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 _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]
bl _getpid
mov x9, sp
; implicit-def: $x8
mov x8, x0
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
bl _fork
stur w0, [x29, #-20]
ldur w8, [x29, #-20]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
bl _getpid
mov x9, sp
; implicit-def: $x8
mov x8, x0
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_9
LBB0_2:
bl _fork
str w0, [sp, #24]
ldr w8, [sp, #24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
bl _getpid
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
b LBB0_8
LBB0_4:
bl _fork
str w0, [sp, #20]
ldr w8, [sp, #20]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
bl _getpid
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
bl _printf
b LBB0_7
LBB0_6:
bl _getpid
mov x9, sp
; implicit-def: $x8
mov x8, x0
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_7
LBB0_7:
b LBB0_8
LBB0_8:
b LBB0_9
LBB0_9:
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 "numero do processo original: %d\n"
l_.str.1: ; @.str.1
.asciz "filho_1 %d\n"
l_.str.2: ; @.str.2
.asciz "filho_2 %d\n"
l_.str.3: ; @.str.3
.asciz "filho_3 %d\n"
l_.str.4: ; @.str.4
.asciz "pai %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 %edi, -8(%rbp)
movq %rsi, -16(%rbp)
callq _getpid
movl %eax, %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
callq _fork
movl %eax, -20(%rbp)
cmpl $0, -20(%rbp)
jne LBB0_2
## %bb.1:
callq _getpid
movl %eax, %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_9
LBB0_2:
callq _fork
movl %eax, -24(%rbp)
cmpl $0, -24(%rbp)
jne LBB0_4
## %bb.3:
callq _getpid
movl %eax, %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_8
LBB0_4:
callq _fork
movl %eax, -28(%rbp)
cmpl $0, -28(%rbp)
jne LBB0_6
## %bb.5:
callq _getpid
movl %eax, %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_7
LBB0_6:
callq _getpid
movl %eax, %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB0_7:
jmp LBB0_8
LBB0_8:
jmp LBB0_9
LBB0_9:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "numero do processo original: %d\n"
L_.str.1: ## @.str.1
.asciz "filho_1 %d\n"
L_.str.2: ## @.str.2
.asciz "filho_2 %d\n"
L_.str.3: ## @.str.3
.asciz "filho_3 %d\n"
L_.str.4: ## @.str.4
.asciz "pai %d\n"
.subsections_via_symbols
| the_stack_data/11163.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _store ; -- Begin function store
.p2align 2
_store: ; @store
.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]
str x2, [sp, #8]
adrp x8, ___VERIFIER_index@PAGE
ldr w8, [x8, ___VERIFIER_index@PAGEOFF]
subs w8, w8, #16, lsl #12 ; =65536
cset w8, lo
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
mov w0, #0
bl _exit
LBB0_2:
adrp x10, ___VERIFIER_index@PAGE
ldr w8, [x10, ___VERIFIER_index@PAGEOFF]
; kill: def $x8 killed $w8
mov x9, x8
add w9, w9, #1
str w9, [x10, ___VERIFIER_index@PAGEOFF]
mov x9, #24
mul x9, x8, x9
adrp x8, ___VERIFIER_counterexample@PAGE
add x8, x8, ___VERIFIER_counterexample@PAGEOFF
add x8, x8, x9
str x8, [sp]
ldur w8, [x29, #-4]
ldr x9, [sp]
str w8, [x9]
ldr x8, [sp, #16]
ldr x9, [sp]
str x8, [x9, #8]
ldr x8, [sp, #8]
ldr x9, [sp]
str x8, [x9, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _output ; -- Begin function output
.p2align 2
_output: ; @output
.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 w0, [x29, #-4]
stur x1, [x29, #-16]
str x2, [sp, #24]
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldr x10, [sp, #24]
ldur x8, [x29, #-16]
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_3
LBB1_2:
ldr x10, [sp, #24]
ldur x8, [x29, #-16]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB1_3
LBB1_3:
adrp x8, ___stdoutp@GOTPAGE
ldr x8, [x8, ___stdoutp@GOTPAGEOFF]
ldr x0, [x8]
bl _fflush
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl ___assert_fail ; -- Begin function __assert_fail
.p2align 2
___assert_fail: ; @__assert_fail
.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 w2, [x29, #-20]
str x3, [sp, #32]
mov w0, #0
bl _alarm
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
adrp x8, ___VERIFIER_index@PAGE
ldr w8, [x8, ___VERIFIER_index@PAGEOFF]
subs w8, w8, #1
str w8, [sp, #28]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #28]
; kill: def $x8 killed $w8
mov x9, #24
mul x9, x8, x9
adrp x8, ___VERIFIER_counterexample@PAGE
add x8, x8, ___VERIFIER_counterexample@PAGEOFF
add x8, x8, x9
str x8, [sp, #16]
ldr x8, [sp, #16]
ldr w0, [x8]
ldr x8, [sp, #16]
ldr x1, [x8, #8]
ldr x8, [sp, #16]
ldr x2, [x8, #16]
bl _output
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #28]
subs w9, w8, #1
str w9, [sp, #28]
subs w8, w8, #0
cset w8, hi
tbnz w8, #0, LBB2_1
b LBB2_3
LBB2_3:
adrp x8, _seed@PAGE
ldr w9, [x8, _seed@PAGEOFF]
; 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
bl _exit
.cfi_endproc
; -- End function
.globl _generate ; -- Begin function generate
.p2align 2
_generate: ; @generate
.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, #-12]
ldur w8, [x29, #-12]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_8
b LBB3_1
LBB3_1:
bl _rand
mov w9, #4
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
subs w8, w8, #0
; kill: def $x8 killed $w8
str x8, [sp, #8] ; 8-byte Folded Spill
subs x8, x8, #3
cset w8, hi
tbnz w8, #0, LBB3_7
; %bb.2:
ldr x11, [sp, #8] ; 8-byte Folded Reload
adrp x10, lJTI3_1@PAGE
add x10, x10, lJTI3_1@PAGEOFF
Ltmp0:
adr x8, Ltmp0
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB3_3:
stur xzr, [x29, #-8]
b LBB3_16
LBB3_4:
bl _rand
mov w9, #2
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
subs w9, w8, #1
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
stur x8, [x29, #-8]
b LBB3_16
LBB3_5:
bl _rand
mov w9, #32
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
subs w9, w8, #16
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
stur x8, [x29, #-8]
b LBB3_16
LBB3_6:
bl _rand
mov w9, #1024
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
subs w9, w8, #512
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
stur x8, [x29, #-8]
b LBB3_16
LBB3_7:
b LBB3_15
LBB3_8:
bl _rand
mov w9, #4
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
subs w8, w8, #0
; kill: def $x8 killed $w8
str x8, [sp] ; 8-byte Folded Spill
subs x8, x8, #3
cset w8, hi
tbnz w8, #0, LBB3_14
; %bb.9:
ldr x11, [sp] ; 8-byte Folded Reload
adrp x10, lJTI3_0@PAGE
add x10, x10, lJTI3_0@PAGEOFF
Ltmp1:
adr x8, Ltmp1
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB3_10:
stur xzr, [x29, #-8]
b LBB3_16
LBB3_11:
bl _rand
mov w9, #2
sdiv w8, w0, w9
mul w8, w8, w9
subs w9, w0, w8
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
stur x8, [x29, #-8]
b LBB3_16
LBB3_12:
bl _rand
mov w9, #32
sdiv w8, w0, w9
mul w8, w8, w9
subs w9, w0, w8
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
stur x8, [x29, #-8]
b LBB3_16
LBB3_13:
bl _rand
mov w9, #1024
sdiv w8, w0, w9
mul w8, w8, w9
subs w9, w0, w8
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
stur x8, [x29, #-8]
b LBB3_16
LBB3_14:
b LBB3_15
LBB3_15:
stur xzr, [x29, #-8]
b LBB3_16
LBB3_16:
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
.p2align 2
lJTI3_0:
.long LBB3_10-Ltmp1
.long LBB3_11-Ltmp1
.long LBB3_12-Ltmp1
.long LBB3_13-Ltmp1
.p2align 2
lJTI3_1:
.long LBB3_3-Ltmp0
.long LBB3_4-Ltmp0
.long LBB3_5-Ltmp0
.long LBB3_6-Ltmp0
; -- End function
.globl ___VERIFIER_next_nondet ; -- Begin function __VERIFIER_next_nondet
.p2align 2
___VERIFIER_next_nondet: ; @__VERIFIER_next_nondet
.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]
bl _initialize
ldur w0, [x29, #-4]
bl _generate
str x0, [sp, #8]
ldur w0, [x29, #-4]
ldr x1, [sp, #8]
ldr x2, [sp, #16]
bl _store
ldr x0, [sp, #8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function initialize
_initialize: ; @initialize
.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, _initialized@PAGE
ldr w8, [x8, _initialized@PAGEOFF]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB5_2
b LBB5_1
LBB5_1:
mov w0, #6
add x1, sp, #16
bl _clock_gettime
ldr x9, [sp, #24]
adrp x8, _seed@PAGE
; kill: def $w9 killed $w9 killed $x9
str w9, [x8, _seed@PAGEOFF]
ldr w0, [x8, _seed@PAGEOFF]
bl _srand
mov w0, #14
adrp x1, _exit@GOTPAGE
ldr x1, [x1, _exit@GOTPAGEOFF]
bl _signal
mov w0, #1
str w0, [sp, #12] ; 4-byte Folded Spill
bl _alarm
ldr w8, [sp, #12] ; 4-byte Folded Reload
adrp x9, _initialized@PAGE
str w8, [x9, _initialized@PAGEOFF]
b LBB5_2
LBB5_2:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.zerofill __DATA,__bss,___VERIFIER_index,4,2 ; @__VERIFIER_index
.zerofill __DATA,__bss,___VERIFIER_counterexample,1572864,3 ; @__VERIFIER_counterexample
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s(%lld)\n"
l_.str.1: ; @.str.1
.asciz "%s(%llu)\n"
l_.str.2: ; @.str.2
.asciz "unsat\n"
l_.str.3: ; @.str.3
.asciz "srand(%u)\n"
.zerofill __DATA,__bss,_seed,4,2 ; @seed
.zerofill __DATA,__bss,_initialized,4,2 ; @initialized
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _store ## -- Begin function store
.p2align 4, 0x90
_store: ## @store
.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 %rdx, -24(%rbp)
cmpl $65536, ___VERIFIER_index(%rip) ## imm = 0x10000
jb LBB0_2
## %bb.1:
xorl %edi, %edi
callq _exit
LBB0_2:
movl ___VERIFIER_index(%rip), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, ___VERIFIER_index(%rip)
movl %eax, %eax
movl %eax, %ecx
leaq ___VERIFIER_counterexample(%rip), %rax
imulq $24, %rcx, %rcx
addq %rcx, %rax
movq %rax, -32(%rbp)
movl -4(%rbp), %ecx
movq -32(%rbp), %rax
movl %ecx, (%rax)
movq -16(%rbp), %rcx
movq -32(%rbp), %rax
movq %rcx, 8(%rax)
movq -24(%rbp), %rcx
movq -32(%rbp), %rax
movq %rcx, 16(%rax)
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _output ## -- Begin function output
.p2align 4, 0x90
_output: ## @output
.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 %rdx, -24(%rbp)
cmpl $0, -4(%rbp)
je LBB1_2
## %bb.1:
movq -24(%rbp), %rsi
movq -16(%rbp), %rdx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_3
LBB1_2:
movq -24(%rbp), %rsi
movq -16(%rbp), %rdx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
LBB1_3:
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _fflush
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___assert_fail ## -- Begin function __assert_fail
.p2align 4, 0x90
___assert_fail: ## @__assert_fail
.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, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movq %rcx, -32(%rbp)
xorl %edi, %edi
callq _alarm
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl ___VERIFIER_index(%rip), %eax
subl $1, %eax
movl %eax, -36(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -36(%rbp), %eax
movl %eax, %ecx
leaq ___VERIFIER_counterexample(%rip), %rax
imulq $24, %rcx, %rcx
addq %rcx, %rax
movq %rax, -48(%rbp)
movq -48(%rbp), %rax
movl (%rax), %edi
movq -48(%rbp), %rax
movq 8(%rax), %rsi
movq -48(%rbp), %rax
movq 16(%rax), %rdx
callq _output
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movl -36(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -36(%rbp)
cmpl $0, %eax
ja LBB2_1
## %bb.3:
movl _seed(%rip), %esi
leaq L_.str.3(%rip), %rdi
xorl %eax, %eax
movl %eax, -52(%rbp) ## 4-byte Spill
callq _printf
movl -52(%rbp), %edi ## 4-byte Reload
callq _exit
.cfi_endproc
## -- End function
.globl _generate ## -- Begin function generate
.p2align 4, 0x90
_generate: ## @generate
.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, -12(%rbp)
cmpl $0, -12(%rbp)
je LBB3_7
## %bb.1:
callq _rand
movl %eax, %edx
addl $3, %edx
testl %eax, %eax
movl %eax, %ecx
cmovsl %edx, %ecx
andl $-4, %ecx
subl %ecx, %eax
movl %eax, %ecx
movq %rcx, -24(%rbp) ## 8-byte Spill
subl $3, %eax
ja LBB3_6
## %bb.16:
movq -24(%rbp), %rax ## 8-byte Reload
leaq LJTI3_1(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB3_2:
movq $0, -8(%rbp)
jmp LBB3_14
LBB3_3:
callq _rand
movl $2, %ecx
cltd
idivl %ecx
subl $1, %edx
movslq %edx, %rax
movq %rax, -8(%rbp)
jmp LBB3_14
LBB3_4:
callq _rand
movl $32, %ecx
cltd
idivl %ecx
subl $16, %edx
movslq %edx, %rax
movq %rax, -8(%rbp)
jmp LBB3_14
LBB3_5:
callq _rand
movl $1024, %ecx ## imm = 0x400
cltd
idivl %ecx
subl $512, %edx ## imm = 0x200
movslq %edx, %rax
movq %rax, -8(%rbp)
jmp LBB3_14
LBB3_6:
jmp LBB3_13
LBB3_7:
callq _rand
movl %eax, %edx
addl $3, %edx
testl %eax, %eax
movl %eax, %ecx
cmovsl %edx, %ecx
andl $-4, %ecx
subl %ecx, %eax
movl %eax, %ecx
movq %rcx, -32(%rbp) ## 8-byte Spill
subl $3, %eax
ja LBB3_12
## %bb.15:
movq -32(%rbp), %rax ## 8-byte Reload
leaq LJTI3_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB3_8:
movq $0, -8(%rbp)
jmp LBB3_14
LBB3_9:
callq _rand
movl $2, %ecx
cltd
idivl %ecx
movslq %edx, %rax
movq %rax, -8(%rbp)
jmp LBB3_14
LBB3_10:
callq _rand
movl $32, %ecx
cltd
idivl %ecx
movslq %edx, %rax
movq %rax, -8(%rbp)
jmp LBB3_14
LBB3_11:
callq _rand
movl $1024, %ecx ## imm = 0x400
cltd
idivl %ecx
movslq %edx, %rax
movq %rax, -8(%rbp)
jmp LBB3_14
LBB3_12:
jmp LBB3_13
LBB3_13:
movq $0, -8(%rbp)
LBB3_14:
movq -8(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L3_0_set_8, LBB3_8-LJTI3_0
.set L3_0_set_9, LBB3_9-LJTI3_0
.set L3_0_set_10, LBB3_10-LJTI3_0
.set L3_0_set_11, LBB3_11-LJTI3_0
LJTI3_0:
.long L3_0_set_8
.long L3_0_set_9
.long L3_0_set_10
.long L3_0_set_11
.set L3_1_set_2, LBB3_2-LJTI3_1
.set L3_1_set_3, LBB3_3-LJTI3_1
.set L3_1_set_4, LBB3_4-LJTI3_1
.set L3_1_set_5, LBB3_5-LJTI3_1
LJTI3_1:
.long L3_1_set_2
.long L3_1_set_3
.long L3_1_set_4
.long L3_1_set_5
.end_data_region
## -- End function
.globl ___VERIFIER_next_nondet ## -- Begin function __VERIFIER_next_nondet
.p2align 4, 0x90
___VERIFIER_next_nondet: ## @__VERIFIER_next_nondet
.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)
callq _initialize
movl -4(%rbp), %edi
callq _generate
movq %rax, -24(%rbp)
movl -4(%rbp), %edi
movq -24(%rbp), %rsi
movq -16(%rbp), %rdx
callq _store
movq -24(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function initialize
_initialize: ## @initialize
.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
cmpl $0, _initialized(%rip)
jne LBB5_2
## %bb.1:
movl $6, %edi
leaq -16(%rbp), %rsi
callq _clock_gettime
movq -8(%rbp), %rax
## kill: def $eax killed $eax killed $rax
movl %eax, _seed(%rip)
movl _seed(%rip), %edi
callq _srand
movl $14, %edi
movq _exit@GOTPCREL(%rip), %rsi
callq _signal
movl $1, %edi
callq _alarm
movl $1, _initialized(%rip)
LBB5_2:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.zerofill __DATA,__bss,___VERIFIER_index,4,2 ## @__VERIFIER_index
.zerofill __DATA,__bss,___VERIFIER_counterexample,1572864,4 ## @__VERIFIER_counterexample
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s(%lld)\n"
L_.str.1: ## @.str.1
.asciz "%s(%llu)\n"
L_.str.2: ## @.str.2
.asciz "unsat\n"
L_.str.3: ## @.str.3
.asciz "srand(%u)\n"
.zerofill __DATA,__bss,_seed,4,2 ## @seed
.zerofill __DATA,__bss,_initialized,4,2 ## @initialized
.subsections_via_symbols
| the_stack_data/1215914.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dist ; -- Begin function dist
.p2align 2
_dist: ; @dist
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
ldr x8, [sp, #24]
ldr s0, [x8]
ldr x8, [sp, #16]
ldr s1, [x8]
fsub s0, s0, s1
str s0, [sp, #12]
ldr x8, [sp, #24]
ldr s0, [x8, #8]
ldr x8, [sp, #16]
ldr s1, [x8, #8]
fsub s0, s0, s1
str s0, [sp, #8]
ldr s0, [sp, #12]
ldr s1, [sp, #12]
ldr s2, [sp, #8]
ldr s3, [sp, #8]
fmul s2, s2, s3
fmadd s0, s0, s1, s2
fcvt d0, s0
fsqrt d0, d0
fcvt s0, d0
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function main
lCPI1_0:
.quad 0x3f847ae147ae147b ; double 0.01
lCPI1_1:
.quad 0x3fb999999999999a ; double 0.10000000000000001
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 2
_main: ; @main
.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 wzr, [x29, #-4]
mov x0, #88
bl _malloc
stur x0, [x29, #-32]
stur wzr, [x29, #-8]
b LBB1_1
LBB1_1: ; =>This Loop Header: Depth=1
; Child Loop BB1_3 Depth 2
ldur w8, [x29, #-8]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_8
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
mov x0, #816
bl _malloc
ldur x8, [x29, #-32]
add x8, x8, #8
ldursw x9, [x29, #-8]
str x0, [x8, x9, lsl #3]
stur wzr, [x29, #-12]
b LBB1_3
LBB1_3: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-12]
subs w8, w8, #100
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=2
mov x0, #16
bl _malloc
ldur x8, [x29, #-32]
add x8, x8, #8
ldursw x9, [x29, #-8]
ldr x8, [x8, x9, lsl #3]
add x8, x8, #16
ldursw x9, [x29, #-12]
str x0, [x8, x9, lsl #3]
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_3 Depth=2
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
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, #-8]
add w8, w8, #1
stur w8, [x29, #-8]
b LBB1_1
LBB1_8:
movi d0, #0000000000000000
stur s0, [x29, #-20]
stur s0, [x29, #-24]
stur wzr, [x29, #-8]
b LBB1_9
LBB1_9: ; =>This Loop Header: Depth=1
; Child Loop BB1_11 Depth 2
; Child Loop BB1_15 Depth 2
; Child Loop BB1_17 Depth 3
ldur w8, [x29, #-8]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_26
b LBB1_10
LBB1_10: ; in Loop: Header=BB1_9 Depth=1
ldur x8, [x29, #-32]
add x8, x8, #8
ldursw x9, [x29, #-8]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #24]
stur wzr, [x29, #-12]
b LBB1_11
LBB1_11: ; Parent Loop BB1_9 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-12]
subs w8, w8, #100
cset w8, ge
tbnz w8, #0, LBB1_14
b LBB1_12
LBB1_12: ; in Loop: Header=BB1_11 Depth=2
ldr x8, [sp, #24]
add x8, x8, #16
ldursw x9, [x29, #-12]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #16]
ldur s0, [x29, #-20]
fcvt d2, s0
ldur s0, [x29, #-12]
scvtf s0, s0
fcvt d1, s0
adrp x8, lCPI1_0@PAGE
ldr d0, [x8, lCPI1_0@PAGEOFF]
fmadd d1, d0, d1, d2
fcvt s1, d1
ldr x8, [sp, #16]
str s1, [x8]
ldur s1, [x29, #-24]
fcvt d2, s1
ldur s1, [x29, #-12]
scvtf s1, s1
fcvt d1, s1
fmadd d0, d0, d1, d2
fcvt s0, d0
ldr x8, [sp, #16]
str s0, [x8, #8]
b LBB1_13
LBB1_13: ; in Loop: Header=BB1_11 Depth=2
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB1_11
LBB1_14: ; in Loop: Header=BB1_9 Depth=1
stur wzr, [x29, #-12]
b LBB1_15
LBB1_15: ; Parent Loop BB1_9 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB1_17 Depth 3
ldur w8, [x29, #-12]
subs w8, w8, #100
cset w8, ge
tbnz w8, #0, LBB1_24
b LBB1_16
LBB1_16: ; in Loop: Header=BB1_15 Depth=2
ldr x8, [sp, #24]
add x8, x8, #16
ldursw x9, [x29, #-12]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #8]
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB1_17
LBB1_17: ; Parent Loop BB1_9 Depth=1
; Parent Loop BB1_15 Depth=2
; => This Inner Loop Header: Depth=3
ldur w8, [x29, #-16]
subs w8, w8, #100
cset w8, ge
tbnz w8, #0, LBB1_22
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_17 Depth=3
ldr x8, [sp, #24]
add x8, x8, #16
ldursw x9, [x29, #-16]
ldr x8, [x8, x9, lsl #3]
str x8, [sp]
ldr x0, [sp, #8]
ldr x1, [sp]
bl _dist
fcvt d0, s0
adrp x8, lCPI1_1@PAGE
ldr d1, [x8, lCPI1_1@PAGEOFF]
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB1_20
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_17 Depth=3
ldr x8, [sp, #8]
ldr s0, [x8]
fcvt d0, s0
adrp x8, lCPI1_1@PAGE
ldr d1, [x8, lCPI1_1@PAGEOFF]
fsub d0, d0, d1
fcvt s0, d0
ldr x8, [sp, #8]
str s0, [x8, #4]
ldr x8, [sp, #8]
ldr s0, [x8, #8]
fcvt d0, s0
fsub d0, d0, d1
fcvt s0, d0
ldr x8, [sp, #8]
str s0, [x8, #12]
b LBB1_20
LBB1_20: ; in Loop: Header=BB1_17 Depth=3
b LBB1_21
LBB1_21: ; in Loop: Header=BB1_17 Depth=3
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB1_17
LBB1_22: ; in Loop: Header=BB1_15 Depth=2
b LBB1_23
LBB1_23: ; in Loop: Header=BB1_15 Depth=2
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB1_15
LBB1_24: ; in Loop: Header=BB1_9 Depth=1
b LBB1_25
LBB1_25: ; in Loop: Header=BB1_9 Depth=1
ldur w8, [x29, #-8]
add w8, w8, #1
stur w8, [x29, #-8]
b LBB1_9
LBB1_26:
mov w0, #0
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dist ## -- Begin function dist
.p2align 4, 0x90
_dist: ## @dist
.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 -8(%rbp), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -16(%rbp), %rax
subss (%rax), %xmm0
movss %xmm0, -20(%rbp)
movq -8(%rbp), %rax
movss 8(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -16(%rbp), %rax
subss 8(%rax), %xmm0
movss %xmm0, -24(%rbp)
movss -20(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss -20(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
movss -24(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss -24(%rbp), %xmm1
mulss %xmm2, %xmm0
addss %xmm1, %xmm0
cvtss2sd %xmm0, %xmm0
sqrtsd %xmm0, %xmm0
cvtsd2ss %xmm0, %xmm0
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI1_0:
.quad 0x3fb999999999999a ## double 0.10000000000000001
LCPI1_1:
.quad 0x3f847ae147ae147b ## double 0.01
.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 $80, %rsp
movl $0, -4(%rbp)
movl $88, %edi
callq _malloc
movq %rax, -32(%rbp)
movl $0, -8(%rbp)
LBB1_1: ## =>This Loop Header: Depth=1
## Child Loop BB1_3 Depth 2
cmpl $10, -8(%rbp)
jge LBB1_8
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl $816, %edi ## imm = 0x330
callq _malloc
movq %rax, %rdx
movq -32(%rbp), %rax
movslq -8(%rbp), %rcx
movq %rdx, 8(%rax,%rcx,8)
movl $0, -12(%rbp)
LBB1_3: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $100, -12(%rbp)
jge LBB1_6
## %bb.4: ## in Loop: Header=BB1_3 Depth=2
movl $16, %edi
callq _malloc
movq %rax, %rdx
movq -32(%rbp), %rax
movslq -8(%rbp), %rcx
movq 8(%rax,%rcx,8), %rax
movslq -12(%rbp), %rcx
movq %rdx, 16(%rax,%rcx,8)
## %bb.5: ## in Loop: Header=BB1_3 Depth=2
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%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 -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB1_1
LBB1_8:
xorps %xmm0, %xmm0
movss %xmm0, -20(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -24(%rbp)
movl $0, -8(%rbp)
LBB1_9: ## =>This Loop Header: Depth=1
## Child Loop BB1_11 Depth 2
## Child Loop BB1_15 Depth 2
## Child Loop BB1_17 Depth 3
cmpl $10, -8(%rbp)
jge LBB1_26
## %bb.10: ## in Loop: Header=BB1_9 Depth=1
movq -32(%rbp), %rax
movslq -8(%rbp), %rcx
movq 8(%rax,%rcx,8), %rax
movq %rax, -56(%rbp)
movl $0, -12(%rbp)
LBB1_11: ## Parent Loop BB1_9 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $100, -12(%rbp)
jge LBB1_14
## %bb.12: ## in Loop: Header=BB1_11 Depth=2
movq -56(%rbp), %rax
movslq -12(%rbp), %rcx
movq 16(%rax,%rcx,8), %rax
movq %rax, -64(%rbp)
movss -20(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
cvtsi2ssl -12(%rbp), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movq -64(%rbp), %rax
movss %xmm0, (%rax)
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
cvtsi2ssl -12(%rbp), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movq -64(%rbp), %rax
movss %xmm0, 8(%rax)
## %bb.13: ## in Loop: Header=BB1_11 Depth=2
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB1_11
LBB1_14: ## in Loop: Header=BB1_9 Depth=1
movl $0, -12(%rbp)
LBB1_15: ## Parent Loop BB1_9 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB1_17 Depth 3
cmpl $100, -12(%rbp)
jge LBB1_24
## %bb.16: ## in Loop: Header=BB1_15 Depth=2
movq -56(%rbp), %rax
movslq -12(%rbp), %rcx
movq 16(%rax,%rcx,8), %rax
movq %rax, -72(%rbp)
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
LBB1_17: ## Parent Loop BB1_9 Depth=1
## Parent Loop BB1_15 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $100, -16(%rbp)
jge LBB1_22
## %bb.18: ## in Loop: Header=BB1_17 Depth=3
movq -56(%rbp), %rax
movslq -16(%rbp), %rcx
movq 16(%rax,%rcx,8), %rax
movq %rax, -80(%rbp)
movq -72(%rbp), %rdi
movq -80(%rbp), %rsi
callq _dist
cvtss2sd %xmm0, %xmm1
movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB1_20
## %bb.19: ## in Loop: Header=BB1_17 Depth=3
movq -72(%rbp), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movq -72(%rbp), %rax
movss %xmm0, 4(%rax)
movq -72(%rbp), %rax
movss 8(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movq -72(%rbp), %rax
movss %xmm0, 12(%rax)
LBB1_20: ## in Loop: Header=BB1_17 Depth=3
jmp LBB1_21
LBB1_21: ## in Loop: Header=BB1_17 Depth=3
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB1_17
LBB1_22: ## in Loop: Header=BB1_15 Depth=2
jmp LBB1_23
LBB1_23: ## in Loop: Header=BB1_15 Depth=2
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB1_15
LBB1_24: ## in Loop: Header=BB1_9 Depth=1
jmp LBB1_25
LBB1_25: ## in Loop: Header=BB1_9 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB1_9
LBB1_26:
xorl %eax, %eax
addq $80, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/14199864.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/190768115.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, #880
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #100]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_9 Depth 2
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
adrp x8, ___stdinp@GOTPAGE
ldr x8, [x8, ___stdinp@GOTPAGEOFF]
ldr x2, [x8]
add x0, sp, #616
str x0, [sp, #72] ; 8-byte Folded Spill
mov w1, #256
bl _fgets
ldr x0, [sp, #72] ; 8-byte Folded Reload
bl _strlen
ldr x8, [sp, #72] ; 8-byte Folded Reload
subs x9, x0, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
add x0, sp, #616
str x0, [sp, #64] ; 8-byte Folded Spill
bl _strlen
ldr x8, [sp, #64] ; 8-byte Folded Reload
subs x9, x0, #1
add x8, x8, x9
strb wzr, [x8]
b LBB0_4
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
bl _clearBuffer
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
add x0, sp, #616
str x0, [sp, #56] ; 8-byte Folded Spill
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
mov x2, #256
bl ___strcat_chk
ldr x0, [sp, #56] ; 8-byte Folded Reload
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fopen
mov x8, x0
str x8, [sp, #88]
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB0_19
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
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, #360
str x0, [sp, #48] ; 8-byte Folded Spill
mov w1, #256
bl _fgets
ldr x0, [sp, #48] ; 8-byte Folded Reload
bl _strlen
ldr x8, [sp, #48] ; 8-byte Folded Reload
subs x9, x0, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, ne
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
add x0, sp, #360
str x0, [sp, #40] ; 8-byte Folded Spill
bl _strlen
ldr x8, [sp, #40] ; 8-byte Folded Reload
subs x9, x0, #1
add x8, x8, x9
strb wzr, [x8]
b LBB0_8
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
bl _clearBuffer
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
ldr x2, [sp, #88]
add x0, sp, #104
mov w1, #256
bl _fgets
b LBB0_9
LBB0_9: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
add x0, sp, #104
str x0, [sp, #32] ; 8-byte Folded Spill
bl _strlen
ldr x8, [sp, #32] ; 8-byte Folded Reload
subs x9, x0, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, ne
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_9 Depth=2
add x0, sp, #104
str x0, [sp, #24] ; 8-byte Folded Spill
bl _strlen
ldr x8, [sp, #24] ; 8-byte Folded Reload
subs x9, x0, #1
add x8, x8, x9
strb wzr, [x8]
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_9 Depth=2
add x0, sp, #104
str x0, [sp, #16] ; 8-byte Folded Spill
bl _strlen
ldr x8, [sp, #16] ; 8-byte Folded Reload
subs x9, x0, #1
ldrsb w8, [x8, x9]
subs w8, w8, #13
cset w8, ne
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_9 Depth=2
add x0, sp, #104
str x0, [sp, #8] ; 8-byte Folded Spill
bl _strlen
ldr x8, [sp, #8] ; 8-byte Folded Reload
subs x9, x0, #1
add x8, x8, x9
strb wzr, [x8]
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_9 Depth=2
add x0, sp, #360
add x1, sp, #104
bl _strcmp
str w0, [sp, #80]
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_15
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_9 Depth=2
ldr x0, [sp, #88]
mov x9, sp
add x8, sp, #84
str x8, [x9]
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _fscanf
ldr w9, [sp, #84]
; 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 LBB0_16
LBB0_15: ; in Loop: Header=BB0_9 Depth=2
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_9 Depth=2
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_9 Depth=2
ldr w8, [sp, #80]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_9
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_1 Depth=1
b LBB0_20
LBB0_19: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_1 Depth=1
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
tbnz w8, #0, LBB0_1
b LBB0_22
LBB0_22:
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_24
b LBB0_23
LBB0_23:
bl ___stack_chk_fail
LBB0_24:
mov w0, #0
add sp, sp, #880
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _clearBuffer ; -- Begin function clearBuffer
.p2align 2
_clearBuffer: ; @clearBuffer
.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
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
adrp x8, ___stdinp@GOTPAGE
ldr x8, [x8, ___stdinp@GOTPAGEOFF]
ldr x0, [x8]
bl _fgetc
subs w8, w0, #10
cset w8, eq
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
b LBB1_1
LBB1_3:
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _readInteger ; -- Begin function readInteger
.p2align 2
_readInteger: ; @readInteger
.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
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
mov x9, sp
sub x8, x29, #4
str x8, [x9]
sub x8, x29, #5
str x8, [x9, #8]
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _scanf
stur w0, [x29, #-12]
subs w8, w0, #0
cset w8, eq
mov w9, #1
stur w9, [x29, #-16] ; 4-byte Folded Spill
tbnz w8, #0, LBB2_5
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldur w9, [x29, #-12]
mov w8, #2
subs w8, w8, w9
cset w8, ne
mov w9, #0
stur w9, [x29, #-20] ; 4-byte Folded Spill
tbnz w8, #0, LBB2_4
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldursb w8, [x29, #-5]
subs w8, w8, #10
cset w8, ne
stur w8, [x29, #-20] ; 4-byte Folded Spill
b LBB2_4
LBB2_4: ; in Loop: Header=BB2_1 Depth=1
ldur w8, [x29, #-20] ; 4-byte Folded Reload
stur w8, [x29, #-16] ; 4-byte Folded Spill
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_1 Depth=1
ldur w8, [x29, #-16] ; 4-byte Folded Reload
tbz w8, #0, LBB2_7
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_1 Depth=1
bl _clearBuffer
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
b LBB2_1
LBB2_7:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _readDouble ; -- Begin function readDouble
.p2align 2
_readDouble: ; @readDouble
.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
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
mov x9, sp
sub x8, x29, #8
str x8, [x9]
sub x8, x29, #9
str x8, [x9, #8]
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _scanf
stur w0, [x29, #-16]
subs w8, w0, #0
cset w8, eq
mov w9, #1
stur w9, [x29, #-20] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_5
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldur w9, [x29, #-16]
mov w8, #2
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #24] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_4
b LBB3_3
LBB3_3: ; in Loop: Header=BB3_1 Depth=1
ldursb w8, [x29, #-9]
subs w8, w8, #10
cset w8, ne
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB3_4
LBB3_4: ; in Loop: Header=BB3_1 Depth=1
ldr w8, [sp, #24] ; 4-byte Folded Reload
stur w8, [x29, #-20] ; 4-byte Folded Spill
b LBB3_5
LBB3_5: ; in Loop: Header=BB3_1 Depth=1
ldur w8, [x29, #-20] ; 4-byte Folded Reload
tbz w8, #0, LBB3_7
b LBB3_6
LBB3_6: ; in Loop: Header=BB3_1 Depth=1
bl _clearBuffer
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
b LBB3_1
LBB3_7:
ldur d0, [x29, #-8]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _readCharacterString ; -- Begin function readCharacterString
.p2align 2
_readCharacterString: ; @readCharacterString
.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]
ldur x0, [x29, #-8]
ldur w1, [x29, #-12]
adrp x8, ___stdinp@GOTPAGE
ldr x8, [x8, ___stdinp@GOTPAGEOFF]
ldr x2, [x8]
bl _fgets
ldur x8, [x29, #-8]
str x8, [sp, #8] ; 8-byte Folded Spill
ldur x0, [x29, #-8]
bl _strlen
ldr x8, [sp, #8] ; 8-byte Folded Reload
subs x9, x0, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, ne
tbnz w8, #0, LBB4_2
b LBB4_1
LBB4_1:
ldur x8, [x29, #-8]
str x8, [sp] ; 8-byte Folded Spill
ldur x0, [x29, #-8]
bl _strlen
ldr x8, [sp] ; 8-byte Folded Reload
subs x9, x0, #1
add x8, x8, x9
strb wzr, [x8]
b LBB4_3
LBB4_2:
bl _clearBuffer
b LBB4_3
LBB4_3:
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 "\nGive account number > "
l_.str.1: ; @.str.1
.asciz ".acc"
l_.str.2: ; @.str.2
.asciz "r"
l_.str.3: ; @.str.3
.asciz "Give your pin-code > "
l_.str.4: ; @.str.4
.asciz "%d"
l_.str.5: ; @.str.5
.asciz "Your balance is: %d\n"
l_.str.6: ; @.str.6
.asciz "Wrong PIN-code, please, try again!"
l_.str.7: ; @.str.7
.asciz "\nYour account is closed.\n"
l_.str.8: ; @.str.8
.asciz "%d%c"
l_.str.9: ; @.str.9
.asciz "You did not enter an integer, try again > "
l_.str.10: ; @.str.10
.asciz "%lf%c"
l_.str.11: ; @.str.11
.asciz "You did not enter a real number, try again > "
.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 $816, %rsp ## imm = 0x330
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -788(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_9 Depth 2
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq -272(%rbp), %rdi
movq ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rdx
movl $256, %esi ## imm = 0x100
callq _fgets
leaq -272(%rbp), %rdi
callq _strlen
subq $1, %rax
movsbl -272(%rbp,%rax), %eax
cmpl $10, %eax
jne LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq -272(%rbp), %rdi
callq _strlen
subq $1, %rax
movb $0, -272(%rbp,%rax)
jmp LBB0_4
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
callq _clearBuffer
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
leaq -272(%rbp), %rdi
leaq L_.str.1(%rip), %rsi
movl $256, %edx ## imm = 0x100
callq ___strcat_chk
leaq -272(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
callq _fopen
movq %rax, -800(%rbp)
cmpq $0, %rax
je LBB0_19
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq -528(%rbp), %rdi
movq ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rdx
movl $256, %esi ## imm = 0x100
callq _fgets
leaq -528(%rbp), %rdi
callq _strlen
subq $1, %rax
movsbl -528(%rbp,%rax), %eax
cmpl $10, %eax
jne LBB0_7
## %bb.6: ## in Loop: Header=BB0_1 Depth=1
leaq -528(%rbp), %rdi
callq _strlen
subq $1, %rax
movb $0, -528(%rbp,%rax)
jmp LBB0_8
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
callq _clearBuffer
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
leaq -784(%rbp), %rdi
movq -800(%rbp), %rdx
movl $256, %esi ## imm = 0x100
callq _fgets
LBB0_9: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
leaq -784(%rbp), %rdi
callq _strlen
subq $1, %rax
movsbl -784(%rbp,%rax), %eax
cmpl $10, %eax
jne LBB0_11
## %bb.10: ## in Loop: Header=BB0_9 Depth=2
leaq -784(%rbp), %rdi
callq _strlen
subq $1, %rax
movb $0, -784(%rbp,%rax)
LBB0_11: ## in Loop: Header=BB0_9 Depth=2
leaq -784(%rbp), %rdi
callq _strlen
subq $1, %rax
movsbl -784(%rbp,%rax), %eax
cmpl $13, %eax
jne LBB0_13
## %bb.12: ## in Loop: Header=BB0_9 Depth=2
leaq -784(%rbp), %rdi
callq _strlen
subq $1, %rax
movb $0, -784(%rbp,%rax)
LBB0_13: ## in Loop: Header=BB0_9 Depth=2
leaq -528(%rbp), %rdi
leaq -784(%rbp), %rsi
callq _strcmp
movl %eax, -808(%rbp)
cmpl $0, %eax
jne LBB0_15
## %bb.14: ## in Loop: Header=BB0_9 Depth=2
movq -800(%rbp), %rdi
leaq L_.str.4(%rip), %rsi
leaq -804(%rbp), %rdx
movb $0, %al
callq _fscanf
movl -804(%rbp), %esi
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_16
LBB0_15: ## in Loop: Header=BB0_9 Depth=2
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
LBB0_16: ## in Loop: Header=BB0_9 Depth=2
jmp LBB0_17
LBB0_17: ## in Loop: Header=BB0_9 Depth=2
cmpl $0, -808(%rbp)
setne %al
xorb $-1, %al
testb $1, %al
jne LBB0_9
## %bb.18: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_20
LBB0_19: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
LBB0_20: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_21
LBB0_21: ## in Loop: Header=BB0_1 Depth=1
movb $1, %al
testb $1, %al
jne LBB0_1
jmp LBB0_22
LBB0_22:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_24
## %bb.23:
xorl %eax, %eax
addq $816, %rsp ## imm = 0x330
popq %rbp
retq
LBB0_24:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _clearBuffer ## -- Begin function clearBuffer
.p2align 4, 0x90
_clearBuffer: ## @clearBuffer
.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 ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _fgetc
cmpl $10, %eax
je LBB1_3
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_1
LBB1_3:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _readInteger ## -- Begin function readInteger
.p2align 4, 0x90
_readInteger: ## @readInteger
.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
LBB2_1: ## =>This Inner Loop Header: Depth=1
leaq L_.str.8(%rip), %rdi
leaq -4(%rbp), %rsi
leaq -5(%rbp), %rdx
movb $0, %al
callq _scanf
movl %eax, %ecx
movl %ecx, -12(%rbp)
movb $1, %al
cmpl $0, %ecx
movb %al, -13(%rbp) ## 1-byte Spill
je LBB2_5
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $2, %ecx
cmpl -12(%rbp), %ecx
movb %al, -14(%rbp) ## 1-byte Spill
jne LBB2_4
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movsbl -5(%rbp), %eax
cmpl $10, %eax
setne %al
movb %al, -14(%rbp) ## 1-byte Spill
LBB2_4: ## in Loop: Header=BB2_1 Depth=1
movb -14(%rbp), %al ## 1-byte Reload
movb %al, -13(%rbp) ## 1-byte Spill
LBB2_5: ## in Loop: Header=BB2_1 Depth=1
movb -13(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB2_6
jmp LBB2_7
LBB2_6: ## in Loop: Header=BB2_1 Depth=1
callq _clearBuffer
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB2_1
LBB2_7:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _readDouble ## -- Begin function readDouble
.p2align 4, 0x90
_readDouble: ## @readDouble
.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
LBB3_1: ## =>This Inner Loop Header: Depth=1
leaq L_.str.10(%rip), %rdi
leaq -8(%rbp), %rsi
leaq -9(%rbp), %rdx
movb $0, %al
callq _scanf
movl %eax, %ecx
movl %ecx, -16(%rbp)
movb $1, %al
cmpl $0, %ecx
movb %al, -17(%rbp) ## 1-byte Spill
je LBB3_5
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $2, %ecx
cmpl -16(%rbp), %ecx
movb %al, -18(%rbp) ## 1-byte Spill
jne LBB3_4
## %bb.3: ## in Loop: Header=BB3_1 Depth=1
movsbl -9(%rbp), %eax
cmpl $10, %eax
setne %al
movb %al, -18(%rbp) ## 1-byte Spill
LBB3_4: ## in Loop: Header=BB3_1 Depth=1
movb -18(%rbp), %al ## 1-byte Reload
movb %al, -17(%rbp) ## 1-byte Spill
LBB3_5: ## in Loop: Header=BB3_1 Depth=1
movb -17(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB3_6
jmp LBB3_7
LBB3_6: ## in Loop: Header=BB3_1 Depth=1
callq _clearBuffer
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB3_1
LBB3_7:
movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _readCharacterString ## -- Begin function readCharacterString
.p2align 4, 0x90
_readCharacterString: ## @readCharacterString
.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 -8(%rbp), %rdi
movl -12(%rbp), %esi
movq ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rdx
callq _fgets
movq -8(%rbp), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
movq -8(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -24(%rbp), %rax ## 8-byte Reload
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
jne LBB4_2
## %bb.1:
movq -8(%rbp), %rax
movq %rax, -32(%rbp) ## 8-byte Spill
movq -8(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -32(%rbp), %rax ## 8-byte Reload
subq $1, %rcx
movb $0, (%rax,%rcx)
jmp LBB4_3
LBB4_2:
callq _clearBuffer
LBB4_3:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\nGive account number > "
L_.str.1: ## @.str.1
.asciz ".acc"
L_.str.2: ## @.str.2
.asciz "r"
L_.str.3: ## @.str.3
.asciz "Give your pin-code > "
L_.str.4: ## @.str.4
.asciz "%d"
L_.str.5: ## @.str.5
.asciz "Your balance is: %d\n"
L_.str.6: ## @.str.6
.asciz "Wrong PIN-code, please, try again!"
L_.str.7: ## @.str.7
.asciz "\nYour account is closed.\n"
L_.str.8: ## @.str.8
.asciz "%d%c"
L_.str.9: ## @.str.9
.asciz "You did not enter an integer, try again > "
L_.str.10: ## @.str.10
.asciz "%lf%c"
L_.str.11: ## @.str.11
.asciz "You did not enter a real number, try again > "
.subsections_via_symbols
| the_stack_data/87638344.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _strrev ; -- Begin function strrev
.p2align 2
_strrev: ; @strrev
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
strb w1, [sp, #23]
ldr x8, [sp, #24]
ldrb w9, [sp, #23]
add x8, x8, w9, sxtw
str x8, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
ldr x9, [sp, #24]
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
ldrb w8, [x8]
strb w8, [sp, #7]
ldr x8, [sp, #24]
ldrb w8, [x8]
ldr x9, [sp, #8]
subs x10, x9, #1
str x10, [sp, #8]
strb w8, [x9]
ldrb w8, [sp, #7]
ldr x9, [sp, #24]
add x10, x9, #1
str x10, [sp, #24]
strb w8, [x9]
b LBB0_1
LBB0_3:
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 _strrev ## -- Begin function strrev
.p2align 4, 0x90
_strrev: ## @strrev
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %sil, %al
movq %rdi, -8(%rbp)
movb %al, -9(%rbp)
movq -8(%rbp), %rax
movzbl -9(%rbp), %ecx
movslq %ecx, %rcx
addq %rcx, %rax
movq %rax, -24(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -24(%rbp), %rax
cmpq -8(%rbp), %rax
jbe LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movb (%rax), %al
movb %al, -25(%rbp)
movq -8(%rbp), %rax
movb (%rax), %cl
movq -24(%rbp), %rax
movq %rax, %rdx
addq $-1, %rdx
movq %rdx, -24(%rbp)
movb %cl, (%rax)
movb -25(%rbp), %cl
movq -8(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -8(%rbp)
movb %cl, (%rax)
jmp LBB0_1
LBB0_3:
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/13361.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, #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
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
ldur w8, [x29, #-8]
subs w8, w8, #3
cset w8, ge
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
ldr x0, [x8]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fprintf
b LBB0_2
LBB0_2:
ldur x8, [x29, #-16]
ldr x0, [x8, #8]
add x1, sp, #32
bl _stat
subs w8, w0, #0
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _perror
mov w0, #-1
bl _exit
LBB0_4:
ldr x8, [sp, #64]
add x9, sp, #16
str x9, [sp, #8] ; 8-byte Folded Spill
str x8, [sp, #16]
ldr x8, [sp, #80]
str x8, [sp, #24]
ldr x8, [sp, #80]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x1, [sp, #8] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldr x0, [x8, #16]
bl _utime
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _perror
b LBB0_7
LBB0_6:
mov w0, #0
bl _exit
LBB0_7:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
add sp, sp, #208
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\354\202\254\354\232\251\353\262\225: cptime file1 file2\n"
l_.str.1: ; @.str.1
.asciz "stat()"
l_.str.2: ; @.str.2
.asciz "\tatime: %d\n"
l_.str.3: ; @.str.3
.asciz "utime"
.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 $176, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
cmpl $3, -8(%rbp)
jge LBB0_2
## %bb.1:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str(%rip), %rsi
movb $0, %al
callq _fprintf
LBB0_2:
movq -16(%rbp), %rax
movq 8(%rax), %rdi
leaq -160(%rbp), %rsi
callq _stat$INODE64
cmpl $0, %eax
jge LBB0_4
## %bb.3:
leaq L_.str.1(%rip), %rdi
callq _perror
movl $-1, %edi
callq _exit
LBB0_4:
movq -128(%rbp), %rax
movq %rax, -176(%rbp)
movq -112(%rbp), %rax
movq %rax, -168(%rbp)
movq -112(%rbp), %rsi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq -16(%rbp), %rax
movq 16(%rax), %rdi
leaq -176(%rbp), %rsi
callq _utime
cmpl $0, %eax
je LBB0_6
## %bb.5:
leaq L_.str.3(%rip), %rdi
callq _perror
jmp LBB0_7
LBB0_6:
xorl %edi, %edi
callq _exit
LBB0_7:
movl -4(%rbp), %eax
addq $176, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\354\202\254\354\232\251\353\262\225: cptime file1 file2\n"
L_.str.1: ## @.str.1
.asciz "stat()"
L_.str.2: ## @.str.2
.asciz "\tatime: %d\n"
L_.str.3: ## @.str.3
.asciz "utime"
.subsections_via_symbols
| the_stack_data/741494.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, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
str x1, [sp, #16]
str wzr, [sp, #12]
ldr x8, [sp, #16]
ldr x0, [x8]
bl __math
ldr w8, [sp, #8] ; 4-byte Folded Reload
ldr w9, [sp, #12]
orr w9, w9, w0
str w9, [sp, #12]
ldr w9, [sp, #12]
subs w9, w9, #0
cset w9, eq
and w10, w9, #0x1
mov w9, #2
ands w10, w10, #0x1
csel w0, w8, w9, ne
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function _math
__math: ; @_math
.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]
movi d0, #0000000000000000
bl _cos
fmov d1, #1.00000000
fcmp d0, d1
cset w8, ne
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
movi d0, #0000000000000000
bl _cos
fmov d1, #1.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2:
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
mov w0, #2
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl __error
ldur w8, [x29, #-12]
orr w8, w8, w0
stur w8, [x29, #-12]
b LBB1_3
LBB1_3:
movi d0, #0000000000000000
bl _sin
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4:
movi d0, #0000000000000000
bl _sin
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5:
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
mov w0, #2
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl __error
ldur w8, [x29, #-12]
orr w8, w8, w0
stur w8, [x29, #-12]
b LBB1_6
LBB1_6:
fmov d0, #-3.00000000
fabs d0, d0
fmov d1, #3.00000000
fcmp d0, d1
cset w8, ne
tbnz w8, #0, LBB1_9
b LBB1_7
LBB1_7:
fmov s0, #-3.00000000
fabs s0, s0
fcvt d0, s0
fmov d1, #3.00000000
fcmp d0, d1
cset w8, ne
tbnz w8, #0, LBB1_9
b LBB1_8
LBB1_8:
fmov d0, #-3.00000000
fabs d0, d0
fmov d1, #3.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_10
b LBB1_9
LBB1_9:
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
mov w0, #4
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl __error
ldur w8, [x29, #-12]
orr w8, w8, w0
stur w8, [x29, #-12]
b LBB1_10
LBB1_10:
mov w8, #0
tbnz w8, #0, LBB1_12
b LBB1_11
LBB1_11:
mov w8, #0
tbz w8, #0, LBB1_13
b LBB1_12
LBB1_12:
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
mov w0, #8
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl __error
ldur w8, [x29, #-12]
orr w8, w8, w0
stur w8, [x29, #-12]
b LBB1_13
LBB1_13:
fmov d0, #3.00000000
movi d1, #0000000000000000
bl _pow
fmov d1, #1.00000000
fcmp d0, d1
cset w8, ne
tbnz w8, #0, LBB1_16
b LBB1_14
LBB1_14:
fmov d0, #4.00000000
str d0, [sp, #8] ; 8-byte Folded Spill
fmov d1, #1.00000000
bl _pow
ldr d1, [sp, #8] ; 8-byte Folded Reload
fcmp d0, d1
cset w8, ne
tbnz w8, #0, LBB1_16
b LBB1_15
LBB1_15:
fmov d0, #2.00000000
fmov d1, #3.00000000
bl _pow
fmov d1, #8.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_17
b LBB1_16
LBB1_16:
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
mov w0, #16
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl __error
ldur w8, [x29, #-12]
orr w8, w8, w0
stur w8, [x29, #-12]
b LBB1_17
LBB1_17:
fmov d0, #1.50000000
frinta d0, d0
fmov d1, #2.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_19
b LBB1_18
LBB1_18:
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
mov w0, #32
adrp x1, l_.str.5@PAGE
add x1, x1, l_.str.5@PAGEOFF
bl __error
ldur w8, [x29, #-12]
orr w8, w8, w0
stur w8, [x29, #-12]
b LBB1_19
LBB1_19:
fmov d0, #4.00000000
fsqrt d0, d0
fmov d1, #2.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_21
b LBB1_20
LBB1_20:
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
mov w0, #64
adrp x1, l_.str.6@PAGE
add x1, x1, l_.str.6@PAGEOFF
bl __error
ldur w8, [x29, #-12]
orr w8, w8, w0
stur w8, [x29, #-12]
b LBB1_21
LBB1_21:
ldur w0, [x29, #-12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function _error
__error: ; @_error
.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]
add x9, sp, #8
add x8, x29, #16
str x8, [x9]
ldr x0, [sp, #16]
ldr x1, [sp, #8]
bl _vprintf
mov w0, #10
bl _putchar
ldur w0, [x29, #-4]
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 "%s: cos(): Wrong value"
l_.str.1: ; @.str.1
.asciz "%s: sin(): Wrong value"
l_.str.2: ; @.str.2
.asciz "%s: fabs(): Wrong value"
l_.str.3: ; @.str.3
.asciz "%s: fmod(): Wrong value"
l_.str.4: ; @.str.4
.asciz "%s: pow(): Wrong value"
l_.str.5: ; @.str.5
.asciz "%s: round(): Wrong value"
l_.str.6: ; @.str.6
.asciz "%s: sqrt(): Wrong value"
.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 %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
movq -16(%rbp), %rax
movq (%rax), %rdi
callq __math
orl -20(%rbp), %eax
movl %eax, -20(%rbp)
movl -20(%rbp), %edx
movl $2, %eax
xorl %ecx, %ecx
cmpl $0, %edx
cmovel %ecx, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function _math
LCPI1_0:
.quad 0x3ff0000000000000 ## double 1
LCPI1_1:
.quad 0x4008000000000000 ## double 3
LCPI1_3:
.quad 0x4010000000000000 ## double 4
LCPI1_4:
.quad 0x4020000000000000 ## double 8
LCPI1_5:
.quad 0x4000000000000000 ## double 2
.section __TEXT,__literal4,4byte_literals
.p2align 2
LCPI1_2:
.long 0x40400000 ## float 3
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
__math: ## @_math
.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)
xorps %xmm0, %xmm0
callq _cos
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_2
jp LBB1_2
## %bb.1:
movq %rsp, %rax
fldz
fstpt (%rax)
callq _cosl
fld %st(0)
fstp %st(0)
fld1
fxch %st(1)
fucompi %st(1), %st
fstp %st(0)
jne LBB1_2
jp LBB1_2
jmp LBB1_3
LBB1_2:
movq -8(%rbp), %rdx
movl $2, %edi
leaq L_.str(%rip), %rsi
movb $0, %al
callq __error
orl -12(%rbp), %eax
movl %eax, -12(%rbp)
LBB1_3:
xorps %xmm0, %xmm0
callq _sin
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_5
jp LBB1_5
## %bb.4:
movq %rsp, %rax
fldz
fld %st(0)
fstpt -24(%rbp) ## 10-byte Folded Spill
fstpt (%rax)
callq _sinl
fldt -24(%rbp) ## 10-byte Folded Reload
fld %st(1)
fstp %st(0)
fxch %st(1)
fucompi %st(1), %st
fstp %st(0)
jne LBB1_5
jp LBB1_5
jmp LBB1_6
LBB1_5:
movq -8(%rbp), %rdx
movl $2, %edi
leaq L_.str.1(%rip), %rsi
movb $0, %al
callq __error
orl -12(%rbp), %eax
movl %eax, -12(%rbp)
LBB1_6:
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_9
jp LBB1_9
## %bb.7:
movss LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_9
jp LBB1_9
## %bb.8:
flds LCPI1_2(%rip)
fstp %st(0)
movb $1, %al
testb %al, %al
jne LBB1_10
jmp LBB1_9
LBB1_9:
movq -8(%rbp), %rdx
movl $4, %edi
leaq L_.str.2(%rip), %rsi
movb $0, %al
callq __error
orl -12(%rbp), %eax
movl %eax, -12(%rbp)
LBB1_10:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB1_12
jmp LBB1_11
LBB1_11:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB1_12
jmp LBB1_13
LBB1_12:
movq -8(%rbp), %rdx
movl $8, %edi
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq __error
orl -12(%rbp), %eax
movl %eax, -12(%rbp)
LBB1_13:
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
callq _pow
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_16
jp LBB1_16
## %bb.14:
movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
callq _pow
movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_16
jp LBB1_16
## %bb.15:
movsd LCPI1_5(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
callq _pow
movsd LCPI1_4(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_16
jp LBB1_16
jmp LBB1_17
LBB1_16:
movq -8(%rbp), %rdx
movl $16, %edi
leaq L_.str.4(%rip), %rsi
movb $0, %al
callq __error
orl -12(%rbp), %eax
movl %eax, -12(%rbp)
LBB1_17:
movsd LCPI1_5(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI1_5(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_18
jp LBB1_18
jmp LBB1_19
LBB1_18:
movq -8(%rbp), %rdx
movl $32, %edi
leaq L_.str.5(%rip), %rsi
movb $0, %al
callq __error
orl -12(%rbp), %eax
movl %eax, -12(%rbp)
LBB1_19:
movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero
sqrtsd %xmm0, %xmm0
movsd LCPI1_5(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_20
jp LBB1_20
jmp LBB1_21
LBB1_20:
movq -8(%rbp), %rdx
movl $64, %edi
leaq L_.str.6(%rip), %rsi
movb $0, %al
callq __error
orl -12(%rbp), %eax
movl %eax, -12(%rbp)
LBB1_21:
movl -12(%rbp), %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function _error
__error: ## @_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 $240, %rsp
testb %al, %al
je LBB2_4
## %bb.3:
movaps %xmm0, -176(%rbp)
movaps %xmm1, -160(%rbp)
movaps %xmm2, -144(%rbp)
movaps %xmm3, -128(%rbp)
movaps %xmm4, -112(%rbp)
movaps %xmm5, -96(%rbp)
movaps %xmm6, -80(%rbp)
movaps %xmm7, -64(%rbp)
LBB2_4:
movq %r9, -184(%rbp)
movq %r8, -192(%rbp)
movq %rcx, -200(%rbp)
movq %rdx, -208(%rbp)
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl %edi, -36(%rbp)
movq %rsi, -48(%rbp)
leaq -32(%rbp), %rax
leaq -224(%rbp), %rcx
movq %rcx, 16(%rax)
leaq 16(%rbp), %rcx
movq %rcx, 8(%rax)
movl $48, 4(%rax)
movl $16, (%rax)
movq -48(%rbp), %rdi
leaq -32(%rbp), %rsi
callq _vprintf
leaq -32(%rbp), %rax
movl $10, %edi
callq _putchar
movl -36(%rbp), %eax
movl %eax, -228(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB2_2
## %bb.1:
movl -228(%rbp), %eax ## 4-byte Reload
addq $240, %rsp
popq %rbp
retq
LBB2_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s: cos(): Wrong value"
L_.str.1: ## @.str.1
.asciz "%s: sin(): Wrong value"
L_.str.2: ## @.str.2
.asciz "%s: fabs(): Wrong value"
L_.str.3: ## @.str.3
.asciz "%s: fmod(): Wrong value"
L_.str.4: ## @.str.4
.asciz "%s: pow(): Wrong value"
L_.str.5: ## @.str.5
.asciz "%s: round(): Wrong value"
L_.str.6: ## @.str.6
.asciz "%s: sqrt(): Wrong value"
.subsections_via_symbols
| the_stack_data/194250.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _checkNeighbours ; -- Begin function checkNeighbours
.p2align 2
_checkNeighbours: ; @checkNeighbours
.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]
str wzr, [sp, #12]
str wzr, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #8
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x10, [sp, #32]
ldr x8, [sp, #40]
ldr w8, [x8]
ldr x9, [sp, #24]
ldrsw x11, [sp, #8]
ldr w9, [x9, x11, lsl #2]
add w8, w8, w9
mov w9, #404
smaddl x8, w8, w9, x10
ldr x9, [sp, #40]
ldr w9, [x9, #4]
ldr x10, [sp, #16]
ldrsw x11, [sp, #8]
ldr w10, [x10, x11, lsl #2]
add w9, w9, w10
ldr w9, [x8, w9, sxtw #2]
ldr w8, [sp, #12]
add w8, w8, w9
str w8, [sp, #12]
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:
ldr w0, [sp, #12]
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
mov w9, #40992
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #10, lsl #12 ; =40960
sub sp, sp, #32
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #100]
add x0, sp, #180
str x0, [sp, #56] ; 8-byte Folded Spill
mov x1, #40804
bl _bzero
ldr x9, [sp, #56] ; 8-byte Folded Reload
mov x10, #20400
mov w8, #1
str w8, [x9, x10]
adrp x8, l___const.main.maskX@PAGE
add x8, x8, l___const.main.maskX@PAGEOFF
ldr q0, [x8]
str q0, [sp, #144]
ldr q0, [x8, #16]
str q0, [sp, #160]
adrp x8, l___const.main.maskY@PAGE
add x8, x8, l___const.main.maskY@PAGEOFF
ldr q0, [x8]
str q0, [sp, #112]
ldr q0, [x8, #16]
str q0, [sp, #128]
mov w8, #15534
movk w8, #4, lsl #16
str w8, [sp, #96]
adrp x8, l___const.main.coords@PAGE
add x8, x8, l___const.main.coords@PAGEOFF
ldr x8, [x8]
str x8, [sp, #104]
str wzr, [sp, #92]
str wzr, [sp, #88]
b LBB1_1
LBB1_1: ; =>This Loop Header: Depth=1
; Child Loop BB1_2 Depth 2
; Child Loop BB1_10 Depth 2
; Child Loop BB1_18 Depth 2
; Child Loop BB1_26 Depth 2
; Child Loop BB1_34 Depth 2
ldr w8, [sp, #88]
add w8, w8, #1
str w8, [sp, #88]
str wzr, [sp, #84]
b LBB1_2
LBB1_2: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #84]
subs w8, w8, #1
cset w8, ge
tbnz w8, #0, LBB1_7
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_2 Depth=2
add x0, sp, #104
ldr w8, [sp, #108]
add w8, w8, #1
str w8, [sp, #108]
add x1, sp, #180
str x1, [sp, #48] ; 8-byte Folded Spill
add x2, sp, #144
add x3, sp, #112
bl _checkNeighbours
ldr x9, [sp, #48] ; 8-byte Folded Reload
str w0, [sp, #92]
ldr w8, [sp, #92]
ldrsw x10, [sp, #104]
mov x11, #404
mul x10, x10, x11
add x9, x9, x10
ldrsw x10, [sp, #108]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
b LBB1_7
LBB1_5: ; in Loop: Header=BB1_2 Depth=2
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_2 Depth=2
ldr w8, [sp, #84]
add w8, w8, #1
str w8, [sp, #84]
b LBB1_2
LBB1_7: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_9
b LBB1_8
LBB1_8:
b LBB1_40
LBB1_9: ; in Loop: Header=BB1_1 Depth=1
str wzr, [sp, #80]
b LBB1_10
LBB1_10: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #80]
ldr w10, [sp, #88]
mov w9, #2
mul w9, w9, w10
subs w9, w9, #1
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_15
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_10 Depth=2
add x0, sp, #104
ldr w8, [sp, #104]
subs w8, w8, #1
str w8, [sp, #104]
add x1, sp, #180
str x1, [sp, #40] ; 8-byte Folded Spill
add x2, sp, #144
add x3, sp, #112
bl _checkNeighbours
ldr x9, [sp, #40] ; 8-byte Folded Reload
str w0, [sp, #92]
ldr w8, [sp, #92]
ldrsw x10, [sp, #104]
mov x11, #404
mul x10, x10, x11
add x9, x9, x10
ldrsw x10, [sp, #108]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_13
b LBB1_12
LBB1_12: ; in Loop: Header=BB1_1 Depth=1
b LBB1_15
LBB1_13: ; in Loop: Header=BB1_10 Depth=2
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_10 Depth=2
ldr w8, [sp, #80]
add w8, w8, #1
str w8, [sp, #80]
b LBB1_10
LBB1_15: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_17
b LBB1_16
LBB1_16:
b LBB1_40
LBB1_17: ; in Loop: Header=BB1_1 Depth=1
str wzr, [sp, #76]
b LBB1_18
LBB1_18: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #76]
ldr w10, [sp, #88]
mov w9, #2
mul w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_23
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_18 Depth=2
add x0, sp, #104
ldr w8, [sp, #108]
subs w8, w8, #1
str w8, [sp, #108]
add x1, sp, #180
str x1, [sp, #32] ; 8-byte Folded Spill
add x2, sp, #144
add x3, sp, #112
bl _checkNeighbours
ldr x9, [sp, #32] ; 8-byte Folded Reload
str w0, [sp, #92]
ldr w8, [sp, #92]
ldrsw x10, [sp, #104]
mov x11, #404
mul x10, x10, x11
add x9, x9, x10
ldrsw x10, [sp, #108]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_21
b LBB1_20
LBB1_20: ; in Loop: Header=BB1_1 Depth=1
b LBB1_23
LBB1_21: ; in Loop: Header=BB1_18 Depth=2
b LBB1_22
LBB1_22: ; in Loop: Header=BB1_18 Depth=2
ldr w8, [sp, #76]
add w8, w8, #1
str w8, [sp, #76]
b LBB1_18
LBB1_23: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_25
b LBB1_24
LBB1_24:
b LBB1_40
LBB1_25: ; in Loop: Header=BB1_1 Depth=1
str wzr, [sp, #72]
b LBB1_26
LBB1_26: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #72]
ldr w10, [sp, #88]
mov w9, #2
mul w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_31
b LBB1_27
LBB1_27: ; in Loop: Header=BB1_26 Depth=2
add x0, sp, #104
ldr w8, [sp, #104]
add w8, w8, #1
str w8, [sp, #104]
add x1, sp, #180
str x1, [sp, #24] ; 8-byte Folded Spill
add x2, sp, #144
add x3, sp, #112
bl _checkNeighbours
ldr x9, [sp, #24] ; 8-byte Folded Reload
str w0, [sp, #92]
ldr w8, [sp, #92]
ldrsw x10, [sp, #104]
mov x11, #404
mul x10, x10, x11
add x9, x9, x10
ldrsw x10, [sp, #108]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_29
b LBB1_28
LBB1_28: ; in Loop: Header=BB1_1 Depth=1
b LBB1_31
LBB1_29: ; in Loop: Header=BB1_26 Depth=2
b LBB1_30
LBB1_30: ; in Loop: Header=BB1_26 Depth=2
ldr w8, [sp, #72]
add w8, w8, #1
str w8, [sp, #72]
b LBB1_26
LBB1_31: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_33
b LBB1_32
LBB1_32:
b LBB1_40
LBB1_33: ; in Loop: Header=BB1_1 Depth=1
str wzr, [sp, #68]
b LBB1_34
LBB1_34: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #68]
ldr w10, [sp, #88]
mov w9, #2
mul w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_39
b LBB1_35
LBB1_35: ; in Loop: Header=BB1_34 Depth=2
add x0, sp, #104
ldr w8, [sp, #108]
add w8, w8, #1
str w8, [sp, #108]
add x1, sp, #180
str x1, [sp, #16] ; 8-byte Folded Spill
add x2, sp, #144
add x3, sp, #112
bl _checkNeighbours
ldr x9, [sp, #16] ; 8-byte Folded Reload
str w0, [sp, #92]
ldr w8, [sp, #92]
ldrsw x10, [sp, #104]
mov x11, #404
mul x10, x10, x11
add x9, x9, x10
ldrsw x10, [sp, #108]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #92]
ldr w9, [sp, #96]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_37
b LBB1_36
LBB1_36: ; in Loop: Header=BB1_1 Depth=1
b LBB1_39
LBB1_37: ; in Loop: Header=BB1_34 Depth=2
b LBB1_38
LBB1_38: ; in Loop: Header=BB1_34 Depth=2
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB1_34
LBB1_39: ; in Loop: Header=BB1_1 Depth=1
b LBB1_1
LBB1_40:
ldr w9, [sp, #92]
; 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
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_42
b LBB1_41
LBB1_41:
bl ___stack_chk_fail
LBB1_42:
mov w0, #0
add sp, sp, #10, lsl #12 ; =40960
add sp, sp, #32
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,__const
.p2align 2 ; @__const.main.maskX
l___const.main.maskX:
.long 0 ; 0x0
.long 4294967295 ; 0xffffffff
.long 4294967295 ; 0xffffffff
.long 4294967295 ; 0xffffffff
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 1 ; 0x1
.p2align 2 ; @__const.main.maskY
l___const.main.maskY:
.long 1 ; 0x1
.long 1 ; 0x1
.long 0 ; 0x0
.long 4294967295 ; 0xffffffff
.long 4294967295 ; 0xffffffff
.long 4294967295 ; 0xffffffff
.long 0 ; 0x0
.long 1 ; 0x1
.section __TEXT,__literal8,8byte_literals
.p2align 2 ; @__const.main.coords
l___const.main.coords:
.long 50 ; 0x32
.long 50 ; 0x32
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "value = %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _checkNeighbours ## -- Begin function checkNeighbours
.p2align 4, 0x90
_checkNeighbours: ## @checkNeighbours
.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)
movl $0, -36(%rbp)
movl $0, -40(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $8, -40(%rbp)
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
movq -8(%rbp), %rcx
movl (%rcx), %ecx
movq -24(%rbp), %rdx
movslq -40(%rbp), %rsi
addl (%rdx,%rsi,4), %ecx
movslq %ecx, %rcx
imulq $404, %rcx, %rcx ## imm = 0x194
addq %rcx, %rax
movq -8(%rbp), %rcx
movl 4(%rcx), %ecx
movq -32(%rbp), %rdx
movslq -40(%rbp), %rsi
addl (%rdx,%rsi,4), %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %eax
addl -36(%rbp), %eax
movl %eax, -36(%rbp)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -40(%rbp), %eax
addl $1, %eax
movl %eax, -40(%rbp)
jmp LBB0_1
LBB0_4:
movl -36(%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
movl $40928, %eax ## imm = 0x9FE0
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -40892(%rbp)
leaq -40816(%rbp), %rdi
xorl %esi, %esi
movl $40804, %edx ## imm = 0x9F64
callq _memset
movl $1, -20416(%rbp)
movq l___const.main.maskX(%rip), %rax
movq %rax, -40848(%rbp)
movq l___const.main.maskX+8(%rip), %rax
movq %rax, -40840(%rbp)
movq l___const.main.maskX+16(%rip), %rax
movq %rax, -40832(%rbp)
movq l___const.main.maskX+24(%rip), %rax
movq %rax, -40824(%rbp)
movq l___const.main.maskY(%rip), %rax
movq %rax, -40880(%rbp)
movq l___const.main.maskY+8(%rip), %rax
movq %rax, -40872(%rbp)
movq l___const.main.maskY+16(%rip), %rax
movq %rax, -40864(%rbp)
movq l___const.main.maskY+24(%rip), %rax
movq %rax, -40856(%rbp)
movl $277678, -40896(%rbp) ## imm = 0x43CAE
movq L___const.main.coords(%rip), %rax
movq %rax, -40888(%rbp)
movl $0, -40900(%rbp)
movl $0, -40904(%rbp)
LBB1_1: ## =>This Loop Header: Depth=1
## Child Loop BB1_2 Depth 2
## Child Loop BB1_10 Depth 2
## Child Loop BB1_18 Depth 2
## Child Loop BB1_26 Depth 2
## Child Loop BB1_34 Depth 2
movl -40904(%rbp), %eax
addl $1, %eax
movl %eax, -40904(%rbp)
movl $0, -40908(%rbp)
LBB1_2: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $1, -40908(%rbp)
jge LBB1_7
## %bb.3: ## in Loop: Header=BB1_2 Depth=2
movl -40884(%rbp), %eax
addl $1, %eax
movl %eax, -40884(%rbp)
leaq -40888(%rbp), %rdi
leaq -40816(%rbp), %rsi
leaq -40848(%rbp), %rdx
leaq -40880(%rbp), %rcx
callq _checkNeighbours
movl %eax, -40900(%rbp)
movl -40900(%rbp), %edx
movslq -40888(%rbp), %rcx
leaq -40816(%rbp), %rax
imulq $404, %rcx, %rcx ## imm = 0x194
addq %rcx, %rax
movslq -40884(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_5
## %bb.4: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_7
LBB1_5: ## in Loop: Header=BB1_2 Depth=2
jmp LBB1_6
LBB1_6: ## in Loop: Header=BB1_2 Depth=2
movl -40908(%rbp), %eax
addl $1, %eax
movl %eax, -40908(%rbp)
jmp LBB1_2
LBB1_7: ## in Loop: Header=BB1_1 Depth=1
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_9
## %bb.8:
jmp LBB1_40
LBB1_9: ## in Loop: Header=BB1_1 Depth=1
movl $0, -40912(%rbp)
LBB1_10: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -40912(%rbp), %eax
movl -40904(%rbp), %ecx
shll $1, %ecx
subl $1, %ecx
cmpl %ecx, %eax
jge LBB1_15
## %bb.11: ## in Loop: Header=BB1_10 Depth=2
movl -40888(%rbp), %eax
addl $-1, %eax
movl %eax, -40888(%rbp)
leaq -40888(%rbp), %rdi
leaq -40816(%rbp), %rsi
leaq -40848(%rbp), %rdx
leaq -40880(%rbp), %rcx
callq _checkNeighbours
movl %eax, -40900(%rbp)
movl -40900(%rbp), %edx
movslq -40888(%rbp), %rcx
leaq -40816(%rbp), %rax
imulq $404, %rcx, %rcx ## imm = 0x194
addq %rcx, %rax
movslq -40884(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_13
## %bb.12: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_15
LBB1_13: ## in Loop: Header=BB1_10 Depth=2
jmp LBB1_14
LBB1_14: ## in Loop: Header=BB1_10 Depth=2
movl -40912(%rbp), %eax
addl $1, %eax
movl %eax, -40912(%rbp)
jmp LBB1_10
LBB1_15: ## in Loop: Header=BB1_1 Depth=1
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_17
## %bb.16:
jmp LBB1_40
LBB1_17: ## in Loop: Header=BB1_1 Depth=1
movl $0, -40916(%rbp)
LBB1_18: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -40916(%rbp), %eax
movl -40904(%rbp), %ecx
shll $1, %ecx
cmpl %ecx, %eax
jge LBB1_23
## %bb.19: ## in Loop: Header=BB1_18 Depth=2
movl -40884(%rbp), %eax
addl $-1, %eax
movl %eax, -40884(%rbp)
leaq -40888(%rbp), %rdi
leaq -40816(%rbp), %rsi
leaq -40848(%rbp), %rdx
leaq -40880(%rbp), %rcx
callq _checkNeighbours
movl %eax, -40900(%rbp)
movl -40900(%rbp), %edx
movslq -40888(%rbp), %rcx
leaq -40816(%rbp), %rax
imulq $404, %rcx, %rcx ## imm = 0x194
addq %rcx, %rax
movslq -40884(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_21
## %bb.20: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_23
LBB1_21: ## in Loop: Header=BB1_18 Depth=2
jmp LBB1_22
LBB1_22: ## in Loop: Header=BB1_18 Depth=2
movl -40916(%rbp), %eax
addl $1, %eax
movl %eax, -40916(%rbp)
jmp LBB1_18
LBB1_23: ## in Loop: Header=BB1_1 Depth=1
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_25
## %bb.24:
jmp LBB1_40
LBB1_25: ## in Loop: Header=BB1_1 Depth=1
movl $0, -40920(%rbp)
LBB1_26: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -40920(%rbp), %eax
movl -40904(%rbp), %ecx
shll $1, %ecx
cmpl %ecx, %eax
jge LBB1_31
## %bb.27: ## in Loop: Header=BB1_26 Depth=2
movl -40888(%rbp), %eax
addl $1, %eax
movl %eax, -40888(%rbp)
leaq -40888(%rbp), %rdi
leaq -40816(%rbp), %rsi
leaq -40848(%rbp), %rdx
leaq -40880(%rbp), %rcx
callq _checkNeighbours
movl %eax, -40900(%rbp)
movl -40900(%rbp), %edx
movslq -40888(%rbp), %rcx
leaq -40816(%rbp), %rax
imulq $404, %rcx, %rcx ## imm = 0x194
addq %rcx, %rax
movslq -40884(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_29
## %bb.28: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_31
LBB1_29: ## in Loop: Header=BB1_26 Depth=2
jmp LBB1_30
LBB1_30: ## in Loop: Header=BB1_26 Depth=2
movl -40920(%rbp), %eax
addl $1, %eax
movl %eax, -40920(%rbp)
jmp LBB1_26
LBB1_31: ## in Loop: Header=BB1_1 Depth=1
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_33
## %bb.32:
jmp LBB1_40
LBB1_33: ## in Loop: Header=BB1_1 Depth=1
movl $0, -40924(%rbp)
LBB1_34: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -40924(%rbp), %eax
movl -40904(%rbp), %ecx
shll $1, %ecx
cmpl %ecx, %eax
jge LBB1_39
## %bb.35: ## in Loop: Header=BB1_34 Depth=2
movl -40884(%rbp), %eax
addl $1, %eax
movl %eax, -40884(%rbp)
leaq -40888(%rbp), %rdi
leaq -40816(%rbp), %rsi
leaq -40848(%rbp), %rdx
leaq -40880(%rbp), %rcx
callq _checkNeighbours
movl %eax, -40900(%rbp)
movl -40900(%rbp), %edx
movslq -40888(%rbp), %rcx
leaq -40816(%rbp), %rax
imulq $404, %rcx, %rcx ## imm = 0x194
addq %rcx, %rax
movslq -40884(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -40900(%rbp), %eax
cmpl -40896(%rbp), %eax
jl LBB1_37
## %bb.36: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_39
LBB1_37: ## in Loop: Header=BB1_34 Depth=2
jmp LBB1_38
LBB1_38: ## in Loop: Header=BB1_34 Depth=2
movl -40924(%rbp), %eax
addl $1, %eax
movl %eax, -40924(%rbp)
jmp LBB1_34
LBB1_39: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_1
LBB1_40:
movl -40900(%rbp), %esi
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 LBB1_42
## %bb.41:
xorl %eax, %eax
addq $40928, %rsp ## imm = 0x9FE0
popq %rbp
retq
LBB1_42:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 4 ## @__const.main.maskX
l___const.main.maskX:
.long 0 ## 0x0
.long 4294967295 ## 0xffffffff
.long 4294967295 ## 0xffffffff
.long 4294967295 ## 0xffffffff
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 1 ## 0x1
.p2align 4 ## @__const.main.maskY
l___const.main.maskY:
.long 1 ## 0x1
.long 1 ## 0x1
.long 0 ## 0x0
.long 4294967295 ## 0xffffffff
.long 4294967295 ## 0xffffffff
.long 4294967295 ## 0xffffffff
.long 0 ## 0x0
.long 1 ## 0x1
.section __TEXT,__literal8,8byte_literals
.p2align 2 ## @__const.main.coords
L___const.main.coords:
.long 50 ## 0x32
.long 50 ## 0x32
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "value = %d\n"
.subsections_via_symbols
| the_stack_data/43887520.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]
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 w8, [x29, #-8]
ldur w9, [x29, #-12]
add w8, w8, w9
mov w9, #2
sdiv w8, w8, w9
stur w8, [x29, #-16]
ldur w9, [x29, #-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
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 "Enter Mark 1:"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Enter Mark 2:"
l_.str.3: ; @.str.3
.asciz "Avarge Mark = %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)
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), %eax
addl -12(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -16(%rbp)
movl -16(%rbp), %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
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter Mark 1:"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Enter Mark 2:"
L_.str.3: ## @.str.3
.asciz "Avarge Mark = %d\n"
.subsections_via_symbols
| the_stack_data/34512556.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _get_volume ; -- Begin function get_volume
.p2align 2
_get_volume: ; @get_volume
.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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #24]
str x1, [sp, #32]
ldr x8, [sp, #24]
str x8, [sp, #8]
ldr w8, [sp, #32]
str w8, [sp, #16]
ldr w8, [sp, #8]
ldr w9, [sp, #12]
mul w8, w8, w9
ldr w9, [sp, #16]
mul w8, w8, w9
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_2
b LBB0_1
LBB0_1:
bl ___stack_chk_fail
LBB0_2:
ldr w0, [sp, #4] ; 4-byte Folded Reload
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _is_lower_than_max_height ; -- Begin function is_lower_than_max_height
.p2align 2
_is_lower_than_max_height: ; @is_lower_than_max_height
.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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #24]
str x1, [sp, #32]
ldr x8, [sp, #24]
str x8, [sp, #8]
ldr w8, [sp, #32]
str w8, [sp, #16]
ldr w8, [sp, #16]
subs w8, w8, #41
cset w8, ge
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
mov w8, #1
str w8, [sp, #20]
b LBB1_3
LBB1_2:
str wzr, [sp, #20]
b LBB1_3
LBB1_3:
ldr w8, [sp, #20]
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, LBB1_5
b LBB1_4
LBB1_4:
bl ___stack_chk_fail
LBB1_5:
ldr w0, [sp, #4] ; 4-byte Folded Reload
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
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur wzr, [x29, #-44]
mov x9, sp
add x8, sp, #48
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldrsw x8, [sp, #48]
mov x9, #12
mul x0, x8, x9
bl _malloc
str x0, [sp, #40]
str wzr, [sp, #36]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #36]
ldr w9, [sp, #48]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #36]
mov x12, #12
mul x9, x9, x12
add x11, x8, x9
ldr x8, [sp, #40]
ldrsw x9, [sp, #36]
mul x9, x9, x12
add x8, x8, x9
add x10, x8, #4
ldr x8, [sp, #40]
ldrsw x9, [sp, #36]
mul x9, x9, x12
add x8, x8, x9
add x8, x8, #8
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #36]
add w8, w8, #1
str w8, [sp, #36]
b LBB2_1
LBB2_4:
str wzr, [sp, #32]
b LBB2_5
LBB2_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
ldr w9, [sp, #48]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_10
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_5 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #32]
mov x10, #12
mul x9, x9, x10
add x8, x8, x9
ldr x9, [x8]
stur x9, [x29, #-24]
ldr w8, [x8, #8]
stur w8, [x29, #-16]
ldur x0, [x29, #-24]
ldur x1, [x29, #-16]
bl _is_lower_than_max_height
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB2_8
b LBB2_7
LBB2_7: ; in Loop: Header=BB2_5 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #32]
mov x10, #12
mul x9, x9, x10
add x8, x8, x9
ldr x9, [x8]
stur x9, [x29, #-40]
ldr w8, [x8, #8]
stur w8, [x29, #-32]
ldur x0, [x29, #-40]
ldur x1, [x29, #-32]
bl _get_volume
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
b LBB2_8
LBB2_8: ; in Loop: Header=BB2_5 Depth=1
b LBB2_9
LBB2_9: ; in Loop: Header=BB2_5 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB2_5
LBB2_10:
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_12
b LBB2_11
LBB2_11:
bl ___stack_chk_fail
LBB2_12:
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 "%d"
l_.str.1: ; @.str.1
.asciz "%d%d%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 _get_volume ## -- Begin function get_volume
.p2align 4, 0x90
_get_volume: ## @get_volume
.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, -32(%rbp)
movl %esi, -24(%rbp)
movq -32(%rbp), %rax
movq %rax, -16(%rbp)
movl -24(%rbp), %eax
movl %eax, -8(%rbp)
movl -16(%rbp), %eax
imull -12(%rbp), %eax
imull -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _is_lower_than_max_height ## -- Begin function is_lower_than_max_height
.p2align 4, 0x90
_is_lower_than_max_height: ## @is_lower_than_max_height
.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, -32(%rbp)
movl %esi, -24(%rbp)
movq -32(%rbp), %rax
movq %rax, -16(%rbp)
movl -24(%rbp), %eax
movl %eax, -8(%rbp)
cmpl $41, -8(%rbp)
jge LBB1_2
## %bb.1:
movl $1, -4(%rbp)
jmp LBB1_3
LBB1_2:
movl $0, -4(%rbp)
LBB1_3:
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 $64, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movslq -8(%rbp), %rax
imulq $12, %rax, %rdi
callq _malloc
movq %rax, -16(%rbp)
movl $0, -20(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movq -16(%rbp), %rsi
movslq -20(%rbp), %rax
imulq $12, %rax, %rax
addq %rax, %rsi
movq -16(%rbp), %rdx
movslq -20(%rbp), %rax
imulq $12, %rax, %rax
addq %rax, %rdx
addq $4, %rdx
movq -16(%rbp), %rcx
movslq -20(%rbp), %rax
imulq $12, %rax, %rax
addq %rax, %rcx
addq $8, %rcx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
## %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 $0, -24(%rbp)
LBB2_5: ## =>This Inner Loop Header: Depth=1
movl -24(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB2_10
## %bb.6: ## in Loop: Header=BB2_5 Depth=1
movq -16(%rbp), %rax
movslq -24(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movq (%rax), %rcx
movq %rcx, -40(%rbp)
movl 8(%rax), %eax
movl %eax, -32(%rbp)
movq -40(%rbp), %rdi
movl -32(%rbp), %esi
callq _is_lower_than_max_height
cmpl $0, %eax
je LBB2_8
## %bb.7: ## in Loop: Header=BB2_5 Depth=1
movq -16(%rbp), %rax
movslq -24(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movq (%rax), %rcx
movq %rcx, -56(%rbp)
movl 8(%rax), %eax
movl %eax, -48(%rbp)
movq -56(%rbp), %rdi
movl -48(%rbp), %esi
callq _get_volume
movl %eax, %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
LBB2_8: ## in Loop: Header=BB2_5 Depth=1
jmp LBB2_9
LBB2_9: ## in Loop: Header=BB2_5 Depth=1
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB2_5
LBB2_10:
xorl %eax, %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 "%d%d%d"
L_.str.2: ## @.str.2
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/154828944.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _copyPtr ; -- Begin function copyPtr
.p2align 2
_copyPtr: ; @copyPtr
.cfi_startproc
; %bb.0:
adrp x8, _q@PAGE
ldr x8, [x8, _q@PAGEOFF]
adrp x9, _p@GOTPAGE
ldr x9, [x9, _p@GOTPAGEOFF]
str x8, [x9]
ret
.cfi_endproc
; -- End function
.comm _z,4,2 ; @z
.section __DATA,__data
.globl _q ; @q
.p2align 3
_q:
.quad _z
.comm _p,8,3 ; @p
.comm _pp,8,3 ; @pp
.comm _pq,8,3 ; @pq
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _copyPtr ## -- Begin function copyPtr
.p2align 4, 0x90
_copyPtr: ## @copyPtr
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _q(%rip), %rcx
movq _p@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _z,4,2 ## @z
.section __DATA,__data
.globl _q ## @q
.p2align 3
_q:
.quad _z
.comm _p,8,3 ## @p
.comm _pp,8,3 ## @pp
.comm _pq,8,3 ## @pq
.subsections_via_symbols
| the_stack_data/232956627.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ordena ; -- Begin function ordena
.p2align 2
_ordena: ; @ordena
.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]
ldr x8, [sp, #16]
ldr w8, [x8]
ldr x9, [sp, #24]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr x8, [sp, #24]
ldr w8, [x8]
str w8, [sp, #4]
ldr x8, [sp, #16]
ldr w8, [x8]
ldr x9, [sp, #24]
str w8, [x9]
ldr w8, [sp, #4]
ldr x9, [sp, #16]
str w8, [x9]
b LBB0_2
LBB0_2:
ldr x8, [sp, #16]
ldr w8, [x8]
ldr x9, [sp, #8]
ldr w9, [x9]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldr x8, [sp, #8]
ldr w8, [x8]
str w8, [sp, #4]
ldr x8, [sp, #16]
ldr w8, [x8]
ldr x9, [sp, #8]
str w8, [x9]
ldr w8, [sp, #4]
ldr x9, [sp, #16]
str w8, [x9]
b LBB0_4
LBB0_4:
ldr x8, [sp, #16]
ldr w8, [x8]
ldr x9, [sp, #24]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldr x8, [sp, #24]
ldr w8, [x8]
str w8, [sp, #4]
ldr x8, [sp, #16]
ldr w8, [x8]
ldr x9, [sp, #24]
str w8, [x9]
ldr w8, [sp, #4]
ldr x9, [sp, #16]
str w8, [x9]
b LBB0_6
LBB0_6:
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, #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]
stur wzr, [x29, #-24]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #20
str x8, [sp, #32] ; 8-byte Folded Spill
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
str x0, [sp, #24] ; 8-byte Folded Spill
bl _scanf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr x0, [sp, #24] ; 8-byte Folded Reload
add x8, x8, #4
mov x9, sp
str x8, [x9]
bl _scanf
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr x0, [sp, #24] ; 8-byte Folded Reload
add x8, x8, #8
mov x9, sp
str x8, [x9]
bl _scanf
ldr x8, [sp, #32] ; 8-byte Folded Reload
mov x0, x8
add x1, x8, #4
add x2, x8, #8
bl _ordena
ldur w8, [x29, #-20]
; implicit-def: $x11
mov x11, x8
ldur w8, [x29, #-16]
; implicit-def: $x10
mov x10, x8
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@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, LBB1_2
b LBB1_1
LBB1_1:
bl ___stack_chk_fail
LBB1_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 "Informe a: "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Informe b: "
l_.str.3: ; @.str.3
.asciz "Informe c: "
l_.str.4: ; @.str.4
.asciz "%d %d %d"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ordena ## -- Begin function ordena
.p2align 4, 0x90
_ordena: ## @ordena
.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 -16(%rbp), %rax
movl (%rax), %eax
movq -8(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB0_2
## %bb.1:
movq -8(%rbp), %rax
movl (%rax), %eax
movl %eax, -28(%rbp)
movq -16(%rbp), %rax
movl (%rax), %ecx
movq -8(%rbp), %rax
movl %ecx, (%rax)
movl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, (%rax)
LBB0_2:
movq -16(%rbp), %rax
movl (%rax), %eax
movq -24(%rbp), %rcx
cmpl (%rcx), %eax
jle LBB0_4
## %bb.3:
movq -24(%rbp), %rax
movl (%rax), %eax
movl %eax, -28(%rbp)
movq -16(%rbp), %rax
movl (%rax), %ecx
movq -24(%rbp), %rax
movl %ecx, (%rax)
movl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, (%rax)
LBB0_4:
movq -16(%rbp), %rax
movl (%rax), %eax
movq -8(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB0_6
## %bb.5:
movq -8(%rbp), %rax
movl (%rax), %eax
movl %eax, -28(%rbp)
movq -16(%rbp), %rax
movl (%rax), %ecx
movq -8(%rbp), %rax
movl %ecx, (%rax)
movl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, (%rax)
LBB0_6:
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
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -24(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq -20(%rbp), %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq -20(%rbp), %rsi
addq $4, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq -20(%rbp), %rsi
addq $8, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
leaq -20(%rbp), %rdi
leaq -20(%rbp), %rsi
addq $4, %rsi
leaq -20(%rbp), %rdx
addq $8, %rdx
callq _ordena
movl -20(%rbp), %esi
movl -16(%rbp), %edx
movl -12(%rbp), %ecx
leaq L_.str.4(%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 LBB1_2
## %bb.1:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
LBB1_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Informe a: "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Informe b: "
L_.str.3: ## @.str.3
.asciz "Informe c: "
L_.str.4: ## @.str.4
.asciz "%d %d %d"
.subsections_via_symbols
| the_stack_data/103265289.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, #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]
sub x0, x29, #59
str x0, [sp, #48] ; 8-byte Folded Spill
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
mov x2, #51
bl ___strcpy_chk
ldr x8, [sp, #48] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
str x0, [sp, #40] ; 8-byte Folded Spill
bl _printf
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x0, [sp, #40] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
bl _printf
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x0, [sp, #40] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
bl _printf
ldr x8, [sp, #48] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
str x0, [sp, #56] ; 8-byte Folded Spill
bl _printf
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x0, [sp, #56] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
bl _printf
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x0, [sp, #56] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
bl _printf
add x12, sp, #76
add x11, x12, #1
add x10, x12, #2
add x8, x12, #3
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
str x0, [sp, #64] ; 8-byte Folded Spill
bl _printf
ldr x0, [sp, #64] ; 8-byte Folded Reload
sub x12, x29, #76
add x11, x12, #4
add x10, x12, #8
add x8, x12, #12
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
bl _printf
ldr x0, [sp, #64] ; 8-byte Folded Reload
add x12, sp, #80
add x11, x12, #8
add x10, x12, #16
add x8, x12, #24
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
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_2
b LBB0_1
LBB0_1:
bl ___stack_chk_fail
LBB0_2:
mov w0, #0
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
add sp, sp, #208
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "C\350\257\255\350\250\200\346\212\200\346\234\257\347\275\221(www.freecplus.net)"
l_.str.1: ; @.str.1
.asciz "%p\n"
l_.str.2: ; @.str.2
.asciz "%s\n"
l_.str.3: ; @.str.3
.asciz "%p %p %p %p\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)
leaq -64(%rbp), %rdi
leaq L_.str(%rip), %rsi
movl $51, %edx
callq ___strcpy_chk
leaq -64(%rbp), %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -64(%rbp), %rsi
movb $0, %al
callq _printf
leaq -64(%rbp), %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
leaq -64(%rbp), %rsi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -64(%rbp), %rsi
movb $0, %al
callq _printf
leaq -64(%rbp), %rsi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq -116(%rbp), %rsi
leaq -116(%rbp), %rdx
addq $1, %rdx
leaq -116(%rbp), %rcx
addq $2, %rcx
leaq -116(%rbp), %r8
addq $3, %r8
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq -80(%rbp), %rsi
leaq -80(%rbp), %rdx
addq $4, %rdx
leaq -80(%rbp), %rcx
addq $8, %rcx
leaq -80(%rbp), %r8
addq $12, %r8
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq -112(%rbp), %rsi
leaq -112(%rbp), %rdx
addq $8, %rdx
leaq -112(%rbp), %rcx
addq $16, %rcx
leaq -112(%rbp), %r8
addq $24, %r8
leaq L_.str.3(%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_2
## %bb.1:
xorl %eax, %eax
addq $128, %rsp
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "C\350\257\255\350\250\200\346\212\200\346\234\257\347\275\221(www.freecplus.net)"
L_.str.1: ## @.str.1
.asciz "%p\n"
L_.str.2: ## @.str.2
.asciz "%s\n"
L_.str.3: ## @.str.3
.asciz "%p %p %p %p\n"
.subsections_via_symbols
| the_stack_data/195776.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_putchar ; -- Begin function ft_putchar
.p2align 2
_ft_putchar: ; @ft_putchar
.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
sub x1, x29, #1
sturb w0, [x29, #-1]
mov w0, #1
mov x2, #1
bl _write
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _find_max ; -- Begin function find_max
.p2align 2
_find_max: ; @find_max
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
mov w8, #7
str w8, [sp, #4]
mov w8, #2
str w8, [sp, #8]
str w8, [sp]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_5
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp]
mov w10, #2
add w8, w8, #2
mul w9, w10, w8
ldr w8, [sp, #4]
add w8, w8, w9
str w8, [sp, #4]
ldr w8, [sp]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #8]
add w8, w8, #2
str w8, [sp, #8]
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp]
add w8, w8, #1
str w8, [sp]
ldr w9, [sp, #8]
ldr w8, [sp, #4]
add w8, w8, w9
str w8, [sp, #4]
b LBB1_1
LBB1_5:
ldr w0, [sp, #4]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _display_line ; -- Begin function display_line
.p2align 2
_display_line: ; @display_line
.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]
stur w2, [x29, #-12]
ldur w0, [x29, #-8]
bl _find_max
str w0, [sp, #12]
str wzr, [sp, #16]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
str w8, [sp, #8] ; 4-byte Folded Spill
add w8, w8, #1
str w8, [sp, #16]
ldur w0, [x29, #-4]
bl _find_max
ldr w8, [sp, #8] ; 4-byte Folded Reload
ldr w9, [sp, #12]
ldur w11, [x29, #-8]
mov w10, #2
add w11, w11, #2
ldur w12, [x29, #-12]
subs w11, w11, w12
subs w9, w9, w11, lsl #1
subs w9, w0, w9
sdiv w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_3
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
mov w0, #32
bl _ft_putchar
b LBB2_1
LBB2_3:
str wzr, [sp, #16]
b LBB2_4
LBB2_4: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
add w9, w8, #1
str w9, [sp, #16]
ldr w9, [sp, #12]
ldur w10, [x29, #-8]
add w10, w10, #2
ldur w11, [x29, #-12]
subs w10, w10, w11
subs w9, w9, w10, lsl #1
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_21
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_4 Depth=1
ldr w8, [sp, #16]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB2_7
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_4 Depth=1
mov w0, #47
bl _ft_putchar
b LBB2_20
LBB2_7: ; in Loop: Header=BB2_4 Depth=1
ldr w8, [sp, #16]
ldr w9, [sp, #12]
ldur w10, [x29, #-8]
add w10, w10, #2
ldur w11, [x29, #-12]
subs w10, w10, w11
subs w9, w9, w10, lsl #1
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB2_9
b LBB2_8
LBB2_8: ; in Loop: Header=BB2_4 Depth=1
mov w0, #92
bl _ft_putchar
b LBB2_19
LBB2_9: ; in Loop: Header=BB2_4 Depth=1
ldur w8, [x29, #-8]
ldur w9, [x29, #-4]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB2_17
b LBB2_10
LBB2_10: ; in Loop: Header=BB2_4 Depth=1
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
mov w11, #2
sdiv w10, w9, w11
mul w10, w10, w11
subs w10, w9, w10
mov w9, #3
subs w9, w9, w10
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB2_17
b LBB2_11
LBB2_11: ; in Loop: Header=BB2_4 Depth=1
ldr w8, [sp, #16]
ldr w9, [sp, #12]
add w9, w9, #1
ldur w10, [x29, #-8]
mov w11, #2
add w10, w10, #2
ldur w12, [x29, #-12]
subs w10, w10, w12
subs w9, w9, w10, lsl #1
sdiv w9, w9, w11
ldur w10, [x29, #-4]
subs w10, w10, #1
sdiv w10, w10, w11
subs w9, w9, w10
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB2_17
b LBB2_12
LBB2_12: ; in Loop: Header=BB2_4 Depth=1
ldr w8, [sp, #16]
ldr w9, [sp, #12]
add w9, w9, #1
ldur w10, [x29, #-8]
mov w11, #2
add w10, w10, #2
ldur w12, [x29, #-12]
subs w10, w10, w12
subs w9, w9, w10, lsl #1
sdiv w9, w9, w11
ldur w10, [x29, #-4]
subs w10, w10, #1
sdiv w10, w10, w11
add w9, w9, w10
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB2_17
b LBB2_13
LBB2_13: ; in Loop: Header=BB2_4 Depth=1
ldur w8, [x29, #-4]
subs w8, w8, #4
cset w8, le
mov w9, #0
str w9, [sp, #4] ; 4-byte Folded Spill
tbnz w8, #0, LBB2_16
b LBB2_14
LBB2_14: ; in Loop: Header=BB2_4 Depth=1
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
mov w11, #2
sdiv w10, w9, w11
mul w10, w10, w11
subs w10, w9, w10
mov w9, #4
subs w9, w9, w10
ldur w10, [x29, #-8]
subs w10, w10, #1
sdiv w10, w10, w11
add w9, w9, w10
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #4] ; 4-byte Folded Spill
tbnz w8, #0, LBB2_16
b LBB2_15
LBB2_15: ; in Loop: Header=BB2_4 Depth=1
ldr w8, [sp, #16]
ldr w9, [sp, #12]
add w9, w9, #1
ldur w10, [x29, #-8]
mov w11, #2
add w10, w10, #2
ldur w12, [x29, #-12]
subs w10, w10, w12
subs w9, w9, w10, lsl #1
sdiv w9, w9, w11
ldur w10, [x29, #-4]
subs w10, w10, #1
sdiv w10, w10, w11
add w9, w9, w10
subs w9, w9, #1
subs w8, w8, w9
cset w8, eq
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB2_16
LBB2_16: ; in Loop: Header=BB2_4 Depth=1
ldr w8, [sp, #4] ; 4-byte Folded Reload
and w10, w8, #0x1
mov w9, #124
mov w8, #36
ands w10, w10, #0x1
csel w8, w8, w9, ne
sxtb w0, w8
bl _ft_putchar
b LBB2_18
LBB2_17: ; in Loop: Header=BB2_4 Depth=1
mov w0, #42
bl _ft_putchar
b LBB2_18
LBB2_18: ; in Loop: Header=BB2_4 Depth=1
b LBB2_19
LBB2_19: ; in Loop: Header=BB2_4 Depth=1
b LBB2_20
LBB2_20: ; in Loop: Header=BB2_4 Depth=1
b LBB2_4
LBB2_21:
mov w0, #10
bl _ft_putchar
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _display_floor ; -- Begin function display_floor
.p2align 2
_display_floor: ; @display_floor
.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 w1, [sp, #8]
mov w8, #1
str w8, [sp, #4]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
ldr w9, [sp, #8]
add w9, w9, #2
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB3_3
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldur w0, [x29, #-4]
ldr w1, [sp, #8]
ldr w2, [sp, #4]
bl _display_line
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB3_1
LBB3_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _sastantua ; -- Begin function sastantua
.p2align 2
_sastantua: ; @sastantua
.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]
mov w8, #1
str w8, [sp, #8]
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB4_5
b LBB4_1
LBB4_1:
b LBB4_2
LBB4_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldur w9, [x29, #-4]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB4_4
b LBB4_3
LBB4_3: ; in Loop: Header=BB4_2 Depth=1
ldur w0, [x29, #-4]
ldr w1, [sp, #8]
bl _display_floor
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB4_2
LBB4_4:
b LBB4_5
LBB4_5:
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]
str w0, [sp, #8]
str x1, [sp]
ldr w8, [sp, #8]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB5_5
b LBB5_1
LBB5_1:
ldr x8, [sp]
ldr x8, [x8, #8]
ldrsb w8, [x8]
subs w8, w8, #48
cset w8, le
tbnz w8, #0, LBB5_4
b LBB5_2
LBB5_2:
ldr x8, [sp]
ldr x8, [x8, #8]
ldrsb w8, [x8]
subs w8, w8, #57
cset w8, gt
tbnz w8, #0, LBB5_4
b LBB5_3
LBB5_3:
ldr x8, [sp]
ldr x8, [x8, #8]
ldrsb w8, [x8]
subs w0, w8, #48
bl _sastantua
b LBB5_4
LBB5_4:
b LBB5_5
LBB5_5:
mov w0, #0
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_putchar ## -- Begin function ft_putchar
.p2align 4, 0x90
_ft_putchar: ## @ft_putchar
.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
movb %dil, %al
movb %al, -1(%rbp)
movl $1, %edi
leaq -1(%rbp), %rsi
movl $1, %edx
callq _write
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _find_max ## -- Begin function find_max
.p2align 4, 0x90
_find_max: ## @find_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 $7, -12(%rbp)
movl $2, -8(%rbp)
movl $2, -16(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
cmpl -4(%rbp), %eax
jg LBB1_5
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
addl $2, %eax
shll $1, %eax
addl -12(%rbp), %eax
movl %eax, -12(%rbp)
movl -16(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
cmpl $0, %edx
jne LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -8(%rbp), %eax
addl $2, %eax
movl %eax, -8(%rbp)
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
movl -8(%rbp), %eax
addl -12(%rbp), %eax
movl %eax, -12(%rbp)
jmp LBB1_1
LBB1_5:
movl -12(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _display_line ## -- Begin function display_line
.p2align 4, 0x90
_display_line: ## @display_line
.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 %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl %edx, -12(%rbp)
movl -8(%rbp), %edi
callq _find_max
movl %eax, -20(%rbp)
movl $0, -16(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
movl %eax, -24(%rbp) ## 4-byte Spill
addl $1, %eax
movl %eax, -16(%rbp)
movl -4(%rbp), %edi
callq _find_max
movl -20(%rbp), %ecx
movl -8(%rbp), %edx
addl $2, %edx
subl -12(%rbp), %edx
shll $1, %edx
subl %edx, %ecx
subl %ecx, %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -24(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jge LBB2_3
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movl $32, %edi
callq _ft_putchar
jmp LBB2_1
LBB2_3:
movl $0, -16(%rbp)
LBB2_4: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -16(%rbp)
movl -20(%rbp), %ecx
movl -8(%rbp), %edx
addl $2, %edx
subl -12(%rbp), %edx
shll $1, %edx
subl %edx, %ecx
cmpl %ecx, %eax
jge LBB2_21
## %bb.5: ## in Loop: Header=BB2_4 Depth=1
cmpl $1, -16(%rbp)
jne LBB2_7
## %bb.6: ## in Loop: Header=BB2_4 Depth=1
movl $47, %edi
callq _ft_putchar
jmp LBB2_20
LBB2_7: ## in Loop: Header=BB2_4 Depth=1
movl -16(%rbp), %eax
movl -20(%rbp), %ecx
movl -8(%rbp), %edx
addl $2, %edx
subl -12(%rbp), %edx
shll $1, %edx
subl %edx, %ecx
cmpl %ecx, %eax
jne LBB2_9
## %bb.8: ## in Loop: Header=BB2_4 Depth=1
movl $92, %edi
callq _ft_putchar
jmp LBB2_19
LBB2_9: ## in Loop: Header=BB2_4 Depth=1
movl -8(%rbp), %eax
cmpl -4(%rbp), %eax
jne LBB2_17
## %bb.10: ## in Loop: Header=BB2_4 Depth=1
movl -12(%rbp), %eax
movl %eax, -28(%rbp) ## 4-byte Spill
movl -8(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl -28(%rbp), %eax ## 4-byte Reload
movl $3, %ecx
subl %edx, %ecx
cmpl %ecx, %eax
jle LBB2_17
## %bb.11: ## in Loop: Header=BB2_4 Depth=1
movl -16(%rbp), %eax
movl %eax, -32(%rbp) ## 4-byte Spill
movl -20(%rbp), %eax
addl $1, %eax
movl -8(%rbp), %ecx
addl $2, %ecx
subl -12(%rbp), %ecx
shll $1, %ecx
subl %ecx, %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -4(%rbp), %eax
subl $1, %eax
movl $2, %esi
cltd
idivl %esi
movl %eax, %edx
movl -32(%rbp), %eax ## 4-byte Reload
subl %edx, %ecx
cmpl %ecx, %eax
jl LBB2_17
## %bb.12: ## in Loop: Header=BB2_4 Depth=1
movl -16(%rbp), %eax
movl %eax, -36(%rbp) ## 4-byte Spill
movl -20(%rbp), %eax
addl $1, %eax
movl -8(%rbp), %ecx
addl $2, %ecx
subl -12(%rbp), %ecx
shll $1, %ecx
subl %ecx, %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -4(%rbp), %eax
subl $1, %eax
movl $2, %esi
cltd
idivl %esi
movl %eax, %edx
movl -36(%rbp), %eax ## 4-byte Reload
addl %edx, %ecx
cmpl %ecx, %eax
jg LBB2_17
## %bb.13: ## in Loop: Header=BB2_4 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $4, -4(%rbp)
movb %al, -37(%rbp) ## 1-byte Spill
jle LBB2_16
## %bb.14: ## in Loop: Header=BB2_4 Depth=1
movl -12(%rbp), %ecx
movl -8(%rbp), %eax
movl $2, %esi
cltd
idivl %esi
movl $4, %eax
subl %edx, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
movl -8(%rbp), %eax
subl $1, %eax
movl $2, %esi
cltd
idivl %esi
movl -44(%rbp), %edx ## 4-byte Reload
addl %eax, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -37(%rbp) ## 1-byte Spill
jne LBB2_16
## %bb.15: ## in Loop: Header=BB2_4 Depth=1
movl -16(%rbp), %eax
movl %eax, -48(%rbp) ## 4-byte Spill
movl -20(%rbp), %eax
addl $1, %eax
movl -8(%rbp), %ecx
addl $2, %ecx
subl -12(%rbp), %ecx
shll $1, %ecx
subl %ecx, %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -4(%rbp), %eax
subl $1, %eax
movl $2, %esi
cltd
idivl %esi
movl %eax, %edx
movl -48(%rbp), %eax ## 4-byte Reload
addl %edx, %ecx
subl $1, %ecx
cmpl %ecx, %eax
sete %al
movb %al, -37(%rbp) ## 1-byte Spill
LBB2_16: ## in Loop: Header=BB2_4 Depth=1
movb -37(%rbp), %dl ## 1-byte Reload
movl $124, %eax
movl $36, %ecx
testb $1, %dl
cmovnel %ecx, %eax
## kill: def $al killed $al killed $eax
movsbl %al, %edi
callq _ft_putchar
jmp LBB2_18
LBB2_17: ## in Loop: Header=BB2_4 Depth=1
movl $42, %edi
callq _ft_putchar
LBB2_18: ## in Loop: Header=BB2_4 Depth=1
jmp LBB2_19
LBB2_19: ## in Loop: Header=BB2_4 Depth=1
jmp LBB2_20
LBB2_20: ## in Loop: Header=BB2_4 Depth=1
jmp LBB2_4
LBB2_21:
movl $10, %edi
callq _ft_putchar
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _display_floor ## -- Begin function display_floor
.p2align 4, 0x90
_display_floor: ## @display_floor
.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 %esi, -8(%rbp)
movl $1, -12(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
movl -8(%rbp), %ecx
addl $2, %ecx
cmpl %ecx, %eax
jg LBB3_3
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movl -4(%rbp), %edi
movl -8(%rbp), %esi
movl -12(%rbp), %edx
callq _display_line
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB3_1
LBB3_3:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _sastantua ## -- Begin function sastantua
.p2align 4, 0x90
_sastantua: ## @sastantua
.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 $1, -8(%rbp)
cmpl $0, -4(%rbp)
jle LBB4_5
## %bb.1:
jmp LBB4_2
LBB4_2: ## =>This Inner Loop Header: Depth=1
movl -8(%rbp), %eax
cmpl -4(%rbp), %eax
jg LBB4_4
## %bb.3: ## in Loop: Header=BB4_2 Depth=1
movl -4(%rbp), %edi
movl -8(%rbp), %esi
callq _display_floor
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB4_2
LBB4_4:
jmp LBB4_5
LBB4_5:
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 %edi, -8(%rbp)
movq %rsi, -16(%rbp)
cmpl $2, -8(%rbp)
jne LBB5_5
## %bb.1:
movq -16(%rbp), %rax
movq 8(%rax), %rax
movsbl (%rax), %eax
cmpl $48, %eax
jle LBB5_4
## %bb.2:
movq -16(%rbp), %rax
movq 8(%rax), %rax
movsbl (%rax), %eax
cmpl $57, %eax
jg LBB5_4
## %bb.3:
movq -16(%rbp), %rax
movq 8(%rax), %rax
movsbl (%rax), %edi
subl $48, %edi
callq _sastantua
LBB5_4:
jmp LBB5_5
LBB5_5:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/215767786.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _smallest ; -- Begin function smallest
.p2align 2
_smallest: ; @smallest
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str w1, [sp, #20]
str w2, [sp, #16]
ldr w8, [sp, #20]
str w8, [sp, #12]
ldr x8, [sp, #24]
ldrsw x9, [sp, #20]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #8]
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
ldr w9, [sp, #16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #4]
ldr w8, [x8, x9, lsl #2]
ldr w9, [sp, #8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #4]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #8]
ldr w8, [sp, #4]
str w8, [sp, #12]
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, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_1
LBB0_6:
ldr w0, [sp, #12]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _selection_sort ; -- Begin function selection_sort
.p2align 2
_selection_sort: ; @selection_sort
.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, #16]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
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
ldur x0, [x29, #-8]
ldr w1, [sp, #16]
ldur w2, [x29, #-12]
bl _smallest
str w0, [sp, #12]
ldur x8, [x29, #-8]
ldrsw x9, [sp, #16]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #8]
ldur x8, [x29, #-8]
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
ldur x9, [x29, #-8]
ldrsw x10, [sp, #16]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #8]
ldur x9, [x29, #-8]
ldrsw x10, [sp, #12]
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:
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, #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]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #12
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
str wzr, [sp, #16]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldrsw x9, [sp, #16]
add x8, sp, #24
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 LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB2_1
LBB2_4:
ldr w1, [sp, #12]
add x0, sp, #24
bl _selection_sort
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
str wzr, [sp, #16]
b LBB2_5
LBB2_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_8
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_5 Depth=1
ldrsw x9, [sp, #16]
add x8, sp, #24
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB2_7
LBB2_7: ; in Loop: Header=BB2_5 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB2_5
LBB2_8:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@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, LBB2_10
b LBB2_9
LBB2_9:
bl ___stack_chk_fail
LBB2_10:
mov w0, #0
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\n Enter the number of elements in the array : "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "\n Enter the elements of the array : "
l_.str.3: ; @.str.3
.asciz "\n The sorted array is :"
l_.str.4: ; @.str.4
.asciz "\t%d"
l_.str.5: ; @.str.5
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _smallest ## -- Begin function smallest
.p2align 4, 0x90
_smallest: ## @smallest
.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), %eax
movl %eax, -20(%rbp)
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -24(%rbp)
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
cmpl -16(%rbp), %eax
jge LBB0_6
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
movslq -28(%rbp), %rcx
movl (%rax,%rcx,4), %eax
cmpl -24(%rbp), %eax
jge LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
movslq -28(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -24(%rbp)
movl -28(%rbp), %eax
movl %eax, -20(%rbp)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_5
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB0_1
LBB0_6:
movl -20(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _selection_sort ## -- Begin function selection_sort
.p2align 4, 0x90
_selection_sort: ## @selection_sort
.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, -16(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -8(%rbp), %rdi
movl -16(%rbp), %esi
movl -12(%rbp), %edx
callq _smallest
movl %eax, -20(%rbp)
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -24(%rbp)
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -24(%rbp), %edx
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB1_1
LBB1_4:
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 $112, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -100(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -108(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -104(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movslq -104(%rbp), %rax
leaq -96(%rbp), %rsi
shlq $2, %rax
addq %rax, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -104(%rbp), %eax
addl $1, %eax
movl %eax, -104(%rbp)
jmp LBB2_1
LBB2_4:
leaq -96(%rbp), %rdi
movl -108(%rbp), %esi
callq _selection_sort
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -104(%rbp)
LBB2_5: ## =>This Inner Loop Header: Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jge LBB2_8
## %bb.6: ## in Loop: Header=BB2_5 Depth=1
movslq -104(%rbp), %rax
movl -96(%rbp,%rax,4), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
## %bb.7: ## in Loop: Header=BB2_5 Depth=1
movl -104(%rbp), %eax
addl $1, %eax
movl %eax, -104(%rbp)
jmp LBB2_5
LBB2_8:
leaq L_.str.5(%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 LBB2_10
## %bb.9:
xorl %eax, %eax
addq $112, %rsp
popq %rbp
retq
LBB2_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n Enter the number of elements in the array : "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "\n Enter the elements of the array : "
L_.str.3: ## @.str.3
.asciz "\n The sorted array is :"
L_.str.4: ## @.str.4
.asciz "\t%d"
L_.str.5: ## @.str.5
.asciz "\n"
.subsections_via_symbols
| the_stack_data/31387429.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]
sub x8, x29, #12
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldur w8, [x29, #-8]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldur w0, [x29, #-8]
ldur w1, [x29, #-12]
bl _mmc
str w0, [sp, #16]
b LBB0_3
LBB0_2:
ldur w0, [x29, #-12]
ldur w1, [x29, #-8]
bl _mmc
str w0, [sp, #16]
b LBB0_3
LBB0_3:
ldr w9, [sp, #16]
; 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 w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _mmc ; -- Begin function mmc
.p2align 2
_mmc: ; @mmc
.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 w1, [sp, #8]
ldur w8, [x29, #-4]
ldr w9, [sp, #8]
mul w8, w8, w9
str w8, [sp, #4] ; 4-byte Folded Spill
ldur w0, [x29, #-4]
ldr w1, [sp, #8]
bl _mdc
ldr w8, [sp, #4] ; 4-byte Folded Reload
sdiv w0, w8, w0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _mdc ; -- Begin function mdc
.p2align 2
_mdc: ; @mdc
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
str wzr, [sp]
mov w8, #1
str w8, [sp, #4]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
ldr w9, [sp, #8]
add w9, w9, #1
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_7
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #12]
ldr w10, [sp, #4]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB2_5
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #8]
ldr w10, [sp, #4]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB2_5
b LBB2_4
LBB2_4: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #4]
str w8, [sp]
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_1 Depth=1
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB2_1
LBB2_7:
ldr w0, [sp]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%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 $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
leaq -12(%rbp), %rdx
movb $0, %al
callq _scanf
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_2
## %bb.1:
movl -8(%rbp), %edi
movl -12(%rbp), %esi
callq _mmc
movl %eax, -16(%rbp)
jmp LBB0_3
LBB0_2:
movl -12(%rbp), %edi
movl -8(%rbp), %esi
callq _mmc
movl %eax, -16(%rbp)
LBB0_3:
movl -16(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _mmc ## -- Begin function mmc
.p2align 4, 0x90
_mmc: ## @mmc
.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 %esi, -8(%rbp)
movl -4(%rbp), %eax
imull -8(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
movl -4(%rbp), %edi
movl -8(%rbp), %esi
callq _mdc
movl %eax, %ecx
movl -12(%rbp), %eax ## 4-byte Reload
cltd
idivl %ecx
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _mdc ## -- Begin function mdc
.p2align 4, 0x90
_mdc: ## @mdc
.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 $0, -16(%rbp)
movl $1, -12(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
movl -8(%rbp), %ecx
addl $1, %ecx
cmpl %ecx, %eax
jge LBB2_7
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movl -4(%rbp), %eax
cltd
idivl -12(%rbp)
cmpl $0, %edx
jne LBB2_5
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -8(%rbp), %eax
cltd
idivl -12(%rbp)
cmpl $0, %edx
jne LBB2_5
## %bb.4: ## in Loop: Header=BB2_1 Depth=1
movl -12(%rbp), %eax
movl %eax, -16(%rbp)
LBB2_5: ## in Loop: Header=BB2_1 Depth=1
jmp LBB2_6
LBB2_6: ## in Loop: Header=BB2_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB2_1
LBB2_7:
movl -16(%rbp), %eax
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\n"
.subsections_via_symbols
| the_stack_data/200142041.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _matchingBasePair ; -- Begin function matchingBasePair
.p2align 2
_matchingBasePair: ; @matchingBasePair
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, #14]
strb w1, [sp, #13]
ldrsb w8, [sp, #14]
subs w8, w8, #65
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldrsb w8, [sp, #13]
subs w8, w8, #84
cset w8, eq
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #15]
b LBB0_9
LBB0_2:
ldrsb w8, [sp, #14]
subs w8, w8, #84
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldrsb w8, [sp, #13]
subs w8, w8, #65
cset w8, eq
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #15]
b LBB0_9
LBB0_4:
ldrsb w8, [sp, #14]
subs w8, w8, #67
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldrsb w8, [sp, #13]
subs w8, w8, #71
cset w8, eq
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #15]
b LBB0_9
LBB0_6:
ldrsb w8, [sp, #14]
subs w8, w8, #71
cset w8, ne
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldrsb w8, [sp, #13]
subs w8, w8, #67
cset w8, eq
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #15]
b LBB0_9
LBB0_8:
mov w8, #0
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #15]
b LBB0_9
LBB0_9:
ldrb w8, [sp, #15]
and w0, w8, #0x1
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _matchingSequences ; -- Begin function matchingSequences
.p2align 2
_matchingSequences: ; @matchingSequences
.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, #-16]
str x1, [sp, #24]
ldur x0, [x29, #-16]
bl _strlen
str x0, [sp, #16]
ldr x0, [sp, #24]
bl _strlen
str x0, [sp, #8]
ldr x8, [sp, #16]
ldr x9, [sp, #8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
mov w8, #0
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB1_9
LBB1_2:
str wzr, [sp, #4]
b LBB1_3
LBB1_3: ; =>This Inner Loop Header: Depth=1
ldrsw x8, [sp, #4]
ldr x9, [sp, #16]
subs x9, x9, #1
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB1_8
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #4]
ldrsb w0, [x8, x9]
ldr x8, [sp, #24]
ldrsw x9, [sp, #4]
ldrsb w1, [x8, x9]
bl _matchingBasePair
tbnz w0, #0, LBB1_6
b LBB1_5
LBB1_5:
mov w8, #0
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB1_9
LBB1_6: ; in Loop: Header=BB1_3 Depth=1
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB1_3
LBB1_8:
mov w8, #1
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB1_9
LBB1_9:
ldurb w8, [x29, #-1]
and w0, w8, #0x1
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 _matchingBasePair ## -- Begin function matchingBasePair
.p2align 4, 0x90
_matchingBasePair: ## @matchingBasePair
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %sil, %al
movb %dil, %cl
movb %cl, -2(%rbp)
movb %al, -3(%rbp)
movsbl -2(%rbp), %eax
cmpl $65, %eax
jne LBB0_2
## %bb.1:
movsbl -3(%rbp), %eax
cmpl $84, %eax
sete %al
andb $1, %al
movb %al, -1(%rbp)
jmp LBB0_9
LBB0_2:
movsbl -2(%rbp), %eax
cmpl $84, %eax
jne LBB0_4
## %bb.3:
movsbl -3(%rbp), %eax
cmpl $65, %eax
sete %al
andb $1, %al
movb %al, -1(%rbp)
jmp LBB0_9
LBB0_4:
movsbl -2(%rbp), %eax
cmpl $67, %eax
jne LBB0_6
## %bb.5:
movsbl -3(%rbp), %eax
cmpl $71, %eax
sete %al
andb $1, %al
movb %al, -1(%rbp)
jmp LBB0_9
LBB0_6:
movsbl -2(%rbp), %eax
cmpl $71, %eax
jne LBB0_8
## %bb.7:
movsbl -3(%rbp), %eax
cmpl $67, %eax
sete %al
andb $1, %al
movb %al, -1(%rbp)
jmp LBB0_9
LBB0_8:
movb $0, -1(%rbp)
LBB0_9:
movb -1(%rbp), %al
andb $1, %al
movzbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _matchingSequences ## -- Begin function matchingSequences
.p2align 4, 0x90
_matchingSequences: ## @matchingSequences
.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, -16(%rbp)
movq %rsi, -24(%rbp)
movq -16(%rbp), %rdi
callq _strlen
movq %rax, -32(%rbp)
movq -24(%rbp), %rdi
callq _strlen
movq %rax, -40(%rbp)
movq -32(%rbp), %rax
cmpq -40(%rbp), %rax
je LBB1_2
## %bb.1:
movb $0, -1(%rbp)
jmp LBB1_9
LBB1_2:
movl $0, -44(%rbp)
LBB1_3: ## =>This Inner Loop Header: Depth=1
movslq -44(%rbp), %rax
movq -32(%rbp), %rcx
subq $1, %rcx
cmpq %rcx, %rax
jae LBB1_8
## %bb.4: ## in Loop: Header=BB1_3 Depth=1
movq -16(%rbp), %rax
movslq -44(%rbp), %rcx
movb (%rax,%rcx), %dl
movq -24(%rbp), %rax
movslq -44(%rbp), %rcx
movsbl %dl, %edi
movsbl (%rax,%rcx), %esi
callq _matchingBasePair
testb $1, %al
jne LBB1_6
## %bb.5:
movb $0, -1(%rbp)
jmp LBB1_9
LBB1_6: ## in Loop: Header=BB1_3 Depth=1
jmp LBB1_7
LBB1_7: ## in Loop: Header=BB1_3 Depth=1
movl -44(%rbp), %eax
addl $1, %eax
movl %eax, -44(%rbp)
jmp LBB1_3
LBB1_8:
movb $1, -1(%rbp)
LBB1_9:
movb -1(%rbp), %al
andb $1, %al
movzbl %al, %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/86075625.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
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
mov x9, sp
sub x8, x29, #12
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
adds w8, w0, #1
cset w8, eq
tbnz w8, #0, LBB0_12
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
mov w8, #2
stur w8, [x29, #-8]
str wzr, [sp, #12]
ldur w8, [x29, #-12]
asr w8, w8, #1
str w8, [sp, #16]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-8]
ldr w9, [sp, #16]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_8
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-12]
ldur w10, [x29, #-8]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
str w8, [sp, #12]
b LBB0_8
LBB0_6: ; in Loop: Header=BB0_3 Depth=2
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-8]
add w8, w8, #1
stur w8, [x29, #-8]
b LBB0_3
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
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_11
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-12]
; 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_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_12:
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 "\346\234\254\347\250\213\345\272\217\345\210\244\346\226\255\345\220\210\346\225\260\357\274\214\350\257\267\350\276\223\345\205\245\345\244\247\344\272\2161\347\232\204\346\225\264\346\225\260\357\274\214\344\273\245Ctrl+Z\347\273\223\346\235\237\n"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d is he su"
l_.str.3: ; @.str.3
.asciz "%d is not he su"
.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
movb $0, %al
callq _printf
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
leaq L_.str.1(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $-1, %eax
je LBB0_12
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $2, -8(%rbp)
movl $0, -20(%rbp)
movl -12(%rbp), %eax
sarl $1, %eax
movl %eax, -16(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -8(%rbp), %eax
cmpl -16(%rbp), %eax
jg LBB0_8
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl -12(%rbp), %eax
cltd
idivl -8(%rbp)
cmpl $0, %edx
jne LBB0_6
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movl $1, -20(%rbp)
jmp LBB0_8
LBB0_6: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_7
LBB0_7: ## in Loop: Header=BB0_3 Depth=2
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB0_3
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
cmpl $1, -20(%rbp)
jne LBB0_10
## %bb.9: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_11
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_12:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\346\234\254\347\250\213\345\272\217\345\210\244\346\226\255\345\220\210\346\225\260\357\274\214\350\257\267\350\276\223\345\205\245\345\244\247\344\272\2161\347\232\204\346\225\264\346\225\260\357\274\214\344\273\245Ctrl+Z\347\273\223\346\235\237\n"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d is he su"
L_.str.3: ## @.str.3
.asciz "%d is not he su"
.subsections_via_symbols
| the_stack_data/77217.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _next_permutation ; -- Begin function next_permutation
.p2align 2
_next_permutation: ; @next_permutation
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #32]
str w1, [sp, #28]
ldr w8, [sp, #28]
subs w8, w8, #1
str w8, [sp, #24]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #32]
ldr w9, [sp, #24]
subs w9, w9, #1
ldr w8, [x8, w9, sxtw #2]
ldr x9, [sp, #32]
ldrsw x10, [sp, #24]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB0_5
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #24]
subs w8, w8, #1
str w8, [sp, #24]
b LBB0_1
LBB0_5:
ldr w8, [sp, #24]
subs w8, w8, #0
cset w8, gt
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6:
str wzr, [sp, #44]
b LBB0_14
LBB0_7:
ldr w8, [sp, #28]
subs w8, w8, #1
str w8, [sp, #20]
b LBB0_8
LBB0_8: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #20]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #32]
ldr w10, [sp, #24]
subs w10, w10, #1
ldr w9, [x9, w10, sxtw #2]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_8 Depth=1
ldr w8, [sp, #20]
subs w8, w8, #1
str w8, [sp, #20]
b LBB0_8
LBB0_10:
ldr x8, [sp, #32]
ldr w9, [sp, #24]
subs w9, w9, #1
ldr w8, [x8, w9, sxtw #2]
str w8, [sp, #16]
ldr x8, [sp, #32]
ldrsw x9, [sp, #20]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #32]
ldr w10, [sp, #24]
subs w10, w10, #1
str w8, [x9, w10, sxtw #2]
ldr w8, [sp, #16]
ldr x9, [sp, #32]
ldrsw x10, [sp, #20]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #28]
subs w8, w8, #1
str w8, [sp, #20]
b LBB0_11
LBB0_11: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_11 Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #24]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #16]
ldr x8, [sp, #32]
ldrsw x9, [sp, #20]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #32]
ldrsw x10, [sp, #24]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #16]
ldr x9, [sp, #32]
ldrsw x10, [sp, #20]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
ldr w8, [sp, #20]
subs w8, w8, #1
str w8, [sp, #20]
b LBB0_11
LBB0_13:
mov w8, #1
str w8, [sp, #44]
b LBB0_14
LBB0_14:
ldr w0, [sp, #44]
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _print_tab ; -- Begin function print_tab
.p2align 2
_print_tab: ; @print_tab
.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, #16]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
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
ldur x8, [x29, #-8]
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@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
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:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
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, #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]
stur wzr, [x29, #-28]
mov w8, #3
str w8, [sp, #32]
adrp x8, l___const.main.tab@PAGE
add x8, x8, l___const.main.tab@PAGEOFF
ldr x9, [x8]
stur x9, [x29, #-24]
ldr w8, [x8, #8]
stur w8, [x29, #-16]
str wzr, [sp, #28]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #28]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr w1, [sp, #32]
sub x0, x29, #24
str x0, [sp, #16] ; 8-byte Folded Spill
bl _next_permutation
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
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov w1, #3
bl _print_tab
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #28]
add w8, w8, #1
str w8, [sp, #28]
b LBB2_1
LBB2_4:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@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, LBB2_6
b LBB2_5
LBB2_5:
bl ___stack_chk_fail
LBB2_6:
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 "%3d "
l_.str.1: ; @.str.1
.asciz "\n"
.section __TEXT,__const
.p2align 2 ; @__const.main.tab
l___const.main.tab:
.long 1 ; 0x1
.long 2 ; 0x2
.long 3 ; 0x3
.section __TEXT,__cstring,cstring_literals
l_.str.2: ; @.str.2
.asciz "return : %d\n"
l_.str.3: ; @.str.3
.asciz "Salut \033[00;31mEN rouge \033[00m normal\033[1;32mGREEN\033[00m"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _next_permutation ## -- Begin function next_permutation
.p2align 4, 0x90
_next_permutation: ## @next_permutation
.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)
movl %esi, -20(%rbp)
movl -20(%rbp), %eax
subl $1, %eax
movl %eax, -24(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -24(%rbp)
movb %al, -33(%rbp) ## 1-byte Spill
jle LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
movl -24(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %eax
movq -16(%rbp), %rcx
movslq -24(%rbp), %rdx
cmpl (%rcx,%rdx,4), %eax
setge %al
movb %al, -33(%rbp) ## 1-byte Spill
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movb -33(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB0_4
jmp LBB0_5
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movl -24(%rbp), %eax
addl $-1, %eax
movl %eax, -24(%rbp)
jmp LBB0_1
LBB0_5:
cmpl $0, -24(%rbp)
jg LBB0_7
## %bb.6:
movl $0, -4(%rbp)
jmp LBB0_14
LBB0_7:
movl -20(%rbp), %eax
subl $1, %eax
movl %eax, -28(%rbp)
LBB0_8: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movq -16(%rbp), %rcx
movl -24(%rbp), %edx
subl $1, %edx
movslq %edx, %rdx
cmpl (%rcx,%rdx,4), %eax
jg LBB0_10
## %bb.9: ## in Loop: Header=BB0_8 Depth=1
movl -28(%rbp), %eax
addl $-1, %eax
movl %eax, -28(%rbp)
jmp LBB0_8
LBB0_10:
movq -16(%rbp), %rax
movl -24(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -32(%rbp)
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movl (%rax,%rcx,4), %edx
movq -16(%rbp), %rax
movl -24(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movl %edx, (%rax,%rcx,4)
movl -32(%rbp), %edx
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -20(%rbp), %eax
subl $1, %eax
movl %eax, -28(%rbp)
LBB0_11: ## =>This Inner Loop Header: Depth=1
movl -24(%rbp), %eax
cmpl -28(%rbp), %eax
jge LBB0_13
## %bb.12: ## in Loop: Header=BB0_11 Depth=1
movq -16(%rbp), %rax
movslq -24(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -32(%rbp)
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movl (%rax,%rcx,4), %edx
movq -16(%rbp), %rax
movslq -24(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -32(%rbp), %edx
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
movl -28(%rbp), %eax
addl $-1, %eax
movl %eax, -28(%rbp)
jmp LBB0_11
LBB0_13:
movl $1, -4(%rbp)
LBB0_14:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _print_tab ## -- Begin function print_tab
.p2align 4, 0x90
_print_tab: ## @print_tab
.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 %esi, -12(%rbp)
movl $0, -16(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movl (%rax,%rcx,4), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB1_1
LBB1_4:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
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 $32, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -24(%rbp)
movl $3, -28(%rbp)
movq l___const.main.tab(%rip), %rax
movq %rax, -20(%rbp)
movl l___const.main.tab+8(%rip), %eax
movl %eax, -12(%rbp)
movl $0, -32(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
cmpl $10, -32(%rbp)
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
leaq -20(%rbp), %rdi
movl -28(%rbp), %esi
callq _next_permutation
movl %eax, %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq -20(%rbp), %rdi
movl $3, %esi
callq _print_tab
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB2_1
LBB2_4:
leaq L_.str.3(%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 LBB2_6
## %bb.5:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
LBB2_6:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%3d "
L_.str.1: ## @.str.1
.asciz "\n"
.section __TEXT,__const
.p2align 2 ## @__const.main.tab
l___const.main.tab:
.long 1 ## 0x1
.long 2 ## 0x2
.long 3 ## 0x3
.section __TEXT,__cstring,cstring_literals
L_.str.2: ## @.str.2
.asciz "return : %d\n"
L_.str.3: ## @.str.3
.asciz "Salut \033[00;31mEN rouge \033[00m normal\033[1;32mGREEN\033[00m"
.subsections_via_symbols
| the_stack_data/71261.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
mov w8, #0
stur w8, [x29, #-20] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _puts
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, #32] ; 8-byte Folded Spill
bl _scanf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _puts
ldr x0, [sp, #32] ; 8-byte Folded Reload
mov x9, sp
sub x8, x29, #12
str x8, [x9]
bl _scanf
ldur w8, [x29, #-8]
ldur w9, [x29, #-12]
add w8, w8, w9
stur w8, [x29, #-16]
ldur w8, [x29, #-8]
; implicit-def: $x11
mov x11, x8
ldur w8, [x29, #-12]
; implicit-def: $x10
mov x10, x8
ldur w9, [x29, #-16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldur w0, [x29, #-20] ; 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 "Entre o primeiro numero:"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Entre o segundo numero:"
l_.str.3: ; @.str.3
.asciz "Resultado da soma: %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 $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
callq _puts
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
callq _puts
leaq L_.str.1(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
movl -8(%rbp), %eax
addl -12(%rbp), %eax
movl %eax, -16(%rbp)
movl -8(%rbp), %esi
movl -12(%rbp), %edx
movl -16(%rbp), %ecx
leaq L_.str.3(%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 "Entre o primeiro numero:"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Entre o segundo numero:"
L_.str.3: ## @.str.3
.asciz "Resultado da soma: %d + %d = %d\n"
.subsections_via_symbols
| the_stack_data/132952559.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]
stur w0, [x29, #-8]
str x1, [sp, #16]
ldr x0, [sp, #16]
bl _free
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
.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)
movq -16(%rbp), %rdi
callq _free
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/53327.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, #320
.cfi_def_cfa_offset 320
stp x28, x27, [sp, #288] ; 16-byte Folded Spill
stp x29, x30, [sp, #304] ; 16-byte Folded Spill
add x29, sp, #304
.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]
mov w2, #0
str wzr, [sp, #60]
mov w0, #2
mov w1, #1
bl _socket
str w0, [sp, #56]
ldr w8, [sp, #56]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_3
LBB0_2:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_3
LBB0_3:
sub x1, x29, #40
mov w8, #2
sturb w8, [x29, #-39]
mov w8, #10531
sturh w8, [x29, #-38]
stur wzr, [x29, #-36]
ldr w0, [sp, #56]
mov w2, #16
bl _connect
str w0, [sp, #52]
ldr w8, [sp, #52]
adds w8, w8, #1
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:
sub x0, x29, #140
str x0, [sp, #16] ; 8-byte Folded Spill
adrp x1, l___const.main.msg@PAGE
add x1, x1, l___const.main.msg@PAGEOFF
mov x2, #100
str x2, [sp, #24] ; 8-byte Folded Spill
bl _memcpy
ldr x1, [sp, #16] ; 8-byte Folded Reload
ldr x2, [sp, #24] ; 8-byte Folded Reload
ldr w0, [sp, #56]
mov w3, #0
str w3, [sp, #36] ; 4-byte Folded Spill
bl _send
ldr x2, [sp, #24] ; 8-byte Folded Reload
ldr w3, [sp, #36] ; 4-byte Folded Reload
ldr w0, [sp, #56]
add x1, sp, #64
str x1, [sp, #40] ; 8-byte Folded Spill
bl _recv
ldr x8, [sp, #40] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@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
ldp x29, x30, [sp, #304] ; 16-byte Folded Reload
ldp x28, x27, [sp, #288] ; 16-byte Folded Reload
add sp, sp, #320
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Error Making Socket\n"
l_.str.1: ; @.str.1
.asciz "Socket Successful\n"
l_.str.2: ; @.str.2
.asciz "Error During Connect\n"
l_.str.3: ; @.str.3
.asciz "Connection Established\n"
.section __TEXT,__const
l___const.main.msg: ; @__const.main.msg
.asciz "HELLO KIIT!\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\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.4: ; @.str.4
.asciz "Received from Server : %s\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 $256, %rsp ## imm = 0x100
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -244(%rbp)
movl $2, %edi
movl $1, %esi
xorl %edx, %edx
callq _socket
movl %eax, -248(%rbp)
cmpl $0, -248(%rbp)
jge LBB0_2
## %bb.1:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_3
LBB0_2:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
LBB0_3:
movb $2, -23(%rbp)
movw $10531, -22(%rbp) ## imm = 0x2923
movl $0, -20(%rbp)
movl -248(%rbp), %edi
leaq -24(%rbp), %rsi
movl $16, %edx
callq _connect
movl %eax, -252(%rbp)
cmpl $-1, -252(%rbp)
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:
leaq -128(%rbp), %rdi
leaq l___const.main.msg(%rip), %rsi
movl $100, %edx
callq _memcpy
movl -248(%rbp), %edi
leaq -128(%rbp), %rsi
movl $100, %edx
xorl %ecx, %ecx
callq _send
movl -248(%rbp), %edi
leaq -240(%rbp), %rsi
movl $100, %edx
xorl %ecx, %ecx
callq _recv
leaq -240(%rbp), %rsi
leaq L_.str.4(%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 $256, %rsp ## imm = 0x100
popq %rbp
retq
LBB0_8:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Error Making Socket\n"
L_.str.1: ## @.str.1
.asciz "Socket Successful\n"
L_.str.2: ## @.str.2
.asciz "Error During Connect\n"
L_.str.3: ## @.str.3
.asciz "Connection Established\n"
.section __TEXT,__const
.p2align 4 ## @__const.main.msg
l___const.main.msg:
.asciz "HELLO KIIT!\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\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.4: ## @.str.4
.asciz "Received from Server : %s\n"
.subsections_via_symbols
| the_stack_data/242329837.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _megaInit ; -- Begin function megaInit
.p2align 2
_megaInit: ; @megaInit
.cfi_startproc
; %bb.0:
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]
bl _megaInit
ldur w8, [x29, #-8]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
mov x9, sp
mov x8, #1
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #-1
bl _exit
LBB1_2:
b LBB1_3
LBB1_3:
str wzr, [sp, #24]
b LBB1_4
LBB1_4: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
subs w8, w8, #1
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_4 Depth=1
ldur x8, [x29, #-16]
ldr w9, [sp, #24]
add w9, w9, #1
ldr x0, [x8, w9, sxtw #3]
mov x1, #0
mov w2, #10
bl _strtoul
mov x8, x0
strb w8, [sp, #23]
ldrb w8, [sp, #23]
ldrsw x10, [sp, #24]
sub x9, x29, #17
add x9, x9, x10
strb w8, [x9]
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB1_4
LBB1_6:
sub x0, x29, #17
sub x1, x29, #18
bl _RandomFunc
ldurb w8, [x29, #-18]
subs w8, w8, #254
cset w8, ne
tbnz w8, #0, LBB1_8
b LBB1_7
LBB1_7:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB1_9
LBB1_8:
b LBB1_9
LBB1_9:
str wzr, [sp, #16]
b LBB1_10
LBB1_10: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
subs w8, w8, #1
cset w8, ge
tbnz w8, #0, LBB1_12
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_10 Depth=1
ldrsw x9, [sp, #16]
sub x8, x29, #18
ldrb w10, [x8, x9]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_10
LBB1_12:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _RandomFunc ; -- Begin function RandomFunc
.p2align 2
_RandomFunc: ; @RandomFunc
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
ldr x8, [sp, #24]
ldrb w8, [x8]
; kill: def $x8 killed $w8
mov x9, #26986
movk x9, #13958, lsl #16
add x8, x8, x9
mov x9, #11
eor x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
strb w8, [sp, #15]
strb wzr, [sp, #14]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #14]
; kill: def $x8 killed $w8
subs x8, x8, #1
cset w8, hs
tbnz w8, #0, LBB2_3
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldrb w8, [sp, #14]
mov x9, x8
add x8, sp, #15
ldrb w9, [x8, x9]
and w10, w9, #0x1f
ldrb w9, [sp, #14]
; kill: def $x9 killed $w9
add x9, x8, x9
ldrb w8, [x9]
orr w8, w8, w10, lsl #4
strb w8, [x9]
ldrb w8, [sp, #14]
add w8, w8, #1
strb w8, [sp, #14]
b LBB2_1
LBB2_3:
ldrb w8, [sp, #15]
mov w9, #118
orr w8, w8, w9
ldr x9, [sp, #16]
strb w8, [x9]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Call this program with %i arguments\n"
l_.str.1: ; @.str.1
.asciz "You win!\n"
l_.str.2: ; @.str.2
.asciz "%u\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _megaInit ## -- Begin function megaInit
.p2align 4, 0x90
_megaInit: ## @megaInit
.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 _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)
callq _megaInit
cmpl $2, -8(%rbp)
je LBB1_2
## %bb.1:
leaq L_.str(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %esi
callq _printf
movl $-1, %edi
callq _exit
LBB1_2:
jmp LBB1_3
LBB1_3:
movl $0, -24(%rbp)
LBB1_4: ## =>This Inner Loop Header: Depth=1
cmpl $1, -24(%rbp)
jge LBB1_6
## %bb.5: ## in Loop: Header=BB1_4 Depth=1
movq -16(%rbp), %rax
movl -24(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movq (%rax,%rcx,8), %rdi
xorl %eax, %eax
movl %eax, %esi
movl $10, %edx
callq _strtoul
## kill: def $al killed $al killed $rax
movb %al, -25(%rbp)
movb -25(%rbp), %cl
movslq -24(%rbp), %rax
movb %cl, -17(%rbp,%rax)
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB1_4
LBB1_6:
leaq -17(%rbp), %rdi
leaq -18(%rbp), %rsi
callq _RandomFunc
movzbl -18(%rbp), %eax
cmpl $254, %eax
jne LBB1_8
## %bb.7:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_9
LBB1_8:
jmp LBB1_9
LBB1_9:
movl $0, -32(%rbp)
LBB1_10: ## =>This Inner Loop Header: Depth=1
cmpl $1, -32(%rbp)
jge LBB1_12
## %bb.11: ## in Loop: Header=BB1_10 Depth=1
movslq -32(%rbp), %rax
movzbl -18(%rbp,%rax), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB1_10
LBB1_12:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _RandomFunc ## -- Begin function RandomFunc
.p2align 4, 0x90
_RandomFunc: ## @RandomFunc
.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 -8(%rbp), %rax
movzbl (%rax), %eax
## kill: def $rax killed $eax
addq $914778474, %rax ## imm = 0x3686696A
xorq $11, %rax
## kill: def $al killed $al killed $rax
movb %al, -17(%rbp)
movb $0, -18(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movzbl -18(%rbp), %eax
## kill: def $rax killed $eax
cmpq $1, %rax
jae LBB2_3
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movzbl -18(%rbp), %eax
## kill: def $rax killed $eax
movzbl -17(%rbp,%rax), %edx
andl $31, %edx
shll $4, %edx
movzbl -18(%rbp), %eax
## kill: def $rax killed $eax
movzbl -17(%rbp,%rax), %ecx
orl %edx, %ecx
## kill: def $cl killed $cl killed $ecx
movb %cl, -17(%rbp,%rax)
movb -18(%rbp), %al
addb $1, %al
movb %al, -18(%rbp)
jmp LBB2_1
LBB2_3:
movzbl -17(%rbp), %eax
orl $118, %eax
movb %al, %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Call this program with %i arguments\n"
L_.str.1: ## @.str.1
.asciz "You win!\n"
L_.str.2: ## @.str.2
.asciz "%u\n"
.subsections_via_symbols
| the_stack_data/515479.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _memchr_main ; -- Begin function memchr_main
.p2align 2
_memchr_main: ; @memchr_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
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
adrp x8, l___const.memchr_main.str@PAGE
add x8, x8, l___const.memchr_main.str@PAGEOFF
ldr q0, [x8]
add x0, sp, #48
str x0, [sp, #24] ; 8-byte Folded Spill
str q0, [sp, #48]
ldur q0, [x8, #15]
stur q0, [x0, #15]
mov w8, #46
strb w8, [sp, #47]
bl _strlen
mov x2, x0
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov w1, #46
bl _memchr
str x0, [sp, #32]
ldr x8, [sp, #32]
mov x9, sp
mov x10, #46
str x10, [x9]
str x8, [x9, #8]
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_2
b LBB0_1
LBB0_1:
bl ___stack_chk_fail
LBB0_2:
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___const.memchr_main.str: ; @__const.memchr_main.str
.asciz "https://github.com/zhangrxiang"
l_.str: ; @.str
.asciz "|%c| after string is - |%s|\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _memchr_main ## -- Begin function memchr_main
.p2align 4, 0x90
_memchr_main: ## @memchr_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 $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq L___const.memchr_main.str(%rip), %rax
movq %rax, -48(%rbp)
movq L___const.memchr_main.str+8(%rip), %rax
movq %rax, -40(%rbp)
movq L___const.memchr_main.str+16(%rip), %rax
movq %rax, -32(%rbp)
movl L___const.memchr_main.str+24(%rip), %eax
movl %eax, -24(%rbp)
movw L___const.memchr_main.str+28(%rip), %ax
movw %ax, -20(%rbp)
movb L___const.memchr_main.str+30(%rip), %al
movb %al, -18(%rbp)
movb $46, -49(%rbp)
leaq -48(%rbp), %rax
movq %rax, -72(%rbp) ## 8-byte Spill
leaq -48(%rbp), %rdi
callq _strlen
movq -72(%rbp), %rdi ## 8-byte Reload
movq %rax, %rdx
movl $46, %esi
callq _memchr
movq %rax, -64(%rbp)
movq -64(%rbp), %rdx
leaq L_.str(%rip), %rdi
movl $46, %esi
movb $0, %al
callq _printf
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 $80, %rsp
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
.p2align 4 ## @__const.memchr_main.str
L___const.memchr_main.str:
.asciz "https://github.com/zhangrxiang"
L_.str: ## @.str
.asciz "|%c| after string is - |%s|\n"
.subsections_via_symbols
| the_stack_data/61075822.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__const
.globl _PerfectPixel18x25 ; @PerfectPixel18x25
.p2align 1
_PerfectPixel18x25:
.short 10 ; 0xa
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 63 ; 0x3f
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 63 ; 0x3f
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 63 ; 0x3f
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 9 ; 0x9
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 18 ; 0x12
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 227 ; 0xe3
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 131 ; 0x83
.short 3 ; 0x3
.short 0 ; 0x0
.short 224 ; 0xe0
.short 135 ; 0x87
.short 3 ; 0x3
.short 0 ; 0x0
.short 224 ; 0xe0
.short 143 ; 0x8f
.short 3 ; 0x3
.short 0 ; 0x0
.short 224 ; 0xe0
.short 136 ; 0x88
.short 3 ; 0x3
.short 0 ; 0x0
.short 248 ; 0xf8
.short 136 ; 0x88
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 136 ; 0x88
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 136 ; 0x88
.short 15 ; 0xf
.short 0 ; 0x0
.short 224 ; 0xe0
.short 136 ; 0x88
.short 3 ; 0x3
.short 0 ; 0x0
.short 224 ; 0xe0
.short 248 ; 0xf8
.short 3 ; 0x3
.short 0 ; 0x0
.short 224 ; 0xe0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 224 ; 0xe0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 56 ; 0x38
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 124 ; 0x7c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 14 ; 0xe
.short 0 ; 0x0
.short 128 ; 0x80
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 3 ; 0x3
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 247 ; 0xf7
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 240 ; 0xf0
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 224 ; 0xe0
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 252 ; 0xfc
.short 255 ; 0xff
.short 31 ; 0x1f
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 6 ; 0x6
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 252 ; 0xfc
.short 255 ; 0xff
.short 31 ; 0x1f
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 6 ; 0x6
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 16 ; 0x10
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 160 ; 0xa0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 160 ; 0xa0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 16 ; 0x10
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 48 ; 0x30
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 30 ; 0x1e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 60 ; 0x3c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 30 ; 0x1e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 120 ; 0x78
.short 240 ; 0xf0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 248 ; 0xf8
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 124 ; 0x7c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 62 ; 0x3e
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 31 ; 0x1f
.short 14 ; 0xe
.short 0 ; 0x0
.short 184 ; 0xb8
.short 15 ; 0xf
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 7 ; 0x7
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 240 ; 0xf0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 248 ; 0xf8
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 248 ; 0xf8
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 30 ; 0x1e
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 15 ; 0xf
.short 14 ; 0xe
.short 0 ; 0x0
.short 240 ; 0xf0
.short 15 ; 0xf
.short 14 ; 0xe
.short 0 ; 0x0
.short 224 ; 0xe0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 126 ; 0x7e
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 224 ; 0xe0
.short 243 ; 0xf3
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 124 ; 0x7c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 126 ; 0x7e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 119 ; 0x77
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 115 ; 0x73
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 113 ; 0x71
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 31 ; 0x1f
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 31 ; 0x1f
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 31 ; 0x1f
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 248 ; 0xf8
.short 7 ; 0x7
.short 0 ; 0x0
.short 120 ; 0x78
.short 240 ; 0xf0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 184 ; 0xb8
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 247 ; 0xf7
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 126 ; 0x7e
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 126 ; 0x7e
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 224 ; 0xe0
.short 247 ; 0xf7
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 31 ; 0x1f
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 30 ; 0x1e
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 6 ; 0x6
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 48 ; 0x30
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 30 ; 0x1e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 247 ; 0xf7
.short 1 ; 0x1
.short 0 ; 0x0
.short 224 ; 0xe0
.short 227 ; 0xe3
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 193 ; 0xc1
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 8 ; 0x8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 195 ; 0xc3
.short 1 ; 0x1
.short 0 ; 0x0
.short 128 ; 0x80
.short 195 ; 0xc3
.short 1 ; 0x1
.short 0 ; 0x0
.short 128 ; 0x80
.short 195 ; 0xc3
.short 1 ; 0x1
.short 0 ; 0x0
.short 128 ; 0x80
.short 195 ; 0xc3
.short 1 ; 0x1
.short 0 ; 0x0
.short 128 ; 0x80
.short 195 ; 0xc3
.short 1 ; 0x1
.short 0 ; 0x0
.short 128 ; 0x80
.short 195 ; 0xc3
.short 1 ; 0x1
.short 0 ; 0x0
.short 128 ; 0x80
.short 195 ; 0xc3
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 193 ; 0xc1
.short 7 ; 0x7
.short 0 ; 0x0
.short 224 ; 0xe0
.short 227 ; 0xe3
.short 3 ; 0x3
.short 0 ; 0x0
.short 192 ; 0xc0
.short 247 ; 0xf7
.short 1 ; 0x1
.short 0 ; 0x0
.short 128 ; 0x80
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 240 ; 0xf0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 248 ; 0xf8
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 252 ; 0xfc
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 16 ; 0x10
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 128 ; 0x80
.short 7 ; 0x7
.short 0 ; 0x0
.short 120 ; 0x78
.short 30 ; 0x1e
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 63 ; 0x3f
.short 14 ; 0xe
.short 0 ; 0x0
.short 184 ; 0xb8
.short 127 ; 0x7f
.short 12 ; 0xc
.short 0 ; 0x0
.short 184 ; 0xb8
.short 113 ; 0x71
.short 12 ; 0xc
.short 0 ; 0x0
.short 184 ; 0xb8
.short 113 ; 0x71
.short 12 ; 0xc
.short 0 ; 0x0
.short 184 ; 0xb8
.short 113 ; 0x71
.short 12 ; 0xc
.short 0 ; 0x0
.short 184 ; 0xb8
.short 255 ; 0xff
.short 13 ; 0xd
.short 0 ; 0x0
.short 184 ; 0xb8
.short 255 ; 0xff
.short 13 ; 0xd
.short 0 ; 0x0
.short 184 ; 0xb8
.short 255 ; 0xff
.short 13 ; 0xd
.short 0 ; 0x0
.short 56 ; 0x38
.short 128 ; 0x80
.short 13 ; 0xd
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 13 ; 0xd
.short 0 ; 0x0
.short 224 ; 0xe0
.short 127 ; 0x7f
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 16 ; 0x10
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 113 ; 0x71
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 113 ; 0x71
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 128 ; 0x80
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 60 ; 0x3c
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 224 ; 0xe0
.short 231 ; 0xe7
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 16 ; 0x10
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 60 ; 0x3c
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 252 ; 0xfc
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 10 ; 0xa
.short 0 ; 0x0
.short 128 ; 0x80
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 63 ; 0x3f
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 124 ; 0x7c
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 24 ; 0x18
.short 224 ; 0xe0
.short 15 ; 0xf
.short 0 ; 0x0
.short 8 ; 0x8
.short 192 ; 0xc0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 18 ; 0x12
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 17 ; 0x11
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 124 ; 0x7c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 17 ; 0x11
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 30 ; 0x1e
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 17 ; 0x11
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 64 ; 0x40
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 192 ; 0xc0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 192 ; 0xc0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 192 ; 0xc0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 30 ; 0x1e
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 63 ; 0x3f
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 55 ; 0x37
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 33 ; 0x21
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 247 ; 0xf7
.short 15 ; 0xf
.short 0 ; 0x0
.short 224 ; 0xe0
.short 227 ; 0xe3
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 240 ; 0xf0
.short 15 ; 0xf
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 31 ; 0x1f
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 28 ; 0x1c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 60 ; 0x3c
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 248 ; 0xf8
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 18 ; 0x12
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 124 ; 0x7c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 124 ; 0x7c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 17 ; 0x11
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 193 ; 0xc1
.short 7 ; 0x7
.short 0 ; 0x0
.short 224 ; 0xe0
.short 227 ; 0xe3
.short 3 ; 0x3
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 128 ; 0x80
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 224 ; 0xe0
.short 247 ; 0xf7
.short 3 ; 0x3
.short 0 ; 0x0
.short 240 ; 0xf0
.short 195 ; 0xc3
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 16 ; 0x10
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 224 ; 0xe0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 240 ; 0xf0
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 248 ; 0xf8
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 124 ; 0x7c
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 62 ; 0x3e
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 31 ; 0x1f
.short 14 ; 0xe
.short 0 ; 0x0
.short 184 ; 0xb8
.short 15 ; 0xf
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 3 ; 0x3
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 8 ; 0x8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 255 ; 0xff
.short 63 ; 0x3f
.short 0 ; 0x0
.short 254 ; 0xfe
.short 255 ; 0xff
.short 63 ; 0x3f
.short 0 ; 0x0
.short 254 ; 0xfe
.short 255 ; 0xff
.short 63 ; 0x3f
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 30 ; 0x1e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 60 ; 0x3c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 8 ; 0x8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 254 ; 0xfe
.short 255 ; 0xff
.short 63 ; 0x3f
.short 0 ; 0x0
.short 254 ; 0xfe
.short 255 ; 0xff
.short 63 ; 0x3f
.short 0 ; 0x0
.short 254 ; 0xfe
.short 255 ; 0xff
.short 63 ; 0x3f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 16 ; 0x10
.short 0 ; 0x0
.short 2 ; 0x2
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 2 ; 0x2
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 10 ; 0xa
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 112 ; 0x70
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 5 ; 0x5
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 64 ; 0x40
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 103 ; 0x67
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 103 ; 0x67
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 103 ; 0x67
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 103 ; 0x67
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 127 ; 0x7f
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 126 ; 0x7e
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 124 ; 0x7c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 10 ; 0xa
.short 0 ; 0x0
.short 6 ; 0x6
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 6 ; 0x6
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 6 ; 0x6
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 6 ; 0x6
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 48 ; 0x30
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 135 ; 0x87
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 143 ; 0x8f
.short 1 ; 0x1
.short 0 ; 0x0
.short 7 ; 0x7
.short 142 ; 0x8e
.short 1 ; 0x1
.short 0 ; 0x0
.short 7 ; 0x7
.short 142 ; 0x8e
.short 1 ; 0x1
.short 0 ; 0x0
.short 7 ; 0x7
.short 142 ; 0x8e
.short 1 ; 0x1
.short 0 ; 0x0
.short 7 ; 0x7
.short 206 ; 0xce
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 56 ; 0x38
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 56 ; 0x38
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 0 ; 0x0
.short 56 ; 0x38
.short 255 ; 0xff
.short 255 ; 0xff
.short 0 ; 0x0
.short 56 ; 0x38
.short 255 ; 0xff
.short 127 ; 0x7f
.short 0 ; 0x0
.short 56 ; 0x38
.short 255 ; 0xff
.short 63 ; 0x3f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 158 ; 0x9e
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 3 ; 0x3
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 1 ; 0x1
.short 8 ; 0x8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 18 ; 0x12
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 13 ; 0xd
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 8 ; 0x8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 254 ; 0xfe
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 62 ; 0x3e
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 126 ; 0x7e
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 127 ; 0x7f
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 103 ; 0x67
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 103 ; 0x67
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 103 ; 0x67
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 103 ; 0x67
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 231 ; 0xe7
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 231 ; 0xe7
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 192 ; 0xc0
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 10 ; 0xa
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 224 ; 0xe0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 128 ; 0x80
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 18 ; 0x12
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 158 ; 0x9e
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 252 ; 0xfc
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 158 ; 0x9e
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 3 ; 0x3
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 135 ; 0x87
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 143 ; 0x8f
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 142 ; 0x8e
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 142 ; 0x8e
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 142 ; 0x8e
.short 1 ; 0x1
.short 0 ; 0x0
.short 0 ; 0x0
.short 206 ; 0xce
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 1 ; 0x1
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 127 ; 0x7f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 135 ; 0x87
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 199 ; 0xc7
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 231 ; 0xe7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 119 ; 0x77
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 63 ; 0x3f
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 31 ; 0x1f
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 15 ; 0xf
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 14 ; 0xe
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 8 ; 0x8
.short 0 ; 0x0
.short 8 ; 0x8
.short 0 ; 0x0
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 252 ; 0xfc
.short 247 ; 0xf7
.short 31 ; 0x1f
.short 0 ; 0x0
.short 30 ; 0x1e
.short 0 ; 0x0
.short 60 ; 0x3c
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 31 ; 0x1f
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 31 ; 0x1f
.short 0 ; 0x0
.short 248 ; 0xf8
.short 255 ; 0xff
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 8 ; 0x8
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 14 ; 0xe
.short 0 ; 0x0
.short 56 ; 0x38
.short 0 ; 0x0
.short 30 ; 0x1e
.short 0 ; 0x0
.short 60 ; 0x3c
.short 0 ; 0x0
.short 254 ; 0xfe
.short 247 ; 0xf7
.short 63 ; 0x3f
.short 0 ; 0x0
.short 252 ; 0xfc
.short 247 ; 0xf7
.short 31 ; 0x1f
.short 0 ; 0x0
.short 240 ; 0xf0
.short 255 ; 0xff
.short 15 ; 0xf
.short 0 ; 0x0
.short 0 ; 0x0
.short 24 ; 0x18
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 8 ; 0x8
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 11 ; 0xb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 24 ; 0x18
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 60 ; 0x3c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 62 ; 0x3e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 31 ; 0x1f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 60 ; 0x3c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 120 ; 0x78
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 60 ; 0x3c
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 30 ; 0x1e
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 12 ; 0xc
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 7 ; 0x7
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 3 ; 0x3
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 3 ; 0x3
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 3 ; 0x3
.short 0 ; 0x0
.short 4 ; 0x4
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 7 ; 0x7
.short 0 ; 0x0
.short 255 ; 0xff
.short 255 ; 0xff
.short 7 ; 0x7
.space 90
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__const
.globl _PerfectPixel18x25 ## @PerfectPixel18x25
.p2align 4
_PerfectPixel18x25:
.short 10 ## 0xa
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 63 ## 0x3f
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 63 ## 0x3f
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 63 ## 0x3f
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 9 ## 0x9
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 18 ## 0x12
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 227 ## 0xe3
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 131 ## 0x83
.short 3 ## 0x3
.short 0 ## 0x0
.short 224 ## 0xe0
.short 135 ## 0x87
.short 3 ## 0x3
.short 0 ## 0x0
.short 224 ## 0xe0
.short 143 ## 0x8f
.short 3 ## 0x3
.short 0 ## 0x0
.short 224 ## 0xe0
.short 136 ## 0x88
.short 3 ## 0x3
.short 0 ## 0x0
.short 248 ## 0xf8
.short 136 ## 0x88
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 136 ## 0x88
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 136 ## 0x88
.short 15 ## 0xf
.short 0 ## 0x0
.short 224 ## 0xe0
.short 136 ## 0x88
.short 3 ## 0x3
.short 0 ## 0x0
.short 224 ## 0xe0
.short 248 ## 0xf8
.short 3 ## 0x3
.short 0 ## 0x0
.short 224 ## 0xe0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 224 ## 0xe0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 56 ## 0x38
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 124 ## 0x7c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 14 ## 0xe
.short 0 ## 0x0
.short 128 ## 0x80
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 3 ## 0x3
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 247 ## 0xf7
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 240 ## 0xf0
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 224 ## 0xe0
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 252 ## 0xfc
.short 255 ## 0xff
.short 31 ## 0x1f
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 6 ## 0x6
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 252 ## 0xfc
.short 255 ## 0xff
.short 31 ## 0x1f
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 6 ## 0x6
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 16 ## 0x10
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 160 ## 0xa0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 160 ## 0xa0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 16 ## 0x10
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 48 ## 0x30
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 30 ## 0x1e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 60 ## 0x3c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 30 ## 0x1e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 120 ## 0x78
.short 240 ## 0xf0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 248 ## 0xf8
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 124 ## 0x7c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 62 ## 0x3e
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 31 ## 0x1f
.short 14 ## 0xe
.short 0 ## 0x0
.short 184 ## 0xb8
.short 15 ## 0xf
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 7 ## 0x7
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 240 ## 0xf0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 248 ## 0xf8
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 248 ## 0xf8
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 30 ## 0x1e
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 15 ## 0xf
.short 14 ## 0xe
.short 0 ## 0x0
.short 240 ## 0xf0
.short 15 ## 0xf
.short 14 ## 0xe
.short 0 ## 0x0
.short 224 ## 0xe0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 126 ## 0x7e
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 224 ## 0xe0
.short 243 ## 0xf3
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 124 ## 0x7c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 126 ## 0x7e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 119 ## 0x77
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 115 ## 0x73
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 113 ## 0x71
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 31 ## 0x1f
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 31 ## 0x1f
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 31 ## 0x1f
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 248 ## 0xf8
.short 7 ## 0x7
.short 0 ## 0x0
.short 120 ## 0x78
.short 240 ## 0xf0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 184 ## 0xb8
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 247 ## 0xf7
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 126 ## 0x7e
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 126 ## 0x7e
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 224 ## 0xe0
.short 247 ## 0xf7
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 31 ## 0x1f
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 30 ## 0x1e
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 6 ## 0x6
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 48 ## 0x30
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 30 ## 0x1e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 247 ## 0xf7
.short 1 ## 0x1
.short 0 ## 0x0
.short 224 ## 0xe0
.short 227 ## 0xe3
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 193 ## 0xc1
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 8 ## 0x8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 195 ## 0xc3
.short 1 ## 0x1
.short 0 ## 0x0
.short 128 ## 0x80
.short 195 ## 0xc3
.short 1 ## 0x1
.short 0 ## 0x0
.short 128 ## 0x80
.short 195 ## 0xc3
.short 1 ## 0x1
.short 0 ## 0x0
.short 128 ## 0x80
.short 195 ## 0xc3
.short 1 ## 0x1
.short 0 ## 0x0
.short 128 ## 0x80
.short 195 ## 0xc3
.short 1 ## 0x1
.short 0 ## 0x0
.short 128 ## 0x80
.short 195 ## 0xc3
.short 1 ## 0x1
.short 0 ## 0x0
.short 128 ## 0x80
.short 195 ## 0xc3
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 193 ## 0xc1
.short 7 ## 0x7
.short 0 ## 0x0
.short 224 ## 0xe0
.short 227 ## 0xe3
.short 3 ## 0x3
.short 0 ## 0x0
.short 192 ## 0xc0
.short 247 ## 0xf7
.short 1 ## 0x1
.short 0 ## 0x0
.short 128 ## 0x80
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 240 ## 0xf0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 248 ## 0xf8
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 252 ## 0xfc
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 16 ## 0x10
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 128 ## 0x80
.short 7 ## 0x7
.short 0 ## 0x0
.short 120 ## 0x78
.short 30 ## 0x1e
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 63 ## 0x3f
.short 14 ## 0xe
.short 0 ## 0x0
.short 184 ## 0xb8
.short 127 ## 0x7f
.short 12 ## 0xc
.short 0 ## 0x0
.short 184 ## 0xb8
.short 113 ## 0x71
.short 12 ## 0xc
.short 0 ## 0x0
.short 184 ## 0xb8
.short 113 ## 0x71
.short 12 ## 0xc
.short 0 ## 0x0
.short 184 ## 0xb8
.short 113 ## 0x71
.short 12 ## 0xc
.short 0 ## 0x0
.short 184 ## 0xb8
.short 255 ## 0xff
.short 13 ## 0xd
.short 0 ## 0x0
.short 184 ## 0xb8
.short 255 ## 0xff
.short 13 ## 0xd
.short 0 ## 0x0
.short 184 ## 0xb8
.short 255 ## 0xff
.short 13 ## 0xd
.short 0 ## 0x0
.short 56 ## 0x38
.short 128 ## 0x80
.short 13 ## 0xd
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 13 ## 0xd
.short 0 ## 0x0
.short 224 ## 0xe0
.short 127 ## 0x7f
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 16 ## 0x10
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 113 ## 0x71
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 113 ## 0x71
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 128 ## 0x80
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 60 ## 0x3c
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 224 ## 0xe0
.short 231 ## 0xe7
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 16 ## 0x10
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 60 ## 0x3c
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 252 ## 0xfc
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 10 ## 0xa
.short 0 ## 0x0
.short 128 ## 0x80
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 63 ## 0x3f
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 124 ## 0x7c
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 24 ## 0x18
.short 224 ## 0xe0
.short 15 ## 0xf
.short 0 ## 0x0
.short 8 ## 0x8
.short 192 ## 0xc0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 18 ## 0x12
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 17 ## 0x11
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 124 ## 0x7c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 17 ## 0x11
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 30 ## 0x1e
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 17 ## 0x11
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 64 ## 0x40
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 192 ## 0xc0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 192 ## 0xc0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 192 ## 0xc0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 30 ## 0x1e
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 63 ## 0x3f
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 55 ## 0x37
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 33 ## 0x21
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 247 ## 0xf7
.short 15 ## 0xf
.short 0 ## 0x0
.short 224 ## 0xe0
.short 227 ## 0xe3
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 240 ## 0xf0
.short 15 ## 0xf
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 31 ## 0x1f
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 28 ## 0x1c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 60 ## 0x3c
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 248 ## 0xf8
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 18 ## 0x12
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 124 ## 0x7c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 124 ## 0x7c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 17 ## 0x11
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 193 ## 0xc1
.short 7 ## 0x7
.short 0 ## 0x0
.short 224 ## 0xe0
.short 227 ## 0xe3
.short 3 ## 0x3
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 128 ## 0x80
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 224 ## 0xe0
.short 247 ## 0xf7
.short 3 ## 0x3
.short 0 ## 0x0
.short 240 ## 0xf0
.short 195 ## 0xc3
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 16 ## 0x10
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 224 ## 0xe0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 240 ## 0xf0
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 248 ## 0xf8
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 124 ## 0x7c
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 62 ## 0x3e
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 31 ## 0x1f
.short 14 ## 0xe
.short 0 ## 0x0
.short 184 ## 0xb8
.short 15 ## 0xf
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 3 ## 0x3
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 8 ## 0x8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 255 ## 0xff
.short 63 ## 0x3f
.short 0 ## 0x0
.short 254 ## 0xfe
.short 255 ## 0xff
.short 63 ## 0x3f
.short 0 ## 0x0
.short 254 ## 0xfe
.short 255 ## 0xff
.short 63 ## 0x3f
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 30 ## 0x1e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 60 ## 0x3c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 8 ## 0x8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 254 ## 0xfe
.short 255 ## 0xff
.short 63 ## 0x3f
.short 0 ## 0x0
.short 254 ## 0xfe
.short 255 ## 0xff
.short 63 ## 0x3f
.short 0 ## 0x0
.short 254 ## 0xfe
.short 255 ## 0xff
.short 63 ## 0x3f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 16 ## 0x10
.short 0 ## 0x0
.short 2 ## 0x2
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 2 ## 0x2
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 10 ## 0xa
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 112 ## 0x70
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 5 ## 0x5
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 64 ## 0x40
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 103 ## 0x67
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 103 ## 0x67
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 103 ## 0x67
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 103 ## 0x67
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 127 ## 0x7f
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 126 ## 0x7e
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 124 ## 0x7c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 10 ## 0xa
.short 0 ## 0x0
.short 6 ## 0x6
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 6 ## 0x6
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 6 ## 0x6
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 6 ## 0x6
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 48 ## 0x30
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 135 ## 0x87
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 143 ## 0x8f
.short 1 ## 0x1
.short 0 ## 0x0
.short 7 ## 0x7
.short 142 ## 0x8e
.short 1 ## 0x1
.short 0 ## 0x0
.short 7 ## 0x7
.short 142 ## 0x8e
.short 1 ## 0x1
.short 0 ## 0x0
.short 7 ## 0x7
.short 142 ## 0x8e
.short 1 ## 0x1
.short 0 ## 0x0
.short 7 ## 0x7
.short 206 ## 0xce
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 56 ## 0x38
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 56 ## 0x38
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 0 ## 0x0
.short 56 ## 0x38
.short 255 ## 0xff
.short 255 ## 0xff
.short 0 ## 0x0
.short 56 ## 0x38
.short 255 ## 0xff
.short 127 ## 0x7f
.short 0 ## 0x0
.short 56 ## 0x38
.short 255 ## 0xff
.short 63 ## 0x3f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 158 ## 0x9e
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 3 ## 0x3
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 1 ## 0x1
.short 8 ## 0x8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 18 ## 0x12
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 13 ## 0xd
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 8 ## 0x8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 254 ## 0xfe
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 62 ## 0x3e
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 126 ## 0x7e
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 127 ## 0x7f
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 103 ## 0x67
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 103 ## 0x67
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 103 ## 0x67
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 103 ## 0x67
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 231 ## 0xe7
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 231 ## 0xe7
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 192 ## 0xc0
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 10 ## 0xa
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 224 ## 0xe0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 128 ## 0x80
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 18 ## 0x12
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 158 ## 0x9e
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 252 ## 0xfc
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 158 ## 0x9e
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 3 ## 0x3
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 135 ## 0x87
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 143 ## 0x8f
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 142 ## 0x8e
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 142 ## 0x8e
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 142 ## 0x8e
.short 1 ## 0x1
.short 0 ## 0x0
.short 0 ## 0x0
.short 206 ## 0xce
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 1 ## 0x1
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 127 ## 0x7f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 135 ## 0x87
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 199 ## 0xc7
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 231 ## 0xe7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 119 ## 0x77
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 63 ## 0x3f
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 31 ## 0x1f
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 15 ## 0xf
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 14 ## 0xe
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 8 ## 0x8
.short 0 ## 0x0
.short 8 ## 0x8
.short 0 ## 0x0
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 252 ## 0xfc
.short 247 ## 0xf7
.short 31 ## 0x1f
.short 0 ## 0x0
.short 30 ## 0x1e
.short 0 ## 0x0
.short 60 ## 0x3c
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 31 ## 0x1f
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 31 ## 0x1f
.short 0 ## 0x0
.short 248 ## 0xf8
.short 255 ## 0xff
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 8 ## 0x8
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 14 ## 0xe
.short 0 ## 0x0
.short 56 ## 0x38
.short 0 ## 0x0
.short 30 ## 0x1e
.short 0 ## 0x0
.short 60 ## 0x3c
.short 0 ## 0x0
.short 254 ## 0xfe
.short 247 ## 0xf7
.short 63 ## 0x3f
.short 0 ## 0x0
.short 252 ## 0xfc
.short 247 ## 0xf7
.short 31 ## 0x1f
.short 0 ## 0x0
.short 240 ## 0xf0
.short 255 ## 0xff
.short 15 ## 0xf
.short 0 ## 0x0
.short 0 ## 0x0
.short 24 ## 0x18
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 8 ## 0x8
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 11 ## 0xb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 24 ## 0x18
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 60 ## 0x3c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 62 ## 0x3e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 31 ## 0x1f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 60 ## 0x3c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 120 ## 0x78
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 60 ## 0x3c
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 30 ## 0x1e
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 12 ## 0xc
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 7 ## 0x7
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 3 ## 0x3
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 3 ## 0x3
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 3 ## 0x3
.short 0 ## 0x0
.short 4 ## 0x4
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 7 ## 0x7
.short 0 ## 0x0
.short 255 ## 0xff
.short 255 ## 0xff
.short 7 ## 0x7
.space 90
.subsections_via_symbols
| the_stack_data/148577618.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, #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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur wzr, [x29, #-48]
adrp x8, l___const.main.aa@PAGE
add x8, x8, l___const.main.aa@PAGEOFF
ldr x8, [x8]
stur x8, [x29, #-16]
adrp x8, l___const.main.bb@PAGE
add x8, x8, l___const.main.bb@PAGEOFF
ldr w9, [x8]
str w9, [sp, #60]
ldrh w8, [x8, #4]
strh w8, [sp, #64]
adrp x8, l___const.main.cc@PAGE
add x8, x8, l___const.main.cc@PAGEOFF
ldr w9, [x8]
str w9, [sp, #52]
ldrh w8, [x8, #4]
strh w8, [sp, #56]
adrp x8, l___const.main.dd@PAGE
add x8, x8, l___const.main.dd@PAGEOFF
ldr x8, [x8]
stur x8, [x29, #-24]
adrp x8, l___const.main.ee@PAGE
add x8, x8, l___const.main.ee@PAGEOFF
ldr w9, [x8]
str w9, [sp, #44]
ldrh w8, [x8, #4]
strh w8, [sp, #48]
mov x9, sp
sub x8, x29, #52
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
mov w8, #1
stur w8, [x29, #-56]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-56]
ldur w9, [x29, #-52]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_56
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
mov x9, sp
sub x8, x29, #34
str x8, [sp, #32] ; 8-byte Folded Spill
str x8, [x9]
sub x8, x29, #44
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 x1, [sp, #24] ; 8-byte Folded Reload
ldr x0, [sp, #32] ; 8-byte Folded Reload
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; 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_54
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #34
sub x1, x29, #16
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_13
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #60
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
sub x1, x29, #24
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; 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_12
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #52
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #44
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_1 Depth=1
b LBB0_53
LBB0_13: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #34
add x1, sp, #60
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_22
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #52
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_16
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #44
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_17
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; 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_21
LBB0_17: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
sub x1, x29, #16
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_19
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
sub x1, x29, #24
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_20
b LBB0_19
LBB0_19: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_1 Depth=1
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_1 Depth=1
b LBB0_52
LBB0_22: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #34
add x1, sp, #52
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_31
b LBB0_23
LBB0_23: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
sub x1, x29, #16
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_25
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
sub x1, x29, #24
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_26
b LBB0_25
LBB0_25: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; 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_30
LBB0_26: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #60
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_28
b LBB0_27
LBB0_27: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #44
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_29
b LBB0_28
LBB0_28: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_29
LBB0_29: ; in Loop: Header=BB0_1 Depth=1
b LBB0_30
LBB0_30: ; in Loop: Header=BB0_1 Depth=1
b LBB0_51
LBB0_31: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #34
sub x1, x29, #24
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_40
b LBB0_32
LBB0_32: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #60
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_34
b LBB0_33
LBB0_33: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #44
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_35
b LBB0_34
LBB0_34: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; 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_39
LBB0_35: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #52
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_37
b LBB0_36
LBB0_36: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
sub x1, x29, #16
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_38
b LBB0_37
LBB0_37: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_38
LBB0_38: ; in Loop: Header=BB0_1 Depth=1
b LBB0_39
LBB0_39: ; in Loop: Header=BB0_1 Depth=1
b LBB0_50
LBB0_40: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #34
add x1, sp, #44
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_49
b LBB0_41
LBB0_41: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
sub x1, x29, #16
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_43
b LBB0_42
LBB0_42: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #52
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_44
b LBB0_43
LBB0_43: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; 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_48
LBB0_44: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
add x1, sp, #60
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, eq
tbnz w8, #0, LBB0_46
b LBB0_45
LBB0_45: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #44
sub x1, x29, #24
bl _strcmp
mov w8, #0
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB0_47
b LBB0_46
LBB0_46: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-56]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_47
LBB0_47: ; in Loop: Header=BB0_1 Depth=1
b LBB0_48
LBB0_48: ; in Loop: Header=BB0_1 Depth=1
b LBB0_49
LBB0_49: ; in Loop: Header=BB0_1 Depth=1
b LBB0_50
LBB0_50: ; in Loop: Header=BB0_1 Depth=1
b LBB0_51
LBB0_51: ; in Loop: Header=BB0_1 Depth=1
b LBB0_52
LBB0_52: ; in Loop: Header=BB0_1 Depth=1
b LBB0_53
LBB0_53: ; in Loop: Header=BB0_1 Depth=1
b LBB0_54
LBB0_54: ; in Loop: Header=BB0_1 Depth=1
b LBB0_55
LBB0_55: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-56]
add w8, w8, #1
stur w8, [x29, #-56]
b LBB0_1
LBB0_56:
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_58
b LBB0_57
LBB0_57:
bl ___stack_chk_fail
LBB0_58:
mov w0, #0
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l___const.main.aa: ; @__const.main.aa
.asciz "tesoura"
l___const.main.bb: ; @__const.main.bb
.asciz "papel"
l___const.main.cc: ; @__const.main.cc
.asciz "pedra"
l___const.main.dd: ; @__const.main.dd
.asciz "lagarto"
l___const.main.ee: ; @__const.main.ee
.asciz "Spock"
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%s%s"
l_.str.2: ; @.str.2
.asciz "Caso #%d: De novo!\n"
l_.str.3: ; @.str.3
.asciz "Caso #%d: Bazinga!\n"
l_.str.4: ; @.str.4
.asciz "Caso #%d: Raj trapaceou!\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 $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -48(%rbp)
movq L___const.main.aa(%rip), %rax
movq %rax, -16(%rbp)
movl L___const.main.bb(%rip), %eax
movl %eax, -66(%rbp)
movw L___const.main.bb+4(%rip), %ax
movw %ax, -62(%rbp)
movl L___const.main.cc(%rip), %eax
movl %eax, -72(%rbp)
movw L___const.main.cc+4(%rip), %ax
movw %ax, -68(%rbp)
movq L___const.main.dd(%rip), %rax
movq %rax, -24(%rbp)
movl L___const.main.ee(%rip), %eax
movl %eax, -78(%rbp)
movw L___const.main.ee+4(%rip), %ax
movw %ax, -74(%rbp)
leaq L_.str(%rip), %rdi
leaq -52(%rbp), %rsi
movb $0, %al
callq _scanf
movl $1, -56(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -56(%rbp), %eax
cmpl -52(%rbp), %eax
jg LBB0_56
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq -34(%rbp), %rsi
leaq -44(%rbp), %rdx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
leaq -34(%rbp), %rdi
leaq -44(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_54
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
leaq -34(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_13
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -66(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_7
## %bb.6: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -24(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_8
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_12
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -72(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_10
## %bb.9: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -78(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_11
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_12
LBB0_12: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_53
LBB0_13: ## in Loop: Header=BB0_1 Depth=1
leaq -34(%rbp), %rdi
leaq -66(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_22
## %bb.14: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -72(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_16
## %bb.15: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -78(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_17
LBB0_16: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_21
LBB0_17: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_19
## %bb.18: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -24(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_20
LBB0_19: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB0_20: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_21
LBB0_21: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_52
LBB0_22: ## in Loop: Header=BB0_1 Depth=1
leaq -34(%rbp), %rdi
leaq -72(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_31
## %bb.23: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_25
## %bb.24: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -24(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_26
LBB0_25: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_30
LBB0_26: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -66(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_28
## %bb.27: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -78(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_29
LBB0_28: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB0_29: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_30
LBB0_30: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_51
LBB0_31: ## in Loop: Header=BB0_1 Depth=1
leaq -34(%rbp), %rdi
leaq -24(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_40
## %bb.32: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -66(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_34
## %bb.33: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -78(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_35
LBB0_34: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_39
LBB0_35: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -72(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_37
## %bb.36: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_38
LBB0_37: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB0_38: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_39
LBB0_39: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_50
LBB0_40: ## in Loop: Header=BB0_1 Depth=1
leaq -34(%rbp), %rdi
leaq -78(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_49
## %bb.41: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_43
## %bb.42: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -72(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_44
LBB0_43: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_48
LBB0_44: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -66(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
je LBB0_46
## %bb.45: ## in Loop: Header=BB0_1 Depth=1
leaq -44(%rbp), %rdi
leaq -24(%rbp), %rsi
callq _strcmp
movl %eax, %ecx
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB0_47
LBB0_46: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB0_47: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_48
LBB0_48: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_49
LBB0_49: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_50
LBB0_50: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_51
LBB0_51: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_52
LBB0_52: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_53
LBB0_53: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_54
LBB0_54: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_55
LBB0_55: ## in Loop: Header=BB0_1 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB0_1
LBB0_56:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_58
## %bb.57:
xorl %eax, %eax
addq $80, %rsp
popq %rbp
retq
LBB0_58:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L___const.main.aa: ## @__const.main.aa
.asciz "tesoura"
L___const.main.bb: ## @__const.main.bb
.asciz "papel"
L___const.main.cc: ## @__const.main.cc
.asciz "pedra"
L___const.main.dd: ## @__const.main.dd
.asciz "lagarto"
L___const.main.ee: ## @__const.main.ee
.asciz "Spock"
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%s%s"
L_.str.2: ## @.str.2
.asciz "Caso #%d: De novo!\n"
L_.str.3: ## @.str.3
.asciz "Caso #%d: Bazinga!\n"
L_.str.4: ## @.str.4
.asciz "Caso #%d: Raj trapaceou!\n"
.subsections_via_symbols
| the_stack_data/247017465.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fn3 ; -- Begin function fn3
.p2align 2
_fn3: ; @fn3
.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, _fn3@PAGE
add x0, x0, _fn3@PAGEOFF
str x0, [sp, #8] ; 8-byte Folded Spill
mov w1, #1
bl _fn1
ldr x0, [sp, #8] ; 8-byte Folded Reload
adrp x8, _d@GOTPAGE
ldr x8, [x8, _d@GOTPAGEOFF]
ldrsb w8, [x8]
subs w1, w8, #1
bl _fn1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function fn1
_fn1: ; @fn1
.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]
strb w1, [sp, #7]
adrp x8, _c@GOTPAGE
ldr x8, [x8, _c@GOTPAGEOFF]
ldr w8, [x8]
adrp x9, _b@GOTPAGE
ldr x9, [x9, _b@GOTPAGEOFF]
ldr w9, [x9]
subs w8, w8, w9
add w0, w8, #1
bl _fn2
adrp x8, _a@GOTPAGE
ldr x8, [x8, _a@GOTPAGEOFF]
str w0, [x8]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldrsb w8, [sp, #6]
ldrsb w9, [sp, #7]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldrb w8, [sp, #6]
add w8, w8, #1
strb w8, [sp, #6]
b LBB1_1
LBB1_4:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.comm _d,1,0 ; @d
.comm _a,4,2 ; @a
.comm _b,4,2 ; @b
.comm _c,4,2 ; @c
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fn3 ## -- Begin function fn3
.p2align 4, 0x90
_fn3: ## @fn3
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq _fn3(%rip), %rdi
movl $1, %esi
callq _fn1
movq _d@GOTPCREL(%rip), %rax
movsbl (%rax), %esi
subl $1, %esi
leaq _fn3(%rip), %rdi
callq _fn1
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function fn1
_fn1: ## @fn1
.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
movb %sil, %al
movq %rdi, -8(%rbp)
movb %al, -9(%rbp)
movq _c@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _b@GOTPCREL(%rip), %rax
subl (%rax), %edi
addl $1, %edi
callq _fn2
movl %eax, %ecx
movq _a@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movsbl -10(%rbp), %eax
movsbl -9(%rbp), %ecx
cmpl %ecx, %eax
jg LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_3
LBB1_3: ## in Loop: Header=BB1_1 Depth=1
movb -10(%rbp), %al
addb $1, %al
movb %al, -10(%rbp)
jmp LBB1_1
LBB1_4:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _d,1,0 ## @d
.comm _a,4,2 ## @a
.comm _b,4,2 ## @b
.comm _c,4,2 ## @c
.subsections_via_symbols
| the_stack_data/100140278.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _derivs ; -- Begin function derivs
.p2align 2
_derivs: ; @derivs
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str s0, [sp, #28]
str x0, [sp, #16]
str x1, [sp, #8]
ldr x8, [sp, #16]
ldr s0, [x8, #8]
ldr x8, [sp, #8]
str s0, [x8, #4]
ldr s0, [sp, #28]
fcvt d1, s0
fmov d0, #2.00000000
fmul d0, d0, d1
adrp x8, _m@GOTPAGE
ldr x8, [x8, _m@GOTPAGEOFF]
ldr s2, [x8]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d2, d1
fmov d1, #1.00000000
fadd d2, d2, d1
fmul d0, d0, d2
ldr x8, [sp, #16]
ldr s2, [x8, #8]
fcvt d2, s2
ldr x8, [sp, #16]
ldr s5, [x8, #12]
adrp x8, _c2@GOTPAGE
ldr x8, [x8, _c2@GOTPAGEOFF]
ldr s3, [x8]
ldr s4, [sp, #28]
fmul s3, s3, s4
ldr s4, [sp, #28]
fmsub s3, s3, s4, s5
ldr x8, [sp, #16]
ldr s4, [x8, #4]
fmul s3, s3, s4
fcvt d3, s3
fnmsub d0, d0, d2, d3
ldr s2, [sp, #28]
ldr s3, [sp, #28]
fmul s2, s2, s3
fcvt d2, s2
fsub d1, d1, d2
fdiv d0, d0, d1
fcvt s0, d0
ldr x8, [sp, #8]
str s0, [x8, #8]
ldr x8, [sp, #8]
movi d0, #0000000000000000
str s0, [x8, #12]
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
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function derivs
LCPI0_0:
.quad 0x3ff0000000000000 ## double 1
LCPI0_1:
.quad 0x4000000000000000 ## double 2
.section __TEXT,__text,regular,pure_instructions
.globl _derivs
.p2align 4, 0x90
_derivs: ## @derivs
.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, -4(%rbp)
movq %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
movq -16(%rbp), %rax
movss 8(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -24(%rbp), %rax
movss %xmm0, 4(%rax)
movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd %xmm1, %xmm0
movq _m@GOTPCREL(%rip), %rax
cvtsi2sdl (%rax), %xmm1
movsd LCPI0_0(%rip), %xmm2 ## xmm2 = mem[0],zero
addsd %xmm2, %xmm1
mulsd %xmm1, %xmm0
movq -16(%rbp), %rax
movss 8(%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm2
movq -16(%rbp), %rax
movss 12(%rax), %xmm3 ## xmm3 = mem[0],zero,zero,zero
movq _c2@GOTPCREL(%rip), %rax
movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss -4(%rbp), %xmm1
movss -4(%rbp), %xmm4 ## xmm4 = mem[0],zero,zero,zero
movd %xmm1, %eax
xorl $2147483648, %eax ## imm = 0x80000000
movd %eax, %xmm1
mulss %xmm4, %xmm1
addss %xmm3, %xmm1
movq -16(%rbp), %rax
mulss 4(%rax), %xmm1
cvtss2sd %xmm1, %xmm1
movq %xmm1, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movss -4(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss -4(%rbp), %xmm1
cvtss2sd %xmm1, %xmm2
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd %xmm2, %xmm1
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movq -24(%rbp), %rax
movss %xmm0, 8(%rax)
movq -24(%rbp), %rax
xorps %xmm0, %xmm0
movss %xmm0, 12(%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/366291.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 0x3fc3333333333333 ; double 0.14999999999999999
.section __TEXT,__text,regular,pure_instructions
.globl _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, #48]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #44
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
str x0, [sp, #24] ; 8-byte Folded Spill
bl _scanf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #54
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _scanf
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov x9, sp
add x8, sp, #40
str x8, [x9]
bl _scanf
ldr w8, [sp, #40]
subs w8, w8, #100
cset w8, gt
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr s1, [sp, #40]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
fmov d1, #1.00000000
fmul d0, d0, d1
fcvt s0, d0
str s0, [sp, #36]
b LBB0_7
LBB0_2:
ldr w8, [sp, #40]
subs w8, w8, #100
cset w8, le
tbnz w8, #0, LBB0_5
b LBB0_3
LBB0_3:
ldr w8, [sp, #40]
subs w8, w8, #300
cset w8, gt
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
ldr s1, [sp, #40]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
fmov d1, #2.00000000
fmul d0, d0, d1
fcvt s0, d0
str s0, [sp, #36]
b LBB0_6
LBB0_5:
ldr s1, [sp, #40]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
fmov d1, #3.00000000
fmul d0, d0, d1
fcvt s0, d0
str s0, [sp, #36]
b LBB0_6
LBB0_6:
b LBB0_7
LBB0_7:
ldr s0, [sp, #36]
mov w8, #1148846080
fmov s1, w8
fcmp s0, s1
cset w8, le
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8:
ldr s0, [sp, #36]
fcvt d2, s0
ldr s0, [sp, #36]
fcvt d1, s0
adrp x8, lCPI0_0@PAGE
ldr d0, [x8, lCPI0_0@PAGEOFF]
fmadd d0, d0, d1, d2
fcvt s0, d0
str s0, [sp, #36]
b LBB0_9
LBB0_9:
ldr s0, [sp, #36]
mov w8, #1112014848
fmov s1, w8
fcmp s0, s1
cset w8, pl
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10:
mov w8, #1112014848
fmov s0, w8
str s0, [sp, #36]
b LBB0_11
LBB0_11:
ldr w8, [sp, #44]
; implicit-def: $x9
mov x9, x8
ldr s0, [sp, #36]
fcvt d0, s0
mov x8, sp
str x9, [x8]
add x9, sp, #54
str x9, [x8, #8]
str d0, [x8, #16]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@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_13
b LBB0_12
LBB0_12:
bl ___stack_chk_fail
LBB0_13:
mov w0, #0
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter the user id of user\n"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Enter the name of user\n"
l_.str.3: ; @.str.3
.asciz "%s"
l_.str.4: ; @.str.4
.asciz "Enter the number of units consumed by user\n"
l_.str.5: ; @.str.5
.asciz "Charge details\n%d %s %.2f"
.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 0x4008000000000000 ## double 3
LCPI0_1:
.quad 0x4000000000000000 ## double 2
LCPI0_2:
.quad 0x3ff0000000000000 ## double 1
LCPI0_4:
.quad 0x3fc3333333333333 ## double 0.14999999999999999
.section __TEXT,__literal4,4byte_literals
.p2align 2
LCPI0_3:
.long 0x447a0000 ## float 1000
LCPI0_5:
.long 0x42480000 ## float 50
.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 $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -68(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -72(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq -64(%rbp), %rsi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _scanf
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -76(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $100, -76(%rbp)
jg LBB0_2
## %bb.1:
cvtsi2sdl -76(%rbp), %xmm0
movsd LCPI0_2(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -80(%rbp)
jmp LBB0_7
LBB0_2:
cmpl $100, -76(%rbp)
jle LBB0_5
## %bb.3:
cmpl $300, -76(%rbp) ## imm = 0x12C
jg LBB0_5
## %bb.4:
cvtsi2sdl -76(%rbp), %xmm0
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -80(%rbp)
jmp LBB0_6
LBB0_5:
cvtsi2sdl -76(%rbp), %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -80(%rbp)
LBB0_6:
jmp LBB0_7
LBB0_7:
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss LCPI0_3(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jbe LBB0_9
## %bb.8:
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI0_4(%rip), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -80(%rbp)
LBB0_9:
movss LCPI0_5(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -80(%rbp), %xmm0
jbe LBB0_11
## %bb.10:
movss LCPI0_5(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -80(%rbp)
LBB0_11:
movl -72(%rbp), %esi
leaq -64(%rbp), %rdx
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.5(%rip), %rdi
movb $1, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_13
## %bb.12:
xorl %eax, %eax
addq $80, %rsp
popq %rbp
retq
LBB0_13:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter the user id of user\n"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Enter the name of user\n"
L_.str.3: ## @.str.3
.asciz "%s"
L_.str.4: ## @.str.4
.asciz "Enter the number of units consumed by user\n"
L_.str.5: ## @.str.5
.asciz "Charge details\n%d %s %.2f"
.subsections_via_symbols
| the_stack_data/231394611.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
ldur s0, [x29, #-8]
fmov s1, #8.00000000
fcmp s0, s1
cset w8, lt
tbnz w8, #0, LBB0_5
b LBB0_1
LBB0_1:
ldur s0, [x29, #-8]
fmov s1, #23.00000000
fcmp s0, s1
cset w8, pl
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
ldur s1, [x29, #-8]
fmov s0, #-5.00000000
fmul s0, s0, s1
ldur s1, [x29, #-8]
fmul s0, s0, s1
ldur s1, [x29, #-8]
fmov s2, #10.00000000
fmadd s0, s0, s1, s2
stur s0, [x29, #-12]
ldur s0, [x29, #-12]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_4
LBB0_3:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_4
LBB0_4:
b LBB0_15
LBB0_5:
ldur s0, [x29, #-8]
fcmp s0, #0.0
cset w8, hi
tbnz w8, #0, LBB0_13
b LBB0_6
LBB0_6:
ldur s0, [x29, #-8]
fmov s1, #-3.00000000
fcmp s0, s1
cset w8, le
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldur s1, [x29, #-8]
fmov s0, #2.00000000
fmul s0, s0, s1
ldur s1, [x29, #-8]
fmul s0, s0, s1
ldur s1, [x29, #-8]
ldur s3, [x29, #-8]
fmov s2, #8.00000000
fmul s2, s2, s3
ldur s3, [x29, #-8]
fmul s2, s2, s3
fmadd s0, s0, s1, s2
stur s0, [x29, #-12]
ldur s0, [x29, #-12]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_12
LBB0_8:
ldur s0, [x29, #-8]
fmov s1, #-19.00000000
fcmp s0, s1
cset w8, pl
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9:
ldur s1, [x29, #-8]
fmov s0, #2.00000000
fmul s0, s0, s1
ldur s1, [x29, #-8]
fmul s0, s0, s1
ldur s1, [x29, #-8]
ldur s3, [x29, #-8]
fmov s2, #8.00000000
fmul s2, s2, s3
ldur s3, [x29, #-8]
fmul s2, s2, s3
fmadd s0, s0, s1, s2
stur s0, [x29, #-12]
ldur s0, [x29, #-12]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_11
LBB0_10:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_11
LBB0_11:
b LBB0_12
LBB0_12:
b LBB0_14
LBB0_13:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_14
LBB0_14:
b LBB0_15
LBB0_15:
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 "%f"
l_.str.1: ; @.str.1
.asciz "No output\n"
l_.str.2: ; @.str.2
.asciz "No output"
.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 0x41000000 ## float 8
LCPI0_1:
.long 0xc0400000 ## float -3
LCPI0_2:
.long 0xc1980000 ## float -19
LCPI0_3:
.long 0x40000000 ## float 2
LCPI0_4:
.long 0x41b80000 ## float 23
LCPI0_5:
.long 0x41200000 ## float 10
LCPI0_6:
.long 0xc0a00000 ## float -5
.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)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jb LBB0_5
## %bb.1:
movss LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -8(%rbp), %xmm0
jbe LBB0_3
## %bb.2:
movss LCPI0_6(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -8(%rbp), %xmm0
mulss -8(%rbp), %xmm0
movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss %xmm1, %xmm0
movss LCPI0_5(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
addss %xmm1, %xmm0
movss %xmm0, -12(%rbp)
movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str(%rip), %rdi
movb $1, %al
callq _printf
jmp LBB0_4
LBB0_3:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
LBB0_4:
jmp LBB0_15
LBB0_5:
xorps %xmm0, %xmm0
ucomiss -8(%rbp), %xmm0
jb LBB0_13
## %bb.6:
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jbe LBB0_8
## %bb.7:
movss LCPI0_3(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -8(%rbp), %xmm0
mulss -8(%rbp), %xmm0
movss -8(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss -8(%rbp), %xmm1
mulss -8(%rbp), %xmm1
mulss %xmm2, %xmm0
addss %xmm1, %xmm0
movss %xmm0, -12(%rbp)
movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str(%rip), %rdi
movb $1, %al
callq _printf
jmp LBB0_12
LBB0_8:
movss LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -8(%rbp), %xmm0
jbe LBB0_10
## %bb.9:
movss LCPI0_3(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -8(%rbp), %xmm0
mulss -8(%rbp), %xmm0
movss -8(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss -8(%rbp), %xmm1
mulss -8(%rbp), %xmm1
mulss %xmm2, %xmm0
addss %xmm1, %xmm0
movss %xmm0, -12(%rbp)
movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str(%rip), %rdi
movb $1, %al
callq _printf
jmp LBB0_11
LBB0_10:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
LBB0_11:
jmp LBB0_12
LBB0_12:
jmp LBB0_14
LBB0_13:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
LBB0_14:
jmp LBB0_15
LBB0_15:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%f"
L_.str.1: ## @.str.1
.asciz "No output\n"
L_.str.2: ## @.str.2
.asciz "No output"
.subsections_via_symbols
| the_stack_data/1072418.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _onetest ; -- Begin function onetest
.p2align 2
_onetest: ; @onetest
.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, ___mb_cur_max@GOTPAGE
ldr x8, [x8, ___mb_cur_max@GOTPAGEOFF]
stur x8, [x29, #-56] ; 8-byte Folded Spill
stur x0, [x29, #-8]
stur w1, [x29, #-12]
stur w2, [x29, #-16]
stur x3, [x29, #-24]
stur wzr, [x29, #-32]
sturh wzr, [x29, #-28]
ldur x8, [x29, #-24]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
mov x8, #-1
stur x8, [x29, #-64] ; 8-byte Folded Spill
b LBB0_6
LBB0_2:
ldur x8, [x29, #-24]
ldrsb w8, [x8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
mov x0, #1
stur x0, [x29, #-72] ; 8-byte Folded Spill
b LBB0_5
LBB0_4:
ldur x0, [x29, #-24]
bl _strlen
stur x0, [x29, #-72] ; 8-byte Folded Spill
b LBB0_5
LBB0_5:
ldur x8, [x29, #-72] ; 8-byte Folded Reload
stur x8, [x29, #-64] ; 8-byte Folded Spill
b LBB0_6
LBB0_6:
ldur x8, [x29, #-64] ; 8-byte Folded Reload
stur x8, [x29, #-48]
ldur w1, [x29, #-12]
sub x0, x29, #32
adrp x2, _mbs@PAGE
add x2, x2, _mbs@PAGEOFF
bl _wcrtomb
stur x0, [x29, #-40]
bl ___error
ldr w8, [x0]
ldur w9, [x29, #-16]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldur x8, [x29, #-56] ; 8-byte Folded Reload
ldr w8, [x8]
; implicit-def: $x11
mov x11, x8
ldur x10, [x29, #-8]
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
mov w0, #1
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _err
LBB0_8:
ldur x8, [x29, #-40]
ldur x9, [x29, #-48]
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB0_11
b LBB0_9
LBB0_9:
ldur x8, [x29, #-24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_15
b LBB0_10
LBB0_10:
ldur x1, [x29, #-24]
ldur x2, [x29, #-40]
sub x0, x29, #32
bl _strncmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_15
b LBB0_11
LBB0_11:
ldur x8, [x29, #-56] ; 8-byte Folded Reload
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #72] ; 8-byte Folded Spill
ldur x8, [x29, #-8]
str x8, [sp, #80] ; 8-byte Folded Spill
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #88] ; 8-byte Folded Spill
ldur x8, [x29, #-40]
stur x8, [x29, #-80] ; 8-byte Folded Spill
ldur x8, [x29, #-24]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12:
adrp x8, l_.str.2@PAGE
add x8, x8, l_.str.2@PAGEOFF
str x8, [sp, #64] ; 8-byte Folded Spill
b LBB0_14
LBB0_13:
ldur x8, [x29, #-24]
str x8, [sp, #64] ; 8-byte Folded Spill
b LBB0_14
LBB0_14:
ldur x11, [x29, #-80] ; 8-byte Folded Reload
ldr x12, [sp, #88] ; 8-byte Folded Reload
ldr x13, [sp, #80] ; 8-byte Folded Reload
ldr x14, [sp, #72] ; 8-byte Folded Reload
ldr x10, [sp, #64] ; 8-byte Folded Reload
ldur x8, [x29, #-48]
mov x9, sp
str x14, [x9]
str x13, [x9, #8]
str x12, [x9, #16]
sub x12, x29, #32
str x12, [x9, #24]
str x11, [x9, #32]
str x10, [x9, #40]
str x8, [x9, #48]
mov w0, #1
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _errx
LBB0_15:
adrp x0, _mbs@PAGE
add x0, x0, _mbs@PAGEOFF
bl _mbsinit
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_17
b LBB0_16
LBB0_16:
ldur x8, [x29, #-56] ; 8-byte Folded Reload
ldr w8, [x8]
; implicit-def: $x11
mov x11, x8
ldur x10, [x29, #-8]
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
mov w0, #1
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _errx
LBB0_17:
bl ___error
ldr w8, [x0]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_20
b LBB0_18
LBB0_18:
ldur w8, [x29, #-16]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_20
b LBB0_19
LBB0_19:
b LBB0_21
LBB0_20:
bl ___error
str wzr, [x0]
adrp x0, _mbs@PAGE
add x0, x0, _mbs@PAGEOFF
mov w1, #0
mov x2, #128
bl _memset
b LBB0_21
LBB0_21:
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
add sp, sp, #192
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 w2, #0
str w2, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
mov x1, x2
adrp x3, l_.str.5@PAGE
add x3, x3, l_.str.5@PAGEOFF
bl _onetest
ldr w2, [sp, #8] ; 4-byte Folded Reload
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
mov w1, #7
adrp x3, l_.str.7@PAGE
add x3, x3, l_.str.7@PAGEOFF
bl _onetest
ldr w2, [sp, #8] ; 4-byte Folded Reload
adrp x3, l_.str.8@PAGE
add x3, x3, l_.str.8@PAGEOFF
mov x0, x3
mov w1, #65
bl _onetest
ldr w2, [sp, #8] ; 4-byte Folded Reload
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
mov w1, #127
adrp x3, l_.str.10@PAGE
add x3, x3, l_.str.10@PAGEOFF
bl _onetest
ldr w2, [sp, #8] ; 4-byte Folded Reload
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
mov w1, #155
adrp x3, l_.str.12@PAGE
add x3, x3, l_.str.12@PAGEOFF
bl _onetest
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
mov w1, #256
mov w2, #92
mov x3, #0
bl _onetest
mov w0, #2
adrp x1, l_.str.14@PAGE
add x1, x1, l_.str.14@PAGEOFF
bl _setlocale
subs x8, x0, #0
cset w8, ne
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
mov w0, #1
adrp x1, l_.str.15@PAGE
add x1, x1, l_.str.15@PAGEOFF
bl _errx
LBB1_2:
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
mov w1, #7
mov w2, #0
str w2, [sp, #4] ; 4-byte Folded Spill
adrp x3, l_.str.7@PAGE
add x3, x3, l_.str.7@PAGEOFF
bl _onetest
ldr w2, [sp, #4] ; 4-byte Folded Reload
adrp x3, l_.str.8@PAGE
add x3, x3, l_.str.8@PAGEOFF
mov x0, x3
mov w1, #65
bl _onetest
ldr w2, [sp, #4] ; 4-byte Folded Reload
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
mov w1, #127
adrp x3, l_.str.10@PAGE
add x3, x3, l_.str.10@PAGEOFF
bl _onetest
ldr w2, [sp, #4] ; 4-byte Folded Reload
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
mov w1, #155
adrp x3, l_.str.16@PAGE
add x3, x3, l_.str.16@PAGEOFF
bl _onetest
ldr w2, [sp, #4] ; 4-byte Folded Reload
adrp x0, l_.str.17@PAGE
add x0, x0, l_.str.17@PAGEOFF
mov w1, #233
adrp x3, l_.str.18@PAGE
add x3, x3, l_.str.18@PAGEOFF
bl _onetest
ldr w2, [sp, #4] ; 4-byte Folded Reload
adrp x0, l_.str.19@PAGE
add x0, x0, l_.str.19@PAGEOFF
mov w1, #53247
adrp x3, l_.str.20@PAGE
add x3, x3, l_.str.20@PAGEOFF
bl _onetest
adrp x0, l_.str.21@PAGE
add x0, x0, l_.str.21@PAGEOFF
mov w1, #55296
mov w2, #92
mov x3, #0
bl _onetest
mov w0, #2
adrp x1, l_.str.22@PAGE
add x1, x1, l_.str.22@PAGEOFF
bl _setlocale
subs x8, x0, #0
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
mov w0, #1
adrp x1, l_.str.23@PAGE
add x1, x1, l_.str.23@PAGEOFF
bl _errx
LBB1_4:
mov w0, #2
adrp x1, l_.str.14@PAGE
add x1, x1, l_.str.14@PAGEOFF
bl _setlocale
subs x8, x0, #0
cset w8, ne
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5:
mov w0, #1
adrp x1, l_.str.26@PAGE
add x1, x1, l_.str.26@PAGEOFF
bl _errx
LBB1_6:
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.zerofill __DATA,__bss,_mbs,128,3 ; @mbs
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d %s U+%04X"
l_.str.1: ; @.str.1
.asciz "%d %s U+%04X: %4.4s(%zd) != %4.4s(%zd)"
l_.str.2: ; @.str.2
.asciz "(NULL)"
l_.str.3: ; @.str.3
.asciz "%d %s U+%04X mbsinit"
l_.str.4: ; @.str.4
.asciz "NUL"
l_.str.5: ; @.str.5
.space 1
l_.str.6: ; @.str.6
.asciz "BEL"
l_.str.7: ; @.str.7
.asciz "\007"
l_.str.8: ; @.str.8
.asciz "A"
l_.str.9: ; @.str.9
.asciz "DEL"
l_.str.10: ; @.str.10
.asciz "\177"
l_.str.11: ; @.str.11
.asciz "CSI"
l_.str.12: ; @.str.12
.asciz "\233"
l_.str.13: ; @.str.13
.asciz "0x100"
l_.str.14: ; @.str.14
.asciz "en_US.UTF-8"
l_.str.15: ; @.str.15
.asciz "setlocale(UTF-8) failed"
l_.str.16: ; @.str.16
.asciz "\302\233"
l_.str.17: ; @.str.17
.asciz "0xe9"
l_.str.18: ; @.str.18
.asciz "\303\251"
l_.str.19: ; @.str.19
.asciz "0xcfff"
l_.str.20: ; @.str.20
.asciz "\354\277\277"
l_.str.21: ; @.str.21
.asciz "0xd800"
l_.str.22: ; @.str.22
.asciz "POSIX"
l_.str.23: ; @.str.23
.asciz "setlocale(POSIX) failed"
l_.str.24: ; @.str.24
.asciz "0xff"
l_.str.25: ; @.str.25
.asciz "\377"
l_.str.26: ; @.str.26
.asciz "second setlocale(UTF-8) failed"
l_.str.27: ; @.str.27
.asciz "U+13000"
l_.str.28: ; @.str.28
.asciz "\360\223\200\200"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _onetest ## -- Begin function onetest
.p2align 4, 0x90
_onetest: ## @onetest
.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 %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl %edx, -16(%rbp)
movq %rcx, -24(%rbp)
leaq -30(%rbp), %rdi
xorl %esi, %esi
movl $6, %edx
callq _memset
cmpq $0, -24(%rbp)
jne LBB0_2
## %bb.1:
movq $-1, %rax
movq %rax, -56(%rbp) ## 8-byte Spill
jmp LBB0_6
LBB0_2:
movq -24(%rbp), %rax
movsbl (%rax), %eax
cmpl $0, %eax
jne LBB0_4
## %bb.3:
movl $1, %eax
movq %rax, -64(%rbp) ## 8-byte Spill
jmp LBB0_5
LBB0_4:
movq -24(%rbp), %rdi
callq _strlen
movq %rax, -64(%rbp) ## 8-byte Spill
LBB0_5:
movq -64(%rbp), %rax ## 8-byte Reload
movq %rax, -56(%rbp) ## 8-byte Spill
LBB0_6:
movq -56(%rbp), %rax ## 8-byte Reload
movq %rax, -48(%rbp)
leaq -30(%rbp), %rdi
movl -12(%rbp), %esi
leaq _mbs(%rip), %rdx
callq _wcrtomb
movq %rax, -40(%rbp)
callq ___error
movl (%rax), %eax
cmpl -16(%rbp), %eax
je LBB0_8
## %bb.7:
movq ___mb_cur_max@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq -8(%rbp), %rcx
movl -12(%rbp), %r8d
leaq L_.str(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _err
LBB0_8:
movq -40(%rbp), %rax
cmpq -48(%rbp), %rax
jne LBB0_11
## %bb.9:
cmpq $0, -24(%rbp)
je LBB0_15
## %bb.10:
leaq -30(%rbp), %rdi
movq -24(%rbp), %rsi
movq -40(%rbp), %rdx
callq _strncmp
cmpl $0, %eax
je LBB0_15
LBB0_11:
movq ___mb_cur_max@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -100(%rbp) ## 4-byte Spill
movq -8(%rbp), %rax
movq %rax, -96(%rbp) ## 8-byte Spill
movl -12(%rbp), %eax
movl %eax, -84(%rbp) ## 4-byte Spill
leaq -30(%rbp), %rax
movq %rax, -80(%rbp) ## 8-byte Spill
movq -40(%rbp), %rax
movq %rax, -72(%rbp) ## 8-byte Spill
cmpq $0, -24(%rbp)
jne LBB0_13
## %bb.12:
leaq L_.str.2(%rip), %rax
movq %rax, -112(%rbp) ## 8-byte Spill
jmp LBB0_14
LBB0_13:
movq -24(%rbp), %rax
movq %rax, -112(%rbp) ## 8-byte Spill
LBB0_14:
movq -80(%rbp), %r9 ## 8-byte Reload
movl -84(%rbp), %r8d ## 4-byte Reload
movq -96(%rbp), %rcx ## 8-byte Reload
movl -100(%rbp), %edx ## 4-byte Reload
movq -72(%rbp), %rsi ## 8-byte Reload
movq -112(%rbp), %rdi ## 8-byte Reload
movq -48(%rbp), %r10
movq %rsp, %rax
movq %r10, 16(%rax)
movq %rdi, 8(%rax)
movq %rsi, (%rax)
leaq L_.str.1(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _errx
LBB0_15:
leaq _mbs(%rip), %rdi
callq _mbsinit
cmpl $0, %eax
jne LBB0_17
## %bb.16:
movq ___mb_cur_max@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq -8(%rbp), %rcx
movl -12(%rbp), %r8d
leaq L_.str.3(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _errx
LBB0_17:
callq ___error
cmpl $0, (%rax)
jne LBB0_20
## %bb.18:
cmpl $0, -16(%rbp)
jne LBB0_20
## %bb.19:
jmp LBB0_21
LBB0_20:
callq ___error
movl $0, (%rax)
leaq _mbs(%rip), %rdi
xorl %esi, %esi
movl $128, %edx
callq _memset
LBB0_21:
addq $144, %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.4(%rip), %rdi
xorl %edx, %edx
leaq L_.str.5(%rip), %rcx
movl %edx, %esi
callq _onetest
leaq L_.str.6(%rip), %rdi
movl $7, %esi
xorl %edx, %edx
leaq L_.str.7(%rip), %rcx
callq _onetest
leaq L_.str.8(%rip), %rcx
movl $65, %esi
xorl %edx, %edx
movq %rcx, %rdi
callq _onetest
leaq L_.str.9(%rip), %rdi
movl $127, %esi
xorl %edx, %edx
leaq L_.str.10(%rip), %rcx
callq _onetest
leaq L_.str.11(%rip), %rdi
movl $155, %esi
xorl %edx, %edx
leaq L_.str.12(%rip), %rcx
callq _onetest
leaq L_.str.13(%rip), %rdi
movl $256, %esi ## imm = 0x100
movl $92, %edx
xorl %eax, %eax
movl %eax, %ecx
callq _onetest
movl $2, %edi
leaq L_.str.14(%rip), %rsi
callq _setlocale
cmpq $0, %rax
jne LBB1_2
## %bb.1:
leaq L_.str.15(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _errx
LBB1_2:
leaq L_.str.6(%rip), %rdi
movl $7, %esi
xorl %edx, %edx
leaq L_.str.7(%rip), %rcx
callq _onetest
leaq L_.str.8(%rip), %rcx
movl $65, %esi
xorl %edx, %edx
movq %rcx, %rdi
callq _onetest
leaq L_.str.9(%rip), %rdi
movl $127, %esi
xorl %edx, %edx
leaq L_.str.10(%rip), %rcx
callq _onetest
leaq L_.str.11(%rip), %rdi
movl $155, %esi
xorl %edx, %edx
leaq L_.str.16(%rip), %rcx
callq _onetest
leaq L_.str.17(%rip), %rdi
movl $233, %esi
xorl %edx, %edx
leaq L_.str.18(%rip), %rcx
callq _onetest
leaq L_.str.19(%rip), %rdi
movl $53247, %esi ## imm = 0xCFFF
xorl %edx, %edx
leaq L_.str.20(%rip), %rcx
callq _onetest
leaq L_.str.21(%rip), %rdi
movl $55296, %esi ## imm = 0xD800
movl $92, %edx
xorl %eax, %eax
movl %eax, %ecx
callq _onetest
movl $2, %edi
leaq L_.str.22(%rip), %rsi
callq _setlocale
cmpq $0, %rax
jne LBB1_4
## %bb.3:
leaq L_.str.23(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _errx
LBB1_4:
movl $2, %edi
leaq L_.str.14(%rip), %rsi
callq _setlocale
cmpq $0, %rax
jne LBB1_6
## %bb.5:
leaq L_.str.26(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _errx
LBB1_6:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.zerofill __DATA,__bss,_mbs,128,3 ## @mbs
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d %s U+%04X"
L_.str.1: ## @.str.1
.asciz "%d %s U+%04X: %4.4s(%zd) != %4.4s(%zd)"
L_.str.2: ## @.str.2
.asciz "(NULL)"
L_.str.3: ## @.str.3
.asciz "%d %s U+%04X mbsinit"
L_.str.4: ## @.str.4
.asciz "NUL"
L_.str.5: ## @.str.5
.space 1
L_.str.6: ## @.str.6
.asciz "BEL"
L_.str.7: ## @.str.7
.asciz "\007"
L_.str.8: ## @.str.8
.asciz "A"
L_.str.9: ## @.str.9
.asciz "DEL"
L_.str.10: ## @.str.10
.asciz "\177"
L_.str.11: ## @.str.11
.asciz "CSI"
L_.str.12: ## @.str.12
.asciz "\233"
L_.str.13: ## @.str.13
.asciz "0x100"
L_.str.14: ## @.str.14
.asciz "en_US.UTF-8"
L_.str.15: ## @.str.15
.asciz "setlocale(UTF-8) failed"
L_.str.16: ## @.str.16
.asciz "\302\233"
L_.str.17: ## @.str.17
.asciz "0xe9"
L_.str.18: ## @.str.18
.asciz "\303\251"
L_.str.19: ## @.str.19
.asciz "0xcfff"
L_.str.20: ## @.str.20
.asciz "\354\277\277"
L_.str.21: ## @.str.21
.asciz "0xd800"
L_.str.22: ## @.str.22
.asciz "POSIX"
L_.str.23: ## @.str.23
.asciz "setlocale(POSIX) failed"
L_.str.24: ## @.str.24
.asciz "0xff"
L_.str.25: ## @.str.25
.asciz "\377"
L_.str.26: ## @.str.26
.asciz "second setlocale(UTF-8) failed"
L_.str.27: ## @.str.27
.asciz "U+13000"
L_.str.28: ## @.str.28
.asciz "\360\223\200\200"
.subsections_via_symbols
| the_stack_data/1223718.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, #-8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov x9, sp
mov x8, #8
str x8, [sp, #8] ; 8-byte Folded Spill
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x8, [sp, #8] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov x9, sp
mov x8, #4
str x8, [sp, #16] ; 8-byte Folded Spill
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x8, [sp, #8] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldr x8, [sp, #8] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldr x8, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
mov x9, sp
mov x8, #2
str x8, [x9]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
mov x9, sp
mov x8, #1
str x8, [x9]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
ldur w0, [x29, #-8] ; 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 "Dimensione long double: %d byte\n"
l_.str.1: ; @.str.1
.asciz "Dimensione double: %d byte\n"
l_.str.2: ; @.str.2
.asciz "Dimensione float: %d byte\n"
l_.str.3: ; @.str.3
.asciz "Dimensione long long: %d byte\n"
l_.str.4: ; @.str.4
.asciz "Dimensione long: %d byte\n"
l_.str.5: ; @.str.5
.asciz "Dimensione int: %d byte\n"
l_.str.6: ; @.str.6
.asciz "Dimensione short: %d byte\n"
l_.str.7: ; @.str.7
.asciz "Dimensione char: %d byte\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
movl $16, %esi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
movl $8, %esi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
movl $4, %esi
movb $0, %al
callq _printf
leaq L_.str.3(%rip), %rdi
movl $8, %esi
movb $0, %al
callq _printf
leaq L_.str.4(%rip), %rdi
movl $8, %esi
movb $0, %al
callq _printf
leaq L_.str.5(%rip), %rdi
movl $4, %esi
movb $0, %al
callq _printf
leaq L_.str.6(%rip), %rdi
movl $2, %esi
movb $0, %al
callq _printf
leaq L_.str.7(%rip), %rdi
movl $1, %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 "Dimensione long double: %d byte\n"
L_.str.1: ## @.str.1
.asciz "Dimensione double: %d byte\n"
L_.str.2: ## @.str.2
.asciz "Dimensione float: %d byte\n"
L_.str.3: ## @.str.3
.asciz "Dimensione long long: %d byte\n"
L_.str.4: ## @.str.4
.asciz "Dimensione long: %d byte\n"
L_.str.5: ## @.str.5
.asciz "Dimensione int: %d byte\n"
L_.str.6: ## @.str.6
.asciz "Dimensione short: %d byte\n"
L_.str.7: ## @.str.7
.asciz "Dimensione char: %d byte\n"
.subsections_via_symbols
| the_stack_data/9207.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
bl _testStaticImplicit
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #4
cset w8, eq
and w0, w8, #0x1
bl _clang_analyzer_eval
bl _testStaticImplicit
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 _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
subq $16, %rsp
callq _testStaticImplicit
movl %eax, -4(%rbp)
cmpl $4, -4(%rbp)
sete %al
andb $1, %al
movzbl %al, %edi
callq _clang_analyzer_eval
callq _testStaticImplicit
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/153267054.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]
mov x9, sp
mov x8, #-1
str x8, [x9]
mov w0, #111
bl _syscall
stur w0, [x29, #-8]
ldur w8, [x29, #-8]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
bl ___error
ldr w8, [x0]
subs w8, w8, #14
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
stur x8, [x29, #-16] ; 8-byte Folded Spill
bl ___error
ldur x10, [x29, #-16] ; 8-byte Folded Reload
ldr w9, [x0]
; 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
mov w8, #1
stur w8, [x29, #-4]
b LBB0_10
LBB0_3:
mov x9, sp
mov x8, #3
str x8, [x9]
mov x8, #-1
str x8, [x9, #8]
str x8, [x9, #16]
mov w0, #48
bl _syscall
stur w0, [x29, #-8]
ldur w8, [x29, #-8]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
bl ___error
ldr w8, [x0]
subs w8, w8, #14
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
stur x8, [x29, #-24] ; 8-byte Folded Spill
bl ___error
ldur x10, [x29, #-24] ; 8-byte Folded Reload
ldr w9, [x0]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov w8, #1
stur w8, [x29, #-4]
b LBB0_10
LBB0_6:
mov x9, sp
mov x8, #30
str x8, [x9]
mov x8, #-1
str x8, [x9, #8]
str x8, [x9, #16]
mov w0, #46
bl _syscall
stur w0, [x29, #-8]
ldur w8, [x29, #-8]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
bl ___error
ldr w8, [x0]
subs w8, w8, #14
cset w8, eq
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #32] ; 8-byte Folded Spill
bl ___error
ldr x10, [sp, #32] ; 8-byte Folded Reload
ldr w9, [x0]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w8, #1
stur w8, [x29, #-4]
b LBB0_10
LBB0_9:
stur wzr, [x29, #-4]
b LBB0_10
LBB0_10:
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 "SYS_sigsuspend did not return EFAULT: ret=%d, errno=%d\n"
l_.str.1: ; @.str.1
.asciz "SYS_sigprocmask did not return EFAULT: ret=%d, errno=%d\n"
l_.str.2: ; @.str.2
.asciz "SYS_sigaction did not return EFAULT: ret=%d, errno=%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 $111, %edi
movl $4294967295, %esi ## imm = 0xFFFFFFFF
movb $0, %al
callq _syscall
movl %eax, -8(%rbp)
cmpl $-1, -8(%rbp)
jne LBB0_2
## %bb.1:
callq ___error
cmpl $14, (%rax)
je LBB0_3
LBB0_2:
movl -8(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
callq ___error
movl -12(%rbp), %esi ## 4-byte Reload
movl (%rax), %edx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $1, -4(%rbp)
jmp LBB0_10
LBB0_3:
movl $48, %edi
movl $3, %esi
movl $4294967295, %ecx ## imm = 0xFFFFFFFF
movl %ecx, %edx
movb $0, %al
callq _syscall
movl %eax, -8(%rbp)
cmpl $-1, -8(%rbp)
jne LBB0_5
## %bb.4:
callq ___error
cmpl $14, (%rax)
je LBB0_6
LBB0_5:
movl -8(%rbp), %eax
movl %eax, -16(%rbp) ## 4-byte Spill
callq ___error
movl -16(%rbp), %esi ## 4-byte Reload
movl (%rax), %edx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movl $1, -4(%rbp)
jmp LBB0_10
LBB0_6:
movl $46, %edi
movl $30, %esi
movl $4294967295, %ecx ## imm = 0xFFFFFFFF
movl %ecx, %edx
movb $0, %al
callq _syscall
movl %eax, -8(%rbp)
cmpl $-1, -8(%rbp)
jne LBB0_8
## %bb.7:
callq ___error
cmpl $14, (%rax)
je LBB0_9
LBB0_8:
movl -8(%rbp), %eax
movl %eax, -20(%rbp) ## 4-byte Spill
callq ___error
movl -20(%rbp), %esi ## 4-byte Reload
movl (%rax), %edx
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $1, -4(%rbp)
jmp LBB0_10
LBB0_9:
movl $0, -4(%rbp)
LBB0_10:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "SYS_sigsuspend did not return EFAULT: ret=%d, errno=%d\n"
L_.str.1: ## @.str.1
.asciz "SYS_sigprocmask did not return EFAULT: ret=%d, errno=%d\n"
L_.str.2: ## @.str.2
.asciz "SYS_sigaction did not return EFAULT: ret=%d, errno=%d\n"
.subsections_via_symbols
| the_stack_data/12638525.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]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #16
str x8, [x9]
sub x8, x29, #24
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
ldur d0, [x29, #-16]
ldur d1, [x29, #-24]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_3
b LBB0_1
LBB0_1:
ldur d0, [x29, #-16]
ldr d1, [sp, #32]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
ldur d0, [x29, #-16]
mov x8, sp
str d0, [x8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_3
LBB0_3:
ldur d0, [x29, #-24]
ldur d1, [x29, #-16]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4:
ldur d0, [x29, #-24]
ldr d1, [sp, #32]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldur d0, [x29, #-24]
mov x8, sp
str d0, [x8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_6
LBB0_6:
ldr d0, [sp, #32]
ldur d1, [x29, #-16]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_9
b LBB0_7
LBB0_7:
ldr d0, [sp, #32]
ldur d1, [x29, #-24]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8:
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
b LBB0_9
LBB0_9:
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 "Enter three different numbers: "
l_.str.1: ; @.str.1
.asciz "%lf %lf %lf"
l_.str.2: ; @.str.2
.asciz "%.2f is the largest 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)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -16(%rbp), %rsi
leaq -24(%rbp), %rdx
leaq -32(%rbp), %rcx
movb $0, %al
callq _scanf
movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -24(%rbp), %xmm0
jb LBB0_3
## %bb.1:
movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -32(%rbp), %xmm0
jb LBB0_3
## %bb.2:
movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str.2(%rip), %rdi
movb $1, %al
callq _printf
LBB0_3:
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -16(%rbp), %xmm0
jb LBB0_6
## %bb.4:
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -32(%rbp), %xmm0
jb LBB0_6
## %bb.5:
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str.2(%rip), %rdi
movb $1, %al
callq _printf
LBB0_6:
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -16(%rbp), %xmm0
jb LBB0_9
## %bb.7:
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -24(%rbp), %xmm0
jb LBB0_9
## %bb.8:
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str.2(%rip), %rdi
movb $1, %al
callq _printf
LBB0_9:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter three different numbers: "
L_.str.1: ## @.str.1
.asciz "%lf %lf %lf"
L_.str.2: ## @.str.2
.asciz "%.2f is the largest number."
.subsections_via_symbols
| the_stack_data/218893228.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]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
mov x9, sp
sub x8, x29, #16
str x8, [x9]
sub x8, x29, #24
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
adds w8, w0, #1
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur x0, [x29, #-16]
ldur x1, [x29, #-24]
add x2, sp, #32
bl _tmult_ok
str w0, [sp, #28]
ldr x10, [sp, #32]
ldr w9, [sp, #28]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_1
LBB0_3:
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 "%ld%ld"
l_.str.1: ; @.str.1
.asciz "z = %ld, p = %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)
LBB0_1: ## =>This Inner Loop Header: Depth=1
leaq L_.str(%rip), %rdi
leaq -16(%rbp), %rsi
leaq -24(%rbp), %rdx
movb $0, %al
callq _scanf
cmpl $-1, %eax
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rdi
movq -24(%rbp), %rsi
leaq -32(%rbp), %rdx
callq _tmult_ok
movl %eax, -36(%rbp)
movq -32(%rbp), %rsi
movl -36(%rbp), %edx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_1
LBB0_3:
xorl %eax, %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%ld%ld"
L_.str.1: ## @.str.1
.asciz "z = %ld, p = %d\n"
.subsections_via_symbols
| the_stack_data/132951728.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]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #4660
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
movl $4660, %eax ## imm = 0x1234
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/37636958.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
ldur w8, [x29, #-8]
subs w8, w8, #30
cset w8, gt
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldur w8, [x29, #-8]
mov w9, #50
mul w8, w8, w9
scvtf s0, w8
stur s0, [x29, #-12]
b LBB0_3
LBB0_2:
ldur w8, [x29, #-8]
subs w8, w8, #30
mov w9, #40
mul w8, w8, w9
add w8, w8, #1500
scvtf s0, w8
stur s0, [x29, #-12]
b LBB0_3
LBB0_3:
ldur s0, [x29, #-12]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@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 the distance : "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Amount is = %.1f"
.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
cmpl $30, -8(%rbp)
jg LBB0_2
## %bb.1:
imull $50, -8(%rbp), %eax
cvtsi2ss %eax, %xmm0
movss %xmm0, -12(%rbp)
jmp LBB0_3
LBB0_2:
movl -8(%rbp), %eax
subl $30, %eax
imull $40, %eax, %eax
addl $1500, %eax ## imm = 0x5DC
cvtsi2ss %eax, %xmm0
movss %xmm0, -12(%rbp)
LBB0_3:
movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.2(%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 "Enter the distance : "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Amount is = %.1f"
.subsections_via_symbols
| the_stack_data/40899.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]
stur wzr, [x29, #-20]
str xzr, [sp, #16]
mov x8, #1
str x8, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x9, [sp, #8]
add x8, x9, #1
str x8, [sp, #8]
ldr x8, [sp, #16]
add x8, x8, x9
str x8, [sp, #16]
ldr x0, [sp, #16]
bl _getDivisors
stur w0, [x29, #-20]
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-20]
subs w8, w8, #500
cset w8, le
tbnz w8, #0, LBB0_1
b LBB0_3
LBB0_3:
ldr x8, [sp, #16]
mov x9, sp
str x8, [x9]
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
.globl _getDivisors ; -- Begin function getDivisors
.p2align 2
_getDivisors: ; @getDivisors
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
mov w8, #1
str w8, [sp, #20]
ldr d0, [sp, #24]
ucvtf d0, d0
fmov d1, #0.50000000
fmul d0, d0, d1
fcvtzu x9, d0
str x9, [sp, #8]
str w8, [sp, #4]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldrsw x8, [sp, #4]
ldr x9, [sp, #8]
subs x8, x8, x9
cset w8, hi
tbnz w8, #0, LBB1_6
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #24]
ldrsw x10, [sp, #4]
udiv x9, x8, x10
mul x9, x9, x10
subs x8, x8, x9
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_4
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_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB1_1
LBB1_6:
ldr w0, [sp, #20]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Result: %lu\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 $0, -20(%rbp)
movq $0, -32(%rbp)
movq $1, -40(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -40(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -40(%rbp)
addq -32(%rbp), %rax
movq %rax, -32(%rbp)
movq -32(%rbp), %rdi
callq _getDivisors
movl %eax, -20(%rbp)
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
cmpl $500, -20(%rbp) ## imm = 0x1F4
jle LBB0_1
## %bb.3:
movq -32(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function getDivisors
LCPI1_0:
.long 1127219200 ## 0x43300000
.long 1160773632 ## 0x45300000
.long 0 ## 0x0
.long 0 ## 0x0
LCPI1_1:
.quad 0x4330000000000000 ## double 4503599627370496
.quad 0x4530000000000000 ## double 1.9342813113834067E+25
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI1_2:
.quad 0x3fe0000000000000 ## double 0.5
LCPI1_3:
.quad 0x43e0000000000000 ## double 9.2233720368547758E+18
.section __TEXT,__text,regular,pure_instructions
.globl _getDivisors
.p2align 4, 0x90
_getDivisors: ## @getDivisors
.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 $1, -12(%rbp)
movaps LCPI1_0(%rip), %xmm1 ## xmm1 = [1127219200,1160773632,0,0]
movq -8(%rbp), %xmm0 ## xmm0 = mem[0],zero
punpckldq %xmm1, %xmm0 ## xmm0 = xmm0[0],xmm1[0],xmm0[1],xmm1[1]
movapd LCPI1_1(%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 LCPI1_2(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movaps %xmm0, %xmm1
cvttsd2si %xmm1, %rax
movq %rax, %rdx
sarq $63, %rdx
movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd %xmm1, %xmm0
cvttsd2si %xmm0, %rcx
andq %rdx, %rcx
orq %rcx, %rax
movq %rax, -24(%rbp)
movl $1, -28(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movslq -28(%rbp), %rax
cmpq -24(%rbp), %rax
ja LBB1_6
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -8(%rbp), %rax
movslq -28(%rbp), %rcx
xorl %edx, %edx
## kill: def $rdx killed $edx
divq %rcx
cmpq $0, %rdx
jne LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_5
LBB1_5: ## in Loop: Header=BB1_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB1_1
LBB1_6:
movl -12(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Result: %lu\n"
.subsections_via_symbols
| the_stack_data/7950238.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _strlen ; -- Begin function strlen
.p2align 2
_strlen: ; @strlen
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
str wzr, [sp, #4]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
ldrsw x9, [sp, #4]
ldrsb w8, [x8, x9]
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 w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_1
LBB0_3:
ldr w0, [sp, #4]
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 w8, #0
str w8, [sp, #12] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x8, l___const.main.s@PAGE
add x8, x8, l___const.main.s@PAGEOFF
ldr w9, [x8]
sub x0, x29, #12
stur w9, [x29, #-12]
ldur w8, [x8, #3]
stur w8, [x0, #3]
bl _strlen
str w0, [sp, #16]
ldr w9, [sp, #16]
; 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
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___const.main.s: ; @__const.main.s
.asciz "123456"
l_.str: ; @.str
.asciz "%i"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _strlen ## -- Begin function strlen
.p2align 4, 0x90
_strlen: ## @strlen
.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 $0, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_3:
movl -12(%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 L___const.main.s(%rip), %eax
movl %eax, -11(%rbp)
movw L___const.main.s+4(%rip), %ax
movw %ax, -7(%rbp)
movb L___const.main.s+6(%rip), %al
movb %al, -5(%rbp)
leaq -11(%rbp), %rdi
callq _strlen
movl %eax, -16(%rbp)
movl -16(%rbp), %esi
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.s: ## @__const.main.s
.asciz "123456"
L_.str: ## @.str
.asciz "%i"
.subsections_via_symbols
| the_stack_data/184517269.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.comm _sw_state_resmgr_cfile,4,2 ; @sw_state_resmgr_cfile
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.comm _sw_state_resmgr_cfile,4,2 ## @sw_state_resmgr_cfile
.subsections_via_symbols
| the_stack_data/36990.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
mov w8, #0
stur w8, [x29, #-20] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
mov x8, sp
mov x9, #256
str x9, [x8]
mov x9, #-16657
movk x9, #57005, lsl #16
str x9, [x8, #8]
mov x9, #1
str x9, [x8, #16]
str xzr, [x8, #24]
mov w0, #368
bl _syscall
ldur w0, [x29, #-20] ; 4-byte Folded Reload
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
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)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $368, %edi ## imm = 0x170
movl $256, %esi ## imm = 0x100
movl $3735928559, %edx ## imm = 0xDEADBEEF
movl $1, %ecx
xorl %r8d, %r8d
movb $0, %al
callq _syscall
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/1265143.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/848411.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _error ; -- Begin function error
.p2align 2
_error: ; @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]
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
ldr x0, [x8]
ldr x8, [sp, #8]
mov x9, sp
str x8, [x9]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fprintf
mov w0, #1
bl _exit
.cfi_endproc
; -- End function
.globl _insert_first ; -- Begin function insert_first
.p2align 2
_insert_first: ; @insert_first
.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 w8, [x29, #-12]
ldr x9, [sp, #8]
str w8, [x9]
ldur x8, [x29, #-8]
ldr x9, [sp, #8]
str x8, [x9, #8]
ldr x8, [sp, #8]
stur x8, [x29, #-8]
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _insert ; -- Begin function insert
.p2align 2
_insert: ; @insert
.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]
mov x0, #16
bl _malloc
str x0, [sp]
ldr w8, [sp, #12]
ldr x9, [sp]
str w8, [x9]
ldr x8, [sp, #16]
ldr x8, [x8, #8]
ldr x9, [sp]
str x8, [x9, #8]
ldr x8, [sp]
ldr x9, [sp, #16]
str x8, [x9, #8]
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _delete_first ; -- Begin function delete_first
.p2align 2
_delete_first: ; @delete_first
.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]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
; kill: def $x8 killed $xzr
stur xzr, [x29, #-8]
b LBB3_3
LBB3_2:
ldr x8, [sp, #16]
str x8, [sp, #8]
ldr x8, [sp, #8]
ldr x8, [x8, #8]
str x8, [sp, #16]
ldr x0, [sp, #8]
bl _free
ldr x8, [sp, #16]
stur x8, [x29, #-8]
b LBB3_3
LBB3_3:
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _delete ; -- Begin function delete
.p2align 2
_delete: ; @delete
.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]
ldr x8, [sp, #16]
ldr x8, [x8, #8]
str x8, [sp, #8]
ldr x8, [sp, #8]
ldr x8, [x8, #8]
ldr x9, [sp, #16]
str x8, [x9, #8]
ldr x0, [sp, #8]
bl _free
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _print_list ; -- Begin function print_list
.p2align 2
_print_list: ; @print_list
.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]
str x8, [sp, #16]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB5_4
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
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
b LBB5_3
LBB5_3: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
ldr x8, [x8, #8]
str x8, [sp, #16]
b LBB5_1
LBB5_4:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
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 wzr, [x29, #-4]
; kill: def $x8 killed $xzr
str xzr, [sp, #16]
str wzr, [sp, #12]
b LBB6_1
LBB6_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB6_4
b LBB6_2
LBB6_2: ; in Loop: Header=BB6_1 Depth=1
ldr x0, [sp, #16]
ldr w1, [sp, #12]
bl _insert_first
str x0, [sp, #16]
ldr x0, [sp, #16]
bl _print_list
b LBB6_3
LBB6_3: ; in Loop: Header=BB6_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB6_1
LBB6_4:
str wzr, [sp, #8]
b LBB6_5
LBB6_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB6_8
b LBB6_6
LBB6_6: ; in Loop: Header=BB6_5 Depth=1
ldr x0, [sp, #16]
bl _delete_first
str x0, [sp, #16]
ldr x0, [sp, #16]
bl _print_list
b LBB6_7
LBB6_7: ; in Loop: Header=BB6_5 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB6_5
LBB6_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 "%s\n"
l_.str.1: ; @.str.1
.asciz "%d->"
l_.str.2: ; @.str.2
.asciz "NULL \n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _error ## -- Begin function error
.p2align 4, 0x90
_error: ## @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 ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -8(%rbp), %rdx
leaq L_.str(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _fprintf
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _insert_first ## -- Begin function insert_first
.p2align 4, 0x90
_insert_first: ## @insert_first
.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)
movl -12(%rbp), %ecx
movq -24(%rbp), %rax
movl %ecx, (%rax)
movq -8(%rbp), %rcx
movq -24(%rbp), %rax
movq %rcx, 8(%rax)
movq -24(%rbp), %rax
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _insert ## -- Begin function insert
.p2align 4, 0x90
_insert: ## @insert
.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 $16, %edi
callq _malloc
movq %rax, -32(%rbp)
movl -20(%rbp), %ecx
movq -32(%rbp), %rax
movl %ecx, (%rax)
movq -16(%rbp), %rax
movq 8(%rax), %rcx
movq -32(%rbp), %rax
movq %rcx, 8(%rax)
movq -32(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 8(%rax)
movq -8(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _delete_first ## -- Begin function delete_first
.p2align 4, 0x90
_delete_first: ## @delete_first
.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)
cmpq $0, -16(%rbp)
jne LBB3_2
## %bb.1:
movq $0, -8(%rbp)
jmp LBB3_3
LBB3_2:
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -16(%rbp)
movq -24(%rbp), %rdi
callq _free
movq -16(%rbp), %rax
movq %rax, -8(%rbp)
LBB3_3:
movq -8(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _delete ## -- Begin function delete
.p2align 4, 0x90
_delete: ## @delete
.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 -16(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movq 8(%rax), %rcx
movq -16(%rbp), %rax
movq %rcx, 8(%rax)
movq -24(%rbp), %rdi
callq _free
movq -8(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _print_list ## -- Begin function print_list
.p2align 4, 0x90
_print_list: ## @print_list
.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, -16(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
cmpq $0, -16(%rbp)
je LBB5_4
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
movl (%rax), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -16(%rbp)
jmp LBB5_1
LBB5_4:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
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 $32, %rsp
movl $0, -4(%rbp)
movq $0, -16(%rbp)
movl $0, -20(%rbp)
LBB6_1: ## =>This Inner Loop Header: Depth=1
cmpl $5, -20(%rbp)
jge LBB6_4
## %bb.2: ## in Loop: Header=BB6_1 Depth=1
movq -16(%rbp), %rdi
movl -20(%rbp), %esi
callq _insert_first
movq %rax, -16(%rbp)
movq -16(%rbp), %rdi
callq _print_list
## %bb.3: ## in Loop: Header=BB6_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB6_1
LBB6_4:
movl $0, -24(%rbp)
LBB6_5: ## =>This Inner Loop Header: Depth=1
cmpl $5, -24(%rbp)
jge LBB6_8
## %bb.6: ## in Loop: Header=BB6_5 Depth=1
movq -16(%rbp), %rdi
callq _delete_first
movq %rax, -16(%rbp)
movq -16(%rbp), %rdi
callq _print_list
## %bb.7: ## in Loop: Header=BB6_5 Depth=1
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB6_5
LBB6_8:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s\n"
L_.str.1: ## @.str.1
.asciz "%d->"
L_.str.2: ## @.str.2
.asciz "NULL \n"
.subsections_via_symbols
| the_stack_data/217514.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
adrp x8, _q@GOTPAGE
ldr x8, [x8, _q@GOTPAGEOFF]
ldr x8, [x8]
str x8, [sp, #24]
ldr x8, [sp, #16]
str x8, [sp, #8]
mov w0, #0
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.comm _q,8,3 ; @q
.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
movq _q@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _q,8,3 ## @q
.subsections_via_symbols
| the_stack_data/131557.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]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldr w8, [sp, #8]
mov w10, #4
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr w8, [sp, #8]
mov w10, #100
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
ldr w8, [sp, #8]
mov w10, #400
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:
ldr w9, [sp, #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
b LBB0_5
LBB0_4:
ldr w9, [sp, #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_5
LBB0_5:
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 "Vnesi godina: \n"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d e prestapna.\n"
l_.str.3: ; @.str.3
.asciz "%d e prosta.\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
movl -8(%rbp), %eax
movl $4, %ecx
cltd
idivl %ecx
cmpl $0, %edx
jne LBB0_2
## %bb.1:
movl -8(%rbp), %eax
movl $100, %ecx
cltd
idivl %ecx
cmpl $0, %edx
jne LBB0_3
LBB0_2:
movl -8(%rbp), %eax
movl $400, %ecx ## imm = 0x190
cltd
idivl %ecx
cmpl $0, %edx
jne LBB0_4
LBB0_3:
movl -8(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_5
LBB0_4:
movl -8(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB0_5:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Vnesi godina: \n"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d e prestapna.\n"
L_.str.3: ## @.str.3
.asciz "%d e prosta.\n"
.subsections_via_symbols
| the_stack_data/73576625.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]
mov w0, #14
adrp x1, _handler@PAGE
add x1, x1, _handler@PAGEOFF
bl _signal
mov w0, #1
bl _alarm
bl _pause
bl _pause
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 handler
_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]
bl _abort
.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)
movl $14, %edi
leaq _handler(%rip), %rsi
callq _signal
movl $1, %edi
callq _alarm
callq _pause
callq _pause
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function handler
_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)
callq _abort
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/827127.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _inverse ; -- Begin function inverse
.p2align 2
_inverse: ; @inverse
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #40]
str w1, [sp, #36]
ldr x8, [sp, #40]
str x8, [sp, #24]
ldr x8, [sp, #24]
ldrsw x9, [sp, #36]
add x8, x8, x9, lsl #2
subs x8, x8, #4
str x8, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
ldr x9, [sp, #16]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
ldr w8, [x8]
str w8, [sp, #12]
ldr x8, [sp, #16]
ldr w8, [x8]
ldr x9, [sp, #24]
str w8, [x9]
ldr w8, [sp, #12]
ldr x9, [sp, #16]
str w8, [x9]
ldr x8, [sp, #24]
add x8, x8, #4
str x8, [sp, #24]
ldr x8, [sp, #16]
subs x8, x8, #4
str x8, [sp, #16]
b LBB0_1
LBB0_3:
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, #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]
adrp x8, l___const.main.t@PAGE
add x8, x8, l___const.main.t@PAGEOFF
ldr q0, [x8]
add x0, sp, #32
str q0, [sp, #32]
ldr x8, [x8, #16]
str x8, [sp, #48]
mov w1, #6
bl _inverse
ldr w8, [sp, #32]
; implicit-def: $x11
mov x11, x8
ldr w8, [sp, #36]
; implicit-def: $x10
mov x10, x8
ldr w9, [sp, #40]
; 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, LBB1_2
b LBB1_1
LBB1_1:
bl ___stack_chk_fail
LBB1_2:
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
.p2align 2 ; @__const.main.t
l___const.main.t:
.long 1 ; 0x1
.long 2 ; 0x2
.long 3 ; 0x3
.long 4 ; 0x4
.long 5 ; 0x5
.long 6 ; 0x6
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%i - %i - %i \n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _inverse ## -- Begin function inverse
.p2align 4, 0x90
_inverse: ## @inverse
.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)
movq -8(%rbp), %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movslq -12(%rbp), %rcx
shlq $2, %rcx
addq %rcx, %rax
addq $-4, %rax
movq %rax, -32(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -24(%rbp), %rax
cmpq -32(%rbp), %rax
jae LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movl (%rax), %eax
movl %eax, -36(%rbp)
movq -32(%rbp), %rax
movl (%rax), %ecx
movq -24(%rbp), %rax
movl %ecx, (%rax)
movl -36(%rbp), %ecx
movq -32(%rbp), %rax
movl %ecx, (%rax)
movq -24(%rbp), %rax
addq $4, %rax
movq %rax, -24(%rbp)
movq -32(%rbp), %rax
addq $-4, %rax
movq %rax, -32(%rbp)
jmp LBB0_1
LBB0_3:
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
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq l___const.main.t(%rip), %rax
movq %rax, -32(%rbp)
movq l___const.main.t+8(%rip), %rax
movq %rax, -24(%rbp)
movq l___const.main.t+16(%rip), %rax
movq %rax, -16(%rbp)
leaq -32(%rbp), %rdi
movl $6, %esi
callq _inverse
movl -32(%rbp), %esi
movl -28(%rbp), %edx
movl -24(%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 LBB1_2
## %bb.1:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
LBB1_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 4 ## @__const.main.t
l___const.main.t:
.long 1 ## 0x1
.long 2 ## 0x2
.long 3 ## 0x3
.long 4 ## 0x4
.long 5 ## 0x5
.long 6 ## 0x6
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%i - %i - %i \n"
.subsections_via_symbols
| the_stack_data/12636615.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
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #16]
ldr x0, [sp, #16]
bl _getc
strb w0, [sp, #15]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldrsb w8, [sp, #15]
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldrsb w0, [sp, #15]
bl _putchar
ldr x0, [sp, #16]
bl _getc
strb w0, [sp, #15]
b LBB0_1
LBB0_3:
ldr x0, [sp, #16]
bl _fclose
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 "file1.txt"
l_.str.1: ; @.str.1
.asciz "r"
.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 L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -16(%rbp)
movq -16(%rbp), %rdi
callq _getc
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movsbl -17(%rbp), %eax
cmpl $-1, %eax
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movsbl -17(%rbp), %edi
callq _putchar
movq -16(%rbp), %rdi
callq _getc
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
jmp LBB0_1
LBB0_3:
movq -16(%rbp), %rdi
callq _fclose
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "file1.txt"
L_.str.1: ## @.str.1
.asciz "r"
.subsections_via_symbols
| the_stack_data/29824760.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _test ; -- Begin function test
.p2align 2
_test: ; @test
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
ldr x9, [sp, #8]
adrp x8, l_.str@PAGE
add x8, x8, l_.str@PAGEOFF
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
b LBB0_5
LBB0_2:
ldr x8, [sp, #8]
adrp x9, l_.str@PAGE
add x9, x9, l_.str@PAGEOFF
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
b LBB0_5
LBB0_4:
b LBB0_5
LBB0_5:
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "/"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _test ## -- Begin function test
.p2align 4, 0x90
_test: ## @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)
leaq L_.str(%rip), %rax
cmpq -8(%rbp), %rax
je LBB0_2
## %bb.1:
jmp LBB0_5
LBB0_2:
leaq L_.str(%rip), %rax
cmpq %rax, -8(%rbp)
jne LBB0_4
## %bb.3:
jmp LBB0_5
LBB0_4:
jmp LBB0_5
LBB0_5:
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "/"
.subsections_via_symbols
| the_stack_data/51699250.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _findIntersection ; -- Begin function findIntersection
.p2align 2
_findIntersection: ; @findIntersection
.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, #14512
movk w9, #1, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #19, lsl #12 ; =77824
sub sp, sp, #2224
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #32]
str x1, [sp, #24]
add x0, sp, #40
mov x1, #14464
movk x1, #1, lsl #16
bl _bzero
str wzr, [sp, #20]
str wzr, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
mov w9, #20000
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_7
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #16]
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_5
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #16]
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #16]
mov w9, #10000
subs w8, w8, w9
ldrsw x10, [sp, #20]
add x9, sp, #40
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_1
LBB0_7:
ldr w8, [sp, #20]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_14
LBB0_9:
str wzr, [sp, #12]
b LBB0_10
LBB0_10: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_13
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_10 Depth=1
ldrsw x9, [sp, #12]
add x8, sp, #40
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 LBB0_12
LBB0_12: ; in Loop: Header=BB0_10 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_10
LBB0_13:
b LBB0_14
LBB0_14:
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_16
b LBB0_15
LBB0_15:
bl ___stack_chk_fail
LBB0_16:
add sp, sp, #19, lsl #12 ; =77824
add sp, sp, #2224
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _findUnion ; -- Begin function findUnion
.p2align 2
_findUnion: ; @findUnion
.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, #14512
movk w9, #1, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #19, lsl #12 ; =77824
sub sp, sp, #2224
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #32]
str x1, [sp, #24]
add x0, sp, #40
mov x1, #14464
movk x1, #1, lsl #16
bl _bzero
str wzr, [sp, #20]
str wzr, [sp, #16]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
mov w9, #20000
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_7
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #16]
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #0
cset w8, gt
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #16]
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
mov w9, #10000
subs w8, w8, w9
ldrsw x10, [sp, #20]
add x9, sp, #40
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_1
LBB1_7:
str wzr, [sp, #12]
b LBB1_8
LBB1_8: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_11
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_8 Depth=1
ldrsw x9, [sp, #12]
add x8, sp, #40
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_10
LBB1_10: ; in Loop: Header=BB1_8 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_8
LBB1_11:
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_13
b LBB1_12
LBB1_12:
bl ___stack_chk_fail
LBB1_13:
add sp, sp, #19, lsl #12 ; =77824
add sp, sp, #2224
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:
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, #29072
movk w9, #2, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #39, lsl #12 ; =159744
sub sp, sp, #400
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, #19, lsl #12 ; =77824
add x0, x0, #2272
mov x1, #14504
movk x1, #1, lsl #16
str x1, [sp, #24] ; 8-byte Folded Spill
bl _bzero
ldr x1, [sp, #24] ; 8-byte Folded Reload
add x0, sp, #56
bl _bzero
mov x9, sp
add x8, sp, #48
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
str wzr, [sp, #36]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #36]
ldr w9, [sp, #48]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
mov x9, sp
add x8, sp, #40
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr w8, [sp, #40]
mov w9, #10000
add w9, w8, w9
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2272
add x9, x8, w9, sxtw #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #36]
add w8, w8, #1
str w8, [sp, #36]
b LBB2_1
LBB2_4:
mov x9, sp
add x8, sp, #44
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
str wzr, [sp, #32]
b LBB2_5
LBB2_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
ldr w9, [sp, #44]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_8
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_5 Depth=1
mov x9, sp
add x8, sp, #40
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr w8, [sp, #40]
mov w9, #10000
add w9, w8, w9
add x8, sp, #56
add x9, x8, w9, sxtw #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
b LBB2_7
LBB2_7: ; in Loop: Header=BB2_5 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB2_5
LBB2_8:
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2272
str x0, [sp, #16] ; 8-byte Folded Spill
add x1, sp, #56
str x1, [sp, #8] ; 8-byte Folded Spill
bl _findIntersection
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldr x1, [sp, #8] ; 8-byte Folded Reload
ldr x0, [sp, #16] ; 8-byte Folded Reload
bl _findUnion
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_10
b LBB2_9
LBB2_9:
bl ___stack_chk_fail
LBB2_10:
mov w0, #0
add sp, sp, #39, lsl #12 ; =159744
add sp, sp, #400
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 "Empty"
l_.str.1: ; @.str.1
.asciz "%d "
l_.str.2: ; @.str.2
.asciz "%d"
l_.str.3: ; @.str.3
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _findIntersection ## -- Begin function findIntersection
.p2align 4, 0x90
_findIntersection: ## @findIntersection
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $80048, %eax ## imm = 0x138B0
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -80024(%rbp)
movq %rsi, -80032(%rbp)
leaq -80016(%rbp), %rdi
xorl %esi, %esi
movl $80000, %edx ## imm = 0x13880
callq _memset
movl $0, -80036(%rbp)
movl $0, -80040(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $20000, -80040(%rbp) ## imm = 0x4E20
jge LBB0_7
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -80024(%rbp), %rax
movslq -80040(%rbp), %rcx
cmpl $0, (%rax,%rcx,4)
jle LBB0_5
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movq -80032(%rbp), %rax
movslq -80040(%rbp), %rcx
cmpl $0, (%rax,%rcx,4)
jle LBB0_5
## %bb.4: ## in Loop: Header=BB0_1 Depth=1
movl -80040(%rbp), %ecx
subl $10000, %ecx ## imm = 0x2710
movslq -80036(%rbp), %rax
movl %ecx, -80016(%rbp,%rax,4)
movl -80036(%rbp), %eax
addl $1, %eax
movl %eax, -80036(%rbp)
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_6
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movl -80040(%rbp), %eax
addl $1, %eax
movl %eax, -80040(%rbp)
jmp LBB0_1
LBB0_7:
cmpl $0, -80036(%rbp)
jne LBB0_9
## %bb.8:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_14
LBB0_9:
movl $0, -80044(%rbp)
LBB0_10: ## =>This Inner Loop Header: Depth=1
movl -80044(%rbp), %eax
cmpl -80036(%rbp), %eax
jge LBB0_13
## %bb.11: ## in Loop: Header=BB0_10 Depth=1
movslq -80044(%rbp), %rax
movl -80016(%rbp,%rax,4), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.12: ## in Loop: Header=BB0_10 Depth=1
movl -80044(%rbp), %eax
addl $1, %eax
movl %eax, -80044(%rbp)
jmp LBB0_10
LBB0_13:
jmp LBB0_14
LBB0_14:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_16
## %bb.15:
addq $80048, %rsp ## imm = 0x138B0
popq %rbp
retq
LBB0_16:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _findUnion ## -- Begin function findUnion
.p2align 4, 0x90
_findUnion: ## @findUnion
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $80048, %eax ## imm = 0x138B0
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -80024(%rbp)
movq %rsi, -80032(%rbp)
leaq -80016(%rbp), %rdi
xorl %esi, %esi
movl $80000, %edx ## imm = 0x13880
callq _memset
movl $0, -80036(%rbp)
movl $0, -80040(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $20000, -80040(%rbp) ## imm = 0x4E20
jge LBB1_7
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -80024(%rbp), %rax
movslq -80040(%rbp), %rcx
cmpl $0, (%rax,%rcx,4)
jg LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movq -80032(%rbp), %rax
movslq -80040(%rbp), %rcx
cmpl $0, (%rax,%rcx,4)
jle LBB1_5
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movl -80040(%rbp), %ecx
subl $10000, %ecx ## imm = 0x2710
movslq -80036(%rbp), %rax
movl %ecx, -80016(%rbp,%rax,4)
movl -80036(%rbp), %eax
addl $1, %eax
movl %eax, -80036(%rbp)
LBB1_5: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_6
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
movl -80040(%rbp), %eax
addl $1, %eax
movl %eax, -80040(%rbp)
jmp LBB1_1
LBB1_7:
movl $0, -80044(%rbp)
LBB1_8: ## =>This Inner Loop Header: Depth=1
movl -80044(%rbp), %eax
cmpl -80036(%rbp), %eax
jge LBB1_11
## %bb.9: ## in Loop: Header=BB1_8 Depth=1
movslq -80044(%rbp), %rax
movl -80016(%rbp,%rax,4), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.10: ## in Loop: Header=BB1_8 Depth=1
movl -80044(%rbp), %eax
addl $1, %eax
movl %eax, -80044(%rbp)
jmp LBB1_8
LBB1_11:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_13
## %bb.12:
addq $80048, %rsp ## imm = 0x138B0
popq %rbp
retq
LBB1_13:
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
movl $160128, %eax ## imm = 0x27180
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -160100(%rbp)
leaq -80048(%rbp), %rdi
xorl %esi, %esi
movl $80040, %edx ## imm = 0x138A8
callq _memset
leaq -160096(%rbp), %rdi
xorl %esi, %esi
movl $80040, %edx ## imm = 0x138A8
callq _memset
leaq L_.str.2(%rip), %rdi
leaq -160104(%rbp), %rsi
movb $0, %al
callq _scanf
movl $0, -160116(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -160116(%rbp), %eax
cmpl -160104(%rbp), %eax
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
leaq L_.str.2(%rip), %rdi
leaq -160112(%rbp), %rsi
movb $0, %al
callq _scanf
movl -160112(%rbp), %eax
addl $10000, %eax ## imm = 0x2710
cltq
movl -80048(%rbp,%rax,4), %ecx
addl $1, %ecx
movl %ecx, -80048(%rbp,%rax,4)
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -160116(%rbp), %eax
addl $1, %eax
movl %eax, -160116(%rbp)
jmp LBB2_1
LBB2_4:
leaq L_.str.2(%rip), %rdi
leaq -160108(%rbp), %rsi
movb $0, %al
callq _scanf
movl $0, -160120(%rbp)
LBB2_5: ## =>This Inner Loop Header: Depth=1
movl -160120(%rbp), %eax
cmpl -160108(%rbp), %eax
jge LBB2_8
## %bb.6: ## in Loop: Header=BB2_5 Depth=1
leaq L_.str.2(%rip), %rdi
leaq -160112(%rbp), %rsi
movb $0, %al
callq _scanf
movl -160112(%rbp), %eax
addl $10000, %eax ## imm = 0x2710
cltq
movl -160096(%rbp,%rax,4), %ecx
addl $1, %ecx
movl %ecx, -160096(%rbp,%rax,4)
## %bb.7: ## in Loop: Header=BB2_5 Depth=1
movl -160120(%rbp), %eax
addl $1, %eax
movl %eax, -160120(%rbp)
jmp LBB2_5
LBB2_8:
leaq -80048(%rbp), %rdi
leaq -160096(%rbp), %rsi
callq _findIntersection
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq -80048(%rbp), %rdi
leaq -160096(%rbp), %rsi
callq _findUnion
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB2_10
## %bb.9:
xorl %eax, %eax
addq $160128, %rsp ## imm = 0x27180
popq %rbp
retq
LBB2_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Empty"
L_.str.1: ## @.str.1
.asciz "%d "
L_.str.2: ## @.str.2
.asciz "%d"
L_.str.3: ## @.str.3
.asciz "\n"
.subsections_via_symbols
| the_stack_data/835017.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _f4 ; -- Begin function f4
.p2align 2
_f4: ; @f4
.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 _f5 ; -- Begin function f5
.p2align 2
_f5: ; @f5
.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
.globl _f6 ; -- Begin function f6
.p2align 2
_f6: ; @f6
.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 _f7 ; -- Begin function f7
.p2align 2
_f7: ; @f7
.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 _f8 ; -- Begin function f8
.p2align 2
_f8: ; @f8
.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
.globl _f9 ; -- Begin function f9
.p2align 2
_f9: ; @f9
.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 _f10 ; -- Begin function f10
.p2align 2
_f10: ; @f10
.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
.comm _v,4,2 ; @v
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _f4 ## -- Begin function f4
.p2align 4, 0x90
_f4: ## @f4
.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 _f5 ## -- Begin function f5
.p2align 4, 0x90
_f5: ## @f5
.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
.globl _f6 ## -- Begin function f6
.p2align 4, 0x90
_f6: ## @f6
.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 _f7 ## -- Begin function f7
.p2align 4, 0x90
_f7: ## @f7
.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 _f8 ## -- Begin function f8
.p2align 4, 0x90
_f8: ## @f8
.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
.globl _f9 ## -- Begin function f9
.p2align 4, 0x90
_f9: ## @f9
.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 _f10 ## -- Begin function f10
.p2align 4, 0x90
_f10: ## @f10
.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
.comm _v,4,2 ## @v
.subsections_via_symbols
| the_stack_data/181614.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 x0, #0
bl _time
; kill: def $w0 killed $w0 killed $x0
bl _srand
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
bl _rand
mov w9, #2000
str w9, [sp] ; 4-byte Folded Spill
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
str w8, [sp, #8]
bl _rand
ldr w9, [sp] ; 4-byte Folded Reload
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
str w8, [sp, #4]
ldr w8, [sp, #8]
ldr w9, [sp, #4]
add w8, w8, w9
subs w8, w8, #1337
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_4
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_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 "Success!"
.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)
xorl %eax, %eax
movl %eax, %edi
callq _time
movl %eax, %edi
callq _srand
LBB0_1: ## =>This Inner Loop Header: Depth=1
callq _rand
movl $2000, %ecx ## imm = 0x7D0
cltd
idivl %ecx
movl %edx, -8(%rbp)
callq _rand
movl $2000, %ecx ## imm = 0x7D0
cltd
idivl %ecx
movl %edx, -12(%rbp)
movl -8(%rbp), %eax
addl -12(%rbp), %eax
cmpl $1337, %eax ## imm = 0x539
jne LBB0_3
## %bb.2:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_4
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_4:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Success!"
.subsections_via_symbols
| the_stack_data/220455533.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]
mov w0, #10
mov w1, #5
bl _rush
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
.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 $10, %edi
movl $5, %esi
callq _rush
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/232954951.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _error ; -- Begin function error
.p2align 2
_error: ; @error
.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]
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-16] ; 8-byte Folded Spill
ldur x8, [x29, #-8]
str x8, [sp, #24] ; 8-byte Folded Spill
bl ___error
ldr w0, [x0]
bl _strerror
ldr x10, [sp, #24] ; 8-byte Folded Reload
mov x8, x0
ldur x0, [x29, #-16] ; 8-byte Folded Reload
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fprintf
mov w0, #1
bl _exit
.cfi_endproc
; -- End function
.globl _catch_signal ; -- Begin function catch_signal
.p2align 2
_catch_signal: ; @catch_signal
.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]
mov x1, sp
str x8, [sp]
str wzr, [sp, #8]
str wzr, [sp, #12]
ldur w0, [x29, #-4]
mov x2, #0
bl _sigaction
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _handle_shutdown ; -- Begin function handle_shutdown
.p2align 2
_handle_shutdown: ; @handle_shutdown
.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, _listener_d@PAGE
ldr w8, [x8, _listener_d@PAGEOFF]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
adrp x8, _listener_d@PAGE
ldr w0, [x8, _listener_d@PAGEOFF]
bl _close
b LBB2_2
LBB2_2:
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
ldr x0, [x8]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
mov w0, #0
bl _exit
.cfi_endproc
; -- End function
.globl _open_listener_socket ; -- Begin function open_listener_socket
.p2align 2
_open_listener_socket: ; @open_listener_socket
.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, #2
mov w1, #1
mov w2, #0
bl _socket
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _error
b LBB3_2
LBB3_2:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _open_client_socket ; -- Begin function open_client_socket
.p2align 2
_open_client_socket: ; @open_client_socket
.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, _listener_d@PAGE
ldr w0, [x8, _listener_d@PAGEOFF]
adrp x1, _open_client_socket.client_address@PAGE
add x1, x1, _open_client_socket.client_address@PAGEOFF
adrp x2, _open_client_socket.address_size@PAGE
add x2, x2, _open_client_socket.address_size@PAGEOFF
bl _accept
stur w0, [x29, #-4]
adds w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB4_2
b LBB4_1
LBB4_1:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _error
b LBB4_2
LBB4_2:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _bind_to_port ; -- Begin function bind_to_port
.p2align 2
_bind_to_port: ; @bind_to_port
.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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str w0, [sp, #20]
str w1, [sp, #16]
mov w8, #2
strb w8, [sp, #25]
b LBB5_1
LBB5_1:
ldr w8, [sp, #16]
and w0, w8, #0xffff
bl __OSSwapInt16
and w8, w0, #0xffff
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB5_2
LBB5_2:
ldr w8, [sp, #4] ; 4-byte Folded Reload
strh w8, [sp, #26]
str wzr, [sp, #28]
add x3, sp, #12
mov w8, #1
str w8, [sp, #12]
ldr w0, [sp, #20]
mov w1, #65535
mov w4, #4
mov x2, x4
bl _setsockopt
str w0, [sp, #8]
ldr w8, [sp, #8]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB5_4
b LBB5_3
LBB5_3:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _error
b LBB5_4
LBB5_4:
ldr w0, [sp, #20]
add x1, sp, #24
mov w2, #16
bl _bind
str w0, [sp, #8]
ldr w8, [sp, #8]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB5_6
b LBB5_5
LBB5_5:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _error
b LBB5_6
LBB5_6:
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, LBB5_8
b LBB5_7
LBB5_7:
bl ___stack_chk_fail
LBB5_8:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function _OSSwapInt16
__OSSwapInt16: ; @_OSSwapInt16
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strh w0, [sp, #14]
ldrh w9, [sp, #14]
ldrh w8, [sp, #14]
asr w8, w8, #8
orr w8, w8, w9, lsl #8
and w0, w8, #0xffff
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _say ; -- Begin function say
.p2align 2
_say: ; @say
.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 x9, [sp, #16]
mov w8, #102
strb w8, [x9]
ldur w8, [x29, #-4]
str w8, [sp, #8] ; 4-byte Folded Spill
ldr x8, [sp, #16]
str x8, [sp] ; 8-byte Folded Spill
ldr x0, [sp, #16]
bl _strlen
ldr x1, [sp] ; 8-byte Folded Reload
mov x2, x0
ldr w0, [sp, #8] ; 4-byte Folded Reload
mov w3, #0
bl _send
mov x8, x0
str w8, [sp, #12]
ldr w8, [sp, #12]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB7_2
b LBB7_1
LBB7_1:
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _error
b LBB7_2
LBB7_2:
ldr w0, [sp, #12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _read_in ; -- Begin function read_in
.p2align 2
_read_in: ; @read_in
.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 w0, [x29, #-4]
stur x1, [x29, #-16]
stur w2, [x29, #-20]
ldur w0, [x29, #-4]
adrp x1, l_.str.7@PAGE
add x1, x1, l_.str.7@PAGEOFF
bl _fdopen
str x0, [sp, #16]
str wzr, [sp, #12]
b LBB8_1
LBB8_1: ; =>This Inner Loop Header: Depth=1
ldr x0, [sp, #16]
bl _fgetc
str w0, [sp, #8]
bl _isspace
subs w8, w0, #0
cset w8, eq
mov w9, #0
str w9, [sp, #4] ; 4-byte Folded Spill
tbnz w8, #0, LBB8_3
b LBB8_2
LBB8_2: ; in Loop: Header=BB8_1 Depth=1
ldr w8, [sp, #8]
adds w8, w8, #1
cset w8, ne
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB8_3
LBB8_3: ; in Loop: Header=BB8_1 Depth=1
ldr w8, [sp, #4] ; 4-byte Folded Reload
tbz w8, #0, LBB8_5
b LBB8_4
LBB8_4: ; in Loop: Header=BB8_1 Depth=1
b LBB8_1
LBB8_5:
ldr x0, [sp, #16]
bl _ferror
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB8_7
b LBB8_6
LBB8_6:
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _error
b LBB8_7
LBB8_7:
b LBB8_8
LBB8_8: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #10
cset w8, eq
mov w9, #0
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB8_10
b LBB8_9
LBB8_9: ; in Loop: Header=BB8_8 Depth=1
ldr w8, [sp, #8]
adds w8, w8, #1
cset w8, ne
str w8, [sp] ; 4-byte Folded Spill
b LBB8_10
LBB8_10: ; in Loop: Header=BB8_8 Depth=1
ldr w8, [sp] ; 4-byte Folded Reload
tbz w8, #0, LBB8_14
b LBB8_11
LBB8_11: ; in Loop: Header=BB8_8 Depth=1
ldr w8, [sp, #12]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB8_13
b LBB8_12
LBB8_12: ; in Loop: Header=BB8_8 Depth=1
ldr w8, [sp, #8]
ldur x9, [x29, #-16]
ldrsw x10, [sp, #12]
mov x11, x10
add w11, w11, #1
str w11, [sp, #12]
strb w8, [x9, x10]
b LBB8_13
LBB8_13: ; in Loop: Header=BB8_8 Depth=1
ldr x0, [sp, #16]
bl _fgetc
str w0, [sp, #8]
b LBB8_8
LBB8_14:
ldr x0, [sp, #16]
bl _ferror
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB8_16
b LBB8_15
LBB8_15:
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _error
b LBB8_16
LBB8_16:
b LBB8_17
LBB8_17: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-16]
ldr w9, [sp, #12]
subs w9, w9, #1
str w9, [sp, #12]
ldrsb w0, [x8, w9, sxtw]
bl _isspace
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB8_19
b LBB8_18
LBB8_18: ; in Loop: Header=BB8_17 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #12]
add x8, x8, x9
strb wzr, [x8]
b LBB8_17
LBB8_19:
ldur x0, [x29, #-16]
bl _strlen
; kill: def $w0 killed $w0 killed $x0
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, #336
.cfi_def_cfa_offset 336
stp x28, x27, [sp, #304] ; 16-byte Folded Spill
stp x29, x30, [sp, #320] ; 16-byte Folded Spill
add x29, sp, #320
.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, #2
adrp x1, _handle_shutdown@PAGE
add x1, x1, _handle_shutdown@PAGEOFF
bl _catch_signal
adds w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB9_2
b LBB9_1
LBB9_1:
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _error
b LBB9_2
LBB9_2:
mov w8, #28000
str w8, [sp, #28]
bl _open_listener_socket
adrp x8, _listener_d@PAGE
str x8, [sp, #16] ; 8-byte Folded Spill
str w0, [x8, _listener_d@PAGEOFF]
ldr w0, [x8, _listener_d@PAGEOFF]
ldr w1, [sp, #28]
bl _bind_to_port
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr w0, [x8, _listener_d@PAGEOFF]
mov w1, #10
bl _listen
adds w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB9_4
b LBB9_3
LBB9_3:
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _error
b LBB9_4
LBB9_4:
b LBB9_5
LBB9_5: ; =>This Inner Loop Header: Depth=1
ldr w9, [sp, #28]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
bl _open_client_socket
str w0, [sp, #24]
bl _fork
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB9_13
b LBB9_6
LBB9_6: ; in Loop: Header=BB9_5 Depth=1
ldr w0, [sp, #24]
adrp x1, _intro_msg@PAGE
add x1, x1, _intro_msg@PAGEOFF
bl _say
adds w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB9_8
b LBB9_7
LBB9_7: ; in Loop: Header=BB9_5 Depth=1
ldr w0, [sp, #24]
bl _close
b LBB9_5
LBB9_8: ; in Loop: Header=BB9_5 Depth=1
ldr w0, [sp, #24]
add x1, sp, #33
mov w2, #255
bl _read_in
ldr w0, [sp, #24]
adrp x1, l_.str.12@PAGE
add x1, x1, l_.str.12@PAGEOFF
bl _say
adds w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB9_10
b LBB9_9
LBB9_9: ; in Loop: Header=BB9_5 Depth=1
ldr w0, [sp, #24]
bl _close
b LBB9_5
LBB9_10: ; in Loop: Header=BB9_5 Depth=1
ldr w0, [sp, #24]
add x1, sp, #33
mov w2, #255
bl _read_in
ldr w0, [sp, #24]
adrp x1, l_.str.13@PAGE
add x1, x1, l_.str.13@PAGEOFF
bl _say
adds w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB9_12
b LBB9_11
LBB9_11: ; in Loop: Header=BB9_5 Depth=1
ldr w0, [sp, #24]
bl _close
b LBB9_5
LBB9_12:
ldr w0, [sp, #24]
bl _close
mov w0, #0
bl _exit
LBB9_13: ; in Loop: Header=BB9_5 Depth=1
ldr w0, [sp, #24]
bl _close
b LBB9_5
.cfi_endproc
; -- End function
.globl _listener_d ; @listener_d
.zerofill __DATA,__common,_listener_d,4,2
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s: %s\n"
l_.str.1: ; @.str.1
.asciz "Bye!\n"
l_.str.2: ; @.str.2
.asciz "Can't open listener socket"
.zerofill __DATA,__bss,_open_client_socket.client_address,128,3 ; @open_client_socket.client_address
.section __DATA,__data
.p2align 2 ; @open_client_socket.address_size
_open_client_socket.address_size:
.long 128 ; 0x80
.section __TEXT,__cstring,cstring_literals
l_.str.3: ; @.str.3
.asciz "Can't open client socket"
l_.str.4: ; @.str.4
.asciz "Can't set the 'reuse' option on the socket"
l_.str.5: ; @.str.5
.asciz "Can't bind to socket"
l_.str.6: ; @.str.6
.asciz "Error talking to the client"
l_.str.7: ; @.str.7
.asciz "r"
l_.str.8: ; @.str.8
.asciz "fgetc"
.section __DATA,__data
.globl _intro_msg ; @intro_msg
_intro_msg:
.asciz "Internet Knock-Knock Protocol Server\nKnock, knock.\n"
.section __TEXT,__cstring,cstring_literals
l_.str.9: ; @.str.9
.asciz "Setting interrupt handler"
l_.str.10: ; @.str.10
.asciz "Can't listen"
l_.str.11: ; @.str.11
.asciz "Waiting for connection on port %d\n"
l_.str.12: ; @.str.12
.asciz "Surrealist giraffe.\n"
l_.str.13: ; @.str.13
.asciz "Bathtub full of brightly-colored machine tools.\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _error ## -- Begin function error
.p2align 4, 0x90
_error: ## @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 $32, %rsp
movq %rdi, -8(%rbp)
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
movq -8(%rbp), %rax
movq %rax, -16(%rbp) ## 8-byte Spill
callq ___error
movl (%rax), %edi
callq _strerror
movq -24(%rbp), %rdi ## 8-byte Reload
movq -16(%rbp), %rdx ## 8-byte Reload
movq %rax, %rcx
leaq L_.str(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _fprintf
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _catch_signal ## -- Begin function catch_signal
.p2align 4, 0x90
_catch_signal: ## @catch_signal
.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 %rax, -32(%rbp)
movl $0, -24(%rbp)
movl $0, -20(%rbp)
movl -4(%rbp), %edi
leaq -32(%rbp), %rsi
xorl %eax, %eax
movl %eax, %edx
callq _sigaction
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _handle_shutdown ## -- Begin function handle_shutdown
.p2align 4, 0x90
_handle_shutdown: ## @handle_shutdown
.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, _listener_d(%rip)
je LBB2_2
## %bb.1:
movl _listener_d(%rip), %edi
callq _close
LBB2_2:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
xorl %eax, %eax
movl %eax, -8(%rbp) ## 4-byte Spill
callq _fprintf
movl -8(%rbp), %edi ## 4-byte Reload
callq _exit
.cfi_endproc
## -- End function
.globl _open_listener_socket ## -- Begin function open_listener_socket
.p2align 4, 0x90
_open_listener_socket: ## @open_listener_socket
.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 $2, %edi
movl $1, %esi
xorl %edx, %edx
callq _socket
movl %eax, -4(%rbp)
cmpl $-1, -4(%rbp)
jne LBB3_2
## %bb.1:
leaq L_.str.2(%rip), %rdi
callq _error
LBB3_2:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _open_client_socket ## -- Begin function open_client_socket
.p2align 4, 0x90
_open_client_socket: ## @open_client_socket
.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 _listener_d(%rip), %edi
leaq _open_client_socket.client_address(%rip), %rsi
leaq _open_client_socket.address_size(%rip), %rdx
callq _accept
movl %eax, -4(%rbp)
cmpl $-1, %eax
jne LBB4_2
## %bb.1:
leaq L_.str.3(%rip), %rdi
callq _error
LBB4_2:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _bind_to_port ## -- Begin function bind_to_port
.p2align 4, 0x90
_bind_to_port: ## @bind_to_port
.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 %edi, -28(%rbp)
movl %esi, -32(%rbp)
movb $2, -23(%rbp)
## %bb.1:
movl -32(%rbp), %eax
## kill: def $ax killed $ax killed $eax
movzwl %ax, %edi
callq __OSSwapInt16
movzwl %ax, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
## %bb.2:
movl -44(%rbp), %eax ## 4-byte Reload
movw %ax, -22(%rbp)
movl $0, -20(%rbp)
movl $1, -36(%rbp)
movl -28(%rbp), %edi
leaq -36(%rbp), %rcx
movl $65535, %esi ## imm = 0xFFFF
movl $4, %r8d
movl %r8d, %edx
callq _setsockopt
movl %eax, -40(%rbp)
cmpl $-1, -40(%rbp)
jne LBB5_4
## %bb.3:
leaq L_.str.4(%rip), %rdi
callq _error
LBB5_4:
movl -28(%rbp), %edi
leaq -24(%rbp), %rsi
movl $16, %edx
callq _bind
movl %eax, -40(%rbp)
cmpl $-1, -40(%rbp)
jne LBB5_6
## %bb.5:
leaq L_.str.5(%rip), %rdi
callq _error
LBB5_6:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB5_8
## %bb.7:
addq $48, %rsp
popq %rbp
retq
LBB5_8:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function _OSSwapInt16
__OSSwapInt16: ## @_OSSwapInt16
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movw %di, %ax
movw %ax, -2(%rbp)
movzwl -2(%rbp), %eax
shll $8, %eax
movzwl -2(%rbp), %ecx
sarl $8, %ecx
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movzwl %ax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _say ## -- Begin function say
.p2align 4, 0x90
_say: ## @say
.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 %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movq -16(%rbp), %rax
movb $102, (%rax)
movl -4(%rbp), %eax
movl %eax, -36(%rbp) ## 4-byte Spill
movq -16(%rbp), %rax
movq %rax, -32(%rbp) ## 8-byte Spill
movq -16(%rbp), %rdi
callq _strlen
movl -36(%rbp), %edi ## 4-byte Reload
movq -32(%rbp), %rsi ## 8-byte Reload
movq %rax, %rdx
xorl %ecx, %ecx
callq _send
## kill: def $eax killed $eax killed $rax
movl %eax, -20(%rbp)
cmpl $-1, -20(%rbp)
jne LBB7_2
## %bb.1:
leaq L_.str.6(%rip), %rdi
callq _error
LBB7_2:
movl -20(%rbp), %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _read_in ## -- Begin function read_in
.p2align 4, 0x90
_read_in: ## @read_in
.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 %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movl -4(%rbp), %edi
leaq L_.str.7(%rip), %rsi
callq _fdopen
movq %rax, -32(%rbp)
movl $0, -36(%rbp)
LBB8_1: ## =>This Inner Loop Header: Depth=1
movq -32(%rbp), %rdi
callq _fgetc
movl %eax, %edi
movl %edi, -40(%rbp)
callq _isspace
movl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -41(%rbp) ## 1-byte Spill
je LBB8_3
## %bb.2: ## in Loop: Header=BB8_1 Depth=1
cmpl $-1, -40(%rbp)
setne %al
movb %al, -41(%rbp) ## 1-byte Spill
LBB8_3: ## in Loop: Header=BB8_1 Depth=1
movb -41(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB8_4
jmp LBB8_5
LBB8_4: ## in Loop: Header=BB8_1 Depth=1
jmp LBB8_1
LBB8_5:
movq -32(%rbp), %rdi
callq _ferror
cmpl $0, %eax
je LBB8_7
## %bb.6:
leaq L_.str.8(%rip), %rdi
callq _error
LBB8_7:
jmp LBB8_8
LBB8_8: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $10, -40(%rbp)
movb %al, -42(%rbp) ## 1-byte Spill
je LBB8_10
## %bb.9: ## in Loop: Header=BB8_8 Depth=1
cmpl $-1, -40(%rbp)
setne %al
movb %al, -42(%rbp) ## 1-byte Spill
LBB8_10: ## in Loop: Header=BB8_8 Depth=1
movb -42(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB8_11
jmp LBB8_14
LBB8_11: ## in Loop: Header=BB8_8 Depth=1
movl -36(%rbp), %eax
cmpl -20(%rbp), %eax
jge LBB8_13
## %bb.12: ## in Loop: Header=BB8_8 Depth=1
movl -40(%rbp), %eax
movb %al, %dl
movq -16(%rbp), %rax
movl -36(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -36(%rbp)
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
LBB8_13: ## in Loop: Header=BB8_8 Depth=1
movq -32(%rbp), %rdi
callq _fgetc
movl %eax, -40(%rbp)
jmp LBB8_8
LBB8_14:
movq -32(%rbp), %rdi
callq _ferror
cmpl $0, %eax
je LBB8_16
## %bb.15:
leaq L_.str.8(%rip), %rdi
callq _error
LBB8_16:
jmp LBB8_17
LBB8_17: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
movl -36(%rbp), %ecx
addl $-1, %ecx
movl %ecx, -36(%rbp)
movslq %ecx, %rcx
movsbl (%rax,%rcx), %edi
callq _isspace
cmpl $0, %eax
je LBB8_19
## %bb.18: ## in Loop: Header=BB8_17 Depth=1
movq -16(%rbp), %rax
movslq -36(%rbp), %rcx
movb $0, (%rax,%rcx)
jmp LBB8_17
LBB8_19:
movq -16(%rbp), %rdi
callq _strlen
## kill: def $eax killed $eax killed $rax
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 $288, %rsp ## imm = 0x120
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $2, %edi
leaq _handle_shutdown(%rip), %rsi
callq _catch_signal
cmpl $-1, %eax
jne LBB9_2
## %bb.1:
leaq L_.str.9(%rip), %rdi
callq _error
LBB9_2:
movl $28000, -276(%rbp) ## imm = 0x6D60
callq _open_listener_socket
movl %eax, _listener_d(%rip)
movl _listener_d(%rip), %edi
movl -276(%rbp), %esi
callq _bind_to_port
movl _listener_d(%rip), %edi
movl $10, %esi
callq _listen
cmpl $-1, %eax
jne LBB9_4
## %bb.3:
leaq L_.str.10(%rip), %rdi
callq _error
LBB9_4:
jmp LBB9_5
LBB9_5: ## =>This Inner Loop Header: Depth=1
movl -276(%rbp), %esi
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
callq _open_client_socket
movl %eax, -280(%rbp)
callq _fork
cmpl $0, %eax
jne LBB9_13
## %bb.6: ## in Loop: Header=BB9_5 Depth=1
movl -280(%rbp), %edi
leaq _intro_msg(%rip), %rsi
callq _say
cmpl $-1, %eax
jne LBB9_8
## %bb.7: ## in Loop: Header=BB9_5 Depth=1
movl -280(%rbp), %edi
callq _close
jmp LBB9_5
LBB9_8: ## in Loop: Header=BB9_5 Depth=1
movl -280(%rbp), %edi
leaq -272(%rbp), %rsi
movl $255, %edx
callq _read_in
movl -280(%rbp), %edi
leaq L_.str.12(%rip), %rsi
callq _say
cmpl $-1, %eax
jne LBB9_10
## %bb.9: ## in Loop: Header=BB9_5 Depth=1
movl -280(%rbp), %edi
callq _close
jmp LBB9_5
LBB9_10: ## in Loop: Header=BB9_5 Depth=1
movl -280(%rbp), %edi
leaq -272(%rbp), %rsi
movl $255, %edx
callq _read_in
movl -280(%rbp), %edi
leaq L_.str.13(%rip), %rsi
callq _say
cmpl $-1, %eax
jne LBB9_12
## %bb.11: ## in Loop: Header=BB9_5 Depth=1
movl -280(%rbp), %edi
callq _close
jmp LBB9_5
LBB9_12:
movl -280(%rbp), %edi
callq _close
xorl %edi, %edi
callq _exit
LBB9_13: ## in Loop: Header=BB9_5 Depth=1
movl -280(%rbp), %edi
callq _close
jmp LBB9_5
.cfi_endproc
## -- End function
.globl _listener_d ## @listener_d
.zerofill __DATA,__common,_listener_d,4,2
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s: %s\n"
L_.str.1: ## @.str.1
.asciz "Bye!\n"
L_.str.2: ## @.str.2
.asciz "Can't open listener socket"
.zerofill __DATA,__bss,_open_client_socket.client_address,128,3 ## @open_client_socket.client_address
.section __DATA,__data
.p2align 2 ## @open_client_socket.address_size
_open_client_socket.address_size:
.long 128 ## 0x80
.section __TEXT,__cstring,cstring_literals
L_.str.3: ## @.str.3
.asciz "Can't open client socket"
L_.str.4: ## @.str.4
.asciz "Can't set the 'reuse' option on the socket"
L_.str.5: ## @.str.5
.asciz "Can't bind to socket"
L_.str.6: ## @.str.6
.asciz "Error talking to the client"
L_.str.7: ## @.str.7
.asciz "r"
L_.str.8: ## @.str.8
.asciz "fgetc"
.section __DATA,__data
.globl _intro_msg ## @intro_msg
.p2align 4
_intro_msg:
.asciz "Internet Knock-Knock Protocol Server\nKnock, knock.\n"
.section __TEXT,__cstring,cstring_literals
L_.str.9: ## @.str.9
.asciz "Setting interrupt handler"
L_.str.10: ## @.str.10
.asciz "Can't listen"
L_.str.11: ## @.str.11
.asciz "Waiting for connection on port %d\n"
L_.str.12: ## @.str.12
.asciz "Surrealist giraffe.\n"
L_.str.13: ## @.str.13
.asciz "Bathtub full of brightly-colored machine tools.\n"
.subsections_via_symbols
| the_stack_data/146613.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 sorting_function_1
lCPI0_0:
.quad 0x3ff3f5113eeca4d9 ; double 1.2473308999999999
.section __TEXT,__text,regular,pure_instructions
.globl _sorting_function_1
.p2align 2
_sorting_function_1: ; @sorting_function_1
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #40]
str w1, [sp, #36]
str wzr, [sp, #32]
adrp x8, lCPI0_0@PAGE
ldr d0, [x8, lCPI0_0@PAGEOFF]
str d0, [sp, #24]
ldr w8, [sp, #36]
subs w8, w8, #1
scvtf d0, w8
str d0, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldr d0, [sp, #16]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_9
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr d0, [sp, #16]
fmov d1, #0.50000000
fadd d0, d0, d1
fcvtzs w8, d0
str w8, [sp, #8]
str wzr, [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]
add w8, w8, w9
ldr w9, [sp, #36]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
ldr x8, [sp, #40]
ldrsw x9, [sp, #4]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #40]
ldr w10, [sp, #4]
ldr w11, [sp, #8]
add w10, w10, w11
ldr w9, [x9, w10, sxtw #2]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldr x8, [sp, #40]
ldr w9, [sp, #4]
ldr w10, [sp, #8]
add w9, w9, w10
ldr w8, [x8, w9, sxtw #2]
str w8, [sp, #12]
ldr x8, [sp, #40]
ldrsw x9, [sp, #4]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #40]
ldr w10, [sp, #4]
ldr w11, [sp, #8]
add w10, w10, w11
str w8, [x9, w10, sxtw #2]
ldr w8, [sp, #12]
ldr x9, [sp, #40]
ldrsw x10, [sp, #4]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_3 Depth=2
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_3
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
ldr d1, [sp, #24]
ldr d0, [sp, #16]
fdiv d0, d0, d1
str d0, [sp, #16]
b LBB0_1
LBB0_9:
ldr w0, [sp, #32]
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 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
ldursw x9, [x29, #-8]
mov x8, #4
mul x0, x8, x9
bl _malloc
str x0, [sp, #16]
str wzr, [sp, #12]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldur w9, [x29, #-8]
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, #16]
ldrsw x9, [sp, #12]
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, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_1
LBB1_4:
ldr x0, [sp, #16]
ldur w1, [x29, #-8]
bl _sorting_function_1
str wzr, [sp, #8]
b LBB1_5
LBB1_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldur w9, [x29, #-8]
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, #16]
ldrsw x9, [sp, #8]
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, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_5
LBB1_8:
ldr x8, [sp, #16]
ldur w9, [x29, #-8]
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
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 "%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
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function sorting_function_1
LCPI0_0:
.quad 0x3ff3f5113eeca4d9 ## double 1.2473308999999999
LCPI0_1:
.quad 0x3ff0000000000000 ## double 1
LCPI0_2:
.quad 0x3fe0000000000000 ## double 0.5
.section __TEXT,__text,regular,pure_instructions
.globl _sorting_function_1
.p2align 4, 0x90
_sorting_function_1: ## @sorting_function_1
.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, -16(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -24(%rbp)
movl -12(%rbp), %eax
subl $1, %eax
cvtsi2sd %eax, %xmm0
movsd %xmm0, -32(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_9
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movsd LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd -32(%rbp), %xmm0
cvttsd2si %xmm0, %eax
movl %eax, -40(%rbp)
movl $0, -44(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -44(%rbp), %eax
addl -40(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_8
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
movq -8(%rbp), %rax
movslq -44(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movq -8(%rbp), %rcx
movl -44(%rbp), %edx
addl -40(%rbp), %edx
movslq %edx, %rdx
cmpl (%rcx,%rdx,4), %eax
jle LBB0_6
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movq -8(%rbp), %rax
movl -44(%rbp), %ecx
addl -40(%rbp), %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -36(%rbp)
movq -8(%rbp), %rax
movslq -44(%rbp), %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movl -44(%rbp), %ecx
addl -40(%rbp), %ecx
movslq %ecx, %rcx
movl %edx, (%rax,%rcx,4)
movl -36(%rbp), %edx
movq -8(%rbp), %rax
movslq -44(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
LBB0_6: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_7
LBB0_7: ## in Loop: Header=BB0_3 Depth=2
movl -44(%rbp), %eax
addl $1, %eax
movl %eax, -44(%rbp)
jmp LBB0_3
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, -32(%rbp)
jmp LBB0_1
LBB0_9:
movl -16(%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 -8(%rbp), %rsi
movb $0, %al
callq _scanf
movslq -8(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -16(%rbp)
movl $0, -20(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -16(%rbp), %rsi
movslq -20(%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 -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_1
LBB1_4:
movq -16(%rbp), %rdi
movl -8(%rbp), %esi
callq _sorting_function_1
movl $0, -24(%rbp)
LBB1_5: ## =>This Inner Loop Header: Depth=1
movl -24(%rbp), %eax
movl -8(%rbp), %ecx
subl $1, %ecx
cmpl %ecx, %eax
jge LBB1_8
## %bb.6: ## in Loop: Header=BB1_5 Depth=1
movq -16(%rbp), %rax
movslq -24(%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 -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB1_5
LBB1_8:
movq -16(%rbp), %rax
movl -8(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %esi
leaq L_.str.2(%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"
L_.str.1: ## @.str.1
.asciz "%d "
L_.str.2: ## @.str.2
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/29227.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _strlen ; -- Begin function strlen
.p2align 2
_strlen: ; @strlen
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
ldr x8, [sp, #8]
str x8, [sp]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp]
ldrb w8, [x8]
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 x8, [sp]
add x8, x8, #1
str x8, [sp]
b LBB0_1
LBB0_3:
ldr x8, [sp]
ldr x9, [sp, #8]
subs x0, x8, x9
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 _strlen ## -- Begin function strlen
.p2align 4, 0x90
_strlen: ## @strlen
.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 %rax, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpb $0, (%rax)
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
jmp LBB0_1
LBB0_3:
movq -16(%rbp), %rax
movq -8(%rbp), %rcx
subq %rcx, %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/218894358.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 _ascii_dado ; -- Begin function ascii_dado
.p2align 2
_ascii_dado: ; @ascii_dado
.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 _rand
mov w9, #6
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
add w8, w8, #97
sxtb w0, w8
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _get_input ; -- Begin function get_input
.p2align 2
_get_input: ; @get_input
.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 wzr, [sp, #16]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
bl _getchar
sturb w0, [x29, #-9]
mov w8, #-1
subs w8, w8, w0, sxtb
cset w8, eq
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_6
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldursb w8, [x29, #-9]
subs w8, w8, #10
cset w8, eq
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_6
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
add w9, w8, #1
str w9, [sp, #16]
subs w8, w8, #4
cset w8, ge
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_6
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldursb w8, [x29, #-9]
subs w8, w8, #97
cset w8, lt
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
ldursb w8, [x29, #-9]
subs w8, w8, #102
cset w8, le
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB1_8
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_1 Depth=1
ldurb w8, [x29, #-9]
ldur x9, [x29, #-8]
add x10, x9, #1
stur x10, [x29, #-8]
strb w8, [x9]
b LBB1_1
LBB1_8:
ldur x8, [x29, #-8]
strb wzr, [x8]
ldursb w8, [x29, #-9]
subs w8, w8, #10
cset w8, eq
tbnz w8, #0, LBB1_16
b LBB1_9
LBB1_9:
ldursb w8, [x29, #-9]
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_16
b LBB1_10
LBB1_10:
b LBB1_11
LBB1_11: ; =>This Inner Loop Header: Depth=1
bl _getchar
sturb w0, [x29, #-9]
mov w8, #-1
subs w8, w8, w0, sxtb
cset w8, eq
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_13
b LBB1_12
LBB1_12: ; in Loop: Header=BB1_11 Depth=1
ldursb w8, [x29, #-9]
subs w8, w8, #10
cset w8, ne
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB1_13
LBB1_13: ; in Loop: Header=BB1_11 Depth=1
ldr w8, [sp, #8] ; 4-byte Folded Reload
tbz w8, #0, LBB1_15
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_11 Depth=1
b LBB1_11
LBB1_15:
b LBB1_16
LBB1_16:
ldr w0, [sp, #16]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _generate_answer ; -- Begin function generate_answer
.p2align 2
_generate_answer: ; @generate_answer
.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 wzr, [sp, #4]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
bl _ascii_dado
ldr x8, [sp, #8]
add x9, x8, #1
str x9, [sp, #8]
strb w0, [x8]
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB2_1
LBB2_4:
ldr x8, [sp, #8]
strb wzr, [x8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _intersection ; -- Begin function intersection
.p2align 2
_intersection: ; @intersection
.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]
strb w3, [sp, #23]
str wzr, [sp, #16]
str wzr, [sp, #12]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB3_7
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #12]
ldrsb w8, [x8, x9]
ldr x9, [sp, #32]
ldrsw x10, [sp, #12]
ldrsb w9, [x9, x10]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB3_5
b LBB3_3
LBB3_3: ; in Loop: Header=BB3_1 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #12]
ldrsb w8, [x8, x9]
subs w8, w8, #120
cset w8, eq
tbnz w8, #0, LBB3_5
b LBB3_4
LBB3_4: ; in Loop: Header=BB3_1 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #12]
add x9, x8, x9
mov w8, #120
strb w8, [x9]
ldr x9, [sp, #32]
ldrsw x10, [sp, #12]
add x9, x9, x10
strb w8, [x9]
ldrb w8, [sp, #23]
ldr x9, [sp, #24]
ldrsw x10, [sp, #16]
mov x11, x10
add w11, w11, #1
str w11, [sp, #16]
add x9, x9, x10
strb w8, [x9]
b LBB3_5
LBB3_5: ; in Loop: Header=BB3_1 Depth=1
b LBB3_6
LBB3_6: ; in Loop: Header=BB3_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB3_1
LBB3_7:
ldr w0, [sp, #16]
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _insertion_sort ; -- Begin function insertion_sort
.p2align 2
_insertion_sort: ; @insertion_sort
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str w1, [sp, #20]
mov w8, #1
str w8, [sp, #4]
b LBB4_1
LBB4_1: ; =>This Loop Header: Depth=1
; Child Loop BB4_3 Depth 2
ldr w8, [sp, #4]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB4_9
b LBB4_2
LBB4_2: ; in Loop: Header=BB4_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #4]
ldrsb w8, [x8, x9]
str w8, [sp, #16]
ldr w8, [sp, #4]
subs w8, w8, #1
str w8, [sp, #12]
b LBB4_3
LBB4_3: ; Parent Loop BB4_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #16]
ldr x9, [sp, #24]
ldrsw x10, [sp, #12]
ldrsb w9, [x9, x10]
subs w8, w8, w9
cset w8, ge
mov w9, #0
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB4_5
b LBB4_4
LBB4_4: ; in Loop: Header=BB4_3 Depth=2
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, ge
str w8, [sp] ; 4-byte Folded Spill
b LBB4_5
LBB4_5: ; in Loop: Header=BB4_3 Depth=2
ldr w8, [sp] ; 4-byte Folded Reload
tbz w8, #0, LBB4_7
b LBB4_6
LBB4_6: ; in Loop: Header=BB4_3 Depth=2
ldr x8, [sp, #24]
ldr w9, [sp, #12]
add w9, w9, #1
ldrsb w8, [x8, w9, sxtw]
str w8, [sp, #8]
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
add x8, x8, x9
ldrb w8, [x8]
ldr x9, [sp, #24]
ldr w10, [sp, #12]
add w10, w10, #1
add x9, x9, w10, sxtw
strb w8, [x9]
ldr w8, [sp, #8]
ldr x9, [sp, #24]
ldrsw x10, [sp, #12]
strb w8, [x9, x10]
ldr w8, [sp, #12]
subs w8, w8, #1
str w8, [sp, #12]
b LBB4_3
LBB4_7: ; in Loop: Header=BB4_1 Depth=1
b LBB4_8
LBB4_8: ; in Loop: Header=BB4_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB4_1
LBB4_9:
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _merge ; -- Begin function merge
.p2align 2
_merge: ; @merge
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #40]
str x1, [sp, #32]
str w2, [sp, #28]
str wzr, [sp, #24]
str wzr, [sp, #20]
str wzr, [sp, #16]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ge
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB5_3
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #20]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, lt
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB5_3
LBB5_3: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB5_15
b LBB5_4
LBB5_4: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
ldr x9, [sp, #32]
ldrsw x10, [sp, #16]
ldrsb w9, [x9, x10]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB5_6
b LBB5_5
LBB5_5: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB5_14
LBB5_6: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
ldr x9, [sp, #32]
ldrsw x10, [sp, #16]
ldrsb w9, [x9, x10]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB5_8
b LBB5_7
LBB5_7: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB5_13
LBB5_8: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
subs w8, w8, #120
cset w8, eq
tbnz w8, #0, LBB5_11
b LBB5_9
LBB5_9: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #16]
ldrsb w8, [x8, x9]
subs w8, w8, #120
cset w8, eq
tbnz w8, #0, LBB5_11
b LBB5_10
LBB5_10: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB5_12
LBB5_11: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB5_12
LBB5_12: ; in Loop: Header=BB5_1 Depth=1
b LBB5_13
LBB5_13: ; in Loop: Header=BB5_1 Depth=1
b LBB5_14
LBB5_14: ; in Loop: Header=BB5_1 Depth=1
b LBB5_1
LBB5_15:
ldr w0, [sp, #24]
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, #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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur wzr, [x29, #-24]
mov x0, #0
bl _time
; kill: def $w0 killed $w0 killed $x0
bl _srand
sub x0, x29, #18
bl _generate_answer
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
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
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
stur wzr, [x29, #-40]
str wzr, [sp, #44]
b LBB6_1
LBB6_1: ; =>This Loop Header: Depth=1
; Child Loop BB6_8 Depth 2
ldr w8, [sp, #44]
subs w8, w8, #10
cset w8, ge
mov w9, #0
str w9, [sp, #36] ; 4-byte Folded Spill
tbnz w8, #0, LBB6_3
b LBB6_2
LBB6_2: ; in Loop: Header=BB6_1 Depth=1
ldur w8, [x29, #-40]
subs w8, w8, #0
cset w8, eq
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB6_3
LBB6_3: ; in Loop: Header=BB6_1 Depth=1
ldr w8, [sp, #36] ; 4-byte Folded Reload
tbz w8, #0, LBB6_16
b LBB6_4
LBB6_4: ; in Loop: Header=BB6_1 Depth=1
stur wzr, [x29, #-44]
stur wzr, [x29, #-36]
sturb wzr, [x29, #-32]
sub x1, x29, #18
add x0, x1, #5
mov x2, #5
bl ___strcpy_chk
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
sub x0, x29, #29
bl _get_input
str w0, [sp, #48]
ldr w8, [sp, #48]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB6_14
b LBB6_5
LBB6_5: ; in Loop: Header=BB6_1 Depth=1
sub x8, x29, #18
add x0, x8, #5
sub x1, x29, #29
sub x2, x29, #36
mov w3, #33
bl _intersection
stur w0, [x29, #-44]
ldur w8, [x29, #-44]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB6_7
b LBB6_6
LBB6_6: ; in Loop: Header=BB6_1 Depth=1
mov w8, #1
stur w8, [x29, #-40]
b LBB6_7
LBB6_7: ; in Loop: Header=BB6_1 Depth=1
sub x8, x29, #18
add x0, x8, #5
mov w1, #4
str w1, [sp, #32] ; 4-byte Folded Spill
bl _insertion_sort
ldr w1, [sp, #32] ; 4-byte Folded Reload
sub x0, x29, #29
bl _insertion_sort
str wzr, [sp, #40]
b LBB6_8
LBB6_8: ; Parent Loop BB6_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #40]
str w8, [sp, #24] ; 4-byte Folded Spill
sub x8, x29, #18
add x0, x8, #5
sub x1, x29, #29
mov w2, #4
bl _merge
ldr w8, [sp, #24] ; 4-byte Folded Reload
subs w8, w8, w0
cset w8, ge
mov w9, #0
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB6_10
b LBB6_9
LBB6_9: ; in Loop: Header=BB6_8 Depth=2
ldur w8, [x29, #-44]
subs w8, w8, #4
cset w8, lt
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB6_10
LBB6_10: ; in Loop: Header=BB6_8 Depth=2
ldr w8, [sp, #28] ; 4-byte Folded Reload
tbz w8, #0, LBB6_13
b LBB6_11
LBB6_11: ; in Loop: Header=BB6_8 Depth=2
ldursw x9, [x29, #-44]
sub x8, x29, #36
add x9, x8, x9
mov w8, #35
strb w8, [x9]
b LBB6_12
LBB6_12: ; in Loop: Header=BB6_8 Depth=2
ldr w8, [sp, #40]
add w8, w8, #1
str w8, [sp, #40]
ldur w8, [x29, #-44]
add w8, w8, #1
stur w8, [x29, #-44]
b LBB6_8
LBB6_13: ; in Loop: Header=BB6_1 Depth=1
mov x9, sp
sub x8, x29, #36
str x8, [x9]
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _printf
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB6_15
LBB6_14: ; in Loop: Header=BB6_1 Depth=1
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
b LBB6_15
LBB6_15: ; in Loop: Header=BB6_1 Depth=1
b LBB6_1
LBB6_16:
ldur w8, [x29, #-40]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB6_18
b LBB6_17
LBB6_17:
mov x9, sp
sub x8, x29, #18
str x8, [x9]
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
b LBB6_19
LBB6_18:
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _printf
b LBB6_19
LBB6_19:
ldur w8, [x29, #-24]
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, LBB6_21
b LBB6_20
LBB6_20:
bl ___stack_chk_fail
LBB6_21:
ldr w0, [sp, #20] ; 4-byte Folded Reload
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 "MASTERMIND\n\n"
l_.str.1: ; @.str.1
.asciz "Instrucciones del juego:\n"
l_.str.2: ; @.str.2
.asciz "El objetivo del juego es adivinar la combinacion correcta de letras.\n"
l_.str.3: ; @.str.3
.asciz "Para ello tienes que escribir una combinacion de 4 letras entre la a y la f,\n"
l_.str.4: ; @.str.4
.asciz "despues de cada tiro te aparece una pista.\n\nLa pista consiste en el signo de "
l_.str.5: ; @.str.5
.asciz "exclamacion (!), significando que tienes una\nletra correcta en la posicion "
l_.str.6: ; @.str.6
.asciz "correcta.\n\nMientras que el simbolo de gato (#) significa que tienes una letra\n"
l_.str.7: ; @.str.7
.asciz "correcta pero en la posicion incorrecta.\n"
l_.str.8: ; @.str.8
.asciz "\nEn total tienes 10 tiros.\nBuena suerte.\n\n"
l_.str.9: ; @.str.9
.asciz "Ingresa respuesta: "
l_.str.10: ; @.str.10
.asciz "Hint: %s\n\n"
l_.str.11: ; @.str.11
.asciz "\tIngresa una combinacion de 4 letras entre la a y la f\n\n"
l_.str.12: ; @.str.12
.asciz "Perdiste. La respuesta era: %s\n"
l_.str.13: ; @.str.13
.asciz "Ganaste!\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ascii_dado ## -- Begin function ascii_dado
.p2align 4, 0x90
_ascii_dado: ## @ascii_dado
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _rand
movl $6, %ecx
cltd
idivl %ecx
addl $97, %edx
movb %dl, %al
movsbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _get_input ## -- Begin function get_input
.p2align 4, 0x90
_get_input: ## @get_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 $32, %rsp
movq %rdi, -8(%rbp)
movl $0, -16(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
callq _getchar
## kill: def $al killed $al killed $eax
movb %al, -9(%rbp)
movsbl %al, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $-1, %ecx
movb %al, -17(%rbp) ## 1-byte Spill
je LBB1_6
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movsbl -9(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $10, %ecx
movb %al, -17(%rbp) ## 1-byte Spill
je LBB1_6
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %ecx
movl %ecx, %eax
addl $1, %eax
movl %eax, -16(%rbp)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $4, %ecx
movb %al, -17(%rbp) ## 1-byte Spill
jge LBB1_6
## %bb.4: ## in Loop: Header=BB1_1 Depth=1
movsbl -9(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $97, %ecx
movb %al, -17(%rbp) ## 1-byte Spill
jl LBB1_6
## %bb.5: ## in Loop: Header=BB1_1 Depth=1
movsbl -9(%rbp), %eax
cmpl $102, %eax
setle %al
movb %al, -17(%rbp) ## 1-byte Spill
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
movb -17(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_7
jmp LBB1_8
LBB1_7: ## in Loop: Header=BB1_1 Depth=1
movb -9(%rbp), %cl
movq -8(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -8(%rbp)
movb %cl, (%rax)
jmp LBB1_1
LBB1_8:
movq -8(%rbp), %rax
movb $0, (%rax)
movsbl -9(%rbp), %eax
cmpl $10, %eax
je LBB1_16
## %bb.9:
movsbl -9(%rbp), %eax
cmpl $-1, %eax
je LBB1_16
## %bb.10:
jmp LBB1_11
LBB1_11: ## =>This Inner Loop Header: Depth=1
callq _getchar
## kill: def $al killed $al killed $eax
movb %al, -9(%rbp)
movsbl %al, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $-1, %ecx
movb %al, -18(%rbp) ## 1-byte Spill
je LBB1_13
## %bb.12: ## in Loop: Header=BB1_11 Depth=1
movsbl -9(%rbp), %eax
cmpl $10, %eax
setne %al
movb %al, -18(%rbp) ## 1-byte Spill
LBB1_13: ## in Loop: Header=BB1_11 Depth=1
movb -18(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_14
jmp LBB1_15
LBB1_14: ## in Loop: Header=BB1_11 Depth=1
jmp LBB1_11
LBB1_15:
jmp LBB1_16
LBB1_16:
movl -16(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _generate_answer ## -- Begin function generate_answer
.p2align 4, 0x90
_generate_answer: ## @generate_answer
.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)
LBB2_1: ## =>This Inner Loop Header: Depth=1
cmpl $4, -12(%rbp)
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
callq _ascii_dado
movb %al, %cl
movq -8(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -8(%rbp)
movb %cl, (%rax)
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB2_1
LBB2_4:
movq -8(%rbp), %rax
movb $0, (%rax)
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _intersection ## -- Begin function intersection
.p2align 4, 0x90
_intersection: ## @intersection
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %cl, %al
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movb %al, -25(%rbp)
movl $0, -32(%rbp)
movl $0, -36(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
cmpl $4, -36(%rbp)
jge LBB3_7
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movq -8(%rbp), %rax
movslq -36(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movq -16(%rbp), %rcx
movslq -36(%rbp), %rdx
movsbl (%rcx,%rdx), %ecx
cmpl %ecx, %eax
jne LBB3_5
## %bb.3: ## in Loop: Header=BB3_1 Depth=1
movq -8(%rbp), %rax
movslq -36(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $120, %eax
je LBB3_5
## %bb.4: ## in Loop: Header=BB3_1 Depth=1
movq -8(%rbp), %rax
movslq -36(%rbp), %rcx
movb $120, (%rax,%rcx)
movq -16(%rbp), %rax
movslq -36(%rbp), %rcx
movb $120, (%rax,%rcx)
movb -25(%rbp), %dl
movq -24(%rbp), %rax
movl -32(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -32(%rbp)
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
LBB3_5: ## in Loop: Header=BB3_1 Depth=1
jmp LBB3_6
LBB3_6: ## in Loop: Header=BB3_1 Depth=1
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB3_1
LBB3_7:
movl -32(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _insertion_sort ## -- Begin function insertion_sort
.p2align 4, 0x90
_insertion_sort: ## @insertion_sort
.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 $1, -28(%rbp)
LBB4_1: ## =>This Loop Header: Depth=1
## Child Loop BB4_3 Depth 2
movl -28(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB4_9
## %bb.2: ## in Loop: Header=BB4_1 Depth=1
movq -8(%rbp), %rax
movslq -28(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movl %eax, -16(%rbp)
movl -28(%rbp), %eax
subl $1, %eax
movl %eax, -20(%rbp)
LBB4_3: ## Parent Loop BB4_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -16(%rbp), %ecx
movq -8(%rbp), %rax
movslq -20(%rbp), %rdx
movsbl (%rax,%rdx), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -29(%rbp) ## 1-byte Spill
jge LBB4_5
## %bb.4: ## in Loop: Header=BB4_3 Depth=2
cmpl $0, -20(%rbp)
setge %al
movb %al, -29(%rbp) ## 1-byte Spill
LBB4_5: ## in Loop: Header=BB4_3 Depth=2
movb -29(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB4_6
jmp LBB4_7
LBB4_6: ## in Loop: Header=BB4_3 Depth=2
movq -8(%rbp), %rax
movl -20(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %eax
movl %eax, -24(%rbp)
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movb (%rax,%rcx), %dl
movq -8(%rbp), %rax
movl -20(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
movl -24(%rbp), %eax
movb %al, %dl
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movb %dl, (%rax,%rcx)
movl -20(%rbp), %eax
addl $-1, %eax
movl %eax, -20(%rbp)
jmp LBB4_3
LBB4_7: ## in Loop: Header=BB4_1 Depth=1
jmp LBB4_8
LBB4_8: ## in Loop: Header=BB4_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB4_1
LBB4_9:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _merge ## -- Begin function merge
.p2align 4, 0x90
_merge: ## @merge
.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)
movl $0, -24(%rbp)
movl $0, -28(%rbp)
movl $0, -32(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
movl -32(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -20(%rbp), %ecx
movb %al, -33(%rbp) ## 1-byte Spill
jge LBB5_3
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movl -28(%rbp), %eax
cmpl -20(%rbp), %eax
setl %al
movb %al, -33(%rbp) ## 1-byte Spill
LBB5_3: ## in Loop: Header=BB5_1 Depth=1
movb -33(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB5_4
jmp LBB5_15
LBB5_4: ## in Loop: Header=BB5_1 Depth=1
movq -8(%rbp), %rax
movslq -28(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movq -16(%rbp), %rcx
movslq -32(%rbp), %rdx
movsbl (%rcx,%rdx), %ecx
cmpl %ecx, %eax
jle LBB5_6
## %bb.5: ## in Loop: Header=BB5_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB5_14
LBB5_6: ## in Loop: Header=BB5_1 Depth=1
movq -8(%rbp), %rax
movslq -28(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movq -16(%rbp), %rcx
movslq -32(%rbp), %rdx
movsbl (%rcx,%rdx), %ecx
cmpl %ecx, %eax
jge LBB5_8
## %bb.7: ## in Loop: Header=BB5_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB5_13
LBB5_8: ## in Loop: Header=BB5_1 Depth=1
movq -8(%rbp), %rax
movslq -28(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $120, %eax
je LBB5_11
## %bb.9: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $120, %eax
je LBB5_11
## %bb.10: ## in Loop: Header=BB5_1 Depth=1
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB5_12
LBB5_11: ## in Loop: Header=BB5_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
LBB5_12: ## in Loop: Header=BB5_1 Depth=1
jmp LBB5_13
LBB5_13: ## in Loop: Header=BB5_1 Depth=1
jmp LBB5_14
LBB5_14: ## in Loop: Header=BB5_1 Depth=1
jmp LBB5_1
LBB5_15:
movl -24(%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 $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -24(%rbp)
xorl %eax, %eax
movl %eax, %edi
callq _time
movl %eax, %edi
callq _srand
leaq -18(%rbp), %rdi
callq _generate_answer
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
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
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -40(%rbp)
movl $0, -52(%rbp)
LBB6_1: ## =>This Loop Header: Depth=1
## Child Loop BB6_8 Depth 2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $10, -52(%rbp)
movb %al, -57(%rbp) ## 1-byte Spill
jge LBB6_3
## %bb.2: ## in Loop: Header=BB6_1 Depth=1
cmpl $0, -40(%rbp)
setne %al
xorb $-1, %al
movb %al, -57(%rbp) ## 1-byte Spill
LBB6_3: ## in Loop: Header=BB6_1 Depth=1
movb -57(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB6_4
jmp LBB6_16
LBB6_4: ## in Loop: Header=BB6_1 Depth=1
movl $0, -44(%rbp)
leaq -34(%rbp), %rdi
xorl %esi, %esi
movl $5, %edx
callq _memset
leaq -18(%rbp), %rdi
addq $5, %rdi
leaq -18(%rbp), %rsi
movl $5, %edx
callq ___strcpy_chk
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
leaq -29(%rbp), %rdi
callq _get_input
movl %eax, -48(%rbp)
cmpl $4, -48(%rbp)
jne LBB6_14
## %bb.5: ## in Loop: Header=BB6_1 Depth=1
leaq -18(%rbp), %rdi
addq $5, %rdi
leaq -29(%rbp), %rsi
leaq -34(%rbp), %rdx
movl $33, %ecx
callq _intersection
movl %eax, -44(%rbp)
cmpl $4, -44(%rbp)
jne LBB6_7
## %bb.6: ## in Loop: Header=BB6_1 Depth=1
movl $1, -40(%rbp)
LBB6_7: ## in Loop: Header=BB6_1 Depth=1
leaq -18(%rbp), %rdi
addq $5, %rdi
movl $4, %esi
callq _insertion_sort
leaq -29(%rbp), %rdi
movl $4, %esi
callq _insertion_sort
movl $0, -56(%rbp)
LBB6_8: ## Parent Loop BB6_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -56(%rbp), %eax
movl %eax, -64(%rbp) ## 4-byte Spill
leaq -18(%rbp), %rdi
addq $5, %rdi
leaq -29(%rbp), %rsi
movl $4, %edx
callq _merge
movl -64(%rbp), %ecx ## 4-byte Reload
movl %eax, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -58(%rbp) ## 1-byte Spill
jge LBB6_10
## %bb.9: ## in Loop: Header=BB6_8 Depth=2
cmpl $4, -44(%rbp)
setl %al
movb %al, -58(%rbp) ## 1-byte Spill
LBB6_10: ## in Loop: Header=BB6_8 Depth=2
movb -58(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB6_11
jmp LBB6_13
LBB6_11: ## in Loop: Header=BB6_8 Depth=2
movslq -44(%rbp), %rax
movb $35, -34(%rbp,%rax)
## %bb.12: ## in Loop: Header=BB6_8 Depth=2
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
movl -44(%rbp), %eax
addl $1, %eax
movl %eax, -44(%rbp)
jmp LBB6_8
LBB6_13: ## in Loop: Header=BB6_1 Depth=1
leaq -34(%rbp), %rsi
leaq L_.str.10(%rip), %rdi
movb $0, %al
callq _printf
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB6_15
LBB6_14: ## in Loop: Header=BB6_1 Depth=1
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
LBB6_15: ## in Loop: Header=BB6_1 Depth=1
jmp LBB6_1
LBB6_16:
cmpl $0, -40(%rbp)
jne LBB6_18
## %bb.17:
leaq -18(%rbp), %rsi
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB6_19
LBB6_18:
leaq L_.str.13(%rip), %rdi
movb $0, %al
callq _printf
LBB6_19:
movl -24(%rbp), %eax
movl %eax, -68(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB6_21
## %bb.20:
movl -68(%rbp), %eax ## 4-byte Reload
addq $80, %rsp
popq %rbp
retq
LBB6_21:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "MASTERMIND\n\n"
L_.str.1: ## @.str.1
.asciz "Instrucciones del juego:\n"
L_.str.2: ## @.str.2
.asciz "El objetivo del juego es adivinar la combinacion correcta de letras.\n"
L_.str.3: ## @.str.3
.asciz "Para ello tienes que escribir una combinacion de 4 letras entre la a y la f,\n"
L_.str.4: ## @.str.4
.asciz "despues de cada tiro te aparece una pista.\n\nLa pista consiste en el signo de "
L_.str.5: ## @.str.5
.asciz "exclamacion (!), significando que tienes una\nletra correcta en la posicion "
L_.str.6: ## @.str.6
.asciz "correcta.\n\nMientras que el simbolo de gato (#) significa que tienes una letra\n"
L_.str.7: ## @.str.7
.asciz "correcta pero en la posicion incorrecta.\n"
L_.str.8: ## @.str.8
.asciz "\nEn total tienes 10 tiros.\nBuena suerte.\n\n"
L_.str.9: ## @.str.9
.asciz "Ingresa respuesta: "
L_.str.10: ## @.str.10
.asciz "Hint: %s\n\n"
L_.str.11: ## @.str.11
.asciz "\tIngresa una combinacion de 4 letras entre la a y la f\n\n"
L_.str.12: ## @.str.12
.asciz "Perdiste. La respuesta era: %s\n"
L_.str.13: ## @.str.13
.asciz "Ganaste!\n"
.subsections_via_symbols
| the_stack_data/41253.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/37352.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 w0, #1
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, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/159514782.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 _opendir
str x0, [sp, #16]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB0_2:
ldr x0, [sp, #16]
mov x1, #38502
movk x1, #17052, lsl #16
bl _seekdir
b LBB0_3
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x0, [sp, #16]
bl _readdir
mov x8, x0
str x8, [sp, #8]
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=1
ldr x8, [sp, #8]
add x8, x8, #21
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_3
LBB0_5:
ldr x0, [sp, #16]
bl _closedir
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 "./"
l_.str.1: ; @.str.1
.asciz "fail to open dir"
l_.str.2: ; @.str.2
.asciz "dir name is :%s \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)
leaq L_.str(%rip), %rdi
callq _opendir$INODE64
movq %rax, -16(%rbp)
cmpq $0, -16(%rbp)
jne LBB0_2
## %bb.1:
leaq L_.str.1(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB0_2:
movq -16(%rbp), %rdi
movl $1117558374, %esi ## imm = 0x429C9666
callq _seekdir$INODE64
LBB0_3: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rdi
callq _readdir$INODE64
movq %rax, -24(%rbp)
cmpq $0, %rax
je LBB0_5
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
movq -24(%rbp), %rsi
addq $21, %rsi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_3
LBB0_5:
movq -16(%rbp), %rdi
callq _closedir
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "./"
L_.str.1: ## @.str.1
.asciz "fail to open dir"
L_.str.2: ## @.str.2
.asciz "dir name is :%s \n"
.subsections_via_symbols
| the_stack_data/87637634.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, #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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #52]
str wzr, [sp, #36]
strb wzr, [sp, #35]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #40
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldr x8, [sp, #40]
str x8, [sp, #24]
str wzr, [sp, #20]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
mov x9, #10
sdiv x10, x8, x9
mul x10, x10, x9
subs x8, x8, x10
ldrsw x11, [sp, #20]
add x10, sp, #56
; kill: def $w8 killed $w8 killed $x8
str w8, [x10, x11, lsl #2]
ldr x8, [sp, #24]
sdiv x8, x8, x9
str x8, [sp, #24]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_1
LBB0_4:
str wzr, [sp, #16]
ldr x8, [sp, #40]
str x8, [sp, #24]
b LBB0_5
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
ldr x8, [sp, #24]
mov x9, #10
sdiv x8, x8, x9
str x8, [sp, #24]
b LBB0_5
LBB0_7:
ldr x8, [sp, #40]
str x8, [sp, #24]
b LBB0_8
LBB0_8: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_30
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #34
cset w8, eq
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #37
cset w8, ne
tbnz w8, #0, LBB0_13
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_8 Depth=1
ldr w8, [sp, #16]
subs w8, w8, #15
cset w8, ne
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_8 Depth=1
mov w8, #97
strb w8, [sp, #35]
b LBB0_29
LBB0_13: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #2221
cset w8, lt
tbnz w8, #0, LBB0_15
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #2720
cset w8, le
tbnz w8, #0, LBB0_17
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #50
cset w8, lt
tbnz w8, #0, LBB0_19
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #69
cset w8, gt
tbnz w8, #0, LBB0_19
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_8 Depth=1
ldr w8, [sp, #16]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB0_19
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_8 Depth=1
mov w8, #109
strb w8, [sp, #35]
b LBB0_28
LBB0_19: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #40
cset w8, lt
tbnz w8, #0, LBB0_24
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #49
cset w8, gt
tbnz w8, #0, LBB0_24
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_8 Depth=1
ldr w8, [sp, #16]
subs w8, w8, #13
cset w8, eq
tbnz w8, #0, LBB0_23
b LBB0_22
LBB0_22: ; in Loop: Header=BB0_8 Depth=1
ldr w8, [sp, #16]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB0_24
b LBB0_23
LBB0_23: ; in Loop: Header=BB0_8 Depth=1
mov w8, #118
strb w8, [sp, #35]
b LBB0_27
LBB0_24: ; in Loop: Header=BB0_8 Depth=1
ldrsb w8, [sp, #35]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_26
b LBB0_25
LBB0_25: ; in Loop: Header=BB0_8 Depth=1
mov w8, #111
strb w8, [sp, #35]
b LBB0_26
LBB0_26: ; in Loop: Header=BB0_8 Depth=1
b LBB0_27
LBB0_27: ; in Loop: Header=BB0_8 Depth=1
b LBB0_28
LBB0_28: ; in Loop: Header=BB0_8 Depth=1
b LBB0_29
LBB0_29: ; in Loop: Header=BB0_8 Depth=1
ldr x8, [sp, #24]
mov x9, #10
sdiv x8, x8, x9
str x8, [sp, #24]
b LBB0_8
LBB0_30:
mov w8, #1
str w8, [sp, #12]
b LBB0_31
LBB0_31: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB0_34
b LBB0_32
LBB0_32: ; in Loop: Header=BB0_31 Depth=1
ldrsw x9, [sp, #12]
add x8, sp, #56
add x9, x8, x9, lsl #2
ldr w8, [x9]
lsl w8, w8, #1
str w8, [x9]
b LBB0_33
LBB0_33: ; in Loop: Header=BB0_31 Depth=1
ldr w8, [sp, #12]
add w8, w8, #2
str w8, [sp, #12]
b LBB0_31
LBB0_34:
str wzr, [sp, #8]
b LBB0_35
LBB0_35: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB0_41
b LBB0_36
LBB0_36: ; in Loop: Header=BB0_35 Depth=1
ldrsw x9, [sp, #8]
add x8, sp, #56
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB0_38
b LBB0_37
LBB0_37: ; in Loop: Header=BB0_35 Depth=1
ldrsw x9, [sp, #8]
add x8, sp, #56
ldr w9, [x8, x9, lsl #2]
ldr w8, [sp, #36]
add w8, w8, w9
str w8, [sp, #36]
b LBB0_39
LBB0_38: ; in Loop: Header=BB0_35 Depth=1
ldrsw x9, [sp, #8]
add x8, sp, #56
ldr w10, [x8, x9, lsl #2]
mov w9, #10
sdiv w11, w10, w9
mul w11, w11, w9
subs w11, w10, w11
ldr w10, [sp, #36]
add w10, w10, w11
str w10, [sp, #36]
ldrsw x10, [sp, #8]
ldr w8, [x8, x10, lsl #2]
sdiv w9, w8, w9
ldr w8, [sp, #36]
add w8, w8, w9
str w8, [sp, #36]
b LBB0_39
LBB0_39: ; in Loop: Header=BB0_35 Depth=1
b LBB0_40
LBB0_40: ; in Loop: Header=BB0_35 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_35
LBB0_41:
ldr w8, [sp, #36]
mov w10, #10
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_55
b LBB0_42
LBB0_42:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldrsb w8, [sp, #35]
subs w8, w8, #97
cset w8, ne
tbnz w8, #0, LBB0_44
b LBB0_43
LBB0_43:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB0_54
LBB0_44:
ldrsb w8, [sp, #35]
subs w8, w8, #109
cset w8, ne
tbnz w8, #0, LBB0_46
b LBB0_45
LBB0_45:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_53
LBB0_46:
ldrsb w8, [sp, #35]
subs w8, w8, #118
cset w8, ne
tbnz w8, #0, LBB0_48
b LBB0_47
LBB0_47:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
b LBB0_52
LBB0_48:
ldrsb w8, [sp, #35]
subs w8, w8, #111
cset w8, ne
tbnz w8, #0, LBB0_50
b LBB0_49
LBB0_49:
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB0_51
LBB0_50:
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
b LBB0_51
LBB0_51:
b LBB0_52
LBB0_52:
b LBB0_53
LBB0_53:
b LBB0_54
LBB0_54:
b LBB0_56
LBB0_55:
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
b LBB0_56
LBB0_56:
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_58
b LBB0_57
LBB0_57:
bl ___stack_chk_fail
LBB0_58:
mov w0, #0
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Credit Card Number: "
l_.str.1: ; @.str.1
.asciz "%li"
l_.str.2: ; @.str.2
.asciz "VALID\nCARD TYPE : "
l_.str.3: ; @.str.3
.asciz "AMEX\n"
l_.str.4: ; @.str.4
.asciz "MASTERCARD/MAESTRO\n"
l_.str.5: ; @.str.5
.asciz "VISA\n"
l_.str.6: ; @.str.6
.asciz "OTHER\n"
l_.str.7: ; @.str.7
.asciz "program error please call 911.\n"
l_.str.8: ; @.str.8
.asciz "INVALID\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, -84(%rbp)
movl $0, -100(%rbp)
movb $0, -101(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -96(%rbp), %rsi
movb $0, %al
callq _scanf
movq -96(%rbp), %rax
movq %rax, -112(%rbp)
movl $0, -116(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $16, -116(%rbp)
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -112(%rbp), %rax
movl $10, %ecx
cqto
idivq %rcx
movl %edx, %ecx
movslq -116(%rbp), %rax
movl %ecx, -80(%rbp,%rax,4)
movq -112(%rbp), %rax
movl $10, %ecx
cqto
idivq %rcx
movq %rax, -112(%rbp)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -116(%rbp), %eax
addl $1, %eax
movl %eax, -116(%rbp)
jmp LBB0_1
LBB0_4:
movl $0, -120(%rbp)
movq -96(%rbp), %rax
movq %rax, -112(%rbp)
LBB0_5: ## =>This Inner Loop Header: Depth=1
cmpq $0, -112(%rbp)
je LBB0_7
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movl -120(%rbp), %eax
addl $1, %eax
movl %eax, -120(%rbp)
movq -112(%rbp), %rax
movl $10, %ecx
cqto
idivq %rcx
movq %rax, -112(%rbp)
jmp LBB0_5
LBB0_7:
movq -96(%rbp), %rax
movq %rax, -112(%rbp)
LBB0_8: ## =>This Inner Loop Header: Depth=1
cmpq $0, -112(%rbp)
je LBB0_30
## %bb.9: ## in Loop: Header=BB0_8 Depth=1
cmpq $34, -112(%rbp)
je LBB0_11
## %bb.10: ## in Loop: Header=BB0_8 Depth=1
cmpq $37, -112(%rbp)
jne LBB0_13
LBB0_11: ## in Loop: Header=BB0_8 Depth=1
cmpl $15, -120(%rbp)
jne LBB0_13
## %bb.12: ## in Loop: Header=BB0_8 Depth=1
movb $97, -101(%rbp)
jmp LBB0_29
LBB0_13: ## in Loop: Header=BB0_8 Depth=1
cmpq $2221, -112(%rbp) ## imm = 0x8AD
jl LBB0_15
## %bb.14: ## in Loop: Header=BB0_8 Depth=1
cmpq $2720, -112(%rbp) ## imm = 0xAA0
jle LBB0_17
LBB0_15: ## in Loop: Header=BB0_8 Depth=1
cmpq $50, -112(%rbp)
jl LBB0_19
## %bb.16: ## in Loop: Header=BB0_8 Depth=1
cmpq $69, -112(%rbp)
jg LBB0_19
LBB0_17: ## in Loop: Header=BB0_8 Depth=1
cmpl $16, -120(%rbp)
jne LBB0_19
## %bb.18: ## in Loop: Header=BB0_8 Depth=1
movb $109, -101(%rbp)
jmp LBB0_28
LBB0_19: ## in Loop: Header=BB0_8 Depth=1
cmpq $40, -112(%rbp)
jl LBB0_24
## %bb.20: ## in Loop: Header=BB0_8 Depth=1
cmpq $49, -112(%rbp)
jg LBB0_24
## %bb.21: ## in Loop: Header=BB0_8 Depth=1
cmpl $13, -120(%rbp)
je LBB0_23
## %bb.22: ## in Loop: Header=BB0_8 Depth=1
cmpl $16, -120(%rbp)
jne LBB0_24
LBB0_23: ## in Loop: Header=BB0_8 Depth=1
movb $118, -101(%rbp)
jmp LBB0_27
LBB0_24: ## in Loop: Header=BB0_8 Depth=1
movsbl -101(%rbp), %eax
cmpl $0, %eax
jne LBB0_26
## %bb.25: ## in Loop: Header=BB0_8 Depth=1
movb $111, -101(%rbp)
LBB0_26: ## in Loop: Header=BB0_8 Depth=1
jmp LBB0_27
LBB0_27: ## in Loop: Header=BB0_8 Depth=1
jmp LBB0_28
LBB0_28: ## in Loop: Header=BB0_8 Depth=1
jmp LBB0_29
LBB0_29: ## in Loop: Header=BB0_8 Depth=1
movq -112(%rbp), %rax
movl $10, %ecx
cqto
idivq %rcx
movq %rax, -112(%rbp)
jmp LBB0_8
LBB0_30:
movl $1, -124(%rbp)
LBB0_31: ## =>This Inner Loop Header: Depth=1
cmpl $16, -124(%rbp)
jge LBB0_34
## %bb.32: ## in Loop: Header=BB0_31 Depth=1
movslq -124(%rbp), %rax
movl -80(%rbp,%rax,4), %ecx
shll $1, %ecx
movl %ecx, -80(%rbp,%rax,4)
## %bb.33: ## in Loop: Header=BB0_31 Depth=1
movl -124(%rbp), %eax
addl $2, %eax
movl %eax, -124(%rbp)
jmp LBB0_31
LBB0_34:
movl $0, -128(%rbp)
LBB0_35: ## =>This Inner Loop Header: Depth=1
cmpl $16, -128(%rbp)
jge LBB0_41
## %bb.36: ## in Loop: Header=BB0_35 Depth=1
movslq -128(%rbp), %rax
cmpl $10, -80(%rbp,%rax,4)
jge LBB0_38
## %bb.37: ## in Loop: Header=BB0_35 Depth=1
movslq -128(%rbp), %rax
movl -80(%rbp,%rax,4), %eax
addl -100(%rbp), %eax
movl %eax, -100(%rbp)
jmp LBB0_39
LBB0_38: ## in Loop: Header=BB0_35 Depth=1
movslq -128(%rbp), %rax
movl -80(%rbp,%rax,4), %eax
movl $10, %ecx
cltd
idivl %ecx
addl -100(%rbp), %edx
movl %edx, -100(%rbp)
movslq -128(%rbp), %rax
movl -80(%rbp,%rax,4), %eax
movl $10, %ecx
cltd
idivl %ecx
addl -100(%rbp), %eax
movl %eax, -100(%rbp)
LBB0_39: ## in Loop: Header=BB0_35 Depth=1
jmp LBB0_40
LBB0_40: ## in Loop: Header=BB0_35 Depth=1
movl -128(%rbp), %eax
addl $1, %eax
movl %eax, -128(%rbp)
jmp LBB0_35
LBB0_41:
movl -100(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
cmpl $0, %edx
jne LBB0_55
## %bb.42:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movsbl -101(%rbp), %eax
cmpl $97, %eax
jne LBB0_44
## %bb.43:
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_54
LBB0_44:
movsbl -101(%rbp), %eax
cmpl $109, %eax
jne LBB0_46
## %bb.45:
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_53
LBB0_46:
movsbl -101(%rbp), %eax
cmpl $118, %eax
jne LBB0_48
## %bb.47:
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_52
LBB0_48:
movsbl -101(%rbp), %eax
cmpl $111, %eax
jne LBB0_50
## %bb.49:
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_51
LBB0_50:
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
LBB0_51:
jmp LBB0_52
LBB0_52:
jmp LBB0_53
LBB0_53:
jmp LBB0_54
LBB0_54:
jmp LBB0_56
LBB0_55:
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
LBB0_56:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_58
## %bb.57:
xorl %eax, %eax
addq $128, %rsp
popq %rbp
retq
LBB0_58:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Credit Card Number: "
L_.str.1: ## @.str.1
.asciz "%li"
L_.str.2: ## @.str.2
.asciz "VALID\nCARD TYPE : "
L_.str.3: ## @.str.3
.asciz "AMEX\n"
L_.str.4: ## @.str.4
.asciz "MASTERCARD/MAESTRO\n"
L_.str.5: ## @.str.5
.asciz "VISA\n"
L_.str.6: ## @.str.6
.asciz "OTHER\n"
L_.str.7: ## @.str.7
.asciz "program error please call 911.\n"
L_.str.8: ## @.str.8
.asciz "INVALID\n"
.subsections_via_symbols
| the_stack_data/27137.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, #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, #12]
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_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldrsw x10, [sp, #8]
add x9, sp, #16
mov w8, #42
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_1
LBB1_3:
str wzr, [sp, #8]
b LBB1_4
LBB1_4: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_4 Depth=1
ldrsw x10, [sp, #8]
add x9, sp, #16
mov w8, #43
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_4
LBB1_6:
str wzr, [sp, #8]
b LBB1_7
LBB1_7: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_9
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_7 Depth=1
ldrsw x10, [sp, #8]
add x9, sp, #16
mov w8, #44
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_7
LBB1_9:
str wzr, [sp, #8]
b LBB1_10
LBB1_10: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_12
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_10 Depth=1
ldrsw x10, [sp, #8]
add x9, sp, #16
mov w8, #45
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_10
LBB1_12:
str wzr, [sp, #8]
b LBB1_13
LBB1_13: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_15
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_13 Depth=1
ldrsw x10, [sp, #8]
add x9, sp, #16
mov w8, #46
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_13
LBB1_15:
str wzr, [sp, #8]
b LBB1_16
LBB1_16: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_18
b LBB1_17
LBB1_17: ; in Loop: Header=BB1_16 Depth=1
ldrsw x10, [sp, #8]
add x9, sp, #16
mov w8, #47
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_16
LBB1_18:
str wzr, [sp, #4]
b LBB1_19
LBB1_19: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_22
b LBB1_20
LBB1_20: ; in Loop: Header=BB1_19 Depth=1
ldrsw x9, [sp, #4]
add x8, sp, #16
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #46
cset w8, eq
and w0, w8, #0x1
bl ___VERIFIER_assert
b LBB1_21
LBB1_21: ; in Loop: Header=BB1_19 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB1_19
LBB1_22:
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_24
b LBB1_23
LBB1_23:
bl ___stack_chk_fail
LBB1_24:
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
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 $64, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -52(%rbp)
movl $0, -56(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $10, -56(%rbp)
jge LBB1_3
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movslq -56(%rbp), %rax
movl $42, -48(%rbp,%rax,4)
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB1_1
LBB1_3:
movl $0, -56(%rbp)
LBB1_4: ## =>This Inner Loop Header: Depth=1
cmpl $10, -56(%rbp)
jge LBB1_6
## %bb.5: ## in Loop: Header=BB1_4 Depth=1
movslq -56(%rbp), %rax
movl $43, -48(%rbp,%rax,4)
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB1_4
LBB1_6:
movl $0, -56(%rbp)
LBB1_7: ## =>This Inner Loop Header: Depth=1
cmpl $10, -56(%rbp)
jge LBB1_9
## %bb.8: ## in Loop: Header=BB1_7 Depth=1
movslq -56(%rbp), %rax
movl $44, -48(%rbp,%rax,4)
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB1_7
LBB1_9:
movl $0, -56(%rbp)
LBB1_10: ## =>This Inner Loop Header: Depth=1
cmpl $10, -56(%rbp)
jge LBB1_12
## %bb.11: ## in Loop: Header=BB1_10 Depth=1
movslq -56(%rbp), %rax
movl $45, -48(%rbp,%rax,4)
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB1_10
LBB1_12:
movl $0, -56(%rbp)
LBB1_13: ## =>This Inner Loop Header: Depth=1
cmpl $10, -56(%rbp)
jge LBB1_15
## %bb.14: ## in Loop: Header=BB1_13 Depth=1
movslq -56(%rbp), %rax
movl $46, -48(%rbp,%rax,4)
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB1_13
LBB1_15:
movl $0, -56(%rbp)
LBB1_16: ## =>This Inner Loop Header: Depth=1
cmpl $10, -56(%rbp)
jge LBB1_18
## %bb.17: ## in Loop: Header=BB1_16 Depth=1
movslq -56(%rbp), %rax
movl $47, -48(%rbp,%rax,4)
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB1_16
LBB1_18:
movl $0, -60(%rbp)
LBB1_19: ## =>This Inner Loop Header: Depth=1
cmpl $10, -60(%rbp)
jge LBB1_22
## %bb.20: ## in Loop: Header=BB1_19 Depth=1
movslq -60(%rbp), %rax
cmpl $46, -48(%rbp,%rax,4)
sete %al
andb $1, %al
movzbl %al, %edi
callq ___VERIFIER_assert
## %bb.21: ## in Loop: Header=BB1_19 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB1_19
LBB1_22:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_24
## %bb.23:
xorl %eax, %eax
addq $64, %rsp
popq %rbp
retq
LBB1_24:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/136436.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _div ; -- Begin function div
.p2align 2
_div: ; @div
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #4]
str w1, [sp]
adrp x8, _tmp@PAGE
ldr w8, [x8, _tmp@PAGEOFF]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x9, _tmp@PAGE
ldr w8, [x9, _tmp@PAGEOFF]
mov w10, #2
sdiv w8, w8, w10
subs w8, w8, #0
cset w8, eq
and w8, w8, #0x1
str w8, [x9, _tmp@PAGEOFF]
b LBB0_2
LBB0_2:
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldr w8, [sp, #4]
ldr w9, [sp]
sdiv w8, w8, w9
str w8, [sp, #8]
ldr w8, [sp, #4]
ldr w10, [sp]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #12]
b LBB0_9
LBB0_4:
adrp x8, _tmp@PAGE
ldr w8, [x8, _tmp@PAGEOFF]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_7
b LBB0_5
LBB0_5:
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, lt
and w8, w8, #0x1
ldr w9, [sp]
subs w9, w9, #0
cset w9, lt
and w9, w9, #0x1
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6:
ldr w8, [sp, #4]
ldr w9, [sp]
sdiv w8, w8, w9
add w8, w8, #1
str w8, [sp, #8]
ldr w8, [sp, #4]
ldr w9, [sp, #4]
ldr w10, [sp]
sdiv w9, w9, w10
add w9, w9, #1
ldr w10, [sp]
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #12]
b LBB0_8
LBB0_7:
ldr w8, [sp, #4]
ldr w9, [sp]
sdiv w8, w8, w9
str w8, [sp, #8]
ldr w8, [sp, #4]
ldr w10, [sp]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #12]
b LBB0_8
LBB0_8:
b LBB0_9
LBB0_9:
ldr x0, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.p2align 2 ; @tmp
_tmp:
.long 4294967295 ; 0xffffffff
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _div ## -- Begin function div
.p2align 4, 0x90
_div: ## @div
.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, -12(%rbp)
movl %esi, -16(%rbp)
cmpl $-1, _tmp(%rip)
jne LBB0_2
## %bb.1:
movl _tmp(%rip), %eax
movl $2, %ecx
cltd
idivl %ecx
cmpl $0, %eax
sete %al
andb $1, %al
movzbl %al, %eax
movl %eax, _tmp(%rip)
LBB0_2:
cmpl $0, -12(%rbp)
jne LBB0_4
## %bb.3:
movl -12(%rbp), %eax
cltd
idivl -16(%rbp)
movl %eax, -8(%rbp)
movl -12(%rbp), %eax
cltd
idivl -16(%rbp)
movl %edx, -4(%rbp)
jmp LBB0_9
LBB0_4:
cmpl $0, _tmp(%rip)
jne LBB0_7
## %bb.5:
cmpl $0, -12(%rbp)
setl %al
andb $1, %al
movzbl %al, %eax
cmpl $0, -16(%rbp)
setl %cl
andb $1, %cl
movzbl %cl, %ecx
cmpl %ecx, %eax
je LBB0_7
## %bb.6:
movl -12(%rbp), %eax
cltd
idivl -16(%rbp)
addl $1, %eax
movl %eax, -8(%rbp)
movl -12(%rbp), %eax
movl %eax, -20(%rbp) ## 4-byte Spill
movl -12(%rbp), %eax
cltd
idivl -16(%rbp)
movl %eax, %ecx
movl -20(%rbp), %eax ## 4-byte Reload
addl $1, %ecx
imull -16(%rbp), %ecx
subl %ecx, %eax
movl %eax, -4(%rbp)
jmp LBB0_8
LBB0_7:
movl -12(%rbp), %eax
cltd
idivl -16(%rbp)
movl %eax, -8(%rbp)
movl -12(%rbp), %eax
cltd
idivl -16(%rbp)
movl %edx, -4(%rbp)
LBB0_8:
jmp LBB0_9
LBB0_9:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.p2align 2 ## @tmp
_tmp:
.long 4294967295 ## 0xffffffff
.subsections_via_symbols
| the_stack_data/95451057.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mx_strdel ; -- Begin function mx_strdel
.p2align 2
_mx_strdel: ; @mx_strdel
.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]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr x8, [sp, #8]
ldr x0, [x8]
bl _free
ldr x8, [sp, #8]
; kill: def $x9 killed $xzr
str xzr, [x8]
b LBB0_2
LBB0_2:
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 _mx_strdel ## -- Begin function mx_strdel
.p2align 4, 0x90
_mx_strdel: ## @mx_strdel
.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, (%rax)
je LBB0_2
## %bb.1:
movq -8(%rbp), %rax
movq (%rax), %rdi
callq _free
movq -8(%rbp), %rax
movq $0, (%rax)
LBB0_2:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/105040.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _isPrime ; -- Begin function isPrime
.p2align 2
_isPrime: ; @isPrime
.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]
stur wzr, [x29, #-12]
mov w8, #1
str w8, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldur w9, [x29, #-8]
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]
ldr w10, [sp, #16]
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: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
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, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_1
LBB0_6:
ldur w8, [x29, #-12]
subs w8, w8, #2
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@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w8, #1
stur w8, [x29, #-4]
b LBB0_9
LBB0_8:
ldur w9, [x29, #-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
stur wzr, [x29, #-4]
b LBB0_9
LBB0_9:
ldur w0, [x29, #-4]
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, #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.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #4
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _scanf
ldur w0, [x29, #-4]
bl _isPrime
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 "\n%d is a Prime\n"
l_.str.1: ; @.str.1
.asciz "\n%d is a Composite\n"
l_.str.2: ; @.str.2
.asciz "\nEnter any number: "
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 _isPrime ## -- Begin function isPrime
.p2align 4, 0x90
_isPrime: ## @isPrime
.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)
movl $0, -12(%rbp)
movl $1, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
cmpl -8(%rbp), %eax
jg LBB0_6
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
cltd
idivl -16(%rbp)
cmpl $0, %edx
jne LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_5
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB0_1
LBB0_6:
cmpl $2, -12(%rbp)
jne LBB0_8
## %bb.7:
movl -8(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $1, -4(%rbp)
jmp LBB0_9
LBB0_8:
movl -8(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -4(%rbp)
LBB0_9:
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
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.3(%rip), %rdi
leaq -4(%rbp), %rsi
movb $0, %al
callq _scanf
movl -4(%rbp), %edi
callq _isPrime
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n%d is a Prime\n"
L_.str.1: ## @.str.1
.asciz "\n%d is a Composite\n"
L_.str.2: ## @.str.2
.asciz "\nEnter any number: "
L_.str.3: ## @.str.3
.asciz "%d"
.subsections_via_symbols
| the_stack_data/72477.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, #496
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #84]
movi d0, #0000000000000000
str s0, [sp, #56]
str s0, [sp, #52]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #76
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
str wzr, [sp, #80]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #80]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldrsw x9, [sp, #80]
add x8, sp, #88
add x11, x8, x9, lsl #2
ldrsw x9, [sp, #80]
sub x8, x29, #184
add x10, x8, x9, lsl #2
ldrsw x9, [sp, #80]
add x8, sp, #168
add x8, x8, x9, lsl #2
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _scanf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #80]
add w8, w8, #1
str w8, [sp, #80]
b LBB0_1
LBB0_4:
str wzr, [sp, #80]
b LBB0_5
LBB0_5: ; =>This Loop Header: Depth=1
; Child Loop BB0_7 Depth 2
ldr w8, [sp, #80]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_14
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
str wzr, [sp, #72]
b LBB0_7
LBB0_7: ; Parent Loop BB0_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #72]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_7 Depth=2
ldrsw x8, [sp, #80]
add x9, sp, #168
ldr w8, [x9, x8, lsl #2]
ldrsw x10, [sp, #72]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_7 Depth=2
ldrsw x8, [sp, #80]
add x9, sp, #168
ldr w8, [x9, x8, lsl #2]
str w8, [sp, #68]
ldrsw x8, [sp, #72]
ldr w8, [x9, x8, lsl #2]
ldrsw x10, [sp, #80]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #68]
ldrsw x10, [sp, #72]
str w8, [x9, x10, lsl #2]
ldrsw x8, [sp, #80]
sub x9, x29, #184
ldr w8, [x9, x8, lsl #2]
str w8, [sp, #68]
ldrsw x8, [sp, #72]
ldr w8, [x9, x8, lsl #2]
ldrsw x10, [sp, #80]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #68]
ldrsw x10, [sp, #72]
str w8, [x9, x10, lsl #2]
ldrsw x8, [sp, #80]
add x9, sp, #88
ldr w8, [x9, x8, lsl #2]
str w8, [sp, #68]
ldrsw x8, [sp, #72]
ldr w8, [x9, x8, lsl #2]
ldrsw x10, [sp, #80]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #68]
ldrsw x10, [sp, #72]
str w8, [x9, x10, lsl #2]
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_7 Depth=2
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_7 Depth=2
ldr w8, [sp, #72]
add w8, w8, #1
str w8, [sp, #72]
b LBB0_7
LBB0_12: ; in Loop: Header=BB0_5 Depth=1
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #80]
add w8, w8, #1
str w8, [sp, #80]
b LBB0_5
LBB0_14:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
str wzr, [sp, #80]
b LBB0_15
LBB0_15: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #80]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_18
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_15 Depth=1
ldrsw x9, [sp, #80]
add x8, sp, #88
ldr w8, [x8, x9, lsl #2]
; implicit-def: $x11
mov x11, x8
ldrsw x9, [sp, #80]
sub x8, x29, #184
ldr w8, [x8, x9, lsl #2]
; implicit-def: $x10
mov x10, x8
ldrsw x9, [sp, #80]
add x8, sp, #168
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_15 Depth=1
ldr w8, [sp, #80]
add w8, w8, #1
str w8, [sp, #80]
b LBB0_15
LBB0_18:
sub x8, x29, #104
stur wzr, [x8, #-4]
sub x8, x29, #184
stur wzr, [x8, #-4]
stur wzr, [x29, #-104]
ldur w8, [x29, #-184]
str w8, [sp, #248]
str wzr, [sp, #80]
b LBB0_19
LBB0_19: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #80]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_22
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_19 Depth=1
ldr w8, [sp, #80]
subs w9, w8, #1
sub x8, x29, #104
str x8, [sp, #32] ; 8-byte Folded Spill
ldr w9, [x8, w9, sxtw #2]
ldr w10, [sp, #80]
subs w11, w10, #1
sub x10, x29, #184
str x10, [sp, #40] ; 8-byte Folded Spill
ldr w10, [x10, w11, sxtw #2]
add w9, w9, w10
ldrsw x10, [sp, #80]
str w9, [x8, x10, lsl #2]
ldr w9, [sp, #80]
; implicit-def: $x10
mov x10, x9
ldrsw x9, [sp, #80]
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldrsw x10, [sp, #80]
ldr w8, [x8, x10, lsl #2]
ldrsw x10, [sp, #80]
ldr w9, [x9, x10, lsl #2]
add w9, w8, w9
ldrsw x10, [sp, #80]
add x8, sp, #248
str w9, [x8, x10, lsl #2]
ldr w9, [sp, #80]
; implicit-def: $x10
mov x10, x9
ldrsw x9, [sp, #80]
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_19 Depth=1
ldr w8, [sp, #80]
add w8, w8, #1
str w8, [sp, #80]
b LBB0_19
LBB0_22:
str wzr, [sp, #80]
b LBB0_23
LBB0_23: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #80]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_26
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_23 Depth=1
ldr s0, [sp, #56]
ldrsw x9, [sp, #80]
sub x8, x29, #104
ldr s1, [x8, x9, lsl #2]
scvtf s1, s1
fadd s0, s0, s1
str s0, [sp, #56]
ldr s0, [sp, #52]
ldrsw x9, [sp, #80]
add x8, sp, #248
ldr s1, [x8, x9, lsl #2]
scvtf s1, s1
fadd s0, s0, s1
str s0, [sp, #52]
b LBB0_25
LBB0_25: ; in Loop: Header=BB0_23 Depth=1
ldr w8, [sp, #80]
add w8, w8, #1
str w8, [sp, #80]
b LBB0_23
LBB0_26:
ldr s0, [sp, #56]
ldr s1, [sp, #76]
scvtf s1, s1
fdiv s0, s0, s1
str s0, [sp, #60]
ldr s0, [sp, #52]
ldr s1, [sp, #76]
scvtf s1, s1
fdiv s0, s0, s1
str s0, [sp, #64]
str wzr, [sp, #80]
b LBB0_27
LBB0_27: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #80]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_30
b LBB0_28
LBB0_28: ; in Loop: Header=BB0_27 Depth=1
ldrsw x9, [sp, #80]
sub x8, x29, #184
ldr w8, [x8, x9, lsl #2]
; implicit-def: $x11
mov x11, x8
ldrsw x9, [sp, #80]
sub x8, x29, #104
ldr w8, [x8, x9, lsl #2]
; implicit-def: $x10
mov x10, x8
ldrsw x9, [sp, #80]
add x8, sp, #248
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
b LBB0_29
LBB0_29: ; in Loop: Header=BB0_27 Depth=1
ldr w8, [sp, #80]
add w8, w8, #1
str w8, [sp, #80]
b LBB0_27
LBB0_30:
ldr s0, [sp, #60]
fcvt d1, s0
ldr s0, [sp, #64]
fcvt d0, s0
mov x8, sp
str d1, [x8]
str d0, [x8, #8]
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@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_32
b LBB0_31
LBB0_31:
bl ___stack_chk_fail
LBB0_32:
mov w0, #0
add sp, sp, #496
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 "enter the number of processes : "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Assign the process and burst time\n"
l_.str.3: ; @.str.3
.asciz "the process id, burst time and priority for process"
l_.str.4: ; @.str.4
.asciz "%d\t%d\t%d"
l_.str.5: ; @.str.5
.asciz "process_name\tburst_time\tpriority"
l_.str.6: ; @.str.6
.asciz "\n%3d\t%13d\t%13d"
l_.str.7: ; @.str.7
.asciz "\nwaiting time for process %d = %d \n"
l_.str.8: ; @.str.8
.asciz "turnout time for process %d = %d \n"
l_.str.9: ; @.str.9
.asciz "program of burst time %d %d %d\n"
l_.str.10: ; @.str.10
.asciz "the average of waiting time is %f and turnout time is %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 $464, %rsp ## imm = 0x1D0
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -420(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -448(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -452(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -428(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -424(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -424(%rbp), %eax
cmpl -428(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movslq -424(%rbp), %rax
leaq -416(%rbp), %rsi
shlq $2, %rax
addq %rax, %rsi
movslq -424(%rbp), %rax
leaq -176(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
movslq -424(%rbp), %rax
leaq -336(%rbp), %rcx
shlq $2, %rax
addq %rax, %rcx
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -424(%rbp)
jmp LBB0_1
LBB0_4:
movl $0, -424(%rbp)
LBB0_5: ## =>This Loop Header: Depth=1
## Child Loop BB0_7 Depth 2
movl -424(%rbp), %eax
cmpl -428(%rbp), %eax
jge LBB0_14
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movl $0, -432(%rbp)
LBB0_7: ## Parent Loop BB0_5 Depth=1
## => This Inner Loop Header: Depth=2
movl -432(%rbp), %eax
cmpl -428(%rbp), %eax
jge LBB0_12
## %bb.8: ## in Loop: Header=BB0_7 Depth=2
movslq -424(%rbp), %rax
movl -336(%rbp,%rax,4), %eax
movslq -432(%rbp), %rcx
cmpl -336(%rbp,%rcx,4), %eax
jge LBB0_10
## %bb.9: ## in Loop: Header=BB0_7 Depth=2
movslq -424(%rbp), %rax
movl -336(%rbp,%rax,4), %eax
movl %eax, -436(%rbp)
movslq -432(%rbp), %rax
movl -336(%rbp,%rax,4), %ecx
movslq -424(%rbp), %rax
movl %ecx, -336(%rbp,%rax,4)
movl -436(%rbp), %ecx
movslq -432(%rbp), %rax
movl %ecx, -336(%rbp,%rax,4)
movslq -424(%rbp), %rax
movl -176(%rbp,%rax,4), %eax
movl %eax, -436(%rbp)
movslq -432(%rbp), %rax
movl -176(%rbp,%rax,4), %ecx
movslq -424(%rbp), %rax
movl %ecx, -176(%rbp,%rax,4)
movl -436(%rbp), %ecx
movslq -432(%rbp), %rax
movl %ecx, -176(%rbp,%rax,4)
movslq -424(%rbp), %rax
movl -416(%rbp,%rax,4), %eax
movl %eax, -436(%rbp)
movslq -432(%rbp), %rax
movl -416(%rbp,%rax,4), %ecx
movslq -424(%rbp), %rax
movl %ecx, -416(%rbp,%rax,4)
movl -436(%rbp), %ecx
movslq -432(%rbp), %rax
movl %ecx, -416(%rbp,%rax,4)
LBB0_10: ## in Loop: Header=BB0_7 Depth=2
jmp LBB0_11
LBB0_11: ## in Loop: Header=BB0_7 Depth=2
movl -432(%rbp), %eax
addl $1, %eax
movl %eax, -432(%rbp)
jmp LBB0_7
LBB0_12: ## in Loop: Header=BB0_5 Depth=1
jmp LBB0_13
LBB0_13: ## in Loop: Header=BB0_5 Depth=1
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -424(%rbp)
jmp LBB0_5
LBB0_14:
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -424(%rbp)
LBB0_15: ## =>This Inner Loop Header: Depth=1
movl -424(%rbp), %eax
cmpl -428(%rbp), %eax
jge LBB0_18
## %bb.16: ## in Loop: Header=BB0_15 Depth=1
movslq -424(%rbp), %rax
movl -416(%rbp,%rax,4), %esi
movslq -424(%rbp), %rax
movl -176(%rbp,%rax,4), %edx
movslq -424(%rbp), %rax
movl -336(%rbp,%rax,4), %ecx
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
## %bb.17: ## in Loop: Header=BB0_15 Depth=1
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -424(%rbp)
jmp LBB0_15
LBB0_18:
movl $0, -100(%rbp)
movl $0, -180(%rbp)
movl $0, -96(%rbp)
movl -176(%rbp), %eax
movl %eax, -256(%rbp)
movl $0, -424(%rbp)
LBB0_19: ## =>This Inner Loop Header: Depth=1
movl -424(%rbp), %eax
cmpl -428(%rbp), %eax
jge LBB0_22
## %bb.20: ## in Loop: Header=BB0_19 Depth=1
movl -424(%rbp), %eax
subl $1, %eax
cltq
movl -96(%rbp,%rax,4), %ecx
movl -424(%rbp), %eax
subl $1, %eax
cltq
addl -176(%rbp,%rax,4), %ecx
movslq -424(%rbp), %rax
movl %ecx, -96(%rbp,%rax,4)
movl -424(%rbp), %esi
movslq -424(%rbp), %rax
movl -96(%rbp,%rax,4), %edx
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
movslq -424(%rbp), %rax
movl -96(%rbp,%rax,4), %ecx
movslq -424(%rbp), %rax
addl -176(%rbp,%rax,4), %ecx
movslq -424(%rbp), %rax
movl %ecx, -256(%rbp,%rax,4)
movl -424(%rbp), %esi
movslq -424(%rbp), %rax
movl -256(%rbp,%rax,4), %edx
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
## %bb.21: ## in Loop: Header=BB0_19 Depth=1
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -424(%rbp)
jmp LBB0_19
LBB0_22:
movl $0, -424(%rbp)
LBB0_23: ## =>This Inner Loop Header: Depth=1
movl -424(%rbp), %eax
cmpl -428(%rbp), %eax
jge LBB0_26
## %bb.24: ## in Loop: Header=BB0_23 Depth=1
movss -448(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movslq -424(%rbp), %rax
cvtsi2ssl -96(%rbp,%rax,4), %xmm1
addss %xmm1, %xmm0
movss %xmm0, -448(%rbp)
movss -452(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movslq -424(%rbp), %rax
cvtsi2ssl -256(%rbp,%rax,4), %xmm1
addss %xmm1, %xmm0
movss %xmm0, -452(%rbp)
## %bb.25: ## in Loop: Header=BB0_23 Depth=1
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -424(%rbp)
jmp LBB0_23
LBB0_26:
movss -448(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtsi2ssl -428(%rbp), %xmm1
divss %xmm1, %xmm0
movss %xmm0, -444(%rbp)
movss -452(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtsi2ssl -428(%rbp), %xmm1
divss %xmm1, %xmm0
movss %xmm0, -440(%rbp)
movl $0, -424(%rbp)
LBB0_27: ## =>This Inner Loop Header: Depth=1
movl -424(%rbp), %eax
cmpl -428(%rbp), %eax
jge LBB0_30
## %bb.28: ## in Loop: Header=BB0_27 Depth=1
movslq -424(%rbp), %rax
movl -176(%rbp,%rax,4), %esi
movslq -424(%rbp), %rax
movl -96(%rbp,%rax,4), %edx
movslq -424(%rbp), %rax
movl -256(%rbp,%rax,4), %ecx
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
## %bb.29: ## in Loop: Header=BB0_27 Depth=1
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -424(%rbp)
jmp LBB0_27
LBB0_30:
movss -444(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -440(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
leaq L_.str.10(%rip), %rdi
movb $2, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_32
## %bb.31:
xorl %eax, %eax
addq $464, %rsp ## imm = 0x1D0
popq %rbp
retq
LBB0_32:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "enter the number of processes : "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Assign the process and burst time\n"
L_.str.3: ## @.str.3
.asciz "the process id, burst time and priority for process"
L_.str.4: ## @.str.4
.asciz "%d\t%d\t%d"
L_.str.5: ## @.str.5
.asciz "process_name\tburst_time\tpriority"
L_.str.6: ## @.str.6
.asciz "\n%3d\t%13d\t%13d"
L_.str.7: ## @.str.7
.asciz "\nwaiting time for process %d = %d \n"
L_.str.8: ## @.str.8
.asciz "turnout time for process %d = %d \n"
L_.str.9: ## @.str.9
.asciz "program of burst time %d %d %d\n"
L_.str.10: ## @.str.10
.asciz "the average of waiting time is %f and turnout time is %f \n"
.subsections_via_symbols
| the_stack_data/253615.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _my_swap ; -- Begin function my_swap
.p2align 2
_my_swap: ; @my_swap
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
ldr x8, [sp, #24]
ldr w8, [x8]
str w8, [sp, #12]
ldr x8, [sp, #16]
ldr w8, [x8]
ldr x9, [sp, #24]
str w8, [x9]
ldr w8, [sp, #12]
ldr x9, [sp, #16]
str w8, [x9]
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 _my_swap ## -- Begin function my_swap
.p2align 4, 0x90
_my_swap: ## @my_swap
.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 -8(%rbp), %rax
movl (%rax), %eax
movl %eax, -20(%rbp)
movq -16(%rbp), %rax
movl (%rax), %ecx
movq -8(%rbp), %rax
movl %ecx, (%rax)
movl -20(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/122127.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 x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
mov w8, #1
stur w8, [x29, #-16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-16]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, gt
mov w9, #0
stur w9, [x29, #-20] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
mov x9, sp
sub x8, x29, #12
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
subs w8, w0, #0
cset w8, ne
stur w8, [x29, #-20] ; 4-byte Folded Spill
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-20] ; 4-byte Folded Reload
tbz w8, #0, LBB0_9
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
mov w10, #2
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
mov w9, #2
sdiv w11, w8, w9
ldur w8, [x29, #-12]
sdiv w10, w8, w9
mov x9, sp
; implicit-def: $x8
mov x8, x11
str x8, [x9]
; implicit-def: $x8
mov x8, x10
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_7
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
mov w9, #2
sdiv w11, w8, w9
ldur w8, [x29, #-12]
sdiv w8, w8, w9
add w10, w8, #1
mov x9, sp
; implicit-def: $x8
mov x8, x11
str x8, [x9]
; implicit-def: $x8
mov x8, x10
str x8, [x9, #8]
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
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB0_1
LBB0_9:
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 "%i %i\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)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl $1, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -8(%rbp), %ecx
movb %al, -17(%rbp) ## 1-byte Spill
jg LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $0, %eax
setne %al
movb %al, -17(%rbp) ## 1-byte Spill
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movb -17(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB0_4
jmp LBB0_9
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
cmpl $0, %edx
jne LBB0_6
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %esi
movl -12(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %edx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_7
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %esi
movl -12(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %edx
addl $1, %edx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_8
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB0_1
LBB0_9:
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 "%i %i\n"
.subsections_via_symbols
| the_stack_data/370826.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 w0, [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 $1, -8(%rbp)
movl -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/3262894.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, #528
stur wzr, [x29, #-20]
bl ___VERIFIER_nondet_int
str w0, [sp, #128]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-24]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-32]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-40]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-48]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-56]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-64]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-72]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-80]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-88]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-96]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-104]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-112]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-120]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-128]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-136]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-144]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-152]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-160]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-168]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-176]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-184]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-192]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-200]
bl ___VERIFIER_nondet_bool
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_bool
stur w0, [x29, #-240]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-248]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-256]
bl ___VERIFIER_nondet_bool
str w0, [sp, #280]
bl ___VERIFIER_nondet_bool
str w0, [sp, #272]
bl ___VERIFIER_nondet_bool
str w0, [sp, #264]
bl ___VERIFIER_nondet_bool
str w0, [sp, #256]
bl ___VERIFIER_nondet_bool
str w0, [sp, #248]
bl ___VERIFIER_nondet_bool
str w0, [sp, #240]
bl ___VERIFIER_nondet_bool
str w0, [sp, #232]
bl ___VERIFIER_nondet_bool
str w0, [sp, #224]
bl ___VERIFIER_nondet_bool
str w0, [sp, #216]
bl ___VERIFIER_nondet_bool
str w0, [sp, #208]
bl ___VERIFIER_nondet_bool
str w0, [sp, #200]
bl ___VERIFIER_nondet_float
str s0, [sp, #192]
bl ___VERIFIER_nondet_bool
str w0, [sp, #184]
bl ___VERIFIER_nondet_bool
str w0, [sp, #176]
bl ___VERIFIER_nondet_bool
str w0, [sp, #168]
bl ___VERIFIER_nondet_bool
str w0, [sp, #160]
bl ___VERIFIER_nondet_bool
str w0, [sp, #152]
bl ___VERIFIER_nondet_float
str s0, [sp, #144]
bl ___VERIFIER_nondet_bool
str w0, [sp, #136]
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_4
b LBB1_1
LBB1_1:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_36
b LBB1_4
LBB1_4:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_8
b LBB1_5
LBB1_5:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_8
b LBB1_6
LBB1_6:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_8
b LBB1_7
LBB1_7:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_36
b LBB1_8
LBB1_8:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_12
b LBB1_9
LBB1_9:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_12
b LBB1_10
LBB1_10:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_12
b LBB1_11
LBB1_11:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_36
b LBB1_12
LBB1_12:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_16
b LBB1_13
LBB1_13:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_16
b LBB1_14
LBB1_14:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_16
b LBB1_15
LBB1_15:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_36
b LBB1_16
LBB1_16:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_20
b LBB1_17
LBB1_17:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_20
b LBB1_18
LBB1_18:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_20
b LBB1_19
LBB1_19:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_36
b LBB1_20
LBB1_20:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_24
b LBB1_21
LBB1_21:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_24
b LBB1_22
LBB1_22:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_24
b LBB1_23
LBB1_23:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_36
b LBB1_24
LBB1_24:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_28
b LBB1_25
LBB1_25:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_28
b LBB1_26
LBB1_26:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_28
b LBB1_27
LBB1_27:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_36
b LBB1_28
LBB1_28:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_32
b LBB1_29
LBB1_29:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_32
b LBB1_30
LBB1_30:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_32
b LBB1_31
LBB1_31:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_36
b LBB1_32
LBB1_32:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_33
LBB1_33:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_34
LBB1_34:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_35
LBB1_35:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_36
LBB1_36:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_37
LBB1_37:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_38
LBB1_38:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_39
LBB1_39:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_40
LBB1_40:
ldur s0, [x29, #-176]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_41
LBB1_41:
ldur s0, [x29, #-176]
ldur s1, [x29, #-56]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_58
b LBB1_42
LBB1_42:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_46
b LBB1_43
LBB1_43:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_46
b LBB1_44
LBB1_44:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_46
b LBB1_45
LBB1_45:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_46
LBB1_46:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_50
b LBB1_47
LBB1_47:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_50
b LBB1_48
LBB1_48:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_50
b LBB1_49
LBB1_49:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_50
LBB1_50:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_54
b LBB1_51
LBB1_51:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_54
b LBB1_52
LBB1_52:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_54
b LBB1_53
LBB1_53:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_54
LBB1_54:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_58
b LBB1_55
LBB1_55:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_58
b LBB1_56
LBB1_56:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_58
b LBB1_57
LBB1_57:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_58
LBB1_58:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_62
b LBB1_59
LBB1_59:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_62
b LBB1_60
LBB1_60:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_62
b LBB1_61
LBB1_61:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_62
LBB1_62:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_66
b LBB1_63
LBB1_63:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_66
b LBB1_64
LBB1_64:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_66
b LBB1_65
LBB1_65:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_94
b LBB1_66
LBB1_66:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_70
b LBB1_67
LBB1_67:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_70
b LBB1_68
LBB1_68:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_70
b LBB1_69
LBB1_69:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_70
LBB1_70:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_74
b LBB1_71
LBB1_71:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_74
b LBB1_72
LBB1_72:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_74
b LBB1_73
LBB1_73:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_74
LBB1_74:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_78
b LBB1_75
LBB1_75:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_78
b LBB1_76
LBB1_76:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_78
b LBB1_77
LBB1_77:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_78
LBB1_78:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_82
b LBB1_79
LBB1_79:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_82
b LBB1_80
LBB1_80:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_82
b LBB1_81
LBB1_81:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_94
b LBB1_82
LBB1_82:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_86
b LBB1_83
LBB1_83:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_86
b LBB1_84
LBB1_84:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_86
b LBB1_85
LBB1_85:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_86
LBB1_86:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_90
b LBB1_87
LBB1_87:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_90
b LBB1_88
LBB1_88:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_90
b LBB1_89
LBB1_89:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_90
LBB1_90:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_91
LBB1_91:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_92
LBB1_92:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_93
LBB1_93:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_94
LBB1_94:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_95
LBB1_95:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_96
LBB1_96:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_97
LBB1_97:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_98
LBB1_98:
ldr s0, [sp, #144]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_99
LBB1_99:
ldr s0, [sp, #144]
ldur s1, [x29, #-80]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_116
b LBB1_100
LBB1_100:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_104
b LBB1_101
LBB1_101:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_104
b LBB1_102
LBB1_102:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_104
b LBB1_103
LBB1_103:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_104
LBB1_104:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_108
b LBB1_105
LBB1_105:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_108
b LBB1_106
LBB1_106:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_108
b LBB1_107
LBB1_107:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_108
LBB1_108:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_112
b LBB1_109
LBB1_109:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_112
b LBB1_110
LBB1_110:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_112
b LBB1_111
LBB1_111:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_112
LBB1_112:
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_116
b LBB1_113
LBB1_113:
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_116
b LBB1_114
LBB1_114:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_116
b LBB1_115
LBB1_115:
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_116
LBB1_116:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_120
b LBB1_117
LBB1_117:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_120
b LBB1_118
LBB1_118:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_120
b LBB1_119
LBB1_119:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_152
b LBB1_120
LBB1_120:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_124
b LBB1_121
LBB1_121:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_124
b LBB1_122
LBB1_122:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_124
b LBB1_123
LBB1_123:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_152
b LBB1_124
LBB1_124:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_128
b LBB1_125
LBB1_125:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_128
b LBB1_126
LBB1_126:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_128
b LBB1_127
LBB1_127:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_152
b LBB1_128
LBB1_128:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_132
b LBB1_129
LBB1_129:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_132
b LBB1_130
LBB1_130:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_132
b LBB1_131
LBB1_131:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_152
b LBB1_132
LBB1_132:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_136
b LBB1_133
LBB1_133:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_136
b LBB1_134
LBB1_134:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_136
b LBB1_135
LBB1_135:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_152
b LBB1_136
LBB1_136:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_140
b LBB1_137
LBB1_137:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_140
b LBB1_138
LBB1_138:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_140
b LBB1_139
LBB1_139:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_152
b LBB1_140
LBB1_140:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_144
b LBB1_141
LBB1_141:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_144
b LBB1_142
LBB1_142:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_144
b LBB1_143
LBB1_143:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_152
b LBB1_144
LBB1_144:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_148
b LBB1_145
LBB1_145:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_148
b LBB1_146
LBB1_146:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_148
b LBB1_147
LBB1_147:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_152
b LBB1_148
LBB1_148:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_149
LBB1_149:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_150
LBB1_150:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_151
LBB1_151:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_152
LBB1_152:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_153
LBB1_153:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_154
LBB1_154:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_155
LBB1_155:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_156
LBB1_156:
ldur s0, [x29, #-248]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_157
LBB1_157:
ldur s0, [x29, #-248]
ldur s1, [x29, #-96]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_174
b LBB1_158
LBB1_158:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_162
b LBB1_159
LBB1_159:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_162
b LBB1_160
LBB1_160:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_162
b LBB1_161
LBB1_161:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_162
LBB1_162:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_166
b LBB1_163
LBB1_163:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_166
b LBB1_164
LBB1_164:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_166
b LBB1_165
LBB1_165:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_166
LBB1_166:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_170
b LBB1_167
LBB1_167:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_170
b LBB1_168
LBB1_168:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_170
b LBB1_169
LBB1_169:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_170
LBB1_170:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_174
b LBB1_171
LBB1_171:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_174
b LBB1_172
LBB1_172:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_174
b LBB1_173
LBB1_173:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_174
LBB1_174:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_178
b LBB1_175
LBB1_175:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_178
b LBB1_176
LBB1_176:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_178
b LBB1_177
LBB1_177:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_210
b LBB1_178
LBB1_178:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_182
b LBB1_179
LBB1_179:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_182
b LBB1_180
LBB1_180:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_182
b LBB1_181
LBB1_181:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_210
b LBB1_182
LBB1_182:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_186
b LBB1_183
LBB1_183:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_186
b LBB1_184
LBB1_184:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_186
b LBB1_185
LBB1_185:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_210
b LBB1_186
LBB1_186:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_190
b LBB1_187
LBB1_187:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_190
b LBB1_188
LBB1_188:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_190
b LBB1_189
LBB1_189:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_210
b LBB1_190
LBB1_190:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_194
b LBB1_191
LBB1_191:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_194
b LBB1_192
LBB1_192:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_194
b LBB1_193
LBB1_193:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_210
b LBB1_194
LBB1_194:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_198
b LBB1_195
LBB1_195:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_198
b LBB1_196
LBB1_196:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_198
b LBB1_197
LBB1_197:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_210
b LBB1_198
LBB1_198:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_202
b LBB1_199
LBB1_199:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_202
b LBB1_200
LBB1_200:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_202
b LBB1_201
LBB1_201:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_210
b LBB1_202
LBB1_202:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_206
b LBB1_203
LBB1_203:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_206
b LBB1_204
LBB1_204:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_206
b LBB1_205
LBB1_205:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_210
b LBB1_206
LBB1_206:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_207
LBB1_207:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_208
LBB1_208:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_209
LBB1_209:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_210
LBB1_210:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_211
LBB1_211:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_212
LBB1_212:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_213
LBB1_213:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_214
LBB1_214:
ldur s0, [x29, #-152]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_215
LBB1_215:
ldur s0, [x29, #-152]
ldur s1, [x29, #-112]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_232
b LBB1_216
LBB1_216:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_220
b LBB1_217
LBB1_217:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_220
b LBB1_218
LBB1_218:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_220
b LBB1_219
LBB1_219:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_220
LBB1_220:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_224
b LBB1_221
LBB1_221:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_224
b LBB1_222
LBB1_222:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_224
b LBB1_223
LBB1_223:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_224
LBB1_224:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_228
b LBB1_225
LBB1_225:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_228
b LBB1_226
LBB1_226:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_228
b LBB1_227
LBB1_227:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_228
LBB1_228:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_232
b LBB1_229
LBB1_229:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_232
b LBB1_230
LBB1_230:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_232
b LBB1_231
LBB1_231:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_232
LBB1_232:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_236
b LBB1_233
LBB1_233:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_236
b LBB1_234
LBB1_234:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_236
b LBB1_235
LBB1_235:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_268
b LBB1_236
LBB1_236:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_240
b LBB1_237
LBB1_237:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_240
b LBB1_238
LBB1_238:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_240
b LBB1_239
LBB1_239:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_268
b LBB1_240
LBB1_240:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_244
b LBB1_241
LBB1_241:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_244
b LBB1_242
LBB1_242:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_244
b LBB1_243
LBB1_243:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_268
b LBB1_244
LBB1_244:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_248
b LBB1_245
LBB1_245:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_248
b LBB1_246
LBB1_246:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_248
b LBB1_247
LBB1_247:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_268
b LBB1_248
LBB1_248:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_252
b LBB1_249
LBB1_249:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_252
b LBB1_250
LBB1_250:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_252
b LBB1_251
LBB1_251:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_268
b LBB1_252
LBB1_252:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_256
b LBB1_253
LBB1_253:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_256
b LBB1_254
LBB1_254:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_256
b LBB1_255
LBB1_255:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_268
b LBB1_256
LBB1_256:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_260
b LBB1_257
LBB1_257:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_260
b LBB1_258
LBB1_258:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_260
b LBB1_259
LBB1_259:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_268
b LBB1_260
LBB1_260:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_264
b LBB1_261
LBB1_261:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_264
b LBB1_262
LBB1_262:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_264
b LBB1_263
LBB1_263:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_268
b LBB1_264
LBB1_264:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_265
LBB1_265:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_266
LBB1_266:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_267
LBB1_267:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_268
LBB1_268:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_269
LBB1_269:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_270
LBB1_270:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_271
LBB1_271:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_272
LBB1_272:
ldr s0, [sp, #192]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_273
LBB1_273:
ldr s0, [sp, #192]
ldur s1, [x29, #-128]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_290
b LBB1_274
LBB1_274:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_278
b LBB1_275
LBB1_275:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_278
b LBB1_276
LBB1_276:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_278
b LBB1_277
LBB1_277:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_278
LBB1_278:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_282
b LBB1_279
LBB1_279:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_282
b LBB1_280
LBB1_280:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_282
b LBB1_281
LBB1_281:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_282
LBB1_282:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_286
b LBB1_283
LBB1_283:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_286
b LBB1_284
LBB1_284:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_286
b LBB1_285
LBB1_285:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_286
LBB1_286:
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_290
b LBB1_287
LBB1_287:
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_290
b LBB1_288
LBB1_288:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_290
b LBB1_289
LBB1_289:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_290
LBB1_290:
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_291
LBB1_291:
ldur w8, [x29, #-192]
subs w8, w8, #5
cset w8, eq
tbnz w8, #0, LBB1_297
b LBB1_292
LBB1_292:
ldur w8, [x29, #-192]
subs w8, w8, #4
cset w8, eq
tbnz w8, #0, LBB1_297
b LBB1_293
LBB1_293:
ldur w8, [x29, #-192]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB1_297
b LBB1_294
LBB1_294:
ldur w8, [x29, #-192]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_297
b LBB1_295
LBB1_295:
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_297
b LBB1_296
LBB1_296:
ldur w8, [x29, #-192]
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_297
LBB1_297:
ldur s0, [x29, #-128]
fcvt d0, s0
fmov d1, #16.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_298
LBB1_298:
ldur s0, [x29, #-112]
fcvt d0, s0
fmov d1, #16.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_299
LBB1_299:
ldur s0, [x29, #-96]
fcvt d0, s0
fmov d1, #16.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_300
LBB1_300:
ldur s0, [x29, #-80]
fcvt d0, s0
fmov d1, #16.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_301
LBB1_301:
ldur s0, [x29, #-56]
fcvt d0, s0
fmov d1, #16.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_302
LBB1_302:
ldur s0, [x29, #-40]
fcvt d1, s0
movi d0, #0000000000000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_303
LBB1_303:
ldur s0, [x29, #-128]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_304
LBB1_304:
ldur s0, [x29, #-128]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_305
LBB1_305:
ldur s0, [x29, #-112]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_306
LBB1_306:
ldur s0, [x29, #-112]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_307
LBB1_307:
ldur s0, [x29, #-96]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_308
LBB1_308:
ldur s0, [x29, #-96]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_309
LBB1_309:
ldur s0, [x29, #-80]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_310
LBB1_310:
ldur s0, [x29, #-80]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_311
LBB1_311:
ldur s0, [x29, #-56]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_312
LBB1_312:
ldur s0, [x29, #-56]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_313
LBB1_313:
ldur s0, [x29, #-64]
ldur s1, [x29, #-128]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_318
b LBB1_314
LBB1_314:
ldur s0, [x29, #-64]
ldur s1, [x29, #-112]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_318
b LBB1_315
LBB1_315:
ldur s0, [x29, #-64]
ldur s1, [x29, #-96]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_318
b LBB1_316
LBB1_316:
ldur s0, [x29, #-64]
ldur s1, [x29, #-80]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_318
b LBB1_317
LBB1_317:
ldur s0, [x29, #-64]
ldur s1, [x29, #-56]
fcmp s0, s1
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_318
LBB1_318:
ldur s0, [x29, #-40]
ldur s1, [x29, #-88]
fcmp s0, s1
cset w8, ne
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_330
b LBB1_319
LBB1_319:
ldr w8, [sp, #216]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #116] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_329
b LBB1_320
LBB1_320:
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_322
b LBB1_321
LBB1_321:
ldr w8, [sp, #232]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #116] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_329
b LBB1_322
LBB1_322:
ldr w8, [sp, #248]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #116] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_329
b LBB1_323
LBB1_323:
ldur s0, [x29, #-88]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
tbnz w8, #0, LBB1_325
b LBB1_324
LBB1_324:
ldr w8, [sp, #272]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #116] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_329
b LBB1_325
LBB1_325:
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #116] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_329
b LBB1_326
LBB1_326:
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #116] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_329
b LBB1_327
LBB1_327:
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #116] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_329
b LBB1_328
LBB1_328:
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, eq
str w8, [sp, #116] ; 4-byte Folded Spill
b LBB1_329
LBB1_329:
ldr w8, [sp, #116] ; 4-byte Folded Reload
str w8, [sp, #120] ; 4-byte Folded Spill
b LBB1_330
LBB1_330:
ldr w8, [sp, #120] ; 4-byte Folded Reload
and w8, w8, #0x1
str w8, [sp, #124]
b LBB1_331
LBB1_331: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #128]
subs w8, w8, #0
cset w8, lt
mov w9, #0
str w9, [sp, #112] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_333
b LBB1_332
LBB1_332: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #124]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #112] ; 4-byte Folded Spill
b LBB1_333
LBB1_333: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #112] ; 4-byte Folded Reload
tbnz w8, #0, LBB1_334
b LBB1_1803
LBB1_334: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_339
b LBB1_335
LBB1_335: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_339
b LBB1_336
LBB1_336: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_339
b LBB1_337
LBB1_337: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_339
b LBB1_338
LBB1_338: ; in Loop: Header=BB1_331 Depth=1
bl ___VERIFIER_nondet_int
str w0, [sp, #128]
b LBB1_340
LBB1_339: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #128]
subs w8, w8, #1
str w8, [sp, #128]
b LBB1_340
LBB1_340: ; in Loop: Header=BB1_331 Depth=1
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-28]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-36]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-44]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-52]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-60]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-68]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-76]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-84]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-92]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-100]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-108]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-116]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-124]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-132]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-140]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-148]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-156]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-164]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-172]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-180]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-188]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-196]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-204]
bl ___VERIFIER_nondet_bool
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_bool
stur w0, [x29, #-244]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-252]
bl ___VERIFIER_nondet_bool
str w0, [sp, #284]
bl ___VERIFIER_nondet_bool
str w0, [sp, #276]
bl ___VERIFIER_nondet_bool
str w0, [sp, #268]
bl ___VERIFIER_nondet_bool
str w0, [sp, #260]
bl ___VERIFIER_nondet_bool
str w0, [sp, #252]
bl ___VERIFIER_nondet_bool
str w0, [sp, #244]
bl ___VERIFIER_nondet_bool
str w0, [sp, #236]
bl ___VERIFIER_nondet_bool
str w0, [sp, #228]
bl ___VERIFIER_nondet_bool
str w0, [sp, #220]
bl ___VERIFIER_nondet_bool
str w0, [sp, #212]
bl ___VERIFIER_nondet_bool
str w0, [sp, #204]
bl ___VERIFIER_nondet_bool
str w0, [sp, #196]
bl ___VERIFIER_nondet_float
str s0, [sp, #188]
bl ___VERIFIER_nondet_bool
str w0, [sp, #180]
bl ___VERIFIER_nondet_bool
str w0, [sp, #172]
bl ___VERIFIER_nondet_bool
str w0, [sp, #164]
bl ___VERIFIER_nondet_bool
str w0, [sp, #156]
bl ___VERIFIER_nondet_bool
str w0, [sp, #148]
bl ___VERIFIER_nondet_float
str s0, [sp, #140]
bl ___VERIFIER_nondet_bool
str w0, [sp, #132]
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_344
b LBB1_341
LBB1_341: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_344
b LBB1_342
LBB1_342: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_344
b LBB1_343
LBB1_343: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_376
b LBB1_344
LBB1_344: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_348
b LBB1_345
LBB1_345: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_348
b LBB1_346
LBB1_346: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_348
b LBB1_347
LBB1_347: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_376
b LBB1_348
LBB1_348: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_352
b LBB1_349
LBB1_349: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_352
b LBB1_350
LBB1_350: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_352
b LBB1_351
LBB1_351: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_376
b LBB1_352
LBB1_352: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_356
b LBB1_353
LBB1_353: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_356
b LBB1_354
LBB1_354: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_356
b LBB1_355
LBB1_355: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_376
b LBB1_356
LBB1_356: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_360
b LBB1_357
LBB1_357: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_360
b LBB1_358
LBB1_358: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_360
b LBB1_359
LBB1_359: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_376
b LBB1_360
LBB1_360: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_364
b LBB1_361
LBB1_361: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_364
b LBB1_362
LBB1_362: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_364
b LBB1_363
LBB1_363: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_376
b LBB1_364
LBB1_364: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_368
b LBB1_365
LBB1_365: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_368
b LBB1_366
LBB1_366: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_368
b LBB1_367
LBB1_367: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_376
b LBB1_368
LBB1_368: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_372
b LBB1_369
LBB1_369: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_372
b LBB1_370
LBB1_370: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_372
b LBB1_371
LBB1_371: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_376
b LBB1_372
LBB1_372: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_373
LBB1_373: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_374
LBB1_374: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_375
LBB1_375: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_376
LBB1_376: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-180]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_393
b LBB1_377
LBB1_377: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_381
b LBB1_378
LBB1_378: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_381
b LBB1_379
LBB1_379: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_381
b LBB1_380
LBB1_380: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_381
LBB1_381: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_385
b LBB1_382
LBB1_382: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_385
b LBB1_383
LBB1_383: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_385
b LBB1_384
LBB1_384: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_385
LBB1_385: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_389
b LBB1_386
LBB1_386: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_389
b LBB1_387
LBB1_387: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_389
b LBB1_388
LBB1_388: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_389
LBB1_389: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_393
b LBB1_390
LBB1_390: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_393
b LBB1_391
LBB1_391: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_393
b LBB1_392
LBB1_392: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_393
LBB1_393: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
ldur w9, [x29, #-148]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_399
b LBB1_394
LBB1_394: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
ldur w9, [x29, #-140]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_399
b LBB1_395
LBB1_395: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
ldur w9, [x29, #-164]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_399
b LBB1_396
LBB1_396: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
ldur w9, [x29, #-172]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_399
b LBB1_397
LBB1_397: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
ldur s1, [x29, #-176]
fcvt d3, s1
ldur s1, [x29, #-180]
fcvt d2, s1
fmov d1, #-1.00000000
fmadd d1, d1, d2, d3
fadd d0, d0, d1
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_399
b LBB1_398
LBB1_398: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_401
b LBB1_399
LBB1_399: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_400
LBB1_400: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_401
LBB1_401: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_410
b LBB1_402
LBB1_402: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_410
b LBB1_403
LBB1_403: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_410
b LBB1_404
LBB1_404: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_410
b LBB1_405
LBB1_405: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_410
b LBB1_406
LBB1_406: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_410
b LBB1_407
LBB1_407: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-180]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_410
b LBB1_408
LBB1_408: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_410
b LBB1_409
LBB1_409: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_416
b LBB1_410
LBB1_410: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_416
b LBB1_411
LBB1_411: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_416
b LBB1_412
LBB1_412: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_416
b LBB1_413
LBB1_413: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_416
b LBB1_414
LBB1_414: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_416
b LBB1_415
LBB1_415: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_416
LBB1_416: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_424
b LBB1_417
LBB1_417: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_424
b LBB1_418
LBB1_418: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-180]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_424
b LBB1_419
LBB1_419: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_424
b LBB1_420
LBB1_420: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_424
b LBB1_421
LBB1_421: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_424
b LBB1_422
LBB1_422: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_424
b LBB1_423
LBB1_423: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #5
cset w8, eq
tbnz w8, #0, LBB1_430
b LBB1_424
LBB1_424: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_430
b LBB1_425
LBB1_425: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_430
b LBB1_426
LBB1_426: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_430
b LBB1_427
LBB1_427: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_430
b LBB1_428
LBB1_428: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_430
b LBB1_429
LBB1_429: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_430
LBB1_430: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_441
b LBB1_431
LBB1_431: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_441
b LBB1_432
LBB1_432: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_436
b LBB1_433
LBB1_433: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_436
b LBB1_434
LBB1_434: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_436
b LBB1_435
LBB1_435: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_440
b LBB1_436
LBB1_436: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_441
b LBB1_437
LBB1_437: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_441
b LBB1_438
LBB1_438: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_441
b LBB1_439
LBB1_439: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_441
b LBB1_440
LBB1_440: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-176]
ldur s1, [x29, #-180]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_447
b LBB1_441
LBB1_441: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_447
b LBB1_442
LBB1_442: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_447
b LBB1_443
LBB1_443: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_447
b LBB1_444
LBB1_444: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_447
b LBB1_445
LBB1_445: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_447
b LBB1_446
LBB1_446: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_447
LBB1_447: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_449
b LBB1_448
LBB1_448: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #5
cset w8, ne
tbnz w8, #0, LBB1_459
b LBB1_449
LBB1_449: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_459
b LBB1_450
LBB1_450: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_459
b LBB1_451
LBB1_451: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_459
b LBB1_452
LBB1_452: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_459
b LBB1_453
LBB1_453: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_459
b LBB1_454
LBB1_454: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_459
b LBB1_455
LBB1_455: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_459
b LBB1_456
LBB1_456: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_459
b LBB1_457
LBB1_457: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_459
b LBB1_458
LBB1_458: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_459
LBB1_459: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #5
cset w8, ne
tbnz w8, #0, LBB1_462
b LBB1_460
LBB1_460: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-176]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_462
b LBB1_461
LBB1_461: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, hi
tbnz w8, #0, LBB1_472
b LBB1_462
LBB1_462: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_472
b LBB1_463
LBB1_463: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_464
LBB1_464: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_472
b LBB1_465
LBB1_465: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_472
b LBB1_466
LBB1_466: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_467
LBB1_467: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_472
b LBB1_468
LBB1_468: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_472
b LBB1_469
LBB1_469: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_472
b LBB1_470
LBB1_470: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_471
LBB1_471: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_472
LBB1_472: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_483
b LBB1_473
LBB1_473: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_483
b LBB1_474
LBB1_474: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_483
b LBB1_475
LBB1_475: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_479
b LBB1_476
LBB1_476: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_479
b LBB1_477
LBB1_477: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_479
b LBB1_478
LBB1_478: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_489
b LBB1_479
LBB1_479: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_483
b LBB1_480
LBB1_480: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_483
b LBB1_481
LBB1_481: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_483
b LBB1_482
LBB1_482: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_489
b LBB1_483
LBB1_483: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_489
b LBB1_484
LBB1_484: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_489
b LBB1_485
LBB1_485: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_489
b LBB1_486
LBB1_486: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_489
b LBB1_487
LBB1_487: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_489
b LBB1_488
LBB1_488: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_489
LBB1_489: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_491
b LBB1_490
LBB1_490: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-176]
ldur s1, [x29, #-180]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_501
b LBB1_491
LBB1_491: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_501
b LBB1_492
LBB1_492: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_501
b LBB1_493
LBB1_493: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_501
b LBB1_494
LBB1_494: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_501
b LBB1_495
LBB1_495: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_501
b LBB1_496
LBB1_496: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_501
b LBB1_497
LBB1_497: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_501
b LBB1_498
LBB1_498: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_501
b LBB1_499
LBB1_499: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_501
b LBB1_500
LBB1_500: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_501
LBB1_501: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_503
b LBB1_502
LBB1_502: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-180]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_513
b LBB1_503
LBB1_503: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_513
b LBB1_504
LBB1_504: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_513
b LBB1_505
LBB1_505: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_513
b LBB1_506
LBB1_506: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_513
b LBB1_507
LBB1_507: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_513
b LBB1_508
LBB1_508: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_513
b LBB1_509
LBB1_509: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_513
b LBB1_510
LBB1_510: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_513
b LBB1_511
LBB1_511: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_513
b LBB1_512
LBB1_512: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_513
LBB1_513: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_521
b LBB1_514
LBB1_514: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_521
b LBB1_515
LBB1_515: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-180]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_521
b LBB1_516
LBB1_516: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_521
b LBB1_517
LBB1_517: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_521
b LBB1_518
LBB1_518: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_521
b LBB1_519
LBB1_519: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_521
b LBB1_520
LBB1_520: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_527
b LBB1_521
LBB1_521: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_527
b LBB1_522
LBB1_522: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_527
b LBB1_523
LBB1_523: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_527
b LBB1_524
LBB1_524: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_527
b LBB1_525
LBB1_525: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_527
b LBB1_526
LBB1_526: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_527
LBB1_527: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_539
b LBB1_528
LBB1_528: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_539
b LBB1_529
LBB1_529: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_539
b LBB1_530
LBB1_530: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-176]
ldur s1, [x29, #-180]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_539
b LBB1_531
LBB1_531: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_535
b LBB1_532
LBB1_532: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_535
b LBB1_533
LBB1_533: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_535
b LBB1_534
LBB1_534: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_545
b LBB1_535
LBB1_535: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_539
b LBB1_536
LBB1_536: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_539
b LBB1_537
LBB1_537: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_539
b LBB1_538
LBB1_538: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_545
b LBB1_539
LBB1_539: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_545
b LBB1_540
LBB1_540: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_545
b LBB1_541
LBB1_541: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_545
b LBB1_542
LBB1_542: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_545
b LBB1_543
LBB1_543: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_545
b LBB1_544
LBB1_544: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_545
LBB1_545: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #5
cset w8, ne
tbnz w8, #0, LBB1_556
b LBB1_546
LBB1_546: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_556
b LBB1_547
LBB1_547: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_556
b LBB1_548
LBB1_548: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_556
b LBB1_549
LBB1_549: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_556
b LBB1_550
LBB1_550: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_556
b LBB1_551
LBB1_551: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_556
b LBB1_552
LBB1_552: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_556
b LBB1_553
LBB1_553: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_556
b LBB1_554
LBB1_554: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_556
b LBB1_555
LBB1_555: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_556
LBB1_556: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #5
cset w8, eq
tbnz w8, #0, LBB1_567
b LBB1_557
LBB1_557: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_567
b LBB1_558
LBB1_558: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_567
b LBB1_559
LBB1_559: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_567
b LBB1_560
LBB1_560: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_567
b LBB1_561
LBB1_561: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_567
b LBB1_562
LBB1_562: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_567
b LBB1_563
LBB1_563: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_567
b LBB1_564
LBB1_564: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_567
b LBB1_565
LBB1_565: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_567
b LBB1_566
LBB1_566: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_567
LBB1_567: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_575
b LBB1_568
LBB1_568: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_575
b LBB1_569
LBB1_569: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_575
b LBB1_570
LBB1_570: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_575
b LBB1_571
LBB1_571: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_575
b LBB1_572
LBB1_572: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_575
b LBB1_573
LBB1_573: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_575
b LBB1_574
LBB1_574: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-180]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_581
b LBB1_575
LBB1_575: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_581
b LBB1_576
LBB1_576: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_581
b LBB1_577
LBB1_577: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_581
b LBB1_578
LBB1_578: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_581
b LBB1_579
LBB1_579: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_581
b LBB1_580
LBB1_580: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_581
LBB1_581: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_589
b LBB1_582
LBB1_582: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_589
b LBB1_583
LBB1_583: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_589
b LBB1_584
LBB1_584: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_589
b LBB1_585
LBB1_585: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_589
b LBB1_586
LBB1_586: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_589
b LBB1_587
LBB1_587: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_589
b LBB1_588
LBB1_588: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-180]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_595
b LBB1_589
LBB1_589: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_595
b LBB1_590
LBB1_590: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_595
b LBB1_591
LBB1_591: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_595
b LBB1_592
LBB1_592: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_595
b LBB1_593
LBB1_593: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_595
b LBB1_594
LBB1_594: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_595
LBB1_595: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-56]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_603
b LBB1_596
LBB1_596: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_603
b LBB1_597
LBB1_597: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_603
b LBB1_598
LBB1_598: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_603
b LBB1_599
LBB1_599: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_603
b LBB1_600
LBB1_600: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_603
b LBB1_601
LBB1_601: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_603
b LBB1_602
LBB1_602: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-176]
ldur s1, [x29, #-180]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_609
b LBB1_603
LBB1_603: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_609
b LBB1_604
LBB1_604: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_609
b LBB1_605
LBB1_605: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_609
b LBB1_606
LBB1_606: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_609
b LBB1_607
LBB1_607: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_609
b LBB1_608
LBB1_608: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_609
LBB1_609: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_613
b LBB1_610
LBB1_610: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_613
b LBB1_611
LBB1_611: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_613
b LBB1_612
LBB1_612: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_645
b LBB1_613
LBB1_613: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_617
b LBB1_614
LBB1_614: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_617
b LBB1_615
LBB1_615: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_617
b LBB1_616
LBB1_616: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_645
b LBB1_617
LBB1_617: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_621
b LBB1_618
LBB1_618: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_621
b LBB1_619
LBB1_619: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_621
b LBB1_620
LBB1_620: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_645
b LBB1_621
LBB1_621: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_625
b LBB1_622
LBB1_622: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_625
b LBB1_623
LBB1_623: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_625
b LBB1_624
LBB1_624: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_645
b LBB1_625
LBB1_625: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_629
b LBB1_626
LBB1_626: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_629
b LBB1_627
LBB1_627: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_629
b LBB1_628
LBB1_628: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_645
b LBB1_629
LBB1_629: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_633
b LBB1_630
LBB1_630: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_633
b LBB1_631
LBB1_631: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_633
b LBB1_632
LBB1_632: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_645
b LBB1_633
LBB1_633: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_637
b LBB1_634
LBB1_634: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_637
b LBB1_635
LBB1_635: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_637
b LBB1_636
LBB1_636: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_645
b LBB1_637
LBB1_637: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_641
b LBB1_638
LBB1_638: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_641
b LBB1_639
LBB1_639: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_641
b LBB1_640
LBB1_640: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_645
b LBB1_641
LBB1_641: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_642
LBB1_642: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_643
LBB1_643: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_644
LBB1_644: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_645
LBB1_645: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #140]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_662
b LBB1_646
LBB1_646: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_650
b LBB1_647
LBB1_647: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_650
b LBB1_648
LBB1_648: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_650
b LBB1_649
LBB1_649: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_650
LBB1_650: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_654
b LBB1_651
LBB1_651: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_654
b LBB1_652
LBB1_652: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_654
b LBB1_653
LBB1_653: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_654
LBB1_654: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_658
b LBB1_655
LBB1_655: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_658
b LBB1_656
LBB1_656: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_658
b LBB1_657
LBB1_657: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_658
LBB1_658: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_662
b LBB1_659
LBB1_659: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_662
b LBB1_660
LBB1_660: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_662
b LBB1_661
LBB1_661: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_662
LBB1_662: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
ldr w9, [sp, #196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_668
b LBB1_663
LBB1_663: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
ldr w9, [sp, #204]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_668
b LBB1_664
LBB1_664: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
ldr w9, [sp, #180]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_668
b LBB1_665
LBB1_665: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
ldr w9, [sp, #172]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_668
b LBB1_666
LBB1_666: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
ldr s1, [sp, #144]
fcvt d3, s1
ldr s1, [sp, #140]
fcvt d2, s1
fmov d1, #-1.00000000
fmadd d1, d1, d2, d3
fadd d0, d0, d1
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_668
b LBB1_667
LBB1_667: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_670
b LBB1_668
LBB1_668: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_669
LBB1_669: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_670
LBB1_670: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_679
b LBB1_671
LBB1_671: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_679
b LBB1_672
LBB1_672: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_679
b LBB1_673
LBB1_673: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_679
b LBB1_674
LBB1_674: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_679
b LBB1_675
LBB1_675: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_679
b LBB1_676
LBB1_676: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #140]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_679
b LBB1_677
LBB1_677: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_679
b LBB1_678
LBB1_678: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_685
b LBB1_679
LBB1_679: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_685
b LBB1_680
LBB1_680: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_685
b LBB1_681
LBB1_681: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_685
b LBB1_682
LBB1_682: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_685
b LBB1_683
LBB1_683: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_685
b LBB1_684
LBB1_684: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_685
LBB1_685: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_693
b LBB1_686
LBB1_686: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_693
b LBB1_687
LBB1_687: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #140]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_693
b LBB1_688
LBB1_688: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_693
b LBB1_689
LBB1_689: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_693
b LBB1_690
LBB1_690: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_691
LBB1_691: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_693
b LBB1_692
LBB1_692: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #4
cset w8, eq
tbnz w8, #0, LBB1_699
b LBB1_693
LBB1_693: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_699
b LBB1_694
LBB1_694: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_699
b LBB1_695
LBB1_695: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_699
b LBB1_696
LBB1_696: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_699
b LBB1_697
LBB1_697: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_699
b LBB1_698
LBB1_698: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_699
LBB1_699: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_710
b LBB1_700
LBB1_700: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_710
b LBB1_701
LBB1_701: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_705
b LBB1_702
LBB1_702: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_705
b LBB1_703
LBB1_703: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_705
b LBB1_704
LBB1_704: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_709
b LBB1_705
LBB1_705: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_710
b LBB1_706
LBB1_706: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_710
b LBB1_707
LBB1_707: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_710
b LBB1_708
LBB1_708: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_710
b LBB1_709
LBB1_709: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #144]
ldr s1, [sp, #140]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_716
b LBB1_710
LBB1_710: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_716
b LBB1_711
LBB1_711: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_716
b LBB1_712
LBB1_712: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_716
b LBB1_713
LBB1_713: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_716
b LBB1_714
LBB1_714: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_716
b LBB1_715
LBB1_715: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_716
LBB1_716: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_718
b LBB1_717
LBB1_717: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB1_728
b LBB1_718
LBB1_718: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_728
b LBB1_719
LBB1_719: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_728
b LBB1_720
LBB1_720: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_728
b LBB1_721
LBB1_721: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_728
b LBB1_722
LBB1_722: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_728
b LBB1_723
LBB1_723: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_728
b LBB1_724
LBB1_724: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_728
b LBB1_725
LBB1_725: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_728
b LBB1_726
LBB1_726: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_728
b LBB1_727
LBB1_727: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_728
LBB1_728: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB1_731
b LBB1_729
LBB1_729: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #144]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_731
b LBB1_730
LBB1_730: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, hi
tbnz w8, #0, LBB1_741
b LBB1_731
LBB1_731: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_741
b LBB1_732
LBB1_732: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_741
b LBB1_733
LBB1_733: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_741
b LBB1_734
LBB1_734: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_741
b LBB1_735
LBB1_735: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_741
b LBB1_736
LBB1_736: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_741
b LBB1_737
LBB1_737: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_741
b LBB1_738
LBB1_738: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_741
b LBB1_739
LBB1_739: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_741
b LBB1_740
LBB1_740: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_741
LBB1_741: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_752
b LBB1_742
LBB1_742: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_752
b LBB1_743
LBB1_743: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_752
b LBB1_744
LBB1_744: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_748
b LBB1_745
LBB1_745: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_748
b LBB1_746
LBB1_746: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_748
b LBB1_747
LBB1_747: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_758
b LBB1_748
LBB1_748: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_752
b LBB1_749
LBB1_749: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_752
b LBB1_750
LBB1_750: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_752
b LBB1_751
LBB1_751: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_758
b LBB1_752
LBB1_752: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_758
b LBB1_753
LBB1_753: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_758
b LBB1_754
LBB1_754: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_758
b LBB1_755
LBB1_755: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_758
b LBB1_756
LBB1_756: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_758
b LBB1_757
LBB1_757: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_758
LBB1_758: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_760
b LBB1_759
LBB1_759: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #144]
ldr s1, [sp, #140]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_770
b LBB1_760
LBB1_760: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_770
b LBB1_761
LBB1_761: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_770
b LBB1_762
LBB1_762: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_770
b LBB1_763
LBB1_763: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_770
b LBB1_764
LBB1_764: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_770
b LBB1_765
LBB1_765: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_770
b LBB1_766
LBB1_766: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_770
b LBB1_767
LBB1_767: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_770
b LBB1_768
LBB1_768: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_770
b LBB1_769
LBB1_769: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_770
LBB1_770: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_772
b LBB1_771
LBB1_771: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #140]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_782
b LBB1_772
LBB1_772: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_782
b LBB1_773
LBB1_773: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_782
b LBB1_774
LBB1_774: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_782
b LBB1_775
LBB1_775: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_782
b LBB1_776
LBB1_776: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_782
b LBB1_777
LBB1_777: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_782
b LBB1_778
LBB1_778: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_782
b LBB1_779
LBB1_779: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_782
b LBB1_780
LBB1_780: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_782
b LBB1_781
LBB1_781: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_782
LBB1_782: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_790
b LBB1_783
LBB1_783: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_790
b LBB1_784
LBB1_784: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #140]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_790
b LBB1_785
LBB1_785: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_790
b LBB1_786
LBB1_786: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_790
b LBB1_787
LBB1_787: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_790
b LBB1_788
LBB1_788: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_790
b LBB1_789
LBB1_789: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_796
b LBB1_790
LBB1_790: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_796
b LBB1_791
LBB1_791: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_796
b LBB1_792
LBB1_792: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_796
b LBB1_793
LBB1_793: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_796
b LBB1_794
LBB1_794: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_796
b LBB1_795
LBB1_795: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_796
LBB1_796: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_808
b LBB1_797
LBB1_797: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_808
b LBB1_798
LBB1_798: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_808
b LBB1_799
LBB1_799: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #144]
ldr s1, [sp, #140]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_808
b LBB1_800
LBB1_800: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_804
b LBB1_801
LBB1_801: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_804
b LBB1_802
LBB1_802: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_804
b LBB1_803
LBB1_803: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_814
b LBB1_804
LBB1_804: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_808
b LBB1_805
LBB1_805: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_808
b LBB1_806
LBB1_806: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_808
b LBB1_807
LBB1_807: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_814
b LBB1_808
LBB1_808: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_814
b LBB1_809
LBB1_809: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_814
b LBB1_810
LBB1_810: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_814
b LBB1_811
LBB1_811: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_814
b LBB1_812
LBB1_812: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_814
b LBB1_813
LBB1_813: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_814
LBB1_814: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB1_825
b LBB1_815
LBB1_815: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_825
b LBB1_816
LBB1_816: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_825
b LBB1_817
LBB1_817: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_825
b LBB1_818
LBB1_818: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_825
b LBB1_819
LBB1_819: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_825
b LBB1_820
LBB1_820: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_825
b LBB1_821
LBB1_821: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_825
b LBB1_822
LBB1_822: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_825
b LBB1_823
LBB1_823: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_825
b LBB1_824
LBB1_824: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_825
LBB1_825: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #4
cset w8, eq
tbnz w8, #0, LBB1_836
b LBB1_826
LBB1_826: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_836
b LBB1_827
LBB1_827: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_836
b LBB1_828
LBB1_828: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_836
b LBB1_829
LBB1_829: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_836
b LBB1_830
LBB1_830: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_836
b LBB1_831
LBB1_831: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_836
b LBB1_832
LBB1_832: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_836
b LBB1_833
LBB1_833: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_836
b LBB1_834
LBB1_834: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_836
b LBB1_835
LBB1_835: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_836
LBB1_836: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_844
b LBB1_837
LBB1_837: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_844
b LBB1_838
LBB1_838: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_844
b LBB1_839
LBB1_839: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_844
b LBB1_840
LBB1_840: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_844
b LBB1_841
LBB1_841: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_844
b LBB1_842
LBB1_842: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_844
b LBB1_843
LBB1_843: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #140]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_850
b LBB1_844
LBB1_844: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_850
b LBB1_845
LBB1_845: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_850
b LBB1_846
LBB1_846: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_850
b LBB1_847
LBB1_847: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_850
b LBB1_848
LBB1_848: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_850
b LBB1_849
LBB1_849: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_850
LBB1_850: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_858
b LBB1_851
LBB1_851: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_858
b LBB1_852
LBB1_852: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_858
b LBB1_853
LBB1_853: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_858
b LBB1_854
LBB1_854: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_858
b LBB1_855
LBB1_855: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_858
b LBB1_856
LBB1_856: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_858
b LBB1_857
LBB1_857: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #140]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_864
b LBB1_858
LBB1_858: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_864
b LBB1_859
LBB1_859: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_864
b LBB1_860
LBB1_860: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_864
b LBB1_861
LBB1_861: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_864
b LBB1_862
LBB1_862: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_864
b LBB1_863
LBB1_863: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_864
LBB1_864: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-80]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_872
b LBB1_865
LBB1_865: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_872
b LBB1_866
LBB1_866: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #172]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_872
b LBB1_867
LBB1_867: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #180]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_872
b LBB1_868
LBB1_868: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_872
b LBB1_869
LBB1_869: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_872
b LBB1_870
LBB1_870: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_872
b LBB1_871
LBB1_871: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #144]
ldr s1, [sp, #140]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_878
b LBB1_872
LBB1_872: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #176]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_878
b LBB1_873
LBB1_873: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_878
b LBB1_874
LBB1_874: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_878
b LBB1_875
LBB1_875: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_878
b LBB1_876
LBB1_876: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_878
b LBB1_877
LBB1_877: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_878
LBB1_878: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_882
b LBB1_879
LBB1_879: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_882
b LBB1_880
LBB1_880: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_882
b LBB1_881
LBB1_881: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_914
b LBB1_882
LBB1_882: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_886
b LBB1_883
LBB1_883: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_886
b LBB1_884
LBB1_884: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_886
b LBB1_885
LBB1_885: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_914
b LBB1_886
LBB1_886: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_890
b LBB1_887
LBB1_887: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_890
b LBB1_888
LBB1_888: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_890
b LBB1_889
LBB1_889: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_914
b LBB1_890
LBB1_890: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_894
b LBB1_891
LBB1_891: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_892
LBB1_892: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_893
LBB1_893: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_914
b LBB1_894
LBB1_894: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_898
b LBB1_895
LBB1_895: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_898
b LBB1_896
LBB1_896: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_898
b LBB1_897
LBB1_897: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_914
b LBB1_898
LBB1_898: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_902
b LBB1_899
LBB1_899: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_902
b LBB1_900
LBB1_900: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_902
b LBB1_901
LBB1_901: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_914
b LBB1_902
LBB1_902: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_906
b LBB1_903
LBB1_903: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_906
b LBB1_904
LBB1_904: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_906
b LBB1_905
LBB1_905: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_914
b LBB1_906
LBB1_906: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_910
b LBB1_907
LBB1_907: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_910
b LBB1_908
LBB1_908: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_910
b LBB1_909
LBB1_909: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_914
b LBB1_910
LBB1_910: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_911
LBB1_911: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_912
LBB1_912: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_913
LBB1_913: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_914
LBB1_914: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-252]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_931
b LBB1_915
LBB1_915: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_919
b LBB1_916
LBB1_916: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_919
b LBB1_917
LBB1_917: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_919
b LBB1_918
LBB1_918: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_919
LBB1_919: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_923
b LBB1_920
LBB1_920: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_923
b LBB1_921
LBB1_921: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_923
b LBB1_922
LBB1_922: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_923
LBB1_923: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_927
b LBB1_924
LBB1_924: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_927
b LBB1_925
LBB1_925: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_927
b LBB1_926
LBB1_926: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_927
LBB1_927: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_931
b LBB1_928
LBB1_928: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_931
b LBB1_929
LBB1_929: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_931
b LBB1_930
LBB1_930: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_931
LBB1_931: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
ldur w9, [x29, #-204]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_937
b LBB1_932
LBB1_932: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
ldur w9, [x29, #-188]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_937
b LBB1_933
LBB1_933: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
ldur w9, [x29, #-212]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_937
b LBB1_934
LBB1_934: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
ldur w9, [x29, #-220]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_937
b LBB1_935
LBB1_935: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
ldur s1, [x29, #-248]
fcvt d3, s1
ldur s1, [x29, #-252]
fcvt d2, s1
fmov d1, #-1.00000000
fmadd d1, d1, d2, d3
fadd d0, d0, d1
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_937
b LBB1_936
LBB1_936: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_937
LBB1_937: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_938
LBB1_938: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_939
LBB1_939: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_948
b LBB1_940
LBB1_940: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_948
b LBB1_941
LBB1_941: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_948
b LBB1_942
LBB1_942: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_948
b LBB1_943
LBB1_943: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_948
b LBB1_944
LBB1_944: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_948
b LBB1_945
LBB1_945: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-252]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_948
b LBB1_946
LBB1_946: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_948
b LBB1_947
LBB1_947: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_954
b LBB1_948
LBB1_948: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_954
b LBB1_949
LBB1_949: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_954
b LBB1_950
LBB1_950: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_954
b LBB1_951
LBB1_951: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_954
b LBB1_952
LBB1_952: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_954
b LBB1_953
LBB1_953: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_954
LBB1_954: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_962
b LBB1_955
LBB1_955: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_962
b LBB1_956
LBB1_956: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-252]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_962
b LBB1_957
LBB1_957: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_962
b LBB1_958
LBB1_958: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_962
b LBB1_959
LBB1_959: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_962
b LBB1_960
LBB1_960: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_962
b LBB1_961
LBB1_961: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB1_968
b LBB1_962
LBB1_962: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_968
b LBB1_963
LBB1_963: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_968
b LBB1_964
LBB1_964: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_968
b LBB1_965
LBB1_965: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_968
b LBB1_966
LBB1_966: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_968
b LBB1_967
LBB1_967: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_968
LBB1_968: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_979
b LBB1_969
LBB1_969: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_979
b LBB1_970
LBB1_970: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_974
b LBB1_971
LBB1_971: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_974
b LBB1_972
LBB1_972: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_974
b LBB1_973
LBB1_973: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_978
b LBB1_974
LBB1_974: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_979
b LBB1_975
LBB1_975: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_979
b LBB1_976
LBB1_976: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_979
b LBB1_977
LBB1_977: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_979
b LBB1_978
LBB1_978: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-248]
ldur s1, [x29, #-252]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_985
b LBB1_979
LBB1_979: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_985
b LBB1_980
LBB1_980: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_985
b LBB1_981
LBB1_981: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_985
b LBB1_982
LBB1_982: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_985
b LBB1_983
LBB1_983: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_985
b LBB1_984
LBB1_984: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_985
LBB1_985: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_987
b LBB1_986
LBB1_986: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB1_997
b LBB1_987
LBB1_987: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_997
b LBB1_988
LBB1_988: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_997
b LBB1_989
LBB1_989: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_997
b LBB1_990
LBB1_990: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_997
b LBB1_991
LBB1_991: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_997
b LBB1_992
LBB1_992: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_997
b LBB1_993
LBB1_993: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_997
b LBB1_994
LBB1_994: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_997
b LBB1_995
LBB1_995: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_997
b LBB1_996
LBB1_996: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_997
LBB1_997: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB1_1000
b LBB1_998
LBB1_998: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-248]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_1000
b LBB1_999
LBB1_999: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, hi
tbnz w8, #0, LBB1_1010
b LBB1_1000
LBB1_1000: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1010
b LBB1_1001
LBB1_1001: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1010
b LBB1_1002
LBB1_1002: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1010
b LBB1_1003
LBB1_1003: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1010
b LBB1_1004
LBB1_1004: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1010
b LBB1_1005
LBB1_1005: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1010
b LBB1_1006
LBB1_1006: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1010
b LBB1_1007
LBB1_1007: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1010
b LBB1_1008
LBB1_1008: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1010
b LBB1_1009
LBB1_1009: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1010
LBB1_1010: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1021
b LBB1_1011
LBB1_1011: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1021
b LBB1_1012
LBB1_1012: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1021
b LBB1_1013
LBB1_1013: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1017
b LBB1_1014
LBB1_1014: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1017
b LBB1_1015
LBB1_1015: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1017
b LBB1_1016
LBB1_1016: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1017
LBB1_1017: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1021
b LBB1_1018
LBB1_1018: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1021
b LBB1_1019
LBB1_1019: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1021
b LBB1_1020
LBB1_1020: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1021
LBB1_1021: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1027
b LBB1_1022
LBB1_1022: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1027
b LBB1_1023
LBB1_1023: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1024
LBB1_1024: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1025
LBB1_1025: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1027
b LBB1_1026
LBB1_1026: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1027
LBB1_1027: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1029
b LBB1_1028
LBB1_1028: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-248]
ldur s1, [x29, #-252]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1039
b LBB1_1029
LBB1_1029: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1039
b LBB1_1030
LBB1_1030: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1039
b LBB1_1031
LBB1_1031: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1039
b LBB1_1032
LBB1_1032: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1039
b LBB1_1033
LBB1_1033: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1039
b LBB1_1034
LBB1_1034: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1039
b LBB1_1035
LBB1_1035: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1039
b LBB1_1036
LBB1_1036: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1039
b LBB1_1037
LBB1_1037: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1039
b LBB1_1038
LBB1_1038: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1039
LBB1_1039: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1041
b LBB1_1040
LBB1_1040: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-252]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_1051
b LBB1_1041
LBB1_1041: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1051
b LBB1_1042
LBB1_1042: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1051
b LBB1_1043
LBB1_1043: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1051
b LBB1_1044
LBB1_1044: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1051
b LBB1_1045
LBB1_1045: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1051
b LBB1_1046
LBB1_1046: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1051
b LBB1_1047
LBB1_1047: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1051
b LBB1_1048
LBB1_1048: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1051
b LBB1_1049
LBB1_1049: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1051
b LBB1_1050
LBB1_1050: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1051
LBB1_1051: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1059
b LBB1_1052
LBB1_1052: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1059
b LBB1_1053
LBB1_1053: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-252]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1059
b LBB1_1054
LBB1_1054: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1059
b LBB1_1055
LBB1_1055: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1059
b LBB1_1056
LBB1_1056: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1059
b LBB1_1057
LBB1_1057: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1059
b LBB1_1058
LBB1_1058: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1065
b LBB1_1059
LBB1_1059: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1065
b LBB1_1060
LBB1_1060: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1065
b LBB1_1061
LBB1_1061: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1065
b LBB1_1062
LBB1_1062: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1065
b LBB1_1063
LBB1_1063: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1065
b LBB1_1064
LBB1_1064: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1065
LBB1_1065: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1077
b LBB1_1066
LBB1_1066: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1077
b LBB1_1067
LBB1_1067: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1077
b LBB1_1068
LBB1_1068: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-248]
ldur s1, [x29, #-252]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1077
b LBB1_1069
LBB1_1069: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1073
b LBB1_1070
LBB1_1070: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1073
b LBB1_1071
LBB1_1071: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1073
b LBB1_1072
LBB1_1072: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1083
b LBB1_1073
LBB1_1073: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1077
b LBB1_1074
LBB1_1074: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1077
b LBB1_1075
LBB1_1075: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1077
b LBB1_1076
LBB1_1076: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1083
b LBB1_1077
LBB1_1077: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1083
b LBB1_1078
LBB1_1078: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1083
b LBB1_1079
LBB1_1079: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1083
b LBB1_1080
LBB1_1080: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1083
b LBB1_1081
LBB1_1081: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1083
b LBB1_1082
LBB1_1082: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1083
LBB1_1083: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB1_1094
b LBB1_1084
LBB1_1084: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1094
b LBB1_1085
LBB1_1085: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1094
b LBB1_1086
LBB1_1086: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1094
b LBB1_1087
LBB1_1087: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1094
b LBB1_1088
LBB1_1088: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1094
b LBB1_1089
LBB1_1089: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1094
b LBB1_1090
LBB1_1090: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1094
b LBB1_1091
LBB1_1091: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1094
b LBB1_1092
LBB1_1092: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1094
b LBB1_1093
LBB1_1093: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1094
LBB1_1094: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB1_1105
b LBB1_1095
LBB1_1095: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1105
b LBB1_1096
LBB1_1096: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1105
b LBB1_1097
LBB1_1097: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1105
b LBB1_1098
LBB1_1098: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1105
b LBB1_1099
LBB1_1099: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1105
b LBB1_1100
LBB1_1100: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1105
b LBB1_1101
LBB1_1101: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1105
b LBB1_1102
LBB1_1102: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1105
b LBB1_1103
LBB1_1103: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1105
b LBB1_1104
LBB1_1104: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1105
LBB1_1105: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1113
b LBB1_1106
LBB1_1106: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1113
b LBB1_1107
LBB1_1107: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1113
b LBB1_1108
LBB1_1108: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1113
b LBB1_1109
LBB1_1109: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1113
b LBB1_1110
LBB1_1110: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1113
b LBB1_1111
LBB1_1111: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1113
b LBB1_1112
LBB1_1112: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-252]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_1119
b LBB1_1113
LBB1_1113: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1119
b LBB1_1114
LBB1_1114: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1119
b LBB1_1115
LBB1_1115: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1119
b LBB1_1116
LBB1_1116: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1119
b LBB1_1117
LBB1_1117: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1119
b LBB1_1118
LBB1_1118: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1119
LBB1_1119: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1127
b LBB1_1120
LBB1_1120: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1127
b LBB1_1121
LBB1_1121: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1127
b LBB1_1122
LBB1_1122: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1127
b LBB1_1123
LBB1_1123: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1127
b LBB1_1124
LBB1_1124: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1127
b LBB1_1125
LBB1_1125: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1127
b LBB1_1126
LBB1_1126: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-252]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1127
LBB1_1127: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1133
b LBB1_1128
LBB1_1128: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1129
LBB1_1129: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1130
LBB1_1130: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1131
LBB1_1131: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1133
b LBB1_1132
LBB1_1132: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1133
LBB1_1133: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-96]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1141
b LBB1_1134
LBB1_1134: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1141
b LBB1_1135
LBB1_1135: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1141
b LBB1_1136
LBB1_1136: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-212]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1141
b LBB1_1137
LBB1_1137: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-204]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1141
b LBB1_1138
LBB1_1138: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1141
b LBB1_1139
LBB1_1139: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1141
b LBB1_1140
LBB1_1140: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-248]
ldur s1, [x29, #-252]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1147
b LBB1_1141
LBB1_1141: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1147
b LBB1_1142
LBB1_1142: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1147
b LBB1_1143
LBB1_1143: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1147
b LBB1_1144
LBB1_1144: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1147
b LBB1_1145
LBB1_1145: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1147
b LBB1_1146
LBB1_1146: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1147
LBB1_1147: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1151
b LBB1_1148
LBB1_1148: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1151
b LBB1_1149
LBB1_1149: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1151
b LBB1_1150
LBB1_1150: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1183
b LBB1_1151
LBB1_1151: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1155
b LBB1_1152
LBB1_1152: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1155
b LBB1_1153
LBB1_1153: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1155
b LBB1_1154
LBB1_1154: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1183
b LBB1_1155
LBB1_1155: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1159
b LBB1_1156
LBB1_1156: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1159
b LBB1_1157
LBB1_1157: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1159
b LBB1_1158
LBB1_1158: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1183
b LBB1_1159
LBB1_1159: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1163
b LBB1_1160
LBB1_1160: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1163
b LBB1_1161
LBB1_1161: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1163
b LBB1_1162
LBB1_1162: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1183
b LBB1_1163
LBB1_1163: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1167
b LBB1_1164
LBB1_1164: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1167
b LBB1_1165
LBB1_1165: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1167
b LBB1_1166
LBB1_1166: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1183
b LBB1_1167
LBB1_1167: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1171
b LBB1_1168
LBB1_1168: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1171
b LBB1_1169
LBB1_1169: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1171
b LBB1_1170
LBB1_1170: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1183
b LBB1_1171
LBB1_1171: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1175
b LBB1_1172
LBB1_1172: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1175
b LBB1_1173
LBB1_1173: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1175
b LBB1_1174
LBB1_1174: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1183
b LBB1_1175
LBB1_1175: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1179
b LBB1_1176
LBB1_1176: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1179
b LBB1_1177
LBB1_1177: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1179
b LBB1_1178
LBB1_1178: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1183
b LBB1_1179
LBB1_1179: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1180
LBB1_1180: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1181
LBB1_1181: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1182
LBB1_1182: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1183
LBB1_1183: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-156]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_1200
b LBB1_1184
LBB1_1184: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1188
b LBB1_1185
LBB1_1185: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1188
b LBB1_1186
LBB1_1186: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1188
b LBB1_1187
LBB1_1187: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1188
LBB1_1188: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1192
b LBB1_1189
LBB1_1189: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1192
b LBB1_1190
LBB1_1190: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1192
b LBB1_1191
LBB1_1191: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1192
LBB1_1192: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1196
b LBB1_1193
LBB1_1193: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1196
b LBB1_1194
LBB1_1194: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1196
b LBB1_1195
LBB1_1195: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1196
LBB1_1196: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1200
b LBB1_1197
LBB1_1197: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1200
b LBB1_1198
LBB1_1198: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1200
b LBB1_1199
LBB1_1199: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1200
LBB1_1200: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
ldur w9, [x29, #-52]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1206
b LBB1_1201
LBB1_1201: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
ldur w9, [x29, #-36]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1206
b LBB1_1202
LBB1_1202: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
ldur w9, [x29, #-76]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1206
b LBB1_1203
LBB1_1203: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1206
b LBB1_1204
LBB1_1204: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
ldur s1, [x29, #-152]
fcvt d3, s1
ldur s1, [x29, #-156]
fcvt d2, s1
fmov d1, #-1.00000000
fmadd d1, d1, d2, d3
fadd d0, d0, d1
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1206
b LBB1_1205
LBB1_1205: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1208
b LBB1_1206
LBB1_1206: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1207
LBB1_1207: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1208
LBB1_1208: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1217
b LBB1_1209
LBB1_1209: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1217
b LBB1_1210
LBB1_1210: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1217
b LBB1_1211
LBB1_1211: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1217
b LBB1_1212
LBB1_1212: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1217
b LBB1_1213
LBB1_1213: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1217
b LBB1_1214
LBB1_1214: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-156]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1217
b LBB1_1215
LBB1_1215: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1217
b LBB1_1216
LBB1_1216: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1223
b LBB1_1217
LBB1_1217: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1223
b LBB1_1218
LBB1_1218: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1223
b LBB1_1219
LBB1_1219: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1223
b LBB1_1220
LBB1_1220: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1223
b LBB1_1221
LBB1_1221: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1223
b LBB1_1222
LBB1_1222: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1223
LBB1_1223: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1231
b LBB1_1224
LBB1_1224: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1231
b LBB1_1225
LBB1_1225: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-156]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1231
b LBB1_1226
LBB1_1226: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1231
b LBB1_1227
LBB1_1227: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1231
b LBB1_1228
LBB1_1228: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1231
b LBB1_1229
LBB1_1229: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1231
b LBB1_1230
LBB1_1230: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_1237
b LBB1_1231
LBB1_1231: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1237
b LBB1_1232
LBB1_1232: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1237
b LBB1_1233
LBB1_1233: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1237
b LBB1_1234
LBB1_1234: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1237
b LBB1_1235
LBB1_1235: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1237
b LBB1_1236
LBB1_1236: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1237
LBB1_1237: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1248
b LBB1_1238
LBB1_1238: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1248
b LBB1_1239
LBB1_1239: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1243
b LBB1_1240
LBB1_1240: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1243
b LBB1_1241
LBB1_1241: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1243
b LBB1_1242
LBB1_1242: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1247
b LBB1_1243
LBB1_1243: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1248
b LBB1_1244
LBB1_1244: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1248
b LBB1_1245
LBB1_1245: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1248
b LBB1_1246
LBB1_1246: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1248
b LBB1_1247
LBB1_1247: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-152]
ldur s1, [x29, #-156]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1254
b LBB1_1248
LBB1_1248: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1254
b LBB1_1249
LBB1_1249: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1254
b LBB1_1250
LBB1_1250: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1254
b LBB1_1251
LBB1_1251: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1254
b LBB1_1252
LBB1_1252: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1254
b LBB1_1253
LBB1_1253: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1254
LBB1_1254: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1256
b LBB1_1255
LBB1_1255: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB1_1266
b LBB1_1256
LBB1_1256: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1266
b LBB1_1257
LBB1_1257: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1266
b LBB1_1258
LBB1_1258: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1266
b LBB1_1259
LBB1_1259: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1266
b LBB1_1260
LBB1_1260: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1266
b LBB1_1261
LBB1_1261: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1266
b LBB1_1262
LBB1_1262: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1266
b LBB1_1263
LBB1_1263: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1266
b LBB1_1264
LBB1_1264: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1266
b LBB1_1265
LBB1_1265: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1266
LBB1_1266: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB1_1269
b LBB1_1267
LBB1_1267: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-152]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_1269
b LBB1_1268
LBB1_1268: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, hi
tbnz w8, #0, LBB1_1279
b LBB1_1269
LBB1_1269: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1279
b LBB1_1270
LBB1_1270: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1279
b LBB1_1271
LBB1_1271: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1279
b LBB1_1272
LBB1_1272: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1279
b LBB1_1273
LBB1_1273: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1279
b LBB1_1274
LBB1_1274: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1279
b LBB1_1275
LBB1_1275: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1279
b LBB1_1276
LBB1_1276: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1279
b LBB1_1277
LBB1_1277: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1279
b LBB1_1278
LBB1_1278: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1279
LBB1_1279: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1290
b LBB1_1280
LBB1_1280: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1290
b LBB1_1281
LBB1_1281: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1290
b LBB1_1282
LBB1_1282: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1286
b LBB1_1283
LBB1_1283: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1286
b LBB1_1284
LBB1_1284: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1286
b LBB1_1285
LBB1_1285: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1296
b LBB1_1286
LBB1_1286: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1290
b LBB1_1287
LBB1_1287: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1290
b LBB1_1288
LBB1_1288: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1290
b LBB1_1289
LBB1_1289: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1296
b LBB1_1290
LBB1_1290: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1296
b LBB1_1291
LBB1_1291: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1296
b LBB1_1292
LBB1_1292: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1296
b LBB1_1293
LBB1_1293: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1296
b LBB1_1294
LBB1_1294: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1296
b LBB1_1295
LBB1_1295: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1296
LBB1_1296: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1298
b LBB1_1297
LBB1_1297: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-152]
ldur s1, [x29, #-156]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1308
b LBB1_1298
LBB1_1298: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1308
b LBB1_1299
LBB1_1299: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1308
b LBB1_1300
LBB1_1300: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1308
b LBB1_1301
LBB1_1301: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1308
b LBB1_1302
LBB1_1302: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1308
b LBB1_1303
LBB1_1303: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1308
b LBB1_1304
LBB1_1304: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1308
b LBB1_1305
LBB1_1305: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1308
b LBB1_1306
LBB1_1306: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1308
b LBB1_1307
LBB1_1307: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1308
LBB1_1308: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1310
b LBB1_1309
LBB1_1309: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-156]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_1320
b LBB1_1310
LBB1_1310: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1320
b LBB1_1311
LBB1_1311: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1320
b LBB1_1312
LBB1_1312: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1320
b LBB1_1313
LBB1_1313: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1320
b LBB1_1314
LBB1_1314: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1320
b LBB1_1315
LBB1_1315: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1320
b LBB1_1316
LBB1_1316: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1320
b LBB1_1317
LBB1_1317: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1320
b LBB1_1318
LBB1_1318: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1320
b LBB1_1319
LBB1_1319: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1320
LBB1_1320: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1328
b LBB1_1321
LBB1_1321: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1328
b LBB1_1322
LBB1_1322: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-156]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1328
b LBB1_1323
LBB1_1323: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1328
b LBB1_1324
LBB1_1324: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1328
b LBB1_1325
LBB1_1325: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1328
b LBB1_1326
LBB1_1326: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1328
b LBB1_1327
LBB1_1327: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1334
b LBB1_1328
LBB1_1328: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1334
b LBB1_1329
LBB1_1329: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1334
b LBB1_1330
LBB1_1330: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1334
b LBB1_1331
LBB1_1331: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1334
b LBB1_1332
LBB1_1332: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1334
b LBB1_1333
LBB1_1333: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1334
LBB1_1334: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1346
b LBB1_1335
LBB1_1335: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1346
b LBB1_1336
LBB1_1336: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1346
b LBB1_1337
LBB1_1337: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-152]
ldur s1, [x29, #-156]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1346
b LBB1_1338
LBB1_1338: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1342
b LBB1_1339
LBB1_1339: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1342
b LBB1_1340
LBB1_1340: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1342
b LBB1_1341
LBB1_1341: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1352
b LBB1_1342
LBB1_1342: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1346
b LBB1_1343
LBB1_1343: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1346
b LBB1_1344
LBB1_1344: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1346
b LBB1_1345
LBB1_1345: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1352
b LBB1_1346
LBB1_1346: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1352
b LBB1_1347
LBB1_1347: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1352
b LBB1_1348
LBB1_1348: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1352
b LBB1_1349
LBB1_1349: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1352
b LBB1_1350
LBB1_1350: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1352
b LBB1_1351
LBB1_1351: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1352
LBB1_1352: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB1_1363
b LBB1_1353
LBB1_1353: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1363
b LBB1_1354
LBB1_1354: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1363
b LBB1_1355
LBB1_1355: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1363
b LBB1_1356
LBB1_1356: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1363
b LBB1_1357
LBB1_1357: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1363
b LBB1_1358
LBB1_1358: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1363
b LBB1_1359
LBB1_1359: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1363
b LBB1_1360
LBB1_1360: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1363
b LBB1_1361
LBB1_1361: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1363
b LBB1_1362
LBB1_1362: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1363
LBB1_1363: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_1374
b LBB1_1364
LBB1_1364: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1374
b LBB1_1365
LBB1_1365: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1374
b LBB1_1366
LBB1_1366: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1374
b LBB1_1367
LBB1_1367: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1374
b LBB1_1368
LBB1_1368: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1374
b LBB1_1369
LBB1_1369: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1374
b LBB1_1370
LBB1_1370: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1374
b LBB1_1371
LBB1_1371: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1374
b LBB1_1372
LBB1_1372: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1374
b LBB1_1373
LBB1_1373: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1374
LBB1_1374: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1382
b LBB1_1375
LBB1_1375: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1382
b LBB1_1376
LBB1_1376: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1382
b LBB1_1377
LBB1_1377: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1382
b LBB1_1378
LBB1_1378: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1382
b LBB1_1379
LBB1_1379: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1382
b LBB1_1380
LBB1_1380: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1382
b LBB1_1381
LBB1_1381: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-156]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_1388
b LBB1_1382
LBB1_1382: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1388
b LBB1_1383
LBB1_1383: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1388
b LBB1_1384
LBB1_1384: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1388
b LBB1_1385
LBB1_1385: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1388
b LBB1_1386
LBB1_1386: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1388
b LBB1_1387
LBB1_1387: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1388
LBB1_1388: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1396
b LBB1_1389
LBB1_1389: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1396
b LBB1_1390
LBB1_1390: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1396
b LBB1_1391
LBB1_1391: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1396
b LBB1_1392
LBB1_1392: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1396
b LBB1_1393
LBB1_1393: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1396
b LBB1_1394
LBB1_1394: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1396
b LBB1_1395
LBB1_1395: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-156]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_1402
b LBB1_1396
LBB1_1396: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1402
b LBB1_1397
LBB1_1397: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1402
b LBB1_1398
LBB1_1398: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1402
b LBB1_1399
LBB1_1399: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1402
b LBB1_1400
LBB1_1400: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1402
b LBB1_1401
LBB1_1401: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1402
LBB1_1402: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-112]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1410
b LBB1_1403
LBB1_1403: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1410
b LBB1_1404
LBB1_1404: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1410
b LBB1_1405
LBB1_1405: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1410
b LBB1_1406
LBB1_1406: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1410
b LBB1_1407
LBB1_1407: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1410
b LBB1_1408
LBB1_1408: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1410
b LBB1_1409
LBB1_1409: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-152]
ldur s1, [x29, #-156]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1416
b LBB1_1410
LBB1_1410: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1416
b LBB1_1411
LBB1_1411: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1416
b LBB1_1412
LBB1_1412: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1416
b LBB1_1413
LBB1_1413: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1416
b LBB1_1414
LBB1_1414: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1416
b LBB1_1415
LBB1_1415: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1416
LBB1_1416: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1420
b LBB1_1417
LBB1_1417: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1420
b LBB1_1418
LBB1_1418: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1420
b LBB1_1419
LBB1_1419: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1452
b LBB1_1420
LBB1_1420: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1424
b LBB1_1421
LBB1_1421: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1424
b LBB1_1422
LBB1_1422: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1424
b LBB1_1423
LBB1_1423: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1452
b LBB1_1424
LBB1_1424: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1428
b LBB1_1425
LBB1_1425: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1428
b LBB1_1426
LBB1_1426: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1428
b LBB1_1427
LBB1_1427: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1452
b LBB1_1428
LBB1_1428: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1432
b LBB1_1429
LBB1_1429: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1432
b LBB1_1430
LBB1_1430: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1432
b LBB1_1431
LBB1_1431: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1452
b LBB1_1432
LBB1_1432: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1436
b LBB1_1433
LBB1_1433: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1436
b LBB1_1434
LBB1_1434: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1436
b LBB1_1435
LBB1_1435: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1452
b LBB1_1436
LBB1_1436: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1440
b LBB1_1437
LBB1_1437: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1440
b LBB1_1438
LBB1_1438: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1440
b LBB1_1439
LBB1_1439: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1452
b LBB1_1440
LBB1_1440: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1444
b LBB1_1441
LBB1_1441: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1444
b LBB1_1442
LBB1_1442: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1444
b LBB1_1443
LBB1_1443: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1452
b LBB1_1444
LBB1_1444: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1448
b LBB1_1445
LBB1_1445: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1448
b LBB1_1446
LBB1_1446: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1448
b LBB1_1447
LBB1_1447: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1452
b LBB1_1448
LBB1_1448: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1449
LBB1_1449: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1450
LBB1_1450: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1451
LBB1_1451: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1452
LBB1_1452: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #188]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_1469
b LBB1_1453
LBB1_1453: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1457
b LBB1_1454
LBB1_1454: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1457
b LBB1_1455
LBB1_1455: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1457
b LBB1_1456
LBB1_1456: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1457
LBB1_1457: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1461
b LBB1_1458
LBB1_1458: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1461
b LBB1_1459
LBB1_1459: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1461
b LBB1_1460
LBB1_1460: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1461
LBB1_1461: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1465
b LBB1_1462
LBB1_1462: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1465
b LBB1_1463
LBB1_1463: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1465
b LBB1_1464
LBB1_1464: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1465
LBB1_1465: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1469
b LBB1_1466
LBB1_1466: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1469
b LBB1_1467
LBB1_1467: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1469
b LBB1_1468
LBB1_1468: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1469
LBB1_1469: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
ldr w9, [sp, #252]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1475
b LBB1_1470
LBB1_1470: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
ldr w9, [sp, #260]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1475
b LBB1_1471
LBB1_1471: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
ldr w9, [sp, #236]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1475
b LBB1_1472
LBB1_1472: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
ldr w9, [sp, #220]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1475
b LBB1_1473
LBB1_1473: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
ldr s1, [sp, #192]
fcvt d3, s1
ldr s1, [sp, #188]
fcvt d2, s1
fmov d1, #-1.00000000
fmadd d1, d1, d2, d3
fadd d0, d0, d1
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1475
b LBB1_1474
LBB1_1474: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1477
b LBB1_1475
LBB1_1475: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1476
LBB1_1476: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1477
LBB1_1477: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1486
b LBB1_1478
LBB1_1478: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1486
b LBB1_1479
LBB1_1479: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1486
b LBB1_1480
LBB1_1480: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1486
b LBB1_1481
LBB1_1481: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1486
b LBB1_1482
LBB1_1482: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #188]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1486
b LBB1_1483
LBB1_1483: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1486
b LBB1_1484
LBB1_1484: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1486
b LBB1_1485
LBB1_1485: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_1492
b LBB1_1486
LBB1_1486: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1492
b LBB1_1487
LBB1_1487: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1492
b LBB1_1488
LBB1_1488: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1492
b LBB1_1489
LBB1_1489: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1492
b LBB1_1490
LBB1_1490: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1492
b LBB1_1491
LBB1_1491: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1492
LBB1_1492: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1500
b LBB1_1493
LBB1_1493: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #188]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1500
b LBB1_1494
LBB1_1494: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1500
b LBB1_1495
LBB1_1495: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1500
b LBB1_1496
LBB1_1496: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1500
b LBB1_1497
LBB1_1497: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1500
b LBB1_1498
LBB1_1498: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1500
b LBB1_1499
LBB1_1499: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_1506
b LBB1_1500
LBB1_1500: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1506
b LBB1_1501
LBB1_1501: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1506
b LBB1_1502
LBB1_1502: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1506
b LBB1_1503
LBB1_1503: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1506
b LBB1_1504
LBB1_1504: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1506
b LBB1_1505
LBB1_1505: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1506
LBB1_1506: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1510
b LBB1_1507
LBB1_1507: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1510
b LBB1_1508
LBB1_1508: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1510
b LBB1_1509
LBB1_1509: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1514
b LBB1_1510
LBB1_1510: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1517
b LBB1_1511
LBB1_1511: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1517
b LBB1_1512
LBB1_1512: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1517
b LBB1_1513
LBB1_1513: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1517
b LBB1_1514
LBB1_1514: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #192]
ldr s1, [sp, #188]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1517
b LBB1_1515
LBB1_1515: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1517
b LBB1_1516
LBB1_1516: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_1523
b LBB1_1517
LBB1_1517: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1523
b LBB1_1518
LBB1_1518: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1523
b LBB1_1519
LBB1_1519: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1523
b LBB1_1520
LBB1_1520: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1523
b LBB1_1521
LBB1_1521: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1523
b LBB1_1522
LBB1_1522: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1523
LBB1_1523: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1525
b LBB1_1524
LBB1_1524: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_1535
b LBB1_1525
LBB1_1525: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1535
b LBB1_1526
LBB1_1526: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1535
b LBB1_1527
LBB1_1527: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1535
b LBB1_1528
LBB1_1528: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1535
b LBB1_1529
LBB1_1529: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1535
b LBB1_1530
LBB1_1530: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1535
b LBB1_1531
LBB1_1531: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1535
b LBB1_1532
LBB1_1532: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1535
b LBB1_1533
LBB1_1533: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1535
b LBB1_1534
LBB1_1534: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1535
LBB1_1535: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_1538
b LBB1_1536
LBB1_1536: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #192]
ldur s1, [x29, #-64]
fcmp s0, s1
cset w8, ls
tbnz w8, #0, LBB1_1538
b LBB1_1537
LBB1_1537: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, hi
tbnz w8, #0, LBB1_1548
b LBB1_1538
LBB1_1538: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1548
b LBB1_1539
LBB1_1539: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1548
b LBB1_1540
LBB1_1540: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1548
b LBB1_1541
LBB1_1541: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1548
b LBB1_1542
LBB1_1542: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1548
b LBB1_1543
LBB1_1543: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1548
b LBB1_1544
LBB1_1544: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1548
b LBB1_1545
LBB1_1545: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1548
b LBB1_1546
LBB1_1546: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1548
b LBB1_1547
LBB1_1547: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1548
LBB1_1548: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1559
b LBB1_1549
LBB1_1549: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1559
b LBB1_1550
LBB1_1550: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1559
b LBB1_1551
LBB1_1551: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1555
b LBB1_1552
LBB1_1552: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1555
b LBB1_1553
LBB1_1553: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1555
b LBB1_1554
LBB1_1554: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1565
b LBB1_1555
LBB1_1555: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1559
b LBB1_1556
LBB1_1556: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1559
b LBB1_1557
LBB1_1557: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1559
b LBB1_1558
LBB1_1558: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1565
b LBB1_1559
LBB1_1559: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1565
b LBB1_1560
LBB1_1560: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1565
b LBB1_1561
LBB1_1561: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1565
b LBB1_1562
LBB1_1562: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1565
b LBB1_1563
LBB1_1563: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1565
b LBB1_1564
LBB1_1564: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1565
LBB1_1565: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1567
b LBB1_1566
LBB1_1566: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #192]
ldr s1, [sp, #188]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1577
b LBB1_1567
LBB1_1567: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1577
b LBB1_1568
LBB1_1568: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1577
b LBB1_1569
LBB1_1569: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1577
b LBB1_1570
LBB1_1570: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1577
b LBB1_1571
LBB1_1571: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1577
b LBB1_1572
LBB1_1572: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1577
b LBB1_1573
LBB1_1573: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1577
b LBB1_1574
LBB1_1574: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1577
b LBB1_1575
LBB1_1575: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1577
b LBB1_1576
LBB1_1576: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1577
LBB1_1577: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #188]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1579
b LBB1_1578
LBB1_1578: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1589
b LBB1_1579
LBB1_1579: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1589
b LBB1_1580
LBB1_1580: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1589
b LBB1_1581
LBB1_1581: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1589
b LBB1_1582
LBB1_1582: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1589
b LBB1_1583
LBB1_1583: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1589
b LBB1_1584
LBB1_1584: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1589
b LBB1_1585
LBB1_1585: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1589
b LBB1_1586
LBB1_1586: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1589
b LBB1_1587
LBB1_1587: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1589
b LBB1_1588
LBB1_1588: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1589
LBB1_1589: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1597
b LBB1_1590
LBB1_1590: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1597
b LBB1_1591
LBB1_1591: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #188]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1597
b LBB1_1592
LBB1_1592: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1597
b LBB1_1593
LBB1_1593: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1597
b LBB1_1594
LBB1_1594: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1597
b LBB1_1595
LBB1_1595: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1597
b LBB1_1596
LBB1_1596: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1603
b LBB1_1597
LBB1_1597: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1603
b LBB1_1598
LBB1_1598: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1603
b LBB1_1599
LBB1_1599: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1603
b LBB1_1600
LBB1_1600: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1603
b LBB1_1601
LBB1_1601: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1603
b LBB1_1602
LBB1_1602: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1603
LBB1_1603: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1615
b LBB1_1604
LBB1_1604: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1615
b LBB1_1605
LBB1_1605: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1615
b LBB1_1606
LBB1_1606: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #192]
ldr s1, [sp, #188]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1615
b LBB1_1607
LBB1_1607: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1611
b LBB1_1608
LBB1_1608: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1611
b LBB1_1609
LBB1_1609: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1611
b LBB1_1610
LBB1_1610: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1621
b LBB1_1611
LBB1_1611: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1615
b LBB1_1612
LBB1_1612: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1615
b LBB1_1613
LBB1_1613: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1615
b LBB1_1614
LBB1_1614: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1621
b LBB1_1615
LBB1_1615: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1621
b LBB1_1616
LBB1_1616: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1621
b LBB1_1617
LBB1_1617: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1621
b LBB1_1618
LBB1_1618: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1621
b LBB1_1619
LBB1_1619: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1621
b LBB1_1620
LBB1_1620: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1621
LBB1_1621: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_1632
b LBB1_1622
LBB1_1622: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1632
b LBB1_1623
LBB1_1623: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1632
b LBB1_1624
LBB1_1624: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1632
b LBB1_1625
LBB1_1625: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1632
b LBB1_1626
LBB1_1626: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1632
b LBB1_1627
LBB1_1627: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1632
b LBB1_1628
LBB1_1628: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1632
b LBB1_1629
LBB1_1629: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1632
b LBB1_1630
LBB1_1630: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1632
b LBB1_1631
LBB1_1631: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1632
LBB1_1632: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_1643
b LBB1_1633
LBB1_1633: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1643
b LBB1_1634
LBB1_1634: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1643
b LBB1_1635
LBB1_1635: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1643
b LBB1_1636
LBB1_1636: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1643
b LBB1_1637
LBB1_1637: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1643
b LBB1_1638
LBB1_1638: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1643
b LBB1_1639
LBB1_1639: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1643
b LBB1_1640
LBB1_1640: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1643
b LBB1_1641
LBB1_1641: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1643
b LBB1_1642
LBB1_1642: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1643
LBB1_1643: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1651
b LBB1_1644
LBB1_1644: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1651
b LBB1_1645
LBB1_1645: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1651
b LBB1_1646
LBB1_1646: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1651
b LBB1_1647
LBB1_1647: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1651
b LBB1_1648
LBB1_1648: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1651
b LBB1_1649
LBB1_1649: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1651
b LBB1_1650
LBB1_1650: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #188]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
tbnz w8, #0, LBB1_1657
b LBB1_1651
LBB1_1651: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1657
b LBB1_1652
LBB1_1652: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1657
b LBB1_1653
LBB1_1653: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1657
b LBB1_1654
LBB1_1654: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1657
b LBB1_1655
LBB1_1655: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1657
b LBB1_1656
LBB1_1656: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1657
LBB1_1657: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1665
b LBB1_1658
LBB1_1658: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1665
b LBB1_1659
LBB1_1659: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1665
b LBB1_1660
LBB1_1660: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1665
b LBB1_1661
LBB1_1661: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1665
b LBB1_1662
LBB1_1662: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-124]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1665
b LBB1_1663
LBB1_1663: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #188]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB1_1665
b LBB1_1664
LBB1_1664: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_1671
b LBB1_1665
LBB1_1665: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1671
b LBB1_1666
LBB1_1666: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1671
b LBB1_1667
LBB1_1667: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1671
b LBB1_1668
LBB1_1668: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1671
b LBB1_1669
LBB1_1669: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1671
b LBB1_1670
LBB1_1670: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1671
LBB1_1671: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-128]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB1_1679
b LBB1_1672
LBB1_1672: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #220]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1679
b LBB1_1673
LBB1_1673: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #236]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1679
b LBB1_1674
LBB1_1674: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1679
b LBB1_1675
LBB1_1675: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #260]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1679
b LBB1_1676
LBB1_1676: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1679
b LBB1_1677
LBB1_1677: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_1679
b LBB1_1678
LBB1_1678: ; in Loop: Header=BB1_331 Depth=1
ldr s0, [sp, #192]
ldr s1, [sp, #188]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1685
b LBB1_1679
LBB1_1679: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1685
b LBB1_1680
LBB1_1680: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1685
b LBB1_1681
LBB1_1681: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1685
b LBB1_1682
LBB1_1682: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1685
b LBB1_1683
LBB1_1683: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1685
b LBB1_1684
LBB1_1684: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1685
LBB1_1685: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #5
cset w8, eq
tbnz w8, #0, LBB1_1691
b LBB1_1686
LBB1_1686: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #4
cset w8, eq
tbnz w8, #0, LBB1_1691
b LBB1_1687
LBB1_1687: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB1_1691
b LBB1_1688
LBB1_1688: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_1691
b LBB1_1689
LBB1_1689: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_1691
b LBB1_1690
LBB1_1690: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1691
LBB1_1691: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-44]
fcvt d1, s0
movi d0, #0000000000000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1692
LBB1_1692: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-132]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1693
LBB1_1693: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-132]
ldur s1, [x29, #-68]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1694
LBB1_1694: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-116]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1695
LBB1_1695: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-116]
ldur s1, [x29, #-68]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1696
LBB1_1696: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-100]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1697
LBB1_1697: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-100]
ldur s1, [x29, #-68]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1698
LBB1_1698: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-84]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1699
LBB1_1699: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-84]
ldur s1, [x29, #-68]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1700
LBB1_1700: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-60]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1701
LBB1_1701: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-60]
ldur s1, [x29, #-68]
fcmp s0, s1
cset w8, hi
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1702
LBB1_1702: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-68]
ldur s1, [x29, #-132]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1707
b LBB1_1703
LBB1_1703: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-68]
ldur s1, [x29, #-116]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1707
b LBB1_1704
LBB1_1704: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-68]
ldur s1, [x29, #-100]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1707
b LBB1_1705
LBB1_1705: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-68]
ldur s1, [x29, #-84]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1707
b LBB1_1706
LBB1_1706: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-68]
ldur s1, [x29, #-60]
fcmp s0, s1
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1707
LBB1_1707: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, ls
tbnz w8, #0, LBB1_1710
b LBB1_1708
LBB1_1708: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-120]
ldur w9, [x29, #-124]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1709
LBB1_1709: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-192]
ldur w9, [x29, #-196]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1710
LBB1_1710: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1716
b LBB1_1711
LBB1_1711: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1716
b LBB1_1712
LBB1_1712: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #152]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1716
b LBB1_1713
LBB1_1713: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1716
b LBB1_1714
LBB1_1714: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #168]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1716
b LBB1_1715
LBB1_1715: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
fcmp d0, #0.0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1716
LBB1_1716: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-228]
ldur s0, [x29, #-64]
ldur s1, [x29, #-68]
fcmp s0, s1
cset w9, ls
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1717
LBB1_1717: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
ldur s1, [x29, #-92]
fcmp s0, s1
cset w8, eq
tbnz w8, #0, LBB1_1719
b LBB1_1718
LBB1_1718: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-88]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1719
LBB1_1719: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-88]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
tbnz w8, #0, LBB1_1721
b LBB1_1720
LBB1_1720: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-40]
fcvt d0, s0
ldur s1, [x29, #-88]
fcvt d3, s1
ldur s1, [x29, #-92]
fcvt d2, s1
fmov d1, #-1.00000000
fmadd d1, d1, d2, d3
fadd d0, d0, d1
fcmp d0, #0.0
cset w8, ne
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1802
b LBB1_1721
LBB1_1721: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #248]
str w8, [sp, #100] ; 4-byte Folded Spill
ldr w8, [sp, #244]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #104] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1725
b LBB1_1722
LBB1_1722: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #268]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #96] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1724
b LBB1_1723
LBB1_1723: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-92]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
str w8, [sp, #96] ; 4-byte Folded Spill
b LBB1_1724
LBB1_1724: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #96] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #104] ; 4-byte Folded Spill
b LBB1_1725
LBB1_1725: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #100] ; 4-byte Folded Reload
ldr w9, [sp, #104] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1801
b LBB1_1726
LBB1_1726: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #272]
str w8, [sp, #84] ; 4-byte Folded Spill
ldr w8, [sp, #268]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #88] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1728
b LBB1_1727
LBB1_1727: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-92]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
str w8, [sp, #88] ; 4-byte Folded Spill
b LBB1_1728
LBB1_1728: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #84] ; 4-byte Folded Reload
ldr w9, [sp, #88] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1801
b LBB1_1729
LBB1_1729: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #232]
str w8, [sp, #76] ; 4-byte Folded Spill
ldr w8, [sp, #228]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #80] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1731
b LBB1_1730
LBB1_1730: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, eq
str w8, [sp, #80] ; 4-byte Folded Spill
b LBB1_1731
LBB1_1731: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #76] ; 4-byte Folded Reload
ldr w9, [sp, #80] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1801
b LBB1_1732
LBB1_1732: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #216]
str w8, [sp, #68] ; 4-byte Folded Spill
ldr w8, [sp, #212]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #72] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1736
b LBB1_1733
LBB1_1733: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #228]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #64] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1735
b LBB1_1734
LBB1_1734: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, eq
str w8, [sp, #64] ; 4-byte Folded Spill
b LBB1_1735
LBB1_1735: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #64] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #72] ; 4-byte Folded Spill
b LBB1_1736
LBB1_1736: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #68] ; 4-byte Folded Reload
ldr w9, [sp, #72] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1801
b LBB1_1737
LBB1_1737: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #276]
str w8, [sp, #60] ; 4-byte Folded Spill
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1741
b LBB1_1738
LBB1_1738: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1741
b LBB1_1739
LBB1_1739: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1741
b LBB1_1740
LBB1_1740: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #56] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1751
b LBB1_1741
LBB1_1741: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1745
b LBB1_1742
LBB1_1742: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1745
b LBB1_1743
LBB1_1743: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1745
b LBB1_1744
LBB1_1744: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #52] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1750
b LBB1_1745
LBB1_1745: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #48] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1749
b LBB1_1746
LBB1_1746: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1748
b LBB1_1747
LBB1_1747: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #232]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #48] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1749
b LBB1_1748
LBB1_1748: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #48] ; 4-byte Folded Spill
b LBB1_1749
LBB1_1749: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #48] ; 4-byte Folded Reload
str w8, [sp, #52] ; 4-byte Folded Spill
b LBB1_1750
LBB1_1750: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #52] ; 4-byte Folded Reload
str w8, [sp, #56] ; 4-byte Folded Spill
b LBB1_1751
LBB1_1751: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #60] ; 4-byte Folded Reload
ldr w9, [sp, #56] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1801
b LBB1_1752
LBB1_1752: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #284]
str w8, [sp, #44] ; 4-byte Folded Spill
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1756
b LBB1_1753
LBB1_1753: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1756
b LBB1_1754
LBB1_1754: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1756
b LBB1_1755
LBB1_1755: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #40] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1768
b LBB1_1756
LBB1_1756: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1760
b LBB1_1757
LBB1_1757: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1760
b LBB1_1758
LBB1_1758: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1760
b LBB1_1759
LBB1_1759: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #36] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1767
b LBB1_1760
LBB1_1760: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1762
b LBB1_1761
LBB1_1761: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #232]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1766
b LBB1_1762
LBB1_1762: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1765
b LBB1_1763
LBB1_1763: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1766
b LBB1_1764
LBB1_1764: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #232]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1766
b LBB1_1765
LBB1_1765: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #32] ; 4-byte Folded Spill
b LBB1_1766
LBB1_1766: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #32] ; 4-byte Folded Reload
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB1_1767
LBB1_1767: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #36] ; 4-byte Folded Reload
str w8, [sp, #40] ; 4-byte Folded Spill
b LBB1_1768
LBB1_1768: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #44] ; 4-byte Folded Reload
ldr w9, [sp, #40] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1801
b LBB1_1769
LBB1_1769: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-244]
str w8, [sp, #28] ; 4-byte Folded Spill
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1773
b LBB1_1770
LBB1_1770: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1773
b LBB1_1771
LBB1_1771: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1773
b LBB1_1772
LBB1_1772: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #24] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1783
b LBB1_1773
LBB1_1773: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1777
b LBB1_1774
LBB1_1774: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1777
b LBB1_1775
LBB1_1775: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1777
b LBB1_1776
LBB1_1776: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #20] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1782
b LBB1_1777
LBB1_1777: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-88]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
mov w9, #1
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1781
b LBB1_1778
LBB1_1778: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-88]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
tbnz w8, #0, LBB1_1780
b LBB1_1779
LBB1_1779: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #272]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1781
b LBB1_1780
LBB1_1780: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB1_1781
LBB1_1781: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #16] ; 4-byte Folded Reload
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB1_1782
LBB1_1782: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #20] ; 4-byte Folded Reload
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB1_1783
LBB1_1783: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #28] ; 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, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1801
b LBB1_1784
LBB1_1784: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-236]
str w8, [sp, #12] ; 4-byte Folded Spill
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1788
b LBB1_1785
LBB1_1785: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1788
b LBB1_1786
LBB1_1786: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1788
b LBB1_1787
LBB1_1787: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1800
b LBB1_1788
LBB1_1788: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #280]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1792
b LBB1_1789
LBB1_1789: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1792
b LBB1_1790
LBB1_1790: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1792
b LBB1_1791
LBB1_1791: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #4] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1799
b LBB1_1792
LBB1_1792: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-88]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
tbnz w8, #0, LBB1_1794
b LBB1_1793
LBB1_1793: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #272]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1798
b LBB1_1794
LBB1_1794: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #248]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1797
b LBB1_1795
LBB1_1795: ; in Loop: Header=BB1_331 Depth=1
ldur s0, [x29, #-88]
fcvt d1, s0
fmov d0, #1.00000000
fcmp d0, d1
cset w8, ls
mov w9, #1
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1798
b LBB1_1796
LBB1_1796: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #272]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1798
b LBB1_1797
LBB1_1797: ; in Loop: Header=BB1_331 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
str w8, [sp] ; 4-byte Folded Spill
b LBB1_1798
LBB1_1798: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp] ; 4-byte Folded Reload
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB1_1799
LBB1_1799: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #4] ; 4-byte Folded Reload
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB1_1800
LBB1_1800: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
ldr w9, [sp, #8] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, eq
str w8, [sp, #92] ; 4-byte Folded Spill
b LBB1_1801
LBB1_1801: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #92] ; 4-byte Folded Reload
str w8, [sp, #108] ; 4-byte Folded Spill
b LBB1_1802
LBB1_1802: ; in Loop: Header=BB1_331 Depth=1
ldr w8, [sp, #108] ; 4-byte Folded Reload
and w8, w8, #0x1
str w8, [sp, #124]
ldur w8, [x29, #-28]
stur w8, [x29, #-24]
ldur w8, [x29, #-36]
stur w8, [x29, #-32]
ldur s0, [x29, #-44]
stur s0, [x29, #-40]
ldur w8, [x29, #-52]
stur w8, [x29, #-48]
ldur s0, [x29, #-60]
stur s0, [x29, #-56]
ldur s0, [x29, #-68]
stur s0, [x29, #-64]
ldur w8, [x29, #-76]
stur w8, [x29, #-72]
ldur s0, [x29, #-84]
stur s0, [x29, #-80]
ldur s0, [x29, #-92]
stur s0, [x29, #-88]
ldur s0, [x29, #-100]
stur s0, [x29, #-96]
ldur w8, [x29, #-108]
stur w8, [x29, #-104]
ldur s0, [x29, #-116]
stur s0, [x29, #-112]
ldur w8, [x29, #-124]
stur w8, [x29, #-120]
ldur s0, [x29, #-132]
stur s0, [x29, #-128]
ldur w8, [x29, #-140]
stur w8, [x29, #-136]
ldur w8, [x29, #-148]
stur w8, [x29, #-144]
ldur s0, [x29, #-156]
stur s0, [x29, #-152]
ldur w8, [x29, #-164]
stur w8, [x29, #-160]
ldur w8, [x29, #-172]
stur w8, [x29, #-168]
ldur s0, [x29, #-180]
stur s0, [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 s0, [x29, #-252]
stur s0, [x29, #-248]
ldr w8, [sp, #284]
stur w8, [x29, #-256]
ldr w8, [sp, #276]
str w8, [sp, #280]
ldr w8, [sp, #268]
str w8, [sp, #272]
ldr w8, [sp, #260]
str w8, [sp, #264]
ldr w8, [sp, #252]
str w8, [sp, #256]
ldr w8, [sp, #244]
str w8, [sp, #248]
ldr w8, [sp, #236]
str w8, [sp, #240]
ldr w8, [sp, #228]
str w8, [sp, #232]
ldr w8, [sp, #220]
str w8, [sp, #224]
ldr w8, [sp, #212]
str w8, [sp, #216]
ldr w8, [sp, #204]
str w8, [sp, #208]
ldr w8, [sp, #196]
str w8, [sp, #200]
ldr s0, [sp, #188]
str s0, [sp, #192]
ldr w8, [sp, #180]
str w8, [sp, #184]
ldr w8, [sp, #172]
str w8, [sp, #176]
ldr w8, [sp, #164]
str w8, [sp, #168]
ldr w8, [sp, #156]
str w8, [sp, #160]
ldr w8, [sp, #148]
str w8, [sp, #152]
ldr s0, [sp, #140]
str s0, [sp, #144]
ldr w8, [sp, #132]
str w8, [sp, #136]
b LBB1_331
LBB1_1803:
ldur w0, [x29, #-20]
add sp, sp, #528
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
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI1_0:
.quad 0x4030000000000000 ## double 16
LCPI1_1:
.quad 0x3ff0000000000000 ## 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 $480, %rsp ## imm = 0x1E0
movl $0, -4(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -400(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -8(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -16(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -24(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -32(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -40(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -48(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -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_bool
movl %eax, -88(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -96(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -104(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -112(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -120(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -128(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -136(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -144(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -152(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -160(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -168(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -176(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -184(%rbp)
callq ___VERIFIER_nondet_bool
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_bool
movl %eax, -224(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -232(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -240(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -248(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -256(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -264(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -272(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -280(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -288(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -296(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -304(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -312(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -320(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -328(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -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_float
movss %xmm0, -384(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -392(%rbp)
cmpl $0, -152(%rbp)
je LBB1_4
## %bb.1:
cmpl $0, -144(%rbp)
jne LBB1_4
## %bb.2:
cmpl $0, -128(%rbp)
jne LBB1_4
## %bb.3:
cmpl $0, -120(%rbp)
je LBB1_36
LBB1_4:
cmpl $0, -152(%rbp)
jne LBB1_8
## %bb.5:
cmpl $0, -144(%rbp)
je LBB1_8
## %bb.6:
cmpl $0, -128(%rbp)
je LBB1_8
## %bb.7:
cmpl $0, -120(%rbp)
jne LBB1_36
LBB1_8:
cmpl $0, -152(%rbp)
jne LBB1_12
## %bb.9:
cmpl $0, -144(%rbp)
je LBB1_12
## %bb.10:
cmpl $0, -120(%rbp)
je LBB1_12
## %bb.11:
cmpl $0, -128(%rbp)
je LBB1_36
LBB1_12:
cmpl $0, -152(%rbp)
jne LBB1_16
## %bb.13:
cmpl $0, -144(%rbp)
je LBB1_16
## %bb.14:
cmpl $0, -128(%rbp)
je LBB1_16
## %bb.15:
cmpl $0, -120(%rbp)
je LBB1_36
LBB1_16:
cmpl $0, -152(%rbp)
jne LBB1_20
## %bb.17:
cmpl $0, -144(%rbp)
je LBB1_20
## %bb.18:
cmpl $0, -128(%rbp)
jne LBB1_20
## %bb.19:
cmpl $0, -120(%rbp)
je LBB1_36
LBB1_20:
cmpl $0, -152(%rbp)
jne LBB1_24
## %bb.21:
cmpl $0, -144(%rbp)
jne LBB1_24
## %bb.22:
cmpl $0, -128(%rbp)
je LBB1_24
## %bb.23:
cmpl $0, -120(%rbp)
jne LBB1_36
LBB1_24:
cmpl $0, -152(%rbp)
jne LBB1_28
## %bb.25:
cmpl $0, -144(%rbp)
jne LBB1_28
## %bb.26:
cmpl $0, -120(%rbp)
je LBB1_28
## %bb.27:
cmpl $0, -128(%rbp)
je LBB1_36
LBB1_28:
cmpl $0, -152(%rbp)
jne LBB1_32
## %bb.29:
cmpl $0, -144(%rbp)
jne LBB1_32
## %bb.30:
cmpl $0, -128(%rbp)
jne LBB1_32
## %bb.31:
cmpl $0, -120(%rbp)
je LBB1_36
LBB1_32:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -152(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.33:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -144(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.34:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -128(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
## %bb.35:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_36:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -152(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.37:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -144(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.38:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -128(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.39:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.40:
movss -160(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.41:
movss -160(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_58
## %bb.42:
cmpl $0, -152(%rbp)
jne LBB1_46
## %bb.43:
cmpl $0, -144(%rbp)
jne LBB1_46
## %bb.44:
cmpl $0, -128(%rbp)
je LBB1_46
## %bb.45:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_46:
cmpl $0, -152(%rbp)
jne LBB1_50
## %bb.47:
cmpl $0, -144(%rbp)
je LBB1_50
## %bb.48:
cmpl $0, -128(%rbp)
jne LBB1_50
## %bb.49:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_50:
cmpl $0, -152(%rbp)
jne LBB1_54
## %bb.51:
cmpl $0, -144(%rbp)
je LBB1_54
## %bb.52:
cmpl $0, -128(%rbp)
je LBB1_54
## %bb.53:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_54:
cmpl $0, -152(%rbp)
je LBB1_58
## %bb.55:
cmpl $0, -144(%rbp)
jne LBB1_58
## %bb.56:
cmpl $0, -128(%rbp)
jne LBB1_58
## %bb.57:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_58:
cmpl $0, -352(%rbp)
je LBB1_62
## %bb.59:
cmpl $0, -344(%rbp)
jne LBB1_62
## %bb.60:
cmpl $0, -328(%rbp)
jne LBB1_62
## %bb.61:
cmpl $0, -320(%rbp)
je LBB1_94
LBB1_62:
cmpl $0, -352(%rbp)
jne LBB1_66
## %bb.63:
cmpl $0, -344(%rbp)
je LBB1_66
## %bb.64:
cmpl $0, -328(%rbp)
je LBB1_66
## %bb.65:
cmpl $0, -320(%rbp)
jne LBB1_94
LBB1_66:
cmpl $0, -352(%rbp)
jne LBB1_70
## %bb.67:
cmpl $0, -344(%rbp)
je LBB1_70
## %bb.68:
cmpl $0, -320(%rbp)
je LBB1_70
## %bb.69:
cmpl $0, -328(%rbp)
je LBB1_94
LBB1_70:
cmpl $0, -352(%rbp)
jne LBB1_74
## %bb.71:
cmpl $0, -344(%rbp)
je LBB1_74
## %bb.72:
cmpl $0, -328(%rbp)
je LBB1_74
## %bb.73:
cmpl $0, -320(%rbp)
je LBB1_94
LBB1_74:
cmpl $0, -352(%rbp)
jne LBB1_78
## %bb.75:
cmpl $0, -344(%rbp)
je LBB1_78
## %bb.76:
cmpl $0, -328(%rbp)
jne LBB1_78
## %bb.77:
cmpl $0, -320(%rbp)
je LBB1_94
LBB1_78:
cmpl $0, -352(%rbp)
jne LBB1_82
## %bb.79:
cmpl $0, -344(%rbp)
jne LBB1_82
## %bb.80:
cmpl $0, -328(%rbp)
je LBB1_82
## %bb.81:
cmpl $0, -320(%rbp)
jne LBB1_94
LBB1_82:
cmpl $0, -352(%rbp)
jne LBB1_86
## %bb.83:
cmpl $0, -344(%rbp)
jne LBB1_86
## %bb.84:
cmpl $0, -320(%rbp)
je LBB1_86
## %bb.85:
cmpl $0, -328(%rbp)
je LBB1_94
LBB1_86:
cmpl $0, -352(%rbp)
jne LBB1_90
## %bb.87:
cmpl $0, -344(%rbp)
jne LBB1_90
## %bb.88:
cmpl $0, -328(%rbp)
jne LBB1_90
## %bb.89:
cmpl $0, -320(%rbp)
je LBB1_94
LBB1_90:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -352(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.91:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -344(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.92:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
## %bb.93:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_94:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -352(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.95:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -344(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.96:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.97:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.98:
movss -384(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.99:
movss -384(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_116
## %bb.100:
cmpl $0, -352(%rbp)
jne LBB1_104
## %bb.101:
cmpl $0, -344(%rbp)
jne LBB1_104
## %bb.102:
cmpl $0, -328(%rbp)
je LBB1_104
## %bb.103:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_104:
cmpl $0, -352(%rbp)
jne LBB1_108
## %bb.105:
cmpl $0, -344(%rbp)
je LBB1_108
## %bb.106:
cmpl $0, -328(%rbp)
jne LBB1_108
## %bb.107:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_108:
cmpl $0, -352(%rbp)
jne LBB1_112
## %bb.109:
cmpl $0, -344(%rbp)
je LBB1_112
## %bb.110:
cmpl $0, -328(%rbp)
je LBB1_112
## %bb.111:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_112:
cmpl $0, -352(%rbp)
je LBB1_116
## %bb.113:
cmpl $0, -344(%rbp)
jne LBB1_116
## %bb.114:
cmpl $0, -328(%rbp)
jne LBB1_116
## %bb.115:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_116:
cmpl $0, -200(%rbp)
je LBB1_120
## %bb.117:
cmpl $0, -192(%rbp)
jne LBB1_120
## %bb.118:
cmpl $0, -184(%rbp)
jne LBB1_120
## %bb.119:
cmpl $0, -168(%rbp)
je LBB1_152
LBB1_120:
cmpl $0, -200(%rbp)
jne LBB1_124
## %bb.121:
cmpl $0, -192(%rbp)
je LBB1_124
## %bb.122:
cmpl $0, -184(%rbp)
je LBB1_124
## %bb.123:
cmpl $0, -168(%rbp)
jne LBB1_152
LBB1_124:
cmpl $0, -200(%rbp)
jne LBB1_128
## %bb.125:
cmpl $0, -192(%rbp)
je LBB1_128
## %bb.126:
cmpl $0, -168(%rbp)
je LBB1_128
## %bb.127:
cmpl $0, -184(%rbp)
je LBB1_152
LBB1_128:
cmpl $0, -200(%rbp)
jne LBB1_132
## %bb.129:
cmpl $0, -192(%rbp)
je LBB1_132
## %bb.130:
cmpl $0, -184(%rbp)
je LBB1_132
## %bb.131:
cmpl $0, -168(%rbp)
je LBB1_152
LBB1_132:
cmpl $0, -200(%rbp)
jne LBB1_136
## %bb.133:
cmpl $0, -192(%rbp)
je LBB1_136
## %bb.134:
cmpl $0, -184(%rbp)
jne LBB1_136
## %bb.135:
cmpl $0, -168(%rbp)
je LBB1_152
LBB1_136:
cmpl $0, -200(%rbp)
jne LBB1_140
## %bb.137:
cmpl $0, -192(%rbp)
jne LBB1_140
## %bb.138:
cmpl $0, -184(%rbp)
je LBB1_140
## %bb.139:
cmpl $0, -168(%rbp)
jne LBB1_152
LBB1_140:
cmpl $0, -200(%rbp)
jne LBB1_144
## %bb.141:
cmpl $0, -192(%rbp)
jne LBB1_144
## %bb.142:
cmpl $0, -168(%rbp)
je LBB1_144
## %bb.143:
cmpl $0, -184(%rbp)
je LBB1_152
LBB1_144:
cmpl $0, -200(%rbp)
jne LBB1_148
## %bb.145:
cmpl $0, -192(%rbp)
jne LBB1_148
## %bb.146:
cmpl $0, -184(%rbp)
jne LBB1_148
## %bb.147:
cmpl $0, -168(%rbp)
je LBB1_152
LBB1_148:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -200(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.149:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -192(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.150:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -184(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
## %bb.151:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_152:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -200(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.153:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -192(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.154:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -184(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.155:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.156:
movss -232(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.157:
movss -232(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_174
## %bb.158:
cmpl $0, -200(%rbp)
jne LBB1_162
## %bb.159:
cmpl $0, -192(%rbp)
jne LBB1_162
## %bb.160:
cmpl $0, -184(%rbp)
je LBB1_162
## %bb.161:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_162:
cmpl $0, -200(%rbp)
jne LBB1_166
## %bb.163:
cmpl $0, -192(%rbp)
je LBB1_166
## %bb.164:
cmpl $0, -184(%rbp)
jne LBB1_166
## %bb.165:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_166:
cmpl $0, -200(%rbp)
jne LBB1_170
## %bb.167:
cmpl $0, -192(%rbp)
je LBB1_170
## %bb.168:
cmpl $0, -184(%rbp)
je LBB1_170
## %bb.169:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_170:
cmpl $0, -200(%rbp)
je LBB1_174
## %bb.171:
cmpl $0, -192(%rbp)
jne LBB1_174
## %bb.172:
cmpl $0, -184(%rbp)
jne LBB1_174
## %bb.173:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_174:
cmpl $0, -88(%rbp)
je LBB1_178
## %bb.175:
cmpl $0, -56(%rbp)
jne LBB1_178
## %bb.176:
cmpl $0, -32(%rbp)
jne LBB1_178
## %bb.177:
cmpl $0, -16(%rbp)
je LBB1_210
LBB1_178:
cmpl $0, -88(%rbp)
jne LBB1_182
## %bb.179:
cmpl $0, -56(%rbp)
je LBB1_182
## %bb.180:
cmpl $0, -32(%rbp)
je LBB1_182
## %bb.181:
cmpl $0, -16(%rbp)
jne LBB1_210
LBB1_182:
cmpl $0, -88(%rbp)
jne LBB1_186
## %bb.183:
cmpl $0, -56(%rbp)
je LBB1_186
## %bb.184:
cmpl $0, -16(%rbp)
je LBB1_186
## %bb.185:
cmpl $0, -32(%rbp)
je LBB1_210
LBB1_186:
cmpl $0, -88(%rbp)
jne LBB1_190
## %bb.187:
cmpl $0, -56(%rbp)
je LBB1_190
## %bb.188:
cmpl $0, -32(%rbp)
je LBB1_190
## %bb.189:
cmpl $0, -16(%rbp)
je LBB1_210
LBB1_190:
cmpl $0, -88(%rbp)
jne LBB1_194
## %bb.191:
cmpl $0, -56(%rbp)
je LBB1_194
## %bb.192:
cmpl $0, -32(%rbp)
jne LBB1_194
## %bb.193:
cmpl $0, -16(%rbp)
je LBB1_210
LBB1_194:
cmpl $0, -88(%rbp)
jne LBB1_198
## %bb.195:
cmpl $0, -56(%rbp)
jne LBB1_198
## %bb.196:
cmpl $0, -32(%rbp)
je LBB1_198
## %bb.197:
cmpl $0, -16(%rbp)
jne LBB1_210
LBB1_198:
cmpl $0, -88(%rbp)
jne LBB1_202
## %bb.199:
cmpl $0, -56(%rbp)
jne LBB1_202
## %bb.200:
cmpl $0, -16(%rbp)
je LBB1_202
## %bb.201:
cmpl $0, -32(%rbp)
je LBB1_210
LBB1_202:
cmpl $0, -88(%rbp)
jne LBB1_206
## %bb.203:
cmpl $0, -56(%rbp)
jne LBB1_206
## %bb.204:
cmpl $0, -32(%rbp)
jne LBB1_206
## %bb.205:
cmpl $0, -16(%rbp)
je LBB1_210
LBB1_206:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -88(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.207:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -56(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.208:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -32(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
## %bb.209:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_210:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -88(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.211:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -56(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.212:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -32(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.213:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.214:
movss -136(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.215:
movss -136(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_232
## %bb.216:
cmpl $0, -88(%rbp)
jne LBB1_220
## %bb.217:
cmpl $0, -56(%rbp)
jne LBB1_220
## %bb.218:
cmpl $0, -32(%rbp)
je LBB1_220
## %bb.219:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_220:
cmpl $0, -88(%rbp)
jne LBB1_224
## %bb.221:
cmpl $0, -56(%rbp)
je LBB1_224
## %bb.222:
cmpl $0, -32(%rbp)
jne LBB1_224
## %bb.223:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_224:
cmpl $0, -88(%rbp)
jne LBB1_228
## %bb.225:
cmpl $0, -56(%rbp)
je LBB1_228
## %bb.226:
cmpl $0, -32(%rbp)
je LBB1_228
## %bb.227:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_228:
cmpl $0, -88(%rbp)
je LBB1_232
## %bb.229:
cmpl $0, -56(%rbp)
jne LBB1_232
## %bb.230:
cmpl $0, -32(%rbp)
jne LBB1_232
## %bb.231:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_232:
cmpl $0, -304(%rbp)
je LBB1_236
## %bb.233:
cmpl $0, -288(%rbp)
jne LBB1_236
## %bb.234:
cmpl $0, -272(%rbp)
jne LBB1_236
## %bb.235:
cmpl $0, -264(%rbp)
je LBB1_268
LBB1_236:
cmpl $0, -304(%rbp)
jne LBB1_240
## %bb.237:
cmpl $0, -288(%rbp)
je LBB1_240
## %bb.238:
cmpl $0, -272(%rbp)
je LBB1_240
## %bb.239:
cmpl $0, -264(%rbp)
jne LBB1_268
LBB1_240:
cmpl $0, -304(%rbp)
jne LBB1_244
## %bb.241:
cmpl $0, -288(%rbp)
je LBB1_244
## %bb.242:
cmpl $0, -264(%rbp)
je LBB1_244
## %bb.243:
cmpl $0, -272(%rbp)
je LBB1_268
LBB1_244:
cmpl $0, -304(%rbp)
jne LBB1_248
## %bb.245:
cmpl $0, -288(%rbp)
je LBB1_248
## %bb.246:
cmpl $0, -272(%rbp)
je LBB1_248
## %bb.247:
cmpl $0, -264(%rbp)
je LBB1_268
LBB1_248:
cmpl $0, -304(%rbp)
jne LBB1_252
## %bb.249:
cmpl $0, -288(%rbp)
je LBB1_252
## %bb.250:
cmpl $0, -272(%rbp)
jne LBB1_252
## %bb.251:
cmpl $0, -264(%rbp)
je LBB1_268
LBB1_252:
cmpl $0, -304(%rbp)
jne LBB1_256
## %bb.253:
cmpl $0, -288(%rbp)
jne LBB1_256
## %bb.254:
cmpl $0, -272(%rbp)
je LBB1_256
## %bb.255:
cmpl $0, -264(%rbp)
jne LBB1_268
LBB1_256:
cmpl $0, -304(%rbp)
jne LBB1_260
## %bb.257:
cmpl $0, -288(%rbp)
jne LBB1_260
## %bb.258:
cmpl $0, -264(%rbp)
je LBB1_260
## %bb.259:
cmpl $0, -272(%rbp)
je LBB1_268
LBB1_260:
cmpl $0, -304(%rbp)
jne LBB1_264
## %bb.261:
cmpl $0, -288(%rbp)
jne LBB1_264
## %bb.262:
cmpl $0, -272(%rbp)
jne LBB1_264
## %bb.263:
cmpl $0, -264(%rbp)
je LBB1_268
LBB1_264:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -304(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.265:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -288(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.266:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -272(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
## %bb.267:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_268:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -304(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.269:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -288(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.270:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -272(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.271:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
## %bb.272:
movss -336(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.273:
movss -336(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_290
## %bb.274:
cmpl $0, -304(%rbp)
jne LBB1_278
## %bb.275:
cmpl $0, -288(%rbp)
jne LBB1_278
## %bb.276:
cmpl $0, -272(%rbp)
je LBB1_278
## %bb.277:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_278:
cmpl $0, -304(%rbp)
jne LBB1_282
## %bb.279:
cmpl $0, -288(%rbp)
je LBB1_282
## %bb.280:
cmpl $0, -272(%rbp)
jne LBB1_282
## %bb.281:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_282:
cmpl $0, -304(%rbp)
jne LBB1_286
## %bb.283:
cmpl $0, -288(%rbp)
je LBB1_286
## %bb.284:
cmpl $0, -272(%rbp)
je LBB1_286
## %bb.285:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_286:
cmpl $0, -304(%rbp)
je LBB1_290
## %bb.287:
cmpl $0, -288(%rbp)
jne LBB1_290
## %bb.288:
cmpl $0, -272(%rbp)
jne LBB1_290
## %bb.289:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
LBB1_290:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -208(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
je LBB1_330
## %bb.291:
cmpl $5, -176(%rbp)
je LBB1_297
## %bb.292:
cmpl $4, -176(%rbp)
je LBB1_297
## %bb.293:
cmpl $3, -176(%rbp)
je LBB1_297
## %bb.294:
cmpl $2, -176(%rbp)
je LBB1_297
## %bb.295:
cmpl $0, -176(%rbp)
je LBB1_297
## %bb.296:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, -176(%rbp)
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
LBB1_297:
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.298:
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.299:
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.300:
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.301:
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.302:
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jb LBB1_330
## %bb.303:
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jae LBB1_330
## %bb.304:
movss -112(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jb LBB1_330
## %bb.305:
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jae LBB1_330
## %bb.306:
movss -96(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jb LBB1_330
## %bb.307:
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jae LBB1_330
## %bb.308:
movss -80(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jb LBB1_330
## %bb.309:
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jae LBB1_330
## %bb.310:
movss -64(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jb LBB1_330
## %bb.311:
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jae LBB1_330
## %bb.312:
movss -40(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jb LBB1_330
## %bb.313:
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -112(%rbp), %xmm0
jne LBB1_314
jp LBB1_314
jmp LBB1_318
LBB1_314:
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -96(%rbp), %xmm0
jne LBB1_315
jp LBB1_315
jmp LBB1_318
LBB1_315:
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -80(%rbp), %xmm0
jne LBB1_316
jp LBB1_316
jmp LBB1_318
LBB1_316:
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -64(%rbp), %xmm0
jne LBB1_317
jp LBB1_317
jmp LBB1_318
LBB1_317:
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss -40(%rbp), %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
LBB1_318:
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss -72(%rbp), %xmm0
movb %al, -405(%rbp) ## 1-byte Spill
jne LBB1_330
jp LBB1_330
## %bb.319:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -312(%rbp)
movb %al, -406(%rbp) ## 1-byte Spill
jne LBB1_329
## %bb.320:
cmpl $0, -208(%rbp)
je LBB1_322
## %bb.321:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -296(%rbp)
movb %al, -406(%rbp) ## 1-byte Spill
je LBB1_329
LBB1_322:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -280(%rbp)
movb %al, -406(%rbp) ## 1-byte Spill
jne LBB1_329
## %bb.323:
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jae LBB1_325
## %bb.324:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -256(%rbp)
movb %al, -406(%rbp) ## 1-byte Spill
je LBB1_329
LBB1_325:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -248(%rbp)
movb %al, -406(%rbp) ## 1-byte Spill
jne LBB1_329
## %bb.326:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -240(%rbp)
movb %al, -406(%rbp) ## 1-byte Spill
jne LBB1_329
## %bb.327:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -224(%rbp)
movb %al, -406(%rbp) ## 1-byte Spill
jne LBB1_329
## %bb.328:
cmpl $0, -216(%rbp)
setne %al
xorb $-1, %al
movb %al, -406(%rbp) ## 1-byte Spill
LBB1_329:
movb -406(%rbp), %al ## 1-byte Reload
movb %al, -405(%rbp) ## 1-byte Spill
LBB1_330:
movb -405(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -404(%rbp)
LBB1_331: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -400(%rbp)
movb %al, -407(%rbp) ## 1-byte Spill
jl LBB1_333
## %bb.332: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -404(%rbp)
setne %al
movb %al, -407(%rbp) ## 1-byte Spill
LBB1_333: ## in Loop: Header=BB1_331 Depth=1
movb -407(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_334
jmp LBB1_1803
LBB1_334: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -248(%rbp)
je LBB1_339
## %bb.335: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_339
## %bb.336: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_339
## %bb.337: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -216(%rbp)
je LBB1_339
## %bb.338: ## in Loop: Header=BB1_331 Depth=1
callq ___VERIFIER_nondet_int
movl %eax, -400(%rbp)
jmp LBB1_340
LBB1_339: ## in Loop: Header=BB1_331 Depth=1
movl -400(%rbp), %eax
addl $-1, %eax
movl %eax, -400(%rbp)
LBB1_340: ## in Loop: Header=BB1_331 Depth=1
callq ___VERIFIER_nondet_bool
movl %eax, -12(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -20(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -28(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -36(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -44(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -52(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -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_bool
movl %eax, -92(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -100(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -108(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -116(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -124(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -132(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -140(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -148(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -156(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -164(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -172(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -180(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -188(%rbp)
callq ___VERIFIER_nondet_bool
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_bool
movl %eax, -228(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -236(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -244(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -252(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -260(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -268(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -276(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -284(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -292(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -300(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -308(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -316(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -324(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -332(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -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_float
movss %xmm0, -388(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -396(%rbp)
cmpl $0, -156(%rbp)
je LBB1_344
## %bb.341: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_344
## %bb.342: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_344
## %bb.343: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_376
LBB1_344: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_348
## %bb.345: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_348
## %bb.346: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_348
## %bb.347: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
jne LBB1_376
LBB1_348: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_352
## %bb.349: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_352
## %bb.350: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_352
## %bb.351: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_376
LBB1_352: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_356
## %bb.353: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_356
## %bb.354: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_356
## %bb.355: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_376
LBB1_356: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_360
## %bb.357: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_360
## %bb.358: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_360
## %bb.359: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_376
LBB1_360: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_364
## %bb.361: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_364
## %bb.362: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_364
## %bb.363: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
jne LBB1_376
LBB1_364: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_368
## %bb.365: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_368
## %bb.366: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_368
## %bb.367: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_376
LBB1_368: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_372
## %bb.369: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_372
## %bb.370: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_372
## %bb.371: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_376
LBB1_372: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -156(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.373: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -148(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.374: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -132(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
## %bb.375: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -124(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_376: ## in Loop: Header=BB1_331 Depth=1
movss -164(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_393
## %bb.377: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_381
## %bb.378: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_381
## %bb.379: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_381
## %bb.380: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -124(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_381: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_385
## %bb.382: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_385
## %bb.383: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_385
## %bb.384: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -124(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_385: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_389
## %bb.386: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_389
## %bb.387: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_389
## %bb.388: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -124(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_389: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
je LBB1_393
## %bb.390: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_393
## %bb.391: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_393
## %bb.392: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -124(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_393: ## in Loop: Header=BB1_331 Depth=1
movl -128(%rbp), %eax
cmpl -132(%rbp), %eax
jne LBB1_399
## %bb.394: ## in Loop: Header=BB1_331 Depth=1
movl -120(%rbp), %eax
cmpl -124(%rbp), %eax
jne LBB1_399
## %bb.395: ## in Loop: Header=BB1_331 Depth=1
movl -144(%rbp), %eax
cmpl -148(%rbp), %eax
jne LBB1_399
## %bb.396: ## in Loop: Header=BB1_331 Depth=1
movl -152(%rbp), %eax
cmpl -156(%rbp), %eax
jne LBB1_399
## %bb.397: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -160(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movss -164(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
subsd %xmm2, %xmm1
addsd %xmm1, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_399
jp LBB1_399
## %bb.398: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_399
jp LBB1_399
jmp LBB1_401
LBB1_399: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.400: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_401: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -176(%rbp)
jne LBB1_410
## %bb.402: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_410
## %bb.403: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_410
## %bb.404: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_410
## %bb.405: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
jne LBB1_410
## %bb.406: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_410
## %bb.407: ## in Loop: Header=BB1_331 Depth=1
movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_410
jp LBB1_410
## %bb.408: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_410
## %bb.409: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_410
jp LBB1_410
jmp LBB1_416
LBB1_410: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_416
## %bb.411: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_416
## %bb.412: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
jne LBB1_416
## %bb.413: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
jne LBB1_416
## %bb.414: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_416
jp LBB1_416
## %bb.415: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_416: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_424
jp LBB1_424
## %bb.417: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_424
## %bb.418: ## in Loop: Header=BB1_331 Depth=1
movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_424
jp LBB1_424
## %bb.419: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_424
## %bb.420: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_424
## %bb.421: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_424
## %bb.422: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_424
## %bb.423: ## in Loop: Header=BB1_331 Depth=1
cmpl $5, -180(%rbp)
je LBB1_430
LBB1_424: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_430
## %bb.425: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_430
## %bb.426: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
je LBB1_430
## %bb.427: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
jne LBB1_430
## %bb.428: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_430
jp LBB1_430
## %bb.429: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_430: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_441
## %bb.431: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_441
## %bb.432: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_436
## %bb.433: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_436
## %bb.434: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_436
## %bb.435: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_440
LBB1_436: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_441
## %bb.437: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_441
## %bb.438: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_441
## %bb.439: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_441
LBB1_440: ## in Loop: Header=BB1_331 Depth=1
movss -160(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -164(%rbp), %xmm0
jne LBB1_441
jp LBB1_441
jmp LBB1_447
LBB1_441: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_447
## %bb.442: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_447
## %bb.443: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
je LBB1_447
## %bb.444: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
jne LBB1_447
## %bb.445: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_447
jp LBB1_447
## %bb.446: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_447: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_449
jp LBB1_449
## %bb.448: ## in Loop: Header=BB1_331 Depth=1
cmpl $5, -176(%rbp)
jne LBB1_459
LBB1_449: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_459
jp LBB1_459
## %bb.450: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -8(%rbp)
je LBB1_459
## %bb.451: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_459
## %bb.452: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_459
## %bb.453: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_459
## %bb.454: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
jne LBB1_459
## %bb.455: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_459
## %bb.456: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_459
## %bb.457: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
je LBB1_459
## %bb.458: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -128(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_459: ## in Loop: Header=BB1_331 Depth=1
cmpl $5, -176(%rbp)
jne LBB1_462
## %bb.460: ## in Loop: Header=BB1_331 Depth=1
movss -160(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_462
## %bb.461: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jb LBB1_472
LBB1_462: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_472
jp LBB1_472
## %bb.463: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -8(%rbp)
je LBB1_472
## %bb.464: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_472
## %bb.465: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_472
## %bb.466: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
je LBB1_472
## %bb.467: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
jne LBB1_472
## %bb.468: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_472
## %bb.469: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_472
## %bb.470: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_472
## %bb.471: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -124(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_472: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_483
## %bb.473: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_483
## %bb.474: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_483
jp LBB1_483
## %bb.475: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_479
## %bb.476: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_479
## %bb.477: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_479
## %bb.478: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_489
LBB1_479: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_483
## %bb.480: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_483
## %bb.481: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_483
## %bb.482: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_489
LBB1_483: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_489
## %bb.484: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_489
## %bb.485: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
je LBB1_489
## %bb.486: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
je LBB1_489
## %bb.487: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_489
jp LBB1_489
## %bb.488: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_489: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
je LBB1_491
## %bb.490: ## in Loop: Header=BB1_331 Depth=1
movss -160(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -164(%rbp), %xmm0
jne LBB1_491
jp LBB1_491
jmp LBB1_501
LBB1_491: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_501
jp LBB1_501
## %bb.492: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -8(%rbp)
je LBB1_501
## %bb.493: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_501
## %bb.494: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_501
## %bb.495: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_501
## %bb.496: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
jne LBB1_501
## %bb.497: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_501
## %bb.498: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_501
## %bb.499: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
je LBB1_501
## %bb.500: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_501: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
jne LBB1_503
## %bb.502: ## in Loop: Header=BB1_331 Depth=1
movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_503
jp LBB1_503
jmp LBB1_513
LBB1_503: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_513
jp LBB1_513
## %bb.504: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -8(%rbp)
je LBB1_513
## %bb.505: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_513
## %bb.506: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_513
## %bb.507: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
je LBB1_513
## %bb.508: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
je LBB1_513
## %bb.509: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_513
## %bb.510: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_513
## %bb.511: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_513
## %bb.512: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -124(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_513: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_521
## %bb.514: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_521
jp LBB1_521
## %bb.515: ## in Loop: Header=BB1_331 Depth=1
movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_521
jp LBB1_521
## %bb.516: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
je LBB1_521
## %bb.517: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_521
## %bb.518: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_521
## %bb.519: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_521
## %bb.520: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_527
LBB1_521: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_527
## %bb.522: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
je LBB1_527
## %bb.523: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
jne LBB1_527
## %bb.524: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
jne LBB1_527
## %bb.525: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_527
jp LBB1_527
## %bb.526: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_527: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_539
jp LBB1_539
## %bb.528: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_539
## %bb.529: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_539
## %bb.530: ## in Loop: Header=BB1_331 Depth=1
movss -160(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -164(%rbp), %xmm0
jne LBB1_539
jp LBB1_539
## %bb.531: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_535
## %bb.532: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_535
## %bb.533: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_535
## %bb.534: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_545
LBB1_535: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_539
## %bb.536: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_539
## %bb.537: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_539
## %bb.538: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_545
LBB1_539: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_545
## %bb.540: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
je LBB1_545
## %bb.541: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
je LBB1_545
## %bb.542: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
jne LBB1_545
## %bb.543: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_545
jp LBB1_545
## %bb.544: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_545: ## in Loop: Header=BB1_331 Depth=1
cmpl $5, -176(%rbp)
jne LBB1_556
## %bb.546: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_556
jp LBB1_556
## %bb.547: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -8(%rbp)
je LBB1_556
## %bb.548: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_556
## %bb.549: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_556
## %bb.550: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_556
## %bb.551: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
jne LBB1_556
## %bb.552: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_556
## %bb.553: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
je LBB1_556
## %bb.554: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
je LBB1_556
## %bb.555: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_556: ## in Loop: Header=BB1_331 Depth=1
cmpl $5, -176(%rbp)
je LBB1_567
## %bb.557: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_567
jp LBB1_567
## %bb.558: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -8(%rbp)
je LBB1_567
## %bb.559: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_567
## %bb.560: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
je LBB1_567
## %bb.561: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
je LBB1_567
## %bb.562: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
jne LBB1_567
## %bb.563: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_567
## %bb.564: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_567
## %bb.565: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_567
## %bb.566: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -132(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_567: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_575
jp LBB1_575
## %bb.568: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_575
## %bb.569: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_575
## %bb.570: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_575
## %bb.571: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
je LBB1_575
## %bb.572: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
je LBB1_575
## %bb.573: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
je LBB1_575
## %bb.574: ## in Loop: Header=BB1_331 Depth=1
movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_575
jp LBB1_575
jmp LBB1_581
LBB1_575: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_581
## %bb.576: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
je LBB1_581
## %bb.577: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
je LBB1_581
## %bb.578: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
jne LBB1_581
## %bb.579: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_581
jp LBB1_581
## %bb.580: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_581: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_589
jp LBB1_589
## %bb.582: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
jne LBB1_589
## %bb.583: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
je LBB1_589
## %bb.584: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_589
## %bb.585: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_589
## %bb.586: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
jne LBB1_589
## %bb.587: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_589
## %bb.588: ## in Loop: Header=BB1_331 Depth=1
movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_589
jp LBB1_589
jmp LBB1_595
LBB1_589: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
jne LBB1_595
## %bb.590: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
je LBB1_595
## %bb.591: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
je LBB1_595
## %bb.592: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
je LBB1_595
## %bb.593: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_595
jp LBB1_595
## %bb.594: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_595: ## in Loop: Header=BB1_331 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -44(%rbp), %xmm0
jne LBB1_603
jp LBB1_603
## %bb.596: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -180(%rbp)
jne LBB1_603
## %bb.597: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -156(%rbp)
jne LBB1_603
## %bb.598: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -148(%rbp)
jne LBB1_603
## %bb.599: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_603
## %bb.600: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -124(%rbp)
jne LBB1_603
## %bb.601: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_603
## %bb.602: ## in Loop: Header=BB1_331 Depth=1
movss -160(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -164(%rbp), %xmm0
jne LBB1_603
jp LBB1_603
jmp LBB1_609
LBB1_603: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -152(%rbp)
je LBB1_609
## %bb.604: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_609
## %bb.605: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -128(%rbp)
jne LBB1_609
## %bb.606: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -120(%rbp)
jne LBB1_609
## %bb.607: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_609
jp LBB1_609
## %bb.608: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_609: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
je LBB1_613
## %bb.610: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_613
## %bb.611: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_613
## %bb.612: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_645
LBB1_613: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_617
## %bb.614: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_617
## %bb.615: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_617
## %bb.616: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_645
LBB1_617: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_621
## %bb.618: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_621
## %bb.619: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_621
## %bb.620: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_645
LBB1_621: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_625
## %bb.622: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_625
## %bb.623: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_625
## %bb.624: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_645
LBB1_625: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_629
## %bb.626: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_629
## %bb.627: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_629
## %bb.628: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_645
LBB1_629: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_633
## %bb.630: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_633
## %bb.631: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_633
## %bb.632: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_645
LBB1_633: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_637
## %bb.634: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_637
## %bb.635: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_637
## %bb.636: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_645
LBB1_637: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_641
## %bb.638: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_641
## %bb.639: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_641
## %bb.640: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_645
LBB1_641: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -356(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.642: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -348(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.643: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -332(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
## %bb.644: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -324(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_645: ## in Loop: Header=BB1_331 Depth=1
movss -388(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_662
## %bb.646: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_650
## %bb.647: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_650
## %bb.648: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_650
## %bb.649: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -324(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_650: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_654
## %bb.651: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_654
## %bb.652: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_654
## %bb.653: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -324(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_654: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_658
## %bb.655: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_658
## %bb.656: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_658
## %bb.657: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -324(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_658: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
je LBB1_662
## %bb.659: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_662
## %bb.660: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_662
## %bb.661: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -324(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_662: ## in Loop: Header=BB1_331 Depth=1
movl -328(%rbp), %eax
cmpl -332(%rbp), %eax
jne LBB1_668
## %bb.663: ## in Loop: Header=BB1_331 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
jne LBB1_668
## %bb.664: ## in Loop: Header=BB1_331 Depth=1
movl -344(%rbp), %eax
cmpl -348(%rbp), %eax
jne LBB1_668
## %bb.665: ## in Loop: Header=BB1_331 Depth=1
movl -352(%rbp), %eax
cmpl -356(%rbp), %eax
jne LBB1_668
## %bb.666: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -384(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movss -388(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
subsd %xmm2, %xmm1
addsd %xmm1, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_668
jp LBB1_668
## %bb.667: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_668
jp LBB1_668
jmp LBB1_670
LBB1_668: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.669: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_670: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -176(%rbp)
jne LBB1_679
## %bb.671: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_679
## %bb.672: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_679
## %bb.673: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_679
## %bb.674: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_679
## %bb.675: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_679
## %bb.676: ## in Loop: Header=BB1_331 Depth=1
movss -388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_679
jp LBB1_679
## %bb.677: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_679
## %bb.678: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_679
jp LBB1_679
jmp LBB1_685
LBB1_679: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_685
## %bb.680: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_685
## %bb.681: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
jne LBB1_685
## %bb.682: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
jne LBB1_685
## %bb.683: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_685
jp LBB1_685
## %bb.684: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_685: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_693
jp LBB1_693
## %bb.686: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_693
## %bb.687: ## in Loop: Header=BB1_331 Depth=1
movss -388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_693
jp LBB1_693
## %bb.688: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_693
## %bb.689: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_693
## %bb.690: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_693
## %bb.691: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_693
## %bb.692: ## in Loop: Header=BB1_331 Depth=1
cmpl $4, -180(%rbp)
je LBB1_699
LBB1_693: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_699
## %bb.694: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_699
## %bb.695: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
je LBB1_699
## %bb.696: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
jne LBB1_699
## %bb.697: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_699
jp LBB1_699
## %bb.698: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_699: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_710
## %bb.700: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_710
## %bb.701: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_705
## %bb.702: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_705
## %bb.703: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_705
## %bb.704: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_709
LBB1_705: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_710
## %bb.706: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_710
## %bb.707: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_710
## %bb.708: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_710
LBB1_709: ## in Loop: Header=BB1_331 Depth=1
movss -384(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -388(%rbp), %xmm0
jne LBB1_710
jp LBB1_710
jmp LBB1_716
LBB1_710: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_716
## %bb.711: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_716
## %bb.712: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
je LBB1_716
## %bb.713: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
jne LBB1_716
## %bb.714: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_716
jp LBB1_716
## %bb.715: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_716: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_718
jp LBB1_718
## %bb.717: ## in Loop: Header=BB1_331 Depth=1
cmpl $4, -176(%rbp)
jne LBB1_728
LBB1_718: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_728
jp LBB1_728
## %bb.719: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -392(%rbp)
je LBB1_728
## %bb.720: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_728
## %bb.721: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_728
## %bb.722: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_728
## %bb.723: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_728
## %bb.724: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_728
## %bb.725: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_728
## %bb.726: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
je LBB1_728
## %bb.727: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_728: ## in Loop: Header=BB1_331 Depth=1
cmpl $4, -176(%rbp)
jne LBB1_731
## %bb.729: ## in Loop: Header=BB1_331 Depth=1
movss -384(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_731
## %bb.730: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jb LBB1_741
LBB1_731: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_741
jp LBB1_741
## %bb.732: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -392(%rbp)
je LBB1_741
## %bb.733: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_741
## %bb.734: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_741
## %bb.735: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
je LBB1_741
## %bb.736: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
jne LBB1_741
## %bb.737: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_741
## %bb.738: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_741
## %bb.739: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_741
## %bb.740: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -324(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_741: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_752
## %bb.742: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_752
## %bb.743: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_752
jp LBB1_752
## %bb.744: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_748
## %bb.745: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_748
## %bb.746: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_748
## %bb.747: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_758
LBB1_748: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_752
## %bb.749: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_752
## %bb.750: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_752
## %bb.751: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_758
LBB1_752: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_758
## %bb.753: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_758
## %bb.754: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
je LBB1_758
## %bb.755: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
je LBB1_758
## %bb.756: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_758
jp LBB1_758
## %bb.757: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_758: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
je LBB1_760
## %bb.759: ## in Loop: Header=BB1_331 Depth=1
movss -384(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -388(%rbp), %xmm0
jne LBB1_760
jp LBB1_760
jmp LBB1_770
LBB1_760: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_770
jp LBB1_770
## %bb.761: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -392(%rbp)
je LBB1_770
## %bb.762: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_770
## %bb.763: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_770
## %bb.764: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_770
## %bb.765: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_770
## %bb.766: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_770
## %bb.767: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_770
## %bb.768: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
je LBB1_770
## %bb.769: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_770: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
jne LBB1_772
## %bb.771: ## in Loop: Header=BB1_331 Depth=1
movss -388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_772
jp LBB1_772
jmp LBB1_782
LBB1_772: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_782
jp LBB1_782
## %bb.773: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -392(%rbp)
je LBB1_782
## %bb.774: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_782
## %bb.775: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_782
## %bb.776: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
je LBB1_782
## %bb.777: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
je LBB1_782
## %bb.778: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_782
## %bb.779: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_782
## %bb.780: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_782
## %bb.781: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -324(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_782: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_790
## %bb.783: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_790
jp LBB1_790
## %bb.784: ## in Loop: Header=BB1_331 Depth=1
movss -388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_790
jp LBB1_790
## %bb.785: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
je LBB1_790
## %bb.786: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_790
## %bb.787: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_790
## %bb.788: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_790
## %bb.789: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_796
LBB1_790: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_796
## %bb.791: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
je LBB1_796
## %bb.792: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
jne LBB1_796
## %bb.793: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
jne LBB1_796
## %bb.794: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_796
jp LBB1_796
## %bb.795: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_796: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_808
jp LBB1_808
## %bb.797: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_808
## %bb.798: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_808
## %bb.799: ## in Loop: Header=BB1_331 Depth=1
movss -384(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -388(%rbp), %xmm0
jne LBB1_808
jp LBB1_808
## %bb.800: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_804
## %bb.801: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_804
## %bb.802: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_804
## %bb.803: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_814
LBB1_804: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_808
## %bb.805: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_808
## %bb.806: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_808
## %bb.807: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_814
LBB1_808: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_814
## %bb.809: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
je LBB1_814
## %bb.810: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
je LBB1_814
## %bb.811: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
jne LBB1_814
## %bb.812: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_814
jp LBB1_814
## %bb.813: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_814: ## in Loop: Header=BB1_331 Depth=1
cmpl $4, -176(%rbp)
jne LBB1_825
## %bb.815: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_825
jp LBB1_825
## %bb.816: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -392(%rbp)
je LBB1_825
## %bb.817: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_825
## %bb.818: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_825
## %bb.819: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_825
## %bb.820: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_825
## %bb.821: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_825
## %bb.822: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
je LBB1_825
## %bb.823: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
je LBB1_825
## %bb.824: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_825: ## in Loop: Header=BB1_331 Depth=1
cmpl $4, -176(%rbp)
je LBB1_836
## %bb.826: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_836
jp LBB1_836
## %bb.827: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -392(%rbp)
je LBB1_836
## %bb.828: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_836
## %bb.829: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
je LBB1_836
## %bb.830: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
je LBB1_836
## %bb.831: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
jne LBB1_836
## %bb.832: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_836
## %bb.833: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_836
## %bb.834: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_836
## %bb.835: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -332(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_836: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_844
jp LBB1_844
## %bb.837: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_844
## %bb.838: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_844
## %bb.839: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_844
## %bb.840: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
je LBB1_844
## %bb.841: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
je LBB1_844
## %bb.842: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
je LBB1_844
## %bb.843: ## in Loop: Header=BB1_331 Depth=1
movss -388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_844
jp LBB1_844
jmp LBB1_850
LBB1_844: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_850
## %bb.845: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
je LBB1_850
## %bb.846: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
je LBB1_850
## %bb.847: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
jne LBB1_850
## %bb.848: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_850
jp LBB1_850
## %bb.849: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_850: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_858
jp LBB1_858
## %bb.851: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
jne LBB1_858
## %bb.852: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
je LBB1_858
## %bb.853: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_858
## %bb.854: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_858
## %bb.855: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_858
## %bb.856: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_858
## %bb.857: ## in Loop: Header=BB1_331 Depth=1
movss -388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_858
jp LBB1_858
jmp LBB1_864
LBB1_858: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
jne LBB1_864
## %bb.859: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
je LBB1_864
## %bb.860: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
je LBB1_864
## %bb.861: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
je LBB1_864
## %bb.862: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_864
jp LBB1_864
## %bb.863: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_864: ## in Loop: Header=BB1_331 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_872
jp LBB1_872
## %bb.865: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -180(%rbp)
jne LBB1_872
## %bb.866: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -356(%rbp)
jne LBB1_872
## %bb.867: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -348(%rbp)
jne LBB1_872
## %bb.868: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -332(%rbp)
jne LBB1_872
## %bb.869: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_872
## %bb.870: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_872
## %bb.871: ## in Loop: Header=BB1_331 Depth=1
movss -384(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -388(%rbp), %xmm0
jne LBB1_872
jp LBB1_872
jmp LBB1_878
LBB1_872: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -352(%rbp)
je LBB1_878
## %bb.873: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -344(%rbp)
jne LBB1_878
## %bb.874: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -328(%rbp)
jne LBB1_878
## %bb.875: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -320(%rbp)
jne LBB1_878
## %bb.876: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_878
jp LBB1_878
## %bb.877: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_878: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
je LBB1_882
## %bb.879: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_882
## %bb.880: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_882
## %bb.881: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_914
LBB1_882: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_886
## %bb.883: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_886
## %bb.884: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_886
## %bb.885: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_914
LBB1_886: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_890
## %bb.887: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_890
## %bb.888: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_890
## %bb.889: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_914
LBB1_890: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_894
## %bb.891: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_894
## %bb.892: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_894
## %bb.893: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_914
LBB1_894: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_898
## %bb.895: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_898
## %bb.896: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_898
## %bb.897: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_914
LBB1_898: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_902
## %bb.899: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_902
## %bb.900: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_902
## %bb.901: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_914
LBB1_902: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_906
## %bb.903: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_906
## %bb.904: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_906
## %bb.905: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_914
LBB1_906: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_910
## %bb.907: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_910
## %bb.908: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_910
## %bb.909: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_914
LBB1_910: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -204(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.911: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -196(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.912: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -188(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
## %bb.913: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -172(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_914: ## in Loop: Header=BB1_331 Depth=1
movss -236(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_931
## %bb.915: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_919
## %bb.916: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_919
## %bb.917: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_919
## %bb.918: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -172(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_919: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_923
## %bb.920: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_923
## %bb.921: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_923
## %bb.922: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -172(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_923: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_927
## %bb.924: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_927
## %bb.925: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_927
## %bb.926: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -172(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_927: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
je LBB1_931
## %bb.928: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_931
## %bb.929: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_931
## %bb.930: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -172(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_931: ## in Loop: Header=BB1_331 Depth=1
movl -184(%rbp), %eax
cmpl -188(%rbp), %eax
jne LBB1_937
## %bb.932: ## in Loop: Header=BB1_331 Depth=1
movl -168(%rbp), %eax
cmpl -172(%rbp), %eax
jne LBB1_937
## %bb.933: ## in Loop: Header=BB1_331 Depth=1
movl -192(%rbp), %eax
cmpl -196(%rbp), %eax
jne LBB1_937
## %bb.934: ## in Loop: Header=BB1_331 Depth=1
movl -200(%rbp), %eax
cmpl -204(%rbp), %eax
jne LBB1_937
## %bb.935: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -232(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movss -236(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
subsd %xmm2, %xmm1
addsd %xmm1, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_937
jp LBB1_937
## %bb.936: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_937
jp LBB1_937
jmp LBB1_939
LBB1_937: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.938: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_939: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -176(%rbp)
jne LBB1_948
## %bb.940: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_948
## %bb.941: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_948
## %bb.942: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_948
## %bb.943: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_948
## %bb.944: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_948
## %bb.945: ## in Loop: Header=BB1_331 Depth=1
movss -236(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_948
jp LBB1_948
## %bb.946: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_948
## %bb.947: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_948
jp LBB1_948
jmp LBB1_954
LBB1_948: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_954
## %bb.949: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_954
## %bb.950: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
jne LBB1_954
## %bb.951: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
jne LBB1_954
## %bb.952: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_954
jp LBB1_954
## %bb.953: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_954: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_962
jp LBB1_962
## %bb.955: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_962
## %bb.956: ## in Loop: Header=BB1_331 Depth=1
movss -236(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_962
jp LBB1_962
## %bb.957: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_962
## %bb.958: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_962
## %bb.959: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_962
## %bb.960: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_962
## %bb.961: ## in Loop: Header=BB1_331 Depth=1
cmpl $3, -180(%rbp)
je LBB1_968
LBB1_962: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_968
## %bb.963: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_968
## %bb.964: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
je LBB1_968
## %bb.965: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
jne LBB1_968
## %bb.966: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_968
jp LBB1_968
## %bb.967: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_968: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_979
## %bb.969: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_979
## %bb.970: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_974
## %bb.971: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_974
## %bb.972: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_974
## %bb.973: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_978
LBB1_974: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_979
## %bb.975: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_979
## %bb.976: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_979
## %bb.977: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_979
LBB1_978: ## in Loop: Header=BB1_331 Depth=1
movss -232(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -236(%rbp), %xmm0
jne LBB1_979
jp LBB1_979
jmp LBB1_985
LBB1_979: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_985
## %bb.980: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_985
## %bb.981: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
je LBB1_985
## %bb.982: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
jne LBB1_985
## %bb.983: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_985
jp LBB1_985
## %bb.984: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_985: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_987
jp LBB1_987
## %bb.986: ## in Loop: Header=BB1_331 Depth=1
cmpl $3, -176(%rbp)
jne LBB1_997
LBB1_987: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_997
jp LBB1_997
## %bb.988: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -376(%rbp)
je LBB1_997
## %bb.989: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_997
## %bb.990: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_997
## %bb.991: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_997
## %bb.992: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_997
## %bb.993: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_997
## %bb.994: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_997
## %bb.995: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
je LBB1_997
## %bb.996: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -184(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_997: ## in Loop: Header=BB1_331 Depth=1
cmpl $3, -176(%rbp)
jne LBB1_1000
## %bb.998: ## in Loop: Header=BB1_331 Depth=1
movss -232(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_1000
## %bb.999: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jb LBB1_1010
LBB1_1000: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1010
jp LBB1_1010
## %bb.1001: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1010
## %bb.1002: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1010
## %bb.1003: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_1010
## %bb.1004: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
je LBB1_1010
## %bb.1005: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
jne LBB1_1010
## %bb.1006: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1010
## %bb.1007: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_1010
## %bb.1008: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_1010
## %bb.1009: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -172(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1010: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1021
## %bb.1011: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1021
## %bb.1012: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_1021
jp LBB1_1021
## %bb.1013: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1017
## %bb.1014: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_1017
## %bb.1015: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_1017
## %bb.1016: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_1027
LBB1_1017: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1021
## %bb.1018: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_1021
## %bb.1019: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_1021
## %bb.1020: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_1027
LBB1_1021: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1027
## %bb.1022: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_1027
## %bb.1023: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
je LBB1_1027
## %bb.1024: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
je LBB1_1027
## %bb.1025: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1027
jp LBB1_1027
## %bb.1026: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1027: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
je LBB1_1029
## %bb.1028: ## in Loop: Header=BB1_331 Depth=1
movss -232(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -236(%rbp), %xmm0
jne LBB1_1029
jp LBB1_1029
jmp LBB1_1039
LBB1_1029: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1039
jp LBB1_1039
## %bb.1030: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1039
## %bb.1031: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1039
## %bb.1032: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_1039
## %bb.1033: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_1039
## %bb.1034: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_1039
## %bb.1035: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1039
## %bb.1036: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_1039
## %bb.1037: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
je LBB1_1039
## %bb.1038: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1039: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
jne LBB1_1041
## %bb.1040: ## in Loop: Header=BB1_331 Depth=1
movss -236(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1041
jp LBB1_1041
jmp LBB1_1051
LBB1_1041: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1051
jp LBB1_1051
## %bb.1042: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1051
## %bb.1043: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1051
## %bb.1044: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_1051
## %bb.1045: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
je LBB1_1051
## %bb.1046: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
je LBB1_1051
## %bb.1047: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1051
## %bb.1048: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_1051
## %bb.1049: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_1051
## %bb.1050: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -172(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1051: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1059
## %bb.1052: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_1059
jp LBB1_1059
## %bb.1053: ## in Loop: Header=BB1_331 Depth=1
movss -236(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1059
jp LBB1_1059
## %bb.1054: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
je LBB1_1059
## %bb.1055: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1059
## %bb.1056: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_1059
## %bb.1057: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_1059
## %bb.1058: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_1065
LBB1_1059: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1065
## %bb.1060: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
je LBB1_1065
## %bb.1061: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
jne LBB1_1065
## %bb.1062: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
jne LBB1_1065
## %bb.1063: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1065
jp LBB1_1065
## %bb.1064: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1065: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_1077
jp LBB1_1077
## %bb.1066: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1077
## %bb.1067: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1077
## %bb.1068: ## in Loop: Header=BB1_331 Depth=1
movss -232(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -236(%rbp), %xmm0
jne LBB1_1077
jp LBB1_1077
## %bb.1069: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1073
## %bb.1070: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_1073
## %bb.1071: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_1073
## %bb.1072: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_1083
LBB1_1073: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1077
## %bb.1074: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_1077
## %bb.1075: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_1077
## %bb.1076: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_1083
LBB1_1077: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1083
## %bb.1078: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
je LBB1_1083
## %bb.1079: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
je LBB1_1083
## %bb.1080: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
jne LBB1_1083
## %bb.1081: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1083
jp LBB1_1083
## %bb.1082: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1083: ## in Loop: Header=BB1_331 Depth=1
cmpl $3, -176(%rbp)
jne LBB1_1094
## %bb.1084: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1094
jp LBB1_1094
## %bb.1085: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1094
## %bb.1086: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1094
## %bb.1087: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_1094
## %bb.1088: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_1094
## %bb.1089: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_1094
## %bb.1090: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1094
## %bb.1091: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
je LBB1_1094
## %bb.1092: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
je LBB1_1094
## %bb.1093: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1094: ## in Loop: Header=BB1_331 Depth=1
cmpl $3, -176(%rbp)
je LBB1_1105
## %bb.1095: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1105
jp LBB1_1105
## %bb.1096: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1105
## %bb.1097: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1105
## %bb.1098: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
je LBB1_1105
## %bb.1099: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
je LBB1_1105
## %bb.1100: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
jne LBB1_1105
## %bb.1101: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1105
## %bb.1102: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_1105
## %bb.1103: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_1105
## %bb.1104: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -188(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1105: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_1113
jp LBB1_1113
## %bb.1106: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1113
## %bb.1107: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1113
## %bb.1108: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1113
## %bb.1109: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
je LBB1_1113
## %bb.1110: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
je LBB1_1113
## %bb.1111: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
je LBB1_1113
## %bb.1112: ## in Loop: Header=BB1_331 Depth=1
movss -236(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1113
jp LBB1_1113
jmp LBB1_1119
LBB1_1113: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1119
## %bb.1114: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
je LBB1_1119
## %bb.1115: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
je LBB1_1119
## %bb.1116: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
jne LBB1_1119
## %bb.1117: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1119
jp LBB1_1119
## %bb.1118: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1119: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_1127
jp LBB1_1127
## %bb.1120: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
jne LBB1_1127
## %bb.1121: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
je LBB1_1127
## %bb.1122: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_1127
## %bb.1123: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_1127
## %bb.1124: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_1127
## %bb.1125: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1127
## %bb.1126: ## in Loop: Header=BB1_331 Depth=1
movss -236(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1127
jp LBB1_1127
jmp LBB1_1133
LBB1_1127: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_1133
## %bb.1128: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
je LBB1_1133
## %bb.1129: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
je LBB1_1133
## %bb.1130: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
je LBB1_1133
## %bb.1131: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1133
jp LBB1_1133
## %bb.1132: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1133: ## in Loop: Header=BB1_331 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_1141
jp LBB1_1141
## %bb.1134: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -180(%rbp)
jne LBB1_1141
## %bb.1135: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -204(%rbp)
jne LBB1_1141
## %bb.1136: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -196(%rbp)
jne LBB1_1141
## %bb.1137: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -188(%rbp)
jne LBB1_1141
## %bb.1138: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_1141
## %bb.1139: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1141
## %bb.1140: ## in Loop: Header=BB1_331 Depth=1
movss -232(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -236(%rbp), %xmm0
jne LBB1_1141
jp LBB1_1141
jmp LBB1_1147
LBB1_1141: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -200(%rbp)
je LBB1_1147
## %bb.1142: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -192(%rbp)
jne LBB1_1147
## %bb.1143: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -184(%rbp)
jne LBB1_1147
## %bb.1144: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -168(%rbp)
jne LBB1_1147
## %bb.1145: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1147
jp LBB1_1147
## %bb.1146: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1147: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
je LBB1_1151
## %bb.1148: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1151
## %bb.1149: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1151
## %bb.1150: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1183
LBB1_1151: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1155
## %bb.1152: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1155
## %bb.1153: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1155
## %bb.1154: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
jne LBB1_1183
LBB1_1155: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1159
## %bb.1156: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1159
## %bb.1157: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1159
## %bb.1158: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1183
LBB1_1159: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1163
## %bb.1160: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1163
## %bb.1161: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1163
## %bb.1162: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1183
LBB1_1163: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1167
## %bb.1164: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1167
## %bb.1165: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1167
## %bb.1166: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1183
LBB1_1167: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1171
## %bb.1168: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1171
## %bb.1169: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1171
## %bb.1170: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
jne LBB1_1183
LBB1_1171: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1175
## %bb.1172: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1175
## %bb.1173: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1175
## %bb.1174: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1183
LBB1_1175: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1179
## %bb.1176: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1179
## %bb.1177: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1179
## %bb.1178: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1183
LBB1_1179: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -92(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.1180: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -60(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.1181: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -36(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
## %bb.1182: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -20(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1183: ## in Loop: Header=BB1_331 Depth=1
movss -140(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_1200
## %bb.1184: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1188
## %bb.1185: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1188
## %bb.1186: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1188
## %bb.1187: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -20(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1188: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1192
## %bb.1189: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1192
## %bb.1190: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1192
## %bb.1191: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -20(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1192: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1196
## %bb.1193: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1196
## %bb.1194: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1196
## %bb.1195: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -20(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1196: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
je LBB1_1200
## %bb.1197: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1200
## %bb.1198: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1200
## %bb.1199: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -20(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1200: ## in Loop: Header=BB1_331 Depth=1
movl -32(%rbp), %eax
cmpl -36(%rbp), %eax
jne LBB1_1206
## %bb.1201: ## in Loop: Header=BB1_331 Depth=1
movl -16(%rbp), %eax
cmpl -20(%rbp), %eax
jne LBB1_1206
## %bb.1202: ## in Loop: Header=BB1_331 Depth=1
movl -56(%rbp), %eax
cmpl -60(%rbp), %eax
jne LBB1_1206
## %bb.1203: ## in Loop: Header=BB1_331 Depth=1
movl -88(%rbp), %eax
cmpl -92(%rbp), %eax
jne LBB1_1206
## %bb.1204: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -136(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movss -140(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
subsd %xmm2, %xmm1
addsd %xmm1, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1206
jp LBB1_1206
## %bb.1205: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1206
jp LBB1_1206
jmp LBB1_1208
LBB1_1206: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.1207: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1208: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -176(%rbp)
jne LBB1_1217
## %bb.1209: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1217
## %bb.1210: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1217
## %bb.1211: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1217
## %bb.1212: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
jne LBB1_1217
## %bb.1213: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1217
## %bb.1214: ## in Loop: Header=BB1_331 Depth=1
movss -140(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1217
jp LBB1_1217
## %bb.1215: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1217
## %bb.1216: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1217
jp LBB1_1217
jmp LBB1_1223
LBB1_1217: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1223
## %bb.1218: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1223
## %bb.1219: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
jne LBB1_1223
## %bb.1220: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
jne LBB1_1223
## %bb.1221: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1223
jp LBB1_1223
## %bb.1222: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1223: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1231
jp LBB1_1231
## %bb.1224: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1231
## %bb.1225: ## in Loop: Header=BB1_331 Depth=1
movss -140(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1231
jp LBB1_1231
## %bb.1226: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1231
## %bb.1227: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1231
## %bb.1228: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1231
## %bb.1229: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1231
## %bb.1230: ## in Loop: Header=BB1_331 Depth=1
cmpl $2, -180(%rbp)
je LBB1_1237
LBB1_1231: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1237
## %bb.1232: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1237
## %bb.1233: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
je LBB1_1237
## %bb.1234: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
jne LBB1_1237
## %bb.1235: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1237
jp LBB1_1237
## %bb.1236: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1237: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1248
## %bb.1238: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1248
## %bb.1239: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1243
## %bb.1240: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1243
## %bb.1241: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1243
## %bb.1242: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1247
LBB1_1243: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1248
## %bb.1244: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1248
## %bb.1245: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1248
## %bb.1246: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1248
LBB1_1247: ## in Loop: Header=BB1_331 Depth=1
movss -136(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -140(%rbp), %xmm0
jne LBB1_1248
jp LBB1_1248
jmp LBB1_1254
LBB1_1248: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1254
## %bb.1249: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1254
## %bb.1250: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
je LBB1_1254
## %bb.1251: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
jne LBB1_1254
## %bb.1252: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1254
jp LBB1_1254
## %bb.1253: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1254: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1256
jp LBB1_1256
## %bb.1255: ## in Loop: Header=BB1_331 Depth=1
cmpl $2, -176(%rbp)
jne LBB1_1266
LBB1_1256: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1266
jp LBB1_1266
## %bb.1257: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1266
## %bb.1258: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1266
## %bb.1259: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1266
## %bb.1260: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1266
## %bb.1261: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
jne LBB1_1266
## %bb.1262: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1266
## %bb.1263: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1266
## %bb.1264: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
je LBB1_1266
## %bb.1265: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -32(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1266: ## in Loop: Header=BB1_331 Depth=1
cmpl $2, -176(%rbp)
jne LBB1_1269
## %bb.1267: ## in Loop: Header=BB1_331 Depth=1
movss -136(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_1269
## %bb.1268: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jb LBB1_1279
LBB1_1269: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1279
jp LBB1_1279
## %bb.1270: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1279
## %bb.1271: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1279
## %bb.1272: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1279
## %bb.1273: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
je LBB1_1279
## %bb.1274: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
jne LBB1_1279
## %bb.1275: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1279
## %bb.1276: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1279
## %bb.1277: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1279
## %bb.1278: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -20(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1279: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1290
## %bb.1280: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1290
## %bb.1281: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1290
jp LBB1_1290
## %bb.1282: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1286
## %bb.1283: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1286
## %bb.1284: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1286
## %bb.1285: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1296
LBB1_1286: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1290
## %bb.1287: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1290
## %bb.1288: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1290
## %bb.1289: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1296
LBB1_1290: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1296
## %bb.1291: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1296
## %bb.1292: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
je LBB1_1296
## %bb.1293: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
je LBB1_1296
## %bb.1294: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1296
jp LBB1_1296
## %bb.1295: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1296: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
je LBB1_1298
## %bb.1297: ## in Loop: Header=BB1_331 Depth=1
movss -136(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -140(%rbp), %xmm0
jne LBB1_1298
jp LBB1_1298
jmp LBB1_1308
LBB1_1298: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1308
jp LBB1_1308
## %bb.1299: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1308
## %bb.1300: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1308
## %bb.1301: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1308
## %bb.1302: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1308
## %bb.1303: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
jne LBB1_1308
## %bb.1304: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1308
## %bb.1305: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1308
## %bb.1306: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
je LBB1_1308
## %bb.1307: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1308: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
jne LBB1_1310
## %bb.1309: ## in Loop: Header=BB1_331 Depth=1
movss -140(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1310
jp LBB1_1310
jmp LBB1_1320
LBB1_1310: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1320
jp LBB1_1320
## %bb.1311: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1320
## %bb.1312: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1320
## %bb.1313: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1320
## %bb.1314: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
je LBB1_1320
## %bb.1315: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
je LBB1_1320
## %bb.1316: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1320
## %bb.1317: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1320
## %bb.1318: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1320
## %bb.1319: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -20(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1320: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1328
## %bb.1321: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1328
jp LBB1_1328
## %bb.1322: ## in Loop: Header=BB1_331 Depth=1
movss -140(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1328
jp LBB1_1328
## %bb.1323: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
je LBB1_1328
## %bb.1324: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1328
## %bb.1325: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1328
## %bb.1326: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1328
## %bb.1327: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1334
LBB1_1328: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1334
## %bb.1329: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
je LBB1_1334
## %bb.1330: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
jne LBB1_1334
## %bb.1331: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
jne LBB1_1334
## %bb.1332: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1334
jp LBB1_1334
## %bb.1333: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1334: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1346
jp LBB1_1346
## %bb.1335: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1346
## %bb.1336: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1346
## %bb.1337: ## in Loop: Header=BB1_331 Depth=1
movss -136(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -140(%rbp), %xmm0
jne LBB1_1346
jp LBB1_1346
## %bb.1338: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1342
## %bb.1339: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1342
## %bb.1340: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1342
## %bb.1341: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1352
LBB1_1342: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1346
## %bb.1343: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1346
## %bb.1344: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1346
## %bb.1345: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1352
LBB1_1346: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1352
## %bb.1347: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
je LBB1_1352
## %bb.1348: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
je LBB1_1352
## %bb.1349: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
jne LBB1_1352
## %bb.1350: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1352
jp LBB1_1352
## %bb.1351: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1352: ## in Loop: Header=BB1_331 Depth=1
cmpl $2, -176(%rbp)
jne LBB1_1363
## %bb.1353: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1363
jp LBB1_1363
## %bb.1354: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1363
## %bb.1355: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1363
## %bb.1356: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1363
## %bb.1357: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1363
## %bb.1358: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
jne LBB1_1363
## %bb.1359: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1363
## %bb.1360: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
je LBB1_1363
## %bb.1361: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
je LBB1_1363
## %bb.1362: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1363: ## in Loop: Header=BB1_331 Depth=1
cmpl $2, -176(%rbp)
je LBB1_1374
## %bb.1364: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1374
jp LBB1_1374
## %bb.1365: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1374
## %bb.1366: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1374
## %bb.1367: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
je LBB1_1374
## %bb.1368: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
je LBB1_1374
## %bb.1369: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
jne LBB1_1374
## %bb.1370: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1374
## %bb.1371: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1374
## %bb.1372: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1374
## %bb.1373: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -36(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1374: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1382
jp LBB1_1382
## %bb.1375: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1382
## %bb.1376: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1382
## %bb.1377: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1382
## %bb.1378: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
je LBB1_1382
## %bb.1379: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
je LBB1_1382
## %bb.1380: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
je LBB1_1382
## %bb.1381: ## in Loop: Header=BB1_331 Depth=1
movss -140(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1382
jp LBB1_1382
jmp LBB1_1388
LBB1_1382: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1388
## %bb.1383: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
je LBB1_1388
## %bb.1384: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
je LBB1_1388
## %bb.1385: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
jne LBB1_1388
## %bb.1386: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1388
jp LBB1_1388
## %bb.1387: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1388: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1396
jp LBB1_1396
## %bb.1389: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
jne LBB1_1396
## %bb.1390: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
je LBB1_1396
## %bb.1391: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1396
## %bb.1392: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1396
## %bb.1393: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
jne LBB1_1396
## %bb.1394: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1396
## %bb.1395: ## in Loop: Header=BB1_331 Depth=1
movss -140(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1396
jp LBB1_1396
jmp LBB1_1402
LBB1_1396: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
jne LBB1_1402
## %bb.1397: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
je LBB1_1402
## %bb.1398: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
je LBB1_1402
## %bb.1399: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
je LBB1_1402
## %bb.1400: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1402
jp LBB1_1402
## %bb.1401: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1402: ## in Loop: Header=BB1_331 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1410
jp LBB1_1410
## %bb.1403: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -180(%rbp)
jne LBB1_1410
## %bb.1404: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_1410
## %bb.1405: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -60(%rbp)
jne LBB1_1410
## %bb.1406: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -36(%rbp)
jne LBB1_1410
## %bb.1407: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -20(%rbp)
jne LBB1_1410
## %bb.1408: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1410
## %bb.1409: ## in Loop: Header=BB1_331 Depth=1
movss -136(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -140(%rbp), %xmm0
jne LBB1_1410
jp LBB1_1410
jmp LBB1_1416
LBB1_1410: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -88(%rbp)
je LBB1_1416
## %bb.1411: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -56(%rbp)
jne LBB1_1416
## %bb.1412: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -32(%rbp)
jne LBB1_1416
## %bb.1413: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -16(%rbp)
jne LBB1_1416
## %bb.1414: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1416
jp LBB1_1416
## %bb.1415: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1416: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
je LBB1_1420
## %bb.1417: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1420
## %bb.1418: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1420
## %bb.1419: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1452
LBB1_1420: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1424
## %bb.1421: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1424
## %bb.1422: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1424
## %bb.1423: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
jne LBB1_1452
LBB1_1424: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1428
## %bb.1425: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1428
## %bb.1426: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1428
## %bb.1427: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1452
LBB1_1428: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1432
## %bb.1429: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1432
## %bb.1430: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1432
## %bb.1431: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1452
LBB1_1432: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1436
## %bb.1433: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1436
## %bb.1434: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1436
## %bb.1435: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1452
LBB1_1436: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1440
## %bb.1437: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1440
## %bb.1438: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1440
## %bb.1439: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
jne LBB1_1452
LBB1_1440: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1444
## %bb.1441: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1444
## %bb.1442: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1444
## %bb.1443: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1452
LBB1_1444: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1448
## %bb.1445: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1448
## %bb.1446: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1448
## %bb.1447: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1452
LBB1_1448: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -308(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.1449: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -292(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.1450: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -276(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
## %bb.1451: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -268(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1452: ## in Loop: Header=BB1_331 Depth=1
movss -340(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_1469
## %bb.1453: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1457
## %bb.1454: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1457
## %bb.1455: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1457
## %bb.1456: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -268(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1457: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1461
## %bb.1458: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1461
## %bb.1459: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1461
## %bb.1460: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -268(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1461: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1465
## %bb.1462: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1465
## %bb.1463: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1465
## %bb.1464: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -268(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1465: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
je LBB1_1469
## %bb.1466: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1469
## %bb.1467: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1469
## %bb.1468: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -268(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1469: ## in Loop: Header=BB1_331 Depth=1
movl -272(%rbp), %eax
cmpl -276(%rbp), %eax
jne LBB1_1475
## %bb.1470: ## in Loop: Header=BB1_331 Depth=1
movl -264(%rbp), %eax
cmpl -268(%rbp), %eax
jne LBB1_1475
## %bb.1471: ## in Loop: Header=BB1_331 Depth=1
movl -288(%rbp), %eax
cmpl -292(%rbp), %eax
jne LBB1_1475
## %bb.1472: ## in Loop: Header=BB1_331 Depth=1
movl -304(%rbp), %eax
cmpl -308(%rbp), %eax
jne LBB1_1475
## %bb.1473: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -336(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movss -340(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
subsd %xmm2, %xmm1
addsd %xmm1, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1475
jp LBB1_1475
## %bb.1474: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1475
jp LBB1_1475
jmp LBB1_1477
LBB1_1475: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -368(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
## %bb.1476: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
LBB1_1477: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1486
## %bb.1478: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1486
## %bb.1479: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1486
## %bb.1480: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
jne LBB1_1486
## %bb.1481: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -176(%rbp)
jne LBB1_1486
## %bb.1482: ## in Loop: Header=BB1_331 Depth=1
movss -340(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1486
jp LBB1_1486
## %bb.1483: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1486
## %bb.1484: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1486
jp LBB1_1486
## %bb.1485: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
je LBB1_1492
LBB1_1486: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1492
## %bb.1487: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1492
## %bb.1488: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
jne LBB1_1492
## %bb.1489: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
jne LBB1_1492
## %bb.1490: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1492
## %bb.1491: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1492
jp LBB1_1492
jmp LBB1_1802
LBB1_1492: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1500
jp LBB1_1500
## %bb.1493: ## in Loop: Header=BB1_331 Depth=1
movss -340(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1500
jp LBB1_1500
## %bb.1494: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1500
## %bb.1495: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1500
## %bb.1496: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1500
## %bb.1497: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1500
## %bb.1498: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1500
## %bb.1499: ## in Loop: Header=BB1_331 Depth=1
cmpl $1, -180(%rbp)
je LBB1_1506
LBB1_1500: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1506
## %bb.1501: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1506
## %bb.1502: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
je LBB1_1506
## %bb.1503: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
jne LBB1_1506
## %bb.1504: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1506
## %bb.1505: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1506
jp LBB1_1506
jmp LBB1_1802
LBB1_1506: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1510
## %bb.1507: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1510
## %bb.1508: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1510
## %bb.1509: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1514
LBB1_1510: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1517
## %bb.1511: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1517
## %bb.1512: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1517
## %bb.1513: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1517
LBB1_1514: ## in Loop: Header=BB1_331 Depth=1
movss -336(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -340(%rbp), %xmm0
jne LBB1_1517
jp LBB1_1517
## %bb.1515: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1517
## %bb.1516: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
je LBB1_1523
LBB1_1517: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1523
## %bb.1518: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1523
## %bb.1519: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
je LBB1_1523
## %bb.1520: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
jne LBB1_1523
## %bb.1521: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1523
## %bb.1522: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1523
jp LBB1_1523
jmp LBB1_1802
LBB1_1523: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1525
jp LBB1_1525
## %bb.1524: ## in Loop: Header=BB1_331 Depth=1
cmpl $1, -176(%rbp)
jne LBB1_1535
LBB1_1525: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1535
## %bb.1526: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1535
jp LBB1_1535
## %bb.1527: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1535
## %bb.1528: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1535
## %bb.1529: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1535
## %bb.1530: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
jne LBB1_1535
## %bb.1531: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1535
## %bb.1532: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1535
## %bb.1533: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
je LBB1_1535
## %bb.1534: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -272(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1535: ## in Loop: Header=BB1_331 Depth=1
cmpl $1, -176(%rbp)
jne LBB1_1538
## %bb.1536: ## in Loop: Header=BB1_331 Depth=1
movss -336(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jae LBB1_1538
## %bb.1537: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jb LBB1_1548
LBB1_1538: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1548
## %bb.1539: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1548
jp LBB1_1548
## %bb.1540: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1548
## %bb.1541: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1548
## %bb.1542: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
je LBB1_1548
## %bb.1543: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
jne LBB1_1548
## %bb.1544: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1548
## %bb.1545: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1548
## %bb.1546: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1548
## %bb.1547: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -268(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1548: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1559
## %bb.1549: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1559
## %bb.1550: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1559
jp LBB1_1559
## %bb.1551: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1555
## %bb.1552: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1555
## %bb.1553: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1555
## %bb.1554: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1565
LBB1_1555: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1559
## %bb.1556: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1559
## %bb.1557: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1559
## %bb.1558: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1565
LBB1_1559: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1565
## %bb.1560: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1565
## %bb.1561: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
je LBB1_1565
## %bb.1562: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
je LBB1_1565
## %bb.1563: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1565
## %bb.1564: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1565
jp LBB1_1565
jmp LBB1_1802
LBB1_1565: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
je LBB1_1567
## %bb.1566: ## in Loop: Header=BB1_331 Depth=1
movss -336(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -340(%rbp), %xmm0
jne LBB1_1567
jp LBB1_1567
jmp LBB1_1577
LBB1_1567: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1577
## %bb.1568: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1577
jp LBB1_1577
## %bb.1569: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1577
## %bb.1570: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1577
## %bb.1571: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1577
## %bb.1572: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
jne LBB1_1577
## %bb.1573: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1577
## %bb.1574: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1577
## %bb.1575: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
je LBB1_1577
## %bb.1576: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1577: ## in Loop: Header=BB1_331 Depth=1
movss -340(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1579
jp LBB1_1579
## %bb.1578: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -104(%rbp)
je LBB1_1589
LBB1_1579: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1589
## %bb.1580: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1589
jp LBB1_1589
## %bb.1581: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1589
## %bb.1582: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1589
## %bb.1583: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
je LBB1_1589
## %bb.1584: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
je LBB1_1589
## %bb.1585: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1589
## %bb.1586: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1589
## %bb.1587: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1589
## %bb.1588: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -268(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1589: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1597
jp LBB1_1597
## %bb.1590: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1597
## %bb.1591: ## in Loop: Header=BB1_331 Depth=1
movss -340(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1597
jp LBB1_1597
## %bb.1592: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
je LBB1_1597
## %bb.1593: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1597
## %bb.1594: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1597
## %bb.1595: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1597
## %bb.1596: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1603
LBB1_1597: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1603
## %bb.1598: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
je LBB1_1603
## %bb.1599: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
jne LBB1_1603
## %bb.1600: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
jne LBB1_1603
## %bb.1601: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1603
## %bb.1602: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1603
jp LBB1_1603
jmp LBB1_1802
LBB1_1603: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1615
jp LBB1_1615
## %bb.1604: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1615
## %bb.1605: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1615
## %bb.1606: ## in Loop: Header=BB1_331 Depth=1
movss -336(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -340(%rbp), %xmm0
jne LBB1_1615
jp LBB1_1615
## %bb.1607: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1611
## %bb.1608: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1611
## %bb.1609: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1611
## %bb.1610: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1621
LBB1_1611: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1615
## %bb.1612: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1615
## %bb.1613: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1615
## %bb.1614: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1621
LBB1_1615: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1621
## %bb.1616: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
je LBB1_1621
## %bb.1617: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
je LBB1_1621
## %bb.1618: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
jne LBB1_1621
## %bb.1619: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1621
## %bb.1620: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1621
jp LBB1_1621
jmp LBB1_1802
LBB1_1621: ## in Loop: Header=BB1_331 Depth=1
cmpl $1, -176(%rbp)
jne LBB1_1632
## %bb.1622: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1632
## %bb.1623: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1632
jp LBB1_1632
## %bb.1624: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1632
## %bb.1625: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1632
## %bb.1626: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1632
## %bb.1627: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
jne LBB1_1632
## %bb.1628: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1632
## %bb.1629: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
je LBB1_1632
## %bb.1630: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
je LBB1_1632
## %bb.1631: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1632: ## in Loop: Header=BB1_331 Depth=1
cmpl $1, -176(%rbp)
je LBB1_1643
## %bb.1633: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1643
## %bb.1634: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1643
jp LBB1_1643
## %bb.1635: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1643
## %bb.1636: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
je LBB1_1643
## %bb.1637: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
je LBB1_1643
## %bb.1638: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
jne LBB1_1643
## %bb.1639: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1643
## %bb.1640: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1643
## %bb.1641: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1643
## %bb.1642: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -276(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
je LBB1_1802
LBB1_1643: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1651
jp LBB1_1651
## %bb.1644: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1651
## %bb.1645: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
jne LBB1_1651
## %bb.1646: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1651
## %bb.1647: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
je LBB1_1651
## %bb.1648: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
je LBB1_1651
## %bb.1649: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
je LBB1_1651
## %bb.1650: ## in Loop: Header=BB1_331 Depth=1
movss -340(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1651
jp LBB1_1651
jmp LBB1_1657
LBB1_1651: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1657
## %bb.1652: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
je LBB1_1657
## %bb.1653: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
je LBB1_1657
## %bb.1654: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
jne LBB1_1657
## %bb.1655: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1657
## %bb.1656: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1657
jp LBB1_1657
jmp LBB1_1802
LBB1_1657: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1665
jp LBB1_1665
## %bb.1658: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
je LBB1_1665
## %bb.1659: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1665
## %bb.1660: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1665
## %bb.1661: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
jne LBB1_1665
## %bb.1662: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -108(%rbp)
jne LBB1_1665
## %bb.1663: ## in Loop: Header=BB1_331 Depth=1
movss -340(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB1_1665
jp LBB1_1665
## %bb.1664: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %eax
cmpl -180(%rbp), %eax
je LBB1_1671
LBB1_1665: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
jne LBB1_1671
## %bb.1666: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
je LBB1_1671
## %bb.1667: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
je LBB1_1671
## %bb.1668: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
je LBB1_1671
## %bb.1669: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1671
## %bb.1670: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1671
jp LBB1_1671
jmp LBB1_1802
LBB1_1671: ## in Loop: Header=BB1_331 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1679
jp LBB1_1679
## %bb.1672: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -308(%rbp)
jne LBB1_1679
## %bb.1673: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -292(%rbp)
jne LBB1_1679
## %bb.1674: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_1679
## %bb.1675: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -268(%rbp)
jne LBB1_1679
## %bb.1676: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -180(%rbp)
jne LBB1_1679
## %bb.1677: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jne LBB1_1679
## %bb.1678: ## in Loop: Header=BB1_331 Depth=1
movss -336(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -340(%rbp), %xmm0
jne LBB1_1679
jp LBB1_1679
jmp LBB1_1685
LBB1_1679: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -304(%rbp)
je LBB1_1685
## %bb.1680: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_1685
## %bb.1681: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -272(%rbp)
jne LBB1_1685
## %bb.1682: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -264(%rbp)
jne LBB1_1685
## %bb.1683: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1685
## %bb.1684: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1685
jp LBB1_1685
jmp LBB1_1802
LBB1_1685: ## in Loop: Header=BB1_331 Depth=1
cmpl $5, -180(%rbp)
je LBB1_1691
## %bb.1686: ## in Loop: Header=BB1_331 Depth=1
cmpl $4, -180(%rbp)
je LBB1_1691
## %bb.1687: ## in Loop: Header=BB1_331 Depth=1
cmpl $3, -180(%rbp)
je LBB1_1691
## %bb.1688: ## in Loop: Header=BB1_331 Depth=1
cmpl $2, -180(%rbp)
je LBB1_1691
## %bb.1689: ## in Loop: Header=BB1_331 Depth=1
cmpl $1, -180(%rbp)
je LBB1_1691
## %bb.1690: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -180(%rbp)
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1691: ## in Loop: Header=BB1_331 Depth=1
movss -28(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.1692: ## in Loop: Header=BB1_331 Depth=1
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jae LBB1_1802
## %bb.1693: ## in Loop: Header=BB1_331 Depth=1
movss -116(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.1694: ## in Loop: Header=BB1_331 Depth=1
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jae LBB1_1802
## %bb.1695: ## in Loop: Header=BB1_331 Depth=1
movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.1696: ## in Loop: Header=BB1_331 Depth=1
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jae LBB1_1802
## %bb.1697: ## in Loop: Header=BB1_331 Depth=1
movss -84(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.1698: ## in Loop: Header=BB1_331 Depth=1
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jae LBB1_1802
## %bb.1699: ## in Loop: Header=BB1_331 Depth=1
movss -68(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.1700: ## in Loop: Header=BB1_331 Depth=1
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jae LBB1_1802
## %bb.1701: ## in Loop: Header=BB1_331 Depth=1
movss -44(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jb LBB1_1802
## %bb.1702: ## in Loop: Header=BB1_331 Depth=1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -116(%rbp), %xmm0
jne LBB1_1703
jp LBB1_1703
jmp LBB1_1707
LBB1_1703: ## in Loop: Header=BB1_331 Depth=1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -100(%rbp), %xmm0
jne LBB1_1704
jp LBB1_1704
jmp LBB1_1707
LBB1_1704: ## in Loop: Header=BB1_331 Depth=1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -84(%rbp), %xmm0
jne LBB1_1705
jp LBB1_1705
jmp LBB1_1707
LBB1_1705: ## in Loop: Header=BB1_331 Depth=1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -68(%rbp), %xmm0
jne LBB1_1706
jp LBB1_1706
jmp LBB1_1707
LBB1_1706: ## in Loop: Header=BB1_331 Depth=1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorl %eax, %eax
## kill: def $al killed $al killed $eax
ucomiss -44(%rbp), %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
jp LBB1_1802
LBB1_1707: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
xorps %xmm0, %xmm0
ucomisd %xmm1, %xmm0
jae LBB1_1710
## %bb.1708: ## in Loop: Header=BB1_331 Depth=1
movl -104(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -108(%rbp), %ecx
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.1709: ## in Loop: Header=BB1_331 Depth=1
movl -176(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -180(%rbp), %ecx
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
LBB1_1710: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -8(%rbp)
jne LBB1_1716
## %bb.1711: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -392(%rbp)
jne LBB1_1716
## %bb.1712: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -376(%rbp)
jne LBB1_1716
## %bb.1713: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -368(%rbp)
jne LBB1_1716
## %bb.1714: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -360(%rbp)
jne LBB1_1716
## %bb.1715: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1716
jp LBB1_1716
jmp LBB1_1802
LBB1_1716: ## in Loop: Header=BB1_331 Depth=1
movl -212(%rbp), %ecx
movss -48(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %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, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
## %bb.1717: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -76(%rbp), %xmm0
jne LBB1_1718
jp LBB1_1718
jmp LBB1_1719
LBB1_1718: ## in Loop: Header=BB1_331 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jae LBB1_1802
LBB1_1719: ## in Loop: Header=BB1_331 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jae LBB1_1721
## %bb.1720: ## in Loop: Header=BB1_331 Depth=1
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -72(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movss -76(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
cvtss2sd %xmm2, %xmm2
subsd %xmm2, %xmm1
addsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
movb %al, -408(%rbp) ## 1-byte Spill
jne LBB1_1802
jp LBB1_1802
LBB1_1721: ## in Loop: Header=BB1_331 Depth=1
movl -280(%rbp), %eax
movl %eax, -416(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -284(%rbp)
movb %al, -409(%rbp) ## 1-byte Spill
jne LBB1_1725
## %bb.1722: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -260(%rbp)
movb %al, -417(%rbp) ## 1-byte Spill
jne LBB1_1724
## %bb.1723: ## in Loop: Header=BB1_331 Depth=1
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
setae %al
movb %al, -417(%rbp) ## 1-byte Spill
LBB1_1724: ## in Loop: Header=BB1_331 Depth=1
movb -417(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -409(%rbp) ## 1-byte Spill
LBB1_1725: ## in Loop: Header=BB1_331 Depth=1
movl -416(%rbp), %ecx ## 4-byte Reload
movb -409(%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, -418(%rbp) ## 1-byte Spill
jne LBB1_1801
## %bb.1726: ## in Loop: Header=BB1_331 Depth=1
movl -256(%rbp), %eax
movl %eax, -424(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -260(%rbp)
movb %al, -419(%rbp) ## 1-byte Spill
jne LBB1_1728
## %bb.1727: ## in Loop: Header=BB1_331 Depth=1
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
setae %al
movb %al, -419(%rbp) ## 1-byte Spill
LBB1_1728: ## in Loop: Header=BB1_331 Depth=1
movl -424(%rbp), %ecx ## 4-byte Reload
movb -419(%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, -418(%rbp) ## 1-byte Spill
jne LBB1_1801
## %bb.1729: ## in Loop: Header=BB1_331 Depth=1
movl -296(%rbp), %eax
movl %eax, -432(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -300(%rbp)
movb %al, -425(%rbp) ## 1-byte Spill
jne LBB1_1731
## %bb.1730: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -212(%rbp)
setne %al
xorb $-1, %al
movb %al, -425(%rbp) ## 1-byte Spill
LBB1_1731: ## in Loop: Header=BB1_331 Depth=1
movl -432(%rbp), %ecx ## 4-byte Reload
movb -425(%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, -418(%rbp) ## 1-byte Spill
jne LBB1_1801
## %bb.1732: ## in Loop: Header=BB1_331 Depth=1
movl -312(%rbp), %eax
movl %eax, -440(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -316(%rbp)
movb %al, -433(%rbp) ## 1-byte Spill
jne LBB1_1736
## %bb.1733: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -300(%rbp)
movb %al, -441(%rbp) ## 1-byte Spill
jne LBB1_1735
## %bb.1734: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -212(%rbp)
setne %al
xorb $-1, %al
movb %al, -441(%rbp) ## 1-byte Spill
LBB1_1735: ## in Loop: Header=BB1_331 Depth=1
movb -441(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -433(%rbp) ## 1-byte Spill
LBB1_1736: ## in Loop: Header=BB1_331 Depth=1
movl -440(%rbp), %ecx ## 4-byte Reload
movb -433(%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, -418(%rbp) ## 1-byte Spill
jne LBB1_1801
## %bb.1737: ## in Loop: Header=BB1_331 Depth=1
movl -252(%rbp), %eax
movl %eax, -448(%rbp) ## 4-byte Spill
cmpl $0, -248(%rbp)
je LBB1_1741
## %bb.1738: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_1741
## %bb.1739: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_1741
## %bb.1740: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -216(%rbp)
movb %al, -449(%rbp) ## 1-byte Spill
jne LBB1_1751
LBB1_1741: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -248(%rbp)
je LBB1_1745
## %bb.1742: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_1745
## %bb.1743: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_1745
## %bb.1744: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -216(%rbp)
movb %al, -450(%rbp) ## 1-byte Spill
jne LBB1_1750
LBB1_1745: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -208(%rbp)
movb %al, -451(%rbp) ## 1-byte Spill
je LBB1_1749
## %bb.1746: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -208(%rbp)
je LBB1_1748
## %bb.1747: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -296(%rbp)
movb %al, -451(%rbp) ## 1-byte Spill
je LBB1_1749
LBB1_1748: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -248(%rbp)
setne %al
movb %al, -451(%rbp) ## 1-byte Spill
LBB1_1749: ## in Loop: Header=BB1_331 Depth=1
movb -451(%rbp), %al ## 1-byte Reload
movb %al, -450(%rbp) ## 1-byte Spill
LBB1_1750: ## in Loop: Header=BB1_331 Depth=1
movb -450(%rbp), %al ## 1-byte Reload
movb %al, -449(%rbp) ## 1-byte Spill
LBB1_1751: ## in Loop: Header=BB1_331 Depth=1
movl -448(%rbp), %ecx ## 4-byte Reload
movb -449(%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, -418(%rbp) ## 1-byte Spill
jne LBB1_1801
## %bb.1752: ## in Loop: Header=BB1_331 Depth=1
movl -244(%rbp), %eax
movl %eax, -456(%rbp) ## 4-byte Spill
cmpl $0, -248(%rbp)
je LBB1_1756
## %bb.1753: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_1756
## %bb.1754: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_1756
## %bb.1755: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -216(%rbp)
movb %al, -457(%rbp) ## 1-byte Spill
jne LBB1_1768
LBB1_1756: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -248(%rbp)
je LBB1_1760
## %bb.1757: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_1760
## %bb.1758: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_1760
## %bb.1759: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -216(%rbp)
movb %al, -458(%rbp) ## 1-byte Spill
jne LBB1_1767
LBB1_1760: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -208(%rbp)
je LBB1_1762
## %bb.1761: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -296(%rbp)
movb %al, -459(%rbp) ## 1-byte Spill
je LBB1_1766
LBB1_1762: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -312(%rbp)
jne LBB1_1765
## %bb.1763: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -208(%rbp)
movb %al, -459(%rbp) ## 1-byte Spill
je LBB1_1766
## %bb.1764: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -296(%rbp)
movb %al, -459(%rbp) ## 1-byte Spill
jne LBB1_1766
LBB1_1765: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
setne %al
movb %al, -459(%rbp) ## 1-byte Spill
LBB1_1766: ## in Loop: Header=BB1_331 Depth=1
movb -459(%rbp), %al ## 1-byte Reload
movb %al, -458(%rbp) ## 1-byte Spill
LBB1_1767: ## in Loop: Header=BB1_331 Depth=1
movb -458(%rbp), %al ## 1-byte Reload
movb %al, -457(%rbp) ## 1-byte Spill
LBB1_1768: ## in Loop: Header=BB1_331 Depth=1
movl -456(%rbp), %ecx ## 4-byte Reload
movb -457(%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, -418(%rbp) ## 1-byte Spill
jne LBB1_1801
## %bb.1769: ## in Loop: Header=BB1_331 Depth=1
movl -228(%rbp), %eax
movl %eax, -464(%rbp) ## 4-byte Spill
cmpl $0, -248(%rbp)
je LBB1_1773
## %bb.1770: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_1773
## %bb.1771: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_1773
## %bb.1772: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -216(%rbp)
movb %al, -465(%rbp) ## 1-byte Spill
jne LBB1_1783
LBB1_1773: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -248(%rbp)
je LBB1_1777
## %bb.1774: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_1777
## %bb.1775: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_1777
## %bb.1776: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -216(%rbp)
movb %al, -466(%rbp) ## 1-byte Spill
jne LBB1_1782
LBB1_1777: ## in Loop: Header=BB1_331 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movb $1, %al
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -467(%rbp) ## 1-byte Spill
jae LBB1_1781
## %bb.1778: ## in Loop: Header=BB1_331 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jae LBB1_1780
## %bb.1779: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -256(%rbp)
movb %al, -467(%rbp) ## 1-byte Spill
je LBB1_1781
LBB1_1780: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
setne %al
movb %al, -467(%rbp) ## 1-byte Spill
LBB1_1781: ## in Loop: Header=BB1_331 Depth=1
movb -467(%rbp), %al ## 1-byte Reload
movb %al, -466(%rbp) ## 1-byte Spill
LBB1_1782: ## in Loop: Header=BB1_331 Depth=1
movb -466(%rbp), %al ## 1-byte Reload
movb %al, -465(%rbp) ## 1-byte Spill
LBB1_1783: ## in Loop: Header=BB1_331 Depth=1
movl -464(%rbp), %ecx ## 4-byte Reload
movb -465(%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, -418(%rbp) ## 1-byte Spill
jne LBB1_1801
## %bb.1784: ## in Loop: Header=BB1_331 Depth=1
movl -220(%rbp), %eax
movl %eax, -472(%rbp) ## 4-byte Spill
cmpl $0, -248(%rbp)
je LBB1_1788
## %bb.1785: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_1788
## %bb.1786: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_1788
## %bb.1787: ## in Loop: Header=BB1_331 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -216(%rbp)
movb %al, -473(%rbp) ## 1-byte Spill
jne LBB1_1800
LBB1_1788: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -248(%rbp)
je LBB1_1792
## %bb.1789: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -240(%rbp)
je LBB1_1792
## %bb.1790: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -224(%rbp)
je LBB1_1792
## %bb.1791: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -216(%rbp)
movb %al, -474(%rbp) ## 1-byte Spill
jne LBB1_1799
LBB1_1792: ## in Loop: Header=BB1_331 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jae LBB1_1794
## %bb.1793: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -256(%rbp)
movb %al, -475(%rbp) ## 1-byte Spill
je LBB1_1798
LBB1_1794: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -280(%rbp)
jne LBB1_1797
## %bb.1795: ## in Loop: Header=BB1_331 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movb $1, %al
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -475(%rbp) ## 1-byte Spill
jae LBB1_1798
## %bb.1796: ## in Loop: Header=BB1_331 Depth=1
movb $1, %al
cmpl $0, -256(%rbp)
movb %al, -475(%rbp) ## 1-byte Spill
jne LBB1_1798
LBB1_1797: ## in Loop: Header=BB1_331 Depth=1
cmpl $0, -216(%rbp)
setne %al
movb %al, -475(%rbp) ## 1-byte Spill
LBB1_1798: ## in Loop: Header=BB1_331 Depth=1
movb -475(%rbp), %al ## 1-byte Reload
movb %al, -474(%rbp) ## 1-byte Spill
LBB1_1799: ## in Loop: Header=BB1_331 Depth=1
movb -474(%rbp), %al ## 1-byte Reload
movb %al, -473(%rbp) ## 1-byte Spill
LBB1_1800: ## in Loop: Header=BB1_331 Depth=1
movl -472(%rbp), %eax ## 4-byte Reload
movb -473(%rbp), %cl ## 1-byte Reload
andb $1, %cl
movzbl %cl, %ecx
cmpl %ecx, %eax
sete %al
movb %al, -418(%rbp) ## 1-byte Spill
LBB1_1801: ## in Loop: Header=BB1_331 Depth=1
movb -418(%rbp), %al ## 1-byte Reload
movb %al, -408(%rbp) ## 1-byte Spill
LBB1_1802: ## in Loop: Header=BB1_331 Depth=1
movb -408(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -404(%rbp)
movl -12(%rbp), %eax
movl %eax, -8(%rbp)
movl -20(%rbp), %eax
movl %eax, -16(%rbp)
movss -28(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -24(%rbp)
movl -36(%rbp), %eax
movl %eax, -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)
movl -60(%rbp), %eax
movl %eax, -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)
movl -92(%rbp), %eax
movl %eax, -88(%rbp)
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -96(%rbp)
movl -108(%rbp), %eax
movl %eax, -104(%rbp)
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -112(%rbp)
movl -124(%rbp), %eax
movl %eax, -120(%rbp)
movl -132(%rbp), %eax
movl %eax, -128(%rbp)
movss -140(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -136(%rbp)
movl -148(%rbp), %eax
movl %eax, -144(%rbp)
movl -156(%rbp), %eax
movl %eax, -152(%rbp)
movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -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)
movss -236(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -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)
movss -340(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -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)
movss -388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -384(%rbp)
movl -396(%rbp), %eax
movl %eax, -392(%rbp)
jmp LBB1_331
LBB1_1803:
movl -4(%rbp), %eax
addq $480, %rsp ## imm = 0x1E0
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/100655.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _narcissistic ; -- Begin function narcissistic
.p2align 2
_narcissistic: ; @narcissistic
.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 wzr, [x29, #-8]
ldur s1, [x29, #-4]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
bl _log10
frintm d0, d0
fmov d1, #1.00000000
fadd d0, d0, d1
fcvtzs w8, d0
stur w8, [x29, #-12]
str wzr, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldur w9, [x29, #-12]
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 w8, [x29, #-4]
str w8, [sp, #8] ; 4-byte Folded Spill
ldr s1, [sp, #16]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d1, d0
fmov d0, #10.00000000
bl _pow
ldr w8, [sp, #8] ; 4-byte Folded Reload
fcvtzs w9, d0
sdiv w8, w8, w9
str w8, [sp, #12]
ldr w8, [sp, #12]
mov w10, #10
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
scvtf d0, w8
ldur s2, [x29, #-12]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
bl _pow
fcvtzs w9, d0
ldur w8, [x29, #-8]
add w8, w8, w9
stur w8, [x29, #-8]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_1
LBB0_4:
ldur w8, [x29, #-4]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, eq
and w0, w8, #0x1
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
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function narcissistic
LCPI0_0:
.quad 0x3ff0000000000000 ## double 1
LCPI0_1:
.quad 0x4024000000000000 ## double 10
.section __TEXT,__text,regular,pure_instructions
.globl _narcissistic
.p2align 4, 0x90
_narcissistic: ## @narcissistic
.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, -8(%rbp)
cvtsi2sdl -4(%rbp), %xmm0
callq _log10
roundsd $9, %xmm0, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
cvttsd2si %xmm0, %eax
movl %eax, -12(%rbp)
movl $0, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -4(%rbp), %eax
movl %eax, -24(%rbp) ## 4-byte Spill
cvtsi2sdl -16(%rbp), %xmm1
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
callq _pow
movl -24(%rbp), %eax ## 4-byte Reload
cvttsd2si %xmm0, %ecx
cltd
idivl %ecx
movl %eax, -20(%rbp)
movl -20(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
cvtsi2sd %edx, %xmm0
cvtsi2sdl -12(%rbp), %xmm1
callq _pow
cvttsd2si %xmm0, %eax
addl -8(%rbp), %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 -4(%rbp), %eax
cmpl -8(%rbp), %eax
sete %al
andb $1, %al
movzbl %al, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/12636635.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/26844.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, #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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #28]
str wzr, [sp, #20]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldrsw x10, [sp, #20]
add x9, sp, #32
mov w8, #0
str w8, [x9, x10, lsl #2]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_1
LBB0_4:
str wzr, [sp, #16]
b LBB0_5
LBB0_5: ; =>This Inner Loop Header: Depth=1
bl _getchar
str w0, [sp, #24]
adds w8, w0, #1
cset w8, eq
tbnz w8, #0, LBB0_12
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #24]
subs w8, w8, #32
cset w8, eq
tbnz w8, #0, LBB0_9
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #24]
subs w8, w8, #10
cset w8, eq
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #24]
subs w8, w8, #9
cset w8, ne
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #16]
subs w9, w8, #1
add x8, sp, #32
add x9, x8, w9, sxtw #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
str wzr, [sp, #16]
b LBB0_11
LBB0_10: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_5 Depth=1
b LBB0_5
LBB0_12:
mov w0, #10
bl _putchar
str wzr, [sp, #20]
b LBB0_13
LBB0_13: ; =>This Loop Header: Depth=1
; Child Loop BB0_15 Depth 2
ldr w8, [sp, #20]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB0_20
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_13 Depth=1
ldr w8, [sp, #20]
add w10, w8, #1
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
str wzr, [sp, #16]
b LBB0_15
LBB0_15: ; Parent Loop BB0_13 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #16]
ldrsw x10, [sp, #20]
add x9, sp, #32
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_18
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_15 Depth=2
mov w0, #61
bl _putchar
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_15 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_15
LBB0_18: ; in Loop: Header=BB0_13 Depth=1
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_19
LBB0_19: ; in Loop: Header=BB0_13 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_13
LBB0_20:
ldr w8, [sp, #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, LBB0_22
b LBB0_21
LBB0_21:
bl ___stack_chk_fail
LBB0_22:
ldr w0, [sp, #12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d: "
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 $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -52(%rbp)
movl $0, -60(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $10, -60(%rbp)
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movslq -60(%rbp), %rax
movl $0, -48(%rbp,%rax,4)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB0_1
LBB0_4:
movl $0, -64(%rbp)
LBB0_5: ## =>This Inner Loop Header: Depth=1
callq _getchar
movl %eax, -56(%rbp)
cmpl $-1, %eax
je LBB0_12
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
cmpl $32, -56(%rbp)
je LBB0_9
## %bb.7: ## in Loop: Header=BB0_5 Depth=1
cmpl $10, -56(%rbp)
je LBB0_9
## %bb.8: ## in Loop: Header=BB0_5 Depth=1
cmpl $9, -56(%rbp)
jne LBB0_10
LBB0_9: ## in Loop: Header=BB0_5 Depth=1
movl -64(%rbp), %eax
subl $1, %eax
cltq
movl -48(%rbp,%rax,4), %ecx
addl $1, %ecx
movl %ecx, -48(%rbp,%rax,4)
movl $0, -64(%rbp)
jmp LBB0_11
LBB0_10: ## in Loop: Header=BB0_5 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
LBB0_11: ## in Loop: Header=BB0_5 Depth=1
jmp LBB0_5
LBB0_12:
movl $10, %edi
callq _putchar
movl $0, -60(%rbp)
LBB0_13: ## =>This Loop Header: Depth=1
## Child Loop BB0_15 Depth 2
cmpl $10, -60(%rbp)
jge LBB0_20
## %bb.14: ## in Loop: Header=BB0_13 Depth=1
movl -60(%rbp), %esi
addl $1, %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -64(%rbp)
LBB0_15: ## Parent Loop BB0_13 Depth=1
## => This Inner Loop Header: Depth=2
movl -64(%rbp), %eax
movslq -60(%rbp), %rcx
cmpl -48(%rbp,%rcx,4), %eax
jge LBB0_18
## %bb.16: ## in Loop: Header=BB0_15 Depth=2
movl $61, %edi
callq _putchar
## %bb.17: ## in Loop: Header=BB0_15 Depth=2
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB0_15
LBB0_18: ## in Loop: Header=BB0_13 Depth=1
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.19: ## in Loop: Header=BB0_13 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB0_13
LBB0_20:
movl -52(%rbp), %eax
movl %eax, -68(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_22
## %bb.21:
movl -68(%rbp), %eax ## 4-byte Reload
addq $80, %rsp
popq %rbp
retq
LBB0_22:
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 "\n"
.subsections_via_symbols
| the_stack_data/108852.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _accept ; -- Begin function accept
.p2align 2
_accept: ; @accept
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, #14]
adrp x8, _stream@PAGE
ldr x8, [x8, _stream@PAGEOFF]
ldrsb w8, [x8]
ldrsb w9, [sp, #14]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x9, _stream@PAGE
ldr x8, [x9, _stream@PAGEOFF]
add x8, x8, #1
str x8, [x9, _stream@PAGEOFF]
mov w8, #1
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #15]
b LBB0_3
LBB0_2:
mov w8, #0
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #15]
b LBB0_3
LBB0_3:
ldrb w8, [sp, #15]
and w0, w8, #0x1
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _notzero ; -- Begin function notzero
.p2align 2
_notzero: ; @notzero
.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, #49
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB1_9
b LBB1_1
LBB1_1:
mov w0, #50
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB1_9
b LBB1_2
LBB1_2:
mov w0, #51
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB1_9
b LBB1_3
LBB1_3:
mov w0, #52
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB1_9
b LBB1_4
LBB1_4:
mov w0, #53
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB1_9
b LBB1_5
LBB1_5:
mov w0, #54
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB1_9
b LBB1_6
LBB1_6:
mov w0, #55
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB1_9
b LBB1_7
LBB1_7:
mov w0, #56
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB1_9
b LBB1_8
LBB1_8:
mov w0, #57
bl _accept
stur w0, [x29, #-4] ; 4-byte Folded Spill
b LBB1_9
LBB1_9:
ldur w8, [x29, #-4] ; 4-byte Folded Reload
and w0, w8, #0x1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _digit ; -- Begin function digit
.p2align 2
_digit: ; @digit
.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, #48
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB2_2
b LBB2_1
LBB2_1:
bl _notzero
stur w0, [x29, #-4] ; 4-byte Folded Spill
b LBB2_2
LBB2_2:
ldur w8, [x29, #-4] ; 4-byte Folded Reload
and w0, w8, #0x1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _raw ; -- Begin function raw
.p2align 2
_raw: ; @raw
.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
bl _digit
tbz w0, #0, LBB3_2
b LBB3_1
LBB3_1:
bl _raw
mov w8, #1
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB3_3
LBB3_2:
mov w8, #0
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB3_3
LBB3_3:
ldurb w8, [x29, #-1]
and w0, w8, #0x1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _number ; -- Begin function number
.p2align 2
_number: ; @number
.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
bl _notzero
tbz w0, #0, LBB4_2
b LBB4_1
LBB4_1:
bl _raw
mov w8, #1
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB4_3
LBB4_2:
mov w0, #48
bl _accept
and w8, w0, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB4_3
LBB4_3:
ldurb w8, [x29, #-1]
and w0, w8, #0x1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _decimal ; -- Begin function decimal
.p2align 2
_decimal: ; @decimal
.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
bl _number
tbz w0, #0, LBB5_4
b LBB5_1
LBB5_1:
mov w0, #46
bl _accept
tbz w0, #0, LBB5_3
b LBB5_2
LBB5_2:
bl _raw
b LBB5_3
LBB5_3:
mov w8, #1
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB5_8
LBB5_4:
mov w0, #46
bl _accept
tbz w0, #0, LBB5_6
b LBB5_5
LBB5_5:
bl _raw
and w8, w0, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB5_8
LBB5_6:
b LBB5_7
LBB5_7:
mov w8, #0
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB5_8
LBB5_8:
ldurb w8, [x29, #-1]
and w0, w8, #0x1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _operand ; -- Begin function operand
.p2align 2
_operand: ; @operand
.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, #43
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB6_3
b LBB6_1
LBB6_1:
mov w0, #45
bl _accept
mov w8, #1
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbnz w0, #0, LBB6_3
b LBB6_2
LBB6_2:
mov w0, #42
bl _accept
stur w0, [x29, #-4] ; 4-byte Folded Spill
b LBB6_3
LBB6_3:
ldur w8, [x29, #-4] ; 4-byte Folded Reload
and w0, w8, #0x1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _arithmetic_expr ; -- Begin function arithmetic_expr
.p2align 2
_arithmetic_expr: ; @arithmetic_expr
.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
bl _decimal
tbz w0, #0, LBB7_4
b LBB7_1
LBB7_1:
bl _operand
tbz w0, #0, LBB7_3
b LBB7_2
LBB7_2:
bl _arithmetic_expr
and w8, w0, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB7_5
LBB7_3:
mov w8, #1
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB7_5
LBB7_4:
mov w8, #0
and w8, w8, #0x1
and w8, w8, #0x1
sturb w8, [x29, #-1]
b LBB7_5
LBB7_5:
ldurb w8, [x29, #-1]
and w0, w8, #0x1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _str ; -- Begin function str
.p2align 2
_str: ; @str
.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
bl _arithmetic_expr
mov w8, #0
stur w8, [x29, #-4] ; 4-byte Folded Spill
tbz w0, #0, LBB8_2
b LBB8_1
LBB8_1:
mov w0, #0
bl _accept
stur w0, [x29, #-4] ; 4-byte Folded Spill
b LBB8_2
LBB8_2:
ldur w8, [x29, #-4] ; 4-byte Folded Reload
and w0, w8, #0x1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _check ; -- Begin function check
.p2align 2
_check: ; @check
.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]
sturb wzr, [x29, #-9]
ldur x8, [x29, #-8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB9_2
b LBB9_1
LBB9_1:
ldur x8, [x29, #-8]
adrp x9, _stream@PAGE
str x8, [x9, _stream@PAGEOFF]
bl _str
and w8, w0, #0x1
sturb w8, [x29, #-9]
b LBB9_2
LBB9_2:
ldur x10, [x29, #-8]
ldurb w8, [x29, #-9]
mov x9, sp
str x10, [x9]
; kill: def $x8 killed $w8
and x8, x8, #0x1
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
.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.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _check
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _check
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _check
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _check
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _check
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _check
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _check
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _check
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _check
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _check
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _check
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _check
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _check
adrp x0, l_.str.14@PAGE
add x0, x0, l_.str.14@PAGEOFF
bl _check
adrp x0, l_.str.15@PAGE
add x0, x0, l_.str.15@PAGEOFF
bl _check
adrp x0, l_.str.16@PAGE
add x0, x0, l_.str.16@PAGEOFF
bl _check
adrp x0, l_.str.17@PAGE
add x0, x0, l_.str.17@PAGEOFF
bl _check
adrp x0, l_.str.18@PAGE
add x0, x0, l_.str.18@PAGEOFF
bl _check
adrp x0, l_.str.19@PAGE
add x0, x0, l_.str.19@PAGEOFF
bl _check
adrp x0, l_.str.20@PAGE
add x0, x0, l_.str.20@PAGEOFF
bl _check
adrp x0, l_.str.21@PAGE
add x0, x0, l_.str.21@PAGEOFF
bl _check
adrp x0, l_.str.22@PAGE
add x0, x0, l_.str.22@PAGEOFF
bl _check
adrp x0, l_.str.23@PAGE
add x0, x0, l_.str.23@PAGEOFF
bl _check
adrp x0, l_.str.24@PAGE
add x0, x0, l_.str.24@PAGEOFF
bl _check
adrp x0, l_.str.25@PAGE
add x0, x0, l_.str.25@PAGEOFF
bl _check
adrp x0, l_.str.26@PAGE
add x0, x0, l_.str.26@PAGEOFF
bl _check
adrp x0, l_.str.27@PAGE
add x0, x0, l_.str.27@PAGEOFF
bl _check
mov x0, #0
bl _check
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
.globl _stream ; @stream
.zerofill __DATA,__common,_stream,8,3
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s -> %d\n"
l_.str.1: ; @.str.1
.asciz "12345"
l_.str.2: ; @.str.2
.asciz "hello12"
l_.str.3: ; @.str.3
.asciz "0002"
l_.str.4: ; @.str.4
.asciz "10dbd"
l_.str.5: ; @.str.5
.asciz "0"
l_.str.6: ; @.str.6
.asciz "13.5"
l_.str.7: ; @.str.7
.asciz ".5"
l_.str.8: ; @.str.8
.asciz "13."
l_.str.9: ; @.str.9
.asciz "0."
l_.str.10: ; @.str.10
.asciz "1758.267"
l_.str.11: ; @.str.11
.asciz "00013.54"
l_.str.12: ; @.str.12
.asciz "13000.0054"
l_.str.13: ; @.str.13
.asciz "13.0"
l_.str.14: ; @.str.14
.asciz "13.000"
l_.str.15: ; @.str.15
.asciz "13.45000"
l_.str.16: ; @.str.16
.asciz "15+45"
l_.str.17: ; @.str.17
.asciz "15-45"
l_.str.18: ; @.str.18
.asciz "15*45"
l_.str.19: ; @.str.19
.asciz "15+0045"
l_.str.20: ; @.str.20
.asciz "15+0"
l_.str.21: ; @.str.21
.asciz "0-0.723"
l_.str.22: ; @.str.22
.asciz "15.78*0.7854"
l_.str.23: ; @.str.23
.asciz "15.13+"
l_.str.24: ; @.str.24
.asciz "15.13+0.15*17.7"
l_.str.25: ; @.str.25
.asciz "15.13+0.15*17.7-15.7"
l_.str.26: ; @.str.26
.asciz "15.13+0.15*"
l_.str.27: ; @.str.27
.asciz "15.13+0.15*17.7-"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _accept ## -- Begin function accept
.p2align 4, 0x90
_accept: ## @accept
.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, -2(%rbp)
movq _stream(%rip), %rax
movsbl (%rax), %eax
movsbl -2(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_2
## %bb.1:
movq _stream(%rip), %rax
addq $1, %rax
movq %rax, _stream(%rip)
movb $1, -1(%rbp)
jmp LBB0_3
LBB0_2:
movb $0, -1(%rbp)
LBB0_3:
movb -1(%rbp), %al
andb $1, %al
movzbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _notzero ## -- Begin function notzero
.p2align 4, 0x90
_notzero: ## @notzero
.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 $49, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB1_9
## %bb.1:
movl $50, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB1_9
## %bb.2:
movl $51, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB1_9
## %bb.3:
movl $52, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB1_9
## %bb.4:
movl $53, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB1_9
## %bb.5:
movl $54, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB1_9
## %bb.6:
movl $55, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB1_9
## %bb.7:
movl $56, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB1_9
## %bb.8:
movl $57, %edi
callq _accept
movb %al, -1(%rbp) ## 1-byte Spill
LBB1_9:
movb -1(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _digit ## -- Begin function digit
.p2align 4, 0x90
_digit: ## @digit
.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 $48, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB2_2
## %bb.1:
callq _notzero
movb %al, -1(%rbp) ## 1-byte Spill
LBB2_2:
movb -1(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _raw ## -- Begin function raw
.p2align 4, 0x90
_raw: ## @raw
.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
callq _digit
testb $1, %al
jne LBB3_1
jmp LBB3_2
LBB3_1:
callq _raw
movb $1, -1(%rbp)
jmp LBB3_3
LBB3_2:
movb $0, -1(%rbp)
LBB3_3:
movb -1(%rbp), %al
andb $1, %al
movzbl %al, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _number ## -- Begin function number
.p2align 4, 0x90
_number: ## @number
.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
callq _notzero
testb $1, %al
jne LBB4_1
jmp LBB4_2
LBB4_1:
callq _raw
movb $1, -1(%rbp)
jmp LBB4_3
LBB4_2:
movl $48, %edi
callq _accept
andb $1, %al
movb %al, -1(%rbp)
LBB4_3:
movb -1(%rbp), %al
andb $1, %al
movzbl %al, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _decimal ## -- Begin function decimal
.p2align 4, 0x90
_decimal: ## @decimal
.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
callq _number
testb $1, %al
jne LBB5_1
jmp LBB5_4
LBB5_1:
movl $46, %edi
callq _accept
testb $1, %al
jne LBB5_2
jmp LBB5_3
LBB5_2:
callq _raw
LBB5_3:
movb $1, -1(%rbp)
jmp LBB5_8
LBB5_4:
movl $46, %edi
callq _accept
testb $1, %al
jne LBB5_5
jmp LBB5_6
LBB5_5:
callq _raw
andb $1, %al
movb %al, -1(%rbp)
jmp LBB5_8
LBB5_6:
jmp LBB5_7
LBB5_7:
movb $0, -1(%rbp)
LBB5_8:
movb -1(%rbp), %al
andb $1, %al
movzbl %al, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _operand ## -- Begin function operand
.p2align 4, 0x90
_operand: ## @operand
.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 $43, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB6_3
## %bb.1:
movl $45, %edi
callq _accept
movb %al, %cl
movb $1, %al
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB6_3
## %bb.2:
movl $42, %edi
callq _accept
movb %al, -1(%rbp) ## 1-byte Spill
LBB6_3:
movb -1(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _arithmetic_expr ## -- Begin function arithmetic_expr
.p2align 4, 0x90
_arithmetic_expr: ## @arithmetic_expr
.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
callq _decimal
testb $1, %al
jne LBB7_1
jmp LBB7_4
LBB7_1:
callq _operand
testb $1, %al
jne LBB7_2
jmp LBB7_3
LBB7_2:
callq _arithmetic_expr
andb $1, %al
movb %al, -1(%rbp)
jmp LBB7_5
LBB7_3:
movb $1, -1(%rbp)
jmp LBB7_5
LBB7_4:
movb $0, -1(%rbp)
LBB7_5:
movb -1(%rbp), %al
andb $1, %al
movzbl %al, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _str ## -- Begin function str
.p2align 4, 0x90
_str: ## @str
.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
callq _arithmetic_expr
movb %al, %cl
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %cl
movb %al, -1(%rbp) ## 1-byte Spill
jne LBB8_1
jmp LBB8_2
LBB8_1:
xorl %edi, %edi
callq _accept
movb %al, -1(%rbp) ## 1-byte Spill
LBB8_2:
movb -1(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _check ## -- Begin function check
.p2align 4, 0x90
_check: ## @check
.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)
movb $0, -9(%rbp)
cmpq $0, -8(%rbp)
je LBB9_2
## %bb.1:
movq -8(%rbp), %rax
movq %rax, _stream(%rip)
callq _str
andb $1, %al
movb %al, -9(%rbp)
LBB9_2:
movq -8(%rbp), %rsi
movb -9(%rbp), %al
andb $1, %al
movzbl %al, %edx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
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.1(%rip), %rdi
callq _check
leaq L_.str.2(%rip), %rdi
callq _check
leaq L_.str.3(%rip), %rdi
callq _check
leaq L_.str.4(%rip), %rdi
callq _check
leaq L_.str.5(%rip), %rdi
callq _check
leaq L_.str.6(%rip), %rdi
callq _check
leaq L_.str.7(%rip), %rdi
callq _check
leaq L_.str.8(%rip), %rdi
callq _check
leaq L_.str.9(%rip), %rdi
callq _check
leaq L_.str.10(%rip), %rdi
callq _check
leaq L_.str.11(%rip), %rdi
callq _check
leaq L_.str.12(%rip), %rdi
callq _check
leaq L_.str.13(%rip), %rdi
callq _check
leaq L_.str.14(%rip), %rdi
callq _check
leaq L_.str.15(%rip), %rdi
callq _check
leaq L_.str.16(%rip), %rdi
callq _check
leaq L_.str.17(%rip), %rdi
callq _check
leaq L_.str.18(%rip), %rdi
callq _check
leaq L_.str.19(%rip), %rdi
callq _check
leaq L_.str.20(%rip), %rdi
callq _check
leaq L_.str.21(%rip), %rdi
callq _check
leaq L_.str.22(%rip), %rdi
callq _check
leaq L_.str.23(%rip), %rdi
callq _check
leaq L_.str.24(%rip), %rdi
callq _check
leaq L_.str.25(%rip), %rdi
callq _check
leaq L_.str.26(%rip), %rdi
callq _check
leaq L_.str.27(%rip), %rdi
callq _check
xorl %eax, %eax
movl %eax, %edi
callq _check
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _stream ## @stream
.zerofill __DATA,__common,_stream,8,3
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s -> %d\n"
L_.str.1: ## @.str.1
.asciz "12345"
L_.str.2: ## @.str.2
.asciz "hello12"
L_.str.3: ## @.str.3
.asciz "0002"
L_.str.4: ## @.str.4
.asciz "10dbd"
L_.str.5: ## @.str.5
.asciz "0"
L_.str.6: ## @.str.6
.asciz "13.5"
L_.str.7: ## @.str.7
.asciz ".5"
L_.str.8: ## @.str.8
.asciz "13."
L_.str.9: ## @.str.9
.asciz "0."
L_.str.10: ## @.str.10
.asciz "1758.267"
L_.str.11: ## @.str.11
.asciz "00013.54"
L_.str.12: ## @.str.12
.asciz "13000.0054"
L_.str.13: ## @.str.13
.asciz "13.0"
L_.str.14: ## @.str.14
.asciz "13.000"
L_.str.15: ## @.str.15
.asciz "13.45000"
L_.str.16: ## @.str.16
.asciz "15+45"
L_.str.17: ## @.str.17
.asciz "15-45"
L_.str.18: ## @.str.18
.asciz "15*45"
L_.str.19: ## @.str.19
.asciz "15+0045"
L_.str.20: ## @.str.20
.asciz "15+0"
L_.str.21: ## @.str.21
.asciz "0-0.723"
L_.str.22: ## @.str.22
.asciz "15.78*0.7854"
L_.str.23: ## @.str.23
.asciz "15.13+"
L_.str.24: ## @.str.24
.asciz "15.13+0.15*17.7"
L_.str.25: ## @.str.25
.asciz "15.13+0.15*17.7-15.7"
L_.str.26: ## @.str.26
.asciz "15.13+0.15*"
L_.str.27: ## @.str.27
.asciz "15.13+0.15*17.7-"
.subsections_via_symbols
| the_stack_data/243893833.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
ldur w8, [x29, #-8]
str w8, [sp, #12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-8]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-8]
mov w9, #10
sdiv w10, w8, w9
mul w10, w10, w9
subs w8, w8, w10
stur w8, [x29, #-12]
ldr w8, [sp, #16]
mul w8, w8, w9
ldur w10, [x29, #-12]
add w8, w8, w10
str w8, [sp, #16]
ldur w8, [x29, #-8]
sdiv w8, w8, w9
stur w8, [x29, #-8]
b LBB0_1
LBB0_3:
ldr w8, [sp, #12]
ldr w9, [sp, #16]
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 the 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, -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 -8(%rbp), %eax
movl %eax, -20(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -8(%rbp)
jle LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %edx, -12(%rbp)
imull $10, -16(%rbp), %eax
addl -12(%rbp), %eax
movl %eax, -16(%rbp)
movl -8(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %eax, -8(%rbp)
jmp LBB0_1
LBB0_3:
movl -20(%rbp), %eax
cmpl -16(%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 the 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/247018332.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _enqueue ; -- Begin function enqueue
.p2align 2
_enqueue: ; @enqueue
.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, _rear@PAGE
ldr w8, [x8, _rear@PAGEOFF]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_1
LBB0_1:
adrp x8, _front@PAGE
ldr w8, [x8, _front@PAGEOFF]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
adrp x9, _rear@PAGE
ldr w8, [x9, _rear@PAGEOFF]
add w8, w8, #1
str w8, [x9, _rear@PAGEOFF]
adrp x10, _front@PAGE
ldr w8, [x10, _front@PAGEOFF]
add w8, w8, #1
str w8, [x10, _front@PAGEOFF]
ldur w8, [x29, #-4]
ldrsw x10, [x9, _rear@PAGEOFF]
adrp x9, _queue@GOTPAGE
ldr x9, [x9, _queue@GOTPAGEOFF]
str w8, [x9, x10, lsl #2]
b LBB0_7
LBB0_3:
adrp x8, _rear@PAGE
ldr w8, [x8, _rear@PAGEOFF]
subs w8, w8, #100
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_6
LBB0_5:
adrp x9, _rear@PAGE
ldr w8, [x9, _rear@PAGEOFF]
add w8, w8, #1
str w8, [x9, _rear@PAGEOFF]
ldur w8, [x29, #-4]
ldrsw x10, [x9, _rear@PAGEOFF]
adrp x9, _queue@GOTPAGE
ldr x9, [x9, _queue@GOTPAGEOFF]
str w8, [x9, x10, lsl #2]
b LBB0_6
LBB0_6:
b LBB0_7
LBB0_7:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _dequeue ; -- Begin function dequeue
.p2align 2
_dequeue: ; @dequeue
.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 x8, _rear@PAGE
ldr w8, [x8, _rear@PAGEOFF]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_3
b LBB1_1
LBB1_1:
adrp x8, _front@PAGE
ldr w8, [x8, _front@PAGEOFF]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB1_4
LBB1_3:
adrp x9, _front@PAGE
ldr w8, [x9, _front@PAGEOFF]
add w8, w8, #1
str w8, [x9, _front@PAGEOFF]
b LBB1_4
LBB1_4:
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _print ; -- Begin function print
.p2align 2
_print: ; @print
.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, _front@PAGE
ldr w8, [x8, _front@PAGEOFF]
stur w8, [x29, #-4]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-4]
adrp x9, _rear@PAGE
ldr w9, [x9, _rear@PAGEOFF]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldursw x9, [x29, #-4]
adrp x8, _queue@GOTPAGE
ldr x8, [x8, _queue@GOTPAGEOFF]
ldr w9, [x8, x9, lsl #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
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldur w8, [x29, #-4]
add w8, w8, #1
stur w8, [x29, #-4]
b LBB2_1
LBB2_4:
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 _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]
mov w0, #5
bl _enqueue
mov w0, #4
bl _enqueue
mov w0, #3
bl _enqueue
mov w0, #1
bl _enqueue
bl _print
bl _dequeue
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
bl _print
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 _front ; @front
.p2align 2
_front:
.long 4294967295 ; 0xffffffff
.globl _rear ; @rear
.p2align 2
_rear:
.long 4294967295 ; 0xffffffff
.comm _queue,404,2 ; @queue
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\nQueue Overflow!\n"
l_.str.1: ; @.str.1
.asciz "\nQueue is Empty!\n"
l_.str.2: ; @.str.2
.asciz "%d "
l_.str.3: ; @.str.3
.asciz "\n"
l_.str.4: ; @.str.4
.asciz "\nAfter dequeue\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _enqueue ## -- Begin function enqueue
.p2align 4, 0x90
_enqueue: ## @enqueue
.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 $-1, _rear(%rip)
jne LBB0_3
## %bb.1:
cmpl $-1, _front(%rip)
jne LBB0_3
## %bb.2:
movl _rear(%rip), %eax
addl $1, %eax
movl %eax, _rear(%rip)
movl _front(%rip), %eax
addl $1, %eax
movl %eax, _front(%rip)
movl -4(%rbp), %edx
movslq _rear(%rip), %rcx
movq _queue@GOTPCREL(%rip), %rax
movl %edx, (%rax,%rcx,4)
jmp LBB0_7
LBB0_3:
cmpl $100, _rear(%rip)
jne LBB0_5
## %bb.4:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_6
LBB0_5:
movl _rear(%rip), %eax
addl $1, %eax
movl %eax, _rear(%rip)
movl -4(%rbp), %edx
movslq _rear(%rip), %rcx
movq _queue@GOTPCREL(%rip), %rax
movl %edx, (%rax,%rcx,4)
LBB0_6:
jmp LBB0_7
LBB0_7:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _dequeue ## -- Begin function dequeue
.p2align 4, 0x90
_dequeue: ## @dequeue
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
cmpl $-1, _rear(%rip)
jne LBB1_3
## %bb.1:
cmpl $-1, _front(%rip)
jne LBB1_3
## %bb.2:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_4
LBB1_3:
movl _front(%rip), %eax
addl $1, %eax
movl %eax, _front(%rip)
LBB1_4:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _print ## -- Begin function print
.p2align 4, 0x90
_print: ## @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
movl _front(%rip), %eax
movl %eax, -4(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -4(%rbp), %eax
cmpl _rear(%rip), %eax
jg LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movslq -4(%rbp), %rcx
movq _queue@GOTPCREL(%rip), %rax
movl (%rax,%rcx,4), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -4(%rbp), %eax
addl $1, %eax
movl %eax, -4(%rbp)
jmp LBB2_1
LBB2_4:
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
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 $5, %edi
callq _enqueue
movl $4, %edi
callq _enqueue
movl $3, %edi
callq _enqueue
movl $1, %edi
callq _enqueue
callq _print
callq _dequeue
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
callq _print
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _front ## @front
.p2align 2
_front:
.long 4294967295 ## 0xffffffff
.globl _rear ## @rear
.p2align 2
_rear:
.long 4294967295 ## 0xffffffff
.comm _queue,404,4 ## @queue
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\nQueue Overflow!\n"
L_.str.1: ## @.str.1
.asciz "\nQueue is Empty!\n"
L_.str.2: ## @.str.2
.asciz "%d "
L_.str.3: ## @.str.3
.asciz "\n"
L_.str.4: ## @.str.4
.asciz "\nAfter dequeue\n"
.subsections_via_symbols
| the_stack_data/599682.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _t_fun ; -- Begin function t_fun
.p2align 2
_t_fun: ; @t_fun
.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]
adrp x0, _m@PAGE
add x0, x0, _m@PAGEOFF
str x0, [sp] ; 8-byte Folded Spill
bl _pthread_mutex_lock
ldr x0, [sp] ; 8-byte Folded Reload
adrp x8, _x@GOTPAGE
ldr x8, [x8, _x@GOTPAGEOFF]
ldr x9, [x8]
mov w8, #3
str w8, [x9]
adrp x8, _y@GOTPAGE
ldr x8, [x8, _y@GOTPAGEOFF]
ldr x9, [x8]
mov w8, #8
str w8, [x9]
bl _pthread_mutex_unlock
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, #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
mov w8, #0
stur w8, [x29, #-28] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov x0, #4
str x0, [sp, #16] ; 8-byte Folded Spill
bl _malloc
mov x8, x0
ldr x0, [sp, #16] ; 8-byte Folded Reload
adrp x9, _x@GOTPAGE
ldr x9, [x9, _x@GOTPAGEOFF]
str x9, [sp, #24] ; 8-byte Folded Spill
str x8, [x9]
bl _malloc
adrp x8, _y@GOTPAGE
ldr x8, [x8, _y@GOTPAGEOFF]
str x0, [x8]
ldr x8, [x8]
stur x8, [x29, #-24]
sub x0, x29, #16
mov x3, #0
mov x1, x3
adrp x2, _t_fun@PAGE
add x2, x2, _t_fun@PAGEOFF
bl _pthread_create
adrp x0, _m@PAGE
add x0, x0, _m@PAGEOFF
str x0, [sp, #32] ; 8-byte Folded Spill
bl _pthread_mutex_lock
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x8, [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
str x0, [sp, #40] ; 8-byte Folded Spill
bl _printf
ldr x0, [sp, #32] ; 8-byte Folded Reload
bl _pthread_mutex_unlock
ldr x0, [sp, #40] ; 8-byte Folded Reload
ldur x8, [x29, #-24]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
bl _printf
ldur w0, [x29, #-28] ; 4-byte Folded Reload
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _m ; @m
.p2align 3
_m:
.quad 850045863 ; 0x32aaaba7
.space 56
.comm _x,8,3 ; @x
.comm _y,8,3 ; @y
.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 _t_fun ## -- Begin function t_fun
.p2align 4, 0x90
_t_fun: ## @t_fun
.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 _m(%rip), %rdi
callq _pthread_mutex_lock
movq _x@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl $3, (%rax)
movq _y@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl $8, (%rax)
leaq _m(%rip), %rdi
callq _pthread_mutex_unlock
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 $32, %rsp
movl $0, -4(%rbp)
movl $4, %edi
callq _malloc
movq %rax, %rcx
movq _x@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movl $4, %edi
callq _malloc
movq %rax, %rcx
movq _y@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq _y@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
leaq -16(%rbp), %rdi
xorl %eax, %eax
movl %eax, %ecx
leaq _t_fun(%rip), %rdx
movq %rcx, %rsi
callq _pthread_create
leaq _m(%rip), %rdi
callq _pthread_mutex_lock
movq _x@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl (%rax), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq _m(%rip), %rdi
callq _pthread_mutex_unlock
movq -24(%rbp), %rax
movl (%rax), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _m ## @m
.p2align 3
_m:
.quad 850045863 ## 0x32aaaba7
.space 56
.comm _x,8,3 ## @x
.comm _y,8,3 ## @y
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/18886437.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mz_adler32 ; -- Begin function mz_adler32
.p2align 2
_mz_adler32: ; @mz_adler32
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
str x0, [sp, #48]
str x1, [sp, #40]
str x2, [sp, #32]
ldrh w8, [sp, #48]
; kill: def $x8 killed $w8
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #24]
ldr x8, [sp, #48]
lsr x8, x8, #16
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #20]
ldr x8, [sp, #32]
mov x10, #5552
udiv x9, x8, x10
mul x9, x9, x10
subs x8, x8, x9
str x8, [sp, #8]
ldr x8, [sp, #40]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
mov x8, #1
str x8, [sp, #56]
b LBB0_14
LBB0_2:
b LBB0_3
LBB0_3: ; =>This Loop Header: Depth=1
; Child Loop BB0_5 Depth 2
; Child Loop BB0_9 Depth 2
ldr x8, [sp, #32]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_13
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=1
str wzr, [sp, #28]
b LBB0_5
LBB0_5: ; Parent Loop BB0_3 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #28]
add w8, w8, #7
; kill: def $x8 killed $w8
ldr x9, [sp, #8]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=2
ldr x8, [sp, #40]
ldrb w9, [x8]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
ldr x8, [sp, #40]
ldrb w9, [x8, #1]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
ldr x8, [sp, #40]
ldrb w9, [x8, #2]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
ldr x8, [sp, #40]
ldrb w9, [x8, #3]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
ldr x8, [sp, #40]
ldrb w9, [x8, #4]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
ldr x8, [sp, #40]
ldrb w9, [x8, #5]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
ldr x8, [sp, #40]
ldrb w9, [x8, #6]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
ldr x8, [sp, #40]
ldrb w9, [x8, #7]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=2
ldr w8, [sp, #28]
add w8, w8, #8
str w8, [sp, #28]
ldr x8, [sp, #40]
add x8, x8, #8
str x8, [sp, #40]
b LBB0_5
LBB0_8: ; in Loop: Header=BB0_3 Depth=1
b LBB0_9
LBB0_9: ; Parent Loop BB0_3 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #28]
; kill: def $x8 killed $w8
ldr x9, [sp, #8]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB0_12
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_9 Depth=2
ldr x8, [sp, #40]
add x9, x8, #1
str x9, [sp, #40]
ldrb w9, [x8]
ldr w8, [sp, #24]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
ldr w8, [sp, #20]
add w8, w8, w9
str w8, [sp, #20]
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_9 Depth=2
ldr w8, [sp, #28]
add w8, w8, #1
str w8, [sp, #28]
b LBB0_9
LBB0_12: ; in Loop: Header=BB0_3 Depth=1
ldr w8, [sp, #24]
mov w10, #65521
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #24]
ldr w8, [sp, #20]
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #20]
ldr x9, [sp, #8]
ldr x8, [sp, #32]
subs x8, x8, x9
str x8, [sp, #32]
mov x8, #5552
str x8, [sp, #8]
b LBB0_3
LBB0_13:
ldr w9, [sp, #20]
ldr w8, [sp, #24]
add w8, w8, w9, lsl #16
; kill: def $x8 killed $w8
str x8, [sp, #56]
b LBB0_14
LBB0_14:
ldr x0, [sp, #56]
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _mz_crc32 ; -- Begin function mz_crc32
.p2align 2
_mz_crc32: ; @mz_crc32
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #32]
str x1, [sp, #24]
str x2, [sp, #16]
ldr x8, [sp, #32]
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #12]
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
str xzr, [sp, #40]
b LBB1_6
LBB1_2:
ldr w8, [sp, #12]
mvn w8, w8
str w8, [sp, #12]
b LBB1_3
LBB1_3: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
subs x9, x8, #1
str x9, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=1
ldr x8, [sp, #24]
add x9, x8, #1
str x9, [sp, #24]
ldrb w8, [x8]
strb w8, [sp, #11]
ldr w10, [sp, #12]
ldr w8, [sp, #12]
and w8, w8, #0xf
ldrb w9, [sp, #11]
and w9, w9, #0xf
eor w9, w8, w9
adrp x8, _mz_crc32.s_crc32@PAGE
add x8, x8, _mz_crc32.s_crc32@PAGEOFF
ldr w9, [x8, w9, uxtw #2]
eor w9, w9, w10, lsr #4
str w9, [sp, #12]
ldr w9, [sp, #12]
ldr w10, [sp, #12]
and w10, w10, #0xf
ldrb w11, [sp, #11]
eor w10, w10, w11, asr #4
ldr w8, [x8, w10, uxtw #2]
eor w8, w8, w9, lsr #4
str w8, [sp, #12]
b LBB1_3
LBB1_5:
ldr w8, [sp, #12]
mvn w8, w8
; kill: def $x8 killed $w8
str x8, [sp, #40]
b LBB1_6
LBB1_6:
ldr x0, [sp, #40]
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _mz_free ; -- Begin function mz_free
.p2align 2
_mz_free: ; @mz_free
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _tinfl_decompress ; -- Begin function tinfl_decompress
.p2align 2
_tinfl_decompress: ; @tinfl_decompress
.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, #640
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
stur x0, [x29, #-168]
stur x1, [x29, #-176]
stur x2, [x29, #-184]
stur x3, [x29, #-192]
stur x4, [x29, #-200]
stur x5, [x29, #-208]
stur w6, [x29, #-212]
mov w8, #-1
stur w8, [x29, #-216]
ldur x8, [x29, #-176]
stur x8, [x29, #-248]
ldur x8, [x29, #-176]
ldur x9, [x29, #-184]
ldr x9, [x9]
add x8, x8, x9
stur x8, [x29, #-256]
ldur x8, [x29, #-200]
str x8, [sp, #392]
ldur x8, [x29, #-200]
ldur x9, [x29, #-208]
ldr x9, [x9]
add x8, x8, x9
str x8, [sp, #384]
ldur w8, [x29, #-212]
ands w8, w8, #0x4
cset w8, eq
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
mov x8, #-1
str x8, [sp, #120] ; 8-byte Folded Spill
b LBB3_3
LBB3_2:
ldur x8, [x29, #-200]
ldur x9, [x29, #-192]
subs x8, x8, x9
ldur x9, [x29, #-208]
ldr x9, [x9]
add x8, x8, x9
subs x8, x8, #1
str x8, [sp, #120] ; 8-byte Folded Spill
b LBB3_3
LBB3_3:
ldr x8, [sp, #120] ; 8-byte Folded Reload
str x8, [sp, #376]
ldr x8, [sp, #376]
add x8, x8, #1
ldr x9, [sp, #376]
ands x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB3_5
b LBB3_4
LBB3_4:
ldur x8, [x29, #-200]
ldur x9, [x29, #-192]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_6
b LBB3_5
LBB3_5:
ldur x8, [x29, #-208]
str xzr, [x8]
ldur x8, [x29, #-184]
str xzr, [x8]
mov w8, #-3
stur w8, [x29, #-160]
b LBB3_735
LBB3_6:
ldur x8, [x29, #-168]
ldr w8, [x8, #4]
stur w8, [x29, #-220]
ldur x8, [x29, #-168]
ldr x8, [x8, #56]
stur x8, [x29, #-240]
ldur x8, [x29, #-168]
ldr w8, [x8, #32]
stur w8, [x29, #-224]
ldur x8, [x29, #-168]
ldr w8, [x8, #36]
stur w8, [x29, #-228]
ldur x8, [x29, #-168]
ldr w8, [x8, #40]
stur w8, [x29, #-232]
ldur x8, [x29, #-168]
ldr x8, [x8, #64]
str x8, [sp, #368]
ldur x8, [x29, #-168]
ldr w8, [x8]
subs w8, w8, #0
; kill: def $x8 killed $w8
str x8, [sp, #112] ; 8-byte Folded Spill
subs x8, x8, #53
cset w8, hi
tbnz w8, #0, LBB3_715
; %bb.7:
ldr x11, [sp, #112] ; 8-byte Folded Reload
adrp x10, lJTI3_0@PAGE
add x10, x10, lJTI3_0@PAGEOFF
Ltmp3:
adr x8, Ltmp3
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB3_8:
ldur x8, [x29, #-168]
str wzr, [x8, #12]
ldur x8, [x29, #-168]
str wzr, [x8, #8]
stur wzr, [x29, #-232]
stur wzr, [x29, #-228]
stur wzr, [x29, #-224]
stur wzr, [x29, #-220]
stur xzr, [x29, #-240]
ldur x9, [x29, #-168]
mov w8, #1
str w8, [x9, #28]
ldur x9, [x29, #-168]
str w8, [x9, #16]
ldur w8, [x29, #-212]
ands w8, w8, #0x1
cset w8, eq
tbnz w8, #0, LBB3_54
b LBB3_9
LBB3_9:
b LBB3_10
LBB3_10:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_22
b LBB3_11
LBB3_11:
b LBB3_12
LBB3_12:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_19
b LBB3_13
LBB3_13:
b LBB3_14
LBB3_14:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
str w8, [x9]
b LBB3_716
LBB3_15:
b LBB3_16
LBB3_16:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_18
b LBB3_17
LBB3_17:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
ldur x9, [x29, #-168]
str w8, [x9, #8]
b LBB3_21
LBB3_18:
b LBB3_20
LBB3_19:
ldur x8, [x29, #-168]
str wzr, [x8, #8]
b LBB3_21
LBB3_20:
b LBB3_12
LBB3_21:
b LBB3_23
LBB3_22:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
ldur x9, [x29, #-168]
str w8, [x9, #8]
b LBB3_23
LBB3_23:
b LBB3_24
LBB3_24:
b LBB3_25
LBB3_25:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_37
b LBB3_26
LBB3_26:
b LBB3_27
LBB3_27:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_34
b LBB3_28
LBB3_28:
b LBB3_29
LBB3_29:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #2
str w8, [x9]
b LBB3_716
LBB3_30:
b LBB3_31
LBB3_31:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_33
b LBB3_32
LBB3_32:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
ldur x9, [x29, #-168]
str w8, [x9, #12]
b LBB3_36
LBB3_33:
b LBB3_35
LBB3_34:
ldur x8, [x29, #-168]
str wzr, [x8, #12]
b LBB3_36
LBB3_35:
b LBB3_27
LBB3_36:
b LBB3_38
LBB3_37:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
ldur x9, [x29, #-168]
str w8, [x9, #12]
b LBB3_38
LBB3_38:
b LBB3_39
LBB3_39:
ldur x8, [x29, #-168]
ldr w9, [x8, #8]
ldur x8, [x29, #-168]
ldr w8, [x8, #12]
add w8, w8, w9, lsl #8
mov w10, #31
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_42
b LBB3_40
LBB3_40:
ldur x8, [x29, #-168]
ldr w8, [x8, #12]
ands w8, w8, #0x20
cset w8, ne
mov w9, #1
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_42
b LBB3_41
LBB3_41:
ldur x8, [x29, #-168]
ldr w8, [x8, #8]
and w8, w8, #0xf
subs w8, w8, #8
cset w8, ne
str w8, [sp, #108] ; 4-byte Folded Spill
b LBB3_42
LBB3_42:
ldr w8, [sp, #108] ; 4-byte Folded Reload
and w8, w8, #0x1
stur w8, [x29, #-228]
ldur w8, [x29, #-212]
ands w8, w8, #0x4
cset w8, ne
tbnz w8, #0, LBB3_46
b LBB3_43
LBB3_43:
ldur x8, [x29, #-168]
ldr w8, [x8, #8]
lsr w8, w8, #4
add w9, w8, #8
mov w8, #1
lsl w8, w8, w9
subs w8, w8, #8, lsl #12 ; =32768
cset w8, hi
mov w9, #1
str w9, [sp, #104] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_45
b LBB3_44
LBB3_44:
ldr x8, [sp, #376]
add x8, x8, #1
ldur x9, [x29, #-168]
ldr w9, [x9, #8]
lsr w9, w9, #4
add w10, w9, #8
mov w9, #1
lsl w9, w9, w10
; kill: def $x9 killed $w9
subs x8, x8, x9
cset w8, lo
str w8, [sp, #104] ; 4-byte Folded Spill
b LBB3_45
LBB3_45:
ldr w8, [sp, #104] ; 4-byte Folded Reload
and w9, w8, #0x1
ldur w8, [x29, #-228]
orr w8, w8, w9
stur w8, [x29, #-228]
b LBB3_46
LBB3_46:
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_53
b LBB3_47
LBB3_47:
b LBB3_48
LBB3_48:
b LBB3_49
LBB3_49:
b LBB3_50
LBB3_50:
mov w8, #-1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #36
str w8, [x9]
b LBB3_716
LBB3_51:
b LBB3_52
LBB3_52:
b LBB3_49
LBB3_53:
b LBB3_54
LBB3_54:
b LBB3_55
LBB3_55:
b LBB3_56
LBB3_56:
ldur w8, [x29, #-220]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB3_76
b LBB3_57
LBB3_57:
b LBB3_58
LBB3_58:
b LBB3_59
LBB3_59:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_71
b LBB3_60
LBB3_60:
b LBB3_61
LBB3_61:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_68
b LBB3_62
LBB3_62:
b LBB3_63
LBB3_63:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #3
str w8, [x9]
b LBB3_716
LBB3_64:
b LBB3_65
LBB3_65:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_67
b LBB3_66
LBB3_66:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #364]
b LBB3_70
LBB3_67:
b LBB3_69
LBB3_68:
str wzr, [sp, #364]
b LBB3_70
LBB3_69:
b LBB3_61
LBB3_70:
b LBB3_72
LBB3_71:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #364]
b LBB3_72
LBB3_72:
b LBB3_73
LBB3_73:
ldr w8, [sp, #364]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_74
LBB3_74:
ldur w8, [x29, #-220]
subs w8, w8, #3
cset w8, lo
tbnz w8, #0, LBB3_58
b LBB3_75
LBB3_75:
b LBB3_76
LBB3_76:
ldur x8, [x29, #-240]
and x8, x8, #0x7
ldur x9, [x29, #-168]
; kill: def $w8 killed $w8 killed $x8
str w8, [x9, #20]
ldur x8, [x29, #-240]
lsr x8, x8, #3
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
subs w8, w8, #3
stur w8, [x29, #-220]
b LBB3_77
LBB3_77:
ldur x8, [x29, #-168]
ldr w8, [x8, #20]
lsr w8, w8, #1
ldur x9, [x29, #-168]
str w8, [x9, #24]
ldur x8, [x29, #-168]
ldr w8, [x8, #24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB3_217
b LBB3_78
LBB3_78:
b LBB3_79
LBB3_79:
ldur w8, [x29, #-220]
ldur w9, [x29, #-220]
and w9, w9, #0x7
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_99
b LBB3_80
LBB3_80:
b LBB3_81
LBB3_81:
b LBB3_82
LBB3_82:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_94
b LBB3_83
LBB3_83:
b LBB3_84
LBB3_84:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_91
b LBB3_85
LBB3_85:
b LBB3_86
LBB3_86:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #5
str w8, [x9]
b LBB3_716
LBB3_87:
b LBB3_88
LBB3_88:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_90
b LBB3_89
LBB3_89:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #360]
b LBB3_93
LBB3_90:
b LBB3_92
LBB3_91:
str wzr, [sp, #360]
b LBB3_93
LBB3_92:
b LBB3_84
LBB3_93:
b LBB3_95
LBB3_94:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #360]
b LBB3_95
LBB3_95:
b LBB3_96
LBB3_96:
ldr w8, [sp, #360]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_97
LBB3_97:
ldur w8, [x29, #-220]
ldur w9, [x29, #-220]
and w9, w9, #0x7
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_81
b LBB3_98
LBB3_98:
b LBB3_99
LBB3_99:
ldur w8, [x29, #-220]
and w9, w8, #0x7
ldur x8, [x29, #-240]
; kill: def $x9 killed $w9
lsr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
and w9, w8, #0x7
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_100
LBB3_100:
stur wzr, [x29, #-228]
b LBB3_101
LBB3_101:
ldur w8, [x29, #-228]
subs w8, w8, #4
cset w8, hs
tbnz w8, #0, LBB3_144
b LBB3_102
LBB3_102:
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_126
b LBB3_103
LBB3_103:
b LBB3_104
LBB3_104:
ldur w8, [x29, #-220]
subs w8, w8, #8
cset w8, hs
tbnz w8, #0, LBB3_124
b LBB3_105
LBB3_105:
b LBB3_106
LBB3_106:
b LBB3_107
LBB3_107:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_119
b LBB3_108
LBB3_108:
b LBB3_109
LBB3_109:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_116
b LBB3_110
LBB3_110:
b LBB3_111
LBB3_111:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #6
str w8, [x9]
b LBB3_716
LBB3_112:
b LBB3_113
LBB3_113:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_115
b LBB3_114
LBB3_114:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #356]
b LBB3_118
LBB3_115:
b LBB3_117
LBB3_116:
str wzr, [sp, #356]
b LBB3_118
LBB3_117:
b LBB3_109
LBB3_118:
b LBB3_120
LBB3_119:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #356]
b LBB3_120
LBB3_120:
b LBB3_121
LBB3_121:
ldr w8, [sp, #356]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_122
LBB3_122:
ldur w8, [x29, #-220]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB3_106
b LBB3_123
LBB3_123:
b LBB3_124
LBB3_124:
ldurb w8, [x29, #-240]
; kill: def $x8 killed $w8
ldur x9, [x29, #-168]
mov x10, #10536
add x9, x9, x10
ldur w10, [x29, #-228]
; kill: def $x10 killed $w10
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, x10]
ldur x8, [x29, #-240]
lsr x8, x8, #8
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
subs w8, w8, #8
stur w8, [x29, #-220]
b LBB3_125
LBB3_125:
b LBB3_142
LBB3_126:
b LBB3_127
LBB3_127:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_139
b LBB3_128
LBB3_128:
b LBB3_129
LBB3_129:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_136
b LBB3_130
LBB3_130:
b LBB3_131
LBB3_131:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #7
str w8, [x9]
b LBB3_716
LBB3_132:
b LBB3_133
LBB3_133:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_135
b LBB3_134
LBB3_134:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
ldur x9, [x29, #-168]
mov x10, #10536
add x9, x9, x10
ldur w10, [x29, #-228]
; kill: def $x10 killed $w10
add x9, x9, x10
strb w8, [x9]
b LBB3_138
LBB3_135:
b LBB3_137
LBB3_136:
ldur x8, [x29, #-168]
mov x9, #10536
add x8, x8, x9
ldur w9, [x29, #-228]
; kill: def $x9 killed $w9
add x8, x8, x9
strb wzr, [x8]
b LBB3_138
LBB3_137:
b LBB3_129
LBB3_138:
b LBB3_140
LBB3_139:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
ldur x9, [x29, #-168]
mov x10, #10536
add x9, x9, x10
ldur w10, [x29, #-228]
; kill: def $x10 killed $w10
add x9, x9, x10
strb w8, [x9]
b LBB3_140
LBB3_140:
b LBB3_141
LBB3_141:
b LBB3_142
LBB3_142:
b LBB3_143
LBB3_143:
ldur w8, [x29, #-228]
add w8, w8, #1
stur w8, [x29, #-228]
b LBB3_101
LBB3_144:
ldur x8, [x29, #-168]
mov x9, #10536
ldrb w8, [x8, x9]
ldur x9, [x29, #-168]
mov x10, #10537
ldrb w9, [x9, x10]
orr w8, w8, w9, lsl #8
stur w8, [x29, #-228]
ldur x9, [x29, #-168]
mov x10, #10538
ldrb w9, [x9, x10]
ldur x10, [x29, #-168]
mov x11, #10539
ldrb w10, [x10, x11]
orr w10, w9, w10, lsl #8
mov w9, #65535
eor w9, w9, w10
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB3_151
b LBB3_145
LBB3_145:
b LBB3_146
LBB3_146:
b LBB3_147
LBB3_147:
b LBB3_148
LBB3_148:
mov w8, #-1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #39
str w8, [x9]
b LBB3_716
LBB3_149:
b LBB3_150
LBB3_150:
b LBB3_147
LBB3_151:
b LBB3_152
LBB3_152:
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #100] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_154
b LBB3_153
LBB3_153:
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #100] ; 4-byte Folded Spill
b LBB3_154
LBB3_154:
ldr w8, [sp, #100] ; 4-byte Folded Reload
tbz w8, #0, LBB3_184
b LBB3_155
LBB3_155:
b LBB3_156
LBB3_156:
ldur w8, [x29, #-220]
subs w8, w8, #8
cset w8, hs
tbnz w8, #0, LBB3_176
b LBB3_157
LBB3_157:
b LBB3_158
LBB3_158:
b LBB3_159
LBB3_159:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_171
b LBB3_160
LBB3_160:
b LBB3_161
LBB3_161:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_168
b LBB3_162
LBB3_162:
b LBB3_163
LBB3_163:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #51
str w8, [x9]
b LBB3_716
LBB3_164:
b LBB3_165
LBB3_165:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_167
b LBB3_166
LBB3_166:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #352]
b LBB3_170
LBB3_167:
b LBB3_169
LBB3_168:
str wzr, [sp, #352]
b LBB3_170
LBB3_169:
b LBB3_161
LBB3_170:
b LBB3_172
LBB3_171:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #352]
b LBB3_172
LBB3_172:
b LBB3_173
LBB3_173:
ldr w8, [sp, #352]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_174
LBB3_174:
ldur w8, [x29, #-220]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB3_158
b LBB3_175
LBB3_175:
b LBB3_176
LBB3_176:
ldurb w8, [x29, #-240]
; kill: def $x8 killed $w8
; kill: def $w8 killed $w8 killed $x8
stur w8, [x29, #-224]
ldur x8, [x29, #-240]
lsr x8, x8, #8
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
subs w8, w8, #8
stur w8, [x29, #-220]
b LBB3_177
LBB3_177:
b LBB3_178
LBB3_178:
ldr x8, [sp, #392]
ldr x9, [sp, #384]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_183
b LBB3_179
LBB3_179:
b LBB3_180
LBB3_180:
mov w8, #2
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #52
str w8, [x9]
b LBB3_716
LBB3_181:
b LBB3_182
LBB3_182:
b LBB3_178
LBB3_183:
ldur w8, [x29, #-224]
ldr x9, [sp, #392]
add x10, x9, #1
str x10, [sp, #392]
strb w8, [x9]
ldur w8, [x29, #-228]
subs w8, w8, #1
stur w8, [x29, #-228]
b LBB3_152
LBB3_184:
b LBB3_185
LBB3_185:
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_216
b LBB3_186
LBB3_186:
b LBB3_187
LBB3_187:
ldr x8, [sp, #392]
ldr x9, [sp, #384]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_192
b LBB3_188
LBB3_188:
b LBB3_189
LBB3_189:
mov w8, #2
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #9
str w8, [x9]
b LBB3_716
LBB3_190:
b LBB3_191
LBB3_191:
b LBB3_187
LBB3_192:
b LBB3_193
LBB3_193:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_206
b LBB3_194
LBB3_194:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_199
b LBB3_195
LBB3_195:
b LBB3_196
LBB3_196:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #38
str w8, [x9]
b LBB3_716
LBB3_197:
b LBB3_198
LBB3_198:
b LBB3_205
LBB3_199:
b LBB3_200
LBB3_200:
b LBB3_201
LBB3_201:
b LBB3_202
LBB3_202:
mov w8, #-1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #40
str w8, [x9]
b LBB3_716
LBB3_203:
b LBB3_204
LBB3_204:
b LBB3_201
LBB3_205:
b LBB3_193
LBB3_206:
ldr x8, [sp, #384]
ldr x9, [sp, #392]
subs x8, x8, x9
ldur x9, [x29, #-256]
ldur x10, [x29, #-248]
subs x9, x9, x10
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_208
b LBB3_207
LBB3_207:
ldr x8, [sp, #384]
ldr x9, [sp, #392]
subs x8, x8, x9
str x8, [sp, #88] ; 8-byte Folded Spill
b LBB3_209
LBB3_208:
ldur x8, [x29, #-256]
ldur x9, [x29, #-248]
subs x8, x8, x9
str x8, [sp, #88] ; 8-byte Folded Spill
b LBB3_209
LBB3_209:
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldur w9, [x29, #-228]
; kill: def $x9 killed $w9
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_214
b LBB3_210
LBB3_210:
ldr x8, [sp, #384]
ldr x9, [sp, #392]
subs x8, x8, x9
ldur x9, [x29, #-256]
ldur x10, [x29, #-248]
subs x9, x9, x10
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_212
b LBB3_211
LBB3_211:
ldr x8, [sp, #384]
ldr x9, [sp, #392]
subs x8, x8, x9
str x8, [sp, #80] ; 8-byte Folded Spill
b LBB3_213
LBB3_212:
ldur x8, [x29, #-256]
ldur x9, [x29, #-248]
subs x8, x8, x9
str x8, [sp, #80] ; 8-byte Folded Spill
b LBB3_213
LBB3_213:
ldr x8, [sp, #80] ; 8-byte Folded Reload
str x8, [sp, #72] ; 8-byte Folded Spill
b LBB3_215
LBB3_214:
ldur w8, [x29, #-228]
; kill: def $x8 killed $w8
str x8, [sp, #72] ; 8-byte Folded Spill
b LBB3_215
LBB3_215:
ldr x8, [sp, #72] ; 8-byte Folded Reload
str x8, [sp, #344]
ldr x0, [sp, #392]
ldur x1, [x29, #-248]
ldr x2, [sp, #344]
mov x3, #-1
bl ___memcpy_chk
ldr x9, [sp, #344]
ldur x8, [x29, #-248]
add x8, x8, x9
stur x8, [x29, #-248]
ldr x9, [sp, #344]
ldr x8, [sp, #392]
add x8, x8, x9
str x8, [sp, #392]
ldr x8, [sp, #344]
mov x9, x8
ldur w8, [x29, #-228]
subs w8, w8, w9
stur w8, [x29, #-228]
b LBB3_185
LBB3_216:
b LBB3_639
LBB3_217:
ldur x8, [x29, #-168]
ldr w8, [x8, #24]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB3_224
b LBB3_218
LBB3_218:
b LBB3_219
LBB3_219:
b LBB3_220
LBB3_220:
b LBB3_221
LBB3_221:
mov w8, #-1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #10
str w8, [x9]
b LBB3_716
LBB3_222:
b LBB3_223
LBB3_223:
b LBB3_220
LBB3_224:
ldur x8, [x29, #-168]
ldr w8, [x8, #24]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB3_242
b LBB3_225
LBB3_225:
ldur x8, [x29, #-168]
add x8, x8, #72
str x8, [sp, #336]
ldur x9, [x29, #-168]
mov w8, #288
str w8, [x9, #44]
ldur x9, [x29, #-168]
mov w8, #32
str w8, [x9, #48]
ldur x8, [x29, #-168]
add x0, x8, #3560
mov w1, #5
mov x2, #32
mov x3, #-1
bl ___memset_chk
str wzr, [sp, #332]
b LBB3_226
LBB3_226: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #332]
subs w8, w8, #143
cset w8, hi
tbnz w8, #0, LBB3_229
b LBB3_227
LBB3_227: ; in Loop: Header=BB3_226 Depth=1
ldr x9, [sp, #336]
add x8, x9, #1
str x8, [sp, #336]
mov w8, #8
strb w8, [x9]
b LBB3_228
LBB3_228: ; in Loop: Header=BB3_226 Depth=1
ldr w8, [sp, #332]
add w8, w8, #1
str w8, [sp, #332]
b LBB3_226
LBB3_229:
b LBB3_230
LBB3_230: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #332]
subs w8, w8, #255
cset w8, hi
tbnz w8, #0, LBB3_233
b LBB3_231
LBB3_231: ; in Loop: Header=BB3_230 Depth=1
ldr x9, [sp, #336]
add x8, x9, #1
str x8, [sp, #336]
mov w8, #9
strb w8, [x9]
b LBB3_232
LBB3_232: ; in Loop: Header=BB3_230 Depth=1
ldr w8, [sp, #332]
add w8, w8, #1
str w8, [sp, #332]
b LBB3_230
LBB3_233:
b LBB3_234
LBB3_234: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #332]
subs w8, w8, #279
cset w8, hi
tbnz w8, #0, LBB3_237
b LBB3_235
LBB3_235: ; in Loop: Header=BB3_234 Depth=1
ldr x9, [sp, #336]
add x8, x9, #1
str x8, [sp, #336]
mov w8, #7
strb w8, [x9]
b LBB3_236
LBB3_236: ; in Loop: Header=BB3_234 Depth=1
ldr w8, [sp, #332]
add w8, w8, #1
str w8, [sp, #332]
b LBB3_234
LBB3_237:
b LBB3_238
LBB3_238: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #332]
subs w8, w8, #287
cset w8, hi
tbnz w8, #0, LBB3_241
b LBB3_239
LBB3_239: ; in Loop: Header=BB3_238 Depth=1
ldr x9, [sp, #336]
add x8, x9, #1
str x8, [sp, #336]
mov w8, #8
strb w8, [x9]
b LBB3_240
LBB3_240: ; in Loop: Header=BB3_238 Depth=1
ldr w8, [sp, #332]
add w8, w8, #1
str w8, [sp, #332]
b LBB3_238
LBB3_241:
b LBB3_295
LBB3_242:
stur wzr, [x29, #-228]
b LBB3_243
LBB3_243:
ldur w8, [x29, #-228]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB3_268
b LBB3_244
LBB3_244:
b LBB3_245
LBB3_245:
ldur w8, [x29, #-220]
ldur w9, [x29, #-228]
mov x10, x9
adrp x9, l_.str@PAGE
add x9, x9, l_.str@PAGEOFF
ldrsb w9, [x9, x10]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_265
b LBB3_246
LBB3_246:
b LBB3_247
LBB3_247:
b LBB3_248
LBB3_248:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_260
b LBB3_249
LBB3_249:
b LBB3_250
LBB3_250:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_257
b LBB3_251
LBB3_251:
b LBB3_252
LBB3_252:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #11
str w8, [x9]
b LBB3_716
LBB3_253:
b LBB3_254
LBB3_254:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_256
b LBB3_255
LBB3_255:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #328]
b LBB3_259
LBB3_256:
b LBB3_258
LBB3_257:
str wzr, [sp, #328]
b LBB3_259
LBB3_258:
b LBB3_250
LBB3_259:
b LBB3_261
LBB3_260:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #328]
b LBB3_261
LBB3_261:
b LBB3_262
LBB3_262:
ldr w8, [sp, #328]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_263
LBB3_263:
ldur w8, [x29, #-220]
ldur w9, [x29, #-228]
mov x10, x9
adrp x9, l_.str@PAGE
add x9, x9, l_.str@PAGEOFF
ldrsb w9, [x9, x10]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_247
b LBB3_264
LBB3_264:
b LBB3_265
LBB3_265:
ldur x9, [x29, #-240]
ldur w8, [x29, #-228]
mov x10, x8
adrp x8, l_.str@PAGE
add x8, x8, l_.str@PAGEOFF
ldrsb w11, [x8, x10]
mov w10, #1
lsl w10, w10, w11
subs w11, w10, #1
; implicit-def: $x10
mov x10, x11
sxtw x10, w10
and x9, x9, x10
ldur x10, [x29, #-168]
add x10, x10, #44
ldur w11, [x29, #-228]
; kill: def $x11 killed $w11
; kill: def $w9 killed $w9 killed $x9
str w9, [x10, x11, lsl #2]
ldur w9, [x29, #-228]
; kill: def $x9 killed $w9
ldrsb w10, [x8, x9]
ldur x9, [x29, #-240]
; kill: def $x10 killed $w10
lsr x9, x9, x10
stur x9, [x29, #-240]
ldur w9, [x29, #-228]
; kill: def $x9 killed $w9
ldrsb w9, [x8, x9]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_266
LBB3_266:
ldur w8, [x29, #-228]
mov x9, x8
adrp x8, _tinfl_decompress.s_min_table_sizes@PAGE
add x8, x8, _tinfl_decompress.s_min_table_sizes@PAGEOFF
ldr w10, [x8, x9, lsl #2]
ldur x8, [x29, #-168]
add x8, x8, #44
ldur w9, [x29, #-228]
; kill: def $x9 killed $w9
add x9, x8, x9, lsl #2
ldr w8, [x9]
add w8, w8, w10
str w8, [x9]
b LBB3_267
LBB3_267:
ldur w8, [x29, #-228]
add w8, w8, #1
stur w8, [x29, #-228]
b LBB3_243
LBB3_268:
ldur x8, [x29, #-168]
mov x9, #7048
add x0, x8, x9
mov w1, #0
mov x2, #288
mov x3, #-1
bl ___memset_chk
stur wzr, [x29, #-228]
b LBB3_269
LBB3_269:
ldur w8, [x29, #-228]
ldur x9, [x29, #-168]
ldr w9, [x9, #52]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_294
b LBB3_270
LBB3_270:
b LBB3_271
LBB3_271:
ldur w8, [x29, #-220]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB3_291
b LBB3_272
LBB3_272:
b LBB3_273
LBB3_273:
b LBB3_274
LBB3_274:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_286
b LBB3_275
LBB3_275:
b LBB3_276
LBB3_276:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_283
b LBB3_277
LBB3_277:
b LBB3_278
LBB3_278:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #14
str w8, [x9]
b LBB3_716
LBB3_279:
b LBB3_280
LBB3_280:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_282
b LBB3_281
LBB3_281:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #320]
b LBB3_285
LBB3_282:
b LBB3_284
LBB3_283:
str wzr, [sp, #320]
b LBB3_285
LBB3_284:
b LBB3_276
LBB3_285:
b LBB3_287
LBB3_286:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #320]
b LBB3_287
LBB3_287:
b LBB3_288
LBB3_288:
ldr w8, [sp, #320]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_289
LBB3_289:
ldur w8, [x29, #-220]
subs w8, w8, #3
cset w8, lo
tbnz w8, #0, LBB3_273
b LBB3_290
LBB3_290:
b LBB3_291
LBB3_291:
ldur x8, [x29, #-240]
and x8, x8, #0x7
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #324]
ldur x8, [x29, #-240]
lsr x8, x8, #3
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
subs w8, w8, #3
stur w8, [x29, #-220]
b LBB3_292
LBB3_292:
ldr w8, [sp, #324]
ldur x9, [x29, #-168]
mov x10, #7048
add x9, x9, x10
ldur w10, [x29, #-228]
mov x11, x10
adrp x10, _tinfl_decompress.s_length_dezigzag@PAGE
add x10, x10, _tinfl_decompress.s_length_dezigzag@PAGEOFF
ldrb w10, [x10, x11]
; kill: def $x10 killed $w10
strb w8, [x9, x10]
b LBB3_293
LBB3_293:
ldur w8, [x29, #-228]
add w8, w8, #1
stur w8, [x29, #-228]
b LBB3_269
LBB3_294:
ldur x9, [x29, #-168]
mov w8, #19
str w8, [x9, #52]
b LBB3_295
LBB3_295:
b LBB3_296
LBB3_296:
ldur x8, [x29, #-168]
ldr w8, [x8, #24]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_432
b LBB3_297
LBB3_297:
ldur x8, [x29, #-168]
add x8, x8, #72
ldur x9, [x29, #-168]
ldr w9, [x9, #24]
; kill: def $x9 killed $w9
mov x10, #3488
mul x9, x9, x10
add x8, x8, x9
str x8, [sp, #304]
sub x0, x29, #156
mov w1, #0
mov x2, #64
bl _memset
ldr x8, [sp, #304]
add x0, x8, #288
mov w1, #0
str w1, [sp, #60] ; 4-byte Folded Spill
mov x2, #2048
mov x3, #-1
str x3, [sp, #64] ; 8-byte Folded Spill
bl ___memset_chk
ldr w1, [sp, #60] ; 4-byte Folded Reload
ldr x3, [sp, #64] ; 8-byte Folded Reload
ldr x8, [sp, #304]
add x0, x8, #2336
mov x2, #1152
bl ___memset_chk
str wzr, [sp, #300]
b LBB3_298
LBB3_298: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #300]
ldur x9, [x29, #-168]
add x9, x9, #44
ldur x10, [x29, #-168]
ldr w10, [x10, #24]
; kill: def $x10 killed $w10
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_301
b LBB3_299
LBB3_299: ; in Loop: Header=BB3_298 Depth=1
ldr x8, [sp, #304]
ldr w9, [sp, #300]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
mov x9, x8
sub x8, x29, #156
add x9, x8, x9, lsl #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
b LBB3_300
LBB3_300: ; in Loop: Header=BB3_298 Depth=1
ldr w8, [sp, #300]
add w8, w8, #1
str w8, [sp, #300]
b LBB3_298
LBB3_301:
str wzr, [sp, #292]
str wzr, [sp, #288]
stur wzr, [x29, #-88]
stur wzr, [x29, #-92]
mov w8, #1
str w8, [sp, #300]
b LBB3_302
LBB3_302: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #300]
subs w8, w8, #15
cset w8, hi
tbnz w8, #0, LBB3_305
b LBB3_303
LBB3_303: ; in Loop: Header=BB3_302 Depth=1
ldr w8, [sp, #300]
; kill: def $x8 killed $w8
sub x9, x29, #156
ldr w10, [x9, x8, lsl #2]
ldr w8, [sp, #292]
add w8, w8, w10
str w8, [sp, #292]
ldr w8, [sp, #288]
ldr w10, [sp, #300]
; kill: def $x10 killed $w10
ldr w9, [x9, x10, lsl #2]
add w8, w8, w9
lsl w8, w8, #1
str w8, [sp, #288]
ldr w9, [sp, #300]
add w10, w9, #1
sub x9, x29, #92
str w8, [x9, w10, uxtw #2]
b LBB3_304
LBB3_304: ; in Loop: Header=BB3_302 Depth=1
ldr w8, [sp, #300]
add w8, w8, #1
str w8, [sp, #300]
b LBB3_302
LBB3_305:
ldr w9, [sp, #288]
mov w8, #65536
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB3_313
b LBB3_306
LBB3_306:
ldr w8, [sp, #292]
subs w8, w8, #1
cset w8, ls
tbnz w8, #0, LBB3_313
b LBB3_307
LBB3_307:
b LBB3_308
LBB3_308:
b LBB3_309
LBB3_309:
b LBB3_310
LBB3_310:
mov w8, #-1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #35
str w8, [x9]
b LBB3_716
LBB3_311:
b LBB3_312
LBB3_312:
b LBB3_309
LBB3_313:
mov w8, #-1
str w8, [sp, #316]
str wzr, [sp, #284]
b LBB3_314
LBB3_314: ; =>This Loop Header: Depth=1
; Child Loop BB3_318 Depth 2
; Child Loop BB3_329 Depth 2
; Child Loop BB3_323 Depth 2
ldr w8, [sp, #284]
ldur x9, [x29, #-168]
add x9, x9, #44
ldur x10, [x29, #-168]
ldr w10, [x10, #24]
; kill: def $x10 killed $w10
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_337
b LBB3_315
LBB3_315: ; in Loop: Header=BB3_314 Depth=1
str wzr, [sp, #280]
ldr x8, [sp, #304]
ldr w9, [sp, #284]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
str w8, [sp, #268]
ldr w8, [sp, #268]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB3_317
b LBB3_316
LBB3_316: ; in Loop: Header=BB3_314 Depth=1
b LBB3_336
LBB3_317: ; in Loop: Header=BB3_314 Depth=1
ldr w8, [sp, #268]
mov x9, x8
sub x8, x29, #92
add x10, x8, x9, lsl #2
ldr w8, [x10]
add w9, w8, #1
str w9, [x10]
str w8, [sp, #272]
ldr w8, [sp, #268]
str w8, [sp, #276]
b LBB3_318
LBB3_318: ; Parent Loop BB3_314 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #276]
subs w8, w8, #0
cset w8, ls
tbnz w8, #0, LBB3_321
b LBB3_319
LBB3_319: ; in Loop: Header=BB3_318 Depth=2
ldr w9, [sp, #280]
ldr w8, [sp, #272]
bfi w8, w9, #1, #31
str w8, [sp, #280]
b LBB3_320
LBB3_320: ; in Loop: Header=BB3_318 Depth=2
ldr w8, [sp, #276]
subs w8, w8, #1
str w8, [sp, #276]
ldr w8, [sp, #272]
lsr w8, w8, #1
str w8, [sp, #272]
b LBB3_318
LBB3_321: ; in Loop: Header=BB3_314 Depth=1
ldr w8, [sp, #268]
subs w8, w8, #10
cset w8, hi
tbnz w8, #0, LBB3_326
b LBB3_322
LBB3_322: ; in Loop: Header=BB3_314 Depth=1
ldr w9, [sp, #268]
ldr w8, [sp, #284]
orr w8, w8, w9, lsl #9
strh w8, [sp, #266]
b LBB3_323
LBB3_323: ; Parent Loop BB3_314 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #280]
subs w8, w8, #1024
cset w8, hs
tbnz w8, #0, LBB3_325
b LBB3_324
LBB3_324: ; in Loop: Header=BB3_323 Depth=2
ldrh w8, [sp, #266]
ldr x9, [sp, #304]
add x9, x9, #288
ldr w10, [sp, #280]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #1
strh w8, [x9]
ldr w9, [sp, #268]
mov w8, #1
lsl w9, w8, w9
ldr w8, [sp, #280]
add w8, w8, w9
str w8, [sp, #280]
b LBB3_323
LBB3_325: ; in Loop: Header=BB3_314 Depth=1
b LBB3_336
LBB3_326: ; in Loop: Header=BB3_314 Depth=1
ldr x8, [sp, #304]
add x8, x8, #288
ldr w9, [sp, #280]
and w9, w9, #0x3ff
ldrsh w9, [x8, w9, uxtw #1]
str w9, [sp, #312]
mov w8, #0
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB3_328
b LBB3_327
LBB3_327: ; in Loop: Header=BB3_314 Depth=1
ldr w8, [sp, #316]
ldr x9, [sp, #304]
add x9, x9, #288
ldr w10, [sp, #280]
and w10, w10, #0x3ff
strh w8, [x9, w10, uxtw #1]
ldr w8, [sp, #316]
str w8, [sp, #312]
ldr w8, [sp, #316]
subs w8, w8, #2
str w8, [sp, #316]
b LBB3_328
LBB3_328: ; in Loop: Header=BB3_314 Depth=1
ldr w8, [sp, #280]
lsr w8, w8, #9
str w8, [sp, #280]
ldr w8, [sp, #268]
str w8, [sp, #296]
b LBB3_329
LBB3_329: ; Parent Loop BB3_314 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #296]
subs w8, w8, #11
cset w8, ls
tbnz w8, #0, LBB3_335
b LBB3_330
LBB3_330: ; in Loop: Header=BB3_329 Depth=2
ldr w8, [sp, #280]
lsr w8, w8, #1
str w8, [sp, #280]
and w9, w8, #0x1
ldr w8, [sp, #312]
subs w8, w8, w9
str w8, [sp, #312]
ldr x8, [sp, #304]
add x8, x8, #2336
ldr w10, [sp, #312]
mov w9, #0
subs w9, w9, w10
subs w9, w9, #1
add x8, x8, w9, sxtw #1
ldrh w8, [x8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB3_332
b LBB3_331
LBB3_331: ; in Loop: Header=BB3_329 Depth=2
ldr w8, [sp, #316]
ldr x9, [sp, #304]
add x9, x9, #2336
ldr w11, [sp, #312]
mov w10, #0
subs w10, w10, w11
subs w10, w10, #1
strh w8, [x9, w10, sxtw #1]
ldr w8, [sp, #316]
str w8, [sp, #312]
ldr w8, [sp, #316]
subs w8, w8, #2
str w8, [sp, #316]
b LBB3_333
LBB3_332: ; in Loop: Header=BB3_329 Depth=2
ldr x8, [sp, #304]
add x8, x8, #2336
ldr w10, [sp, #312]
mov w9, #0
subs w9, w9, w10
subs w9, w9, #1
ldrsh w8, [x8, w9, sxtw #1]
str w8, [sp, #312]
b LBB3_333
LBB3_333: ; in Loop: Header=BB3_329 Depth=2
b LBB3_334
LBB3_334: ; in Loop: Header=BB3_329 Depth=2
ldr w8, [sp, #296]
subs w8, w8, #1
str w8, [sp, #296]
b LBB3_329
LBB3_335: ; in Loop: Header=BB3_314 Depth=1
ldr w8, [sp, #280]
lsr w8, w8, #1
str w8, [sp, #280]
and w9, w8, #0x1
ldr w8, [sp, #312]
subs w8, w8, w9
str w8, [sp, #312]
ldr w8, [sp, #284]
ldr x9, [sp, #304]
add x9, x9, #2336
ldr w11, [sp, #312]
mov w10, #0
subs w10, w10, w11
subs w10, w10, #1
strh w8, [x9, w10, sxtw #1]
b LBB3_336
LBB3_336: ; in Loop: Header=BB3_314 Depth=1
ldr w8, [sp, #284]
add w8, w8, #1
str w8, [sp, #284]
b LBB3_314
LBB3_337:
ldur x8, [x29, #-168]
ldr w8, [x8, #24]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB3_430
b LBB3_338
LBB3_338:
stur wzr, [x29, #-228]
b LBB3_339
LBB3_339:
ldur w8, [x29, #-228]
ldur x9, [x29, #-168]
ldr w9, [x9, #44]
ldur x10, [x29, #-168]
ldr w10, [x10, #48]
add w9, w9, w10
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_422
b LBB3_340
LBB3_340:
b LBB3_341
LBB3_341:
ldur w8, [x29, #-220]
subs w8, w8, #15
cset w8, hs
tbnz w8, #0, LBB3_379
b LBB3_342
LBB3_342:
ldur x8, [x29, #-256]
ldur x9, [x29, #-248]
subs x8, x8, x9
subs x8, x8, #2
cset w8, ge
tbnz w8, #0, LBB3_377
b LBB3_343
LBB3_343:
b LBB3_344
LBB3_344:
ldur x8, [x29, #-168]
mov x9, #7336
add x8, x8, x9
ldur x9, [x29, #-240]
and x9, x9, #0x3ff
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #256]
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_349
b LBB3_345
LBB3_345:
ldr w8, [sp, #256]
asr w8, w8, #9
str w8, [sp, #252]
ldr w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_348
b LBB3_346
LBB3_346:
ldur w8, [x29, #-220]
ldr w9, [sp, #252]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_348
b LBB3_347
LBB3_347:
b LBB3_376
LBB3_348:
b LBB3_359
LBB3_349:
ldur w8, [x29, #-220]
subs w8, w8, #10
cset w8, ls
tbnz w8, #0, LBB3_358
b LBB3_350
LBB3_350:
mov w8, #10
str w8, [sp, #252]
b LBB3_351
LBB3_351: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-168]
mov x9, #9384
add x8, x8, x9
ldr w9, [sp, #256]
mvn w10, w9
ldur x9, [x29, #-240]
ldr w11, [sp, #252]
; kill: def $x11 killed $w11
mov x12, x11
add w12, w12, #1
str w12, [sp, #252]
lsr x9, x9, x11
and x9, x9, #0x1
add x9, x9, w10, sxtw
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #256]
b LBB3_352
LBB3_352: ; in Loop: Header=BB3_351 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, ge
mov w9, #0
str w9, [sp, #56] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_354
b LBB3_353
LBB3_353: ; in Loop: Header=BB3_351 Depth=1
ldur w8, [x29, #-220]
ldr w9, [sp, #252]
add w9, w9, #1
subs w8, w8, w9
cset w8, hs
str w8, [sp, #56] ; 4-byte Folded Spill
b LBB3_354
LBB3_354: ; in Loop: Header=BB3_351 Depth=1
ldr w8, [sp, #56] ; 4-byte Folded Reload
tbnz w8, #0, LBB3_351
b LBB3_355
LBB3_355:
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_357
b LBB3_356
LBB3_356:
b LBB3_376
LBB3_357:
b LBB3_358
LBB3_358:
b LBB3_359
LBB3_359:
b LBB3_360
LBB3_360:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_372
b LBB3_361
LBB3_361:
b LBB3_362
LBB3_362:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_369
b LBB3_363
LBB3_363:
b LBB3_364
LBB3_364:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #16
str w8, [x9]
b LBB3_716
LBB3_365:
b LBB3_366
LBB3_366:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_368
b LBB3_367
LBB3_367:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #248]
b LBB3_371
LBB3_368:
b LBB3_370
LBB3_369:
str wzr, [sp, #248]
b LBB3_371
LBB3_370:
b LBB3_362
LBB3_371:
b LBB3_373
LBB3_372:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #248]
b LBB3_373
LBB3_373:
b LBB3_374
LBB3_374:
ldr w8, [sp, #248]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_375
LBB3_375:
ldur w8, [x29, #-220]
subs w8, w8, #15
cset w8, lo
tbnz w8, #0, LBB3_344
b LBB3_376
LBB3_376:
b LBB3_378
LBB3_377:
ldur x8, [x29, #-248]
ldrb w8, [x8]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x8, x8, x9
ldur x9, [x29, #-248]
ldrb w9, [x9, #1]
; kill: def $x9 killed $w9
ldur w10, [x29, #-220]
add w10, w10, #8
; kill: def $x10 killed $w10
lsl x9, x9, x10
orr x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur x8, [x29, #-248]
add x8, x8, #2
stur x8, [x29, #-248]
ldur w8, [x29, #-220]
add w8, w8, #16
stur w8, [x29, #-220]
b LBB3_378
LBB3_378:
b LBB3_379
LBB3_379:
ldur x8, [x29, #-168]
mov x9, #7336
add x8, x8, x9
ldur x9, [x29, #-240]
and x9, x9, #0x3ff
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #256]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_381
b LBB3_380
LBB3_380:
ldr w8, [sp, #256]
asr w8, w8, #9
str w8, [sp, #252]
ldr w8, [sp, #256]
and w8, w8, #0x1ff
str w8, [sp, #256]
b LBB3_385
LBB3_381:
mov w8, #10
str w8, [sp, #252]
b LBB3_382
LBB3_382: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-168]
mov x9, #9384
add x8, x8, x9
ldr w9, [sp, #256]
mvn w10, w9
ldur x9, [x29, #-240]
ldr w11, [sp, #252]
; kill: def $x11 killed $w11
mov x12, x11
add w12, w12, #1
str w12, [sp, #252]
lsr x9, x9, x11
and x9, x9, #0x1
add x9, x9, w10, sxtw
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #256]
b LBB3_383
LBB3_383: ; in Loop: Header=BB3_382 Depth=1
ldr w8, [sp, #256]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_382
b LBB3_384
LBB3_384:
b LBB3_385
LBB3_385:
ldr w8, [sp, #256]
stur w8, [x29, #-224]
ldr w8, [sp, #252]
mov x9, x8
ldur x8, [x29, #-240]
lsr x8, x8, x9
stur x8, [x29, #-240]
ldr w9, [sp, #252]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_386
LBB3_386:
ldur w8, [x29, #-224]
subs w8, w8, #16
cset w8, hs
tbnz w8, #0, LBB3_388
b LBB3_387
LBB3_387:
ldur w8, [x29, #-224]
ldur x9, [x29, #-168]
mov x10, #10540
add x9, x9, x10
ldur w10, [x29, #-228]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
stur w11, [x29, #-228]
strb w8, [x9, x10]
b LBB3_339
LBB3_388:
ldur w8, [x29, #-224]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB3_396
b LBB3_389
LBB3_389:
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB3_396
b LBB3_390
LBB3_390:
b LBB3_391
LBB3_391:
b LBB3_392
LBB3_392:
b LBB3_393
LBB3_393:
mov w8, #-1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #17
str w8, [x9]
b LBB3_716
LBB3_394:
b LBB3_395
LBB3_395:
b LBB3_392
LBB3_396:
ldur w8, [x29, #-224]
subs w9, w8, #16
adrp x8, l_.str.1@PAGE
add x8, x8, l_.str.1@PAGEOFF
ldrsb w8, [x8, w9, uxtw]
stur w8, [x29, #-232]
b LBB3_397
LBB3_397:
ldur w8, [x29, #-220]
ldur w9, [x29, #-232]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_417
b LBB3_398
LBB3_398:
b LBB3_399
LBB3_399:
b LBB3_400
LBB3_400:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_412
b LBB3_401
LBB3_401:
b LBB3_402
LBB3_402:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_409
b LBB3_403
LBB3_403:
b LBB3_404
LBB3_404:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #18
str w8, [x9]
b LBB3_716
LBB3_405:
b LBB3_406
LBB3_406:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_408
b LBB3_407
LBB3_407:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #244]
b LBB3_411
LBB3_408:
b LBB3_410
LBB3_409:
str wzr, [sp, #244]
b LBB3_411
LBB3_410:
b LBB3_402
LBB3_411:
b LBB3_413
LBB3_412:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #244]
b LBB3_413
LBB3_413:
b LBB3_414
LBB3_414:
ldr w8, [sp, #244]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_415
LBB3_415:
ldur w8, [x29, #-220]
ldur w9, [x29, #-232]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_399
b LBB3_416
LBB3_416:
b LBB3_417
LBB3_417:
ldur x8, [x29, #-240]
ldur w10, [x29, #-232]
mov w9, #1
lsl w9, w9, w10
subs w10, w9, #1
; implicit-def: $x9
mov x9, x10
sxtw x9, w9
and x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #260]
ldur w8, [x29, #-232]
mov x9, x8
ldur x8, [x29, #-240]
lsr x8, x8, x9
stur x8, [x29, #-240]
ldur w9, [x29, #-232]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_418
LBB3_418:
ldur w8, [x29, #-224]
subs w9, w8, #16
adrp x8, l_.str.2@PAGE
add x8, x8, l_.str.2@PAGEOFF
ldrsb w9, [x8, w9, uxtw]
ldr w8, [sp, #260]
add w8, w8, w9
str w8, [sp, #260]
ldur x8, [x29, #-168]
mov x9, #10540
add x8, x8, x9
ldur w9, [x29, #-228]
; kill: def $x9 killed $w9
add x8, x8, x9
str x8, [sp, #48] ; 8-byte Folded Spill
ldur w8, [x29, #-224]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB3_420
b LBB3_419
LBB3_419:
ldur x8, [x29, #-168]
mov x9, #10540
add x8, x8, x9
ldur w9, [x29, #-228]
subs w9, w9, #1
ldrb w8, [x8, w9, uxtw]
str w8, [sp, #44] ; 4-byte Folded Spill
b LBB3_421
LBB3_420:
mov w8, #0
str w8, [sp, #44] ; 4-byte Folded Spill
b LBB3_421
LBB3_421:
ldr x0, [sp, #48] ; 8-byte Folded Reload
ldr w1, [sp, #44] ; 4-byte Folded Reload
ldr w8, [sp, #260]
mov x2, x8
mov x3, #-1
bl ___memset_chk
ldr w9, [sp, #260]
ldur w8, [x29, #-228]
add w8, w8, w9
stur w8, [x29, #-228]
b LBB3_339
LBB3_422:
ldur x8, [x29, #-168]
ldr w8, [x8, #44]
ldur x9, [x29, #-168]
ldr w9, [x9, #48]
add w8, w8, w9
ldur w9, [x29, #-228]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB3_429
b LBB3_423
LBB3_423:
b LBB3_424
LBB3_424:
b LBB3_425
LBB3_425:
b LBB3_426
LBB3_426:
mov w8, #-1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #21
str w8, [x9]
b LBB3_716
LBB3_427:
b LBB3_428
LBB3_428:
b LBB3_425
LBB3_429:
ldur x8, [x29, #-168]
add x0, x8, #72
ldur x8, [x29, #-168]
mov x9, #10540
str x9, [sp, #24] ; 8-byte Folded Spill
add x1, x8, x9
ldur x8, [x29, #-168]
ldr w8, [x8, #44]
mov x2, x8
mov x3, #-1
str x3, [sp, #32] ; 8-byte Folded Spill
bl ___memcpy_chk
ldr x9, [sp, #24] ; 8-byte Folded Reload
ldr x3, [sp, #32] ; 8-byte Folded Reload
ldur x8, [x29, #-168]
add x0, x8, #3560
ldur x8, [x29, #-168]
add x8, x8, x9
ldur x9, [x29, #-168]
ldr w9, [x9, #44]
; kill: def $x9 killed $w9
add x1, x8, x9
ldur x8, [x29, #-168]
ldr w8, [x8, #48]
mov x2, x8
bl ___memcpy_chk
b LBB3_430
LBB3_430:
b LBB3_431
LBB3_431:
ldur x9, [x29, #-168]
ldr w8, [x9, #24]
subs w8, w8, #1
str w8, [x9, #24]
b LBB3_296
LBB3_432:
b LBB3_433
LBB3_433:
b LBB3_434
LBB3_434:
ldur x8, [x29, #-256]
ldur x9, [x29, #-248]
subs x8, x8, x9
subs x8, x8, #4
cset w8, lt
tbnz w8, #0, LBB3_436
b LBB3_435
LBB3_435:
ldr x8, [sp, #384]
ldr x9, [sp, #392]
subs x8, x8, x9
subs x8, x8, #2
cset w8, ge
tbnz w8, #0, LBB3_491
b LBB3_436
LBB3_436:
b LBB3_437
LBB3_437:
ldur w8, [x29, #-220]
subs w8, w8, #15
cset w8, hs
tbnz w8, #0, LBB3_475
b LBB3_438
LBB3_438:
ldur x8, [x29, #-256]
ldur x9, [x29, #-248]
subs x8, x8, x9
subs x8, x8, #2
cset w8, ge
tbnz w8, #0, LBB3_473
b LBB3_439
LBB3_439:
b LBB3_440
LBB3_440:
ldur x8, [x29, #-168]
add x8, x8, #360
ldur x9, [x29, #-240]
and x9, x9, #0x3ff
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #228]
ldr w8, [sp, #228]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_445
b LBB3_441
LBB3_441:
ldr w8, [sp, #228]
asr w8, w8, #9
str w8, [sp, #224]
ldr w8, [sp, #224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_444
b LBB3_442
LBB3_442:
ldur w8, [x29, #-220]
ldr w9, [sp, #224]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_444
b LBB3_443
LBB3_443:
b LBB3_472
LBB3_444:
b LBB3_455
LBB3_445:
ldur w8, [x29, #-220]
subs w8, w8, #10
cset w8, ls
tbnz w8, #0, LBB3_454
b LBB3_446
LBB3_446:
mov w8, #10
str w8, [sp, #224]
b LBB3_447
LBB3_447: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-168]
add x8, x8, #2408
ldr w9, [sp, #228]
mvn w10, w9
ldur x9, [x29, #-240]
ldr w11, [sp, #224]
; kill: def $x11 killed $w11
mov x12, x11
add w12, w12, #1
str w12, [sp, #224]
lsr x9, x9, x11
and x9, x9, #0x1
add x9, x9, w10, sxtw
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #228]
b LBB3_448
LBB3_448: ; in Loop: Header=BB3_447 Depth=1
ldr w8, [sp, #228]
subs w8, w8, #0
cset w8, ge
mov w9, #0
str w9, [sp, #20] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_450
b LBB3_449
LBB3_449: ; in Loop: Header=BB3_447 Depth=1
ldur w8, [x29, #-220]
ldr w9, [sp, #224]
add w9, w9, #1
subs w8, w8, w9
cset w8, hs
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB3_450
LBB3_450: ; in Loop: Header=BB3_447 Depth=1
ldr w8, [sp, #20] ; 4-byte Folded Reload
tbnz w8, #0, LBB3_447
b LBB3_451
LBB3_451:
ldr w8, [sp, #228]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_453
b LBB3_452
LBB3_452:
b LBB3_472
LBB3_453:
b LBB3_454
LBB3_454:
b LBB3_455
LBB3_455:
b LBB3_456
LBB3_456:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_468
b LBB3_457
LBB3_457:
b LBB3_458
LBB3_458:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_465
b LBB3_459
LBB3_459:
b LBB3_460
LBB3_460:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #23
str w8, [x9]
b LBB3_716
LBB3_461:
b LBB3_462
LBB3_462:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_464
b LBB3_463
LBB3_463:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #220]
b LBB3_467
LBB3_464:
b LBB3_466
LBB3_465:
str wzr, [sp, #220]
b LBB3_467
LBB3_466:
b LBB3_458
LBB3_467:
b LBB3_469
LBB3_468:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #220]
b LBB3_469
LBB3_469:
b LBB3_470
LBB3_470:
ldr w8, [sp, #220]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_471
LBB3_471:
ldur w8, [x29, #-220]
subs w8, w8, #15
cset w8, lo
tbnz w8, #0, LBB3_440
b LBB3_472
LBB3_472:
b LBB3_474
LBB3_473:
ldur x8, [x29, #-248]
ldrb w8, [x8]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x8, x8, x9
ldur x9, [x29, #-248]
ldrb w9, [x9, #1]
; kill: def $x9 killed $w9
ldur w10, [x29, #-220]
add w10, w10, #8
; kill: def $x10 killed $w10
lsl x9, x9, x10
orr x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur x8, [x29, #-248]
add x8, x8, #2
stur x8, [x29, #-248]
ldur w8, [x29, #-220]
add w8, w8, #16
stur w8, [x29, #-220]
b LBB3_474
LBB3_474:
b LBB3_475
LBB3_475:
ldur x8, [x29, #-168]
add x8, x8, #360
ldur x9, [x29, #-240]
and x9, x9, #0x3ff
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #228]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_477
b LBB3_476
LBB3_476:
ldr w8, [sp, #228]
asr w8, w8, #9
str w8, [sp, #224]
ldr w8, [sp, #228]
and w8, w8, #0x1ff
str w8, [sp, #228]
b LBB3_481
LBB3_477:
mov w8, #10
str w8, [sp, #224]
b LBB3_478
LBB3_478: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-168]
add x8, x8, #2408
ldr w9, [sp, #228]
mvn w10, w9
ldur x9, [x29, #-240]
ldr w11, [sp, #224]
; kill: def $x11 killed $w11
mov x12, x11
add w12, w12, #1
str w12, [sp, #224]
lsr x9, x9, x11
and x9, x9, #0x1
add x9, x9, w10, sxtw
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #228]
b LBB3_479
LBB3_479: ; in Loop: Header=BB3_478 Depth=1
ldr w8, [sp, #228]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_478
b LBB3_480
LBB3_480:
b LBB3_481
LBB3_481:
ldr w8, [sp, #228]
stur w8, [x29, #-228]
ldr w8, [sp, #224]
mov x9, x8
ldur x8, [x29, #-240]
lsr x8, x8, x9
stur x8, [x29, #-240]
ldr w9, [sp, #224]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_482
LBB3_482:
ldur w8, [x29, #-228]
subs w8, w8, #256
cset w8, lo
tbnz w8, #0, LBB3_484
b LBB3_483
LBB3_483:
b LBB3_511
LBB3_484:
b LBB3_485
LBB3_485:
ldr x8, [sp, #392]
ldr x9, [sp, #384]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_490
b LBB3_486
LBB3_486:
b LBB3_487
LBB3_487:
mov w8, #2
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #24
str w8, [x9]
b LBB3_716
LBB3_488:
b LBB3_489
LBB3_489:
b LBB3_485
LBB3_490:
ldur w8, [x29, #-228]
ldr x9, [sp, #392]
add x10, x9, #1
str x10, [sp, #392]
strb w8, [x9]
b LBB3_510
LBB3_491:
ldur w8, [x29, #-220]
subs w8, w8, #30
cset w8, hs
tbnz w8, #0, LBB3_493
b LBB3_492
LBB3_492:
ldur x8, [x29, #-248]
ldrb w8, [x8]
ldur x9, [x29, #-248]
ldrb w9, [x9, #1]
orr w8, w8, w9, lsl #8
ldur x9, [x29, #-248]
ldrb w9, [x9, #2]
orr w8, w8, w9, lsl #16
ldur x9, [x29, #-248]
ldrb w9, [x9, #3]
orr w8, w8, w9, lsl #24
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur x8, [x29, #-248]
add x8, x8, #4
stur x8, [x29, #-248]
ldur w8, [x29, #-220]
add w8, w8, #32
stur w8, [x29, #-220]
b LBB3_493
LBB3_493:
ldur x8, [x29, #-168]
add x8, x8, #360
ldur x9, [x29, #-240]
and x9, x9, #0x3ff
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #216]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_495
b LBB3_494
LBB3_494:
ldr w8, [sp, #216]
asr w8, w8, #9
str w8, [sp, #212]
b LBB3_499
LBB3_495:
mov w8, #10
str w8, [sp, #212]
b LBB3_496
LBB3_496: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-168]
add x8, x8, #2408
ldr w9, [sp, #216]
mvn w10, w9
ldur x9, [x29, #-240]
ldr w11, [sp, #212]
; kill: def $x11 killed $w11
mov x12, x11
add w12, w12, #1
str w12, [sp, #212]
lsr x9, x9, x11
and x9, x9, #0x1
add x9, x9, w10, sxtw
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #216]
b LBB3_497
LBB3_497: ; in Loop: Header=BB3_496 Depth=1
ldr w8, [sp, #216]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_496
b LBB3_498
LBB3_498:
b LBB3_499
LBB3_499:
ldr w8, [sp, #216]
stur w8, [x29, #-228]
ldr w8, [sp, #212]
mov x9, x8
ldur x8, [x29, #-240]
lsr x8, x8, x9
stur x8, [x29, #-240]
ldr w9, [sp, #212]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
ldur w8, [x29, #-228]
ands w8, w8, #0x100
cset w8, eq
tbnz w8, #0, LBB3_501
b LBB3_500
LBB3_500:
b LBB3_511
LBB3_501:
ldur x8, [x29, #-168]
add x8, x8, #360
ldur x9, [x29, #-240]
and x9, x9, #0x3ff
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #216]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_503
b LBB3_502
LBB3_502:
ldr w8, [sp, #216]
asr w8, w8, #9
str w8, [sp, #212]
b LBB3_507
LBB3_503:
mov w8, #10
str w8, [sp, #212]
b LBB3_504
LBB3_504: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-168]
add x8, x8, #2408
ldr w9, [sp, #216]
mvn w10, w9
ldur x9, [x29, #-240]
ldr w11, [sp, #212]
; kill: def $x11 killed $w11
mov x12, x11
add w12, w12, #1
str w12, [sp, #212]
lsr x9, x9, x11
and x9, x9, #0x1
add x9, x9, w10, sxtw
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #216]
b LBB3_505
LBB3_505: ; in Loop: Header=BB3_504 Depth=1
ldr w8, [sp, #216]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_504
b LBB3_506
LBB3_506:
b LBB3_507
LBB3_507:
ldr w8, [sp, #212]
mov x9, x8
ldur x8, [x29, #-240]
lsr x8, x8, x9
stur x8, [x29, #-240]
ldr w9, [sp, #212]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
ldur w8, [x29, #-228]
ldr x9, [sp, #392]
strb w8, [x9]
ldr w8, [sp, #216]
ands w8, w8, #0x100
cset w8, eq
tbnz w8, #0, LBB3_509
b LBB3_508
LBB3_508:
ldr x8, [sp, #392]
add x8, x8, #1
str x8, [sp, #392]
ldr w8, [sp, #216]
stur w8, [x29, #-228]
b LBB3_511
LBB3_509:
ldr w8, [sp, #216]
ldr x9, [sp, #392]
strb w8, [x9, #1]
ldr x8, [sp, #392]
add x8, x8, #2
str x8, [sp, #392]
b LBB3_510
LBB3_510:
b LBB3_434
LBB3_511:
ldur w8, [x29, #-228]
and w8, w8, #0x1ff
stur w8, [x29, #-228]
subs w8, w8, #256
cset w8, ne
tbnz w8, #0, LBB3_513
b LBB3_512
LBB3_512:
b LBB3_637
LBB3_513:
ldur w8, [x29, #-228]
subs w9, w8, #257
adrp x8, _tinfl_decompress.s_length_extra@PAGE
add x8, x8, _tinfl_decompress.s_length_extra@PAGEOFF
ldr w8, [x8, w9, uxtw #2]
stur w8, [x29, #-232]
ldur w8, [x29, #-228]
subs w9, w8, #257
adrp x8, _tinfl_decompress.s_length_base@PAGE
add x8, x8, _tinfl_decompress.s_length_base@PAGEOFF
ldr w8, [x8, w9, uxtw #2]
stur w8, [x29, #-228]
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_537
b LBB3_514
LBB3_514:
b LBB3_515
LBB3_515:
ldur w8, [x29, #-220]
ldur w9, [x29, #-232]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_535
b LBB3_516
LBB3_516:
b LBB3_517
LBB3_517:
b LBB3_518
LBB3_518:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_530
b LBB3_519
LBB3_519:
b LBB3_520
LBB3_520:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_527
b LBB3_521
LBB3_521:
b LBB3_522
LBB3_522:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #25
str w8, [x9]
b LBB3_716
LBB3_523:
b LBB3_524
LBB3_524:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_526
b LBB3_525
LBB3_525:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #204]
b LBB3_529
LBB3_526:
b LBB3_528
LBB3_527:
str wzr, [sp, #204]
b LBB3_529
LBB3_528:
b LBB3_520
LBB3_529:
b LBB3_531
LBB3_530:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #204]
b LBB3_531
LBB3_531:
b LBB3_532
LBB3_532:
ldr w8, [sp, #204]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_533
LBB3_533:
ldur w8, [x29, #-220]
ldur w9, [x29, #-232]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_517
b LBB3_534
LBB3_534:
b LBB3_535
LBB3_535:
ldur x8, [x29, #-240]
ldur w10, [x29, #-232]
mov w9, #1
lsl w9, w9, w10
subs w10, w9, #1
; implicit-def: $x9
mov x9, x10
sxtw x9, w9
and x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #208]
ldur w8, [x29, #-232]
mov x9, x8
ldur x8, [x29, #-240]
lsr x8, x8, x9
stur x8, [x29, #-240]
ldur w9, [x29, #-232]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_536
LBB3_536:
ldr w9, [sp, #208]
ldur w8, [x29, #-228]
add w8, w8, w9
stur w8, [x29, #-228]
b LBB3_537
LBB3_537:
b LBB3_538
LBB3_538:
ldur w8, [x29, #-220]
subs w8, w8, #15
cset w8, hs
tbnz w8, #0, LBB3_576
b LBB3_539
LBB3_539:
ldur x8, [x29, #-256]
ldur x9, [x29, #-248]
subs x8, x8, x9
subs x8, x8, #2
cset w8, ge
tbnz w8, #0, LBB3_574
b LBB3_540
LBB3_540:
b LBB3_541
LBB3_541:
ldur x8, [x29, #-168]
add x8, x8, #3848
ldur x9, [x29, #-240]
and x9, x9, #0x3ff
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #200]
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_546
b LBB3_542
LBB3_542:
ldr w8, [sp, #200]
asr w8, w8, #9
str w8, [sp, #196]
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_545
b LBB3_543
LBB3_543:
ldur w8, [x29, #-220]
ldr w9, [sp, #196]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_545
b LBB3_544
LBB3_544:
b LBB3_573
LBB3_545:
b LBB3_556
LBB3_546:
ldur w8, [x29, #-220]
subs w8, w8, #10
cset w8, ls
tbnz w8, #0, LBB3_555
b LBB3_547
LBB3_547:
mov w8, #10
str w8, [sp, #196]
b LBB3_548
LBB3_548: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-168]
mov x9, #5896
add x8, x8, x9
ldr w9, [sp, #200]
mvn w10, w9
ldur x9, [x29, #-240]
ldr w11, [sp, #196]
; kill: def $x11 killed $w11
mov x12, x11
add w12, w12, #1
str w12, [sp, #196]
lsr x9, x9, x11
and x9, x9, #0x1
add x9, x9, w10, sxtw
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #200]
b LBB3_549
LBB3_549: ; in Loop: Header=BB3_548 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, ge
mov w9, #0
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_551
b LBB3_550
LBB3_550: ; in Loop: Header=BB3_548 Depth=1
ldur w8, [x29, #-220]
ldr w9, [sp, #196]
add w9, w9, #1
subs w8, w8, w9
cset w8, hs
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB3_551
LBB3_551: ; in Loop: Header=BB3_548 Depth=1
ldr w8, [sp, #16] ; 4-byte Folded Reload
tbnz w8, #0, LBB3_548
b LBB3_552
LBB3_552:
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_554
b LBB3_553
LBB3_553:
b LBB3_573
LBB3_554:
b LBB3_555
LBB3_555:
b LBB3_556
LBB3_556:
b LBB3_557
LBB3_557:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_569
b LBB3_558
LBB3_558:
b LBB3_559
LBB3_559:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_566
b LBB3_560
LBB3_560:
b LBB3_561
LBB3_561:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #26
str w8, [x9]
b LBB3_716
LBB3_562:
b LBB3_563
LBB3_563:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_565
b LBB3_564
LBB3_564:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #192]
b LBB3_568
LBB3_565:
b LBB3_567
LBB3_566:
str wzr, [sp, #192]
b LBB3_568
LBB3_567:
b LBB3_559
LBB3_568:
b LBB3_570
LBB3_569:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #192]
b LBB3_570
LBB3_570:
b LBB3_571
LBB3_571:
ldr w8, [sp, #192]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_572
LBB3_572:
ldur w8, [x29, #-220]
subs w8, w8, #15
cset w8, lo
tbnz w8, #0, LBB3_541
b LBB3_573
LBB3_573:
b LBB3_575
LBB3_574:
ldur x8, [x29, #-248]
ldrb w8, [x8]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x8, x8, x9
ldur x9, [x29, #-248]
ldrb w9, [x9, #1]
; kill: def $x9 killed $w9
ldur w10, [x29, #-220]
add w10, w10, #8
; kill: def $x10 killed $w10
lsl x9, x9, x10
orr x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur x8, [x29, #-248]
add x8, x8, #2
stur x8, [x29, #-248]
ldur w8, [x29, #-220]
add w8, w8, #16
stur w8, [x29, #-220]
b LBB3_575
LBB3_575:
b LBB3_576
LBB3_576:
ldur x8, [x29, #-168]
add x8, x8, #3848
ldur x9, [x29, #-240]
and x9, x9, #0x3ff
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #200]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_578
b LBB3_577
LBB3_577:
ldr w8, [sp, #200]
asr w8, w8, #9
str w8, [sp, #196]
ldr w8, [sp, #200]
and w8, w8, #0x1ff
str w8, [sp, #200]
b LBB3_582
LBB3_578:
mov w8, #10
str w8, [sp, #196]
b LBB3_579
LBB3_579: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-168]
mov x9, #5896
add x8, x8, x9
ldr w9, [sp, #200]
mvn w10, w9
ldur x9, [x29, #-240]
ldr w11, [sp, #196]
; kill: def $x11 killed $w11
mov x12, x11
add w12, w12, #1
str w12, [sp, #196]
lsr x9, x9, x11
and x9, x9, #0x1
add x9, x9, w10, sxtw
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #200]
b LBB3_580
LBB3_580: ; in Loop: Header=BB3_579 Depth=1
ldr w8, [sp, #200]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_579
b LBB3_581
LBB3_581:
b LBB3_582
LBB3_582:
ldr w8, [sp, #200]
stur w8, [x29, #-224]
ldr w8, [sp, #196]
mov x9, x8
ldur x8, [x29, #-240]
lsr x8, x8, x9
stur x8, [x29, #-240]
ldr w9, [sp, #196]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_583
LBB3_583:
ldur w8, [x29, #-224]
mov x9, x8
adrp x8, _tinfl_decompress.s_dist_extra@PAGE
add x8, x8, _tinfl_decompress.s_dist_extra@PAGEOFF
ldr w8, [x8, x9, lsl #2]
stur w8, [x29, #-232]
ldur w8, [x29, #-224]
mov x9, x8
adrp x8, _tinfl_decompress.s_dist_base@PAGE
add x8, x8, _tinfl_decompress.s_dist_base@PAGEOFF
ldr w8, [x8, x9, lsl #2]
stur w8, [x29, #-224]
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_607
b LBB3_584
LBB3_584:
b LBB3_585
LBB3_585:
ldur w8, [x29, #-220]
ldur w9, [x29, #-232]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_605
b LBB3_586
LBB3_586:
b LBB3_587
LBB3_587:
b LBB3_588
LBB3_588:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_600
b LBB3_589
LBB3_589:
b LBB3_590
LBB3_590:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_597
b LBB3_591
LBB3_591:
b LBB3_592
LBB3_592:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #27
str w8, [x9]
b LBB3_716
LBB3_593:
b LBB3_594
LBB3_594:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_596
b LBB3_595
LBB3_595:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #184]
b LBB3_599
LBB3_596:
b LBB3_598
LBB3_597:
str wzr, [sp, #184]
b LBB3_599
LBB3_598:
b LBB3_590
LBB3_599:
b LBB3_601
LBB3_600:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #184]
b LBB3_601
LBB3_601:
b LBB3_602
LBB3_602:
ldr w8, [sp, #184]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_603
LBB3_603:
ldur w8, [x29, #-220]
ldur w9, [x29, #-232]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_587
b LBB3_604
LBB3_604:
b LBB3_605
LBB3_605:
ldur x8, [x29, #-240]
ldur w10, [x29, #-232]
mov w9, #1
lsl w9, w9, w10
subs w10, w9, #1
; implicit-def: $x9
mov x9, x10
sxtw x9, w9
and x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #188]
ldur w8, [x29, #-232]
mov x9, x8
ldur x8, [x29, #-240]
lsr x8, x8, x9
stur x8, [x29, #-240]
ldur w9, [x29, #-232]
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_606
LBB3_606:
ldr w9, [sp, #188]
ldur w8, [x29, #-224]
add w8, w8, w9
stur w8, [x29, #-224]
b LBB3_607
LBB3_607:
ldr x8, [sp, #392]
ldur x9, [x29, #-192]
subs x8, x8, x9
str x8, [sp, #368]
ldur w8, [x29, #-224]
; kill: def $x8 killed $w8
ldr x9, [sp, #368]
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB3_615
b LBB3_608
LBB3_608:
ldur w8, [x29, #-212]
ands w8, w8, #0x4
cset w8, eq
tbnz w8, #0, LBB3_615
b LBB3_609
LBB3_609:
b LBB3_610
LBB3_610:
b LBB3_611
LBB3_611:
b LBB3_612
LBB3_612:
mov w8, #-1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #37
str w8, [x9]
b LBB3_716
LBB3_613:
b LBB3_614
LBB3_614:
b LBB3_611
LBB3_615:
ldur x8, [x29, #-192]
ldr x9, [sp, #368]
ldur w10, [x29, #-224]
; kill: def $x10 killed $w10
subs x9, x9, x10
ldr x10, [sp, #376]
and x9, x9, x10
add x8, x8, x9
str x8, [sp, #232]
ldr x8, [sp, #392]
ldr x9, [sp, #232]
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB3_617
b LBB3_616
LBB3_616:
ldr x8, [sp, #392]
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB3_618
LBB3_617:
ldr x8, [sp, #232]
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB3_618
LBB3_618:
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldur w9, [x29, #-228]
; kill: def $x9 killed $w9
add x8, x8, x9
ldr x9, [sp, #384]
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB3_629
b LBB3_619
LBB3_619:
b LBB3_620
LBB3_620:
ldur w8, [x29, #-228]
subs w9, w8, #1
stur w9, [x29, #-228]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_628
b LBB3_621
LBB3_621:
b LBB3_622
LBB3_622:
ldr x8, [sp, #392]
ldr x9, [sp, #384]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_627
b LBB3_623
LBB3_623:
b LBB3_624
LBB3_624:
mov w8, #2
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #53
str w8, [x9]
b LBB3_716
LBB3_625:
b LBB3_626
LBB3_626:
b LBB3_622
LBB3_627:
ldur x8, [x29, #-192]
ldr x9, [sp, #368]
add x10, x9, #1
str x10, [sp, #368]
ldur w10, [x29, #-224]
; kill: def $x10 killed $w10
subs x9, x9, x10
ldr x10, [sp, #376]
and x9, x9, x10
add x8, x8, x9
ldrb w8, [x8]
ldr x9, [sp, #392]
add x10, x9, #1
str x10, [sp, #392]
strb w8, [x9]
b LBB3_620
LBB3_628:
b LBB3_433
LBB3_629:
b LBB3_630
LBB3_630: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #232]
ldrb w8, [x8]
ldr x9, [sp, #392]
strb w8, [x9]
ldr x8, [sp, #232]
ldrb w8, [x8, #1]
ldr x9, [sp, #392]
strb w8, [x9, #1]
ldr x8, [sp, #232]
ldrb w8, [x8, #2]
ldr x9, [sp, #392]
strb w8, [x9, #2]
ldr x8, [sp, #392]
add x8, x8, #3
str x8, [sp, #392]
ldr x8, [sp, #232]
add x8, x8, #3
str x8, [sp, #232]
b LBB3_631
LBB3_631: ; in Loop: Header=BB3_630 Depth=1
ldur w8, [x29, #-228]
subs w8, w8, #3
stur w8, [x29, #-228]
subs w8, w8, #2
cset w8, gt
tbnz w8, #0, LBB3_630
b LBB3_632
LBB3_632:
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB3_636
b LBB3_633
LBB3_633:
ldr x8, [sp, #232]
ldrb w8, [x8]
ldr x9, [sp, #392]
strb w8, [x9]
ldur w8, [x29, #-228]
subs w8, w8, #1
cset w8, le
tbnz w8, #0, LBB3_635
b LBB3_634
LBB3_634:
ldr x8, [sp, #232]
ldrb w8, [x8, #1]
ldr x9, [sp, #392]
strb w8, [x9, #1]
b LBB3_635
LBB3_635:
ldur w8, [x29, #-228]
mov x9, x8
ldr x8, [sp, #392]
add x8, x8, x9
str x8, [sp, #392]
b LBB3_636
LBB3_636:
b LBB3_433
LBB3_637:
b LBB3_638
LBB3_638:
b LBB3_639
LBB3_639:
b LBB3_640
LBB3_640:
ldur x8, [x29, #-168]
ldr w8, [x8, #20]
ands w8, w8, #0x1
cset w8, eq
tbnz w8, #0, LBB3_55
b LBB3_641
LBB3_641:
ldur w8, [x29, #-212]
ands w8, w8, #0x1
cset w8, eq
tbnz w8, #0, LBB3_709
b LBB3_642
LBB3_642:
b LBB3_643
LBB3_643:
ldur w8, [x29, #-220]
ldur w9, [x29, #-220]
and w9, w9, #0x7
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB3_663
b LBB3_644
LBB3_644:
b LBB3_645
LBB3_645:
b LBB3_646
LBB3_646:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_658
b LBB3_647
LBB3_647:
b LBB3_648
LBB3_648:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_655
b LBB3_649
LBB3_649:
b LBB3_650
LBB3_650:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #32
str w8, [x9]
b LBB3_716
LBB3_651:
b LBB3_652
LBB3_652:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_654
b LBB3_653
LBB3_653:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #180]
b LBB3_657
LBB3_654:
b LBB3_656
LBB3_655:
str wzr, [sp, #180]
b LBB3_657
LBB3_656:
b LBB3_648
LBB3_657:
b LBB3_659
LBB3_658:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #180]
b LBB3_659
LBB3_659:
b LBB3_660
LBB3_660:
ldr w8, [sp, #180]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_661
LBB3_661:
ldur w8, [x29, #-220]
ldur w9, [x29, #-220]
and w9, w9, #0x7
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB3_645
b LBB3_662
LBB3_662:
b LBB3_663
LBB3_663:
ldur w8, [x29, #-220]
and w9, w8, #0x7
ldur x8, [x29, #-240]
; kill: def $x9 killed $w9
lsr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
and w9, w8, #0x7
ldur w8, [x29, #-220]
subs w8, w8, w9
stur w8, [x29, #-220]
b LBB3_664
LBB3_664:
stur wzr, [x29, #-228]
b LBB3_665
LBB3_665:
ldur w8, [x29, #-228]
subs w8, w8, #4
cset w8, hs
tbnz w8, #0, LBB3_708
b LBB3_666
LBB3_666:
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_690
b LBB3_667
LBB3_667:
b LBB3_668
LBB3_668:
ldur w8, [x29, #-220]
subs w8, w8, #8
cset w8, hs
tbnz w8, #0, LBB3_688
b LBB3_669
LBB3_669:
b LBB3_670
LBB3_670:
b LBB3_671
LBB3_671:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_683
b LBB3_672
LBB3_672:
b LBB3_673
LBB3_673:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_680
b LBB3_674
LBB3_674:
b LBB3_675
LBB3_675:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #41
str w8, [x9]
b LBB3_716
LBB3_676:
b LBB3_677
LBB3_677:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_679
b LBB3_678
LBB3_678:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #172]
b LBB3_682
LBB3_679:
b LBB3_681
LBB3_680:
str wzr, [sp, #172]
b LBB3_682
LBB3_681:
b LBB3_673
LBB3_682:
b LBB3_684
LBB3_683:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #172]
b LBB3_684
LBB3_684:
b LBB3_685
LBB3_685:
ldr w8, [sp, #172]
; kill: def $x8 killed $w8
ldur w9, [x29, #-220]
; kill: def $x9 killed $w9
lsl x9, x8, x9
ldur x8, [x29, #-240]
orr x8, x8, x9
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
add w8, w8, #8
stur w8, [x29, #-220]
b LBB3_686
LBB3_686:
ldur w8, [x29, #-220]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB3_670
b LBB3_687
LBB3_687:
b LBB3_688
LBB3_688:
ldurb w8, [x29, #-240]
; kill: def $x8 killed $w8
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #176]
ldur x8, [x29, #-240]
lsr x8, x8, #8
stur x8, [x29, #-240]
ldur w8, [x29, #-220]
subs w8, w8, #8
stur w8, [x29, #-220]
b LBB3_689
LBB3_689:
b LBB3_706
LBB3_690:
b LBB3_691
LBB3_691:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB3_703
b LBB3_692
LBB3_692:
b LBB3_693
LBB3_693:
ldur w8, [x29, #-212]
ands w8, w8, #0x2
cset w8, eq
tbnz w8, #0, LBB3_700
b LBB3_694
LBB3_694:
b LBB3_695
LBB3_695:
mov w8, #1
stur w8, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #42
str w8, [x9]
b LBB3_716
LBB3_696:
b LBB3_697
LBB3_697:
ldur x8, [x29, #-248]
ldur x9, [x29, #-256]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_699
b LBB3_698
LBB3_698:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #176]
b LBB3_702
LBB3_699:
b LBB3_701
LBB3_700:
str wzr, [sp, #176]
b LBB3_702
LBB3_701:
b LBB3_693
LBB3_702:
b LBB3_704
LBB3_703:
ldur x8, [x29, #-248]
add x9, x8, #1
stur x9, [x29, #-248]
ldrb w8, [x8]
str w8, [sp, #176]
b LBB3_704
LBB3_704:
b LBB3_705
LBB3_705:
b LBB3_706
LBB3_706:
ldur x8, [x29, #-168]
ldr w9, [x8, #16]
ldr w8, [sp, #176]
orr w8, w8, w9, lsl #8
ldur x9, [x29, #-168]
str w8, [x9, #16]
b LBB3_707
LBB3_707:
ldur w8, [x29, #-228]
add w8, w8, #1
stur w8, [x29, #-228]
b LBB3_665
LBB3_708:
b LBB3_709
LBB3_709:
b LBB3_710
LBB3_710:
b LBB3_711
LBB3_711:
b LBB3_712
LBB3_712:
stur wzr, [x29, #-216]
ldur x9, [x29, #-168]
mov w8, #34
str w8, [x9]
b LBB3_716
LBB3_713:
b LBB3_714
LBB3_714:
b LBB3_711
LBB3_715:
b LBB3_716
LBB3_716:
ldur w8, [x29, #-220]
ldur x9, [x29, #-168]
str w8, [x9, #4]
ldur x8, [x29, #-240]
ldur x9, [x29, #-168]
str x8, [x9, #56]
ldur w8, [x29, #-224]
ldur x9, [x29, #-168]
str w8, [x9, #32]
ldur w8, [x29, #-228]
ldur x9, [x29, #-168]
str w8, [x9, #36]
ldur w8, [x29, #-232]
ldur x9, [x29, #-168]
str w8, [x9, #40]
ldr x8, [sp, #368]
ldur x9, [x29, #-168]
str x8, [x9, #64]
ldur x8, [x29, #-248]
ldur x9, [x29, #-176]
subs x8, x8, x9
ldur x9, [x29, #-184]
str x8, [x9]
ldr x8, [sp, #392]
ldur x9, [x29, #-200]
subs x8, x8, x9
ldur x9, [x29, #-208]
str x8, [x9]
ldur w8, [x29, #-212]
mov w9, #9
ands w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB3_734
b LBB3_717
LBB3_717:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB3_734
b LBB3_718
LBB3_718:
ldur x8, [x29, #-200]
str x8, [sp, #160]
ldur x8, [x29, #-208]
ldr x8, [x8]
str x8, [sp, #152]
ldur x8, [x29, #-168]
ldrh w8, [x8, #28]
str w8, [sp, #144]
ldur x8, [x29, #-168]
ldr w8, [x8, #28]
lsr w8, w8, #16
str w8, [sp, #140]
ldr x8, [sp, #152]
mov x10, #5552
udiv x9, x8, x10
mul x9, x9, x10
subs x8, x8, x9
str x8, [sp, #128]
b LBB3_719
LBB3_719: ; =>This Loop Header: Depth=1
; Child Loop BB3_721 Depth 2
; Child Loop BB3_725 Depth 2
ldr x8, [sp, #152]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB3_729
b LBB3_720
LBB3_720: ; in Loop: Header=BB3_719 Depth=1
str wzr, [sp, #148]
b LBB3_721
LBB3_721: ; Parent Loop BB3_719 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #148]
add w8, w8, #7
; kill: def $x8 killed $w8
ldr x9, [sp, #128]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_724
b LBB3_722
LBB3_722: ; in Loop: Header=BB3_721 Depth=2
ldr x8, [sp, #160]
ldrb w9, [x8]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
ldr x8, [sp, #160]
ldrb w9, [x8, #1]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
ldr x8, [sp, #160]
ldrb w9, [x8, #2]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
ldr x8, [sp, #160]
ldrb w9, [x8, #3]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
ldr x8, [sp, #160]
ldrb w9, [x8, #4]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
ldr x8, [sp, #160]
ldrb w9, [x8, #5]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
ldr x8, [sp, #160]
ldrb w9, [x8, #6]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
ldr x8, [sp, #160]
ldrb w9, [x8, #7]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
b LBB3_723
LBB3_723: ; in Loop: Header=BB3_721 Depth=2
ldr w8, [sp, #148]
add w8, w8, #8
str w8, [sp, #148]
ldr x8, [sp, #160]
add x8, x8, #8
str x8, [sp, #160]
b LBB3_721
LBB3_724: ; in Loop: Header=BB3_719 Depth=1
b LBB3_725
LBB3_725: ; Parent Loop BB3_719 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #148]
; kill: def $x8 killed $w8
ldr x9, [sp, #128]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_728
b LBB3_726
LBB3_726: ; in Loop: Header=BB3_725 Depth=2
ldr x8, [sp, #160]
add x9, x8, #1
str x9, [sp, #160]
ldrb w9, [x8]
ldr w8, [sp, #144]
add w8, w8, w9
str w8, [sp, #144]
ldr w9, [sp, #144]
ldr w8, [sp, #140]
add w8, w8, w9
str w8, [sp, #140]
b LBB3_727
LBB3_727: ; in Loop: Header=BB3_725 Depth=2
ldr w8, [sp, #148]
add w8, w8, #1
str w8, [sp, #148]
b LBB3_725
LBB3_728: ; in Loop: Header=BB3_719 Depth=1
ldr w8, [sp, #144]
mov w10, #65521
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #144]
ldr w8, [sp, #140]
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #140]
ldr x9, [sp, #128]
ldr x8, [sp, #152]
subs x8, x8, x9
str x8, [sp, #152]
mov x8, #5552
str x8, [sp, #128]
b LBB3_719
LBB3_729:
ldr w9, [sp, #140]
ldr w8, [sp, #144]
add w8, w8, w9, lsl #16
ldur x9, [x29, #-168]
str w8, [x9, #28]
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB3_733
b LBB3_730
LBB3_730:
ldur w8, [x29, #-212]
ands w8, w8, #0x1
cset w8, eq
tbnz w8, #0, LBB3_733
b LBB3_731
LBB3_731:
ldur x8, [x29, #-168]
ldr w8, [x8, #28]
ldur x9, [x29, #-168]
ldr w9, [x9, #16]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB3_733
b LBB3_732
LBB3_732:
mov w8, #-2
stur w8, [x29, #-216]
b LBB3_733
LBB3_733:
b LBB3_734
LBB3_734:
ldur w8, [x29, #-216]
stur w8, [x29, #-160]
b LBB3_735
LBB3_735:
ldur w8, [x29, #-160]
str w8, [sp, #4] ; 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, LBB3_737
b LBB3_736
LBB3_736:
bl ___stack_chk_fail
LBB3_737:
ldr w0, [sp, #4] ; 4-byte Folded Reload
add sp, sp, #640
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
.p2align 2
lJTI3_0:
.long LBB3_8-Ltmp3
.long LBB3_15-Ltmp3
.long LBB3_30-Ltmp3
.long LBB3_64-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_87-Ltmp3
.long LBB3_112-Ltmp3
.long LBB3_132-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_190-Ltmp3
.long LBB3_222-Ltmp3
.long LBB3_253-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_279-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_365-Ltmp3
.long LBB3_394-Ltmp3
.long LBB3_405-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_427-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_461-Ltmp3
.long LBB3_488-Ltmp3
.long LBB3_523-Ltmp3
.long LBB3_562-Ltmp3
.long LBB3_593-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_651-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_713-Ltmp3
.long LBB3_311-Ltmp3
.long LBB3_51-Ltmp3
.long LBB3_613-Ltmp3
.long LBB3_197-Ltmp3
.long LBB3_149-Ltmp3
.long LBB3_203-Ltmp3
.long LBB3_676-Ltmp3
.long LBB3_696-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_715-Ltmp3
.long LBB3_164-Ltmp3
.long LBB3_181-Ltmp3
.long LBB3_625-Ltmp3
; -- End function
.globl _tinfl_decompress_mem_to_heap ; -- Begin function tinfl_decompress_mem_to_heap
.p2align 2
_tinfl_decompress_mem_to_heap: ; @tinfl_decompress_mem_to_heap
.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, #11152
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #2, lsl #12 ; =8192
sub sp, sp, #2960
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #128]
str x1, [sp, #120]
str x2, [sp, #112]
str w3, [sp, #108]
; kill: def $x8 killed $xzr
str xzr, [sp, #96]
str xzr, [sp, #80]
str xzr, [sp, #72]
ldr x8, [sp, #112]
str xzr, [x8]
b LBB4_1
LBB4_1:
str wzr, [sp, #144]
b LBB4_2
LBB4_2:
b LBB4_3
LBB4_3: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #120]
ldr x9, [sp, #80]
subs x8, x8, x9
str x8, [sp, #64]
ldr x8, [sp, #72]
ldr x9, [sp, #112]
ldr x9, [x9]
subs x8, x8, x9
str x8, [sp, #56]
ldr x8, [sp, #128]
ldr x9, [sp, #80]
add x8, x8, x9
str x8, [sp, #24] ; 8-byte Folded Spill
ldr x8, [sp, #96]
str x8, [sp, #32] ; 8-byte Folded Spill
ldr x8, [sp, #96]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB4_5
b LBB4_4
LBB4_4: ; in Loop: Header=BB4_3 Depth=1
ldr x8, [sp, #96]
ldr x9, [sp, #112]
ldr x9, [x9]
add x8, x8, x9
str x8, [sp, #16] ; 8-byte Folded Spill
b LBB4_6
LBB4_5: ; in Loop: Header=BB4_3 Depth=1
mov x8, #0
str x8, [sp, #16] ; 8-byte Folded Spill
b LBB4_6
LBB4_6: ; in Loop: Header=BB4_3 Depth=1
ldr x3, [sp, #32] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr x4, [sp, #16] ; 8-byte Folded Reload
ldr w8, [sp, #108]
and w8, w8, #0xfffffffd
orr w6, w8, #0x4
add x0, sp, #144
add x2, sp, #64
add x5, sp, #56
bl _tinfl_decompress
str w0, [sp, #44]
ldr w8, [sp, #44]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB4_8
b LBB4_7
LBB4_7: ; in Loop: Header=BB4_3 Depth=1
ldr w8, [sp, #44]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB4_9
b LBB4_8
LBB4_8:
ldr x8, [sp, #112]
str xzr, [x8]
; kill: def $x8 killed $xzr
str xzr, [sp, #136]
b LBB4_17
LBB4_9: ; in Loop: Header=BB4_3 Depth=1
ldr x9, [sp, #64]
ldr x8, [sp, #80]
add x8, x8, x9
str x8, [sp, #80]
ldr x10, [sp, #56]
ldr x9, [sp, #112]
ldr x8, [x9]
add x8, x8, x10
str x8, [x9]
ldr w8, [sp, #44]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB4_11
b LBB4_10
LBB4_10:
b LBB4_16
LBB4_11: ; in Loop: Header=BB4_3 Depth=1
ldr x8, [sp, #72]
lsl x8, x8, #1
str x8, [sp, #48]
ldr x8, [sp, #48]
subs x8, x8, #128
cset w8, hs
tbnz w8, #0, LBB4_13
b LBB4_12
LBB4_12: ; in Loop: Header=BB4_3 Depth=1
mov x8, #128
str x8, [sp, #48]
b LBB4_13
LBB4_13: ; in Loop: Header=BB4_3 Depth=1
; kill: def $x8 killed $xzr
str xzr, [sp, #88]
ldr x8, [sp, #88]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB4_15
b LBB4_14
LBB4_14:
ldr x8, [sp, #112]
str xzr, [x8]
; kill: def $x8 killed $xzr
str xzr, [sp, #136]
b LBB4_17
LBB4_15: ; in Loop: Header=BB4_3 Depth=1
ldr x8, [sp, #88]
str x8, [sp, #96]
ldr x8, [sp, #48]
str x8, [sp, #72]
b LBB4_3
LBB4_16:
ldr x8, [sp, #96]
str x8, [sp, #136]
b LBB4_17
LBB4_17:
ldr x8, [sp, #136]
str x8, [sp, #8] ; 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, LBB4_19
b LBB4_18
LBB4_18:
bl ___stack_chk_fail
LBB4_19:
ldr x0, [sp, #8] ; 8-byte Folded Reload
add sp, sp, #2, lsl #12 ; =8192
add sp, sp, #2960
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _tinfl_decompress_mem_to_mem ; -- Begin function tinfl_decompress_mem_to_mem
.p2align 2
_tinfl_decompress_mem_to_mem: ; @tinfl_decompress_mem_to_mem
.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, #11072
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #2, lsl #12 ; =8192
sub sp, sp, #2880
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #56]
str x1, [sp, #48]
str x2, [sp, #40]
str x3, [sp, #32]
str w4, [sp, #28]
b LBB5_1
LBB5_1:
str wzr, [sp, #64]
b LBB5_2
LBB5_2:
ldr x1, [sp, #40]
ldr x3, [sp, #56]
ldr x4, [sp, #56]
ldr w8, [sp, #28]
and w8, w8, #0xfffffffd
orr w6, w8, #0x4
add x0, sp, #64
add x2, sp, #32
add x5, sp, #48
bl _tinfl_decompress
str w0, [sp, #24]
ldr w8, [sp, #24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB5_4
b LBB5_3
LBB5_3:
mov x8, #-1
str x8, [sp, #16] ; 8-byte Folded Spill
b LBB5_5
LBB5_4:
ldr x8, [sp, #48]
str x8, [sp, #16] ; 8-byte Folded Spill
b LBB5_5
LBB5_5:
ldr x8, [sp, #16] ; 8-byte Folded Reload
str x8, [sp, #8] ; 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, LBB5_7
b LBB5_6
LBB5_6:
bl ___stack_chk_fail
LBB5_7:
ldr x0, [sp, #8] ; 8-byte Folded Reload
add sp, sp, #2, lsl #12 ; =8192
add sp, sp, #2880
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _tinfl_decompress_mem_to_callback ; -- Begin function tinfl_decompress_mem_to_callback
.p2align 2
_tinfl_decompress_mem_to_callback: ; @tinfl_decompress_mem_to_callback
.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, #11104
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #2, lsl #12 ; =8192
sub sp, sp, #2912
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #80]
str x1, [sp, #72]
str x2, [sp, #64]
str x3, [sp, #56]
str w4, [sp, #52]
str wzr, [sp, #48]
; kill: def $x8 killed $xzr
str xzr, [sp, #40]
str xzr, [sp, #32]
str xzr, [sp, #24]
ldr x8, [sp, #40]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB6_2
b LBB6_1
LBB6_1:
mov w8, #-1
str w8, [sp, #92]
b LBB6_12
LBB6_2:
b LBB6_3
LBB6_3:
str wzr, [sp, #96]
b LBB6_4
LBB6_4:
b LBB6_5
LBB6_5: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #72]
ldr x8, [x8]
ldr x9, [sp, #32]
subs x8, x8, x9
add x2, sp, #16
str x8, [sp, #16]
ldr x9, [sp, #24]
mov x8, #32768
subs x8, x8, x9
add x5, sp, #8
str x8, [sp, #8]
ldr x8, [sp, #80]
ldr x9, [sp, #32]
add x1, x8, x9
ldr x3, [sp, #40]
ldr x8, [sp, #40]
ldr x9, [sp, #24]
add x4, x8, x9
ldr w8, [sp, #52]
and w6, w8, #0xfffffff9
add x0, sp, #96
bl _tinfl_decompress
str w0, [sp, #4]
ldr x9, [sp, #16]
ldr x8, [sp, #32]
add x8, x8, x9
str x8, [sp, #32]
ldr x8, [sp, #8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB6_8
b LBB6_6
LBB6_6: ; in Loop: Header=BB6_5 Depth=1
ldr x8, [sp, #64]
ldr x9, [sp, #40]
ldr x10, [sp, #24]
add x0, x9, x10
ldr x9, [sp, #8]
mov x1, x9
ldr x2, [sp, #56]
blr x8
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB6_8
b LBB6_7
LBB6_7:
b LBB6_11
LBB6_8: ; in Loop: Header=BB6_5 Depth=1
ldr w8, [sp, #4]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB6_10
b LBB6_9
LBB6_9:
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, eq
and w8, w8, #0x1
str w8, [sp, #48]
b LBB6_11
LBB6_10: ; in Loop: Header=BB6_5 Depth=1
ldr x8, [sp, #24]
ldr x9, [sp, #8]
add x8, x8, x9
and x8, x8, #0x7fff
str x8, [sp, #24]
b LBB6_5
LBB6_11:
ldr x8, [sp, #32]
ldr x9, [sp, #72]
str x8, [x9]
ldr w8, [sp, #48]
str w8, [sp, #92]
b LBB6_12
LBB6_12:
ldr w8, [sp, #92]
str w8, [sp] ; 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, LBB6_14
b LBB6_13
LBB6_13:
bl ___stack_chk_fail
LBB6_14:
ldr w0, [sp] ; 4-byte Folded Reload
add sp, sp, #2, lsl #12 ; =8192
add sp, sp, #2912
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _tdefl_compress ; -- Begin function tdefl_compress
.p2align 2
_tdefl_compress: ; @tdefl_compress
.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 x0, [x29, #-16]
stur x1, [x29, #-24]
stur x2, [x29, #-32]
stur x3, [x29, #-40]
str x4, [sp, #48]
str w5, [sp, #44]
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB7_6
b LBB7_1
LBB7_1:
ldur x8, [x29, #-32]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_3
b LBB7_2
LBB7_2:
ldur x8, [x29, #-32]
str xzr, [x8]
b LBB7_3
LBB7_3:
ldr x8, [sp, #48]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_5
b LBB7_4
LBB7_4:
ldr x8, [sp, #48]
str xzr, [x8]
b LBB7_5
LBB7_5:
mov w8, #-2
stur w8, [x29, #-4]
b LBB7_44
LBB7_6:
ldur x8, [x29, #-24]
ldur x9, [x29, #-16]
str x8, [x9, #136]
ldur x8, [x29, #-32]
ldur x9, [x29, #-16]
str x8, [x9, #152]
ldur x8, [x29, #-40]
ldur x9, [x29, #-16]
str x8, [x9, #144]
ldr x8, [sp, #48]
ldur x9, [x29, #-16]
str x8, [x9, #160]
ldur x8, [x29, #-24]
ldur x9, [x29, #-16]
str x8, [x9, #176]
ldur x8, [x29, #-32]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_8
b LBB7_7
LBB7_7:
ldur x8, [x29, #-32]
ldr x8, [x8]
str x8, [sp, #32] ; 8-byte Folded Spill
b LBB7_9
LBB7_8:
mov x8, #0
str x8, [sp, #32] ; 8-byte Folded Spill
b LBB7_9
LBB7_9:
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldur x9, [x29, #-16]
str x8, [x9, #184]
ldur x8, [x29, #-16]
str xzr, [x8, #192]
ldr w8, [sp, #44]
ldur x9, [x29, #-16]
str w8, [x9, #168]
ldur x8, [x29, #-16]
ldr x8, [x8]
subs x8, x8, #0
cset w8, ne
and w8, w8, #0x1
str w8, [sp, #24] ; 4-byte Folded Spill
ldur x8, [x29, #-40]
subs x8, x8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB7_11
b LBB7_10
LBB7_10:
ldr x8, [sp, #48]
subs x8, x8, #0
cset w8, ne
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB7_11
LBB7_11:
ldr w8, [sp, #24] ; 4-byte Folded Reload
ldr w9, [sp, #28] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB7_21
b LBB7_12
LBB7_12:
ldur x8, [x29, #-16]
ldr w8, [x8, #132]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB7_21
b LBB7_13
LBB7_13:
ldur x8, [x29, #-16]
ldr w8, [x8, #128]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB7_15
b LBB7_14
LBB7_14:
ldr w8, [sp, #44]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB7_21
b LBB7_15
LBB7_15:
ldur x8, [x29, #-32]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_18
b LBB7_16
LBB7_16:
ldur x8, [x29, #-32]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_18
b LBB7_17
LBB7_17:
ldur x8, [x29, #-24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_21
b LBB7_18
LBB7_18:
ldr x8, [sp, #48]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_26
b LBB7_19
LBB7_19:
ldr x8, [sp, #48]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_26
b LBB7_20
LBB7_20:
ldur x8, [x29, #-40]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB7_26
b LBB7_21
LBB7_21:
ldur x8, [x29, #-32]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_23
b LBB7_22
LBB7_22:
ldur x8, [x29, #-32]
str xzr, [x8]
b LBB7_23
LBB7_23:
ldr x8, [sp, #48]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_25
b LBB7_24
LBB7_24:
ldr x8, [sp, #48]
str xzr, [x8]
b LBB7_25
LBB7_25:
ldur x9, [x29, #-16]
mov w8, #-2
str w8, [x9, #132]
stur w8, [x29, #-4]
b LBB7_44
LBB7_26:
ldr w8, [sp, #44]
subs w8, w8, #4
cset w8, eq
and w10, w8, #0x1
ldur x9, [x29, #-16]
ldr w8, [x9, #128]
orr w8, w8, w10
str w8, [x9, #128]
ldur x8, [x29, #-16]
ldr w8, [x8, #116]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB7_28
b LBB7_27
LBB7_27:
ldur x8, [x29, #-16]
ldr w8, [x8, #120]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB7_29
b LBB7_28
LBB7_28:
ldur x0, [x29, #-16]
bl _tdefl_flush_output_buffer
ldur x8, [x29, #-16]
str w0, [x8, #132]
stur w0, [x29, #-4]
b LBB7_44
LBB7_29:
ldur x0, [x29, #-16]
bl _tdefl_compress_normal
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_31
b LBB7_30
LBB7_30:
ldur x8, [x29, #-16]
ldr w8, [x8, #132]
stur w8, [x29, #-4]
b LBB7_44
LBB7_31:
ldur x8, [x29, #-16]
ldr w8, [x8, #16]
ands w8, w8, #0x3000
cset w8, eq
tbnz w8, #0, LBB7_34
b LBB7_32
LBB7_32:
ldur x8, [x29, #-24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_34
b LBB7_33
LBB7_33:
ldur x8, [x29, #-16]
ldr w8, [x8, #32]
mov x0, x8
ldur x1, [x29, #-24]
ldur x8, [x29, #-16]
ldr x8, [x8, #176]
ldur x9, [x29, #-24]
subs x2, x8, x9
bl _mz_adler32
ldur x9, [x29, #-16]
mov x8, x0
str w8, [x9, #32]
b LBB7_34
LBB7_34:
ldr w8, [sp, #44]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB7_43
b LBB7_35
LBB7_35:
ldur x8, [x29, #-16]
ldr w8, [x8, #40]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB7_43
b LBB7_36
LBB7_36:
ldur x8, [x29, #-16]
ldr x8, [x8, #184]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB7_43
b LBB7_37
LBB7_37:
ldur x8, [x29, #-16]
ldr w8, [x8, #116]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB7_43
b LBB7_38
LBB7_38:
ldur x0, [x29, #-16]
ldr w1, [sp, #44]
bl _tdefl_flush_block
subs w8, w0, #0
cset w8, ge
tbnz w8, #0, LBB7_40
b LBB7_39
LBB7_39:
ldur x8, [x29, #-16]
ldr w8, [x8, #132]
stur w8, [x29, #-4]
b LBB7_44
LBB7_40:
ldr w8, [sp, #44]
subs w8, w8, #4
cset w8, eq
and w8, w8, #0x1
ldur x9, [x29, #-16]
str w8, [x9, #120]
ldr w8, [sp, #44]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB7_42
b LBB7_41
LBB7_41:
ldur x8, [x29, #-16]
mov x9, #37546
add x0, x8, x9
mov w1, #0
str w1, [sp, #12] ; 4-byte Folded Spill
mov x2, #8192
mov x3, #-1
str x3, [sp, #16] ; 8-byte Folded Spill
bl ___memset_chk
ldr w1, [sp, #12] ; 4-byte Folded Reload
ldr x3, [sp, #16] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
mov x9, #21162
add x0, x8, x9
mov x2, #16384
bl ___memset_chk
ldur x8, [x29, #-16]
str wzr, [x8, #44]
b LBB7_42
LBB7_42:
b LBB7_43
LBB7_43:
ldur x0, [x29, #-16]
bl _tdefl_flush_output_buffer
ldur x8, [x29, #-16]
str w0, [x8, #132]
stur w0, [x29, #-4]
b LBB7_44
LBB7_44:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_flush_output_buffer
_tdefl_flush_output_buffer: ; @tdefl_flush_output_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
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
ldr x8, [x8, #152]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB8_2
b LBB8_1
LBB8_1:
ldur x8, [x29, #-8]
ldr x8, [x8, #176]
ldur x9, [x29, #-8]
ldr x9, [x9, #136]
subs x8, x8, x9
ldur x9, [x29, #-8]
ldr x9, [x9, #152]
str x8, [x9]
b LBB8_2
LBB8_2:
ldur x8, [x29, #-8]
ldr x8, [x8, #160]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB8_7
b LBB8_3
LBB8_3:
ldur x8, [x29, #-8]
ldr x8, [x8, #160]
ldr x8, [x8]
ldur x9, [x29, #-8]
ldr x9, [x9, #192]
subs x8, x8, x9
ldur x9, [x29, #-8]
ldr w9, [x9, #116]
; kill: def $x9 killed $w9
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB8_5
b LBB8_4
LBB8_4:
ldur x8, [x29, #-8]
ldr x8, [x8, #160]
ldr x8, [x8]
ldur x9, [x29, #-8]
ldr x9, [x9, #192]
subs x8, x8, x9
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB8_6
LBB8_5:
ldur x8, [x29, #-8]
ldr w8, [x8, #116]
; kill: def $x8 killed $w8
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB8_6
LBB8_6:
ldr x8, [sp, #8] ; 8-byte Folded Reload
str x8, [sp, #16]
ldur x8, [x29, #-8]
ldr x8, [x8, #144]
ldur x9, [x29, #-8]
ldr x9, [x9, #192]
add x0, x8, x9
ldur x8, [x29, #-8]
mov x9, #45738
add x8, x8, x9
ldur x9, [x29, #-8]
ldr w9, [x9, #112]
; kill: def $x9 killed $w9
add x1, x8, x9
ldr x2, [sp, #16]
mov x3, #-1
bl ___memcpy_chk
ldr x8, [sp, #16]
mov x10, x8
ldur x9, [x29, #-8]
ldr w8, [x9, #112]
add w8, w8, w10
str w8, [x9, #112]
ldr x8, [sp, #16]
mov x10, x8
ldur x9, [x29, #-8]
ldr w8, [x9, #116]
subs w8, w8, w10
str w8, [x9, #116]
ldr x10, [sp, #16]
ldur x9, [x29, #-8]
ldr x8, [x9, #192]
add x8, x8, x10
str x8, [x9, #192]
ldur x8, [x29, #-8]
ldr x8, [x8, #192]
ldur x9, [x29, #-8]
ldr x9, [x9, #160]
str x8, [x9]
b LBB8_7
LBB8_7:
ldur x8, [x29, #-8]
ldr w8, [x8, #120]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #4] ; 4-byte Folded Spill
tbnz w8, #0, LBB8_9
b LBB8_8
LBB8_8:
ldur x8, [x29, #-8]
ldr w8, [x8, #116]
subs w8, w8, #0
cset w8, eq
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB8_9
LBB8_9:
ldr w8, [sp, #4] ; 4-byte Folded Reload
and w9, w8, #0x1
mov w8, #0
ands w9, w9, #0x1
csinc w0, w8, wzr, eq
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_compress_normal
_tdefl_compress_normal: ; @tdefl_compress_normal
.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
str x0, [sp, #216]
ldr x8, [sp, #216]
ldr x8, [x8, #176]
str x8, [sp, #208]
ldr x8, [sp, #216]
ldr x8, [x8, #184]
str x8, [sp, #200]
ldr x8, [sp, #216]
ldr w8, [x8, #168]
str w8, [sp, #196]
b LBB9_1
LBB9_1: ; =>This Loop Header: Depth=1
; Child Loop BB9_17 Depth 2
; Child Loop BB9_11 Depth 2
; Child Loop BB9_51 Depth 2
; Child Loop BB9_52 Depth 3
; Child Loop BB9_76 Depth 3
; Child Loop BB9_39 Depth 2
ldr x8, [sp, #200]
subs x8, x8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #124] ; 4-byte Folded Spill
tbnz w8, #0, LBB9_5
b LBB9_2
LBB9_2: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #120] ; 4-byte Folded Spill
tbnz w8, #0, LBB9_4
b LBB9_3
LBB9_3: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #40]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #120] ; 4-byte Folded Spill
b LBB9_4
LBB9_4: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #120] ; 4-byte Folded Reload
str w8, [sp, #124] ; 4-byte Folded Spill
b LBB9_5
LBB9_5: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #124] ; 4-byte Folded Reload
tbz w8, #0, LBB9_151
b LBB9_6
LBB9_6: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #40]
ldr x9, [sp, #216]
ldr w9, [x9, #44]
add w8, w8, w9
subs w8, w8, #2
cset w8, lo
tbnz w8, #0, LBB9_16
b LBB9_7
LBB9_7: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #36]
ldr x9, [sp, #216]
ldr w9, [x9, #40]
add w8, w8, w9
and w8, w8, #0x1fff
str w8, [sp, #176]
ldr x8, [sp, #216]
ldr w8, [x8, #36]
ldr x9, [sp, #216]
ldr w9, [x9, #40]
add w8, w8, w9
subs w8, w8, #2
str w8, [sp, #172]
ldr x8, [sp, #216]
add x8, x8, #200
ldr w9, [sp, #172]
and w9, w9, #0x1fff
ldrb w9, [x8, w9, uxtw]
ldr x8, [sp, #216]
add x8, x8, #200
ldr w10, [sp, #172]
add w10, w10, #1
and w10, w10, #0x1fff
ldrb w8, [x8, w10, uxtw]
eor w8, w8, w9, lsl #4
str w8, [sp, #168]
ldr x8, [sp, #200]
ldr x9, [sp, #216]
ldr w10, [x9, #40]
mov w9, #258
subs w9, w9, w10
; kill: def $x9 killed $w9
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB9_9
b LBB9_8
LBB9_8: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #200]
str x8, [sp, #112] ; 8-byte Folded Spill
b LBB9_10
LBB9_9: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w9, [x8, #40]
mov w8, #258
subs w8, w8, w9
; kill: def $x8 killed $w8
str x8, [sp, #112] ; 8-byte Folded Spill
b LBB9_10
LBB9_10: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #112] ; 8-byte Folded Reload
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #164]
ldr x8, [sp, #208]
ldr w9, [sp, #164]
; kill: def $x9 killed $w9
add x8, x8, x9
str x8, [sp, #152]
ldr w8, [sp, #164]
mov x9, x8
ldr x8, [sp, #200]
subs x8, x8, x9
str x8, [sp, #200]
ldr w10, [sp, #164]
ldr x9, [sp, #216]
ldr w8, [x9, #40]
add w8, w8, w10
str w8, [x9, #40]
b LBB9_11
LBB9_11: ; Parent Loop BB9_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #208]
ldr x9, [sp, #152]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB9_15
b LBB9_12
LBB9_12: ; in Loop: Header=BB9_11 Depth=2
ldr x8, [sp, #208]
add x9, x8, #1
str x9, [sp, #208]
ldrb w8, [x8]
strb w8, [sp, #151]
ldrb w8, [sp, #151]
ldr x9, [sp, #216]
add x9, x9, #200
ldr w10, [sp, #176]
; kill: def $x10 killed $w10
add x9, x9, x10
strb w8, [x9]
ldr w8, [sp, #176]
subs w8, w8, #257
cset w8, hs
tbnz w8, #0, LBB9_14
b LBB9_13
LBB9_13: ; in Loop: Header=BB9_11 Depth=2
ldrb w8, [sp, #151]
ldr x9, [sp, #216]
add x9, x9, #200
ldr w10, [sp, #176]
add w10, w10, #2, lsl #12 ; =8192
; kill: def $x10 killed $w10
add x9, x9, x10
strb w8, [x9]
b LBB9_14
LBB9_14: ; in Loop: Header=BB9_11 Depth=2
ldr w9, [sp, #168]
ldrb w8, [sp, #151]
eor w8, w8, w9, lsl #4
and w8, w8, #0xfff
str w8, [sp, #168]
ldr x8, [sp, #216]
mov x10, #37546
add x8, x8, x10
ldr w9, [sp, #168]
; kill: def $x9 killed $w9
add x8, x8, x9, lsl #1
ldrh w8, [x8]
ldr x9, [sp, #216]
mov x11, #21162
add x9, x9, x11
ldr w11, [sp, #172]
and w11, w11, #0x1fff
add x9, x9, w11, uxtw #1
strh w8, [x9]
ldr w8, [sp, #172]
ldr x9, [sp, #216]
add x9, x9, x10
ldr w10, [sp, #168]
; kill: def $x10 killed $w10
strh w8, [x9, x10, lsl #1]
ldr w8, [sp, #176]
add w8, w8, #1
and w8, w8, #0x1fff
str w8, [sp, #176]
ldr w8, [sp, #172]
add w8, w8, #1
str w8, [sp, #172]
b LBB9_11
LBB9_15: ; in Loop: Header=BB9_1 Depth=1
b LBB9_26
LBB9_16: ; in Loop: Header=BB9_1 Depth=1
b LBB9_17
LBB9_17: ; Parent Loop BB9_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #200]
subs x8, x8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB9_19
b LBB9_18
LBB9_18: ; in Loop: Header=BB9_17 Depth=2
ldr x8, [sp, #216]
ldr w8, [x8, #40]
subs w8, w8, #258
cset w8, lo
str w8, [sp, #108] ; 4-byte Folded Spill
b LBB9_19
LBB9_19: ; in Loop: Header=BB9_17 Depth=2
ldr w8, [sp, #108] ; 4-byte Folded Reload
tbz w8, #0, LBB9_25
b LBB9_20
LBB9_20: ; in Loop: Header=BB9_17 Depth=2
ldr x8, [sp, #208]
add x9, x8, #1
str x9, [sp, #208]
ldrb w8, [x8]
strb w8, [sp, #150]
ldr x8, [sp, #216]
ldr w8, [x8, #36]
ldr x9, [sp, #216]
ldr w9, [x9, #40]
add w8, w8, w9
and w8, w8, #0x1fff
str w8, [sp, #144]
ldr x8, [sp, #200]
subs x8, x8, #1
str x8, [sp, #200]
ldrb w8, [sp, #150]
ldr x9, [sp, #216]
add x9, x9, #200
ldr w10, [sp, #144]
; kill: def $x10 killed $w10
add x9, x9, x10
strb w8, [x9]
ldr w8, [sp, #144]
subs w8, w8, #257
cset w8, hs
tbnz w8, #0, LBB9_22
b LBB9_21
LBB9_21: ; in Loop: Header=BB9_17 Depth=2
ldrb w8, [sp, #150]
ldr x9, [sp, #216]
add x9, x9, #200
ldr w10, [sp, #144]
add w10, w10, #2, lsl #12 ; =8192
; kill: def $x10 killed $w10
add x9, x9, x10
strb w8, [x9]
b LBB9_22
LBB9_22: ; in Loop: Header=BB9_17 Depth=2
ldr x9, [sp, #216]
ldr w8, [x9, #40]
add w8, w8, #1
str w8, [x9, #40]
ldr x9, [sp, #216]
ldr w9, [x9, #44]
add w8, w8, w9
subs w8, w8, #3
cset w8, lo
tbnz w8, #0, LBB9_24
b LBB9_23
LBB9_23: ; in Loop: Header=BB9_17 Depth=2
ldr x8, [sp, #216]
ldr w8, [x8, #36]
ldr x9, [sp, #216]
ldr w9, [x9, #40]
subs w9, w9, #1
add w8, w8, w9
subs w8, w8, #2
str w8, [sp, #140]
ldr x8, [sp, #216]
add x8, x8, #200
ldr w9, [sp, #140]
and w9, w9, #0x1fff
ldrb w9, [x8, w9, uxtw]
ldr x8, [sp, #216]
add x8, x8, #200
ldr w10, [sp, #140]
add w10, w10, #1
and w10, w10, #0x1fff
ldrb w8, [x8, w10, uxtw]
lsl w8, w8, #4
eor w8, w8, w9, lsl #8
ldrb w9, [sp, #150]
eor w8, w8, w9
and w8, w8, #0xfff
str w8, [sp, #136]
ldr x8, [sp, #216]
mov x10, #37546
add x8, x8, x10
ldr w9, [sp, #136]
; kill: def $x9 killed $w9
add x8, x8, x9, lsl #1
ldrh w8, [x8]
ldr x9, [sp, #216]
mov x11, #21162
add x9, x9, x11
ldr w11, [sp, #140]
and w11, w11, #0x1fff
add x9, x9, w11, uxtw #1
strh w8, [x9]
ldr w8, [sp, #140]
ldr x9, [sp, #216]
add x9, x9, x10
ldr w10, [sp, #136]
; kill: def $x10 killed $w10
strh w8, [x9, x10, lsl #1]
b LBB9_24
LBB9_24: ; in Loop: Header=BB9_17 Depth=2
b LBB9_17
LBB9_25: ; in Loop: Header=BB9_1 Depth=1
b LBB9_26
LBB9_26: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w9, [x8, #40]
mov w8, #8192
subs w8, w8, w9
ldr x9, [sp, #216]
ldr w9, [x9, #44]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB9_28
b LBB9_27
LBB9_27: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w9, [x8, #40]
mov w8, #8192
subs w8, w8, w9
str w8, [sp, #104] ; 4-byte Folded Spill
b LBB9_29
LBB9_28: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #44]
str w8, [sp, #104] ; 4-byte Folded Spill
b LBB9_29
LBB9_29: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #104] ; 4-byte Folded Reload
ldr x9, [sp, #216]
str w8, [x9, #44]
ldr w8, [sp, #196]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_32
b LBB9_30
LBB9_30: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #40]
subs w8, w8, #258
cset w8, hs
tbnz w8, #0, LBB9_32
b LBB9_31
LBB9_31:
b LBB9_151
LBB9_32: ; in Loop: Header=BB9_1 Depth=1
mov w8, #1
str w8, [sp, #192]
str wzr, [sp, #188]
ldr x8, [sp, #216]
ldr w8, [x8, #104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB9_34
b LBB9_33
LBB9_33: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #104]
str w8, [sp, #100] ; 4-byte Folded Spill
b LBB9_35
LBB9_34: ; in Loop: Header=BB9_1 Depth=1
mov w8, #2
str w8, [sp, #100] ; 4-byte Folded Spill
b LBB9_35
LBB9_35: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #100] ; 4-byte Folded Reload
str w8, [sp, #184]
ldr x8, [sp, #216]
ldr w8, [x8, #36]
and w8, w8, #0x1fff
str w8, [sp, #180]
ldr x8, [sp, #216]
ldr w8, [x8, #16]
mov w9, #589824
ands w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB9_48
b LBB9_36
LBB9_36: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #44]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB9_47
b LBB9_37
LBB9_37: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #16]
ands w8, w8, #0x80000
cset w8, ne
tbnz w8, #0, LBB9_47
b LBB9_38
LBB9_38: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
add x8, x8, #200
ldr w9, [sp, #180]
subs w9, w9, #1
and w9, w9, #0x1fff
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #135]
str wzr, [sp, #184]
b LBB9_39
LBB9_39: ; Parent Loop BB9_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #184]
ldr x9, [sp, #216]
ldr w9, [x9, #40]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB9_43
b LBB9_40
LBB9_40: ; in Loop: Header=BB9_39 Depth=2
ldr x8, [sp, #216]
add x8, x8, #200
ldr w9, [sp, #180]
ldr w10, [sp, #184]
add w9, w9, w10
ldrb w8, [x8, w9, uxtw]
ldrb w9, [sp, #135]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB9_42
b LBB9_41
LBB9_41: ; in Loop: Header=BB9_1 Depth=1
b LBB9_43
LBB9_42: ; in Loop: Header=BB9_39 Depth=2
ldr w8, [sp, #184]
add w8, w8, #1
str w8, [sp, #184]
b LBB9_39
LBB9_43: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB9_45
b LBB9_44
LBB9_44: ; in Loop: Header=BB9_1 Depth=1
str wzr, [sp, #184]
b LBB9_46
LBB9_45: ; in Loop: Header=BB9_1 Depth=1
mov w8, #1
str w8, [sp, #188]
b LBB9_46
LBB9_46: ; in Loop: Header=BB9_1 Depth=1
b LBB9_47
LBB9_47: ; in Loop: Header=BB9_1 Depth=1
b LBB9_86
LBB9_48: ; in Loop: Header=BB9_1 Depth=1
ldr x11, [sp, #216]
ldr x8, [sp, #216]
ldr w10, [x8, #36]
ldr x8, [sp, #216]
ldr w9, [x8, #44]
ldr x8, [sp, #216]
ldr w8, [x8, #40]
stur x11, [x29, #-128]
stur w10, [x29, #-132]
stur w9, [x29, #-136]
stur w8, [x29, #-140]
add x8, sp, #188
stur x8, [x29, #-152]
add x8, sp, #184
stur x8, [x29, #-160]
ldur w8, [x29, #-132]
and w8, w8, #0x1fff
stur w8, [x29, #-168]
ldur x8, [x29, #-160]
ldr w8, [x8]
stur w8, [x29, #-172]
ldur w8, [x29, #-168]
stur w8, [x29, #-176]
ldur x8, [x29, #-128]
add x8, x8, #20
ldur w9, [x29, #-172]
subs w9, w9, #32
cset w10, hs
; implicit-def: $x9
mov x9, x10
and x9, x9, #0x1
ldr w8, [x8, x9, lsl #2]
stur w8, [x29, #-188]
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-168]
; kill: def $x9 killed $w9
add x8, x8, x9
stur x8, [x29, #-200]
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-168]
ldur w10, [x29, #-172]
add w9, w9, w10
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
sturb w8, [x29, #-217]
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-168]
ldur w10, [x29, #-172]
add w9, w9, w10
subs w9, w9, #1
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
sturb w8, [x29, #-218]
ldur w8, [x29, #-140]
ldur w9, [x29, #-172]
subs w8, w8, w9
cset w8, hi
tbnz w8, #0, LBB9_50
b LBB9_49
LBB9_49: ; in Loop: Header=BB9_1 Depth=1
b LBB9_85
LBB9_50: ; in Loop: Header=BB9_1 Depth=1
b LBB9_51
LBB9_51: ; Parent Loop BB9_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB9_52 Depth 3
; Child Loop BB9_76 Depth 3
b LBB9_52
LBB9_52: ; Parent Loop BB9_1 Depth=1
; Parent Loop BB9_51 Depth=2
; => This Inner Loop Header: Depth=3
ldur w8, [x29, #-188]
subs w8, w8, #1
stur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_54
b LBB9_53
LBB9_53: ; in Loop: Header=BB9_1 Depth=1
b LBB9_85
LBB9_54: ; in Loop: Header=BB9_52 Depth=3
ldur x8, [x29, #-128]
mov x9, #21162
add x8, x8, x9
ldur w9, [x29, #-176]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
stur w8, [x29, #-180]
ldur w8, [x29, #-180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB9_56
b LBB9_55
LBB9_55: ; in Loop: Header=BB9_52 Depth=3
ldur w8, [x29, #-132]
ldur w9, [x29, #-180]
subs w8, w8, w9
and w8, w8, #0xffff
stur w8, [x29, #-164]
ldur w9, [x29, #-136]
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB9_57
b LBB9_56
LBB9_56: ; in Loop: Header=BB9_1 Depth=1
b LBB9_85
LBB9_57: ; in Loop: Header=BB9_52 Depth=3
ldur w8, [x29, #-180]
and w8, w8, #0x1fff
stur w8, [x29, #-176]
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-176]
ldur w10, [x29, #-172]
add w9, w9, w10
ldrb w8, [x8, w9, uxtw]
ldurb w9, [x29, #-217]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB9_60
b LBB9_58
LBB9_58: ; in Loop: Header=BB9_52 Depth=3
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-176]
ldur w10, [x29, #-172]
add w9, w9, w10
subs w9, w9, #1
ldrb w8, [x8, w9, uxtw]
ldurb w9, [x29, #-218]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB9_60
b LBB9_59
LBB9_59: ; in Loop: Header=BB9_51 Depth=2
b LBB9_73
LBB9_60: ; in Loop: Header=BB9_52 Depth=3
ldur x8, [x29, #-128]
mov x9, #21162
add x8, x8, x9
ldur w9, [x29, #-176]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
stur w8, [x29, #-180]
ldur w8, [x29, #-180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB9_62
b LBB9_61
LBB9_61: ; in Loop: Header=BB9_52 Depth=3
ldur w8, [x29, #-132]
ldur w9, [x29, #-180]
subs w8, w8, w9
and w8, w8, #0xffff
stur w8, [x29, #-164]
ldur w9, [x29, #-136]
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB9_63
b LBB9_62
LBB9_62: ; in Loop: Header=BB9_1 Depth=1
b LBB9_85
LBB9_63: ; in Loop: Header=BB9_52 Depth=3
ldur w8, [x29, #-180]
and w8, w8, #0x1fff
stur w8, [x29, #-176]
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-176]
ldur w10, [x29, #-172]
add w9, w9, w10
ldrb w8, [x8, w9, uxtw]
ldurb w9, [x29, #-217]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB9_66
b LBB9_64
LBB9_64: ; in Loop: Header=BB9_52 Depth=3
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-176]
ldur w10, [x29, #-172]
add w9, w9, w10
subs w9, w9, #1
ldrb w8, [x8, w9, uxtw]
ldurb w9, [x29, #-218]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB9_66
b LBB9_65
LBB9_65: ; in Loop: Header=BB9_51 Depth=2
b LBB9_73
LBB9_66: ; in Loop: Header=BB9_52 Depth=3
ldur x8, [x29, #-128]
mov x9, #21162
add x8, x8, x9
ldur w9, [x29, #-176]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
stur w8, [x29, #-180]
ldur w8, [x29, #-180]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB9_68
b LBB9_67
LBB9_67: ; in Loop: Header=BB9_52 Depth=3
ldur w8, [x29, #-132]
ldur w9, [x29, #-180]
subs w8, w8, w9
and w8, w8, #0xffff
stur w8, [x29, #-164]
ldur w9, [x29, #-136]
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB9_69
b LBB9_68
LBB9_68: ; in Loop: Header=BB9_1 Depth=1
b LBB9_85
LBB9_69: ; in Loop: Header=BB9_52 Depth=3
ldur w8, [x29, #-180]
and w8, w8, #0x1fff
stur w8, [x29, #-176]
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-176]
ldur w10, [x29, #-172]
add w9, w9, w10
ldrb w8, [x8, w9, uxtw]
ldurb w9, [x29, #-217]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB9_72
b LBB9_70
LBB9_70: ; in Loop: Header=BB9_52 Depth=3
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-176]
ldur w10, [x29, #-172]
add w9, w9, w10
subs w9, w9, #1
ldrb w8, [x8, w9, uxtw]
ldurb w9, [x29, #-218]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB9_72
b LBB9_71
LBB9_71: ; in Loop: Header=BB9_51 Depth=2
b LBB9_73
LBB9_72: ; in Loop: Header=BB9_52 Depth=3
b LBB9_52
LBB9_73: ; in Loop: Header=BB9_51 Depth=2
ldur w8, [x29, #-164]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_75
b LBB9_74
LBB9_74: ; in Loop: Header=BB9_1 Depth=1
b LBB9_85
LBB9_75: ; in Loop: Header=BB9_51 Depth=2
ldur x8, [x29, #-200]
stur x8, [x29, #-208]
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-176]
; kill: def $x9 killed $w9
add x8, x8, x9
stur x8, [x29, #-216]
stur wzr, [x29, #-184]
b LBB9_76
LBB9_76: ; Parent Loop BB9_1 Depth=1
; Parent Loop BB9_51 Depth=2
; => This Inner Loop Header: Depth=3
ldur w8, [x29, #-184]
ldur w9, [x29, #-140]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB9_80
b LBB9_77
LBB9_77: ; in Loop: Header=BB9_76 Depth=3
ldur x8, [x29, #-208]
add x9, x8, #1
stur x9, [x29, #-208]
ldrb w8, [x8]
ldur x9, [x29, #-216]
add x10, x9, #1
stur x10, [x29, #-216]
ldrb w9, [x9]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB9_79
b LBB9_78
LBB9_78: ; in Loop: Header=BB9_51 Depth=2
b LBB9_80
LBB9_79: ; in Loop: Header=BB9_76 Depth=3
ldur w8, [x29, #-184]
add w8, w8, #1
stur w8, [x29, #-184]
b LBB9_76
LBB9_80: ; in Loop: Header=BB9_51 Depth=2
ldur w8, [x29, #-184]
ldur w9, [x29, #-172]
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB9_84
b LBB9_81
LBB9_81: ; in Loop: Header=BB9_51 Depth=2
ldur w8, [x29, #-164]
ldur x9, [x29, #-152]
str w8, [x9]
ldur w8, [x29, #-184]
stur w8, [x29, #-172]
ldur x9, [x29, #-160]
str w8, [x9]
ldur w9, [x29, #-140]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB9_83
b LBB9_82
LBB9_82: ; in Loop: Header=BB9_1 Depth=1
b LBB9_85
LBB9_83: ; in Loop: Header=BB9_51 Depth=2
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-168]
ldur w10, [x29, #-172]
add w9, w9, w10
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
sturb w8, [x29, #-217]
ldur x8, [x29, #-128]
add x8, x8, #200
ldur w9, [x29, #-168]
ldur w10, [x29, #-172]
add w9, w9, w10
subs w9, w9, #1
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
sturb w8, [x29, #-218]
b LBB9_84
LBB9_84: ; in Loop: Header=BB9_51 Depth=2
b LBB9_51
LBB9_85: ; in Loop: Header=BB9_1 Depth=1
b LBB9_86
LBB9_86: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB9_88
b LBB9_87
LBB9_87: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #188]
subs w8, w8, #2, lsl #12 ; =8192
cset w8, hs
tbnz w8, #0, LBB9_91
b LBB9_88
LBB9_88: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #180]
ldr w9, [sp, #188]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB9_91
b LBB9_89
LBB9_89: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #16]
ands w8, w8, #0x20000
cset w8, eq
tbnz w8, #0, LBB9_92
b LBB9_90
LBB9_90: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #5
cset w8, hi
tbnz w8, #0, LBB9_92
b LBB9_91
LBB9_91: ; in Loop: Header=BB9_1 Depth=1
str wzr, [sp, #184]
str wzr, [sp, #188]
b LBB9_92
LBB9_92: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB9_116
b LBB9_93
LBB9_93: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #184]
ldr x9, [sp, #216]
ldr w9, [x9, #104]
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB9_107
b LBB9_94
LBB9_94: ; in Loop: Header=BB9_1 Depth=1
ldr x9, [sp, #216]
ldr x8, [sp, #216]
ldr w8, [x8, #108]
stur x9, [x29, #-96]
sturb w8, [x29, #-97]
ldur x9, [x29, #-96]
ldr w8, [x9, #84]
add w8, w8, #1
str w8, [x9, #84]
ldurb w8, [x29, #-97]
ldur x11, [x29, #-96]
ldr x9, [x11, #48]
add x10, x9, #1
str x10, [x11, #48]
strb w8, [x9]
ldur x8, [x29, #-96]
ldr x8, [x8, #56]
ldrb w8, [x8]
asr w8, w8, #1
ldur x9, [x29, #-96]
ldr x9, [x9, #56]
strb w8, [x9]
ldur x9, [x29, #-96]
ldr w8, [x9, #80]
subs w8, w8, #1
str w8, [x9, #80]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_96
b LBB9_95
LBB9_95: ; in Loop: Header=BB9_1 Depth=1
ldur x9, [x29, #-96]
mov w8, #8
str w8, [x9, #80]
ldur x10, [x29, #-96]
ldr x8, [x10, #48]
mov x9, x8
add x9, x9, #1
str x9, [x10, #48]
ldur x9, [x29, #-96]
str x8, [x9, #56]
b LBB9_96
LBB9_96: ; in Loop: Header=BB9_1 Depth=1
ldur x8, [x29, #-96]
mov x9, #8650
add x8, x8, x9
ldurb w9, [x29, #-97]
; kill: def $x9 killed $w9
add x9, x8, x9, lsl #1
ldrh w8, [x9]
add w8, w8, #1
strh w8, [x9]
ldr w8, [sp, #184]
subs w8, w8, #128
cset w8, lo
tbnz w8, #0, LBB9_105
b LBB9_97
LBB9_97: ; in Loop: Header=BB9_1 Depth=1
ldr x10, [sp, #216]
ldr w9, [sp, #184]
ldr w8, [sp, #188]
stur x10, [x29, #-24]
stur w9, [x29, #-28]
stur w8, [x29, #-32]
ldur w10, [x29, #-28]
ldur x9, [x29, #-24]
ldr w8, [x9, #84]
add w8, w8, w10
str w8, [x9, #84]
ldur w8, [x29, #-28]
subs w8, w8, #3
ldur x9, [x29, #-24]
ldr x9, [x9, #48]
strb w8, [x9]
ldur w8, [x29, #-32]
subs w8, w8, #1
stur w8, [x29, #-32]
ldurb w8, [x29, #-32]
ldur x9, [x29, #-24]
ldr x9, [x9, #48]
strb w8, [x9, #1]
ldur w8, [x29, #-32]
lsr w8, w8, #8
ldur x9, [x29, #-24]
ldr x9, [x9, #48]
strb w8, [x9, #2]
ldur x9, [x29, #-24]
ldr x8, [x9, #48]
add x8, x8, #3
str x8, [x9, #48]
ldur x8, [x29, #-24]
ldr x8, [x8, #56]
ldrb w8, [x8]
asr w8, w8, #1
orr w8, w8, #0x80
ldur x9, [x29, #-24]
ldr x9, [x9, #56]
strb w8, [x9]
ldur x9, [x29, #-24]
ldr w8, [x9, #80]
subs w8, w8, #1
str w8, [x9, #80]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_99
b LBB9_98
LBB9_98: ; in Loop: Header=BB9_1 Depth=1
ldur x9, [x29, #-24]
mov w8, #8
str w8, [x9, #80]
ldur x10, [x29, #-24]
ldr x8, [x10, #48]
mov x9, x8
add x9, x9, #1
str x9, [x10, #48]
ldur x9, [x29, #-24]
str x8, [x9, #56]
b LBB9_99
LBB9_99: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-32]
and w9, w8, #0x1ff
adrp x8, _s_tdefl_small_dist_sym@PAGE
add x8, x8, _s_tdefl_small_dist_sym@PAGEOFF
ldrb w8, [x8, w9, uxtw]
stur w8, [x29, #-36]
ldur w8, [x29, #-32]
lsr w8, w8, #8
and w9, w8, #0x7f
adrp x8, _s_tdefl_large_dist_sym@PAGE
add x8, x8, _s_tdefl_large_dist_sym@PAGEOFF
ldrb w8, [x8, w9, uxtw]
stur w8, [x29, #-40]
ldur x8, [x29, #-24]
mov x9, #9226
add x8, x8, x9
str x8, [sp, #88] ; 8-byte Folded Spill
ldur w8, [x29, #-32]
subs w8, w8, #512
cset w8, hs
tbnz w8, #0, LBB9_101
b LBB9_100
LBB9_100: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-36]
str w8, [sp, #84] ; 4-byte Folded Spill
b LBB9_102
LBB9_101: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-40]
str w8, [sp, #84] ; 4-byte Folded Spill
b LBB9_102
LBB9_102: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w9, [sp, #84] ; 4-byte Folded Reload
add x9, x8, w9, uxtw #1
ldrh w8, [x9]
add w8, w8, #1
strh w8, [x9]
ldur w8, [x29, #-28]
subs w8, w8, #3
cset w8, lo
tbnz w8, #0, LBB9_104
b LBB9_103
LBB9_103: ; in Loop: Header=BB9_1 Depth=1
ldur x8, [x29, #-24]
mov x9, #8650
add x8, x8, x9
ldur w9, [x29, #-28]
subs w10, w9, #3
adrp x9, _s_tdefl_len_sym@PAGE
add x9, x9, _s_tdefl_len_sym@PAGEOFF
ldrh w9, [x9, w10, uxtw #1]
; kill: def $x9 killed $w9
add x9, x8, x9, lsl #1
ldrh w8, [x9]
add w8, w8, #1
strh w8, [x9]
b LBB9_104
LBB9_104: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
str wzr, [x8, #104]
ldr w8, [sp, #184]
str w8, [sp, #192]
b LBB9_106
LBB9_105: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
add x8, x8, #200
ldr w9, [sp, #180]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
ldr x9, [sp, #216]
str w8, [x9, #108]
ldr w8, [sp, #188]
ldr x9, [sp, #216]
str w8, [x9, #100]
ldr w8, [sp, #184]
ldr x9, [sp, #216]
str w8, [x9, #104]
b LBB9_106
LBB9_106: ; in Loop: Header=BB9_1 Depth=1
b LBB9_115
LBB9_107: ; in Loop: Header=BB9_1 Depth=1
ldr x10, [sp, #216]
ldr x8, [sp, #216]
ldr w9, [x8, #104]
ldr x8, [sp, #216]
ldr w8, [x8, #100]
stur x10, [x29, #-48]
stur w9, [x29, #-52]
stur w8, [x29, #-56]
ldur w10, [x29, #-52]
ldur x9, [x29, #-48]
ldr w8, [x9, #84]
add w8, w8, w10
str w8, [x9, #84]
ldur w8, [x29, #-52]
subs w8, w8, #3
ldur x9, [x29, #-48]
ldr x9, [x9, #48]
strb w8, [x9]
ldur w8, [x29, #-56]
subs w8, w8, #1
stur w8, [x29, #-56]
ldurb w8, [x29, #-56]
ldur x9, [x29, #-48]
ldr x9, [x9, #48]
strb w8, [x9, #1]
ldur w8, [x29, #-56]
lsr w8, w8, #8
ldur x9, [x29, #-48]
ldr x9, [x9, #48]
strb w8, [x9, #2]
ldur x9, [x29, #-48]
ldr x8, [x9, #48]
add x8, x8, #3
str x8, [x9, #48]
ldur x8, [x29, #-48]
ldr x8, [x8, #56]
ldrb w8, [x8]
asr w8, w8, #1
orr w8, w8, #0x80
ldur x9, [x29, #-48]
ldr x9, [x9, #56]
strb w8, [x9]
ldur x9, [x29, #-48]
ldr w8, [x9, #80]
subs w8, w8, #1
str w8, [x9, #80]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_109
b LBB9_108
LBB9_108: ; in Loop: Header=BB9_1 Depth=1
ldur x9, [x29, #-48]
mov w8, #8
str w8, [x9, #80]
ldur x10, [x29, #-48]
ldr x8, [x10, #48]
mov x9, x8
add x9, x9, #1
str x9, [x10, #48]
ldur x9, [x29, #-48]
str x8, [x9, #56]
b LBB9_109
LBB9_109: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-56]
and w9, w8, #0x1ff
adrp x8, _s_tdefl_small_dist_sym@PAGE
add x8, x8, _s_tdefl_small_dist_sym@PAGEOFF
ldrb w8, [x8, w9, uxtw]
stur w8, [x29, #-60]
ldur w8, [x29, #-56]
lsr w8, w8, #8
and w9, w8, #0x7f
adrp x8, _s_tdefl_large_dist_sym@PAGE
add x8, x8, _s_tdefl_large_dist_sym@PAGEOFF
ldrb w8, [x8, w9, uxtw]
stur w8, [x29, #-64]
ldur x8, [x29, #-48]
mov x9, #9226
add x8, x8, x9
str x8, [sp, #72] ; 8-byte Folded Spill
ldur w8, [x29, #-56]
subs w8, w8, #512
cset w8, hs
tbnz w8, #0, LBB9_111
b LBB9_110
LBB9_110: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-60]
str w8, [sp, #68] ; 4-byte Folded Spill
b LBB9_112
LBB9_111: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-64]
str w8, [sp, #68] ; 4-byte Folded Spill
b LBB9_112
LBB9_112: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w9, [sp, #68] ; 4-byte Folded Reload
add x9, x8, w9, uxtw #1
ldrh w8, [x9]
add w8, w8, #1
strh w8, [x9]
ldur w8, [x29, #-52]
subs w8, w8, #3
cset w8, lo
tbnz w8, #0, LBB9_114
b LBB9_113
LBB9_113: ; in Loop: Header=BB9_1 Depth=1
ldur x8, [x29, #-48]
mov x9, #8650
add x8, x8, x9
ldur w9, [x29, #-52]
subs w10, w9, #3
adrp x9, _s_tdefl_len_sym@PAGE
add x9, x9, _s_tdefl_len_sym@PAGEOFF
ldrh w9, [x9, w10, uxtw #1]
; kill: def $x9 killed $w9
add x9, x8, x9, lsl #1
ldrh w8, [x9]
add w8, w8, #1
strh w8, [x9]
b LBB9_114
LBB9_114: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #104]
subs w8, w8, #1
str w8, [sp, #192]
ldr x8, [sp, #216]
str wzr, [x8, #104]
b LBB9_115
LBB9_115: ; in Loop: Header=BB9_1 Depth=1
b LBB9_140
LBB9_116: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_123
b LBB9_117
LBB9_117: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
str x8, [sp, #48] ; 8-byte Folded Spill
ldr x8, [sp, #216]
add x8, x8, #200
str x8, [sp, #56] ; 8-byte Folded Spill
ldr w8, [sp, #180]
; kill: def $x8 killed $w8
mov x9, #8448
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB9_119
b LBB9_118
LBB9_118: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #180]
; kill: def $x8 killed $w8
str x8, [sp, #40] ; 8-byte Folded Spill
b LBB9_120
LBB9_119: ; in Loop: Header=BB9_1 Depth=1
mov x8, #8448
str x8, [sp, #40] ; 8-byte Folded Spill
b LBB9_120
LBB9_120: ; in Loop: Header=BB9_1 Depth=1
ldr x9, [sp, #48] ; 8-byte Folded Reload
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x10, [sp, #40] ; 8-byte Folded Reload
add x8, x8, x10
ldrb w8, [x8]
stur x9, [x29, #-112]
sturb w8, [x29, #-113]
ldur x9, [x29, #-112]
ldr w8, [x9, #84]
add w8, w8, #1
str w8, [x9, #84]
ldurb w8, [x29, #-113]
ldur x11, [x29, #-112]
ldr x9, [x11, #48]
add x10, x9, #1
str x10, [x11, #48]
strb w8, [x9]
ldur x8, [x29, #-112]
ldr x8, [x8, #56]
ldrb w8, [x8]
asr w8, w8, #1
ldur x9, [x29, #-112]
ldr x9, [x9, #56]
strb w8, [x9]
ldur x9, [x29, #-112]
ldr w8, [x9, #80]
subs w8, w8, #1
str w8, [x9, #80]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_122
b LBB9_121
LBB9_121: ; in Loop: Header=BB9_1 Depth=1
ldur x9, [x29, #-112]
mov w8, #8
str w8, [x9, #80]
ldur x10, [x29, #-112]
ldr x8, [x10, #48]
mov x9, x8
add x9, x9, #1
str x9, [x10, #48]
ldur x9, [x29, #-112]
str x8, [x9, #56]
b LBB9_122
LBB9_122: ; in Loop: Header=BB9_1 Depth=1
ldur x8, [x29, #-112]
mov x9, #8650
add x8, x8, x9
ldurb w9, [x29, #-113]
; kill: def $x9 killed $w9
add x9, x8, x9, lsl #1
ldrh w8, [x9]
add w8, w8, #1
strh w8, [x9]
b LBB9_139
LBB9_123: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #28]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_126
b LBB9_124
LBB9_124: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #16]
ands w8, w8, #0x10000
cset w8, ne
tbnz w8, #0, LBB9_126
b LBB9_125
LBB9_125: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #184]
subs w8, w8, #128
cset w8, lo
tbnz w8, #0, LBB9_134
b LBB9_126
LBB9_126: ; in Loop: Header=BB9_1 Depth=1
ldr x10, [sp, #216]
ldr w9, [sp, #184]
ldr w8, [sp, #188]
stur x10, [x29, #-72]
stur w9, [x29, #-76]
stur w8, [x29, #-80]
ldur w10, [x29, #-76]
ldur x9, [x29, #-72]
ldr w8, [x9, #84]
add w8, w8, w10
str w8, [x9, #84]
ldur w8, [x29, #-76]
subs w8, w8, #3
ldur x9, [x29, #-72]
ldr x9, [x9, #48]
strb w8, [x9]
ldur w8, [x29, #-80]
subs w8, w8, #1
stur w8, [x29, #-80]
ldurb w8, [x29, #-80]
ldur x9, [x29, #-72]
ldr x9, [x9, #48]
strb w8, [x9, #1]
ldur w8, [x29, #-80]
lsr w8, w8, #8
ldur x9, [x29, #-72]
ldr x9, [x9, #48]
strb w8, [x9, #2]
ldur x9, [x29, #-72]
ldr x8, [x9, #48]
add x8, x8, #3
str x8, [x9, #48]
ldur x8, [x29, #-72]
ldr x8, [x8, #56]
ldrb w8, [x8]
asr w8, w8, #1
orr w8, w8, #0x80
ldur x9, [x29, #-72]
ldr x9, [x9, #56]
strb w8, [x9]
ldur x9, [x29, #-72]
ldr w8, [x9, #80]
subs w8, w8, #1
str w8, [x9, #80]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_128
b LBB9_127
LBB9_127: ; in Loop: Header=BB9_1 Depth=1
ldur x9, [x29, #-72]
mov w8, #8
str w8, [x9, #80]
ldur x10, [x29, #-72]
ldr x8, [x10, #48]
mov x9, x8
add x9, x9, #1
str x9, [x10, #48]
ldur x9, [x29, #-72]
str x8, [x9, #56]
b LBB9_128
LBB9_128: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-80]
and w9, w8, #0x1ff
adrp x8, _s_tdefl_small_dist_sym@PAGE
add x8, x8, _s_tdefl_small_dist_sym@PAGEOFF
ldrb w8, [x8, w9, uxtw]
stur w8, [x29, #-84]
ldur w8, [x29, #-80]
lsr w8, w8, #8
and w9, w8, #0x7f
adrp x8, _s_tdefl_large_dist_sym@PAGE
add x8, x8, _s_tdefl_large_dist_sym@PAGEOFF
ldrb w8, [x8, w9, uxtw]
stur w8, [x29, #-88]
ldur x8, [x29, #-72]
mov x9, #9226
add x8, x8, x9
str x8, [sp, #32] ; 8-byte Folded Spill
ldur w8, [x29, #-80]
subs w8, w8, #512
cset w8, hs
tbnz w8, #0, LBB9_130
b LBB9_129
LBB9_129: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-84]
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB9_131
LBB9_130: ; in Loop: Header=BB9_1 Depth=1
ldur w8, [x29, #-88]
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB9_131
LBB9_131: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w9, [sp, #28] ; 4-byte Folded Reload
add x9, x8, w9, uxtw #1
ldrh w8, [x9]
add w8, w8, #1
strh w8, [x9]
ldur w8, [x29, #-76]
subs w8, w8, #3
cset w8, lo
tbnz w8, #0, LBB9_133
b LBB9_132
LBB9_132: ; in Loop: Header=BB9_1 Depth=1
ldur x8, [x29, #-72]
mov x9, #8650
add x8, x8, x9
ldur w9, [x29, #-76]
subs w10, w9, #3
adrp x9, _s_tdefl_len_sym@PAGE
add x9, x9, _s_tdefl_len_sym@PAGEOFF
ldrh w9, [x9, w10, uxtw #1]
; kill: def $x9 killed $w9
add x9, x8, x9, lsl #1
ldrh w8, [x9]
add w8, w8, #1
strh w8, [x9]
b LBB9_133
LBB9_133: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #184]
str w8, [sp, #192]
b LBB9_138
LBB9_134: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
add x8, x8, #200
str x8, [sp, #16] ; 8-byte Folded Spill
ldr w8, [sp, #180]
; kill: def $x8 killed $w8
mov x9, #8448
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB9_136
b LBB9_135
LBB9_135: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #180]
; kill: def $x8 killed $w8
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB9_137
LBB9_136: ; in Loop: Header=BB9_1 Depth=1
mov x8, #8448
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB9_137
LBB9_137: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldrb w8, [x8, x9]
ldr x9, [sp, #216]
str w8, [x9, #108]
ldr w8, [sp, #188]
ldr x9, [sp, #216]
str w8, [x9, #100]
ldr w8, [sp, #184]
ldr x9, [sp, #216]
str w8, [x9, #104]
b LBB9_138
LBB9_138: ; in Loop: Header=BB9_1 Depth=1
b LBB9_139
LBB9_139: ; in Loop: Header=BB9_1 Depth=1
b LBB9_140
LBB9_140: ; in Loop: Header=BB9_1 Depth=1
ldr w10, [sp, #192]
ldr x9, [sp, #216]
ldr w8, [x9, #36]
add w8, w8, w10
str w8, [x9, #36]
ldr w10, [sp, #192]
ldr x9, [sp, #216]
ldr w8, [x9, #40]
subs w8, w8, w10
str w8, [x9, #40]
ldr x8, [sp, #216]
ldr w8, [x8, #44]
ldr w9, [sp, #192]
add w8, w8, w9
subs w8, w8, #2, lsl #12 ; =8192
cset w8, hs
tbnz w8, #0, LBB9_142
b LBB9_141
LBB9_141: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #44]
ldr w9, [sp, #192]
add w8, w8, w9
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB9_143
LBB9_142: ; in Loop: Header=BB9_1 Depth=1
mov w8, #8192
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB9_143
LBB9_143: ; in Loop: Header=BB9_1 Depth=1
ldr w8, [sp, #4] ; 4-byte Folded Reload
ldr x9, [sp, #216]
str w8, [x9, #44]
ldr x8, [sp, #216]
ldr x8, [x8, #48]
ldr x9, [sp, #216]
mov x10, #21154
add x9, x9, x10
subs x8, x8, x9
cset w8, hi
tbnz w8, #0, LBB9_147
b LBB9_144
LBB9_144: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #84]
mov w9, #31744
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB9_150
b LBB9_145
LBB9_145: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr x8, [x8, #48]
ldr x9, [sp, #216]
mov x10, #12970
add x9, x9, x10
subs x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
mov w9, #115
mul w9, w8, w9
ldr x8, [sp, #216]
ldr w8, [x8, #84]
subs w8, w8, w9, lsr #7
cset w8, ls
tbnz w8, #0, LBB9_147
b LBB9_146
LBB9_146: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #216]
ldr w8, [x8, #16]
ands w8, w8, #0x80000
cset w8, eq
tbnz w8, #0, LBB9_150
b LBB9_147
LBB9_147: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #208]
ldr x9, [sp, #216]
str x8, [x9, #176]
ldr x8, [sp, #200]
ldr x9, [sp, #216]
str x8, [x9, #184]
ldr x0, [sp, #216]
mov w1, #0
bl _tdefl_flush_block
str w0, [sp, #128]
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB9_149
b LBB9_148
LBB9_148:
ldr w8, [sp, #128]
subs w8, w8, #0
cset w8, lt
and w8, w8, #0x1
ands w8, w8, #0x1
cset w8, eq
str w8, [sp, #224]
b LBB9_152
LBB9_149: ; in Loop: Header=BB9_1 Depth=1
b LBB9_150
LBB9_150: ; in Loop: Header=BB9_1 Depth=1
b LBB9_1
LBB9_151:
ldr x8, [sp, #208]
ldr x9, [sp, #216]
str x8, [x9, #176]
ldr x8, [sp, #200]
ldr x9, [sp, #216]
str x8, [x9, #184]
mov w8, #1
str w8, [sp, #224]
b LBB9_152
LBB9_152:
ldr w0, [sp, #224]
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
.p2align 2 ; -- Begin function tdefl_flush_block
_tdefl_flush_block: ; @tdefl_flush_block
.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 x0, [x29, #-32]
stur w1, [x29, #-36]
stur wzr, [x29, #-60]
ldur x8, [x29, #-32]
ldr w8, [x8, #16]
ands w8, w8, #0x80000
cset w8, eq
mov w9, #0
str w9, [sp, #52] ; 4-byte Folded Spill
tbnz w8, #0, LBB10_2
b LBB10_1
LBB10_1:
ldur x8, [x29, #-32]
ldr w8, [x8, #36]
ldur x9, [x29, #-32]
ldr w9, [x9, #88]
subs w8, w8, w9
ldur x9, [x29, #-32]
ldr w9, [x9, #44]
subs w8, w8, w9
cset w8, ls
str w8, [sp, #52] ; 4-byte Folded Spill
b LBB10_2
LBB10_2:
ldr w8, [sp, #52] ; 4-byte Folded Reload
and w8, w8, #0x1
stur w8, [x29, #-68]
ldur x8, [x29, #-32]
ldr x8, [x8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB10_5
b LBB10_3
LBB10_3:
ldur x8, [x29, #-32]
ldr x8, [x8, #160]
ldr x8, [x8]
ldur x9, [x29, #-32]
ldr x9, [x9, #192]
subs x8, x8, x9
mov x9, #10649
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB10_5
b LBB10_4
LBB10_4:
ldur x8, [x29, #-32]
ldr x8, [x8, #144]
ldur x9, [x29, #-32]
ldr x9, [x9, #192]
add x8, x8, x9
str x8, [sp, #40] ; 8-byte Folded Spill
b LBB10_6
LBB10_5:
ldur x8, [x29, #-32]
mov x9, #45738
add x8, x8, x9
str x8, [sp, #40] ; 8-byte Folded Spill
b LBB10_6
LBB10_6:
ldr x8, [sp, #40] ; 8-byte Folded Reload
stur x8, [x29, #-80]
ldur x8, [x29, #-80]
ldur x9, [x29, #-32]
str x8, [x9, #64]
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
mov x9, #10633
add x8, x8, x9
ldur x9, [x29, #-32]
str x8, [x9, #72]
ldur x8, [x29, #-32]
str wzr, [x8, #112]
ldur x8, [x29, #-32]
str wzr, [x8, #116]
ldur x8, [x29, #-32]
ldr x8, [x8, #56]
ldrb w8, [x8]
ldur x9, [x29, #-32]
ldr w9, [x9, #80]
asr w8, w8, w9
ldur x9, [x29, #-32]
ldr x9, [x9, #56]
strb w8, [x9]
ldur x8, [x29, #-32]
ldr w8, [x8, #80]
subs w8, w8, #8
cset w11, eq
ldur x9, [x29, #-32]
ldr x8, [x9, #48]
; implicit-def: $x10
mov x10, x11
and x10, x10, #0x1
subs x8, x8, x10
str x8, [x9, #48]
ldur x8, [x29, #-32]
ldr w8, [x8, #16]
ands w8, w8, #0x1000
cset w8, eq
tbnz w8, #0, LBB10_23
b LBB10_7
LBB10_7:
ldur x8, [x29, #-32]
ldr w8, [x8, #124]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB10_23
b LBB10_8
LBB10_8:
b LBB10_9
LBB10_9:
mov w8, #120
stur w8, [x29, #-84]
mov w8, #8
stur w8, [x29, #-88]
ldur w8, [x29, #-84]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldur w10, [x29, #-88]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_10
LBB10_10: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_14
b LBB10_11
LBB10_11: ; in Loop: Header=BB10_10 Depth=1
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_13
b LBB10_12
LBB10_12: ; in Loop: Header=BB10_10 Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_13
LBB10_13: ; in Loop: Header=BB10_10 Depth=1
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_10
LBB10_14:
b LBB10_15
LBB10_15:
b LBB10_16
LBB10_16:
mov w8, #1
stur w8, [x29, #-92]
mov w8, #8
stur w8, [x29, #-96]
ldur w8, [x29, #-92]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldur w10, [x29, #-96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_17
LBB10_17: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_21
b LBB10_18
LBB10_18: ; in Loop: Header=BB10_17 Depth=1
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_20
b LBB10_19
LBB10_19: ; in Loop: Header=BB10_17 Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_20
LBB10_20: ; in Loop: Header=BB10_17 Depth=1
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_17
LBB10_21:
b LBB10_22
LBB10_22:
b LBB10_23
LBB10_23:
b LBB10_24
LBB10_24:
ldur w8, [x29, #-36]
subs w8, w8, #4
cset w8, eq
and w8, w8, #0x1
stur w8, [x29, #-100]
mov w8, #1
stur w8, [x29, #-104]
ldur w8, [x29, #-100]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldur w10, [x29, #-104]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_25
LBB10_25: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_29
b LBB10_26
LBB10_26: ; in Loop: Header=BB10_25 Depth=1
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_28
b LBB10_27
LBB10_27: ; in Loop: Header=BB10_25 Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_28
LBB10_28: ; in Loop: Header=BB10_25 Depth=1
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_25
LBB10_29:
b LBB10_30
LBB10_30:
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
stur x8, [x29, #-56]
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
stur w8, [x29, #-40]
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
stur w8, [x29, #-44]
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB10_34
b LBB10_31
LBB10_31:
ldur x8, [x29, #-32]
str x8, [sp, #24] ; 8-byte Folded Spill
ldur x8, [x29, #-32]
ldr w8, [x8, #16]
ands w8, w8, #0x40000
cset w8, ne
mov w9, #1
str w9, [sp, #36] ; 4-byte Folded Spill
tbnz w8, #0, LBB10_33
b LBB10_32
LBB10_32:
ldur x8, [x29, #-32]
ldr w8, [x8, #84]
subs w8, w8, #48
cset w8, lo
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB10_33
LBB10_33:
ldr x0, [sp, #24] ; 8-byte Folded Reload
ldr w8, [sp, #36] ; 4-byte Folded Reload
and w1, w8, #0x1
bl _tdefl_compress_block
stur w0, [x29, #-60]
b LBB10_34
LBB10_34:
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB10_37
b LBB10_35
LBB10_35:
ldur x8, [x29, #-32]
ldr w8, [x8, #84]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_77
b LBB10_36
LBB10_36:
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-56]
subs x8, x8, x9
add x8, x8, #1
ldur x9, [x29, #-32]
ldr w9, [x9, #84]
; kill: def $x9 killed $w9
subs x8, x8, x9
cset w8, lt
tbnz w8, #0, LBB10_77
b LBB10_37
LBB10_37:
ldur x8, [x29, #-32]
ldr w8, [x8, #36]
ldur x9, [x29, #-32]
ldr w9, [x9, #88]
subs w8, w8, w9
ldur x9, [x29, #-32]
ldr w9, [x9, #44]
subs w8, w8, w9
cset w8, hi
tbnz w8, #0, LBB10_77
b LBB10_38
LBB10_38:
ldur x8, [x29, #-56]
ldur x9, [x29, #-32]
str x8, [x9, #64]
ldur w8, [x29, #-40]
ldur x9, [x29, #-32]
str w8, [x9, #96]
ldur w8, [x29, #-44]
ldur x9, [x29, #-32]
str w8, [x9, #92]
b LBB10_39
LBB10_39:
stur wzr, [x29, #-112]
mov w8, #2
stur w8, [x29, #-116]
ldur w8, [x29, #-112]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldur w10, [x29, #-116]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_40
LBB10_40: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_44
b LBB10_41
LBB10_41: ; in Loop: Header=BB10_40 Depth=1
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_43
b LBB10_42
LBB10_42: ; in Loop: Header=BB10_40 Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_43
LBB10_43: ; in Loop: Header=BB10_40 Depth=1
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_40
LBB10_44:
b LBB10_45
LBB10_45:
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_54
b LBB10_46
LBB10_46:
b LBB10_47
LBB10_47:
stur wzr, [x29, #-120]
ldur x8, [x29, #-32]
ldr w9, [x8, #92]
mov w8, #8
subs w8, w8, w9
stur w8, [x29, #-124]
ldur w8, [x29, #-120]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldur w10, [x29, #-124]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_48
LBB10_48: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_52
b LBB10_49
LBB10_49: ; in Loop: Header=BB10_48 Depth=1
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_51
b LBB10_50
LBB10_50: ; in Loop: Header=BB10_48 Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_51
LBB10_51: ; in Loop: Header=BB10_48 Depth=1
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_48
LBB10_52:
b LBB10_53
LBB10_53:
b LBB10_54
LBB10_54:
mov w8, #2
stur w8, [x29, #-108]
b LBB10_55
LBB10_55: ; =>This Loop Header: Depth=1
; Child Loop BB10_58 Depth 2
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_65
b LBB10_56
LBB10_56: ; in Loop: Header=BB10_55 Depth=1
b LBB10_57
LBB10_57: ; in Loop: Header=BB10_55 Depth=1
ldur x8, [x29, #-32]
ldrh w8, [x8, #84]
str w8, [sp, #128]
mov w8, #16
str w8, [sp, #124]
ldr w8, [sp, #128]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #124]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_58
LBB10_58: ; Parent Loop BB10_55 Depth=1
; => This Inner Loop Header: Depth=2
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_62
b LBB10_59
LBB10_59: ; in Loop: Header=BB10_58 Depth=2
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_61
b LBB10_60
LBB10_60: ; in Loop: Header=BB10_58 Depth=2
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_61
LBB10_61: ; in Loop: Header=BB10_58 Depth=2
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_58
LBB10_62: ; in Loop: Header=BB10_55 Depth=1
b LBB10_63
LBB10_63: ; in Loop: Header=BB10_55 Depth=1
b LBB10_64
LBB10_64: ; in Loop: Header=BB10_55 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #1
stur w8, [x29, #-108]
ldur x9, [x29, #-32]
ldr w8, [x9, #84]
eor w8, w8, #0xffff
str w8, [x9, #84]
b LBB10_55
LBB10_65:
stur wzr, [x29, #-108]
b LBB10_66
LBB10_66: ; =>This Loop Header: Depth=1
; Child Loop BB10_69 Depth 2
ldur w8, [x29, #-108]
ldur x9, [x29, #-32]
ldr w9, [x9, #84]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB10_76
b LBB10_67
LBB10_67: ; in Loop: Header=BB10_66 Depth=1
b LBB10_68
LBB10_68: ; in Loop: Header=BB10_66 Depth=1
ldur x8, [x29, #-32]
add x8, x8, #200
ldur x9, [x29, #-32]
ldr w9, [x9, #88]
ldur w10, [x29, #-108]
add w9, w9, w10
and w9, w9, #0x1fff
ldrb w8, [x8, w9, uxtw]
str w8, [sp, #120]
mov w8, #8
str w8, [sp, #116]
ldr w8, [sp, #120]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #116]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_69
LBB10_69: ; Parent Loop BB10_66 Depth=1
; => This Inner Loop Header: Depth=2
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_73
b LBB10_70
LBB10_70: ; in Loop: Header=BB10_69 Depth=2
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_72
b LBB10_71
LBB10_71: ; in Loop: Header=BB10_69 Depth=2
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_72
LBB10_72: ; in Loop: Header=BB10_69 Depth=2
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_69
LBB10_73: ; in Loop: Header=BB10_66 Depth=1
b LBB10_74
LBB10_74: ; in Loop: Header=BB10_66 Depth=1
b LBB10_75
LBB10_75: ; in Loop: Header=BB10_66 Depth=1
ldur w8, [x29, #-108]
add w8, w8, #1
stur w8, [x29, #-108]
b LBB10_66
LBB10_76:
b LBB10_80
LBB10_77:
ldur w8, [x29, #-60]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB10_79
b LBB10_78
LBB10_78:
ldur x8, [x29, #-56]
ldur x9, [x29, #-32]
str x8, [x9, #64]
ldur w8, [x29, #-40]
ldur x9, [x29, #-32]
str w8, [x9, #96]
ldur w8, [x29, #-44]
ldur x9, [x29, #-32]
str w8, [x9, #92]
ldur x0, [x29, #-32]
mov w1, #1
bl _tdefl_compress_block
b LBB10_79
LBB10_79:
b LBB10_80
LBB10_80:
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_134
b LBB10_81
LBB10_81:
ldur w8, [x29, #-36]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB10_105
b LBB10_82
LBB10_82:
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_91
b LBB10_83
LBB10_83:
b LBB10_84
LBB10_84:
str wzr, [sp, #112]
ldur x8, [x29, #-32]
ldr w9, [x8, #92]
mov w8, #8
subs w8, w8, w9
str w8, [sp, #108]
ldr w8, [sp, #112]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #108]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_85
LBB10_85: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_89
b LBB10_86
LBB10_86: ; in Loop: Header=BB10_85 Depth=1
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_88
b LBB10_87
LBB10_87: ; in Loop: Header=BB10_85 Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_88
LBB10_88: ; in Loop: Header=BB10_85 Depth=1
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_85
LBB10_89:
b LBB10_90
LBB10_90:
b LBB10_91
LBB10_91:
ldur x8, [x29, #-32]
ldr w8, [x8, #16]
ands w8, w8, #0x1000
cset w8, eq
tbnz w8, #0, LBB10_104
b LBB10_92
LBB10_92:
ldur x8, [x29, #-32]
ldr w8, [x8, #32]
str w8, [sp, #100]
str wzr, [sp, #104]
b LBB10_93
LBB10_93: ; =>This Loop Header: Depth=1
; Child Loop BB10_96 Depth 2
ldr w8, [sp, #104]
subs w8, w8, #4
cset w8, hs
tbnz w8, #0, LBB10_103
b LBB10_94
LBB10_94: ; in Loop: Header=BB10_93 Depth=1
b LBB10_95
LBB10_95: ; in Loop: Header=BB10_93 Depth=1
ldr w8, [sp, #100]
lsr w8, w8, #24
and w8, w8, #0xff
str w8, [sp, #96]
mov w8, #8
str w8, [sp, #92]
ldr w8, [sp, #96]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #92]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_96
LBB10_96: ; Parent Loop BB10_93 Depth=1
; => This Inner Loop Header: Depth=2
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_100
b LBB10_97
LBB10_97: ; in Loop: Header=BB10_96 Depth=2
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_99
b LBB10_98
LBB10_98: ; in Loop: Header=BB10_96 Depth=2
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_99
LBB10_99: ; in Loop: Header=BB10_96 Depth=2
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_96
LBB10_100: ; in Loop: Header=BB10_93 Depth=1
b LBB10_101
LBB10_101: ; in Loop: Header=BB10_93 Depth=1
ldr w8, [sp, #100]
lsl w8, w8, #8
str w8, [sp, #100]
b LBB10_102
LBB10_102: ; in Loop: Header=BB10_93 Depth=1
ldr w8, [sp, #104]
add w8, w8, #1
str w8, [sp, #104]
b LBB10_93
LBB10_103:
b LBB10_104
LBB10_104:
b LBB10_133
LBB10_105:
str wzr, [sp, #84]
b LBB10_106
LBB10_106:
str wzr, [sp, #80]
mov w8, #3
str w8, [sp, #76]
ldr w8, [sp, #80]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #76]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_107
LBB10_107: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_111
b LBB10_108
LBB10_108: ; in Loop: Header=BB10_107 Depth=1
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_110
b LBB10_109
LBB10_109: ; in Loop: Header=BB10_107 Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_110
LBB10_110: ; in Loop: Header=BB10_107 Depth=1
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_107
LBB10_111:
b LBB10_112
LBB10_112:
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_121
b LBB10_113
LBB10_113:
b LBB10_114
LBB10_114:
str wzr, [sp, #72]
ldur x8, [x29, #-32]
ldr w9, [x8, #92]
mov w8, #8
subs w8, w8, w9
str w8, [sp, #68]
ldr w8, [sp, #72]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #68]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_115
LBB10_115: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_119
b LBB10_116
LBB10_116: ; in Loop: Header=BB10_115 Depth=1
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_118
b LBB10_117
LBB10_117: ; in Loop: Header=BB10_115 Depth=1
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_118
LBB10_118: ; in Loop: Header=BB10_115 Depth=1
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_115
LBB10_119:
b LBB10_120
LBB10_120:
b LBB10_121
LBB10_121:
mov w8, #2
str w8, [sp, #88]
b LBB10_122
LBB10_122: ; =>This Loop Header: Depth=1
; Child Loop BB10_125 Depth 2
ldr w8, [sp, #88]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_132
b LBB10_123
LBB10_123: ; in Loop: Header=BB10_122 Depth=1
b LBB10_124
LBB10_124: ; in Loop: Header=BB10_122 Depth=1
ldrh w8, [sp, #84]
str w8, [sp, #64]
mov w8, #16
str w8, [sp, #60]
ldr w8, [sp, #64]
ldur x9, [x29, #-32]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #60]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB10_125
LBB10_125: ; Parent Loop BB10_122 Depth=1
; => This Inner Loop Header: Depth=2
ldur x8, [x29, #-32]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB10_129
b LBB10_126
LBB10_126: ; in Loop: Header=BB10_125 Depth=2
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-32]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_128
b LBB10_127
LBB10_127: ; in Loop: Header=BB10_125 Depth=2
ldur x8, [x29, #-32]
ldr w8, [x8, #96]
ldur x11, [x29, #-32]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB10_128
LBB10_128: ; in Loop: Header=BB10_125 Depth=2
ldur x9, [x29, #-32]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-32]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB10_125
LBB10_129: ; in Loop: Header=BB10_122 Depth=1
b LBB10_130
LBB10_130: ; in Loop: Header=BB10_122 Depth=1
b LBB10_131
LBB10_131: ; in Loop: Header=BB10_122 Depth=1
ldr w8, [sp, #88]
subs w8, w8, #1
str w8, [sp, #88]
ldr w8, [sp, #84]
eor w8, w8, #0xffff
str w8, [sp, #84]
b LBB10_122
LBB10_132:
b LBB10_133
LBB10_133:
b LBB10_134
LBB10_134:
ldur x8, [x29, #-32]
mov x9, #8650
add x0, x8, x9
mov w1, #0
str w1, [sp, #12] ; 4-byte Folded Spill
mov x2, #576
mov x3, #-1
str x3, [sp, #16] ; 8-byte Folded Spill
bl ___memset_chk
ldr w1, [sp, #12] ; 4-byte Folded Reload
ldr x3, [sp, #16] ; 8-byte Folded Reload
ldur x8, [x29, #-32]
mov x9, #9226
add x0, x8, x9
mov x2, #64
bl ___memset_chk
ldur x8, [x29, #-32]
mov x9, #12970
mov x10, #12971
add x8, x8, x10
ldur x10, [x29, #-32]
str x8, [x10, #48]
ldur x8, [x29, #-32]
add x8, x8, x9
ldur x9, [x29, #-32]
str x8, [x9, #56]
ldur x9, [x29, #-32]
mov w8, #8
str w8, [x9, #80]
ldur x8, [x29, #-32]
ldr w10, [x8, #84]
ldur x9, [x29, #-32]
ldr w8, [x9, #88]
add w8, w8, w10
str w8, [x9, #88]
ldur x8, [x29, #-32]
str wzr, [x8, #84]
ldur x9, [x29, #-32]
ldr w8, [x9, #124]
add w8, w8, #1
str w8, [x9, #124]
ldur x8, [x29, #-32]
ldr x8, [x8, #64]
ldur x9, [x29, #-80]
subs x9, x8, x9
mov x8, x9
; kill: def $w9 killed $w9 killed $x9
stur w9, [x29, #-64]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_149
b LBB10_135
LBB10_135:
ldur x8, [x29, #-32]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB10_139
b LBB10_136
LBB10_136:
ldur x8, [x29, #-32]
ldr x8, [x8, #176]
ldur x9, [x29, #-32]
ldr x9, [x9, #136]
subs x8, x8, x9
ldur x9, [x29, #-32]
ldr x9, [x9, #152]
str x8, [x9]
ldur x8, [x29, #-32]
ldr x8, [x8]
ldur x9, [x29, #-32]
mov x10, #45738
add x0, x9, x10
ldur w1, [x29, #-64]
ldur x9, [x29, #-32]
ldr x2, [x9, #8]
blr x8
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB10_138
b LBB10_137
LBB10_137:
ldur x9, [x29, #-32]
mov w8, #-1
str w8, [x9, #132]
stur w8, [x29, #-20]
b LBB10_150
LBB10_138:
b LBB10_148
LBB10_139:
ldur x8, [x29, #-80]
ldur x9, [x29, #-32]
mov x10, #45738
add x9, x9, x10
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB10_146
b LBB10_140
LBB10_140:
ldursw x8, [x29, #-64]
ldur x9, [x29, #-32]
ldr x9, [x9, #160]
ldr x9, [x9]
ldur x10, [x29, #-32]
ldr x10, [x10, #192]
subs x9, x9, x10
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB10_142
b LBB10_141
LBB10_141:
ldursw x8, [x29, #-64]
str x8, [sp] ; 8-byte Folded Spill
b LBB10_143
LBB10_142:
ldur x8, [x29, #-32]
ldr x8, [x8, #160]
ldr x8, [x8]
ldur x9, [x29, #-32]
ldr x9, [x9, #192]
subs x8, x8, x9
str x8, [sp] ; 8-byte Folded Spill
b LBB10_143
LBB10_143:
ldr x8, [sp] ; 8-byte Folded Reload
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #56]
ldur x8, [x29, #-32]
ldr x8, [x8, #144]
ldur x9, [x29, #-32]
ldr x9, [x9, #192]
add x0, x8, x9
ldur x8, [x29, #-32]
mov x9, #45738
add x1, x8, x9
ldrsw x2, [sp, #56]
mov x3, #-1
bl ___memcpy_chk
ldrsw x10, [sp, #56]
ldur x9, [x29, #-32]
ldr x8, [x9, #192]
add x8, x8, x10
str x8, [x9, #192]
ldr w9, [sp, #56]
ldur w8, [x29, #-64]
subs w8, w8, w9
stur w8, [x29, #-64]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_145
b LBB10_144
LBB10_144:
ldr w8, [sp, #56]
ldur x9, [x29, #-32]
str w8, [x9, #112]
ldur w8, [x29, #-64]
ldur x9, [x29, #-32]
str w8, [x9, #116]
b LBB10_145
LBB10_145:
b LBB10_147
LBB10_146:
ldursw x10, [x29, #-64]
ldur x9, [x29, #-32]
ldr x8, [x9, #192]
add x8, x8, x10
str x8, [x9, #192]
b LBB10_147
LBB10_147:
b LBB10_148
LBB10_148:
b LBB10_149
LBB10_149:
ldur x8, [x29, #-32]
ldr w8, [x8, #116]
stur w8, [x29, #-20]
b LBB10_150
LBB10_150:
ldur w0, [x29, #-20]
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
.globl _tdefl_compress_buffer ; -- Begin function tdefl_compress_buffer
.p2align 2
_tdefl_compress_buffer: ; @tdefl_compress_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
mov x8, x2
stur x0, [x29, #-8]
str x1, [sp, #16]
add x2, sp, #8
str x8, [sp, #8]
str w3, [sp, #4]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
ldr w5, [sp, #4]
mov x4, #0
mov x3, x4
bl _tdefl_compress
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _tdefl_init ; -- Begin function tdefl_init
.p2align 2
_tdefl_init: ; @tdefl_init
.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 w3, [sp, #20]
ldur x8, [x29, #-16]
ldur x9, [x29, #-8]
str x8, [x9]
ldr x8, [sp, #24]
ldur x9, [x29, #-8]
str x8, [x9, #8]
ldr w8, [sp, #20]
ldur x9, [x29, #-8]
str w8, [x9, #16]
ldr w8, [sp, #20]
and w8, w8, #0xfff
add w8, w8, #2
mov w9, #3
sdiv w8, w8, w9
add w8, w8, #1
ldur x10, [x29, #-8]
str w8, [x10, #20]
ldr w8, [sp, #20]
ands w8, w8, #0x4000
cset w8, ne
and w8, w8, #0x1
ldur x10, [x29, #-8]
str w8, [x10, #28]
ldr w8, [sp, #20]
and w8, w8, #0xfff
asr w8, w8, #2
add w8, w8, #2
sdiv w8, w8, w9
add w8, w8, #1
ldur x9, [x29, #-8]
str w8, [x9, #24]
ldr w8, [sp, #20]
ands w8, w8, #0x8000
cset w8, ne
tbnz w8, #0, LBB12_2
b LBB12_1
LBB12_1:
ldur x8, [x29, #-8]
mov x9, #37546
add x0, x8, x9
mov w1, #0
mov x2, #8192
mov x3, #-1
bl ___memset_chk
b LBB12_2
LBB12_2:
ldur x8, [x29, #-8]
mov w1, #0
str w1, [sp, #16] ; 4-byte Folded Spill
str wzr, [x8, #92]
ldur x8, [x29, #-8]
str wzr, [x8, #88]
ldur x8, [x29, #-8]
str wzr, [x8, #84]
ldur x8, [x29, #-8]
str wzr, [x8, #44]
ldur x8, [x29, #-8]
str wzr, [x8, #40]
ldur x8, [x29, #-8]
str wzr, [x8, #36]
ldur x8, [x29, #-8]
str wzr, [x8, #128]
ldur x8, [x29, #-8]
str wzr, [x8, #96]
ldur x8, [x29, #-8]
str wzr, [x8, #124]
ldur x8, [x29, #-8]
str wzr, [x8, #120]
ldur x8, [x29, #-8]
str wzr, [x8, #116]
ldur x8, [x29, #-8]
str wzr, [x8, #112]
ldur x8, [x29, #-8]
mov x9, #12970
mov x10, #12971
add x8, x8, x10
ldur x10, [x29, #-8]
str x8, [x10, #48]
ldur x8, [x29, #-8]
add x8, x8, x9
ldur x9, [x29, #-8]
str x8, [x9, #56]
ldur x9, [x29, #-8]
mov w8, #8
str w8, [x9, #80]
ldur x8, [x29, #-8]
mov x9, #45738
add x8, x8, x9
ldur x10, [x29, #-8]
str x8, [x10, #64]
ldur x8, [x29, #-8]
add x8, x8, x9
ldur x9, [x29, #-8]
str x8, [x9, #72]
ldur x8, [x29, #-8]
str wzr, [x8, #132]
ldur x8, [x29, #-8]
str wzr, [x8, #108]
ldur x8, [x29, #-8]
str wzr, [x8, #104]
ldur x8, [x29, #-8]
str wzr, [x8, #100]
ldur x9, [x29, #-8]
mov w8, #1
str w8, [x9, #32]
ldur x8, [x29, #-8]
; kill: def $x9 killed $xzr
str xzr, [x8, #136]
ldur x8, [x29, #-8]
str xzr, [x8, #144]
ldur x8, [x29, #-8]
str xzr, [x8, #152]
ldur x8, [x29, #-8]
str xzr, [x8, #160]
ldur x8, [x29, #-8]
str wzr, [x8, #168]
ldur x8, [x29, #-8]
str xzr, [x8, #176]
ldur x8, [x29, #-8]
str xzr, [x8, #184]
ldur x8, [x29, #-8]
str xzr, [x8, #192]
ldur x8, [x29, #-8]
mov x9, #8650
add x0, x8, x9
mov x2, #576
mov x3, #-1
str x3, [sp, #8] ; 8-byte Folded Spill
bl ___memset_chk
ldr x3, [sp, #8] ; 8-byte Folded Reload
ldr w1, [sp, #16] ; 4-byte Folded Reload
ldur x8, [x29, #-8]
mov x9, #9226
add x0, x8, x9
mov x2, #64
bl ___memset_chk
ldr w0, [sp, #16] ; 4-byte Folded Reload
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _tdefl_get_prev_return_status ; -- Begin function tdefl_get_prev_return_status
.p2align 2
_tdefl_get_prev_return_status: ; @tdefl_get_prev_return_status
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
ldr x8, [sp, #8]
ldr w0, [x8, #132]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _tdefl_get_adler32 ; -- Begin function tdefl_get_adler32
.p2align 2
_tdefl_get_adler32: ; @tdefl_get_adler32
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
ldr x8, [sp, #8]
ldr w0, [x8, #32]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _tdefl_compress_mem_to_output ; -- Begin function tdefl_compress_mem_to_output
.p2align 2
_tdefl_compress_mem_to_output: ; @tdefl_compress_mem_to_output
.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, #-16]
stur x1, [x29, #-24]
str x2, [sp, #32]
str x3, [sp, #24]
str w4, [sp, #20]
ldur x8, [x29, #-24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB15_2
b LBB15_1
LBB15_1:
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB15_3
b LBB15_2
LBB15_2:
ldr x8, [sp, #32]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB15_4
b LBB15_3
LBB15_3:
stur wzr, [x29, #-4]
b LBB15_9
LBB15_4:
; kill: def $x8 killed $xzr
str xzr, [sp, #8]
ldr x8, [sp, #8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB15_6
b LBB15_5
LBB15_5:
stur wzr, [x29, #-4]
b LBB15_9
LBB15_6:
ldr x0, [sp, #8]
ldr x1, [sp, #32]
ldr x2, [sp, #24]
ldr w3, [sp, #20]
bl _tdefl_init
subs w8, w0, #0
cset w8, eq
and w8, w8, #0x1
str w8, [sp, #4]
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB15_8
b LBB15_7
LBB15_7:
ldr x0, [sp, #8]
ldur x1, [x29, #-16]
ldur x2, [x29, #-24]
mov w3, #4
bl _tdefl_compress_buffer
subs w8, w0, #1
cset w8, eq
str w8, [sp] ; 4-byte Folded Spill
b LBB15_8
LBB15_8:
ldr w8, [sp] ; 4-byte Folded Reload
and w8, w8, #0x1
str w8, [sp, #4]
ldr w8, [sp, #4]
stur w8, [x29, #-4]
b LBB15_9
LBB15_9:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.globl _tdefl_compress_mem_to_heap ; -- Begin function tdefl_compress_mem_to_heap
.p2align 2
_tdefl_compress_mem_to_heap: ; @tdefl_compress_mem_to_heap
.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 x0, [x29, #-16]
stur x1, [x29, #-24]
stur x2, [x29, #-32]
stur w3, [x29, #-36]
movi.2d v0, #0000000000000000
str q0, [sp]
str q0, [sp, #16]
ldur x8, [x29, #-32]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB16_2
b LBB16_1
LBB16_1:
; kill: def $x8 killed $xzr
stur xzr, [x29, #-8]
b LBB16_6
LBB16_2:
ldur x8, [x29, #-32]
str xzr, [x8]
b LBB16_3
LBB16_3:
mov x3, sp
mov w8, #1
str w8, [sp, #24]
ldur x0, [x29, #-16]
ldur x1, [x29, #-24]
ldur w4, [x29, #-36]
adrp x2, _tdefl_output_buffer_putter@PAGE
add x2, x2, _tdefl_output_buffer_putter@PAGEOFF
bl _tdefl_compress_mem_to_output
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB16_5
b LBB16_4
LBB16_4:
; kill: def $x8 killed $xzr
stur xzr, [x29, #-8]
b LBB16_6
LBB16_5:
ldr x8, [sp]
ldur x9, [x29, #-32]
str x8, [x9]
ldr x8, [sp, #16]
stur x8, [x29, #-8]
b LBB16_6
LBB16_6:
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_output_buffer_putter
_tdefl_output_buffer_putter: ; @tdefl_output_buffer_putter
.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 x0, [x29, #-16]
stur w1, [x29, #-20]
stur x2, [x29, #-32]
ldur x8, [x29, #-32]
str x8, [sp, #40]
ldr x8, [sp, #40]
ldr x8, [x8]
ldursw x9, [x29, #-20]
add x8, x8, x9
str x8, [sp, #32]
ldr x8, [sp, #32]
ldr x9, [sp, #40]
ldr x9, [x9, #8]
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB17_12
b LBB17_1
LBB17_1:
ldr x8, [sp, #40]
ldr x8, [x8, #8]
str x8, [sp, #24]
ldr x8, [sp, #40]
ldr w8, [x8, #24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB17_3
b LBB17_2
LBB17_2:
stur wzr, [x29, #-4]
b LBB17_13
LBB17_3:
b LBB17_4
LBB17_4: ; =>This Inner Loop Header: Depth=1
ldr x9, [sp, #24]
mov x8, #128
subs x8, x8, x9, lsl #1
cset w8, ls
tbnz w8, #0, LBB17_6
b LBB17_5
LBB17_5: ; in Loop: Header=BB17_4 Depth=1
mov x8, #128
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB17_7
LBB17_6: ; in Loop: Header=BB17_4 Depth=1
ldr x8, [sp, #24]
lsl x8, x8, #1
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB17_7
LBB17_7: ; in Loop: Header=BB17_4 Depth=1
ldr x8, [sp, #8] ; 8-byte Folded Reload
str x8, [sp, #24]
b LBB17_8
LBB17_8: ; in Loop: Header=BB17_4 Depth=1
ldr x8, [sp, #32]
ldr x9, [sp, #24]
subs x8, x8, x9
cset w8, hi
tbnz w8, #0, LBB17_4
b LBB17_9
LBB17_9:
; kill: def $x8 killed $xzr
str xzr, [sp, #16]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB17_11
b LBB17_10
LBB17_10:
stur wzr, [x29, #-4]
b LBB17_13
LBB17_11:
ldr x8, [sp, #16]
ldr x9, [sp, #40]
str x8, [x9, #16]
ldr x8, [sp, #24]
ldr x9, [sp, #40]
str x8, [x9, #8]
b LBB17_12
LBB17_12:
ldr x8, [sp, #40]
ldr x8, [x8, #16]
ldr x9, [sp, #40]
ldr x9, [x9]
add x0, x8, x9
ldur x1, [x29, #-16]
ldursw x2, [x29, #-20]
mov x3, #-1
bl ___memcpy_chk
ldr x8, [sp, #32]
ldr x9, [sp, #40]
str x8, [x9]
mov w8, #1
stur w8, [x29, #-4]
b LBB17_13
LBB17_13:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.globl _tdefl_compress_mem_to_mem ; -- Begin function tdefl_compress_mem_to_mem
.p2align 2
_tdefl_compress_mem_to_mem: ; @tdefl_compress_mem_to_mem
.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 x0, [x29, #-16]
stur x1, [x29, #-24]
stur x2, [x29, #-32]
str x3, [sp, #40]
str w4, [sp, #36]
movi.2d v0, #0000000000000000
str q0, [sp]
str q0, [sp, #16]
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB18_2
b LBB18_1
LBB18_1:
stur xzr, [x29, #-8]
b LBB18_5
LBB18_2:
ldur x8, [x29, #-16]
mov x3, sp
str x8, [sp, #16]
ldur x8, [x29, #-24]
str x8, [sp, #8]
ldur x0, [x29, #-32]
ldr x1, [sp, #40]
ldr w4, [sp, #36]
adrp x2, _tdefl_output_buffer_putter@PAGE
add x2, x2, _tdefl_output_buffer_putter@PAGEOFF
bl _tdefl_compress_mem_to_output
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB18_4
b LBB18_3
LBB18_3:
stur xzr, [x29, #-8]
b LBB18_5
LBB18_4:
ldr x8, [sp]
stur x8, [x29, #-8]
b LBB18_5
LBB18_5:
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.globl _tdefl_write_image_to_png_file_in_memory_ex ; -- Begin function tdefl_write_image_to_png_file_in_memory_ex
.p2align 2
_tdefl_write_image_to_png_file_in_memory_ex: ; @tdefl_write_image_to_png_file_in_memory_ex
.cfi_startproc
; %bb.0:
sub sp, sp, #240
.cfi_def_cfa_offset 240
stp x29, x30, [sp, #224] ; 16-byte Folded Spill
add x29, sp, #224
.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 x0, [x29, #-72]
stur w1, [x29, #-76]
stur w2, [x29, #-80]
stur w3, [x29, #-84]
stur x4, [x29, #-96]
stur w5, [x29, #-100]
stur w6, [x29, #-104]
; kill: def $x8 killed $xzr
str xzr, [sp, #112]
ldur w8, [x29, #-76]
ldur w9, [x29, #-84]
mul w8, w8, w9
str w8, [sp, #72]
ldur x8, [x29, #-96]
str xzr, [x8]
ldr x8, [sp, #112]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB19_2
b LBB19_1
LBB19_1:
; kill: def $x8 killed $xzr
stur xzr, [x29, #-64]
b LBB19_34
LBB19_2:
movi.2d v0, #0000000000000000
str q0, [sp, #80]
str q0, [sp, #96]
mov w8, #1
str w8, [sp, #104]
ldr w8, [sp, #72]
add w8, w8, #1
ldur w9, [x29, #-80]
mul w9, w8, w9
mov w8, #64
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB19_4
b LBB19_3
LBB19_3:
mov w8, #64
str w8, [sp, #56] ; 4-byte Folded Spill
b LBB19_5
LBB19_4:
ldr w8, [sp, #72]
add w8, w8, #1
ldur w9, [x29, #-80]
mul w8, w8, w9
str w8, [sp, #56] ; 4-byte Folded Spill
b LBB19_5
LBB19_5:
ldr w8, [sp, #56] ; 4-byte Folded Reload
add w9, w8, #57
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
str x8, [sp, #88]
; kill: def $x8 killed $xzr
str xzr, [sp, #96]
mov w8, #1
tbz w8, #0, LBB19_7
b LBB19_6
LBB19_6:
; kill: def $x8 killed $xzr
stur xzr, [x29, #-64]
b LBB19_34
LBB19_7:
mov w8, #41
str w8, [sp, #64]
b LBB19_8
LBB19_8: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #64]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB19_11
b LBB19_9
LBB19_9: ; in Loop: Header=BB19_8 Depth=1
add x0, sp, #64
mov w1, #1
add x2, sp, #80
bl _tdefl_output_buffer_putter
b LBB19_10
LBB19_10: ; in Loop: Header=BB19_8 Depth=1
ldr w8, [sp, #64]
subs w8, w8, #1
str w8, [sp, #64]
b LBB19_8
LBB19_11:
ldr x8, [sp, #112]
str x8, [sp, #48] ; 8-byte Folded Spill
ldur w9, [x29, #-100]
mov w8, #10
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB19_13
b LBB19_12
LBB19_12:
mov w8, #10
str w8, [sp, #44] ; 4-byte Folded Spill
b LBB19_14
LBB19_13:
ldur w8, [x29, #-100]
str w8, [sp, #44] ; 4-byte Folded Spill
b LBB19_14
LBB19_14:
ldr x0, [sp, #48] ; 8-byte Folded Reload
ldr w9, [sp, #44] ; 4-byte Folded Reload
adrp x8, _tdefl_write_image_to_png_file_in_memory_ex.s_tdefl_png_num_probes@PAGE
add x8, x8, _tdefl_write_image_to_png_file_in_memory_ex.s_tdefl_png_num_probes@PAGEOFF
ldr w8, [x8, w9, uxtw #2]
orr w3, w8, #0x1000
adrp x1, _tdefl_output_buffer_putter@PAGE
add x1, x1, _tdefl_output_buffer_putter@PAGEOFF
add x2, sp, #80
bl _tdefl_init
str wzr, [sp, #68]
b LBB19_15
LBB19_15: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #68]
ldur w9, [x29, #-80]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB19_21
b LBB19_16
LBB19_16: ; in Loop: Header=BB19_15 Depth=1
ldr x0, [sp, #112]
add x1, sp, #64
mov x2, #1
mov w3, #0
bl _tdefl_compress_buffer
ldr x8, [sp, #112]
str x8, [sp, #24] ; 8-byte Folded Spill
ldur x8, [x29, #-72]
str x8, [sp, #32] ; 8-byte Folded Spill
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB19_18
b LBB19_17
LBB19_17: ; in Loop: Header=BB19_15 Depth=1
ldur w8, [x29, #-80]
subs w8, w8, #1
ldr w9, [sp, #68]
subs w8, w8, w9
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB19_19
LBB19_18: ; in Loop: Header=BB19_15 Depth=1
ldr w8, [sp, #68]
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB19_19
LBB19_19: ; in Loop: Header=BB19_15 Depth=1
ldr x0, [sp, #24] ; 8-byte Folded Reload
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w9, [sp, #20] ; 4-byte Folded Reload
ldr w10, [sp, #72]
mul w9, w9, w10
add x1, x8, w9, sxtw
ldrsw x2, [sp, #72]
mov w3, #0
bl _tdefl_compress_buffer
b LBB19_20
LBB19_20: ; in Loop: Header=BB19_15 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB19_15
LBB19_21:
ldr x0, [sp, #112]
mov x1, #0
mov x2, #0
mov w3, #4
bl _tdefl_compress_buffer
subs w8, w0, #1
cset w8, eq
tbnz w8, #0, LBB19_23
b LBB19_22
LBB19_22:
; kill: def $x8 killed $xzr
stur xzr, [x29, #-64]
b LBB19_34
LBB19_23:
ldr x8, [sp, #80]
subs x8, x8, #41
ldur x9, [x29, #-96]
str x8, [x9]
sub x8, x29, #49
mov w9, #137
sturb w9, [x29, #-49]
mov w9, #80
sturb w9, [x29, #-48]
mov w9, #78
sturb w9, [x29, #-47]
mov w9, #71
sturb w9, [x29, #-46]
mov w9, #13
sturb w9, [x29, #-45]
mov w10, #10
sturb w10, [x29, #-44]
mov w11, #26
sturb w11, [x29, #-43]
sturb w10, [x29, #-42]
sturb wzr, [x29, #-41]
sturb wzr, [x29, #-40]
sturb wzr, [x29, #-39]
sturb w9, [x29, #-38]
mov w10, #73
sturb w10, [x29, #-37]
mov w9, #72
sturb w9, [x29, #-36]
mov w9, #68
sturb w9, [x29, #-35]
mov w11, #82
sturb w11, [x29, #-34]
sturb wzr, [x29, #-33]
sturb wzr, [x29, #-32]
ldur w11, [x29, #-76]
asr w11, w11, #8
sturb w11, [x29, #-31]
ldur w11, [x29, #-76]
sturb w11, [x29, #-30]
sturb wzr, [x29, #-29]
sturb wzr, [x29, #-28]
ldur w11, [x29, #-80]
asr w11, w11, #8
sturb w11, [x29, #-27]
ldur w11, [x29, #-80]
sturb w11, [x29, #-26]
mov w11, #8
sturb w11, [x29, #-25]
ldursw x12, [x29, #-84]
adrp x11, _tdefl_write_image_to_png_file_in_memory_ex.chans@PAGE
add x11, x11, _tdefl_write_image_to_png_file_in_memory_ex.chans@PAGEOFF
add x11, x11, x12
ldrb w11, [x11]
sturb w11, [x29, #-24]
sturb wzr, [x29, #-23]
sturb wzr, [x29, #-22]
sturb wzr, [x29, #-21]
sturb wzr, [x29, #-20]
sturb wzr, [x29, #-19]
sturb wzr, [x29, #-18]
sturb wzr, [x29, #-17]
ldur x11, [x29, #-96]
ldr x11, [x11]
lsr x11, x11, #24
; kill: def $w11 killed $w11 killed $x11
sturb w11, [x29, #-16]
ldur x11, [x29, #-96]
ldr x11, [x11]
lsr x11, x11, #16
; kill: def $w11 killed $w11 killed $x11
sturb w11, [x29, #-15]
ldur x11, [x29, #-96]
ldr x11, [x11]
lsr x11, x11, #8
; kill: def $w11 killed $w11 killed $x11
sturb w11, [x29, #-14]
ldur x11, [x29, #-96]
ldr x11, [x11]
; kill: def $w11 killed $w11 killed $x11
sturb w11, [x29, #-13]
sturb w10, [x29, #-12]
sturb w9, [x29, #-11]
mov w9, #65
sturb w9, [x29, #-10]
mov w9, #84
sturb w9, [x29, #-9]
add x1, x8, #12
mov x0, #0
mov x2, #17
bl _mz_crc32
mov x8, x0
str w8, [sp, #60]
str wzr, [sp, #76]
b LBB19_24
LBB19_24: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #76]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB19_27
b LBB19_25
LBB19_25: ; in Loop: Header=BB19_24 Depth=1
ldr w8, [sp, #60]
lsr w8, w8, #24
sub x9, x29, #49
add x9, x9, #29
ldrsw x10, [sp, #76]
strb w8, [x9, x10]
b LBB19_26
LBB19_26: ; in Loop: Header=BB19_24 Depth=1
ldr w8, [sp, #76]
add w8, w8, #1
str w8, [sp, #76]
ldr w8, [sp, #60]
lsl w8, w8, #8
str w8, [sp, #60]
b LBB19_24
LBB19_27:
add x8, sp, #80
str x8, [sp, #8] ; 8-byte Folded Spill
ldr x0, [sp, #96]
sub x1, x29, #49
mov x2, #41
mov x3, #-1
bl ___memcpy_chk
ldr x2, [sp, #8] ; 8-byte Folded Reload
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
mov w1, #16
bl _tdefl_output_buffer_putter
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB19_29
b LBB19_28
LBB19_28:
ldur x8, [x29, #-96]
str xzr, [x8]
; kill: def $x8 killed $xzr
stur xzr, [x29, #-64]
b LBB19_34
LBB19_29:
ldr x8, [sp, #96]
add x1, x8, #37
ldur x8, [x29, #-96]
ldr x8, [x8]
add x2, x8, #4
mov x0, #0
bl _mz_crc32
mov x8, x0
str w8, [sp, #60]
str wzr, [sp, #76]
b LBB19_30
LBB19_30: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #76]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB19_33
b LBB19_31
LBB19_31: ; in Loop: Header=BB19_30 Depth=1
ldr w8, [sp, #60]
lsr w8, w8, #24
ldr x9, [sp, #96]
ldr x10, [sp, #80]
add x9, x9, x10
subs x9, x9, #16
ldrsw x10, [sp, #76]
strb w8, [x9, x10]
b LBB19_32
LBB19_32: ; in Loop: Header=BB19_30 Depth=1
ldr w8, [sp, #76]
add w8, w8, #1
str w8, [sp, #76]
ldr w8, [sp, #60]
lsl w8, w8, #8
str w8, [sp, #60]
b LBB19_30
LBB19_33:
ldur x9, [x29, #-96]
ldr x8, [x9]
add x8, x8, #57
str x8, [x9]
ldr x8, [sp, #96]
stur x8, [x29, #-64]
b LBB19_34
LBB19_34:
ldur x8, [x29, #-64]
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, LBB19_36
b LBB19_35
LBB19_35:
bl ___stack_chk_fail
LBB19_36:
ldr x0, [sp] ; 8-byte Folded Reload
ldp x29, x30, [sp, #224] ; 16-byte Folded Reload
add sp, sp, #240
ret
.cfi_endproc
; -- End function
.globl _tdefl_write_image_to_png_file_in_memory ; -- Begin function tdefl_write_image_to_png_file_in_memory
.p2align 2
_tdefl_write_image_to_png_file_in_memory: ; @tdefl_write_image_to_png_file_in_memory
.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 w2, [sp, #16]
str w3, [sp, #12]
str x4, [sp]
ldur x0, [x29, #-8]
ldur w1, [x29, #-12]
ldr w2, [sp, #16]
ldr w3, [sp, #12]
ldr x4, [sp]
mov w5, #6
mov w6, #0
bl _tdefl_write_image_to_png_file_in_memory_ex
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_compress_block
_tdefl_compress_block: ; @tdefl_compress_block
.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 w1, [sp, #4]
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB21_2
b LBB21_1
LBB21_1:
ldr x0, [sp, #8]
bl _tdefl_start_static_block
b LBB21_3
LBB21_2:
ldr x0, [sp, #8]
bl _tdefl_start_dynamic_block
b LBB21_3
LBB21_3:
ldr x0, [sp, #8]
bl _tdefl_compress_lz_codes
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_start_static_block
_tdefl_start_static_block: ; @tdefl_start_static_block
.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]
mov x9, #12106
add x8, x8, x9
str x8, [sp, #24]
stur wzr, [x29, #-12]
b LBB22_1
LBB22_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
subs w8, w8, #143
cset w8, hi
tbnz w8, #0, LBB22_4
b LBB22_2
LBB22_2: ; in Loop: Header=BB22_1 Depth=1
ldr x9, [sp, #24]
add x8, x9, #1
str x8, [sp, #24]
mov w8, #8
strb w8, [x9]
b LBB22_3
LBB22_3: ; in Loop: Header=BB22_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB22_1
LBB22_4:
b LBB22_5
LBB22_5: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
subs w8, w8, #255
cset w8, hi
tbnz w8, #0, LBB22_8
b LBB22_6
LBB22_6: ; in Loop: Header=BB22_5 Depth=1
ldr x9, [sp, #24]
add x8, x9, #1
str x8, [sp, #24]
mov w8, #9
strb w8, [x9]
b LBB22_7
LBB22_7: ; in Loop: Header=BB22_5 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB22_5
LBB22_8:
b LBB22_9
LBB22_9: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
subs w8, w8, #279
cset w8, hi
tbnz w8, #0, LBB22_12
b LBB22_10
LBB22_10: ; in Loop: Header=BB22_9 Depth=1
ldr x9, [sp, #24]
add x8, x9, #1
str x8, [sp, #24]
mov w8, #7
strb w8, [x9]
b LBB22_11
LBB22_11: ; in Loop: Header=BB22_9 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB22_9
LBB22_12:
b LBB22_13
LBB22_13: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
subs w8, w8, #287
cset w8, hi
tbnz w8, #0, LBB22_16
b LBB22_14
LBB22_14: ; in Loop: Header=BB22_13 Depth=1
ldr x9, [sp, #24]
add x8, x9, #1
str x8, [sp, #24]
mov w8, #8
strb w8, [x9]
b LBB22_15
LBB22_15: ; in Loop: Header=BB22_13 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB22_13
LBB22_16:
ldur x8, [x29, #-8]
mov x9, #12394
add x0, x8, x9
mov w1, #5
mov x2, #32
mov x3, #-1
bl ___memset_chk
ldur x0, [x29, #-8]
mov w1, #0
mov w2, #288
mov w3, #15
str w3, [sp, #8] ; 4-byte Folded Spill
mov w4, #1
str w4, [sp, #12] ; 4-byte Folded Spill
bl _tdefl_optimize_huffman_table
ldr w3, [sp, #8] ; 4-byte Folded Reload
ldr w4, [sp, #12] ; 4-byte Folded Reload
ldur x0, [x29, #-8]
mov x1, x4
mov w2, #32
bl _tdefl_optimize_huffman_table
b LBB22_17
LBB22_17:
mov w8, #1
str w8, [sp, #20]
mov w8, #2
str w8, [sp, #16]
ldr w8, [sp, #20]
ldur x9, [x29, #-8]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldur x9, [x29, #-8]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #16]
ldur x9, [x29, #-8]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB22_18
LBB22_18: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-8]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB22_22
b LBB22_19
LBB22_19: ; in Loop: Header=BB22_18 Depth=1
ldur x8, [x29, #-8]
ldr x8, [x8, #64]
ldur x9, [x29, #-8]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB22_21
b LBB22_20
LBB22_20: ; in Loop: Header=BB22_18 Depth=1
ldur x8, [x29, #-8]
ldr w8, [x8, #96]
ldur x11, [x29, #-8]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB22_21
LBB22_21: ; in Loop: Header=BB22_18 Depth=1
ldur x9, [x29, #-8]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldur x9, [x29, #-8]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB22_18
LBB22_22:
b LBB22_23
LBB22_23:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_start_dynamic_block
_tdefl_start_dynamic_block: ; @tdefl_start_dynamic_block
.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, #800
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #144]
mov w8, #255
strb w8, [sp, #107]
ldr x8, [sp, #144]
mov x9, #9162
add x9, x8, x9
mov w8, #1
strh w8, [x9]
ldr x0, [sp, #144]
mov w4, #0
str w4, [sp, #40] ; 4-byte Folded Spill
mov x1, x4
mov w2, #288
mov w3, #15
str w3, [sp, #36] ; 4-byte Folded Spill
bl _tdefl_optimize_huffman_table
ldr w3, [sp, #36] ; 4-byte Folded Reload
ldr w4, [sp, #40] ; 4-byte Folded Reload
ldr x0, [sp, #144]
mov w1, #1
mov w2, #32
bl _tdefl_optimize_huffman_table
mov w8, #286
str w8, [sp, #140]
b LBB23_1
LBB23_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #140]
subs w8, w8, #257
cset w8, le
tbnz w8, #0, LBB23_6
b LBB23_2
LBB23_2: ; in Loop: Header=BB23_1 Depth=1
ldr x8, [sp, #144]
mov x9, #12106
add x8, x8, x9
ldr w9, [sp, #140]
subs w9, w9, #1
add x8, x8, w9, sxtw
ldrb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_4
b LBB23_3
LBB23_3:
b LBB23_6
LBB23_4: ; in Loop: Header=BB23_1 Depth=1
b LBB23_5
LBB23_5: ; in Loop: Header=BB23_1 Depth=1
ldr w8, [sp, #140]
subs w8, w8, #1
str w8, [sp, #140]
b LBB23_1
LBB23_6:
mov w8, #30
str w8, [sp, #136]
b LBB23_7
LBB23_7: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #136]
subs w8, w8, #1
cset w8, le
tbnz w8, #0, LBB23_12
b LBB23_8
LBB23_8: ; in Loop: Header=BB23_7 Depth=1
ldr x8, [sp, #144]
mov x9, #12394
add x8, x8, x9
ldr w9, [sp, #136]
subs w9, w9, #1
add x8, x8, w9, sxtw
ldrb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_10
b LBB23_9
LBB23_9:
b LBB23_12
LBB23_10: ; in Loop: Header=BB23_7 Depth=1
b LBB23_11
LBB23_11: ; in Loop: Header=BB23_7 Depth=1
ldr w8, [sp, #136]
subs w8, w8, #1
str w8, [sp, #136]
b LBB23_7
LBB23_12:
ldr x8, [sp, #144]
mov x9, #12106
add x1, x8, x9
ldrsw x2, [sp, #140]
add x0, sp, #472
str x0, [sp, #16] ; 8-byte Folded Spill
mov x3, #320
bl ___memcpy_chk
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrsw x9, [sp, #140]
add x0, x8, x9
ldr x8, [sp, #144]
mov x9, #12394
add x1, x8, x9
ldrsw x2, [sp, #136]
mov x3, #-1
str x3, [sp, #24] ; 8-byte Folded Spill
bl ___memcpy_chk
ldr x3, [sp, #24] ; 8-byte Folded Reload
ldr w8, [sp, #140]
ldr w9, [sp, #136]
add w8, w8, w9
str w8, [sp, #124]
mov w1, #0
str wzr, [sp, #120]
str wzr, [sp, #116]
str wzr, [sp, #112]
ldr x8, [sp, #144]
mov x9, #9802
add x0, x8, x9
mov x2, #38
bl ___memset_chk
str wzr, [sp, #128]
b LBB23_13
LBB23_13: ; =>This Loop Header: Depth=1
; Child Loop BB23_18 Depth 2
; Child Loop BB23_27 Depth 2
; Child Loop BB23_40 Depth 2
; Child Loop BB23_62 Depth 2
; Child Loop BB23_52 Depth 2
ldr w8, [sp, #128]
ldr w9, [sp, #124]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB23_72
b LBB23_14
LBB23_14: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #128]
mov x9, x8
add x8, sp, #472
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #106]
ldrb w8, [sp, #106]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB23_37
b LBB23_15
LBB23_15: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_23
b LBB23_16
LBB23_16: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #112]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB23_21
b LBB23_17
LBB23_17: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9802
add x8, x8, x9
ldrb w9, [sp, #107]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
ldr w9, [sp, #112]
add w8, w8, w9
ldr x9, [sp, #144]
mov x10, #9802
add x9, x9, x10
ldrb w10, [sp, #107]
; kill: def $x10 killed $w10
strh w8, [x9, x10, lsl #1]
b LBB23_18
LBB23_18: ; Parent Loop BB23_13 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #112]
subs w9, w8, #1
str w9, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_20
b LBB23_19
LBB23_19: ; in Loop: Header=BB23_18 Depth=2
ldrb w8, [sp, #107]
ldr w9, [sp, #120]
mov x10, x9
mov x9, x10
add w9, w9, #1
str w9, [sp, #120]
add x9, sp, #152
add x9, x9, x10
strb w8, [x9]
b LBB23_18
LBB23_20: ; in Loop: Header=BB23_13 Depth=1
b LBB23_22
LBB23_21: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9834
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9834
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #16
strb w8, [x10]
ldr w8, [sp, #112]
subs w8, w8, #3
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_22
LBB23_22: ; in Loop: Header=BB23_13 Depth=1
str wzr, [sp, #112]
b LBB23_23
LBB23_23: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #116]
add w8, w8, #1
str w8, [sp, #116]
subs w8, w8, #138
cset w8, ne
tbnz w8, #0, LBB23_36
b LBB23_24
LBB23_24: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_35
b LBB23_25
LBB23_25: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #116]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB23_30
b LBB23_26
LBB23_26: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9802
ldrh w8, [x8, x9]
ldr w9, [sp, #116]
add w8, w8, w9
ldr x9, [sp, #144]
mov x10, #9802
strh w8, [x9, x10]
b LBB23_27
LBB23_27: ; Parent Loop BB23_13 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #116]
subs w9, w8, #1
str w9, [sp, #116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_29
b LBB23_28
LBB23_28: ; in Loop: Header=BB23_27 Depth=2
ldr w8, [sp, #120]
mov x9, x8
mov x8, x9
add w8, w8, #1
str w8, [sp, #120]
add x8, sp, #152
add x8, x8, x9
strb wzr, [x8]
b LBB23_27
LBB23_29: ; in Loop: Header=BB23_13 Depth=1
b LBB23_34
LBB23_30: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #116]
subs w8, w8, #10
cset w8, hi
tbnz w8, #0, LBB23_32
b LBB23_31
LBB23_31: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9836
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9836
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #17
strb w8, [x10]
ldr w8, [sp, #116]
subs w8, w8, #3
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_33
LBB23_32: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9838
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9838
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #18
strb w8, [x10]
ldr w8, [sp, #116]
subs w8, w8, #11
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_33
LBB23_33: ; in Loop: Header=BB23_13 Depth=1
b LBB23_34
LBB23_34: ; in Loop: Header=BB23_13 Depth=1
str wzr, [sp, #116]
b LBB23_35
LBB23_35: ; in Loop: Header=BB23_13 Depth=1
b LBB23_36
LBB23_36: ; in Loop: Header=BB23_13 Depth=1
b LBB23_70
LBB23_37: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_48
b LBB23_38
LBB23_38: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #116]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB23_43
b LBB23_39
LBB23_39: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9802
ldrh w8, [x8, x9]
ldr w9, [sp, #116]
add w8, w8, w9
ldr x9, [sp, #144]
mov x10, #9802
strh w8, [x9, x10]
b LBB23_40
LBB23_40: ; Parent Loop BB23_13 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #116]
subs w9, w8, #1
str w9, [sp, #116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_42
b LBB23_41
LBB23_41: ; in Loop: Header=BB23_40 Depth=2
ldr w8, [sp, #120]
mov x9, x8
mov x8, x9
add w8, w8, #1
str w8, [sp, #120]
add x8, sp, #152
add x8, x8, x9
strb wzr, [x8]
b LBB23_40
LBB23_42: ; in Loop: Header=BB23_13 Depth=1
b LBB23_47
LBB23_43: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #116]
subs w8, w8, #10
cset w8, hi
tbnz w8, #0, LBB23_45
b LBB23_44
LBB23_44: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9836
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9836
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #17
strb w8, [x10]
ldr w8, [sp, #116]
subs w8, w8, #3
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_46
LBB23_45: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9838
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9838
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #18
strb w8, [x10]
ldr w8, [sp, #116]
subs w8, w8, #11
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_46
LBB23_46: ; in Loop: Header=BB23_13 Depth=1
b LBB23_47
LBB23_47: ; in Loop: Header=BB23_13 Depth=1
str wzr, [sp, #116]
b LBB23_48
LBB23_48: ; in Loop: Header=BB23_13 Depth=1
ldrb w8, [sp, #106]
ldrb w9, [sp, #107]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB23_58
b LBB23_49
LBB23_49: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_57
b LBB23_50
LBB23_50: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #112]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB23_55
b LBB23_51
LBB23_51: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9802
add x8, x8, x9
ldrb w9, [sp, #107]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
ldr w9, [sp, #112]
add w8, w8, w9
ldr x9, [sp, #144]
mov x10, #9802
add x9, x9, x10
ldrb w10, [sp, #107]
; kill: def $x10 killed $w10
strh w8, [x9, x10, lsl #1]
b LBB23_52
LBB23_52: ; Parent Loop BB23_13 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #112]
subs w9, w8, #1
str w9, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_54
b LBB23_53
LBB23_53: ; in Loop: Header=BB23_52 Depth=2
ldrb w8, [sp, #107]
ldr w9, [sp, #120]
mov x10, x9
mov x9, x10
add w9, w9, #1
str w9, [sp, #120]
add x9, sp, #152
add x9, x9, x10
strb w8, [x9]
b LBB23_52
LBB23_54: ; in Loop: Header=BB23_13 Depth=1
b LBB23_56
LBB23_55: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9834
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9834
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #16
strb w8, [x10]
ldr w8, [sp, #112]
subs w8, w8, #3
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_56
LBB23_56: ; in Loop: Header=BB23_13 Depth=1
str wzr, [sp, #112]
b LBB23_57
LBB23_57: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9802
add x8, x8, x9
ldrb w9, [sp, #106]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9802
add x9, x9, x10
ldrb w10, [sp, #106]
; kill: def $x10 killed $w10
strh w8, [x9, x10, lsl #1]
ldrb w8, [sp, #106]
ldr w9, [sp, #120]
mov x10, x9
mov x9, x10
add w9, w9, #1
str w9, [sp, #120]
add x9, sp, #152
add x9, x9, x10
strb w8, [x9]
b LBB23_69
LBB23_58: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #112]
add w8, w8, #1
str w8, [sp, #112]
subs w8, w8, #6
cset w8, ne
tbnz w8, #0, LBB23_68
b LBB23_59
LBB23_59: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_67
b LBB23_60
LBB23_60: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #112]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB23_65
b LBB23_61
LBB23_61: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9802
add x8, x8, x9
ldrb w9, [sp, #107]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
ldr w9, [sp, #112]
add w8, w8, w9
ldr x9, [sp, #144]
mov x10, #9802
add x9, x9, x10
ldrb w10, [sp, #107]
; kill: def $x10 killed $w10
strh w8, [x9, x10, lsl #1]
b LBB23_62
LBB23_62: ; Parent Loop BB23_13 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #112]
subs w9, w8, #1
str w9, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_64
b LBB23_63
LBB23_63: ; in Loop: Header=BB23_62 Depth=2
ldrb w8, [sp, #107]
ldr w9, [sp, #120]
mov x10, x9
mov x9, x10
add w9, w9, #1
str w9, [sp, #120]
add x9, sp, #152
add x9, x9, x10
strb w8, [x9]
b LBB23_62
LBB23_64: ; in Loop: Header=BB23_13 Depth=1
b LBB23_66
LBB23_65: ; in Loop: Header=BB23_13 Depth=1
ldr x8, [sp, #144]
mov x9, #9834
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9834
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #16
strb w8, [x10]
ldr w8, [sp, #112]
subs w8, w8, #3
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_66
LBB23_66: ; in Loop: Header=BB23_13 Depth=1
str wzr, [sp, #112]
b LBB23_67
LBB23_67: ; in Loop: Header=BB23_13 Depth=1
b LBB23_68
LBB23_68: ; in Loop: Header=BB23_13 Depth=1
b LBB23_69
LBB23_69: ; in Loop: Header=BB23_13 Depth=1
b LBB23_70
LBB23_70: ; in Loop: Header=BB23_13 Depth=1
ldrb w8, [sp, #106]
strb w8, [sp, #107]
b LBB23_71
LBB23_71: ; in Loop: Header=BB23_13 Depth=1
ldr w8, [sp, #128]
add w8, w8, #1
str w8, [sp, #128]
b LBB23_13
LBB23_72:
ldr w8, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_82
b LBB23_73
LBB23_73:
ldr w8, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_81
b LBB23_74
LBB23_74:
ldr w8, [sp, #112]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB23_79
b LBB23_75
LBB23_75:
ldr x8, [sp, #144]
mov x9, #9802
add x8, x8, x9
ldrb w9, [sp, #107]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
ldr w9, [sp, #112]
add w8, w8, w9
ldr x9, [sp, #144]
mov x10, #9802
add x9, x9, x10
ldrb w10, [sp, #107]
; kill: def $x10 killed $w10
strh w8, [x9, x10, lsl #1]
b LBB23_76
LBB23_76: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #112]
subs w9, w8, #1
str w9, [sp, #112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_78
b LBB23_77
LBB23_77: ; in Loop: Header=BB23_76 Depth=1
ldrb w8, [sp, #107]
ldr w9, [sp, #120]
mov x10, x9
mov x9, x10
add w9, w9, #1
str w9, [sp, #120]
add x9, sp, #152
add x9, x9, x10
strb w8, [x9]
b LBB23_76
LBB23_78:
b LBB23_80
LBB23_79:
ldr x8, [sp, #144]
mov x9, #9834
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9834
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #16
strb w8, [x10]
ldr w8, [sp, #112]
subs w8, w8, #3
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_80
LBB23_80:
str wzr, [sp, #112]
b LBB23_81
LBB23_81:
b LBB23_94
LBB23_82:
ldr w8, [sp, #116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_93
b LBB23_83
LBB23_83:
ldr w8, [sp, #116]
subs w8, w8, #3
cset w8, hs
tbnz w8, #0, LBB23_88
b LBB23_84
LBB23_84:
ldr x8, [sp, #144]
mov x9, #9802
ldrh w8, [x8, x9]
ldr w9, [sp, #116]
add w8, w8, w9
ldr x9, [sp, #144]
mov x10, #9802
strh w8, [x9, x10]
b LBB23_85
LBB23_85: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #116]
subs w9, w8, #1
str w9, [sp, #116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_87
b LBB23_86
LBB23_86: ; in Loop: Header=BB23_85 Depth=1
ldr w8, [sp, #120]
mov x9, x8
mov x8, x9
add w8, w8, #1
str w8, [sp, #120]
add x8, sp, #152
add x8, x8, x9
strb wzr, [x8]
b LBB23_85
LBB23_87:
b LBB23_92
LBB23_88:
ldr w8, [sp, #116]
subs w8, w8, #10
cset w8, hi
tbnz w8, #0, LBB23_90
b LBB23_89
LBB23_89:
ldr x8, [sp, #144]
mov x9, #9836
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9836
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #17
strb w8, [x10]
ldr w8, [sp, #116]
subs w8, w8, #3
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_91
LBB23_90:
ldr x8, [sp, #144]
mov x9, #9838
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #144]
mov x10, #9838
strh w8, [x9, x10]
ldr w8, [sp, #120]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [sp, #120]
add x9, sp, #152
mov x8, x9
add x10, x8, x10
mov w8, #18
strb w8, [x10]
ldr w8, [sp, #116]
subs w8, w8, #11
ldr w10, [sp, #120]
; kill: def $x10 killed $w10
mov x11, x10
add w11, w11, #1
str w11, [sp, #120]
strb w8, [x9, x10]
b LBB23_91
LBB23_91:
b LBB23_92
LBB23_92:
str wzr, [sp, #116]
b LBB23_93
LBB23_93:
b LBB23_94
LBB23_94:
ldr x0, [sp, #144]
mov w1, #2
mov w2, #19
mov w3, #7
mov w4, #0
bl _tdefl_optimize_huffman_table
b LBB23_95
LBB23_95:
mov w8, #2
str w8, [sp, #100]
str w8, [sp, #96]
ldr w8, [sp, #100]
ldr x9, [sp, #144]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #144]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #96]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB23_96
LBB23_96: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #144]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB23_100
b LBB23_97
LBB23_97: ; in Loop: Header=BB23_96 Depth=1
ldr x8, [sp, #144]
ldr x8, [x8, #64]
ldr x9, [sp, #144]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB23_99
b LBB23_98
LBB23_98: ; in Loop: Header=BB23_96 Depth=1
ldr x8, [sp, #144]
ldr w8, [x8, #96]
ldr x11, [sp, #144]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB23_99
LBB23_99: ; in Loop: Header=BB23_96 Depth=1
ldr x9, [sp, #144]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB23_96
LBB23_100:
b LBB23_101
LBB23_101:
b LBB23_102
LBB23_102:
ldr w8, [sp, #140]
subs w8, w8, #257
str w8, [sp, #92]
mov w8, #5
str w8, [sp, #88]
ldr w8, [sp, #92]
ldr x9, [sp, #144]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #144]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #88]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB23_103
LBB23_103: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #144]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB23_107
b LBB23_104
LBB23_104: ; in Loop: Header=BB23_103 Depth=1
ldr x8, [sp, #144]
ldr x8, [x8, #64]
ldr x9, [sp, #144]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB23_106
b LBB23_105
LBB23_105: ; in Loop: Header=BB23_103 Depth=1
ldr x8, [sp, #144]
ldr w8, [x8, #96]
ldr x11, [sp, #144]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB23_106
LBB23_106: ; in Loop: Header=BB23_103 Depth=1
ldr x9, [sp, #144]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB23_103
LBB23_107:
b LBB23_108
LBB23_108:
b LBB23_109
LBB23_109:
ldr w8, [sp, #136]
subs w8, w8, #1
str w8, [sp, #84]
mov w8, #5
str w8, [sp, #80]
ldr w8, [sp, #84]
ldr x9, [sp, #144]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #144]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #80]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB23_110
LBB23_110: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #144]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB23_114
b LBB23_111
LBB23_111: ; in Loop: Header=BB23_110 Depth=1
ldr x8, [sp, #144]
ldr x8, [x8, #64]
ldr x9, [sp, #144]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB23_113
b LBB23_112
LBB23_112: ; in Loop: Header=BB23_110 Depth=1
ldr x8, [sp, #144]
ldr w8, [x8, #96]
ldr x11, [sp, #144]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB23_113
LBB23_113: ; in Loop: Header=BB23_110 Depth=1
ldr x9, [sp, #144]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB23_110
LBB23_114:
b LBB23_115
LBB23_115:
mov w8, #18
str w8, [sp, #132]
b LBB23_116
LBB23_116: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #132]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB23_121
b LBB23_117
LBB23_117: ; in Loop: Header=BB23_116 Depth=1
ldr x8, [sp, #144]
mov x9, #12682
add x8, x8, x9
ldrsw x10, [sp, #132]
adrp x9, _s_tdefl_packed_code_size_syms_swizzle@PAGE
add x9, x9, _s_tdefl_packed_code_size_syms_swizzle@PAGEOFF
ldrb w9, [x9, x10]
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB23_119
b LBB23_118
LBB23_118:
b LBB23_121
LBB23_119: ; in Loop: Header=BB23_116 Depth=1
b LBB23_120
LBB23_120: ; in Loop: Header=BB23_116 Depth=1
ldr w8, [sp, #132]
subs w8, w8, #1
str w8, [sp, #132]
b LBB23_116
LBB23_121:
ldr w8, [sp, #132]
add w9, w8, #1
mov w8, #4
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB23_123
b LBB23_122
LBB23_122:
mov w8, #4
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB23_124
LBB23_123:
ldr w8, [sp, #132]
add w8, w8, #1
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB23_124
LBB23_124:
ldr w8, [sp, #12] ; 4-byte Folded Reload
str w8, [sp, #132]
b LBB23_125
LBB23_125:
ldr w9, [sp, #132]
mov w8, #4
subs w9, w9, #4
str w9, [sp, #76]
str w8, [sp, #72]
ldr w8, [sp, #76]
ldr x9, [sp, #144]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #144]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #72]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB23_126
LBB23_126: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #144]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB23_130
b LBB23_127
LBB23_127: ; in Loop: Header=BB23_126 Depth=1
ldr x8, [sp, #144]
ldr x8, [x8, #64]
ldr x9, [sp, #144]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB23_129
b LBB23_128
LBB23_128: ; in Loop: Header=BB23_126 Depth=1
ldr x8, [sp, #144]
ldr w8, [x8, #96]
ldr x11, [sp, #144]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB23_129
LBB23_129: ; in Loop: Header=BB23_126 Depth=1
ldr x9, [sp, #144]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB23_126
LBB23_130:
b LBB23_131
LBB23_131:
str wzr, [sp, #128]
b LBB23_132
LBB23_132: ; =>This Loop Header: Depth=1
; Child Loop BB23_135 Depth 2
ldr w8, [sp, #128]
ldr w9, [sp, #132]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB23_142
b LBB23_133
LBB23_133: ; in Loop: Header=BB23_132 Depth=1
b LBB23_134
LBB23_134: ; in Loop: Header=BB23_132 Depth=1
ldr x8, [sp, #144]
mov x9, #12682
add x8, x8, x9
ldr w9, [sp, #128]
mov x10, x9
adrp x9, _s_tdefl_packed_code_size_syms_swizzle@PAGE
add x9, x9, _s_tdefl_packed_code_size_syms_swizzle@PAGEOFF
ldrb w9, [x9, x10]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
str w8, [sp, #68]
mov w8, #3
str w8, [sp, #64]
ldr w8, [sp, #68]
ldr x9, [sp, #144]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #144]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #64]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB23_135
LBB23_135: ; Parent Loop BB23_132 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #144]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB23_139
b LBB23_136
LBB23_136: ; in Loop: Header=BB23_135 Depth=2
ldr x8, [sp, #144]
ldr x8, [x8, #64]
ldr x9, [sp, #144]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB23_138
b LBB23_137
LBB23_137: ; in Loop: Header=BB23_135 Depth=2
ldr x8, [sp, #144]
ldr w8, [x8, #96]
ldr x11, [sp, #144]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB23_138
LBB23_138: ; in Loop: Header=BB23_135 Depth=2
ldr x9, [sp, #144]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB23_135
LBB23_139: ; in Loop: Header=BB23_132 Depth=1
b LBB23_140
LBB23_140: ; in Loop: Header=BB23_132 Depth=1
b LBB23_141
LBB23_141: ; in Loop: Header=BB23_132 Depth=1
ldr w8, [sp, #128]
add w8, w8, #1
str w8, [sp, #128]
b LBB23_132
LBB23_142:
str wzr, [sp, #108]
b LBB23_143
LBB23_143: ; =>This Loop Header: Depth=1
; Child Loop BB23_146 Depth 2
; Child Loop BB23_154 Depth 2
ldr w8, [sp, #108]
ldr w9, [sp, #120]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB23_161
b LBB23_144
LBB23_144: ; in Loop: Header=BB23_143 Depth=1
ldr w8, [sp, #108]
mov x9, x8
mov x8, x9
add w8, w8, #1
str w8, [sp, #108]
add x8, sp, #152
ldrb w8, [x8, x9]
str w8, [sp, #60]
b LBB23_145
LBB23_145: ; in Loop: Header=BB23_143 Depth=1
ldr x8, [sp, #144]
mov x9, #11530
add x8, x8, x9
ldr w9, [sp, #60]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
str w8, [sp, #56]
ldr x8, [sp, #144]
mov x9, #12682
add x8, x8, x9
ldr w9, [sp, #60]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
str w8, [sp, #52]
ldr w8, [sp, #56]
ldr x9, [sp, #144]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #144]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #52]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB23_146
LBB23_146: ; Parent Loop BB23_143 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #144]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB23_150
b LBB23_147
LBB23_147: ; in Loop: Header=BB23_146 Depth=2
ldr x8, [sp, #144]
ldr x8, [x8, #64]
ldr x9, [sp, #144]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB23_149
b LBB23_148
LBB23_148: ; in Loop: Header=BB23_146 Depth=2
ldr x8, [sp, #144]
ldr w8, [x8, #96]
ldr x11, [sp, #144]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB23_149
LBB23_149: ; in Loop: Header=BB23_146 Depth=2
ldr x9, [sp, #144]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB23_146
LBB23_150: ; in Loop: Header=BB23_143 Depth=1
b LBB23_151
LBB23_151: ; in Loop: Header=BB23_143 Depth=1
ldr w8, [sp, #60]
subs w8, w8, #16
cset w8, lo
tbnz w8, #0, LBB23_160
b LBB23_152
LBB23_152: ; in Loop: Header=BB23_143 Depth=1
b LBB23_153
LBB23_153: ; in Loop: Header=BB23_143 Depth=1
ldr w8, [sp, #108]
mov x9, x8
mov x8, x9
add w8, w8, #1
str w8, [sp, #108]
add x8, sp, #152
ldrb w8, [x8, x9]
str w8, [sp, #48]
ldr w8, [sp, #60]
subs w9, w8, #16
adrp x8, l_.str.1@PAGE
add x8, x8, l_.str.1@PAGEOFF
ldrsb w8, [x8, w9, uxtw]
str w8, [sp, #44]
ldr w8, [sp, #48]
ldr x9, [sp, #144]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #144]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #44]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB23_154
LBB23_154: ; Parent Loop BB23_143 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #144]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB23_158
b LBB23_155
LBB23_155: ; in Loop: Header=BB23_154 Depth=2
ldr x8, [sp, #144]
ldr x8, [x8, #64]
ldr x9, [sp, #144]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB23_157
b LBB23_156
LBB23_156: ; in Loop: Header=BB23_154 Depth=2
ldr x8, [sp, #144]
ldr w8, [x8, #96]
ldr x11, [sp, #144]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB23_157
LBB23_157: ; in Loop: Header=BB23_154 Depth=2
ldr x9, [sp, #144]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #144]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB23_154
LBB23_158: ; in Loop: Header=BB23_143 Depth=1
b LBB23_159
LBB23_159: ; in Loop: Header=BB23_143 Depth=1
b LBB23_160
LBB23_160: ; in Loop: Header=BB23_143 Depth=1
b LBB23_143
LBB23_161:
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, LBB23_163
b LBB23_162
LBB23_162:
bl ___stack_chk_fail
LBB23_163:
add sp, sp, #800
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_compress_lz_codes
_tdefl_compress_lz_codes: ; @tdefl_compress_lz_codes
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
str x0, [sp, #88]
mov w8, #1
str w8, [sp, #84]
ldr x8, [sp, #88]
mov x9, #12970
add x8, x8, x9
str x8, [sp, #72]
b LBB24_1
LBB24_1: ; =>This Loop Header: Depth=1
; Child Loop BB24_39 Depth 2
; Child Loop BB24_7 Depth 2
; Child Loop BB24_14 Depth 2
; Child Loop BB24_24 Depth 2
; Child Loop BB24_31 Depth 2
ldr x8, [sp, #72]
ldr x9, [sp, #88]
ldr x9, [x9, #48]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB24_47
b LBB24_2
LBB24_2: ; in Loop: Header=BB24_1 Depth=1
ldr w8, [sp, #84]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB24_4
b LBB24_3
LBB24_3: ; in Loop: Header=BB24_1 Depth=1
ldr x8, [sp, #72]
add x9, x8, #1
str x9, [sp, #72]
ldrb w8, [x8]
orr w8, w8, #0x100
str w8, [sp, #84]
b LBB24_4
LBB24_4: ; in Loop: Header=BB24_1 Depth=1
ldr w8, [sp, #84]
ands w8, w8, #0x1
cset w8, eq
tbnz w8, #0, LBB24_37
b LBB24_5
LBB24_5: ; in Loop: Header=BB24_1 Depth=1
ldr x8, [sp, #72]
ldrb w8, [x8]
str w8, [sp, #60]
ldr x8, [sp, #72]
ldrb w8, [x8, #1]
ldr x9, [sp, #72]
ldrb w9, [x9, #2]
orr w8, w8, w9, lsl #8
str w8, [sp, #56]
ldr x8, [sp, #72]
add x8, x8, #3
str x8, [sp, #72]
b LBB24_6
LBB24_6: ; in Loop: Header=BB24_1 Depth=1
ldr x8, [sp, #88]
mov x9, #10378
add x8, x8, x9
ldr w9, [sp, #60]
mov x10, x9
adrp x9, _s_tdefl_len_sym@PAGE
add x9, x9, _s_tdefl_len_sym@PAGEOFF
ldrh w10, [x9, x10, lsl #1]
; kill: def $x10 killed $w10
ldrh w8, [x8, x10, lsl #1]
str w8, [sp, #52]
ldr x8, [sp, #88]
mov x10, #12106
add x8, x8, x10
ldr w10, [sp, #60]
; kill: def $x10 killed $w10
ldrh w9, [x9, x10, lsl #1]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
str w8, [sp, #48]
ldr w8, [sp, #52]
ldr x9, [sp, #88]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #88]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #48]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB24_7
LBB24_7: ; Parent Loop BB24_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB24_11
b LBB24_8
LBB24_8: ; in Loop: Header=BB24_7 Depth=2
ldr x8, [sp, #88]
ldr x8, [x8, #64]
ldr x9, [sp, #88]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB24_10
b LBB24_9
LBB24_9: ; in Loop: Header=BB24_7 Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #96]
ldr x11, [sp, #88]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB24_10
LBB24_10: ; in Loop: Header=BB24_7 Depth=2
ldr x9, [sp, #88]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB24_7
LBB24_11: ; in Loop: Header=BB24_1 Depth=1
b LBB24_12
LBB24_12: ; in Loop: Header=BB24_1 Depth=1
b LBB24_13
LBB24_13: ; in Loop: Header=BB24_1 Depth=1
ldr w9, [sp, #60]
ldr w8, [sp, #60]
mov x10, x8
adrp x8, _s_tdefl_len_extra@PAGE
add x8, x8, _s_tdefl_len_extra@PAGEOFF
ldrb w10, [x8, x10]
mov x11, x10
adrp x10, _mz_bitmasks@PAGE
add x10, x10, _mz_bitmasks@PAGEOFF
ldr w10, [x10, x11, lsl #2]
and w9, w9, w10
str w9, [sp, #44]
ldr w9, [sp, #60]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
str w8, [sp, #40]
ldr w8, [sp, #44]
ldr x9, [sp, #88]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #88]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #40]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB24_14
LBB24_14: ; Parent Loop BB24_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB24_18
b LBB24_15
LBB24_15: ; in Loop: Header=BB24_14 Depth=2
ldr x8, [sp, #88]
ldr x8, [x8, #64]
ldr x9, [sp, #88]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB24_17
b LBB24_16
LBB24_16: ; in Loop: Header=BB24_14 Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #96]
ldr x11, [sp, #88]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB24_17
LBB24_17: ; in Loop: Header=BB24_14 Depth=2
ldr x9, [sp, #88]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB24_14
LBB24_18: ; in Loop: Header=BB24_1 Depth=1
b LBB24_19
LBB24_19: ; in Loop: Header=BB24_1 Depth=1
ldr w8, [sp, #56]
subs w8, w8, #512
cset w8, hs
tbnz w8, #0, LBB24_21
b LBB24_20
LBB24_20: ; in Loop: Header=BB24_1 Depth=1
ldr w8, [sp, #56]
mov x9, x8
adrp x8, _s_tdefl_small_dist_sym@PAGE
add x8, x8, _s_tdefl_small_dist_sym@PAGEOFF
ldrb w8, [x8, x9]
str w8, [sp, #68]
ldr w8, [sp, #56]
mov x9, x8
adrp x8, _s_tdefl_small_dist_extra@PAGE
add x8, x8, _s_tdefl_small_dist_extra@PAGEOFF
ldrb w8, [x8, x9]
str w8, [sp, #64]
b LBB24_22
LBB24_21: ; in Loop: Header=BB24_1 Depth=1
ldr w8, [sp, #56]
lsr w9, w8, #8
adrp x8, _s_tdefl_large_dist_sym@PAGE
add x8, x8, _s_tdefl_large_dist_sym@PAGEOFF
ldrb w8, [x8, w9, uxtw]
str w8, [sp, #68]
ldr w8, [sp, #56]
lsr w9, w8, #8
adrp x8, _s_tdefl_large_dist_extra@PAGE
add x8, x8, _s_tdefl_large_dist_extra@PAGEOFF
ldrb w8, [x8, w9, uxtw]
str w8, [sp, #64]
b LBB24_22
LBB24_22: ; in Loop: Header=BB24_1 Depth=1
b LBB24_23
LBB24_23: ; in Loop: Header=BB24_1 Depth=1
ldr x8, [sp, #88]
mov x9, #10954
add x8, x8, x9
ldr w9, [sp, #68]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
str w8, [sp, #36]
ldr x8, [sp, #88]
mov x9, #12394
add x8, x8, x9
ldr w9, [sp, #68]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
str w8, [sp, #32]
ldr w8, [sp, #36]
ldr x9, [sp, #88]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #88]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #32]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB24_24
LBB24_24: ; Parent Loop BB24_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB24_28
b LBB24_25
LBB24_25: ; in Loop: Header=BB24_24 Depth=2
ldr x8, [sp, #88]
ldr x8, [x8, #64]
ldr x9, [sp, #88]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB24_27
b LBB24_26
LBB24_26: ; in Loop: Header=BB24_24 Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #96]
ldr x11, [sp, #88]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB24_27
LBB24_27: ; in Loop: Header=BB24_24 Depth=2
ldr x9, [sp, #88]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB24_24
LBB24_28: ; in Loop: Header=BB24_1 Depth=1
b LBB24_29
LBB24_29: ; in Loop: Header=BB24_1 Depth=1
b LBB24_30
LBB24_30: ; in Loop: Header=BB24_1 Depth=1
ldr w8, [sp, #56]
ldr w9, [sp, #64]
mov x10, x9
adrp x9, _mz_bitmasks@PAGE
add x9, x9, _mz_bitmasks@PAGEOFF
ldr w9, [x9, x10, lsl #2]
and w8, w8, w9
str w8, [sp, #28]
ldr w8, [sp, #64]
str w8, [sp, #24]
ldr w8, [sp, #28]
ldr x9, [sp, #88]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #88]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #24]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB24_31
LBB24_31: ; Parent Loop BB24_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB24_35
b LBB24_32
LBB24_32: ; in Loop: Header=BB24_31 Depth=2
ldr x8, [sp, #88]
ldr x8, [x8, #64]
ldr x9, [sp, #88]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB24_34
b LBB24_33
LBB24_33: ; in Loop: Header=BB24_31 Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #96]
ldr x11, [sp, #88]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB24_34
LBB24_34: ; in Loop: Header=BB24_31 Depth=2
ldr x9, [sp, #88]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB24_31
LBB24_35: ; in Loop: Header=BB24_1 Depth=1
b LBB24_36
LBB24_36: ; in Loop: Header=BB24_1 Depth=1
b LBB24_45
LBB24_37: ; in Loop: Header=BB24_1 Depth=1
ldr x8, [sp, #72]
add x9, x8, #1
str x9, [sp, #72]
ldrb w8, [x8]
str w8, [sp, #20]
b LBB24_38
LBB24_38: ; in Loop: Header=BB24_1 Depth=1
ldr x8, [sp, #88]
mov x9, #10378
add x8, x8, x9
ldr w9, [sp, #20]
; kill: def $x9 killed $w9
ldrh w8, [x8, x9, lsl #1]
str w8, [sp, #16]
ldr x8, [sp, #88]
mov x9, #12106
add x8, x8, x9
ldr w9, [sp, #20]
; kill: def $x9 killed $w9
ldrb w8, [x8, x9]
str w8, [sp, #12]
ldr w8, [sp, #16]
ldr x9, [sp, #88]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #88]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #12]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB24_39
LBB24_39: ; Parent Loop BB24_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB24_43
b LBB24_40
LBB24_40: ; in Loop: Header=BB24_39 Depth=2
ldr x8, [sp, #88]
ldr x8, [x8, #64]
ldr x9, [sp, #88]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB24_42
b LBB24_41
LBB24_41: ; in Loop: Header=BB24_39 Depth=2
ldr x8, [sp, #88]
ldr w8, [x8, #96]
ldr x11, [sp, #88]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB24_42
LBB24_42: ; in Loop: Header=BB24_39 Depth=2
ldr x9, [sp, #88]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB24_39
LBB24_43: ; in Loop: Header=BB24_1 Depth=1
b LBB24_44
LBB24_44: ; in Loop: Header=BB24_1 Depth=1
b LBB24_45
LBB24_45: ; in Loop: Header=BB24_1 Depth=1
b LBB24_46
LBB24_46: ; in Loop: Header=BB24_1 Depth=1
ldr w8, [sp, #84]
lsr w8, w8, #1
str w8, [sp, #84]
b LBB24_1
LBB24_47:
b LBB24_48
LBB24_48:
ldr x8, [sp, #88]
mov x9, #10890
ldrh w8, [x8, x9]
str w8, [sp, #8]
ldr x8, [sp, #88]
mov x9, #12362
ldrb w8, [x8, x9]
str w8, [sp, #4]
ldr w8, [sp, #8]
ldr x9, [sp, #88]
ldr w9, [x9, #92]
lsl w10, w8, w9
ldr x9, [sp, #88]
ldr w8, [x9, #96]
orr w8, w8, w10
str w8, [x9, #96]
ldr w10, [sp, #4]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
add w8, w8, w10
str w8, [x9, #92]
b LBB24_49
LBB24_49: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #88]
ldr w8, [x8, #92]
subs w8, w8, #8
cset w8, lo
tbnz w8, #0, LBB24_53
b LBB24_50
LBB24_50: ; in Loop: Header=BB24_49 Depth=1
ldr x8, [sp, #88]
ldr x8, [x8, #64]
ldr x9, [sp, #88]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB24_52
b LBB24_51
LBB24_51: ; in Loop: Header=BB24_49 Depth=1
ldr x8, [sp, #88]
ldr w8, [x8, #96]
ldr x11, [sp, #88]
ldr x9, [x11, #64]
add x10, x9, #1
str x10, [x11, #64]
strb w8, [x9]
b LBB24_52
LBB24_52: ; in Loop: Header=BB24_49 Depth=1
ldr x9, [sp, #88]
ldr w8, [x9, #96]
lsr w8, w8, #8
str w8, [x9, #96]
ldr x9, [sp, #88]
ldr w8, [x9, #92]
subs w8, w8, #8
str w8, [x9, #92]
b LBB24_49
LBB24_53:
b LBB24_54
LBB24_54:
ldr x8, [sp, #88]
ldr x8, [x8, #64]
ldr x9, [sp, #88]
ldr x9, [x9, #72]
subs x8, x8, x9
cset w8, lo
and w0, w8, #0x1
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_optimize_huffman_table
_tdefl_optimize_huffman_table: ; @tdefl_optimize_huffman_table
.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, #2672
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #88]
str w1, [sp, #84]
str w2, [sp, #80]
str w3, [sp, #76]
str w4, [sp, #72]
sub x0, x29, #156
mov w1, #0
mov x2, #132
bl _memset
ldr w8, [sp, #72]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB25_6
b LBB25_1
LBB25_1:
str wzr, [sp, #68]
b LBB25_2
LBB25_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #68]
ldr w9, [sp, #80]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB25_5
b LBB25_3
LBB25_3: ; in Loop: Header=BB25_2 Depth=1
ldr x8, [sp, #88]
mov x9, #12106
add x8, x8, x9
ldrsw x9, [sp, #84]
mov x10, #288
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #68]
ldrb w8, [x8, x9]
mov x9, x8
sub x8, x29, #156
add x9, x8, x9, lsl #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
b LBB25_4
LBB25_4: ; in Loop: Header=BB25_2 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB25_2
LBB25_5:
b LBB25_25
LBB25_6:
str wzr, [sp, #44]
ldr x8, [sp, #88]
mov x9, #8650
add x8, x8, x9
ldrsw x9, [sp, #84]
mov x10, #576
mul x9, x9, x10
add x8, x8, x9
str x8, [sp, #32]
str wzr, [sp, #68]
b LBB25_7
LBB25_7: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #68]
ldr w9, [sp, #80]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB25_12
b LBB25_8
LBB25_8: ; in Loop: Header=BB25_7 Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #68]
add x8, x8, x9, lsl #1
ldrh w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB25_10
b LBB25_9
LBB25_9: ; in Loop: Header=BB25_7 Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #68]
add x8, x8, x9, lsl #1
ldrh w8, [x8]
ldrsw x11, [sp, #44]
add x9, sp, #1248
mov x10, x9
add x10, x10, x11, lsl #2
strh w8, [x10]
ldr w8, [sp, #68]
ldrsw x10, [sp, #44]
mov x11, x10
add w11, w11, #1
str w11, [sp, #44]
add x9, x9, x10, lsl #2
strh w8, [x9, #2]
b LBB25_10
LBB25_10: ; in Loop: Header=BB25_7 Depth=1
b LBB25_11
LBB25_11: ; in Loop: Header=BB25_7 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB25_7
LBB25_12:
ldr w0, [sp, #44]
add x1, sp, #1248
add x2, sp, #96
bl _tdefl_radix_sort_syms
str x0, [sp, #48]
ldr x0, [sp, #48]
ldr w1, [sp, #44]
bl _tdefl_calculate_minimum_redundancy
str wzr, [sp, #68]
b LBB25_13
LBB25_13: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #68]
ldr w9, [sp, #44]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB25_16
b LBB25_14
LBB25_14: ; in Loop: Header=BB25_13 Depth=1
ldr x8, [sp, #48]
ldrsw x9, [sp, #68]
lsl x9, x9, #2
ldrh w8, [x8, x9]
mov x9, x8
sub x8, x29, #156
add x9, x8, x9, lsl #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
b LBB25_15
LBB25_15: ; in Loop: Header=BB25_13 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB25_13
LBB25_16:
ldr w1, [sp, #44]
ldr w2, [sp, #76]
sub x0, x29, #156
bl _tdefl_huffman_enforce_max_code_size
ldr x8, [sp, #88]
mov x9, #12106
add x8, x8, x9
ldrsw x9, [sp, #84]
mov x10, #288
mul x9, x9, x10
add x0, x8, x9
mov w1, #0
str w1, [sp, #4] ; 4-byte Folded Spill
mov x2, #288
mov x3, #-1
str x3, [sp, #8] ; 8-byte Folded Spill
bl ___memset_chk
ldr w1, [sp, #4] ; 4-byte Folded Reload
ldr x3, [sp, #8] ; 8-byte Folded Reload
ldr x8, [sp, #88]
mov x9, #10378
add x8, x8, x9
ldrsw x9, [sp, #84]
mov x10, #576
mul x9, x9, x10
add x0, x8, x9
mov x2, #576
bl ___memset_chk
mov w8, #1
str w8, [sp, #68]
ldr w8, [sp, #44]
str w8, [sp, #64]
b LBB25_17
LBB25_17: ; =>This Loop Header: Depth=1
; Child Loop BB25_19 Depth 2
ldr w8, [sp, #68]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB25_24
b LBB25_18
LBB25_18: ; in Loop: Header=BB25_17 Depth=1
ldrsw x9, [sp, #68]
sub x8, x29, #156
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #60]
b LBB25_19
LBB25_19: ; Parent Loop BB25_17 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #60]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB25_22
b LBB25_20
LBB25_20: ; in Loop: Header=BB25_19 Depth=2
ldr w8, [sp, #68]
ldr x9, [sp, #88]
mov x10, #12106
add x9, x9, x10
ldrsw x10, [sp, #84]
mov x11, #288
mul x10, x10, x11
add x9, x9, x10
ldr x10, [sp, #48]
ldr w11, [sp, #64]
subs w11, w11, #1
str w11, [sp, #64]
add x10, x10, w11, sxtw #2
ldrh w10, [x10, #2]
; kill: def $x10 killed $w10
strb w8, [x9, x10]
b LBB25_21
LBB25_21: ; in Loop: Header=BB25_19 Depth=2
ldr w8, [sp, #60]
subs w8, w8, #1
str w8, [sp, #60]
b LBB25_19
LBB25_22: ; in Loop: Header=BB25_17 Depth=1
b LBB25_23
LBB25_23: ; in Loop: Header=BB25_17 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB25_17
LBB25_24:
b LBB25_25
LBB25_25:
str wzr, [sp, #2404]
str wzr, [sp, #64]
mov w8, #2
str w8, [sp, #68]
b LBB25_26
LBB25_26: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #68]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB25_29
b LBB25_27
LBB25_27: ; in Loop: Header=BB25_26 Depth=1
ldr w8, [sp, #64]
ldr w9, [sp, #68]
subs w10, w9, #1
sub x9, x29, #156
ldr w9, [x9, w10, sxtw #2]
add w8, w8, w9
lsl w8, w8, #1
str w8, [sp, #64]
ldrsw x10, [sp, #68]
add x9, sp, #2400
str w8, [x9, x10, lsl #2]
b LBB25_28
LBB25_28: ; in Loop: Header=BB25_26 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB25_26
LBB25_29:
str wzr, [sp, #68]
b LBB25_30
LBB25_30: ; =>This Loop Header: Depth=1
; Child Loop BB25_34 Depth 2
ldr w8, [sp, #68]
ldr w9, [sp, #80]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB25_39
b LBB25_31
LBB25_31: ; in Loop: Header=BB25_30 Depth=1
str wzr, [sp, #28]
ldr x8, [sp, #88]
mov x9, #12106
add x8, x8, x9
ldrsw x9, [sp, #84]
mov x10, #288
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #68]
ldrb w8, [x8, x9]
str w8, [sp, #20]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB25_33
b LBB25_32
LBB25_32: ; in Loop: Header=BB25_30 Depth=1
b LBB25_38
LBB25_33: ; in Loop: Header=BB25_30 Depth=1
ldr w8, [sp, #20]
mov x9, x8
add x8, sp, #2400
add x10, x8, x9, lsl #2
ldr w8, [x10]
add w9, w8, #1
str w9, [x10]
str w8, [sp, #24]
ldr w8, [sp, #20]
str w8, [sp, #60]
b LBB25_34
LBB25_34: ; Parent Loop BB25_30 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #60]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB25_37
b LBB25_35
LBB25_35: ; in Loop: Header=BB25_34 Depth=2
ldr w9, [sp, #28]
ldr w8, [sp, #24]
bfi w8, w9, #1, #31
str w8, [sp, #28]
b LBB25_36
LBB25_36: ; in Loop: Header=BB25_34 Depth=2
ldr w8, [sp, #60]
subs w8, w8, #1
str w8, [sp, #60]
ldr w8, [sp, #24]
lsr w8, w8, #1
str w8, [sp, #24]
b LBB25_34
LBB25_37: ; in Loop: Header=BB25_30 Depth=1
ldr w8, [sp, #28]
ldr x9, [sp, #88]
mov x10, #10378
add x9, x9, x10
ldrsw x10, [sp, #84]
mov x11, #576
mul x10, x10, x11
add x9, x9, x10
ldrsw x10, [sp, #68]
strh w8, [x9, x10, lsl #1]
b LBB25_38
LBB25_38: ; in Loop: Header=BB25_30 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB25_30
LBB25_39:
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, LBB25_41
b LBB25_40
LBB25_40:
bl ___stack_chk_fail
LBB25_41:
add sp, sp, #2672
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_radix_sort_syms
_tdefl_radix_sort_syms: ; @tdefl_radix_sort_syms
.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, #3184
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str w0, [sp, #100]
str x1, [sp, #88]
str x2, [sp, #80]
mov w8, #2
str w8, [sp, #76]
ldr x8, [sp, #88]
str x8, [sp, #56]
ldr x8, [sp, #80]
str x8, [sp, #48]
add x0, sp, #1128
mov x1, #2048
bl _bzero
str wzr, [sp, #64]
b LBB26_1
LBB26_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #64]
ldr w9, [sp, #100]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB26_4
b LBB26_2
LBB26_2: ; in Loop: Header=BB26_1 Depth=1
ldr x8, [sp, #88]
ldr w9, [sp, #64]
; kill: def $x9 killed $w9
lsl x9, x9, #2
ldrh w8, [x8, x9]
str w8, [sp, #44]
ldrb w8, [sp, #44]
mov x10, x8
add x8, sp, #1128
mov x9, x8
add x10, x9, x10, lsl #2
ldr w9, [x10]
add w9, w9, #1
str w9, [x10]
ldr w9, [sp, #44]
lsr w9, w9, #8
and w9, w9, #0xff
add w9, w9, #256
add x9, x8, w9, uxtw #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
b LBB26_3
LBB26_3: ; in Loop: Header=BB26_1 Depth=1
ldr w8, [sp, #64]
add w8, w8, #1
str w8, [sp, #64]
b LBB26_1
LBB26_4:
b LBB26_5
LBB26_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #76]
subs w8, w8, #1
cset w8, ls
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB26_7
b LBB26_6
LBB26_6: ; in Loop: Header=BB26_5 Depth=1
ldr w8, [sp, #100]
ldr w9, [sp, #76]
subs w9, w9, #1
lsl w10, w9, #8
add x9, sp, #1128
ldr w9, [x9, w10, uxtw #2]
subs w8, w8, w9
cset w8, eq
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB26_7
LBB26_7: ; in Loop: Header=BB26_5 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB26_9
b LBB26_8
LBB26_8: ; in Loop: Header=BB26_5 Depth=1
ldr w8, [sp, #76]
subs w8, w8, #1
str w8, [sp, #76]
b LBB26_5
LBB26_9:
str wzr, [sp, #72]
str wzr, [sp, #68]
b LBB26_10
LBB26_10: ; =>This Loop Header: Depth=1
; Child Loop BB26_12 Depth 2
; Child Loop BB26_16 Depth 2
ldr w8, [sp, #68]
ldr w9, [sp, #76]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB26_21
b LBB26_11
LBB26_11: ; in Loop: Header=BB26_10 Depth=1
ldr w8, [sp, #68]
lsl w9, w8, #8
add x8, sp, #1128
add x8, x8, w9, uxtw #2
str x8, [sp, #32]
str wzr, [sp, #28]
str wzr, [sp, #64]
b LBB26_12
LBB26_12: ; Parent Loop BB26_10 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #64]
subs w8, w8, #256
cset w8, hs
tbnz w8, #0, LBB26_15
b LBB26_13
LBB26_13: ; in Loop: Header=BB26_12 Depth=2
ldr w8, [sp, #28]
ldr w9, [sp, #64]
mov x10, x9
add x9, sp, #104
str w8, [x9, x10, lsl #2]
ldr x8, [sp, #32]
ldr w9, [sp, #64]
; kill: def $x9 killed $w9
ldr w9, [x8, x9, lsl #2]
ldr w8, [sp, #28]
add w8, w8, w9
str w8, [sp, #28]
b LBB26_14
LBB26_14: ; in Loop: Header=BB26_12 Depth=2
ldr w8, [sp, #64]
add w8, w8, #1
str w8, [sp, #64]
b LBB26_12
LBB26_15: ; in Loop: Header=BB26_10 Depth=1
str wzr, [sp, #64]
b LBB26_16
LBB26_16: ; Parent Loop BB26_10 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #64]
ldr w9, [sp, #100]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB26_19
b LBB26_17
LBB26_17: ; in Loop: Header=BB26_16 Depth=2
ldr x9, [sp, #48]
ldr x8, [sp, #56]
ldr w10, [sp, #64]
; kill: def $x10 killed $w10
lsl x10, x10, #2
ldrh w8, [x8, x10]
ldr w10, [sp, #72]
asr w8, w8, w10
and w10, w8, #0xff
add x8, sp, #104
add x11, x8, w10, sxtw #2
ldr w8, [x11]
mov x10, x8
mov x8, x10
add w8, w8, #1
str w8, [x11]
ldr x8, [sp, #56]
ldr w11, [sp, #64]
; kill: def $x11 killed $w11
ldr w8, [x8, x11, lsl #2]
str w8, [x9, x10, lsl #2]
b LBB26_18
LBB26_18: ; in Loop: Header=BB26_16 Depth=2
ldr w8, [sp, #64]
add w8, w8, #1
str w8, [sp, #64]
b LBB26_16
LBB26_19: ; in Loop: Header=BB26_10 Depth=1
ldr x8, [sp, #56]
str x8, [sp, #16]
ldr x8, [sp, #48]
str x8, [sp, #56]
ldr x8, [sp, #16]
str x8, [sp, #48]
b LBB26_20
LBB26_20: ; in Loop: Header=BB26_10 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
ldr w8, [sp, #72]
add w8, w8, #8
str w8, [sp, #72]
b LBB26_10
LBB26_21:
ldr x8, [sp, #56]
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, LBB26_23
b LBB26_22
LBB26_22:
bl ___stack_chk_fail
LBB26_23:
ldr x0, [sp] ; 8-byte Folded Reload
add sp, sp, #3184
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_calculate_minimum_redundancy
_tdefl_calculate_minimum_redundancy: ; @tdefl_calculate_minimum_redundancy
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #40]
str w1, [sp, #36]
ldr w8, [sp, #36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB27_2
b LBB27_1
LBB27_1:
b LBB27_33
LBB27_2:
ldr w8, [sp, #36]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB27_4
b LBB27_3
LBB27_3:
ldr x9, [sp, #40]
mov w8, #1
strh w8, [x9]
b LBB27_33
LBB27_4:
b LBB27_5
LBB27_5:
ldr x8, [sp, #40]
ldrh w10, [x8, #4]
ldr x9, [sp, #40]
ldrh w8, [x9]
add w8, w8, w10
strh w8, [x9]
str wzr, [sp, #32]
mov w8, #2
str w8, [sp, #28]
mov w8, #1
str w8, [sp, #24]
b LBB27_6
LBB27_6: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
ldr w9, [sp, #36]
subs w9, w9, #1
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB27_18
b LBB27_7
LBB27_7: ; in Loop: Header=BB27_6 Depth=1
ldr w8, [sp, #28]
ldr w9, [sp, #36]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB27_9
b LBB27_8
LBB27_8: ; in Loop: Header=BB27_6 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #32]
lsl x9, x9, #2
ldrh w8, [x8, x9]
ldr x9, [sp, #40]
ldrsw x10, [sp, #28]
lsl x10, x10, #2
ldrh w9, [x9, x10]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB27_10
b LBB27_9
LBB27_9: ; in Loop: Header=BB27_6 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #32]
add x8, x8, x9, lsl #2
ldrh w8, [x8]
ldr x9, [sp, #40]
ldrsw x10, [sp, #24]
add x9, x9, x10, lsl #2
strh w8, [x9]
ldr w8, [sp, #24]
ldr x9, [sp, #40]
ldrsw x10, [sp, #32]
mov x11, x10
add w11, w11, #1
str w11, [sp, #32]
lsl x10, x10, #2
strh w8, [x9, x10]
b LBB27_11
LBB27_10: ; in Loop: Header=BB27_6 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #28]
mov x10, x9
add w10, w10, #1
str w10, [sp, #28]
add x8, x8, x9, lsl #2
ldrh w8, [x8]
ldr x9, [sp, #40]
ldrsw x10, [sp, #24]
add x9, x9, x10, lsl #2
strh w8, [x9]
b LBB27_11
LBB27_11: ; in Loop: Header=BB27_6 Depth=1
ldr w8, [sp, #28]
ldr w9, [sp, #36]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB27_14
b LBB27_12
LBB27_12: ; in Loop: Header=BB27_6 Depth=1
ldr w8, [sp, #32]
ldr w9, [sp, #24]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB27_15
b LBB27_13
LBB27_13: ; in Loop: Header=BB27_6 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #32]
lsl x9, x9, #2
ldrh w8, [x8, x9]
ldr x9, [sp, #40]
ldrsw x10, [sp, #28]
lsl x10, x10, #2
ldrh w9, [x9, x10]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB27_15
b LBB27_14
LBB27_14: ; in Loop: Header=BB27_6 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #24]
lsl x9, x9, #2
ldrh w8, [x8, x9]
ldr x9, [sp, #40]
ldrsw x10, [sp, #32]
lsl x10, x10, #2
ldrh w9, [x9, x10]
add w8, w8, w9
ldr x9, [sp, #40]
ldrsw x10, [sp, #24]
lsl x10, x10, #2
strh w8, [x9, x10]
ldr w8, [sp, #24]
ldr x9, [sp, #40]
ldrsw x10, [sp, #32]
mov x11, x10
add w11, w11, #1
str w11, [sp, #32]
lsl x10, x10, #2
strh w8, [x9, x10]
b LBB27_16
LBB27_15: ; in Loop: Header=BB27_6 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #24]
lsl x9, x9, #2
ldrh w8, [x8, x9]
ldr x9, [sp, #40]
ldrsw x10, [sp, #28]
mov x11, x10
add w11, w11, #1
str w11, [sp, #28]
lsl x10, x10, #2
ldrh w9, [x9, x10]
add w8, w8, w9
ldr x9, [sp, #40]
ldrsw x10, [sp, #24]
lsl x10, x10, #2
strh w8, [x9, x10]
b LBB27_16
LBB27_16: ; in Loop: Header=BB27_6 Depth=1
b LBB27_17
LBB27_17: ; in Loop: Header=BB27_6 Depth=1
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB27_6
LBB27_18:
ldr x8, [sp, #40]
ldr w9, [sp, #36]
subs w9, w9, #2
add x8, x8, w9, sxtw #2
strh wzr, [x8]
ldr w8, [sp, #36]
subs w8, w8, #3
str w8, [sp, #24]
b LBB27_19
LBB27_19: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB27_22
b LBB27_20
LBB27_20: ; in Loop: Header=BB27_19 Depth=1
ldr x8, [sp, #40]
ldr x9, [sp, #40]
ldrsw x10, [sp, #24]
lsl x10, x10, #2
ldrh w9, [x9, x10]
; kill: def $x9 killed $w9
lsl x9, x9, #2
ldrh w8, [x8, x9]
add w8, w8, #1
ldr x9, [sp, #40]
ldrsw x10, [sp, #24]
lsl x10, x10, #2
strh w8, [x9, x10]
b LBB27_21
LBB27_21: ; in Loop: Header=BB27_19 Depth=1
ldr w8, [sp, #24]
subs w8, w8, #1
str w8, [sp, #24]
b LBB27_19
LBB27_22:
mov w8, #1
str w8, [sp, #20]
str wzr, [sp, #12]
str wzr, [sp, #16]
ldr w8, [sp, #36]
subs w8, w8, #2
str w8, [sp, #32]
ldr w8, [sp, #36]
subs w8, w8, #1
str w8, [sp, #24]
b LBB27_23
LBB27_23: ; =>This Loop Header: Depth=1
; Child Loop BB27_25 Depth 2
; Child Loop BB27_30 Depth 2
ldr w8, [sp, #20]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB27_33
b LBB27_24
LBB27_24: ; in Loop: Header=BB27_23 Depth=1
b LBB27_25
LBB27_25: ; Parent Loop BB27_23 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #32]
subs w8, w8, #0
cset w8, lt
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB27_27
b LBB27_26
LBB27_26: ; in Loop: Header=BB27_25 Depth=2
ldr x8, [sp, #40]
ldrsw x9, [sp, #32]
lsl x9, x9, #2
ldrh w8, [x8, x9]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, eq
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB27_27
LBB27_27: ; in Loop: Header=BB27_25 Depth=2
ldr w8, [sp, #8] ; 4-byte Folded Reload
tbz w8, #0, LBB27_29
b LBB27_28
LBB27_28: ; in Loop: Header=BB27_25 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
ldr w8, [sp, #32]
subs w8, w8, #1
str w8, [sp, #32]
b LBB27_25
LBB27_29: ; in Loop: Header=BB27_23 Depth=1
b LBB27_30
LBB27_30: ; Parent Loop BB27_23 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #20]
ldr w9, [sp, #16]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB27_32
b LBB27_31
LBB27_31: ; in Loop: Header=BB27_30 Depth=2
ldr w8, [sp, #12]
ldr x9, [sp, #40]
ldrsw x10, [sp, #24]
mov x11, x10
subs w11, w11, #1
str w11, [sp, #24]
lsl x10, x10, #2
strh w8, [x9, x10]
ldr w8, [sp, #20]
subs w8, w8, #1
str w8, [sp, #20]
b LBB27_30
LBB27_32: ; in Loop: Header=BB27_23 Depth=1
ldr w9, [sp, #16]
mov w8, #2
mul w8, w8, w9
str w8, [sp, #20]
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
str wzr, [sp, #16]
b LBB27_23
LBB27_33:
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function tdefl_huffman_enforce_max_code_size
_tdefl_huffman_enforce_max_code_size: ; @tdefl_huffman_enforce_max_code_size
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str w1, [sp, #20]
str w2, [sp, #16]
str wzr, [sp, #8]
ldr w8, [sp, #20]
subs w8, w8, #1
cset w8, gt
tbnz w8, #0, LBB28_2
b LBB28_1
LBB28_1:
b LBB28_19
LBB28_2:
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #12]
b LBB28_3
LBB28_3: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #32
cset w8, gt
tbnz w8, #0, LBB28_6
b LBB28_4
LBB28_4: ; in Loop: Header=BB28_3 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
ldr w10, [x8, x9, lsl #2]
ldr x8, [sp, #24]
ldrsw x9, [sp, #16]
add x9, x8, x9, lsl #2
ldr w8, [x9]
add w8, w8, w10
str w8, [x9]
b LBB28_5
LBB28_5: ; in Loop: Header=BB28_3 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB28_3
LBB28_6:
ldr w8, [sp, #16]
str w8, [sp, #12]
b LBB28_7
LBB28_7: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB28_10
b LBB28_8
LBB28_8: ; in Loop: Header=BB28_7 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
ldr w9, [sp, #16]
ldr w10, [sp, #12]
subs w9, w9, w10
lsl w9, w8, w9
ldr w8, [sp, #8]
add w8, w8, w9
str w8, [sp, #8]
b LBB28_9
LBB28_9: ; in Loop: Header=BB28_7 Depth=1
ldr w8, [sp, #12]
subs w8, w8, #1
str w8, [sp, #12]
b LBB28_7
LBB28_10:
b LBB28_11
LBB28_11: ; =>This Loop Header: Depth=1
; Child Loop BB28_13 Depth 2
ldr w8, [sp, #8]
; kill: def $x8 killed $w8
ldr w9, [sp, #16]
mov x10, x9
mov x9, #1
lsl x9, x9, x10
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB28_19
b LBB28_12
LBB28_12: ; in Loop: Header=BB28_11 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #16]
add x9, x8, x9, lsl #2
ldr w8, [x9]
subs w8, w8, #1
str w8, [x9]
ldr w8, [sp, #16]
subs w8, w8, #1
str w8, [sp, #12]
b LBB28_13
LBB28_13: ; Parent Loop BB28_11 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB28_18
b LBB28_14
LBB28_14: ; in Loop: Header=BB28_13 Depth=2
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB28_16
b LBB28_15
LBB28_15: ; in Loop: Header=BB28_11 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
add x9, x8, x9, lsl #2
ldr w8, [x9]
subs w8, w8, #1
str w8, [x9]
ldr x8, [sp, #24]
ldr w9, [sp, #12]
add w9, w9, #1
add x9, x8, w9, sxtw #2
ldr w8, [x9]
add w8, w8, #2
str w8, [x9]
b LBB28_18
LBB28_16: ; in Loop: Header=BB28_13 Depth=2
b LBB28_17
LBB28_17: ; in Loop: Header=BB28_13 Depth=2
ldr w8, [sp, #12]
subs w8, w8, #1
str w8, [sp, #12]
b LBB28_13
LBB28_18: ; in Loop: Header=BB28_11 Depth=1
ldr w8, [sp, #8]
subs w8, w8, #1
str w8, [sp, #8]
b LBB28_11
LBB28_19:
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
.p2align 2 ; @mz_crc32.s_crc32
_mz_crc32.s_crc32:
.long 0 ; 0x0
.long 498536548 ; 0x1db71064
.long 997073096 ; 0x3b6e20c8
.long 651767980 ; 0x26d930ac
.long 1994146192 ; 0x76dc4190
.long 1802195444 ; 0x6b6b51f4
.long 1303535960 ; 0x4db26158
.long 1342533948 ; 0x5005713c
.long 3988292384 ; 0xedb88320
.long 4027552580 ; 0xf00f9344
.long 3604390888 ; 0xd6d6a3e8
.long 3412177804 ; 0xcb61b38c
.long 2607071920 ; 0x9b64c2b0
.long 2262029012 ; 0x86d3d2d4
.long 2685067896 ; 0xa00ae278
.long 3183342108 ; 0xbdbdf21c
.p2align 2 ; @tinfl_decompress.s_length_base
_tinfl_decompress.s_length_base:
.long 3 ; 0x3
.long 4 ; 0x4
.long 5 ; 0x5
.long 6 ; 0x6
.long 7 ; 0x7
.long 8 ; 0x8
.long 9 ; 0x9
.long 10 ; 0xa
.long 11 ; 0xb
.long 13 ; 0xd
.long 15 ; 0xf
.long 17 ; 0x11
.long 19 ; 0x13
.long 23 ; 0x17
.long 27 ; 0x1b
.long 31 ; 0x1f
.long 35 ; 0x23
.long 43 ; 0x2b
.long 51 ; 0x33
.long 59 ; 0x3b
.long 67 ; 0x43
.long 83 ; 0x53
.long 99 ; 0x63
.long 115 ; 0x73
.long 131 ; 0x83
.long 163 ; 0xa3
.long 195 ; 0xc3
.long 227 ; 0xe3
.long 258 ; 0x102
.long 0 ; 0x0
.long 0 ; 0x0
.p2align 2 ; @tinfl_decompress.s_length_extra
_tinfl_decompress.s_length_extra:
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.long 2 ; 0x2
.long 2 ; 0x2
.long 2 ; 0x2
.long 3 ; 0x3
.long 3 ; 0x3
.long 3 ; 0x3
.long 3 ; 0x3
.long 4 ; 0x4
.long 4 ; 0x4
.long 4 ; 0x4
.long 4 ; 0x4
.long 5 ; 0x5
.long 5 ; 0x5
.long 5 ; 0x5
.long 5 ; 0x5
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.p2align 2 ; @tinfl_decompress.s_dist_base
_tinfl_decompress.s_dist_base:
.long 1 ; 0x1
.long 2 ; 0x2
.long 3 ; 0x3
.long 4 ; 0x4
.long 5 ; 0x5
.long 7 ; 0x7
.long 9 ; 0x9
.long 13 ; 0xd
.long 17 ; 0x11
.long 25 ; 0x19
.long 33 ; 0x21
.long 49 ; 0x31
.long 65 ; 0x41
.long 97 ; 0x61
.long 129 ; 0x81
.long 193 ; 0xc1
.long 257 ; 0x101
.long 385 ; 0x181
.long 513 ; 0x201
.long 769 ; 0x301
.long 1025 ; 0x401
.long 1537 ; 0x601
.long 2049 ; 0x801
.long 3073 ; 0xc01
.long 4097 ; 0x1001
.long 6145 ; 0x1801
.long 8193 ; 0x2001
.long 12289 ; 0x3001
.long 16385 ; 0x4001
.long 24577 ; 0x6001
.long 0 ; 0x0
.long 0 ; 0x0
.p2align 2 ; @tinfl_decompress.s_dist_extra
_tinfl_decompress.s_dist_extra:
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.long 2 ; 0x2
.long 3 ; 0x3
.long 3 ; 0x3
.long 4 ; 0x4
.long 4 ; 0x4
.long 5 ; 0x5
.long 5 ; 0x5
.long 6 ; 0x6
.long 6 ; 0x6
.long 7 ; 0x7
.long 7 ; 0x7
.long 8 ; 0x8
.long 8 ; 0x8
.long 9 ; 0x9
.long 9 ; 0x9
.long 10 ; 0xa
.long 10 ; 0xa
.long 11 ; 0xb
.long 11 ; 0xb
.long 12 ; 0xc
.long 12 ; 0xc
.long 13 ; 0xd
.long 13 ; 0xd
.long 0 ; 0x0
.long 0 ; 0x0
_tinfl_decompress.s_length_dezigzag: ; @tinfl_decompress.s_length_dezigzag
.ascii "\020\021\022\000\b\007\t\006\n\005\013\004\f\003\r\002\016\001\017"
.p2align 2 ; @tinfl_decompress.s_min_table_sizes
_tinfl_decompress.s_min_table_sizes:
.long 257 ; 0x101
.long 1 ; 0x1
.long 4 ; 0x4
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\005\005\004"
l_.str.1: ; @.str.1
.asciz "\002\003\007"
l_.str.2: ; @.str.2
.asciz "\003\003\013"
.section __TEXT,__const
.p2align 2 ; @tdefl_write_image_to_png_file_in_memory_ex.s_tdefl_png_num_probes
_tdefl_write_image_to_png_file_in_memory_ex.s_tdefl_png_num_probes:
.long 0 ; 0x0
.long 1 ; 0x1
.long 6 ; 0x6
.long 32 ; 0x20
.long 16 ; 0x10
.long 32 ; 0x20
.long 128 ; 0x80
.long 256 ; 0x100
.long 512 ; 0x200
.long 768 ; 0x300
.long 1500 ; 0x5dc
_tdefl_write_image_to_png_file_in_memory_ex.chans: ; @tdefl_write_image_to_png_file_in_memory_ex.chans
.ascii "\000\000\004\002\006"
l_.str.3: ; @.str.3
.asciz "\000\000\000\000\000\000\000\000IEND\256B`\202"
_s_tdefl_small_dist_sym: ; @s_tdefl_small_dist_sym
.ascii "\000\001\002\003\004\004\005\005\006\006\006\006\007\007\007\007\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\013\013\013\013\013\013\013\013\013\013\013\013\013\013\013\013\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021"
_s_tdefl_large_dist_sym: ; @s_tdefl_large_dist_sym
.ascii "\000\000\022\023\024\024\025\025\026\026\026\026\027\027\027\027\030\030\030\030\030\030\030\030\031\031\031\031\031\031\031\031\032\032\032\032\032\032\032\032\032\032\032\032\032\032\032\032\033\033\033\033\033\033\033\033\033\033\033\033\033\033\033\033\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035"
.p2align 1 ; @s_tdefl_len_sym
_s_tdefl_len_sym:
.short 257 ; 0x101
.short 258 ; 0x102
.short 259 ; 0x103
.short 260 ; 0x104
.short 261 ; 0x105
.short 262 ; 0x106
.short 263 ; 0x107
.short 264 ; 0x108
.short 265 ; 0x109
.short 265 ; 0x109
.short 266 ; 0x10a
.short 266 ; 0x10a
.short 267 ; 0x10b
.short 267 ; 0x10b
.short 268 ; 0x10c
.short 268 ; 0x10c
.short 269 ; 0x10d
.short 269 ; 0x10d
.short 269 ; 0x10d
.short 269 ; 0x10d
.short 270 ; 0x10e
.short 270 ; 0x10e
.short 270 ; 0x10e
.short 270 ; 0x10e
.short 271 ; 0x10f
.short 271 ; 0x10f
.short 271 ; 0x10f
.short 271 ; 0x10f
.short 272 ; 0x110
.short 272 ; 0x110
.short 272 ; 0x110
.short 272 ; 0x110
.short 273 ; 0x111
.short 273 ; 0x111
.short 273 ; 0x111
.short 273 ; 0x111
.short 273 ; 0x111
.short 273 ; 0x111
.short 273 ; 0x111
.short 273 ; 0x111
.short 274 ; 0x112
.short 274 ; 0x112
.short 274 ; 0x112
.short 274 ; 0x112
.short 274 ; 0x112
.short 274 ; 0x112
.short 274 ; 0x112
.short 274 ; 0x112
.short 275 ; 0x113
.short 275 ; 0x113
.short 275 ; 0x113
.short 275 ; 0x113
.short 275 ; 0x113
.short 275 ; 0x113
.short 275 ; 0x113
.short 275 ; 0x113
.short 276 ; 0x114
.short 276 ; 0x114
.short 276 ; 0x114
.short 276 ; 0x114
.short 276 ; 0x114
.short 276 ; 0x114
.short 276 ; 0x114
.short 276 ; 0x114
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 277 ; 0x115
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 278 ; 0x116
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 279 ; 0x117
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 280 ; 0x118
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 281 ; 0x119
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 282 ; 0x11a
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 283 ; 0x11b
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 284 ; 0x11c
.short 285 ; 0x11d
.section __DATA,__data
_s_tdefl_packed_code_size_syms_swizzle: ; @s_tdefl_packed_code_size_syms_swizzle
.ascii "\020\021\022\000\b\007\t\006\n\005\013\004\f\003\r\002\016\001\017"
.section __TEXT,__const
.p2align 2 ; @mz_bitmasks
_mz_bitmasks:
.long 0 ; 0x0
.long 1 ; 0x1
.long 3 ; 0x3
.long 7 ; 0x7
.long 15 ; 0xf
.long 31 ; 0x1f
.long 63 ; 0x3f
.long 127 ; 0x7f
.long 255 ; 0xff
.long 511 ; 0x1ff
.long 1023 ; 0x3ff
.long 2047 ; 0x7ff
.long 4095 ; 0xfff
.long 8191 ; 0x1fff
.long 16383 ; 0x3fff
.long 32767 ; 0x7fff
.long 65535 ; 0xffff
_s_tdefl_len_extra: ; @s_tdefl_len_extra
.asciz "\000\000\000\000\000\000\000\000\001\001\001\001\001\001\001\001\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005"
_s_tdefl_small_dist_extra: ; @s_tdefl_small_dist_extra
.ascii "\000\000\000\000\001\001\001\001\002\002\002\002\002\002\002\002\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007"
_s_tdefl_large_dist_extra: ; @s_tdefl_large_dist_extra
.ascii "\000\000\b\b\t\t\t\t\n\n\n\n\n\n\n\n\013\013\013\013\013\013\013\013\013\013\013\013\013\013\013\013\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mz_adler32 ## -- Begin function mz_adler32
.p2align 4, 0x90
_mz_adler32: ## @mz_adler32
.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)
movq %rdx, -32(%rbp)
movq -16(%rbp), %rax
andq $65535, %rax ## imm = 0xFFFF
## kill: def $eax killed $eax killed $rax
movl %eax, -40(%rbp)
movq -16(%rbp), %rax
shrq $16, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -44(%rbp)
movq -32(%rbp), %rax
movl $5552, %ecx ## imm = 0x15B0
xorl %edx, %edx
## kill: def $rdx killed $edx
divq %rcx
movq %rdx, -56(%rbp)
cmpq $0, -24(%rbp)
jne LBB0_2
## %bb.1:
movq $1, -8(%rbp)
jmp LBB0_14
LBB0_2:
jmp LBB0_3
LBB0_3: ## =>This Loop Header: Depth=1
## Child Loop BB0_5 Depth 2
## Child Loop BB0_9 Depth 2
cmpq $0, -32(%rbp)
je LBB0_13
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
movl $0, -36(%rbp)
LBB0_5: ## Parent Loop BB0_3 Depth=1
## => This Inner Loop Header: Depth=2
movl -36(%rbp), %eax
addl $7, %eax
movl %eax, %eax
## kill: def $rax killed $eax
cmpq -56(%rbp), %rax
jae LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=2
movq -24(%rbp), %rax
movzbl (%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
movq -24(%rbp), %rax
movzbl 1(%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
movq -24(%rbp), %rax
movzbl 2(%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
movq -24(%rbp), %rax
movzbl 3(%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
movq -24(%rbp), %rax
movzbl 4(%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
movq -24(%rbp), %rax
movzbl 5(%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
movq -24(%rbp), %rax
movzbl 6(%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
movq -24(%rbp), %rax
movzbl 7(%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
## %bb.7: ## in Loop: Header=BB0_5 Depth=2
movl -36(%rbp), %eax
addl $8, %eax
movl %eax, -36(%rbp)
movq -24(%rbp), %rax
addq $8, %rax
movq %rax, -24(%rbp)
jmp LBB0_5
LBB0_8: ## in Loop: Header=BB0_3 Depth=1
jmp LBB0_9
LBB0_9: ## Parent Loop BB0_3 Depth=1
## => This Inner Loop Header: Depth=2
movl -36(%rbp), %eax
## kill: def $rax killed $eax
cmpq -56(%rbp), %rax
jae LBB0_12
## %bb.10: ## in Loop: Header=BB0_9 Depth=2
movq -24(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -24(%rbp)
movzbl (%rax), %eax
addl -40(%rbp), %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
addl -44(%rbp), %eax
movl %eax, -44(%rbp)
## %bb.11: ## in Loop: Header=BB0_9 Depth=2
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB0_9
LBB0_12: ## in Loop: Header=BB0_3 Depth=1
movl -40(%rbp), %eax
movl $65521, %ecx ## imm = 0xFFF1
xorl %edx, %edx
divl %ecx
movl %edx, -40(%rbp)
movl -44(%rbp), %eax
movl $65521, %ecx ## imm = 0xFFF1
xorl %edx, %edx
divl %ecx
movl %edx, -44(%rbp)
movq -56(%rbp), %rcx
movq -32(%rbp), %rax
subq %rcx, %rax
movq %rax, -32(%rbp)
movq $5552, -56(%rbp) ## imm = 0x15B0
jmp LBB0_3
LBB0_13:
movl -44(%rbp), %eax
shll $16, %eax
addl -40(%rbp), %eax
movl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -8(%rbp)
LBB0_14:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _mz_crc32 ## -- Begin function mz_crc32
.p2align 4, 0x90
_mz_crc32: ## @mz_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, -16(%rbp)
movq %rsi, -24(%rbp)
movq %rdx, -32(%rbp)
movq -16(%rbp), %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -36(%rbp)
cmpq $0, -24(%rbp)
jne LBB1_2
## %bb.1:
movq $0, -8(%rbp)
jmp LBB1_6
LBB1_2:
movl -36(%rbp), %eax
xorl $-1, %eax
movl %eax, -36(%rbp)
LBB1_3: ## =>This Inner Loop Header: Depth=1
movq -32(%rbp), %rax
movq %rax, %rcx
addq $-1, %rcx
movq %rcx, -32(%rbp)
cmpq $0, %rax
je LBB1_5
## %bb.4: ## in Loop: Header=BB1_3 Depth=1
movq -24(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -24(%rbp)
movb (%rax), %al
movb %al, -37(%rbp)
movl -36(%rbp), %eax
shrl $4, %eax
movl -36(%rbp), %ecx
andl $15, %ecx
movzbl -37(%rbp), %edx
andl $15, %edx
xorl %edx, %ecx
movl %ecx, %ecx
movl %ecx, %edx
leaq _mz_crc32.s_crc32(%rip), %rcx
xorl (%rcx,%rdx,4), %eax
movl %eax, -36(%rbp)
movl -36(%rbp), %eax
shrl $4, %eax
movl -36(%rbp), %ecx
andl $15, %ecx
movzbl -37(%rbp), %edx
sarl $4, %edx
xorl %edx, %ecx
movl %ecx, %ecx
movl %ecx, %edx
leaq _mz_crc32.s_crc32(%rip), %rcx
xorl (%rcx,%rdx,4), %eax
movl %eax, -36(%rbp)
jmp LBB1_3
LBB1_5:
movl -36(%rbp), %eax
xorl $-1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -8(%rbp)
LBB1_6:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _mz_free ## -- Begin function mz_free
.p2align 4, 0x90
_mz_free: ## @mz_free
.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)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tinfl_decompress ## -- Begin function tinfl_decompress
.p2align 4, 0x90
_tinfl_decompress: ## @tinfl_decompress
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $704, %rsp ## imm = 0x2C0
movl 16(%rbp), %eax
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 %rcx, -184(%rbp)
movq %r8, -192(%rbp)
movq %r9, -200(%rbp)
movl $-1, -204(%rbp)
movq -168(%rbp), %rax
movq %rax, -240(%rbp)
movq -168(%rbp), %rax
movq -176(%rbp), %rcx
addq (%rcx), %rax
movq %rax, -248(%rbp)
movq -192(%rbp), %rax
movq %rax, -256(%rbp)
movq -192(%rbp), %rax
movq -200(%rbp), %rcx
addq (%rcx), %rax
movq %rax, -264(%rbp)
movl 16(%rbp), %eax
andl $4, %eax
cmpl $0, %eax
je LBB3_2
## %bb.1:
movq $-1, %rax
movq %rax, -536(%rbp) ## 8-byte Spill
jmp LBB3_3
LBB3_2:
movq -192(%rbp), %rax
movq -184(%rbp), %rcx
subq %rcx, %rax
movq -200(%rbp), %rcx
addq (%rcx), %rax
subq $1, %rax
movq %rax, -536(%rbp) ## 8-byte Spill
LBB3_3:
movq -536(%rbp), %rax ## 8-byte Reload
movq %rax, -272(%rbp)
movq -272(%rbp), %rax
addq $1, %rax
andq -272(%rbp), %rax
cmpq $0, %rax
jne LBB3_5
## %bb.4:
movq -192(%rbp), %rax
cmpq -184(%rbp), %rax
jae LBB3_6
LBB3_5:
movq -200(%rbp), %rax
movq $0, (%rax)
movq -176(%rbp), %rax
movq $0, (%rax)
movl $-3, -148(%rbp)
jmp LBB3_747
LBB3_6:
movq -160(%rbp), %rax
movl 4(%rax), %eax
movl %eax, -208(%rbp)
movq -160(%rbp), %rax
movq 56(%rax), %rax
movq %rax, -232(%rbp)
movq -160(%rbp), %rax
movl 32(%rax), %eax
movl %eax, -212(%rbp)
movq -160(%rbp), %rax
movl 36(%rax), %eax
movl %eax, -216(%rbp)
movq -160(%rbp), %rax
movl 40(%rax), %eax
movl %eax, -220(%rbp)
movq -160(%rbp), %rax
movq 64(%rax), %rax
movq %rax, -280(%rbp)
movq -160(%rbp), %rax
movl (%rax), %eax
## kill: def $rax killed $eax
movq %rax, -544(%rbp) ## 8-byte Spill
subq $53, %rax
ja LBB3_727
## %bb.750:
movq -544(%rbp), %rax ## 8-byte Reload
leaq LJTI3_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB3_7:
movq -160(%rbp), %rax
movl $0, 12(%rax)
movq -160(%rbp), %rax
movl $0, 8(%rax)
movl $0, -220(%rbp)
movl $0, -216(%rbp)
movl $0, -212(%rbp)
movl $0, -208(%rbp)
movq $0, -232(%rbp)
movq -160(%rbp), %rax
movl $1, 28(%rax)
movq -160(%rbp), %rax
movl $1, 16(%rax)
movl 16(%rbp), %eax
andl $1, %eax
cmpl $0, %eax
je LBB3_53
## %bb.8:
jmp LBB3_9
LBB3_9:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_21
## %bb.10:
jmp LBB3_11
LBB3_11:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_18
## %bb.12:
jmp LBB3_13
LBB3_13:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $1, (%rax)
jmp LBB3_728
LBB3_14:
jmp LBB3_15
LBB3_15:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_17
## %bb.16:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %ecx
movq -160(%rbp), %rax
movl %ecx, 8(%rax)
jmp LBB3_20
LBB3_17:
jmp LBB3_19
LBB3_18:
movq -160(%rbp), %rax
movl $0, 8(%rax)
jmp LBB3_20
LBB3_19:
jmp LBB3_11
LBB3_20:
jmp LBB3_22
LBB3_21:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %ecx
movq -160(%rbp), %rax
movl %ecx, 8(%rax)
LBB3_22:
jmp LBB3_23
LBB3_23:
jmp LBB3_24
LBB3_24:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_36
## %bb.25:
jmp LBB3_26
LBB3_26:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_33
## %bb.27:
jmp LBB3_28
LBB3_28:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $2, (%rax)
jmp LBB3_728
LBB3_29:
jmp LBB3_30
LBB3_30:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_32
## %bb.31:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %ecx
movq -160(%rbp), %rax
movl %ecx, 12(%rax)
jmp LBB3_35
LBB3_32:
jmp LBB3_34
LBB3_33:
movq -160(%rbp), %rax
movl $0, 12(%rax)
jmp LBB3_35
LBB3_34:
jmp LBB3_26
LBB3_35:
jmp LBB3_37
LBB3_36:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %ecx
movq -160(%rbp), %rax
movl %ecx, 12(%rax)
LBB3_37:
jmp LBB3_38
LBB3_38:
movq -160(%rbp), %rax
movl 8(%rax), %eax
shll $8, %eax
movq -160(%rbp), %rcx
addl 12(%rcx), %eax
movl $31, %ecx
xorl %edx, %edx
divl %ecx
movb $1, %al
cmpl $0, %edx
movb %al, -545(%rbp) ## 1-byte Spill
jne LBB3_41
## %bb.39:
movq -160(%rbp), %rax
movl 12(%rax), %ecx
andl $32, %ecx
movb $1, %al
cmpl $0, %ecx
movb %al, -545(%rbp) ## 1-byte Spill
jne LBB3_41
## %bb.40:
movq -160(%rbp), %rax
movl 8(%rax), %eax
andl $15, %eax
cmpl $8, %eax
setne %al
movb %al, -545(%rbp) ## 1-byte Spill
LBB3_41:
movb -545(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -216(%rbp)
movl 16(%rbp), %eax
andl $4, %eax
cmpl $0, %eax
jne LBB3_45
## %bb.42:
movq -160(%rbp), %rax
movl 8(%rax), %ecx
shrl $4, %ecx
addl $8, %ecx
movl $1, %eax
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movb $1, %al
cmpl $32768, %ecx ## imm = 0x8000
movb %al, -546(%rbp) ## 1-byte Spill
ja LBB3_44
## %bb.43:
movq -272(%rbp), %rax
addq $1, %rax
movq -160(%rbp), %rcx
movl 8(%rcx), %ecx
shrl $4, %ecx
addl $8, %ecx
movl $1, %edx
## kill: def $cl killed $ecx
shll %cl, %edx
movl %edx, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
cmpq %rcx, %rax
setb %al
movb %al, -546(%rbp) ## 1-byte Spill
LBB3_44:
movb -546(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
orl -216(%rbp), %eax
movl %eax, -216(%rbp)
LBB3_45:
cmpl $0, -216(%rbp)
je LBB3_52
## %bb.46:
jmp LBB3_47
LBB3_47:
jmp LBB3_48
LBB3_48:
jmp LBB3_49
LBB3_49:
movl $-1, -204(%rbp)
movq -160(%rbp), %rax
movl $36, (%rax)
jmp LBB3_728
LBB3_50:
jmp LBB3_51
LBB3_51:
jmp LBB3_48
LBB3_52:
jmp LBB3_53
LBB3_53:
jmp LBB3_54
LBB3_54:
jmp LBB3_55
LBB3_55:
cmpl $3, -208(%rbp)
jae LBB3_75
## %bb.56:
jmp LBB3_57
LBB3_57:
jmp LBB3_58
LBB3_58:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_70
## %bb.59:
jmp LBB3_60
LBB3_60:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_67
## %bb.61:
jmp LBB3_62
LBB3_62:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $3, (%rax)
jmp LBB3_728
LBB3_63:
jmp LBB3_64
LBB3_64:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_66
## %bb.65:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -284(%rbp)
jmp LBB3_69
LBB3_66:
jmp LBB3_68
LBB3_67:
movl $0, -284(%rbp)
jmp LBB3_69
LBB3_68:
jmp LBB3_60
LBB3_69:
jmp LBB3_71
LBB3_70:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -284(%rbp)
LBB3_71:
jmp LBB3_72
LBB3_72:
movl -284(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.73:
cmpl $3, -208(%rbp)
jb LBB3_57
## %bb.74:
jmp LBB3_75
LBB3_75:
movq -232(%rbp), %rax
andq $7, %rax
movl %eax, %ecx
movq -160(%rbp), %rax
movl %ecx, 20(%rax)
movq -232(%rbp), %rax
shrq $3, %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
subl $3, %eax
movl %eax, -208(%rbp)
## %bb.76:
movq -160(%rbp), %rax
movl 20(%rax), %ecx
shrl $1, %ecx
movq -160(%rbp), %rax
movl %ecx, 24(%rax)
movq -160(%rbp), %rax
cmpl $0, 24(%rax)
jne LBB3_216
## %bb.77:
jmp LBB3_78
LBB3_78:
movl -208(%rbp), %eax
movl -208(%rbp), %ecx
andl $7, %ecx
cmpl %ecx, %eax
jae LBB3_98
## %bb.79:
jmp LBB3_80
LBB3_80:
jmp LBB3_81
LBB3_81:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_93
## %bb.82:
jmp LBB3_83
LBB3_83:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_90
## %bb.84:
jmp LBB3_85
LBB3_85:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $5, (%rax)
jmp LBB3_728
LBB3_86:
jmp LBB3_87
LBB3_87:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_89
## %bb.88:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -288(%rbp)
jmp LBB3_92
LBB3_89:
jmp LBB3_91
LBB3_90:
movl $0, -288(%rbp)
jmp LBB3_92
LBB3_91:
jmp LBB3_83
LBB3_92:
jmp LBB3_94
LBB3_93:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -288(%rbp)
LBB3_94:
jmp LBB3_95
LBB3_95:
movl -288(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.96:
movl -208(%rbp), %eax
movl -208(%rbp), %ecx
andl $7, %ecx
cmpl %ecx, %eax
jb LBB3_80
## %bb.97:
jmp LBB3_98
LBB3_98:
movl -208(%rbp), %ecx
andl $7, %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %ecx
andl $7, %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.99:
movl $0, -216(%rbp)
LBB3_100:
cmpl $4, -216(%rbp)
jae LBB3_143
## %bb.101:
cmpl $0, -208(%rbp)
je LBB3_125
## %bb.102:
jmp LBB3_103
LBB3_103:
cmpl $8, -208(%rbp)
jae LBB3_123
## %bb.104:
jmp LBB3_105
LBB3_105:
jmp LBB3_106
LBB3_106:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_118
## %bb.107:
jmp LBB3_108
LBB3_108:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_115
## %bb.109:
jmp LBB3_110
LBB3_110:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $6, (%rax)
jmp LBB3_728
LBB3_111:
jmp LBB3_112
LBB3_112:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_114
## %bb.113:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -292(%rbp)
jmp LBB3_117
LBB3_114:
jmp LBB3_116
LBB3_115:
movl $0, -292(%rbp)
jmp LBB3_117
LBB3_116:
jmp LBB3_108
LBB3_117:
jmp LBB3_119
LBB3_118:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -292(%rbp)
LBB3_119:
jmp LBB3_120
LBB3_120:
movl -292(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.121:
cmpl $8, -208(%rbp)
jb LBB3_105
## %bb.122:
jmp LBB3_123
LBB3_123:
movq -232(%rbp), %rax
andq $255, %rax
movb %al, %dl
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
movb %dl, 10536(%rax,%rcx)
movq -232(%rbp), %rax
shrq $8, %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
subl $8, %eax
movl %eax, -208(%rbp)
## %bb.124:
jmp LBB3_141
LBB3_125:
jmp LBB3_126
LBB3_126:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_138
## %bb.127:
jmp LBB3_128
LBB3_128:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_135
## %bb.129:
jmp LBB3_130
LBB3_130:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $7, (%rax)
jmp LBB3_728
LBB3_131:
jmp LBB3_132
LBB3_132:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_134
## %bb.133:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movb (%rax), %dl
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
movb %dl, 10536(%rax,%rcx)
jmp LBB3_137
LBB3_134:
jmp LBB3_136
LBB3_135:
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
movb $0, 10536(%rax,%rcx)
jmp LBB3_137
LBB3_136:
jmp LBB3_128
LBB3_137:
jmp LBB3_139
LBB3_138:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movb (%rax), %dl
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
movb %dl, 10536(%rax,%rcx)
LBB3_139:
jmp LBB3_140
LBB3_140:
jmp LBB3_141
LBB3_141:
jmp LBB3_142
LBB3_142:
movl -216(%rbp), %eax
addl $1, %eax
movl %eax, -216(%rbp)
jmp LBB3_100
LBB3_143:
movq -160(%rbp), %rax
movzbl 10536(%rax), %eax
movq -160(%rbp), %rcx
movzbl 10537(%rcx), %ecx
shll $8, %ecx
orl %ecx, %eax
movl %eax, -216(%rbp)
movq -160(%rbp), %rcx
movzbl 10538(%rcx), %ecx
movq -160(%rbp), %rdx
movzbl 10539(%rdx), %edx
shll $8, %edx
orl %edx, %ecx
xorl $65535, %ecx ## imm = 0xFFFF
cmpl %ecx, %eax
je LBB3_150
## %bb.144:
jmp LBB3_145
LBB3_145:
jmp LBB3_146
LBB3_146:
jmp LBB3_147
LBB3_147:
movl $-1, -204(%rbp)
movq -160(%rbp), %rax
movl $39, (%rax)
jmp LBB3_728
LBB3_148:
jmp LBB3_149
LBB3_149:
jmp LBB3_146
LBB3_150:
jmp LBB3_151
LBB3_151:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -216(%rbp)
movb %al, -547(%rbp) ## 1-byte Spill
je LBB3_153
## %bb.152:
cmpl $0, -208(%rbp)
setne %al
movb %al, -547(%rbp) ## 1-byte Spill
LBB3_153:
movb -547(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB3_154
jmp LBB3_183
LBB3_154:
jmp LBB3_155
LBB3_155:
cmpl $8, -208(%rbp)
jae LBB3_175
## %bb.156:
jmp LBB3_157
LBB3_157:
jmp LBB3_158
LBB3_158:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_170
## %bb.159:
jmp LBB3_160
LBB3_160:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_167
## %bb.161:
jmp LBB3_162
LBB3_162:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $51, (%rax)
jmp LBB3_728
LBB3_163:
jmp LBB3_164
LBB3_164:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_166
## %bb.165:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -296(%rbp)
jmp LBB3_169
LBB3_166:
jmp LBB3_168
LBB3_167:
movl $0, -296(%rbp)
jmp LBB3_169
LBB3_168:
jmp LBB3_160
LBB3_169:
jmp LBB3_171
LBB3_170:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -296(%rbp)
LBB3_171:
jmp LBB3_172
LBB3_172:
movl -296(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.173:
cmpl $8, -208(%rbp)
jb LBB3_157
## %bb.174:
jmp LBB3_175
LBB3_175:
movq -232(%rbp), %rax
andq $255, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -212(%rbp)
movq -232(%rbp), %rax
shrq $8, %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
subl $8, %eax
movl %eax, -208(%rbp)
## %bb.176:
jmp LBB3_177
LBB3_177:
movq -256(%rbp), %rax
cmpq -264(%rbp), %rax
jb LBB3_182
## %bb.178:
jmp LBB3_179
LBB3_179:
movl $2, -204(%rbp)
movq -160(%rbp), %rax
movl $52, (%rax)
jmp LBB3_728
LBB3_180:
jmp LBB3_181
LBB3_181:
jmp LBB3_177
LBB3_182:
movl -212(%rbp), %eax
movb %al, %cl
movq -256(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -256(%rbp)
movb %cl, (%rax)
movl -216(%rbp), %eax
addl $-1, %eax
movl %eax, -216(%rbp)
jmp LBB3_151
LBB3_183:
jmp LBB3_184
LBB3_184:
cmpl $0, -216(%rbp)
je LBB3_215
## %bb.185:
jmp LBB3_186
LBB3_186:
movq -256(%rbp), %rax
cmpq -264(%rbp), %rax
jb LBB3_191
## %bb.187:
jmp LBB3_188
LBB3_188:
movl $2, -204(%rbp)
movq -160(%rbp), %rax
movl $9, (%rax)
jmp LBB3_728
LBB3_189:
jmp LBB3_190
LBB3_190:
jmp LBB3_186
LBB3_191:
jmp LBB3_192
LBB3_192:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_205
## %bb.193:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_198
## %bb.194:
jmp LBB3_195
LBB3_195:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $38, (%rax)
jmp LBB3_728
LBB3_196:
jmp LBB3_197
LBB3_197:
jmp LBB3_204
LBB3_198:
jmp LBB3_199
LBB3_199:
jmp LBB3_200
LBB3_200:
jmp LBB3_201
LBB3_201:
movl $-1, -204(%rbp)
movq -160(%rbp), %rax
movl $40, (%rax)
jmp LBB3_728
LBB3_202:
jmp LBB3_203
LBB3_203:
jmp LBB3_200
LBB3_204:
jmp LBB3_192
LBB3_205:
movq -264(%rbp), %rax
movq -256(%rbp), %rcx
subq %rcx, %rax
movq -248(%rbp), %rcx
movq -240(%rbp), %rdx
subq %rdx, %rcx
cmpq %rcx, %rax
jae LBB3_207
## %bb.206:
movq -264(%rbp), %rax
movq -256(%rbp), %rcx
subq %rcx, %rax
movq %rax, -560(%rbp) ## 8-byte Spill
jmp LBB3_208
LBB3_207:
movq -248(%rbp), %rax
movq -240(%rbp), %rcx
subq %rcx, %rax
movq %rax, -560(%rbp) ## 8-byte Spill
LBB3_208:
movq -560(%rbp), %rax ## 8-byte Reload
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
cmpq %rcx, %rax
jae LBB3_213
## %bb.209:
movq -264(%rbp), %rax
movq -256(%rbp), %rcx
subq %rcx, %rax
movq -248(%rbp), %rcx
movq -240(%rbp), %rdx
subq %rdx, %rcx
cmpq %rcx, %rax
jae LBB3_211
## %bb.210:
movq -264(%rbp), %rax
movq -256(%rbp), %rcx
subq %rcx, %rax
movq %rax, -568(%rbp) ## 8-byte Spill
jmp LBB3_212
LBB3_211:
movq -248(%rbp), %rax
movq -240(%rbp), %rcx
subq %rcx, %rax
movq %rax, -568(%rbp) ## 8-byte Spill
LBB3_212:
movq -568(%rbp), %rax ## 8-byte Reload
movq %rax, -576(%rbp) ## 8-byte Spill
jmp LBB3_214
LBB3_213:
movl -216(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -576(%rbp) ## 8-byte Spill
LBB3_214:
movq -576(%rbp), %rax ## 8-byte Reload
movq %rax, -304(%rbp)
movq -256(%rbp), %rdi
movq -240(%rbp), %rsi
movq -304(%rbp), %rdx
movq $-1, %rcx
callq ___memcpy_chk
movq -304(%rbp), %rax
addq -240(%rbp), %rax
movq %rax, -240(%rbp)
movq -304(%rbp), %rax
addq -256(%rbp), %rax
movq %rax, -256(%rbp)
movq -304(%rbp), %rax
movl %eax, %ecx
movl -216(%rbp), %eax
subl %ecx, %eax
movl %eax, -216(%rbp)
jmp LBB3_184
LBB3_215:
jmp LBB3_651
LBB3_216:
movq -160(%rbp), %rax
cmpl $3, 24(%rax)
jne LBB3_223
## %bb.217:
jmp LBB3_218
LBB3_218:
jmp LBB3_219
LBB3_219:
jmp LBB3_220
LBB3_220:
movl $-1, -204(%rbp)
movq -160(%rbp), %rax
movl $10, (%rax)
jmp LBB3_728
LBB3_221:
jmp LBB3_222
LBB3_222:
jmp LBB3_219
LBB3_223:
movq -160(%rbp), %rax
cmpl $1, 24(%rax)
jne LBB3_241
## %bb.224:
movq -160(%rbp), %rax
addq $72, %rax
movq %rax, -312(%rbp)
movq -160(%rbp), %rax
movl $288, 44(%rax) ## imm = 0x120
movq -160(%rbp), %rax
movl $32, 48(%rax)
movq -160(%rbp), %rdi
addq $72, %rdi
addq $3488, %rdi ## imm = 0xDA0
movl $5, %esi
movl $32, %edx
movq $-1, %rcx
callq ___memset_chk
movl $0, -316(%rbp)
LBB3_225: ## =>This Inner Loop Header: Depth=1
cmpl $143, -316(%rbp)
ja LBB3_228
## %bb.226: ## in Loop: Header=BB3_225 Depth=1
movq -312(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -312(%rbp)
movb $8, (%rax)
## %bb.227: ## in Loop: Header=BB3_225 Depth=1
movl -316(%rbp), %eax
addl $1, %eax
movl %eax, -316(%rbp)
jmp LBB3_225
LBB3_228:
jmp LBB3_229
LBB3_229: ## =>This Inner Loop Header: Depth=1
cmpl $255, -316(%rbp)
ja LBB3_232
## %bb.230: ## in Loop: Header=BB3_229 Depth=1
movq -312(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -312(%rbp)
movb $9, (%rax)
## %bb.231: ## in Loop: Header=BB3_229 Depth=1
movl -316(%rbp), %eax
addl $1, %eax
movl %eax, -316(%rbp)
jmp LBB3_229
LBB3_232:
jmp LBB3_233
LBB3_233: ## =>This Inner Loop Header: Depth=1
cmpl $279, -316(%rbp) ## imm = 0x117
ja LBB3_236
## %bb.234: ## in Loop: Header=BB3_233 Depth=1
movq -312(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -312(%rbp)
movb $7, (%rax)
## %bb.235: ## in Loop: Header=BB3_233 Depth=1
movl -316(%rbp), %eax
addl $1, %eax
movl %eax, -316(%rbp)
jmp LBB3_233
LBB3_236:
jmp LBB3_237
LBB3_237: ## =>This Inner Loop Header: Depth=1
cmpl $287, -316(%rbp) ## imm = 0x11F
ja LBB3_240
## %bb.238: ## in Loop: Header=BB3_237 Depth=1
movq -312(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -312(%rbp)
movb $8, (%rax)
## %bb.239: ## in Loop: Header=BB3_237 Depth=1
movl -316(%rbp), %eax
addl $1, %eax
movl %eax, -316(%rbp)
jmp LBB3_237
LBB3_240:
jmp LBB3_294
LBB3_241:
movl $0, -216(%rbp)
LBB3_242:
cmpl $3, -216(%rbp)
jae LBB3_267
## %bb.243:
jmp LBB3_244
LBB3_244:
movl -208(%rbp), %eax
movl -216(%rbp), %ecx
movl %ecx, %edx
leaq L_.str(%rip), %rcx
movsbl (%rcx,%rdx), %ecx
cmpl %ecx, %eax
jae LBB3_264
## %bb.245:
jmp LBB3_246
LBB3_246:
jmp LBB3_247
LBB3_247:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_259
## %bb.248:
jmp LBB3_249
LBB3_249:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_256
## %bb.250:
jmp LBB3_251
LBB3_251:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $11, (%rax)
jmp LBB3_728
LBB3_252:
jmp LBB3_253
LBB3_253:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_255
## %bb.254:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -320(%rbp)
jmp LBB3_258
LBB3_255:
jmp LBB3_257
LBB3_256:
movl $0, -320(%rbp)
jmp LBB3_258
LBB3_257:
jmp LBB3_249
LBB3_258:
jmp LBB3_260
LBB3_259:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -320(%rbp)
LBB3_260:
jmp LBB3_261
LBB3_261:
movl -320(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.262:
movl -208(%rbp), %eax
movl -216(%rbp), %ecx
movl %ecx, %edx
leaq L_.str(%rip), %rcx
movsbl (%rcx,%rdx), %ecx
cmpl %ecx, %eax
jb LBB3_246
## %bb.263:
jmp LBB3_264
LBB3_264:
movq -232(%rbp), %rax
movl -216(%rbp), %ecx
movl %ecx, %edx
leaq L_.str(%rip), %rcx
movsbl (%rcx,%rdx), %ecx
movl $1, %edx
## kill: def $cl killed $ecx
shll %cl, %edx
movl %edx, %ecx
subl $1, %ecx
movslq %ecx, %rcx
andq %rcx, %rax
movl %eax, %edx
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
movl %edx, 44(%rax,%rcx,4)
movl -216(%rbp), %eax
movl %eax, %ecx
leaq L_.str(%rip), %rax
movsbl (%rax,%rcx), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -216(%rbp), %eax
movl %eax, %ecx
leaq L_.str(%rip), %rax
movsbl (%rax,%rcx), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.265:
movl -216(%rbp), %eax
movl %eax, %ecx
leaq _tinfl_decompress.s_min_table_sizes(%rip), %rax
movl (%rax,%rcx,4), %edx
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
addl 44(%rax,%rcx,4), %edx
movl %edx, 44(%rax,%rcx,4)
## %bb.266:
movl -216(%rbp), %eax
addl $1, %eax
movl %eax, -216(%rbp)
jmp LBB3_242
LBB3_267:
movq -160(%rbp), %rdi
addq $72, %rdi
addq $6976, %rdi ## imm = 0x1B40
xorl %esi, %esi
movl $288, %edx ## imm = 0x120
movq $-1, %rcx
callq ___memset_chk
movl $0, -216(%rbp)
LBB3_268:
movl -216(%rbp), %eax
movq -160(%rbp), %rcx
cmpl 52(%rcx), %eax
jae LBB3_293
## %bb.269:
jmp LBB3_270
LBB3_270:
cmpl $3, -208(%rbp)
jae LBB3_290
## %bb.271:
jmp LBB3_272
LBB3_272:
jmp LBB3_273
LBB3_273:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_285
## %bb.274:
jmp LBB3_275
LBB3_275:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_282
## %bb.276:
jmp LBB3_277
LBB3_277:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $14, (%rax)
jmp LBB3_728
LBB3_278:
jmp LBB3_279
LBB3_279:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_281
## %bb.280:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -328(%rbp)
jmp LBB3_284
LBB3_281:
jmp LBB3_283
LBB3_282:
movl $0, -328(%rbp)
jmp LBB3_284
LBB3_283:
jmp LBB3_275
LBB3_284:
jmp LBB3_286
LBB3_285:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -328(%rbp)
LBB3_286:
jmp LBB3_287
LBB3_287:
movl -328(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.288:
cmpl $3, -208(%rbp)
jb LBB3_272
## %bb.289:
jmp LBB3_290
LBB3_290:
movq -232(%rbp), %rax
andq $7, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -324(%rbp)
movq -232(%rbp), %rax
shrq $3, %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
subl $3, %eax
movl %eax, -208(%rbp)
## %bb.291:
movl -324(%rbp), %eax
movb %al, %dl
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
movl %ecx, %esi
leaq _tinfl_decompress.s_length_dezigzag(%rip), %rcx
movzbl (%rcx,%rsi), %ecx
## kill: def $rcx killed $ecx
movb %dl, 7048(%rax,%rcx)
## %bb.292:
movl -216(%rbp), %eax
addl $1, %eax
movl %eax, -216(%rbp)
jmp LBB3_268
LBB3_293:
movq -160(%rbp), %rax
movl $19, 52(%rax)
LBB3_294:
jmp LBB3_295
LBB3_295:
movq -160(%rbp), %rax
cmpl $0, 24(%rax)
jl LBB3_431
## %bb.296:
movq -160(%rbp), %rax
addq $72, %rax
movq -160(%rbp), %rcx
movl 24(%rcx), %ecx
## kill: def $rcx killed $ecx
imulq $3488, %rcx, %rcx ## imm = 0xDA0
addq %rcx, %rax
movq %rax, -344(%rbp)
leaq -144(%rbp), %rdi
xorl %esi, %esi
movl $64, %edx
callq _memset
movq -344(%rbp), %rdi
addq $288, %rdi ## imm = 0x120
xorl %esi, %esi
movl $2048, %edx ## imm = 0x800
movq $-1, %rcx
callq ___memset_chk
movq -344(%rbp), %rdi
addq $2336, %rdi ## imm = 0x920
xorl %esi, %esi
movl $1152, %edx ## imm = 0x480
movq $-1, %rcx
callq ___memset_chk
movl $0, -348(%rbp)
LBB3_297: ## =>This Inner Loop Header: Depth=1
movl -348(%rbp), %eax
movq -160(%rbp), %rcx
movq -160(%rbp), %rdx
movl 24(%rdx), %edx
## kill: def $rdx killed $edx
cmpl 44(%rcx,%rdx,4), %eax
jae LBB3_300
## %bb.298: ## in Loop: Header=BB3_297 Depth=1
movq -344(%rbp), %rax
movl -348(%rbp), %ecx
## kill: def $rcx killed $ecx
movzbl (%rax,%rcx), %eax
## kill: def $rax killed $eax
movl -144(%rbp,%rax,4), %ecx
addl $1, %ecx
movl %ecx, -144(%rbp,%rax,4)
## %bb.299: ## in Loop: Header=BB3_297 Depth=1
movl -348(%rbp), %eax
addl $1, %eax
movl %eax, -348(%rbp)
jmp LBB3_297
LBB3_300:
movl $0, -356(%rbp)
movl $0, -360(%rbp)
movl $0, -76(%rbp)
movl $0, -80(%rbp)
movl $1, -348(%rbp)
LBB3_301: ## =>This Inner Loop Header: Depth=1
cmpl $15, -348(%rbp)
ja LBB3_304
## %bb.302: ## in Loop: Header=BB3_301 Depth=1
movl -348(%rbp), %eax
## kill: def $rax killed $eax
movl -144(%rbp,%rax,4), %eax
addl -356(%rbp), %eax
movl %eax, -356(%rbp)
movl -360(%rbp), %ecx
movl -348(%rbp), %eax
## kill: def $rax killed $eax
addl -144(%rbp,%rax,4), %ecx
shll $1, %ecx
movl %ecx, -360(%rbp)
movl -348(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -80(%rbp,%rax,4)
## %bb.303: ## in Loop: Header=BB3_301 Depth=1
movl -348(%rbp), %eax
addl $1, %eax
movl %eax, -348(%rbp)
jmp LBB3_301
LBB3_304:
movl $65536, %eax ## imm = 0x10000
cmpl -360(%rbp), %eax
je LBB3_312
## %bb.305:
cmpl $1, -356(%rbp)
jbe LBB3_312
## %bb.306:
jmp LBB3_307
LBB3_307:
jmp LBB3_308
LBB3_308:
jmp LBB3_309
LBB3_309:
movl $-1, -204(%rbp)
movq -160(%rbp), %rax
movl $35, (%rax)
jmp LBB3_728
LBB3_310:
jmp LBB3_311
LBB3_311:
jmp LBB3_308
LBB3_312:
movl $-1, -332(%rbp)
movl $0, -364(%rbp)
LBB3_313: ## =>This Loop Header: Depth=1
## Child Loop BB3_317 Depth 2
## Child Loop BB3_322 Depth 2
## Child Loop BB3_328 Depth 2
movl -364(%rbp), %eax
movq -160(%rbp), %rcx
movq -160(%rbp), %rdx
movl 24(%rdx), %edx
## kill: def $rdx killed $edx
cmpl 44(%rcx,%rdx,4), %eax
jae LBB3_336
## %bb.314: ## in Loop: Header=BB3_313 Depth=1
movl $0, -368(%rbp)
movq -344(%rbp), %rax
movl -364(%rbp), %ecx
## kill: def $rcx killed $ecx
movzbl (%rax,%rcx), %eax
movl %eax, -380(%rbp)
cmpl $0, -380(%rbp)
jne LBB3_316
## %bb.315: ## in Loop: Header=BB3_313 Depth=1
jmp LBB3_335
LBB3_316: ## in Loop: Header=BB3_313 Depth=1
movl -380(%rbp), %eax
movl %eax, %ecx
movl -80(%rbp,%rcx,4), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -80(%rbp,%rcx,4)
movl %eax, -376(%rbp)
movl -380(%rbp), %eax
movl %eax, -372(%rbp)
LBB3_317: ## Parent Loop BB3_313 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -372(%rbp)
jbe LBB3_320
## %bb.318: ## in Loop: Header=BB3_317 Depth=2
movl -368(%rbp), %eax
shll $1, %eax
movl -376(%rbp), %ecx
andl $1, %ecx
orl %ecx, %eax
movl %eax, -368(%rbp)
## %bb.319: ## in Loop: Header=BB3_317 Depth=2
movl -372(%rbp), %eax
addl $-1, %eax
movl %eax, -372(%rbp)
movl -376(%rbp), %eax
shrl $1, %eax
movl %eax, -376(%rbp)
jmp LBB3_317
LBB3_320: ## in Loop: Header=BB3_313 Depth=1
cmpl $10, -380(%rbp)
ja LBB3_325
## %bb.321: ## in Loop: Header=BB3_313 Depth=1
movl -380(%rbp), %eax
shll $9, %eax
orl -364(%rbp), %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -382(%rbp)
LBB3_322: ## Parent Loop BB3_313 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $1024, -368(%rbp) ## imm = 0x400
jae LBB3_324
## %bb.323: ## in Loop: Header=BB3_322 Depth=2
movw -382(%rbp), %dx
movq -344(%rbp), %rax
movl -368(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 288(%rax,%rcx,2)
movl -380(%rbp), %ecx
movl $1, %eax
## kill: def $cl killed $ecx
shll %cl, %eax
addl -368(%rbp), %eax
movl %eax, -368(%rbp)
jmp LBB3_322
LBB3_324: ## in Loop: Header=BB3_313 Depth=1
jmp LBB3_335
LBB3_325: ## in Loop: Header=BB3_313 Depth=1
movq -344(%rbp), %rax
movl -368(%rbp), %ecx
andl $1023, %ecx ## imm = 0x3FF
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movswl 288(%rax,%rcx,2), %ecx
movl %ecx, -336(%rbp)
xorl %eax, %eax
cmpl %ecx, %eax
jne LBB3_327
## %bb.326: ## in Loop: Header=BB3_313 Depth=1
movl -332(%rbp), %eax
movw %ax, %dx
movq -344(%rbp), %rax
movl -368(%rbp), %ecx
andl $1023, %ecx ## imm = 0x3FF
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw %dx, 288(%rax,%rcx,2)
movl -332(%rbp), %eax
movl %eax, -336(%rbp)
movl -332(%rbp), %eax
subl $2, %eax
movl %eax, -332(%rbp)
LBB3_327: ## in Loop: Header=BB3_313 Depth=1
movl -368(%rbp), %eax
shrl $9, %eax
movl %eax, -368(%rbp)
movl -380(%rbp), %eax
movl %eax, -352(%rbp)
LBB3_328: ## Parent Loop BB3_313 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $11, -352(%rbp)
jbe LBB3_334
## %bb.329: ## in Loop: Header=BB3_328 Depth=2
movl -368(%rbp), %ecx
shrl $1, %ecx
movl %ecx, -368(%rbp)
andl $1, %ecx
movl -336(%rbp), %eax
subl %ecx, %eax
movl %eax, -336(%rbp)
movq -344(%rbp), %rax
xorl %ecx, %ecx
subl -336(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
cmpw $0, 2336(%rax,%rcx,2)
jne LBB3_331
## %bb.330: ## in Loop: Header=BB3_328 Depth=2
movl -332(%rbp), %eax
movw %ax, %dx
movq -344(%rbp), %rax
xorl %ecx, %ecx
subl -336(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movw %dx, 2336(%rax,%rcx,2)
movl -332(%rbp), %eax
movl %eax, -336(%rbp)
movl -332(%rbp), %eax
subl $2, %eax
movl %eax, -332(%rbp)
jmp LBB3_332
LBB3_331: ## in Loop: Header=BB3_328 Depth=2
movq -344(%rbp), %rax
xorl %ecx, %ecx
subl -336(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movswl 2336(%rax,%rcx,2), %eax
movl %eax, -336(%rbp)
LBB3_332: ## in Loop: Header=BB3_328 Depth=2
jmp LBB3_333
LBB3_333: ## in Loop: Header=BB3_328 Depth=2
movl -352(%rbp), %eax
addl $-1, %eax
movl %eax, -352(%rbp)
jmp LBB3_328
LBB3_334: ## in Loop: Header=BB3_313 Depth=1
movl -368(%rbp), %ecx
shrl $1, %ecx
movl %ecx, -368(%rbp)
andl $1, %ecx
movl -336(%rbp), %eax
subl %ecx, %eax
movl %eax, -336(%rbp)
movl -364(%rbp), %eax
movw %ax, %dx
movq -344(%rbp), %rax
xorl %ecx, %ecx
subl -336(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movw %dx, 2336(%rax,%rcx,2)
LBB3_335: ## in Loop: Header=BB3_313 Depth=1
movl -364(%rbp), %eax
addl $1, %eax
movl %eax, -364(%rbp)
jmp LBB3_313
LBB3_336:
movq -160(%rbp), %rax
cmpl $2, 24(%rax)
jne LBB3_429
## %bb.337:
movl $0, -216(%rbp)
LBB3_338:
movl -216(%rbp), %eax
movq -160(%rbp), %rcx
movl 44(%rcx), %ecx
movq -160(%rbp), %rdx
addl 48(%rdx), %ecx
cmpl %ecx, %eax
jae LBB3_421
## %bb.339:
jmp LBB3_340
LBB3_340:
cmpl $15, -208(%rbp)
jae LBB3_378
## %bb.341:
movq -248(%rbp), %rax
movq -240(%rbp), %rcx
subq %rcx, %rax
cmpq $2, %rax
jge LBB3_376
## %bb.342:
jmp LBB3_343
LBB3_343:
movq -160(%rbp), %rax
movq -232(%rbp), %rcx
andq $1023, %rcx ## imm = 0x3FF
movswl 7336(%rax,%rcx,2), %eax
movl %eax, -392(%rbp)
cmpl $0, -392(%rbp)
jl LBB3_348
## %bb.344:
movl -392(%rbp), %eax
sarl $9, %eax
movl %eax, -396(%rbp)
cmpl $0, -396(%rbp)
je LBB3_347
## %bb.345:
movl -208(%rbp), %eax
cmpl -396(%rbp), %eax
jb LBB3_347
## %bb.346:
jmp LBB3_375
LBB3_347:
jmp LBB3_358
LBB3_348:
cmpl $10, -208(%rbp)
jbe LBB3_357
## %bb.349:
movl $10, -396(%rbp)
LBB3_350: ## =>This Inner Loop Header: Depth=1
movq -160(%rbp), %rax
movl -392(%rbp), %ecx
xorl $-1, %ecx
movslq %ecx, %rcx
movq %rcx, -584(%rbp) ## 8-byte Spill
movq -232(%rbp), %rdx
movl -396(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -396(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rdx
movq -584(%rbp), %rcx ## 8-byte Reload
andq $1, %rdx
addq %rdx, %rcx
movswl 9384(%rax,%rcx,2), %eax
movl %eax, -392(%rbp)
## %bb.351: ## in Loop: Header=BB3_350 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -585(%rbp) ## 1-byte Spill
jge LBB3_353
## %bb.352: ## in Loop: Header=BB3_350 Depth=1
movl -208(%rbp), %eax
movl -396(%rbp), %ecx
addl $1, %ecx
cmpl %ecx, %eax
setae %al
movb %al, -585(%rbp) ## 1-byte Spill
LBB3_353: ## in Loop: Header=BB3_350 Depth=1
movb -585(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB3_350
## %bb.354:
cmpl $0, -392(%rbp)
jl LBB3_356
## %bb.355:
jmp LBB3_375
LBB3_356:
jmp LBB3_357
LBB3_357:
jmp LBB3_358
LBB3_358:
jmp LBB3_359
LBB3_359:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_371
## %bb.360:
jmp LBB3_361
LBB3_361:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_368
## %bb.362:
jmp LBB3_363
LBB3_363:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $16, (%rax)
jmp LBB3_728
LBB3_364:
jmp LBB3_365
LBB3_365:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_367
## %bb.366:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -400(%rbp)
jmp LBB3_370
LBB3_367:
jmp LBB3_369
LBB3_368:
movl $0, -400(%rbp)
jmp LBB3_370
LBB3_369:
jmp LBB3_361
LBB3_370:
jmp LBB3_372
LBB3_371:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -400(%rbp)
LBB3_372:
jmp LBB3_373
LBB3_373:
movl -400(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.374:
cmpl $15, -208(%rbp)
jb LBB3_343
LBB3_375:
jmp LBB3_377
LBB3_376:
movq -240(%rbp), %rax
movzbl (%rax), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
movq -240(%rbp), %rcx
movzbl 1(%rcx), %ecx
movl %ecx, %edx
movl -208(%rbp), %ecx
addl $8, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rdx
movq %rdx, %rcx
orq %rcx, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movq -240(%rbp), %rax
addq $2, %rax
movq %rax, -240(%rbp)
movl -208(%rbp), %eax
addl $16, %eax
movl %eax, -208(%rbp)
LBB3_377:
jmp LBB3_378
LBB3_378:
movq -160(%rbp), %rax
movq -232(%rbp), %rcx
andq $1023, %rcx ## imm = 0x3FF
movswl 7336(%rax,%rcx,2), %eax
movl %eax, -392(%rbp)
cmpl $0, %eax
jl LBB3_380
## %bb.379:
movl -392(%rbp), %eax
sarl $9, %eax
movl %eax, -396(%rbp)
movl -392(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, -392(%rbp)
jmp LBB3_384
LBB3_380:
movl $10, -396(%rbp)
LBB3_381: ## =>This Inner Loop Header: Depth=1
movq -160(%rbp), %rax
movl -392(%rbp), %ecx
xorl $-1, %ecx
movslq %ecx, %rcx
movq %rcx, -600(%rbp) ## 8-byte Spill
movq -232(%rbp), %rdx
movl -396(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -396(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rdx
movq -600(%rbp), %rcx ## 8-byte Reload
andq $1, %rdx
addq %rdx, %rcx
movswl 9384(%rax,%rcx,2), %eax
movl %eax, -392(%rbp)
## %bb.382: ## in Loop: Header=BB3_381 Depth=1
cmpl $0, -392(%rbp)
jl LBB3_381
## %bb.383:
jmp LBB3_384
LBB3_384:
movl -392(%rbp), %eax
movl %eax, -212(%rbp)
movl -396(%rbp), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -396(%rbp), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.385:
cmpl $16, -212(%rbp)
jae LBB3_387
## %bb.386:
movl -212(%rbp), %eax
movb %al, %dl
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -216(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movb %dl, 10540(%rax,%rcx)
jmp LBB3_338
LBB3_387:
cmpl $16, -212(%rbp)
jne LBB3_395
## %bb.388:
cmpl $0, -216(%rbp)
jne LBB3_395
## %bb.389:
jmp LBB3_390
LBB3_390:
jmp LBB3_391
LBB3_391:
jmp LBB3_392
LBB3_392:
movl $-1, -204(%rbp)
movq -160(%rbp), %rax
movl $17, (%rax)
jmp LBB3_728
LBB3_393:
jmp LBB3_394
LBB3_394:
jmp LBB3_391
LBB3_395:
movl -212(%rbp), %eax
subl $16, %eax
movl %eax, %eax
movl %eax, %ecx
leaq L_.str.1(%rip), %rax
movsbl (%rax,%rcx), %eax
movl %eax, -220(%rbp)
## %bb.396:
movl -208(%rbp), %eax
cmpl -220(%rbp), %eax
jae LBB3_416
## %bb.397:
jmp LBB3_398
LBB3_398:
jmp LBB3_399
LBB3_399:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_411
## %bb.400:
jmp LBB3_401
LBB3_401:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_408
## %bb.402:
jmp LBB3_403
LBB3_403:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $18, (%rax)
jmp LBB3_728
LBB3_404:
jmp LBB3_405
LBB3_405:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_407
## %bb.406:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -404(%rbp)
jmp LBB3_410
LBB3_407:
jmp LBB3_409
LBB3_408:
movl $0, -404(%rbp)
jmp LBB3_410
LBB3_409:
jmp LBB3_401
LBB3_410:
jmp LBB3_412
LBB3_411:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -404(%rbp)
LBB3_412:
jmp LBB3_413
LBB3_413:
movl -404(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.414:
movl -208(%rbp), %eax
cmpl -220(%rbp), %eax
jb LBB3_398
## %bb.415:
jmp LBB3_416
LBB3_416:
movq -232(%rbp), %rax
movl -220(%rbp), %ecx
movl $1, %edx
## kill: def $cl killed $ecx
shll %cl, %edx
movl %edx, %ecx
subl $1, %ecx
movslq %ecx, %rcx
andq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -388(%rbp)
movl -220(%rbp), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -220(%rbp), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.417:
movl -212(%rbp), %eax
subl $16, %eax
movl %eax, %eax
movl %eax, %ecx
leaq L_.str.2(%rip), %rax
movsbl (%rax,%rcx), %eax
addl -388(%rbp), %eax
movl %eax, -388(%rbp)
movq -160(%rbp), %rax
addq $10540, %rax ## imm = 0x292C
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -608(%rbp) ## 8-byte Spill
cmpl $16, -212(%rbp)
jne LBB3_419
## %bb.418:
movq -160(%rbp), %rax
movl -216(%rbp), %ecx
subl $1, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movzbl 10540(%rax,%rcx), %eax
movl %eax, -612(%rbp) ## 4-byte Spill
jmp LBB3_420
LBB3_419:
xorl %eax, %eax
movl %eax, -612(%rbp) ## 4-byte Spill
jmp LBB3_420
LBB3_420:
movq -608(%rbp), %rdi ## 8-byte Reload
movl -612(%rbp), %esi ## 4-byte Reload
movl -388(%rbp), %eax
movl %eax, %edx
movq $-1, %rcx
callq ___memset_chk
movl -388(%rbp), %eax
addl -216(%rbp), %eax
movl %eax, -216(%rbp)
jmp LBB3_338
LBB3_421:
movq -160(%rbp), %rax
movl 44(%rax), %eax
movq -160(%rbp), %rcx
addl 48(%rcx), %eax
cmpl -216(%rbp), %eax
je LBB3_428
## %bb.422:
jmp LBB3_423
LBB3_423:
jmp LBB3_424
LBB3_424:
jmp LBB3_425
LBB3_425:
movl $-1, -204(%rbp)
movq -160(%rbp), %rax
movl $21, (%rax)
jmp LBB3_728
LBB3_426:
jmp LBB3_427
LBB3_427:
jmp LBB3_424
LBB3_428:
movq -160(%rbp), %rdi
addq $72, %rdi
movq -160(%rbp), %rsi
addq $10540, %rsi ## imm = 0x292C
movq -160(%rbp), %rax
movl 44(%rax), %eax
movl %eax, %edx
movq $-1, %rcx
callq ___memcpy_chk
movq -160(%rbp), %rdi
addq $72, %rdi
addq $3488, %rdi ## imm = 0xDA0
movq -160(%rbp), %rsi
addq $10540, %rsi ## imm = 0x292C
movq -160(%rbp), %rax
movl 44(%rax), %eax
## kill: def $rax killed $eax
addq %rax, %rsi
movq -160(%rbp), %rax
movl 48(%rax), %eax
movl %eax, %edx
movq $-1, %rcx
callq ___memcpy_chk
LBB3_429:
jmp LBB3_430
LBB3_430:
movq -160(%rbp), %rax
movl 24(%rax), %ecx
addl $-1, %ecx
movl %ecx, 24(%rax)
jmp LBB3_295
LBB3_431:
jmp LBB3_432
LBB3_432:
jmp LBB3_433
LBB3_433:
movq -248(%rbp), %rax
movq -240(%rbp), %rcx
subq %rcx, %rax
cmpq $4, %rax
jl LBB3_435
## %bb.434:
movq -264(%rbp), %rax
movq -256(%rbp), %rcx
subq %rcx, %rax
cmpq $2, %rax
jge LBB3_490
LBB3_435:
jmp LBB3_436
LBB3_436:
cmpl $15, -208(%rbp)
jae LBB3_474
## %bb.437:
movq -248(%rbp), %rax
movq -240(%rbp), %rcx
subq %rcx, %rax
cmpq $2, %rax
jge LBB3_472
## %bb.438:
jmp LBB3_439
LBB3_439:
movq -160(%rbp), %rax
movq -232(%rbp), %rcx
andq $1023, %rcx ## imm = 0x3FF
movswl 360(%rax,%rcx,2), %eax
movl %eax, -420(%rbp)
cmpl $0, -420(%rbp)
jl LBB3_444
## %bb.440:
movl -420(%rbp), %eax
sarl $9, %eax
movl %eax, -424(%rbp)
cmpl $0, -424(%rbp)
je LBB3_443
## %bb.441:
movl -208(%rbp), %eax
cmpl -424(%rbp), %eax
jb LBB3_443
## %bb.442:
jmp LBB3_471
LBB3_443:
jmp LBB3_454
LBB3_444:
cmpl $10, -208(%rbp)
jbe LBB3_453
## %bb.445:
movl $10, -424(%rbp)
LBB3_446: ## =>This Inner Loop Header: Depth=1
movq -160(%rbp), %rax
movl -420(%rbp), %ecx
xorl $-1, %ecx
movslq %ecx, %rcx
movq %rcx, -624(%rbp) ## 8-byte Spill
movq -232(%rbp), %rdx
movl -424(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -424(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rdx
movq -624(%rbp), %rcx ## 8-byte Reload
andq $1, %rdx
addq %rdx, %rcx
movswl 2408(%rax,%rcx,2), %eax
movl %eax, -420(%rbp)
## %bb.447: ## in Loop: Header=BB3_446 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -420(%rbp)
movb %al, -625(%rbp) ## 1-byte Spill
jge LBB3_449
## %bb.448: ## in Loop: Header=BB3_446 Depth=1
movl -208(%rbp), %eax
movl -424(%rbp), %ecx
addl $1, %ecx
cmpl %ecx, %eax
setae %al
movb %al, -625(%rbp) ## 1-byte Spill
LBB3_449: ## in Loop: Header=BB3_446 Depth=1
movb -625(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB3_446
## %bb.450:
cmpl $0, -420(%rbp)
jl LBB3_452
## %bb.451:
jmp LBB3_471
LBB3_452:
jmp LBB3_453
LBB3_453:
jmp LBB3_454
LBB3_454:
jmp LBB3_455
LBB3_455:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_467
## %bb.456:
jmp LBB3_457
LBB3_457:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_464
## %bb.458:
jmp LBB3_459
LBB3_459:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $23, (%rax)
jmp LBB3_728
LBB3_460:
jmp LBB3_461
LBB3_461:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_463
## %bb.462:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -428(%rbp)
jmp LBB3_466
LBB3_463:
jmp LBB3_465
LBB3_464:
movl $0, -428(%rbp)
jmp LBB3_466
LBB3_465:
jmp LBB3_457
LBB3_466:
jmp LBB3_468
LBB3_467:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -428(%rbp)
LBB3_468:
jmp LBB3_469
LBB3_469:
movl -428(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.470:
cmpl $15, -208(%rbp)
jb LBB3_439
LBB3_471:
jmp LBB3_473
LBB3_472:
movq -240(%rbp), %rax
movzbl (%rax), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
movq -240(%rbp), %rcx
movzbl 1(%rcx), %ecx
movl %ecx, %edx
movl -208(%rbp), %ecx
addl $8, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rdx
movq %rdx, %rcx
orq %rcx, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movq -240(%rbp), %rax
addq $2, %rax
movq %rax, -240(%rbp)
movl -208(%rbp), %eax
addl $16, %eax
movl %eax, -208(%rbp)
LBB3_473:
jmp LBB3_474
LBB3_474:
movq -160(%rbp), %rax
movq -232(%rbp), %rcx
andq $1023, %rcx ## imm = 0x3FF
movswl 360(%rax,%rcx,2), %eax
movl %eax, -420(%rbp)
cmpl $0, %eax
jl LBB3_476
## %bb.475:
movl -420(%rbp), %eax
sarl $9, %eax
movl %eax, -424(%rbp)
movl -420(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, -420(%rbp)
jmp LBB3_480
LBB3_476:
movl $10, -424(%rbp)
LBB3_477: ## =>This Inner Loop Header: Depth=1
movq -160(%rbp), %rax
movl -420(%rbp), %ecx
xorl $-1, %ecx
movslq %ecx, %rcx
movq %rcx, -640(%rbp) ## 8-byte Spill
movq -232(%rbp), %rdx
movl -424(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -424(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rdx
movq -640(%rbp), %rcx ## 8-byte Reload
andq $1, %rdx
addq %rdx, %rcx
movswl 2408(%rax,%rcx,2), %eax
movl %eax, -420(%rbp)
## %bb.478: ## in Loop: Header=BB3_477 Depth=1
cmpl $0, -420(%rbp)
jl LBB3_477
## %bb.479:
jmp LBB3_480
LBB3_480:
movl -420(%rbp), %eax
movl %eax, -216(%rbp)
movl -424(%rbp), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -424(%rbp), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.481:
cmpl $256, -216(%rbp) ## imm = 0x100
jb LBB3_483
## %bb.482:
jmp LBB3_510
LBB3_483:
jmp LBB3_484
LBB3_484:
movq -256(%rbp), %rax
cmpq -264(%rbp), %rax
jb LBB3_489
## %bb.485:
jmp LBB3_486
LBB3_486:
movl $2, -204(%rbp)
movq -160(%rbp), %rax
movl $24, (%rax)
jmp LBB3_728
LBB3_487:
jmp LBB3_488
LBB3_488:
jmp LBB3_484
LBB3_489:
movl -216(%rbp), %eax
movb %al, %cl
movq -256(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -256(%rbp)
movb %cl, (%rax)
jmp LBB3_509
LBB3_490:
cmpl $30, -208(%rbp)
jae LBB3_492
## %bb.491:
movq -240(%rbp), %rax
movl (%rax), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movq -240(%rbp), %rax
addq $4, %rax
movq %rax, -240(%rbp)
movl -208(%rbp), %eax
addl $32, %eax
movl %eax, -208(%rbp)
LBB3_492:
movq -160(%rbp), %rax
movq -232(%rbp), %rcx
andq $1023, %rcx ## imm = 0x3FF
movswl 360(%rax,%rcx,2), %eax
movl %eax, -432(%rbp)
cmpl $0, %eax
jl LBB3_494
## %bb.493:
movl -432(%rbp), %eax
sarl $9, %eax
movl %eax, -436(%rbp)
jmp LBB3_498
LBB3_494:
movl $10, -436(%rbp)
LBB3_495: ## =>This Inner Loop Header: Depth=1
movq -160(%rbp), %rax
movl -432(%rbp), %ecx
xorl $-1, %ecx
movslq %ecx, %rcx
movq %rcx, -648(%rbp) ## 8-byte Spill
movq -232(%rbp), %rdx
movl -436(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -436(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rdx
movq -648(%rbp), %rcx ## 8-byte Reload
andq $1, %rdx
addq %rdx, %rcx
movswl 2408(%rax,%rcx,2), %eax
movl %eax, -432(%rbp)
## %bb.496: ## in Loop: Header=BB3_495 Depth=1
cmpl $0, -432(%rbp)
jl LBB3_495
## %bb.497:
jmp LBB3_498
LBB3_498:
movl -432(%rbp), %eax
movl %eax, -216(%rbp)
movl -436(%rbp), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -436(%rbp), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
movl -216(%rbp), %eax
andl $256, %eax ## imm = 0x100
cmpl $0, %eax
je LBB3_500
## %bb.499:
jmp LBB3_510
LBB3_500:
movq -160(%rbp), %rax
movq -232(%rbp), %rcx
andq $1023, %rcx ## imm = 0x3FF
movswl 360(%rax,%rcx,2), %eax
movl %eax, -432(%rbp)
cmpl $0, %eax
jl LBB3_502
## %bb.501:
movl -432(%rbp), %eax
sarl $9, %eax
movl %eax, -436(%rbp)
jmp LBB3_506
LBB3_502:
movl $10, -436(%rbp)
LBB3_503: ## =>This Inner Loop Header: Depth=1
movq -160(%rbp), %rax
movl -432(%rbp), %ecx
xorl $-1, %ecx
movslq %ecx, %rcx
movq %rcx, -656(%rbp) ## 8-byte Spill
movq -232(%rbp), %rdx
movl -436(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -436(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rdx
movq -656(%rbp), %rcx ## 8-byte Reload
andq $1, %rdx
addq %rdx, %rcx
movswl 2408(%rax,%rcx,2), %eax
movl %eax, -432(%rbp)
## %bb.504: ## in Loop: Header=BB3_503 Depth=1
cmpl $0, -432(%rbp)
jl LBB3_503
## %bb.505:
jmp LBB3_506
LBB3_506:
movl -436(%rbp), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -436(%rbp), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
movl -216(%rbp), %eax
movb %al, %cl
movq -256(%rbp), %rax
movb %cl, (%rax)
movl -432(%rbp), %eax
andl $256, %eax ## imm = 0x100
cmpl $0, %eax
je LBB3_508
## %bb.507:
movq -256(%rbp), %rax
addq $1, %rax
movq %rax, -256(%rbp)
movl -432(%rbp), %eax
movl %eax, -216(%rbp)
jmp LBB3_510
LBB3_508:
movl -432(%rbp), %eax
movb %al, %cl
movq -256(%rbp), %rax
movb %cl, 1(%rax)
movq -256(%rbp), %rax
addq $2, %rax
movq %rax, -256(%rbp)
LBB3_509:
jmp LBB3_433
LBB3_510:
movl -216(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, -216(%rbp)
cmpl $256, %eax ## imm = 0x100
jne LBB3_512
## %bb.511:
jmp LBB3_649
LBB3_512:
movl -216(%rbp), %eax
subl $257, %eax ## imm = 0x101
movl %eax, %eax
movl %eax, %ecx
leaq _tinfl_decompress.s_length_extra(%rip), %rax
movl (%rax,%rcx,4), %eax
movl %eax, -220(%rbp)
movl -216(%rbp), %eax
subl $257, %eax ## imm = 0x101
movl %eax, %eax
movl %eax, %ecx
leaq _tinfl_decompress.s_length_base(%rip), %rax
movl (%rax,%rcx,4), %eax
movl %eax, -216(%rbp)
cmpl $0, -220(%rbp)
je LBB3_536
## %bb.513:
jmp LBB3_514
LBB3_514:
movl -208(%rbp), %eax
cmpl -220(%rbp), %eax
jae LBB3_534
## %bb.515:
jmp LBB3_516
LBB3_516:
jmp LBB3_517
LBB3_517:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_529
## %bb.518:
jmp LBB3_519
LBB3_519:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_526
## %bb.520:
jmp LBB3_521
LBB3_521:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $25, (%rax)
jmp LBB3_728
LBB3_522:
jmp LBB3_523
LBB3_523:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_525
## %bb.524:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -444(%rbp)
jmp LBB3_528
LBB3_525:
jmp LBB3_527
LBB3_526:
movl $0, -444(%rbp)
jmp LBB3_528
LBB3_527:
jmp LBB3_519
LBB3_528:
jmp LBB3_530
LBB3_529:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -444(%rbp)
LBB3_530:
jmp LBB3_531
LBB3_531:
movl -444(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.532:
movl -208(%rbp), %eax
cmpl -220(%rbp), %eax
jb LBB3_516
## %bb.533:
jmp LBB3_534
LBB3_534:
movq -232(%rbp), %rax
movl -220(%rbp), %ecx
movl $1, %edx
## kill: def $cl killed $ecx
shll %cl, %edx
movl %edx, %ecx
subl $1, %ecx
movslq %ecx, %rcx
andq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -440(%rbp)
movl -220(%rbp), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -220(%rbp), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.535:
movl -440(%rbp), %eax
addl -216(%rbp), %eax
movl %eax, -216(%rbp)
LBB3_536:
jmp LBB3_537
LBB3_537:
cmpl $15, -208(%rbp)
jae LBB3_575
## %bb.538:
movq -248(%rbp), %rax
movq -240(%rbp), %rcx
subq %rcx, %rax
cmpq $2, %rax
jge LBB3_573
## %bb.539:
jmp LBB3_540
LBB3_540:
movq -160(%rbp), %rax
movq -232(%rbp), %rcx
andq $1023, %rcx ## imm = 0x3FF
movswl 3848(%rax,%rcx,2), %eax
movl %eax, -448(%rbp)
cmpl $0, -448(%rbp)
jl LBB3_545
## %bb.541:
movl -448(%rbp), %eax
sarl $9, %eax
movl %eax, -452(%rbp)
cmpl $0, -452(%rbp)
je LBB3_544
## %bb.542:
movl -208(%rbp), %eax
cmpl -452(%rbp), %eax
jb LBB3_544
## %bb.543:
jmp LBB3_572
LBB3_544:
jmp LBB3_555
LBB3_545:
cmpl $10, -208(%rbp)
jbe LBB3_554
## %bb.546:
movl $10, -452(%rbp)
LBB3_547: ## =>This Inner Loop Header: Depth=1
movq -160(%rbp), %rax
movl -448(%rbp), %ecx
xorl $-1, %ecx
movslq %ecx, %rcx
movq %rcx, -664(%rbp) ## 8-byte Spill
movq -232(%rbp), %rdx
movl -452(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -452(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rdx
movq -664(%rbp), %rcx ## 8-byte Reload
andq $1, %rdx
addq %rdx, %rcx
movswl 5896(%rax,%rcx,2), %eax
movl %eax, -448(%rbp)
## %bb.548: ## in Loop: Header=BB3_547 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -448(%rbp)
movb %al, -665(%rbp) ## 1-byte Spill
jge LBB3_550
## %bb.549: ## in Loop: Header=BB3_547 Depth=1
movl -208(%rbp), %eax
movl -452(%rbp), %ecx
addl $1, %ecx
cmpl %ecx, %eax
setae %al
movb %al, -665(%rbp) ## 1-byte Spill
LBB3_550: ## in Loop: Header=BB3_547 Depth=1
movb -665(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB3_547
## %bb.551:
cmpl $0, -448(%rbp)
jl LBB3_553
## %bb.552:
jmp LBB3_572
LBB3_553:
jmp LBB3_554
LBB3_554:
jmp LBB3_555
LBB3_555:
jmp LBB3_556
LBB3_556:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_568
## %bb.557:
jmp LBB3_558
LBB3_558:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_565
## %bb.559:
jmp LBB3_560
LBB3_560:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $26, (%rax)
jmp LBB3_728
LBB3_561:
jmp LBB3_562
LBB3_562:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_564
## %bb.563:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -456(%rbp)
jmp LBB3_567
LBB3_564:
jmp LBB3_566
LBB3_565:
movl $0, -456(%rbp)
jmp LBB3_567
LBB3_566:
jmp LBB3_558
LBB3_567:
jmp LBB3_569
LBB3_568:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -456(%rbp)
LBB3_569:
jmp LBB3_570
LBB3_570:
movl -456(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.571:
cmpl $15, -208(%rbp)
jb LBB3_540
LBB3_572:
jmp LBB3_574
LBB3_573:
movq -240(%rbp), %rax
movzbl (%rax), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
movq -240(%rbp), %rcx
movzbl 1(%rcx), %ecx
movl %ecx, %edx
movl -208(%rbp), %ecx
addl $8, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rdx
movq %rdx, %rcx
orq %rcx, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movq -240(%rbp), %rax
addq $2, %rax
movq %rax, -240(%rbp)
movl -208(%rbp), %eax
addl $16, %eax
movl %eax, -208(%rbp)
LBB3_574:
jmp LBB3_575
LBB3_575:
movq -160(%rbp), %rax
movq -232(%rbp), %rcx
andq $1023, %rcx ## imm = 0x3FF
movswl 3848(%rax,%rcx,2), %eax
movl %eax, -448(%rbp)
cmpl $0, %eax
jl LBB3_577
## %bb.576:
movl -448(%rbp), %eax
sarl $9, %eax
movl %eax, -452(%rbp)
movl -448(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, -448(%rbp)
jmp LBB3_581
LBB3_577:
movl $10, -452(%rbp)
LBB3_578: ## =>This Inner Loop Header: Depth=1
movq -160(%rbp), %rax
movl -448(%rbp), %ecx
xorl $-1, %ecx
movslq %ecx, %rcx
movq %rcx, -680(%rbp) ## 8-byte Spill
movq -232(%rbp), %rdx
movl -452(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -452(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rdx
movq -680(%rbp), %rcx ## 8-byte Reload
andq $1, %rdx
addq %rdx, %rcx
movswl 5896(%rax,%rcx,2), %eax
movl %eax, -448(%rbp)
## %bb.579: ## in Loop: Header=BB3_578 Depth=1
cmpl $0, -448(%rbp)
jl LBB3_578
## %bb.580:
jmp LBB3_581
LBB3_581:
movl -448(%rbp), %eax
movl %eax, -212(%rbp)
movl -452(%rbp), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -452(%rbp), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.582:
movl -212(%rbp), %eax
movl %eax, %ecx
leaq _tinfl_decompress.s_dist_extra(%rip), %rax
movl (%rax,%rcx,4), %eax
movl %eax, -220(%rbp)
movl -212(%rbp), %eax
movl %eax, %ecx
leaq _tinfl_decompress.s_dist_base(%rip), %rax
movl (%rax,%rcx,4), %eax
movl %eax, -212(%rbp)
cmpl $0, -220(%rbp)
je LBB3_606
## %bb.583:
jmp LBB3_584
LBB3_584:
movl -208(%rbp), %eax
cmpl -220(%rbp), %eax
jae LBB3_604
## %bb.585:
jmp LBB3_586
LBB3_586:
jmp LBB3_587
LBB3_587:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_599
## %bb.588:
jmp LBB3_589
LBB3_589:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_596
## %bb.590:
jmp LBB3_591
LBB3_591:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $27, (%rax)
jmp LBB3_728
LBB3_592:
jmp LBB3_593
LBB3_593:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_595
## %bb.594:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -464(%rbp)
jmp LBB3_598
LBB3_595:
jmp LBB3_597
LBB3_596:
movl $0, -464(%rbp)
jmp LBB3_598
LBB3_597:
jmp LBB3_589
LBB3_598:
jmp LBB3_600
LBB3_599:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -464(%rbp)
LBB3_600:
jmp LBB3_601
LBB3_601:
movl -464(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.602:
movl -208(%rbp), %eax
cmpl -220(%rbp), %eax
jb LBB3_586
## %bb.603:
jmp LBB3_604
LBB3_604:
movq -232(%rbp), %rax
movl -220(%rbp), %ecx
movl $1, %edx
## kill: def $cl killed $ecx
shll %cl, %edx
movl %edx, %ecx
subl $1, %ecx
movslq %ecx, %rcx
andq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -460(%rbp)
movl -220(%rbp), %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -220(%rbp), %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.605:
movl -460(%rbp), %eax
addl -212(%rbp), %eax
movl %eax, -212(%rbp)
LBB3_606:
movq -256(%rbp), %rax
movq -184(%rbp), %rcx
subq %rcx, %rax
movq %rax, -280(%rbp)
movl -212(%rbp), %eax
## kill: def $rax killed $eax
cmpq -280(%rbp), %rax
jbe LBB3_614
## %bb.607:
movl 16(%rbp), %eax
andl $4, %eax
cmpl $0, %eax
je LBB3_614
## %bb.608:
jmp LBB3_609
LBB3_609:
jmp LBB3_610
LBB3_610:
jmp LBB3_611
LBB3_611:
movl $-1, -204(%rbp)
movq -160(%rbp), %rax
movl $37, (%rax)
jmp LBB3_728
LBB3_612:
jmp LBB3_613
LBB3_613:
jmp LBB3_610
LBB3_614:
movq -184(%rbp), %rax
movq -280(%rbp), %rcx
movl -212(%rbp), %edx
## kill: def $rdx killed $edx
subq %rdx, %rcx
andq -272(%rbp), %rcx
addq %rcx, %rax
movq %rax, -416(%rbp)
movq -256(%rbp), %rax
cmpq -416(%rbp), %rax
jbe LBB3_616
## %bb.615:
movq -256(%rbp), %rax
movq %rax, -688(%rbp) ## 8-byte Spill
jmp LBB3_617
LBB3_616:
movq -416(%rbp), %rax
movq %rax, -688(%rbp) ## 8-byte Spill
LBB3_617:
movq -688(%rbp), %rax ## 8-byte Reload
movl -216(%rbp), %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
cmpq -264(%rbp), %rax
jbe LBB3_628
## %bb.618:
jmp LBB3_619
LBB3_619:
movl -216(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -216(%rbp)
cmpl $0, %eax
je LBB3_627
## %bb.620:
jmp LBB3_621
LBB3_621:
movq -256(%rbp), %rax
cmpq -264(%rbp), %rax
jb LBB3_626
## %bb.622:
jmp LBB3_623
LBB3_623:
movl $2, -204(%rbp)
movq -160(%rbp), %rax
movl $53, (%rax)
jmp LBB3_728
LBB3_624:
jmp LBB3_625
LBB3_625:
jmp LBB3_621
LBB3_626:
movq -184(%rbp), %rax
movq -280(%rbp), %rcx
movq %rcx, %rdx
addq $1, %rdx
movq %rdx, -280(%rbp)
movl -212(%rbp), %edx
## kill: def $rdx killed $edx
subq %rdx, %rcx
andq -272(%rbp), %rcx
movb (%rax,%rcx), %cl
movq -256(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -256(%rbp)
movb %cl, (%rax)
jmp LBB3_619
LBB3_627:
jmp LBB3_432
LBB3_628:
cmpl $9, -216(%rbp)
jb LBB3_640
## %bb.629:
movl -216(%rbp), %eax
cmpl -212(%rbp), %eax
ja LBB3_640
## %bb.630:
movq -416(%rbp), %rax
movl -216(%rbp), %ecx
andl $-8, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -472(%rbp)
LBB3_631: ## =>This Inner Loop Header: Depth=1
movq -416(%rbp), %rax
movl (%rax), %ecx
movq -256(%rbp), %rax
movl %ecx, (%rax)
movq -416(%rbp), %rax
movl 4(%rax), %ecx
movq -256(%rbp), %rax
movl %ecx, 4(%rax)
movq -256(%rbp), %rax
addq $8, %rax
movq %rax, -256(%rbp)
## %bb.632: ## in Loop: Header=BB3_631 Depth=1
movq -416(%rbp), %rax
addq $8, %rax
movq %rax, -416(%rbp)
cmpq -472(%rbp), %rax
jb LBB3_631
## %bb.633:
movl -216(%rbp), %eax
andl $7, %eax
movl %eax, -216(%rbp)
cmpl $3, %eax
jae LBB3_639
## %bb.634:
cmpl $0, -216(%rbp)
je LBB3_638
## %bb.635:
movq -416(%rbp), %rax
movb (%rax), %cl
movq -256(%rbp), %rax
movb %cl, (%rax)
cmpl $1, -216(%rbp)
jbe LBB3_637
## %bb.636:
movq -416(%rbp), %rax
movb 1(%rax), %cl
movq -256(%rbp), %rax
movb %cl, 1(%rax)
LBB3_637:
movl -216(%rbp), %ecx
movq -256(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -256(%rbp)
LBB3_638:
jmp LBB3_432
LBB3_639:
jmp LBB3_640
LBB3_640:
jmp LBB3_641
LBB3_641:
jmp LBB3_642
LBB3_642: ## =>This Inner Loop Header: Depth=1
movq -416(%rbp), %rax
movb (%rax), %cl
movq -256(%rbp), %rax
movb %cl, (%rax)
movq -416(%rbp), %rax
movb 1(%rax), %cl
movq -256(%rbp), %rax
movb %cl, 1(%rax)
movq -416(%rbp), %rax
movb 2(%rax), %cl
movq -256(%rbp), %rax
movb %cl, 2(%rax)
movq -256(%rbp), %rax
addq $3, %rax
movq %rax, -256(%rbp)
movq -416(%rbp), %rax
addq $3, %rax
movq %rax, -416(%rbp)
## %bb.643: ## in Loop: Header=BB3_642 Depth=1
movl -216(%rbp), %eax
subl $3, %eax
movl %eax, -216(%rbp)
cmpl $2, %eax
jg LBB3_642
## %bb.644:
cmpl $0, -216(%rbp)
jle LBB3_648
## %bb.645:
movq -416(%rbp), %rax
movb (%rax), %cl
movq -256(%rbp), %rax
movb %cl, (%rax)
cmpl $1, -216(%rbp)
jle LBB3_647
## %bb.646:
movq -416(%rbp), %rax
movb 1(%rax), %cl
movq -256(%rbp), %rax
movb %cl, 1(%rax)
LBB3_647:
movl -216(%rbp), %ecx
movq -256(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -256(%rbp)
LBB3_648:
jmp LBB3_432
LBB3_649:
jmp LBB3_650
LBB3_650:
jmp LBB3_651
LBB3_651:
jmp LBB3_652
LBB3_652:
movq -160(%rbp), %rax
movl 20(%rax), %eax
andl $1, %eax
cmpl $0, %eax
setne %al
xorb $-1, %al
testb $1, %al
jne LBB3_54
## %bb.653:
movl 16(%rbp), %eax
andl $1, %eax
cmpl $0, %eax
je LBB3_721
## %bb.654:
jmp LBB3_655
LBB3_655:
movl -208(%rbp), %eax
movl -208(%rbp), %ecx
andl $7, %ecx
cmpl %ecx, %eax
jae LBB3_675
## %bb.656:
jmp LBB3_657
LBB3_657:
jmp LBB3_658
LBB3_658:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_670
## %bb.659:
jmp LBB3_660
LBB3_660:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_667
## %bb.661:
jmp LBB3_662
LBB3_662:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $32, (%rax)
jmp LBB3_728
LBB3_663:
jmp LBB3_664
LBB3_664:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_666
## %bb.665:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -476(%rbp)
jmp LBB3_669
LBB3_666:
jmp LBB3_668
LBB3_667:
movl $0, -476(%rbp)
jmp LBB3_669
LBB3_668:
jmp LBB3_660
LBB3_669:
jmp LBB3_671
LBB3_670:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -476(%rbp)
LBB3_671:
jmp LBB3_672
LBB3_672:
movl -476(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.673:
movl -208(%rbp), %eax
movl -208(%rbp), %ecx
andl $7, %ecx
cmpl %ecx, %eax
jb LBB3_657
## %bb.674:
jmp LBB3_675
LBB3_675:
movl -208(%rbp), %ecx
andl $7, %ecx
movq -232(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %ecx
andl $7, %ecx
movl -208(%rbp), %eax
subl %ecx, %eax
movl %eax, -208(%rbp)
## %bb.676:
movl $0, -216(%rbp)
LBB3_677:
cmpl $4, -216(%rbp)
jae LBB3_720
## %bb.678:
cmpl $0, -208(%rbp)
je LBB3_702
## %bb.679:
jmp LBB3_680
LBB3_680:
cmpl $8, -208(%rbp)
jae LBB3_700
## %bb.681:
jmp LBB3_682
LBB3_682:
jmp LBB3_683
LBB3_683:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_695
## %bb.684:
jmp LBB3_685
LBB3_685:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_692
## %bb.686:
jmp LBB3_687
LBB3_687:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $41, (%rax)
jmp LBB3_728
LBB3_688:
jmp LBB3_689
LBB3_689:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_691
## %bb.690:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -484(%rbp)
jmp LBB3_694
LBB3_691:
jmp LBB3_693
LBB3_692:
movl $0, -484(%rbp)
jmp LBB3_694
LBB3_693:
jmp LBB3_685
LBB3_694:
jmp LBB3_696
LBB3_695:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -484(%rbp)
LBB3_696:
jmp LBB3_697
LBB3_697:
movl -484(%rbp), %eax
## kill: def $rax killed $eax
movl -208(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -232(%rbp), %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
addl $8, %eax
movl %eax, -208(%rbp)
## %bb.698:
cmpl $8, -208(%rbp)
jb LBB3_682
## %bb.699:
jmp LBB3_700
LBB3_700:
movq -232(%rbp), %rax
andq $255, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -480(%rbp)
movq -232(%rbp), %rax
shrq $8, %rax
movq %rax, -232(%rbp)
movl -208(%rbp), %eax
subl $8, %eax
movl %eax, -208(%rbp)
## %bb.701:
jmp LBB3_718
LBB3_702:
jmp LBB3_703
LBB3_703:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jb LBB3_715
## %bb.704:
jmp LBB3_705
LBB3_705:
movl 16(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
je LBB3_712
## %bb.706:
jmp LBB3_707
LBB3_707:
movl $1, -204(%rbp)
movq -160(%rbp), %rax
movl $42, (%rax)
jmp LBB3_728
LBB3_708:
jmp LBB3_709
LBB3_709:
movq -240(%rbp), %rax
cmpq -248(%rbp), %rax
jae LBB3_711
## %bb.710:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -480(%rbp)
jmp LBB3_714
LBB3_711:
jmp LBB3_713
LBB3_712:
movl $0, -480(%rbp)
jmp LBB3_714
LBB3_713:
jmp LBB3_705
LBB3_714:
jmp LBB3_716
LBB3_715:
movq -240(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -240(%rbp)
movzbl (%rax), %eax
movl %eax, -480(%rbp)
LBB3_716:
jmp LBB3_717
LBB3_717:
jmp LBB3_718
LBB3_718:
movq -160(%rbp), %rax
movl 16(%rax), %ecx
shll $8, %ecx
orl -480(%rbp), %ecx
movq -160(%rbp), %rax
movl %ecx, 16(%rax)
## %bb.719:
movl -216(%rbp), %eax
addl $1, %eax
movl %eax, -216(%rbp)
jmp LBB3_677
LBB3_720:
jmp LBB3_721
LBB3_721:
jmp LBB3_722
LBB3_722:
jmp LBB3_723
LBB3_723:
jmp LBB3_724
LBB3_724:
movl $0, -204(%rbp)
movq -160(%rbp), %rax
movl $34, (%rax)
jmp LBB3_728
LBB3_725:
jmp LBB3_726
LBB3_726:
jmp LBB3_723
LBB3_727:
jmp LBB3_728
LBB3_728:
movl -208(%rbp), %ecx
movq -160(%rbp), %rax
movl %ecx, 4(%rax)
movq -232(%rbp), %rcx
movq -160(%rbp), %rax
movq %rcx, 56(%rax)
movl -212(%rbp), %ecx
movq -160(%rbp), %rax
movl %ecx, 32(%rax)
movl -216(%rbp), %ecx
movq -160(%rbp), %rax
movl %ecx, 36(%rax)
movl -220(%rbp), %ecx
movq -160(%rbp), %rax
movl %ecx, 40(%rax)
movq -280(%rbp), %rcx
movq -160(%rbp), %rax
movq %rcx, 64(%rax)
movq -240(%rbp), %rcx
movq -168(%rbp), %rax
subq %rax, %rcx
movq -176(%rbp), %rax
movq %rcx, (%rax)
movq -256(%rbp), %rcx
movq -192(%rbp), %rax
subq %rax, %rcx
movq -200(%rbp), %rax
movq %rcx, (%rax)
movl 16(%rbp), %eax
andl $9, %eax
cmpl $0, %eax
je LBB3_746
## %bb.729:
cmpl $0, -204(%rbp)
jl LBB3_746
## %bb.730:
movq -192(%rbp), %rax
movq %rax, -496(%rbp)
movq -200(%rbp), %rax
movq (%rax), %rax
movq %rax, -504(%rbp)
movq -160(%rbp), %rax
movl 28(%rax), %eax
andl $65535, %eax ## imm = 0xFFFF
movl %eax, -512(%rbp)
movq -160(%rbp), %rax
movl 28(%rax), %eax
shrl $16, %eax
movl %eax, -516(%rbp)
movq -504(%rbp), %rax
movl $5552, %ecx ## imm = 0x15B0
xorl %edx, %edx
## kill: def $rdx killed $edx
divq %rcx
movq %rdx, -528(%rbp)
LBB3_731: ## =>This Loop Header: Depth=1
## Child Loop BB3_733 Depth 2
## Child Loop BB3_737 Depth 2
cmpq $0, -504(%rbp)
je LBB3_741
## %bb.732: ## in Loop: Header=BB3_731 Depth=1
movl $0, -508(%rbp)
LBB3_733: ## Parent Loop BB3_731 Depth=1
## => This Inner Loop Header: Depth=2
movl -508(%rbp), %eax
addl $7, %eax
movl %eax, %eax
## kill: def $rax killed $eax
cmpq -528(%rbp), %rax
jae LBB3_736
## %bb.734: ## in Loop: Header=BB3_733 Depth=2
movq -496(%rbp), %rax
movzbl (%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
movq -496(%rbp), %rax
movzbl 1(%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
movq -496(%rbp), %rax
movzbl 2(%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
movq -496(%rbp), %rax
movzbl 3(%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
movq -496(%rbp), %rax
movzbl 4(%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
movq -496(%rbp), %rax
movzbl 5(%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
movq -496(%rbp), %rax
movzbl 6(%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
movq -496(%rbp), %rax
movzbl 7(%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
## %bb.735: ## in Loop: Header=BB3_733 Depth=2
movl -508(%rbp), %eax
addl $8, %eax
movl %eax, -508(%rbp)
movq -496(%rbp), %rax
addq $8, %rax
movq %rax, -496(%rbp)
jmp LBB3_733
LBB3_736: ## in Loop: Header=BB3_731 Depth=1
jmp LBB3_737
LBB3_737: ## Parent Loop BB3_731 Depth=1
## => This Inner Loop Header: Depth=2
movl -508(%rbp), %eax
## kill: def $rax killed $eax
cmpq -528(%rbp), %rax
jae LBB3_740
## %bb.738: ## in Loop: Header=BB3_737 Depth=2
movq -496(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -496(%rbp)
movzbl (%rax), %eax
addl -512(%rbp), %eax
movl %eax, -512(%rbp)
movl -512(%rbp), %eax
addl -516(%rbp), %eax
movl %eax, -516(%rbp)
## %bb.739: ## in Loop: Header=BB3_737 Depth=2
movl -508(%rbp), %eax
addl $1, %eax
movl %eax, -508(%rbp)
jmp LBB3_737
LBB3_740: ## in Loop: Header=BB3_731 Depth=1
movl -512(%rbp), %eax
movl $65521, %ecx ## imm = 0xFFF1
xorl %edx, %edx
divl %ecx
movl %edx, -512(%rbp)
movl -516(%rbp), %eax
movl $65521, %ecx ## imm = 0xFFF1
xorl %edx, %edx
divl %ecx
movl %edx, -516(%rbp)
movq -528(%rbp), %rcx
movq -504(%rbp), %rax
subq %rcx, %rax
movq %rax, -504(%rbp)
movq $5552, -528(%rbp) ## imm = 0x15B0
jmp LBB3_731
LBB3_741:
movl -516(%rbp), %ecx
shll $16, %ecx
addl -512(%rbp), %ecx
movq -160(%rbp), %rax
movl %ecx, 28(%rax)
cmpl $0, -204(%rbp)
jne LBB3_745
## %bb.742:
movl 16(%rbp), %eax
andl $1, %eax
cmpl $0, %eax
je LBB3_745
## %bb.743:
movq -160(%rbp), %rax
movl 28(%rax), %eax
movq -160(%rbp), %rcx
cmpl 16(%rcx), %eax
je LBB3_745
## %bb.744:
movl $-2, -204(%rbp)
LBB3_745:
jmp LBB3_746
LBB3_746:
movl -204(%rbp), %eax
movl %eax, -148(%rbp)
LBB3_747:
movl -148(%rbp), %eax
movl %eax, -692(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB3_749
## %bb.748:
movl -692(%rbp), %eax ## 4-byte Reload
addq $704, %rsp ## imm = 0x2C0
popq %rbp
retq
LBB3_749:
callq ___stack_chk_fail
ud2
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L3_0_set_7, LBB3_7-LJTI3_0
.set L3_0_set_14, LBB3_14-LJTI3_0
.set L3_0_set_29, LBB3_29-LJTI3_0
.set L3_0_set_63, LBB3_63-LJTI3_0
.set L3_0_set_727, LBB3_727-LJTI3_0
.set L3_0_set_86, LBB3_86-LJTI3_0
.set L3_0_set_111, LBB3_111-LJTI3_0
.set L3_0_set_131, LBB3_131-LJTI3_0
.set L3_0_set_189, LBB3_189-LJTI3_0
.set L3_0_set_221, LBB3_221-LJTI3_0
.set L3_0_set_252, LBB3_252-LJTI3_0
.set L3_0_set_278, LBB3_278-LJTI3_0
.set L3_0_set_364, LBB3_364-LJTI3_0
.set L3_0_set_393, LBB3_393-LJTI3_0
.set L3_0_set_404, LBB3_404-LJTI3_0
.set L3_0_set_426, LBB3_426-LJTI3_0
.set L3_0_set_460, LBB3_460-LJTI3_0
.set L3_0_set_487, LBB3_487-LJTI3_0
.set L3_0_set_522, LBB3_522-LJTI3_0
.set L3_0_set_561, LBB3_561-LJTI3_0
.set L3_0_set_592, LBB3_592-LJTI3_0
.set L3_0_set_663, LBB3_663-LJTI3_0
.set L3_0_set_725, LBB3_725-LJTI3_0
.set L3_0_set_310, LBB3_310-LJTI3_0
.set L3_0_set_50, LBB3_50-LJTI3_0
.set L3_0_set_612, LBB3_612-LJTI3_0
.set L3_0_set_196, LBB3_196-LJTI3_0
.set L3_0_set_148, LBB3_148-LJTI3_0
.set L3_0_set_202, LBB3_202-LJTI3_0
.set L3_0_set_688, LBB3_688-LJTI3_0
.set L3_0_set_708, LBB3_708-LJTI3_0
.set L3_0_set_163, LBB3_163-LJTI3_0
.set L3_0_set_180, LBB3_180-LJTI3_0
.set L3_0_set_624, LBB3_624-LJTI3_0
LJTI3_0:
.long L3_0_set_7
.long L3_0_set_14
.long L3_0_set_29
.long L3_0_set_63
.long L3_0_set_727
.long L3_0_set_86
.long L3_0_set_111
.long L3_0_set_131
.long L3_0_set_727
.long L3_0_set_189
.long L3_0_set_221
.long L3_0_set_252
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_278
.long L3_0_set_727
.long L3_0_set_364
.long L3_0_set_393
.long L3_0_set_404
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_426
.long L3_0_set_727
.long L3_0_set_460
.long L3_0_set_487
.long L3_0_set_522
.long L3_0_set_561
.long L3_0_set_592
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_663
.long L3_0_set_727
.long L3_0_set_725
.long L3_0_set_310
.long L3_0_set_50
.long L3_0_set_612
.long L3_0_set_196
.long L3_0_set_148
.long L3_0_set_202
.long L3_0_set_688
.long L3_0_set_708
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_727
.long L3_0_set_163
.long L3_0_set_180
.long L3_0_set_624
.end_data_region
## -- End function
.globl _tinfl_decompress_mem_to_heap ## -- Begin function tinfl_decompress_mem_to_heap
.p2align 4, 0x90
_tinfl_decompress_mem_to_heap: ## @tinfl_decompress_mem_to_heap
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $11152, %eax ## imm = 0x2B90
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -11024(%rbp)
movq %rsi, -11032(%rbp)
movq %rdx, -11040(%rbp)
movl %ecx, -11044(%rbp)
movq $0, -11056(%rbp)
movq $0, -11072(%rbp)
movq $0, -11080(%rbp)
movq -11040(%rbp), %rax
movq $0, (%rax)
## %bb.1:
movl $0, -11008(%rbp)
## %bb.2:
jmp LBB4_3
LBB4_3: ## =>This Inner Loop Header: Depth=1
movq -11032(%rbp), %rax
subq -11072(%rbp), %rax
movq %rax, -11088(%rbp)
movq -11080(%rbp), %rax
movq -11040(%rbp), %rcx
subq (%rcx), %rax
movq %rax, -11096(%rbp)
movq -11024(%rbp), %rax
addq -11072(%rbp), %rax
movq %rax, -11128(%rbp) ## 8-byte Spill
movq -11056(%rbp), %rax
movq %rax, -11120(%rbp) ## 8-byte Spill
cmpq $0, -11056(%rbp)
je LBB4_5
## %bb.4: ## in Loop: Header=BB4_3 Depth=1
movq -11056(%rbp), %rax
movq -11040(%rbp), %rcx
addq (%rcx), %rax
movq %rax, -11136(%rbp) ## 8-byte Spill
jmp LBB4_6
LBB4_5: ## in Loop: Header=BB4_3 Depth=1
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -11136(%rbp) ## 8-byte Spill
jmp LBB4_6
LBB4_6: ## in Loop: Header=BB4_3 Depth=1
movq -11120(%rbp), %rcx ## 8-byte Reload
movq -11128(%rbp), %rsi ## 8-byte Reload
movq -11136(%rbp), %r8 ## 8-byte Reload
movl -11044(%rbp), %eax
andl $-3, %eax
orl $4, %eax
leaq -11008(%rbp), %rdi
leaq -11088(%rbp), %rdx
leaq -11096(%rbp), %r9
movl %eax, (%rsp)
callq _tinfl_decompress
movl %eax, -11108(%rbp)
cmpl $0, -11108(%rbp)
jl LBB4_8
## %bb.7: ## in Loop: Header=BB4_3 Depth=1
cmpl $1, -11108(%rbp)
jne LBB4_9
LBB4_8:
movq -11040(%rbp), %rax
movq $0, (%rax)
movq $0, -11016(%rbp)
jmp LBB4_17
LBB4_9: ## in Loop: Header=BB4_3 Depth=1
movq -11088(%rbp), %rax
addq -11072(%rbp), %rax
movq %rax, -11072(%rbp)
movq -11096(%rbp), %rcx
movq -11040(%rbp), %rax
addq (%rax), %rcx
movq %rcx, (%rax)
cmpl $0, -11108(%rbp)
jne LBB4_11
## %bb.10:
jmp LBB4_16
LBB4_11: ## in Loop: Header=BB4_3 Depth=1
movq -11080(%rbp), %rax
shlq $1, %rax
movq %rax, -11104(%rbp)
cmpq $128, -11104(%rbp)
jae LBB4_13
## %bb.12: ## in Loop: Header=BB4_3 Depth=1
movq $128, -11104(%rbp)
LBB4_13: ## in Loop: Header=BB4_3 Depth=1
movq $0, -11064(%rbp)
cmpq $0, -11064(%rbp)
jne LBB4_15
## %bb.14:
movq -11040(%rbp), %rax
movq $0, (%rax)
movq $0, -11016(%rbp)
jmp LBB4_17
LBB4_15: ## in Loop: Header=BB4_3 Depth=1
movq -11064(%rbp), %rax
movq %rax, -11056(%rbp)
movq -11104(%rbp), %rax
movq %rax, -11080(%rbp)
jmp LBB4_3
LBB4_16:
movq -11056(%rbp), %rax
movq %rax, -11016(%rbp)
LBB4_17:
movq -11016(%rbp), %rax
movq %rax, -11144(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB4_19
## %bb.18:
movq -11144(%rbp), %rax ## 8-byte Reload
addq $11152, %rsp ## imm = 0x2B90
popq %rbp
retq
LBB4_19:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _tinfl_decompress_mem_to_mem ## -- Begin function tinfl_decompress_mem_to_mem
.p2align 4, 0x90
_tinfl_decompress_mem_to_mem: ## @tinfl_decompress_mem_to_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 $11072, %eax ## imm = 0x2B40
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -11016(%rbp)
movq %rsi, -11024(%rbp)
movq %rdx, -11032(%rbp)
movq %rcx, -11040(%rbp)
movl %r8d, -11044(%rbp)
## %bb.1:
movl $0, -11008(%rbp)
## %bb.2:
movq -11032(%rbp), %rsi
movq -11016(%rbp), %rcx
movq -11016(%rbp), %r8
movl -11044(%rbp), %eax
andl $-3, %eax
orl $4, %eax
leaq -11008(%rbp), %rdi
leaq -11040(%rbp), %rdx
leaq -11024(%rbp), %r9
movl %eax, (%rsp)
callq _tinfl_decompress
movl %eax, -11048(%rbp)
cmpl $0, -11048(%rbp)
je LBB5_4
## %bb.3:
movq $-1, %rax
movq %rax, -11056(%rbp) ## 8-byte Spill
jmp LBB5_5
LBB5_4:
movq -11024(%rbp), %rax
movq %rax, -11056(%rbp) ## 8-byte Spill
LBB5_5:
movq -11056(%rbp), %rax ## 8-byte Reload
movq %rax, -11064(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB5_7
## %bb.6:
movq -11064(%rbp), %rax ## 8-byte Reload
addq $11072, %rsp ## imm = 0x2B40
popq %rbp
retq
LBB5_7:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _tinfl_decompress_mem_to_callback ## -- Begin function tinfl_decompress_mem_to_callback
.p2align 4, 0x90
_tinfl_decompress_mem_to_callback: ## @tinfl_decompress_mem_to_callback
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $11120, %eax ## imm = 0x2B70
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -11024(%rbp)
movq %rsi, -11032(%rbp)
movq %rdx, -11040(%rbp)
movq %rcx, -11048(%rbp)
movl %r8d, -11052(%rbp)
movl $0, -11056(%rbp)
movq $0, -11064(%rbp)
movq $0, -11072(%rbp)
movq $0, -11080(%rbp)
cmpq $0, -11064(%rbp)
jne LBB6_2
## %bb.1:
movl $-1, -11012(%rbp)
jmp LBB6_12
LBB6_2:
jmp LBB6_3
LBB6_3:
movl $0, -11008(%rbp)
## %bb.4:
jmp LBB6_5
LBB6_5: ## =>This Inner Loop Header: Depth=1
movq -11032(%rbp), %rax
movq (%rax), %rax
subq -11072(%rbp), %rax
movq %rax, -11088(%rbp)
movl $32768, %eax ## imm = 0x8000
subq -11080(%rbp), %rax
movq %rax, -11096(%rbp)
movq -11024(%rbp), %rsi
addq -11072(%rbp), %rsi
movq -11064(%rbp), %rcx
movq -11064(%rbp), %r8
addq -11080(%rbp), %r8
movl -11052(%rbp), %eax
andl $-7, %eax
leaq -11008(%rbp), %rdi
leaq -11088(%rbp), %rdx
leaq -11096(%rbp), %r9
movl %eax, (%rsp)
callq _tinfl_decompress
movl %eax, -11100(%rbp)
movq -11088(%rbp), %rax
addq -11072(%rbp), %rax
movq %rax, -11072(%rbp)
cmpq $0, -11096(%rbp)
je LBB6_8
## %bb.6: ## in Loop: Header=BB6_5 Depth=1
movq -11040(%rbp), %rax
movq -11064(%rbp), %rdi
addq -11080(%rbp), %rdi
movq -11096(%rbp), %rcx
movl %ecx, %esi
movq -11048(%rbp), %rdx
callq *%rax
cmpl $0, %eax
jne LBB6_8
## %bb.7:
jmp LBB6_11
LBB6_8: ## in Loop: Header=BB6_5 Depth=1
cmpl $2, -11100(%rbp)
je LBB6_10
## %bb.9:
cmpl $0, -11100(%rbp)
sete %al
andb $1, %al
movzbl %al, %eax
movl %eax, -11056(%rbp)
jmp LBB6_11
LBB6_10: ## in Loop: Header=BB6_5 Depth=1
movq -11080(%rbp), %rax
addq -11096(%rbp), %rax
andq $32767, %rax ## imm = 0x7FFF
movq %rax, -11080(%rbp)
jmp LBB6_5
LBB6_11:
movq -11072(%rbp), %rcx
movq -11032(%rbp), %rax
movq %rcx, (%rax)
movl -11056(%rbp), %eax
movl %eax, -11012(%rbp)
LBB6_12:
movl -11012(%rbp), %eax
movl %eax, -11104(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB6_14
## %bb.13:
movl -11104(%rbp), %eax ## 4-byte Reload
addq $11120, %rsp ## imm = 0x2B70
popq %rbp
retq
LBB6_14:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _tdefl_compress ## -- Begin function tdefl_compress
.p2align 4, 0x90
_tdefl_compress: ## @tdefl_compress
.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 %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
movq %rdx, -32(%rbp)
movq %rcx, -40(%rbp)
movq %r8, -48(%rbp)
movl %r9d, -52(%rbp)
cmpq $0, -16(%rbp)
jne LBB7_6
## %bb.1:
cmpq $0, -32(%rbp)
je LBB7_3
## %bb.2:
movq -32(%rbp), %rax
movq $0, (%rax)
LBB7_3:
cmpq $0, -48(%rbp)
je LBB7_5
## %bb.4:
movq -48(%rbp), %rax
movq $0, (%rax)
LBB7_5:
movl $-2, -4(%rbp)
jmp LBB7_51
LBB7_6:
movq -24(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 136(%rax)
movq -32(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 152(%rax)
movq -40(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 144(%rax)
movq -48(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 160(%rax)
movq -24(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 176(%rax)
cmpq $0, -32(%rbp)
je LBB7_8
## %bb.7:
movq -32(%rbp), %rax
movq (%rax), %rax
movq %rax, -64(%rbp) ## 8-byte Spill
jmp LBB7_9
LBB7_8:
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -64(%rbp) ## 8-byte Spill
jmp LBB7_9
LBB7_9:
movq -64(%rbp), %rcx ## 8-byte Reload
movq -16(%rbp), %rax
movq %rcx, 184(%rax)
movq -16(%rbp), %rax
movq $0, 192(%rax)
movl -52(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 168(%rax)
movq -16(%rbp), %rax
cmpq $0, (%rax)
setne %al
andb $1, %al
movzbl %al, %eax
movl %eax, -72(%rbp) ## 4-byte Spill
movb $1, %al
cmpq $0, -40(%rbp)
movb %al, -65(%rbp) ## 1-byte Spill
jne LBB7_11
## %bb.10:
cmpq $0, -48(%rbp)
setne %al
movb %al, -65(%rbp) ## 1-byte Spill
LBB7_11:
movl -72(%rbp), %eax ## 4-byte Reload
movb -65(%rbp), %cl ## 1-byte Reload
andb $1, %cl
movzbl %cl, %ecx
cmpl %ecx, %eax
je LBB7_21
## %bb.12:
movq -16(%rbp), %rax
cmpl $0, 132(%rax)
jne LBB7_21
## %bb.13:
movq -16(%rbp), %rax
cmpl $0, 128(%rax)
je LBB7_15
## %bb.14:
cmpl $4, -52(%rbp)
jne LBB7_21
LBB7_15:
cmpq $0, -32(%rbp)
je LBB7_18
## %bb.16:
movq -32(%rbp), %rax
cmpq $0, (%rax)
je LBB7_18
## %bb.17:
cmpq $0, -24(%rbp)
je LBB7_21
LBB7_18:
cmpq $0, -48(%rbp)
je LBB7_26
## %bb.19:
movq -48(%rbp), %rax
cmpq $0, (%rax)
je LBB7_26
## %bb.20:
cmpq $0, -40(%rbp)
jne LBB7_26
LBB7_21:
cmpq $0, -32(%rbp)
je LBB7_23
## %bb.22:
movq -32(%rbp), %rax
movq $0, (%rax)
LBB7_23:
cmpq $0, -48(%rbp)
je LBB7_25
## %bb.24:
movq -48(%rbp), %rax
movq $0, (%rax)
LBB7_25:
movq -16(%rbp), %rax
movl $-2, 132(%rax)
movl $-2, -4(%rbp)
jmp LBB7_51
LBB7_26:
cmpl $4, -52(%rbp)
sete %al
andb $1, %al
movzbl %al, %ecx
movq -16(%rbp), %rax
orl 128(%rax), %ecx
movl %ecx, 128(%rax)
movq -16(%rbp), %rax
cmpl $0, 116(%rax)
jne LBB7_28
## %bb.27:
movq -16(%rbp), %rax
cmpl $0, 120(%rax)
je LBB7_29
LBB7_28:
movq -16(%rbp), %rdi
callq _tdefl_flush_output_buffer
movq -16(%rbp), %rcx
movl %eax, 132(%rcx)
movl %eax, -4(%rbp)
jmp LBB7_51
LBB7_29:
movq -16(%rbp), %rax
movl 16(%rax), %eax
andl $4095, %eax ## imm = 0xFFF
cmpl $1, %eax
jne LBB7_35
## %bb.30:
movq -16(%rbp), %rax
movl 16(%rax), %eax
andl $16384, %eax ## imm = 0x4000
cmpl $0, %eax
je LBB7_35
## %bb.31:
movq -16(%rbp), %rax
movl 16(%rax), %eax
andl $720896, %eax ## imm = 0xB0000
cmpl $0, %eax
jne LBB7_35
## %bb.32:
movq -16(%rbp), %rdi
callq _tdefl_compress_fast
cmpl $0, %eax
jne LBB7_34
## %bb.33:
movq -16(%rbp), %rax
movl 132(%rax), %eax
movl %eax, -4(%rbp)
jmp LBB7_51
LBB7_34:
jmp LBB7_38
LBB7_35:
movq -16(%rbp), %rdi
callq _tdefl_compress_normal
cmpl $0, %eax
jne LBB7_37
## %bb.36:
movq -16(%rbp), %rax
movl 132(%rax), %eax
movl %eax, -4(%rbp)
jmp LBB7_51
LBB7_37:
jmp LBB7_38
LBB7_38:
movq -16(%rbp), %rax
movl 16(%rax), %eax
andl $12288, %eax ## imm = 0x3000
cmpl $0, %eax
je LBB7_41
## %bb.39:
cmpq $0, -24(%rbp)
je LBB7_41
## %bb.40:
movq -16(%rbp), %rax
movl 32(%rax), %eax
movl %eax, %edi
movq -24(%rbp), %rsi
movq -16(%rbp), %rax
movq 176(%rax), %rdx
movq -24(%rbp), %rax
subq %rax, %rdx
callq _mz_adler32
movl %eax, %ecx
movq -16(%rbp), %rax
movl %ecx, 32(%rax)
LBB7_41:
cmpl $0, -52(%rbp)
je LBB7_50
## %bb.42:
movq -16(%rbp), %rax
cmpl $0, 40(%rax)
jne LBB7_50
## %bb.43:
movq -16(%rbp), %rax
cmpq $0, 184(%rax)
jne LBB7_50
## %bb.44:
movq -16(%rbp), %rax
cmpl $0, 116(%rax)
jne LBB7_50
## %bb.45:
movq -16(%rbp), %rdi
movl -52(%rbp), %esi
callq _tdefl_flush_block
cmpl $0, %eax
jge LBB7_47
## %bb.46:
movq -16(%rbp), %rax
movl 132(%rax), %eax
movl %eax, -4(%rbp)
jmp LBB7_51
LBB7_47:
cmpl $4, -52(%rbp)
sete %al
andb $1, %al
movzbl %al, %ecx
movq -16(%rbp), %rax
movl %ecx, 120(%rax)
cmpl $3, -52(%rbp)
jne LBB7_49
## %bb.48:
movq -16(%rbp), %rdi
addq $37546, %rdi ## imm = 0x92AA
xorl %esi, %esi
movl $8192, %edx ## imm = 0x2000
movq $-1, %rcx
callq ___memset_chk
movq -16(%rbp), %rdi
addq $21162, %rdi ## imm = 0x52AA
xorl %esi, %esi
movl $16384, %edx ## imm = 0x4000
movq $-1, %rcx
callq ___memset_chk
movq -16(%rbp), %rax
movl $0, 44(%rax)
LBB7_49:
jmp LBB7_50
LBB7_50:
movq -16(%rbp), %rdi
callq _tdefl_flush_output_buffer
movq -16(%rbp), %rcx
movl %eax, 132(%rcx)
movl %eax, -4(%rbp)
LBB7_51:
movl -4(%rbp), %eax
addq $80, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_flush_output_buffer
_tdefl_flush_output_buffer: ## @tdefl_flush_output_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 $32, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
cmpq $0, 152(%rax)
je LBB8_2
## %bb.1:
movq -8(%rbp), %rax
movq 176(%rax), %rcx
movq -8(%rbp), %rax
movq 136(%rax), %rax
subq %rax, %rcx
movq -8(%rbp), %rax
movq 152(%rax), %rax
movq %rcx, (%rax)
LBB8_2:
movq -8(%rbp), %rax
cmpq $0, 160(%rax)
je LBB8_7
## %bb.3:
movq -8(%rbp), %rax
movq 160(%rax), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
subq 192(%rcx), %rax
movq -8(%rbp), %rcx
movl 116(%rcx), %ecx
## kill: def $rcx killed $ecx
cmpq %rcx, %rax
jae LBB8_5
## %bb.4:
movq -8(%rbp), %rax
movq 160(%rax), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
subq 192(%rcx), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
jmp LBB8_6
LBB8_5:
movq -8(%rbp), %rax
movl 116(%rax), %eax
## kill: def $rax killed $eax
movq %rax, -24(%rbp) ## 8-byte Spill
LBB8_6:
movq -24(%rbp), %rax ## 8-byte Reload
movq %rax, -16(%rbp)
movq -8(%rbp), %rax
movq 144(%rax), %rdi
movq -8(%rbp), %rax
addq 192(%rax), %rdi
movq -8(%rbp), %rsi
addq $45738, %rsi ## imm = 0xB2AA
movq -8(%rbp), %rax
movl 112(%rax), %eax
## kill: def $rax killed $eax
addq %rax, %rsi
movq -16(%rbp), %rdx
movq $-1, %rcx
callq ___memcpy_chk
movq -16(%rbp), %rax
movl %eax, %ecx
movq -8(%rbp), %rax
addl 112(%rax), %ecx
movl %ecx, 112(%rax)
movq -16(%rbp), %rax
movl %eax, %edx
movq -8(%rbp), %rax
movl 116(%rax), %ecx
subl %edx, %ecx
movl %ecx, 116(%rax)
movq -16(%rbp), %rcx
movq -8(%rbp), %rax
addq 192(%rax), %rcx
movq %rcx, 192(%rax)
movq -8(%rbp), %rax
movq 192(%rax), %rcx
movq -8(%rbp), %rax
movq 160(%rax), %rax
movq %rcx, (%rax)
LBB8_7:
movq -8(%rbp), %rcx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, 120(%rcx)
movb %al, -25(%rbp) ## 1-byte Spill
je LBB8_9
## %bb.8:
movq -8(%rbp), %rax
cmpl $0, 116(%rax)
setne %al
xorb $-1, %al
movb %al, -25(%rbp) ## 1-byte Spill
LBB8_9:
movb -25(%rbp), %dl ## 1-byte Reload
xorl %eax, %eax
movl $1, %ecx
testb $1, %dl
cmovnel %ecx, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_compress_fast
_tdefl_compress_fast: ## @tdefl_compress_fast
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $240, %rsp
movq %rdi, -16(%rbp)
movq -16(%rbp), %rax
movl 36(%rax), %eax
movl %eax, -20(%rbp)
movq -16(%rbp), %rax
movl 40(%rax), %eax
movl %eax, -24(%rbp)
movq -16(%rbp), %rax
movl 44(%rax), %eax
movl %eax, -28(%rbp)
movq -16(%rbp), %rax
movl 84(%rax), %eax
movl %eax, -32(%rbp)
movq -16(%rbp), %rax
movl 80(%rax), %eax
movl %eax, -36(%rbp)
movq -16(%rbp), %rax
movq 48(%rax), %rax
movq %rax, -48(%rbp)
movq -16(%rbp), %rax
movq 56(%rax), %rax
movq %rax, -56(%rbp)
movl -20(%rbp), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -60(%rbp)
LBB9_1: ## =>This Loop Header: Depth=1
## Child Loop BB9_10 Depth 2
## Child Loop BB9_27 Depth 2
## Child Loop BB9_31 Depth 3
## Child Loop BB9_64 Depth 2
movq -16(%rbp), %rcx
movb $1, %al
cmpq $0, 184(%rcx)
movb %al, -153(%rbp) ## 1-byte Spill
jne LBB9_5
## %bb.2: ## in Loop: Header=BB9_1 Depth=1
movq -16(%rbp), %rcx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, 168(%rcx)
movb %al, -154(%rbp) ## 1-byte Spill
je LBB9_4
## %bb.3: ## in Loop: Header=BB9_1 Depth=1
cmpl $0, -24(%rbp)
setne %al
movb %al, -154(%rbp) ## 1-byte Spill
LBB9_4: ## in Loop: Header=BB9_1 Depth=1
movb -154(%rbp), %al ## 1-byte Reload
movb %al, -153(%rbp) ## 1-byte Spill
LBB9_5: ## in Loop: Header=BB9_1 Depth=1
movb -153(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB9_6
jmp LBB9_76
LBB9_6: ## in Loop: Header=BB9_1 Depth=1
movl $4096, -64(%rbp) ## imm = 0x1000
movl -20(%rbp), %eax
addl -24(%rbp), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -68(%rbp)
movq -16(%rbp), %rax
movq 184(%rax), %rax
movl $4096, %ecx ## imm = 0x1000
subl -24(%rbp), %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
cmpq %rcx, %rax
jae LBB9_8
## %bb.7: ## in Loop: Header=BB9_1 Depth=1
movq -16(%rbp), %rax
movq 184(%rax), %rax
movq %rax, -168(%rbp) ## 8-byte Spill
jmp LBB9_9
LBB9_8: ## in Loop: Header=BB9_1 Depth=1
movl $4096, %eax ## imm = 0x1000
subl -24(%rbp), %eax
movl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -168(%rbp) ## 8-byte Spill
LBB9_9: ## in Loop: Header=BB9_1 Depth=1
movq -168(%rbp), %rax ## 8-byte Reload
## kill: def $eax killed $eax killed $rax
movl %eax, -72(%rbp)
movl -72(%rbp), %eax
movl %eax, %edx
movq -16(%rbp), %rax
movq 184(%rax), %rcx
subq %rdx, %rcx
movq %rcx, 184(%rax)
movl -72(%rbp), %eax
addl -24(%rbp), %eax
movl %eax, -24(%rbp)
LBB9_10: ## Parent Loop BB9_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -72(%rbp)
je LBB9_20
## %bb.11: ## in Loop: Header=BB9_10 Depth=2
movl $8192, %eax ## imm = 0x2000
subl -68(%rbp), %eax
cmpl -72(%rbp), %eax
jae LBB9_13
## %bb.12: ## in Loop: Header=BB9_10 Depth=2
movl $8192, %eax ## imm = 0x2000
subl -68(%rbp), %eax
movl %eax, -172(%rbp) ## 4-byte Spill
jmp LBB9_14
LBB9_13: ## in Loop: Header=BB9_10 Depth=2
movl -72(%rbp), %eax
movl %eax, -172(%rbp) ## 4-byte Spill
LBB9_14: ## in Loop: Header=BB9_10 Depth=2
movl -172(%rbp), %eax ## 4-byte Reload
movl %eax, -76(%rbp)
movq -16(%rbp), %rdi
addq $200, %rdi
movl -68(%rbp), %eax
## kill: def $rax killed $eax
addq %rax, %rdi
movq -16(%rbp), %rax
movq 176(%rax), %rsi
movl -76(%rbp), %eax
movl %eax, %edx
movq $-1, %rcx
callq ___memcpy_chk
cmpl $257, -68(%rbp) ## imm = 0x101
jae LBB9_19
## %bb.15: ## in Loop: Header=BB9_10 Depth=2
movq -16(%rbp), %rax
addq $200, %rax
addq $8192, %rax ## imm = 0x2000
movl -68(%rbp), %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -192(%rbp) ## 8-byte Spill
movq -16(%rbp), %rax
movq 176(%rax), %rax
movq %rax, -184(%rbp) ## 8-byte Spill
movl -76(%rbp), %eax
movl $257, %ecx ## imm = 0x101
subl -68(%rbp), %ecx
cmpl %ecx, %eax
jae LBB9_17
## %bb.16: ## in Loop: Header=BB9_10 Depth=2
movl -76(%rbp), %eax
movl %eax, -196(%rbp) ## 4-byte Spill
jmp LBB9_18
LBB9_17: ## in Loop: Header=BB9_10 Depth=2
movl $257, %eax ## imm = 0x101
subl -68(%rbp), %eax
movl %eax, -196(%rbp) ## 4-byte Spill
LBB9_18: ## in Loop: Header=BB9_10 Depth=2
movq -184(%rbp), %rsi ## 8-byte Reload
movq -192(%rbp), %rdi ## 8-byte Reload
movl -196(%rbp), %eax ## 4-byte Reload
movl %eax, %eax
movl %eax, %edx
movq $-1, %rcx
callq ___memcpy_chk
LBB9_19: ## in Loop: Header=BB9_10 Depth=2
movl -76(%rbp), %edx
movq -16(%rbp), %rax
movq 176(%rax), %rcx
movl %edx, %edx
## kill: def $rdx killed $edx
addq %rdx, %rcx
movq %rcx, 176(%rax)
movl -68(%rbp), %eax
addl -76(%rbp), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -68(%rbp)
movl -76(%rbp), %ecx
movl -72(%rbp), %eax
subl %ecx, %eax
movl %eax, -72(%rbp)
jmp LBB9_10
LBB9_20: ## in Loop: Header=BB9_1 Depth=1
movl $8192, %eax ## imm = 0x2000
subl -24(%rbp), %eax
cmpl -28(%rbp), %eax
jae LBB9_22
## %bb.21: ## in Loop: Header=BB9_1 Depth=1
movl $8192, %eax ## imm = 0x2000
subl -24(%rbp), %eax
movl %eax, -200(%rbp) ## 4-byte Spill
jmp LBB9_23
LBB9_22: ## in Loop: Header=BB9_1 Depth=1
movl -28(%rbp), %eax
movl %eax, -200(%rbp) ## 4-byte Spill
LBB9_23: ## in Loop: Header=BB9_1 Depth=1
movl -200(%rbp), %eax ## 4-byte Reload
movl %eax, -28(%rbp)
movq -16(%rbp), %rax
cmpl $0, 168(%rax)
jne LBB9_26
## %bb.24: ## in Loop: Header=BB9_1 Depth=1
cmpl $4096, -24(%rbp) ## imm = 0x1000
jae LBB9_26
## %bb.25:
jmp LBB9_76
LBB9_26: ## in Loop: Header=BB9_1 Depth=1
jmp LBB9_27
LBB9_27: ## Parent Loop BB9_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB9_31 Depth 3
cmpl $4, -24(%rbp)
jb LBB9_63
## %bb.28: ## in Loop: Header=BB9_27 Depth=2
movl $1, -84(%rbp)
movq -16(%rbp), %rax
addq $200, %rax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -96(%rbp)
movq -96(%rbp), %rax
movl (%rax), %eax
andl $16777215, %eax ## imm = 0xFFFFFF
movl %eax, -100(%rbp)
movl -100(%rbp), %eax
movl -100(%rbp), %ecx
shrl $20, %ecx
xorl %ecx, %eax
andl $4095, %eax ## imm = 0xFFF
movl %eax, -104(%rbp)
movq -16(%rbp), %rax
movl -104(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 37546(%rax,%rcx,2), %eax
movl %eax, -108(%rbp)
movl -20(%rbp), %eax
movw %ax, %dx
movq -16(%rbp), %rax
movl -104(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 37546(%rax,%rcx,2)
movl -20(%rbp), %eax
subl -108(%rbp), %eax
## kill: def $ax killed $ax killed $eax
movzwl %ax, %eax
movl %eax, -80(%rbp)
cmpl -28(%rbp), %eax
ja LBB9_52
## %bb.29: ## in Loop: Header=BB9_27 Depth=2
movq -16(%rbp), %rax
movl -108(%rbp), %ecx
andl $8191, %ecx ## imm = 0x1FFF
movl %ecx, -108(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movl 200(%rax,%rcx), %eax
andl $16777215, %eax ## imm = 0xFFFFFF
cmpl -100(%rbp), %eax
jne LBB9_52
## %bb.30: ## in Loop: Header=BB9_27 Depth=2
movq -96(%rbp), %rax
movq %rax, -120(%rbp)
movq -16(%rbp), %rax
addq $200, %rax
movl -108(%rbp), %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -128(%rbp)
movl $32, -132(%rbp)
LBB9_31: ## Parent Loop BB9_1 Depth=1
## Parent Loop BB9_27 Depth=2
## => This Inner Loop Header: Depth=3
jmp LBB9_32
LBB9_32: ## in Loop: Header=BB9_31 Depth=3
movq -120(%rbp), %rax
movq %rax, %rcx
addq $2, %rcx
movq %rcx, -120(%rbp)
movzwl 2(%rax), %ecx
movq -128(%rbp), %rax
movq %rax, %rdx
addq $2, %rdx
movq %rdx, -128(%rbp)
movzwl 2(%rax), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -201(%rbp) ## 1-byte Spill
jne LBB9_37
## %bb.33: ## in Loop: Header=BB9_31 Depth=3
movq -120(%rbp), %rax
movq %rax, %rcx
addq $2, %rcx
movq %rcx, -120(%rbp)
movzwl 2(%rax), %ecx
movq -128(%rbp), %rax
movq %rax, %rdx
addq $2, %rdx
movq %rdx, -128(%rbp)
movzwl 2(%rax), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -201(%rbp) ## 1-byte Spill
jne LBB9_37
## %bb.34: ## in Loop: Header=BB9_31 Depth=3
movq -120(%rbp), %rax
movq %rax, %rcx
addq $2, %rcx
movq %rcx, -120(%rbp)
movzwl 2(%rax), %ecx
movq -128(%rbp), %rax
movq %rax, %rdx
addq $2, %rdx
movq %rdx, -128(%rbp)
movzwl 2(%rax), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -201(%rbp) ## 1-byte Spill
jne LBB9_37
## %bb.35: ## in Loop: Header=BB9_31 Depth=3
movq -120(%rbp), %rax
movq %rax, %rcx
addq $2, %rcx
movq %rcx, -120(%rbp)
movzwl 2(%rax), %ecx
movq -128(%rbp), %rax
movq %rax, %rdx
addq $2, %rdx
movq %rdx, -128(%rbp)
movzwl 2(%rax), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -201(%rbp) ## 1-byte Spill
jne LBB9_37
## %bb.36: ## in Loop: Header=BB9_31 Depth=3
movl -132(%rbp), %eax
addl $-1, %eax
movl %eax, -132(%rbp)
cmpl $0, %eax
seta %al
movb %al, -201(%rbp) ## 1-byte Spill
LBB9_37: ## in Loop: Header=BB9_31 Depth=3
movb -201(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB9_31
## %bb.38: ## in Loop: Header=BB9_27 Depth=2
movq -120(%rbp), %rax
movq -96(%rbp), %rcx
subq %rcx, %rax
sarq $1, %rax
## kill: def $eax killed $eax killed $rax
shll $1, %eax
movq -120(%rbp), %rcx
movzbl (%rcx), %ecx
movq -128(%rbp), %rdx
movzbl (%rdx), %edx
cmpl %edx, %ecx
sete %cl
andb $1, %cl
movzbl %cl, %ecx
addl %ecx, %eax
movl %eax, -84(%rbp)
cmpl $0, -132(%rbp)
jne LBB9_40
## %bb.39: ## in Loop: Header=BB9_27 Depth=2
movl -80(%rbp), %edx
xorl %eax, %eax
movl $258, %ecx ## imm = 0x102
cmpl $0, %edx
cmovnel %ecx, %eax
movl %eax, -84(%rbp)
LBB9_40: ## in Loop: Header=BB9_27 Depth=2
cmpl $3, -84(%rbp)
jb LBB9_43
## %bb.41: ## in Loop: Header=BB9_27 Depth=2
cmpl $3, -84(%rbp)
jne LBB9_44
## %bb.42: ## in Loop: Header=BB9_27 Depth=2
cmpl $8192, -80(%rbp) ## imm = 0x2000
jb LBB9_44
LBB9_43: ## in Loop: Header=BB9_27 Depth=2
movl $1, -84(%rbp)
movl -100(%rbp), %eax
movb %al, %cl
movq -48(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -48(%rbp)
movb %cl, (%rax)
movq -56(%rbp), %rax
movzbl (%rax), %eax
sarl $1, %eax
movb %al, %cl
movq -56(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
movl -100(%rbp), %ecx
## kill: def $cl killed $cl killed $ecx
movzbl %cl, %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
jmp LBB9_51
LBB9_44: ## in Loop: Header=BB9_27 Depth=2
movl -84(%rbp), %eax
cmpl -24(%rbp), %eax
jae LBB9_46
## %bb.45: ## in Loop: Header=BB9_27 Depth=2
movl -84(%rbp), %eax
movl %eax, -208(%rbp) ## 4-byte Spill
jmp LBB9_47
LBB9_46: ## in Loop: Header=BB9_27 Depth=2
movl -24(%rbp), %eax
movl %eax, -208(%rbp) ## 4-byte Spill
LBB9_47: ## in Loop: Header=BB9_27 Depth=2
movl -208(%rbp), %eax ## 4-byte Reload
movl %eax, -84(%rbp)
movl -80(%rbp), %eax
addl $-1, %eax
movl %eax, -80(%rbp)
movl -84(%rbp), %eax
subl $3, %eax
movb %al, %cl
movq -48(%rbp), %rax
movb %cl, (%rax)
movl -80(%rbp), %eax
movw %ax, %cx
movq -48(%rbp), %rax
movw %cx, 1(%rax)
movq -48(%rbp), %rax
addq $3, %rax
movq %rax, -48(%rbp)
movq -56(%rbp), %rax
movzbl (%rax), %eax
sarl $1, %eax
orl $128, %eax
movb %al, %cl
movq -56(%rbp), %rax
movb %cl, (%rax)
movl -80(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_small_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -136(%rbp)
movl -80(%rbp), %eax
shrl $8, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_large_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -140(%rbp)
movq -16(%rbp), %rax
addq $8650, %rax ## imm = 0x21CA
addq $576, %rax ## imm = 0x240
movq %rax, -216(%rbp) ## 8-byte Spill
cmpl $512, -80(%rbp) ## imm = 0x200
jae LBB9_49
## %bb.48: ## in Loop: Header=BB9_27 Depth=2
movl -136(%rbp), %eax
movl %eax, -220(%rbp) ## 4-byte Spill
jmp LBB9_50
LBB9_49: ## in Loop: Header=BB9_27 Depth=2
movl -140(%rbp), %eax
movl %eax, -220(%rbp) ## 4-byte Spill
LBB9_50: ## in Loop: Header=BB9_27 Depth=2
movq -216(%rbp), %rax ## 8-byte Reload
movl -220(%rbp), %ecx ## 4-byte Reload
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw (%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, (%rax,%rcx,2)
movq -16(%rbp), %rax
movl -84(%rbp), %ecx
subl $3, %ecx
movl %ecx, %ecx
movl %ecx, %edx
leaq _s_tdefl_len_sym(%rip), %rcx
movzwl (%rcx,%rdx,2), %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
LBB9_51: ## in Loop: Header=BB9_27 Depth=2
jmp LBB9_53
LBB9_52: ## in Loop: Header=BB9_27 Depth=2
movl -100(%rbp), %eax
movb %al, %cl
movq -48(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -48(%rbp)
movb %cl, (%rax)
movq -56(%rbp), %rax
movzbl (%rax), %eax
sarl $1, %eax
movb %al, %cl
movq -56(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
movl -100(%rbp), %ecx
## kill: def $cl killed $cl killed $ecx
movzbl %cl, %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
LBB9_53: ## in Loop: Header=BB9_27 Depth=2
movl -36(%rbp), %eax
addl $-1, %eax
movl %eax, -36(%rbp)
cmpl $0, %eax
jne LBB9_55
## %bb.54: ## in Loop: Header=BB9_27 Depth=2
movl $8, -36(%rbp)
movq -48(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -48(%rbp)
movq %rax, -56(%rbp)
LBB9_55: ## in Loop: Header=BB9_27 Depth=2
movl -84(%rbp), %eax
addl -32(%rbp), %eax
movl %eax, -32(%rbp)
movl -84(%rbp), %eax
addl -20(%rbp), %eax
movl %eax, -20(%rbp)
movl -28(%rbp), %eax
addl -84(%rbp), %eax
cmpl $8192, %eax ## imm = 0x2000
jae LBB9_57
## %bb.56: ## in Loop: Header=BB9_27 Depth=2
movl -28(%rbp), %eax
addl -84(%rbp), %eax
movl %eax, -224(%rbp) ## 4-byte Spill
jmp LBB9_58
LBB9_57: ## in Loop: Header=BB9_27 Depth=2
movl $8192, %eax ## imm = 0x2000
movl %eax, -224(%rbp) ## 4-byte Spill
jmp LBB9_58
LBB9_58: ## in Loop: Header=BB9_27 Depth=2
movl -224(%rbp), %eax ## 4-byte Reload
movl %eax, -28(%rbp)
movl -60(%rbp), %eax
addl -84(%rbp), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -60(%rbp)
movl -84(%rbp), %ecx
movl -24(%rbp), %eax
subl %ecx, %eax
movl %eax, -24(%rbp)
movq -48(%rbp), %rax
movq -16(%rbp), %rcx
addq $12970, %rcx ## imm = 0x32AA
addq $8184, %rcx ## imm = 0x1FF8
cmpq %rcx, %rax
jbe LBB9_62
## %bb.59: ## in Loop: Header=BB9_27 Depth=2
movl -20(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 36(%rax)
movl -24(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 40(%rax)
movl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 44(%rax)
movl -32(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 84(%rax)
movq -48(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 48(%rax)
movq -56(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 56(%rax)
movl -36(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 80(%rax)
movq -16(%rbp), %rdi
xorl %esi, %esi
callq _tdefl_flush_block
movl %eax, -144(%rbp)
cmpl $0, %eax
je LBB9_61
## %bb.60:
movl -144(%rbp), %edx
movl $1, %eax
xorl %ecx, %ecx
cmpl $0, %edx
cmovll %ecx, %eax
movl %eax, -4(%rbp)
jmp LBB9_77
LBB9_61: ## in Loop: Header=BB9_27 Depth=2
movq -16(%rbp), %rax
movl 84(%rax), %eax
movl %eax, -32(%rbp)
movq -16(%rbp), %rax
movq 48(%rax), %rax
movq %rax, -48(%rbp)
movq -16(%rbp), %rax
movq 56(%rax), %rax
movq %rax, -56(%rbp)
movq -16(%rbp), %rax
movl 80(%rax), %eax
movl %eax, -36(%rbp)
LBB9_62: ## in Loop: Header=BB9_27 Depth=2
jmp LBB9_27
LBB9_63: ## in Loop: Header=BB9_1 Depth=1
jmp LBB9_64
LBB9_64: ## Parent Loop BB9_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -24(%rbp)
je LBB9_75
## %bb.65: ## in Loop: Header=BB9_64 Depth=2
movq -16(%rbp), %rax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
movb 200(%rax,%rcx), %al
movb %al, -145(%rbp)
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
movb -145(%rbp), %cl
movq -48(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -48(%rbp)
movb %cl, (%rax)
movq -56(%rbp), %rax
movzbl (%rax), %eax
sarl $1, %eax
movb %al, %cl
movq -56(%rbp), %rax
movb %cl, (%rax)
movl -36(%rbp), %eax
addl $-1, %eax
movl %eax, -36(%rbp)
cmpl $0, %eax
jne LBB9_67
## %bb.66: ## in Loop: Header=BB9_64 Depth=2
movl $8, -36(%rbp)
movq -48(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -48(%rbp)
movq %rax, -56(%rbp)
LBB9_67: ## in Loop: Header=BB9_64 Depth=2
movq -16(%rbp), %rax
movzbl -145(%rbp), %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
movl -28(%rbp), %eax
addl $1, %eax
cmpl $8192, %eax ## imm = 0x2000
jae LBB9_69
## %bb.68: ## in Loop: Header=BB9_64 Depth=2
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -228(%rbp) ## 4-byte Spill
jmp LBB9_70
LBB9_69: ## in Loop: Header=BB9_64 Depth=2
movl $8192, %eax ## imm = 0x2000
movl %eax, -228(%rbp) ## 4-byte Spill
jmp LBB9_70
LBB9_70: ## in Loop: Header=BB9_64 Depth=2
movl -228(%rbp), %eax ## 4-byte Reload
movl %eax, -28(%rbp)
movl -60(%rbp), %eax
addl $1, %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -60(%rbp)
movl -24(%rbp), %eax
addl $-1, %eax
movl %eax, -24(%rbp)
movq -48(%rbp), %rax
movq -16(%rbp), %rcx
addq $12970, %rcx ## imm = 0x32AA
addq $8184, %rcx ## imm = 0x1FF8
cmpq %rcx, %rax
jbe LBB9_74
## %bb.71: ## in Loop: Header=BB9_64 Depth=2
movl -20(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 36(%rax)
movl -24(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 40(%rax)
movl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 44(%rax)
movl -32(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 84(%rax)
movq -48(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 48(%rax)
movq -56(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 56(%rax)
movl -36(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 80(%rax)
movq -16(%rbp), %rdi
xorl %esi, %esi
callq _tdefl_flush_block
movl %eax, -152(%rbp)
cmpl $0, %eax
je LBB9_73
## %bb.72:
movl -152(%rbp), %edx
movl $1, %eax
xorl %ecx, %ecx
cmpl $0, %edx
cmovll %ecx, %eax
movl %eax, -4(%rbp)
jmp LBB9_77
LBB9_73: ## in Loop: Header=BB9_64 Depth=2
movq -16(%rbp), %rax
movl 84(%rax), %eax
movl %eax, -32(%rbp)
movq -16(%rbp), %rax
movq 48(%rax), %rax
movq %rax, -48(%rbp)
movq -16(%rbp), %rax
movq 56(%rax), %rax
movq %rax, -56(%rbp)
movq -16(%rbp), %rax
movl 80(%rax), %eax
movl %eax, -36(%rbp)
LBB9_74: ## in Loop: Header=BB9_64 Depth=2
jmp LBB9_64
LBB9_75: ## in Loop: Header=BB9_1 Depth=1
jmp LBB9_1
LBB9_76:
movl -20(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 36(%rax)
movl -24(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 40(%rax)
movl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 44(%rax)
movl -32(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 84(%rax)
movq -48(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 48(%rax)
movq -56(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 56(%rax)
movl -36(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 80(%rax)
movl $1, -4(%rbp)
LBB9_77:
movl -4(%rbp), %eax
addq $240, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_compress_normal
_tdefl_compress_normal: ## @tdefl_compress_normal
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $448, %rsp ## imm = 0x1C0
movq %rdi, -216(%rbp)
movq -216(%rbp), %rax
movq 176(%rax), %rax
movq %rax, -224(%rbp)
movq -216(%rbp), %rax
movq 184(%rax), %rax
movq %rax, -232(%rbp)
movq -216(%rbp), %rax
movl 168(%rax), %eax
movl %eax, -236(%rbp)
LBB10_1: ## =>This Loop Header: Depth=1
## Child Loop BB10_11 Depth 2
## Child Loop BB10_17 Depth 2
## Child Loop BB10_39 Depth 2
## Child Loop BB10_51 Depth 2
## Child Loop BB10_52 Depth 3
## Child Loop BB10_75 Depth 3
movb $1, %al
cmpq $0, -232(%rbp)
movb %al, -305(%rbp) ## 1-byte Spill
jne LBB10_5
## %bb.2: ## in Loop: Header=BB10_1 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -236(%rbp)
movb %al, -306(%rbp) ## 1-byte Spill
je LBB10_4
## %bb.3: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
cmpl $0, 40(%rax)
setne %al
movb %al, -306(%rbp) ## 1-byte Spill
LBB10_4: ## in Loop: Header=BB10_1 Depth=1
movb -306(%rbp), %al ## 1-byte Reload
movb %al, -305(%rbp) ## 1-byte Spill
LBB10_5: ## in Loop: Header=BB10_1 Depth=1
movb -305(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB10_6
jmp LBB10_160
LBB10_6: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 40(%rax), %eax
movq -216(%rbp), %rcx
addl 44(%rcx), %eax
cmpl $2, %eax
jb LBB10_16
## %bb.7: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 36(%rax), %eax
movq -216(%rbp), %rcx
addl 40(%rcx), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -256(%rbp)
movq -216(%rbp), %rax
movl 36(%rax), %eax
movq -216(%rbp), %rcx
addl 40(%rcx), %eax
subl $2, %eax
movl %eax, -260(%rbp)
movq -216(%rbp), %rax
movl -260(%rbp), %ecx
andl $8191, %ecx ## imm = 0x1FFF
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movzbl 200(%rax,%rcx), %eax
shll $4, %eax
movq -216(%rbp), %rcx
movl -260(%rbp), %edx
addl $1, %edx
andl $8191, %edx ## imm = 0x1FFF
movl %edx, %edx
## kill: def $rdx killed $edx
movzbl 200(%rcx,%rdx), %ecx
xorl %ecx, %eax
movl %eax, -264(%rbp)
movq -232(%rbp), %rax
movq -216(%rbp), %rdx
movl $258, %ecx ## imm = 0x102
subl 40(%rdx), %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
cmpq %rcx, %rax
jae LBB10_9
## %bb.8: ## in Loop: Header=BB10_1 Depth=1
movq -232(%rbp), %rax
movq %rax, -320(%rbp) ## 8-byte Spill
jmp LBB10_10
LBB10_9: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rcx
movl $258, %eax ## imm = 0x102
subl 40(%rcx), %eax
movl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -320(%rbp) ## 8-byte Spill
LBB10_10: ## in Loop: Header=BB10_1 Depth=1
movq -320(%rbp), %rax ## 8-byte Reload
## kill: def $eax killed $eax killed $rax
movl %eax, -268(%rbp)
movq -224(%rbp), %rax
movl -268(%rbp), %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -280(%rbp)
movl -268(%rbp), %eax
movl %eax, %ecx
movq -232(%rbp), %rax
subq %rcx, %rax
movq %rax, -232(%rbp)
movl -268(%rbp), %ecx
movq -216(%rbp), %rax
addl 40(%rax), %ecx
movl %ecx, 40(%rax)
LBB10_11: ## Parent Loop BB10_1 Depth=1
## => This Inner Loop Header: Depth=2
movq -224(%rbp), %rax
cmpq -280(%rbp), %rax
je LBB10_15
## %bb.12: ## in Loop: Header=BB10_11 Depth=2
movq -224(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -224(%rbp)
movb (%rax), %al
movb %al, -281(%rbp)
movb -281(%rbp), %dl
movq -216(%rbp), %rax
movl -256(%rbp), %ecx
## kill: def $rcx killed $ecx
movb %dl, 200(%rax,%rcx)
cmpl $257, -256(%rbp) ## imm = 0x101
jae LBB10_14
## %bb.13: ## in Loop: Header=BB10_11 Depth=2
movb -281(%rbp), %dl
movq -216(%rbp), %rax
movl -256(%rbp), %ecx
addl $8192, %ecx ## imm = 0x2000
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movb %dl, 200(%rax,%rcx)
LBB10_14: ## in Loop: Header=BB10_11 Depth=2
movl -264(%rbp), %eax
shll $4, %eax
movzbl -281(%rbp), %ecx
xorl %ecx, %eax
andl $4095, %eax ## imm = 0xFFF
movl %eax, -264(%rbp)
movq -216(%rbp), %rax
movl -264(%rbp), %ecx
## kill: def $rcx killed $ecx
movw 37546(%rax,%rcx,2), %dx
movq -216(%rbp), %rax
movl -260(%rbp), %ecx
andl $8191, %ecx ## imm = 0x1FFF
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw %dx, 21162(%rax,%rcx,2)
movl -260(%rbp), %eax
movw %ax, %dx
movq -216(%rbp), %rax
movl -264(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 37546(%rax,%rcx,2)
movl -256(%rbp), %eax
addl $1, %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -256(%rbp)
movl -260(%rbp), %eax
addl $1, %eax
movl %eax, -260(%rbp)
jmp LBB10_11
LBB10_15: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_26
LBB10_16: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_17
LBB10_17: ## Parent Loop BB10_1 Depth=1
## => This Inner Loop Header: Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpq $0, -232(%rbp)
movb %al, -321(%rbp) ## 1-byte Spill
je LBB10_19
## %bb.18: ## in Loop: Header=BB10_17 Depth=2
movq -216(%rbp), %rax
cmpl $258, 40(%rax) ## imm = 0x102
setb %al
movb %al, -321(%rbp) ## 1-byte Spill
LBB10_19: ## in Loop: Header=BB10_17 Depth=2
movb -321(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB10_20
jmp LBB10_25
LBB10_20: ## in Loop: Header=BB10_17 Depth=2
movq -224(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -224(%rbp)
movb (%rax), %al
movb %al, -282(%rbp)
movq -216(%rbp), %rax
movl 36(%rax), %eax
movq -216(%rbp), %rcx
addl 40(%rcx), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -288(%rbp)
movq -232(%rbp), %rax
addq $-1, %rax
movq %rax, -232(%rbp)
movb -282(%rbp), %dl
movq -216(%rbp), %rax
movl -288(%rbp), %ecx
## kill: def $rcx killed $ecx
movb %dl, 200(%rax,%rcx)
cmpl $257, -288(%rbp) ## imm = 0x101
jae LBB10_22
## %bb.21: ## in Loop: Header=BB10_17 Depth=2
movb -282(%rbp), %dl
movq -216(%rbp), %rax
movl -288(%rbp), %ecx
addl $8192, %ecx ## imm = 0x2000
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movb %dl, 200(%rax,%rcx)
LBB10_22: ## in Loop: Header=BB10_17 Depth=2
movq -216(%rbp), %rcx
movl 40(%rcx), %eax
addl $1, %eax
movl %eax, 40(%rcx)
movq -216(%rbp), %rcx
addl 44(%rcx), %eax
cmpl $3, %eax
jb LBB10_24
## %bb.23: ## in Loop: Header=BB10_17 Depth=2
movq -216(%rbp), %rax
movl 36(%rax), %eax
movq -216(%rbp), %rcx
movl 40(%rcx), %ecx
subl $1, %ecx
addl %ecx, %eax
subl $2, %eax
movl %eax, -292(%rbp)
movq -216(%rbp), %rax
movl -292(%rbp), %ecx
andl $8191, %ecx ## imm = 0x1FFF
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movzbl 200(%rax,%rcx), %eax
shll $8, %eax
movq -216(%rbp), %rcx
movl -292(%rbp), %edx
addl $1, %edx
andl $8191, %edx ## imm = 0x1FFF
movl %edx, %edx
## kill: def $rdx killed $edx
movzbl 200(%rcx,%rdx), %ecx
shll $4, %ecx
xorl %ecx, %eax
movzbl -282(%rbp), %ecx
xorl %ecx, %eax
andl $4095, %eax ## imm = 0xFFF
movl %eax, -296(%rbp)
movq -216(%rbp), %rax
movl -296(%rbp), %ecx
## kill: def $rcx killed $ecx
movw 37546(%rax,%rcx,2), %dx
movq -216(%rbp), %rax
movl -292(%rbp), %ecx
andl $8191, %ecx ## imm = 0x1FFF
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw %dx, 21162(%rax,%rcx,2)
movl -292(%rbp), %eax
movw %ax, %dx
movq -216(%rbp), %rax
movl -296(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 37546(%rax,%rcx,2)
LBB10_24: ## in Loop: Header=BB10_17 Depth=2
jmp LBB10_17
LBB10_25: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_26
LBB10_26: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rcx
movl $8192, %eax ## imm = 0x2000
subl 40(%rcx), %eax
movq -216(%rbp), %rcx
cmpl 44(%rcx), %eax
jae LBB10_28
## %bb.27: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rcx
movl $8192, %eax ## imm = 0x2000
subl 40(%rcx), %eax
movl %eax, -328(%rbp) ## 4-byte Spill
jmp LBB10_29
LBB10_28: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 44(%rax), %eax
movl %eax, -328(%rbp) ## 4-byte Spill
LBB10_29: ## in Loop: Header=BB10_1 Depth=1
movl -328(%rbp), %ecx ## 4-byte Reload
movq -216(%rbp), %rax
movl %ecx, 44(%rax)
cmpl $0, -236(%rbp)
jne LBB10_32
## %bb.30: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
cmpl $258, 40(%rax) ## imm = 0x102
jae LBB10_32
## %bb.31:
jmp LBB10_160
LBB10_32: ## in Loop: Header=BB10_1 Depth=1
movl $1, -240(%rbp)
movl $0, -244(%rbp)
movq -216(%rbp), %rax
cmpl $0, 104(%rax)
je LBB10_34
## %bb.33: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 104(%rax), %eax
movl %eax, -332(%rbp) ## 4-byte Spill
jmp LBB10_35
LBB10_34: ## in Loop: Header=BB10_1 Depth=1
movl $2, %eax
movl %eax, -332(%rbp) ## 4-byte Spill
jmp LBB10_35
LBB10_35: ## in Loop: Header=BB10_1 Depth=1
movl -332(%rbp), %eax ## 4-byte Reload
movl %eax, -248(%rbp)
movq -216(%rbp), %rax
movl 36(%rax), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -252(%rbp)
movq -216(%rbp), %rax
movl 16(%rax), %eax
andl $589824, %eax ## imm = 0x90000
cmpl $0, %eax
je LBB10_48
## %bb.36: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
cmpl $0, 44(%rax)
je LBB10_47
## %bb.37: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 16(%rax), %eax
andl $524288, %eax ## imm = 0x80000
cmpl $0, %eax
jne LBB10_47
## %bb.38: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl -252(%rbp), %ecx
subl $1, %ecx
andl $8191, %ecx ## imm = 0x1FFF
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movb 200(%rax,%rcx), %al
movb %al, -297(%rbp)
movl $0, -248(%rbp)
LBB10_39: ## Parent Loop BB10_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -248(%rbp), %eax
movq -216(%rbp), %rcx
cmpl 40(%rcx), %eax
jae LBB10_43
## %bb.40: ## in Loop: Header=BB10_39 Depth=2
movq -216(%rbp), %rax
movl -252(%rbp), %ecx
addl -248(%rbp), %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movzbl 200(%rax,%rcx), %eax
movzbl -297(%rbp), %ecx
cmpl %ecx, %eax
je LBB10_42
## %bb.41: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_43
LBB10_42: ## in Loop: Header=BB10_39 Depth=2
movl -248(%rbp), %eax
addl $1, %eax
movl %eax, -248(%rbp)
jmp LBB10_39
LBB10_43: ## in Loop: Header=BB10_1 Depth=1
cmpl $3, -248(%rbp)
jae LBB10_45
## %bb.44: ## in Loop: Header=BB10_1 Depth=1
movl $0, -248(%rbp)
jmp LBB10_46
LBB10_45: ## in Loop: Header=BB10_1 Depth=1
movl $1, -244(%rbp)
LBB10_46: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_47
LBB10_47: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_95
LBB10_48: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rsi
movq -216(%rbp), %rax
movl 36(%rax), %edx
movq -216(%rbp), %rax
movl 44(%rax), %ecx
movq -216(%rbp), %rax
movl 40(%rax), %eax
movq %rsi, -112(%rbp)
movl %edx, -116(%rbp)
movl %ecx, -120(%rbp)
movl %eax, -124(%rbp)
leaq -244(%rbp), %rax
movq %rax, -136(%rbp)
leaq -248(%rbp), %rax
movq %rax, -144(%rbp)
movl -116(%rbp), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -152(%rbp)
movq -144(%rbp), %rax
movl (%rax), %eax
movl %eax, -156(%rbp)
movl -152(%rbp), %eax
movl %eax, -160(%rbp)
movq -112(%rbp), %rax
cmpl $32, -156(%rbp)
setae %cl
andb $1, %cl
movzbl %cl, %ecx
movslq %ecx, %rcx
movl 20(%rax,%rcx,4), %eax
movl %eax, -172(%rbp)
movq -112(%rbp), %rax
addq $200, %rax
movl -152(%rbp), %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -184(%rbp)
movq -112(%rbp), %rax
movl -152(%rbp), %ecx
addl -156(%rbp), %ecx
subl $1, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw 200(%rax,%rcx), %ax
movw %ax, -202(%rbp)
movq -184(%rbp), %rax
movw (%rax), %ax
movw %ax, -204(%rbp)
movl -124(%rbp), %eax
cmpl -156(%rbp), %eax
ja LBB10_50
## %bb.49: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_94
LBB10_50: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_51
LBB10_51: ## Parent Loop BB10_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB10_52 Depth 3
## Child Loop BB10_75 Depth 3
jmp LBB10_52
LBB10_52: ## Parent Loop BB10_1 Depth=1
## Parent Loop BB10_51 Depth=2
## => This Inner Loop Header: Depth=3
movl -172(%rbp), %eax
addl $-1, %eax
movl %eax, -172(%rbp)
cmpl $0, %eax
jne LBB10_54
## %bb.53: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_94
LBB10_54: ## in Loop: Header=BB10_52 Depth=3
movq -112(%rbp), %rax
movl -160(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 21162(%rax,%rcx,2), %eax
movl %eax, -164(%rbp)
cmpl $0, -164(%rbp)
je LBB10_56
## %bb.55: ## in Loop: Header=BB10_52 Depth=3
movl -116(%rbp), %eax
subl -164(%rbp), %eax
## kill: def $ax killed $ax killed $eax
movzwl %ax, %eax
movl %eax, -148(%rbp)
cmpl -120(%rbp), %eax
jbe LBB10_57
LBB10_56: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_94
LBB10_57: ## in Loop: Header=BB10_52 Depth=3
movl -164(%rbp), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -160(%rbp)
movq -112(%rbp), %rax
movl -160(%rbp), %ecx
addl -156(%rbp), %ecx
subl $1, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movzwl 200(%rax,%rcx), %eax
movzwl -202(%rbp), %ecx
cmpl %ecx, %eax
jne LBB10_59
## %bb.58: ## in Loop: Header=BB10_51 Depth=2
jmp LBB10_70
LBB10_59: ## in Loop: Header=BB10_52 Depth=3
movq -112(%rbp), %rax
movl -160(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 21162(%rax,%rcx,2), %eax
movl %eax, -164(%rbp)
cmpl $0, -164(%rbp)
je LBB10_61
## %bb.60: ## in Loop: Header=BB10_52 Depth=3
movl -116(%rbp), %eax
subl -164(%rbp), %eax
## kill: def $ax killed $ax killed $eax
movzwl %ax, %eax
movl %eax, -148(%rbp)
cmpl -120(%rbp), %eax
jbe LBB10_62
LBB10_61: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_94
LBB10_62: ## in Loop: Header=BB10_52 Depth=3
movl -164(%rbp), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -160(%rbp)
movq -112(%rbp), %rax
movl -160(%rbp), %ecx
addl -156(%rbp), %ecx
subl $1, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movzwl 200(%rax,%rcx), %eax
movzwl -202(%rbp), %ecx
cmpl %ecx, %eax
jne LBB10_64
## %bb.63: ## in Loop: Header=BB10_51 Depth=2
jmp LBB10_70
LBB10_64: ## in Loop: Header=BB10_52 Depth=3
movq -112(%rbp), %rax
movl -160(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 21162(%rax,%rcx,2), %eax
movl %eax, -164(%rbp)
cmpl $0, -164(%rbp)
je LBB10_66
## %bb.65: ## in Loop: Header=BB10_52 Depth=3
movl -116(%rbp), %eax
subl -164(%rbp), %eax
## kill: def $ax killed $ax killed $eax
movzwl %ax, %eax
movl %eax, -148(%rbp)
cmpl -120(%rbp), %eax
jbe LBB10_67
LBB10_66: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_94
LBB10_67: ## in Loop: Header=BB10_52 Depth=3
movl -164(%rbp), %eax
andl $8191, %eax ## imm = 0x1FFF
movl %eax, -160(%rbp)
movq -112(%rbp), %rax
movl -160(%rbp), %ecx
addl -156(%rbp), %ecx
subl $1, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movzwl 200(%rax,%rcx), %eax
movzwl -202(%rbp), %ecx
cmpl %ecx, %eax
jne LBB10_69
## %bb.68: ## in Loop: Header=BB10_51 Depth=2
jmp LBB10_70
LBB10_69: ## in Loop: Header=BB10_52 Depth=3
jmp LBB10_52
LBB10_70: ## in Loop: Header=BB10_51 Depth=2
cmpl $0, -148(%rbp)
jne LBB10_72
## %bb.71: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_94
LBB10_72: ## in Loop: Header=BB10_51 Depth=2
movq -112(%rbp), %rax
addq $200, %rax
movl -160(%rbp), %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -200(%rbp)
movq -200(%rbp), %rax
movzwl (%rax), %eax
movzwl -204(%rbp), %ecx
cmpl %ecx, %eax
je LBB10_74
## %bb.73: ## in Loop: Header=BB10_51 Depth=2
jmp LBB10_51
LBB10_74: ## in Loop: Header=BB10_51 Depth=2
movq -184(%rbp), %rax
movq %rax, -192(%rbp)
movl $32, -168(%rbp)
LBB10_75: ## Parent Loop BB10_1 Depth=1
## Parent Loop BB10_51 Depth=2
## => This Inner Loop Header: Depth=3
movq -192(%rbp), %rax
movq %rax, %rcx
addq $2, %rcx
movq %rcx, -192(%rbp)
movzwl 2(%rax), %ecx
movq -200(%rbp), %rax
movq %rax, %rdx
addq $2, %rdx
movq %rdx, -200(%rbp)
movzwl 2(%rax), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -333(%rbp) ## 1-byte Spill
jne LBB10_80
## %bb.76: ## in Loop: Header=BB10_75 Depth=3
movq -192(%rbp), %rax
movq %rax, %rcx
addq $2, %rcx
movq %rcx, -192(%rbp)
movzwl 2(%rax), %ecx
movq -200(%rbp), %rax
movq %rax, %rdx
addq $2, %rdx
movq %rdx, -200(%rbp)
movzwl 2(%rax), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -333(%rbp) ## 1-byte Spill
jne LBB10_80
## %bb.77: ## in Loop: Header=BB10_75 Depth=3
movq -192(%rbp), %rax
movq %rax, %rcx
addq $2, %rcx
movq %rcx, -192(%rbp)
movzwl 2(%rax), %ecx
movq -200(%rbp), %rax
movq %rax, %rdx
addq $2, %rdx
movq %rdx, -200(%rbp)
movzwl 2(%rax), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -333(%rbp) ## 1-byte Spill
jne LBB10_80
## %bb.78: ## in Loop: Header=BB10_75 Depth=3
movq -192(%rbp), %rax
movq %rax, %rcx
addq $2, %rcx
movq %rcx, -192(%rbp)
movzwl 2(%rax), %ecx
movq -200(%rbp), %rax
movq %rax, %rdx
addq $2, %rdx
movq %rdx, -200(%rbp)
movzwl 2(%rax), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -333(%rbp) ## 1-byte Spill
jne LBB10_80
## %bb.79: ## in Loop: Header=BB10_75 Depth=3
movl -168(%rbp), %eax
addl $-1, %eax
movl %eax, -168(%rbp)
cmpl $0, %eax
seta %al
movb %al, -333(%rbp) ## 1-byte Spill
LBB10_80: ## in Loop: Header=BB10_75 Depth=3
movb -333(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB10_75
## %bb.81: ## in Loop: Header=BB10_51 Depth=2
cmpl $0, -168(%rbp)
jne LBB10_86
## %bb.82: ## in Loop: Header=BB10_1 Depth=1
movl -148(%rbp), %ecx
movq -136(%rbp), %rax
movl %ecx, (%rax)
cmpl $258, -124(%rbp) ## imm = 0x102
jae LBB10_84
## %bb.83: ## in Loop: Header=BB10_1 Depth=1
movl -124(%rbp), %eax
movl %eax, -340(%rbp) ## 4-byte Spill
jmp LBB10_85
LBB10_84: ## in Loop: Header=BB10_1 Depth=1
movl $258, %eax ## imm = 0x102
movl %eax, -340(%rbp) ## 4-byte Spill
jmp LBB10_85
LBB10_85: ## in Loop: Header=BB10_1 Depth=1
movl -340(%rbp), %ecx ## 4-byte Reload
movq -144(%rbp), %rax
movl %ecx, (%rax)
jmp LBB10_94
LBB10_86: ## in Loop: Header=BB10_51 Depth=2
movq -192(%rbp), %rax
movq -184(%rbp), %rcx
subq %rcx, %rax
sarq $1, %rax
## kill: def $eax killed $eax killed $rax
shll $1, %eax
movq -192(%rbp), %rcx
movzbl (%rcx), %ecx
movq -200(%rbp), %rdx
movzbl (%rdx), %edx
cmpl %edx, %ecx
sete %cl
andb $1, %cl
movzbl %cl, %ecx
addl %ecx, %eax
movl %eax, -168(%rbp)
cmpl -156(%rbp), %eax
jbe LBB10_93
## %bb.87: ## in Loop: Header=BB10_51 Depth=2
movl -148(%rbp), %ecx
movq -136(%rbp), %rax
movl %ecx, (%rax)
movl -124(%rbp), %eax
cmpl -168(%rbp), %eax
jae LBB10_89
## %bb.88: ## in Loop: Header=BB10_51 Depth=2
movl -124(%rbp), %eax
movl %eax, -344(%rbp) ## 4-byte Spill
jmp LBB10_90
LBB10_89: ## in Loop: Header=BB10_51 Depth=2
movl -168(%rbp), %eax
movl %eax, -344(%rbp) ## 4-byte Spill
LBB10_90: ## in Loop: Header=BB10_51 Depth=2
movl -344(%rbp), %eax ## 4-byte Reload
movl %eax, -156(%rbp)
movq -144(%rbp), %rcx
movl %eax, (%rcx)
cmpl -124(%rbp), %eax
jne LBB10_92
## %bb.91: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_94
LBB10_92: ## in Loop: Header=BB10_51 Depth=2
movq -112(%rbp), %rax
movl -152(%rbp), %ecx
addl -156(%rbp), %ecx
subl $1, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw 200(%rax,%rcx), %ax
movw %ax, -202(%rbp)
LBB10_93: ## in Loop: Header=BB10_51 Depth=2
jmp LBB10_51
LBB10_94: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_95
LBB10_95: ## in Loop: Header=BB10_1 Depth=1
cmpl $3, -248(%rbp)
jne LBB10_97
## %bb.96: ## in Loop: Header=BB10_1 Depth=1
cmpl $8192, -244(%rbp) ## imm = 0x2000
jae LBB10_100
LBB10_97: ## in Loop: Header=BB10_1 Depth=1
movl -252(%rbp), %eax
cmpl -244(%rbp), %eax
je LBB10_100
## %bb.98: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 16(%rax), %eax
andl $131072, %eax ## imm = 0x20000
cmpl $0, %eax
je LBB10_101
## %bb.99: ## in Loop: Header=BB10_1 Depth=1
cmpl $5, -248(%rbp)
ja LBB10_101
LBB10_100: ## in Loop: Header=BB10_1 Depth=1
movl $0, -248(%rbp)
movl $0, -244(%rbp)
LBB10_101: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
cmpl $0, 104(%rax)
je LBB10_125
## %bb.102: ## in Loop: Header=BB10_1 Depth=1
movl -248(%rbp), %eax
movq -216(%rbp), %rcx
cmpl 104(%rcx), %eax
jbe LBB10_116
## %bb.103: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rcx
movq -216(%rbp), %rax
movl 108(%rax), %eax
## kill: def $al killed $al killed $eax
movq %rcx, -80(%rbp)
movb %al, -81(%rbp)
movq -80(%rbp), %rax
movl 84(%rax), %ecx
addl $1, %ecx
movl %ecx, 84(%rax)
movb -81(%rbp), %cl
movq -80(%rbp), %rdx
movq 48(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 48(%rdx)
movb %cl, (%rax)
movq -80(%rbp), %rax
movq 56(%rax), %rax
movzbl (%rax), %eax
sarl $1, %eax
movb %al, %cl
movq -80(%rbp), %rax
movq 56(%rax), %rax
movb %cl, (%rax)
movq -80(%rbp), %rcx
movl 80(%rcx), %eax
addl $-1, %eax
movl %eax, 80(%rcx)
cmpl $0, %eax
jne LBB10_105
## %bb.104: ## in Loop: Header=BB10_1 Depth=1
movq -80(%rbp), %rax
movl $8, 80(%rax)
movq -80(%rbp), %rax
movq 48(%rax), %rcx
movq %rcx, %rdx
addq $1, %rdx
movq %rdx, 48(%rax)
movq -80(%rbp), %rax
movq %rcx, 56(%rax)
LBB10_105: ## in Loop: Header=BB10_1 Depth=1
movq -80(%rbp), %rax
movzbl -81(%rbp), %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
cmpl $128, -248(%rbp)
jb LBB10_114
## %bb.106: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rdx
movl -248(%rbp), %ecx
movl -244(%rbp), %eax
movq %rdx, -8(%rbp)
movl %ecx, -12(%rbp)
movl %eax, -16(%rbp)
movl -12(%rbp), %ecx
movq -8(%rbp), %rax
addl 84(%rax), %ecx
movl %ecx, 84(%rax)
movl -12(%rbp), %eax
subl $3, %eax
movb %al, %cl
movq -8(%rbp), %rax
movq 48(%rax), %rax
movb %cl, (%rax)
movl -16(%rbp), %eax
subl $1, %eax
movl %eax, -16(%rbp)
movl -16(%rbp), %eax
andl $255, %eax
movb %al, %cl
movq -8(%rbp), %rax
movq 48(%rax), %rax
movb %cl, 1(%rax)
movl -16(%rbp), %eax
shrl $8, %eax
movb %al, %cl
movq -8(%rbp), %rax
movq 48(%rax), %rax
movb %cl, 2(%rax)
movq -8(%rbp), %rax
movq 48(%rax), %rcx
addq $3, %rcx
movq %rcx, 48(%rax)
movq -8(%rbp), %rax
movq 56(%rax), %rax
movzbl (%rax), %eax
sarl $1, %eax
orl $128, %eax
movb %al, %cl
movq -8(%rbp), %rax
movq 56(%rax), %rax
movb %cl, (%rax)
movq -8(%rbp), %rcx
movl 80(%rcx), %eax
addl $-1, %eax
movl %eax, 80(%rcx)
cmpl $0, %eax
jne LBB10_108
## %bb.107: ## in Loop: Header=BB10_1 Depth=1
movq -8(%rbp), %rax
movl $8, 80(%rax)
movq -8(%rbp), %rax
movq 48(%rax), %rcx
movq %rcx, %rdx
addq $1, %rdx
movq %rdx, 48(%rax)
movq -8(%rbp), %rax
movq %rcx, 56(%rax)
LBB10_108: ## in Loop: Header=BB10_1 Depth=1
movl -16(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_small_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -20(%rbp)
movl -16(%rbp), %eax
shrl $8, %eax
andl $127, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_large_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -24(%rbp)
movq -8(%rbp), %rax
addq $8650, %rax ## imm = 0x21CA
addq $576, %rax ## imm = 0x240
movq %rax, -352(%rbp) ## 8-byte Spill
cmpl $512, -16(%rbp) ## imm = 0x200
jae LBB10_110
## %bb.109: ## in Loop: Header=BB10_1 Depth=1
movl -20(%rbp), %eax
movl %eax, -356(%rbp) ## 4-byte Spill
jmp LBB10_111
LBB10_110: ## in Loop: Header=BB10_1 Depth=1
movl -24(%rbp), %eax
movl %eax, -356(%rbp) ## 4-byte Spill
LBB10_111: ## in Loop: Header=BB10_1 Depth=1
movq -352(%rbp), %rax ## 8-byte Reload
movl -356(%rbp), %ecx ## 4-byte Reload
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw (%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, (%rax,%rcx,2)
cmpl $3, -12(%rbp)
jb LBB10_113
## %bb.112: ## in Loop: Header=BB10_1 Depth=1
movq -8(%rbp), %rax
movl -12(%rbp), %ecx
subl $3, %ecx
movl %ecx, %ecx
movl %ecx, %edx
leaq _s_tdefl_len_sym(%rip), %rcx
movzwl (%rcx,%rdx,2), %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
LBB10_113: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl $0, 104(%rax)
movl -248(%rbp), %eax
movl %eax, -240(%rbp)
jmp LBB10_115
LBB10_114: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl -252(%rbp), %ecx
## kill: def $rcx killed $ecx
movzbl 200(%rax,%rcx), %ecx
movq -216(%rbp), %rax
movl %ecx, 108(%rax)
movl -244(%rbp), %ecx
movq -216(%rbp), %rax
movl %ecx, 100(%rax)
movl -248(%rbp), %ecx
movq -216(%rbp), %rax
movl %ecx, 104(%rax)
LBB10_115: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_124
LBB10_116: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rdx
movq -216(%rbp), %rax
movl 104(%rax), %ecx
movq -216(%rbp), %rax
movl 100(%rax), %eax
movq %rdx, -32(%rbp)
movl %ecx, -36(%rbp)
movl %eax, -40(%rbp)
movl -36(%rbp), %ecx
movq -32(%rbp), %rax
addl 84(%rax), %ecx
movl %ecx, 84(%rax)
movl -36(%rbp), %eax
subl $3, %eax
movb %al, %cl
movq -32(%rbp), %rax
movq 48(%rax), %rax
movb %cl, (%rax)
movl -40(%rbp), %eax
subl $1, %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %eax
andl $255, %eax
movb %al, %cl
movq -32(%rbp), %rax
movq 48(%rax), %rax
movb %cl, 1(%rax)
movl -40(%rbp), %eax
shrl $8, %eax
movb %al, %cl
movq -32(%rbp), %rax
movq 48(%rax), %rax
movb %cl, 2(%rax)
movq -32(%rbp), %rax
movq 48(%rax), %rcx
addq $3, %rcx
movq %rcx, 48(%rax)
movq -32(%rbp), %rax
movq 56(%rax), %rax
movzbl (%rax), %eax
sarl $1, %eax
orl $128, %eax
movb %al, %cl
movq -32(%rbp), %rax
movq 56(%rax), %rax
movb %cl, (%rax)
movq -32(%rbp), %rcx
movl 80(%rcx), %eax
addl $-1, %eax
movl %eax, 80(%rcx)
cmpl $0, %eax
jne LBB10_118
## %bb.117: ## in Loop: Header=BB10_1 Depth=1
movq -32(%rbp), %rax
movl $8, 80(%rax)
movq -32(%rbp), %rax
movq 48(%rax), %rcx
movq %rcx, %rdx
addq $1, %rdx
movq %rdx, 48(%rax)
movq -32(%rbp), %rax
movq %rcx, 56(%rax)
LBB10_118: ## in Loop: Header=BB10_1 Depth=1
movl -40(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_small_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -44(%rbp)
movl -40(%rbp), %eax
shrl $8, %eax
andl $127, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_large_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -48(%rbp)
movq -32(%rbp), %rax
addq $8650, %rax ## imm = 0x21CA
addq $576, %rax ## imm = 0x240
movq %rax, -368(%rbp) ## 8-byte Spill
cmpl $512, -40(%rbp) ## imm = 0x200
jae LBB10_120
## %bb.119: ## in Loop: Header=BB10_1 Depth=1
movl -44(%rbp), %eax
movl %eax, -372(%rbp) ## 4-byte Spill
jmp LBB10_121
LBB10_120: ## in Loop: Header=BB10_1 Depth=1
movl -48(%rbp), %eax
movl %eax, -372(%rbp) ## 4-byte Spill
LBB10_121: ## in Loop: Header=BB10_1 Depth=1
movq -368(%rbp), %rax ## 8-byte Reload
movl -372(%rbp), %ecx ## 4-byte Reload
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw (%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, (%rax,%rcx,2)
cmpl $3, -36(%rbp)
jb LBB10_123
## %bb.122: ## in Loop: Header=BB10_1 Depth=1
movq -32(%rbp), %rax
movl -36(%rbp), %ecx
subl $3, %ecx
movl %ecx, %ecx
movl %ecx, %edx
leaq _s_tdefl_len_sym(%rip), %rcx
movzwl (%rcx,%rdx,2), %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
LBB10_123: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 104(%rax), %eax
subl $1, %eax
movl %eax, -240(%rbp)
movq -216(%rbp), %rax
movl $0, 104(%rax)
LBB10_124: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_149
LBB10_125: ## in Loop: Header=BB10_1 Depth=1
cmpl $0, -244(%rbp)
jne LBB10_132
## %bb.126: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movq %rax, -392(%rbp) ## 8-byte Spill
movq -216(%rbp), %rax
addq $200, %rax
movq %rax, -384(%rbp) ## 8-byte Spill
movl -252(%rbp), %eax
## kill: def $rax killed $eax
cmpq $8448, %rax ## imm = 0x2100
jae LBB10_128
## %bb.127: ## in Loop: Header=BB10_1 Depth=1
movl -252(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -400(%rbp) ## 8-byte Spill
jmp LBB10_129
LBB10_128: ## in Loop: Header=BB10_1 Depth=1
movl $8448, %eax ## imm = 0x2100
movq %rax, -400(%rbp) ## 8-byte Spill
jmp LBB10_129
LBB10_129: ## in Loop: Header=BB10_1 Depth=1
movq -392(%rbp), %rcx ## 8-byte Reload
movq -384(%rbp), %rax ## 8-byte Reload
movq -400(%rbp), %rdx ## 8-byte Reload
movb (%rax,%rdx), %al
movq %rcx, -96(%rbp)
movb %al, -97(%rbp)
movq -96(%rbp), %rax
movl 84(%rax), %ecx
addl $1, %ecx
movl %ecx, 84(%rax)
movb -97(%rbp), %cl
movq -96(%rbp), %rdx
movq 48(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 48(%rdx)
movb %cl, (%rax)
movq -96(%rbp), %rax
movq 56(%rax), %rax
movzbl (%rax), %eax
sarl $1, %eax
movb %al, %cl
movq -96(%rbp), %rax
movq 56(%rax), %rax
movb %cl, (%rax)
movq -96(%rbp), %rcx
movl 80(%rcx), %eax
addl $-1, %eax
movl %eax, 80(%rcx)
cmpl $0, %eax
jne LBB10_131
## %bb.130: ## in Loop: Header=BB10_1 Depth=1
movq -96(%rbp), %rax
movl $8, 80(%rax)
movq -96(%rbp), %rax
movq 48(%rax), %rcx
movq %rcx, %rdx
addq $1, %rdx
movq %rdx, 48(%rax)
movq -96(%rbp), %rax
movq %rcx, 56(%rax)
LBB10_131: ## in Loop: Header=BB10_1 Depth=1
movq -96(%rbp), %rax
movzbl -97(%rbp), %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
jmp LBB10_148
LBB10_132: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
cmpl $0, 28(%rax)
jne LBB10_135
## %bb.133: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 16(%rax), %eax
andl $65536, %eax ## imm = 0x10000
cmpl $0, %eax
jne LBB10_135
## %bb.134: ## in Loop: Header=BB10_1 Depth=1
cmpl $128, -248(%rbp)
jb LBB10_143
LBB10_135: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rdx
movl -248(%rbp), %ecx
movl -244(%rbp), %eax
movq %rdx, -56(%rbp)
movl %ecx, -60(%rbp)
movl %eax, -64(%rbp)
movl -60(%rbp), %ecx
movq -56(%rbp), %rax
addl 84(%rax), %ecx
movl %ecx, 84(%rax)
movl -60(%rbp), %eax
subl $3, %eax
movb %al, %cl
movq -56(%rbp), %rax
movq 48(%rax), %rax
movb %cl, (%rax)
movl -64(%rbp), %eax
subl $1, %eax
movl %eax, -64(%rbp)
movl -64(%rbp), %eax
andl $255, %eax
movb %al, %cl
movq -56(%rbp), %rax
movq 48(%rax), %rax
movb %cl, 1(%rax)
movl -64(%rbp), %eax
shrl $8, %eax
movb %al, %cl
movq -56(%rbp), %rax
movq 48(%rax), %rax
movb %cl, 2(%rax)
movq -56(%rbp), %rax
movq 48(%rax), %rcx
addq $3, %rcx
movq %rcx, 48(%rax)
movq -56(%rbp), %rax
movq 56(%rax), %rax
movzbl (%rax), %eax
sarl $1, %eax
orl $128, %eax
movb %al, %cl
movq -56(%rbp), %rax
movq 56(%rax), %rax
movb %cl, (%rax)
movq -56(%rbp), %rcx
movl 80(%rcx), %eax
addl $-1, %eax
movl %eax, 80(%rcx)
cmpl $0, %eax
jne LBB10_137
## %bb.136: ## in Loop: Header=BB10_1 Depth=1
movq -56(%rbp), %rax
movl $8, 80(%rax)
movq -56(%rbp), %rax
movq 48(%rax), %rcx
movq %rcx, %rdx
addq $1, %rdx
movq %rdx, 48(%rax)
movq -56(%rbp), %rax
movq %rcx, 56(%rax)
LBB10_137: ## in Loop: Header=BB10_1 Depth=1
movl -64(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_small_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -68(%rbp)
movl -64(%rbp), %eax
shrl $8, %eax
andl $127, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_large_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -72(%rbp)
movq -56(%rbp), %rax
addq $8650, %rax ## imm = 0x21CA
addq $576, %rax ## imm = 0x240
movq %rax, -408(%rbp) ## 8-byte Spill
cmpl $512, -64(%rbp) ## imm = 0x200
jae LBB10_139
## %bb.138: ## in Loop: Header=BB10_1 Depth=1
movl -68(%rbp), %eax
movl %eax, -412(%rbp) ## 4-byte Spill
jmp LBB10_140
LBB10_139: ## in Loop: Header=BB10_1 Depth=1
movl -72(%rbp), %eax
movl %eax, -412(%rbp) ## 4-byte Spill
LBB10_140: ## in Loop: Header=BB10_1 Depth=1
movq -408(%rbp), %rax ## 8-byte Reload
movl -412(%rbp), %ecx ## 4-byte Reload
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movw (%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, (%rax,%rcx,2)
cmpl $3, -60(%rbp)
jb LBB10_142
## %bb.141: ## in Loop: Header=BB10_1 Depth=1
movq -56(%rbp), %rax
movl -60(%rbp), %ecx
subl $3, %ecx
movl %ecx, %ecx
movl %ecx, %edx
leaq _s_tdefl_len_sym(%rip), %rcx
movzwl (%rcx,%rdx,2), %ecx
## kill: def $rcx killed $ecx
movw 8650(%rax,%rcx,2), %dx
addw $1, %dx
movw %dx, 8650(%rax,%rcx,2)
LBB10_142: ## in Loop: Header=BB10_1 Depth=1
movl -248(%rbp), %eax
movl %eax, -240(%rbp)
jmp LBB10_147
LBB10_143: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
addq $200, %rax
movq %rax, -424(%rbp) ## 8-byte Spill
movl -252(%rbp), %eax
## kill: def $rax killed $eax
cmpq $8448, %rax ## imm = 0x2100
jae LBB10_145
## %bb.144: ## in Loop: Header=BB10_1 Depth=1
movl -252(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -432(%rbp) ## 8-byte Spill
jmp LBB10_146
LBB10_145: ## in Loop: Header=BB10_1 Depth=1
movl $8448, %eax ## imm = 0x2100
movq %rax, -432(%rbp) ## 8-byte Spill
jmp LBB10_146
LBB10_146: ## in Loop: Header=BB10_1 Depth=1
movq -424(%rbp), %rax ## 8-byte Reload
movq -432(%rbp), %rcx ## 8-byte Reload
movzbl (%rax,%rcx), %ecx
movq -216(%rbp), %rax
movl %ecx, 108(%rax)
movl -244(%rbp), %ecx
movq -216(%rbp), %rax
movl %ecx, 100(%rax)
movl -248(%rbp), %ecx
movq -216(%rbp), %rax
movl %ecx, 104(%rax)
LBB10_147: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_148
LBB10_148: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_149
LBB10_149: ## in Loop: Header=BB10_1 Depth=1
movl -240(%rbp), %ecx
movq -216(%rbp), %rax
addl 36(%rax), %ecx
movl %ecx, 36(%rax)
movl -240(%rbp), %edx
movq -216(%rbp), %rax
movl 40(%rax), %ecx
subl %edx, %ecx
movl %ecx, 40(%rax)
movq -216(%rbp), %rax
movl 44(%rax), %eax
addl -240(%rbp), %eax
cmpl $8192, %eax ## imm = 0x2000
jae LBB10_151
## %bb.150: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 44(%rax), %eax
addl -240(%rbp), %eax
movl %eax, -436(%rbp) ## 4-byte Spill
jmp LBB10_152
LBB10_151: ## in Loop: Header=BB10_1 Depth=1
movl $8192, %eax ## imm = 0x2000
movl %eax, -436(%rbp) ## 4-byte Spill
jmp LBB10_152
LBB10_152: ## in Loop: Header=BB10_1 Depth=1
movl -436(%rbp), %ecx ## 4-byte Reload
movq -216(%rbp), %rax
movl %ecx, 44(%rax)
movq -216(%rbp), %rax
movq 48(%rax), %rax
movq -216(%rbp), %rcx
addq $12970, %rcx ## imm = 0x32AA
addq $8184, %rcx ## imm = 0x1FF8
cmpq %rcx, %rax
ja LBB10_156
## %bb.153: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
cmpl $31744, 84(%rax) ## imm = 0x7C00
jbe LBB10_159
## %bb.154: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movq 48(%rax), %rax
movq -216(%rbp), %rcx
addq $12970, %rcx ## imm = 0x32AA
subq %rcx, %rax
## kill: def $eax killed $eax killed $rax
imull $115, %eax, %eax
shrl $7, %eax
movq -216(%rbp), %rcx
cmpl 84(%rcx), %eax
jae LBB10_156
## %bb.155: ## in Loop: Header=BB10_1 Depth=1
movq -216(%rbp), %rax
movl 16(%rax), %eax
andl $524288, %eax ## imm = 0x80000
cmpl $0, %eax
je LBB10_159
LBB10_156: ## in Loop: Header=BB10_1 Depth=1
movq -224(%rbp), %rcx
movq -216(%rbp), %rax
movq %rcx, 176(%rax)
movq -232(%rbp), %rcx
movq -216(%rbp), %rax
movq %rcx, 184(%rax)
movq -216(%rbp), %rdi
xorl %esi, %esi
callq _tdefl_flush_block
movl %eax, -304(%rbp)
cmpl $0, %eax
je LBB10_158
## %bb.157:
movl -304(%rbp), %edx
movl $1, %eax
xorl %ecx, %ecx
cmpl $0, %edx
cmovll %ecx, %eax
movl %eax, -208(%rbp)
jmp LBB10_161
LBB10_158: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_159
LBB10_159: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_1
LBB10_160:
movq -224(%rbp), %rcx
movq -216(%rbp), %rax
movq %rcx, 176(%rax)
movq -232(%rbp), %rcx
movq -216(%rbp), %rax
movq %rcx, 184(%rax)
movl $1, -208(%rbp)
LBB10_161:
movl -208(%rbp), %eax
addq $448, %rsp ## imm = 0x1C0
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_flush_block
_tdefl_flush_block: ## @tdefl_flush_block
.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 %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movl $0, -44(%rbp)
movq -16(%rbp), %rax
movl 16(%rax), %ecx
andl $524288, %ecx ## imm = 0x80000
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -185(%rbp) ## 1-byte Spill
je LBB11_2
## %bb.1:
movq -16(%rbp), %rax
movl 36(%rax), %eax
movq -16(%rbp), %rcx
subl 88(%rcx), %eax
movq -16(%rbp), %rcx
cmpl 44(%rcx), %eax
setbe %al
movb %al, -185(%rbp) ## 1-byte Spill
LBB11_2:
movb -185(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -52(%rbp)
movq -16(%rbp), %rax
cmpq $0, (%rax)
jne LBB11_5
## %bb.3:
movq -16(%rbp), %rax
movq 160(%rax), %rax
movq (%rax), %rax
movq -16(%rbp), %rcx
subq 192(%rcx), %rax
cmpq $10649, %rax ## imm = 0x2999
jb LBB11_5
## %bb.4:
movq -16(%rbp), %rax
movq 144(%rax), %rax
movq -16(%rbp), %rcx
addq 192(%rcx), %rax
movq %rax, -200(%rbp) ## 8-byte Spill
jmp LBB11_6
LBB11_5:
movq -16(%rbp), %rax
addq $45738, %rax ## imm = 0xB2AA
movq %rax, -200(%rbp) ## 8-byte Spill
LBB11_6:
movq -200(%rbp), %rax ## 8-byte Reload
movq %rax, -64(%rbp)
movq -64(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 64(%rax)
movq -16(%rbp), %rax
movq 64(%rax), %rcx
addq $10649, %rcx ## imm = 0x2999
addq $-16, %rcx
movq -16(%rbp), %rax
movq %rcx, 72(%rax)
movq -16(%rbp), %rax
movl $0, 112(%rax)
movq -16(%rbp), %rax
movl $0, 116(%rax)
movq -16(%rbp), %rax
movq 56(%rax), %rax
movzbl (%rax), %eax
movq -16(%rbp), %rcx
movl 80(%rcx), %ecx
## kill: def $cl killed $ecx
sarl %cl, %eax
movb %al, %cl
movq -16(%rbp), %rax
movq 56(%rax), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
cmpl $8, 80(%rax)
sete %al
andb $1, %al
movzbl %al, %edx
movq -16(%rbp), %rax
movq 48(%rax), %rcx
movslq %edx, %rsi
xorl %edx, %edx
## kill: def $rdx killed $edx
subq %rsi, %rdx
addq %rdx, %rcx
movq %rcx, 48(%rax)
movq -16(%rbp), %rax
movl 16(%rax), %eax
andl $4096, %eax ## imm = 0x1000
cmpl $0, %eax
je LBB11_23
## %bb.7:
movq -16(%rbp), %rax
cmpl $0, 124(%rax)
jne LBB11_23
## %bb.8:
jmp LBB11_9
LBB11_9:
movl $120, -68(%rbp)
movl $8, -72(%rbp)
movl -68(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -72(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_10: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_14
## %bb.11: ## in Loop: Header=BB11_10 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_13
## %bb.12: ## in Loop: Header=BB11_10 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_13: ## in Loop: Header=BB11_10 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_10
LBB11_14:
jmp LBB11_15
LBB11_15:
jmp LBB11_16
LBB11_16:
movl $1, -76(%rbp)
movl $8, -80(%rbp)
movl -76(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -80(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_17: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_21
## %bb.18: ## in Loop: Header=BB11_17 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_20
## %bb.19: ## in Loop: Header=BB11_17 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_20: ## in Loop: Header=BB11_17 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_17
LBB11_21:
jmp LBB11_22
LBB11_22:
jmp LBB11_23
LBB11_23:
jmp LBB11_24
LBB11_24:
cmpl $4, -20(%rbp)
sete %al
andb $1, %al
movzbl %al, %eax
movl %eax, -84(%rbp)
movl $1, -88(%rbp)
movl -84(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -88(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_25: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_29
## %bb.26: ## in Loop: Header=BB11_25 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_28
## %bb.27: ## in Loop: Header=BB11_25 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_28: ## in Loop: Header=BB11_25 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_25
LBB11_29:
jmp LBB11_30
LBB11_30:
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq %rax, -40(%rbp)
movq -16(%rbp), %rax
movl 96(%rax), %eax
movl %eax, -24(%rbp)
movq -16(%rbp), %rax
movl 92(%rax), %eax
movl %eax, -28(%rbp)
cmpl $0, -52(%rbp)
jne LBB11_34
## %bb.31:
movq -16(%rbp), %rax
movq %rax, -216(%rbp) ## 8-byte Spill
movq -16(%rbp), %rax
movl 16(%rax), %ecx
andl $262144, %ecx ## imm = 0x40000
movb $1, %al
cmpl $0, %ecx
movb %al, -201(%rbp) ## 1-byte Spill
jne LBB11_33
## %bb.32:
movq -16(%rbp), %rax
cmpl $48, 84(%rax)
setb %al
movb %al, -201(%rbp) ## 1-byte Spill
LBB11_33:
movq -216(%rbp), %rdi ## 8-byte Reload
movb -201(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %esi
callq _tdefl_compress_block
movl %eax, -44(%rbp)
LBB11_34:
cmpl $0, -52(%rbp)
jne LBB11_37
## %bb.35:
movq -16(%rbp), %rax
cmpl $0, 84(%rax)
je LBB11_77
## %bb.36:
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -40(%rbp), %rcx
subq %rcx, %rax
addq $1, %rax
movq -16(%rbp), %rcx
movl 84(%rcx), %ecx
## kill: def $rcx killed $ecx
cmpq %rcx, %rax
jl LBB11_77
LBB11_37:
movq -16(%rbp), %rax
movl 36(%rax), %eax
movq -16(%rbp), %rcx
subl 88(%rcx), %eax
movq -16(%rbp), %rcx
cmpl 44(%rcx), %eax
ja LBB11_77
## %bb.38:
movq -40(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 64(%rax)
movl -24(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 96(%rax)
movl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 92(%rax)
## %bb.39:
movl $0, -96(%rbp)
movl $2, -100(%rbp)
movl -96(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -100(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_40: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_44
## %bb.41: ## in Loop: Header=BB11_40 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_43
## %bb.42: ## in Loop: Header=BB11_40 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_43: ## in Loop: Header=BB11_40 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_40
LBB11_44:
jmp LBB11_45
LBB11_45:
movq -16(%rbp), %rax
cmpl $0, 92(%rax)
je LBB11_54
## %bb.46:
jmp LBB11_47
LBB11_47:
movl $0, -104(%rbp)
movq -16(%rbp), %rcx
movl $8, %eax
subl 92(%rcx), %eax
movl %eax, -108(%rbp)
movl -104(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -108(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_48: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_52
## %bb.49: ## in Loop: Header=BB11_48 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_51
## %bb.50: ## in Loop: Header=BB11_48 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_51: ## in Loop: Header=BB11_48 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_48
LBB11_52:
jmp LBB11_53
LBB11_53:
jmp LBB11_54
LBB11_54:
movl $2, -92(%rbp)
LBB11_55: ## =>This Loop Header: Depth=1
## Child Loop BB11_58 Depth 2
cmpl $0, -92(%rbp)
je LBB11_65
## %bb.56: ## in Loop: Header=BB11_55 Depth=1
jmp LBB11_57
LBB11_57: ## in Loop: Header=BB11_55 Depth=1
movq -16(%rbp), %rax
movl 84(%rax), %eax
andl $65535, %eax ## imm = 0xFFFF
movl %eax, -112(%rbp)
movl $16, -116(%rbp)
movl -112(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -116(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_58: ## Parent Loop BB11_55 Depth=1
## => This Inner Loop Header: Depth=2
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_62
## %bb.59: ## in Loop: Header=BB11_58 Depth=2
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_61
## %bb.60: ## in Loop: Header=BB11_58 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_61: ## in Loop: Header=BB11_58 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_58
LBB11_62: ## in Loop: Header=BB11_55 Depth=1
jmp LBB11_63
LBB11_63: ## in Loop: Header=BB11_55 Depth=1
jmp LBB11_64
LBB11_64: ## in Loop: Header=BB11_55 Depth=1
movl -92(%rbp), %eax
addl $-1, %eax
movl %eax, -92(%rbp)
movq -16(%rbp), %rax
movl 84(%rax), %ecx
xorl $65535, %ecx ## imm = 0xFFFF
movl %ecx, 84(%rax)
jmp LBB11_55
LBB11_65:
movl $0, -92(%rbp)
LBB11_66: ## =>This Loop Header: Depth=1
## Child Loop BB11_69 Depth 2
movl -92(%rbp), %eax
movq -16(%rbp), %rcx
cmpl 84(%rcx), %eax
jae LBB11_76
## %bb.67: ## in Loop: Header=BB11_66 Depth=1
jmp LBB11_68
LBB11_68: ## in Loop: Header=BB11_66 Depth=1
movq -16(%rbp), %rax
movq -16(%rbp), %rcx
movl 88(%rcx), %ecx
addl -92(%rbp), %ecx
andl $8191, %ecx ## imm = 0x1FFF
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movzbl 200(%rax,%rcx), %eax
movl %eax, -120(%rbp)
movl $8, -124(%rbp)
movl -120(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -124(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_69: ## Parent Loop BB11_66 Depth=1
## => This Inner Loop Header: Depth=2
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_73
## %bb.70: ## in Loop: Header=BB11_69 Depth=2
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_72
## %bb.71: ## in Loop: Header=BB11_69 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_72: ## in Loop: Header=BB11_69 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_69
LBB11_73: ## in Loop: Header=BB11_66 Depth=1
jmp LBB11_74
LBB11_74: ## in Loop: Header=BB11_66 Depth=1
jmp LBB11_75
LBB11_75: ## in Loop: Header=BB11_66 Depth=1
movl -92(%rbp), %eax
addl $1, %eax
movl %eax, -92(%rbp)
jmp LBB11_66
LBB11_76:
jmp LBB11_80
LBB11_77:
cmpl $0, -44(%rbp)
jne LBB11_79
## %bb.78:
movq -40(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 64(%rax)
movl -24(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 96(%rax)
movl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 92(%rax)
movq -16(%rbp), %rdi
movl $1, %esi
callq _tdefl_compress_block
LBB11_79:
jmp LBB11_80
LBB11_80:
cmpl $0, -20(%rbp)
je LBB11_134
## %bb.81:
cmpl $4, -20(%rbp)
jne LBB11_105
## %bb.82:
movq -16(%rbp), %rax
cmpl $0, 92(%rax)
je LBB11_91
## %bb.83:
jmp LBB11_84
LBB11_84:
movl $0, -128(%rbp)
movq -16(%rbp), %rcx
movl $8, %eax
subl 92(%rcx), %eax
movl %eax, -132(%rbp)
movl -128(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -132(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_85: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_89
## %bb.86: ## in Loop: Header=BB11_85 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_88
## %bb.87: ## in Loop: Header=BB11_85 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_88: ## in Loop: Header=BB11_85 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_85
LBB11_89:
jmp LBB11_90
LBB11_90:
jmp LBB11_91
LBB11_91:
movq -16(%rbp), %rax
movl 16(%rax), %eax
andl $4096, %eax ## imm = 0x1000
cmpl $0, %eax
je LBB11_104
## %bb.92:
movq -16(%rbp), %rax
movl 32(%rax), %eax
movl %eax, -140(%rbp)
movl $0, -136(%rbp)
LBB11_93: ## =>This Loop Header: Depth=1
## Child Loop BB11_96 Depth 2
cmpl $4, -136(%rbp)
jae LBB11_103
## %bb.94: ## in Loop: Header=BB11_93 Depth=1
jmp LBB11_95
LBB11_95: ## in Loop: Header=BB11_93 Depth=1
movl -140(%rbp), %eax
shrl $24, %eax
andl $255, %eax
movl %eax, -144(%rbp)
movl $8, -148(%rbp)
movl -144(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -148(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_96: ## Parent Loop BB11_93 Depth=1
## => This Inner Loop Header: Depth=2
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_100
## %bb.97: ## in Loop: Header=BB11_96 Depth=2
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_99
## %bb.98: ## in Loop: Header=BB11_96 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_99: ## in Loop: Header=BB11_96 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_96
LBB11_100: ## in Loop: Header=BB11_93 Depth=1
jmp LBB11_101
LBB11_101: ## in Loop: Header=BB11_93 Depth=1
movl -140(%rbp), %eax
shll $8, %eax
movl %eax, -140(%rbp)
## %bb.102: ## in Loop: Header=BB11_93 Depth=1
movl -136(%rbp), %eax
addl $1, %eax
movl %eax, -136(%rbp)
jmp LBB11_93
LBB11_103:
jmp LBB11_104
LBB11_104:
jmp LBB11_133
LBB11_105:
movl $0, -156(%rbp)
## %bb.106:
movl $0, -160(%rbp)
movl $3, -164(%rbp)
movl -160(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -164(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_107: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_111
## %bb.108: ## in Loop: Header=BB11_107 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_110
## %bb.109: ## in Loop: Header=BB11_107 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_110: ## in Loop: Header=BB11_107 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_107
LBB11_111:
jmp LBB11_112
LBB11_112:
movq -16(%rbp), %rax
cmpl $0, 92(%rax)
je LBB11_121
## %bb.113:
jmp LBB11_114
LBB11_114:
movl $0, -168(%rbp)
movq -16(%rbp), %rcx
movl $8, %eax
subl 92(%rcx), %eax
movl %eax, -172(%rbp)
movl -168(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -172(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_115: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_119
## %bb.116: ## in Loop: Header=BB11_115 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_118
## %bb.117: ## in Loop: Header=BB11_115 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_118: ## in Loop: Header=BB11_115 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_115
LBB11_119:
jmp LBB11_120
LBB11_120:
jmp LBB11_121
LBB11_121:
movl $2, -152(%rbp)
LBB11_122: ## =>This Loop Header: Depth=1
## Child Loop BB11_125 Depth 2
cmpl $0, -152(%rbp)
je LBB11_132
## %bb.123: ## in Loop: Header=BB11_122 Depth=1
jmp LBB11_124
LBB11_124: ## in Loop: Header=BB11_122 Depth=1
movl -156(%rbp), %eax
andl $65535, %eax ## imm = 0xFFFF
movl %eax, -176(%rbp)
movl $16, -180(%rbp)
movl -176(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -180(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB11_125: ## Parent Loop BB11_122 Depth=1
## => This Inner Loop Header: Depth=2
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB11_129
## %bb.126: ## in Loop: Header=BB11_125 Depth=2
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB11_128
## %bb.127: ## in Loop: Header=BB11_125 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB11_128: ## in Loop: Header=BB11_125 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB11_125
LBB11_129: ## in Loop: Header=BB11_122 Depth=1
jmp LBB11_130
LBB11_130: ## in Loop: Header=BB11_122 Depth=1
jmp LBB11_131
LBB11_131: ## in Loop: Header=BB11_122 Depth=1
movl -152(%rbp), %eax
addl $-1, %eax
movl %eax, -152(%rbp)
movl -156(%rbp), %eax
xorl $65535, %eax ## imm = 0xFFFF
movl %eax, -156(%rbp)
jmp LBB11_122
LBB11_132:
jmp LBB11_133
LBB11_133:
jmp LBB11_134
LBB11_134:
movq -16(%rbp), %rdi
addq $8650, %rdi ## imm = 0x21CA
xorl %esi, %esi
movl $576, %edx ## imm = 0x240
movq $-1, %rcx
callq ___memset_chk
movq -16(%rbp), %rdi
addq $8650, %rdi ## imm = 0x21CA
addq $576, %rdi ## imm = 0x240
xorl %esi, %esi
movl $64, %edx
movq $-1, %rcx
callq ___memset_chk
movq -16(%rbp), %rcx
addq $12970, %rcx ## imm = 0x32AA
addq $1, %rcx
movq -16(%rbp), %rax
movq %rcx, 48(%rax)
movq -16(%rbp), %rcx
addq $12970, %rcx ## imm = 0x32AA
movq -16(%rbp), %rax
movq %rcx, 56(%rax)
movq -16(%rbp), %rax
movl $8, 80(%rax)
movq -16(%rbp), %rax
movl 84(%rax), %ecx
movq -16(%rbp), %rax
addl 88(%rax), %ecx
movl %ecx, 88(%rax)
movq -16(%rbp), %rax
movl $0, 84(%rax)
movq -16(%rbp), %rax
movl 124(%rax), %ecx
addl $1, %ecx
movl %ecx, 124(%rax)
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -64(%rbp), %rcx
subq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -48(%rbp)
cmpl $0, %eax
je LBB11_149
## %bb.135:
movq -16(%rbp), %rax
cmpq $0, (%rax)
je LBB11_139
## %bb.136:
movq -16(%rbp), %rax
movq 176(%rax), %rcx
movq -16(%rbp), %rax
movq 136(%rax), %rax
subq %rax, %rcx
movq -16(%rbp), %rax
movq 152(%rax), %rax
movq %rcx, (%rax)
movq -16(%rbp), %rax
movq (%rax), %rax
movq -16(%rbp), %rdi
addq $45738, %rdi ## imm = 0xB2AA
movl -48(%rbp), %esi
movq -16(%rbp), %rcx
movq 8(%rcx), %rdx
callq *%rax
cmpl $0, %eax
jne LBB11_138
## %bb.137:
movq -16(%rbp), %rax
movl $-1, 132(%rax)
movl $-1, -4(%rbp)
jmp LBB11_150
LBB11_138:
jmp LBB11_148
LBB11_139:
movq -64(%rbp), %rax
movq -16(%rbp), %rcx
addq $45738, %rcx ## imm = 0xB2AA
cmpq %rcx, %rax
jne LBB11_146
## %bb.140:
movslq -48(%rbp), %rax
movq -16(%rbp), %rcx
movq 160(%rcx), %rcx
movq (%rcx), %rcx
movq -16(%rbp), %rdx
subq 192(%rdx), %rcx
cmpq %rcx, %rax
jae LBB11_142
## %bb.141:
movslq -48(%rbp), %rax
movq %rax, -224(%rbp) ## 8-byte Spill
jmp LBB11_143
LBB11_142:
movq -16(%rbp), %rax
movq 160(%rax), %rax
movq (%rax), %rax
movq -16(%rbp), %rcx
subq 192(%rcx), %rax
movq %rax, -224(%rbp) ## 8-byte Spill
LBB11_143:
movq -224(%rbp), %rax ## 8-byte Reload
## kill: def $eax killed $eax killed $rax
movl %eax, -184(%rbp)
movq -16(%rbp), %rax
movq 144(%rax), %rdi
movq -16(%rbp), %rax
addq 192(%rax), %rdi
movq -16(%rbp), %rsi
addq $45738, %rsi ## imm = 0xB2AA
movslq -184(%rbp), %rdx
movq $-1, %rcx
callq ___memcpy_chk
movslq -184(%rbp), %rcx
movq -16(%rbp), %rax
addq 192(%rax), %rcx
movq %rcx, 192(%rax)
movl -184(%rbp), %ecx
movl -48(%rbp), %eax
subl %ecx, %eax
movl %eax, -48(%rbp)
cmpl $0, %eax
je LBB11_145
## %bb.144:
movl -184(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 112(%rax)
movl -48(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, 116(%rax)
LBB11_145:
jmp LBB11_147
LBB11_146:
movslq -48(%rbp), %rcx
movq -16(%rbp), %rax
addq 192(%rax), %rcx
movq %rcx, 192(%rax)
LBB11_147:
jmp LBB11_148
LBB11_148:
jmp LBB11_149
LBB11_149:
movq -16(%rbp), %rax
movl 116(%rax), %eax
movl %eax, -4(%rbp)
LBB11_150:
movl -4(%rbp), %eax
addq $224, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tdefl_compress_buffer ## -- Begin function tdefl_compress_buffer
.p2align 4, 0x90
_tdefl_compress_buffer: ## @tdefl_compress_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 $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movl %ecx, -28(%rbp)
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
movl -28(%rbp), %r9d
leaq -24(%rbp), %rdx
xorl %eax, %eax
movl %eax, %r8d
movq %r8, %rcx
callq _tdefl_compress
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tdefl_init ## -- Begin function tdefl_init
.p2align 4, 0x90
_tdefl_init: ## @tdefl_init
.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)
movl %ecx, -28(%rbp)
movq -16(%rbp), %rcx
movq -8(%rbp), %rax
movq %rcx, (%rax)
movq -24(%rbp), %rcx
movq -8(%rbp), %rax
movq %rcx, 8(%rax)
movl -28(%rbp), %ecx
movq -8(%rbp), %rax
movl %ecx, 16(%rax)
movl -28(%rbp), %eax
andl $4095, %eax ## imm = 0xFFF
addl $2, %eax
movl $3, %ecx
cltd
idivl %ecx
movl %eax, %ecx
addl $1, %ecx
movq -8(%rbp), %rax
movl %ecx, 20(%rax)
movl -28(%rbp), %eax
andl $16384, %eax ## imm = 0x4000
cmpl $0, %eax
setne %al
andb $1, %al
movzbl %al, %ecx
movq -8(%rbp), %rax
movl %ecx, 28(%rax)
movl -28(%rbp), %eax
andl $4095, %eax ## imm = 0xFFF
sarl $2, %eax
addl $2, %eax
movl $3, %ecx
cltd
idivl %ecx
movl %eax, %ecx
addl $1, %ecx
movq -8(%rbp), %rax
movl %ecx, 24(%rax)
movl -28(%rbp), %eax
andl $32768, %eax ## imm = 0x8000
cmpl $0, %eax
jne LBB13_2
## %bb.1:
movq -8(%rbp), %rdi
addq $37546, %rdi ## imm = 0x92AA
xorl %esi, %esi
movl $8192, %edx ## imm = 0x2000
movq $-1, %rcx
callq ___memset_chk
LBB13_2:
movq -8(%rbp), %rax
movl $0, 92(%rax)
movq -8(%rbp), %rax
movl $0, 88(%rax)
movq -8(%rbp), %rax
movl $0, 84(%rax)
movq -8(%rbp), %rax
movl $0, 44(%rax)
movq -8(%rbp), %rax
movl $0, 40(%rax)
movq -8(%rbp), %rax
movl $0, 36(%rax)
movq -8(%rbp), %rax
movl $0, 128(%rax)
movq -8(%rbp), %rax
movl $0, 96(%rax)
movq -8(%rbp), %rax
movl $0, 124(%rax)
movq -8(%rbp), %rax
movl $0, 120(%rax)
movq -8(%rbp), %rax
movl $0, 116(%rax)
movq -8(%rbp), %rax
movl $0, 112(%rax)
movq -8(%rbp), %rcx
addq $12970, %rcx ## imm = 0x32AA
addq $1, %rcx
movq -8(%rbp), %rax
movq %rcx, 48(%rax)
movq -8(%rbp), %rcx
addq $12970, %rcx ## imm = 0x32AA
movq -8(%rbp), %rax
movq %rcx, 56(%rax)
movq -8(%rbp), %rax
movl $8, 80(%rax)
movq -8(%rbp), %rcx
addq $45738, %rcx ## imm = 0xB2AA
movq -8(%rbp), %rax
movq %rcx, 64(%rax)
movq -8(%rbp), %rcx
addq $45738, %rcx ## imm = 0xB2AA
movq -8(%rbp), %rax
movq %rcx, 72(%rax)
movq -8(%rbp), %rax
movl $0, 132(%rax)
movq -8(%rbp), %rax
movl $0, 108(%rax)
movq -8(%rbp), %rax
movl $0, 104(%rax)
movq -8(%rbp), %rax
movl $0, 100(%rax)
movq -8(%rbp), %rax
movl $1, 32(%rax)
movq -8(%rbp), %rax
movq $0, 136(%rax)
movq -8(%rbp), %rax
movq $0, 144(%rax)
movq -8(%rbp), %rax
movq $0, 152(%rax)
movq -8(%rbp), %rax
movq $0, 160(%rax)
movq -8(%rbp), %rax
movl $0, 168(%rax)
movq -8(%rbp), %rax
movq $0, 176(%rax)
movq -8(%rbp), %rax
movq $0, 184(%rax)
movq -8(%rbp), %rax
movq $0, 192(%rax)
movq -8(%rbp), %rdi
addq $8650, %rdi ## imm = 0x21CA
xorl %esi, %esi
movl $576, %edx ## imm = 0x240
movq $-1, %rcx
callq ___memset_chk
movq -8(%rbp), %rdi
addq $8650, %rdi ## imm = 0x21CA
addq $576, %rdi ## imm = 0x240
xorl %esi, %esi
movl $64, %edx
movq $-1, %rcx
callq ___memset_chk
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tdefl_get_prev_return_status ## -- Begin function tdefl_get_prev_return_status
.p2align 4, 0x90
_tdefl_get_prev_return_status: ## @tdefl_get_prev_return_status
.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
movl 132(%rax), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tdefl_get_adler32 ## -- Begin function tdefl_get_adler32
.p2align 4, 0x90
_tdefl_get_adler32: ## @tdefl_get_adler32
.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
movl 32(%rax), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tdefl_compress_mem_to_output ## -- Begin function tdefl_compress_mem_to_output
.p2align 4, 0x90
_tdefl_compress_mem_to_output: ## @tdefl_compress_mem_to_output
.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)
movq %rsi, -24(%rbp)
movq %rdx, -32(%rbp)
movq %rcx, -40(%rbp)
movl %r8d, -44(%rbp)
cmpq $0, -24(%rbp)
je LBB16_2
## %bb.1:
cmpq $0, -16(%rbp)
je LBB16_3
LBB16_2:
cmpq $0, -32(%rbp)
jne LBB16_4
LBB16_3:
movl $0, -4(%rbp)
jmp LBB16_9
LBB16_4:
movq $0, -56(%rbp)
cmpq $0, -56(%rbp)
jne LBB16_6
## %bb.5:
movl $0, -4(%rbp)
jmp LBB16_9
LBB16_6:
movq -56(%rbp), %rdi
movq -32(%rbp), %rsi
movq -40(%rbp), %rdx
movl -44(%rbp), %ecx
callq _tdefl_init
cmpl $0, %eax
sete %al
andb $1, %al
movzbl %al, %eax
movl %eax, -60(%rbp)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -60(%rbp)
movb %al, -61(%rbp) ## 1-byte Spill
je LBB16_8
## %bb.7:
movq -56(%rbp), %rdi
movq -16(%rbp), %rsi
movq -24(%rbp), %rdx
movl $4, %ecx
callq _tdefl_compress_buffer
cmpl $1, %eax
sete %al
movb %al, -61(%rbp) ## 1-byte Spill
LBB16_8:
movb -61(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -60(%rbp)
movl -60(%rbp), %eax
movl %eax, -4(%rbp)
LBB16_9:
movl -4(%rbp), %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tdefl_compress_mem_to_heap ## -- Begin function tdefl_compress_mem_to_heap
.p2align 4, 0x90
_tdefl_compress_mem_to_heap: ## @tdefl_compress_mem_to_heap
.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 %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
movq %rdx, -32(%rbp)
movl %ecx, -36(%rbp)
leaq -72(%rbp), %rdi
xorl %esi, %esi
movl $32, %edx
callq _memset
cmpq $0, -32(%rbp)
jne LBB17_2
## %bb.1:
movq $0, -8(%rbp)
jmp LBB17_6
LBB17_2:
movq -32(%rbp), %rax
movq $0, (%rax)
## %bb.3:
movl $1, -48(%rbp)
movq -16(%rbp), %rdi
movq -24(%rbp), %rsi
leaq -72(%rbp), %rcx
movl -36(%rbp), %r8d
leaq _tdefl_output_buffer_putter(%rip), %rdx
callq _tdefl_compress_mem_to_output
cmpl $0, %eax
jne LBB17_5
## %bb.4:
movq $0, -8(%rbp)
jmp LBB17_6
LBB17_5:
movq -72(%rbp), %rcx
movq -32(%rbp), %rax
movq %rcx, (%rax)
movq -56(%rbp), %rax
movq %rax, -8(%rbp)
LBB17_6:
movq -8(%rbp), %rax
addq $80, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_output_buffer_putter
_tdefl_output_buffer_putter: ## @tdefl_output_buffer_putter
.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 %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movq %rdx, -32(%rbp)
movq -32(%rbp), %rax
movq %rax, -40(%rbp)
movq -40(%rbp), %rax
movq (%rax), %rax
movslq -20(%rbp), %rcx
addq %rcx, %rax
movq %rax, -48(%rbp)
movq -48(%rbp), %rax
movq -40(%rbp), %rcx
cmpq 8(%rcx), %rax
jbe LBB18_12
## %bb.1:
movq -40(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -56(%rbp)
movq -40(%rbp), %rax
cmpl $0, 24(%rax)
jne LBB18_3
## %bb.2:
movl $0, -4(%rbp)
jmp LBB18_13
LBB18_3:
jmp LBB18_4
LBB18_4: ## =>This Inner Loop Header: Depth=1
movq -56(%rbp), %rcx
shlq $1, %rcx
movl $128, %eax
cmpq %rcx, %rax
jbe LBB18_6
## %bb.5: ## in Loop: Header=BB18_4 Depth=1
movl $128, %eax
movq %rax, -72(%rbp) ## 8-byte Spill
jmp LBB18_7
LBB18_6: ## in Loop: Header=BB18_4 Depth=1
movq -56(%rbp), %rax
shlq $1, %rax
movq %rax, -72(%rbp) ## 8-byte Spill
LBB18_7: ## in Loop: Header=BB18_4 Depth=1
movq -72(%rbp), %rax ## 8-byte Reload
movq %rax, -56(%rbp)
## %bb.8: ## in Loop: Header=BB18_4 Depth=1
movq -48(%rbp), %rax
cmpq -56(%rbp), %rax
ja LBB18_4
## %bb.9:
movq $0, -64(%rbp)
cmpq $0, -64(%rbp)
jne LBB18_11
## %bb.10:
movl $0, -4(%rbp)
jmp LBB18_13
LBB18_11:
movq -64(%rbp), %rcx
movq -40(%rbp), %rax
movq %rcx, 16(%rax)
movq -56(%rbp), %rcx
movq -40(%rbp), %rax
movq %rcx, 8(%rax)
LBB18_12:
movq -40(%rbp), %rax
movq 16(%rax), %rdi
movq -40(%rbp), %rax
addq (%rax), %rdi
movq -16(%rbp), %rsi
movslq -20(%rbp), %rdx
movq $-1, %rcx
callq ___memcpy_chk
movq -48(%rbp), %rcx
movq -40(%rbp), %rax
movq %rcx, (%rax)
movl $1, -4(%rbp)
LBB18_13:
movl -4(%rbp), %eax
addq $80, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tdefl_compress_mem_to_mem ## -- Begin function tdefl_compress_mem_to_mem
.p2align 4, 0x90
_tdefl_compress_mem_to_mem: ## @tdefl_compress_mem_to_mem
.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 %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
movq %rdx, -32(%rbp)
movq %rcx, -40(%rbp)
movl %r8d, -44(%rbp)
leaq -80(%rbp), %rdi
xorl %esi, %esi
movl $32, %edx
callq _memset
cmpq $0, -16(%rbp)
jne LBB19_2
## %bb.1:
movq $0, -8(%rbp)
jmp LBB19_5
LBB19_2:
movq -16(%rbp), %rax
movq %rax, -64(%rbp)
movq -24(%rbp), %rax
movq %rax, -72(%rbp)
movq -32(%rbp), %rdi
movq -40(%rbp), %rsi
leaq -80(%rbp), %rcx
movl -44(%rbp), %r8d
leaq _tdefl_output_buffer_putter(%rip), %rdx
callq _tdefl_compress_mem_to_output
cmpl $0, %eax
jne LBB19_4
## %bb.3:
movq $0, -8(%rbp)
jmp LBB19_5
LBB19_4:
movq -80(%rbp), %rax
movq %rax, -8(%rbp)
LBB19_5:
movq -8(%rbp), %rax
addq $80, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _tdefl_write_image_to_png_file_in_memory_ex ## -- Begin function tdefl_write_image_to_png_file_in_memory_ex
.p2align 4, 0x90
_tdefl_write_image_to_png_file_in_memory_ex: ## @tdefl_write_image_to_png_file_in_memory_ex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $240, %rsp
movl 16(%rbp), %eax
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -80(%rbp)
movl %esi, -84(%rbp)
movl %edx, -88(%rbp)
movl %ecx, -92(%rbp)
movq %r8, -104(%rbp)
movl %r9d, -108(%rbp)
movq $0, -120(%rbp)
movl -84(%rbp), %eax
imull -92(%rbp), %eax
movl %eax, -160(%rbp)
movq -104(%rbp), %rax
movq $0, (%rax)
cmpq $0, -120(%rbp)
jne LBB20_2
## %bb.1:
movq $0, -72(%rbp)
jmp LBB20_34
LBB20_2:
leaq -152(%rbp), %rdi
xorl %esi, %esi
movl $32, %edx
callq _memset
movl $1, -128(%rbp)
movl -160(%rbp), %ecx
addl $1, %ecx
imull -88(%rbp), %ecx
movl $64, %eax
cmpl %ecx, %eax
jle LBB20_4
## %bb.3:
movl $64, %eax
movl %eax, -176(%rbp) ## 4-byte Spill
jmp LBB20_5
LBB20_4:
movl -160(%rbp), %eax
addl $1, %eax
imull -88(%rbp), %eax
movl %eax, -176(%rbp) ## 4-byte Spill
LBB20_5:
movl -176(%rbp), %eax ## 4-byte Reload
addl $57, %eax
cltq
movq %rax, -144(%rbp)
movq $0, -136(%rbp)
movb $1, %al
testb $1, %al
jne LBB20_6
jmp LBB20_7
LBB20_6:
movq $0, -72(%rbp)
jmp LBB20_34
LBB20_7:
movl $41, -168(%rbp)
LBB20_8: ## =>This Inner Loop Header: Depth=1
cmpl $0, -168(%rbp)
je LBB20_11
## %bb.9: ## in Loop: Header=BB20_8 Depth=1
leaq -168(%rbp), %rdi
leaq -152(%rbp), %rdx
movl $1, %esi
callq _tdefl_output_buffer_putter
## %bb.10: ## in Loop: Header=BB20_8 Depth=1
movl -168(%rbp), %eax
addl $-1, %eax
movl %eax, -168(%rbp)
jmp LBB20_8
LBB20_11:
movq -120(%rbp), %rax
movq %rax, -192(%rbp) ## 8-byte Spill
leaq -152(%rbp), %rax
movq %rax, -184(%rbp) ## 8-byte Spill
movl $10, %eax
cmpl -108(%rbp), %eax
jae LBB20_13
## %bb.12:
movl $10, %eax
movl %eax, -196(%rbp) ## 4-byte Spill
jmp LBB20_14
LBB20_13:
movl -108(%rbp), %eax
movl %eax, -196(%rbp) ## 4-byte Spill
LBB20_14:
movq -184(%rbp), %rdx ## 8-byte Reload
movq -192(%rbp), %rdi ## 8-byte Reload
movl -196(%rbp), %eax ## 4-byte Reload
movl %eax, %eax
movl %eax, %ecx
leaq _tdefl_write_image_to_png_file_in_memory_ex.s_tdefl_png_num_probes(%rip), %rax
movl (%rax,%rcx,4), %ecx
orl $4096, %ecx ## imm = 0x1000
leaq _tdefl_output_buffer_putter(%rip), %rsi
callq _tdefl_init
movl $0, -164(%rbp)
LBB20_15: ## =>This Inner Loop Header: Depth=1
movl -164(%rbp), %eax
cmpl -88(%rbp), %eax
jge LBB20_21
## %bb.16: ## in Loop: Header=BB20_15 Depth=1
movq -120(%rbp), %rdi
leaq -168(%rbp), %rsi
movl $1, %edx
xorl %ecx, %ecx
callq _tdefl_compress_buffer
movq -120(%rbp), %rax
movq %rax, -216(%rbp) ## 8-byte Spill
movq -80(%rbp), %rax
movq %rax, -208(%rbp) ## 8-byte Spill
cmpl $0, 16(%rbp)
je LBB20_18
## %bb.17: ## in Loop: Header=BB20_15 Depth=1
movl -88(%rbp), %eax
subl $1, %eax
subl -164(%rbp), %eax
movl %eax, -220(%rbp) ## 4-byte Spill
jmp LBB20_19
LBB20_18: ## in Loop: Header=BB20_15 Depth=1
movl -164(%rbp), %eax
movl %eax, -220(%rbp) ## 4-byte Spill
LBB20_19: ## in Loop: Header=BB20_15 Depth=1
movq -216(%rbp), %rdi ## 8-byte Reload
movq -208(%rbp), %rsi ## 8-byte Reload
movl -220(%rbp), %eax ## 4-byte Reload
imull -160(%rbp), %eax
cltq
addq %rax, %rsi
movslq -160(%rbp), %rdx
xorl %ecx, %ecx
callq _tdefl_compress_buffer
## %bb.20: ## in Loop: Header=BB20_15 Depth=1
movl -164(%rbp), %eax
addl $1, %eax
movl %eax, -164(%rbp)
jmp LBB20_15
LBB20_21:
movq -120(%rbp), %rdi
xorl %eax, %eax
movl %eax, %edx
movl $4, %ecx
movq %rdx, %rsi
callq _tdefl_compress_buffer
cmpl $1, %eax
je LBB20_23
## %bb.22:
movq $0, -72(%rbp)
jmp LBB20_34
LBB20_23:
movq -152(%rbp), %rcx
subq $41, %rcx
movq -104(%rbp), %rax
movq %rcx, (%rax)
movb $-119, -64(%rbp)
movb $80, -63(%rbp)
movb $78, -62(%rbp)
movb $71, -61(%rbp)
movb $13, -60(%rbp)
movb $10, -59(%rbp)
movb $26, -58(%rbp)
movb $10, -57(%rbp)
movb $0, -56(%rbp)
movb $0, -55(%rbp)
movb $0, -54(%rbp)
movb $13, -53(%rbp)
movb $73, -52(%rbp)
movb $72, -51(%rbp)
movb $68, -50(%rbp)
movb $82, -49(%rbp)
movb $0, -48(%rbp)
movb $0, -47(%rbp)
movl -84(%rbp), %eax
sarl $8, %eax
## kill: def $al killed $al killed $eax
movb %al, -46(%rbp)
movl -84(%rbp), %eax
## kill: def $al killed $al killed $eax
movb %al, -45(%rbp)
movb $0, -44(%rbp)
movb $0, -43(%rbp)
movl -88(%rbp), %eax
sarl $8, %eax
## kill: def $al killed $al killed $eax
movb %al, -42(%rbp)
movl -88(%rbp), %eax
## kill: def $al killed $al killed $eax
movb %al, -41(%rbp)
movb $8, -40(%rbp)
movslq -92(%rbp), %rcx
leaq _tdefl_write_image_to_png_file_in_memory_ex.chans(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -39(%rbp)
movb $0, -38(%rbp)
movb $0, -37(%rbp)
movb $0, -36(%rbp)
movb $0, -35(%rbp)
movb $0, -34(%rbp)
movb $0, -33(%rbp)
movb $0, -32(%rbp)
movq -104(%rbp), %rax
movq (%rax), %rax
shrq $24, %rax
## kill: def $al killed $al killed $rax
movb %al, -31(%rbp)
movq -104(%rbp), %rax
movq (%rax), %rax
shrq $16, %rax
## kill: def $al killed $al killed $rax
movb %al, -30(%rbp)
movq -104(%rbp), %rax
movq (%rax), %rax
shrq $8, %rax
## kill: def $al killed $al killed $rax
movb %al, -29(%rbp)
movq -104(%rbp), %rax
movq (%rax), %rax
## kill: def $al killed $al killed $rax
movb %al, -28(%rbp)
movb $73, -27(%rbp)
movb $68, -26(%rbp)
movb $65, -25(%rbp)
movb $84, -24(%rbp)
leaq -64(%rbp), %rsi
addq $12, %rsi
xorl %eax, %eax
movl %eax, %edi
movl $17, %edx
callq _mz_crc32
## kill: def $eax killed $eax killed $rax
movl %eax, -172(%rbp)
movl $0, -156(%rbp)
LBB20_24: ## =>This Inner Loop Header: Depth=1
cmpl $4, -156(%rbp)
jge LBB20_27
## %bb.25: ## in Loop: Header=BB20_24 Depth=1
movl -172(%rbp), %eax
shrl $24, %eax
movb %al, %cl
movslq -156(%rbp), %rax
movb %cl, -35(%rbp,%rax)
## %bb.26: ## in Loop: Header=BB20_24 Depth=1
movl -156(%rbp), %eax
addl $1, %eax
movl %eax, -156(%rbp)
movl -172(%rbp), %eax
shll $8, %eax
movl %eax, -172(%rbp)
jmp LBB20_24
LBB20_27:
movq -136(%rbp), %rdi
leaq -64(%rbp), %rsi
movl $41, %edx
movq $-1, %rcx
callq ___memcpy_chk
leaq -152(%rbp), %rdx
leaq l_.str.3(%rip), %rdi
movl $16, %esi
callq _tdefl_output_buffer_putter
cmpl $0, %eax
jne LBB20_29
## %bb.28:
movq -104(%rbp), %rax
movq $0, (%rax)
movq $0, -72(%rbp)
jmp LBB20_34
LBB20_29:
movq -136(%rbp), %rsi
addq $41, %rsi
addq $-4, %rsi
movq -104(%rbp), %rax
movq (%rax), %rdx
addq $4, %rdx
xorl %eax, %eax
movl %eax, %edi
callq _mz_crc32
## kill: def $eax killed $eax killed $rax
movl %eax, -172(%rbp)
movl $0, -156(%rbp)
LBB20_30: ## =>This Inner Loop Header: Depth=1
cmpl $4, -156(%rbp)
jge LBB20_33
## %bb.31: ## in Loop: Header=BB20_30 Depth=1
movl -172(%rbp), %eax
shrl $24, %eax
movb %al, %dl
movq -136(%rbp), %rax
addq -152(%rbp), %rax
movslq -156(%rbp), %rcx
movb %dl, -16(%rax,%rcx)
## %bb.32: ## in Loop: Header=BB20_30 Depth=1
movl -156(%rbp), %eax
addl $1, %eax
movl %eax, -156(%rbp)
movl -172(%rbp), %eax
shll $8, %eax
movl %eax, -172(%rbp)
jmp LBB20_30
LBB20_33:
movq -104(%rbp), %rax
movq (%rax), %rcx
addq $57, %rcx
movq %rcx, (%rax)
movq -136(%rbp), %rax
movq %rax, -72(%rbp)
LBB20_34:
movq -72(%rbp), %rax
movq %rax, -232(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB20_36
## %bb.35:
movq -232(%rbp), %rax ## 8-byte Reload
addq $240, %rsp
popq %rbp
retq
LBB20_36:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _tdefl_write_image_to_png_file_in_memory ## -- Begin function tdefl_write_image_to_png_file_in_memory
.p2align 4, 0x90
_tdefl_write_image_to_png_file_in_memory: ## @tdefl_write_image_to_png_file_in_memory
.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)
movq %r8, -32(%rbp)
movq -8(%rbp), %rdi
movl -12(%rbp), %esi
movl -16(%rbp), %edx
movl -20(%rbp), %ecx
movq -32(%rbp), %r8
movl $6, %r9d
xorl %eax, %eax
movl $0, (%rsp)
callq _tdefl_write_image_to_png_file_in_memory_ex
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_compress_block
_tdefl_compress_block: ## @tdefl_compress_block
.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 %esi, -12(%rbp)
cmpl $0, -12(%rbp)
je LBB22_2
## %bb.1:
movq -8(%rbp), %rdi
callq _tdefl_start_static_block
jmp LBB22_3
LBB22_2:
movq -8(%rbp), %rdi
callq _tdefl_start_dynamic_block
LBB22_3:
movq -8(%rbp), %rdi
callq _tdefl_compress_lz_codes
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_start_static_block
_tdefl_start_static_block: ## @tdefl_start_static_block
.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
addq $12106, %rax ## imm = 0x2F4A
movq %rax, -24(%rbp)
movl $0, -12(%rbp)
LBB23_1: ## =>This Inner Loop Header: Depth=1
cmpl $143, -12(%rbp)
ja LBB23_4
## %bb.2: ## in Loop: Header=BB23_1 Depth=1
movq -24(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -24(%rbp)
movb $8, (%rax)
## %bb.3: ## in Loop: Header=BB23_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB23_1
LBB23_4:
jmp LBB23_5
LBB23_5: ## =>This Inner Loop Header: Depth=1
cmpl $255, -12(%rbp)
ja LBB23_8
## %bb.6: ## in Loop: Header=BB23_5 Depth=1
movq -24(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -24(%rbp)
movb $9, (%rax)
## %bb.7: ## in Loop: Header=BB23_5 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB23_5
LBB23_8:
jmp LBB23_9
LBB23_9: ## =>This Inner Loop Header: Depth=1
cmpl $279, -12(%rbp) ## imm = 0x117
ja LBB23_12
## %bb.10: ## in Loop: Header=BB23_9 Depth=1
movq -24(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -24(%rbp)
movb $7, (%rax)
## %bb.11: ## in Loop: Header=BB23_9 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB23_9
LBB23_12:
jmp LBB23_13
LBB23_13: ## =>This Inner Loop Header: Depth=1
cmpl $287, -12(%rbp) ## imm = 0x11F
ja LBB23_16
## %bb.14: ## in Loop: Header=BB23_13 Depth=1
movq -24(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -24(%rbp)
movb $8, (%rax)
## %bb.15: ## in Loop: Header=BB23_13 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB23_13
LBB23_16:
movq -8(%rbp), %rdi
addq $12106, %rdi ## imm = 0x2F4A
addq $288, %rdi ## imm = 0x120
movl $5, %esi
movl $32, %edx
movq $-1, %rcx
callq ___memset_chk
movq -8(%rbp), %rdi
xorl %esi, %esi
movl $288, %edx ## imm = 0x120
movl $15, %ecx
movl $1, %r8d
callq _tdefl_optimize_huffman_table
movq -8(%rbp), %rdi
movl $1, %r8d
movl $32, %edx
movl $15, %ecx
movl %r8d, %esi
callq _tdefl_optimize_huffman_table
## %bb.17:
movl $1, -28(%rbp)
movl $2, -32(%rbp)
movl -28(%rbp), %eax
movq -8(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -8(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -32(%rbp), %ecx
movq -8(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB23_18: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB23_22
## %bb.19: ## in Loop: Header=BB23_18 Depth=1
movq -8(%rbp), %rax
movq 64(%rax), %rax
movq -8(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB23_21
## %bb.20: ## in Loop: Header=BB23_18 Depth=1
movq -8(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -8(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB23_21: ## in Loop: Header=BB23_18 Depth=1
movq -8(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -8(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB23_18
LBB23_22:
jmp LBB23_23
LBB23_23:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_start_dynamic_block
_tdefl_start_dynamic_block: ## @tdefl_start_dynamic_block
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $768, %rsp ## imm = 0x300
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -664(%rbp)
movb $-1, -701(%rbp)
movq -664(%rbp), %rax
movw $1, 9162(%rax)
movq -664(%rbp), %rdi
xorl %r8d, %r8d
movl $288, %edx ## imm = 0x120
movl $15, %ecx
movl %r8d, %esi
callq _tdefl_optimize_huffman_table
movq -664(%rbp), %rdi
movl $1, %esi
movl $32, %edx
movl $15, %ecx
xorl %r8d, %r8d
callq _tdefl_optimize_huffman_table
movl $286, -668(%rbp) ## imm = 0x11E
LBB24_1: ## =>This Inner Loop Header: Depth=1
cmpl $257, -668(%rbp) ## imm = 0x101
jle LBB24_6
## %bb.2: ## in Loop: Header=BB24_1 Depth=1
movq -664(%rbp), %rax
movl -668(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
cmpb $0, 12106(%rax,%rcx)
je LBB24_4
## %bb.3:
jmp LBB24_6
LBB24_4: ## in Loop: Header=BB24_1 Depth=1
jmp LBB24_5
LBB24_5: ## in Loop: Header=BB24_1 Depth=1
movl -668(%rbp), %eax
addl $-1, %eax
movl %eax, -668(%rbp)
jmp LBB24_1
LBB24_6:
movl $30, -672(%rbp)
LBB24_7: ## =>This Inner Loop Header: Depth=1
cmpl $1, -672(%rbp)
jle LBB24_12
## %bb.8: ## in Loop: Header=BB24_7 Depth=1
movq -664(%rbp), %rax
movl -672(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
cmpb $0, 12394(%rax,%rcx)
je LBB24_10
## %bb.9:
jmp LBB24_12
LBB24_10: ## in Loop: Header=BB24_7 Depth=1
jmp LBB24_11
LBB24_11: ## in Loop: Header=BB24_7 Depth=1
movl -672(%rbp), %eax
addl $-1, %eax
movl %eax, -672(%rbp)
jmp LBB24_7
LBB24_12:
leaq -336(%rbp), %rdi
movq -664(%rbp), %rsi
addq $12106, %rsi ## imm = 0x2F4A
movslq -668(%rbp), %rdx
movl $320, %ecx ## imm = 0x140
callq ___memcpy_chk
leaq -336(%rbp), %rdi
movslq -668(%rbp), %rax
addq %rax, %rdi
movq -664(%rbp), %rsi
addq $12106, %rsi ## imm = 0x2F4A
addq $288, %rsi ## imm = 0x120
movslq -672(%rbp), %rdx
movq $-1, %rcx
callq ___memcpy_chk
movl -668(%rbp), %eax
addl -672(%rbp), %eax
movl %eax, -684(%rbp)
movl $0, -688(%rbp)
movl $0, -692(%rbp)
movl $0, -696(%rbp)
movq -664(%rbp), %rdi
addq $8650, %rdi ## imm = 0x21CA
addq $1152, %rdi ## imm = 0x480
xorl %esi, %esi
movl $38, %edx
movq $-1, %rcx
callq ___memset_chk
movl $0, -680(%rbp)
LBB24_13: ## =>This Loop Header: Depth=1
## Child Loop BB24_18 Depth 2
## Child Loop BB24_27 Depth 2
## Child Loop BB24_40 Depth 2
## Child Loop BB24_52 Depth 2
## Child Loop BB24_62 Depth 2
movl -680(%rbp), %eax
cmpl -684(%rbp), %eax
jae LBB24_72
## %bb.14: ## in Loop: Header=BB24_13 Depth=1
movl -680(%rbp), %eax
## kill: def $rax killed $eax
movb -336(%rbp,%rax), %al
movb %al, -702(%rbp)
cmpb $0, -702(%rbp)
jne LBB24_37
## %bb.15: ## in Loop: Header=BB24_13 Depth=1
cmpl $0, -696(%rbp)
je LBB24_23
## %bb.16: ## in Loop: Header=BB24_13 Depth=1
cmpl $3, -696(%rbp)
jae LBB24_21
## %bb.17: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzbl -701(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 9802(%rax,%rcx,2), %eax
addl -696(%rbp), %eax
movw %ax, %dx
movq -664(%rbp), %rax
movzbl -701(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 9802(%rax,%rcx,2)
LBB24_18: ## Parent Loop BB24_13 Depth=1
## => This Inner Loop Header: Depth=2
movl -696(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -696(%rbp)
cmpl $0, %eax
je LBB24_20
## %bb.19: ## in Loop: Header=BB24_18 Depth=2
movb -701(%rbp), %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
jmp LBB24_18
LBB24_20: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_22
LBB24_21: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9834(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9834(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $16, -656(%rbp,%rax)
movl -696(%rbp), %eax
subl $3, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
LBB24_22: ## in Loop: Header=BB24_13 Depth=1
movl $0, -696(%rbp)
LBB24_23: ## in Loop: Header=BB24_13 Depth=1
movl -692(%rbp), %eax
addl $1, %eax
movl %eax, -692(%rbp)
cmpl $138, %eax
jne LBB24_36
## %bb.24: ## in Loop: Header=BB24_13 Depth=1
cmpl $0, -692(%rbp)
je LBB24_35
## %bb.25: ## in Loop: Header=BB24_13 Depth=1
cmpl $3, -692(%rbp)
jae LBB24_30
## %bb.26: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9802(%rax), %eax
addl -692(%rbp), %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9802(%rax)
LBB24_27: ## Parent Loop BB24_13 Depth=1
## => This Inner Loop Header: Depth=2
movl -692(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -692(%rbp)
cmpl $0, %eax
je LBB24_29
## %bb.28: ## in Loop: Header=BB24_27 Depth=2
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $0, -656(%rbp,%rax)
jmp LBB24_27
LBB24_29: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_34
LBB24_30: ## in Loop: Header=BB24_13 Depth=1
cmpl $10, -692(%rbp)
ja LBB24_32
## %bb.31: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9836(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9836(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $17, -656(%rbp,%rax)
movl -692(%rbp), %eax
subl $3, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
jmp LBB24_33
LBB24_32: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9838(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9838(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $18, -656(%rbp,%rax)
movl -692(%rbp), %eax
subl $11, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
LBB24_33: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_34
LBB24_34: ## in Loop: Header=BB24_13 Depth=1
movl $0, -692(%rbp)
LBB24_35: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_36
LBB24_36: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_70
LBB24_37: ## in Loop: Header=BB24_13 Depth=1
cmpl $0, -692(%rbp)
je LBB24_48
## %bb.38: ## in Loop: Header=BB24_13 Depth=1
cmpl $3, -692(%rbp)
jae LBB24_43
## %bb.39: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9802(%rax), %eax
addl -692(%rbp), %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9802(%rax)
LBB24_40: ## Parent Loop BB24_13 Depth=1
## => This Inner Loop Header: Depth=2
movl -692(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -692(%rbp)
cmpl $0, %eax
je LBB24_42
## %bb.41: ## in Loop: Header=BB24_40 Depth=2
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $0, -656(%rbp,%rax)
jmp LBB24_40
LBB24_42: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_47
LBB24_43: ## in Loop: Header=BB24_13 Depth=1
cmpl $10, -692(%rbp)
ja LBB24_45
## %bb.44: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9836(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9836(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $17, -656(%rbp,%rax)
movl -692(%rbp), %eax
subl $3, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
jmp LBB24_46
LBB24_45: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9838(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9838(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $18, -656(%rbp,%rax)
movl -692(%rbp), %eax
subl $11, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
LBB24_46: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_47
LBB24_47: ## in Loop: Header=BB24_13 Depth=1
movl $0, -692(%rbp)
LBB24_48: ## in Loop: Header=BB24_13 Depth=1
movzbl -702(%rbp), %eax
movzbl -701(%rbp), %ecx
cmpl %ecx, %eax
je LBB24_58
## %bb.49: ## in Loop: Header=BB24_13 Depth=1
cmpl $0, -696(%rbp)
je LBB24_57
## %bb.50: ## in Loop: Header=BB24_13 Depth=1
cmpl $3, -696(%rbp)
jae LBB24_55
## %bb.51: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzbl -701(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 9802(%rax,%rcx,2), %eax
addl -696(%rbp), %eax
movw %ax, %dx
movq -664(%rbp), %rax
movzbl -701(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 9802(%rax,%rcx,2)
LBB24_52: ## Parent Loop BB24_13 Depth=1
## => This Inner Loop Header: Depth=2
movl -696(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -696(%rbp)
cmpl $0, %eax
je LBB24_54
## %bb.53: ## in Loop: Header=BB24_52 Depth=2
movb -701(%rbp), %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
jmp LBB24_52
LBB24_54: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_56
LBB24_55: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9834(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9834(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $16, -656(%rbp,%rax)
movl -696(%rbp), %eax
subl $3, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
LBB24_56: ## in Loop: Header=BB24_13 Depth=1
movl $0, -696(%rbp)
LBB24_57: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzbl -702(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 9802(%rax,%rcx,2), %eax
addl $1, %eax
movw %ax, %dx
movq -664(%rbp), %rax
movzbl -702(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 9802(%rax,%rcx,2)
movb -702(%rbp), %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
jmp LBB24_69
LBB24_58: ## in Loop: Header=BB24_13 Depth=1
movl -696(%rbp), %eax
addl $1, %eax
movl %eax, -696(%rbp)
cmpl $6, %eax
jne LBB24_68
## %bb.59: ## in Loop: Header=BB24_13 Depth=1
cmpl $0, -696(%rbp)
je LBB24_67
## %bb.60: ## in Loop: Header=BB24_13 Depth=1
cmpl $3, -696(%rbp)
jae LBB24_65
## %bb.61: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzbl -701(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 9802(%rax,%rcx,2), %eax
addl -696(%rbp), %eax
movw %ax, %dx
movq -664(%rbp), %rax
movzbl -701(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 9802(%rax,%rcx,2)
LBB24_62: ## Parent Loop BB24_13 Depth=1
## => This Inner Loop Header: Depth=2
movl -696(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -696(%rbp)
cmpl $0, %eax
je LBB24_64
## %bb.63: ## in Loop: Header=BB24_62 Depth=2
movb -701(%rbp), %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
jmp LBB24_62
LBB24_64: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_66
LBB24_65: ## in Loop: Header=BB24_13 Depth=1
movq -664(%rbp), %rax
movzwl 9834(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9834(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $16, -656(%rbp,%rax)
movl -696(%rbp), %eax
subl $3, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
LBB24_66: ## in Loop: Header=BB24_13 Depth=1
movl $0, -696(%rbp)
LBB24_67: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_68
LBB24_68: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_69
LBB24_69: ## in Loop: Header=BB24_13 Depth=1
jmp LBB24_70
LBB24_70: ## in Loop: Header=BB24_13 Depth=1
movb -702(%rbp), %al
movb %al, -701(%rbp)
## %bb.71: ## in Loop: Header=BB24_13 Depth=1
movl -680(%rbp), %eax
addl $1, %eax
movl %eax, -680(%rbp)
jmp LBB24_13
LBB24_72:
cmpl $0, -696(%rbp)
je LBB24_82
## %bb.73:
cmpl $0, -696(%rbp)
je LBB24_81
## %bb.74:
cmpl $3, -696(%rbp)
jae LBB24_79
## %bb.75:
movq -664(%rbp), %rax
movzbl -701(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 9802(%rax,%rcx,2), %eax
addl -696(%rbp), %eax
movw %ax, %dx
movq -664(%rbp), %rax
movzbl -701(%rbp), %ecx
## kill: def $rcx killed $ecx
movw %dx, 9802(%rax,%rcx,2)
LBB24_76: ## =>This Inner Loop Header: Depth=1
movl -696(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -696(%rbp)
cmpl $0, %eax
je LBB24_78
## %bb.77: ## in Loop: Header=BB24_76 Depth=1
movb -701(%rbp), %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
jmp LBB24_76
LBB24_78:
jmp LBB24_80
LBB24_79:
movq -664(%rbp), %rax
movzwl 9834(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9834(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $16, -656(%rbp,%rax)
movl -696(%rbp), %eax
subl $3, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
LBB24_80:
movl $0, -696(%rbp)
LBB24_81:
jmp LBB24_94
LBB24_82:
cmpl $0, -692(%rbp)
je LBB24_93
## %bb.83:
cmpl $3, -692(%rbp)
jae LBB24_88
## %bb.84:
movq -664(%rbp), %rax
movzwl 9802(%rax), %eax
addl -692(%rbp), %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9802(%rax)
LBB24_85: ## =>This Inner Loop Header: Depth=1
movl -692(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -692(%rbp)
cmpl $0, %eax
je LBB24_87
## %bb.86: ## in Loop: Header=BB24_85 Depth=1
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $0, -656(%rbp,%rax)
jmp LBB24_85
LBB24_87:
jmp LBB24_92
LBB24_88:
cmpl $10, -692(%rbp)
ja LBB24_90
## %bb.89:
movq -664(%rbp), %rax
movzwl 9836(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9836(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $17, -656(%rbp,%rax)
movl -692(%rbp), %eax
subl $3, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
jmp LBB24_91
LBB24_90:
movq -664(%rbp), %rax
movzwl 9838(%rax), %eax
addl $1, %eax
movw %ax, %cx
movq -664(%rbp), %rax
movw %cx, 9838(%rax)
movl -688(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb $18, -656(%rbp,%rax)
movl -692(%rbp), %eax
subl $11, %eax
movb %al, %cl
movl -688(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -688(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movb %cl, -656(%rbp,%rax)
LBB24_91:
jmp LBB24_92
LBB24_92:
movl $0, -692(%rbp)
LBB24_93:
jmp LBB24_94
LBB24_94:
movq -664(%rbp), %rdi
movl $2, %esi
movl $19, %edx
movl $7, %ecx
xorl %r8d, %r8d
callq _tdefl_optimize_huffman_table
## %bb.95:
movl $2, -708(%rbp)
movl $2, -712(%rbp)
movl -708(%rbp), %eax
movq -664(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -664(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -712(%rbp), %ecx
movq -664(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB24_96: ## =>This Inner Loop Header: Depth=1
movq -664(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB24_100
## %bb.97: ## in Loop: Header=BB24_96 Depth=1
movq -664(%rbp), %rax
movq 64(%rax), %rax
movq -664(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB24_99
## %bb.98: ## in Loop: Header=BB24_96 Depth=1
movq -664(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -664(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB24_99: ## in Loop: Header=BB24_96 Depth=1
movq -664(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -664(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB24_96
LBB24_100:
jmp LBB24_101
LBB24_101:
jmp LBB24_102
LBB24_102:
movl -668(%rbp), %eax
subl $257, %eax ## imm = 0x101
movl %eax, -716(%rbp)
movl $5, -720(%rbp)
movl -716(%rbp), %eax
movq -664(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -664(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -720(%rbp), %ecx
movq -664(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB24_103: ## =>This Inner Loop Header: Depth=1
movq -664(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB24_107
## %bb.104: ## in Loop: Header=BB24_103 Depth=1
movq -664(%rbp), %rax
movq 64(%rax), %rax
movq -664(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB24_106
## %bb.105: ## in Loop: Header=BB24_103 Depth=1
movq -664(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -664(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB24_106: ## in Loop: Header=BB24_103 Depth=1
movq -664(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -664(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB24_103
LBB24_107:
jmp LBB24_108
LBB24_108:
jmp LBB24_109
LBB24_109:
movl -672(%rbp), %eax
subl $1, %eax
movl %eax, -724(%rbp)
movl $5, -728(%rbp)
movl -724(%rbp), %eax
movq -664(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -664(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -728(%rbp), %ecx
movq -664(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB24_110: ## =>This Inner Loop Header: Depth=1
movq -664(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB24_114
## %bb.111: ## in Loop: Header=BB24_110 Depth=1
movq -664(%rbp), %rax
movq 64(%rax), %rax
movq -664(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB24_113
## %bb.112: ## in Loop: Header=BB24_110 Depth=1
movq -664(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -664(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB24_113: ## in Loop: Header=BB24_110 Depth=1
movq -664(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -664(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB24_110
LBB24_114:
jmp LBB24_115
LBB24_115:
movl $18, -676(%rbp)
LBB24_116: ## =>This Inner Loop Header: Depth=1
cmpl $0, -676(%rbp)
jl LBB24_121
## %bb.117: ## in Loop: Header=BB24_116 Depth=1
movq -664(%rbp), %rax
movslq -676(%rbp), %rdx
leaq _s_tdefl_packed_code_size_syms_swizzle(%rip), %rcx
movzbl (%rcx,%rdx), %ecx
## kill: def $rcx killed $ecx
cmpb $0, 12682(%rax,%rcx)
je LBB24_119
## %bb.118:
jmp LBB24_121
LBB24_119: ## in Loop: Header=BB24_116 Depth=1
jmp LBB24_120
LBB24_120: ## in Loop: Header=BB24_116 Depth=1
movl -676(%rbp), %eax
addl $-1, %eax
movl %eax, -676(%rbp)
jmp LBB24_116
LBB24_121:
movl -676(%rbp), %ecx
addl $1, %ecx
movl $4, %eax
cmpl %ecx, %eax
jle LBB24_123
## %bb.122:
movl $4, %eax
movl %eax, -768(%rbp) ## 4-byte Spill
jmp LBB24_124
LBB24_123:
movl -676(%rbp), %eax
addl $1, %eax
movl %eax, -768(%rbp) ## 4-byte Spill
LBB24_124:
movl -768(%rbp), %eax ## 4-byte Reload
movl %eax, -676(%rbp)
## %bb.125:
movl -676(%rbp), %eax
subl $4, %eax
movl %eax, -732(%rbp)
movl $4, -736(%rbp)
movl -732(%rbp), %eax
movq -664(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -664(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -736(%rbp), %ecx
movq -664(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB24_126: ## =>This Inner Loop Header: Depth=1
movq -664(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB24_130
## %bb.127: ## in Loop: Header=BB24_126 Depth=1
movq -664(%rbp), %rax
movq 64(%rax), %rax
movq -664(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB24_129
## %bb.128: ## in Loop: Header=BB24_126 Depth=1
movq -664(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -664(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB24_129: ## in Loop: Header=BB24_126 Depth=1
movq -664(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -664(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB24_126
LBB24_130:
jmp LBB24_131
LBB24_131:
movl $0, -680(%rbp)
LBB24_132: ## =>This Loop Header: Depth=1
## Child Loop BB24_135 Depth 2
movl -680(%rbp), %eax
cmpl -676(%rbp), %eax
jge LBB24_142
## %bb.133: ## in Loop: Header=BB24_132 Depth=1
jmp LBB24_134
LBB24_134: ## in Loop: Header=BB24_132 Depth=1
movq -664(%rbp), %rax
movl -680(%rbp), %ecx
movl %ecx, %edx
leaq _s_tdefl_packed_code_size_syms_swizzle(%rip), %rcx
movzbl (%rcx,%rdx), %ecx
## kill: def $rcx killed $ecx
movzbl 12682(%rax,%rcx), %eax
movl %eax, -740(%rbp)
movl $3, -744(%rbp)
movl -740(%rbp), %eax
movq -664(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -664(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -744(%rbp), %ecx
movq -664(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB24_135: ## Parent Loop BB24_132 Depth=1
## => This Inner Loop Header: Depth=2
movq -664(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB24_139
## %bb.136: ## in Loop: Header=BB24_135 Depth=2
movq -664(%rbp), %rax
movq 64(%rax), %rax
movq -664(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB24_138
## %bb.137: ## in Loop: Header=BB24_135 Depth=2
movq -664(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -664(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB24_138: ## in Loop: Header=BB24_135 Depth=2
movq -664(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -664(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB24_135
LBB24_139: ## in Loop: Header=BB24_132 Depth=1
jmp LBB24_140
LBB24_140: ## in Loop: Header=BB24_132 Depth=1
jmp LBB24_141
LBB24_141: ## in Loop: Header=BB24_132 Depth=1
movl -680(%rbp), %eax
addl $1, %eax
movl %eax, -680(%rbp)
jmp LBB24_132
LBB24_142:
movl $0, -700(%rbp)
LBB24_143: ## =>This Loop Header: Depth=1
## Child Loop BB24_146 Depth 2
## Child Loop BB24_154 Depth 2
movl -700(%rbp), %eax
cmpl -688(%rbp), %eax
jae LBB24_161
## %bb.144: ## in Loop: Header=BB24_143 Depth=1
movl -700(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -700(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movzbl -656(%rbp,%rax), %eax
movl %eax, -748(%rbp)
## %bb.145: ## in Loop: Header=BB24_143 Depth=1
movq -664(%rbp), %rax
movl -748(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 11530(%rax,%rcx,2), %eax
movl %eax, -752(%rbp)
movq -664(%rbp), %rax
movl -748(%rbp), %ecx
## kill: def $rcx killed $ecx
movzbl 12682(%rax,%rcx), %eax
movl %eax, -756(%rbp)
movl -752(%rbp), %eax
movq -664(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -664(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -756(%rbp), %ecx
movq -664(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB24_146: ## Parent Loop BB24_143 Depth=1
## => This Inner Loop Header: Depth=2
movq -664(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB24_150
## %bb.147: ## in Loop: Header=BB24_146 Depth=2
movq -664(%rbp), %rax
movq 64(%rax), %rax
movq -664(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB24_149
## %bb.148: ## in Loop: Header=BB24_146 Depth=2
movq -664(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -664(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB24_149: ## in Loop: Header=BB24_146 Depth=2
movq -664(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -664(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB24_146
LBB24_150: ## in Loop: Header=BB24_143 Depth=1
jmp LBB24_151
LBB24_151: ## in Loop: Header=BB24_143 Depth=1
cmpl $16, -748(%rbp)
jb LBB24_160
## %bb.152: ## in Loop: Header=BB24_143 Depth=1
jmp LBB24_153
LBB24_153: ## in Loop: Header=BB24_143 Depth=1
movl -700(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -700(%rbp)
movl %eax, %eax
## kill: def $rax killed $eax
movzbl -656(%rbp,%rax), %eax
movl %eax, -760(%rbp)
movl -748(%rbp), %eax
subl $16, %eax
movl %eax, %eax
movl %eax, %ecx
leaq L_.str.1(%rip), %rax
movsbl (%rax,%rcx), %eax
movl %eax, -764(%rbp)
movl -760(%rbp), %eax
movq -664(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -664(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -764(%rbp), %ecx
movq -664(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB24_154: ## Parent Loop BB24_143 Depth=1
## => This Inner Loop Header: Depth=2
movq -664(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB24_158
## %bb.155: ## in Loop: Header=BB24_154 Depth=2
movq -664(%rbp), %rax
movq 64(%rax), %rax
movq -664(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB24_157
## %bb.156: ## in Loop: Header=BB24_154 Depth=2
movq -664(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -664(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB24_157: ## in Loop: Header=BB24_154 Depth=2
movq -664(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -664(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB24_154
LBB24_158: ## in Loop: Header=BB24_143 Depth=1
jmp LBB24_159
LBB24_159: ## in Loop: Header=BB24_143 Depth=1
jmp LBB24_160
LBB24_160: ## in Loop: Header=BB24_143 Depth=1
jmp LBB24_143
LBB24_161:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB24_163
## %bb.162:
addq $768, %rsp ## imm = 0x300
popq %rbp
retq
LBB24_163:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_compress_lz_codes
_tdefl_compress_lz_codes: ## @tdefl_compress_lz_codes
.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 64(%rax), %rax
movq %rax, -40(%rbp)
movq -16(%rbp), %rax
movq 48(%rax), %rax
movq %rax, -48(%rbp)
movq -16(%rbp), %rax
movl 96(%rax), %eax
## kill: def $rax killed $eax
movq %rax, -56(%rbp)
movq -16(%rbp), %rax
movl 92(%rax), %eax
movl %eax, -60(%rbp)
movl $1, -20(%rbp)
movq -16(%rbp), %rax
addq $12970, %rax ## imm = 0x32AA
movq %rax, -32(%rbp)
LBB25_1: ## =>This Inner Loop Header: Depth=1
movq -32(%rbp), %rax
cmpq -48(%rbp), %rax
jae LBB25_23
## %bb.2: ## in Loop: Header=BB25_1 Depth=1
cmpl $1, -20(%rbp)
jne LBB25_4
## %bb.3: ## in Loop: Header=BB25_1 Depth=1
movq -32(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -32(%rbp)
movzbl (%rax), %eax
orl $256, %eax ## imm = 0x100
movl %eax, -20(%rbp)
LBB25_4: ## in Loop: Header=BB25_1 Depth=1
movl -20(%rbp), %eax
andl $1, %eax
cmpl $0, %eax
je LBB25_12
## %bb.5: ## in Loop: Header=BB25_1 Depth=1
movq -32(%rbp), %rax
movzbl (%rax), %eax
movl %eax, -88(%rbp)
movq -32(%rbp), %rax
movzwl 1(%rax), %eax
movl %eax, -92(%rbp)
movq -32(%rbp), %rax
addq $3, %rax
movq %rax, -32(%rbp)
movq -16(%rbp), %rax
movl -88(%rbp), %ecx
movl %ecx, %edx
leaq _s_tdefl_len_sym(%rip), %rcx
movzwl (%rcx,%rdx,2), %ecx
## kill: def $rcx killed $ecx
movzwl 10378(%rax,%rcx,2), %eax
## kill: def $rax killed $eax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -56(%rbp), %rax
movq %rax, -56(%rbp)
movq -16(%rbp), %rax
movl -88(%rbp), %ecx
movl %ecx, %edx
leaq _s_tdefl_len_sym(%rip), %rcx
movzwl (%rcx,%rdx,2), %ecx
## kill: def $rcx killed $ecx
movzbl 12106(%rax,%rcx), %eax
addl -60(%rbp), %eax
movl %eax, -60(%rbp)
movl -88(%rbp), %eax
movl -88(%rbp), %ecx
movl %ecx, %edx
leaq _s_tdefl_len_extra(%rip), %rcx
movzbl (%rcx,%rdx), %ecx
movl %ecx, %edx
leaq _mz_bitmasks(%rip), %rcx
andl (%rcx,%rdx,4), %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -56(%rbp), %rax
movq %rax, -56(%rbp)
movl -88(%rbp), %eax
movl %eax, %ecx
leaq _s_tdefl_len_extra(%rip), %rax
movzbl (%rax,%rcx), %eax
addl -60(%rbp), %eax
movl %eax, -60(%rbp)
movl -92(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_small_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -64(%rbp)
movl -92(%rbp), %eax
andl $511, %eax ## imm = 0x1FF
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_small_dist_extra(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -72(%rbp)
movl -92(%rbp), %eax
shrl $8, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_large_dist_sym(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -68(%rbp)
movl -92(%rbp), %eax
shrl $8, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _s_tdefl_large_dist_extra(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -76(%rbp)
cmpl $512, -92(%rbp) ## imm = 0x200
jae LBB25_7
## %bb.6: ## in Loop: Header=BB25_1 Depth=1
movl -64(%rbp), %eax
movl %eax, -120(%rbp) ## 4-byte Spill
jmp LBB25_8
LBB25_7: ## in Loop: Header=BB25_1 Depth=1
movl -68(%rbp), %eax
movl %eax, -120(%rbp) ## 4-byte Spill
LBB25_8: ## in Loop: Header=BB25_1 Depth=1
movl -120(%rbp), %eax ## 4-byte Reload
movl %eax, -80(%rbp)
cmpl $512, -92(%rbp) ## imm = 0x200
jae LBB25_10
## %bb.9: ## in Loop: Header=BB25_1 Depth=1
movl -72(%rbp), %eax
movl %eax, -124(%rbp) ## 4-byte Spill
jmp LBB25_11
LBB25_10: ## in Loop: Header=BB25_1 Depth=1
movl -76(%rbp), %eax
movl %eax, -124(%rbp) ## 4-byte Spill
LBB25_11: ## in Loop: Header=BB25_1 Depth=1
movl -124(%rbp), %eax ## 4-byte Reload
movl %eax, -84(%rbp)
movq -16(%rbp), %rax
movl -80(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 10954(%rax,%rcx,2), %eax
## kill: def $rax killed $eax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -56(%rbp), %rax
movq %rax, -56(%rbp)
movq -16(%rbp), %rax
movl -80(%rbp), %ecx
## kill: def $rcx killed $ecx
movzbl 12394(%rax,%rcx), %eax
addl -60(%rbp), %eax
movl %eax, -60(%rbp)
movl -92(%rbp), %eax
movl -84(%rbp), %ecx
movl %ecx, %edx
leaq _mz_bitmasks(%rip), %rcx
andl (%rcx,%rdx,4), %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -56(%rbp), %rax
movq %rax, -56(%rbp)
movl -84(%rbp), %eax
addl -60(%rbp), %eax
movl %eax, -60(%rbp)
jmp LBB25_19
LBB25_12: ## in Loop: Header=BB25_1 Depth=1
movq -32(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -32(%rbp)
movzbl (%rax), %eax
movl %eax, -96(%rbp)
movq -16(%rbp), %rax
movl -96(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 10378(%rax,%rcx,2), %eax
## kill: def $rax killed $eax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -56(%rbp), %rax
movq %rax, -56(%rbp)
movq -16(%rbp), %rax
movl -96(%rbp), %ecx
## kill: def $rcx killed $ecx
movzbl 12106(%rax,%rcx), %eax
addl -60(%rbp), %eax
movl %eax, -60(%rbp)
movl -20(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
jne LBB25_18
## %bb.13: ## in Loop: Header=BB25_1 Depth=1
movq -32(%rbp), %rax
cmpq -48(%rbp), %rax
jae LBB25_18
## %bb.14: ## in Loop: Header=BB25_1 Depth=1
movl -20(%rbp), %eax
shrl $1, %eax
movl %eax, -20(%rbp)
movq -32(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -32(%rbp)
movzbl (%rax), %eax
movl %eax, -96(%rbp)
movq -16(%rbp), %rax
movl -96(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 10378(%rax,%rcx,2), %eax
## kill: def $rax killed $eax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -56(%rbp), %rax
movq %rax, -56(%rbp)
movq -16(%rbp), %rax
movl -96(%rbp), %ecx
## kill: def $rcx killed $ecx
movzbl 12106(%rax,%rcx), %eax
addl -60(%rbp), %eax
movl %eax, -60(%rbp)
movl -20(%rbp), %eax
andl $2, %eax
cmpl $0, %eax
jne LBB25_17
## %bb.15: ## in Loop: Header=BB25_1 Depth=1
movq -32(%rbp), %rax
cmpq -48(%rbp), %rax
jae LBB25_17
## %bb.16: ## in Loop: Header=BB25_1 Depth=1
movl -20(%rbp), %eax
shrl $1, %eax
movl %eax, -20(%rbp)
movq -32(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -32(%rbp)
movzbl (%rax), %eax
movl %eax, -96(%rbp)
movq -16(%rbp), %rax
movl -96(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl 10378(%rax,%rcx,2), %eax
## kill: def $rax killed $eax
movl -60(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
orq -56(%rbp), %rax
movq %rax, -56(%rbp)
movq -16(%rbp), %rax
movl -96(%rbp), %ecx
## kill: def $rcx killed $ecx
movzbl 12106(%rax,%rcx), %eax
addl -60(%rbp), %eax
movl %eax, -60(%rbp)
LBB25_17: ## in Loop: Header=BB25_1 Depth=1
jmp LBB25_18
LBB25_18: ## in Loop: Header=BB25_1 Depth=1
jmp LBB25_19
LBB25_19: ## in Loop: Header=BB25_1 Depth=1
movq -40(%rbp), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jb LBB25_21
## %bb.20:
movl $0, -4(%rbp)
jmp LBB25_44
LBB25_21: ## in Loop: Header=BB25_1 Depth=1
movq -56(%rbp), %rcx
movq -40(%rbp), %rax
movq %rcx, (%rax)
movl -60(%rbp), %ecx
shrl $3, %ecx
movq -40(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -40(%rbp)
movl -60(%rbp), %ecx
andl $-8, %ecx
movq -56(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -56(%rbp)
movl -60(%rbp), %eax
andl $7, %eax
movl %eax, -60(%rbp)
## %bb.22: ## in Loop: Header=BB25_1 Depth=1
movl -20(%rbp), %eax
shrl $1, %eax
movl %eax, -20(%rbp)
jmp LBB25_1
LBB25_23:
movq -40(%rbp), %rcx
movq -16(%rbp), %rax
movq %rcx, 64(%rax)
movq -16(%rbp), %rax
movl $0, 92(%rax)
movq -16(%rbp), %rax
movl $0, 96(%rax)
LBB25_24: ## =>This Loop Header: Depth=1
## Child Loop BB25_30 Depth 2
cmpl $0, -60(%rbp)
je LBB25_36
## %bb.25: ## in Loop: Header=BB25_24 Depth=1
cmpl $16, -60(%rbp)
jae LBB25_27
## %bb.26: ## in Loop: Header=BB25_24 Depth=1
movl -60(%rbp), %eax
movl %eax, -128(%rbp) ## 4-byte Spill
jmp LBB25_28
LBB25_27: ## in Loop: Header=BB25_24 Depth=1
movl $16, %eax
movl %eax, -128(%rbp) ## 4-byte Spill
jmp LBB25_28
LBB25_28: ## in Loop: Header=BB25_24 Depth=1
movl -128(%rbp), %eax ## 4-byte Reload
movl %eax, -100(%rbp)
## %bb.29: ## in Loop: Header=BB25_24 Depth=1
movq -56(%rbp), %rax
## kill: def $eax killed $eax killed $rax
movl -100(%rbp), %ecx
movl %ecx, %edx
leaq _mz_bitmasks(%rip), %rcx
andl (%rcx,%rdx,4), %eax
movl %eax, -104(%rbp)
movl -100(%rbp), %eax
movl %eax, -108(%rbp)
movl -104(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -108(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB25_30: ## Parent Loop BB25_24 Depth=1
## => This Inner Loop Header: Depth=2
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB25_34
## %bb.31: ## in Loop: Header=BB25_30 Depth=2
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB25_33
## %bb.32: ## in Loop: Header=BB25_30 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB25_33: ## in Loop: Header=BB25_30 Depth=2
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB25_30
LBB25_34: ## in Loop: Header=BB25_24 Depth=1
jmp LBB25_35
LBB25_35: ## in Loop: Header=BB25_24 Depth=1
movl -100(%rbp), %ecx
movq -56(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -56(%rbp)
movl -100(%rbp), %ecx
movl -60(%rbp), %eax
subl %ecx, %eax
movl %eax, -60(%rbp)
jmp LBB25_24
LBB25_36:
jmp LBB25_37
LBB25_37:
movq -16(%rbp), %rax
movzwl 10890(%rax), %eax
movl %eax, -112(%rbp)
movq -16(%rbp), %rax
movzbl 12362(%rax), %eax
movl %eax, -116(%rbp)
movl -112(%rbp), %eax
movq -16(%rbp), %rcx
movl 92(%rcx), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, %ecx
movq -16(%rbp), %rax
orl 96(%rax), %ecx
movl %ecx, 96(%rax)
movl -116(%rbp), %ecx
movq -16(%rbp), %rax
addl 92(%rax), %ecx
movl %ecx, 92(%rax)
LBB25_38: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
cmpl $8, 92(%rax)
jb LBB25_42
## %bb.39: ## in Loop: Header=BB25_38 Depth=1
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
jae LBB25_41
## %bb.40: ## in Loop: Header=BB25_38 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %eax
movb %al, %cl
movq -16(%rbp), %rdx
movq 64(%rdx), %rax
movq %rax, %rsi
addq $1, %rsi
movq %rsi, 64(%rdx)
movb %cl, (%rax)
LBB25_41: ## in Loop: Header=BB25_38 Depth=1
movq -16(%rbp), %rax
movl 96(%rax), %ecx
shrl $8, %ecx
movl %ecx, 96(%rax)
movq -16(%rbp), %rax
movl 92(%rax), %ecx
subl $8, %ecx
movl %ecx, 92(%rax)
jmp LBB25_38
LBB25_42:
jmp LBB25_43
LBB25_43:
movq -16(%rbp), %rax
movq 64(%rax), %rax
movq -16(%rbp), %rcx
cmpq 72(%rcx), %rax
setb %al
andb $1, %al
movzbl %al, %eax
movl %eax, -4(%rbp)
LBB25_44:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_optimize_huffman_table
_tdefl_optimize_huffman_table: ## @tdefl_optimize_huffman_table
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $2672, %rsp ## imm = 0xA70
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -2600(%rbp)
movl %esi, -2604(%rbp)
movl %edx, -2608(%rbp)
movl %ecx, -2612(%rbp)
movl %r8d, -2616(%rbp)
leaq -144(%rbp), %rdi
xorl %esi, %esi
movl $132, %edx
callq _memset
cmpl $0, -2616(%rbp)
je LBB26_6
## %bb.1:
movl $0, -2620(%rbp)
LBB26_2: ## =>This Inner Loop Header: Depth=1
movl -2620(%rbp), %eax
cmpl -2608(%rbp), %eax
jge LBB26_5
## %bb.3: ## in Loop: Header=BB26_2 Depth=1
movq -2600(%rbp), %rax
addq $12106, %rax ## imm = 0x2F4A
movslq -2604(%rbp), %rcx
imulq $288, %rcx, %rcx ## imm = 0x120
addq %rcx, %rax
movslq -2620(%rbp), %rcx
movzbl (%rax,%rcx), %eax
## kill: def $rax killed $eax
movl -144(%rbp,%rax,4), %ecx
addl $1, %ecx
movl %ecx, -144(%rbp,%rax,4)
## %bb.4: ## in Loop: Header=BB26_2 Depth=1
movl -2620(%rbp), %eax
addl $1, %eax
movl %eax, -2620(%rbp)
jmp LBB26_2
LBB26_5:
jmp LBB26_25
LBB26_6:
movl $0, -2644(%rbp)
movq -2600(%rbp), %rax
addq $8650, %rax ## imm = 0x21CA
movslq -2604(%rbp), %rcx
imulq $576, %rcx, %rcx ## imm = 0x240
addq %rcx, %rax
movq %rax, -2656(%rbp)
movl $0, -2620(%rbp)
LBB26_7: ## =>This Inner Loop Header: Depth=1
movl -2620(%rbp), %eax
cmpl -2608(%rbp), %eax
jge LBB26_12
## %bb.8: ## in Loop: Header=BB26_7 Depth=1
movq -2656(%rbp), %rax
movslq -2620(%rbp), %rcx
cmpw $0, (%rax,%rcx,2)
je LBB26_10
## %bb.9: ## in Loop: Header=BB26_7 Depth=1
movq -2656(%rbp), %rax
movslq -2620(%rbp), %rcx
movw (%rax,%rcx,2), %cx
movslq -2644(%rbp), %rax
movw %cx, -1440(%rbp,%rax,4)
movl -2620(%rbp), %eax
movw %ax, %cx
movl -2644(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -2644(%rbp)
cltq
movw %cx, -1438(%rbp,%rax,4)
LBB26_10: ## in Loop: Header=BB26_7 Depth=1
jmp LBB26_11
LBB26_11: ## in Loop: Header=BB26_7 Depth=1
movl -2620(%rbp), %eax
addl $1, %eax
movl %eax, -2620(%rbp)
jmp LBB26_7
LBB26_12:
movl -2644(%rbp), %edi
leaq -1440(%rbp), %rsi
leaq -2592(%rbp), %rdx
callq _tdefl_radix_sort_syms
movq %rax, -2640(%rbp)
movq -2640(%rbp), %rdi
movl -2644(%rbp), %esi
callq _tdefl_calculate_minimum_redundancy
movl $0, -2620(%rbp)
LBB26_13: ## =>This Inner Loop Header: Depth=1
movl -2620(%rbp), %eax
cmpl -2644(%rbp), %eax
jge LBB26_16
## %bb.14: ## in Loop: Header=BB26_13 Depth=1
movq -2640(%rbp), %rax
movslq -2620(%rbp), %rcx
movzwl (%rax,%rcx,4), %eax
## kill: def $rax killed $eax
movl -144(%rbp,%rax,4), %ecx
addl $1, %ecx
movl %ecx, -144(%rbp,%rax,4)
## %bb.15: ## in Loop: Header=BB26_13 Depth=1
movl -2620(%rbp), %eax
addl $1, %eax
movl %eax, -2620(%rbp)
jmp LBB26_13
LBB26_16:
leaq -144(%rbp), %rdi
movl -2644(%rbp), %esi
movl -2612(%rbp), %edx
callq _tdefl_huffman_enforce_max_code_size
movq -2600(%rbp), %rdi
addq $12106, %rdi ## imm = 0x2F4A
movslq -2604(%rbp), %rax
imulq $288, %rax, %rax ## imm = 0x120
addq %rax, %rdi
xorl %esi, %esi
movl $288, %edx ## imm = 0x120
movq $-1, %rcx
callq ___memset_chk
movq -2600(%rbp), %rdi
addq $10378, %rdi ## imm = 0x288A
movslq -2604(%rbp), %rax
imulq $576, %rax, %rax ## imm = 0x240
addq %rax, %rdi
xorl %esi, %esi
movl $576, %edx ## imm = 0x240
movq $-1, %rcx
callq ___memset_chk
movl $1, -2620(%rbp)
movl -2644(%rbp), %eax
movl %eax, -2624(%rbp)
LBB26_17: ## =>This Loop Header: Depth=1
## Child Loop BB26_19 Depth 2
movl -2620(%rbp), %eax
cmpl -2612(%rbp), %eax
jg LBB26_24
## %bb.18: ## in Loop: Header=BB26_17 Depth=1
movslq -2620(%rbp), %rax
movl -144(%rbp,%rax,4), %eax
movl %eax, -2628(%rbp)
LBB26_19: ## Parent Loop BB26_17 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -2628(%rbp)
jle LBB26_22
## %bb.20: ## in Loop: Header=BB26_19 Depth=2
movl -2620(%rbp), %eax
movb %al, %dl
movq -2600(%rbp), %rax
addq $12106, %rax ## imm = 0x2F4A
movslq -2604(%rbp), %rcx
imulq $288, %rcx, %rcx ## imm = 0x120
addq %rcx, %rax
movq -2640(%rbp), %rcx
movl -2624(%rbp), %esi
addl $-1, %esi
movl %esi, -2624(%rbp)
movslq %esi, %rsi
movzwl 2(%rcx,%rsi,4), %ecx
## kill: def $rcx killed $ecx
movb %dl, (%rax,%rcx)
## %bb.21: ## in Loop: Header=BB26_19 Depth=2
movl -2628(%rbp), %eax
addl $-1, %eax
movl %eax, -2628(%rbp)
jmp LBB26_19
LBB26_22: ## in Loop: Header=BB26_17 Depth=1
jmp LBB26_23
LBB26_23: ## in Loop: Header=BB26_17 Depth=1
movl -2620(%rbp), %eax
addl $1, %eax
movl %eax, -2620(%rbp)
jmp LBB26_17
LBB26_24:
jmp LBB26_25
LBB26_25:
movl $0, -284(%rbp)
movl $0, -2624(%rbp)
movl $2, -2620(%rbp)
LBB26_26: ## =>This Inner Loop Header: Depth=1
movl -2620(%rbp), %eax
cmpl -2612(%rbp), %eax
jg LBB26_29
## %bb.27: ## in Loop: Header=BB26_26 Depth=1
movl -2624(%rbp), %ecx
movl -2620(%rbp), %eax
subl $1, %eax
cltq
addl -144(%rbp,%rax,4), %ecx
shll $1, %ecx
movl %ecx, -2624(%rbp)
movslq -2620(%rbp), %rax
movl %ecx, -288(%rbp,%rax,4)
## %bb.28: ## in Loop: Header=BB26_26 Depth=1
movl -2620(%rbp), %eax
addl $1, %eax
movl %eax, -2620(%rbp)
jmp LBB26_26
LBB26_29:
movl $0, -2620(%rbp)
LBB26_30: ## =>This Loop Header: Depth=1
## Child Loop BB26_34 Depth 2
movl -2620(%rbp), %eax
cmpl -2608(%rbp), %eax
jge LBB26_39
## %bb.31: ## in Loop: Header=BB26_30 Depth=1
movl $0, -2660(%rbp)
movq -2600(%rbp), %rax
addq $12106, %rax ## imm = 0x2F4A
movslq -2604(%rbp), %rcx
imulq $288, %rcx, %rcx ## imm = 0x120
addq %rcx, %rax
movslq -2620(%rbp), %rcx
movzbl (%rax,%rcx), %eax
movl %eax, -2668(%rbp)
cmpl $0, %eax
jne LBB26_33
## %bb.32: ## in Loop: Header=BB26_30 Depth=1
jmp LBB26_38
LBB26_33: ## in Loop: Header=BB26_30 Depth=1
movl -2668(%rbp), %eax
movl %eax, %ecx
movl -288(%rbp,%rcx,4), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -288(%rbp,%rcx,4)
movl %eax, -2664(%rbp)
movl -2668(%rbp), %eax
movl %eax, -2628(%rbp)
LBB26_34: ## Parent Loop BB26_30 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -2628(%rbp)
jle LBB26_37
## %bb.35: ## in Loop: Header=BB26_34 Depth=2
movl -2660(%rbp), %eax
shll $1, %eax
movl -2664(%rbp), %ecx
andl $1, %ecx
orl %ecx, %eax
movl %eax, -2660(%rbp)
## %bb.36: ## in Loop: Header=BB26_34 Depth=2
movl -2628(%rbp), %eax
addl $-1, %eax
movl %eax, -2628(%rbp)
movl -2664(%rbp), %eax
shrl $1, %eax
movl %eax, -2664(%rbp)
jmp LBB26_34
LBB26_37: ## in Loop: Header=BB26_30 Depth=1
movl -2660(%rbp), %eax
movw %ax, %dx
movq -2600(%rbp), %rax
addq $10378, %rax ## imm = 0x288A
movslq -2604(%rbp), %rcx
imulq $576, %rcx, %rcx ## imm = 0x240
addq %rcx, %rax
movslq -2620(%rbp), %rcx
movw %dx, (%rax,%rcx,2)
LBB26_38: ## in Loop: Header=BB26_30 Depth=1
movl -2620(%rbp), %eax
addl $1, %eax
movl %eax, -2620(%rbp)
jmp LBB26_30
LBB26_39:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB26_41
## %bb.40:
addq $2672, %rsp ## imm = 0xA70
popq %rbp
retq
LBB26_41:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_radix_sort_syms
_tdefl_radix_sort_syms: ## @tdefl_radix_sort_syms
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $3200, %rsp ## imm = 0xC80
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl %edi, -3092(%rbp)
movq %rsi, -3104(%rbp)
movq %rdx, -3112(%rbp)
movl $2, -3116(%rbp)
movq -3104(%rbp), %rax
movq %rax, -3136(%rbp)
movq -3112(%rbp), %rax
movq %rax, -3144(%rbp)
leaq -2064(%rbp), %rdi
xorl %esi, %esi
movl $2048, %edx ## imm = 0x800
callq _memset
movl $0, -3128(%rbp)
LBB27_1: ## =>This Inner Loop Header: Depth=1
movl -3128(%rbp), %eax
cmpl -3092(%rbp), %eax
jae LBB27_4
## %bb.2: ## in Loop: Header=BB27_1 Depth=1
movq -3104(%rbp), %rax
movl -3128(%rbp), %ecx
## kill: def $rcx killed $ecx
movzwl (%rax,%rcx,4), %eax
movl %eax, -3148(%rbp)
movl -3148(%rbp), %eax
andl $255, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl -2064(%rbp,%rax,4), %ecx
addl $1, %ecx
movl %ecx, -2064(%rbp,%rax,4)
movl -3148(%rbp), %eax
shrl $8, %eax
andl $255, %eax
addl $256, %eax ## imm = 0x100
movl %eax, %eax
## kill: def $rax killed $eax
movl -2064(%rbp,%rax,4), %ecx
addl $1, %ecx
movl %ecx, -2064(%rbp,%rax,4)
## %bb.3: ## in Loop: Header=BB27_1 Depth=1
movl -3128(%rbp), %eax
addl $1, %eax
movl %eax, -3128(%rbp)
jmp LBB27_1
LBB27_4:
jmp LBB27_5
LBB27_5: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, -3116(%rbp)
movb %al, -3177(%rbp) ## 1-byte Spill
jbe LBB27_7
## %bb.6: ## in Loop: Header=BB27_5 Depth=1
movl -3092(%rbp), %eax
movl -3116(%rbp), %ecx
subl $1, %ecx
shll $8, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
cmpl -2064(%rbp,%rcx,4), %eax
sete %al
movb %al, -3177(%rbp) ## 1-byte Spill
LBB27_7: ## in Loop: Header=BB27_5 Depth=1
movb -3177(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB27_8
jmp LBB27_9
LBB27_8: ## in Loop: Header=BB27_5 Depth=1
movl -3116(%rbp), %eax
addl $-1, %eax
movl %eax, -3116(%rbp)
jmp LBB27_5
LBB27_9:
movl $0, -3120(%rbp)
movl $0, -3124(%rbp)
LBB27_10: ## =>This Loop Header: Depth=1
## Child Loop BB27_12 Depth 2
## Child Loop BB27_16 Depth 2
movl -3124(%rbp), %eax
cmpl -3116(%rbp), %eax
jae LBB27_21
## %bb.11: ## in Loop: Header=BB27_10 Depth=1
movl -3124(%rbp), %eax
shll $8, %eax
movl %eax, %eax
movl %eax, %ecx
leaq -2064(%rbp), %rax
shlq $2, %rcx
addq %rcx, %rax
movq %rax, -3160(%rbp)
movl $0, -3164(%rbp)
movl $0, -3128(%rbp)
LBB27_12: ## Parent Loop BB27_10 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $256, -3128(%rbp) ## imm = 0x100
jae LBB27_15
## %bb.13: ## in Loop: Header=BB27_12 Depth=2
movl -3164(%rbp), %ecx
movl -3128(%rbp), %eax
## kill: def $rax killed $eax
movl %ecx, -3088(%rbp,%rax,4)
movq -3160(%rbp), %rax
movl -3128(%rbp), %ecx
## kill: def $rcx killed $ecx
movl (%rax,%rcx,4), %eax
addl -3164(%rbp), %eax
movl %eax, -3164(%rbp)
## %bb.14: ## in Loop: Header=BB27_12 Depth=2
movl -3128(%rbp), %eax
addl $1, %eax
movl %eax, -3128(%rbp)
jmp LBB27_12
LBB27_15: ## in Loop: Header=BB27_10 Depth=1
movl $0, -3128(%rbp)
LBB27_16: ## Parent Loop BB27_10 Depth=1
## => This Inner Loop Header: Depth=2
movl -3128(%rbp), %eax
cmpl -3092(%rbp), %eax
jae LBB27_19
## %bb.17: ## in Loop: Header=BB27_16 Depth=2
movq -3144(%rbp), %rax
movq -3136(%rbp), %rcx
movl -3128(%rbp), %edx
## kill: def $rdx killed $edx
movzwl (%rcx,%rdx,4), %edx
movl -3120(%rbp), %ecx
## kill: def $cl killed $ecx
sarl %cl, %edx
movl %edx, %ecx
andl $255, %ecx
movslq %ecx, %rdx
movl -3088(%rbp,%rdx,4), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -3088(%rbp,%rdx,4)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movq -3136(%rbp), %rdx
movl -3128(%rbp), %esi
## kill: def $rsi killed $esi
movl (%rdx,%rsi,4), %edx
movl %edx, (%rax,%rcx,4)
## %bb.18: ## in Loop: Header=BB27_16 Depth=2
movl -3128(%rbp), %eax
addl $1, %eax
movl %eax, -3128(%rbp)
jmp LBB27_16
LBB27_19: ## in Loop: Header=BB27_10 Depth=1
movq -3136(%rbp), %rax
movq %rax, -3176(%rbp)
movq -3144(%rbp), %rax
movq %rax, -3136(%rbp)
movq -3176(%rbp), %rax
movq %rax, -3144(%rbp)
## %bb.20: ## in Loop: Header=BB27_10 Depth=1
movl -3124(%rbp), %eax
addl $1, %eax
movl %eax, -3124(%rbp)
movl -3120(%rbp), %eax
addl $8, %eax
movl %eax, -3120(%rbp)
jmp LBB27_10
LBB27_21:
movq -3136(%rbp), %rax
movq %rax, -3192(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB27_23
## %bb.22:
movq -3192(%rbp), %rax ## 8-byte Reload
addq $3200, %rsp ## imm = 0xC80
popq %rbp
retq
LBB27_23:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_calculate_minimum_redundancy
_tdefl_calculate_minimum_redundancy: ## @tdefl_calculate_minimum_redundancy
.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)
cmpl $0, -12(%rbp)
jne LBB28_2
## %bb.1:
jmp LBB28_33
LBB28_2:
cmpl $1, -12(%rbp)
jne LBB28_4
## %bb.3:
movq -8(%rbp), %rax
movw $1, (%rax)
jmp LBB28_33
LBB28_4:
jmp LBB28_5
LBB28_5:
movq -8(%rbp), %rax
movzwl 4(%rax), %edx
movq -8(%rbp), %rax
movzwl (%rax), %ecx
addl %edx, %ecx
## kill: def $cx killed $cx killed $ecx
movw %cx, (%rax)
movl $0, -16(%rbp)
movl $2, -20(%rbp)
movl $1, -24(%rbp)
LBB28_6: ## =>This Inner Loop Header: Depth=1
movl -24(%rbp), %eax
movl -12(%rbp), %ecx
subl $1, %ecx
cmpl %ecx, %eax
jge LBB28_18
## %bb.7: ## in Loop: Header=BB28_6 Depth=1
movl -20(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB28_9
## %bb.8: ## in Loop: Header=BB28_6 Depth=1
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movzwl (%rax,%rcx,4), %eax
movq -8(%rbp), %rcx
movslq -20(%rbp), %rdx
movzwl (%rcx,%rdx,4), %ecx
cmpl %ecx, %eax
jge LBB28_10
LBB28_9: ## in Loop: Header=BB28_6 Depth=1
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movw (%rax,%rcx,4), %dx
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movw %dx, (%rax,%rcx,4)
movl -24(%rbp), %eax
movw %ax, %dx
movq -8(%rbp), %rax
movl -16(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -16(%rbp)
movslq %ecx, %rcx
movw %dx, (%rax,%rcx,4)
jmp LBB28_11
LBB28_10: ## in Loop: Header=BB28_6 Depth=1
movq -8(%rbp), %rax
movl -20(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -20(%rbp)
movslq %ecx, %rcx
movw (%rax,%rcx,4), %dx
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movw %dx, (%rax,%rcx,4)
LBB28_11: ## in Loop: Header=BB28_6 Depth=1
movl -20(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB28_14
## %bb.12: ## in Loop: Header=BB28_6 Depth=1
movl -16(%rbp), %eax
cmpl -24(%rbp), %eax
jge LBB28_15
## %bb.13: ## in Loop: Header=BB28_6 Depth=1
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movzwl (%rax,%rcx,4), %eax
movq -8(%rbp), %rcx
movslq -20(%rbp), %rdx
movzwl (%rcx,%rdx,4), %ecx
cmpl %ecx, %eax
jge LBB28_15
LBB28_14: ## in Loop: Header=BB28_6 Depth=1
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movzwl (%rax,%rcx,4), %eax
movq -8(%rbp), %rcx
movslq -16(%rbp), %rdx
movzwl (%rcx,%rdx,4), %ecx
addl %ecx, %eax
movw %ax, %dx
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movw %dx, (%rax,%rcx,4)
movl -24(%rbp), %eax
movw %ax, %dx
movq -8(%rbp), %rax
movl -16(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -16(%rbp)
movslq %ecx, %rcx
movw %dx, (%rax,%rcx,4)
jmp LBB28_16
LBB28_15: ## in Loop: Header=BB28_6 Depth=1
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movzwl (%rax,%rcx,4), %eax
movq -8(%rbp), %rcx
movl -20(%rbp), %edx
movl %edx, %esi
addl $1, %esi
movl %esi, -20(%rbp)
movslq %edx, %rdx
movzwl (%rcx,%rdx,4), %ecx
addl %ecx, %eax
movw %ax, %dx
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movw %dx, (%rax,%rcx,4)
LBB28_16: ## in Loop: Header=BB28_6 Depth=1
jmp LBB28_17
LBB28_17: ## in Loop: Header=BB28_6 Depth=1
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB28_6
LBB28_18:
movq -8(%rbp), %rax
movl -12(%rbp), %ecx
subl $2, %ecx
movslq %ecx, %rcx
movw $0, (%rax,%rcx,4)
movl -12(%rbp), %eax
subl $3, %eax
movl %eax, -24(%rbp)
LBB28_19: ## =>This Inner Loop Header: Depth=1
cmpl $0, -24(%rbp)
jl LBB28_22
## %bb.20: ## in Loop: Header=BB28_19 Depth=1
movq -8(%rbp), %rax
movq -8(%rbp), %rcx
movslq -24(%rbp), %rdx
movzwl (%rcx,%rdx,4), %ecx
## kill: def $rcx killed $ecx
movzwl (%rax,%rcx,4), %eax
addl $1, %eax
movw %ax, %dx
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movw %dx, (%rax,%rcx,4)
## %bb.21: ## in Loop: Header=BB28_19 Depth=1
movl -24(%rbp), %eax
addl $-1, %eax
movl %eax, -24(%rbp)
jmp LBB28_19
LBB28_22:
movl $1, -28(%rbp)
movl $0, -36(%rbp)
movl $0, -32(%rbp)
movl -12(%rbp), %eax
subl $2, %eax
movl %eax, -16(%rbp)
movl -12(%rbp), %eax
subl $1, %eax
movl %eax, -24(%rbp)
LBB28_23: ## =>This Loop Header: Depth=1
## Child Loop BB28_25 Depth 2
## Child Loop BB28_30 Depth 2
cmpl $0, -28(%rbp)
jle LBB28_33
## %bb.24: ## in Loop: Header=BB28_23 Depth=1
jmp LBB28_25
LBB28_25: ## Parent Loop BB28_23 Depth=1
## => This Inner Loop Header: Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -37(%rbp) ## 1-byte Spill
jl LBB28_27
## %bb.26: ## in Loop: Header=BB28_25 Depth=2
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movzwl (%rax,%rcx,4), %eax
cmpl -36(%rbp), %eax
sete %al
movb %al, -37(%rbp) ## 1-byte Spill
LBB28_27: ## in Loop: Header=BB28_25 Depth=2
movb -37(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB28_28
jmp LBB28_29
LBB28_28: ## in Loop: Header=BB28_25 Depth=2
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
movl -16(%rbp), %eax
addl $-1, %eax
movl %eax, -16(%rbp)
jmp LBB28_25
LBB28_29: ## in Loop: Header=BB28_23 Depth=1
jmp LBB28_30
LBB28_30: ## Parent Loop BB28_23 Depth=1
## => This Inner Loop Header: Depth=2
movl -28(%rbp), %eax
cmpl -32(%rbp), %eax
jle LBB28_32
## %bb.31: ## in Loop: Header=BB28_30 Depth=2
movl -36(%rbp), %eax
movw %ax, %dx
movq -8(%rbp), %rax
movl -24(%rbp), %ecx
movl %ecx, %esi
addl $-1, %esi
movl %esi, -24(%rbp)
movslq %ecx, %rcx
movw %dx, (%rax,%rcx,4)
movl -28(%rbp), %eax
addl $-1, %eax
movl %eax, -28(%rbp)
jmp LBB28_30
LBB28_32: ## in Loop: Header=BB28_23 Depth=1
movl -32(%rbp), %eax
shll $1, %eax
movl %eax, -28(%rbp)
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
movl $0, -32(%rbp)
jmp LBB28_23
LBB28_33:
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function tdefl_huffman_enforce_max_code_size
_tdefl_huffman_enforce_max_code_size: ## @tdefl_huffman_enforce_max_code_size
.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 $0, -24(%rbp)
cmpl $1, -12(%rbp)
jg LBB29_2
## %bb.1:
jmp LBB29_19
LBB29_2:
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
LBB29_3: ## =>This Inner Loop Header: Depth=1
cmpl $32, -20(%rbp)
jg LBB29_6
## %bb.4: ## in Loop: Header=BB29_3 Depth=1
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
addl (%rax,%rcx,4), %edx
movl %edx, (%rax,%rcx,4)
## %bb.5: ## in Loop: Header=BB29_3 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB29_3
LBB29_6:
movl -16(%rbp), %eax
movl %eax, -20(%rbp)
LBB29_7: ## =>This Inner Loop Header: Depth=1
cmpl $0, -20(%rbp)
jle LBB29_10
## %bb.8: ## in Loop: Header=BB29_7 Depth=1
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movl -16(%rbp), %ecx
subl -20(%rbp), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
addl -24(%rbp), %eax
movl %eax, -24(%rbp)
## %bb.9: ## in Loop: Header=BB29_7 Depth=1
movl -20(%rbp), %eax
addl $-1, %eax
movl %eax, -20(%rbp)
jmp LBB29_7
LBB29_10:
jmp LBB29_11
LBB29_11: ## =>This Loop Header: Depth=1
## Child Loop BB29_13 Depth 2
movl -24(%rbp), %eax
## kill: def $rax killed $eax
movl -16(%rbp), %ecx
## kill: def $rcx killed $ecx
movl $1, %edx
## kill: def $cl killed $rcx
shlq %cl, %rdx
movq %rdx, %rcx
cmpq %rcx, %rax
je LBB29_19
## %bb.12: ## in Loop: Header=BB29_11 Depth=1
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movl (%rax,%rcx,4), %edx
addl $-1, %edx
movl %edx, (%rax,%rcx,4)
movl -16(%rbp), %eax
subl $1, %eax
movl %eax, -20(%rbp)
LBB29_13: ## Parent Loop BB29_11 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -20(%rbp)
jle LBB29_18
## %bb.14: ## in Loop: Header=BB29_13 Depth=2
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
cmpl $0, (%rax,%rcx,4)
je LBB29_16
## %bb.15: ## in Loop: Header=BB29_11 Depth=1
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl (%rax,%rcx,4), %edx
addl $-1, %edx
movl %edx, (%rax,%rcx,4)
movq -8(%rbp), %rax
movl -20(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %edx
addl $2, %edx
movl %edx, (%rax,%rcx,4)
jmp LBB29_18
LBB29_16: ## in Loop: Header=BB29_13 Depth=2
jmp LBB29_17
LBB29_17: ## in Loop: Header=BB29_13 Depth=2
movl -20(%rbp), %eax
addl $-1, %eax
movl %eax, -20(%rbp)
jmp LBB29_13
LBB29_18: ## in Loop: Header=BB29_11 Depth=1
movl -24(%rbp), %eax
addl $-1, %eax
movl %eax, -24(%rbp)
jmp LBB29_11
LBB29_19:
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 4 ## @mz_crc32.s_crc32
_mz_crc32.s_crc32:
.long 0 ## 0x0
.long 498536548 ## 0x1db71064
.long 997073096 ## 0x3b6e20c8
.long 651767980 ## 0x26d930ac
.long 1994146192 ## 0x76dc4190
.long 1802195444 ## 0x6b6b51f4
.long 1303535960 ## 0x4db26158
.long 1342533948 ## 0x5005713c
.long 3988292384 ## 0xedb88320
.long 4027552580 ## 0xf00f9344
.long 3604390888 ## 0xd6d6a3e8
.long 3412177804 ## 0xcb61b38c
.long 2607071920 ## 0x9b64c2b0
.long 2262029012 ## 0x86d3d2d4
.long 2685067896 ## 0xa00ae278
.long 3183342108 ## 0xbdbdf21c
.p2align 4 ## @tinfl_decompress.s_length_base
_tinfl_decompress.s_length_base:
.long 3 ## 0x3
.long 4 ## 0x4
.long 5 ## 0x5
.long 6 ## 0x6
.long 7 ## 0x7
.long 8 ## 0x8
.long 9 ## 0x9
.long 10 ## 0xa
.long 11 ## 0xb
.long 13 ## 0xd
.long 15 ## 0xf
.long 17 ## 0x11
.long 19 ## 0x13
.long 23 ## 0x17
.long 27 ## 0x1b
.long 31 ## 0x1f
.long 35 ## 0x23
.long 43 ## 0x2b
.long 51 ## 0x33
.long 59 ## 0x3b
.long 67 ## 0x43
.long 83 ## 0x53
.long 99 ## 0x63
.long 115 ## 0x73
.long 131 ## 0x83
.long 163 ## 0xa3
.long 195 ## 0xc3
.long 227 ## 0xe3
.long 258 ## 0x102
.long 0 ## 0x0
.long 0 ## 0x0
.p2align 4 ## @tinfl_decompress.s_length_extra
_tinfl_decompress.s_length_extra:
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.long 2 ## 0x2
.long 2 ## 0x2
.long 2 ## 0x2
.long 3 ## 0x3
.long 3 ## 0x3
.long 3 ## 0x3
.long 3 ## 0x3
.long 4 ## 0x4
.long 4 ## 0x4
.long 4 ## 0x4
.long 4 ## 0x4
.long 5 ## 0x5
.long 5 ## 0x5
.long 5 ## 0x5
.long 5 ## 0x5
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.p2align 4 ## @tinfl_decompress.s_dist_base
_tinfl_decompress.s_dist_base:
.long 1 ## 0x1
.long 2 ## 0x2
.long 3 ## 0x3
.long 4 ## 0x4
.long 5 ## 0x5
.long 7 ## 0x7
.long 9 ## 0x9
.long 13 ## 0xd
.long 17 ## 0x11
.long 25 ## 0x19
.long 33 ## 0x21
.long 49 ## 0x31
.long 65 ## 0x41
.long 97 ## 0x61
.long 129 ## 0x81
.long 193 ## 0xc1
.long 257 ## 0x101
.long 385 ## 0x181
.long 513 ## 0x201
.long 769 ## 0x301
.long 1025 ## 0x401
.long 1537 ## 0x601
.long 2049 ## 0x801
.long 3073 ## 0xc01
.long 4097 ## 0x1001
.long 6145 ## 0x1801
.long 8193 ## 0x2001
.long 12289 ## 0x3001
.long 16385 ## 0x4001
.long 24577 ## 0x6001
.long 0 ## 0x0
.long 0 ## 0x0
.p2align 4 ## @tinfl_decompress.s_dist_extra
_tinfl_decompress.s_dist_extra:
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.long 2 ## 0x2
.long 3 ## 0x3
.long 3 ## 0x3
.long 4 ## 0x4
.long 4 ## 0x4
.long 5 ## 0x5
.long 5 ## 0x5
.long 6 ## 0x6
.long 6 ## 0x6
.long 7 ## 0x7
.long 7 ## 0x7
.long 8 ## 0x8
.long 8 ## 0x8
.long 9 ## 0x9
.long 9 ## 0x9
.long 10 ## 0xa
.long 10 ## 0xa
.long 11 ## 0xb
.long 11 ## 0xb
.long 12 ## 0xc
.long 12 ## 0xc
.long 13 ## 0xd
.long 13 ## 0xd
.long 0 ## 0x0
.long 0 ## 0x0
.p2align 4 ## @tinfl_decompress.s_length_dezigzag
_tinfl_decompress.s_length_dezigzag:
.ascii "\020\021\022\000\b\007\t\006\n\005\013\004\f\003\r\002\016\001\017"
.p2align 2 ## @tinfl_decompress.s_min_table_sizes
_tinfl_decompress.s_min_table_sizes:
.long 257 ## 0x101
.long 1 ## 0x1
.long 4 ## 0x4
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\005\005\004"
L_.str.1: ## @.str.1
.asciz "\002\003\007"
L_.str.2: ## @.str.2
.asciz "\003\003\013"
.section __TEXT,__const
.p2align 4 ## @tdefl_write_image_to_png_file_in_memory_ex.s_tdefl_png_num_probes
_tdefl_write_image_to_png_file_in_memory_ex.s_tdefl_png_num_probes:
.long 0 ## 0x0
.long 1 ## 0x1
.long 6 ## 0x6
.long 32 ## 0x20
.long 16 ## 0x10
.long 32 ## 0x20
.long 128 ## 0x80
.long 256 ## 0x100
.long 512 ## 0x200
.long 768 ## 0x300
.long 1500 ## 0x5dc
_tdefl_write_image_to_png_file_in_memory_ex.chans: ## @tdefl_write_image_to_png_file_in_memory_ex.chans
.ascii "\000\000\004\002\006"
l_.str.3: ## @.str.3
.asciz "\000\000\000\000\000\000\000\000IEND\256B`\202"
.p2align 4 ## @s_tdefl_small_dist_sym
_s_tdefl_small_dist_sym:
.ascii "\000\001\002\003\004\004\005\005\006\006\006\006\007\007\007\007\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\013\013\013\013\013\013\013\013\013\013\013\013\013\013\013\013\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\016\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\017\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\020\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021\021"
.p2align 4 ## @s_tdefl_large_dist_sym
_s_tdefl_large_dist_sym:
.ascii "\000\000\022\023\024\024\025\025\026\026\026\026\027\027\027\027\030\030\030\030\030\030\030\030\031\031\031\031\031\031\031\031\032\032\032\032\032\032\032\032\032\032\032\032\032\032\032\032\033\033\033\033\033\033\033\033\033\033\033\033\033\033\033\033\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\034\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035\035"
.p2align 4 ## @s_tdefl_len_sym
_s_tdefl_len_sym:
.short 257 ## 0x101
.short 258 ## 0x102
.short 259 ## 0x103
.short 260 ## 0x104
.short 261 ## 0x105
.short 262 ## 0x106
.short 263 ## 0x107
.short 264 ## 0x108
.short 265 ## 0x109
.short 265 ## 0x109
.short 266 ## 0x10a
.short 266 ## 0x10a
.short 267 ## 0x10b
.short 267 ## 0x10b
.short 268 ## 0x10c
.short 268 ## 0x10c
.short 269 ## 0x10d
.short 269 ## 0x10d
.short 269 ## 0x10d
.short 269 ## 0x10d
.short 270 ## 0x10e
.short 270 ## 0x10e
.short 270 ## 0x10e
.short 270 ## 0x10e
.short 271 ## 0x10f
.short 271 ## 0x10f
.short 271 ## 0x10f
.short 271 ## 0x10f
.short 272 ## 0x110
.short 272 ## 0x110
.short 272 ## 0x110
.short 272 ## 0x110
.short 273 ## 0x111
.short 273 ## 0x111
.short 273 ## 0x111
.short 273 ## 0x111
.short 273 ## 0x111
.short 273 ## 0x111
.short 273 ## 0x111
.short 273 ## 0x111
.short 274 ## 0x112
.short 274 ## 0x112
.short 274 ## 0x112
.short 274 ## 0x112
.short 274 ## 0x112
.short 274 ## 0x112
.short 274 ## 0x112
.short 274 ## 0x112
.short 275 ## 0x113
.short 275 ## 0x113
.short 275 ## 0x113
.short 275 ## 0x113
.short 275 ## 0x113
.short 275 ## 0x113
.short 275 ## 0x113
.short 275 ## 0x113
.short 276 ## 0x114
.short 276 ## 0x114
.short 276 ## 0x114
.short 276 ## 0x114
.short 276 ## 0x114
.short 276 ## 0x114
.short 276 ## 0x114
.short 276 ## 0x114
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 277 ## 0x115
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 278 ## 0x116
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 279 ## 0x117
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 280 ## 0x118
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 281 ## 0x119
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 282 ## 0x11a
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 283 ## 0x11b
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 284 ## 0x11c
.short 285 ## 0x11d
.section __DATA,__data
.p2align 4 ## @s_tdefl_packed_code_size_syms_swizzle
_s_tdefl_packed_code_size_syms_swizzle:
.ascii "\020\021\022\000\b\007\t\006\n\005\013\004\f\003\r\002\016\001\017"
.section __TEXT,__const
.p2align 4 ## @mz_bitmasks
_mz_bitmasks:
.long 0 ## 0x0
.long 1 ## 0x1
.long 3 ## 0x3
.long 7 ## 0x7
.long 15 ## 0xf
.long 31 ## 0x1f
.long 63 ## 0x3f
.long 127 ## 0x7f
.long 255 ## 0xff
.long 511 ## 0x1ff
.long 1023 ## 0x3ff
.long 2047 ## 0x7ff
.long 4095 ## 0xfff
.long 8191 ## 0x1fff
.long 16383 ## 0x3fff
.long 32767 ## 0x7fff
.long 65535 ## 0xffff
.p2align 4 ## @s_tdefl_len_extra
_s_tdefl_len_extra:
.asciz "\000\000\000\000\000\000\000\000\001\001\001\001\001\001\001\001\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005"
.p2align 4 ## @s_tdefl_small_dist_extra
_s_tdefl_small_dist_extra:
.ascii "\000\000\000\000\001\001\001\001\002\002\002\002\002\002\002\002\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\005\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\006\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007"
.p2align 4 ## @s_tdefl_large_dist_extra
_s_tdefl_large_dist_extra:
.ascii "\000\000\b\b\t\t\t\t\n\n\n\n\n\n\n\n\013\013\013\013\013\013\013\013\013\013\013\013\013\013\013\013\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r"
.subsections_via_symbols
| the_stack_data/151705331.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]
str wzr, [sp, #28]
adrp x8, l___const.main.taps@PAGE
add x8, x8, l___const.main.taps@PAGEOFF
ldr x8, [x8]
stur x8, [x29, #-16]
adrp x8, l___const.main.strings@PAGE
add x8, x8, l___const.main.strings@PAGEOFF
ldr q0, [x8]
str q0, [sp, #32]
str wzr, [sp, #24]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldr w8, [sp, #24]
subs w8, w8, #100
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
strb wzr, [sp, #23]
str wzr, [sp, #16]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldrsw x8, [sp, #16]
subs x8, x8, #2
cset w8, hs
tbnz w8, #0, LBB0_8
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #24]
ldrsw x10, [sp, #16]
sub x9, x29, #16
ldr w10, [x9, x10, lsl #2]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldrsw x9, [sp, #16]
add x8, sp, #32
ldr x8, [x8, x9, lsl #3]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w8, #1
strb w8, [sp, #23]
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_3 Depth=2
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_3
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
ldrb w8, [sp, #23]
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
ldr w9, [sp, #24]
; 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_10
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB0_1
LBB0_12:
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_14
b LBB0_13
LBB0_13:
bl ___stack_chk_fail
LBB0_14:
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 2 ; @__const.main.taps
l___const.main.taps:
.long 3 ; 0x3
.long 5 ; 0x5
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Fizz"
l_.str.1: ; @.str.1
.asciz "Buzz"
.section __DATA,__const
.p2align 3 ; @__const.main.strings
l___const.main.strings:
.quad l_.str
.quad l_.str.1
.section __TEXT,__cstring,cstring_literals
l_.str.2: ; @.str.2
.asciz "%s"
l_.str.3: ; @.str.3
.asciz "%d"
l_.str.4: ; @.str.4
.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 $48, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -36(%rbp)
movq L___const.main.taps(%rip), %rax
movq %rax, -16(%rbp)
movq l___const.main.strings(%rip), %rax
movq %rax, -32(%rbp)
movq l___const.main.strings+8(%rip), %rax
movq %rax, -24(%rbp)
movl $0, -40(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
cmpl $100, -40(%rbp)
jge LBB0_12
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movb $0, -41(%rbp)
movl $0, -48(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movslq -48(%rbp), %rax
cmpq $2, %rax
jae LBB0_8
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl -40(%rbp), %eax
movslq -48(%rbp), %rcx
cltd
idivl -16(%rbp,%rcx,4)
cmpl $0, %edx
jne LBB0_6
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movslq -48(%rbp), %rax
movq -32(%rbp,%rax,8), %rsi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movb $1, -41(%rbp)
LBB0_6: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_7
LBB0_7: ## in Loop: Header=BB0_3 Depth=2
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB0_3
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
testb $1, -41(%rbp)
jne LBB0_10
## %bb.9: ## in Loop: Header=BB0_1 Depth=1
movl -40(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
## %bb.11: ## in Loop: Header=BB0_1 Depth=1
movl -40(%rbp), %eax
addl $1, %eax
movl %eax, -40(%rbp)
jmp LBB0_1
LBB0_12:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_14
## %bb.13:
xorl %eax, %eax
addq $48, %rsp
popq %rbp
retq
LBB0_14:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 2 ## @__const.main.taps
L___const.main.taps:
.long 3 ## 0x3
.long 5 ## 0x5
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Fizz"
L_.str.1: ## @.str.1
.asciz "Buzz"
.section __DATA,__const
.p2align 4 ## @__const.main.strings
l___const.main.strings:
.quad L_.str
.quad L_.str.1
.section __TEXT,__cstring,cstring_literals
L_.str.2: ## @.str.2
.asciz "%s"
L_.str.3: ## @.str.3
.asciz "%d"
L_.str.4: ## @.str.4
.asciz "\n"
.subsections_via_symbols
| the_stack_data/92327155.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]
adrp x8, l___const.main.s@PAGE
add x8, x8, l___const.main.s@PAGEOFF
ldr w8, [x8]
sub x0, x29, #8
str x0, [sp, #8] ; 8-byte Folded Spill
stur w8, [x29, #-8]
bl _reverse
ldr x8, [sp, #8] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@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
.globl _reverse ; -- Begin function reverse
.p2align 2
_reverse: ; @reverse
.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]
str x8, [sp] ; 8-byte Folded Spill
ldr x0, [sp, #8]
bl _length
mov x2, x0
ldr x0, [sp] ; 8-byte Folded Reload
mov w1, #0
bl _reverseHelper
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _reverseHelper ; -- Begin function reverseHelper
.p2align 2
_reverseHelper: ; @reverseHelper
.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 w2, [sp, #16]
ldur w8, [x29, #-12]
ldr w9, [sp, #16]
ldur w10, [x29, #-12]
subs w9, w9, w10
subs w9, w9, #1
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
b LBB2_3
LBB2_2:
ldur x8, [x29, #-8]
ldursw x9, [x29, #-12]
ldrsb w8, [x8, x9]
str w8, [sp, #12]
ldur x8, [x29, #-8]
ldr w9, [sp, #16]
ldur w10, [x29, #-12]
subs w9, w9, w10
subs w9, w9, #1
add x8, x8, w9, sxtw
ldrb w8, [x8]
ldur x9, [x29, #-8]
ldursw x10, [x29, #-12]
add x9, x9, x10
strb w8, [x9]
ldr w8, [sp, #12]
ldur x9, [x29, #-8]
ldr w10, [sp, #16]
ldur w11, [x29, #-12]
subs w10, w10, w11
subs w10, w10, #1
strb w8, [x9, w10, sxtw]
ldur x0, [x29, #-8]
ldur w8, [x29, #-12]
add w1, w8, #1
ldr w2, [sp, #16]
bl _reverseHelper
b LBB2_3
LBB2_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _length ; -- Begin function length
.p2align 2
_length: ; @length
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
str wzr, [sp, #4]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
ldrsw x9, [sp, #4]
ldrsb w8, [x8, x9]
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 w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB3_1
LBB3_3:
ldr w0, [sp, #4]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l___const.main.s: ; @__const.main.s
.asciz "abc"
l_.str: ; @.str
.asciz "%s\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 L___const.main.s(%rip), %eax
movl %eax, -8(%rbp)
leaq -8(%rbp), %rdi
callq _reverse
leaq -8(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _reverse ## -- Begin function reverse
.p2align 4, 0x90
_reverse: ## @reverse
.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, -16(%rbp) ## 8-byte Spill
movq -8(%rbp), %rdi
callq _length
movq -16(%rbp), %rdi ## 8-byte Reload
movl %eax, %edx
xorl %esi, %esi
callq _reverseHelper
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _reverseHelper ## -- Begin function reverseHelper
.p2align 4, 0x90
_reverseHelper: ## @reverseHelper
.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 %edx, -16(%rbp)
movl -12(%rbp), %eax
movl -16(%rbp), %ecx
subl -12(%rbp), %ecx
subl $1, %ecx
cmpl %ecx, %eax
jl LBB2_2
## %bb.1:
jmp LBB2_3
LBB2_2:
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movl %eax, -20(%rbp)
movq -8(%rbp), %rax
movl -16(%rbp), %ecx
subl -12(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movb (%rax,%rcx), %dl
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movb %dl, (%rax,%rcx)
movl -20(%rbp), %eax
movb %al, %dl
movq -8(%rbp), %rax
movl -16(%rbp), %ecx
subl -12(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
movq -8(%rbp), %rdi
movl -12(%rbp), %esi
addl $1, %esi
movl -16(%rbp), %edx
callq _reverseHelper
LBB2_3:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _length ## -- Begin function length
.p2align 4, 0x90
_length: ## @length
.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 $0, -12(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
je LBB3_3
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB3_1
LBB3_3:
movl -12(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L___const.main.s: ## @__const.main.s
.asciz "abc"
L_.str: ## @.str
.asciz "%s\n"
.subsections_via_symbols
| the_stack_data/126817.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _generate13 ; -- Begin function generate13
.p2align 2
_generate13: ; @generate13
.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
ldur w8, [x29, #-4]
mov x0, x8
bl _func
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 _generate13 ## -- Begin function generate13
.p2align 4, 0x90
_generate13: ## @generate13
.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 -8(%rbp), %edi
callq _func
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/95448928.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/18002.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _print_matrix ; -- Begin function print_matrix
.p2align 2
_print_matrix: ; @print_matrix
.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]
str x3, [sp, #24]
str w4, [sp, #20]
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
str wzr, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldr w8, [sp, #16]
ldur w9, [x29, #-12]
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, #12]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #12]
ldur w9, [x29, #-16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr x8, [sp, #24]
ldr w9, [sp, #16]
ldr w10, [sp, #12]
ldr w11, [sp, #20]
mul w10, w10, w11
add w9, w9, w10
ldr s0, [x8, w9, sxtw #2]
fcvt d0, s0
mov x8, sp
str d0, [x8]
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, #12]
add w8, w8, #1
str w8, [sp, #12]
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 _printf
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_1
LBB0_8:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _read_pdb ; -- Begin function read_pdb
.p2align 2
_read_pdb: ; @read_pdb
.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, #64]
str x1, [sp, #56]
str wzr, [sp, #28]
mov w8, #1000
str w8, [sp, #16]
ldrsw x8, [sp, #16]
lsl x0, x8, #2
bl _malloc
str x0, [sp, #8]
ldr x0, [sp, #64]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fopen
str x0, [sp, #32]
b LBB1_1
LBB1_1: ; =>This Loop Header: Depth=1
; Child Loop BB1_7 Depth 2
; Child Loop BB1_9 Depth 3
ldr x2, [sp, #32]
add x0, sp, #88
mov w1, #80
bl _fgets
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB1_15
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #88]
add x0, sp, #20
str w8, [sp, #20]
strb wzr, [sp, #24]
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
b LBB1_1
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #28]
ldr w9, [sp, #16]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #500
str w8, [sp, #16]
ldr x0, [sp, #8]
ldrsw x8, [sp, #16]
lsl x1, x8, #2
bl _realloc
str x0, [sp, #8]
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
str wzr, [sp, #52]
b LBB1_7
LBB1_7: ; Parent Loop BB1_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB1_9 Depth 3
ldr w8, [sp, #52]
subs w8, w8, #3
cset w8, ge
tbnz w8, #0, LBB1_14
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_7 Depth=2
ldr w9, [sp, #52]
mov w8, #8
mul w8, w8, w9
add w8, w8, #30
str w8, [sp, #44]
str wzr, [sp, #48]
b LBB1_9
LBB1_9: ; Parent Loop BB1_1 Depth=1
; Parent Loop BB1_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #48]
subs w8, w8, #8
cset w8, ge
tbnz w8, #0, LBB1_12
b LBB1_10
LBB1_10: ; in Loop: Header=BB1_9 Depth=3
ldr w8, [sp, #44]
ldr w9, [sp, #48]
add w9, w8, w9
add x8, sp, #88
add x8, x8, w9, sxtw
ldrb w8, [x8]
ldrsw x10, [sp, #48]
add x9, sp, #72
add x9, x9, x10
strb w8, [x9]
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_9 Depth=3
ldr w8, [sp, #48]
add w8, w8, #1
str w8, [sp, #48]
b LBB1_9
LBB1_12: ; in Loop: Header=BB1_7 Depth=2
add x0, sp, #72
mov x1, #0
bl _strtof
ldr x8, [sp, #8]
ldrsw x9, [sp, #28]
str s0, [x8, x9, lsl #2]
str xzr, [sp, #72]
strb wzr, [sp, #80]
ldr w8, [sp, #28]
add w8, w8, #1
str w8, [sp, #28]
b LBB1_13
LBB1_13: ; in Loop: Header=BB1_7 Depth=2
ldr w8, [sp, #52]
add w8, w8, #1
str w8, [sp, #52]
b LBB1_7
LBB1_14: ; in Loop: Header=BB1_1 Depth=1
b LBB1_1
LBB1_15:
ldr x0, [sp, #32]
bl _fclose
ldr w8, [sp, #28]
ldr x9, [sp, #56]
str w8, [x9]
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, LBB1_17
b LBB1_16
LBB1_16:
bl ___stack_chk_fail
LBB1_17:
ldr x0, [sp] ; 8-byte Folded Reload
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
add sp, sp, #192
ret
.cfi_endproc
; -- End function
.globl _calc_kirchhoff ; -- Begin function calc_kirchhoff
.p2align 2
_calc_kirchhoff: ; @calc_kirchhoff
.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
stur x0, [x29, #-8]
stur w1, [x29, #-12]
stur s0, [x29, #-16]
stur x2, [x29, #-24]
ldur w8, [x29, #-12]
mov w9, #3
sdiv w8, w8, w9
stur w8, [x29, #-36]
ldur w8, [x29, #-36]
ldur w9, [x29, #-36]
mul w9, w8, w9
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
lsl x0, x8, #2
bl _malloc
stur x0, [x29, #-48]
ldur w8, [x29, #-12]
; implicit-def: $x11
mov x11, x8
ldur w9, [x29, #-36]
; implicit-def: $x8
mov x8, x9
ldur w9, [x29, #-36]
ldur w10, [x29, #-36]
mul w10, w9, w10
mov x9, sp
str x11, [x9]
str x8, [x9, #8]
; implicit-def: $x8
mov x8, x10
str x8, [x9, #16]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
ldur s0, [x29, #-16]
ldur s1, [x29, #-16]
fmul s0, s0, s1
str s0, [sp, #52]
stur wzr, [x29, #-28]
b LBB2_1
LBB2_1: ; =>This Loop Header: Depth=1
; Child Loop BB2_3 Depth 2
ldur w8, [x29, #-28]
ldur w9, [x29, #-12]
subs w9, w9, #3
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_10
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldur x8, [x29, #-8]
ldursw x9, [x29, #-28]
ldr s0, [x8, x9, lsl #2]
str s0, [sp, #48]
ldur x8, [x29, #-8]
ldur w9, [x29, #-28]
add w9, w9, #1
ldr s0, [x8, w9, sxtw #2]
str s0, [sp, #44]
ldur x8, [x29, #-8]
ldur w9, [x29, #-28]
add w9, w9, #2
ldr s0, [x8, w9, sxtw #2]
str s0, [sp, #40]
ldur w8, [x29, #-28]
add w8, w8, #3
stur w8, [x29, #-32]
b LBB2_3
LBB2_3: ; Parent Loop BB2_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-32]
ldur w9, [x29, #-12]
subs w9, w9, #2
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_8
b LBB2_4
LBB2_4: ; in Loop: Header=BB2_3 Depth=2
ldur x8, [x29, #-8]
ldursw x9, [x29, #-32]
ldr s0, [x8, x9, lsl #2]
str s0, [sp, #36]
ldur x8, [x29, #-8]
ldur w9, [x29, #-32]
add w9, w9, #1
ldr s0, [x8, w9, sxtw #2]
str s0, [sp, #32]
ldur x8, [x29, #-8]
ldur w9, [x29, #-32]
add w9, w9, #2
ldr s0, [x8, w9, sxtw #2]
str s0, [sp, #28]
ldr s0, [sp, #48]
ldr s1, [sp, #36]
fsub s0, s0, s1
ldr s1, [sp, #48]
ldr s2, [sp, #36]
fsub s1, s1, s2
ldr s2, [sp, #44]
ldr s3, [sp, #32]
fsub s2, s2, s3
ldr s3, [sp, #44]
ldr s4, [sp, #32]
fsub s3, s3, s4
fmul s2, s2, s3
fmadd s2, s0, s1, s2
ldr s0, [sp, #40]
ldr s1, [sp, #28]
fsub s0, s0, s1
ldr s1, [sp, #40]
ldr s3, [sp, #28]
fsub s1, s1, s3
fmadd s0, s0, s1, s2
str s0, [sp, #24]
ldr s0, [sp, #24]
ldr s1, [sp, #52]
fcmp s0, s1
cset w8, hi
tbnz w8, #0, LBB2_6
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_3 Depth=2
ldur w8, [x29, #-28]
mov w9, #3
sdiv w8, w8, w9
stur w8, [x29, #-52]
ldur w8, [x29, #-32]
sdiv w8, w8, w9
str w8, [sp, #56]
ldur x8, [x29, #-48]
ldur w9, [x29, #-52]
ldur w10, [x29, #-36]
mul w9, w9, w10
ldur w10, [x29, #-52]
add w9, w9, w10
add x8, x8, w9, sxtw #2
ldr s0, [x8]
fcvt d0, s0
fmov d1, #1.00000000
fadd d0, d0, d1
fcvt s0, d0
str s0, [x8]
ldur x8, [x29, #-48]
ldr w9, [sp, #56]
ldur w10, [x29, #-36]
mul w9, w9, w10
ldr w10, [sp, #56]
add w9, w9, w10
add x8, x8, w9, sxtw #2
ldr s0, [x8]
fcvt d0, s0
fadd d0, d0, d1
fcvt s0, d0
str s0, [x8]
ldur x8, [x29, #-48]
ldur w9, [x29, #-52]
ldur w10, [x29, #-36]
mul w9, w9, w10
ldr w10, [sp, #56]
add w9, w9, w10
fmov s0, #-1.00000000
str s0, [x8, w9, sxtw #2]
ldur x8, [x29, #-48]
ldr w9, [sp, #56]
ldur w10, [x29, #-36]
mul w9, w9, w10
ldur w10, [x29, #-52]
add w9, w9, w10
str s0, [x8, w9, sxtw #2]
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_3 Depth=2
b LBB2_7
LBB2_7: ; in Loop: Header=BB2_3 Depth=2
ldur w8, [x29, #-32]
add w8, w8, #3
stur w8, [x29, #-32]
b LBB2_3
LBB2_8: ; in Loop: Header=BB2_1 Depth=1
b LBB2_9
LBB2_9: ; in Loop: Header=BB2_1 Depth=1
ldur w8, [x29, #-28]
add w8, w8, #3
stur w8, [x29, #-28]
b LBB2_1
LBB2_10:
ldur w8, [x29, #-36]
ldur x9, [x29, #-24]
str w8, [x9]
ldur x0, [x29, #-48]
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function diagmtx
lCPI3_0:
.quad 0x3ee4f8b588e368f1 ; double 1.0000000000000001E-5
.section __TEXT,__text,regular,pure_instructions
.globl _diagmtx
.p2align 2
_diagmtx: ; @diagmtx
.cfi_startproc
; %bb.0:
sub sp, sp, #432
.cfi_def_cfa_offset 432
stp x28, x27, [sp, #368] ; 16-byte Folded Spill
stp x22, x21, [sp, #384] ; 16-byte Folded Spill
stp x20, x19, [sp, #400] ; 16-byte Folded Spill
stp x29, x30, [sp, #416] ; 16-byte Folded Spill
add x29, sp, #416
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w27, -56
.cfi_offset w28, -64
stur x0, [x29, #-56]
sub x8, x29, #60
str x8, [sp, #168] ; 8-byte Folded Spill
stur w1, [x29, #-60]
stur w2, [x29, #-64]
sub x8, x29, #69
str x8, [sp, #200] ; 8-byte Folded Spill
mov w8, #86
sturb w8, [x29, #-69]
sub x8, x29, #70
str x8, [sp, #160] ; 8-byte Folded Spill
mov w8, #85
sturb w8, [x29, #-70]
sub x8, x29, #71
str x8, [sp, #152] ; 8-byte Folded Spill
mov w8, #73
sturb w8, [x29, #-71]
ldur w8, [x29, #-60]
sub x9, x29, #76
str x9, [sp, #176] ; 8-byte Folded Spill
stur w8, [x29, #-76]
ldur w8, [x29, #-60]
sub x9, x29, #80
str x9, [sp, #120] ; 8-byte Folded Spill
stur w8, [x29, #-80]
sub x22, x29, #84
mov w8, #1
stur w8, [x29, #-84]
ldur w8, [x29, #-64]
sub x21, x29, #88
stur w8, [x29, #-88]
ldursw x9, [x29, #-60]
mov x8, #4
stur x8, [x29, #-192] ; 8-byte Folded Spill
mul x0, x8, x9
bl _malloc
stur x0, [x29, #-112]
ldur w8, [x29, #-80]
; implicit-def: $x10
mov x10, x8
ldur w9, [x29, #-64]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
ldur x8, [x29, #-192] ; 8-byte Folded Reload
ldursw x9, [x29, #-80]
mul x8, x8, x9
ldursw x9, [x29, #-64]
mul x0, x8, x9
bl _malloc
ldur x8, [x29, #-192] ; 8-byte Folded Reload
stur x0, [x29, #-120]
ldursw x9, [x29, #-60]
mul x0, x8, x9
bl _malloc
ldr x12, [sp, #120] ; 8-byte Folded Reload
ldr x1, [sp, #152] ; 8-byte Folded Reload
ldr x2, [sp, #160] ; 8-byte Folded Reload
ldr x3, [sp, #168] ; 8-byte Folded Reload
ldr x5, [sp, #176] ; 8-byte Folded Reload
mov x8, x0
ldr x0, [sp, #200] ; 8-byte Folded Reload
stur x8, [x29, #-128]
sub x20, x29, #168
fmov s0, #-1.00000000
stur s0, [x29, #-168]
sub x10, x29, #140
str x10, [sp, #128] ; 8-byte Folded Spill
mov w9, #-1
stur w9, [x29, #-140]
sub x8, x29, #144
str x8, [sp, #136] ; 8-byte Folded Spill
stur w9, [x29, #-144]
ldur x4, [x29, #-56]
ldur x14, [x29, #-112]
ldur x13, [x29, #-120]
ldur x11, [x29, #-128]
mov x9, sp
str x9, [sp, #112] ; 8-byte Folded Spill
mov x15, x22
str x15, [x9]
mov x15, x21
str x15, [x9, #8]
mov x15, x20
str x15, [x9, #16]
sub x19, x29, #100
mov x15, x19
str x15, [x9, #24]
str x14, [x9, #32]
str x13, [x9, #40]
str x12, [x9, #48]
str x11, [x9, #56]
sub x11, x29, #160
str x11, [x9, #64]
str x10, [x9, #72]
sub x10, x29, #164
str x10, [x9, #80]
str x8, [x9, #88]
sub x8, x29, #156
str x8, [sp, #144] ; 8-byte Folded Spill
str x8, [x9, #96]
sub x6, x29, #92
str x6, [sp, #184] ; 8-byte Folded Spill
sub x7, x29, #96
str x7, [sp, #192] ; 8-byte Folded Spill
bl _ssyevr_
ldur w9, [x29, #-156]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
stur x0, [x29, #-200] ; 8-byte Folded Spill
bl _printf
ldur x8, [x29, #-192] ; 8-byte Folded Reload
ldur s0, [x29, #-160]
fcvtzs w9, s0
stur w9, [x29, #-140]
ldur w9, [x29, #-164]
stur w9, [x29, #-144]
ldursw x9, [x29, #-140]
mul x0, x8, x9
bl _malloc
ldur x8, [x29, #-192] ; 8-byte Folded Reload
stur x0, [x29, #-136]
ldursw x9, [x29, #-140]
mul x0, x8, x9
bl _malloc
ldr x15, [sp, #120] ; 8-byte Folded Reload
ldr x12, [sp, #128] ; 8-byte Folded Reload
ldr x10, [sp, #136] ; 8-byte Folded Reload
ldr x8, [sp, #144] ; 8-byte Folded Reload
ldr x1, [sp, #152] ; 8-byte Folded Reload
ldr x2, [sp, #160] ; 8-byte Folded Reload
ldr x3, [sp, #168] ; 8-byte Folded Reload
ldr x5, [sp, #176] ; 8-byte Folded Reload
ldr x6, [sp, #184] ; 8-byte Folded Reload
ldr x7, [sp, #192] ; 8-byte Folded Reload
mov x9, x0
ldr x0, [sp, #200] ; 8-byte Folded Reload
stur x9, [x29, #-152]
ldur x4, [x29, #-56]
ldur x17, [x29, #-112]
ldur x16, [x29, #-120]
ldur x14, [x29, #-128]
ldur x13, [x29, #-136]
ldur x11, [x29, #-152]
mov x9, sp
str x9, [sp, #208] ; 8-byte Folded Spill
str x22, [x9]
str x21, [x9, #8]
str x20, [x9, #16]
str x19, [x9, #24]
str x17, [x9, #32]
str x16, [x9, #40]
str x15, [x9, #48]
str x14, [x9, #56]
str x13, [x9, #64]
str x12, [x9, #72]
str x11, [x9, #80]
str x10, [x9, #88]
str x8, [x9, #96]
bl _ssyevr_
ldur x0, [x29, #-200] ; 8-byte Folded Reload
ldur w9, [x29, #-156]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
bl _printf
ldur x8, [x29, #-192] ; 8-byte Folded Reload
stur wzr, [x29, #-172]
ldursw x9, [x29, #-100]
mul x0, x8, x9
bl _malloc
stur x0, [x29, #-184]
stur wzr, [x29, #-68]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-68]
ldur w9, [x29, #-100]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_6
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldur x8, [x29, #-112]
ldursw x9, [x29, #-68]
ldr s0, [x8, x9, lsl #2]
movi d1, #0000000000000000
fsub s0, s0, s1
fcvt d0, s0
adrp x8, lCPI3_0@PAGE
ldr d1, [x8, lCPI3_0@PAGEOFF]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB3_4
b LBB3_3
LBB3_3: ; in Loop: Header=BB3_1 Depth=1
ldur w9, [x29, #-172]
mov w8, #1
add w9, w9, #1
stur w9, [x29, #-172]
ldur x9, [x29, #-184]
ldursw x10, [x29, #-68]
str w8, [x9, x10, lsl #2]
b LBB3_4
LBB3_4: ; in Loop: Header=BB3_1 Depth=1
b LBB3_5
LBB3_5: ; in Loop: Header=BB3_1 Depth=1
ldur w8, [x29, #-68]
add w8, w8, #1
stur w8, [x29, #-68]
b LBB3_1
LBB3_6:
ldur w9, [x29, #-100]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
ldur w9, [x29, #-172]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
ldur w2, [x29, #-100]
ldur x3, [x29, #-112]
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
mov w4, #1
mov x1, x4
bl _print_matrix
ldur x0, [x29, #-152]
bl _free
ldur x0, [x29, #-136]
bl _free
ldur x0, [x29, #-184]
bl _free
ldur x0, [x29, #-128]
bl _free
mov w0, #0
ldp x29, x30, [sp, #416] ; 16-byte Folded Reload
ldp x20, x19, [sp, #400] ; 16-byte Folded Reload
ldp x22, x21, [sp, #384] ; 16-byte Folded Reload
ldp x28, x27, [sp, #368] ; 16-byte Folded Reload
add sp, sp, #432
ret
.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
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, LBB4_2
b LBB4_1
LBB4_1:
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
mov w8, #1
stur w8, [x29, #-4]
b LBB4_3
LBB4_2:
ldur x8, [x29, #-16]
ldr x0, [x8, #8]
sub x1, x29, #20
bl _read_pdb
str x0, [sp, #24]
ldur w9, [x29, #-20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
ldr x0, [sp, #24]
ldur w1, [x29, #-20]
fmov s0, #10.00000000
sub x2, x29, #24
bl _calc_kirchhoff
str x0, [sp, #32]
ldur x8, [x29, #-16]
ldr x0, [x8, #16]
mov x1, #0
mov w2, #10
bl _strtol
mov x8, x0
str w8, [sp, #20]
ldur w9, [x29, #-24]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _printf
ldr x0, [sp, #32]
ldur w1, [x29, #-24]
ldr w2, [sp, #20]
bl _diagmtx
stur wzr, [x29, #-4]
b LBB4_3
LBB4_3:
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 "\n %s\n"
l_.str.1: ; @.str.1
.asciz " %6.2f"
l_.str.2: ; @.str.2
.asciz "\n"
l_.str.3: ; @.str.3
.asciz "r"
l_.str.4: ; @.str.4
.asciz "ATOM"
l_.str.5: ; @.str.5
.asciz "n = %d | mtx d = %d | dd = %d\n"
l_.str.6: ; @.str.6
.asciz "ldz = %d | nsele = %d\n"
l_.str.7: ; @.str.7
.asciz "info: %d\n"
l_.str.8: ; @.str.8
.asciz "\n The total number of eigenvalues found: %2i\n"
l_.str.9: ; @.str.9
.asciz "\n The total number of non-zero eigenvalues found: %2i\n"
l_.str.10: ; @.str.10
.asciz "Selected eigenvalues"
l_.str.11: ; @.str.11
.asciz "usage: pdbnm <pdbfile>\n"
l_.str.12: ; @.str.12
.asciz "n is %d\n"
l_.str.13: ; @.str.13
.asciz "dd is %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _print_matrix ## -- Begin function print_matrix
.p2align 4, 0x90
_print_matrix: ## @print_matrix
.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)
movq %rcx, -24(%rbp)
movl %r8d, -28(%rbp)
movq -8(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -32(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movl -32(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_8
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -36(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -36(%rbp), %eax
cmpl -16(%rbp), %eax
jge LBB0_6
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movq -24(%rbp), %rax
movl -32(%rbp), %ecx
movl -36(%rbp), %edx
imull -28(%rbp), %edx
addl %edx, %ecx
movslq %ecx, %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.1(%rip), %rdi
movb $1, %al
callq _printf
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB0_3
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_1
LBB0_8:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _read_pdb ## -- Begin function read_pdb
.p2align 4, 0x90
_read_pdb: ## @read_pdb
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $192, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -120(%rbp)
movq %rsi, -128(%rbp)
movl $0, -156(%rbp)
movl $1000, -168(%rbp) ## imm = 0x3E8
movslq -168(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -176(%rbp)
movq -120(%rbp), %rdi
leaq L_.str.3(%rip), %rsi
callq _fopen
movq %rax, -152(%rbp)
LBB1_1: ## =>This Loop Header: Depth=1
## Child Loop BB1_7 Depth 2
## Child Loop BB1_9 Depth 3
leaq -96(%rbp), %rdi
movq -152(%rbp), %rdx
movl $80, %esi
callq _fgets
cmpq $0, %rax
je LBB1_15
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl -96(%rbp), %eax
movl %eax, -161(%rbp)
movb $0, -157(%rbp)
leaq -161(%rbp), %rdi
leaq L_.str.4(%rip), %rsi
callq _strcmp
cmpl $0, %eax
je LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_1
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movl -156(%rbp), %eax
cmpl -168(%rbp), %eax
jl LBB1_6
## %bb.5: ## in Loop: Header=BB1_1 Depth=1
movl -168(%rbp), %eax
addl $500, %eax ## imm = 0x1F4
movl %eax, -168(%rbp)
movq -176(%rbp), %rdi
movslq -168(%rbp), %rsi
shlq $2, %rsi
callq _realloc
movq %rax, -176(%rbp)
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
movl $0, -132(%rbp)
LBB1_7: ## Parent Loop BB1_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB1_9 Depth 3
cmpl $3, -132(%rbp)
jge LBB1_14
## %bb.8: ## in Loop: Header=BB1_7 Depth=2
movl -132(%rbp), %eax
shll $3, %eax
addl $30, %eax
movl %eax, -140(%rbp)
movl $0, -136(%rbp)
LBB1_9: ## Parent Loop BB1_1 Depth=1
## Parent Loop BB1_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $8, -136(%rbp)
jge LBB1_12
## %bb.10: ## in Loop: Header=BB1_9 Depth=3
movl -140(%rbp), %eax
addl -136(%rbp), %eax
cltq
movb -96(%rbp,%rax), %cl
movslq -136(%rbp), %rax
movb %cl, -105(%rbp,%rax)
## %bb.11: ## in Loop: Header=BB1_9 Depth=3
movl -136(%rbp), %eax
addl $1, %eax
movl %eax, -136(%rbp)
jmp LBB1_9
LBB1_12: ## in Loop: Header=BB1_7 Depth=2
leaq -105(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _strtof
movq -176(%rbp), %rax
movslq -156(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
leaq -105(%rbp), %rdi
xorl %esi, %esi
movl $9, %edx
callq _memset
movl -156(%rbp), %eax
addl $1, %eax
movl %eax, -156(%rbp)
## %bb.13: ## in Loop: Header=BB1_7 Depth=2
movl -132(%rbp), %eax
addl $1, %eax
movl %eax, -132(%rbp)
jmp LBB1_7
LBB1_14: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_1
LBB1_15:
movq -152(%rbp), %rdi
callq _fclose
movl -156(%rbp), %ecx
movq -128(%rbp), %rax
movl %ecx, (%rax)
movq -176(%rbp), %rax
movq %rax, -184(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_17
## %bb.16:
movq -184(%rbp), %rax ## 8-byte Reload
addq $192, %rsp
popq %rbp
retq
LBB1_17:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function calc_kirchhoff
LCPI2_0:
.long 0xbf800000 ## float -1
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI2_1:
.quad 0x3ff0000000000000 ## double 1
.section __TEXT,__text,regular,pure_instructions
.globl _calc_kirchhoff
.p2align 4, 0x90
_calc_kirchhoff: ## @calc_kirchhoff
.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 %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movss %xmm0, -16(%rbp)
movq %rdx, -24(%rbp)
movl -12(%rbp), %eax
movl $3, %ecx
cltd
idivl %ecx
movl %eax, -36(%rbp)
movl -36(%rbp), %eax
imull -36(%rbp), %eax
movslq %eax, %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -48(%rbp)
movl -12(%rbp), %esi
movl -36(%rbp), %edx
movl -36(%rbp), %ecx
imull -36(%rbp), %ecx
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
movss -16(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -16(%rbp), %xmm0
movss %xmm0, -60(%rbp)
movl $0, -28(%rbp)
LBB2_1: ## =>This Loop Header: Depth=1
## Child Loop BB2_3 Depth 2
movl -28(%rbp), %eax
movl -12(%rbp), %ecx
subl $3, %ecx
cmpl %ecx, %eax
jge LBB2_10
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movq -8(%rbp), %rax
movslq -28(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -64(%rbp)
movq -8(%rbp), %rax
movl -28(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -68(%rbp)
movq -8(%rbp), %rax
movl -28(%rbp), %ecx
addl $2, %ecx
movslq %ecx, %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -72(%rbp)
movl -28(%rbp), %eax
addl $3, %eax
movl %eax, -32(%rbp)
LBB2_3: ## Parent Loop BB2_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -32(%rbp), %eax
movl -12(%rbp), %ecx
subl $2, %ecx
cmpl %ecx, %eax
jge LBB2_8
## %bb.4: ## in Loop: Header=BB2_3 Depth=2
movq -8(%rbp), %rax
movslq -32(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -76(%rbp)
movq -8(%rbp), %rax
movl -32(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -80(%rbp)
movq -8(%rbp), %rax
movl -32(%rbp), %ecx
addl $2, %ecx
movslq %ecx, %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -84(%rbp)
movss -64(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
subss -76(%rbp), %xmm1
movss -64(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
subss -76(%rbp), %xmm2
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -80(%rbp), %xmm0
movss -68(%rbp), %xmm3 ## xmm3 = mem[0],zero,zero,zero
subss -80(%rbp), %xmm3
mulss %xmm3, %xmm0
mulss %xmm2, %xmm1
addss %xmm0, %xmm1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -84(%rbp), %xmm0
movss -72(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
subss -84(%rbp), %xmm2
mulss %xmm2, %xmm0
addss %xmm1, %xmm0
movss %xmm0, -88(%rbp)
movss -88(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jb LBB2_6
## %bb.5: ## in Loop: Header=BB2_3 Depth=2
movl -28(%rbp), %eax
movl $3, %ecx
cltd
idivl %ecx
movl %eax, -52(%rbp)
movl -32(%rbp), %eax
movl $3, %ecx
cltd
idivl %ecx
movl %eax, -56(%rbp)
movq -48(%rbp), %rax
movl -52(%rbp), %ecx
imull -36(%rbp), %ecx
addl -52(%rbp), %ecx
movslq %ecx, %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI2_1(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, (%rax,%rcx,4)
movq -48(%rbp), %rax
movl -56(%rbp), %ecx
imull -36(%rbp), %ecx
addl -56(%rbp), %ecx
movslq %ecx, %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI2_1(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, (%rax,%rcx,4)
movq -48(%rbp), %rax
movl -52(%rbp), %ecx
imull -36(%rbp), %ecx
addl -56(%rbp), %ecx
movslq %ecx, %rcx
movss LCPI2_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, (%rax,%rcx,4)
movq -48(%rbp), %rax
movl -56(%rbp), %ecx
imull -36(%rbp), %ecx
addl -52(%rbp), %ecx
movslq %ecx, %rcx
movss LCPI2_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, (%rax,%rcx,4)
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 $3, %eax
movl %eax, -32(%rbp)
jmp LBB2_3
LBB2_8: ## in Loop: Header=BB2_1 Depth=1
jmp LBB2_9
LBB2_9: ## in Loop: Header=BB2_1 Depth=1
movl -28(%rbp), %eax
addl $3, %eax
movl %eax, -28(%rbp)
jmp LBB2_1
LBB2_10:
movl -36(%rbp), %ecx
movq -24(%rbp), %rax
movl %ecx, (%rax)
movq -48(%rbp), %rax
addq $96, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function diagmtx
LCPI3_0:
.long 0xbf800000 ## float -1
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI3_1:
.quad 0x3ee4f8b588e368f1 ## double 1.0000000000000001E-5
.section __TEXT,__text,regular,pure_instructions
.globl _diagmtx
.p2align 4, 0x90
_diagmtx: ## @diagmtx
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $392, %rsp ## imm = 0x188
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, -48(%rbp)
movl %esi, -52(%rbp)
movl %edx, -56(%rbp)
movb $86, -61(%rbp)
movb $85, -62(%rbp)
movb $73, -63(%rbp)
movl -52(%rbp), %eax
movl %eax, -68(%rbp)
movl -52(%rbp), %eax
movl %eax, -72(%rbp)
movl $1, -76(%rbp)
movl -56(%rbp), %eax
movl %eax, -80(%rbp)
movslq -52(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -104(%rbp)
movl -72(%rbp), %esi
movl -56(%rbp), %edx
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
movslq -72(%rbp), %rdi
shlq $2, %rdi
movslq -56(%rbp), %rax
imulq %rax, %rdi
callq _malloc
movq %rax, -112(%rbp)
movslq -52(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -120(%rbp)
movss LCPI3_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -160(%rbp)
movl $-1, -132(%rbp)
movl $-1, -136(%rbp)
movq -48(%rbp), %r8
movq -104(%rbp), %rax
movq %rax, -256(%rbp) ## 8-byte Spill
movq -112(%rbp), %r13
movq -120(%rbp), %r15
leaq -61(%rbp), %rdi
leaq -63(%rbp), %rsi
leaq -62(%rbp), %rdx
leaq -52(%rbp), %rcx
leaq -68(%rbp), %r9
leaq -84(%rbp), %rax
movq %rax, -304(%rbp) ## 8-byte Spill
leaq -88(%rbp), %rax
movq %rax, -296(%rbp) ## 8-byte Spill
leaq -76(%rbp), %rax
movq %rax, -288(%rbp) ## 8-byte Spill
leaq -80(%rbp), %rax
movq %rax, -280(%rbp) ## 8-byte Spill
leaq -160(%rbp), %rax
movq %rax, -272(%rbp) ## 8-byte Spill
leaq -92(%rbp), %rax
movq %rax, -264(%rbp) ## 8-byte Spill
leaq -72(%rbp), %r12
leaq -152(%rbp), %r14
leaq -132(%rbp), %rbx
leaq -156(%rbp), %r11
leaq -136(%rbp), %r10
leaq -148(%rbp), %rax
movq %rax, -248(%rbp) ## 8-byte Spill
movq -304(%rbp), %rax ## 8-byte Reload
movq %rax, (%rsp)
movq -296(%rbp), %rax ## 8-byte Reload
movq %rax, 8(%rsp)
movq -288(%rbp), %rax ## 8-byte Reload
movq %rax, 16(%rsp)
movq -280(%rbp), %rax ## 8-byte Reload
movq %rax, 24(%rsp)
movq -272(%rbp), %rax ## 8-byte Reload
movq %rax, 32(%rsp)
movq -264(%rbp), %rax ## 8-byte Reload
movq %rax, 40(%rsp)
movq -256(%rbp), %rax ## 8-byte Reload
movq %rax, 48(%rsp)
movq -248(%rbp), %rax ## 8-byte Reload
movq %r13, 56(%rsp)
movq %r12, 64(%rsp)
movq %r15, 72(%rsp)
movq %r14, 80(%rsp)
movq %rbx, 88(%rsp)
movq %r11, 96(%rsp)
movq %r10, 104(%rsp)
movq %rax, 112(%rsp)
callq _ssyevr_
movl -148(%rbp), %esi
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
cvttss2si -152(%rbp), %eax
movl %eax, -132(%rbp)
movl -156(%rbp), %eax
movl %eax, -136(%rbp)
movslq -132(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -128(%rbp)
movslq -132(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -144(%rbp)
movq -48(%rbp), %r8
movq -104(%rbp), %rax
movq %rax, -192(%rbp) ## 8-byte Spill
movq -112(%rbp), %r13
movq -120(%rbp), %r15
movq -128(%rbp), %r14
movq -144(%rbp), %r11
leaq -61(%rbp), %rdi
leaq -63(%rbp), %rsi
leaq -62(%rbp), %rdx
leaq -52(%rbp), %rcx
leaq -68(%rbp), %r9
leaq -84(%rbp), %rax
movq %rax, -240(%rbp) ## 8-byte Spill
leaq -88(%rbp), %rax
movq %rax, -232(%rbp) ## 8-byte Spill
leaq -76(%rbp), %rax
movq %rax, -224(%rbp) ## 8-byte Spill
leaq -80(%rbp), %rax
movq %rax, -216(%rbp) ## 8-byte Spill
leaq -160(%rbp), %rax
movq %rax, -208(%rbp) ## 8-byte Spill
leaq -92(%rbp), %rax
movq %rax, -200(%rbp) ## 8-byte Spill
leaq -72(%rbp), %r12
leaq -132(%rbp), %rbx
leaq -136(%rbp), %r10
leaq -148(%rbp), %rax
movq %rax, -184(%rbp) ## 8-byte Spill
movq -240(%rbp), %rax ## 8-byte Reload
movq %rax, (%rsp)
movq -232(%rbp), %rax ## 8-byte Reload
movq %rax, 8(%rsp)
movq -224(%rbp), %rax ## 8-byte Reload
movq %rax, 16(%rsp)
movq -216(%rbp), %rax ## 8-byte Reload
movq %rax, 24(%rsp)
movq -208(%rbp), %rax ## 8-byte Reload
movq %rax, 32(%rsp)
movq -200(%rbp), %rax ## 8-byte Reload
movq %rax, 40(%rsp)
movq -192(%rbp), %rax ## 8-byte Reload
movq %rax, 48(%rsp)
movq -184(%rbp), %rax ## 8-byte Reload
movq %r13, 56(%rsp)
movq %r12, 64(%rsp)
movq %r15, 72(%rsp)
movq %r14, 80(%rsp)
movq %rbx, 88(%rsp)
movq %r11, 96(%rsp)
movq %r10, 104(%rsp)
movq %rax, 112(%rsp)
callq _ssyevr_
movl -148(%rbp), %esi
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -164(%rbp)
movslq -92(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -176(%rbp)
movl $0, -60(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movl -60(%rbp), %eax
cmpl -92(%rbp), %eax
jge LBB3_6
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movq -104(%rbp), %rax
movslq -60(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorps %xmm1, %xmm1
subss %xmm1, %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI3_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB3_4
## %bb.3: ## in Loop: Header=BB3_1 Depth=1
movl -164(%rbp), %eax
addl $1, %eax
movl %eax, -164(%rbp)
movq -176(%rbp), %rax
movslq -60(%rbp), %rcx
movl $1, (%rax,%rcx,4)
LBB3_4: ## in Loop: Header=BB3_1 Depth=1
jmp LBB3_5
LBB3_5: ## in Loop: Header=BB3_1 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB3_1
LBB3_6:
movl -92(%rbp), %esi
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
movl -164(%rbp), %esi
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
movl -92(%rbp), %edx
movq -104(%rbp), %rcx
leaq L_.str.10(%rip), %rdi
movl $1, %r8d
movl %r8d, %esi
callq _print_matrix
movq -144(%rbp), %rdi
callq _free
movq -128(%rbp), %rdi
callq _free
movq -176(%rbp), %rdi
callq _free
movq -120(%rbp), %rdi
callq _free
xorl %eax, %eax
addq $392, %rsp ## imm = 0x188
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function main
LCPI4_0:
.long 0x41200000 ## float 10
.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 $48, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
cmpl $2, -8(%rbp)
jge LBB4_2
## %bb.1:
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
movl $1, -4(%rbp)
jmp LBB4_3
LBB4_2:
movq -16(%rbp), %rax
movq 8(%rax), %rdi
leaq -20(%rbp), %rsi
callq _read_pdb
movq %rax, -40(%rbp)
movl -20(%rbp), %esi
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
movq -40(%rbp), %rdi
movl -20(%rbp), %esi
movss LCPI4_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
leaq -24(%rbp), %rdx
callq _calc_kirchhoff
movq %rax, -32(%rbp)
movq -16(%rbp), %rax
movq 16(%rax), %rdi
xorl %eax, %eax
movl %eax, %esi
movl $10, %edx
callq _strtol
## kill: def $eax killed $eax killed $rax
movl %eax, -44(%rbp)
movl -24(%rbp), %esi
leaq L_.str.13(%rip), %rdi
movb $0, %al
callq _printf
movq -32(%rbp), %rdi
movl -24(%rbp), %esi
movl -44(%rbp), %edx
callq _diagmtx
movl $0, -4(%rbp)
LBB4_3:
movl -4(%rbp), %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n %s\n"
L_.str.1: ## @.str.1
.asciz " %6.2f"
L_.str.2: ## @.str.2
.asciz "\n"
L_.str.3: ## @.str.3
.asciz "r"
L_.str.4: ## @.str.4
.asciz "ATOM"
L_.str.5: ## @.str.5
.asciz "n = %d | mtx d = %d | dd = %d\n"
L_.str.6: ## @.str.6
.asciz "ldz = %d | nsele = %d\n"
L_.str.7: ## @.str.7
.asciz "info: %d\n"
L_.str.8: ## @.str.8
.asciz "\n The total number of eigenvalues found: %2i\n"
L_.str.9: ## @.str.9
.asciz "\n The total number of non-zero eigenvalues found: %2i\n"
L_.str.10: ## @.str.10
.asciz "Selected eigenvalues"
L_.str.11: ## @.str.11
.asciz "usage: pdbnm <pdbfile>\n"
L_.str.12: ## @.str.12
.asciz "n is %d\n"
L_.str.13: ## @.str.13
.asciz "dd is %d\n"
.subsections_via_symbols
| the_stack_data/62636805.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
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov w9, #1
stur w9, [x29, #-8]
mov w8, #2
stur w8, [x29, #-12]
stur w9, [x29, #-16]
stur w8, [x29, #-20]
stur w9, [x29, #-24]
stur w8, [x29, #-28]
str w9, [sp, #32]
str w8, [sp, #28]
ldur w8, [x29, #-8]
add w9, w8, #1
stur w9, [x29, #-8]
ldur w9, [x29, #-12]
add w10, w9, #1
stur w10, [x29, #-12]
add w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
; 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
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
ldur w9, [x29, #-20]
add w9, w9, #1
stur w9, [x29, #-20]
add w8, w8, w9
str w8, [sp, #20]
ldr w9, [sp, #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
ldur w8, [x29, #-24]
add w9, w8, #1
stur w9, [x29, #-24]
ldur w9, [x29, #-28]
add w9, w9, #1
stur w9, [x29, #-28]
add w8, w8, w9
str w8, [sp, #16]
ldr w9, [sp, #16]
; 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 w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
ldr w9, [sp, #28]
add w10, w9, #1
str w10, [sp, #28]
add w8, w8, w9
str w8, [sp, #12]
ldr w9, [sp, #12]
; 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
ldr w0, [sp, #8] ; 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 "Output for ex1 is :\t %d \n"
l_.str.1: ; @.str.1
.asciz "Output for ex2 is :\t %d \n"
l_.str.2: ; @.str.2
.asciz "Output for ex3 is :\t %d \n"
l_.str.3: ; @.str.3
.asciz "Output for ex4 is :\t %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 $1, -8(%rbp)
movl $2, -12(%rbp)
movl $1, -16(%rbp)
movl $2, -20(%rbp)
movl $1, -24(%rbp)
movl $2, -28(%rbp)
movl $1, -32(%rbp)
movl $2, -36(%rbp)
movl -8(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -8(%rbp)
movl -12(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -12(%rbp)
addl %ecx, %eax
movl %eax, -40(%rbp)
movl -40(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
movl -20(%rbp), %ecx
addl $1, %ecx
movl %ecx, -20(%rbp)
addl %ecx, %eax
movl %eax, -44(%rbp)
movl -44(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movl -24(%rbp), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, -24(%rbp)
movl -28(%rbp), %ecx
addl $1, %ecx
movl %ecx, -28(%rbp)
addl %ecx, %eax
movl %eax, -48(%rbp)
movl -48(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
movl -36(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -36(%rbp)
addl %ecx, %eax
movl %eax, -52(%rbp)
movl -52(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Output for ex1 is :\t %d \n"
L_.str.1: ## @.str.1
.asciz "Output for ex2 is :\t %d \n"
L_.str.2: ## @.str.2
.asciz "Output for ex3 is :\t %d \n"
L_.str.3: ## @.str.3
.asciz "Output for ex4 is :\t %d \n"
.subsections_via_symbols
| the_stack_data/76949.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_print_program_name ; -- Begin function ft_print_program_name
.p2align 2
_ft_print_program_name: ; @ft_print_program_name
.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 LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
ldrsb w8, [x8]
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 x1, [sp, #8]
mov w0, #1
mov x2, #1
bl _write
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
b LBB0_1
LBB0_3:
mov w0, #1
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
mov x2, #1
bl _write
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, #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]
stur w0, [x29, #-8]
str x1, [sp, #16]
ldr x8, [sp, #16]
stur wzr, [x29, #-8]
ldr x0, [x8]
bl _ft_print_program_name
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 "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_print_program_name ## -- Begin function ft_print_program_name
.p2align 4, 0x90
_ft_print_program_name: ## @ft_print_program_name
.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)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
movsbl (%rax), %eax
cmpl $0, %eax
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rsi
movl $1, %edi
movl $1, %edx
callq _write
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
jmp LBB0_1
LBB0_3:
movl $1, %edi
leaq L_.str(%rip), %rsi
movl $1, %edx
callq _write
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 %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movq -16(%rbp), %rax
movl $0, -8(%rbp)
movq (%rax), %rdi
callq _ft_print_program_name
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n"
.subsections_via_symbols
| the_stack_data/13683.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, #12]
str x1, [sp]
ldr x9, [sp]
mov w8, #4
str w8, [x9, #136]
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 _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 -16(%rbp), %rax
movl $4, 136(%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/61074334.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 0x4000cccccccccccd ; double 2.1000000000000001
.section __TEXT,__text,regular,pure_instructions
.globl _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, #7
stur w8, [x29, #-8]
adrp x8, lCPI0_0@PAGE
ldr d0, [x8, lCPI0_0@PAGEOFF]
str d0, [sp, #16]
bl ___VERIFIER_nondet_float
fcvt s0, d0
str s0, [sp, #12]
mov w8, #1
str w8, [sp, #8]
mov w8, #34312
movk w8, #3, lsl #16
str w8, [sp, #8]
ldr d0, [sp, #16]
ldr s2, [sp, #8]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fmul d0, d0, d1
fcvt s0, d0
str s0, [sp, #4]
ldr s0, [sp, #12]
fcvt d0, s0
fmov d1, #27.00000000
fcmp d0, d1
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_1
LBB0_1:
ldur w8, [x29, #-8]
subs w8, w8, #7
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
bl ___VERIFIER_error
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
.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 0x403b000000000000 ## double 27
LCPI0_1:
.quad 0x4000cccccccccccd ## double 2.1000000000000001
.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)
movl $7, -8(%rbp)
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -16(%rbp)
movb $0, %al
callq ___VERIFIER_nondet_float
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -20(%rbp)
movl $1, -24(%rbp)
movl $230920, -24(%rbp) ## imm = 0x38608
movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero
cvtsi2sdl -24(%rbp), %xmm1
mulsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -28(%rbp)
movss -20(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB0_3
jp LBB0_3
## %bb.1:
cmpl $7, -8(%rbp)
jne LBB0_3
## %bb.2:
movb $0, %al
callq ___VERIFIER_error
LBB0_3:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/224268.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]
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]
mov w9, #3600
sdiv w8, w8, w9
stur w8, [x29, #-12]
ldur w8, [x29, #-8]
mov w10, #60
sdiv w8, w8, w10
stur w8, [x29, #-16]
ldur w8, [x29, #-8]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldur w8, [x29, #-8]
ldur w9, [x29, #-12]
mov w10, #3600
mul w9, w9, w10
subs w8, w8, w9
ldur w9, [x29, #-16]
mov w10, #60
mul w9, w9, w10
subs w8, w8, w9
stur w8, [x29, #-20]
b LBB0_2
LBB0_2:
ldur w8, [x29, #-12]
; implicit-def: $x11
mov x11, x8
ldur w8, [x29, #-16]
; implicit-def: $x10
mov x10, x8
ldur w9, [x29, #-20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@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 "Nhap vao so giay ban muon:"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Gio ma ban can la : %d gio %d phut %d giay "
.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
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 $3600, %ecx ## imm = 0xE10
cltd
idivl %ecx
movl %eax, -12(%rbp)
movl -8(%rbp), %eax
movl $60, %ecx
cltd
idivl %ecx
movl %eax, -16(%rbp)
movl -8(%rbp), %eax
movl $60, %ecx
cltd
idivl %ecx
cmpl $0, %edx
jle LBB0_2
## %bb.1:
movl -8(%rbp), %eax
imull $3600, -12(%rbp), %ecx ## imm = 0xE10
subl %ecx, %eax
imull $60, -16(%rbp), %ecx
subl %ecx, %eax
movl %eax, -20(%rbp)
LBB0_2:
movl -12(%rbp), %esi
movl -16(%rbp), %edx
movl -20(%rbp), %ecx
leaq L_.str.2(%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 "Nhap vao so giay ban muon:"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Gio ma ban can la : %d gio %d phut %d giay "
.subsections_via_symbols
| the_stack_data/102438.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _f ; -- Begin function f
.p2align 2
_f: ; @f
.cfi_startproc
; %bb.0:
adrp x9, _X@GOTPAGE
ldr x9, [x9, _X@GOTPAGEOFF]
mov w8, #4
str w8, [x9]
ret
.cfi_endproc
; -- End function
.globl _g ; -- Begin function g
.p2align 2
_g: ; @g
.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 _f
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _h ; -- Begin function h
.p2align 2
_h: ; @h
.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, #5
stur w8, [x29, #-4]
bl _g
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.comm _X,4,2 ; @X
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _f ## -- Begin function f
.p2align 4, 0x90
_f: ## @f
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _X@GOTPCREL(%rip), %rax
movl $4, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _g ## -- Begin function g
.p2align 4, 0x90
_g: ## @g
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _f
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _h ## -- Begin function h
.p2align 4, 0x90
_h: ## @h
.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 $5, -4(%rbp)
callq _g
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _X,4,2 ## @X
.subsections_via_symbols
| the_stack_data/175142172.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
mov w2, #0
stur wzr, [x29, #-4]
mov w1, #2
mov x0, x1
bl _socket
stur w0, [x29, #-8]
subs w8, w0, #0
cset w8, ge
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _perror
mov w0, #0
bl _exit
LBB0_2:
str xzr, [sp, #16]
str xzr, [sp, #24]
mov w8, #2
strb w8, [sp, #17]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _inet_addr
str w0, [sp, #20]
mov w8, #4135
strh w8, [sp, #18]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_3
LBB0_3: ; =>This Inner Loop Header: Depth=1
mov x9, sp
add x8, sp, #34
str x8, [sp, #8] ; 8-byte Folded Spill
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _scanf
ldr x1, [sp, #8] ; 8-byte Folded Reload
ldur w0, [x29, #-8]
mov x2, #50
mov w3, #0
add x4, sp, #16
mov w5, #16
bl _sendto
subs x8, x0, #0
cset w8, ge
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _perror
mov w0, #0
bl _exit
LBB0_5: ; in Loop: Header=BB0_3 Depth=1
mov w0, #1
bl _sleep
b LBB0_3
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "socket error"
l_.str.1: ; @.str.1
.asciz "225.0.0.70"
l_.str.2: ; @.str.2
.asciz "Enter Messages :-\n"
l_.str.3: ; @.str.3
.asciz "%s"
l_.str.4: ; @.str.4
.asciz "sendto"
.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 $80, %rsp
movl $0, -4(%rbp)
movl $2, %esi
xorl %edx, %edx
movl %esi, %edi
callq _socket
movl %eax, -8(%rbp)
cmpl $0, %eax
jge LBB0_2
## %bb.1:
leaq L_.str(%rip), %rdi
callq _perror
xorl %edi, %edi
callq _exit
LBB0_2:
leaq -80(%rbp), %rdi
xorl %esi, %esi
movl $16, %edx
callq _memset
movb $2, -79(%rbp)
leaq L_.str.1(%rip), %rdi
callq _inet_addr
movl %eax, -76(%rbp)
movw $4135, -78(%rbp) ## imm = 0x1027
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
LBB0_3: ## =>This Inner Loop Header: Depth=1
leaq -64(%rbp), %rsi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _scanf
movl -8(%rbp), %edi
leaq -64(%rbp), %rsi
leaq -80(%rbp), %r8
movl $50, %edx
xorl %ecx, %ecx
movl $16, %r9d
callq _sendto
cmpq $0, %rax
jge LBB0_5
## %bb.4:
leaq L_.str.4(%rip), %rdi
callq _perror
xorl %edi, %edi
callq _exit
LBB0_5: ## in Loop: Header=BB0_3 Depth=1
movl $1, %edi
callq _sleep
jmp LBB0_3
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "socket error"
L_.str.1: ## @.str.1
.asciz "225.0.0.70"
L_.str.2: ## @.str.2
.asciz "Enter Messages :-\n"
L_.str.3: ## @.str.3
.asciz "%s"
L_.str.4: ## @.str.4
.asciz "sendto"
.subsections_via_symbols
| the_stack_data/100141262.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]
adrp x8, _my_u@GOTPAGE
ldr x8, [x8, _my_u@GOTPAGEOFF]
ldr w8, [x8]
subs w8, w8, #0
cset w9, ne
; implicit-def: $x8
mov x8, x9
ands x8, x8, #0x1
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_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, #25
adrp x3, l_.str.1@PAGE
add x3, x3, l_.str.1@PAGEOFF
bl ___assert_rtn
LBB0_2:
b LBB0_3
LBB0_3:
adrp x8, _my_s@GOTPAGE
ldr x8, [x8, _my_s@GOTPAGEOFF]
ldr w8, [x8]
subs w8, w8, #0
cset w9, ne
; implicit-def: $x8
mov x8, x9
ands x8, x8, #0x1
cset w8, eq
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
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, #26
adrp x3, l_.str.2@PAGE
add x3, x3, l_.str.2@PAGEOFF
bl ___assert_rtn
LBB0_5:
b LBB0_6
LBB0_6:
adrp x8, _my_e@GOTPAGE
ldr x8, [x8, _my_e@GOTPAGEOFF]
ldr w8, [x8]
subs w8, w8, #0
cset w9, ne
; implicit-def: $x8
mov x8, x9
ands x8, x8, #0x1
cset w8, eq
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
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, #27
adrp x3, l_.str.3@PAGE
add x3, x3, l_.str.3@PAGEOFF
bl ___assert_rtn
LBB0_8:
b LBB0_9
LBB0_9:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.comm _my_u,4,2 ; @my_u
.section __TEXT,__cstring,cstring_literals
l___func__.main: ; @__func__.main
.asciz "main"
l_.str: ; @.str
.asciz "746168.c"
l_.str.1: ; @.str.1
.asciz "my_u.some==0"
.comm _my_s,4,2 ; @my_s
l_.str.2: ; @.str.2
.asciz "my_s.some==0"
.comm _my_e,4,2 ; @my_e
l_.str.3: ; @.str.3
.asciz "my_e==0"
.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)
movq _my_u@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
sete %al
xorb $-1, %al
andb $1, %al
movzbl %al, %eax
cltq
cmpq $0, %rax
je LBB0_2
## %bb.1:
leaq L___func__.main(%rip), %rdi
leaq L_.str(%rip), %rsi
leaq L_.str.1(%rip), %rcx
movl $25, %edx
callq ___assert_rtn
LBB0_2:
jmp LBB0_3
LBB0_3:
movq _my_s@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
sete %al
xorb $-1, %al
andb $1, %al
movzbl %al, %eax
cltq
cmpq $0, %rax
je LBB0_5
## %bb.4:
leaq L___func__.main(%rip), %rdi
leaq L_.str(%rip), %rsi
leaq L_.str.2(%rip), %rcx
movl $26, %edx
callq ___assert_rtn
LBB0_5:
jmp LBB0_6
LBB0_6:
movq _my_e@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
sete %al
xorb $-1, %al
andb $1, %al
movzbl %al, %eax
cltq
cmpq $0, %rax
je LBB0_8
## %bb.7:
leaq L___func__.main(%rip), %rdi
leaq L_.str(%rip), %rsi
leaq L_.str.3(%rip), %rcx
movl $27, %edx
callq ___assert_rtn
LBB0_8:
jmp LBB0_9
LBB0_9:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _my_u,4,2 ## @my_u
.section __TEXT,__cstring,cstring_literals
L___func__.main: ## @__func__.main
.asciz "main"
L_.str: ## @.str
.asciz "746168.c"
L_.str.1: ## @.str.1
.asciz "my_u.some==0"
.comm _my_s,4,2 ## @my_s
L_.str.2: ## @.str.2
.asciz "my_s.some==0"
.comm _my_e,4,2 ## @my_e
L_.str.3: ## @.str.3
.asciz "my_e==0"
.subsections_via_symbols
| the_stack_data/746168.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _midpnt ; -- Begin function midpnt
.p2align 2
_midpnt: ; @midpnt
.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 x0, [x29, #-16]
stur d0, [x29, #-24]
stur d1, [x29, #-32]
stur w1, [x29, #-36]
ldur w8, [x29, #-36]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldur d0, [x29, #-32]
ldur d1, [x29, #-24]
fsub d0, d0, d1
str d0, [sp] ; 8-byte Folded Spill
ldur x8, [x29, #-16]
ldur d0, [x29, #-24]
ldur d1, [x29, #-32]
fadd d1, d0, d1
fmov d0, #0.50000000
fmul d0, d0, d1
blr x8
fmov d1, d0
ldr d0, [sp] ; 8-byte Folded Reload
fmul d0, d0, d1
adrp x8, _midpnt.s@PAGE
str d0, [x8, _midpnt.s@PAGEOFF]
stur d0, [x29, #-8]
b LBB0_11
LBB0_2:
mov w8, #1
str w8, [sp, #12]
str w8, [sp, #8]
b LBB0_3
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldur w9, [x29, #-36]
subs w9, w9, #1
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=1
ldr w8, [sp, #12]
mov w9, #3
mul w8, w8, w9
str w8, [sp, #12]
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_3
LBB0_6:
ldr s1, [sp, #12]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
str d0, [sp, #40]
ldur d0, [x29, #-32]
ldur d1, [x29, #-24]
fsub d0, d0, d1
ldr d2, [sp, #40]
fmov d1, #3.00000000
fmul d1, d1, d2
fdiv d0, d0, d1
str d0, [sp, #24]
ldr d0, [sp, #24]
ldr d1, [sp, #24]
fadd d0, d0, d1
str d0, [sp, #16]
ldur d2, [x29, #-24]
ldr d1, [sp, #24]
fmov d0, #0.50000000
fmadd d0, d0, d1, d2
str d0, [sp, #48]
movi d0, #0000000000000000
str d0, [sp, #32]
mov w8, #1
str w8, [sp, #8]
b LBB0_7
LBB0_7: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_10
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_7 Depth=1
ldur x8, [x29, #-16]
ldr d0, [sp, #48]
blr x8
fmov d1, d0
ldr d0, [sp, #32]
fadd d0, d0, d1
str d0, [sp, #32]
ldr d1, [sp, #16]
ldr d0, [sp, #48]
fadd d0, d0, d1
str d0, [sp, #48]
ldur x8, [x29, #-16]
ldr d0, [sp, #48]
blr x8
fmov d1, d0
ldr d0, [sp, #32]
fadd d0, d0, d1
str d0, [sp, #32]
ldr d1, [sp, #24]
ldr d0, [sp, #48]
fadd d0, d0, d1
str d0, [sp, #48]
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_7 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_7
LBB0_10:
adrp x8, _midpnt.s@PAGE
ldr d0, [x8, _midpnt.s@PAGEOFF]
ldur d1, [x29, #-32]
ldur d2, [x29, #-24]
fsub d1, d1, d2
ldr d2, [sp, #32]
fmul d1, d1, d2
ldr d2, [sp, #40]
fdiv d1, d1, d2
fadd d0, d0, d1
fmov d1, #3.00000000
fdiv d0, d0, d1
str d0, [x8, _midpnt.s@PAGEOFF]
ldr d0, [x8, _midpnt.s@PAGEOFF]
stur d0, [x29, #-8]
b LBB0_11
LBB0_11:
ldur d0, [x29, #-8]
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.zerofill __DATA,__bss,_midpnt.s,8,3 ; @midpnt.s
.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 midpnt
LCPI0_0:
.quad 0x3fe0000000000000 ## double 0.5
LCPI0_1:
.quad 0x4008000000000000 ## double 3
.section __TEXT,__text,regular,pure_instructions
.globl _midpnt
.p2align 4, 0x90
_midpnt: ## @midpnt
.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 %rdi, -16(%rbp)
movsd %xmm0, -24(%rbp)
movsd %xmm1, -32(%rbp)
movl %esi, -36(%rbp)
cmpl $1, -36(%rbp)
jne LBB0_2
## %bb.1:
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -24(%rbp), %xmm0
movsd %xmm0, -96(%rbp) ## 8-byte Spill
movq -16(%rbp), %rax
movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero
addsd -32(%rbp), %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd %xmm1, %xmm0
callq *%rax
movaps %xmm0, %xmm1
movsd -96(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
mulsd %xmm1, %xmm0
movsd %xmm0, _midpnt.s(%rip)
movsd %xmm0, -8(%rbp)
jmp LBB0_11
LBB0_2:
movl $1, -84(%rbp)
movl $1, -88(%rbp)
LBB0_3: ## =>This Inner Loop Header: Depth=1
movl -88(%rbp), %eax
movl -36(%rbp), %ecx
subl $1, %ecx
cmpl %ecx, %eax
jge LBB0_6
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
imull $3, -84(%rbp), %eax
movl %eax, -84(%rbp)
## %bb.5: ## in Loop: Header=BB0_3 Depth=1
movl -88(%rbp), %eax
addl $1, %eax
movl %eax, -88(%rbp)
jmp LBB0_3
LBB0_6:
cvtsi2sdl -84(%rbp), %xmm0
movsd %xmm0, -56(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -24(%rbp), %xmm0
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd -56(%rbp), %xmm1
divsd %xmm1, %xmm0
movsd %xmm0, -72(%rbp)
movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -72(%rbp), %xmm0
movsd %xmm0, -80(%rbp)
movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -48(%rbp)
xorps %xmm0, %xmm0
movsd %xmm0, -64(%rbp)
movl $1, -88(%rbp)
LBB0_7: ## =>This Inner Loop Header: Depth=1
movl -88(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_10
## %bb.8: ## in Loop: Header=BB0_7 Depth=1
movq -16(%rbp), %rax
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq *%rax
addsd -64(%rbp), %xmm0
movsd %xmm0, -64(%rbp)
movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -48(%rbp), %xmm0
movsd %xmm0, -48(%rbp)
movq -16(%rbp), %rax
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq *%rax
addsd -64(%rbp), %xmm0
movsd %xmm0, -64(%rbp)
movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -48(%rbp), %xmm0
movsd %xmm0, -48(%rbp)
## %bb.9: ## in Loop: Header=BB0_7 Depth=1
movl -88(%rbp), %eax
addl $1, %eax
movl %eax, -88(%rbp)
jmp LBB0_7
LBB0_10:
movsd _midpnt.s(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero
subsd -24(%rbp), %xmm1
mulsd -64(%rbp), %xmm1
divsd -56(%rbp), %xmm1
addsd %xmm1, %xmm0
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, _midpnt.s(%rip)
movsd _midpnt.s(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -8(%rbp)
LBB0_11:
movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero
addq $96, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.zerofill __DATA,__bss,_midpnt.s,8,3 ## @midpnt.s
.subsections_via_symbols
| the_stack_data/51700395.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 "* * * *\n * * *\n * *\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 "* * * *\n * * *\n * *\n *"
.subsections_via_symbols
| the_stack_data/43121.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dgsvj0_ ; -- Begin function dgsvj0_
.p2align 2
_dgsvj0_: ; @dgsvj0_
.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, #1488
ldr x16, [x29, #16]
ldr x15, [x29, #24]
ldr x14, [x29, #32]
ldr x13, [x29, #40]
ldr x12, [x29, #48]
ldr x11, [x29, #56]
ldr x10, [x29, #64]
ldr x9, [x29, #72]
ldr x8, [x29, #80]
adrp x17, ___stack_chk_guard@GOTPAGE
ldr x17, [x17, ___stack_chk_guard@GOTPAGEOFF]
ldr x17, [x17]
stur x17, [x29, #-24]
stur x0, [x29, #-80]
stur x1, [x29, #-88]
stur x2, [x29, #-96]
stur x3, [x29, #-104]
stur x4, [x29, #-112]
stur x5, [x29, #-120]
stur x6, [x29, #-128]
stur x7, [x29, #-136]
stur x16, [x29, #-144]
stur x15, [x29, #-152]
stur x14, [x29, #-160]
stur x13, [x29, #-168]
stur x12, [x29, #-176]
stur x11, [x29, #-184]
stur x10, [x29, #-192]
stur x9, [x29, #-200]
stur x8, [x29, #-208]
ldur x8, [x29, #-128]
subs x8, x8, #8
stur x8, [x29, #-128]
ldur x8, [x29, #-120]
subs x8, x8, #8
stur x8, [x29, #-120]
ldur x8, [x29, #-112]
ldr w8, [x8]
stur w8, [x29, #-212]
ldur w8, [x29, #-212]
mov x9, #0
lsr w8, w8, #0
add w8, w8, #1
stur w8, [x29, #-216]
ldursw x10, [x29, #-216]
ldur x8, [x29, #-104]
subs x10, x9, x10
add x8, x8, x10, lsl #3
stur x8, [x29, #-104]
ldur x8, [x29, #-152]
ldr w8, [x8]
stur w8, [x29, #-220]
ldur w8, [x29, #-220]
lsr w8, w8, #0
add w8, w8, #1
stur w8, [x29, #-224]
ldursw x10, [x29, #-224]
ldur x8, [x29, #-144]
subs x9, x9, x10
add x8, x8, x9, lsl #3
stur x8, [x29, #-144]
ldur x8, [x29, #-192]
subs x8, x8, #8
stur x8, [x29, #-192]
ldur x0, [x29, #-80]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _lsame_
str w0, [sp, #1116]
ldur x0, [x29, #-80]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _lsame_
str w0, [sp, #1112]
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_1
LBB0_1:
ldr w8, [sp, #1116]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2:
ldur x0, [x29, #-80]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldur x9, [x29, #-208]
mov w8, #-1
str w8, [x9]
b LBB0_35
LBB0_4:
ldur x8, [x29, #-88]
ldr w8, [x8]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldur x9, [x29, #-208]
mov w8, #-2
str w8, [x9]
b LBB0_34
LBB0_6:
ldur x8, [x29, #-96]
ldr w8, [x8]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldur x8, [x29, #-96]
ldr w8, [x8]
ldur x9, [x29, #-88]
ldr w9, [x9]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8:
ldur x9, [x29, #-208]
mov w8, #-3
str w8, [x9]
b LBB0_33
LBB0_9:
ldur x8, [x29, #-112]
ldr w8, [x8]
ldur x9, [x29, #-88]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10:
ldur x9, [x29, #-208]
mov w8, #-5
str w8, [x9]
b LBB0_32
LBB0_11:
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12:
ldr w8, [sp, #1116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_15
b LBB0_13
LBB0_13:
ldur x8, [x29, #-136]
ldr w8, [x8]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_15
b LBB0_14
LBB0_14:
ldur x9, [x29, #-208]
mov w8, #-8
str w8, [x9]
b LBB0_31
LBB0_15:
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_17
b LBB0_16
LBB0_16:
ldur x8, [x29, #-152]
ldr w8, [x8]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB0_19
b LBB0_17
LBB0_17:
ldr w8, [sp, #1116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_20
b LBB0_18
LBB0_18:
ldur x8, [x29, #-152]
ldr w8, [x8]
ldur x9, [x29, #-136]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_20
b LBB0_19
LBB0_19:
ldur x9, [x29, #-208]
mov w8, #-10
str w8, [x9]
b LBB0_30
LBB0_20:
ldur x8, [x29, #-176]
ldr d0, [x8]
ldur x8, [x29, #-160]
ldr d1, [x8]
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB0_22
b LBB0_21
LBB0_21:
ldur x9, [x29, #-208]
mov w8, #-13
str w8, [x9]
b LBB0_29
LBB0_22:
ldur x8, [x29, #-184]
ldr w8, [x8]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_24
b LBB0_23
LBB0_23:
ldur x9, [x29, #-208]
mov w8, #-14
str w8, [x9]
b LBB0_28
LBB0_24:
ldur x8, [x29, #-200]
ldr w8, [x8]
ldur x9, [x29, #-88]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_26
b LBB0_25
LBB0_25:
ldur x9, [x29, #-208]
mov w8, #-16
str w8, [x9]
b LBB0_27
LBB0_26:
ldur x8, [x29, #-208]
str wzr, [x8]
b LBB0_27
LBB0_27:
b LBB0_28
LBB0_28:
b LBB0_29
LBB0_29:
b LBB0_30
LBB0_30:
b LBB0_31
LBB0_31:
b LBB0_32
LBB0_32:
b LBB0_33
LBB0_33:
b LBB0_34
LBB0_34:
b LBB0_35
LBB0_35:
ldur x8, [x29, #-208]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_37
b LBB0_36
LBB0_36:
ldur x8, [x29, #-208]
ldr w9, [x8]
mov w8, #0
subs w8, w8, w9
sub x1, x29, #228
stur w8, [x29, #-228]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
mov w2, #6
bl _xerbla_
stur wzr, [x29, #-68]
b LBB0_425
LBB0_37:
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_39
b LBB0_38
LBB0_38:
ldur x8, [x29, #-96]
ldr w8, [x8]
str w8, [sp, #980]
b LBB0_42
LBB0_39:
ldr w8, [sp, #1116]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_41
b LBB0_40
LBB0_40:
ldur x8, [x29, #-136]
ldr w8, [x8]
str w8, [sp, #980]
b LBB0_41
LBB0_41:
b LBB0_42
LBB0_42:
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #940] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_44
b LBB0_43
LBB0_43:
ldr w8, [sp, #1116]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #940] ; 4-byte Folded Spill
b LBB0_44
LBB0_44:
ldr w8, [sp, #940] ; 4-byte Folded Reload
and w8, w8, #0x1
str w8, [sp, #1112]
ldur x8, [x29, #-160]
ldr d0, [x8]
fsqrt d0, d0
str d0, [sp, #960]
ldur x8, [x29, #-168]
ldr d0, [x8]
fsqrt d0, d0
str d0, [sp, #1096]
ldur x8, [x29, #-168]
ldr d0, [x8]
ldur x8, [x29, #-160]
ldr d1, [x8]
fdiv d0, d0, d1
str d0, [sp, #1120]
ldur x8, [x29, #-168]
ldr d1, [x8]
fmov d0, #1.00000000
fdiv d1, d0, d1
str d1, [sp, #1008]
ldr d1, [sp, #1096]
fdiv d1, d0, d1
str d1, [sp, #968]
ldr d1, [sp, #960]
fdiv d0, d0, d1
str d0, [sp, #1200]
ldur x8, [x29, #-176]
ldr d0, [x8]
fsqrt d0, d0
str d0, [sp, #944]
ldur x8, [x29, #-96]
ldr w8, [x8]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w9, w9, #1
mul w8, w8, w9
mov w9, #2
sdiv w8, w8, w9
str w8, [sp, #1032]
str wzr, [sp, #1028]
movi d0, #0000000000000000
stur d0, [x29, #-64]
str wzr, [sp, #1072]
ldur x8, [x29, #-96]
ldr w9, [x8]
mov w8, #8
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_46
b LBB0_45
LBB0_45:
mov w8, #8
str w8, [sp, #936] ; 4-byte Folded Spill
b LBB0_47
LBB0_46:
ldur x8, [x29, #-96]
ldr w8, [x8]
str w8, [sp, #936] ; 4-byte Folded Spill
b LBB0_47
LBB0_47:
ldr w8, [sp, #936] ; 4-byte Folded Reload
str w8, [sp, #1004]
ldur x8, [x29, #-96]
ldr w8, [x8]
ldr w9, [sp, #1004]
sdiv w8, w8, w9
str w8, [sp, #984]
ldr w8, [sp, #984]
ldr w9, [sp, #1004]
mul w8, w8, w9
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB0_49
b LBB0_48
LBB0_48:
ldr w8, [sp, #984]
add w8, w8, #1
str w8, [sp, #984]
b LBB0_49
LBB0_49:
ldr w8, [sp, #1004]
stur w8, [x29, #-228]
ldur w8, [x29, #-228]
ldur w9, [x29, #-228]
mul w8, w8, w9
add w8, w8, #1
str w8, [sp, #1068]
ldr w9, [sp, #1004]
mov w8, #5
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_51
b LBB0_50
LBB0_50:
mov w8, #5
str w8, [sp, #932] ; 4-byte Folded Spill
b LBB0_52
LBB0_51:
ldr w8, [sp, #1004]
str w8, [sp, #932] ; 4-byte Folded Spill
b LBB0_52
LBB0_52:
ldr w8, [sp, #932] ; 4-byte Folded Reload
str w8, [sp, #956]
mov w8, #1
str w8, [sp, #1000]
str wzr, [sp, #1072]
str wzr, [sp, #1196]
ldur x9, [x29, #-184]
ldr w9, [x9]
stur w9, [x29, #-228]
str w8, [sp, #1172]
b LBB0_53
LBB0_53: ; =>This Loop Header: Depth=1
; Child Loop BB0_55 Depth 2
; Child Loop BB0_60 Depth 3
; Child Loop BB0_65 Depth 4
; Child Loop BB0_82 Depth 5
; Child Loop BB0_221 Depth 3
; Child Loop BB0_226 Depth 4
; Child Loop BB0_232 Depth 5
; Child Loop BB0_390 Depth 3
ldr w8, [sp, #1172]
ldur w9, [x29, #-228]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_414
b LBB0_54
LBB0_54: ; in Loop: Header=BB0_53 Depth=1
movi d0, #0000000000000000
str d0, [sp, #1056]
str d0, [sp, #1040]
str wzr, [sp, #1024]
str wzr, [sp, #1028]
str wzr, [sp, #1196]
ldr w8, [sp, #984]
stur w8, [x29, #-232]
mov w8, #1
str w8, [sp, #992]
b LBB0_55
LBB0_55: ; Parent Loop BB0_53 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_60 Depth 3
; Child Loop BB0_65 Depth 4
; Child Loop BB0_82 Depth 5
; Child Loop BB0_221 Depth 3
; Child Loop BB0_226 Depth 4
; Child Loop BB0_232 Depth 5
; Child Loop BB0_390 Depth 3
ldr w8, [sp, #992]
ldur w9, [x29, #-232]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_398
b LBB0_56
LBB0_56: ; in Loop: Header=BB0_55 Depth=2
ldr w8, [sp, #992]
subs w8, w8, #1
ldr w9, [sp, #1004]
mul w8, w8, w9
add w8, w8, #1
str w8, [sp, #996]
ldr w8, [sp, #1000]
stur w8, [x29, #-240]
ldr w8, [sp, #984]
ldr w9, [sp, #992]
subs w8, w8, w9
stur w8, [x29, #-244]
ldur w8, [x29, #-240]
ldur w9, [x29, #-244]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_58
b LBB0_57
LBB0_57: ; in Loop: Header=BB0_55 Depth=2
ldur w8, [x29, #-240]
str w8, [sp, #928] ; 4-byte Folded Spill
b LBB0_59
LBB0_58: ; in Loop: Header=BB0_55 Depth=2
ldur w8, [x29, #-244]
str w8, [sp, #928] ; 4-byte Folded Spill
b LBB0_59
LBB0_59: ; in Loop: Header=BB0_55 Depth=2
ldr w8, [sp, #928] ; 4-byte Folded Reload
stur w8, [x29, #-236]
str wzr, [sp, #1036]
b LBB0_60
LBB0_60: ; Parent Loop BB0_53 Depth=1
; Parent Loop BB0_55 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_65 Depth 4
; Child Loop BB0_82 Depth 5
ldr w8, [sp, #1036]
ldur w9, [x29, #-236]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_220
b LBB0_61
LBB0_61: ; in Loop: Header=BB0_60 Depth=3
ldr w8, [sp, #1036]
ldr w9, [sp, #1004]
mul w9, w8, w9
ldr w8, [sp, #996]
add w8, w8, w9
str w8, [sp, #996]
ldr w8, [sp, #996]
ldr w9, [sp, #1004]
add w8, w8, w9
subs w8, w8, #1
stur w8, [x29, #-244]
ldur x8, [x29, #-96]
ldr w8, [x8]
subs w8, w8, #1
stur w8, [x29, #-248]
ldur w8, [x29, #-244]
ldur w9, [x29, #-248]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_63
b LBB0_62
LBB0_62: ; in Loop: Header=BB0_60 Depth=3
ldur w8, [x29, #-244]
str w8, [sp, #924] ; 4-byte Folded Spill
b LBB0_64
LBB0_63: ; in Loop: Header=BB0_60 Depth=3
ldur w8, [x29, #-248]
str w8, [sp, #924] ; 4-byte Folded Spill
b LBB0_64
LBB0_64: ; in Loop: Header=BB0_60 Depth=3
ldr w8, [sp, #924] ; 4-byte Folded Reload
stur w8, [x29, #-240]
ldr w8, [sp, #996]
str w8, [sp, #1168]
b LBB0_65
LBB0_65: ; Parent Loop BB0_53 Depth=1
; Parent Loop BB0_55 Depth=2
; Parent Loop BB0_60 Depth=3
; => This Loop Header: Depth=4
; Child Loop BB0_82 Depth 5
ldr w8, [sp, #1168]
ldur w9, [x29, #-240]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_218
b LBB0_66
LBB0_66: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-96]
ldr w8, [x8]
ldr w9, [sp, #1168]
subs w8, w8, w9
add w8, w8, #1
sub x0, x29, #244
stur w8, [x29, #-244]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
add x1, x8, x9, lsl #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _idamax_
ldr w8, [sp, #1168]
add w8, w0, w8
subs w8, w8, #1
str w8, [sp, #1164]
ldr w8, [sp, #1168]
ldr w9, [sp, #1164]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB0_70
b LBB0_67
LBB0_67: ; in Loop: Header=BB0_65 Depth=4
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _dswap_
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_69
b LBB0_68
LBB0_68: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
add x0, sp, #980
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _dswap_
b LBB0_69
LBB0_69: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1176]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
ldr d0, [sp, #1176]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1176]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
ldr d0, [sp, #1176]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
b LBB0_70
LBB0_70: ; in Loop: Header=BB0_65 Depth=4
ldr w8, [sp, #1036]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_76
b LBB0_71
LBB0_71: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
ldr d1, [sp, #968]
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_74
b LBB0_72
LBB0_72: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
ldr d1, [sp, #1096]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_74
b LBB0_73
LBB0_73: ; in Loop: Header=BB0_65 Depth=4
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dnrm2_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
b LBB0_75
LBB0_74: ; in Loop: Header=BB0_65 Depth=4
add x3, sp, #1176
movi d0, #0000000000000000
str d0, [sp, #1176]
add x4, sp, #1232
fmov d0, #1.00000000
str d0, [sp, #1232]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dlassq_
ldr d0, [sp, #1176]
ldr d1, [sp, #1232]
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
b LBB0_75
LBB0_75: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1232]
b LBB0_77
LBB0_76: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1232]
b LBB0_77
LBB0_77: ; in Loop: Header=BB0_65 Depth=4
ldr d0, [sp, #1232]
fcmp d0, #0.0
cset w8, le
tbnz w8, #0, LBB0_209
b LBB0_78
LBB0_78: ; in Loop: Header=BB0_65 Depth=4
str wzr, [sp, #1196]
ldr w8, [sp, #996]
ldr w9, [sp, #1004]
add w8, w8, w9
subs w8, w8, #1
stur w8, [x29, #-248]
ldur w8, [x29, #-248]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_80
b LBB0_79
LBB0_79: ; in Loop: Header=BB0_65 Depth=4
ldur w8, [x29, #-248]
str w8, [sp, #920] ; 4-byte Folded Spill
b LBB0_81
LBB0_80: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-96]
ldr w8, [x8]
str w8, [sp, #920] ; 4-byte Folded Spill
b LBB0_81
LBB0_81: ; in Loop: Header=BB0_65 Depth=4
ldr w8, [sp, #920] ; 4-byte Folded Reload
stur w8, [x29, #-244]
ldr w8, [sp, #1168]
add w8, w8, #1
str w8, [sp, #1164]
b LBB0_82
LBB0_82: ; Parent Loop BB0_53 Depth=1
; Parent Loop BB0_55 Depth=2
; Parent Loop BB0_60 Depth=3
; Parent Loop BB0_65 Depth=4
; => This Inner Loop Header: Depth=5
ldr w8, [sp, #1164]
ldur w9, [x29, #-244]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_207
b LBB0_83
LBB0_83: ; in Loop: Header=BB0_82 Depth=5
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1216]
ldr d0, [sp, #1216]
fcmp d0, #0.0
cset w8, le
tbnz w8, #0, LBB0_197
b LBB0_84
LBB0_84: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1232]
str d0, [sp, #1184]
ldr d0, [sp, #1216]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_89
b LBB0_85
LBB0_85: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1120]
ldr d1, [sp, #1232]
fmul d0, d0, d1
ldr d1, [sp, #1216]
fcmp d0, d1
cset w8, ls
and w8, w8, #0x1
str w8, [sp, #1108]
ldr d0, [sp, #1232]
ldr d1, [sp, #1008]
ldr d2, [sp, #1216]
fdiv d1, d1, d2
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_87
b LBB0_86
LBB0_86: ; in Loop: Header=BB0_82 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _ddot_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldr d1, [sp, #1216]
fdiv d0, d0, d1
ldr d1, [sp, #1232]
fdiv d0, d0, d1
str d0, [sp, #1224]
b LBB0_88
LBB0_87: ; in Loop: Header=BB0_82 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-192]
add x3, x8, #8
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
str x4, [sp, #912] ; 8-byte Folded Spill
mov x2, x4
bl _dcopy_
ldr x6, [sp, #912] ; 8-byte Folded Reload
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x4, x8, x9, lsl #3
ldur x5, [x29, #-88]
ldur x8, [x29, #-192]
add x7, x8, #8
ldur x8, [x29, #-112]
mov x9, sp
str x8, [x9]
add x8, sp, #1212
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
adrp x2, _c__0@PAGE
add x2, x2, _c__0@PAGEOFF
mov x1, x2
add x3, sp, #1232
bl _dlascl_
ldr x4, [sp, #912] ; 8-byte Folded Reload
ldur x0, [x29, #-88]
ldur x8, [x29, #-192]
add x1, x8, #8
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
mov x2, x4
bl _ddot_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldr d1, [sp, #1216]
fdiv d0, d0, d1
str d0, [sp, #1224]
b LBB0_88
LBB0_88: ; in Loop: Header=BB0_82 Depth=5
b LBB0_93
LBB0_89: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1216]
ldr d2, [sp, #1120]
fdiv d1, d1, d2
fcmp d0, d1
cset w8, ls
and w8, w8, #0x1
str w8, [sp, #1108]
ldr d0, [sp, #1232]
ldr d1, [sp, #1120]
ldr d2, [sp, #1216]
fdiv d1, d1, d2
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_91
b LBB0_90
LBB0_90: ; in Loop: Header=BB0_82 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _ddot_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldr d1, [sp, #1216]
fdiv d0, d0, d1
ldr d1, [sp, #1232]
fdiv d0, d0, d1
str d0, [sp, #1224]
b LBB0_92
LBB0_91: ; in Loop: Header=BB0_82 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-192]
add x3, x8, #8
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
str x4, [sp, #904] ; 8-byte Folded Spill
mov x2, x4
bl _dcopy_
ldr x6, [sp, #904] ; 8-byte Folded Reload
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x4, x8, x9, lsl #3
ldur x5, [x29, #-88]
ldur x8, [x29, #-192]
add x7, x8, #8
ldur x8, [x29, #-112]
mov x9, sp
str x8, [x9]
add x8, sp, #1212
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
adrp x2, _c__0@PAGE
add x2, x2, _c__0@PAGEOFF
mov x1, x2
add x3, sp, #1216
bl _dlascl_
ldr x4, [sp, #904] ; 8-byte Folded Reload
ldur x0, [x29, #-88]
ldur x8, [x29, #-192]
add x1, x8, #8
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
mov x2, x4
bl _ddot_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldr d1, [sp, #1232]
fdiv d0, d0, d1
str d0, [sp, #1224]
b LBB0_92
LBB0_92: ; in Loop: Header=BB0_82 Depth=5
b LBB0_93
LBB0_93: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1056]
stur d0, [x29, #-256]
ldr d0, [sp, #1224]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_95
b LBB0_94
LBB0_94: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1224]
str d0, [sp, #896] ; 8-byte Folded Spill
b LBB0_96
LBB0_95: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1224]
fneg d0, d0
str d0, [sp, #896] ; 8-byte Folded Spill
b LBB0_96
LBB0_96: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #896] ; 8-byte Folded Reload
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_98
b LBB0_97
LBB0_97: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #888] ; 8-byte Folded Spill
b LBB0_99
LBB0_98: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #888] ; 8-byte Folded Spill
b LBB0_99
LBB0_99: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #888] ; 8-byte Folded Reload
str d0, [sp, #1056]
ldr d0, [sp, #1224]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_101
b LBB0_100
LBB0_100: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1224]
str d0, [sp, #880] ; 8-byte Folded Spill
b LBB0_102
LBB0_101: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1224]
fneg d0, d0
str d0, [sp, #880] ; 8-byte Folded Spill
b LBB0_102
LBB0_102: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #880] ; 8-byte Folded Reload
ldur x8, [x29, #-176]
ldr d1, [x8]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_193
b LBB0_103
LBB0_103: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1036]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_105
b LBB0_104
LBB0_104: ; in Loop: Header=BB0_82 Depth=5
str wzr, [sp, #1028]
str wzr, [sp, #1196]
ldr w8, [sp, #1024]
add w8, w8, #1
str w8, [sp, #1024]
b LBB0_105
LBB0_105: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1108]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_173
b LBB0_106
LBB0_106: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1216]
ldr d1, [sp, #1232]
fdiv d0, d0, d1
str d0, [sp, #1136]
ldr d0, [sp, #1232]
ldr d1, [sp, #1216]
fdiv d0, d0, d1
str d0, [sp, #1144]
ldr d0, [sp, #1136]
ldr d1, [sp, #1144]
fsub d0, d0, d1
stur d0, [x29, #-256]
ldur d0, [x29, #-256]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_108
b LBB0_107
LBB0_107: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #872] ; 8-byte Folded Spill
b LBB0_109
LBB0_108: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
fneg d0, d0
str d0, [sp, #872] ; 8-byte Folded Spill
b LBB0_109
LBB0_109: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #872] ; 8-byte Folded Reload
fmov d1, #-0.50000000
fmul d0, d0, d1
ldr d1, [sp, #1224]
fdiv d0, d0, d1
str d0, [sp, #1128]
ldr d0, [sp, #1128]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_111
b LBB0_110
LBB0_110: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1128]
str d0, [sp, #864] ; 8-byte Folded Spill
b LBB0_112
LBB0_111: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1128]
fneg d0, d0
str d0, [sp, #864] ; 8-byte Folded Spill
b LBB0_112
LBB0_112: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #864] ; 8-byte Folded Reload
ldr d1, [sp, #1200]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_128
b LBB0_113
LBB0_113: ; in Loop: Header=BB0_82 Depth=5
ldr d1, [sp, #1128]
fmov d0, #0.50000000
fdiv d0, d0, d1
str d0, [sp, #1152]
ldr d0, [sp, #1152]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
sub x5, x29, #64
stur d0, [x29, #-48]
ldr d0, [sp, #1152]
fneg d0, d0
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
stur d0, [x29, #-40]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _drotm_
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_115
b LBB0_114
LBB0_114: ; in Loop: Header=BB0_82 Depth=5
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
add x0, sp, #980
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
sub x5, x29, #64
bl _drotm_
b LBB0_115
LBB0_115: ; in Loop: Header=BB0_82 Depth=5
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmadd d0, d0, d1, d2
str d0, [sp, #1240]
ldr d0, [sp, #1216]
str d0, [sp, #856] ; 8-byte Folded Spill
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_117
b LBB0_116
LBB0_116: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #848] ; 8-byte Folded Spill
b LBB0_118
LBB0_117: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #848] ; 8-byte Folded Spill
b LBB0_118
LBB0_118: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #856] ; 8-byte Folded Reload
ldr d1, [sp, #848] ; 8-byte Folded Reload
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
ldr d1, [sp, #1136]
fmul d0, d0, d1
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmsub d0, d0, d1, d2
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_120
b LBB0_119
LBB0_119: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #840] ; 8-byte Folded Spill
b LBB0_121
LBB0_120: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #840] ; 8-byte Folded Spill
b LBB0_121
LBB0_121: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #840] ; 8-byte Folded Reload
fsqrt d1, d0
ldr d0, [sp, #1232]
fmul d0, d0, d1
str d0, [sp, #1232]
ldr d0, [sp, #1040]
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_123
b LBB0_122
LBB0_122: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
str d0, [sp, #832] ; 8-byte Folded Spill
b LBB0_124
LBB0_123: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
str d0, [sp, #832] ; 8-byte Folded Spill
b LBB0_124
LBB0_124: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #832] ; 8-byte Folded Reload
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_126
b LBB0_125
LBB0_125: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #824] ; 8-byte Folded Spill
b LBB0_127
LBB0_126: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #824] ; 8-byte Folded Spill
b LBB0_127
LBB0_127: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #824] ; 8-byte Folded Reload
str d0, [sp, #1040]
b LBB0_172
LBB0_128: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1224]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_133
b LBB0_129
LBB0_129: ; in Loop: Header=BB0_82 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_131
b LBB0_130
LBB0_130: ; in Loop: Header=BB0_82 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
str d0, [sp, #816] ; 8-byte Folded Spill
b LBB0_132
LBB0_131: ; in Loop: Header=BB0_82 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
fneg d0, d0
str d0, [sp, #816] ; 8-byte Folded Spill
b LBB0_132
LBB0_132: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #816] ; 8-byte Folded Reload
str d0, [sp, #808] ; 8-byte Folded Spill
b LBB0_137
LBB0_133: ; in Loop: Header=BB0_82 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_135
b LBB0_134
LBB0_134: ; in Loop: Header=BB0_82 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
str d0, [sp, #800] ; 8-byte Folded Spill
b LBB0_136
LBB0_135: ; in Loop: Header=BB0_82 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
fneg d0, d0
str d0, [sp, #800] ; 8-byte Folded Spill
b LBB0_136
LBB0_136: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #800] ; 8-byte Folded Reload
fneg d0, d0
str d0, [sp, #808] ; 8-byte Folded Spill
b LBB0_137
LBB0_137: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #808] ; 8-byte Folded Reload
fneg d0, d0
str d0, [sp, #1048]
ldr d3, [sp, #1128]
ldr d1, [sp, #1048]
ldr d2, [sp, #1128]
ldr d4, [sp, #1128]
fmov d0, #1.00000000
fmadd d2, d2, d4, d0
fsqrt d2, d2
fmadd d1, d1, d2, d3
fdiv d1, d0, d1
str d1, [sp, #1152]
ldr d1, [sp, #1152]
ldr d2, [sp, #1152]
fmadd d1, d1, d2, d0
fdiv d0, d0, d1
fsqrt d0, d0
str d0, [sp, #1088]
ldr d0, [sp, #1152]
ldr d1, [sp, #1088]
fmul d0, d0, d1
str d0, [sp, #1080]
ldr d0, [sp, #1040]
stur d0, [x29, #-256]
ldr d0, [sp, #1080]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_139
b LBB0_138
LBB0_138: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1080]
str d0, [sp, #792] ; 8-byte Folded Spill
b LBB0_140
LBB0_139: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1080]
fneg d0, d0
str d0, [sp, #792] ; 8-byte Folded Spill
b LBB0_140
LBB0_140: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #792] ; 8-byte Folded Reload
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_142
b LBB0_141
LBB0_141: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #784] ; 8-byte Folded Spill
b LBB0_143
LBB0_142: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #784] ; 8-byte Folded Spill
b LBB0_143
LBB0_143: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #784] ; 8-byte Folded Reload
str d0, [sp, #1040]
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmadd d0, d0, d1, d2
str d0, [sp, #1240]
ldr d0, [sp, #1216]
str d0, [sp, #776] ; 8-byte Folded Spill
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_145
b LBB0_144
LBB0_144: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #768] ; 8-byte Folded Spill
b LBB0_146
LBB0_145: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #768] ; 8-byte Folded Spill
b LBB0_146
LBB0_146: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #776] ; 8-byte Folded Reload
ldr d1, [sp, #768] ; 8-byte Folded Reload
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
ldr d1, [sp, #1136]
fmul d0, d0, d1
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmsub d0, d0, d1, d2
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_148
b LBB0_147
LBB0_147: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #760] ; 8-byte Folded Spill
b LBB0_149
LBB0_148: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #760] ; 8-byte Folded Spill
b LBB0_149
LBB0_149: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #760] ; 8-byte Folded Reload
fsqrt d1, d0
ldr d0, [sp, #1232]
fmul d0, d0, d1
str d0, [sp, #1232]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
str d0, [sp, #1144]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
str d0, [sp, #1136]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_158
b LBB0_150
LBB0_150: ; in Loop: Header=BB0_82 Depth=5
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_154
b LBB0_151
LBB0_151: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x5, x29, #64
stur d0, [x29, #-48]
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-40]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _drotm_
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_153
b LBB0_152
LBB0_152: ; in Loop: Header=BB0_82 Depth=5
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
add x0, sp, #980
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
sub x5, x29, #64
bl _drotm_
b LBB0_153
LBB0_153: ; in Loop: Header=BB0_82 Depth=5
b LBB0_157
LBB0_154: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #744] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #752] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #744] ; 8-byte Folded Reload
ldr x5, [sp, #752] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1144]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fdiv d0, d0, d1
str d0, [x8]
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_156
b LBB0_155
LBB0_155: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #720] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
add x0, sp, #980
str x0, [sp, #736] ; 8-byte Folded Spill
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #728] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #720] ; 8-byte Folded Reload
ldr x5, [sp, #728] ; 8-byte Folded Reload
ldr x0, [sp, #736] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1144]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
b LBB0_156
LBB0_156: ; in Loop: Header=BB0_82 Depth=5
b LBB0_157
LBB0_157: ; in Loop: Header=BB0_82 Depth=5
b LBB0_171
LBB0_158: ; in Loop: Header=BB0_82 Depth=5
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_162
b LBB0_159
LBB0_159: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #704] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #712] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #704] ; 8-byte Folded Reload
ldr x5, [sp, #712] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
fneg d0, d0
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fdiv d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_161
b LBB0_160
LBB0_160: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #680] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
add x0, sp, #980
str x0, [sp, #696] ; 8-byte Folded Spill
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #688] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #680] ; 8-byte Folded Reload
ldr x5, [sp, #688] ; 8-byte Folded Reload
ldr x0, [sp, #696] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
fneg d0, d0
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
b LBB0_161
LBB0_161: ; in Loop: Header=BB0_82 Depth=5
b LBB0_170
LBB0_162: ; in Loop: Header=BB0_82 Depth=5
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_166
b LBB0_163
LBB0_163: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #664] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #672] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #664] ; 8-byte Folded Reload
ldr x5, [sp, #672] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1144]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fdiv d0, d0, d1
str d0, [x8]
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_165
b LBB0_164
LBB0_164: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #640] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
add x0, sp, #980
str x0, [sp, #656] ; 8-byte Folded Spill
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #648] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #640] ; 8-byte Folded Reload
ldr x5, [sp, #648] ; 8-byte Folded Reload
ldr x0, [sp, #656] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1144]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
b LBB0_165
LBB0_165: ; in Loop: Header=BB0_82 Depth=5
b LBB0_169
LBB0_166: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #624] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #632] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #624] ; 8-byte Folded Reload
ldr x5, [sp, #632] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
fneg d0, d0
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fdiv d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_168
b LBB0_167
LBB0_167: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #600] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
add x0, sp, #980
str x0, [sp, #616] ; 8-byte Folded Spill
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #608] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #600] ; 8-byte Folded Reload
ldr x5, [sp, #608] ; 8-byte Folded Reload
ldr x0, [sp, #616] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
fneg d0, d0
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
b LBB0_168
LBB0_168: ; in Loop: Header=BB0_82 Depth=5
b LBB0_169
LBB0_169: ; in Loop: Header=BB0_82 Depth=5
b LBB0_170
LBB0_170: ; in Loop: Header=BB0_82 Depth=5
b LBB0_171
LBB0_171: ; in Loop: Header=BB0_82 Depth=5
b LBB0_172
LBB0_172: ; in Loop: Header=BB0_82 Depth=5
b LBB0_180
LBB0_173: ; in Loop: Header=BB0_82 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-192]
add x3, x8, #8
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
str x4, [sp, #576] ; 8-byte Folded Spill
mov x2, x4
bl _dcopy_
ldr x6, [sp, #576] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x8, [x29, #-192]
add x7, x8, #8
ldur x8, [x29, #-112]
mov x9, sp
str x8, [x9]
add x8, sp, #1212
str x8, [sp, #544] ; 8-byte Folded Spill
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
str x0, [sp, #584] ; 8-byte Folded Spill
adrp x2, _c__0@PAGE
add x2, x2, _c__0@PAGEOFF
str x2, [sp, #552] ; 8-byte Folded Spill
mov x1, x2
add x3, sp, #1232
adrp x4, _c_b42@PAGE
add x4, x4, _c_b42@PAGEOFF
str x4, [sp, #560] ; 8-byte Folded Spill
bl _dlascl_
ldr x8, [sp, #544] ; 8-byte Folded Reload
ldr x2, [sp, #552] ; 8-byte Folded Reload
ldr x4, [sp, #560] ; 8-byte Folded Reload
ldr x6, [sp, #576] ; 8-byte Folded Reload
ldr x0, [sp, #584] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x9, [x29, #-104]
ldr w10, [sp, #1164]
ldur w11, [x29, #-212]
mul w10, w10, w11
add w10, w10, #1
add x7, x9, w10, sxtw #3
ldur x10, [x29, #-112]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
mov x1, x2
add x3, sp, #1216
str x3, [sp, #568] ; 8-byte Folded Spill
bl _dlascl_
ldr x5, [sp, #576] ; 8-byte Folded Reload
ldr d0, [sp, #1224]
fneg d0, d0
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
add x1, sp, #1176
str d0, [sp, #1176]
ldur x0, [x29, #-88]
ldur x8, [x29, #-192]
add x2, x8, #8
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr x8, [sp, #544] ; 8-byte Folded Reload
ldr x2, [sp, #552] ; 8-byte Folded Reload
ldr x3, [sp, #560] ; 8-byte Folded Reload
ldr x4, [sp, #568] ; 8-byte Folded Reload
ldr x6, [sp, #576] ; 8-byte Folded Reload
ldr x0, [sp, #584] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x9, [x29, #-104]
ldr w10, [sp, #1164]
ldur w11, [x29, #-212]
mul w10, w10, w11
add w10, w10, #1
add x7, x9, w10, sxtw #3
ldur x10, [x29, #-112]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
mov x1, x2
bl _dlascl_
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1224]
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmsub d0, d0, d1, d2
str d0, [sp, #1240]
ldr d0, [sp, #1216]
str d0, [sp, #592] ; 8-byte Folded Spill
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_175
b LBB0_174
LBB0_174: ; in Loop: Header=BB0_82 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #536] ; 8-byte Folded Spill
b LBB0_176
LBB0_175: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #536] ; 8-byte Folded Spill
b LBB0_176
LBB0_176: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #592] ; 8-byte Folded Reload
ldr d1, [sp, #536] ; 8-byte Folded Reload
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
ldr d0, [sp, #1040]
ldur x8, [x29, #-168]
ldr d1, [x8]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_178
b LBB0_177
LBB0_177: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1040]
str d0, [sp, #528] ; 8-byte Folded Spill
b LBB0_179
LBB0_178: ; in Loop: Header=BB0_82 Depth=5
ldur x8, [x29, #-168]
ldr d0, [x8]
str d0, [sp, #528] ; 8-byte Folded Spill
b LBB0_179
LBB0_179: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #528] ; 8-byte Folded Reload
str d0, [sp, #1040]
b LBB0_180
LBB0_180: ; in Loop: Header=BB0_82 Depth=5
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
ldr d1, [sp, #1216]
fdiv d0, d0, d1
stur d0, [x29, #-256]
ldur d0, [x29, #-256]
ldur d1, [x29, #-256]
fmul d0, d0, d1
ldr d1, [sp, #960]
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB0_186
b LBB0_181
LBB0_181: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1216]
ldr d1, [sp, #968]
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_184
b LBB0_182
LBB0_182: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1216]
ldr d1, [sp, #1096]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_184
b LBB0_183
LBB0_183: ; in Loop: Header=BB0_82 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dnrm2_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
b LBB0_185
LBB0_184: ; in Loop: Header=BB0_82 Depth=5
add x3, sp, #1152
movi d0, #0000000000000000
str d0, [sp, #1152]
add x4, sp, #1216
fmov d0, #1.00000000
str d0, [sp, #1216]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dlassq_
ldr d0, [sp, #1152]
ldr d1, [sp, #1216]
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
b LBB0_185
LBB0_185: ; in Loop: Header=BB0_82 Depth=5
b LBB0_186
LBB0_186: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1184]
fdiv d0, d0, d1
ldr d1, [sp, #960]
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB0_192
b LBB0_187
LBB0_187: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #968]
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_190
b LBB0_188
LBB0_188: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1096]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_190
b LBB0_189
LBB0_189: ; in Loop: Header=BB0_82 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dnrm2_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
str d0, [sp, #1232]
b LBB0_191
LBB0_190: ; in Loop: Header=BB0_82 Depth=5
add x3, sp, #1152
movi d0, #0000000000000000
str d0, [sp, #1152]
add x4, sp, #1232
fmov d0, #1.00000000
str d0, [sp, #1232]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dlassq_
ldr d0, [sp, #1152]
ldr d1, [sp, #1232]
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
str d0, [sp, #1232]
b LBB0_191
LBB0_191: ; in Loop: Header=BB0_82 Depth=5
ldr d0, [sp, #1232]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
b LBB0_192
LBB0_192: ; in Loop: Header=BB0_82 Depth=5
b LBB0_196
LBB0_193: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1036]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_195
b LBB0_194
LBB0_194: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1028]
add w8, w8, #1
str w8, [sp, #1028]
b LBB0_195
LBB0_195: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1196]
add w8, w8, #1
str w8, [sp, #1196]
b LBB0_196
LBB0_196: ; in Loop: Header=BB0_82 Depth=5
b LBB0_200
LBB0_197: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1036]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_199
b LBB0_198
LBB0_198: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1028]
add w8, w8, #1
str w8, [sp, #1028]
b LBB0_199
LBB0_199: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1196]
add w8, w8, #1
str w8, [sp, #1196]
b LBB0_200
LBB0_200: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1172]
ldr w9, [sp, #1072]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_205
b LBB0_201
LBB0_201: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1196]
ldr w9, [sp, #956]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_205
b LBB0_202
LBB0_202: ; in Loop: Header=BB0_65 Depth=4
ldr w8, [sp, #1036]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_204
b LBB0_203
LBB0_203: ; in Loop: Header=BB0_65 Depth=4
ldr d0, [sp, #1232]
fneg d0, d0
str d0, [sp, #1232]
b LBB0_204
LBB0_204: ; in Loop: Header=BB0_65 Depth=4
str wzr, [sp, #1028]
b LBB0_208
LBB0_205: ; in Loop: Header=BB0_82 Depth=5
b LBB0_206
LBB0_206: ; in Loop: Header=BB0_82 Depth=5
ldr w8, [sp, #1164]
add w8, w8, #1
str w8, [sp, #1164]
b LBB0_82
LBB0_207: ; in Loop: Header=BB0_65 Depth=4
b LBB0_208
LBB0_208: ; in Loop: Header=BB0_65 Depth=4
ldr d0, [sp, #1232]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
b LBB0_216
LBB0_209: ; in Loop: Header=BB0_65 Depth=4
ldr d0, [sp, #1232]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
ldr w8, [sp, #1036]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_215
b LBB0_210
LBB0_210: ; in Loop: Header=BB0_65 Depth=4
ldr d0, [sp, #1232]
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB0_215
b LBB0_211
LBB0_211: ; in Loop: Header=BB0_65 Depth=4
ldr w8, [sp, #996]
ldr w9, [sp, #1004]
add w8, w8, w9
subs w8, w8, #1
stur w8, [x29, #-244]
ldr w8, [sp, #1028]
str w8, [sp, #524] ; 4-byte Folded Spill
ldur w8, [x29, #-244]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_213
b LBB0_212
LBB0_212: ; in Loop: Header=BB0_65 Depth=4
ldur w8, [x29, #-244]
str w8, [sp, #520] ; 4-byte Folded Spill
b LBB0_214
LBB0_213: ; in Loop: Header=BB0_65 Depth=4
ldur x8, [x29, #-96]
ldr w8, [x8]
str w8, [sp, #520] ; 4-byte Folded Spill
b LBB0_214
LBB0_214: ; in Loop: Header=BB0_65 Depth=4
ldr w8, [sp, #524] ; 4-byte Folded Reload
ldr w9, [sp, #520] ; 4-byte Folded Reload
add w8, w8, w9
ldr w9, [sp, #1168]
subs w8, w8, w9
str w8, [sp, #1028]
b LBB0_215
LBB0_215: ; in Loop: Header=BB0_65 Depth=4
b LBB0_216
LBB0_216: ; in Loop: Header=BB0_65 Depth=4
b LBB0_217
LBB0_217: ; in Loop: Header=BB0_65 Depth=4
ldr w8, [sp, #1168]
add w8, w8, #1
str w8, [sp, #1168]
b LBB0_65
LBB0_218: ; in Loop: Header=BB0_60 Depth=3
b LBB0_219
LBB0_219: ; in Loop: Header=BB0_60 Depth=3
ldr w8, [sp, #1036]
add w8, w8, #1
str w8, [sp, #1036]
b LBB0_60
LBB0_220: ; in Loop: Header=BB0_55 Depth=2
ldr w8, [sp, #992]
subs w8, w8, #1
ldr w9, [sp, #1004]
mul w8, w8, w9
add w8, w8, #1
str w8, [sp, #996]
ldr w8, [sp, #984]
stur w8, [x29, #-236]
ldr w8, [sp, #992]
add w8, w8, #1
str w8, [sp, #1020]
b LBB0_221
LBB0_221: ; Parent Loop BB0_53 Depth=1
; Parent Loop BB0_55 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_226 Depth 4
; Child Loop BB0_232 Depth 5
ldr w8, [sp, #1020]
ldur w9, [x29, #-236]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_385
b LBB0_222
LBB0_222: ; in Loop: Header=BB0_221 Depth=3
ldr w8, [sp, #1020]
subs w8, w8, #1
ldr w9, [sp, #1004]
mul w8, w8, w9
add w8, w8, #1
str w8, [sp, #988]
str wzr, [sp, #1076]
ldr w8, [sp, #996]
ldr w9, [sp, #1004]
add w8, w8, w9
subs w8, w8, #1
stur w8, [x29, #-244]
ldur w8, [x29, #-244]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_224
b LBB0_223
LBB0_223: ; in Loop: Header=BB0_221 Depth=3
ldur w8, [x29, #-244]
str w8, [sp, #516] ; 4-byte Folded Spill
b LBB0_225
LBB0_224: ; in Loop: Header=BB0_221 Depth=3
ldur x8, [x29, #-96]
ldr w8, [x8]
str w8, [sp, #516] ; 4-byte Folded Spill
b LBB0_225
LBB0_225: ; in Loop: Header=BB0_221 Depth=3
ldr w8, [sp, #516] ; 4-byte Folded Reload
stur w8, [x29, #-240]
ldr w8, [sp, #996]
str w8, [sp, #1168]
b LBB0_226
LBB0_226: ; Parent Loop BB0_53 Depth=1
; Parent Loop BB0_55 Depth=2
; Parent Loop BB0_221 Depth=3
; => This Loop Header: Depth=4
; Child Loop BB0_232 Depth 5
ldr w8, [sp, #1168]
ldur w9, [x29, #-240]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_383
b LBB0_227
LBB0_227: ; in Loop: Header=BB0_226 Depth=4
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1232]
ldr d0, [sp, #1232]
fcmp d0, #0.0
cset w8, le
tbnz w8, #0, LBB0_373
b LBB0_228
LBB0_228: ; in Loop: Header=BB0_226 Depth=4
str wzr, [sp, #1196]
ldr w8, [sp, #988]
ldr w9, [sp, #1004]
add w8, w8, w9
subs w8, w8, #1
stur w8, [x29, #-248]
ldur w8, [x29, #-248]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_230
b LBB0_229
LBB0_229: ; in Loop: Header=BB0_226 Depth=4
ldur w8, [x29, #-248]
str w8, [sp, #512] ; 4-byte Folded Spill
b LBB0_231
LBB0_230: ; in Loop: Header=BB0_226 Depth=4
ldur x8, [x29, #-96]
ldr w8, [x8]
str w8, [sp, #512] ; 4-byte Folded Spill
b LBB0_231
LBB0_231: ; in Loop: Header=BB0_226 Depth=4
ldr w8, [sp, #512] ; 4-byte Folded Reload
stur w8, [x29, #-244]
ldr w8, [sp, #988]
str w8, [sp, #1164]
b LBB0_232
LBB0_232: ; Parent Loop BB0_53 Depth=1
; Parent Loop BB0_55 Depth=2
; Parent Loop BB0_221 Depth=3
; Parent Loop BB0_226 Depth=4
; => This Inner Loop Header: Depth=5
ldr w8, [sp, #1164]
ldur w9, [x29, #-244]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_371
b LBB0_233
LBB0_233: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1216]
ldr d0, [sp, #1216]
fcmp d0, #0.0
cset w8, le
tbnz w8, #0, LBB0_362
b LBB0_234
LBB0_234: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
str d0, [sp, #1184]
ldr d0, [sp, #1216]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_242
b LBB0_235
LBB0_235: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1216]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_237
b LBB0_236
LBB0_236: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1120]
ldr d1, [sp, #1232]
fmul d0, d0, d1
ldr d1, [sp, #1216]
fcmp d0, d1
cset w8, ls
and w8, w8, #0x1
str w8, [sp, #1108]
b LBB0_238
LBB0_237: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1120]
ldr d1, [sp, #1216]
fmul d0, d0, d1
ldr d1, [sp, #1232]
fcmp d0, d1
cset w8, ls
and w8, w8, #0x1
str w8, [sp, #1108]
b LBB0_238
LBB0_238: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1008]
ldr d2, [sp, #1216]
fdiv d1, d1, d2
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_240
b LBB0_239
LBB0_239: ; in Loop: Header=BB0_232 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _ddot_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldr d1, [sp, #1216]
fdiv d0, d0, d1
ldr d1, [sp, #1232]
fdiv d0, d0, d1
str d0, [sp, #1224]
b LBB0_241
LBB0_240: ; in Loop: Header=BB0_232 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-192]
add x3, x8, #8
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
str x4, [sp, #504] ; 8-byte Folded Spill
mov x2, x4
bl _dcopy_
ldr x6, [sp, #504] ; 8-byte Folded Reload
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x4, x8, x9, lsl #3
ldur x5, [x29, #-88]
ldur x8, [x29, #-192]
add x7, x8, #8
ldur x8, [x29, #-112]
mov x9, sp
str x8, [x9]
add x8, sp, #1212
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
adrp x2, _c__0@PAGE
add x2, x2, _c__0@PAGEOFF
mov x1, x2
add x3, sp, #1232
bl _dlascl_
ldr x4, [sp, #504] ; 8-byte Folded Reload
ldur x0, [x29, #-88]
ldur x8, [x29, #-192]
add x1, x8, #8
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
mov x2, x4
bl _ddot_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldr d1, [sp, #1216]
fdiv d0, d0, d1
str d0, [sp, #1224]
b LBB0_241
LBB0_241: ; in Loop: Header=BB0_232 Depth=5
b LBB0_249
LBB0_242: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1216]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_244
b LBB0_243
LBB0_243: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1216]
ldr d2, [sp, #1120]
fdiv d1, d1, d2
fcmp d0, d1
cset w8, ls
and w8, w8, #0x1
str w8, [sp, #1108]
b LBB0_245
LBB0_244: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1216]
ldr d1, [sp, #1232]
ldr d2, [sp, #1120]
fdiv d1, d1, d2
fcmp d0, d1
cset w8, ls
and w8, w8, #0x1
str w8, [sp, #1108]
b LBB0_245
LBB0_245: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1120]
ldr d2, [sp, #1216]
fdiv d1, d1, d2
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_247
b LBB0_246
LBB0_246: ; in Loop: Header=BB0_232 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _ddot_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldr d1, [sp, #1216]
fdiv d0, d0, d1
ldr d1, [sp, #1232]
fdiv d0, d0, d1
str d0, [sp, #1224]
b LBB0_248
LBB0_247: ; in Loop: Header=BB0_232 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-192]
add x3, x8, #8
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
str x4, [sp, #496] ; 8-byte Folded Spill
mov x2, x4
bl _dcopy_
ldr x6, [sp, #496] ; 8-byte Folded Reload
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x4, x8, x9, lsl #3
ldur x5, [x29, #-88]
ldur x8, [x29, #-192]
add x7, x8, #8
ldur x8, [x29, #-112]
mov x9, sp
str x8, [x9]
add x8, sp, #1212
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
adrp x2, _c__0@PAGE
add x2, x2, _c__0@PAGEOFF
mov x1, x2
add x3, sp, #1216
bl _dlascl_
ldr x4, [sp, #496] ; 8-byte Folded Reload
ldur x0, [x29, #-88]
ldur x8, [x29, #-192]
add x1, x8, #8
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
mov x2, x4
bl _ddot_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldr d1, [sp, #1232]
fdiv d0, d0, d1
str d0, [sp, #1224]
b LBB0_248
LBB0_248: ; in Loop: Header=BB0_232 Depth=5
b LBB0_249
LBB0_249: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1056]
stur d0, [x29, #-256]
ldr d0, [sp, #1224]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_251
b LBB0_250
LBB0_250: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1224]
str d0, [sp, #488] ; 8-byte Folded Spill
b LBB0_252
LBB0_251: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1224]
fneg d0, d0
str d0, [sp, #488] ; 8-byte Folded Spill
b LBB0_252
LBB0_252: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #488] ; 8-byte Folded Reload
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_254
b LBB0_253
LBB0_253: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #480] ; 8-byte Folded Spill
b LBB0_255
LBB0_254: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #480] ; 8-byte Folded Spill
b LBB0_255
LBB0_255: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #480] ; 8-byte Folded Reload
str d0, [sp, #1056]
ldr d0, [sp, #1224]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_257
b LBB0_256
LBB0_256: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1224]
str d0, [sp, #472] ; 8-byte Folded Spill
b LBB0_258
LBB0_257: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1224]
fneg d0, d0
str d0, [sp, #472] ; 8-byte Folded Spill
b LBB0_258
LBB0_258: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #472] ; 8-byte Folded Reload
ldur x8, [x29, #-176]
ldr d1, [x8]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_360
b LBB0_259
LBB0_259: ; in Loop: Header=BB0_232 Depth=5
str wzr, [sp, #1028]
str wzr, [sp, #1196]
ldr w8, [sp, #1024]
add w8, w8, #1
str w8, [sp, #1024]
ldr w8, [sp, #1108]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_331
b LBB0_260
LBB0_260: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1216]
ldr d1, [sp, #1232]
fdiv d0, d0, d1
str d0, [sp, #1136]
ldr d0, [sp, #1232]
ldr d1, [sp, #1216]
fdiv d0, d0, d1
str d0, [sp, #1144]
ldr d0, [sp, #1136]
ldr d1, [sp, #1144]
fsub d0, d0, d1
stur d0, [x29, #-256]
ldur d0, [x29, #-256]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_262
b LBB0_261
LBB0_261: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #464] ; 8-byte Folded Spill
b LBB0_263
LBB0_262: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
fneg d0, d0
str d0, [sp, #464] ; 8-byte Folded Spill
b LBB0_263
LBB0_263: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #464] ; 8-byte Folded Reload
fmov d1, #-0.50000000
fmul d0, d0, d1
ldr d1, [sp, #1224]
fdiv d0, d0, d1
str d0, [sp, #1128]
ldr d0, [sp, #1216]
ldr d1, [sp, #1184]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_265
b LBB0_264
LBB0_264: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1128]
fneg d0, d0
str d0, [sp, #1128]
b LBB0_265
LBB0_265: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1128]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_267
b LBB0_266
LBB0_266: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1128]
str d0, [sp, #456] ; 8-byte Folded Spill
b LBB0_268
LBB0_267: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1128]
fneg d0, d0
str d0, [sp, #456] ; 8-byte Folded Spill
b LBB0_268
LBB0_268: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #456] ; 8-byte Folded Reload
ldr d1, [sp, #1200]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_284
b LBB0_269
LBB0_269: ; in Loop: Header=BB0_232 Depth=5
ldr d1, [sp, #1128]
fmov d0, #0.50000000
fdiv d0, d0, d1
str d0, [sp, #1152]
ldr d0, [sp, #1152]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
sub x5, x29, #64
stur d0, [x29, #-48]
ldr d0, [sp, #1152]
fneg d0, d0
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
stur d0, [x29, #-40]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _drotm_
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_271
b LBB0_270
LBB0_270: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
add x0, sp, #980
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
sub x5, x29, #64
bl _drotm_
b LBB0_271
LBB0_271: ; in Loop: Header=BB0_232 Depth=5
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmadd d0, d0, d1, d2
str d0, [sp, #1240]
ldr d0, [sp, #1216]
str d0, [sp, #448] ; 8-byte Folded Spill
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_273
b LBB0_272
LBB0_272: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #440] ; 8-byte Folded Spill
b LBB0_274
LBB0_273: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #440] ; 8-byte Folded Spill
b LBB0_274
LBB0_274: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #448] ; 8-byte Folded Reload
ldr d1, [sp, #440] ; 8-byte Folded Reload
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
ldr d1, [sp, #1136]
fmul d0, d0, d1
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmsub d0, d0, d1, d2
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_276
b LBB0_275
LBB0_275: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #432] ; 8-byte Folded Spill
b LBB0_277
LBB0_276: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #432] ; 8-byte Folded Spill
b LBB0_277
LBB0_277: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #432] ; 8-byte Folded Reload
fsqrt d1, d0
ldr d0, [sp, #1232]
fmul d0, d0, d1
str d0, [sp, #1232]
ldr d0, [sp, #1040]
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_279
b LBB0_278
LBB0_278: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
str d0, [sp, #424] ; 8-byte Folded Spill
b LBB0_280
LBB0_279: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
str d0, [sp, #424] ; 8-byte Folded Spill
b LBB0_280
LBB0_280: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #424] ; 8-byte Folded Reload
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_282
b LBB0_281
LBB0_281: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #416] ; 8-byte Folded Spill
b LBB0_283
LBB0_282: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #416] ; 8-byte Folded Spill
b LBB0_283
LBB0_283: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #416] ; 8-byte Folded Reload
str d0, [sp, #1040]
b LBB0_330
LBB0_284: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1224]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_289
b LBB0_285
LBB0_285: ; in Loop: Header=BB0_232 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_287
b LBB0_286
LBB0_286: ; in Loop: Header=BB0_232 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
str d0, [sp, #408] ; 8-byte Folded Spill
b LBB0_288
LBB0_287: ; in Loop: Header=BB0_232 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
fneg d0, d0
str d0, [sp, #408] ; 8-byte Folded Spill
b LBB0_288
LBB0_288: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #408] ; 8-byte Folded Reload
str d0, [sp, #400] ; 8-byte Folded Spill
b LBB0_293
LBB0_289: ; in Loop: Header=BB0_232 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_291
b LBB0_290
LBB0_290: ; in Loop: Header=BB0_232 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
str d0, [sp, #392] ; 8-byte Folded Spill
b LBB0_292
LBB0_291: ; in Loop: Header=BB0_232 Depth=5
adrp x8, _c_b42@PAGE
ldr d0, [x8, _c_b42@PAGEOFF]
fneg d0, d0
str d0, [sp, #392] ; 8-byte Folded Spill
b LBB0_292
LBB0_292: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #392] ; 8-byte Folded Reload
fneg d0, d0
str d0, [sp, #400] ; 8-byte Folded Spill
b LBB0_293
LBB0_293: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #400] ; 8-byte Folded Reload
fneg d0, d0
str d0, [sp, #1048]
ldr d0, [sp, #1216]
ldr d1, [sp, #1184]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_295
b LBB0_294
LBB0_294: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1048]
fneg d0, d0
str d0, [sp, #1048]
b LBB0_295
LBB0_295: ; in Loop: Header=BB0_232 Depth=5
ldr d3, [sp, #1128]
ldr d1, [sp, #1048]
ldr d2, [sp, #1128]
ldr d4, [sp, #1128]
fmov d0, #1.00000000
fmadd d2, d2, d4, d0
fsqrt d2, d2
fmadd d1, d1, d2, d3
fdiv d1, d0, d1
str d1, [sp, #1152]
ldr d1, [sp, #1152]
ldr d2, [sp, #1152]
fmadd d1, d1, d2, d0
fdiv d0, d0, d1
fsqrt d0, d0
str d0, [sp, #1088]
ldr d0, [sp, #1152]
ldr d1, [sp, #1088]
fmul d0, d0, d1
str d0, [sp, #1080]
ldr d0, [sp, #1040]
stur d0, [x29, #-256]
ldr d0, [sp, #1080]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_297
b LBB0_296
LBB0_296: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1080]
str d0, [sp, #384] ; 8-byte Folded Spill
b LBB0_298
LBB0_297: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1080]
fneg d0, d0
str d0, [sp, #384] ; 8-byte Folded Spill
b LBB0_298
LBB0_298: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #384] ; 8-byte Folded Reload
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_300
b LBB0_299
LBB0_299: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #376] ; 8-byte Folded Spill
b LBB0_301
LBB0_300: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #376] ; 8-byte Folded Spill
b LBB0_301
LBB0_301: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #376] ; 8-byte Folded Reload
str d0, [sp, #1040]
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmadd d0, d0, d1, d2
str d0, [sp, #1240]
ldr d0, [sp, #1216]
str d0, [sp, #368] ; 8-byte Folded Spill
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_303
b LBB0_302
LBB0_302: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #360] ; 8-byte Folded Spill
b LBB0_304
LBB0_303: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #360] ; 8-byte Folded Spill
b LBB0_304
LBB0_304: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #368] ; 8-byte Folded Reload
ldr d1, [sp, #360] ; 8-byte Folded Reload
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1152]
ldr d1, [sp, #1136]
fmul d0, d0, d1
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmsub d0, d0, d1, d2
str d0, [sp, #1240]
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_306
b LBB0_305
LBB0_305: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #352] ; 8-byte Folded Spill
b LBB0_307
LBB0_306: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #352] ; 8-byte Folded Spill
b LBB0_307
LBB0_307: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #352] ; 8-byte Folded Reload
fsqrt d1, d0
ldr d0, [sp, #1232]
fmul d0, d0, d1
str d0, [sp, #1232]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
str d0, [sp, #1144]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
str d0, [sp, #1136]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_316
b LBB0_308
LBB0_308: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_312
b LBB0_309
LBB0_309: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x5, x29, #64
stur d0, [x29, #-48]
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-40]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _drotm_
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_311
b LBB0_310
LBB0_310: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
add x0, sp, #980
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
sub x5, x29, #64
bl _drotm_
b LBB0_311
LBB0_311: ; in Loop: Header=BB0_232 Depth=5
b LBB0_315
LBB0_312: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #336] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #344] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #336] ; 8-byte Folded Reload
ldr x5, [sp, #344] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1144]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_314
b LBB0_313
LBB0_313: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #312] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
add x0, sp, #980
str x0, [sp, #328] ; 8-byte Folded Spill
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #320] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #312] ; 8-byte Folded Reload
ldr x5, [sp, #320] ; 8-byte Folded Reload
ldr x0, [sp, #328] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1144]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
b LBB0_314
LBB0_314: ; in Loop: Header=BB0_232 Depth=5
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fdiv d0, d0, d1
str d0, [x8]
b LBB0_315
LBB0_315: ; in Loop: Header=BB0_232 Depth=5
b LBB0_329
LBB0_316: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_320
b LBB0_317
LBB0_317: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #296] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #304] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #296] ; 8-byte Folded Reload
ldr x5, [sp, #304] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
fneg d0, d0
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_319
b LBB0_318
LBB0_318: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #272] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
add x0, sp, #980
str x0, [sp, #288] ; 8-byte Folded Spill
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #280] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #272] ; 8-byte Folded Reload
ldr x5, [sp, #280] ; 8-byte Folded Reload
ldr x0, [sp, #288] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
fneg d0, d0
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
b LBB0_319
LBB0_319: ; in Loop: Header=BB0_232 Depth=5
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fdiv d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
b LBB0_328
LBB0_320: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_324
b LBB0_321
LBB0_321: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #256] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #264] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #256] ; 8-byte Folded Reload
ldr x5, [sp, #264] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1144]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fdiv d0, d0, d1
str d0, [x8]
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_323
b LBB0_322
LBB0_322: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
fneg d0, d0
ldr d1, [sp, #1136]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #232] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
add x0, sp, #980
str x0, [sp, #248] ; 8-byte Folded Spill
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #240] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #232] ; 8-byte Folded Reload
ldr x5, [sp, #240] ; 8-byte Folded Reload
ldr x0, [sp, #248] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1144]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
b LBB0_323
LBB0_323: ; in Loop: Header=BB0_232 Depth=5
b LBB0_327
LBB0_324: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #216] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #224] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #216] ; 8-byte Folded Reload
ldr x5, [sp, #224] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
fneg d0, d0
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fdiv d0, d0, d1
str d0, [x8]
ldr d1, [sp, #1088]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fmul d0, d0, d1
str d0, [x8]
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_326
b LBB0_325
LBB0_325: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1152]
ldr d1, [sp, #1144]
fmul d0, d0, d1
sub x1, x29, #256
str x1, [sp, #192] ; 8-byte Folded Spill
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
add x0, sp, #980
str x0, [sp, #208] ; 8-byte Folded Spill
adrp x5, _c__1@PAGE
add x5, x5, _c__1@PAGEOFF
str x5, [sp, #200] ; 8-byte Folded Spill
mov x3, x5
bl _daxpy_
ldr x1, [sp, #192] ; 8-byte Folded Reload
ldr x5, [sp, #200] ; 8-byte Folded Reload
ldr x0, [sp, #208] ; 8-byte Folded Reload
ldr d0, [sp, #1088]
fneg d0, d0
ldr d1, [sp, #1080]
fmul d0, d0, d1
ldr d1, [sp, #1136]
fmul d0, d0, d1
stur d0, [x29, #-256]
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x2, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
b LBB0_326
LBB0_326: ; in Loop: Header=BB0_232 Depth=5
b LBB0_327
LBB0_327: ; in Loop: Header=BB0_232 Depth=5
b LBB0_328
LBB0_328: ; in Loop: Header=BB0_232 Depth=5
b LBB0_329
LBB0_329: ; in Loop: Header=BB0_232 Depth=5
b LBB0_330
LBB0_330: ; in Loop: Header=BB0_232 Depth=5
b LBB0_347
LBB0_331: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1216]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_339
b LBB0_332
LBB0_332: ; in Loop: Header=BB0_232 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-192]
add x3, x8, #8
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
str x4, [sp, #168] ; 8-byte Folded Spill
mov x2, x4
bl _dcopy_
ldr x6, [sp, #168] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x8, [x29, #-192]
add x7, x8, #8
ldur x8, [x29, #-112]
mov x9, sp
str x8, [x9]
add x8, sp, #1212
str x8, [sp, #136] ; 8-byte Folded Spill
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
str x0, [sp, #176] ; 8-byte Folded Spill
adrp x2, _c__0@PAGE
add x2, x2, _c__0@PAGEOFF
str x2, [sp, #144] ; 8-byte Folded Spill
mov x1, x2
add x3, sp, #1232
adrp x4, _c_b42@PAGE
add x4, x4, _c_b42@PAGEOFF
str x4, [sp, #152] ; 8-byte Folded Spill
bl _dlascl_
ldr x8, [sp, #136] ; 8-byte Folded Reload
ldr x2, [sp, #144] ; 8-byte Folded Reload
ldr x4, [sp, #152] ; 8-byte Folded Reload
ldr x6, [sp, #168] ; 8-byte Folded Reload
ldr x0, [sp, #176] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x9, [x29, #-104]
ldr w10, [sp, #1164]
ldur w11, [x29, #-212]
mul w10, w10, w11
add w10, w10, #1
add x7, x9, w10, sxtw #3
ldur x10, [x29, #-112]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
mov x1, x2
add x3, sp, #1216
str x3, [sp, #160] ; 8-byte Folded Spill
bl _dlascl_
ldr x5, [sp, #168] ; 8-byte Folded Reload
ldr d0, [sp, #1224]
fneg d0, d0
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
add x1, sp, #1176
str d0, [sp, #1176]
ldur x0, [x29, #-88]
ldur x8, [x29, #-192]
add x2, x8, #8
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr x8, [sp, #136] ; 8-byte Folded Reload
ldr x2, [sp, #144] ; 8-byte Folded Reload
ldr x3, [sp, #152] ; 8-byte Folded Reload
ldr x4, [sp, #160] ; 8-byte Folded Reload
ldr x6, [sp, #168] ; 8-byte Folded Reload
ldr x0, [sp, #176] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x9, [x29, #-104]
ldr w10, [sp, #1164]
ldur w11, [x29, #-212]
mul w10, w10, w11
add w10, w10, #1
add x7, x9, w10, sxtw #3
ldur x10, [x29, #-112]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
mov x1, x2
bl _dlascl_
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1224]
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmsub d0, d0, d1, d2
str d0, [sp, #1240]
ldr d0, [sp, #1216]
str d0, [sp, #184] ; 8-byte Folded Spill
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_334
b LBB0_333
LBB0_333: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #128] ; 8-byte Folded Spill
b LBB0_335
LBB0_334: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #128] ; 8-byte Folded Spill
b LBB0_335
LBB0_335: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #184] ; 8-byte Folded Reload
ldr d1, [sp, #128] ; 8-byte Folded Reload
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
ldr d0, [sp, #1040]
ldur x8, [x29, #-168]
ldr d1, [x8]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_337
b LBB0_336
LBB0_336: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1040]
str d0, [sp, #120] ; 8-byte Folded Spill
b LBB0_338
LBB0_337: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-168]
ldr d0, [x8]
str d0, [sp, #120] ; 8-byte Folded Spill
b LBB0_338
LBB0_338: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #120] ; 8-byte Folded Reload
str d0, [sp, #1040]
b LBB0_346
LBB0_339: ; in Loop: Header=BB0_232 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-192]
add x3, x8, #8
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
str x4, [sp, #96] ; 8-byte Folded Spill
mov x2, x4
bl _dcopy_
ldr x6, [sp, #96] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x8, [x29, #-192]
add x7, x8, #8
ldur x8, [x29, #-112]
mov x9, sp
str x8, [x9]
add x8, sp, #1212
str x8, [sp, #64] ; 8-byte Folded Spill
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
str x0, [sp, #104] ; 8-byte Folded Spill
adrp x2, _c__0@PAGE
add x2, x2, _c__0@PAGEOFF
str x2, [sp, #72] ; 8-byte Folded Spill
mov x1, x2
add x3, sp, #1216
adrp x4, _c_b42@PAGE
add x4, x4, _c_b42@PAGEOFF
str x4, [sp, #80] ; 8-byte Folded Spill
bl _dlascl_
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x2, [sp, #72] ; 8-byte Folded Reload
ldr x4, [sp, #80] ; 8-byte Folded Reload
ldr x6, [sp, #96] ; 8-byte Folded Reload
ldr x0, [sp, #104] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x9, [x29, #-104]
ldr w10, [sp, #1168]
ldur w11, [x29, #-212]
mul w10, w10, w11
add w10, w10, #1
add x7, x9, w10, sxtw #3
ldur x10, [x29, #-112]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
mov x1, x2
add x3, sp, #1232
str x3, [sp, #88] ; 8-byte Folded Spill
bl _dlascl_
ldr x5, [sp, #96] ; 8-byte Folded Reload
ldr d0, [sp, #1224]
fneg d0, d0
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fdiv d0, d0, d1
add x1, sp, #1176
str d0, [sp, #1176]
ldur x0, [x29, #-88]
ldur x8, [x29, #-192]
add x2, x8, #8
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x4, x8, w9, sxtw #3
mov x3, x5
bl _daxpy_
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x2, [sp, #72] ; 8-byte Folded Reload
ldr x3, [sp, #80] ; 8-byte Folded Reload
ldr x4, [sp, #88] ; 8-byte Folded Reload
ldr x6, [sp, #96] ; 8-byte Folded Reload
ldr x0, [sp, #104] ; 8-byte Folded Reload
ldur x5, [x29, #-88]
ldur x9, [x29, #-104]
ldr w10, [sp, #1168]
ldur w11, [x29, #-212]
mul w10, w10, w11
add w10, w10, #1
add x7, x9, w10, sxtw #3
ldur x10, [x29, #-112]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
mov x1, x2
bl _dlascl_
movi d0, #0000000000000000
stur d0, [x29, #-256]
ldr d0, [sp, #1224]
ldr d1, [sp, #1224]
fmov d2, #1.00000000
fmsub d0, d0, d1, d2
str d0, [sp, #1240]
ldr d0, [sp, #1232]
str d0, [sp, #112] ; 8-byte Folded Spill
ldur d0, [x29, #-256]
ldr d1, [sp, #1240]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_341
b LBB0_340
LBB0_340: ; in Loop: Header=BB0_232 Depth=5
ldur d0, [x29, #-256]
str d0, [sp, #56] ; 8-byte Folded Spill
b LBB0_342
LBB0_341: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1240]
str d0, [sp, #56] ; 8-byte Folded Spill
b LBB0_342
LBB0_342: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #112] ; 8-byte Folded Reload
ldr d1, [sp, #56] ; 8-byte Folded Reload
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
ldr d0, [sp, #1040]
ldur x8, [x29, #-168]
ldr d1, [x8]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_344
b LBB0_343
LBB0_343: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1040]
str d0, [sp, #48] ; 8-byte Folded Spill
b LBB0_345
LBB0_344: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-168]
ldr d0, [x8]
str d0, [sp, #48] ; 8-byte Folded Spill
b LBB0_345
LBB0_345: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #48] ; 8-byte Folded Reload
str d0, [sp, #1040]
b LBB0_346
LBB0_346: ; in Loop: Header=BB0_232 Depth=5
b LBB0_347
LBB0_347: ; in Loop: Header=BB0_232 Depth=5
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
ldr d1, [sp, #1216]
fdiv d0, d0, d1
stur d0, [x29, #-256]
ldur d0, [x29, #-256]
ldur d1, [x29, #-256]
fmul d0, d0, d1
ldr d1, [sp, #960]
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB0_353
b LBB0_348
LBB0_348: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1216]
ldr d1, [sp, #968]
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_351
b LBB0_349
LBB0_349: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1216]
ldr d1, [sp, #1096]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_351
b LBB0_350
LBB0_350: ; in Loop: Header=BB0_232 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dnrm2_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
b LBB0_352
LBB0_351: ; in Loop: Header=BB0_232 Depth=5
add x3, sp, #1152
movi d0, #0000000000000000
str d0, [sp, #1152]
add x4, sp, #1216
fmov d0, #1.00000000
str d0, [sp, #1216]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dlassq_
ldr d0, [sp, #1152]
ldr d1, [sp, #1216]
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
b LBB0_352
LBB0_352: ; in Loop: Header=BB0_232 Depth=5
b LBB0_353
LBB0_353: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1184]
fdiv d0, d0, d1
stur d0, [x29, #-256]
ldur d0, [x29, #-256]
ldur d1, [x29, #-256]
fmul d0, d0, d1
ldr d1, [sp, #960]
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB0_359
b LBB0_354
LBB0_354: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #968]
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_357
b LBB0_355
LBB0_355: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldr d1, [sp, #1096]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_357
b LBB0_356
LBB0_356: ; in Loop: Header=BB0_232 Depth=5
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dnrm2_
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
str d0, [sp, #1232]
b LBB0_358
LBB0_357: ; in Loop: Header=BB0_232 Depth=5
add x3, sp, #1152
movi d0, #0000000000000000
str d0, [sp, #1152]
add x4, sp, #1232
fmov d0, #1.00000000
str d0, [sp, #1232]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dlassq_
ldr d0, [sp, #1152]
ldr d1, [sp, #1232]
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
str d0, [sp, #1232]
b LBB0_358
LBB0_358: ; in Loop: Header=BB0_232 Depth=5
ldr d0, [sp, #1232]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
b LBB0_359
LBB0_359: ; in Loop: Header=BB0_232 Depth=5
b LBB0_361
LBB0_360: ; in Loop: Header=BB0_232 Depth=5
ldr w8, [sp, #1028]
add w8, w8, #1
str w8, [sp, #1028]
ldr w8, [sp, #1196]
add w8, w8, #1
str w8, [sp, #1196]
ldr w8, [sp, #1076]
add w8, w8, #1
str w8, [sp, #1076]
b LBB0_361
LBB0_361: ; in Loop: Header=BB0_232 Depth=5
b LBB0_363
LBB0_362: ; in Loop: Header=BB0_232 Depth=5
ldr w8, [sp, #1028]
add w8, w8, #1
str w8, [sp, #1028]
ldr w8, [sp, #1196]
add w8, w8, #1
str w8, [sp, #1196]
ldr w8, [sp, #1076]
add w8, w8, #1
str w8, [sp, #1076]
b LBB0_363
LBB0_363: ; in Loop: Header=BB0_232 Depth=5
ldr w8, [sp, #1172]
ldr w9, [sp, #1072]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_366
b LBB0_364
LBB0_364: ; in Loop: Header=BB0_232 Depth=5
ldr w8, [sp, #1076]
ldr w9, [sp, #1068]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB0_366
b LBB0_365
LBB0_365: ; in Loop: Header=BB0_55 Depth=2
ldr d0, [sp, #1232]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
str wzr, [sp, #1028]
b LBB0_386
LBB0_366: ; in Loop: Header=BB0_232 Depth=5
ldr w8, [sp, #1172]
ldr w9, [sp, #1072]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_369
b LBB0_367
LBB0_367: ; in Loop: Header=BB0_232 Depth=5
ldr w8, [sp, #1196]
ldr w9, [sp, #956]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_369
b LBB0_368
LBB0_368: ; in Loop: Header=BB0_226 Depth=4
ldr d0, [sp, #1232]
fneg d0, d0
str d0, [sp, #1232]
str wzr, [sp, #1028]
b LBB0_372
LBB0_369: ; in Loop: Header=BB0_232 Depth=5
b LBB0_370
LBB0_370: ; in Loop: Header=BB0_232 Depth=5
ldr w8, [sp, #1164]
add w8, w8, #1
str w8, [sp, #1164]
b LBB0_232
LBB0_371: ; in Loop: Header=BB0_226 Depth=4
b LBB0_372
LBB0_372: ; in Loop: Header=BB0_226 Depth=4
ldr d0, [sp, #1232]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
b LBB0_381
LBB0_373: ; in Loop: Header=BB0_226 Depth=4
ldr d0, [sp, #1232]
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB0_378
b LBB0_374
LBB0_374: ; in Loop: Header=BB0_226 Depth=4
ldr w8, [sp, #988]
ldr w9, [sp, #1004]
add w8, w8, w9
subs w8, w8, #1
stur w8, [x29, #-244]
ldr w8, [sp, #1028]
str w8, [sp, #44] ; 4-byte Folded Spill
ldur w8, [x29, #-244]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_376
b LBB0_375
LBB0_375: ; in Loop: Header=BB0_226 Depth=4
ldur w8, [x29, #-244]
str w8, [sp, #40] ; 4-byte Folded Spill
b LBB0_377
LBB0_376: ; in Loop: Header=BB0_226 Depth=4
ldur x8, [x29, #-96]
ldr w8, [x8]
str w8, [sp, #40] ; 4-byte Folded Spill
b LBB0_377
LBB0_377: ; in Loop: Header=BB0_226 Depth=4
ldr w8, [sp, #44] ; 4-byte Folded Reload
ldr w9, [sp, #40] ; 4-byte Folded Reload
add w8, w8, w9
ldr w9, [sp, #988]
subs w8, w8, w9
add w8, w8, #1
str w8, [sp, #1028]
b LBB0_378
LBB0_378: ; in Loop: Header=BB0_226 Depth=4
ldr d0, [sp, #1232]
fcmp d0, #0.0
cset w8, pl
tbnz w8, #0, LBB0_380
b LBB0_379
LBB0_379: ; in Loop: Header=BB0_226 Depth=4
str wzr, [sp, #1028]
b LBB0_380
LBB0_380: ; in Loop: Header=BB0_226 Depth=4
b LBB0_381
LBB0_381: ; in Loop: Header=BB0_226 Depth=4
b LBB0_382
LBB0_382: ; in Loop: Header=BB0_226 Depth=4
ldr w8, [sp, #1168]
add w8, w8, #1
str w8, [sp, #1168]
b LBB0_226
LBB0_383: ; in Loop: Header=BB0_221 Depth=3
b LBB0_384
LBB0_384: ; in Loop: Header=BB0_221 Depth=3
ldr w8, [sp, #1020]
add w8, w8, #1
str w8, [sp, #1020]
b LBB0_221
LBB0_385: ; in Loop: Header=BB0_55 Depth=2
b LBB0_386
LBB0_386: ; in Loop: Header=BB0_55 Depth=2
ldr w8, [sp, #996]
ldr w9, [sp, #1004]
add w8, w8, w9
subs w8, w8, #1
stur w8, [x29, #-240]
ldur w8, [x29, #-240]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_388
b LBB0_387
LBB0_387: ; in Loop: Header=BB0_55 Depth=2
ldur w8, [x29, #-240]
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB0_389
LBB0_388: ; in Loop: Header=BB0_55 Depth=2
ldur x8, [x29, #-96]
ldr w8, [x8]
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB0_389
LBB0_389: ; in Loop: Header=BB0_55 Depth=2
ldr w8, [sp, #36] ; 4-byte Folded Reload
stur w8, [x29, #-236]
ldr w8, [sp, #996]
str w8, [sp, #1168]
b LBB0_390
LBB0_390: ; Parent Loop BB0_53 Depth=1
; Parent Loop BB0_55 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #1168]
ldur w9, [x29, #-236]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_396
b LBB0_391
LBB0_391: ; in Loop: Header=BB0_390 Depth=3
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
stur d0, [x29, #-256]
ldur d0, [x29, #-256]
fcmp d0, #0.0
cset w8, lt
tbnz w8, #0, LBB0_393
b LBB0_392
LBB0_392: ; in Loop: Header=BB0_390 Depth=3
ldur d0, [x29, #-256]
str d0, [sp, #24] ; 8-byte Folded Spill
b LBB0_394
LBB0_393: ; in Loop: Header=BB0_390 Depth=3
ldur d0, [x29, #-256]
fneg d0, d0
str d0, [sp, #24] ; 8-byte Folded Spill
b LBB0_394
LBB0_394: ; in Loop: Header=BB0_390 Depth=3
ldr d0, [sp, #24] ; 8-byte Folded Reload
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
b LBB0_395
LBB0_395: ; in Loop: Header=BB0_390 Depth=3
ldr w8, [sp, #1168]
add w8, w8, #1
str w8, [sp, #1168]
b LBB0_390
LBB0_396: ; in Loop: Header=BB0_55 Depth=2
b LBB0_397
LBB0_397: ; in Loop: Header=BB0_55 Depth=2
ldr w8, [sp, #992]
add w8, w8, #1
str w8, [sp, #992]
b LBB0_55
LBB0_398: ; in Loop: Header=BB0_53 Depth=1
ldur x8, [x29, #-128]
ldur x9, [x29, #-96]
ldrsw x9, [x9]
ldr d0, [x8, x9, lsl #3]
ldr d1, [sp, #968]
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_401
b LBB0_399
LBB0_399: ; in Loop: Header=BB0_53 Depth=1
ldur x8, [x29, #-128]
ldur x9, [x29, #-96]
ldrsw x9, [x9]
ldr d0, [x8, x9, lsl #3]
ldr d1, [sp, #1096]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_401
b LBB0_400
LBB0_400: ; in Loop: Header=BB0_53 Depth=1
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldur x9, [x29, #-96]
ldr w9, [x9]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dnrm2_
ldur x8, [x29, #-120]
ldur x9, [x29, #-96]
ldrsw x9, [x9]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldur x9, [x29, #-96]
ldrsw x9, [x9]
str d0, [x8, x9, lsl #3]
b LBB0_402
LBB0_401: ; in Loop: Header=BB0_53 Depth=1
add x3, sp, #1152
movi d0, #0000000000000000
str d0, [sp, #1152]
add x4, sp, #1232
fmov d0, #1.00000000
str d0, [sp, #1232]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldur x9, [x29, #-96]
ldr w9, [x9]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _dlassq_
ldr d0, [sp, #1152]
ldr d1, [sp, #1232]
fsqrt d1, d1
fmul d0, d0, d1
ldur x8, [x29, #-120]
ldur x9, [x29, #-96]
ldrsw x9, [x9]
ldr d1, [x8, x9, lsl #3]
fmul d0, d0, d1
ldur x8, [x29, #-128]
ldur x9, [x29, #-96]
ldrsw x9, [x9]
str d0, [x8, x9, lsl #3]
b LBB0_402
LBB0_402: ; in Loop: Header=BB0_53 Depth=1
ldr w8, [sp, #1172]
ldr w9, [sp, #1072]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_406
b LBB0_403
LBB0_403: ; in Loop: Header=BB0_53 Depth=1
ldr d0, [sp, #1056]
ldr d1, [sp, #944]
fcmp d0, d1
cset w8, ls
tbnz w8, #0, LBB0_405
b LBB0_404
LBB0_404: ; in Loop: Header=BB0_53 Depth=1
ldr w8, [sp, #1024]
ldur x9, [x29, #-96]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_406
b LBB0_405
LBB0_405: ; in Loop: Header=BB0_53 Depth=1
ldr w8, [sp, #1172]
str w8, [sp, #1072]
b LBB0_406
LBB0_406: ; in Loop: Header=BB0_53 Depth=1
ldr w8, [sp, #1172]
ldr w9, [sp, #1072]
add w9, w9, #1
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_410
b LBB0_407
LBB0_407: ; in Loop: Header=BB0_53 Depth=1
ldr d0, [sp, #1056]
ldur x8, [x29, #-96]
ldr s2, [x8]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
ldur x8, [x29, #-176]
ldr d2, [x8]
fmul d1, d1, d2
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_410
b LBB0_408
LBB0_408: ; in Loop: Header=BB0_53 Depth=1
ldur x8, [x29, #-96]
ldr s1, [x8]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
ldr d1, [sp, #1056]
fmul d0, d0, d1
ldr d1, [sp, #1040]
fmul d0, d0, d1
ldur x8, [x29, #-176]
ldr d1, [x8]
fcmp d0, d1
cset w8, pl
tbnz w8, #0, LBB0_410
b LBB0_409
LBB0_409:
b LBB0_415
LBB0_410: ; in Loop: Header=BB0_53 Depth=1
ldr w8, [sp, #1028]
ldr w9, [sp, #1032]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB0_412
b LBB0_411
LBB0_411:
b LBB0_415
LBB0_412: ; in Loop: Header=BB0_53 Depth=1
b LBB0_413
LBB0_413: ; in Loop: Header=BB0_53 Depth=1
ldr w8, [sp, #1172]
add w8, w8, #1
str w8, [sp, #1172]
b LBB0_53
LBB0_414:
ldur x8, [x29, #-184]
ldr w8, [x8]
subs w8, w8, #1
ldur x9, [x29, #-208]
str w8, [x9]
b LBB0_416
LBB0_415:
ldur x8, [x29, #-208]
str wzr, [x8]
b LBB0_416
LBB0_416:
ldur x8, [x29, #-96]
ldr w9, [x8]
mov w8, #1
subs w9, w9, #1
stur w9, [x29, #-228]
str w8, [sp, #1168]
b LBB0_417
LBB0_417: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #1168]
ldur w9, [x29, #-228]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_424
b LBB0_418
LBB0_418: ; in Loop: Header=BB0_417 Depth=1
ldur x8, [x29, #-96]
ldr w8, [x8]
ldr w9, [sp, #1168]
subs w8, w8, w9
add w8, w8, #1
sub x0, x29, #232
stur w8, [x29, #-232]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
add x1, x8, x9, lsl #3
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _idamax_
ldr w8, [sp, #1168]
add w8, w0, w8
subs w8, w8, #1
str w8, [sp, #1164]
ldr w8, [sp, #1168]
ldr w9, [sp, #1164]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB0_422
b LBB0_419
LBB0_419: ; in Loop: Header=BB0_417 Depth=1
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1176]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
ldr d0, [sp, #1176]
ldur x8, [x29, #-128]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
ldr d0, [x8, x9, lsl #3]
str d0, [sp, #1176]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1168]
str d0, [x8, x9, lsl #3]
ldr d0, [sp, #1176]
ldur x8, [x29, #-120]
ldrsw x9, [sp, #1164]
str d0, [x8, x9, lsl #3]
ldur x0, [x29, #-88]
ldur x8, [x29, #-104]
ldr w9, [sp, #1168]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-104]
ldr w9, [sp, #1164]
ldur w10, [x29, #-212]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _dswap_
ldr w8, [sp, #1112]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_421
b LBB0_420
LBB0_420: ; in Loop: Header=BB0_417 Depth=1
ldur x8, [x29, #-144]
ldr w9, [sp, #1168]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x1, x8, w9, sxtw #3
ldur x8, [x29, #-144]
ldr w9, [sp, #1164]
ldur w10, [x29, #-220]
mul w9, w9, w10
add w9, w9, #1
add x3, x8, w9, sxtw #3
add x0, sp, #980
adrp x4, _c__1@PAGE
add x4, x4, _c__1@PAGEOFF
mov x2, x4
bl _dswap_
b LBB0_421
LBB0_421: ; in Loop: Header=BB0_417 Depth=1
b LBB0_422
LBB0_422: ; in Loop: Header=BB0_417 Depth=1
b LBB0_423
LBB0_423: ; in Loop: Header=BB0_417 Depth=1
ldr w8, [sp, #1168]
add w8, w8, #1
str w8, [sp, #1168]
b LBB0_417
LBB0_424:
stur wzr, [x29, #-68]
b LBB0_425
LBB0_425:
ldur w8, [x29, #-68]
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, LBB0_427
b LBB0_426
LBB0_426:
bl ___stack_chk_fail
LBB0_427:
ldr w0, [sp, #20] ; 4-byte Folded Reload
add sp, sp, #1488
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 "A"
l_.str.1: ; @.str.1
.asciz "V"
l_.str.2: ; @.str.2
.asciz "N"
l_.str.3: ; @.str.3
.asciz "DGSVJ0"
.section __DATA,__data
.p2align 2 ; @c__1
_c__1:
.long 1 ; 0x1
.section __TEXT,__cstring,cstring_literals
l_.str.4: ; @.str.4
.asciz "G"
.zerofill __DATA,__bss,_c__0,4,2 ; @c__0
.section __DATA,__data
.p2align 3 ; @c_b42
_c_b42:
.quad 0x3ff0000000000000 ; double 1
.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 dgsvj0_
LCPI0_0:
.quad 0x3ff0000000000000 ## double 1
LCPI0_1:
.quad 0xbfe0000000000000 ## double -0.5
LCPI0_2:
.quad 0x3fe0000000000000 ## double 0.5
.section __TEXT,__text,regular,pure_instructions
.globl _dgsvj0_
.p2align 4, 0x90
_dgsvj0_: ## @dgsvj0_
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
subq $936, %rsp ## imm = 0x3A8
.cfi_offset %rbx, -24
movq 96(%rbp), %rax
movq 88(%rbp), %rax
movq 80(%rbp), %rax
movq 72(%rbp), %rax
movq 64(%rbp), %rax
movq 56(%rbp), %rax
movq 48(%rbp), %rax
movq 40(%rbp), %rax
movq 32(%rbp), %rax
movq 24(%rbp), %rax
movq 16(%rbp), %rax
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -16(%rbp)
movq %rdi, -80(%rbp)
movq %rsi, -88(%rbp)
movq %rdx, -96(%rbp)
movq %rcx, -104(%rbp)
movq %r8, -112(%rbp)
movq %r9, -120(%rbp)
movq 16(%rbp), %rax
addq $-8, %rax
movq %rax, 16(%rbp)
movq -120(%rbp), %rax
addq $-8, %rax
movq %rax, -120(%rbp)
movq -112(%rbp), %rax
movl (%rax), %eax
movl %eax, -124(%rbp)
movl -124(%rbp), %eax
shll $0, %eax
addl $1, %eax
movl %eax, -128(%rbp)
movl -128(%rbp), %ecx
movq -104(%rbp), %rax
movslq %ecx, %rdx
xorl %ecx, %ecx
## kill: def $rcx killed $ecx
subq %rdx, %rcx
shlq $3, %rcx
addq %rcx, %rax
movq %rax, -104(%rbp)
movq 40(%rbp), %rax
movl (%rax), %eax
movl %eax, -132(%rbp)
movl -132(%rbp), %eax
shll $0, %eax
addl $1, %eax
movl %eax, -136(%rbp)
movl -136(%rbp), %ecx
movq 32(%rbp), %rax
movslq %ecx, %rdx
xorl %ecx, %ecx
## kill: def $rcx killed $ecx
subq %rdx, %rcx
shlq $3, %rcx
addq %rcx, %rax
movq %rax, 32(%rbp)
movq 80(%rbp), %rax
addq $-8, %rax
movq %rax, 80(%rbp)
movq -80(%rbp), %rdi
leaq L_.str(%rip), %rsi
callq _lsame_
movl %eax, -300(%rbp)
movq -80(%rbp), %rdi
leaq L_.str.1(%rip), %rsi
callq _lsame_
movl %eax, -304(%rbp)
cmpl $0, -304(%rbp)
jne LBB0_4
## %bb.1:
cmpl $0, -300(%rbp)
jne LBB0_4
## %bb.2:
movq -80(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
callq _lsame_
cmpl $0, %eax
jne LBB0_4
## %bb.3:
movq 96(%rbp), %rax
movl $-1, (%rax)
jmp LBB0_35
LBB0_4:
movq -88(%rbp), %rax
cmpl $0, (%rax)
jge LBB0_6
## %bb.5:
movq 96(%rbp), %rax
movl $-2, (%rax)
jmp LBB0_34
LBB0_6:
movq -96(%rbp), %rax
cmpl $0, (%rax)
jl LBB0_8
## %bb.7:
movq -96(%rbp), %rax
movl (%rax), %eax
movq -88(%rbp), %rcx
cmpl (%rcx), %eax
jle LBB0_9
LBB0_8:
movq 96(%rbp), %rax
movl $-3, (%rax)
jmp LBB0_33
LBB0_9:
movq -112(%rbp), %rax
movl (%rax), %eax
movq -88(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB0_11
## %bb.10:
movq 96(%rbp), %rax
movl $-5, (%rax)
jmp LBB0_32
LBB0_11:
cmpl $0, -304(%rbp)
jne LBB0_13
## %bb.12:
cmpl $0, -300(%rbp)
je LBB0_15
LBB0_13:
movq 24(%rbp), %rax
cmpl $0, (%rax)
jge LBB0_15
## %bb.14:
movq 96(%rbp), %rax
movl $-8, (%rax)
jmp LBB0_31
LBB0_15:
cmpl $0, -304(%rbp)
je LBB0_17
## %bb.16:
movq 40(%rbp), %rax
movl (%rax), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
jl LBB0_19
LBB0_17:
cmpl $0, -300(%rbp)
je LBB0_20
## %bb.18:
movq 40(%rbp), %rax
movl (%rax), %eax
movq 24(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB0_20
LBB0_19:
movq 96(%rbp), %rax
movl $-10, (%rax)
jmp LBB0_30
LBB0_20:
movq 64(%rbp), %rax
movsd (%rax), %xmm1 ## xmm1 = mem[0],zero
movq 48(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_22
## %bb.21:
movq 96(%rbp), %rax
movl $-13, (%rax)
jmp LBB0_29
LBB0_22:
movq 72(%rbp), %rax
cmpl $0, (%rax)
jge LBB0_24
## %bb.23:
movq 96(%rbp), %rax
movl $-14, (%rax)
jmp LBB0_28
LBB0_24:
movq 88(%rbp), %rax
movl (%rax), %eax
movq -88(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB0_26
## %bb.25:
movq 96(%rbp), %rax
movl $-16, (%rax)
jmp LBB0_27
LBB0_26:
movq 96(%rbp), %rax
movl $0, (%rax)
LBB0_27:
jmp LBB0_28
LBB0_28:
jmp LBB0_29
LBB0_29:
jmp LBB0_30
LBB0_30:
jmp LBB0_31
LBB0_31:
jmp LBB0_32
LBB0_32:
jmp LBB0_33
LBB0_33:
jmp LBB0_34
LBB0_34:
jmp LBB0_35
LBB0_35:
movq 96(%rbp), %rax
cmpl $0, (%rax)
je LBB0_37
## %bb.36:
movq 96(%rbp), %rcx
xorl %eax, %eax
subl (%rcx), %eax
movl %eax, -140(%rbp)
leaq L_.str.3(%rip), %rdi
leaq -140(%rbp), %rsi
movl $6, %edx
callq _xerbla_
movl $0, -68(%rbp)
jmp LBB0_425
LBB0_37:
cmpl $0, -304(%rbp)
je LBB0_39
## %bb.38:
movq -96(%rbp), %rax
movl (%rax), %eax
movl %eax, -436(%rbp)
jmp LBB0_42
LBB0_39:
cmpl $0, -300(%rbp)
je LBB0_41
## %bb.40:
movq 24(%rbp), %rax
movl (%rax), %eax
movl %eax, -436(%rbp)
LBB0_41:
jmp LBB0_42
LBB0_42:
movb $1, %al
cmpl $0, -304(%rbp)
movb %al, -473(%rbp) ## 1-byte Spill
jne LBB0_44
## %bb.43:
cmpl $0, -300(%rbp)
setne %al
movb %al, -473(%rbp) ## 1-byte Spill
LBB0_44:
movb -473(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -304(%rbp)
movq 48(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
sqrtsd %xmm0, %xmm0
movsd %xmm0, -456(%rbp)
movq 56(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
sqrtsd %xmm0, %xmm0
movsd %xmm0, -320(%rbp)
movq 56(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
movq 48(%rbp), %rax
divsd (%rax), %xmm0
movsd %xmm0, -296(%rbp)
movq 56(%rbp), %rax
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd (%rax), %xmm0
movsd %xmm0, -408(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd -320(%rbp), %xmm0
movsd %xmm0, -448(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd -456(%rbp), %xmm0
movsd %xmm0, -216(%rbp)
movq 64(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
sqrtsd %xmm0, %xmm0
movsd %xmm0, -472(%rbp)
movq -96(%rbp), %rax
movl (%rax), %eax
movq -96(%rbp), %rcx
movl (%rcx), %ecx
subl $1, %ecx
imull %ecx, %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -384(%rbp)
movl $0, -388(%rbp)
xorps %xmm0, %xmm0
movsd %xmm0, -64(%rbp)
movl $0, -344(%rbp)
movq -96(%rbp), %rcx
movl $8, %eax
cmpl (%rcx), %eax
jg LBB0_46
## %bb.45:
movl $8, %eax
movl %eax, -480(%rbp) ## 4-byte Spill
jmp LBB0_47
LBB0_46:
movq -96(%rbp), %rax
movl (%rax), %eax
movl %eax, -480(%rbp) ## 4-byte Spill
LBB0_47:
movl -480(%rbp), %eax ## 4-byte Reload
movl %eax, -412(%rbp)
movq -96(%rbp), %rax
movl (%rax), %eax
cltd
idivl -412(%rbp)
movl %eax, -432(%rbp)
movl -432(%rbp), %eax
imull -412(%rbp), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
je LBB0_49
## %bb.48:
movl -432(%rbp), %eax
addl $1, %eax
movl %eax, -432(%rbp)
LBB0_49:
movl -412(%rbp), %eax
movl %eax, -140(%rbp)
movl -140(%rbp), %eax
imull -140(%rbp), %eax
addl $1, %eax
movl %eax, -348(%rbp)
movl $5, %eax
cmpl -412(%rbp), %eax
jg LBB0_51
## %bb.50:
movl $5, %eax
movl %eax, -484(%rbp) ## 4-byte Spill
jmp LBB0_52
LBB0_51:
movl -412(%rbp), %eax
movl %eax, -484(%rbp) ## 4-byte Spill
LBB0_52:
movl -484(%rbp), %eax ## 4-byte Reload
movl %eax, -460(%rbp)
movl $1, -416(%rbp)
movl $0, -344(%rbp)
movl $0, -220(%rbp)
movq 72(%rbp), %rax
movl (%rax), %eax
movl %eax, -140(%rbp)
movl $1, -244(%rbp)
LBB0_53: ## =>This Loop Header: Depth=1
## Child Loop BB0_55 Depth 2
## Child Loop BB0_60 Depth 3
## Child Loop BB0_65 Depth 4
## Child Loop BB0_82 Depth 5
## Child Loop BB0_221 Depth 3
## Child Loop BB0_226 Depth 4
## Child Loop BB0_232 Depth 5
## Child Loop BB0_390 Depth 3
movl -244(%rbp), %eax
cmpl -140(%rbp), %eax
jg LBB0_414
## %bb.54: ## in Loop: Header=BB0_53 Depth=1
xorps %xmm0, %xmm0
movsd %xmm0, -360(%rbp)
xorps %xmm0, %xmm0
movsd %xmm0, -376(%rbp)
movl $0, -392(%rbp)
movl $0, -388(%rbp)
movl $0, -220(%rbp)
movl -432(%rbp), %eax
movl %eax, -144(%rbp)
movl $1, -424(%rbp)
LBB0_55: ## Parent Loop BB0_53 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_60 Depth 3
## Child Loop BB0_65 Depth 4
## Child Loop BB0_82 Depth 5
## Child Loop BB0_221 Depth 3
## Child Loop BB0_226 Depth 4
## Child Loop BB0_232 Depth 5
## Child Loop BB0_390 Depth 3
movl -424(%rbp), %eax
cmpl -144(%rbp), %eax
jg LBB0_398
## %bb.56: ## in Loop: Header=BB0_55 Depth=2
movl -424(%rbp), %eax
subl $1, %eax
imull -412(%rbp), %eax
addl $1, %eax
movl %eax, -420(%rbp)
movl -416(%rbp), %eax
movl %eax, -152(%rbp)
movl -432(%rbp), %eax
subl -424(%rbp), %eax
movl %eax, -156(%rbp)
movl -152(%rbp), %eax
cmpl -156(%rbp), %eax
jg LBB0_58
## %bb.57: ## in Loop: Header=BB0_55 Depth=2
movl -152(%rbp), %eax
movl %eax, -488(%rbp) ## 4-byte Spill
jmp LBB0_59
LBB0_58: ## in Loop: Header=BB0_55 Depth=2
movl -156(%rbp), %eax
movl %eax, -488(%rbp) ## 4-byte Spill
LBB0_59: ## in Loop: Header=BB0_55 Depth=2
movl -488(%rbp), %eax ## 4-byte Reload
movl %eax, -148(%rbp)
movl $0, -380(%rbp)
LBB0_60: ## Parent Loop BB0_53 Depth=1
## Parent Loop BB0_55 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB0_65 Depth 4
## Child Loop BB0_82 Depth 5
movl -380(%rbp), %eax
cmpl -148(%rbp), %eax
jg LBB0_220
## %bb.61: ## in Loop: Header=BB0_60 Depth=3
movl -380(%rbp), %eax
imull -412(%rbp), %eax
addl -420(%rbp), %eax
movl %eax, -420(%rbp)
movl -420(%rbp), %eax
addl -412(%rbp), %eax
subl $1, %eax
movl %eax, -156(%rbp)
movq -96(%rbp), %rax
movl (%rax), %eax
subl $1, %eax
movl %eax, -160(%rbp)
movl -156(%rbp), %eax
cmpl -160(%rbp), %eax
jg LBB0_63
## %bb.62: ## in Loop: Header=BB0_60 Depth=3
movl -156(%rbp), %eax
movl %eax, -492(%rbp) ## 4-byte Spill
jmp LBB0_64
LBB0_63: ## in Loop: Header=BB0_60 Depth=3
movl -160(%rbp), %eax
movl %eax, -492(%rbp) ## 4-byte Spill
LBB0_64: ## in Loop: Header=BB0_60 Depth=3
movl -492(%rbp), %eax ## 4-byte Reload
movl %eax, -152(%rbp)
movl -420(%rbp), %eax
movl %eax, -248(%rbp)
LBB0_65: ## Parent Loop BB0_53 Depth=1
## Parent Loop BB0_55 Depth=2
## Parent Loop BB0_60 Depth=3
## => This Loop Header: Depth=4
## Child Loop BB0_82 Depth 5
movl -248(%rbp), %eax
cmpl -152(%rbp), %eax
jg LBB0_218
## %bb.66: ## in Loop: Header=BB0_65 Depth=4
movq -96(%rbp), %rax
movl (%rax), %eax
subl -248(%rbp), %eax
addl $1, %eax
movl %eax, -156(%rbp)
movq 16(%rbp), %rsi
movslq -248(%rbp), %rax
shlq $3, %rax
addq %rax, %rsi
leaq -156(%rbp), %rdi
leaq _c__1(%rip), %rdx
callq _idamax_
addl -248(%rbp), %eax
subl $1, %eax
movl %eax, -252(%rbp)
movl -248(%rbp), %eax
cmpl -252(%rbp), %eax
je LBB0_70
## %bb.67: ## in Loop: Header=BB0_65 Depth=4
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dswap_
cmpl $0, -304(%rbp)
je LBB0_69
## %bb.68: ## in Loop: Header=BB0_65 Depth=4
movq 32(%rbp), %rsi
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 32(%rbp), %rcx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -436(%rbp), %rdi
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dswap_
LBB0_69: ## in Loop: Header=BB0_65 Depth=4
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -240(%rbp)
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movsd -240(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -240(%rbp)
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movsd -240(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
LBB0_70: ## in Loop: Header=BB0_65 Depth=4
cmpl $0, -380(%rbp)
jne LBB0_76
## %bb.71: ## in Loop: Header=BB0_65 Depth=4
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero
movsd -448(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB0_74
## %bb.72: ## in Loop: Header=BB0_65 Depth=4
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -320(%rbp), %xmm0
jbe LBB0_74
## %bb.73: ## in Loop: Header=BB0_65 Depth=4
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
callq _dnrm2_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
jmp LBB0_75
LBB0_74: ## in Loop: Header=BB0_65 Depth=4
xorps %xmm0, %xmm0
movsd %xmm0, -240(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -184(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
leaq -240(%rbp), %rcx
leaq -184(%rbp), %r8
callq _dlassq_
movsd -240(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
LBB0_75: ## in Loop: Header=BB0_65 Depth=4
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -184(%rbp)
jmp LBB0_77
LBB0_76: ## in Loop: Header=BB0_65 Depth=4
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -184(%rbp)
LBB0_77: ## in Loop: Header=BB0_65 Depth=4
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_209
## %bb.78: ## in Loop: Header=BB0_65 Depth=4
movl $0, -220(%rbp)
movl -420(%rbp), %eax
addl -412(%rbp), %eax
subl $1, %eax
movl %eax, -160(%rbp)
movl -160(%rbp), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_80
## %bb.79: ## in Loop: Header=BB0_65 Depth=4
movl -160(%rbp), %eax
movl %eax, -496(%rbp) ## 4-byte Spill
jmp LBB0_81
LBB0_80: ## in Loop: Header=BB0_65 Depth=4
movq -96(%rbp), %rax
movl (%rax), %eax
movl %eax, -496(%rbp) ## 4-byte Spill
LBB0_81: ## in Loop: Header=BB0_65 Depth=4
movl -496(%rbp), %eax ## 4-byte Reload
movl %eax, -156(%rbp)
movl -248(%rbp), %eax
addl $1, %eax
movl %eax, -252(%rbp)
LBB0_82: ## Parent Loop BB0_53 Depth=1
## Parent Loop BB0_55 Depth=2
## Parent Loop BB0_60 Depth=3
## Parent Loop BB0_65 Depth=4
## => This Inner Loop Header: Depth=5
movl -252(%rbp), %eax
cmpl -156(%rbp), %eax
jg LBB0_207
## %bb.83: ## in Loop: Header=BB0_82 Depth=5
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -200(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_197
## %bb.84: ## in Loop: Header=BB0_82 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -232(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_89
## %bb.85: ## in Loop: Header=BB0_82 Depth=5
movsd -296(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -184(%rbp), %xmm1
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
setae %al
andb $1, %al
movzbl %al, %eax
movl %eax, -308(%rbp)
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -408(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -200(%rbp), %xmm0
ucomisd %xmm1, %xmm0
jbe LBB0_87
## %bb.86: ## in Loop: Header=BB0_82 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _ddot_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
divsd -200(%rbp), %xmm0
divsd -184(%rbp), %xmm0
movsd %xmm0, -192(%rbp)
jmp LBB0_88
LBB0_87: ## in Loop: Header=BB0_82 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 80(%rbp), %rcx
addq $8, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dcopy_
movq -120(%rbp), %r8
movslq -248(%rbp), %rax
shlq $3, %rax
addq %rax, %r8
movq -88(%rbp), %r9
movq 80(%rbp), %r11
addq $8, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -184(%rbp), %rcx
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movq -88(%rbp), %rdi
movq 80(%rbp), %rsi
addq $8, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _ddot_
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
divsd -200(%rbp), %xmm0
movsd %xmm0, -192(%rbp)
LBB0_88: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_93
LBB0_89: ## in Loop: Header=BB0_82 Depth=5
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -296(%rbp), %xmm0
ucomisd %xmm1, %xmm0
setae %al
andb $1, %al
movzbl %al, %eax
movl %eax, -308(%rbp)
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -296(%rbp), %xmm1 ## xmm1 = mem[0],zero
divsd -200(%rbp), %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_91
## %bb.90: ## in Loop: Header=BB0_82 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _ddot_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
divsd -200(%rbp), %xmm0
divsd -184(%rbp), %xmm0
movsd %xmm0, -192(%rbp)
jmp LBB0_92
LBB0_91: ## in Loop: Header=BB0_82 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 80(%rbp), %rcx
addq $8, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dcopy_
movq -120(%rbp), %r8
movslq -252(%rbp), %rax
shlq $3, %rax
addq %rax, %r8
movq -88(%rbp), %r9
movq 80(%rbp), %r11
addq $8, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -200(%rbp), %rcx
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movq -88(%rbp), %rdi
movq 80(%rbp), %rsi
addq $8, %rsi
movq -104(%rbp), %rcx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _ddot_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
divsd -184(%rbp), %xmm0
movsd %xmm0, -192(%rbp)
LBB0_92: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_93
LBB0_93: ## in Loop: Header=BB0_82 Depth=5
movsd -360(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp)
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_95
## %bb.94: ## in Loop: Header=BB0_82 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -504(%rbp) ## 8-byte Spill
jmp LBB0_96
LBB0_95: ## in Loop: Header=BB0_82 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -504(%rbp) ## 8-byte Spill
LBB0_96: ## in Loop: Header=BB0_82 Depth=5
movsd -504(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_98
## %bb.97: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -512(%rbp) ## 8-byte Spill
jmp LBB0_99
LBB0_98: ## in Loop: Header=BB0_82 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -512(%rbp) ## 8-byte Spill
LBB0_99: ## in Loop: Header=BB0_82 Depth=5
movsd -512(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -360(%rbp)
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_101
## %bb.100: ## in Loop: Header=BB0_82 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -520(%rbp) ## 8-byte Spill
jmp LBB0_102
LBB0_101: ## in Loop: Header=BB0_82 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -520(%rbp) ## 8-byte Spill
LBB0_102: ## in Loop: Header=BB0_82 Depth=5
movsd -520(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movq 64(%rbp), %rax
ucomisd (%rax), %xmm0
jbe LBB0_193
## %bb.103: ## in Loop: Header=BB0_82 Depth=5
cmpl $0, -380(%rbp)
jne LBB0_105
## %bb.104: ## in Loop: Header=BB0_82 Depth=5
movl $0, -388(%rbp)
movl $0, -220(%rbp)
movl -392(%rbp), %eax
addl $1, %eax
movl %eax, -392(%rbp)
LBB0_105: ## in Loop: Header=BB0_82 Depth=5
cmpl $0, -308(%rbp)
je LBB0_173
## %bb.106: ## in Loop: Header=BB0_82 Depth=5
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -184(%rbp), %xmm0
movsd %xmm0, -280(%rbp)
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -200(%rbp), %xmm0
movsd %xmm0, -272(%rbp)
movsd -280(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_108
## %bb.107: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -528(%rbp) ## 8-byte Spill
jmp LBB0_109
LBB0_108: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -528(%rbp) ## 8-byte Spill
LBB0_109: ## in Loop: Header=BB0_82 Depth=5
movsd -528(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
divsd -192(%rbp), %xmm0
movsd %xmm0, -288(%rbp)
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_111
## %bb.110: ## in Loop: Header=BB0_82 Depth=5
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -536(%rbp) ## 8-byte Spill
jmp LBB0_112
LBB0_111: ## in Loop: Header=BB0_82 Depth=5
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -536(%rbp) ## 8-byte Spill
LBB0_112: ## in Loop: Header=BB0_82 Depth=5
movsd -536(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
ucomisd -216(%rbp), %xmm0
jbe LBB0_128
## %bb.113: ## in Loop: Header=BB0_82 Depth=5
movsd LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd -288(%rbp), %xmm0
movsd %xmm0, -264(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -48(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -40(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -64(%rbp), %r9
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _drotm_
cmpl $0, -304(%rbp)
je LBB0_115
## %bb.114: ## in Loop: Header=BB0_82 Depth=5
movq 32(%rbp), %rsi
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 32(%rbp), %rcx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -64(%rbp), %r9
leaq -436(%rbp), %rdi
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _drotm_
LBB0_115: ## in Loop: Header=BB0_82 Depth=5
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -544(%rbp) ## 8-byte Spill
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_117
## %bb.116: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -552(%rbp) ## 8-byte Spill
jmp LBB0_118
LBB0_117: ## in Loop: Header=BB0_82 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -552(%rbp) ## 8-byte Spill
LBB0_118: ## in Loop: Header=BB0_82 Depth=5
movsd -544(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -552(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -280(%rbp), %xmm0
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_120
## %bb.119: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -560(%rbp) ## 8-byte Spill
jmp LBB0_121
LBB0_120: ## in Loop: Header=BB0_82 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -560(%rbp) ## 8-byte Spill
LBB0_121: ## in Loop: Header=BB0_82 Depth=5
movsd -560(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
sqrtsd %xmm0, %xmm0
mulsd -184(%rbp), %xmm0
movsd %xmm0, -184(%rbp)
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_123
## %bb.122: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -568(%rbp) ## 8-byte Spill
jmp LBB0_124
LBB0_123: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -568(%rbp) ## 8-byte Spill
LBB0_124: ## in Loop: Header=BB0_82 Depth=5
movsd -568(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_126
## %bb.125: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -576(%rbp) ## 8-byte Spill
jmp LBB0_127
LBB0_126: ## in Loop: Header=BB0_82 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -576(%rbp) ## 8-byte Spill
LBB0_127: ## in Loop: Header=BB0_82 Depth=5
movsd -576(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -376(%rbp)
jmp LBB0_172
LBB0_128: ## in Loop: Header=BB0_82 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_133
## %bb.129: ## in Loop: Header=BB0_82 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_131
## %bb.130: ## in Loop: Header=BB0_82 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -584(%rbp) ## 8-byte Spill
jmp LBB0_132
LBB0_131: ## in Loop: Header=BB0_82 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -584(%rbp) ## 8-byte Spill
LBB0_132: ## in Loop: Header=BB0_82 Depth=5
movsd -584(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -592(%rbp) ## 8-byte Spill
jmp LBB0_137
LBB0_133: ## in Loop: Header=BB0_82 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_135
## %bb.134: ## in Loop: Header=BB0_82 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -600(%rbp) ## 8-byte Spill
jmp LBB0_136
LBB0_135: ## in Loop: Header=BB0_82 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -600(%rbp) ## 8-byte Spill
LBB0_136: ## in Loop: Header=BB0_82 Depth=5
movsd -600(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -592(%rbp) ## 8-byte Spill
LBB0_137: ## in Loop: Header=BB0_82 Depth=5
movsd -592(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -368(%rbp)
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -368(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -288(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -288(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm2
movsd LCPI0_0(%rip), %xmm3 ## xmm3 = mem[0],zero
addsd %xmm3, %xmm2
sqrtsd %xmm2, %xmm2
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, -264(%rbp)
movsd -264(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd %xmm0, %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd %xmm0, %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
sqrtsd %xmm0, %xmm0
movsd %xmm0, -328(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp), %xmm0
movsd %xmm0, -336(%rbp)
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp)
movsd -336(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_139
## %bb.138: ## in Loop: Header=BB0_82 Depth=5
movsd -336(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -608(%rbp) ## 8-byte Spill
jmp LBB0_140
LBB0_139: ## in Loop: Header=BB0_82 Depth=5
movsd -336(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -608(%rbp) ## 8-byte Spill
LBB0_140: ## in Loop: Header=BB0_82 Depth=5
movsd -608(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_142
## %bb.141: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -616(%rbp) ## 8-byte Spill
jmp LBB0_143
LBB0_142: ## in Loop: Header=BB0_82 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -616(%rbp) ## 8-byte Spill
LBB0_143: ## in Loop: Header=BB0_82 Depth=5
movsd -616(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -376(%rbp)
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -624(%rbp) ## 8-byte Spill
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_145
## %bb.144: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -632(%rbp) ## 8-byte Spill
jmp LBB0_146
LBB0_145: ## in Loop: Header=BB0_82 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -632(%rbp) ## 8-byte Spill
LBB0_146: ## in Loop: Header=BB0_82 Depth=5
movsd -624(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -632(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -280(%rbp), %xmm0
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_148
## %bb.147: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -640(%rbp) ## 8-byte Spill
jmp LBB0_149
LBB0_148: ## in Loop: Header=BB0_82 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -640(%rbp) ## 8-byte Spill
LBB0_149: ## in Loop: Header=BB0_82 Depth=5
movsd -640(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
sqrtsd %xmm0, %xmm0
mulsd -184(%rbp), %xmm0
movsd %xmm0, -184(%rbp)
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -272(%rbp)
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -280(%rbp)
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_158
## %bb.150: ## in Loop: Header=BB0_82 Depth=5
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_154
## %bb.151: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -48(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -40(%rbp)
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -64(%rbp), %r9
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _drotm_
cmpl $0, -304(%rbp)
je LBB0_153
## %bb.152: ## in Loop: Header=BB0_82 Depth=5
movq 32(%rbp), %rsi
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 32(%rbp), %rcx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -64(%rbp), %r9
leaq -436(%rbp), %rdi
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _drotm_
LBB0_153: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_157
LBB0_154: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -336(%rbp), %xmm0
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
cmpl $0, -304(%rbp)
je LBB0_156
## %bb.155: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -336(%rbp), %xmm0
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
LBB0_156: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_157
LBB0_157: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_171
LBB0_158: ## in Loop: Header=BB0_82 Depth=5
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_162
## %bb.159: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -336(%rbp), %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
cmpl $0, -304(%rbp)
je LBB0_161
## %bb.160: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -336(%rbp), %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
LBB0_161: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_170
LBB0_162: ## in Loop: Header=BB0_82 Depth=5
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
ucomisd (%rax,%rcx,8), %xmm0
jb LBB0_166
## %bb.163: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -336(%rbp), %xmm0
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
cmpl $0, -304(%rbp)
je LBB0_165
## %bb.164: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -336(%rbp), %xmm0
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
LBB0_165: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_169
LBB0_166: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -336(%rbp), %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
cmpl $0, -304(%rbp)
je LBB0_168
## %bb.167: ## in Loop: Header=BB0_82 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -336(%rbp), %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
LBB0_168: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_169
LBB0_169: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_170
LBB0_170: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_171
LBB0_171: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_172
LBB0_172: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_180
LBB0_173: ## in Loop: Header=BB0_82 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 80(%rbp), %rcx
addq $8, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dcopy_
movq -88(%rbp), %r9
movq 80(%rbp), %r11
addq $8, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -184(%rbp), %rcx
leaq _c_b42(%rip), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movq -88(%rbp), %r9
movq -104(%rbp), %r11
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -200(%rbp), %rcx
leaq _c_b42(%rip), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -240(%rbp)
movq -88(%rbp), %rdi
movq 80(%rbp), %rdx
addq $8, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -240(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movq -88(%rbp), %r9
movq -104(%rbp), %r11
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq _c_b42(%rip), %rcx
leaq -200(%rbp), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -648(%rbp) ## 8-byte Spill
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_175
## %bb.174: ## in Loop: Header=BB0_82 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -656(%rbp) ## 8-byte Spill
jmp LBB0_176
LBB0_175: ## in Loop: Header=BB0_82 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -656(%rbp) ## 8-byte Spill
LBB0_176: ## in Loop: Header=BB0_82 Depth=5
movsd -648(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -656(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 56(%rbp), %rax
ucomisd (%rax), %xmm0
jb LBB0_178
## %bb.177: ## in Loop: Header=BB0_82 Depth=5
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -664(%rbp) ## 8-byte Spill
jmp LBB0_179
LBB0_178: ## in Loop: Header=BB0_82 Depth=5
movq 56(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -664(%rbp) ## 8-byte Spill
LBB0_179: ## in Loop: Header=BB0_82 Depth=5
movsd -664(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -376(%rbp)
LBB0_180: ## in Loop: Header=BB0_82 Depth=5
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd -200(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movsd -168(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -168(%rbp), %xmm1
movsd -456(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_186
## %bb.181: ## in Loop: Header=BB0_82 Depth=5
movsd -200(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -448(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB0_184
## %bb.182: ## in Loop: Header=BB0_82 Depth=5
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -320(%rbp), %xmm0
jbe LBB0_184
## %bb.183: ## in Loop: Header=BB0_82 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
callq _dnrm2_
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
jmp LBB0_185
LBB0_184: ## in Loop: Header=BB0_82 Depth=5
xorps %xmm0, %xmm0
movsd %xmm0, -264(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -200(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
leaq -264(%rbp), %rcx
leaq -200(%rbp), %r8
callq _dlassq_
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -200(%rbp), %xmm1 ## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
LBB0_185: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_186
LBB0_186: ## in Loop: Header=BB0_82 Depth=5
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
divsd -232(%rbp), %xmm1
movsd -456(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_192
## %bb.187: ## in Loop: Header=BB0_82 Depth=5
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -448(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB0_190
## %bb.188: ## in Loop: Header=BB0_82 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -320(%rbp), %xmm0
jbe LBB0_190
## %bb.189: ## in Loop: Header=BB0_82 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
callq _dnrm2_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -184(%rbp)
jmp LBB0_191
LBB0_190: ## in Loop: Header=BB0_82 Depth=5
xorps %xmm0, %xmm0
movsd %xmm0, -264(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -184(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
leaq -264(%rbp), %rcx
leaq -184(%rbp), %r8
callq _dlassq_
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -184(%rbp)
LBB0_191: ## in Loop: Header=BB0_82 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
LBB0_192: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_196
LBB0_193: ## in Loop: Header=BB0_82 Depth=5
cmpl $0, -380(%rbp)
jne LBB0_195
## %bb.194: ## in Loop: Header=BB0_82 Depth=5
movl -388(%rbp), %eax
addl $1, %eax
movl %eax, -388(%rbp)
LBB0_195: ## in Loop: Header=BB0_82 Depth=5
movl -220(%rbp), %eax
addl $1, %eax
movl %eax, -220(%rbp)
LBB0_196: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_200
LBB0_197: ## in Loop: Header=BB0_82 Depth=5
cmpl $0, -380(%rbp)
jne LBB0_199
## %bb.198: ## in Loop: Header=BB0_82 Depth=5
movl -388(%rbp), %eax
addl $1, %eax
movl %eax, -388(%rbp)
LBB0_199: ## in Loop: Header=BB0_82 Depth=5
movl -220(%rbp), %eax
addl $1, %eax
movl %eax, -220(%rbp)
LBB0_200: ## in Loop: Header=BB0_82 Depth=5
movl -244(%rbp), %eax
cmpl -344(%rbp), %eax
jg LBB0_205
## %bb.201: ## in Loop: Header=BB0_82 Depth=5
movl -220(%rbp), %eax
cmpl -460(%rbp), %eax
jle LBB0_205
## %bb.202: ## in Loop: Header=BB0_65 Depth=4
cmpl $0, -380(%rbp)
jne LBB0_204
## %bb.203: ## in Loop: Header=BB0_65 Depth=4
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -184(%rbp)
LBB0_204: ## in Loop: Header=BB0_65 Depth=4
movl $0, -388(%rbp)
jmp LBB0_208
LBB0_205: ## in Loop: Header=BB0_82 Depth=5
jmp LBB0_206
LBB0_206: ## in Loop: Header=BB0_82 Depth=5
movl -252(%rbp), %eax
addl $1, %eax
movl %eax, -252(%rbp)
jmp LBB0_82
LBB0_207: ## in Loop: Header=BB0_65 Depth=4
jmp LBB0_208
LBB0_208: ## in Loop: Header=BB0_65 Depth=4
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
jmp LBB0_216
LBB0_209: ## in Loop: Header=BB0_65 Depth=4
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
cmpl $0, -380(%rbp)
jne LBB0_215
## %bb.210: ## in Loop: Header=BB0_65 Depth=4
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB0_215
jp LBB0_215
## %bb.211: ## in Loop: Header=BB0_65 Depth=4
movl -420(%rbp), %eax
addl -412(%rbp), %eax
subl $1, %eax
movl %eax, -156(%rbp)
movl -388(%rbp), %eax
movl %eax, -668(%rbp) ## 4-byte Spill
movl -156(%rbp), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_213
## %bb.212: ## in Loop: Header=BB0_65 Depth=4
movl -156(%rbp), %eax
movl %eax, -672(%rbp) ## 4-byte Spill
jmp LBB0_214
LBB0_213: ## in Loop: Header=BB0_65 Depth=4
movq -96(%rbp), %rax
movl (%rax), %eax
movl %eax, -672(%rbp) ## 4-byte Spill
LBB0_214: ## in Loop: Header=BB0_65 Depth=4
movl -668(%rbp), %eax ## 4-byte Reload
movl -672(%rbp), %ecx ## 4-byte Reload
addl %ecx, %eax
subl -248(%rbp), %eax
movl %eax, -388(%rbp)
LBB0_215: ## in Loop: Header=BB0_65 Depth=4
jmp LBB0_216
LBB0_216: ## in Loop: Header=BB0_65 Depth=4
jmp LBB0_217
LBB0_217: ## in Loop: Header=BB0_65 Depth=4
movl -248(%rbp), %eax
addl $1, %eax
movl %eax, -248(%rbp)
jmp LBB0_65
LBB0_218: ## in Loop: Header=BB0_60 Depth=3
jmp LBB0_219
LBB0_219: ## in Loop: Header=BB0_60 Depth=3
movl -380(%rbp), %eax
addl $1, %eax
movl %eax, -380(%rbp)
jmp LBB0_60
LBB0_220: ## in Loop: Header=BB0_55 Depth=2
movl -424(%rbp), %eax
subl $1, %eax
imull -412(%rbp), %eax
addl $1, %eax
movl %eax, -420(%rbp)
movl -432(%rbp), %eax
movl %eax, -148(%rbp)
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -396(%rbp)
LBB0_221: ## Parent Loop BB0_53 Depth=1
## Parent Loop BB0_55 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB0_226 Depth 4
## Child Loop BB0_232 Depth 5
movl -396(%rbp), %eax
cmpl -148(%rbp), %eax
jg LBB0_385
## %bb.222: ## in Loop: Header=BB0_221 Depth=3
movl -396(%rbp), %eax
subl $1, %eax
imull -412(%rbp), %eax
addl $1, %eax
movl %eax, -428(%rbp)
movl $0, -340(%rbp)
movl -420(%rbp), %eax
addl -412(%rbp), %eax
subl $1, %eax
movl %eax, -156(%rbp)
movl -156(%rbp), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_224
## %bb.223: ## in Loop: Header=BB0_221 Depth=3
movl -156(%rbp), %eax
movl %eax, -676(%rbp) ## 4-byte Spill
jmp LBB0_225
LBB0_224: ## in Loop: Header=BB0_221 Depth=3
movq -96(%rbp), %rax
movl (%rax), %eax
movl %eax, -676(%rbp) ## 4-byte Spill
LBB0_225: ## in Loop: Header=BB0_221 Depth=3
movl -676(%rbp), %eax ## 4-byte Reload
movl %eax, -152(%rbp)
movl -420(%rbp), %eax
movl %eax, -248(%rbp)
LBB0_226: ## Parent Loop BB0_53 Depth=1
## Parent Loop BB0_55 Depth=2
## Parent Loop BB0_221 Depth=3
## => This Loop Header: Depth=4
## Child Loop BB0_232 Depth 5
movl -248(%rbp), %eax
cmpl -152(%rbp), %eax
jg LBB0_383
## %bb.227: ## in Loop: Header=BB0_226 Depth=4
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -184(%rbp)
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_373
## %bb.228: ## in Loop: Header=BB0_226 Depth=4
movl $0, -220(%rbp)
movl -428(%rbp), %eax
addl -412(%rbp), %eax
subl $1, %eax
movl %eax, -160(%rbp)
movl -160(%rbp), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_230
## %bb.229: ## in Loop: Header=BB0_226 Depth=4
movl -160(%rbp), %eax
movl %eax, -680(%rbp) ## 4-byte Spill
jmp LBB0_231
LBB0_230: ## in Loop: Header=BB0_226 Depth=4
movq -96(%rbp), %rax
movl (%rax), %eax
movl %eax, -680(%rbp) ## 4-byte Spill
LBB0_231: ## in Loop: Header=BB0_226 Depth=4
movl -680(%rbp), %eax ## 4-byte Reload
movl %eax, -156(%rbp)
movl -428(%rbp), %eax
movl %eax, -252(%rbp)
LBB0_232: ## Parent Loop BB0_53 Depth=1
## Parent Loop BB0_55 Depth=2
## Parent Loop BB0_221 Depth=3
## Parent Loop BB0_226 Depth=4
## => This Inner Loop Header: Depth=5
movl -252(%rbp), %eax
cmpl -156(%rbp), %eax
jg LBB0_371
## %bb.233: ## in Loop: Header=BB0_232 Depth=5
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -200(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_362
## %bb.234: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -232(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_242
## %bb.235: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -200(%rbp), %xmm0
jb LBB0_237
## %bb.236: ## in Loop: Header=BB0_232 Depth=5
movsd -296(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -184(%rbp), %xmm1
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
setae %al
andb $1, %al
movzbl %al, %eax
movl %eax, -308(%rbp)
jmp LBB0_238
LBB0_237: ## in Loop: Header=BB0_232 Depth=5
movsd -296(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -200(%rbp), %xmm1
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
setae %al
andb $1, %al
movzbl %al, %eax
movl %eax, -308(%rbp)
LBB0_238: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -408(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -200(%rbp), %xmm0
ucomisd %xmm1, %xmm0
jbe LBB0_240
## %bb.239: ## in Loop: Header=BB0_232 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _ddot_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
divsd -200(%rbp), %xmm0
divsd -184(%rbp), %xmm0
movsd %xmm0, -192(%rbp)
jmp LBB0_241
LBB0_240: ## in Loop: Header=BB0_232 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 80(%rbp), %rcx
addq $8, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dcopy_
movq -120(%rbp), %r8
movslq -248(%rbp), %rax
shlq $3, %rax
addq %rax, %r8
movq -88(%rbp), %r9
movq 80(%rbp), %r11
addq $8, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -184(%rbp), %rcx
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movq -88(%rbp), %rdi
movq 80(%rbp), %rsi
addq $8, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _ddot_
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
divsd -200(%rbp), %xmm0
movsd %xmm0, -192(%rbp)
LBB0_241: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_249
LBB0_242: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -200(%rbp), %xmm0
jb LBB0_244
## %bb.243: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -296(%rbp), %xmm0
ucomisd %xmm1, %xmm0
setae %al
andb $1, %al
movzbl %al, %eax
movl %eax, -308(%rbp)
jmp LBB0_245
LBB0_244: ## in Loop: Header=BB0_232 Depth=5
movsd -200(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -296(%rbp), %xmm0
ucomisd %xmm1, %xmm0
setae %al
andb $1, %al
movzbl %al, %eax
movl %eax, -308(%rbp)
LBB0_245: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -296(%rbp), %xmm1 ## xmm1 = mem[0],zero
divsd -200(%rbp), %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_247
## %bb.246: ## in Loop: Header=BB0_232 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _ddot_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
divsd -200(%rbp), %xmm0
divsd -184(%rbp), %xmm0
movsd %xmm0, -192(%rbp)
jmp LBB0_248
LBB0_247: ## in Loop: Header=BB0_232 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 80(%rbp), %rcx
addq $8, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dcopy_
movq -120(%rbp), %r8
movslq -252(%rbp), %rax
shlq $3, %rax
addq %rax, %r8
movq -88(%rbp), %r9
movq 80(%rbp), %r11
addq $8, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -200(%rbp), %rcx
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movq -88(%rbp), %rdi
movq 80(%rbp), %rsi
addq $8, %rsi
movq -104(%rbp), %rcx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _ddot_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
divsd -184(%rbp), %xmm0
movsd %xmm0, -192(%rbp)
LBB0_248: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_249
LBB0_249: ## in Loop: Header=BB0_232 Depth=5
movsd -360(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp)
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_251
## %bb.250: ## in Loop: Header=BB0_232 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -688(%rbp) ## 8-byte Spill
jmp LBB0_252
LBB0_251: ## in Loop: Header=BB0_232 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -688(%rbp) ## 8-byte Spill
LBB0_252: ## in Loop: Header=BB0_232 Depth=5
movsd -688(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_254
## %bb.253: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -696(%rbp) ## 8-byte Spill
jmp LBB0_255
LBB0_254: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -696(%rbp) ## 8-byte Spill
LBB0_255: ## in Loop: Header=BB0_232 Depth=5
movsd -696(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -360(%rbp)
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_257
## %bb.256: ## in Loop: Header=BB0_232 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp) ## 8-byte Spill
jmp LBB0_258
LBB0_257: ## in Loop: Header=BB0_232 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -704(%rbp) ## 8-byte Spill
LBB0_258: ## in Loop: Header=BB0_232 Depth=5
movsd -704(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movq 64(%rbp), %rax
ucomisd (%rax), %xmm0
jbe LBB0_360
## %bb.259: ## in Loop: Header=BB0_232 Depth=5
movl $0, -388(%rbp)
movl $0, -220(%rbp)
movl -392(%rbp), %eax
addl $1, %eax
movl %eax, -392(%rbp)
cmpl $0, -308(%rbp)
je LBB0_331
## %bb.260: ## in Loop: Header=BB0_232 Depth=5
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -184(%rbp), %xmm0
movsd %xmm0, -280(%rbp)
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -200(%rbp), %xmm0
movsd %xmm0, -272(%rbp)
movsd -280(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_262
## %bb.261: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -712(%rbp) ## 8-byte Spill
jmp LBB0_263
LBB0_262: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -712(%rbp) ## 8-byte Spill
LBB0_263: ## in Loop: Header=BB0_232 Depth=5
movsd -712(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
divsd -192(%rbp), %xmm0
movsd %xmm0, -288(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -232(%rbp), %xmm0
jbe LBB0_265
## %bb.264: ## in Loop: Header=BB0_232 Depth=5
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -288(%rbp)
LBB0_265: ## in Loop: Header=BB0_232 Depth=5
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_267
## %bb.266: ## in Loop: Header=BB0_232 Depth=5
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -720(%rbp) ## 8-byte Spill
jmp LBB0_268
LBB0_267: ## in Loop: Header=BB0_232 Depth=5
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -720(%rbp) ## 8-byte Spill
LBB0_268: ## in Loop: Header=BB0_232 Depth=5
movsd -720(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
ucomisd -216(%rbp), %xmm0
jbe LBB0_284
## %bb.269: ## in Loop: Header=BB0_232 Depth=5
movsd LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd -288(%rbp), %xmm0
movsd %xmm0, -264(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -48(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -40(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -64(%rbp), %r9
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _drotm_
cmpl $0, -304(%rbp)
je LBB0_271
## %bb.270: ## in Loop: Header=BB0_232 Depth=5
movq 32(%rbp), %rsi
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 32(%rbp), %rcx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -64(%rbp), %r9
leaq -436(%rbp), %rdi
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _drotm_
LBB0_271: ## in Loop: Header=BB0_232 Depth=5
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -728(%rbp) ## 8-byte Spill
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_273
## %bb.272: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -736(%rbp) ## 8-byte Spill
jmp LBB0_274
LBB0_273: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -736(%rbp) ## 8-byte Spill
LBB0_274: ## in Loop: Header=BB0_232 Depth=5
movsd -728(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -736(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -280(%rbp), %xmm0
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_276
## %bb.275: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -744(%rbp) ## 8-byte Spill
jmp LBB0_277
LBB0_276: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -744(%rbp) ## 8-byte Spill
LBB0_277: ## in Loop: Header=BB0_232 Depth=5
movsd -744(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
sqrtsd %xmm0, %xmm0
mulsd -184(%rbp), %xmm0
movsd %xmm0, -184(%rbp)
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_279
## %bb.278: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -752(%rbp) ## 8-byte Spill
jmp LBB0_280
LBB0_279: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -752(%rbp) ## 8-byte Spill
LBB0_280: ## in Loop: Header=BB0_232 Depth=5
movsd -752(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_282
## %bb.281: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -760(%rbp) ## 8-byte Spill
jmp LBB0_283
LBB0_282: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -760(%rbp) ## 8-byte Spill
LBB0_283: ## in Loop: Header=BB0_232 Depth=5
movsd -760(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -376(%rbp)
jmp LBB0_330
LBB0_284: ## in Loop: Header=BB0_232 Depth=5
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_289
## %bb.285: ## in Loop: Header=BB0_232 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_287
## %bb.286: ## in Loop: Header=BB0_232 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -768(%rbp) ## 8-byte Spill
jmp LBB0_288
LBB0_287: ## in Loop: Header=BB0_232 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -768(%rbp) ## 8-byte Spill
LBB0_288: ## in Loop: Header=BB0_232 Depth=5
movsd -768(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -776(%rbp) ## 8-byte Spill
jmp LBB0_293
LBB0_289: ## in Loop: Header=BB0_232 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_291
## %bb.290: ## in Loop: Header=BB0_232 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -784(%rbp) ## 8-byte Spill
jmp LBB0_292
LBB0_291: ## in Loop: Header=BB0_232 Depth=5
movsd _c_b42(%rip), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -784(%rbp) ## 8-byte Spill
LBB0_292: ## in Loop: Header=BB0_232 Depth=5
movsd -784(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -776(%rbp) ## 8-byte Spill
LBB0_293: ## in Loop: Header=BB0_232 Depth=5
movsd -776(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -368(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -232(%rbp), %xmm0
jbe LBB0_295
## %bb.294: ## in Loop: Header=BB0_232 Depth=5
movsd -368(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -368(%rbp)
LBB0_295: ## in Loop: Header=BB0_232 Depth=5
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -368(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -288(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -288(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm2
movsd LCPI0_0(%rip), %xmm3 ## xmm3 = mem[0],zero
addsd %xmm3, %xmm2
sqrtsd %xmm2, %xmm2
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, -264(%rbp)
movsd -264(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd %xmm0, %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd %xmm0, %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
sqrtsd %xmm0, %xmm0
movsd %xmm0, -328(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp), %xmm0
movsd %xmm0, -336(%rbp)
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp)
movsd -336(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_297
## %bb.296: ## in Loop: Header=BB0_232 Depth=5
movsd -336(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -792(%rbp) ## 8-byte Spill
jmp LBB0_298
LBB0_297: ## in Loop: Header=BB0_232 Depth=5
movsd -336(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -792(%rbp) ## 8-byte Spill
LBB0_298: ## in Loop: Header=BB0_232 Depth=5
movsd -792(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_300
## %bb.299: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -800(%rbp) ## 8-byte Spill
jmp LBB0_301
LBB0_300: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -800(%rbp) ## 8-byte Spill
LBB0_301: ## in Loop: Header=BB0_232 Depth=5
movsd -800(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -376(%rbp)
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -808(%rbp) ## 8-byte Spill
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_303
## %bb.302: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -816(%rbp) ## 8-byte Spill
jmp LBB0_304
LBB0_303: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -816(%rbp) ## 8-byte Spill
LBB0_304: ## in Loop: Header=BB0_232 Depth=5
movsd -808(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -816(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -280(%rbp), %xmm0
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_306
## %bb.305: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -824(%rbp) ## 8-byte Spill
jmp LBB0_307
LBB0_306: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -824(%rbp) ## 8-byte Spill
LBB0_307: ## in Loop: Header=BB0_232 Depth=5
movsd -824(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
sqrtsd %xmm0, %xmm0
mulsd -184(%rbp), %xmm0
movsd %xmm0, -184(%rbp)
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -272(%rbp)
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -280(%rbp)
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_316
## %bb.308: ## in Loop: Header=BB0_232 Depth=5
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_312
## %bb.309: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -48(%rbp)
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -40(%rbp)
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -64(%rbp), %r9
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _drotm_
cmpl $0, -304(%rbp)
je LBB0_311
## %bb.310: ## in Loop: Header=BB0_232 Depth=5
movq 32(%rbp), %rsi
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 32(%rbp), %rcx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -64(%rbp), %r9
leaq -436(%rbp), %rdi
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _drotm_
LBB0_311: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_315
LBB0_312: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -336(%rbp), %xmm0
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
cmpl $0, -304(%rbp)
je LBB0_314
## %bb.313: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -336(%rbp), %xmm0
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
LBB0_314: ## in Loop: Header=BB0_232 Depth=5
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
LBB0_315: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_329
LBB0_316: ## in Loop: Header=BB0_232 Depth=5
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_320
## %bb.317: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -336(%rbp), %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
cmpl $0, -304(%rbp)
je LBB0_319
## %bb.318: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -336(%rbp), %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
LBB0_319: ## in Loop: Header=BB0_232 Depth=5
movsd -328(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
jmp LBB0_328
LBB0_320: ## in Loop: Header=BB0_232 Depth=5
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
ucomisd (%rax,%rcx,8), %xmm0
jb LBB0_324
## %bb.321: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -336(%rbp), %xmm0
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
cmpl $0, -304(%rbp)
je LBB0_323
## %bb.322: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -336(%rbp), %xmm0
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
LBB0_323: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_327
LBB0_324: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -336(%rbp), %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rdx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, (%rax,%rcx,8)
cmpl $0, -304(%rbp)
je LBB0_326
## %bb.325: ## in Loop: Header=BB0_232 Depth=5
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -272(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movsd -328(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd -336(%rbp), %xmm0
mulsd -280(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movq 32(%rbp), %rdx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rdx
movq 32(%rbp), %r8
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -436(%rbp), %rdi
leaq -168(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
LBB0_326: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_327
LBB0_327: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_328
LBB0_328: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_329
LBB0_329: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_330
LBB0_330: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_347
LBB0_331: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -200(%rbp), %xmm0
jbe LBB0_339
## %bb.332: ## in Loop: Header=BB0_232 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 80(%rbp), %rcx
addq $8, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dcopy_
movq -88(%rbp), %r9
movq 80(%rbp), %r11
addq $8, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -184(%rbp), %rcx
leaq _c_b42(%rip), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movq -88(%rbp), %r9
movq -104(%rbp), %r11
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -200(%rbp), %rcx
leaq _c_b42(%rip), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -240(%rbp)
movq -88(%rbp), %rdi
movq 80(%rbp), %rdx
addq $8, %rdx
movq -104(%rbp), %r8
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -240(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movq -88(%rbp), %r9
movq -104(%rbp), %r11
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq _c_b42(%rip), %rcx
leaq -200(%rbp), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -832(%rbp) ## 8-byte Spill
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_334
## %bb.333: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -840(%rbp) ## 8-byte Spill
jmp LBB0_335
LBB0_334: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -840(%rbp) ## 8-byte Spill
LBB0_335: ## in Loop: Header=BB0_232 Depth=5
movsd -832(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -840(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 56(%rbp), %rax
ucomisd (%rax), %xmm0
jb LBB0_337
## %bb.336: ## in Loop: Header=BB0_232 Depth=5
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -848(%rbp) ## 8-byte Spill
jmp LBB0_338
LBB0_337: ## in Loop: Header=BB0_232 Depth=5
movq 56(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -848(%rbp) ## 8-byte Spill
LBB0_338: ## in Loop: Header=BB0_232 Depth=5
movsd -848(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -376(%rbp)
jmp LBB0_346
LBB0_339: ## in Loop: Header=BB0_232 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 80(%rbp), %rcx
addq $8, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dcopy_
movq -88(%rbp), %r9
movq 80(%rbp), %r11
addq $8, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -200(%rbp), %rcx
leaq _c_b42(%rip), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movq -88(%rbp), %r9
movq -104(%rbp), %r11
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq -184(%rbp), %rcx
leaq _c_b42(%rip), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
divsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -240(%rbp)
movq -88(%rbp), %rdi
movq 80(%rbp), %rdx
addq $8, %rdx
movq -104(%rbp), %r8
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r8
leaq -240(%rbp), %rsi
leaq _c__1(%rip), %r9
movq %r9, %rcx
callq _daxpy_
movq -88(%rbp), %r9
movq -104(%rbp), %r11
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %r11
movq -112(%rbp), %r10
leaq L_.str.4(%rip), %rdi
leaq _c__0(%rip), %rdx
leaq _c_b42(%rip), %rcx
leaq -184(%rbp), %r8
leaq _c__1(%rip), %rbx
leaq -204(%rbp), %rax
movq %rdx, %rsi
movq %rbx, (%rsp)
movq %r11, 8(%rsp)
movq %r10, 16(%rsp)
movq %rax, 24(%rsp)
callq _dlascl_
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp)
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -192(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -176(%rbp)
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -856(%rbp) ## 8-byte Spill
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -176(%rbp), %xmm0
jb LBB0_341
## %bb.340: ## in Loop: Header=BB0_232 Depth=5
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -864(%rbp) ## 8-byte Spill
jmp LBB0_342
LBB0_341: ## in Loop: Header=BB0_232 Depth=5
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -864(%rbp) ## 8-byte Spill
LBB0_342: ## in Loop: Header=BB0_232 Depth=5
movsd -856(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -864(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 56(%rbp), %rax
ucomisd (%rax), %xmm0
jb LBB0_344
## %bb.343: ## in Loop: Header=BB0_232 Depth=5
movsd -376(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -872(%rbp) ## 8-byte Spill
jmp LBB0_345
LBB0_344: ## in Loop: Header=BB0_232 Depth=5
movq 56(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -872(%rbp) ## 8-byte Spill
LBB0_345: ## in Loop: Header=BB0_232 Depth=5
movsd -872(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -376(%rbp)
LBB0_346: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_347
LBB0_347: ## in Loop: Header=BB0_232 Depth=5
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
divsd -200(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movsd -168(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -168(%rbp), %xmm1
movsd -456(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_353
## %bb.348: ## in Loop: Header=BB0_232 Depth=5
movsd -200(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -448(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB0_351
## %bb.349: ## in Loop: Header=BB0_232 Depth=5
movsd -200(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -320(%rbp), %xmm0
jbe LBB0_351
## %bb.350: ## in Loop: Header=BB0_232 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
callq _dnrm2_
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
jmp LBB0_352
LBB0_351: ## in Loop: Header=BB0_232 Depth=5
xorps %xmm0, %xmm0
movsd %xmm0, -264(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -200(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
leaq -264(%rbp), %rcx
leaq -200(%rbp), %r8
callq _dlassq_
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -200(%rbp), %xmm1 ## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
LBB0_352: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_353
LBB0_353: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -232(%rbp), %xmm0
movsd %xmm0, -168(%rbp)
movsd -168(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -168(%rbp), %xmm1
movsd -456(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_359
## %bb.354: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -448(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB0_357
## %bb.355: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -320(%rbp), %xmm0
jbe LBB0_357
## %bb.356: ## in Loop: Header=BB0_232 Depth=5
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
callq _dnrm2_
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -184(%rbp)
jmp LBB0_358
LBB0_357: ## in Loop: Header=BB0_232 Depth=5
xorps %xmm0, %xmm0
movsd %xmm0, -264(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -184(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
leaq -264(%rbp), %rcx
leaq -184(%rbp), %r8
callq _dlassq_
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
mulsd (%rax,%rcx,8), %xmm0
movsd %xmm0, -184(%rbp)
LBB0_358: ## in Loop: Header=BB0_232 Depth=5
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
LBB0_359: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_361
LBB0_360: ## in Loop: Header=BB0_232 Depth=5
movl -388(%rbp), %eax
addl $1, %eax
movl %eax, -388(%rbp)
movl -220(%rbp), %eax
addl $1, %eax
movl %eax, -220(%rbp)
movl -340(%rbp), %eax
addl $1, %eax
movl %eax, -340(%rbp)
LBB0_361: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_363
LBB0_362: ## in Loop: Header=BB0_232 Depth=5
movl -388(%rbp), %eax
addl $1, %eax
movl %eax, -388(%rbp)
movl -220(%rbp), %eax
addl $1, %eax
movl %eax, -220(%rbp)
movl -340(%rbp), %eax
addl $1, %eax
movl %eax, -340(%rbp)
LBB0_363: ## in Loop: Header=BB0_232 Depth=5
movl -244(%rbp), %eax
cmpl -344(%rbp), %eax
jg LBB0_366
## %bb.364: ## in Loop: Header=BB0_232 Depth=5
movl -340(%rbp), %eax
cmpl -348(%rbp), %eax
jl LBB0_366
## %bb.365: ## in Loop: Header=BB0_55 Depth=2
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movl $0, -388(%rbp)
jmp LBB0_386
LBB0_366: ## in Loop: Header=BB0_232 Depth=5
movl -244(%rbp), %eax
cmpl -344(%rbp), %eax
jg LBB0_369
## %bb.367: ## in Loop: Header=BB0_232 Depth=5
movl -220(%rbp), %eax
cmpl -460(%rbp), %eax
jle LBB0_369
## %bb.368: ## in Loop: Header=BB0_226 Depth=4
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -184(%rbp)
movl $0, -388(%rbp)
jmp LBB0_372
LBB0_369: ## in Loop: Header=BB0_232 Depth=5
jmp LBB0_370
LBB0_370: ## in Loop: Header=BB0_232 Depth=5
movl -252(%rbp), %eax
addl $1, %eax
movl %eax, -252(%rbp)
jmp LBB0_232
LBB0_371: ## in Loop: Header=BB0_226 Depth=4
jmp LBB0_372
LBB0_372: ## in Loop: Header=BB0_226 Depth=4
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
jmp LBB0_381
LBB0_373: ## in Loop: Header=BB0_226 Depth=4
movsd -184(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB0_378
jp LBB0_378
## %bb.374: ## in Loop: Header=BB0_226 Depth=4
movl -428(%rbp), %eax
addl -412(%rbp), %eax
subl $1, %eax
movl %eax, -156(%rbp)
movl -388(%rbp), %eax
movl %eax, -876(%rbp) ## 4-byte Spill
movl -156(%rbp), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_376
## %bb.375: ## in Loop: Header=BB0_226 Depth=4
movl -156(%rbp), %eax
movl %eax, -880(%rbp) ## 4-byte Spill
jmp LBB0_377
LBB0_376: ## in Loop: Header=BB0_226 Depth=4
movq -96(%rbp), %rax
movl (%rax), %eax
movl %eax, -880(%rbp) ## 4-byte Spill
LBB0_377: ## in Loop: Header=BB0_226 Depth=4
movl -876(%rbp), %eax ## 4-byte Reload
movl -880(%rbp), %ecx ## 4-byte Reload
addl %ecx, %eax
subl -428(%rbp), %eax
addl $1, %eax
movl %eax, -388(%rbp)
LBB0_378: ## in Loop: Header=BB0_226 Depth=4
xorps %xmm0, %xmm0
ucomisd -184(%rbp), %xmm0
jbe LBB0_380
## %bb.379: ## in Loop: Header=BB0_226 Depth=4
movl $0, -388(%rbp)
LBB0_380: ## in Loop: Header=BB0_226 Depth=4
jmp LBB0_381
LBB0_381: ## in Loop: Header=BB0_226 Depth=4
jmp LBB0_382
LBB0_382: ## in Loop: Header=BB0_226 Depth=4
movl -248(%rbp), %eax
addl $1, %eax
movl %eax, -248(%rbp)
jmp LBB0_226
LBB0_383: ## in Loop: Header=BB0_221 Depth=3
jmp LBB0_384
LBB0_384: ## in Loop: Header=BB0_221 Depth=3
movl -396(%rbp), %eax
addl $1, %eax
movl %eax, -396(%rbp)
jmp LBB0_221
LBB0_385: ## in Loop: Header=BB0_55 Depth=2
jmp LBB0_386
LBB0_386: ## in Loop: Header=BB0_55 Depth=2
movl -420(%rbp), %eax
addl -412(%rbp), %eax
subl $1, %eax
movl %eax, -152(%rbp)
movl -152(%rbp), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_388
## %bb.387: ## in Loop: Header=BB0_55 Depth=2
movl -152(%rbp), %eax
movl %eax, -884(%rbp) ## 4-byte Spill
jmp LBB0_389
LBB0_388: ## in Loop: Header=BB0_55 Depth=2
movq -96(%rbp), %rax
movl (%rax), %eax
movl %eax, -884(%rbp) ## 4-byte Spill
LBB0_389: ## in Loop: Header=BB0_55 Depth=2
movl -884(%rbp), %eax ## 4-byte Reload
movl %eax, -148(%rbp)
movl -420(%rbp), %eax
movl %eax, -248(%rbp)
LBB0_390: ## Parent Loop BB0_53 Depth=1
## Parent Loop BB0_55 Depth=2
## => This Inner Loop Header: Depth=3
movl -248(%rbp), %eax
cmpl -148(%rbp), %eax
jg LBB0_396
## %bb.391: ## in Loop: Header=BB0_390 Depth=3
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp)
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jb LBB0_393
## %bb.392: ## in Loop: Header=BB0_390 Depth=3
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -896(%rbp) ## 8-byte Spill
jmp LBB0_394
LBB0_393: ## in Loop: Header=BB0_390 Depth=3
movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
movsd %xmm0, -896(%rbp) ## 8-byte Spill
LBB0_394: ## in Loop: Header=BB0_390 Depth=3
movsd -896(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.395: ## in Loop: Header=BB0_390 Depth=3
movl -248(%rbp), %eax
addl $1, %eax
movl %eax, -248(%rbp)
jmp LBB0_390
LBB0_396: ## in Loop: Header=BB0_55 Depth=2
jmp LBB0_397
LBB0_397: ## in Loop: Header=BB0_55 Depth=2
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -424(%rbp)
jmp LBB0_55
LBB0_398: ## in Loop: Header=BB0_53 Depth=1
movq 16(%rbp), %rax
movq -96(%rbp), %rcx
movslq (%rcx), %rcx
movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero
movsd -448(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB0_401
## %bb.399: ## in Loop: Header=BB0_53 Depth=1
movq 16(%rbp), %rax
movq -96(%rbp), %rcx
movslq (%rcx), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -320(%rbp), %xmm0
jbe LBB0_401
## %bb.400: ## in Loop: Header=BB0_53 Depth=1
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movq -96(%rbp), %rax
movl (%rax), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
callq _dnrm2_
movq -120(%rbp), %rax
movq -96(%rbp), %rcx
movslq (%rcx), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 16(%rbp), %rax
movq -96(%rbp), %rcx
movslq (%rcx), %rcx
movsd %xmm0, (%rax,%rcx,8)
jmp LBB0_402
LBB0_401: ## in Loop: Header=BB0_53 Depth=1
xorps %xmm0, %xmm0
movsd %xmm0, -264(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -184(%rbp)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movq -96(%rbp), %rax
movl (%rax), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq _c__1(%rip), %rdx
leaq -264(%rbp), %rcx
leaq -184(%rbp), %r8
callq _dlassq_
movsd -264(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -184(%rbp), %xmm1 ## xmm1 = mem[0],zero
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
movq -120(%rbp), %rax
movq -96(%rbp), %rcx
movslq (%rcx), %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 16(%rbp), %rax
movq -96(%rbp), %rcx
movslq (%rcx), %rcx
movsd %xmm0, (%rax,%rcx,8)
LBB0_402: ## in Loop: Header=BB0_53 Depth=1
movl -244(%rbp), %eax
cmpl -344(%rbp), %eax
jge LBB0_406
## %bb.403: ## in Loop: Header=BB0_53 Depth=1
movsd -360(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -472(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jae LBB0_405
## %bb.404: ## in Loop: Header=BB0_53 Depth=1
movl -392(%rbp), %eax
movq -96(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_406
LBB0_405: ## in Loop: Header=BB0_53 Depth=1
movl -244(%rbp), %eax
movl %eax, -344(%rbp)
LBB0_406: ## in Loop: Header=BB0_53 Depth=1
movl -244(%rbp), %eax
movl -344(%rbp), %ecx
addl $1, %ecx
cmpl %ecx, %eax
jle LBB0_410
## %bb.407: ## in Loop: Header=BB0_53 Depth=1
movsd -360(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -96(%rbp), %rax
cvtsi2sdl (%rax), %xmm0
movq 64(%rbp), %rax
mulsd (%rax), %xmm0
ucomisd %xmm1, %xmm0
jbe LBB0_410
## %bb.408: ## in Loop: Header=BB0_53 Depth=1
movq -96(%rbp), %rax
cvtsi2sdl (%rax), %xmm1
mulsd -360(%rbp), %xmm1
mulsd -376(%rbp), %xmm1
movq 64(%rbp), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB0_410
## %bb.409:
jmp LBB0_415
LBB0_410: ## in Loop: Header=BB0_53 Depth=1
movl -388(%rbp), %eax
cmpl -384(%rbp), %eax
jl LBB0_412
## %bb.411:
jmp LBB0_415
LBB0_412: ## in Loop: Header=BB0_53 Depth=1
jmp LBB0_413
LBB0_413: ## in Loop: Header=BB0_53 Depth=1
movl -244(%rbp), %eax
addl $1, %eax
movl %eax, -244(%rbp)
jmp LBB0_53
LBB0_414:
movq 72(%rbp), %rax
movl (%rax), %ecx
subl $1, %ecx
movq 96(%rbp), %rax
movl %ecx, (%rax)
jmp LBB0_416
LBB0_415:
movq 96(%rbp), %rax
movl $0, (%rax)
LBB0_416:
movq -96(%rbp), %rax
movl (%rax), %eax
subl $1, %eax
movl %eax, -140(%rbp)
movl $1, -248(%rbp)
LBB0_417: ## =>This Inner Loop Header: Depth=1
movl -248(%rbp), %eax
cmpl -140(%rbp), %eax
jg LBB0_424
## %bb.418: ## in Loop: Header=BB0_417 Depth=1
movq -96(%rbp), %rax
movl (%rax), %eax
subl -248(%rbp), %eax
addl $1, %eax
movl %eax, -144(%rbp)
movq 16(%rbp), %rsi
movslq -248(%rbp), %rax
shlq $3, %rax
addq %rax, %rsi
leaq -144(%rbp), %rdi
leaq _c__1(%rip), %rdx
callq _idamax_
addl -248(%rbp), %eax
subl $1, %eax
movl %eax, -252(%rbp)
movl -248(%rbp), %eax
cmpl -252(%rbp), %eax
je LBB0_422
## %bb.419: ## in Loop: Header=BB0_417 Depth=1
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -240(%rbp)
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movsd -240(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 16(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -240(%rbp)
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -248(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movsd -240(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -120(%rbp), %rax
movslq -252(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movq -88(%rbp), %rdi
movq -104(%rbp), %rsi
movl -248(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -104(%rbp), %rcx
movl -252(%rbp), %eax
imull -124(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dswap_
cmpl $0, -304(%rbp)
je LBB0_421
## %bb.420: ## in Loop: Header=BB0_417 Depth=1
movq 32(%rbp), %rsi
movl -248(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq 32(%rbp), %rcx
movl -252(%rbp), %eax
imull -132(%rbp), %eax
addl $1, %eax
cltq
shlq $3, %rax
addq %rax, %rcx
leaq -436(%rbp), %rdi
leaq _c__1(%rip), %r8
movq %r8, %rdx
callq _dswap_
LBB0_421: ## in Loop: Header=BB0_417 Depth=1
jmp LBB0_422
LBB0_422: ## in Loop: Header=BB0_417 Depth=1
jmp LBB0_423
LBB0_423: ## in Loop: Header=BB0_417 Depth=1
movl -248(%rbp), %eax
addl $1, %eax
movl %eax, -248(%rbp)
jmp LBB0_417
LBB0_424:
movl $0, -68(%rbp)
LBB0_425:
movl -68(%rbp), %eax
movl %eax, -900(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -16(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_427
## %bb.426:
movl -900(%rbp), %eax ## 4-byte Reload
addq $936, %rsp ## imm = 0x3A8
popq %rbx
popq %rbp
retq
LBB0_427:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "A"
L_.str.1: ## @.str.1
.asciz "V"
L_.str.2: ## @.str.2
.asciz "N"
L_.str.3: ## @.str.3
.asciz "DGSVJ0"
.section __DATA,__data
.p2align 2 ## @c__1
_c__1:
.long 1 ## 0x1
.section __TEXT,__cstring,cstring_literals
L_.str.4: ## @.str.4
.asciz "G"
.zerofill __DATA,__bss,_c__0,4,2 ## @c__0
.section __DATA,__data
.p2align 3 ## @c_b42
_c_b42:
.quad 0x3ff0000000000000 ## double 1
.subsections_via_symbols
| the_stack_data/878039.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.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]
ldur w9, [x29, #-4]
; 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
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, #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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur wzr, [x29, #-20]
str w0, [sp, #24]
str x1, [sp, #16]
mov w0, #13
adrp x1, _handler@PAGE
add x1, x1, _handler@PAGEOFF
bl _signal
sub x0, x29, #16
bl _pipe
adds w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB1_3
b LBB1_1
LBB1_1:
b LBB1_2
LBB1_2:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB1_3:
bl _fork
str w0, [sp, #12]
ldr w8, [sp, #12]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_6
b LBB1_4
LBB1_4:
b LBB1_5
LBB1_5:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB1_6:
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_8
b LBB1_7
LBB1_7:
ldur w0, [x29, #-16]
bl _close
mov w0, #0
bl _exit
LBB1_8:
ldur w0, [x29, #-16]
bl _close
mov w0, #1
bl _sleep
ldur w0, [x29, #-12]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
mov x2, #5
bl _write
mov x8, x0
str w8, [sp, #8]
ldr w8, [sp, #8]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_10
b LBB1_9
LBB1_9:
bl ___error
ldr w0, [x0]
bl _strerror
mov x8, sp
str x0, [x8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB1_10
LBB1_10:
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_12
b LBB1_11
LBB1_11:
bl ___stack_chk_fail
LBB1_12:
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 "recv sig=%d\n"
l_.str.1: ; @.str.1
.asciz "pipe error"
l_.str.2: ; @.str.2
.asciz "fork error"
l_.str.3: ; @.str.3
.asciz "hello"
l_.str.4: ; @.str.4
.asciz "err=%s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.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)
movl -4(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
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 $48, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -20(%rbp)
movl %edi, -24(%rbp)
movq %rsi, -32(%rbp)
movl $13, %edi
leaq _handler(%rip), %rsi
callq _signal
leaq -16(%rbp), %rdi
callq _pipe
cmpl $-1, %eax
jne LBB1_3
## %bb.1:
jmp LBB1_2
LBB1_2:
leaq L_.str.1(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB1_3:
callq _fork
movl %eax, -36(%rbp)
cmpl $-1, -36(%rbp)
jne LBB1_6
## %bb.4:
jmp LBB1_5
LBB1_5:
leaq L_.str.2(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB1_6:
cmpl $0, -36(%rbp)
jne LBB1_8
## %bb.7:
movl -16(%rbp), %edi
callq _close
xorl %edi, %edi
callq _exit
LBB1_8:
movl -16(%rbp), %edi
callq _close
movl $1, %edi
callq _sleep
movl -12(%rbp), %edi
leaq L_.str.3(%rip), %rsi
movl $5, %edx
callq _write
## kill: def $eax killed $eax killed $rax
movl %eax, -40(%rbp)
cmpl $-1, -40(%rbp)
jne LBB1_10
## %bb.9:
callq ___error
movl (%rax), %edi
callq _strerror
movq %rax, %rsi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB1_10:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_12
## %bb.11:
xorl %eax, %eax
addq $48, %rsp
popq %rbp
retq
LBB1_12:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "recv sig=%d\n"
L_.str.1: ## @.str.1
.asciz "pipe error"
L_.str.2: ## @.str.2
.asciz "fork error"
L_.str.3: ## @.str.3
.asciz "hello"
L_.str.4: ## @.str.4
.asciz "err=%s\n"
.subsections_via_symbols
| the_stack_data/345530.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 wzr, [x29, #-12]
mov w8, #1
stur w8, [x29, #-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
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x8, [sp, #24]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _scanf
ldr x0, [sp, #24]
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_1
LBB0_1:
mov w8, #1
str w8, [sp, #20]
b LBB0_2
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_5
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_2 Depth=1
ldr w9, [sp, #20]
ldur w8, [x29, #-12]
add w8, w8, w9
stur w8, [x29, #-12]
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_2 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_2
LBB0_5:
ldur w8, [x29, #-8]
; implicit-def: $x10
mov x10, x8
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
b LBB0_13
LBB0_6:
ldr x0, [sp, #24]
adrp x1, l_.str.6@PAGE
add x1, x1, l_.str.6@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_12
b LBB0_7
LBB0_7:
mov w8, #1
str w8, [sp, #16]
b LBB0_8
LBB0_8: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_11
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_8 Depth=1
ldr w9, [sp, #16]
ldur w8, [x29, #-16]
mul w8, w8, w9
stur w8, [x29, #-16]
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_8 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_8
LBB0_11:
ldur w8, [x29, #-8]
; implicit-def: $x10
mov x10, x8
ldur w9, [x29, #-16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
b LBB0_12
LBB0_12:
b LBB0_13
LBB0_13:
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 "Please enter a number "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Do you want product or sum? "
l_.str.3: ; @.str.3
.asciz "%s"
l_.str.4: ; @.str.4
.asciz "sum"
l_.str.5: ; @.str.5
.asciz "The sum of 1 to %d was %d\n"
l_.str.6: ; @.str.6
.asciz "product"
l_.str.7: ; @.str.7
.asciz "The product of 1 to %d was %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, -12(%rbp)
movl $1, -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
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq -24(%rbp), %rsi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _scanf
movq -24(%rbp), %rdi
leaq L_.str.4(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB0_6
## %bb.1:
movl $1, -28(%rbp)
LBB0_2: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
cmpl -8(%rbp), %eax
jg LBB0_5
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movl -28(%rbp), %eax
addl -12(%rbp), %eax
movl %eax, -12(%rbp)
## %bb.4: ## in Loop: Header=BB0_2 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB0_2
LBB0_5:
movl -8(%rbp), %esi
movl -12(%rbp), %edx
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_13
LBB0_6:
movq -24(%rbp), %rdi
leaq L_.str.6(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB0_12
## %bb.7:
movl $1, -32(%rbp)
LBB0_8: ## =>This Inner Loop Header: Depth=1
movl -32(%rbp), %eax
cmpl -8(%rbp), %eax
jg LBB0_11
## %bb.9: ## in Loop: Header=BB0_8 Depth=1
movl -32(%rbp), %eax
imull -16(%rbp), %eax
movl %eax, -16(%rbp)
## %bb.10: ## in Loop: Header=BB0_8 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_8
LBB0_11:
movl -8(%rbp), %esi
movl -16(%rbp), %edx
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
LBB0_12:
jmp LBB0_13
LBB0_13:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Please enter a number "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Do you want product or sum? "
L_.str.3: ## @.str.3
.asciz "%s"
L_.str.4: ## @.str.4
.asciz "sum"
L_.str.5: ## @.str.5
.asciz "The sum of 1 to %d was %d\n"
L_.str.6: ## @.str.6
.asciz "product"
L_.str.7: ## @.str.7
.asciz "The product of 1 to %d was %d\n"
.subsections_via_symbols
| the_stack_data/425694.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _print_array ; -- Begin function print_array
.p2align 2
_print_array: ; @print_array
.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]
adrp x8, l___const.print_array.tails@PAGE
add x8, x8, l___const.print_array.tails@PAGEOFF
ldrh w9, [x8]
sturh w9, [x29, #-20]
ldrb w8, [x8, #2]
sturb w8, [x29, #-18]
str xzr, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
ldur x9, [x29, #-8]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur x8, [x29, #-16]
ldr x9, [sp, #16]
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
ldr x9, [sp, #16]
ldur x10, [x29, #-8]
subs x10, x10, #1
subs x9, x9, x10
cset w10, eq
; implicit-def: $x9
mov x9, x10
and x10, x9, #0x1
sub x9, x29, #20
ldrsb w10, [x9, x10]
mov x9, sp
str x8, [x9]
; implicit-def: $x8
mov x8, x10
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
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:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _print_partition ; -- Begin function print_partition
.p2align 2
_print_partition: ; @print_partition
.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 w2, [x29, #-20]
stur w3, [x29, #-24]
stur w4, [x29, #-28]
str w5, [sp, #32]
adrp x8, l___const.print_partition.tails@PAGE
add x8, x8, l___const.print_partition.tails@PAGEOFF
ldrh w9, [x8]
strh w9, [sp, #28]
ldrb w8, [x8, #2]
strb w8, [sp, #30]
str xzr, [sp, #16]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
ldur x9, [x29, #-8]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB1_12
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldur x8, [x29, #-16]
ldr 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
ldr x8, [sp, #16]
ldursw x9, [x29, #-20]
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
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
ldr x8, [sp, #16]
ldursw x9, [x29, #-24]
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #16]
ldursw x9, [x29, #-28]
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB1_8
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_1 Depth=1
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #16]
ldrsw x9, [sp, #32]
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB1_10
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_1 Depth=1
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
b LBB1_10
LBB1_10: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #16]
ldur x9, [x29, #-8]
subs x9, x9, #1
subs x8, x8, x9
cset w9, eq
; implicit-def: $x8
mov x8, x9
and x9, x8, #0x1
add x8, sp, #28
ldrsb w10, [x8, x9]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
b LBB1_1
LBB1_12:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.globl _exchange ; -- Begin function exchange
.p2align 2
_exchange: ; @exchange
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
ldr x8, [sp, #16]
ldr w8, [x8]
str w8, [sp, #12]
ldr x8, [sp, #24]
ldr w8, [x8]
ldr x9, [sp, #16]
str w8, [x9]
ldr w8, [sp, #12]
ldr x9, [sp, #24]
str w8, [x9]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _partition ; -- Begin function partition
.p2align 2
_partition: ; @partition
.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]
stur w2, [x29, #-20]
str w3, [sp, #24]
ldur x8, [x29, #-16]
ldrsw x9, [sp, #24]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #20]
ldur w8, [x29, #-20]
subs w8, w8, #1
str w8, [sp, #16]
ldur w8, [x29, #-20]
str w8, [sp, #12]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldr w9, [sp, #24]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_6
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldur x0, [x29, #-8]
ldur x1, [x29, #-16]
ldur w2, [x29, #-20]
ldr w3, [sp, #16]
ldr w4, [sp, #12]
ldr w5, [sp, #24]
bl _print_partition
ldur x8, [x29, #-16]
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB3_4
b LBB3_3
LBB3_3: ; in Loop: Header=BB3_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
add x0, x8, x9, lsl #2
ldur x8, [x29, #-16]
ldrsw x9, [sp, #12]
add x1, x8, x9, lsl #2
bl _exchange
b LBB3_4
LBB3_4: ; in Loop: Header=BB3_1 Depth=1
b LBB3_5
LBB3_5: ; in Loop: Header=BB3_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB3_1
LBB3_6:
ldur x8, [x29, #-16]
ldr w9, [sp, #16]
add w9, w9, #1
add x0, x8, w9, sxtw #2
ldur x8, [x29, #-16]
ldrsw x9, [sp, #24]
add x1, x8, x9, lsl #2
bl _exchange
ldr w8, [sp, #16]
add w0, w8, #1
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
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 x0, [x29, #-8]
str x1, [sp, #16]
str w2, [sp, #12]
str w3, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB4_2
b LBB4_1
LBB4_1:
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
ldr w2, [sp, #12]
ldr w3, [sp, #8]
bl _partition
str w0, [sp, #4]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
ldr w2, [sp, #12]
ldr w8, [sp, #4]
subs w3, w8, #1
bl _quicksort
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
ldr w8, [sp, #4]
add w2, w8, #1
ldr w3, [sp, #8]
bl _quicksort
b LBB4_2
LBB4_2:
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, #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, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
mov w8, #0
str w8, [sp, #20] ; 4-byte Folded Spill
str wzr, [sp, #36]
str w0, [sp, #32]
str x1, [sp, #24]
add x0, sp, #40
str x0, [sp, #8] ; 8-byte Folded Spill
adrp x1, l___const.main.A@PAGE
add x1, x1, l___const.main.A@PAGEOFF
mov x2, #48
bl _memcpy
ldr x1, [sp, #8] ; 8-byte Folded Reload
ldr w2, [sp, #20] ; 4-byte Folded Reload
mov x0, #12
mov w3, #11
bl _quicksort
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, LBB5_2
b LBB5_1
LBB5_1:
bl ___stack_chk_fail
LBB5_2:
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___const.print_array.tails: ; @__const.print_array.tails
.asciz ",\n"
l_.str: ; @.str
.asciz "%d%c"
l___const.print_partition.tails: ; @__const.print_partition.tails
.asciz ",\n"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "(p)"
l_.str.3: ; @.str.3
.asciz "(i)"
l_.str.4: ; @.str.4
.asciz "(j)"
l_.str.5: ; @.str.5
.asciz "(r)"
l_.str.6: ; @.str.6
.asciz "%c"
.section __TEXT,__const
.p2align 2 ; @__const.main.A
l___const.main.A:
.long 13 ; 0xd
.long 19 ; 0x13
.long 9 ; 0x9
.long 5 ; 0x5
.long 12 ; 0xc
.long 8 ; 0x8
.long 7 ; 0x7
.long 4 ; 0x4
.long 21 ; 0x15
.long 2 ; 0x2
.long 6 ; 0x6
.long 11 ; 0xb
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _print_array ## -- Begin function print_array
.p2align 4, 0x90
_print_array: ## @print_array
.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)
movw L___const.print_array.tails(%rip), %ax
movw %ax, -19(%rbp)
movb L___const.print_array.tails+2(%rip), %al
movb %al, -17(%rbp)
movq $0, -32(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -32(%rbp), %rax
cmpq -8(%rbp), %rax
jae LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
movq -32(%rbp), %rcx
movl (%rax,%rcx,4), %esi
movq -32(%rbp), %rax
movq -8(%rbp), %rcx
subq $1, %rcx
cmpq %rcx, %rax
sete %al
andb $1, %al
movzbl %al, %eax
cltq
movsbl -19(%rbp,%rax), %edx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movq -32(%rbp), %rax
addq $1, %rax
movq %rax, -32(%rbp)
jmp LBB0_1
LBB0_4:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _print_partition ## -- Begin function print_partition
.p2align 4, 0x90
_print_partition: ## @print_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 $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movl %ecx, -24(%rbp)
movl %r8d, -28(%rbp)
movl %r9d, -32(%rbp)
movw L___const.print_partition.tails(%rip), %ax
movw %ax, -35(%rbp)
movb L___const.print_partition.tails+2(%rip), %al
movb %al, -33(%rbp)
movq $0, -48(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movq -48(%rbp), %rax
cmpq -8(%rbp), %rax
jae LBB1_12
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -16(%rbp), %rax
movq -48(%rbp), %rcx
movl (%rax,%rcx,4), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movq -48(%rbp), %rax
movslq -20(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movq -48(%rbp), %rax
movslq -24(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_6
## %bb.5: ## in Loop: Header=BB1_1 Depth=1
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
movq -48(%rbp), %rax
movslq -28(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_8
## %bb.7: ## in Loop: Header=BB1_1 Depth=1
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB1_8: ## in Loop: Header=BB1_1 Depth=1
movq -48(%rbp), %rax
movslq -32(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_10
## %bb.9: ## in Loop: Header=BB1_1 Depth=1
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
LBB1_10: ## in Loop: Header=BB1_1 Depth=1
movq -48(%rbp), %rax
movq -8(%rbp), %rcx
subq $1, %rcx
cmpq %rcx, %rax
sete %al
andb $1, %al
movzbl %al, %eax
cltq
movsbl -35(%rbp,%rax), %esi
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
## %bb.11: ## in Loop: Header=BB1_1 Depth=1
movq -48(%rbp), %rax
addq $1, %rax
movq %rax, -48(%rbp)
jmp LBB1_1
LBB1_12:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _exchange ## -- Begin function exchange
.p2align 4, 0x90
_exchange: ## @exchange
.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 -16(%rbp), %rax
movl (%rax), %eax
movl %eax, -20(%rbp)
movq -8(%rbp), %rax
movl (%rax), %ecx
movq -16(%rbp), %rax
movl %ecx, (%rax)
movl -20(%rbp), %ecx
movq -8(%rbp), %rax
movl %ecx, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.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 $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movl %ecx, -24(%rbp)
movq -16(%rbp), %rax
movslq -24(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -28(%rbp)
movl -20(%rbp), %eax
subl $1, %eax
movl %eax, -32(%rbp)
movl -20(%rbp), %eax
movl %eax, -36(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movl -36(%rbp), %eax
cmpl -24(%rbp), %eax
jge LBB3_6
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
movl -20(%rbp), %edx
movl -32(%rbp), %ecx
movl -36(%rbp), %r8d
movl -24(%rbp), %r9d
callq _print_partition
movq -16(%rbp), %rax
movslq -36(%rbp), %rcx
movl (%rax,%rcx,4), %eax
cmpl -28(%rbp), %eax
jg LBB3_4
## %bb.3: ## in Loop: Header=BB3_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
movq -16(%rbp), %rdi
movslq -32(%rbp), %rax
shlq $2, %rax
addq %rax, %rdi
movq -16(%rbp), %rsi
movslq -36(%rbp), %rax
shlq $2, %rax
addq %rax, %rsi
callq _exchange
LBB3_4: ## in Loop: Header=BB3_1 Depth=1
jmp LBB3_5
LBB3_5: ## in Loop: Header=BB3_1 Depth=1
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB3_1
LBB3_6:
movq -16(%rbp), %rdi
movl -32(%rbp), %eax
addl $1, %eax
cltq
shlq $2, %rax
addq %rax, %rdi
movq -16(%rbp), %rsi
movslq -24(%rbp), %rax
shlq $2, %rax
addq %rax, %rsi
callq _exchange
movl -32(%rbp), %eax
addl $1, %eax
addq $48, %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
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movl %ecx, -24(%rbp)
movl -20(%rbp), %eax
cmpl -24(%rbp), %eax
jge LBB4_2
## %bb.1:
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
movl -20(%rbp), %edx
movl -24(%rbp), %ecx
callq _partition
movl %eax, -28(%rbp)
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
movl -20(%rbp), %edx
movl -28(%rbp), %ecx
subl $1, %ecx
callq _quicksort
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
movl -28(%rbp), %edx
addl $1, %edx
movl -24(%rbp), %ecx
callq _quicksort
LBB4_2:
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 $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -68(%rbp)
movl %edi, -72(%rbp)
movq %rsi, -80(%rbp)
leaq -64(%rbp), %rdi
leaq l___const.main.A(%rip), %rsi
movl $48, %edx
callq _memcpy
leaq -64(%rbp), %rsi
movl $12, %edi
xorl %edx, %edx
movl $11, %ecx
callq _quicksort
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB5_2
## %bb.1:
xorl %eax, %eax
addq $80, %rsp
popq %rbp
retq
LBB5_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L___const.print_array.tails: ## @__const.print_array.tails
.asciz ",\n"
L_.str: ## @.str
.asciz "%d%c"
L___const.print_partition.tails: ## @__const.print_partition.tails
.asciz ",\n"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "(p)"
L_.str.3: ## @.str.3
.asciz "(i)"
L_.str.4: ## @.str.4
.asciz "(j)"
L_.str.5: ## @.str.5
.asciz "(r)"
L_.str.6: ## @.str.6
.asciz "%c"
.section __TEXT,__const
.p2align 4 ## @__const.main.A
l___const.main.A:
.long 13 ## 0xd
.long 19 ## 0x13
.long 9 ## 0x9
.long 5 ## 0x5
.long 12 ## 0xc
.long 8 ## 0x8
.long 7 ## 0x7
.long 4 ## 0x4
.long 21 ## 0x15
.long 2 ## 0x2
.long 6 ## 0x6
.long 11 ## 0xb
.subsections_via_symbols
| the_stack_data/145453633.c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.