x86 stringlengths 122 5.97M | arm stringlengths 122 5.84M | file stringlengths 18 195 | source stringclasses 3
values |
|---|---|---|---|
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ocs_els_io_alloc ## -- Begin function ocs_els_io_alloc
.p2align 4, 0x90
_ocs_els_io_alloc: ## @ocs_els_io_alloc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edx, %ecx
movq _OCS_ELS_RSP_LEN@GOTPCREL(%rip), %rax
movl (%rax), %edx
popq %rbp
jmp _ocs_els_io_alloc_size ## TAILCALL
.cfi_endproc
## -- End function
.comm _OCS_ELS_RSP_LEN,4,2 ## @OCS_ELS_RSP_LEN
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ocs_els_io_alloc ; -- Begin function ocs_els_io_alloc
.p2align 2
_ocs_els_io_alloc: ; @ocs_els_io_alloc
.cfi_startproc
; %bb.0:
mov x3, x2
Lloh0:
adrp x8, _OCS_ELS_RSP_LEN@GOTPAGE
Lloh1:
ldr x8, [x8, _OCS_ELS_RSP_LEN@GOTPAGEOFF]
Lloh2:
ldr w2, [x8]
b _ocs_els_io_alloc_size
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _OCS_ELS_RSP_LEN,4,2 ; @OCS_ELS_RSP_LEN
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/ocs_fc/extr_ocs_els.c_ocs_els_io_alloc.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function nilfs_transaction_unlock
_nilfs_transaction_unlock: ## @nilfs_transaction_unlock
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movq _current@GOTPCREL(%rip), %r15
movq (%r15), %rax
movq (%rax), %rbx
testq %rbx, %rbx
je LBB0_1
## %bb.2:
movq (%rbx), %rax
movq _NILFS_TI_MAGIC@GOTPCREL(%rip), %rcx
xorl %edi, %edi
cmpq (%rcx), %rax
setne %dil
jmp LBB0_3
LBB0_1:
movl $1, %edi
LBB0_3:
callq _BUG_ON
xorl %edi, %edi
cmpq $0, 8(%rbx)
setg %dil
callq _BUG_ON
movq (%r14), %rdi
callq _up_write
movq 24(%rbx), %rax
movq (%r15), %rcx
movq %rax, (%rcx)
addq $16, %rbx
movq %rbx, %rdi
callq _list_empty
testl %eax, %eax
je LBB0_5
## %bb.4:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
LBB0_5:
movq %r14, %rdi
movq %rbx, %rsi
xorl %edx, %edx
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _nilfs_dispose_list ## TAILCALL
.cfi_endproc
## -- End function
.comm _current,8,3 ## @current
.comm _NILFS_TI_MAGIC,8,3 ## @NILFS_TI_MAGIC
.no_dead_strip _nilfs_transaction_unlock
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function nilfs_transaction_unlock
_nilfs_transaction_unlock: ; @nilfs_transaction_unlock
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
Lloh0:
adrp x21, _current@GOTPAGE
Lloh1:
ldr x21, [x21, _current@GOTPAGEOFF]
ldr x8, [x21]
ldr x20, [x8]
cbz x20, LBB0_2
; %bb.1:
ldr x8, [x20]
Lloh2:
adrp x9, _NILFS_TI_MAGIC@GOTPAGE
Lloh3:
ldr x9, [x9, _NILFS_TI_MAGIC@GOTPAGEOFF]
Lloh4:
ldr x9, [x9]
cmp x8, x9
cset w0, ne
b LBB0_3
LBB0_2:
mov w0, #1
LBB0_3:
bl _BUG_ON
ldr x8, [x20, #8]
cmp x8, #0
cset w0, gt
bl _BUG_ON
ldr x0, [x19]
bl _up_write
ldr x8, [x20, #24]
ldr x9, [x21]
str x8, [x9]
add x20, x20, #16
mov x0, x20
bl _list_empty
cbz w0, LBB0_5
; %bb.4:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_5:
mov x0, x19
mov x1, x20
mov w2, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _nilfs_dispose_list
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.cfi_endproc
; -- End function
.comm _current,8,3 ; @current
.comm _NILFS_TI_MAGIC,8,3 ; @NILFS_TI_MAGIC
.no_dead_strip _nilfs_transaction_unlock
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/fs/nilfs2/extr_segment.c_nilfs_transaction_unlock.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function store_sf_setup
_store_sf_setup: ## @store_sf_setup
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, %r12
movq %rdx, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq _to_sensor_dev_attr_2
movl (%rax), %r14d
movq %rbx, %rdi
callq _to_i2c_client
movq %rax, %rbx
movq %rax, %rdi
callq _i2c_get_clientdata
movq %rax, %r13
leaq -48(%rbp), %rdx
movq %r15, %rdi
movl $10, %esi
callq _kstrtol
testl %eax, %eax
jne LBB0_9
## %bb.1:
movq %r13, %r15
addq $16, %r15
movq %r15, %rdi
callq _mutex_lock
movq _SETUP_PWM_DEFAULT@GOTPCREL(%rip), %rax
cmpl (%rax), %r14d
jne LBB0_3
## %bb.2:
movq _W83793_REG_PWM_DEFAULT@GOTPCREL(%rip), %r14
movl (%r14), %esi
movq %rbx, %rdi
callq _w83793_read_value
andl $192, %eax
movl %eax, (%r13)
movq -48(%rbp), %rdi
xorl %esi, %esi
movl $255, %edx
callq _clamp_val
## kill: def $eax killed $eax def $rax
sarl $2, %eax
orl (%r13), %eax
movl %eax, (%r13)
jmp LBB0_8
LBB0_3:
movq _SETUP_PWM_UPTIME@GOTPCREL(%rip), %rax
cmpl (%rax), %r14d
jne LBB0_5
## %bb.4:
movq -48(%rbp), %rdi
callq _TIME_TO_REG
cmpl $1, %eax
adcl $0, %eax
movl %eax, 4(%r13)
movq _W83793_REG_PWM_UPTIME@GOTPCREL(%rip), %r14
jmp LBB0_8
LBB0_5:
movq _SETUP_PWM_DOWNTIME@GOTPCREL(%rip), %rax
cmpl (%rax), %r14d
jne LBB0_7
## %bb.6:
movq -48(%rbp), %rdi
callq _TIME_TO_REG
cmpl $1, %eax
adcl $0, %eax
movl %eax, 8(%r13)
movq _W83793_REG_PWM_DOWNTIME@GOTPCREL(%rip), %r14
jmp LBB0_8
LBB0_7:
movq _W83793_REG_TEMP_CRITICAL@GOTPCREL(%rip), %r14
movl (%r14), %esi
movq %rbx, %rdi
callq _w83793_read_value
andl $128, %eax
movl %eax, 12(%r13)
movq -48(%rbp), %rdi
xorl %esi, %esi
movl $127, %edx
callq _TEMP_TO_REG
## kill: def $eax killed $eax def $rax
orl 12(%r13), %eax
movl %eax, 12(%r13)
LBB0_8:
movl (%r14), %esi
movq %rbx, %rdi
movl %eax, %edx
callq _w83793_write_value
movq %r15, %rdi
callq _mutex_unlock
movl %r12d, %eax
LBB0_9:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _SETUP_PWM_DEFAULT,4,2 ## @SETUP_PWM_DEFAULT
.comm _W83793_REG_PWM_DEFAULT,4,2 ## @W83793_REG_PWM_DEFAULT
.comm _SETUP_PWM_UPTIME,4,2 ## @SETUP_PWM_UPTIME
.comm _W83793_REG_PWM_UPTIME,4,2 ## @W83793_REG_PWM_UPTIME
.comm _SETUP_PWM_DOWNTIME,4,2 ## @SETUP_PWM_DOWNTIME
.comm _W83793_REG_PWM_DOWNTIME,4,2 ## @W83793_REG_PWM_DOWNTIME
.comm _W83793_REG_TEMP_CRITICAL,4,2 ## @W83793_REG_TEMP_CRITICAL
.no_dead_strip _store_sf_setup
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function store_sf_setup
_store_sf_setup: ; @store_sf_setup
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x3
mov x21, x2
mov x20, x0
mov x0, x1
bl _to_sensor_dev_attr_2
ldr w23, [x0]
mov x0, x20
bl _to_i2c_client
mov x20, x0
bl _i2c_get_clientdata
mov x22, x0
add x2, sp, #8
mov x0, x21
mov w1, #10
bl _kstrtol
cbnz w0, LBB0_9
; %bb.1:
add x21, x22, #16
mov x0, x21
bl _mutex_lock
Lloh0:
adrp x8, _SETUP_PWM_DEFAULT@GOTPAGE
Lloh1:
ldr x8, [x8, _SETUP_PWM_DEFAULT@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
cmp w23, w8
b.ne LBB0_3
; %bb.2:
Lloh3:
adrp x23, _W83793_REG_PWM_DEFAULT@GOTPAGE
Lloh4:
ldr x23, [x23, _W83793_REG_PWM_DEFAULT@GOTPAGEOFF]
ldr w1, [x23]
mov x0, x20
bl _w83793_read_value
and w8, w0, #0xc0
str w8, [x22]
ldr x0, [sp, #8]
mov w1, #0
mov w2, #255
bl _clamp_val
ldr w8, [x22]
orr w2, w8, w0, asr #2
str w2, [x22]
b LBB0_8
LBB0_3:
Lloh5:
adrp x8, _SETUP_PWM_UPTIME@GOTPAGE
Lloh6:
ldr x8, [x8, _SETUP_PWM_UPTIME@GOTPAGEOFF]
Lloh7:
ldr w8, [x8]
cmp w23, w8
b.ne LBB0_5
; %bb.4:
ldr x0, [sp, #8]
bl _TIME_TO_REG
cmp w0, #0
cinc w2, w0, eq
str w2, [x22, #4]
Lloh8:
adrp x23, _W83793_REG_PWM_UPTIME@GOTPAGE
Lloh9:
ldr x23, [x23, _W83793_REG_PWM_UPTIME@GOTPAGEOFF]
b LBB0_8
LBB0_5:
Lloh10:
adrp x8, _SETUP_PWM_DOWNTIME@GOTPAGE
Lloh11:
ldr x8, [x8, _SETUP_PWM_DOWNTIME@GOTPAGEOFF]
Lloh12:
ldr w8, [x8]
cmp w23, w8
b.ne LBB0_7
; %bb.6:
ldr x0, [sp, #8]
bl _TIME_TO_REG
cmp w0, #0
cinc w2, w0, eq
str w2, [x22, #8]
Lloh13:
adrp x23, _W83793_REG_PWM_DOWNTIME@GOTPAGE
Lloh14:
ldr x23, [x23, _W83793_REG_PWM_DOWNTIME@GOTPAGEOFF]
b LBB0_8
LBB0_7:
Lloh15:
adrp x23, _W83793_REG_TEMP_CRITICAL@GOTPAGE
Lloh16:
ldr x23, [x23, _W83793_REG_TEMP_CRITICAL@GOTPAGEOFF]
ldr w1, [x23]
mov x0, x20
bl _w83793_read_value
and w8, w0, #0x80
str w8, [x22, #12]
ldr x0, [sp, #8]
mov w1, #0
mov w2, #127
bl _TEMP_TO_REG
ldr w8, [x22, #12]
orr w2, w8, w0
str w2, [x22, #12]
LBB0_8:
ldr w1, [x23]
mov x0, x20
bl _w83793_write_value
mov x0, x21
bl _mutex_unlock
mov x0, x19
LBB0_9:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGot Lloh15, Lloh16
.cfi_endproc
; -- End function
.comm _SETUP_PWM_DEFAULT,4,2 ; @SETUP_PWM_DEFAULT
.comm _W83793_REG_PWM_DEFAULT,4,2 ; @W83793_REG_PWM_DEFAULT
.comm _SETUP_PWM_UPTIME,4,2 ; @SETUP_PWM_UPTIME
.comm _W83793_REG_PWM_UPTIME,4,2 ; @W83793_REG_PWM_UPTIME
.comm _SETUP_PWM_DOWNTIME,4,2 ; @SETUP_PWM_DOWNTIME
.comm _W83793_REG_PWM_DOWNTIME,4,2 ; @W83793_REG_PWM_DOWNTIME
.comm _W83793_REG_TEMP_CRITICAL,4,2 ; @W83793_REG_TEMP_CRITICAL
.no_dead_strip _store_sf_setup
.subsections_via_symbols
| AnghaBench/linux/drivers/hwmon/extr_w83793.c_store_sf_setup.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _execle ## -- Begin function execle
.p2align 4, 0x90
_execle: ## @execle
.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 $232, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, -96(%rbp) ## 8-byte Spill
movq %rdx, -256(%rbp)
movq %rcx, -248(%rbp)
movq %r8, -240(%rbp)
movq %r9, -232(%rbp)
testb %al, %al
je LBB0_29
## %bb.28:
movaps %xmm0, -224(%rbp)
movaps %xmm1, -208(%rbp)
movaps %xmm2, -192(%rbp)
movaps %xmm3, -176(%rbp)
movaps %xmm4, -160(%rbp)
movaps %xmm5, -144(%rbp)
movaps %xmm6, -128(%rbp)
movaps %xmm7, -112(%rbp)
LBB0_29:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq -272(%rbp), %r13
movq %r13, -64(%rbp)
leaq 16(%rbp), %r14
movq %r14, -72(%rbp)
movabsq $206158430224, %r12 ## imm = 0x3000000010
movq %r12, -80(%rbp)
movl $16, %eax
xorl %ebx, %ebx
jmp LBB0_1
.p2align 4, 0x90
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movq -72(%rbp), %rcx
leaq 8(%rcx), %rdx
movq %rdx, -72(%rbp)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
incq %rbx
cmpq $0, (%rcx)
je LBB0_5
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $40, %eax
ja LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl %eax, %ecx
addq %r13, %rcx
addl $8, %eax
movl %eax, -80(%rbp)
jmp LBB0_4
LBB0_5:
movq %rsp, -88(%rbp) ## 8-byte Spill
leaq 8(,%rbx,8), %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %rsi
movq %r13, -64(%rbp)
movq %r14, -72(%rbp)
movq %r12, -80(%rbp)
movq %r15, (%rsi)
cmpl $1, %ebx
jbe LBB0_6
## %bb.7:
leaq -1(%rbx), %r8
movq -64(%rbp), %r9
movl -80(%rbp), %eax
cmpl $2, %ebx
jne LBB0_9
## %bb.8:
movl $1, %edx
LBB0_17:
testb $1, %r8b
je LBB0_22
## %bb.18:
cmpl $41, %eax
jae LBB0_19
## %bb.20:
movl %eax, %ecx
addq %rcx, %r9
addl $8, %eax
movl %eax, -80(%rbp)
jmp LBB0_21
LBB0_6:
movl -80(%rbp), %eax
jmp LBB0_22
LBB0_9:
movq %r8, %r10
andq $-2, %r10
negq %r10
movl $1, %edx
jmp LBB0_10
.p2align 4, 0x90
LBB0_15: ## in Loop: Header=BB0_10 Depth=1
movl %eax, %ecx
addq %r9, %rcx
addl $8, %eax
movl %eax, -80(%rbp)
LBB0_16: ## in Loop: Header=BB0_10 Depth=1
movq (%rcx), %rcx
movq %rcx, 8(%rsi,%rdx,8)
leaq (%r10,%rdx), %rcx
addq $2, %rcx
addq $2, %rdx
cmpq $1, %rcx
je LBB0_17
LBB0_10: ## =>This Inner Loop Header: Depth=1
cmpl $40, %eax
ja LBB0_12
## %bb.11: ## in Loop: Header=BB0_10 Depth=1
movl %eax, %ecx
addq %r9, %rcx
addl $8, %eax
movl %eax, -80(%rbp)
jmp LBB0_13
.p2align 4, 0x90
LBB0_12: ## in Loop: Header=BB0_10 Depth=1
movq -72(%rbp), %rcx
leaq 8(%rcx), %rdi
movq %rdi, -72(%rbp)
LBB0_13: ## in Loop: Header=BB0_10 Depth=1
movq (%rcx), %rcx
movq %rcx, (%rsi,%rdx,8)
cmpl $41, %eax
jb LBB0_15
## %bb.14: ## in Loop: Header=BB0_10 Depth=1
movq -72(%rbp), %rcx
leaq 8(%rcx), %rdi
movq %rdi, -72(%rbp)
jmp LBB0_16
LBB0_19:
movq -72(%rbp), %r9
leaq 8(%r9), %rcx
movq %rcx, -72(%rbp)
LBB0_21:
movq (%r9), %rcx
movq %rcx, (%rsi,%rdx,8)
LBB0_22:
movq $0, (%rsi,%rbx,8)
cmpl $40, %eax
ja LBB0_24
## %bb.23:
movl %eax, %ecx
addq -64(%rbp), %rcx
addl $8, %eax
movl %eax, -80(%rbp)
jmp LBB0_25
LBB0_24:
movq -72(%rbp), %rcx
leaq 8(%rcx), %rax
movq %rax, -72(%rbp)
LBB0_25:
movq (%rcx), %rdx
movq -96(%rbp), %rdi ## 8-byte Reload
callq _execve
movq -88(%rbp), %rsp ## 8-byte Reload
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -48(%rbp), %rcx
jne LBB0_27
## %bb.26:
leaq -40(%rbp), %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_27:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _execle ; -- Begin function execle
.p2align 2
_execle: ; @execle
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
sub sp, sp, #16
mov x8, x1
mov x12, #0
Lloh0:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
stur x9, [x29, #-24]
add x9, x29, #16
stur x9, [x29, #-32]
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur x9, [x29, #-32]
add x10, x9, #8
stur x10, [x29, #-32]
ldr x9, [x9]
add x12, x12, #1
cbnz x9, LBB0_1
; %bb.2:
mov x19, sp
lsl x13, x12, #3
add x9, x13, #8
Lloh3:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh4:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x10, x13, #23
and x10, x10, #0xfffffffffffffff0
sub x1, x9, x10
mov sp, x1
add x9, x29, #16
stur x9, [x29, #-32]
str x8, [x1]
cmp w12, #2
b.lo LBB0_5
; %bb.3:
sub x8, x12, #1
add x9, x1, #8
LBB0_4: ; =>This Inner Loop Header: Depth=1
ldur x10, [x29, #-32]
add x11, x10, #8
stur x11, [x29, #-32]
ldr x10, [x10]
str x10, [x9], #8
subs x8, x8, #1
b.ne LBB0_4
LBB0_5:
str xzr, [x1, x12, lsl #3]
ldur x8, [x29, #-32]
add x9, x8, #8
stur x9, [x29, #-32]
ldr x2, [x8]
bl _execve
mov sp, x19
ldur x8, [x29, #-24]
Lloh5:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh6:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh7:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_7
; %bb.6:
sub sp, x29, #16
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_7:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/64201215.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fooRef ## -- Begin function fooRef
.p2align 4, 0x90
_fooRef: ## @fooRef
.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, %rsi
movb $88, (%rdi)
leaq L_.str(%rip), %rdi
xorl %eax, %eax
popq %rbp
jmp _printf ## TAILCALL
.cfi_endproc
## -- End function
.globl _fooValue ## -- Begin function fooValue
.p2align 4, 0x90
_fooValue: ## @fooValue
.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)
movb $88, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -4(%rbp), %rsi
xorl %eax, %eax
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
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
leaq L_str(%rip), %rdi
callq _puts
movl $8, %edi
callq _malloc
movq %rax, %rbx
movl $1145258561, (%rax) ## imm = 0x44434241
leaq L_.str.2(%rip), %r15
movq %r15, %rdi
movq %rax, %rsi
xorl %eax, %eax
callq _printf
movb $88, (%rbx)
leaq L_.str(%rip), %r14
movq %r14, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _printf
leaq L_.str.3(%rip), %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _printf
leaq L_str.6(%rip), %rdi
callq _puts
movl $1145258561, -28(%rbp) ## imm = 0x44434241
leaq -28(%rbp), %rbx
movq %r15, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _printf
movl -28(%rbp), %eax
movl %eax, -32(%rbp)
movb $88, -32(%rbp)
leaq -32(%rbp), %rsi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
leaq L_.str.5(%rip), %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _printf
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "inside function: %s\n"
L_.str.2: ## @.str.2
.asciz "before: %s\n"
L_.str.3: ## @.str.3
.asciz "after: %s\n\n"
L_.str.5: ## @.str.5
.asciz "after: %s\n"
L_str: ## @str
.asciz "By REFERENCE example, vector parameter usage"
L_str.6: ## @str.6
.asciz "By VALUE example, vector parameter usage"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fooRef ; -- Begin function fooRef
.p2align 2
_fooRef: ; @fooRef
.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, #88
strb w8, [x0]
str x0, [sp]
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _printf
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _fooValue ; -- Begin function fooValue
.p2align 2
_fooValue: ; @fooValue
.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, #88
sturb w8, [x29, #-4]
sub x8, x29, #4
str x8, [sp]
Lloh2:
adrp x0, l_.str@PAGE
Lloh3:
add x0, x0, l_.str@PAGEOFF
bl _printf
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.loh AdrpAdd Lloh2, Lloh3
.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 x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
Lloh4:
adrp x0, l_str@PAGE
Lloh5:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #8
bl _malloc
mov x19, x0
mov w22, #16961
movk w22, #17475, lsl #16
str w22, [x0]
str x0, [sp]
Lloh6:
adrp x20, l_.str.2@PAGE
Lloh7:
add x20, x20, l_.str.2@PAGEOFF
mov x0, x20
bl _printf
mov w23, #88
strb w23, [x19]
str x19, [sp]
Lloh8:
adrp x21, l_.str@PAGE
Lloh9:
add x21, x21, l_.str@PAGEOFF
mov x0, x21
bl _printf
str x19, [sp]
Lloh10:
adrp x0, l_.str.3@PAGE
Lloh11:
add x0, x0, l_.str.3@PAGEOFF
bl _printf
Lloh12:
adrp x0, l_str.6@PAGE
Lloh13:
add x0, x0, l_str.6@PAGEOFF
bl _puts
str w22, [sp, #8]
add x19, sp, #8
str x19, [sp]
mov x0, x20
bl _printf
ldr w8, [sp, #8]
str w8, [sp, #12]
strb w23, [sp, #12]
add x8, sp, #12
str x8, [sp]
mov x0, x21
bl _printf
str x19, [sp]
Lloh14:
adrp x0, l_.str.5@PAGE
Lloh15:
add x0, x0, l_.str.5@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "inside function: %s\n"
l_.str.2: ; @.str.2
.asciz "before: %s\n"
l_.str.3: ; @.str.3
.asciz "after: %s\n\n"
l_.str.5: ; @.str.5
.asciz "after: %s\n"
l_str: ; @str
.asciz "By REFERENCE example, vector parameter usage"
l_str.6: ; @str.6
.asciz "By VALUE example, vector parameter usage"
.subsections_via_symbols
| the_stack_data/57950740.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _eat_at ## -- Begin function eat_at
.p2align 4, 0x90
_eat_at: ## @eat_at
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
testl %esi, %esi
je LBB0_7
## %bb.1:
xorl %ecx, %ecx
xorl %edx, %edx
cmpb $45, (%rdi)
setne %cl
sete %dl
negq %rdx
movslq %esi, %r8
jmp LBB0_2
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_2 Depth=1
incq %rdx
incl %ecx
LBB0_2: ## =>This Inner Loop Header: Depth=1
cmpq %r8, %rdx
jl LBB0_4
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
movzbl (%rdi,%rdx), %r9d
leal -48(%r9), %r10d
cmpb $9, %r10b
jbe LBB0_4
## %bb.5:
movl %ecx, %edi
subl %esi, %edi
cmpl $1, %edi
sete %sil
testq %rdx, %rdx
sete %dl
orb %sil, %dl
jne LBB0_7
## %bb.6:
xorl %eax, %eax
cmpb $64, %r9b
cmovel %ecx, %eax
LBB0_7:
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _eat_at ; -- Begin function eat_at
.p2align 2
_eat_at: ; @eat_at
.cfi_startproc
; %bb.0:
; kill: def $w1 killed $w1 def $x1
cbz w1, LBB0_7
; %bb.1:
ldrb w8, [x0]
cmp w8, #45
csetm x8, eq
sxtw x10, w1
csetm w9, ne
csetm w11, eq
sub w11, w1, w11
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
add x8, x8, #1
sub w9, w9, #1
sub w11, w11, #1
LBB0_3: ; =>This Inner Loop Header: Depth=1
cmp x8, x10
b.lt LBB0_2
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
ldrb w12, [x0, x8]
sub w13, w12, #48
cmp w13, #9
b.ls LBB0_2
; %bb.5:
cbz w11, LBB0_7
; %bb.6:
cmp w12, #64
csneg w9, wzr, w9, ne
cmp x8, #0
csel w0, wzr, w9, eq
ret
LBB0_7:
mov w0, #0 ; =0x0
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| assembly_file_170303.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function get_fpu_flag_name
_get_fpu_flag_name: ## @get_fpu_flag_name
.cfi_startproc
## %bb.0:
addl $-128, %edi
cmpl $19, %edi
ja LBB0_1
## %bb.2:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq %edi, %rax
leaq l_reltable.get_fpu_flag_name(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
popq %rbp
retq
LBB0_1:
xorl %eax, %eax
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "MOD_C0"
L_.str.1: ## @.str.1
.asciz "MOD_C1"
L_.str.2: ## @.str.2
.asciz "MOD_C2"
L_.str.3: ## @.str.3
.asciz "MOD_C3"
L_.str.4: ## @.str.4
.asciz "RESET_C0"
L_.str.5: ## @.str.5
.asciz "RESET_C1"
L_.str.6: ## @.str.6
.asciz "RESET_C2"
L_.str.7: ## @.str.7
.asciz "RESET_C3"
L_.str.8: ## @.str.8
.asciz "SET_C0"
L_.str.9: ## @.str.9
.asciz "SET_C1"
L_.str.10: ## @.str.10
.asciz "SET_C2"
L_.str.11: ## @.str.11
.asciz "SET_C3"
L_.str.12: ## @.str.12
.asciz "UNDEF_C0"
L_.str.13: ## @.str.13
.asciz "UNDEF_C1"
L_.str.14: ## @.str.14
.asciz "UNDEF_C2"
L_.str.15: ## @.str.15
.asciz "UNDEF_C3"
L_.str.16: ## @.str.16
.asciz "TEST_C0"
L_.str.17: ## @.str.17
.asciz "TEST_C1"
L_.str.18: ## @.str.18
.asciz "TEST_C2"
L_.str.19: ## @.str.19
.asciz "TEST_C3"
.no_dead_strip _get_fpu_flag_name
.section __TEXT,__const
.p2align 2 ## @reltable.get_fpu_flag_name
l_reltable.get_fpu_flag_name:
.long L_.str.15-l_reltable.get_fpu_flag_name
.long L_.str.14-l_reltable.get_fpu_flag_name
.long L_.str.13-l_reltable.get_fpu_flag_name
.long L_.str.12-l_reltable.get_fpu_flag_name
.long L_.str.19-l_reltable.get_fpu_flag_name
.long L_.str.18-l_reltable.get_fpu_flag_name
.long L_.str.17-l_reltable.get_fpu_flag_name
.long L_.str.16-l_reltable.get_fpu_flag_name
.long L_.str.11-l_reltable.get_fpu_flag_name
.long L_.str.10-l_reltable.get_fpu_flag_name
.long L_.str.9-l_reltable.get_fpu_flag_name
.long L_.str.8-l_reltable.get_fpu_flag_name
.long L_.str.7-l_reltable.get_fpu_flag_name
.long L_.str.6-l_reltable.get_fpu_flag_name
.long L_.str.5-l_reltable.get_fpu_flag_name
.long L_.str.4-l_reltable.get_fpu_flag_name
.long L_.str.3-l_reltable.get_fpu_flag_name
.long L_.str.2-l_reltable.get_fpu_flag_name
.long L_.str.1-l_reltable.get_fpu_flag_name
.long L_.str-l_reltable.get_fpu_flag_name
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function get_fpu_flag_name
_get_fpu_flag_name: ; @get_fpu_flag_name
.cfi_startproc
; %bb.0:
sub w8, w0, #128
cmp w8, #19
b.hi LBB0_2
; %bb.1:
Lloh0:
adrp x9, l_switch.table.get_fpu_flag_name@PAGE
Lloh1:
add x9, x9, l_switch.table.get_fpu_flag_name@PAGEOFF
ldr x0, [x9, w8, sxtw #3]
ret
LBB0_2:
mov x0, #0
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "MOD_C0"
l_.str.1: ; @.str.1
.asciz "MOD_C1"
l_.str.2: ; @.str.2
.asciz "MOD_C2"
l_.str.3: ; @.str.3
.asciz "MOD_C3"
l_.str.4: ; @.str.4
.asciz "RESET_C0"
l_.str.5: ; @.str.5
.asciz "RESET_C1"
l_.str.6: ; @.str.6
.asciz "RESET_C2"
l_.str.7: ; @.str.7
.asciz "RESET_C3"
l_.str.8: ; @.str.8
.asciz "SET_C0"
l_.str.9: ; @.str.9
.asciz "SET_C1"
l_.str.10: ; @.str.10
.asciz "SET_C2"
l_.str.11: ; @.str.11
.asciz "SET_C3"
l_.str.12: ; @.str.12
.asciz "UNDEF_C0"
l_.str.13: ; @.str.13
.asciz "UNDEF_C1"
l_.str.14: ; @.str.14
.asciz "UNDEF_C2"
l_.str.15: ; @.str.15
.asciz "UNDEF_C3"
l_.str.16: ; @.str.16
.asciz "TEST_C0"
l_.str.17: ; @.str.17
.asciz "TEST_C1"
l_.str.18: ; @.str.18
.asciz "TEST_C2"
l_.str.19: ; @.str.19
.asciz "TEST_C3"
.no_dead_strip _get_fpu_flag_name
.section __DATA,__const
.p2align 3 ; @switch.table.get_fpu_flag_name
l_switch.table.get_fpu_flag_name:
.quad l_.str.15
.quad l_.str.14
.quad l_.str.13
.quad l_.str.12
.quad l_.str.19
.quad l_.str.18
.quad l_.str.17
.quad l_.str.16
.quad l_.str.11
.quad l_.str.10
.quad l_.str.9
.quad l_.str.8
.quad l_.str.7
.quad l_.str.6
.quad l_.str.5
.quad l_.str.4
.quad l_.str.3
.quad l_.str.2
.quad l_.str.1
.quad l_.str
.subsections_via_symbols
| AnghaBench/capstone/tests/extr_test_x86.c_get_fpu_flag_name.c | anghabench |
.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
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movq _buf@GOTPCREL(%rip), %rbx
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl _bufp(%rip), %eax
testl %eax, %eax
jle LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
decl %eax
movl %eax, _bufp(%rip)
movsbl (%rbx,%rax), %edi
cmpl $-1, %edi
jne LBB0_5
jmp LBB0_6
.p2align 4, 0x90
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
callq _getchar
movl %eax, %edi
cmpl $-1, %edi
je LBB0_6
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
callq _putchar
jmp LBB0_1
LBB0_6:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getch ## -- Begin function getch
.p2align 4, 0x90
_getch: ## @getch
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl _bufp(%rip), %eax
testl %eax, %eax
jle LBB1_2
## %bb.1:
decl %eax
movl %eax, _bufp(%rip)
movq _buf@GOTPCREL(%rip), %rcx
movsbl (%rcx,%rax), %eax
popq %rbp
retq
LBB1_2:
popq %rbp
jmp _getchar ## TAILCALL
.cfi_endproc
## -- End function
.globl _ungetch ## -- Begin function ungetch
.p2align 4, 0x90
_ungetch: ## @ungetch
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movslq _bufp(%rip), %rax
cmpq $100, %rax
jl LBB2_1
## %bb.3:
leaq L_str.2(%rip), %rdi
popq %rbp
jmp _puts ## TAILCALL
LBB2_1:
cmpl $-1, %edi
je LBB2_2
## %bb.4:
leal 1(%rax), %ecx
movl %ecx, _bufp(%rip)
movq _buf@GOTPCREL(%rip), %rcx
movb %dil, (%rcx,%rax)
popq %rbp
retq
LBB2_2:
leaq L_str(%rip), %rdi
callq _puts
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _bufp ## @bufp
.zerofill __DATA,__common,_bufp,4,2
.comm _buf,100,4 ## @buf
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "ERROR: EOF Can't be stored as a char"
L_str.2: ## @str.2
.asciz "ungetch: too many characters"
.subsections_via_symbols
| .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 x20, x19, [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 w19, -24
.cfi_offset w20, -32
adrp x19, _bufp@PAGE
Lloh0:
adrp x20, _buf@GOTPAGE
Lloh1:
ldr x20, [x20, _buf@GOTPAGEOFF]
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [x19, _bufp@PAGEOFF]
subs w8, w8, #1
b.lt LBB0_3
; %bb.2: ; in Loop: Header=BB0_1 Depth=1
str w8, [x19, _bufp@PAGEOFF]
ldrsb w0, [x20, w8, uxtw]
cmn w0, #1
b.ne LBB0_4
b LBB0_5
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
bl _getchar
cmn w0, #1
b.eq LBB0_5
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
bl _putchar
b LBB0_1
LBB0_5:
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _getch ; -- Begin function getch
.p2align 2
_getch: ; @getch
.cfi_startproc
; %bb.0:
adrp x8, _bufp@PAGE
ldr w9, [x8, _bufp@PAGEOFF]
subs w9, w9, #1
b.lt LBB1_2
; %bb.1:
str w9, [x8, _bufp@PAGEOFF]
Lloh2:
adrp x8, _buf@GOTPAGE
Lloh3:
ldr x8, [x8, _buf@GOTPAGEOFF]
ldrsb w0, [x8, w9, uxtw]
ret
LBB1_2:
b _getchar
.loh AdrpLdrGot Lloh2, Lloh3
.cfi_endproc
; -- End function
.globl _ungetch ; -- Begin function ungetch
.p2align 2
_ungetch: ; @ungetch
.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 x9, _bufp@PAGE
ldrsw x8, [x9, _bufp@PAGEOFF]
cmp w8, #100
b.lt LBB2_2
; %bb.1:
Lloh4:
adrp x0, l_str.2@PAGE
Lloh5:
add x0, x0, l_str.2@PAGEOFF
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _puts
LBB2_2:
cmn w0, #1
b.eq LBB2_4
; %bb.3:
add w10, w8, #1
str w10, [x9, _bufp@PAGEOFF]
Lloh6:
adrp x9, _buf@GOTPAGE
Lloh7:
ldr x9, [x9, _buf@GOTPAGEOFF]
strb w0, [x9, x8]
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
LBB2_4:
Lloh8:
adrp x0, l_str@PAGE
Lloh9:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #1
bl _exit
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpAdd Lloh8, Lloh9
.cfi_endproc
; -- End function
.globl _bufp ; @bufp
.zerofill __DATA,__common,_bufp,4,2
.comm _buf,100,0 ; @buf
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "ERROR: EOF Can't be stored as a char"
l_str.2: ; @str.2
.asciz "ungetch: too many characters"
.subsections_via_symbols
| the_stack_data/93336.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function is_append_child
_is_append_child: ## @is_append_child
.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), %rcx
movq _RELOPT_OTHER_MEMBER_REL@GOTPCREL(%rip), %rdx
xorl %eax, %eax
cmpq (%rdx), %rcx
jne LBB0_4
## %bb.1:
cmpl $0, (%rsi)
je LBB0_2
LBB0_4:
popq %rbp
retq
LBB0_2:
movq 8(%rdi), %rcx
movq _RTE_RELATION@GOTPCREL(%rip), %rdx
cmpq (%rdx), %rcx
jne LBB0_4
## %bb.3:
movq 8(%rsi), %rcx
movq _RELKIND_RELATION@GOTPCREL(%rip), %rdx
xorl %eax, %eax
cmpq (%rdx), %rcx
sete %al
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _RELOPT_OTHER_MEMBER_REL,8,3 ## @RELOPT_OTHER_MEMBER_REL
.comm _RTE_RELATION,8,3 ## @RTE_RELATION
.comm _RELKIND_RELATION,8,3 ## @RELKIND_RELATION
.no_dead_strip _is_append_child
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function is_append_child
_is_append_child: ; @is_append_child
.cfi_startproc
; %bb.0:
ldr x8, [x0]
Lloh0:
adrp x9, _RELOPT_OTHER_MEMBER_REL@GOTPAGE
Lloh1:
ldr x9, [x9, _RELOPT_OTHER_MEMBER_REL@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_4
; %bb.1:
ldr w8, [x1]
cbnz w8, LBB0_4
; %bb.2:
ldr x8, [x0, #8]
Lloh3:
adrp x9, _RTE_RELATION@GOTPAGE
Lloh4:
ldr x9, [x9, _RTE_RELATION@GOTPAGEOFF]
Lloh5:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_4
; %bb.3:
ldr x8, [x1, #8]
Lloh6:
adrp x9, _RELKIND_RELATION@GOTPAGE
Lloh7:
ldr x9, [x9, _RELKIND_RELATION@GOTPAGEOFF]
Lloh8:
ldr x9, [x9]
cmp x8, x9
cset w0, eq
ret
LBB0_4:
mov w0, #0
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _RELOPT_OTHER_MEMBER_REL,8,3 ; @RELOPT_OTHER_MEMBER_REL
.comm _RTE_RELATION,8,3 ; @RTE_RELATION
.comm _RELKIND_RELATION,8,3 ; @RELKIND_RELATION
.no_dead_strip _is_append_child
.subsections_via_symbols
| AnghaBench/timescaledb/src/extr_planner.c_is_append_child.c | anghabench |
.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 0x408f400000000000 ## double 1000
.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
pushq %r14
pushq %rbx
subq $144, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
cmpl $1, %edi
jg LBB0_3
## %bb.1:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str(%rip), %rdi
movl $44, %esi
jmp LBB0_2
LBB0_3:
cmpl $2, %edi
jne LBB0_4
## %bb.5:
movq %rsi, %r14
leaq -48(%rbp), %rbx
movq %rbx, %rdi
xorl %esi, %esi
callq _gettimeofday
movq %rbx, %rdi
callq _gmtime
leaq L_.str.2(%rip), %rdx
leaq -160(%rbp), %rbx
movl $100, %esi
movq %rbx, %rdi
movq %rax, %rcx
callq _strftime
movslq -40(%rbp), %rax
imulq $274877907, %rax, %rdx ## imm = 0x10624DD3
movq %rdx, %rax
shrq $63, %rax
sarq $38, %rdx
addl %eax, %edx
leaq L_.str.3(%rip), %rdi
movq %rbx, %rsi
## kill: def $edx killed $edx killed $rdx
xorl %eax, %eax
callq _printf
callq _fork
testl %eax, %eax
je LBB0_8
## %bb.6:
cmpl $-1, %eax
jne LBB0_10
## %bb.7:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.4(%rip), %rdi
movl $47, %esi
movl $1, %edx
callq _fwrite
movl $-1, %edi
callq _exit
LBB0_4:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.1(%rip), %rdi
movl $45, %esi
LBB0_2:
movl $1, %edx
callq _fwrite
movl $1, %edi
callq _exit
LBB0_8:
leaq L_str.12(%rip), %rdi
callq _puts
movq 8(%r14), %rdi
xorl %esi, %esi
callq _execv
leaq L_str.13(%rip), %rdi
jmp LBB0_9
LBB0_10:
leaq L_str(%rip), %rdi
callq _puts
xorl %edi, %edi
callq _wait
leaq -32(%rbp), %rbx
movq %rbx, %rdi
xorl %esi, %esi
callq _gettimeofday
movq %rbx, %rdi
callq _gmtime
leaq L_.str.2(%rip), %rdx
leaq -160(%rbp), %rbx
movl $100, %esi
movq %rbx, %rdi
movq %rax, %rcx
callq _strftime
movslq -24(%rbp), %rax
imulq $274877907, %rax, %rdx ## imm = 0x10624DD3
movq %rdx, %rax
shrq $63, %rax
sarq $38, %rdx
addl %eax, %edx
leaq L_.str.8(%rip), %rdi
movq %rbx, %rsi
## kill: def $edx killed $edx killed $rdx
xorl %eax, %eax
callq _printf
movq -32(%rbp), %rax
subq -48(%rbp), %rax
cvtsi2sd %rax, %xmm0
movl -24(%rbp), %eax
subl -40(%rbp), %eax
cvtsi2sd %eax, %xmm1
movsd LCPI0_0(%rip), %xmm2 ## xmm2 = mem[0],zero
divsd %xmm2, %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
leaq L_.str.9(%rip), %rdi
movb $1, %al
callq _printf
leaq L_str.11(%rip), %rdi
LBB0_9:
callq _puts
xorl %edi, %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Too few arguments! Please check your input!\n"
L_.str.1: ## @.str.1
.asciz "Too many arguments! Please check your input!\n"
L_.str.2: ## @.str.2
.asciz "%Y-%m-%d %H:%M:%S"
L_.str.3: ## @.str.3
.asciz "Start time: %s:%d\n"
L_.str.4: ## @.str.4
.asciz "Failed to call fork()! Please try again later!\n"
L_.str.8: ## @.str.8
.asciz "End time: %s:%d\n"
L_.str.9: ## @.str.9
.asciz "Last time: %.3lf ms\n"
L_str: ## @str
.asciz "Returned to Parent process."
L_str.11: ## @str.11
.asciz "Parent process finished."
L_str.12: ## @str.12
.asciz "Child process started."
L_str.13: ## @str.13
.asciz "Child process finished."
.subsections_via_symbols
| .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, #192
.cfi_def_cfa_offset 192
stp x20, x19, [sp, #160] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
cmp w0, #1
b.gt LBB0_2
; %bb.1:
Lloh0:
adrp x8, ___stderrp@GOTPAGE
Lloh1:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh2:
ldr x3, [x8]
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
mov w1, #44
b LBB0_7
LBB0_2:
cmp w0, #2
b.ne LBB0_6
; %bb.3:
mov x19, x1
sub x0, x29, #32
mov x1, #0
bl _gettimeofday
sub x0, x29, #32
bl _gmtime
mov x3, x0
Lloh5:
adrp x2, l_.str.2@PAGE
Lloh6:
add x2, x2, l_.str.2@PAGEOFF
add x20, sp, #28
add x0, sp, #28
mov w1, #100
bl _strftime
ldursw x8, [x29, #-24]
mov w9, #19923
movk w9, #4194, lsl #16
mul x8, x8, x9
lsr x9, x8, #63
asr x8, x8, #38
add w8, w8, w9
stp x20, x8, [sp]
Lloh7:
adrp x0, l_.str.3@PAGE
Lloh8:
add x0, x0, l_.str.3@PAGEOFF
bl _printf
bl _fork
cbz w0, LBB0_8
; %bb.4:
cmn w0, #1
b.ne LBB0_9
; %bb.5:
Lloh9:
adrp x8, ___stderrp@GOTPAGE
Lloh10:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh11:
ldr x3, [x8]
Lloh12:
adrp x0, l_.str.4@PAGE
Lloh13:
add x0, x0, l_.str.4@PAGEOFF
mov w1, #47
mov w2, #1
bl _fwrite
mov w0, #-1
bl _exit
LBB0_6:
Lloh14:
adrp x8, ___stderrp@GOTPAGE
Lloh15:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh16:
ldr x3, [x8]
Lloh17:
adrp x0, l_.str.1@PAGE
Lloh18:
add x0, x0, l_.str.1@PAGEOFF
mov w1, #45
LBB0_7:
mov w2, #1
bl _fwrite
mov w0, #1
bl _exit
LBB0_8:
Lloh19:
adrp x0, l_str.12@PAGE
Lloh20:
add x0, x0, l_str.12@PAGEOFF
bl _puts
ldr x0, [x19, #8]
mov x1, #0
bl _execv
Lloh21:
adrp x0, l_str.13@PAGE
Lloh22:
add x0, x0, l_str.13@PAGEOFF
b LBB0_10
LBB0_9:
Lloh23:
adrp x0, l_str@PAGE
Lloh24:
add x0, x0, l_str@PAGEOFF
bl _puts
mov x0, #0
bl _wait
sub x0, x29, #48
mov x1, #0
bl _gettimeofday
sub x0, x29, #48
bl _gmtime
mov x3, x0
Lloh25:
adrp x2, l_.str.2@PAGE
Lloh26:
add x2, x2, l_.str.2@PAGEOFF
add x19, sp, #28
add x0, sp, #28
mov w1, #100
bl _strftime
ldursw x8, [x29, #-40]
mov w9, #19923
movk w9, #4194, lsl #16
mul x8, x8, x9
lsr x9, x8, #63
asr x8, x8, #38
add w8, w8, w9
stp x19, x8, [sp]
Lloh27:
adrp x0, l_.str.8@PAGE
Lloh28:
add x0, x0, l_.str.8@PAGEOFF
bl _printf
ldur x8, [x29, #-48]
ldur x9, [x29, #-32]
sub x8, x8, x9
scvtf d0, x8
ldur w8, [x29, #-40]
ldur w9, [x29, #-24]
sub w8, w8, w9
scvtf d1, w8
mov x8, #70368744177664
movk x8, #16527, lsl #48
fmov d2, x8
fdiv d1, d1, d2
fmadd d0, d0, d2, d1
str d0, [sp]
Lloh29:
adrp x0, l_.str.9@PAGE
Lloh30:
add x0, x0, l_.str.9@PAGEOFF
bl _printf
Lloh31:
adrp x0, l_str.11@PAGE
Lloh32:
add x0, x0, l_str.11@PAGEOFF
LBB0_10:
bl _puts
mov w0, #0
bl _exit
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpAdd Lloh21, Lloh22
.loh AdrpAdd Lloh19, Lloh20
.loh AdrpAdd Lloh31, Lloh32
.loh AdrpAdd Lloh29, Lloh30
.loh AdrpAdd Lloh27, Lloh28
.loh AdrpAdd Lloh25, Lloh26
.loh AdrpAdd Lloh23, Lloh24
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Too few arguments! Please check your input!\n"
l_.str.1: ; @.str.1
.asciz "Too many arguments! Please check your input!\n"
l_.str.2: ; @.str.2
.asciz "%Y-%m-%d %H:%M:%S"
l_.str.3: ; @.str.3
.asciz "Start time: %s:%d\n"
l_.str.4: ; @.str.4
.asciz "Failed to call fork()! Please try again later!\n"
l_.str.8: ; @.str.8
.asciz "End time: %s:%d\n"
l_.str.9: ; @.str.9
.asciz "Last time: %.3lf ms\n"
l_str: ; @str
.asciz "Returned to Parent process."
l_str.11: ; @str.11
.asciz "Parent process finished."
l_str.12: ; @str.12
.asciz "Child process started."
l_str.13: ; @str.13
.asciz "Child process finished."
.subsections_via_symbols
| the_stack_data/84944.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function main
LCPI0_0:
.quad 0x4014000000000000 ## double 5
.quad 0x4008000000000000 ## double 3
LCPI0_1:
.quad 0x402e000000000000 ## double 15
.quad 0x4008000000000000 ## double 3
LCPI0_7:
.quad 0x4033000000000000 ## double 19
.quad 0x4034000000000000 ## double 20
LCPI0_8:
.quad 0x4028000000000000 ## double 12
.quad 0x4010000000000000 ## double 4
LCPI0_17:
.quad 0x4031000000000000 ## double 17
.quad 0x4022000000000000 ## double 9
LCPI0_18:
.quad 0x4014000000000000 ## double 5
.quad 0x4030000000000000 ## double 16
LCPI0_21:
.quad 0x4033000000000000 ## double 19
.quad 0x4010000000000000 ## double 4
LCPI0_24:
.quad 0x4014000000000000 ## double 5
.quad 0x4020000000000000 ## double 8
LCPI0_25:
.quad 0x4024000000000000 ## double 10
.quad 0x401c000000000000 ## double 7
LCPI0_27:
.quad 0x4028000000000000 ## double 12
.quad 0x4026000000000000 ## double 11
LCPI0_28:
.quad 0x4030000000000000 ## double 16
.quad 0x3ff0000000000000 ## double 1
LCPI0_29:
.quad 0x4032000000000000 ## double 18
.quad 0x4022000000000000 ## double 9
LCPI0_30:
.quad 0x4020000000000000 ## double 8
.quad 0x401c000000000000 ## double 7
LCPI0_31:
.quad 0x4034000000000000 ## double 20
.quad 0x4030000000000000 ## double 16
LCPI0_32:
.quad 0x401c000000000000 ## double 7
.quad 0x4000000000000000 ## double 2
LCPI0_33:
.quad 0x4033000000000000 ## double 19
.quad 0x4018000000000000 ## double 6
LCPI0_35:
.quad 0x4032000000000000 ## double 18
.quad 0x4034000000000000 ## double 20
LCPI0_36:
.quad 0x3ff0000000000000 ## double 1
.quad 0x3ff0000000000000 ## double 1
LCPI0_37:
.quad 0x4033000000000000 ## double 19
.quad 0x4000000000000000 ## double 2
LCPI0_38:
.quad 0x4034000000000000 ## double 20
.quad 0x402a000000000000 ## double 13
LCPI0_40:
.quad 0x4010000000000000 ## double 4
.quad 0x4018000000000000 ## double 6
LCPI0_41:
.quad 0x4034000000000000 ## double 20
.quad 0x4033000000000000 ## double 19
LCPI0_42:
.quad 0x4024000000000000 ## double 10
.quad 0x4024000000000000 ## double 10
LCPI0_43:
.quad 0x4000000000000000 ## double 2
.quad 0x4014000000000000 ## double 5
LCPI0_44:
.quad 0x4000000000000000 ## double 2
.quad 0x4031000000000000 ## double 17
LCPI0_45:
.quad 0x4026000000000000 ## double 11
.quad 0x402c000000000000 ## double 14
LCPI0_46:
.quad 0x4010000000000000 ## double 4
.quad 0x4030000000000000 ## double 16
LCPI0_47:
.quad 0x4000000000000000 ## double 2
.quad 0x4032000000000000 ## double 18
LCPI0_48:
.quad 0x401c000000000000 ## double 7
.quad 0x4008000000000000 ## double 3
LCPI0_49:
.quad 0x4018000000000000 ## double 6
.quad 0x4028000000000000 ## double 12
LCPI0_50:
.quad 0x4032000000000000 ## double 18
.quad 0x402e000000000000 ## double 15
LCPI0_51:
.quad 0x4022000000000000 ## double 9
.quad 0x4034000000000000 ## double 20
LCPI0_52:
.quad 0x4026000000000000 ## double 11
.quad 0x4024000000000000 ## double 10
LCPI0_53:
.quad 0x4024000000000000 ## double 10
.quad 0x3ff0000000000000 ## double 1
LCPI0_54:
.quad 0x4032000000000000 ## double 18
.quad 0x4008000000000000 ## double 3
LCPI0_55:
.quad 0x4028000000000000 ## double 12
.quad 0x4008000000000000 ## double 3
LCPI0_56:
.quad 0x4032000000000000 ## double 18
.quad 0x4028000000000000 ## double 12
LCPI0_57:
.quad 0x4031000000000000 ## double 17
.quad 0x4030000000000000 ## double 16
LCPI0_58:
.quad 0x4022000000000000 ## double 9
.quad 0x4024000000000000 ## double 10
LCPI0_59:
.quad 0x402c000000000000 ## double 14
.quad 0x4000000000000000 ## double 2
LCPI0_60:
.quad 0x3ff0000000000000 ## double 1
.quad 0x4031000000000000 ## double 17
LCPI0_61:
.quad 0x4026000000000000 ## double 11
.quad 0x4020000000000000 ## double 8
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI0_2:
.quad 0x401c000000000000 ## double 7
LCPI0_3:
.quad 0x4032000000000000 ## double 18
LCPI0_4:
.quad 0x4014000000000000 ## double 5
LCPI0_5:
.quad 0x402e000000000000 ## double 15
LCPI0_6:
.quad 0x4030000000000000 ## double 16
LCPI0_9:
.quad 0x4020000000000000 ## double 8
LCPI0_10:
.quad 0x402c000000000000 ## double 14
LCPI0_11:
.quad 0x4034000000000000 ## double 20
LCPI0_12:
.quad 0x4024000000000000 ## double 10
LCPI0_13:
.quad 0x4018000000000000 ## double 6
LCPI0_14:
.quad 0x402a000000000000 ## double 13
LCPI0_15:
.quad 0x4000000000000000 ## double 2
LCPI0_16:
.quad 0x4010000000000000 ## double 4
LCPI0_19:
.quad 0x4028000000000000 ## double 12
LCPI0_20:
.quad 0x4033000000000000 ## double 19
LCPI0_22:
.quad 0x4022000000000000 ## double 9
LCPI0_23:
.quad 0x4026000000000000 ## double 11
LCPI0_26:
.quad 0x3ff0000000000000 ## double 1
LCPI0_34:
.quad 0x4008000000000000 ## double 3
LCPI0_39:
.quad 0x4031000000000000 ## double 17
.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
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $2184, %rsp ## imm = 0x888
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _x_1@GOTPCREL(%rip), %r9
movq _x_3@GOTPCREL(%rip), %r8
movq _x_4@GOTPCREL(%rip), %rax
movss (%rax), %xmm8 ## xmm8 = mem[0],zero,zero,zero
movq _x_5@GOTPCREL(%rip), %r11
movq _x_7@GOTPCREL(%rip), %r10
movq _x_8@GOTPCREL(%rip), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -104(%rbp) ## 4-byte Spill
movq _x_10@GOTPCREL(%rip), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -384(%rbp) ## 4-byte Spill
movq _x_11@GOTPCREL(%rip), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -304(%rbp) ## 4-byte Spill
movq _x_13@GOTPCREL(%rip), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -200(%rbp) ## 4-byte Spill
movq _x_17@GOTPCREL(%rip), %r15
movq _x_22@GOTPCREL(%rip), %r14
movq _x_18@GOTPCREL(%rip), %r13
movq _x_24@GOTPCREL(%rip), %r12
movq _x_25@GOTPCREL(%rip), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -464(%rbp) ## 4-byte Spill
movq _x_26@GOTPCREL(%rip), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -432(%rbp) ## 4-byte Spill
movq _x_28@GOTPCREL(%rip), %rax
movss (%rax), %xmm10 ## xmm10 = mem[0],zero,zero,zero
movq _x_32@GOTPCREL(%rip), %rax
movss (%rax), %xmm13 ## xmm13 = mem[0],zero,zero,zero
movq _x_33@GOTPCREL(%rip), %rax
movss (%rax), %xmm12 ## xmm12 = mem[0],zero,zero,zero
movq _x_0@GOTPCREL(%rip), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -528(%rbp) ## 4-byte Spill
movq _x_6@GOTPCREL(%rip), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -96(%rbp) ## 4-byte Spill
movq _x_20@GOTPCREL(%rip), %rdi
movq _x_23@GOTPCREL(%rip), %rsi
movss (%r11), %xmm4 ## xmm4 = mem[0],zero,zero,zero
movq _x_29@GOTPCREL(%rip), %r11
insertps $16, (%r10), %xmm4 ## xmm4 = xmm4[0],mem[0],xmm4[2,3]
movq _x_30@GOTPCREL(%rip), %r10
movss (%r9), %xmm14 ## xmm14 = mem[0],zero,zero,zero
movq _x_34@GOTPCREL(%rip), %r9
insertps $16, (%r8), %xmm14 ## xmm14 = xmm14[0],mem[0],xmm14[2,3]
movq _x_35@GOTPCREL(%rip), %r8
movss (%r13), %xmm0 ## xmm0 = mem[0],zero,zero,zero
insertps $16, (%r12), %xmm0 ## xmm0 = xmm0[0],mem[0],xmm0[2,3]
movaps %xmm0, -224(%rbp) ## 16-byte Spill
movq _x_14@GOTPCREL(%rip), %r13
movq _x_16@GOTPCREL(%rip), %r12
movss (%r15), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq _x_21@GOTPCREL(%rip), %r15
insertps $16, (%r14), %xmm0 ## xmm0 = xmm0[0],mem[0],xmm0[2,3]
movaps %xmm0, -320(%rbp) ## 16-byte Spill
movq _x_27@GOTPCREL(%rip), %rdx
movq _x_31@GOTPCREL(%rip), %r14
movq _x_2@GOTPCREL(%rip), %rax
movq _x_19@GOTPCREL(%rip), %rcx
movq _x_9@GOTPCREL(%rip), %rbx
movss (%rbx), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -128(%rbp) ## 4-byte Spill
movq _x_12@GOTPCREL(%rip), %rbx
movss (%rbx), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -608(%rbp) ## 4-byte Spill
movq _x_15@GOTPCREL(%rip), %rbx
movss (%rbx), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -168(%rbp) ## 4-byte Spill
movss (%rdi), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -256(%rbp) ## 4-byte Spill
movss (%rsi), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -448(%rbp) ## 4-byte Spill
movss (%r11), %xmm5 ## xmm5 = mem[0],zero,zero,zero
movss (%r10), %xmm2 ## xmm2 = mem[0],zero,zero,zero
movss (%r9), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss (%r8), %xmm9 ## xmm9 = mem[0],zero,zero,zero
movss (%r13), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -512(%rbp) ## 4-byte Spill
movss (%r12), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -480(%rbp) ## 4-byte Spill
movss (%r15), %xmm15 ## xmm15 = mem[0],zero,zero,zero
movss (%rdx), %xmm11 ## xmm11 = mem[0],zero,zero,zero
movss (%r14), %xmm6 ## xmm6 = mem[0],zero,zero,zero
movss (%rax), %xmm7 ## xmm7 = mem[0],zero,zero,zero
movss (%rcx), %xmm3 ## xmm3 = mem[0],zero,zero,zero
jmp LBB0_1
.p2align 4, 0x90
LBB0_2015: ## in Loop: Header=BB0_1 Depth=1
movaps -256(%rbp), %xmm4 ## 16-byte Reload
insertps $16, -384(%rbp), %xmm4 ## 16-byte Folded Reload
## xmm4 = xmm4[0],mem[0],xmm4[2,3]
insertps $16, -464(%rbp), %xmm14 ## 16-byte Folded Reload
## xmm14 = xmm14[0],mem[0],xmm14[2,3]
movaps -224(%rbp), %xmm0 ## 16-byte Reload
insertps $16, -432(%rbp), %xmm0 ## 16-byte Folded Reload
## xmm0 = xmm0[0],mem[0],xmm0[2,3]
movaps %xmm0, -224(%rbp) ## 16-byte Spill
movaps -320(%rbp), %xmm0 ## 16-byte Reload
insertps $16, -448(%rbp), %xmm0 ## 16-byte Folded Reload
## xmm0 = xmm0[0],mem[0],xmm0[2,3]
movaps %xmm0, -320(%rbp) ## 16-byte Spill
movaps -1664(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -528(%rbp) ## 4-byte Spill
movaps -2336(%rbp), %xmm0 ## 16-byte Reload
xorps %xmm7, %xmm7
cvtsd2ss %xmm0, %xmm7
xorps %xmm8, %xmm8
cvtsd2ss %xmm13, %xmm8
xorps %xmm0, %xmm0
cvtsd2ss %xmm5, %xmm0
movss %xmm0, -96(%rbp) ## 4-byte Spill
xorps %xmm0, %xmm0
cvtsd2ss %xmm3, %xmm0
movss %xmm0, -104(%rbp) ## 4-byte Spill
movaps -2240(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -128(%rbp) ## 4-byte Spill
movaps -2224(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -384(%rbp) ## 4-byte Spill
movaps -2208(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -304(%rbp) ## 4-byte Spill
movaps -2176(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -608(%rbp) ## 4-byte Spill
movaps -1792(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -200(%rbp) ## 4-byte Spill
movaps -1776(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -512(%rbp) ## 4-byte Spill
xorps %xmm0, %xmm0
cvtsd2ss %xmm6, %xmm0
movss %xmm0, -168(%rbp) ## 4-byte Spill
movaps -1744(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -480(%rbp) ## 4-byte Spill
movsd -1120(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
xorps %xmm3, %xmm3
cvtsd2ss %xmm0, %xmm3
movaps -960(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -256(%rbp) ## 4-byte Spill
movaps -1760(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm15
movaps -64(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -448(%rbp) ## 4-byte Spill
movaps -880(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -464(%rbp) ## 4-byte Spill
movaps -1072(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -432(%rbp) ## 4-byte Spill
movaps -368(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm11
cvtsd2ss %xmm10, %xmm10
movaps -592(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm5
movaps -144(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm2
movsd -640(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
cvtsd2ss %xmm0, %xmm6
movsd -192(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
cvtsd2ss %xmm0, %xmm13
movaps -288(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm12
movsd -88(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
cvtsd2ss %xmm0, %xmm1
cvtsd2ss %xmm9, %xmm9
LBB0_1: ## =>This Inner Loop Header: Depth=1
movss %xmm12, -232(%rbp) ## 4-byte Spill
movaps %xmm10, %xmm12
movss %xmm5, -768(%rbp) ## 4-byte Spill
movss %xmm2, -288(%rbp) ## 4-byte Spill
movss %xmm1, -688(%rbp) ## 4-byte Spill
movss %xmm6, -272(%rbp) ## 4-byte Spill
movss %xmm7, -144(%rbp) ## 4-byte Spill
movss %xmm3, -72(%rbp) ## 4-byte Spill
cvtps2pd %xmm14, %xmm0
xorps %xmm6, %xmm6
cvtss2sd %xmm8, %xmm6
cvtps2pd %xmm4, %xmm2
movaps %xmm0, %xmm3
movaps %xmm6, -192(%rbp) ## 16-byte Spill
movlhps %xmm6, %xmm3 ## xmm3 = xmm3[0],xmm6[0]
addpd LCPI0_0(%rip), %xmm3
movapd %xmm3, -832(%rbp) ## 16-byte Spill
movaps %xmm0, -576(%rbp) ## 16-byte Spill
shufps $78, %xmm2, %xmm0 ## xmm0 = xmm0[2,3],xmm2[0,1]
addpd LCPI0_1(%rip), %xmm0
movapd %xmm0, -1424(%rbp) ## 16-byte Spill
movaps %xmm2, %xmm3
unpckhpd %xmm2, %xmm3 ## xmm3 = xmm3[1],xmm2[1]
movaps %xmm3, -896(%rbp) ## 16-byte Spill
addsd LCPI0_2(%rip), %xmm3
movss -104(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, -64(%rbp) ## 16-byte Spill
addsd LCPI0_3(%rip), %xmm0
movsd %xmm3, -1136(%rbp) ## 8-byte Spill
movapd %xmm3, %xmm1
maxsd %xmm0, %xmm1
movss -384(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
xorps %xmm10, %xmm10
cvtss2sd %xmm0, %xmm10
movsd %xmm10, -160(%rbp) ## 8-byte Spill
movss -304(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm8
movsd %xmm8, -384(%rbp) ## 8-byte Spill
addsd LCPI0_5(%rip), %xmm8
movss -200(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd %xmm0, -200(%rbp) ## 8-byte Spill
addsd LCPI0_6(%rip), %xmm0
movsd %xmm8, -976(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm8
addsd LCPI0_4(%rip), %xmm10
ucomisd %xmm8, %xmm10
movss %xmm9, -368(%rbp) ## 4-byte Spill
jbe LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm1
movapd %xmm1, %xmm0
ja LBB0_6
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
jmp LBB0_6
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm1
movapd %xmm1, %xmm0
ja LBB0_6
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm0
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movss %xmm15, -704(%rbp) ## 4-byte Spill
movaps %xmm2, -640(%rbp) ## 16-byte Spill
movapd -832(%rbp), %xmm9 ## 16-byte Reload
maxpd -1424(%rbp), %xmm9 ## 16-byte Folded Reload
movapd %xmm9, %xmm14
unpckhpd %xmm9, %xmm14 ## xmm14 = xmm14[1],xmm9[1]
movapd %xmm9, %xmm15
maxsd %xmm14, %xmm15
ucomisd %xmm0, %xmm15
movss %xmm11, -416(%rbp) ## 4-byte Spill
movapd %xmm9, -1664(%rbp) ## 16-byte Spill
movaps %xmm13, %xmm2
jbe LBB0_9
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm9
ja LBB0_14
## %bb.8: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm9
jmp LBB0_14
.p2align 4, 0x90
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
jbe LBB0_12
## %bb.10: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm1
movapd %xmm1, %xmm9
ja LBB0_14
## %bb.11: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm9
jmp LBB0_14
.p2align 4, 0x90
LBB0_12: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm1
movapd %xmm1, %xmm9
ja LBB0_14
## %bb.13: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm9
.p2align 4, 0x90
LBB0_14: ## in Loop: Header=BB0_1 Depth=1
cvtps2pd -320(%rbp), %xmm0 ## 16-byte Folded Reload
cvtps2pd -224(%rbp), %xmm5 ## 16-byte Folded Reload
movapd %xmm0, -672(%rbp) ## 16-byte Spill
addpd LCPI0_7(%rip), %xmm0
movapd %xmm0, -352(%rbp) ## 16-byte Spill
movapd %xmm5, %xmm13
addpd LCPI0_8(%rip), %xmm5
movss -464(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, -464(%rbp) ## 16-byte Spill
movaps %xmm0, %xmm3
movsd LCPI0_9(%rip), %xmm11 ## xmm11 = mem[0],zero
addsd %xmm11, %xmm3
movss -432(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, -912(%rbp) ## 16-byte Spill
addsd LCPI0_10(%rip), %xmm0
movapd %xmm3, -1632(%rbp) ## 16-byte Spill
movapd %xmm0, -1344(%rbp) ## 16-byte Spill
maxsd %xmm0, %xmm3
cvtss2sd %xmm12, %xmm4
xorps %xmm0, %xmm0
cvtss2sd %xmm2, %xmm0
movsd %xmm0, -224(%rbp) ## 8-byte Spill
movaps %xmm0, %xmm2
addsd LCPI0_12(%rip), %xmm2
movss -232(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd %xmm0, -104(%rbp) ## 8-byte Spill
addsd LCPI0_13(%rip), %xmm0
movsd %xmm2, -400(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm2
movsd %xmm4, -432(%rbp) ## 8-byte Spill
addsd LCPI0_11(%rip), %xmm4
ucomisd %xmm2, %xmm4
jbe LBB0_17
## %bb.15: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm0
ja LBB0_19
## %bb.16: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
jmp LBB0_19
.p2align 4, 0x90
LBB0_17: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm0
ja LBB0_19
## %bb.18: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm0
LBB0_19: ## in Loop: Header=BB0_1 Depth=1
movapd -352(%rbp), %xmm6 ## 16-byte Reload
movapd %xmm5, -1184(%rbp) ## 16-byte Spill
maxpd %xmm5, %xmm6
movapd %xmm6, %xmm5
unpckhpd %xmm6, %xmm5 ## xmm5 = xmm5[1],xmm6[1]
movapd %xmm6, %xmm7
maxsd %xmm5, %xmm7
ucomisd %xmm0, %xmm7
jbe LBB0_22
## %bb.20: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm6
jbe LBB0_33
## %bb.21: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm9
movapd %xmm6, %xmm0
ja LBB0_34
jmp LBB0_30
.p2align 4, 0x90
LBB0_22: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
jbe LBB0_25
## %bb.23: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm0
ja LBB0_27
## %bb.24: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
jmp LBB0_27
.p2align 4, 0x90
LBB0_33: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm9
ja LBB0_34
jmp LBB0_29
.p2align 4, 0x90
LBB0_25: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm0
ja LBB0_27
## %bb.26: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm0
LBB0_27: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
jbe LBB0_28
LBB0_34: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
movapd -672(%rbp), %xmm9 ## 16-byte Reload
jbe LBB0_37
## %bb.35: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm1
movapd %xmm1, %xmm0
movapd -1664(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_39
## %bb.36: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
jmp LBB0_39
.p2align 4, 0x90
LBB0_28: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm6
movapd %xmm6, %xmm0
ja LBB0_30
LBB0_29: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
LBB0_30: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
movapd -672(%rbp), %xmm9 ## 16-byte Reload
jbe LBB0_47
## %bb.31: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm1
movsd -160(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
ja LBB0_49
## %bb.32: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
jmp LBB0_49
.p2align 4, 0x90
LBB0_37: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm1
movapd %xmm1, %xmm0
movapd -1664(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_39
## %bb.38: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm0
LBB0_39: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm15
jbe LBB0_42
## %bb.40: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm6
movsd -160(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
ja LBB0_57
## %bb.41: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm6
jmp LBB0_57
.p2align 4, 0x90
LBB0_47: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm1
movsd -160(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
ja LBB0_49
## %bb.48: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
LBB0_49: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm0
jbe LBB0_52
## %bb.50: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm6
ja LBB0_57
## %bb.51: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm6
jmp LBB0_57
.p2align 4, 0x90
LBB0_42: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
movsd -160(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
jbe LBB0_45
## %bb.43: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm1
movapd %xmm1, %xmm6
ja LBB0_57
## %bb.44: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm6
jmp LBB0_57
.p2align 4, 0x90
LBB0_52: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
jbe LBB0_55
## %bb.53: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm6
ja LBB0_57
## %bb.54: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm6
jmp LBB0_57
LBB0_45: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm1
movapd %xmm1, %xmm6
ja LBB0_57
## %bb.46: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm6
jmp LBB0_57
LBB0_55: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm6
ja LBB0_57
## %bb.56: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm6
.p2align 4, 0x90
LBB0_57: ## in Loop: Header=BB0_1 Depth=1
movss -528(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, -592(%rbp) ## 16-byte Spill
movaps %xmm0, %xmm2
addsd LCPI0_4(%rip), %xmm2
movss -96(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm10
movaps %xmm10, -304(%rbp) ## 16-byte Spill
addsd LCPI0_14(%rip), %xmm10
movss -128(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
xorps %xmm4, %xmm4
cvtss2sd %xmm0, %xmm4
movsd %xmm4, -232(%rbp) ## 8-byte Spill
movsd LCPI0_15(%rip), %xmm14 ## xmm14 = mem[0],zero
addsd %xmm14, %xmm4
movapd %xmm7, %xmm3
addsd %xmm11, %xmm3
movsd -384(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_6(%rip), %xmm0
movsd %xmm0, -1464(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm3
movss -608(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
xorps %xmm7, %xmm7
cvtss2sd %xmm0, %xmm7
movaps %xmm7, %xmm11
addsd LCPI0_5(%rip), %xmm11
movss -168(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
xorps %xmm5, %xmm5
cvtss2sd %xmm0, %xmm5
movaps %xmm5, %xmm12
addsd LCPI0_16(%rip), %xmm12
addsd LCPI0_11(%rip), %xmm9
movapd %xmm12, -1392(%rbp) ## 16-byte Spill
movsd %xmm9, -1152(%rbp) ## 8-byte Spill
maxsd %xmm9, %xmm12
ucomisd %xmm12, %xmm11
movapd %xmm6, -1664(%rbp) ## 16-byte Spill
jbe LBB0_60
## %bb.58: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm3
movapd %xmm3, %xmm0
ja LBB0_62
## %bb.59: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
jmp LBB0_62
.p2align 4, 0x90
LBB0_60: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm0
ja LBB0_62
## %bb.61: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm0
LBB0_62: ## in Loop: Header=BB0_1 Depth=1
movapd -576(%rbp), %xmm1 ## 16-byte Reload
movsd %xmm1, -88(%rbp) ## 8-byte Spill
addsd LCPI0_5(%rip), %xmm1
movapd %xmm2, %xmm14
maxsd %xmm1, %xmm14
maxsd %xmm4, %xmm10
movapd %xmm14, %xmm9
maxsd %xmm10, %xmm9
ucomisd %xmm0, %xmm9
movaps %xmm5, -128(%rbp) ## 16-byte Spill
movsd %xmm7, -96(%rbp) ## 8-byte Spill
movapd %xmm2, -1072(%rbp) ## 16-byte Spill
jbe LBB0_65
## %bb.63: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm14
movapd %xmm14, %xmm8
ja LBB0_70
## %bb.64: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm8
jmp LBB0_70
.p2align 4, 0x90
LBB0_65: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm11
jbe LBB0_68
## %bb.66: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm3
movapd %xmm3, %xmm8
ja LBB0_70
## %bb.67: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm8
jmp LBB0_70
.p2align 4, 0x90
LBB0_68: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm8
ja LBB0_70
## %bb.69: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm8
.p2align 4, 0x90
LBB0_70: ## in Loop: Header=BB0_1 Depth=1
movss -256(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm15
movss -448(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
xorps %xmm5, %xmm5
cvtss2sd %xmm0, %xmm5
movapd %xmm13, %xmm0
blendpd $1, %xmm15, %xmm0 ## xmm0 = xmm15[0],xmm0[1]
addpd LCPI0_17(%rip), %xmm0
movapd %xmm0, -1216(%rbp) ## 16-byte Spill
movaps %xmm5, -528(%rbp) ## 16-byte Spill
unpcklpd -912(%rbp), %xmm5 ## 16-byte Folded Reload
## xmm5 = xmm5[0],mem[0]
addpd LCPI0_18(%rip), %xmm5
movsd -432(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_4(%rip), %xmm1
movss -768(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, -768(%rbp) ## 16-byte Spill
movaps %xmm0, %xmm2
addsd LCPI0_15(%rip), %xmm2
movsd %xmm1, -1960(%rbp) ## 8-byte Spill
movapd %xmm1, %xmm0
movapd %xmm2, -1616(%rbp) ## 16-byte Spill
maxsd %xmm2, %xmm0
movss -288(%rbp), %xmm1 ## 4-byte Reload
## xmm1 = mem[0],zero,zero,zero
xorps %xmm7, %xmm7
cvtss2sd %xmm1, %xmm7
movss -688(%rbp), %xmm1 ## 4-byte Reload
## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm6
movsd %xmm6, -448(%rbp) ## 8-byte Spill
addsd LCPI0_5(%rip), %xmm6
movss -368(%rbp), %xmm1 ## 4-byte Reload
## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movsd %xmm1, -168(%rbp) ## 8-byte Spill
addsd LCPI0_19(%rip), %xmm1
maxsd %xmm1, %xmm6
movsd %xmm7, -368(%rbp) ## 8-byte Spill
addsd LCPI0_3(%rip), %xmm7
ucomisd %xmm6, %xmm7
movsd %xmm4, -656(%rbp) ## 8-byte Spill
jbe LBB0_73
## %bb.71: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm0
movapd %xmm0, %xmm1
ja LBB0_75
## %bb.72: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm1
jmp LBB0_75
.p2align 4, 0x90
LBB0_73: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm0
movapd %xmm0, %xmm1
ja LBB0_75
## %bb.74: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
LBB0_75: ## in Loop: Header=BB0_1 Depth=1
movapd -1216(%rbp), %xmm2 ## 16-byte Reload
movapd %xmm5, -1808(%rbp) ## 16-byte Spill
maxpd %xmm5, %xmm2
movapd %xmm2, %xmm4
unpckhpd %xmm2, %xmm4 ## xmm4 = xmm4[1],xmm2[1]
movapd %xmm2, %xmm5
maxsd %xmm4, %xmm5
ucomisd %xmm1, %xmm5
movapd %xmm13, -256(%rbp) ## 16-byte Spill
jbe LBB0_78
## %bb.76: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
jbe LBB0_89
## %bb.77: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
movapd %xmm2, %xmm8
ja LBB0_90
jmp LBB0_86
.p2align 4, 0x90
LBB0_78: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
jbe LBB0_81
## %bb.79: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm0
movapd %xmm0, %xmm1
ja LBB0_83
## %bb.80: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm1
jmp LBB0_83
.p2align 4, 0x90
LBB0_89: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm8
ja LBB0_90
jmp LBB0_85
.p2align 4, 0x90
LBB0_81: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm0
movapd %xmm0, %xmm1
ja LBB0_83
## %bb.82: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
LBB0_83: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm8
jbe LBB0_84
LBB0_90: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm11
jbe LBB0_93
## %bb.91: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm3
movapd %xmm3, %xmm0
ja LBB0_95
## %bb.92: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
jmp LBB0_95
.p2align 4, 0x90
LBB0_84: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
movapd %xmm2, %xmm8
ja LBB0_86
LBB0_85: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm8
LBB0_86: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
jbe LBB0_103
## %bb.87: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm0
movapd %xmm0, %xmm1
ja LBB0_105
## %bb.88: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm1
jmp LBB0_105
.p2align 4, 0x90
LBB0_93: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm0
ja LBB0_95
## %bb.94: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm0
LBB0_95: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
jbe LBB0_98
## %bb.96: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm14
ja LBB0_113
## %bb.97: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm14
jmp LBB0_113
.p2align 4, 0x90
LBB0_103: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm0
movapd %xmm0, %xmm1
ja LBB0_105
## %bb.104: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
LBB0_105: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm8
jbe LBB0_108
## %bb.106: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
movapd %xmm2, %xmm14
ja LBB0_113
## %bb.107: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm14
jmp LBB0_113
.p2align 4, 0x90
LBB0_98: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm11
jbe LBB0_101
## %bb.99: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm3
movapd %xmm3, %xmm14
ja LBB0_113
## %bb.100: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm14
jmp LBB0_113
.p2align 4, 0x90
LBB0_108: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
jbe LBB0_111
## %bb.109: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm0
movapd %xmm0, %xmm14
ja LBB0_113
## %bb.110: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm14
jmp LBB0_113
LBB0_101: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm14
ja LBB0_113
## %bb.102: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm14
jmp LBB0_113
LBB0_111: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm0
movapd %xmm0, %xmm14
ja LBB0_113
## %bb.112: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm14
.p2align 4, 0x90
LBB0_113: ## in Loop: Header=BB0_1 Depth=1
movapd -192(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_20(%rip), %xmm5
movapd -640(%rbp), %xmm12 ## 16-byte Reload
movapd %xmm12, %xmm0
addpd LCPI0_21(%rip), %xmm0
movapd %xmm0, -1696(%rbp) ## 16-byte Spill
movsd -232(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_10(%rip), %xmm3
movsd %xmm3, -152(%rbp) ## 8-byte Spill
movsd -200(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_22(%rip), %xmm4
maxsd %xmm4, %xmm3
movss -512(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, -608(%rbp) ## 16-byte Spill
movaps %xmm0, %xmm2
addsd LCPI0_2(%rip), %xmm2
movapd -128(%rbp), %xmm8 ## 16-byte Reload
addsd LCPI0_15(%rip), %xmm8
movss -480(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, -688(%rbp) ## 16-byte Spill
movaps %xmm0, %xmm6
addsd LCPI0_23(%rip), %xmm6
movapd %xmm8, %xmm13
maxsd %xmm6, %xmm13
ucomisd %xmm13, %xmm2
movaps %xmm15, -992(%rbp) ## 16-byte Spill
jbe LBB0_116
## %bb.114: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm0
movapd -592(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_118
## %bb.115: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm0
jmp LBB0_118
.p2align 4, 0x90
LBB0_116: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
movapd %xmm3, %xmm0
movapd -592(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_118
## %bb.117: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
LBB0_118: ## in Loop: Header=BB0_1 Depth=1
addsd LCPI0_10(%rip), %xmm1
movapd %xmm1, -816(%rbp) ## 16-byte Spill
movapd %xmm1, %xmm7
movapd %xmm5, -1760(%rbp) ## 16-byte Spill
maxsd %xmm5, %xmm7
movapd -1696(%rbp), %xmm11 ## 16-byte Reload
movapd %xmm11, %xmm1
unpckhpd %xmm11, %xmm1 ## xmm1 = xmm1[1],xmm11[1]
movapd %xmm1, -2016(%rbp) ## 16-byte Spill
maxsd %xmm1, %xmm11
movapd %xmm7, %xmm10
maxsd %xmm11, %xmm10
ucomisd %xmm0, %xmm10
movapd %xmm6, -736(%rbp) ## 16-byte Spill
jbe LBB0_121
## %bb.119: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm7
movapd %xmm7, %xmm15
movapd %xmm7, %xmm9
ja LBB0_126
## %bb.120: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm9
jmp LBB0_126
.p2align 4, 0x90
LBB0_121: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm15
ucomisd %xmm13, %xmm2
jbe LBB0_124
## %bb.122: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm9
ja LBB0_126
## %bb.123: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm9
jmp LBB0_126
.p2align 4, 0x90
LBB0_124: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
movapd %xmm3, %xmm9
ja LBB0_126
## %bb.125: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm9
.p2align 4, 0x90
LBB0_126: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, -1568(%rbp) ## 16-byte Spill
movss -704(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
xorps %xmm1, %xmm1
cvtss2sd %xmm0, %xmm1
movss -416(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm1, -416(%rbp) ## 16-byte Spill
movaps %xmm1, %xmm6
unpcklpd -912(%rbp), %xmm6 ## 16-byte Folded Reload
## xmm6 = xmm6[0],mem[0]
movaps %xmm6, -720(%rbp) ## 16-byte Spill
addpd LCPI0_24(%rip), %xmm6
movaps -464(%rbp), %xmm1 ## 16-byte Reload
movaps %xmm0, -480(%rbp) ## 16-byte Spill
movlhps %xmm0, %xmm1 ## xmm1 = xmm1[0],xmm0[0]
addpd LCPI0_25(%rip), %xmm1
movapd %xmm1, -1056(%rbp) ## 16-byte Spill
movsd -432(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd LCPI0_2(%rip), %xmm5
movsd -368(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_11(%rip), %xmm0
movsd %xmm5, -1512(%rbp) ## 8-byte Spill
movsd %xmm0, -1504(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm5
movss -272(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
xorps %xmm2, %xmm2
cvtss2sd %xmm0, %xmm2
movsd %xmm2, -320(%rbp) ## 8-byte Spill
addsd LCPI0_26(%rip), %xmm2
movsd -224(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
addsd LCPI0_6(%rip), %xmm7
movsd -104(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_22(%rip), %xmm0
movsd %xmm7, -1928(%rbp) ## 8-byte Spill
movsd %xmm0, -80(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm7
ucomisd %xmm7, %xmm2
movsd %xmm4, -648(%rbp) ## 8-byte Spill
jbe LBB0_129
## %bb.127: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm1
ja LBB0_131
## %bb.128: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_131
.p2align 4, 0x90
LBB0_129: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm1
ja LBB0_131
## %bb.130: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm1
LBB0_131: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, -2320(%rbp) ## 16-byte Spill
maxpd -1056(%rbp), %xmm6 ## 16-byte Folded Reload
movapd %xmm6, %xmm4
unpckhpd %xmm6, %xmm4 ## xmm4 = xmm4[1],xmm6[1]
movapd %xmm6, %xmm0
maxsd %xmm4, %xmm0
ucomisd %xmm1, %xmm0
jbe LBB0_134
## %bb.132: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm6
jbe LBB0_145
## %bb.133: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm9
movapd %xmm6, %xmm9
ja LBB0_146
jmp LBB0_142
.p2align 4, 0x90
LBB0_134: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm2
jbe LBB0_137
## %bb.135: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm1
ja LBB0_139
## %bb.136: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_139
.p2align 4, 0x90
LBB0_145: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm9
ja LBB0_146
jmp LBB0_141
.p2align 4, 0x90
LBB0_137: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm1
ja LBB0_139
## %bb.138: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm1
LBB0_139: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
jbe LBB0_140
LBB0_146: ## in Loop: Header=BB0_1 Depth=1
movapd -1568(%rbp), %xmm1 ## 16-byte Reload
ucomisd %xmm13, %xmm1
jbe LBB0_149
## %bb.147: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm0
ja LBB0_151
## %bb.148: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_151
.p2align 4, 0x90
LBB0_140: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm6
movapd %xmm6, %xmm9
ja LBB0_142
LBB0_141: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm9
LBB0_142: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm2
jbe LBB0_159
## %bb.143: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm1
ja LBB0_161
## %bb.144: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_161
.p2align 4, 0x90
LBB0_149: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
movapd %xmm3, %xmm0
ja LBB0_151
## %bb.150: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
LBB0_151: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm10
jbe LBB0_154
## %bb.152: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm15
ja LBB0_169
## %bb.153: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm15
jmp LBB0_169
.p2align 4, 0x90
LBB0_159: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm1
ja LBB0_161
## %bb.160: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm1
LBB0_161: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
jbe LBB0_164
## %bb.162: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm6
movapd %xmm6, %xmm15
ja LBB0_169
## %bb.163: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm15
jmp LBB0_169
.p2align 4, 0x90
LBB0_154: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm1
jbe LBB0_157
## %bb.155: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm15
ja LBB0_169
## %bb.156: ## in Loop: Header=BB0_1 Depth=1
movapd -1568(%rbp), %xmm15 ## 16-byte Reload
jmp LBB0_169
.p2align 4, 0x90
LBB0_164: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm2
jbe LBB0_167
## %bb.165: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm15
ja LBB0_169
## %bb.166: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm15
jmp LBB0_169
LBB0_157: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
movapd %xmm3, %xmm15
ja LBB0_169
## %bb.158: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm15
jmp LBB0_169
LBB0_167: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm15
ja LBB0_169
## %bb.168: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm15
.p2align 4, 0x90
LBB0_169: ## in Loop: Header=BB0_1 Depth=1
movss -144(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, -144(%rbp) ## 16-byte Spill
movapd -576(%rbp), %xmm3 ## 16-byte Reload
addpd LCPI0_27(%rip), %xmm3
movaps %xmm0, %xmm4
unpcklpd -192(%rbp), %xmm4 ## 16-byte Folded Reload
## xmm4 = xmm4[0],mem[0]
movaps %xmm4, %xmm2
addpd LCPI0_28(%rip), %xmm2
movapd %xmm12, %xmm13
addpd LCPI0_29(%rip), %xmm13
movapd %xmm13, %xmm0
unpckhpd %xmm13, %xmm0 ## xmm0 = xmm0[1],xmm13[1]
movapd %xmm13, -1552(%rbp) ## 16-byte Spill
maxsd %xmm0, %xmm13
movapd -608(%rbp), %xmm7 ## 16-byte Reload
addsd LCPI0_22(%rip), %xmm7
maxsd %xmm8, %xmm7
movsd -160(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_6(%rip), %xmm1
ucomisd %xmm7, %xmm1
movapd %xmm15, -2336(%rbp) ## 16-byte Spill
movapd %xmm0, -1008(%rbp) ## 16-byte Spill
jbe LBB0_172
## %bb.170: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm13
movapd %xmm13, %xmm0
movsd -224(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_174
## %bb.171: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_174
.p2align 4, 0x90
LBB0_172: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm13
movapd %xmm13, %xmm0
movsd -224(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_174
## %bb.173: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
LBB0_174: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm8
maxpd %xmm2, %xmm8
movapd %xmm8, %xmm10
unpckhpd %xmm8, %xmm10 ## xmm10 = xmm10[1],xmm8[1]
movapd %xmm8, %xmm9
maxsd %xmm10, %xmm9
ucomisd %xmm0, %xmm9
movsd -160(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
movapd %xmm2, -864(%rbp) ## 16-byte Spill
movapd %xmm3, -1280(%rbp) ## 16-byte Spill
jbe LBB0_177
## %bb.175: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm8
movapd %xmm8, %xmm12
ja LBB0_182
## %bb.176: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm8
jmp LBB0_182
.p2align 4, 0x90
LBB0_177: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm12
ucomisd %xmm7, %xmm1
jbe LBB0_180
## %bb.178: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm13
movapd %xmm13, %xmm8
ja LBB0_182
## %bb.179: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm8
jmp LBB0_182
.p2align 4, 0x90
LBB0_180: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm13
movapd %xmm13, %xmm8
ja LBB0_182
## %bb.181: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm8
.p2align 4, 0x90
LBB0_182: ## in Loop: Header=BB0_1 Depth=1
movaps %xmm4, -880(%rbp) ## 16-byte Spill
movsd %xmm1, -328(%rbp) ## 8-byte Spill
movapd -672(%rbp), %xmm0 ## 16-byte Reload
unpcklpd -528(%rbp), %xmm0 ## 16-byte Folded Reload
## xmm0 = xmm0[0],mem[0]
addpd LCPI0_30(%rip), %xmm0
movapd %xmm0, -1824(%rbp) ## 16-byte Spill
movapd -256(%rbp), %xmm4 ## 16-byte Reload
addpd LCPI0_31(%rip), %xmm4
movapd -464(%rbp), %xmm1 ## 16-byte Reload
movsd LCPI0_22(%rip), %xmm3 ## xmm3 = mem[0],zero
addsd %xmm3, %xmm1
movapd -480(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_12(%rip), %xmm0
maxsd %xmm0, %xmm1
movsd -432(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_15(%rip), %xmm0
movsd -320(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd %xmm3, %xmm2
movsd -168(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_4(%rip), %xmm3
movsd %xmm3, -1936(%rbp) ## 8-byte Spill
maxsd %xmm3, %xmm2
ucomisd %xmm2, %xmm0
jbe LBB0_185
## %bb.183: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm5
ja LBB0_187
## %bb.184: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm5
jmp LBB0_187
.p2align 4, 0x90
LBB0_185: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm5
ja LBB0_187
## %bb.186: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm5
LBB0_187: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, -2352(%rbp) ## 16-byte Spill
movaps -576(%rbp), %xmm3 ## 16-byte Reload
movhlps %xmm3, %xmm3 ## xmm3 = xmm3[1,1]
movaps %xmm3, -704(%rbp) ## 16-byte Spill
movaps -672(%rbp), %xmm3 ## 16-byte Reload
movsd %xmm3, -552(%rbp) ## 8-byte Spill
movapd -1824(%rbp), %xmm3 ## 16-byte Reload
movapd %xmm4, -1600(%rbp) ## 16-byte Spill
maxpd %xmm4, %xmm3
movapd %xmm3, %xmm4
unpckhpd %xmm3, %xmm4 ## xmm4 = xmm4[1],xmm3[1]
movapd %xmm3, %xmm6
maxsd %xmm4, %xmm6
ucomisd %xmm5, %xmm6
jbe LBB0_190
## %bb.188: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd -592(%rbp), %xmm14 ## 16-byte Reload
jbe LBB0_201
## %bb.189: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm8
movapd %xmm3, %xmm8
ja LBB0_202
jmp LBB0_198
.p2align 4, 0x90
LBB0_190: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
movapd -592(%rbp), %xmm14 ## 16-byte Reload
jbe LBB0_193
## %bb.191: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm5
ja LBB0_195
## %bb.192: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm5
jmp LBB0_195
.p2align 4, 0x90
LBB0_201: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm8
ja LBB0_202
jmp LBB0_197
.p2align 4, 0x90
LBB0_193: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm5
ja LBB0_195
## %bb.194: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm5
LBB0_195: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm8
jbe LBB0_196
LBB0_202: ## in Loop: Header=BB0_1 Depth=1
movsd -328(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
ucomisd %xmm7, %xmm1
jbe LBB0_205
## %bb.203: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm13
movapd %xmm13, %xmm0
ja LBB0_207
## %bb.204: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_207
.p2align 4, 0x90
LBB0_196: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm8
ja LBB0_198
LBB0_197: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm8
LBB0_198: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
jbe LBB0_215
## %bb.199: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm5
movapd -256(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_217
## %bb.200: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm5
jmp LBB0_217
.p2align 4, 0x90
LBB0_205: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm13
movapd %xmm13, %xmm0
ja LBB0_207
## %bb.206: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
LBB0_207: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
jbe LBB0_210
## %bb.208: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm12
movapd -256(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_225
## %bb.209: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm12
jmp LBB0_225
.p2align 4, 0x90
LBB0_215: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm5
movapd -256(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_217
## %bb.216: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm5
LBB0_217: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm8
jbe LBB0_220
## %bb.218: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm12
ja LBB0_225
## %bb.219: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm12
jmp LBB0_225
.p2align 4, 0x90
LBB0_210: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm1
jbe LBB0_213
## %bb.211: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm13
movapd %xmm13, %xmm12
movapd -256(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_225
## %bb.212: ## in Loop: Header=BB0_1 Depth=1
movsd -328(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
jmp LBB0_225
.p2align 4, 0x90
LBB0_220: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
jbe LBB0_223
## %bb.221: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm12
ja LBB0_225
## %bb.222: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm12
jmp LBB0_225
LBB0_213: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm13
movapd %xmm13, %xmm12
movapd -256(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_225
## %bb.214: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm12
jmp LBB0_225
LBB0_223: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm12
ja LBB0_225
## %bb.224: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm12
.p2align 4, 0x90
LBB0_225: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm3
unpcklpd -192(%rbp), %xmm3 ## 16-byte Folded Reload
## xmm3 = xmm3[0],mem[0]
addpd LCPI0_32(%rip), %xmm3
movapd -704(%rbp), %xmm0 ## 16-byte Reload
unpcklpd -304(%rbp), %xmm0 ## 16-byte Folded Reload
## xmm0 = xmm0[0],mem[0]
addpd LCPI0_33(%rip), %xmm0
movapd %xmm0, -1200(%rbp) ## 16-byte Spill
movapd %xmm15, %xmm0
addsd LCPI0_22(%rip), %xmm0
movsd -384(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_15(%rip), %xmm1
maxsd %xmm1, %xmm0
movapd -128(%rbp), %xmm4 ## 16-byte Reload
movsd LCPI0_34(%rip), %xmm2 ## xmm2 = mem[0],zero
addsd %xmm2, %xmm4
movsd -552(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_5(%rip), %xmm1
movapd %xmm4, -800(%rbp) ## 16-byte Spill
maxsd %xmm1, %xmm4
movsd -96(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd %xmm2, %xmm5
ucomisd %xmm4, %xmm5
jbe LBB0_228
## %bb.226: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm0
movapd %xmm0, %xmm1
ja LBB0_230
## %bb.227: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm1
jmp LBB0_230
.p2align 4, 0x90
LBB0_228: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm1
ja LBB0_230
## %bb.229: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
LBB0_230: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm13
maxpd -1200(%rbp), %xmm13 ## 16-byte Folded Reload
movapd %xmm13, %xmm10
unpckhpd %xmm13, %xmm10 ## xmm10 = xmm10[1],xmm13[1]
movapd %xmm13, %xmm9
maxsd %xmm10, %xmm9
ucomisd %xmm1, %xmm9
movapd %xmm3, -848(%rbp) ## 16-byte Spill
movapd %xmm12, -2304(%rbp) ## 16-byte Spill
jbe LBB0_233
## %bb.231: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm13
movapd %xmm13, %xmm8
ja LBB0_238
## %bb.232: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm8
jmp LBB0_238
.p2align 4, 0x90
LBB0_233: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
jbe LBB0_236
## %bb.234: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm0
movapd %xmm0, %xmm8
ja LBB0_238
## %bb.235: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm8
jmp LBB0_238
.p2align 4, 0x90
LBB0_236: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm8
ja LBB0_238
## %bb.237: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm8
.p2align 4, 0x90
LBB0_238: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm5, -624(%rbp) ## 8-byte Spill
unpcklpd -416(%rbp), %xmm6 ## 16-byte Folded Reload
## xmm6 = xmm6[0],mem[0]
addpd LCPI0_35(%rip), %xmm6
movapd -672(%rbp), %xmm1 ## 16-byte Reload
blendpd $1, -992(%rbp), %xmm1 ## 16-byte Folded Reload
## xmm1 = mem[0],xmm1[1]
addpd LCPI0_36(%rip), %xmm1
movapd %xmm1, -1376(%rbp) ## 16-byte Spill
movapd -528(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_23(%rip), %xmm1
movapd -480(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_4(%rip), %xmm2
movapd %xmm2, -2000(%rbp) ## 16-byte Spill
maxsd %xmm2, %xmm1
addsd LCPI0_20(%rip), %xmm11
movsd -104(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_16(%rip), %xmm2
movsd -448(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
addsd LCPI0_3(%rip), %xmm12
maxsd %xmm12, %xmm2
ucomisd %xmm2, %xmm11
movsd %xmm11, -544(%rbp) ## 8-byte Spill
jbe LBB0_241
## %bb.239: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm1
movapd %xmm1, %xmm5
ja LBB0_243
## %bb.240: ## in Loop: Header=BB0_1 Depth=1
movsd -544(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
jmp LBB0_243
.p2align 4, 0x90
LBB0_241: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm5
ja LBB0_243
## %bb.242: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm5
LBB0_243: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, -1584(%rbp) ## 16-byte Spill
maxpd -1376(%rbp), %xmm6 ## 16-byte Folded Reload
movapd %xmm6, %xmm3
unpckhpd %xmm6, %xmm3 ## xmm3 = xmm3[1],xmm6[1]
movapd %xmm6, %xmm7
maxsd %xmm3, %xmm7
ucomisd %xmm5, %xmm7
jbe LBB0_246
## %bb.244: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
jbe LBB0_257
## %bb.245: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm8
movapd %xmm6, %xmm8
movsd -624(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ja LBB0_258
jmp LBB0_254
.p2align 4, 0x90
LBB0_246: ## in Loop: Header=BB0_1 Depth=1
movsd -544(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ucomisd %xmm2, %xmm5
jbe LBB0_249
## %bb.247: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm5
ja LBB0_251
## %bb.248: ## in Loop: Header=BB0_1 Depth=1
movsd -544(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
jmp LBB0_251
.p2align 4, 0x90
LBB0_257: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm8
movsd -624(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ja LBB0_258
jmp LBB0_253
.p2align 4, 0x90
LBB0_249: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm5
ja LBB0_251
## %bb.250: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm5
LBB0_251: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm8
movsd -624(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
jbe LBB0_252
LBB0_258: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
jbe LBB0_261
## %bb.259: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm0
movapd %xmm0, %xmm1
ja LBB0_263
## %bb.260: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm1
jmp LBB0_263
.p2align 4, 0x90
LBB0_252: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm8
ja LBB0_254
LBB0_253: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm8
LBB0_254: ## in Loop: Header=BB0_1 Depth=1
movsd -544(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ucomisd %xmm2, %xmm4
jbe LBB0_271
## %bb.255: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm0
ja LBB0_273
## %bb.256: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
jmp LBB0_273
.p2align 4, 0x90
LBB0_261: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm1
ja LBB0_263
## %bb.262: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
LBB0_263: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
jbe LBB0_266
## %bb.264: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_281
## %bb.265: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm13
jmp LBB0_281
.p2align 4, 0x90
LBB0_271: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm0
ja LBB0_273
## %bb.272: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm0
LBB0_273: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
jbe LBB0_276
## %bb.274: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_281
## %bb.275: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm13
jmp LBB0_281
.p2align 4, 0x90
LBB0_266: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
movapd -64(%rbp), %xmm1 ## 16-byte Reload
jbe LBB0_269
## %bb.267: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm0
movapd %xmm0, %xmm13
ja LBB0_281
## %bb.268: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm13
jmp LBB0_281
.p2align 4, 0x90
LBB0_276: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
jbe LBB0_279
## %bb.277: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_281
## %bb.278: ## in Loop: Header=BB0_1 Depth=1
movsd -544(%rbp), %xmm13 ## 8-byte Reload
## xmm13 = mem[0],zero
jmp LBB0_281
LBB0_269: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm13
ja LBB0_281
## %bb.270: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm13
jmp LBB0_281
LBB0_279: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_281
## %bb.280: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm13
.p2align 4, 0x90
LBB0_281: ## in Loop: Header=BB0_1 Depth=1
unpcklpd -144(%rbp), %xmm14 ## 16-byte Folded Reload
## xmm14 = xmm14[0],mem[0]
movapd %xmm14, %xmm0
addpd LCPI0_37(%rip), %xmm0
movapd %xmm0, -1408(%rbp) ## 16-byte Spill
movapd -576(%rbp), %xmm2 ## 16-byte Reload
addpd LCPI0_38(%rip), %xmm2
movapd -192(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_11(%rip), %xmm4
movapd -896(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_34(%rip), %xmm0
movsd %xmm0, -1536(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm4
addsd LCPI0_22(%rip), %xmm1
movsd -232(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_5(%rip), %xmm6
movapd %xmm15, %xmm0
addsd LCPI0_23(%rip), %xmm0
movsd %xmm0, -1024(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm6
ucomisd %xmm6, %xmm1
movapd %xmm13, -2064(%rbp) ## 16-byte Spill
jbe LBB0_284
## %bb.282: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm4
movapd %xmm4, %xmm0
ja LBB0_286
## %bb.283: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_286
.p2align 4, 0x90
LBB0_284: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm0
ja LBB0_286
## %bb.285: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_286: ## in Loop: Header=BB0_1 Depth=1
movapd -1408(%rbp), %xmm9 ## 16-byte Reload
maxpd %xmm2, %xmm9
movapd %xmm9, %xmm13
unpckhpd %xmm9, %xmm13 ## xmm13 = xmm13[1],xmm9[1]
movapd %xmm9, %xmm10
maxsd %xmm13, %xmm10
ucomisd %xmm0, %xmm10
movapd %xmm14, -288(%rbp) ## 16-byte Spill
movapd %xmm2, -1360(%rbp) ## 16-byte Spill
jbe LBB0_289
## %bb.287: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm9
movapd %xmm9, %xmm11
ja LBB0_294
## %bb.288: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm9
jmp LBB0_294
.p2align 4, 0x90
LBB0_289: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm11
ucomisd %xmm6, %xmm1
jbe LBB0_292
## %bb.290: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm4
movapd %xmm4, %xmm9
ja LBB0_294
## %bb.291: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm9
jmp LBB0_294
.p2align 4, 0x90
LBB0_292: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm9
ja LBB0_294
## %bb.293: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm9
.p2align 4, 0x90
LBB0_294: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, -1680(%rbp) ## 16-byte Spill
movsd -96(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_6(%rip), %xmm0
movsd %xmm0, -1480(%rbp) ## 8-byte Spill
movsd -200(%rbp), %xmm8 ## 8-byte Reload
## xmm8 = mem[0],zero
addsd LCPI0_11(%rip), %xmm8
movapd -608(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_9(%rip), %xmm1
movsd -552(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_34(%rip), %xmm3
movapd -256(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_2(%rip), %xmm0
movsd %xmm3, -1944(%rbp) ## 8-byte Spill
movsd %xmm0, -1744(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm3
movapd -480(%rbp), %xmm14 ## 16-byte Reload
addsd LCPI0_22(%rip), %xmm14
movsd -368(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd LCPI0_13(%rip), %xmm5
movsd -448(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_4(%rip), %xmm0
movsd %xmm0, -1112(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm5
ucomisd %xmm5, %xmm14
jbe LBB0_297
## %bb.295: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm3
movapd %xmm3, %xmm2
ja LBB0_299
## %bb.296: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm2
jmp LBB0_299
.p2align 4, 0x90
LBB0_297: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
movapd %xmm3, %xmm2
ja LBB0_299
## %bb.298: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm2
LBB0_299: ## in Loop: Header=BB0_1 Depth=1
movsd -976(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
maxsd -1480(%rbp), %xmm7 ## 8-byte Folded Reload
movapd %xmm8, %xmm0
maxsd %xmm1, %xmm0
movapd %xmm7, %xmm1
maxsd %xmm0, %xmm1
ucomisd %xmm2, %xmm1
jbe LBB0_302
## %bb.300: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm7
jbe LBB0_313
## %bb.301: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
movapd %xmm7, %xmm1
ja LBB0_314
jmp LBB0_310
.p2align 4, 0x90
LBB0_302: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm14
jbe LBB0_305
## %bb.303: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm3
movapd %xmm3, %xmm1
ja LBB0_307
## %bb.304: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm1
jmp LBB0_307
.p2align 4, 0x90
LBB0_313: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
ja LBB0_314
jmp LBB0_309
.p2align 4, 0x90
LBB0_305: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
movapd %xmm3, %xmm1
ja LBB0_307
## %bb.306: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm1
LBB0_307: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
jbe LBB0_308
LBB0_314: ## in Loop: Header=BB0_1 Depth=1
movapd -1680(%rbp), %xmm1 ## 16-byte Reload
ucomisd %xmm6, %xmm1
jbe LBB0_317
## %bb.315: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm4
movapd %xmm4, %xmm0
movapd -128(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_319
## %bb.316: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_319
.p2align 4, 0x90
LBB0_308: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm7
movapd %xmm7, %xmm1
ja LBB0_310
LBB0_309: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_310: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm14
jbe LBB0_327
## %bb.311: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm3
movapd %xmm3, %xmm2
movapd -144(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_329
## %bb.312: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm2
jmp LBB0_329
.p2align 4, 0x90
LBB0_317: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm0
movapd -128(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_319
## %bb.318: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_319: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm10
jbe LBB0_322
## %bb.320: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm11
movapd -144(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_337
## %bb.321: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm11
jmp LBB0_337
.p2align 4, 0x90
LBB0_327: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
movapd %xmm3, %xmm2
movapd -144(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_329
## %bb.328: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm2
LBB0_329: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
jbe LBB0_332
## %bb.330: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm7
movapd %xmm7, %xmm11
movapd -128(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_337
## %bb.331: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm11
jmp LBB0_337
.p2align 4, 0x90
LBB0_322: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm1
movapd -144(%rbp), %xmm9 ## 16-byte Reload
jbe LBB0_325
## %bb.323: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm4
movapd %xmm4, %xmm11
ja LBB0_337
## %bb.324: ## in Loop: Header=BB0_1 Depth=1
movapd -1680(%rbp), %xmm11 ## 16-byte Reload
jmp LBB0_337
.p2align 4, 0x90
LBB0_332: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm14
jbe LBB0_335
## %bb.333: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm3
movapd %xmm3, %xmm11
movapd -128(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_337
## %bb.334: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm11
jmp LBB0_337
LBB0_325: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm11
ja LBB0_337
## %bb.326: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm11
jmp LBB0_337
LBB0_335: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
movapd %xmm3, %xmm11
movapd -128(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_337
## %bb.336: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm11
.p2align 4, 0x90
LBB0_337: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, -2288(%rbp) ## 16-byte Spill
movapd %xmm9, %xmm0
addsd LCPI0_39(%rip), %xmm0
movapd -640(%rbp), %xmm4 ## 16-byte Reload
addpd LCPI0_40(%rip), %xmm4
movapd %xmm4, %xmm1
unpckhpd %xmm4, %xmm1 ## xmm1 = xmm1[1],xmm4[1]
maxsd %xmm1, %xmm4
movsd -232(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
movsd LCPI0_9(%rip), %xmm11 ## xmm11 = mem[0],zero
addsd %xmm11, %xmm6
movapd %xmm15, %xmm10
addsd LCPI0_12(%rip), %xmm10
movsd %xmm10, -1952(%rbp) ## 8-byte Spill
maxsd %xmm8, %xmm10
ucomisd %xmm10, %xmm6
jbe LBB0_340
## %bb.338: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm1
movapd -592(%rbp), %xmm2 ## 16-byte Reload
movapd -256(%rbp), %xmm3 ## 16-byte Reload
movaps -688(%rbp), %xmm13 ## 16-byte Reload
ja LBB0_342
## %bb.339: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
jmp LBB0_342
.p2align 4, 0x90
LBB0_340: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm4
movapd %xmm4, %xmm1
movapd -592(%rbp), %xmm2 ## 16-byte Reload
movapd -256(%rbp), %xmm3 ## 16-byte Reload
movaps -688(%rbp), %xmm13 ## 16-byte Reload
ja LBB0_342
## %bb.341: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm1
LBB0_342: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm12, -1456(%rbp) ## 8-byte Spill
movapd %xmm3, %xmm5
unpckhpd %xmm3, %xmm5 ## xmm5 = xmm5[1],xmm3[1]
movapd %xmm5, -272(%rbp) ## 16-byte Spill
addsd %xmm11, %xmm2
maxsd %xmm0, %xmm2
movapd -704(%rbp), %xmm0 ## 16-byte Reload
addsd %xmm11, %xmm0
movapd -832(%rbp), %xmm5 ## 16-byte Reload
unpckhpd %xmm5, %xmm5 ## xmm5 = xmm5[1,1]
movsd %xmm0, -1440(%rbp) ## 8-byte Spill
movapd %xmm5, -2080(%rbp) ## 16-byte Spill
maxsd %xmm5, %xmm0
movapd %xmm2, %xmm9
maxsd %xmm0, %xmm9
ucomisd %xmm1, %xmm9
jbe LBB0_345
## %bb.343: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
movapd %xmm2, %xmm12
movapd %xmm2, %xmm8
ja LBB0_350
## %bb.344: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm8
jmp LBB0_350
.p2align 4, 0x90
LBB0_345: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm12
ucomisd %xmm10, %xmm6
jbe LBB0_348
## %bb.346: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm8
ja LBB0_350
## %bb.347: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm8
jmp LBB0_350
.p2align 4, 0x90
LBB0_348: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm4
movapd %xmm4, %xmm8
ja LBB0_350
## %bb.349: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm8
.p2align 4, 0x90
LBB0_350: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm6, -960(%rbp) ## 8-byte Spill
unpcklpd %xmm3, %xmm7 ## xmm7 = xmm7[0],xmm3[0]
movapd %xmm7, -1984(%rbp) ## 16-byte Spill
addpd LCPI0_41(%rip), %xmm7
movss -72(%rbp), %xmm1 ## 4-byte Reload
## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movaps %xmm13, %xmm5
movaps %xmm1, -512(%rbp) ## 16-byte Spill
movlhps %xmm1, %xmm5 ## xmm5 = xmm5[0],xmm1[0]
addpd LCPI0_42(%rip), %xmm5
movapd -272(%rbp), %xmm1 ## 16-byte Reload
movsd LCPI0_20(%rip), %xmm3 ## xmm3 = mem[0],zero
addsd %xmm3, %xmm1
movapd -464(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_5(%rip), %xmm2
movapd %xmm2, -2272(%rbp) ## 16-byte Spill
maxsd %xmm2, %xmm1
movapd -768(%rbp), %xmm2 ## 16-byte Reload
addsd %xmm3, %xmm2
movsd -320(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_3(%rip), %xmm3
maxsd %xmm3, %xmm2
movapd -480(%rbp), %xmm6 ## 16-byte Reload
addsd LCPI0_26(%rip), %xmm6
ucomisd %xmm2, %xmm6
jbe LBB0_353
## %bb.351: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm1
movapd %xmm1, %xmm3
ja LBB0_355
## %bb.352: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm3
jmp LBB0_355
.p2align 4, 0x90
LBB0_353: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm3
ja LBB0_355
## %bb.354: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm3
LBB0_355: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, -752(%rbp) ## 16-byte Spill
movapd %xmm7, -2192(%rbp) ## 16-byte Spill
maxpd %xmm5, %xmm7
movapd %xmm7, %xmm5
unpckhpd %xmm7, %xmm5 ## xmm5 = xmm5[1],xmm7[1]
movapd %xmm7, %xmm6
maxsd %xmm5, %xmm6
ucomisd %xmm3, %xmm6
jbe LBB0_358
## %bb.356: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
movapd -752(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_369
## %bb.357: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm8
movapd %xmm7, %xmm8
ja LBB0_370
jmp LBB0_366
.p2align 4, 0x90
LBB0_358: ## in Loop: Header=BB0_1 Depth=1
movapd -752(%rbp), %xmm6 ## 16-byte Reload
ucomisd %xmm2, %xmm6
jbe LBB0_361
## %bb.359: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm1
movapd %xmm1, %xmm3
ja LBB0_363
## %bb.360: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm3
jmp LBB0_363
.p2align 4, 0x90
LBB0_369: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm8
ja LBB0_370
jmp LBB0_365
.p2align 4, 0x90
LBB0_361: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm3
ja LBB0_363
## %bb.362: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm3
LBB0_363: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm8
jbe LBB0_364
LBB0_370: ## in Loop: Header=BB0_1 Depth=1
movsd -960(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ucomisd %xmm10, %xmm2
jbe LBB0_373
## %bb.371: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
movapd %xmm4, %xmm1
ja LBB0_375
## %bb.372: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_375
.p2align 4, 0x90
LBB0_364: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
movapd %xmm7, %xmm8
ja LBB0_366
LBB0_365: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm8
LBB0_366: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm6
jbe LBB0_383
## %bb.367: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm1
movapd %xmm1, %xmm0
movaps -672(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_385
## %bb.368: ## in Loop: Header=BB0_1 Depth=1
movapd -752(%rbp), %xmm0 ## 16-byte Reload
jmp LBB0_385
.p2align 4, 0x90
LBB0_373: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm4
movapd %xmm4, %xmm1
ja LBB0_375
## %bb.374: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm1
LBB0_375: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
jbe LBB0_378
## %bb.376: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm12
movaps -672(%rbp), %xmm6 ## 16-byte Reload
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_393
## %bb.377: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm12
jmp LBB0_393
.p2align 4, 0x90
LBB0_383: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm0
movaps -672(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_385
## %bb.384: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm0
LBB0_385: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
jbe LBB0_388
## %bb.386: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
movapd %xmm7, %xmm12
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_393
## %bb.387: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm12
jmp LBB0_393
.p2align 4, 0x90
LBB0_378: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm2
movaps -672(%rbp), %xmm6 ## 16-byte Reload
movapd -64(%rbp), %xmm1 ## 16-byte Reload
jbe LBB0_381
## %bb.379: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
movapd %xmm4, %xmm12
ja LBB0_393
## %bb.380: ## in Loop: Header=BB0_1 Depth=1
movsd -960(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
jmp LBB0_393
.p2align 4, 0x90
LBB0_388: ## in Loop: Header=BB0_1 Depth=1
movapd -752(%rbp), %xmm0 ## 16-byte Reload
ucomisd %xmm2, %xmm0
jbe LBB0_391
## %bb.389: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm12
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_393
## %bb.390: ## in Loop: Header=BB0_1 Depth=1
movapd -752(%rbp), %xmm12 ## 16-byte Reload
jmp LBB0_393
LBB0_381: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm4
movapd %xmm4, %xmm12
ja LBB0_393
## %bb.382: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm12
jmp LBB0_393
LBB0_391: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm12
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_393
## %bb.392: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm12
.p2align 4, 0x90
LBB0_393: ## in Loop: Header=BB0_1 Depth=1
movapd -304(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_39(%rip), %xmm2
movapd %xmm1, %xmm7
addsd %xmm11, %xmm7
movsd -232(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd LCPI0_4(%rip), %xmm5
movapd %xmm15, %xmm4
addsd LCPI0_15(%rip), %xmm4
movsd -96(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_23(%rip), %xmm0
maxsd %xmm0, %xmm4
movapd -608(%rbp), %xmm11 ## 16-byte Reload
addsd LCPI0_6(%rip), %xmm11
movaps %xmm13, %xmm0
addsd LCPI0_13(%rip), %xmm0
movapd %xmm11, %xmm13
maxsd %xmm0, %xmm13
movsd -200(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_16(%rip), %xmm3
ucomisd %xmm13, %xmm3
jbe LBB0_396
## %bb.394: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
movapd %xmm4, %xmm0
ja LBB0_398
## %bb.395: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
jmp LBB0_398
.p2align 4, 0x90
LBB0_396: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm4
movapd %xmm4, %xmm0
ja LBB0_398
## %bb.397: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
LBB0_398: ## in Loop: Header=BB0_1 Depth=1
movhlps %xmm6, %xmm6 ## xmm6 = xmm6[1,1]
movaps %xmm6, -1088(%rbp) ## 16-byte Spill
movapd -1424(%rbp), %xmm15 ## 16-byte Reload
unpckhpd %xmm15, %xmm15 ## xmm15 = xmm15[1,1]
movapd %xmm15, -1424(%rbp) ## 16-byte Spill
movapd %xmm2, -1648(%rbp) ## 16-byte Spill
maxsd %xmm2, %xmm15
movapd %xmm7, %xmm10
maxsd %xmm5, %xmm10
movapd %xmm15, %xmm9
maxsd %xmm10, %xmm9
ucomisd %xmm0, %xmm9
movapd %xmm12, -1312(%rbp) ## 16-byte Spill
movapd %xmm14, -2160(%rbp) ## 16-byte Spill
movsd %xmm5, -1904(%rbp) ## 8-byte Spill
jbe LBB0_401
## %bb.399: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm15
movapd %xmm15, %xmm8
ja LBB0_406
## %bb.400: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm8
jmp LBB0_406
.p2align 4, 0x90
LBB0_401: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
jbe LBB0_404
## %bb.402: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
movapd %xmm4, %xmm8
ja LBB0_406
## %bb.403: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm8
jmp LBB0_406
.p2align 4, 0x90
LBB0_404: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm4
movapd %xmm4, %xmm8
ja LBB0_406
## %bb.405: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm8
.p2align 4, 0x90
LBB0_406: ## in Loop: Header=BB0_1 Depth=1
movapd -1088(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_15(%rip), %xmm5
movsd -432(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_6(%rip), %xmm0
movsd %xmm0, -928(%rbp) ## 8-byte Spill
movsd -368(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
addsd LCPI0_4(%rip), %xmm14
movsd -320(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_12(%rip), %xmm0
movsd %xmm14, -1120(%rbp) ## 8-byte Spill
movsd %xmm0, -1488(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm14
movsd -224(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_16(%rip), %xmm2
movsd -448(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_13(%rip), %xmm0
movsd -168(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_22(%rip), %xmm6
movsd %xmm6, -1880(%rbp) ## 8-byte Spill
maxsd %xmm6, %xmm0
ucomisd %xmm0, %xmm2
movapd %xmm7, -1040(%rbp) ## 16-byte Spill
jbe LBB0_409
## %bb.407: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm14
movapd %xmm14, %xmm6
ja LBB0_411
## %bb.408: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm6
jmp LBB0_411
.p2align 4, 0x90
LBB0_409: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
movapd %xmm14, %xmm6
ja LBB0_411
## %bb.410: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm6
LBB0_411: ## in Loop: Header=BB0_1 Depth=1
movapd -256(%rbp), %xmm7 ## 16-byte Reload
addsd LCPI0_13(%rip), %xmm7
maxsd %xmm5, %xmm7
movapd -768(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_22(%rip), %xmm5
movsd -928(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
maxsd %xmm5, %xmm1
movapd %xmm7, %xmm5
maxsd %xmm1, %xmm5
ucomisd %xmm6, %xmm5
movsd %xmm1, -488(%rbp) ## 8-byte Spill
jbe LBB0_414
## %bb.412: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
jbe LBB0_425
## %bb.413: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm8
movapd %xmm7, %xmm5
ja LBB0_426
jmp LBB0_422
.p2align 4, 0x90
LBB0_414: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
jbe LBB0_417
## %bb.415: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm14
movapd %xmm14, %xmm1
ja LBB0_419
## %bb.416: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_419
.p2align 4, 0x90
LBB0_425: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm8
ja LBB0_426
jmp LBB0_421
.p2align 4, 0x90
LBB0_417: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
movapd %xmm14, %xmm1
ja LBB0_419
## %bb.418: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_419: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm8
movsd -488(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
jbe LBB0_420
LBB0_426: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
jbe LBB0_429
## %bb.427: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
movapd %xmm4, %xmm0
movapd %xmm15, %xmm14
ja LBB0_431
## %bb.428: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
jmp LBB0_431
.p2align 4, 0x90
LBB0_420: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
movapd %xmm7, %xmm5
ja LBB0_422
LBB0_421: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm5
LBB0_422: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
jbe LBB0_439
## %bb.423: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm14
movapd %xmm14, %xmm1
movapd -288(%rbp), %xmm8 ## 16-byte Reload
movsd -160(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
ja LBB0_441
## %bb.424: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_441
.p2align 4, 0x90
LBB0_429: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm4
movapd %xmm4, %xmm0
movapd %xmm15, %xmm14
ja LBB0_431
## %bb.430: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
LBB0_431: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
movsd -160(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
jbe LBB0_434
## %bb.432: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm14
movapd -288(%rbp), %xmm8 ## 16-byte Reload
ja LBB0_448
## %bb.433: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm14
jmp LBB0_448
.p2align 4, 0x90
LBB0_439: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
movapd %xmm14, %xmm1
movapd -288(%rbp), %xmm8 ## 16-byte Reload
movsd -160(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
ja LBB0_441
## %bb.440: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_441: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
jbe LBB0_443
## %bb.442: ## in Loop: Header=BB0_1 Depth=1
movsd -488(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
ucomisd %xmm0, %xmm7
movapd %xmm7, %xmm14
jbe LBB0_447
jmp LBB0_448
.p2align 4, 0x90
LBB0_434: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
movapd -288(%rbp), %xmm8 ## 16-byte Reload
jbe LBB0_437
## %bb.435: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
movapd %xmm4, %xmm14
ja LBB0_448
## %bb.436: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm14
jmp LBB0_448
.p2align 4, 0x90
LBB0_443: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
jbe LBB0_446
## %bb.444: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm14
ja LBB0_448
## %bb.445: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm14
jmp LBB0_448
LBB0_437: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm4
movapd %xmm4, %xmm14
ja LBB0_448
## %bb.438: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm14
jmp LBB0_448
LBB0_446: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
ja LBB0_448
LBB0_447: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm14
.p2align 4, 0x90
LBB0_448: ## in Loop: Header=BB0_1 Depth=1
addpd LCPI0_43(%rip), %xmm8
movapd -576(%rbp), %xmm2 ## 16-byte Reload
unpcklpd -640(%rbp), %xmm2 ## 16-byte Folded Reload
## xmm2 = xmm2[0],mem[0]
addpd LCPI0_44(%rip), %xmm2
movsd -232(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd LCPI0_16(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movapd -1680(%rbp), %xmm6 ## 16-byte Reload
maxsd %xmm0, %xmm6
movsd -384(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_12(%rip), %xmm4
movsd -96(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_39(%rip), %xmm0
movapd %xmm4, %xmm3
maxsd %xmm0, %xmm3
movapd %xmm12, %xmm13
addsd %xmm1, %xmm13
ucomisd %xmm3, %xmm13
movsd %xmm4, -1328(%rbp) ## 8-byte Spill
jbe LBB0_451
## %bb.449: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
movapd %xmm6, %xmm0
ja LBB0_453
## %bb.450: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
jmp LBB0_453
.p2align 4, 0x90
LBB0_451: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm0
ja LBB0_453
## %bb.452: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_453: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm15
maxpd %xmm2, %xmm15
movapd %xmm15, %xmm5
unpckhpd %xmm15, %xmm5 ## xmm5 = xmm5[1],xmm15[1]
movapd %xmm15, %xmm9
maxsd %xmm5, %xmm9
ucomisd %xmm0, %xmm9
movapd %xmm8, -2256(%rbp) ## 16-byte Spill
jbe LBB0_456
## %bb.454: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm15
movapd %xmm15, %xmm12
ja LBB0_461
## %bb.455: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm15
jmp LBB0_461
.p2align 4, 0x90
LBB0_456: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm12
ucomisd %xmm3, %xmm13
jbe LBB0_459
## %bb.457: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
movapd %xmm6, %xmm15
ja LBB0_461
## %bb.458: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm15
jmp LBB0_461
.p2align 4, 0x90
LBB0_459: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm15
ja LBB0_461
## %bb.460: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm15
.p2align 4, 0x90
LBB0_461: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, -2048(%rbp) ## 16-byte Spill
movapd -1088(%rbp), %xmm10 ## 16-byte Reload
addsd LCPI0_10(%rip), %xmm10
movsd -320(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd LCPI0_5(%rip), %xmm4 ## xmm4 = mem[0],zero
addsd %xmm4, %xmm0
maxsd %xmm0, %xmm10
movsd -224(%rbp), %xmm8 ## 8-byte Reload
## xmm8 = mem[0],zero
addsd LCPI0_4(%rip), %xmm8
movsd -104(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd %xmm4, %xmm0
movsd -448(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_34(%rip), %xmm4
movsd %xmm0, -1432(%rbp) ## 8-byte Spill
movsd %xmm4, -1776(%rbp) ## 8-byte Spill
maxsd %xmm4, %xmm0
ucomisd %xmm0, %xmm8
movapd %xmm2, -2032(%rbp) ## 16-byte Spill
jbe LBB0_464
## %bb.462: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
movapd %xmm10, %xmm7
ja LBB0_466
## %bb.463: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm7
jmp LBB0_466
.p2align 4, 0x90
LBB0_464: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm10
movapd %xmm10, %xmm7
ja LBB0_466
## %bb.465: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm7
LBB0_466: ## in Loop: Header=BB0_1 Depth=1
movaps -640(%rbp), %xmm2 ## 16-byte Reload
movsd %xmm2, -72(%rbp) ## 8-byte Spill
movapd -672(%rbp), %xmm2 ## 16-byte Reload
movsd LCPI0_26(%rip), %xmm4 ## xmm4 = mem[0],zero
addsd %xmm4, %xmm2
movsd %xmm2, -1896(%rbp) ## 8-byte Spill
maxsd %xmm2, %xmm11
movapd -256(%rbp), %xmm2 ## 16-byte Reload
addsd %xmm4, %xmm2
movapd -512(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_34(%rip), %xmm1
movsd %xmm2, -1728(%rbp) ## 8-byte Spill
movapd %xmm2, %xmm4
movapd %xmm1, -1264(%rbp) ## 16-byte Spill
maxsd %xmm1, %xmm4
movapd %xmm11, %xmm14
maxsd %xmm4, %xmm14
ucomisd %xmm7, %xmm14
jbe LBB0_469
## %bb.467: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm11
movapd -304(%rbp), %xmm14 ## 16-byte Reload
jbe LBB0_480
## %bb.468: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm15
movapd %xmm11, %xmm2
ja LBB0_481
jmp LBB0_477
.p2align 4, 0x90
LBB0_469: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
movapd -304(%rbp), %xmm14 ## 16-byte Reload
jbe LBB0_472
## %bb.470: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
movapd %xmm10, %xmm7
ja LBB0_474
## %bb.471: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm7
jmp LBB0_474
.p2align 4, 0x90
LBB0_480: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm15
ja LBB0_481
jmp LBB0_476
.p2align 4, 0x90
LBB0_472: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm10
movapd %xmm10, %xmm7
ja LBB0_474
## %bb.473: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm7
LBB0_474: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm15
jbe LBB0_475
LBB0_481: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
jbe LBB0_484
## %bb.482: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
movapd %xmm6, %xmm0
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_486
## %bb.483: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
jmp LBB0_486
.p2align 4, 0x90
LBB0_475: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm11
movapd %xmm11, %xmm2
ja LBB0_477
LBB0_476: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
LBB0_477: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
jbe LBB0_494
## %bb.478: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
movapd %xmm10, %xmm1
movapd -736(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_496
## %bb.479: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm1
jmp LBB0_496
.p2align 4, 0x90
LBB0_484: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm0
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_486
## %bb.485: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_486: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
jbe LBB0_489
## %bb.487: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm12
movapd -736(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_504
## %bb.488: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm12
jmp LBB0_504
.p2align 4, 0x90
LBB0_494: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm10
movapd %xmm10, %xmm1
movapd -736(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_496
## %bb.495: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_496: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm2
jbe LBB0_499
## %bb.497: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm11
movapd %xmm11, %xmm12
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_504
## %bb.498: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm12
jmp LBB0_504
.p2align 4, 0x90
LBB0_489: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
movapd -736(%rbp), %xmm9 ## 16-byte Reload
jbe LBB0_492
## %bb.490: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
movapd %xmm6, %xmm12
ja LBB0_504
## %bb.491: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm12
jmp LBB0_504
.p2align 4, 0x90
LBB0_499: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
jbe LBB0_502
## %bb.500: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
movapd %xmm10, %xmm12
ja LBB0_504
## %bb.501: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm12
jmp LBB0_504
LBB0_492: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm12
ja LBB0_504
## %bb.493: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm12
jmp LBB0_504
LBB0_502: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm10
movapd %xmm10, %xmm12
ja LBB0_504
## %bb.503: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm12
.p2align 4, 0x90
LBB0_504: ## in Loop: Header=BB0_1 Depth=1
movapd -880(%rbp), %xmm5 ## 16-byte Reload
addpd LCPI0_45(%rip), %xmm5
movapd %xmm2, %xmm6
addsd LCPI0_14(%rip), %xmm6
movapd %xmm14, %xmm0
addsd LCPI0_22(%rip), %xmm0
maxsd %xmm0, %xmm6
movsd -384(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_11(%rip), %xmm3
movapd -608(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_23(%rip), %xmm0
maxsd %xmm0, %xmm3
movapd -576(%rbp), %xmm2 ## 16-byte Reload
blendpd $1, -592(%rbp), %xmm2 ## 16-byte Folded Reload
## xmm2 = mem[0],xmm2[1]
addpd LCPI0_46(%rip), %xmm2
ucomisd %xmm3, %xmm13
jbe LBB0_507
## %bb.505: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
movapd %xmm6, %xmm0
movapd -272(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_509
## %bb.506: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
jmp LBB0_509
.p2align 4, 0x90
LBB0_507: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm0
movapd -272(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_509
## %bb.508: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_509: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm4
maxpd %xmm5, %xmm4
movapd %xmm4, %xmm14
unpckhpd %xmm4, %xmm14 ## xmm14 = xmm14[1],xmm4[1]
movapd %xmm4, %xmm11
maxsd %xmm14, %xmm11
ucomisd %xmm0, %xmm11
movapd %xmm12, -1296(%rbp) ## 16-byte Spill
movapd %xmm2, -880(%rbp) ## 16-byte Spill
jbe LBB0_512
## %bb.510: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm4
movapd %xmm4, %xmm10
movapd %xmm4, %xmm8
ja LBB0_517
## %bb.511: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm8
jmp LBB0_517
.p2align 4, 0x90
LBB0_512: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm10
ucomisd %xmm3, %xmm13
jbe LBB0_515
## %bb.513: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
movapd %xmm6, %xmm8
ja LBB0_517
## %bb.514: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm8
jmp LBB0_517
.p2align 4, 0x90
LBB0_515: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm8
ja LBB0_517
## %bb.516: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm8
.p2align 4, 0x90
LBB0_517: ## in Loop: Header=BB0_1 Depth=1
movapd -512(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_5(%rip), %xmm2
movapd -528(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_16(%rip), %xmm0
movapd %xmm0, -1168(%rbp) ## 16-byte Spill
addsd LCPI0_39(%rip), %xmm1
movapd -480(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_34(%rip), %xmm0
movsd %xmm1, -776(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm1
movsd -368(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
addsd LCPI0_23(%rip), %xmm7
movsd -224(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_15(%rip), %xmm4
movsd -104(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_12(%rip), %xmm0
movsd %xmm4, -1872(%rbp) ## 8-byte Spill
movsd %xmm0, -1792(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm4
ucomisd %xmm4, %xmm7
jbe LBB0_520
## %bb.518: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm1
movapd %xmm1, %xmm0
ja LBB0_522
## %bb.519: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
jmp LBB0_522
.p2align 4, 0x90
LBB0_520: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm0
ja LBB0_522
## %bb.521: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
LBB0_522: ## in Loop: Header=BB0_1 Depth=1
maxsd -1600(%rbp), %xmm9 ## 16-byte Folded Reload
maxsd -1168(%rbp), %xmm2 ## 16-byte Folded Reload
movapd %xmm9, %xmm5
maxsd %xmm2, %xmm5
ucomisd %xmm0, %xmm5
jbe LBB0_525
## %bb.523: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm9
jbe LBB0_536
## %bb.524: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm8
movapd %xmm9, %xmm8
ja LBB0_537
jmp LBB0_533
.p2align 4, 0x90
LBB0_525: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
jbe LBB0_528
## %bb.526: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm1
movapd %xmm1, %xmm0
ja LBB0_530
## %bb.527: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
jmp LBB0_530
.p2align 4, 0x90
LBB0_536: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
ja LBB0_537
jmp LBB0_532
.p2align 4, 0x90
LBB0_528: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm0
ja LBB0_530
## %bb.529: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
LBB0_530: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
jbe LBB0_531
LBB0_537: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
jbe LBB0_540
## %bb.538: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
movapd %xmm6, %xmm0
movapd -64(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_542
## %bb.539: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
jmp LBB0_542
.p2align 4, 0x90
LBB0_531: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm9
movapd %xmm9, %xmm8
ja LBB0_533
LBB0_532: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm8
LBB0_533: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
jbe LBB0_550
## %bb.534: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm1
movapd %xmm1, %xmm0
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_552
## %bb.535: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
jmp LBB0_552
.p2align 4, 0x90
LBB0_540: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm0
movapd -64(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_542
## %bb.541: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_542: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm11
jbe LBB0_545
## %bb.543: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm10
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_560
## %bb.544: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm10
jmp LBB0_560
.p2align 4, 0x90
LBB0_550: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm0
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_552
## %bb.551: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
LBB0_552: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
jbe LBB0_555
## %bb.553: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm9
movapd %xmm9, %xmm10
movapd -64(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_560
## %bb.554: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm10
jmp LBB0_560
.p2align 4, 0x90
LBB0_545: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
jbe LBB0_548
## %bb.546: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
movapd %xmm6, %xmm10
ja LBB0_560
## %bb.547: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm10
jmp LBB0_560
.p2align 4, 0x90
LBB0_555: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
jbe LBB0_558
## %bb.556: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm1
movapd %xmm1, %xmm10
movapd -64(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_560
## %bb.557: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm10
jmp LBB0_560
LBB0_548: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
movapd %xmm6, %xmm10
ja LBB0_560
## %bb.549: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm10
jmp LBB0_560
LBB0_558: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm10
movapd -64(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_560
## %bb.559: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm10
.p2align 4, 0x90
LBB0_560: ## in Loop: Header=BB0_1 Depth=1
movsd -72(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_5(%rip), %xmm0
movapd -704(%rbp), %xmm2 ## 16-byte Reload
blendpd $2, -640(%rbp), %xmm2 ## 16-byte Folded Reload
## xmm2 = xmm2[0],mem[1]
addpd LCPI0_47(%rip), %xmm2
movapd %xmm2, -736(%rbp) ## 16-byte Spill
addsd LCPI0_23(%rip), %xmm9
movapd -688(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_4(%rip), %xmm3
movapd -512(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_19(%rip), %xmm1
maxsd %xmm1, %xmm3
movapd %xmm9, -2128(%rbp) ## 16-byte Spill
maxsd %xmm11, %xmm9
movapd -800(%rbp), %xmm1 ## 16-byte Reload
ucomisd %xmm3, %xmm1
jbe LBB0_563
## %bb.561: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
movapd %xmm9, %xmm2
ja LBB0_565
## %bb.562: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm2
jmp LBB0_565
.p2align 4, 0x90
LBB0_563: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm9, %xmm2
ja LBB0_565
## %bb.564: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
LBB0_565: ## in Loop: Header=BB0_1 Depth=1
movapd -832(%rbp), %xmm12 ## 16-byte Reload
unpcklpd %xmm0, %xmm12 ## xmm12 = xmm12[0],xmm0[0]
maxpd -736(%rbp), %xmm12 ## 16-byte Folded Reload
movapd %xmm12, %xmm15
unpckhpd %xmm12, %xmm15 ## xmm15 = xmm15[1],xmm12[1]
movapd %xmm12, %xmm14
maxsd %xmm15, %xmm14
ucomisd %xmm2, %xmm14
movapd %xmm10, -2240(%rbp) ## 16-byte Spill
jbe LBB0_568
## %bb.566: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm12
movapd %xmm12, %xmm8
ja LBB0_573
## %bb.567: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm12
jmp LBB0_573
.p2align 4, 0x90
LBB0_568: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm8
ucomisd %xmm3, %xmm1
jbe LBB0_571
## %bb.569: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
movapd %xmm9, %xmm12
ja LBB0_573
## %bb.570: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm12
jmp LBB0_573
.p2align 4, 0x90
LBB0_571: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm9, %xmm12
ja LBB0_573
## %bb.572: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm12
.p2align 4, 0x90
LBB0_573: ## in Loop: Header=BB0_1 Depth=1
movapd -416(%rbp), %xmm11 ## 16-byte Reload
addsd LCPI0_22(%rip), %xmm11
movapd -528(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_13(%rip), %xmm0
movapd -464(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_34(%rip), %xmm2
movapd -480(%rbp), %xmm7 ## 16-byte Reload
addsd LCPI0_23(%rip), %xmm7
movsd -104(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_15(%rip), %xmm4
movsd -168(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_6(%rip), %xmm1
maxsd %xmm1, %xmm4
movsd -432(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_9(%rip), %xmm1
movsd %xmm1, -1104(%rbp) ## 8-byte Spill
maxsd %xmm1, %xmm7
movapd -1616(%rbp), %xmm5 ## 16-byte Reload
ucomisd %xmm4, %xmm5
movapd -1216(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_576
## %bb.574: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
movapd %xmm7, %xmm1
ja LBB0_578
## %bb.575: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm1
jmp LBB0_578
.p2align 4, 0x90
LBB0_576: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
movapd %xmm7, %xmm1
ja LBB0_578
## %bb.577: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
LBB0_578: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm11, %xmm6
maxsd %xmm2, %xmm0
movapd %xmm6, %xmm2
maxsd %xmm0, %xmm2
ucomisd %xmm1, %xmm2
jbe LBB0_581
## %bb.579: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
jbe LBB0_592
## %bb.580: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm12
movapd %xmm6, %xmm2
ja LBB0_593
jmp LBB0_589
.p2align 4, 0x90
LBB0_581: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
jbe LBB0_584
## %bb.582: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
movapd %xmm7, %xmm1
ja LBB0_586
## %bb.583: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm1
jmp LBB0_586
.p2align 4, 0x90
LBB0_592: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm12
ja LBB0_593
jmp LBB0_588
.p2align 4, 0x90
LBB0_584: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
movapd %xmm7, %xmm1
ja LBB0_586
## %bb.585: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
LBB0_586: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm12
jbe LBB0_587
LBB0_593: ## in Loop: Header=BB0_1 Depth=1
movapd -800(%rbp), %xmm0 ## 16-byte Reload
ucomisd %xmm3, %xmm0
jbe LBB0_596
## %bb.594: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
movapd %xmm9, %xmm0
movapd -128(%rbp), %xmm1 ## 16-byte Reload
movapd -1184(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_598
## %bb.595: ## in Loop: Header=BB0_1 Depth=1
movapd -800(%rbp), %xmm0 ## 16-byte Reload
jmp LBB0_598
.p2align 4, 0x90
LBB0_587: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
movapd %xmm6, %xmm2
ja LBB0_589
LBB0_588: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm2
LBB0_589: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
jbe LBB0_606
## %bb.590: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
movapd %xmm7, %xmm1
ja LBB0_608
## %bb.591: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm1
jmp LBB0_608
.p2align 4, 0x90
LBB0_596: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm9, %xmm0
movapd -128(%rbp), %xmm1 ## 16-byte Reload
movapd -1184(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_598
## %bb.597: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_598: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
jbe LBB0_601
## %bb.599: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm8
ja LBB0_616
## %bb.600: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm8
jmp LBB0_616
.p2align 4, 0x90
LBB0_606: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
movapd %xmm7, %xmm1
ja LBB0_608
## %bb.607: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
LBB0_608: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm2
jbe LBB0_611
## %bb.609: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
movapd %xmm6, %xmm8
movapd -128(%rbp), %xmm1 ## 16-byte Reload
movapd -1184(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_616
## %bb.610: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm8
jmp LBB0_616
.p2align 4, 0x90
LBB0_601: ## in Loop: Header=BB0_1 Depth=1
movapd -800(%rbp), %xmm0 ## 16-byte Reload
ucomisd %xmm3, %xmm0
jbe LBB0_604
## %bb.602: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
movapd %xmm9, %xmm8
ja LBB0_616
## %bb.603: ## in Loop: Header=BB0_1 Depth=1
movapd -800(%rbp), %xmm8 ## 16-byte Reload
jmp LBB0_616
.p2align 4, 0x90
LBB0_611: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
jbe LBB0_614
## %bb.612: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
movapd %xmm7, %xmm8
movapd -128(%rbp), %xmm1 ## 16-byte Reload
movapd -1184(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_616
## %bb.613: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm8
jmp LBB0_616
LBB0_604: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm9, %xmm8
ja LBB0_616
## %bb.605: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm8
jmp LBB0_616
LBB0_614: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
movapd %xmm7, %xmm8
movapd -128(%rbp), %xmm1 ## 16-byte Reload
movapd -1184(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_616
## %bb.615: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm8
.p2align 4, 0x90
LBB0_616: ## in Loop: Header=BB0_1 Depth=1
movapd -896(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_4(%rip), %xmm5
movsd -96(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_12(%rip), %xmm0
movsd -1328(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
maxsd %xmm0, %xmm15
movapd -608(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_34(%rip), %xmm4
addsd LCPI0_6(%rip), %xmm1
movsd -552(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_10(%rip), %xmm0
maxsd %xmm0, %xmm1
ucomisd %xmm1, %xmm4
movsd %xmm0, -944(%rbp) ## 8-byte Spill
jbe LBB0_619
## %bb.617: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm15
movapd %xmm15, %xmm0
ja LBB0_621
## %bb.618: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
jmp LBB0_621
.p2align 4, 0x90
LBB0_619: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm15
movapd %xmm15, %xmm0
ja LBB0_621
## %bb.620: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
LBB0_621: ## in Loop: Header=BB0_1 Depth=1
movapd -192(%rbp), %xmm2 ## 16-byte Reload
movsd LCPI0_14(%rip), %xmm3 ## xmm3 = mem[0],zero
addsd %xmm3, %xmm2
movapd -736(%rbp), %xmm10 ## 16-byte Reload
maxsd %xmm2, %xmm10
movsd -160(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd %xmm3, %xmm2
movapd %xmm5, %xmm3
movsd %xmm2, -1912(%rbp) ## 8-byte Spill
maxsd %xmm2, %xmm3
movapd %xmm10, %xmm14
maxsd %xmm3, %xmm14
ucomisd %xmm0, %xmm14
movapd %xmm8, -2224(%rbp) ## 16-byte Spill
movsd %xmm5, -1472(%rbp) ## 8-byte Spill
jbe LBB0_624
## %bb.622: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm10
movapd %xmm10, %xmm12
ja LBB0_629
## %bb.623: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm12
jmp LBB0_629
.p2align 4, 0x90
LBB0_624: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm4
jbe LBB0_627
## %bb.625: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm15
movapd %xmm15, %xmm12
ja LBB0_629
## %bb.626: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm12
jmp LBB0_629
.p2align 4, 0x90
LBB0_627: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm15
movapd %xmm15, %xmm12
ja LBB0_629
## %bb.628: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm12
.p2align 4, 0x90
LBB0_629: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, -1328(%rbp) ## 16-byte Spill
movapd -256(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_6(%rip), %xmm5
movapd -992(%rbp), %xmm9 ## 16-byte Reload
addsd LCPI0_10(%rip), %xmm9
movapd -1088(%rbp), %xmm8 ## 16-byte Reload
addsd LCPI0_13(%rip), %xmm8
movapd %xmm7, %xmm0
unpckhpd %xmm7, %xmm0 ## xmm0 = xmm0[1],xmm7[1]
maxsd -1056(%rbp), %xmm0 ## 16-byte Folded Reload
movapd -480(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_20(%rip), %xmm2
movsd -432(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_22(%rip), %xmm4
movsd -368(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_15(%rip), %xmm6
movsd %xmm6, -1864(%rbp) ## 8-byte Spill
maxsd %xmm6, %xmm4
ucomisd %xmm4, %xmm2
jbe LBB0_632
## %bb.630: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
movapd %xmm0, %xmm7
ja LBB0_634
## %bb.631: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm7
jmp LBB0_634
.p2align 4, 0x90
LBB0_632: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm7
ja LBB0_634
## %bb.633: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm7
LBB0_634: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm9, %xmm5
maxsd %xmm8, %xmm11
movapd %xmm5, %xmm6
maxsd %xmm11, %xmm6
ucomisd %xmm7, %xmm6
movsd %xmm13, -1496(%rbp) ## 8-byte Spill
jbe LBB0_637
## %bb.635: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm5
jbe LBB0_648
## %bb.636: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm12
movapd %xmm5, %xmm7
ja LBB0_649
jmp LBB0_645
.p2align 4, 0x90
LBB0_637: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
jbe LBB0_640
## %bb.638: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
movapd %xmm0, %xmm7
ja LBB0_642
## %bb.639: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm7
jmp LBB0_642
.p2align 4, 0x90
LBB0_648: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm12
ja LBB0_649
jmp LBB0_644
.p2align 4, 0x90
LBB0_640: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm7
ja LBB0_642
## %bb.641: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm7
LBB0_642: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm12
jbe LBB0_643
LBB0_649: ## in Loop: Header=BB0_1 Depth=1
movapd -1328(%rbp), %xmm2 ## 16-byte Reload
ucomisd %xmm1, %xmm2
movsd LCPI0_3(%rip), %xmm12 ## xmm12 = mem[0],zero
movapd -640(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_652
## %bb.650: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm15
movapd %xmm15, %xmm0
movapd -272(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_654
## %bb.651: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm0
jmp LBB0_654
.p2align 4, 0x90
LBB0_643: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm5
movapd %xmm5, %xmm7
ja LBB0_645
LBB0_644: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm7
LBB0_645: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
movsd LCPI0_3(%rip), %xmm12 ## xmm12 = mem[0],zero
movapd -640(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_662
## %bb.646: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
movapd %xmm0, %xmm1
movapd -304(%rbp), %xmm14 ## 16-byte Reload
ja LBB0_664
## %bb.647: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_664
.p2align 4, 0x90
LBB0_652: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm15
movapd %xmm15, %xmm0
movapd -272(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_654
## %bb.653: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
LBB0_654: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
jbe LBB0_657
## %bb.655: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm10
movapd -304(%rbp), %xmm14 ## 16-byte Reload
ja LBB0_672
## %bb.656: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm10
jmp LBB0_672
.p2align 4, 0x90
LBB0_662: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm1
movapd -304(%rbp), %xmm14 ## 16-byte Reload
ja LBB0_664
## %bb.663: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
LBB0_664: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
jbe LBB0_667
## %bb.665: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm5
movapd %xmm5, %xmm10
movapd -272(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_672
## %bb.666: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm10
jmp LBB0_672
.p2align 4, 0x90
LBB0_657: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm2
movapd -304(%rbp), %xmm14 ## 16-byte Reload
jbe LBB0_660
## %bb.658: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm15
movapd %xmm15, %xmm10
ja LBB0_672
## %bb.659: ## in Loop: Header=BB0_1 Depth=1
movapd -1328(%rbp), %xmm10 ## 16-byte Reload
jmp LBB0_672
.p2align 4, 0x90
LBB0_667: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
jbe LBB0_670
## %bb.668: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
movapd %xmm0, %xmm10
movapd -272(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_672
## %bb.669: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm10
jmp LBB0_672
LBB0_660: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm15
movapd %xmm15, %xmm10
ja LBB0_672
## %bb.661: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm10
jmp LBB0_672
LBB0_670: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm10
movapd -272(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_672
## %bb.671: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm10
.p2align 4, 0x90
LBB0_672: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm0
unpcklpd -64(%rbp), %xmm0 ## 16-byte Folded Reload
## xmm0 = xmm0[0],mem[0]
addpd LCPI0_48(%rip), %xmm0
movapd %xmm6, %xmm7
blendpd $1, -592(%rbp), %xmm7 ## 16-byte Folded Reload
## xmm7 = mem[0],xmm7[1]
addpd LCPI0_49(%rip), %xmm7
movsd -384(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd %xmm12, %xmm1
movsd %xmm1, -1128(%rbp) ## 8-byte Spill
maxsd -624(%rbp), %xmm1 ## 8-byte Folded Reload
movsd -200(%rbp), %xmm13 ## 8-byte Reload
## xmm13 = mem[0],zero
addsd LCPI0_10(%rip), %xmm13
movapd -688(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_2(%rip), %xmm2
movapd -256(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_23(%rip), %xmm3
maxsd %xmm3, %xmm2
ucomisd %xmm2, %xmm13
movsd %xmm3, -1448(%rbp) ## 8-byte Spill
movsd %xmm8, -1848(%rbp) ## 8-byte Spill
jbe LBB0_675
## %bb.673: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm1
movapd %xmm1, %xmm4
movapd -416(%rbp), %xmm15 ## 16-byte Reload
ja LBB0_677
## %bb.674: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm4
jmp LBB0_677
.p2align 4, 0x90
LBB0_675: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm4
movapd -416(%rbp), %xmm15 ## 16-byte Reload
ja LBB0_677
## %bb.676: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm4
LBB0_677: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm8
maxpd %xmm0, %xmm8
movapd %xmm8, %xmm12
unpckhpd %xmm8, %xmm12 ## xmm12 = xmm12[1],xmm8[1]
movapd %xmm8, %xmm11
maxsd %xmm12, %xmm11
ucomisd %xmm4, %xmm11
movapd %xmm9, -1248(%rbp) ## 16-byte Spill
jbe LBB0_680
## %bb.678: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm8
movapd %xmm8, %xmm9
movsd -400(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_685
## %bb.679: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm9
jmp LBB0_685
.p2align 4, 0x90
LBB0_680: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm13
movsd -400(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
jbe LBB0_683
## %bb.681: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm1
movapd %xmm1, %xmm9
ja LBB0_685
## %bb.682: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm9
jmp LBB0_685
.p2align 4, 0x90
LBB0_683: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm9
ja LBB0_685
## %bb.684: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm9
.p2align 4, 0x90
LBB0_685: ## in Loop: Header=BB0_1 Depth=1
addsd LCPI0_23(%rip), %xmm5
movsd %xmm5, -1616(%rbp) ## 8-byte Spill
movapd -912(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_13(%rip), %xmm5
movsd -320(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd LCPI0_9(%rip), %xmm3 ## xmm3 = mem[0],zero
addsd %xmm3, %xmm0
maxsd %xmm0, %xmm5
movsd -448(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_19(%rip), %xmm0
movsd -168(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd %xmm3, %xmm6
movsd %xmm6, -536(%rbp) ## 8-byte Spill
maxsd %xmm6, %xmm0
ucomisd %xmm0, %xmm4
movapd %xmm7, -2144(%rbp) ## 16-byte Spill
jbe LBB0_688
## %bb.686: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
movapd %xmm5, %xmm4
ja LBB0_690
## %bb.687: ## in Loop: Header=BB0_1 Depth=1
movsd -400(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
jmp LBB0_690
.p2align 4, 0x90
LBB0_688: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm4
ja LBB0_690
## %bb.689: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm4
LBB0_690: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm3
addsd LCPI0_13(%rip), %xmm3
movapd -352(%rbp), %xmm6 ## 16-byte Reload
unpckhpd %xmm6, %xmm6 ## xmm6 = xmm6[1,1]
maxsd %xmm6, %xmm3
movsd -1616(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
maxsd -1632(%rbp), %xmm6 ## 16-byte Folded Reload
movapd %xmm3, %xmm7
maxsd %xmm6, %xmm7
ucomisd %xmm4, %xmm7
jbe LBB0_693
## %bb.691: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movsd -400(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
jbe LBB0_704
## %bb.692: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm3, %xmm9
ja LBB0_705
jmp LBB0_701
.p2align 4, 0x90
LBB0_693: ## in Loop: Header=BB0_1 Depth=1
movsd -400(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ucomisd %xmm0, %xmm4
jbe LBB0_696
## %bb.694: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
movapd %xmm5, %xmm4
ja LBB0_698
## %bb.695: ## in Loop: Header=BB0_1 Depth=1
movsd -400(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
jmp LBB0_698
.p2align 4, 0x90
LBB0_704: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm9
ja LBB0_705
jmp LBB0_700
.p2align 4, 0x90
LBB0_696: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm4
ja LBB0_698
## %bb.697: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm4
LBB0_698: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm9
movsd -400(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
jbe LBB0_699
LBB0_705: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm13
jbe LBB0_708
## %bb.706: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm1
movapd %xmm1, %xmm0
movapd -288(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_710
## %bb.707: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
jmp LBB0_710
.p2align 4, 0x90
LBB0_699: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm9
ja LBB0_701
LBB0_700: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm9
LBB0_701: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm4
jbe LBB0_718
## %bb.702: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
movapd %xmm5, %xmm1
movsd -224(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
ja LBB0_720
## %bb.703: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
jmp LBB0_720
.p2align 4, 0x90
LBB0_708: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm0
movapd -288(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_710
## %bb.709: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm0
LBB0_710: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm11
jbe LBB0_713
## %bb.711: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm8
movsd -224(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
ja LBB0_728
## %bb.712: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm8
jmp LBB0_728
.p2align 4, 0x90
LBB0_718: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm1
movsd -224(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
ja LBB0_720
## %bb.719: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_720: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
jbe LBB0_723
## %bb.721: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm8
movapd -288(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_728
## %bb.722: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm8
jmp LBB0_728
.p2align 4, 0x90
LBB0_713: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm13
movsd -224(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
jbe LBB0_716
## %bb.714: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm1
movapd %xmm1, %xmm8
ja LBB0_728
## %bb.715: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm8
jmp LBB0_728
.p2align 4, 0x90
LBB0_723: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm4
movapd %xmm4, %xmm1
movapd -288(%rbp), %xmm4 ## 16-byte Reload
jbe LBB0_726
## %bb.724: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
movapd %xmm5, %xmm8
ja LBB0_728
## %bb.725: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm8
jmp LBB0_728
LBB0_716: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm8
ja LBB0_728
## %bb.717: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm8
jmp LBB0_728
LBB0_726: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm8
ja LBB0_728
## %bb.727: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm8
.p2align 4, 0x90
LBB0_728: ## in Loop: Header=BB0_1 Depth=1
addpd LCPI0_50(%rip), %xmm4
movapd -576(%rbp), %xmm0 ## 16-byte Reload
addpd LCPI0_51(%rip), %xmm0
movapd %xmm0, -576(%rbp) ## 16-byte Spill
addsd LCPI0_19(%rip), %xmm14
movapd -2080(%rbp), %xmm1 ## 16-byte Reload
movapd %xmm14, -1632(%rbp) ## 16-byte Spill
maxsd %xmm14, %xmm1
movsd -200(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_23(%rip), %xmm3
movapd -128(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_10(%rip), %xmm0
maxsd %xmm0, %xmm3
movsd -160(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd LCPI0_34(%rip), %xmm5
ucomisd %xmm3, %xmm5
jbe LBB0_731
## %bb.729: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm0
movapd -416(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_733
## %bb.730: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
jmp LBB0_733
.p2align 4, 0x90
LBB0_731: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm0
movapd -416(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_733
## %bb.732: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_733: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm13, -1920(%rbp) ## 8-byte Spill
movapd %xmm4, %xmm6
maxpd -576(%rbp), %xmm6 ## 16-byte Folded Reload
movapd %xmm6, %xmm15
unpckhpd %xmm6, %xmm15 ## xmm15 = xmm15[1],xmm6[1]
movapd %xmm6, %xmm14
maxsd %xmm15, %xmm14
ucomisd %xmm0, %xmm14
movapd %xmm4, -288(%rbp) ## 16-byte Spill
jbe LBB0_736
## %bb.734: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm6
movapd %xmm6, %xmm13
movapd %xmm6, %xmm12
ja LBB0_741
## %bb.735: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm12
jmp LBB0_741
.p2align 4, 0x90
LBB0_736: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm13
ucomisd %xmm3, %xmm5
jbe LBB0_739
## %bb.737: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm12
ja LBB0_741
## %bb.738: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm12
jmp LBB0_741
.p2align 4, 0x90
LBB0_739: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm12
ja LBB0_741
## %bb.740: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm12
.p2align 4, 0x90
LBB0_741: ## in Loop: Header=BB0_1 Depth=1
movsd -552(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_2(%rip), %xmm4
addsd LCPI0_6(%rip), %xmm2
movapd %xmm2, -1600(%rbp) ## 16-byte Spill
movapd -528(%rbp), %xmm6 ## 16-byte Reload
addsd LCPI0_14(%rip), %xmm6
movapd -272(%rbp), %xmm9 ## 16-byte Reload
movsd LCPI0_13(%rip), %xmm2 ## xmm2 = mem[0],zero
addsd %xmm2, %xmm9
movapd -912(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_5(%rip), %xmm0
movsd %xmm9, -576(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm9
addsd %xmm2, %xmm7
maxsd -1792(%rbp), %xmm7 ## 8-byte Folded Reload
movapd -768(%rbp), %xmm11 ## 16-byte Reload
addsd LCPI0_12(%rip), %xmm11
ucomisd %xmm7, %xmm11
jbe LBB0_744
## %bb.742: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm9
movapd %xmm9, %xmm0
ja LBB0_746
## %bb.743: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
jmp LBB0_746
.p2align 4, 0x90
LBB0_744: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
movapd %xmm9, %xmm0
ja LBB0_746
## %bb.745: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
LBB0_746: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm4, -1712(%rbp) ## 8-byte Spill
maxsd -1584(%rbp), %xmm4 ## 16-byte Folded Reload
movapd -1600(%rbp), %xmm2 ## 16-byte Reload
maxsd %xmm6, %xmm2
movapd %xmm4, %xmm6
maxsd %xmm2, %xmm6
ucomisd %xmm0, %xmm6
jbe LBB0_749
## %bb.747: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
jbe LBB0_760
## %bb.748: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm12
movapd %xmm4, %xmm6
ja LBB0_761
jmp LBB0_757
.p2align 4, 0x90
LBB0_749: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm11
jbe LBB0_752
## %bb.750: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm9
movapd %xmm9, %xmm0
ja LBB0_754
## %bb.751: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
jmp LBB0_754
.p2align 4, 0x90
LBB0_760: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm12
ja LBB0_761
jmp LBB0_756
.p2align 4, 0x90
LBB0_752: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
movapd %xmm9, %xmm0
ja LBB0_754
## %bb.753: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
LBB0_754: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm12
jbe LBB0_755
LBB0_761: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
jbe LBB0_764
## %bb.762: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm0
movapd -416(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_766
## %bb.763: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
jmp LBB0_766
.p2align 4, 0x90
LBB0_755: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
movapd %xmm4, %xmm6
ja LBB0_757
LBB0_756: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm6
LBB0_757: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm11
jbe LBB0_774
## %bb.758: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm9
movapd %xmm9, %xmm0
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_776
## %bb.759: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
jmp LBB0_776
.p2align 4, 0x90
LBB0_764: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm0
movapd -416(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_766
## %bb.765: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_766: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
jbe LBB0_769
## %bb.767: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_784
## %bb.768: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm13
jmp LBB0_784
.p2align 4, 0x90
LBB0_774: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
movapd %xmm9, %xmm0
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_776
## %bb.775: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
LBB0_776: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
jbe LBB0_779
## %bb.777: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
movapd %xmm4, %xmm13
movapd -416(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_784
## %bb.778: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm13
jmp LBB0_784
.p2align 4, 0x90
LBB0_769: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
jbe LBB0_772
## %bb.770: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_784
## %bb.771: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm13
jmp LBB0_784
.p2align 4, 0x90
LBB0_779: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm11
movapd -416(%rbp), %xmm4 ## 16-byte Reload
jbe LBB0_782
## %bb.780: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm9
movapd %xmm9, %xmm13
ja LBB0_784
## %bb.781: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm13
jmp LBB0_784
LBB0_772: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_784
## %bb.773: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm13
jmp LBB0_784
LBB0_782: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
movapd %xmm9, %xmm13
ja LBB0_784
## %bb.783: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm13
.p2align 4, 0x90
LBB0_784: ## in Loop: Header=BB0_1 Depth=1
movsd -72(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_6(%rip), %xmm6
addsd LCPI0_20(%rip), %xmm1
movapd %xmm1, -1584(%rbp) ## 16-byte Spill
maxsd -1024(%rbp), %xmm1 ## 8-byte Folded Reload
movsd -96(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_13(%rip), %xmm0
movapd -128(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_5(%rip), %xmm5
maxsd -1264(%rbp), %xmm5 ## 16-byte Folded Reload
ucomisd %xmm5, %xmm0
movapd %xmm10, -2208(%rbp) ## 16-byte Spill
movapd %xmm13, -1792(%rbp) ## 16-byte Spill
jbe LBB0_787
## %bb.785: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm2
ja LBB0_789
## %bb.786: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm2
jmp LBB0_789
.p2align 4, 0x90
LBB0_787: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm2
ja LBB0_789
## %bb.788: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm2
LBB0_789: ## in Loop: Header=BB0_1 Depth=1
movapd -864(%rbp), %xmm3 ## 16-byte Reload
unpckhpd %xmm3, %xmm3 ## xmm3 = xmm3[1,1]
movapd -1200(%rbp), %xmm13 ## 16-byte Reload
movapd %xmm3, -864(%rbp) ## 16-byte Spill
maxsd %xmm3, %xmm13
movapd %xmm6, %xmm9
maxsd -1472(%rbp), %xmm9 ## 8-byte Folded Reload
movapd %xmm13, %xmm10
maxsd %xmm9, %xmm10
ucomisd %xmm2, %xmm10
movsd %xmm6, -920(%rbp) ## 8-byte Spill
jbe LBB0_792
## %bb.790: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm13
movapd %xmm13, %xmm14
ja LBB0_797
## %bb.791: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm14
jmp LBB0_797
.p2align 4, 0x90
LBB0_792: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm0
jbe LBB0_795
## %bb.793: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm14
ja LBB0_797
## %bb.794: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm14
jmp LBB0_797
.p2align 4, 0x90
LBB0_795: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm14
ja LBB0_797
## %bb.796: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm14
.p2align 4, 0x90
LBB0_797: ## in Loop: Header=BB0_1 Depth=1
addsd LCPI0_34(%rip), %xmm4
movapd %xmm4, -1024(%rbp) ## 16-byte Spill
movapd -272(%rbp), %xmm7 ## 16-byte Reload
addsd LCPI0_3(%rip), %xmm7
movapd -464(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_10(%rip), %xmm2
movapd %xmm2, -1056(%rbp) ## 16-byte Spill
movapd -480(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_14(%rip), %xmm4
movapd %xmm4, -1232(%rbp) ## 16-byte Spill
maxsd -1104(%rbp), %xmm4 ## 8-byte Folded Reload
movsd -320(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
addsd LCPI0_39(%rip), %xmm15
movsd -168(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_20(%rip), %xmm2
movsd %xmm2, -1856(%rbp) ## 8-byte Spill
movsd -1776(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
maxsd %xmm2, %xmm12
ucomisd %xmm12, %xmm15
jbe LBB0_800
## %bb.798: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm4
movapd %xmm4, %xmm6
ja LBB0_802
## %bb.799: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm6
jmp LBB0_802
.p2align 4, 0x90
LBB0_800: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm4
movapd %xmm4, %xmm6
ja LBB0_802
## %bb.801: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm6
LBB0_802: ## in Loop: Header=BB0_1 Depth=1
movapd -1024(%rbp), %xmm3 ## 16-byte Reload
maxsd %xmm7, %xmm3
movapd -1056(%rbp), %xmm7 ## 16-byte Reload
maxsd -1344(%rbp), %xmm7 ## 16-byte Folded Reload
movapd %xmm3, %xmm2
maxsd %xmm7, %xmm2
ucomisd %xmm6, %xmm2
movapd %xmm8, -2176(%rbp) ## 16-byte Spill
jbe LBB0_805
## %bb.803: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
jbe LBB0_816
## %bb.804: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm14
movapd %xmm3, %xmm8
ja LBB0_817
jmp LBB0_813
.p2align 4, 0x90
LBB0_805: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm15
jbe LBB0_808
## %bb.806: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm4
movapd %xmm4, %xmm6
ja LBB0_810
## %bb.807: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm6
jmp LBB0_810
.p2align 4, 0x90
LBB0_816: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm14
ja LBB0_817
jmp LBB0_812
.p2align 4, 0x90
LBB0_808: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm4
movapd %xmm4, %xmm6
ja LBB0_810
## %bb.809: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm6
LBB0_810: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm14
jbe LBB0_811
LBB0_817: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm0
jbe LBB0_820
## %bb.818: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm2
movapd -816(%rbp), %xmm3 ## 16-byte Reload
ja LBB0_822
## %bb.819: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm2
jmp LBB0_822
.p2align 4, 0x90
LBB0_811: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
movapd %xmm3, %xmm8
ja LBB0_813
LBB0_812: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm8
LBB0_813: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm15
jbe LBB0_830
## %bb.814: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm4
movapd %xmm4, %xmm0
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_832
## %bb.815: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm0
jmp LBB0_832
.p2align 4, 0x90
LBB0_820: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm2
movapd -816(%rbp), %xmm3 ## 16-byte Reload
ja LBB0_822
## %bb.821: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm2
LBB0_822: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm10
jbe LBB0_825
## %bb.823: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_840
## %bb.824: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm13
jmp LBB0_840
.p2align 4, 0x90
LBB0_830: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm4
movapd %xmm4, %xmm0
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_832
## %bb.831: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm0
LBB0_832: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
jbe LBB0_835
## %bb.833: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
movapd %xmm3, %xmm13
movapd -816(%rbp), %xmm3 ## 16-byte Reload
ja LBB0_840
## %bb.834: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm13
jmp LBB0_840
.p2align 4, 0x90
LBB0_825: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm0
jbe LBB0_828
## %bb.826: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
movapd %xmm1, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_840
## %bb.827: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm13
jmp LBB0_840
.p2align 4, 0x90
LBB0_835: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm15
movapd -816(%rbp), %xmm3 ## 16-byte Reload
jbe LBB0_838
## %bb.836: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm4
movapd %xmm4, %xmm13
ja LBB0_840
## %bb.837: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm13
jmp LBB0_840
LBB0_828: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
movapd %xmm1, %xmm13
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_840
## %bb.829: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm13
jmp LBB0_840
LBB0_838: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm4
movapd %xmm4, %xmm13
ja LBB0_840
## %bb.839: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm13
.p2align 4, 0x90
LBB0_840: ## in Loop: Header=BB0_1 Depth=1
movapd -704(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_3(%rip), %xmm0
movsd %xmm0, -1216(%rbp) ## 8-byte Spill
movapd -192(%rbp), %xmm14 ## 16-byte Reload
addsd LCPI0_4(%rip), %xmm14
movapd -304(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_20(%rip), %xmm0
movapd %xmm1, %xmm5
addsd LCPI0_15(%rip), %xmm5
movsd -232(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_34(%rip), %xmm1
maxsd %xmm1, %xmm5
movapd -688(%rbp), %xmm9 ## 16-byte Reload
addsd LCPI0_14(%rip), %xmm9
maxsd -1152(%rbp), %xmm9 ## 8-byte Folded Reload
movapd -608(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_12(%rip), %xmm2
ucomisd %xmm9, %xmm2
movapd %xmm13, -1776(%rbp) ## 16-byte Spill
jbe LBB0_843
## %bb.841: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm1
ja LBB0_845
## %bb.842: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_845
.p2align 4, 0x90
LBB0_843: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm5
movapd %xmm5, %xmm1
ja LBB0_845
## %bb.844: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm1
LBB0_845: ## in Loop: Header=BB0_1 Depth=1
maxsd -1216(%rbp), %xmm3 ## 8-byte Folded Reload
maxsd %xmm0, %xmm14
movapd %xmm3, %xmm13
maxsd %xmm14, %xmm13
ucomisd %xmm1, %xmm13
movapd %xmm2, -1152(%rbp) ## 16-byte Spill
jbe LBB0_848
## %bb.846: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm3
movapd %xmm3, %xmm12
movapd %xmm3, %xmm8
ja LBB0_853
## %bb.847: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm8
jmp LBB0_853
.p2align 4, 0x90
LBB0_848: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm12
ucomisd %xmm9, %xmm2
jbe LBB0_851
## %bb.849: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm8
ja LBB0_853
## %bb.850: ## in Loop: Header=BB0_1 Depth=1
movapd -1152(%rbp), %xmm8 ## 16-byte Reload
jmp LBB0_853
.p2align 4, 0x90
LBB0_851: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm5
movapd %xmm5, %xmm8
ja LBB0_853
## %bb.852: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm8
.p2align 4, 0x90
LBB0_853: ## in Loop: Header=BB0_1 Depth=1
movapd -992(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_14(%rip), %xmm0
movapd %xmm0, -400(%rbp) ## 16-byte Spill
movapd -1088(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_39(%rip), %xmm1
movapd -528(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_20(%rip), %xmm4
movapd -272(%rbp), %xmm10 ## 16-byte Reload
addsd LCPI0_2(%rip), %xmm10
movsd -368(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_19(%rip), %xmm0
movsd -1512(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
maxsd %xmm0, %xmm3
movsd -320(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
addsd LCPI0_16(%rip), %xmm7
movsd -224(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_10(%rip), %xmm2
maxsd -80(%rbp), %xmm2 ## 8-byte Folded Reload
ucomisd %xmm2, %xmm7
jbe LBB0_856
## %bb.854: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
movapd %xmm3, %xmm6
ja LBB0_858
## %bb.855: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm6
jmp LBB0_858
.p2align 4, 0x90
LBB0_856: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm6
ja LBB0_858
## %bb.857: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm6
LBB0_858: ## in Loop: Header=BB0_1 Depth=1
movapd -400(%rbp), %xmm0 ## 16-byte Reload
maxsd %xmm1, %xmm0
maxsd %xmm10, %xmm4
movapd %xmm0, %xmm1
maxsd %xmm4, %xmm1
ucomisd %xmm6, %xmm1
jbe LBB0_861
## %bb.859: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd -752(%rbp), %xmm10 ## 16-byte Reload
jbe LBB0_872
## %bb.860: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
movapd %xmm0, %xmm1
ja LBB0_873
jmp LBB0_869
.p2align 4, 0x90
LBB0_861: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm7
movapd -752(%rbp), %xmm10 ## 16-byte Reload
jbe LBB0_864
## %bb.862: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
movapd %xmm3, %xmm1
ja LBB0_866
## %bb.863: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm1
jmp LBB0_866
.p2align 4, 0x90
LBB0_872: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm8
ja LBB0_873
jmp LBB0_868
.p2align 4, 0x90
LBB0_864: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm1
ja LBB0_866
## %bb.865: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
LBB0_866: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm8
jbe LBB0_867
LBB0_873: ## in Loop: Header=BB0_1 Depth=1
movapd -1152(%rbp), %xmm1 ## 16-byte Reload
ucomisd %xmm9, %xmm1
jbe LBB0_876
## %bb.874: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
movapd %xmm5, %xmm0
ja LBB0_878
## %bb.875: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_878
.p2align 4, 0x90
LBB0_867: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm1
ja LBB0_869
LBB0_868: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
LBB0_869: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm7
jbe LBB0_886
## %bb.870: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
movapd %xmm3, %xmm5
movapd -352(%rbp), %xmm13 ## 16-byte Reload
ja LBB0_888
## %bb.871: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm5
jmp LBB0_888
.p2align 4, 0x90
LBB0_876: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm5
movapd %xmm5, %xmm0
ja LBB0_878
## %bb.877: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm0
LBB0_878: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm13
jbe LBB0_881
## %bb.879: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm12
movapd -352(%rbp), %xmm13 ## 16-byte Reload
ja LBB0_896
## %bb.880: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm12
jmp LBB0_896
.p2align 4, 0x90
LBB0_886: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm5
movapd -352(%rbp), %xmm13 ## 16-byte Reload
ja LBB0_888
## %bb.887: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm5
LBB0_888: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm1
jbe LBB0_891
## %bb.889: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm12
ja LBB0_896
## %bb.890: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm12
jmp LBB0_896
.p2align 4, 0x90
LBB0_881: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm1
movapd -352(%rbp), %xmm13 ## 16-byte Reload
jbe LBB0_884
## %bb.882: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
movapd %xmm5, %xmm12
ja LBB0_896
## %bb.883: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm12
jmp LBB0_896
.p2align 4, 0x90
LBB0_891: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm7
jbe LBB0_894
## %bb.892: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
movapd %xmm3, %xmm12
ja LBB0_896
## %bb.893: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm12
jmp LBB0_896
LBB0_884: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm5
movapd %xmm5, %xmm12
ja LBB0_896
## %bb.885: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm12
jmp LBB0_896
LBB0_894: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm12
ja LBB0_896
## %bb.895: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm12
.p2align 4, 0x90
LBB0_896: ## in Loop: Header=BB0_1 Depth=1
movapd -192(%rbp), %xmm3 ## 16-byte Reload
unpcklpd -304(%rbp), %xmm3 ## 16-byte Folded Reload
## xmm3 = xmm3[0],mem[0]
addpd LCPI0_52(%rip), %xmm3
movapd -640(%rbp), %xmm0 ## 16-byte Reload
addpd LCPI0_53(%rip), %xmm0
movapd %xmm0, -640(%rbp) ## 16-byte Spill
movsd -384(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd LCPI0_23(%rip), %xmm5
movapd -608(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_10(%rip), %xmm0
maxsd %xmm0, %xmm5
movapd -512(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_2(%rip), %xmm0
movsd -1744(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
maxsd %xmm0, %xmm2
ucomisd %xmm2, %xmm13
jbe LBB0_899
## %bb.897: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm5
movapd %xmm5, %xmm1
movsd -320(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_901
## %bb.898: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm1
jmp LBB0_901
.p2align 4, 0x90
LBB0_899: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm1
movsd -320(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_901
## %bb.900: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
LBB0_901: ## in Loop: Header=BB0_1 Depth=1
maxpd -640(%rbp), %xmm3 ## 16-byte Folded Reload
movapd %xmm3, %xmm0
unpckhpd %xmm3, %xmm0 ## xmm0 = xmm0[1],xmm3[1]
movapd %xmm3, %xmm9
maxsd %xmm0, %xmm9
ucomisd %xmm1, %xmm9
movapd %xmm12, -816(%rbp) ## 16-byte Spill
movsd %xmm15, -1888(%rbp) ## 8-byte Spill
jbe LBB0_904
## %bb.902: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
movapd %xmm3, %xmm8
ja LBB0_909
## %bb.903: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm8
jmp LBB0_909
.p2align 4, 0x90
LBB0_904: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm13
jbe LBB0_907
## %bb.905: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm5
movapd %xmm5, %xmm8
ja LBB0_909
## %bb.906: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm8
jmp LBB0_909
.p2align 4, 0x90
LBB0_907: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm8
ja LBB0_909
## %bb.908: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm8
.p2align 4, 0x90
LBB0_909: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm12
movapd -1088(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_12(%rip), %xmm2
movapd -272(%rbp), %xmm15 ## 16-byte Reload
addsd LCPI0_4(%rip), %xmm15
movapd -464(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_13(%rip), %xmm4
movsd -368(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_16(%rip), %xmm1
maxsd %xmm1, %xmm11
movsd LCPI0_2(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm14
movsd -104(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
addsd %xmm1, %xmm7
movsd -448(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_39(%rip), %xmm6
movsd %xmm7, -1344(%rbp) ## 8-byte Spill
movapd %xmm7, %xmm1
movsd %xmm6, -1840(%rbp) ## 8-byte Spill
maxsd %xmm6, %xmm1
ucomisd %xmm1, %xmm14
movsd %xmm14, -624(%rbp) ## 8-byte Spill
jbe LBB0_912
## %bb.910: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm11
movapd %xmm11, %xmm7
movsd -944(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_914
## %bb.911: ## in Loop: Header=BB0_1 Depth=1
movsd -624(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
jmp LBB0_914
.p2align 4, 0x90
LBB0_912: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm11
movapd %xmm11, %xmm7
movsd -944(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_914
## %bb.913: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm7
LBB0_914: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm2, -1104(%rbp) ## 8-byte Spill
maxsd %xmm15, %xmm2
maxsd %xmm10, %xmm4
movapd %xmm2, %xmm6
maxsd %xmm4, %xmm6
ucomisd %xmm7, %xmm6
jbe LBB0_917
## %bb.915: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
movapd -128(%rbp), %xmm7 ## 16-byte Reload
movapd -144(%rbp), %xmm10 ## 16-byte Reload
jbe LBB0_928
## %bb.916: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
movapd %xmm2, %xmm6
ja LBB0_929
jmp LBB0_925
.p2align 4, 0x90
LBB0_917: ## in Loop: Header=BB0_1 Depth=1
movsd -624(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ucomisd %xmm1, %xmm6
movapd -144(%rbp), %xmm10 ## 16-byte Reload
jbe LBB0_920
## %bb.918: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, %xmm7
ja LBB0_922
## %bb.919: ## in Loop: Header=BB0_1 Depth=1
movsd -624(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
jmp LBB0_922
.p2align 4, 0x90
LBB0_928: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm8
ja LBB0_929
jmp LBB0_924
.p2align 4, 0x90
LBB0_920: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm11
movapd %xmm11, %xmm7
ja LBB0_922
## %bb.921: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm7
LBB0_922: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm8
movapd -128(%rbp), %xmm7 ## 16-byte Reload
jbe LBB0_923
LBB0_929: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm13
jbe LBB0_932
## %bb.930: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm5
movapd %xmm5, %xmm1
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
movsd -976(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ja LBB0_934
## %bb.931: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm1
jmp LBB0_934
.p2align 4, 0x90
LBB0_923: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
movapd %xmm2, %xmm6
ja LBB0_925
LBB0_924: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm6
LBB0_925: ## in Loop: Header=BB0_1 Depth=1
movsd -624(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ucomisd %xmm1, %xmm5
jbe LBB0_942
## %bb.926: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm11
movapd %xmm11, %xmm0
ja LBB0_944
## %bb.927: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
jmp LBB0_944
.p2align 4, 0x90
LBB0_932: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm5
movapd %xmm5, %xmm1
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
movsd -976(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ja LBB0_934
## %bb.933: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm1
LBB0_934: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
jbe LBB0_937
## %bb.935: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
ja LBB0_952
## %bb.936: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm3
jmp LBB0_952
.p2align 4, 0x90
LBB0_942: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm11
movapd %xmm11, %xmm0
ja LBB0_944
## %bb.943: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
LBB0_944: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
jbe LBB0_947
## %bb.945: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm2
movapd %xmm2, %xmm3
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
movsd -976(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ja LBB0_952
## %bb.946: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm3
jmp LBB0_952
.p2align 4, 0x90
LBB0_937: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm13
jbe LBB0_940
## %bb.938: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm5
movapd %xmm5, %xmm3
ja LBB0_952
## %bb.939: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm3
jmp LBB0_952
.p2align 4, 0x90
LBB0_947: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
movsd -976(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
jbe LBB0_950
## %bb.948: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm11
movapd %xmm11, %xmm3
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_952
## %bb.949: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm3
jmp LBB0_952
LBB0_940: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm5
movapd %xmm5, %xmm3
ja LBB0_952
## %bb.941: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm3
jmp LBB0_952
LBB0_950: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm11
movapd %xmm11, %xmm3
movsd -152(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_952
## %bb.951: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm3
.p2align 4, 0x90
LBB0_952: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm13
addsd LCPI0_26(%rip), %xmm13
movapd -896(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_5(%rip), %xmm2
movsd %xmm2, -1264(%rbp) ## 8-byte Spill
maxsd -1584(%rbp), %xmm2 ## 16-byte Folded Reload
movapd -608(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_39(%rip), %xmm0
movapd %xmm0, -2096(%rbp) ## 16-byte Spill
maxsd %xmm0, %xmm6
ucomisd %xmm6, %xmm11
movapd %xmm3, -1744(%rbp) ## 16-byte Spill
jbe LBB0_955
## %bb.953: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm2
movapd %xmm2, %xmm1
ja LBB0_957
## %bb.954: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm1
jmp LBB0_957
.p2align 4, 0x90
LBB0_955: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm2
movapd %xmm2, %xmm1
ja LBB0_957
## %bb.956: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
LBB0_957: ## in Loop: Header=BB0_1 Depth=1
movapd -1408(%rbp), %xmm3 ## 16-byte Reload
maxsd -832(%rbp), %xmm3 ## 16-byte Folded Reload
movapd -704(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_39(%rip), %xmm0
maxsd %xmm0, %xmm13
movapd %xmm3, %xmm9
maxsd %xmm13, %xmm9
ucomisd %xmm1, %xmm9
movapd %xmm3, -352(%rbp) ## 16-byte Spill
jbe LBB0_960
## %bb.958: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
movapd %xmm3, %xmm8
ja LBB0_965
## %bb.959: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm8
jmp LBB0_965
.p2align 4, 0x90
LBB0_960: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
jbe LBB0_963
## %bb.961: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm2
movapd %xmm2, %xmm8
ja LBB0_965
## %bb.962: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm8
jmp LBB0_965
.p2align 4, 0x90
LBB0_963: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm2
movapd %xmm2, %xmm8
ja LBB0_965
## %bb.964: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm8
.p2align 4, 0x90
LBB0_965: ## in Loop: Header=BB0_1 Depth=1
movapd -1088(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_19(%rip), %xmm4
movapd -464(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_15(%rip), %xmm1
maxsd %xmm1, %xmm4
movapd -480(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_3(%rip), %xmm3
movsd -432(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd LCPI0_34(%rip), %xmm5
movsd -448(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_6(%rip), %xmm1
maxsd %xmm1, %xmm5
movapd %xmm6, %xmm12
ucomisd %xmm5, %xmm3
jbe LBB0_968
## %bb.966: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
movapd %xmm4, %xmm0
ja LBB0_970
## %bb.967: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
jmp LBB0_970
.p2align 4, 0x90
LBB0_968: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm4
movapd %xmm4, %xmm0
ja LBB0_970
## %bb.969: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
LBB0_970: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm1
addsd LCPI0_3(%rip), %xmm1
maxsd -1712(%rbp), %xmm1 ## 8-byte Folded Reload
movapd -512(%rbp), %xmm7 ## 16-byte Reload
addsd LCPI0_6(%rip), %xmm7
movapd %xmm7, -1712(%rbp) ## 16-byte Spill
maxsd -1248(%rbp), %xmm7 ## 16-byte Folded Reload
movapd %xmm1, %xmm6
maxsd %xmm7, %xmm6
ucomisd %xmm0, %xmm6
movsd %xmm15, -1096(%rbp) ## 8-byte Spill
jbe LBB0_973
## %bb.971: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm1
jbe LBB0_984
## %bb.972: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm8
movapd %xmm1, %xmm6
ja LBB0_985
jmp LBB0_981
.p2align 4, 0x90
LBB0_973: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
jbe LBB0_976
## %bb.974: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
movapd %xmm4, %xmm0
ja LBB0_978
## %bb.975: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
jmp LBB0_978
.p2align 4, 0x90
LBB0_984: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm8
ja LBB0_985
jmp LBB0_980
.p2align 4, 0x90
LBB0_976: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm4
movapd %xmm4, %xmm0
ja LBB0_978
## %bb.977: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
LBB0_978: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
jbe LBB0_979
LBB0_985: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm0
ucomisd %xmm12, %xmm11
movapd -848(%rbp), %xmm8 ## 16-byte Reload
jbe LBB0_988
## %bb.986: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm2
movapd %xmm2, %xmm1
movsd -80(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_990
## %bb.987: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm1
jmp LBB0_990
.p2align 4, 0x90
LBB0_979: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm1
movapd %xmm1, %xmm6
ja LBB0_981
LBB0_980: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm6
LBB0_981: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
movapd -848(%rbp), %xmm8 ## 16-byte Reload
jbe LBB0_998
## %bb.982: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
movapd %xmm4, %xmm0
movsd -328(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
movapd -720(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1000
## %bb.983: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
jmp LBB0_1000
.p2align 4, 0x90
LBB0_988: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
movapd %xmm2, %xmm1
movsd -80(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_990
## %bb.989: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_990: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
jbe LBB0_993
## %bb.991: ## in Loop: Header=BB0_1 Depth=1
movapd -352(%rbp), %xmm0 ## 16-byte Reload
ucomisd %xmm13, %xmm0
movsd -328(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
movapd -720(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1008
## %bb.992: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, -352(%rbp) ## 16-byte Spill
jmp LBB0_1008
.p2align 4, 0x90
LBB0_998: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm4
movapd %xmm4, %xmm0
movsd -328(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
movapd -720(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1000
## %bb.999: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
LBB0_1000: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
jbe LBB0_1003
## %bb.1001: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm1
movapd %xmm1, -352(%rbp) ## 16-byte Spill
movsd -80(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1008
## %bb.1002: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, -352(%rbp) ## 16-byte Spill
jmp LBB0_1008
.p2align 4, 0x90
LBB0_993: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm11
jbe LBB0_996
## %bb.994: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm2
movapd %xmm2, -352(%rbp) ## 16-byte Spill
movsd -328(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
movapd -720(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1008
## %bb.995: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, -352(%rbp) ## 16-byte Spill
jmp LBB0_1008
.p2align 4, 0x90
LBB0_1003: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
jbe LBB0_1006
## %bb.1004: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
movapd %xmm4, -352(%rbp) ## 16-byte Spill
movsd -80(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1008
## %bb.1005: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, -352(%rbp) ## 16-byte Spill
jmp LBB0_1008
LBB0_996: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
movapd %xmm2, -352(%rbp) ## 16-byte Spill
movsd -328(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
movapd -720(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1008
## %bb.997: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, -352(%rbp) ## 16-byte Spill
jmp LBB0_1008
LBB0_1006: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm4
movapd %xmm4, -352(%rbp) ## 16-byte Spill
movsd -80(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1008
## %bb.1007: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, -352(%rbp) ## 16-byte Spill
.p2align 4, 0x90
LBB0_1008: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
addsd LCPI0_11(%rip), %xmm0
movapd -192(%rbp), %xmm13 ## 16-byte Reload
addsd LCPI0_3(%rip), %xmm13
movapd -304(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_6(%rip), %xmm5
movsd -232(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_13(%rip), %xmm1
movapd -1824(%rbp), %xmm10 ## 16-byte Reload
maxsd -1728(%rbp), %xmm10 ## 8-byte Folded Reload
movapd %xmm5, -2112(%rbp) ## 16-byte Spill
movsd %xmm1, -720(%rbp) ## 8-byte Spill
maxsd %xmm1, %xmm5
ucomisd %xmm10, %xmm15
jbe LBB0_1011
## %bb.1009: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm5
movapd %xmm5, %xmm1
movapd -1232(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1013
## %bb.1010: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm1
jmp LBB0_1013
.p2align 4, 0x90
LBB0_1011: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm5
movapd %xmm5, %xmm1
movapd -1232(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1013
## %bb.1012: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm1
LBB0_1013: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, -976(%rbp) ## 16-byte Spill
maxsd %xmm0, %xmm8
maxsd -1696(%rbp), %xmm13 ## 16-byte Folded Reload
movapd %xmm8, %xmm9
maxsd %xmm13, %xmm9
ucomisd %xmm1, %xmm9
jbe LBB0_1016
## %bb.1014: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm8
movapd %xmm8, %xmm12
ja LBB0_1021
## %bb.1015: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm8
jmp LBB0_1021
.p2align 4, 0x90
LBB0_1016: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm12
ucomisd %xmm10, %xmm15
jbe LBB0_1019
## %bb.1017: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm5
movapd %xmm5, %xmm8
ja LBB0_1021
## %bb.1018: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm8
jmp LBB0_1021
.p2align 4, 0x90
LBB0_1019: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm5
movapd %xmm5, %xmm8
ja LBB0_1021
## %bb.1020: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm8
.p2align 4, 0x90
LBB0_1021: ## in Loop: Header=BB0_1 Depth=1
movapd -256(%rbp), %xmm7 ## 16-byte Reload
blendpd $1, -512(%rbp), %xmm7 ## 16-byte Folded Reload
## xmm7 = mem[0],xmm7[1]
addpd LCPI0_54(%rip), %xmm7
addpd LCPI0_55(%rip), %xmm2
movsd -432(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_5(%rip), %xmm3
movapd -768(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_23(%rip), %xmm0
movsd %xmm3, -832(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm3
movapd %xmm4, %xmm1
maxsd -536(%rbp), %xmm1 ## 8-byte Folded Reload
movsd -224(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_34(%rip), %xmm6
ucomisd %xmm1, %xmm6
jbe LBB0_1024
## %bb.1022: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm4
movsd -1536(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
ja LBB0_1026
## %bb.1023: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm4
jmp LBB0_1026
.p2align 4, 0x90
LBB0_1024: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm4
movsd -1536(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
ja LBB0_1026
## %bb.1025: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm4
LBB0_1026: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, -1728(%rbp) ## 16-byte Spill
movapd %xmm7, %xmm0
maxpd %xmm2, %xmm0
movapd %xmm0, %xmm2
unpckhpd %xmm0, %xmm2 ## xmm2 = xmm2[1],xmm0[1]
movapd %xmm0, %xmm7
maxsd %xmm2, %xmm7
ucomisd %xmm4, %xmm7
jbe LBB0_1029
## %bb.1027: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
jbe LBB0_1040
## %bb.1028: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
movapd %xmm0, %xmm8
ja LBB0_1041
jmp LBB0_1037
.p2align 4, 0x90
LBB0_1029: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm6
jbe LBB0_1032
## %bb.1030: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1034
## %bb.1031: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm4
jmp LBB0_1034
.p2align 4, 0x90
LBB0_1040: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
ja LBB0_1041
jmp LBB0_1036
.p2align 4, 0x90
LBB0_1032: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1034
## %bb.1033: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm4
LBB0_1034: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm8
jbe LBB0_1035
LBB0_1041: ## in Loop: Header=BB0_1 Depth=1
movsd -328(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
ucomisd %xmm10, %xmm1
jbe LBB0_1044
## %bb.1042: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
movapd %xmm5, %xmm0
ja LBB0_1046
## %bb.1043: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_1046
.p2align 4, 0x90
LBB0_1035: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
movapd %xmm0, %xmm8
ja LBB0_1037
LBB0_1036: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm8
LBB0_1037: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm6
jbe LBB0_1054
## %bb.1038: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1056
## %bb.1039: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm4
jmp LBB0_1056
.p2align 4, 0x90
LBB0_1044: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm5
movapd %xmm5, %xmm0
ja LBB0_1046
## %bb.1045: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
LBB0_1046: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
jbe LBB0_1049
## %bb.1047: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm12
ja LBB0_1064
## %bb.1048: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm12
jmp LBB0_1064
.p2align 4, 0x90
LBB0_1054: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1056
## %bb.1055: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm4
LBB0_1056: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm8
jbe LBB0_1059
## %bb.1057: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
movapd %xmm0, %xmm12
ja LBB0_1064
## %bb.1058: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm12
jmp LBB0_1064
.p2align 4, 0x90
LBB0_1049: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm1
jbe LBB0_1052
## %bb.1050: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
movapd %xmm5, %xmm12
ja LBB0_1064
## %bb.1051: ## in Loop: Header=BB0_1 Depth=1
movsd -328(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
jmp LBB0_1064
.p2align 4, 0x90
LBB0_1059: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm6
jbe LBB0_1062
## %bb.1060: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm12
ja LBB0_1064
## %bb.1061: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm12
jmp LBB0_1064
LBB0_1052: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm5
movapd %xmm5, %xmm12
ja LBB0_1064
## %bb.1053: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm12
jmp LBB0_1064
LBB0_1062: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm12
ja LBB0_1064
## %bb.1063: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm12
.p2align 4, 0x90
LBB0_1064: ## in Loop: Header=BB0_1 Depth=1
movsd -72(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_2(%rip), %xmm4
movsd -232(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_23(%rip), %xmm0
movsd -384(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_14(%rip), %xmm2
movapd -512(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_13(%rip), %xmm3
maxsd -1024(%rbp), %xmm3 ## 16-byte Folded Reload
movsd -96(%rbp), %xmm9 ## 8-byte Reload
## xmm9 = mem[0],zero
addsd LCPI0_16(%rip), %xmm9
maxsd %xmm9, %xmm2
ucomisd %xmm3, %xmm14
movapd %xmm12, -1536(%rbp) ## 16-byte Spill
jbe LBB0_1067
## %bb.1065: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm2
movapd %xmm2, %xmm1
ja LBB0_1069
## %bb.1066: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm1
jmp LBB0_1069
.p2align 4, 0x90
LBB0_1067: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, %xmm1
ja LBB0_1069
## %bb.1068: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm1
LBB0_1069: ## in Loop: Header=BB0_1 Depth=1
movapd -704(%rbp), %xmm8 ## 16-byte Reload
addsd LCPI0_16(%rip), %xmm8
movapd %xmm8, %xmm12
maxsd %xmm4, %xmm12
maxsd %xmm0, %xmm15
movapd %xmm12, %xmm13
maxsd %xmm15, %xmm13
ucomisd %xmm1, %xmm13
jbe LBB0_1072
## %bb.1070: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm12
movapd %xmm12, %xmm10
ja LBB0_1077
## %bb.1071: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm10
jmp LBB0_1077
.p2align 4, 0x90
LBB0_1072: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm14
jbe LBB0_1075
## %bb.1073: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm2
movapd %xmm2, %xmm10
ja LBB0_1077
## %bb.1074: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm10
jmp LBB0_1077
.p2align 4, 0x90
LBB0_1075: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, %xmm10
ja LBB0_1077
## %bb.1076: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm10
.p2align 4, 0x90
LBB0_1077: ## in Loop: Header=BB0_1 Depth=1
movsd -224(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_5(%rip), %xmm0
movsd -1488(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
maxsd %xmm0, %xmm7
movsd -104(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_34(%rip), %xmm6
movsd -448(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_10(%rip), %xmm1
movsd -168(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_23(%rip), %xmm0
maxsd %xmm0, %xmm1
ucomisd %xmm1, %xmm6
movsd %xmm4, -536(%rbp) ## 8-byte Spill
jbe LBB0_1080
## %bb.1078: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
movapd %xmm7, %xmm4
ja LBB0_1082
## %bb.1079: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm4
jmp LBB0_1082
.p2align 4, 0x90
LBB0_1080: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
movapd %xmm7, %xmm4
ja LBB0_1082
## %bb.1081: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm4
LBB0_1082: ## in Loop: Header=BB0_1 Depth=1
movapd -464(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_23(%rip), %xmm5
movsd -576(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
maxsd %xmm5, %xmm0
maxsd -1120(%rbp), %xmm11 ## 8-byte Folded Reload
movapd %xmm0, %xmm5
maxsd %xmm11, %xmm5
ucomisd %xmm4, %xmm5
jbe LBB0_1085
## %bb.1083: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm0
jbe LBB0_1096
## %bb.1084: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm10
movapd %xmm0, %xmm4
ja LBB0_1097
jmp LBB0_1093
.p2align 4, 0x90
LBB0_1085: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm6
jbe LBB0_1088
## %bb.1086: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
movapd %xmm7, %xmm4
ja LBB0_1090
## %bb.1087: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm4
jmp LBB0_1090
.p2align 4, 0x90
LBB0_1096: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm10
ja LBB0_1097
jmp LBB0_1092
.p2align 4, 0x90
LBB0_1088: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
movapd %xmm7, %xmm4
ja LBB0_1090
## %bb.1089: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm4
LBB0_1090: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm10
jbe LBB0_1091
LBB0_1097: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm14
jbe LBB0_1100
## %bb.1098: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm2
movapd %xmm2, %xmm0
movapd -128(%rbp), %xmm11 ## 16-byte Reload
movapd -1040(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1102
## %bb.1099: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm0
jmp LBB0_1102
.p2align 4, 0x90
LBB0_1091: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm0
movapd %xmm0, %xmm4
ja LBB0_1093
LBB0_1092: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm4
LBB0_1093: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm6
jbe LBB0_1110
## %bb.1094: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
movapd %xmm7, %xmm2
ja LBB0_1112
## %bb.1095: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm2
jmp LBB0_1112
.p2align 4, 0x90
LBB0_1100: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, %xmm0
movapd -128(%rbp), %xmm11 ## 16-byte Reload
movapd -1040(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1102
## %bb.1101: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_1102: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm13
jbe LBB0_1105
## %bb.1103: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm12
ja LBB0_1120
## %bb.1104: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm12
jmp LBB0_1120
.p2align 4, 0x90
LBB0_1110: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
movapd %xmm7, %xmm2
ja LBB0_1112
## %bb.1111: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm2
LBB0_1112: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
jbe LBB0_1115
## %bb.1113: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm0
movapd %xmm0, %xmm12
movapd %xmm11, %xmm0
movapd -128(%rbp), %xmm11 ## 16-byte Reload
movapd -1040(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1120
## %bb.1114: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm12
jmp LBB0_1120
.p2align 4, 0x90
LBB0_1105: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm14
jbe LBB0_1108
## %bb.1106: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm2
movapd %xmm2, %xmm12
ja LBB0_1120
## %bb.1107: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm12
jmp LBB0_1120
.p2align 4, 0x90
LBB0_1115: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm6
jbe LBB0_1118
## %bb.1116: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
movapd %xmm7, %xmm12
movapd -128(%rbp), %xmm11 ## 16-byte Reload
movapd -1040(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1120
## %bb.1117: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm12
jmp LBB0_1120
LBB0_1108: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, %xmm12
ja LBB0_1120
## %bb.1109: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm12
jmp LBB0_1120
LBB0_1118: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
movapd %xmm7, %xmm12
movapd -128(%rbp), %xmm11 ## 16-byte Reload
movapd -1040(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1120
## %bb.1119: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm12
.p2align 4, 0x90
LBB0_1120: ## in Loop: Header=BB0_1 Depth=1
movapd -192(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_19(%rip), %xmm4
movapd -896(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_10(%rip), %xmm2
maxsd %xmm5, %xmm2
movsd -232(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd LCPI0_3(%rip), %xmm5
movsd -96(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_22(%rip), %xmm1
movsd -200(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_39(%rip), %xmm0
movapd %xmm1, %xmm3
movsd %xmm0, -1832(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm3
ucomisd %xmm3, %xmm5
jbe LBB0_1123
## %bb.1121: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm2
movapd %xmm2, %xmm0
movsd -920(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_1125
## %bb.1122: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
jmp LBB0_1125
.p2align 4, 0x90
LBB0_1123: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, %xmm0
movsd -920(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_1125
## %bb.1124: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_1125: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm1, -1248(%rbp) ## 8-byte Spill
movapd -1360(%rbp), %xmm7 ## 16-byte Reload
maxsd %xmm4, %xmm7
movapd -1200(%rbp), %xmm1 ## 16-byte Reload
unpckhpd %xmm1, %xmm1 ## xmm1 = xmm1[1,1]
maxsd %xmm1, %xmm14
movapd %xmm7, %xmm6
maxsd %xmm14, %xmm6
ucomisd %xmm0, %xmm6
movsd %xmm12, -1120(%rbp) ## 8-byte Spill
movapd %xmm4, -944(%rbp) ## 16-byte Spill
jbe LBB0_1128
## %bb.1126: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm7
movapd %xmm7, %xmm10
movapd %xmm7, %xmm15
ja LBB0_1133
## %bb.1127: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm15
jmp LBB0_1133
.p2align 4, 0x90
LBB0_1128: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm10
ucomisd %xmm3, %xmm5
jbe LBB0_1131
## %bb.1129: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm2
movapd %xmm2, %xmm15
ja LBB0_1133
## %bb.1130: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm15
jmp LBB0_1133
.p2align 4, 0x90
LBB0_1131: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, %xmm15
ja LBB0_1133
## %bb.1132: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm15
.p2align 4, 0x90
LBB0_1133: ## in Loop: Header=BB0_1 Depth=1
movapd -256(%rbp), %xmm12 ## 16-byte Reload
blendpd $1, -608(%rbp), %xmm12 ## 16-byte Folded Reload
## xmm12 = mem[0],xmm12[1]
addpd LCPI0_56(%rip), %xmm12
unpcklpd -768(%rbp), %xmm11 ## 16-byte Folded Reload
## xmm11 = xmm11[0],mem[0]
addpd LCPI0_57(%rip), %xmm11
movsd -368(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
addsd LCPI0_10(%rip), %xmm7
movsd -320(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_20(%rip), %xmm1
movsd %xmm7, -920(%rbp) ## 8-byte Spill
maxsd %xmm1, %xmm7
movsd -168(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_3(%rip), %xmm4
movsd -1112(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
movsd %xmm4, -1200(%rbp) ## 8-byte Spill
maxsd %xmm4, %xmm1
movsd -80(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ucomisd %xmm1, %xmm4
movapd %xmm1, %xmm13
jbe LBB0_1136
## %bb.1134: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
movapd %xmm7, %xmm1
ja LBB0_1138
## %bb.1135: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
jmp LBB0_1138
.p2align 4, 0x90
LBB0_1136: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
movapd %xmm7, %xmm1
ja LBB0_1138
## %bb.1137: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm1
LBB0_1138: ## in Loop: Header=BB0_1 Depth=1
maxpd %xmm11, %xmm12
movapd %xmm12, %xmm0
unpckhpd %xmm12, %xmm0 ## xmm0 = xmm0[1],xmm12[1]
movapd %xmm12, %xmm4
maxsd %xmm0, %xmm4
ucomisd %xmm1, %xmm4
jbe LBB0_1141
## %bb.1139: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm12
movsd -80(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
jbe LBB0_1152
## %bb.1140: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm15
movapd %xmm12, %xmm1
ja LBB0_1153
jmp LBB0_1149
.p2align 4, 0x90
LBB0_1141: ## in Loop: Header=BB0_1 Depth=1
movsd -80(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ucomisd %xmm13, %xmm4
jbe LBB0_1144
## %bb.1142: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
movapd %xmm7, %xmm1
ja LBB0_1146
## %bb.1143: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
jmp LBB0_1146
.p2align 4, 0x90
LBB0_1152: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm15
ja LBB0_1153
jmp LBB0_1148
.p2align 4, 0x90
LBB0_1144: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm1
ucomisd %xmm13, %xmm7
movapd %xmm7, %xmm1
ja LBB0_1146
## %bb.1145: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm1
LBB0_1146: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm15
jbe LBB0_1147
LBB0_1153: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
jbe LBB0_1156
## %bb.1154: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm2
movapd %xmm2, %xmm0
movsd -368(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_1158
## %bb.1155: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
jmp LBB0_1158
.p2align 4, 0x90
LBB0_1147: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm12
movapd %xmm12, %xmm1
ja LBB0_1149
LBB0_1148: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_1149: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm4
jbe LBB0_1166
## %bb.1150: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
movapd %xmm7, %xmm2
movsd -960(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ja LBB0_1168
## %bb.1151: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
jmp LBB0_1168
.p2align 4, 0x90
LBB0_1156: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, %xmm0
movsd -368(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_1158
## %bb.1157: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_1158: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
jbe LBB0_1161
## %bb.1159: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm10
movsd -960(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ja LBB0_1176
## %bb.1160: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm10
jmp LBB0_1176
.p2align 4, 0x90
LBB0_1166: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm7
movapd %xmm7, %xmm2
movsd -960(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ja LBB0_1168
## %bb.1167: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm2
LBB0_1168: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
jbe LBB0_1171
## %bb.1169: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm12
movapd %xmm12, %xmm10
movsd -368(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
movapd -64(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_1176
## %bb.1170: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm10
jmp LBB0_1176
.p2align 4, 0x90
LBB0_1161: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
movsd -960(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
jbe LBB0_1164
## %bb.1162: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm2
movapd %xmm2, %xmm10
ja LBB0_1176
## %bb.1163: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm10
jmp LBB0_1176
.p2align 4, 0x90
LBB0_1171: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm4
movapd -64(%rbp), %xmm1 ## 16-byte Reload
jbe LBB0_1174
## %bb.1172: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm7
movapd %xmm7, %xmm10
movsd -368(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
ja LBB0_1176
## %bb.1173: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm10
jmp LBB0_1176
LBB0_1164: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, %xmm10
ja LBB0_1176
## %bb.1165: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm10
jmp LBB0_1176
LBB0_1174: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm7
movapd %xmm7, %xmm10
movsd -368(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
ja LBB0_1176
## %bb.1175: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm10
.p2align 4, 0x90
LBB0_1176: ## in Loop: Header=BB0_1 Depth=1
movapd -144(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_12(%rip), %xmm3
movapd -896(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_15(%rip), %xmm0
movapd -1760(%rbp), %xmm5 ## 16-byte Reload
maxsd %xmm0, %xmm5
addsd LCPI0_10(%rip), %xmm1
movsd -160(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_20(%rip), %xmm0
movsd %xmm0, -1112(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm6
ucomisd %xmm6, %xmm1
movapd %xmm10, -960(%rbp) ## 16-byte Spill
jbe LBB0_1179
## %bb.1177: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
movapd %xmm5, %xmm0
movapd -1280(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1181
## %bb.1178: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_1181
.p2align 4, 0x90
LBB0_1179: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm5
movapd %xmm5, %xmm0
movapd -1280(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1181
## %bb.1180: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_1181: ## in Loop: Header=BB0_1 Depth=1
movapd -288(%rbp), %xmm11 ## 16-byte Reload
maxsd %xmm2, %xmm11
movapd %xmm3, %xmm2
maxsd %xmm8, %xmm2
movapd %xmm11, %xmm10
maxsd %xmm2, %xmm10
ucomisd %xmm0, %xmm10
movapd %xmm6, %xmm15
jbe LBB0_1184
## %bb.1182: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm11
movapd %xmm11, %xmm6
ja LBB0_1189
## %bb.1183: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm6
jmp LBB0_1189
.p2align 4, 0x90
LBB0_1184: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm1
jbe LBB0_1187
## %bb.1185: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm5
movapd %xmm5, %xmm6
ja LBB0_1189
## %bb.1186: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm6
jmp LBB0_1189
.p2align 4, 0x90
LBB0_1187: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm5
movapd %xmm5, %xmm6
ja LBB0_1189
## %bb.1188: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm6
.p2align 4, 0x90
LBB0_1189: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, -1280(%rbp) ## 16-byte Spill
movapd %xmm1, %xmm8
movsd -200(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_26(%rip), %xmm0
movapd -912(%rbp), %xmm7 ## 16-byte Reload
addsd LCPI0_2(%rip), %xmm7
movapd -768(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_39(%rip), %xmm1
movsd LCPI0_9(%rip), %xmm3 ## xmm3 = mem[0],zero
addsd %xmm3, %xmm12
movapd %xmm1, -1232(%rbp) ## 16-byte Spill
maxsd %xmm12, %xmm1
movsd -224(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd %xmm3, %xmm4
maxsd -1880(%rbp), %xmm4 ## 8-byte Folded Reload
movsd -320(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
addsd LCPI0_19(%rip), %xmm14
ucomisd %xmm4, %xmm14
jbe LBB0_1192
## %bb.1190: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm1
movapd %xmm1, %xmm3
ja LBB0_1194
## %bb.1191: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm3
jmp LBB0_1194
.p2align 4, 0x90
LBB0_1192: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm3
ja LBB0_1194
## %bb.1193: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm3
LBB0_1194: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm0, %xmm9
movsd -576(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
maxsd %xmm7, %xmm0
movapd %xmm9, %xmm7
maxsd %xmm0, %xmm7
ucomisd %xmm3, %xmm7
jbe LBB0_1197
## %bb.1195: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
jbe LBB0_1208
## %bb.1196: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm6
movapd %xmm9, %xmm3
ja LBB0_1209
jmp LBB0_1205
.p2align 4, 0x90
LBB0_1197: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm14
jbe LBB0_1200
## %bb.1198: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm1
movapd %xmm1, %xmm3
ja LBB0_1202
## %bb.1199: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm3
jmp LBB0_1202
.p2align 4, 0x90
LBB0_1208: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
ja LBB0_1209
jmp LBB0_1204
.p2align 4, 0x90
LBB0_1200: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm3
ja LBB0_1202
## %bb.1201: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm3
LBB0_1202: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
jbe LBB0_1203
LBB0_1209: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm8
movapd -592(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_1212
## %bb.1210: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm5
movapd %xmm5, %xmm0
movapd -1008(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_1214
## %bb.1211: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm0
jmp LBB0_1214
.p2align 4, 0x90
LBB0_1203: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
movapd %xmm9, %xmm3
ja LBB0_1205
LBB0_1204: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm3
LBB0_1205: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm14
movapd -592(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_1222
## %bb.1206: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm1
movapd %xmm1, %xmm2
ja LBB0_1224
## %bb.1207: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm2
jmp LBB0_1224
.p2align 4, 0x90
LBB0_1212: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm0
ucomisd %xmm15, %xmm5
movapd %xmm5, %xmm0
movapd -1008(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_1214
## %bb.1213: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm0
LBB0_1214: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm10
jbe LBB0_1217
## %bb.1215: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm11
ja LBB0_1232
## %bb.1216: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm11
jmp LBB0_1232
.p2align 4, 0x90
LBB0_1222: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm2
ja LBB0_1224
## %bb.1223: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
LBB0_1224: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
jbe LBB0_1227
## %bb.1225: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
movapd %xmm9, %xmm11
movapd -1008(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_1232
## %bb.1226: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm11
jmp LBB0_1232
.p2align 4, 0x90
LBB0_1217: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm8
jbe LBB0_1220
## %bb.1218: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm5
movapd %xmm5, %xmm11
ja LBB0_1232
## %bb.1219: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm11
jmp LBB0_1232
.p2align 4, 0x90
LBB0_1227: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm14
jbe LBB0_1230
## %bb.1228: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm1
movapd %xmm1, %xmm11
movapd -1008(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_1232
## %bb.1229: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm11
jmp LBB0_1232
LBB0_1220: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm5
movapd %xmm5, %xmm11
ja LBB0_1232
## %bb.1221: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm11
jmp LBB0_1232
LBB0_1230: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm11
movapd -1008(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_1232
## %bb.1231: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm11
.p2align 4, 0x90
LBB0_1232: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm15
addsd LCPI0_23(%rip), %xmm15
movapd -192(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_39(%rip), %xmm1
movsd -384(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_19(%rip), %xmm0
movsd -1904(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
movsd %xmm0, -1024(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm3
movapd -528(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_22(%rip), %xmm0
movsd -1848(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
maxsd %xmm0, %xmm6
movapd -688(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_20(%rip), %xmm0
ucomisd %xmm6, %xmm0
jbe LBB0_1235
## %bb.1233: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
movapd %xmm3, %xmm2
ja LBB0_1237
## %bb.1234: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm2
jmp LBB0_1237
.p2align 4, 0x90
LBB0_1235: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm2
ja LBB0_1237
## %bb.1236: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm2
LBB0_1237: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm4
maxsd %xmm1, %xmm4
maxsd -2128(%rbp), %xmm9 ## 16-byte Folded Reload
movapd %xmm4, %xmm13
maxsd %xmm9, %xmm13
ucomisd %xmm2, %xmm13
movsd %xmm14, -80(%rbp) ## 8-byte Spill
movapd %xmm11, -1760(%rbp) ## 16-byte Spill
jbe LBB0_1240
## %bb.1238: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm10
movapd %xmm3, %xmm11
ucomisd %xmm9, %xmm4
movapd %xmm4, %xmm14
movapd %xmm4, %xmm8
movsd -624(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ja LBB0_1245
## %bb.1239: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm8
jmp LBB0_1245
.p2align 4, 0x90
LBB0_1240: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm14
ucomisd %xmm6, %xmm0
movsd -624(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
jbe LBB0_1243
## %bb.1241: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm10
ucomisd %xmm0, %xmm3
movapd %xmm3, %xmm11
movapd %xmm3, %xmm8
ja LBB0_1245
## %bb.1242: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm8
jmp LBB0_1245
.p2align 4, 0x90
LBB0_1243: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm10
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm11
movapd %xmm3, %xmm8
ja LBB0_1245
## %bb.1244: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm8
.p2align 4, 0x90
LBB0_1245: ## in Loop: Header=BB0_1 Depth=1
movapd -464(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_19(%rip), %xmm1
movapd -912(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_4(%rip), %xmm3
movsd -432(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_13(%rip), %xmm2
maxsd -1872(%rbp), %xmm5 ## 8-byte Folded Reload
movsd -104(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
addsd LCPI0_39(%rip), %xmm7
movsd -448(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_9(%rip), %xmm6
maxsd -1200(%rbp), %xmm6 ## 8-byte Folded Reload
ucomisd %xmm6, %xmm7
jbe LBB0_1248
## %bb.1246: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm4
ja LBB0_1250
## %bb.1247: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm4
jmp LBB0_1250
.p2align 4, 0x90
LBB0_1248: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm5
movapd %xmm5, %xmm4
ja LBB0_1250
## %bb.1249: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm4
LBB0_1250: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm3, %xmm1
maxsd %xmm12, %xmm2
movapd %xmm1, %xmm3
maxsd %xmm2, %xmm3
ucomisd %xmm4, %xmm3
jbe LBB0_1253
## %bb.1251: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
jbe LBB0_1264
## %bb.1252: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm8
movapd %xmm1, %xmm3
ja LBB0_1265
jmp LBB0_1261
.p2align 4, 0x90
LBB0_1253: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
jbe LBB0_1256
## %bb.1254: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm3
ja LBB0_1258
## %bb.1255: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm3
jmp LBB0_1258
.p2align 4, 0x90
LBB0_1264: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
ja LBB0_1265
jmp LBB0_1260
.p2align 4, 0x90
LBB0_1256: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm5
movapd %xmm5, %xmm3
ja LBB0_1258
## %bb.1257: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm3
LBB0_1258: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm8
jbe LBB0_1259
LBB0_1265: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm2
ucomisd %xmm10, %xmm0
jbe LBB0_1268
## %bb.1266: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm11
movapd %xmm11, %xmm1
movapd -304(%rbp), %xmm12 ## 16-byte Reload
ja LBB0_1270
## %bb.1267: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
jmp LBB0_1270
.p2align 4, 0x90
LBB0_1259: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm3
ja LBB0_1261
LBB0_1260: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm3
LBB0_1261: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
jbe LBB0_1278
## %bb.1262: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm0
movapd -1168(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1280
## %bb.1263: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
jmp LBB0_1280
.p2align 4, 0x90
LBB0_1268: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm11
movapd %xmm11, %xmm1
movapd -304(%rbp), %xmm12 ## 16-byte Reload
ja LBB0_1270
## %bb.1269: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm1
LBB0_1270: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm13
movapd -1168(%rbp), %xmm11 ## 16-byte Reload
jbe LBB0_1273
## %bb.1271: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm14
ja LBB0_1288
## %bb.1272: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm14
jmp LBB0_1288
.p2align 4, 0x90
LBB0_1278: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm5
movapd %xmm5, %xmm0
movapd -1168(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1280
## %bb.1279: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_1280: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
jbe LBB0_1283
## %bb.1281: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm14
movapd -304(%rbp), %xmm12 ## 16-byte Reload
ja LBB0_1288
## %bb.1282: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm14
jmp LBB0_1288
.p2align 4, 0x90
LBB0_1273: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm0
jbe LBB0_1276
## %bb.1274: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
movapd %xmm2, %xmm14
ja LBB0_1288
## %bb.1275: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm14
jmp LBB0_1288
.p2align 4, 0x90
LBB0_1283: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
jbe LBB0_1286
## %bb.1284: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm14
movapd -304(%rbp), %xmm12 ## 16-byte Reload
ja LBB0_1288
## %bb.1285: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm14
jmp LBB0_1288
LBB0_1276: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm2
movapd %xmm2, %xmm14
ja LBB0_1288
## %bb.1277: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm14
jmp LBB0_1288
LBB0_1286: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm5
movapd %xmm5, %xmm14
movapd -304(%rbp), %xmm12 ## 16-byte Reload
ja LBB0_1288
## %bb.1287: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm14
.p2align 4, 0x90
LBB0_1288: ## in Loop: Header=BB0_1 Depth=1
movsd -88(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_16(%rip), %xmm0
movapd -192(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_6(%rip), %xmm5
movapd %xmm12, %xmm1
addsd LCPI0_4(%rip), %xmm1
movapd -736(%rbp), %xmm2 ## 16-byte Reload
unpckhpd %xmm2, %xmm2 ## xmm2 = xmm2[1,1]
maxsd %xmm2, %xmm1
movsd -384(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_22(%rip), %xmm3
movsd -96(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_26(%rip), %xmm2
movsd %xmm2, -1008(%rbp) ## 8-byte Spill
maxsd %xmm2, %xmm3
movapd -1040(%rbp), %xmm4 ## 16-byte Reload
ucomisd %xmm3, %xmm4
movapd %xmm14, -624(%rbp) ## 16-byte Spill
jbe LBB0_1291
## %bb.1289: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm2
movsd -928(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
ja LBB0_1293
## %bb.1290: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
jmp LBB0_1293
.p2align 4, 0x90
LBB0_1291: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm2
movsd -928(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
ja LBB0_1293
## %bb.1292: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
LBB0_1293: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm0, %xmm15
movapd %xmm5, -736(%rbp) ## 16-byte Spill
maxsd -1696(%rbp), %xmm5 ## 16-byte Folded Reload
movapd %xmm15, %xmm8
maxsd %xmm5, %xmm8
ucomisd %xmm2, %xmm8
jbe LBB0_1296
## %bb.1294: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm15
movapd %xmm15, %xmm9
ja LBB0_1301
## %bb.1295: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm9
jmp LBB0_1301
.p2align 4, 0x90
LBB0_1296: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
jbe LBB0_1299
## %bb.1297: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm9
ja LBB0_1301
## %bb.1298: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm9
jmp LBB0_1301
.p2align 4, 0x90
LBB0_1299: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm9
ja LBB0_1301
## %bb.1300: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm9
.p2align 4, 0x90
LBB0_1301: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, -64(%rbp) ## 16-byte Spill
movsd -200(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_20(%rip), %xmm2
movapd -512(%rbp), %xmm7 ## 16-byte Reload
addsd LCPI0_10(%rip), %xmm7
movapd -272(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_5(%rip), %xmm0
maxsd %xmm0, %xmm11
movsd -224(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_22(%rip), %xmm0
movsd -1504(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
maxsd %xmm0, %xmm6
movapd -416(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_26(%rip), %xmm4
ucomisd %xmm6, %xmm10
jbe LBB0_1304
## %bb.1302: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm11
movapd %xmm11, %xmm0
movapd -992(%rbp), %xmm15 ## 16-byte Reload
ja LBB0_1306
## %bb.1303: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
jmp LBB0_1306
.p2align 4, 0x90
LBB0_1304: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, %xmm0
movapd -992(%rbp), %xmm15 ## 16-byte Reload
ja LBB0_1306
## %bb.1305: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_1306: ## in Loop: Header=BB0_1 Depth=1
maxsd -1896(%rbp), %xmm2 ## 8-byte Folded Reload
movapd %xmm7, -1168(%rbp) ## 16-byte Spill
maxsd %xmm4, %xmm7
movapd %xmm2, %xmm4
maxsd %xmm7, %xmm4
ucomisd %xmm0, %xmm4
jbe LBB0_1309
## %bb.1307: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm2
jbe LBB0_1320
## %bb.1308: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm9
movapd %xmm2, %xmm4
ja LBB0_1321
jmp LBB0_1317
.p2align 4, 0x90
LBB0_1309: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm10
jbe LBB0_1312
## %bb.1310: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm11
movapd %xmm11, %xmm0
ja LBB0_1314
## %bb.1311: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
jmp LBB0_1314
.p2align 4, 0x90
LBB0_1320: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
ja LBB0_1321
jmp LBB0_1316
.p2align 4, 0x90
LBB0_1312: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, %xmm0
ja LBB0_1314
## %bb.1313: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_1314: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm9
jbe LBB0_1315
LBB0_1321: ## in Loop: Header=BB0_1 Depth=1
movapd -1040(%rbp), %xmm4 ## 16-byte Reload
ucomisd %xmm3, %xmm4
jbe LBB0_1324
## %bb.1322: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm0
movapd -864(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1326
## %bb.1323: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
jmp LBB0_1326
.p2align 4, 0x90
LBB0_1315: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm2
movapd %xmm2, %xmm4
ja LBB0_1317
LBB0_1316: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm4
LBB0_1317: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm10
jbe LBB0_1334
## %bb.1318: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm11
movapd %xmm11, %xmm0
ja LBB0_1336
## %bb.1319: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
jmp LBB0_1336
.p2align 4, 0x90
LBB0_1324: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm0
movapd -864(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1326
## %bb.1325: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_1326: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm8
jbe LBB0_1329
## %bb.1327: ## in Loop: Header=BB0_1 Depth=1
movapd -64(%rbp), %xmm0 ## 16-byte Reload
ucomisd %xmm5, %xmm0
ja LBB0_1344
## %bb.1328: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, -64(%rbp) ## 16-byte Spill
jmp LBB0_1344
.p2align 4, 0x90
LBB0_1334: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, %xmm0
ja LBB0_1336
## %bb.1335: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_1336: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm4
jbe LBB0_1339
## %bb.1337: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm2
movapd %xmm2, -64(%rbp) ## 16-byte Spill
movapd -864(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1344
## %bb.1338: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, -64(%rbp) ## 16-byte Spill
jmp LBB0_1344
.p2align 4, 0x90
LBB0_1329: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm4
jbe LBB0_1332
## %bb.1330: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, -64(%rbp) ## 16-byte Spill
ja LBB0_1344
## %bb.1331: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, -64(%rbp) ## 16-byte Spill
jmp LBB0_1344
.p2align 4, 0x90
LBB0_1339: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm10
jbe LBB0_1342
## %bb.1340: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm11
movapd %xmm11, -64(%rbp) ## 16-byte Spill
movapd -864(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1344
## %bb.1341: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
movapd %xmm10, -64(%rbp) ## 16-byte Spill
jmp LBB0_1344
LBB0_1332: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, -64(%rbp) ## 16-byte Spill
ja LBB0_1344
## %bb.1333: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, -64(%rbp) ## 16-byte Spill
jmp LBB0_1344
LBB0_1342: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, -64(%rbp) ## 16-byte Spill
movapd -864(%rbp), %xmm2 ## 16-byte Reload
ja LBB0_1344
## %bb.1343: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, -64(%rbp) ## 16-byte Spill
.p2align 4, 0x90
LBB0_1344: ## in Loop: Header=BB0_1 Depth=1
movapd -144(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_19(%rip), %xmm4
movapd %xmm12, %xmm5
addsd LCPI0_9(%rip), %xmm5
movsd -160(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
addsd LCPI0_2(%rip), %xmm7
movsd -384(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_39(%rip), %xmm0
movsd %xmm7, -864(%rbp) ## 8-byte Spill
maxsd %xmm0, %xmm7
movapd -256(%rbp), %xmm9 ## 16-byte Reload
addsd LCPI0_16(%rip), %xmm9
movapd -1392(%rbp), %xmm11 ## 16-byte Reload
maxsd %xmm9, %xmm11
movsd -1480(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
ucomisd %xmm11, %xmm10
jbe LBB0_1347
## %bb.1345: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm7
movapd %xmm7, %xmm0
movapd -2000(%rbp), %xmm3 ## 16-byte Reload
movapd -1056(%rbp), %xmm12 ## 16-byte Reload
ja LBB0_1349
## %bb.1346: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
jmp LBB0_1349
.p2align 4, 0x90
LBB0_1347: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm7
movapd %xmm7, %xmm0
movapd -2000(%rbp), %xmm3 ## 16-byte Reload
movapd -1056(%rbp), %xmm12 ## 16-byte Reload
ja LBB0_1349
## %bb.1348: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
LBB0_1349: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm2, %xmm4
maxsd -1584(%rbp), %xmm5 ## 16-byte Folded Reload
movapd %xmm4, %xmm6
maxsd %xmm5, %xmm6
ucomisd %xmm0, %xmm6
jbe LBB0_1352
## %bb.1350: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm4
movapd %xmm4, %xmm14
ja LBB0_1357
## %bb.1351: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm14
jmp LBB0_1357
.p2align 4, 0x90
LBB0_1352: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm10
jbe LBB0_1355
## %bb.1353: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm7
movapd %xmm7, %xmm14
ja LBB0_1357
## %bb.1354: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm14
jmp LBB0_1357
.p2align 4, 0x90
LBB0_1355: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm7
movapd %xmm7, %xmm14
ja LBB0_1357
## %bb.1356: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm14
.p2align 4, 0x90
LBB0_1357: ## in Loop: Header=BB0_1 Depth=1
addsd LCPI0_11(%rip), %xmm15
maxsd -1864(%rbp), %xmm3 ## 8-byte Folded Reload
movsd -320(%rbp), %xmm8 ## 8-byte Reload
## xmm8 = mem[0],zero
addsd LCPI0_23(%rip), %xmm8
movsd -224(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_19(%rip), %xmm2
movsd -168(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_5(%rip), %xmm1
maxsd %xmm1, %xmm2
ucomisd %xmm2, %xmm8
movapd %xmm4, -896(%rbp) ## 16-byte Spill
jbe LBB0_1360
## %bb.1358: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1362
## %bb.1359: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm4
jmp LBB0_1362
.p2align 4, 0x90
LBB0_1360: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1362
## %bb.1361: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm4
LBB0_1362: ## in Loop: Header=BB0_1 Depth=1
maxsd -576(%rbp), %xmm15 ## 8-byte Folded Reload
movapd -1808(%rbp), %xmm13 ## 16-byte Reload
unpckhpd %xmm13, %xmm13 ## xmm13 = xmm13[1,1]
movapd %xmm12, %xmm1
maxsd %xmm13, %xmm1
movapd %xmm15, %xmm0
maxsd %xmm1, %xmm0
ucomisd %xmm4, %xmm0
jbe LBB0_1365
## %bb.1363: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm15
movsd -656(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
jbe LBB0_1376
## %bb.1364: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm14
movapd %xmm15, %xmm0
ja LBB0_1377
jmp LBB0_1373
.p2align 4, 0x90
LBB0_1365: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
jbe LBB0_1368
## %bb.1366: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1370
## %bb.1367: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm4
jmp LBB0_1370
.p2align 4, 0x90
LBB0_1376: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm14
ja LBB0_1377
jmp LBB0_1372
.p2align 4, 0x90
LBB0_1368: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1370
## %bb.1369: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm4
LBB0_1370: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm14
movsd -656(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
jbe LBB0_1371
LBB0_1377: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm10
movapd -896(%rbp), %xmm15 ## 16-byte Reload
jbe LBB0_1380
## %bb.1378: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm7
movapd %xmm7, %xmm0
movapd -1360(%rbp), %xmm14 ## 16-byte Reload
ja LBB0_1382
## %bb.1379: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm0
jmp LBB0_1382
.p2align 4, 0x90
LBB0_1371: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm15
movapd %xmm15, %xmm0
ja LBB0_1373
LBB0_1372: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
LBB0_1373: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
jbe LBB0_1390
## %bb.1374: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm3
movapd %xmm3, %xmm5
movapd -1072(%rbp), %xmm10 ## 16-byte Reload
movapd -880(%rbp), %xmm4 ## 16-byte Reload
movapd -1360(%rbp), %xmm14 ## 16-byte Reload
movapd -752(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_1392
## %bb.1375: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm3
jmp LBB0_1392
.p2align 4, 0x90
LBB0_1380: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm7
movapd %xmm7, %xmm0
movapd -1360(%rbp), %xmm14 ## 16-byte Reload
ja LBB0_1382
## %bb.1381: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
LBB0_1382: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
jbe LBB0_1385
## %bb.1383: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm15
movapd -1072(%rbp), %xmm10 ## 16-byte Reload
movapd -880(%rbp), %xmm4 ## 16-byte Reload
movapd -752(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_1400
## %bb.1384: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm15
jmp LBB0_1400
.p2align 4, 0x90
LBB0_1390: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm3
movapd %xmm3, %xmm5
movapd -1072(%rbp), %xmm10 ## 16-byte Reload
movapd -880(%rbp), %xmm4 ## 16-byte Reload
movapd -1360(%rbp), %xmm14 ## 16-byte Reload
movapd -752(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_1392
## %bb.1391: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm3
LBB0_1392: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm0
jbe LBB0_1395
## %bb.1393: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm15
ja LBB0_1400
## %bb.1394: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm15
jmp LBB0_1400
.p2align 4, 0x90
LBB0_1385: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm10
movapd -752(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_1388
## %bb.1386: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm7
movapd %xmm7, %xmm15
movapd %xmm10, %xmm0
movapd -1072(%rbp), %xmm10 ## 16-byte Reload
movapd -880(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1400
## %bb.1387: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm15
jmp LBB0_1400
.p2align 4, 0x90
LBB0_1395: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm15
ucomisd %xmm2, %xmm8
jbe LBB0_1398
## %bb.1396: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm5
ja LBB0_1400
## %bb.1397: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm15
jmp LBB0_1400
LBB0_1388: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm7
movapd %xmm7, %xmm15
movapd -1072(%rbp), %xmm10 ## 16-byte Reload
movapd -880(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1400
## %bb.1389: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm15
jmp LBB0_1400
LBB0_1398: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
ja LBB0_1400
## %bb.1399: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm15
.p2align 4, 0x90
LBB0_1400: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, -896(%rbp) ## 16-byte Spill
movapd -144(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_14(%rip), %xmm0
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_10(%rip), %xmm2
movsd -1472(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
maxsd -1680(%rbp), %xmm5 ## 16-byte Folded Reload
movsd -96(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_2(%rip), %xmm1
movsd -1496(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
maxsd %xmm1, %xmm11
ucomisd %xmm11, %xmm12
movapd %xmm5, %xmm13
jbe LBB0_1403
## %bb.1401: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm5
movapd %xmm5, %xmm1
movapd -2016(%rbp), %xmm8 ## 16-byte Reload
movsd -1440(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
ja LBB0_1405
## %bb.1402: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm1
jmp LBB0_1405
.p2align 4, 0x90
LBB0_1403: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm5
movapd %xmm5, %xmm1
movapd -2016(%rbp), %xmm8 ## 16-byte Reload
movsd -1440(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
ja LBB0_1405
## %bb.1404: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm1
LBB0_1405: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm0, %xmm4
maxsd %xmm2, %xmm7
movapd %xmm4, %xmm5
maxsd %xmm7, %xmm5
ucomisd %xmm1, %xmm5
movsd %xmm2, -72(%rbp) ## 8-byte Spill
jbe LBB0_1408
## %bb.1406: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm12
ja LBB0_1413
## %bb.1407: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm12
jmp LBB0_1413
.p2align 4, 0x90
LBB0_1408: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm12
jbe LBB0_1411
## %bb.1409: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
ucomisd %xmm12, %xmm13
movapd %xmm13, %xmm12
ja LBB0_1413
## %bb.1410: ## in Loop: Header=BB0_1 Depth=1
movsd -656(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
jmp LBB0_1413
.p2align 4, 0x90
LBB0_1411: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm12
ucomisd %xmm11, %xmm13
ja LBB0_1413
## %bb.1412: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm12
.p2align 4, 0x90
LBB0_1413: ## in Loop: Header=BB0_1 Depth=1
movapd -128(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_9(%rip), %xmm2
movapd -688(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_34(%rip), %xmm1
movapd -1056(%rbp), %xmm3 ## 16-byte Reload
maxsd %xmm6, %xmm3
movsd -432(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_14(%rip), %xmm0
movsd -1840(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
maxsd -1200(%rbp), %xmm6 ## 8-byte Folded Reload
ucomisd %xmm6, %xmm0
movapd %xmm6, %xmm15
jbe LBB0_1416
## %bb.1414: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
movapd %xmm3, %xmm6
ja LBB0_1418
## %bb.1415: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm6
jmp LBB0_1418
.p2align 4, 0x90
LBB0_1416: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
movapd %xmm3, %xmm6
ja LBB0_1418
## %bb.1417: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm6
LBB0_1418: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm1, %xmm2
maxsd -576(%rbp), %xmm9 ## 8-byte Folded Reload
movapd %xmm2, %xmm1
maxsd %xmm9, %xmm1
ucomisd %xmm6, %xmm1
jbe LBB0_1421
## %bb.1419: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm2
movsd -832(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
jbe LBB0_1432
## %bb.1420: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm12
movapd %xmm2, %xmm1
ja LBB0_1433
jmp LBB0_1429
.p2align 4, 0x90
LBB0_1421: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm0
movsd -832(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
jbe LBB0_1424
## %bb.1422: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
movapd %xmm3, %xmm1
ja LBB0_1426
## %bb.1423: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
jmp LBB0_1426
.p2align 4, 0x90
LBB0_1432: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm12
ja LBB0_1433
jmp LBB0_1428
.p2align 4, 0x90
LBB0_1424: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm1
ucomisd %xmm15, %xmm3
movapd %xmm3, %xmm1
ja LBB0_1426
## %bb.1425: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm1
LBB0_1426: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm12
jbe LBB0_1427
LBB0_1433: ## in Loop: Header=BB0_1 Depth=1
movsd -656(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
ucomisd %xmm11, %xmm1
movsd -1432(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
movapd %xmm13, %xmm0
jbe LBB0_1436
## %bb.1434: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm13
ja LBB0_1438
## %bb.1435: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_1438
.p2align 4, 0x90
LBB0_1427: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm2
movapd %xmm2, %xmm1
ja LBB0_1429
LBB0_1428: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm1
LBB0_1429: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm0
movsd -1432(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
jbe LBB0_1446
## %bb.1430: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
movapd %xmm3, %xmm4
movapd -272(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1448
## %bb.1431: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm4
jmp LBB0_1448
.p2align 4, 0x90
LBB0_1436: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm13
ja LBB0_1438
## %bb.1437: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
LBB0_1438: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
jbe LBB0_1441
## %bb.1439: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd -272(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1456
## %bb.1440: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm4
jmp LBB0_1456
.p2align 4, 0x90
LBB0_1446: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm3
movapd %xmm3, %xmm4
movapd -272(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1448
## %bb.1447: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm4
LBB0_1448: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
jbe LBB0_1451
## %bb.1449: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm2
movapd %xmm2, %xmm4
ja LBB0_1456
## %bb.1450: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm4
jmp LBB0_1456
.p2align 4, 0x90
LBB0_1441: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm1
movapd -272(%rbp), %xmm5 ## 16-byte Reload
jbe LBB0_1444
## %bb.1442: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm13
movapd %xmm13, %xmm4
ja LBB0_1456
## %bb.1443: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm4
jmp LBB0_1456
.p2align 4, 0x90
LBB0_1451: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm0
jbe LBB0_1454
## %bb.1452: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1456
## %bb.1453: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm4
jmp LBB0_1456
LBB0_1444: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm13
movapd %xmm13, %xmm4
ja LBB0_1456
## %bb.1445: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm4
jmp LBB0_1456
LBB0_1454: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm3
movapd %xmm3, %xmm4
ja LBB0_1456
## %bb.1455: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm4
.p2align 4, 0x90
LBB0_1456: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, -880(%rbp) ## 16-byte Spill
movapd -144(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_10(%rip), %xmm0
movsd -232(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_26(%rip), %xmm1
maxsd %xmm1, %xmm8
movsd -160(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_5(%rip), %xmm1
movsd -1832(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
maxsd -2096(%rbp), %xmm3 ## 16-byte Folded Reload
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm11
jbe LBB0_1459
## %bb.1457: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm8
movapd %xmm8, %xmm1
movapd -1232(%rbp), %xmm15 ## 16-byte Reload
ja LBB0_1461
## %bb.1458: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm1
jmp LBB0_1461
.p2align 4, 0x90
LBB0_1459: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm8
movapd %xmm8, %xmm1
movapd -1232(%rbp), %xmm15 ## 16-byte Reload
ja LBB0_1461
## %bb.1460: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm1
LBB0_1461: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm0, %xmm10
unpckhpd %xmm14, %xmm14 ## xmm14 = xmm14[1,1]
maxsd -2080(%rbp), %xmm14 ## 16-byte Folded Reload
movapd %xmm10, %xmm7
maxsd %xmm14, %xmm7
ucomisd %xmm1, %xmm7
jbe LBB0_1464
## %bb.1462: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm10
movapd %xmm10, %xmm0
movapd -1984(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_1469
## %bb.1463: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm0
jmp LBB0_1469
.p2align 4, 0x90
LBB0_1464: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm11
movapd -1984(%rbp), %xmm1 ## 16-byte Reload
jbe LBB0_1467
## %bb.1465: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
ucomisd %xmm11, %xmm8
movapd %xmm8, %xmm0
ja LBB0_1469
## %bb.1466: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
jmp LBB0_1469
.p2align 4, 0x90
LBB0_1467: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm8
movapd %xmm8, %xmm0
ja LBB0_1469
## %bb.1468: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
.p2align 4, 0x90
LBB0_1469: ## in Loop: Header=BB0_1 Depth=1
addpd LCPI0_58(%rip), %xmm1
movapd -688(%rbp), %xmm9 ## 16-byte Reload
unpcklpd -528(%rbp), %xmm9 ## 16-byte Folded Reload
## xmm9 = xmm9[0],mem[0]
addpd LCPI0_59(%rip), %xmm9
movapd %xmm5, %xmm4
addsd LCPI0_9(%rip), %xmm4
movapd -912(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_15(%rip), %xmm2
maxsd %xmm2, %xmm4
maxsd -1856(%rbp), %xmm12 ## 8-byte Folded Reload
ucomisd %xmm12, %xmm6
jbe LBB0_1472
## %bb.1470: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm5
ja LBB0_1474
## %bb.1471: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm5
jmp LBB0_1474
.p2align 4, 0x90
LBB0_1472: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm4
movapd %xmm4, %xmm5
ja LBB0_1474
## %bb.1473: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm5
LBB0_1474: ## in Loop: Header=BB0_1 Depth=1
maxpd %xmm9, %xmm1
movapd %xmm1, %xmm2
unpckhpd %xmm1, %xmm2 ## xmm2 = xmm2[1],xmm1[1]
movapd %xmm1, %xmm6
maxsd %xmm2, %xmm6
ucomisd %xmm5, %xmm6
jbe LBB0_1477
## %bb.1475: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movsd -832(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
jbe LBB0_1488
## %bb.1476: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm0
movapd %xmm1, %xmm0
ja LBB0_1489
jmp LBB0_1485
.p2align 4, 0x90
LBB0_1477: ## in Loop: Header=BB0_1 Depth=1
movsd -832(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ucomisd %xmm12, %xmm6
jbe LBB0_1480
## %bb.1478: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm5
ja LBB0_1482
## %bb.1479: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm5
jmp LBB0_1482
.p2align 4, 0x90
LBB0_1488: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm0
ja LBB0_1489
jmp LBB0_1484
.p2align 4, 0x90
LBB0_1480: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm4
movapd %xmm4, %xmm5
ja LBB0_1482
## %bb.1481: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm5
LBB0_1482: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm0
jbe LBB0_1483
LBB0_1489: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm11
jbe LBB0_1492
## %bb.1490: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
ucomisd %xmm11, %xmm8
movapd %xmm8, %xmm0
movsd -648(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1494
## %bb.1491: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
jmp LBB0_1494
.p2align 4, 0x90
LBB0_1483: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm0
ja LBB0_1485
LBB0_1484: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm0
LBB0_1485: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm6
jbe LBB0_1502
## %bb.1486: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm3
ja LBB0_1504
## %bb.1487: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm3
jmp LBB0_1504
.p2align 4, 0x90
LBB0_1492: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm8
movapd %xmm8, %xmm0
movsd -648(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1494
## %bb.1493: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_1494: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm7
jbe LBB0_1497
## %bb.1495: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm14, %xmm10
ja LBB0_1512
## %bb.1496: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm10
jmp LBB0_1512
.p2align 4, 0x90
LBB0_1502: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm4
movapd %xmm4, %xmm3
ja LBB0_1504
## %bb.1503: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm3
LBB0_1504: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm0
jbe LBB0_1507
## %bb.1505: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
movapd %xmm1, %xmm10
movsd -648(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1512
## %bb.1506: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm10
jmp LBB0_1512
.p2align 4, 0x90
LBB0_1497: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm11
jbe LBB0_1500
## %bb.1498: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm7
ucomisd %xmm11, %xmm8
movapd %xmm8, %xmm10
ja LBB0_1512
## %bb.1499: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm10
jmp LBB0_1512
.p2align 4, 0x90
LBB0_1507: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm6
jbe LBB0_1510
## %bb.1508: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm10
movsd -648(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1512
## %bb.1509: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm10
jmp LBB0_1512
LBB0_1500: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm8
movapd %xmm8, %xmm10
ja LBB0_1512
## %bb.1501: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm10
jmp LBB0_1512
LBB0_1510: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm4
movapd %xmm4, %xmm10
movsd -648(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1512
## %bb.1511: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm10
.p2align 4, 0x90
LBB0_1512: ## in Loop: Header=BB0_1 Depth=1
movsd -384(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
addsd LCPI0_2(%rip), %xmm5
movsd %xmm5, -384(%rbp) ## 8-byte Spill
maxsd -1008(%rbp), %xmm5 ## 8-byte Folded Reload
movapd -992(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_23(%rip), %xmm0
movapd -1088(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_14(%rip), %xmm1
maxsd %xmm1, %xmm0
ucomisd %xmm0, %xmm4
jbe LBB0_1515
## %bb.1513: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
movapd %xmm5, %xmm2
ja LBB0_1517
## %bb.1514: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
jmp LBB0_1517
.p2align 4, 0x90
LBB0_1515: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm2
ja LBB0_1517
## %bb.1516: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm2
LBB0_1517: ## in Loop: Header=BB0_1 Depth=1
movapd -1408(%rbp), %xmm1 ## 16-byte Reload
unpckhpd %xmm1, %xmm1 ## xmm1 = xmm1[1,1]
movapd %xmm1, -1408(%rbp) ## 16-byte Spill
movapd %xmm1, %xmm13
maxsd -1424(%rbp), %xmm13 ## 16-byte Folded Reload
movapd -1632(%rbp), %xmm8 ## 16-byte Reload
maxsd -864(%rbp), %xmm8 ## 8-byte Folded Reload
movapd %xmm13, %xmm11
maxsd %xmm8, %xmm11
ucomisd %xmm2, %xmm11
movapd %xmm10, -1072(%rbp) ## 16-byte Spill
jbe LBB0_1520
## %bb.1518: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm13
movapd %xmm13, %xmm10
movsd -368(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
ja LBB0_1525
## %bb.1519: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm10
jmp LBB0_1525
.p2align 4, 0x90
LBB0_1520: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm4
jbe LBB0_1523
## %bb.1521: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
movapd %xmm5, %xmm10
movsd -368(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
ja LBB0_1525
## %bb.1522: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm10
jmp LBB0_1525
.p2align 4, 0x90
LBB0_1523: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm10
movsd -368(%rbp), %xmm12 ## 8-byte Reload
## xmm12 = mem[0],zero
ja LBB0_1525
## %bb.1524: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm10
.p2align 4, 0x90
LBB0_1525: ## in Loop: Header=BB0_1 Depth=1
movsd -432(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_3(%rip), %xmm1
movsd %xmm1, -432(%rbp) ## 8-byte Spill
movapd -768(%rbp), %xmm4 ## 16-byte Reload
addsd LCPI0_13(%rip), %xmm4
maxsd -1504(%rbp), %xmm4 ## 8-byte Folded Reload
movsd -448(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_15(%rip), %xmm2
movsd -1344(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
maxsd %xmm2, %xmm7
movsd -1928(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
ucomisd %xmm7, %xmm6
jbe LBB0_1528
## %bb.1526: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm2
ja LBB0_1530
## %bb.1527: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm2
jmp LBB0_1530
.p2align 4, 0x90
LBB0_1528: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm2
ja LBB0_1530
## %bb.1529: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm2
LBB0_1530: ## in Loop: Header=BB0_1 Depth=1
unpckhpd %xmm9, %xmm9 ## xmm9 = xmm9[1,1]
maxsd -1616(%rbp), %xmm9 ## 8-byte Folded Reload
movapd -2160(%rbp), %xmm3 ## 16-byte Reload
maxsd -432(%rbp), %xmm3 ## 8-byte Folded Reload
movapd %xmm9, %xmm1
maxsd %xmm3, %xmm1
ucomisd %xmm2, %xmm1
jbe LBB0_1533
## %bb.1531: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
jbe LBB0_1544
## %bb.1532: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm1
ucomisd %xmm9, %xmm10
movapd %xmm9, %xmm2
movsd -720(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
ja LBB0_1545
jmp LBB0_1541
.p2align 4, 0x90
LBB0_1533: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm1
ucomisd %xmm7, %xmm6
jbe LBB0_1536
## %bb.1534: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm2
movsd -720(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
ja LBB0_1538
## %bb.1535: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm2
jmp LBB0_1538
.p2align 4, 0x90
LBB0_1544: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm1
ucomisd %xmm3, %xmm10
movsd -720(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
ja LBB0_1545
jmp LBB0_1540
.p2align 4, 0x90
LBB0_1536: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm2
movsd -720(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
ja LBB0_1538
## %bb.1537: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm2
LBB0_1538: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm10
jbe LBB0_1539
LBB0_1545: ## in Loop: Header=BB0_1 Depth=1
movsd -648(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ucomisd %xmm0, %xmm2
movapd -848(%rbp), %xmm14 ## 16-byte Reload
jbe LBB0_1548
## %bb.1546: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm1
ja LBB0_1550
## %bb.1547: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_1550
.p2align 4, 0x90
LBB0_1539: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
movapd %xmm9, %xmm2
ja LBB0_1541
LBB0_1540: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm2
LBB0_1541: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm6
movapd -848(%rbp), %xmm14 ## 16-byte Reload
jbe LBB0_1558
## %bb.1542: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm0
movapd -1376(%rbp), %xmm11 ## 16-byte Reload
movsd -536(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ja LBB0_1560
## %bb.1543: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
jmp LBB0_1560
.p2align 4, 0x90
LBB0_1548: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm1
ja LBB0_1550
## %bb.1549: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_1550: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm11
jbe LBB0_1553
## %bb.1551: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm13
movapd -1376(%rbp), %xmm11 ## 16-byte Reload
movsd -536(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ja LBB0_1568
## %bb.1552: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm13
jmp LBB0_1568
.p2align 4, 0x90
LBB0_1558: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm0
movapd -1376(%rbp), %xmm11 ## 16-byte Reload
movsd -536(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ja LBB0_1560
## %bb.1559: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm0
LBB0_1560: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
jbe LBB0_1563
## %bb.1561: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
movapd %xmm9, %xmm13
ja LBB0_1568
## %bb.1562: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm13
jmp LBB0_1568
.p2align 4, 0x90
LBB0_1553: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
movapd -1376(%rbp), %xmm11 ## 16-byte Reload
jbe LBB0_1556
## %bb.1554: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm5, %xmm13
movsd -536(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ja LBB0_1568
## %bb.1555: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm13
jmp LBB0_1568
.p2align 4, 0x90
LBB0_1563: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm6
jbe LBB0_1566
## %bb.1564: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd %xmm4, %xmm13
ja LBB0_1568
## %bb.1565: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm13
jmp LBB0_1568
LBB0_1556: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm13
movsd -536(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ja LBB0_1568
## %bb.1557: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm13
jmp LBB0_1568
LBB0_1566: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm13
ja LBB0_1568
## %bb.1567: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm13
.p2align 4, 0x90
LBB0_1568: ## in Loop: Header=BB0_1 Depth=1
movsd -88(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
movapd %xmm10, %xmm0
addsd LCPI0_39(%rip), %xmm0
movapd -192(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_12(%rip), %xmm1
movapd %xmm1, -192(%rbp) ## 16-byte Spill
maxsd -2112(%rbp), %xmm5 ## 16-byte Folded Reload
movsd -96(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
addsd LCPI0_14(%rip), %xmm1
movsd -328(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
maxsd %xmm1, %xmm7
ucomisd %xmm7, %xmm3
jbe LBB0_1571
## %bb.1569: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
movapd %xmm5, %xmm2
movapd -1152(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1573
## %bb.1570: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
jmp LBB0_1573
.p2align 4, 0x90
LBB0_1571: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm2
movapd -1152(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1573
## %bb.1572: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm2
LBB0_1573: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm0, %xmm14
movsd -1216(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
maxsd -192(%rbp), %xmm0 ## 16-byte Folded Reload
movapd %xmm14, %xmm1
maxsd %xmm0, %xmm1
ucomisd %xmm2, %xmm1
movapd %xmm13, -368(%rbp) ## 16-byte Spill
jbe LBB0_1576
## %bb.1574: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm13
ucomisd %xmm0, %xmm14
movapd %xmm14, %xmm8
ja LBB0_1581
## %bb.1575: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm8
jmp LBB0_1581
.p2align 4, 0x90
LBB0_1576: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
jbe LBB0_1579
## %bb.1577: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
movapd %xmm5, %xmm13
movapd %xmm5, %xmm8
ja LBB0_1581
## %bb.1578: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm8
jmp LBB0_1581
.p2align 4, 0x90
LBB0_1579: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movapd %xmm5, %xmm13
movapd %xmm5, %xmm8
ja LBB0_1581
## %bb.1580: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm8
.p2align 4, 0x90
LBB0_1581: ## in Loop: Header=BB0_1 Depth=1
movsd -552(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_13(%rip), %xmm2
movsd %xmm2, -552(%rbp) ## 8-byte Spill
movapd -992(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_19(%rip), %xmm2
movapd -464(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_16(%rip), %xmm5
movapd %xmm11, %xmm3
unpckhpd %xmm11, %xmm3 ## xmm3 = xmm3[1],xmm11[1]
maxsd %xmm5, %xmm3
addsd LCPI0_34(%rip), %xmm12
maxsd -1488(%rbp), %xmm12 ## 8-byte Folded Reload
ucomisd %xmm12, %xmm15
jbe LBB0_1584
## %bb.1582: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm3
movapd %xmm3, %xmm5
ja LBB0_1586
## %bb.1583: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm5
jmp LBB0_1586
.p2align 4, 0x90
LBB0_1584: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm5
ja LBB0_1586
## %bb.1585: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm5
LBB0_1586: ## in Loop: Header=BB0_1 Depth=1
maxsd -552(%rbp), %xmm4 ## 8-byte Folded Reload
maxsd -1600(%rbp), %xmm2 ## 16-byte Folded Reload
movapd %xmm4, %xmm6
maxsd %xmm2, %xmm6
ucomisd %xmm5, %xmm6
jbe LBB0_1589
## %bb.1587: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
movapd -592(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_1600
## %bb.1588: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm8
movapd %xmm4, %xmm5
ja LBB0_1601
jmp LBB0_1597
.p2align 4, 0x90
LBB0_1589: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm15
movapd -592(%rbp), %xmm6 ## 16-byte Reload
jbe LBB0_1592
## %bb.1590: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm3
movapd %xmm3, %xmm5
ja LBB0_1594
## %bb.1591: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm5
jmp LBB0_1594
.p2align 4, 0x90
LBB0_1600: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
ja LBB0_1601
jmp LBB0_1596
.p2align 4, 0x90
LBB0_1592: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm5
ja LBB0_1594
## %bb.1593: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm5
LBB0_1594: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm8
jbe LBB0_1595
LBB0_1601: ## in Loop: Header=BB0_1 Depth=1
movsd -720(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
ucomisd %xmm7, %xmm3
jbe LBB0_1604
## %bb.1602: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
movapd %xmm13, %xmm2
ja LBB0_1606
## %bb.1603: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
jmp LBB0_1606
.p2align 4, 0x90
LBB0_1595: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
movapd %xmm4, %xmm5
ja LBB0_1597
LBB0_1596: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm5
LBB0_1597: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm15
jbe LBB0_1614
## %bb.1598: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm3
movapd %xmm3, %xmm0
ja LBB0_1616
## %bb.1599: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm0
jmp LBB0_1616
.p2align 4, 0x90
LBB0_1604: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm13
movapd %xmm13, %xmm2
ja LBB0_1606
## %bb.1605: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm2
LBB0_1606: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
jbe LBB0_1609
## %bb.1607: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
ja LBB0_1624
## %bb.1608: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm14
jmp LBB0_1624
.p2align 4, 0x90
LBB0_1614: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm0
ja LBB0_1616
## %bb.1615: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm0
LBB0_1616: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
jbe LBB0_1619
## %bb.1617: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm4
movapd %xmm4, %xmm14
ja LBB0_1624
## %bb.1618: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm14
jmp LBB0_1624
.p2align 4, 0x90
LBB0_1609: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm3
jbe LBB0_1612
## %bb.1610: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
movapd %xmm13, %xmm14
ja LBB0_1624
## %bb.1611: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm14
jmp LBB0_1624
.p2align 4, 0x90
LBB0_1619: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm15
jbe LBB0_1622
## %bb.1620: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm3
movapd %xmm3, %xmm14
ja LBB0_1624
## %bb.1621: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm14
jmp LBB0_1624
LBB0_1612: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm13
movapd %xmm13, %xmm14
ja LBB0_1624
## %bb.1613: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm14
jmp LBB0_1624
LBB0_1622: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm14
ja LBB0_1624
## %bb.1623: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm14
.p2align 4, 0x90
LBB0_1624: ## in Loop: Header=BB0_1 Depth=1
addsd LCPI0_6(%rip), %xmm6
movapd %xmm10, %xmm0
addsd LCPI0_12(%rip), %xmm0
movsd -1496(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
maxsd -384(%rbp), %xmm4 ## 8-byte Folded Reload
movsd -96(%rbp), %xmm9 ## 8-byte Reload
## xmm9 = mem[0],zero
addsd LCPI0_3(%rip), %xmm9
movapd -1184(%rbp), %xmm7 ## 16-byte Reload
maxsd -1712(%rbp), %xmm7 ## 16-byte Folded Reload
ucomisd %xmm7, %xmm9
jbe LBB0_1627
## %bb.1625: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm4
movapd %xmm4, %xmm2
movapd -1648(%rbp), %xmm3 ## 16-byte Reload
movsd -1344(%rbp), %xmm13 ## 8-byte Reload
## xmm13 = mem[0],zero
ja LBB0_1629
## %bb.1626: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm2
jmp LBB0_1629
.p2align 4, 0x90
LBB0_1627: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm2
movapd -1648(%rbp), %xmm3 ## 16-byte Reload
movsd -1344(%rbp), %xmm13 ## 8-byte Reload
## xmm13 = mem[0],zero
ja LBB0_1629
## %bb.1628: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm2
LBB0_1629: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm0, %xmm6
movapd -2144(%rbp), %xmm1 ## 16-byte Reload
unpckhpd %xmm1, %xmm1 ## xmm1 = xmm1[1,1]
movapd %xmm3, %xmm0
maxsd %xmm1, %xmm0
movapd %xmm6, %xmm1
maxsd %xmm0, %xmm1
ucomisd %xmm2, %xmm1
jbe LBB0_1632
## %bb.1630: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
movapd %xmm6, %xmm8
ja LBB0_1637
## %bb.1631: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm8
jmp LBB0_1637
.p2align 4, 0x90
LBB0_1632: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
jbe LBB0_1635
## %bb.1633: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm4
movapd %xmm4, %xmm8
ja LBB0_1637
## %bb.1634: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm8
jmp LBB0_1637
.p2align 4, 0x90
LBB0_1635: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm8
ja LBB0_1637
## %bb.1636: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm8
.p2align 4, 0x90
LBB0_1637: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm10
movapd -416(%rbp), %xmm15 ## 16-byte Reload
addsd LCPI0_20(%rip), %xmm15
movapd -912(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_23(%rip), %xmm2
movsd -832(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
maxsd -1888(%rbp), %xmm6 ## 8-byte Folded Reload
movsd -448(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_12(%rip), %xmm3
maxsd -1936(%rbp), %xmm3 ## 8-byte Folded Reload
ucomisd %xmm3, %xmm13
movapd %xmm6, %xmm12
movapd %xmm7, %xmm5
jbe LBB0_1640
## %bb.1638: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
ja LBB0_1642
## %bb.1639: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm6
jmp LBB0_1642
.p2align 4, 0x90
LBB0_1640: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
ja LBB0_1642
## %bb.1641: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm6
LBB0_1642: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm15, %xmm11
maxsd -976(%rbp), %xmm2 ## 16-byte Folded Reload
movapd %xmm11, %xmm7
maxsd %xmm2, %xmm7
ucomisd %xmm6, %xmm7
jbe LBB0_1645
## %bb.1643: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm11
movapd %xmm5, %xmm7
jbe LBB0_1656
## %bb.1644: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm8
movapd %xmm11, %xmm6
ja LBB0_1657
jmp LBB0_1653
.p2align 4, 0x90
LBB0_1645: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
movapd %xmm5, %xmm7
movapd %xmm12, %xmm6
jbe LBB0_1648
## %bb.1646: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm6
ja LBB0_1650
## %bb.1647: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm6
jmp LBB0_1650
.p2align 4, 0x90
LBB0_1656: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm8
ja LBB0_1657
jmp LBB0_1652
.p2align 4, 0x90
LBB0_1648: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm6
ja LBB0_1650
## %bb.1649: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm6
LBB0_1650: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm8
jbe LBB0_1651
LBB0_1657: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
movapd %xmm10, %xmm12
movapd -144(%rbp), %xmm8 ## 16-byte Reload
jbe LBB0_1660
## %bb.1658: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm4
movapd %xmm4, %xmm2
movsd -1136(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
movsd -152(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
movapd -400(%rbp), %xmm11 ## 16-byte Reload
movsd -1248(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
ja LBB0_1662
## %bb.1659: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm2
jmp LBB0_1662
.p2align 4, 0x90
LBB0_1651: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm11
movapd %xmm11, %xmm6
ja LBB0_1653
LBB0_1652: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm6
LBB0_1653: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
movsd -1136(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
movsd -1248(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
movapd -144(%rbp), %xmm8 ## 16-byte Reload
movapd %xmm12, %xmm0
jbe LBB0_1670
## %bb.1654: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm12
ja LBB0_1672
## %bb.1655: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm0
jmp LBB0_1672
.p2align 4, 0x90
LBB0_1660: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm2
movsd -1136(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
movsd -152(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
movapd -400(%rbp), %xmm11 ## 16-byte Reload
movsd -1248(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
ja LBB0_1662
## %bb.1661: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm2
LBB0_1662: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
jbe LBB0_1665
## %bb.1663: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm12
ja LBB0_1680
## %bb.1664: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm12
jmp LBB0_1680
.p2align 4, 0x90
LBB0_1670: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm12
ja LBB0_1672
## %bb.1671: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_1672: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm6
jbe LBB0_1675
## %bb.1673: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm11
movapd %xmm11, %xmm12
movsd -152(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
movapd -400(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1680
## %bb.1674: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm12
jmp LBB0_1680
.p2align 4, 0x90
LBB0_1665: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm9
jbe LBB0_1668
## %bb.1666: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm4
movapd %xmm4, %xmm12
ja LBB0_1680
## %bb.1667: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm12
jmp LBB0_1680
.p2align 4, 0x90
LBB0_1675: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm13
jbe LBB0_1678
## %bb.1676: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm12
movsd -152(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
movapd -400(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1680
## %bb.1677: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm12
jmp LBB0_1680
LBB0_1668: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm4
movapd %xmm4, %xmm12
ja LBB0_1680
## %bb.1669: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm12
jmp LBB0_1680
LBB0_1678: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm12
movsd -152(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
movapd -400(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1680
## %bb.1679: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm12
.p2align 4, 0x90
LBB0_1680: ## in Loop: Header=BB0_1 Depth=1
addsd LCPI0_22(%rip), %xmm8
movapd -704(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_4(%rip), %xmm0
maxsd %xmm6, %xmm5
maxsd -2192(%rbp), %xmm10 ## 16-byte Folded Reload
movsd -1024(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
ucomisd %xmm10, %xmm3
jbe LBB0_1683
## %bb.1681: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
movapd %xmm5, %xmm1
movapd -672(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_1685
## %bb.1682: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm1
jmp LBB0_1685
.p2align 4, 0x90
LBB0_1683: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm5
movapd %xmm5, %xmm1
movapd -672(%rbp), %xmm9 ## 16-byte Reload
ja LBB0_1685
## %bb.1684: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm1
LBB0_1685: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm0, %xmm8
movapd -640(%rbp), %xmm2 ## 16-byte Reload
maxsd -1632(%rbp), %xmm2 ## 16-byte Folded Reload
movapd %xmm8, %xmm0
maxsd %xmm2, %xmm0
ucomisd %xmm1, %xmm0
movapd %xmm12, -592(%rbp) ## 16-byte Spill
movapd %xmm15, -384(%rbp) ## 16-byte Spill
jbe LBB0_1688
## %bb.1686: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm15
movapd %xmm2, %xmm13
ucomisd %xmm2, %xmm8
movapd %xmm8, %xmm5
ja LBB0_1693
## %bb.1687: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm5
jmp LBB0_1693
.p2align 4, 0x90
LBB0_1688: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm13
ucomisd %xmm10, %xmm3
jbe LBB0_1691
## %bb.1689: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
movapd %xmm5, %xmm15
ja LBB0_1693
## %bb.1690: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm5
jmp LBB0_1693
.p2align 4, 0x90
LBB0_1691: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm5
movapd %xmm5, %xmm15
ja LBB0_1693
## %bb.1692: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm5
.p2align 4, 0x90
LBB0_1693: ## in Loop: Header=BB0_1 Depth=1
movapd -688(%rbp), %xmm2 ## 16-byte Reload
movapd -256(%rbp), %xmm12 ## 16-byte Reload
unpcklpd %xmm12, %xmm2 ## xmm2 = xmm2[0],xmm12[0]
addpd LCPI0_60(%rip), %xmm2
movapd -528(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_3(%rip), %xmm3
maxsd -928(%rbp), %xmm3 ## 8-byte Folded Reload
movsd -104(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_14(%rip), %xmm4
movsd -168(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd LCPI0_26(%rip), %xmm6
maxsd %xmm6, %xmm4
movapd %xmm9, %xmm6
unpcklpd -416(%rbp), %xmm6 ## 16-byte Folded Reload
## xmm6 = xmm6[0],mem[0]
addpd LCPI0_61(%rip), %xmm6
movsd -80(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
ucomisd %xmm4, %xmm1
jbe LBB0_1696
## %bb.1694: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm7
ja LBB0_1698
## %bb.1695: ## in Loop: Header=BB0_1 Depth=1
movsd -80(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
jmp LBB0_1698
.p2align 4, 0x90
LBB0_1696: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm7
ja LBB0_1698
## %bb.1697: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm7
LBB0_1698: ## in Loop: Header=BB0_1 Depth=1
maxpd %xmm6, %xmm2
movapd %xmm2, %xmm6
unpckhpd %xmm2, %xmm6 ## xmm6 = xmm6[1],xmm2[1]
movapd %xmm2, %xmm1
maxsd %xmm6, %xmm1
ucomisd %xmm7, %xmm1
movapd %xmm14, -848(%rbp) ## 16-byte Spill
movapd %xmm8, -144(%rbp) ## 16-byte Spill
jbe LBB0_1701
## %bb.1699: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm2
movsd -88(%rbp), %xmm8 ## 8-byte Reload
## xmm8 = mem[0],zero
jbe LBB0_1712
## %bb.1700: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm5
movapd %xmm2, %xmm1
movsd -1128(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_1713
jmp LBB0_1709
.p2align 4, 0x90
LBB0_1701: ## in Loop: Header=BB0_1 Depth=1
movsd -80(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
ucomisd %xmm4, %xmm1
jbe LBB0_1704
## %bb.1702: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm7
ja LBB0_1706
## %bb.1703: ## in Loop: Header=BB0_1 Depth=1
movsd -80(%rbp), %xmm7 ## 8-byte Reload
## xmm7 = mem[0],zero
jmp LBB0_1706
.p2align 4, 0x90
LBB0_1712: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm5
movsd -1128(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_1713
jmp LBB0_1708
.p2align 4, 0x90
LBB0_1704: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm7
ja LBB0_1706
## %bb.1705: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm7
LBB0_1706: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm5
movsd -88(%rbp), %xmm8 ## 8-byte Reload
## xmm8 = mem[0],zero
movsd -1128(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
jbe LBB0_1707
LBB0_1713: ## in Loop: Header=BB0_1 Depth=1
movsd -1024(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
movapd %xmm15, %xmm2
ucomisd %xmm10, %xmm3
jbe LBB0_1716
## %bb.1714: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm15
movapd %xmm15, %xmm1
ja LBB0_1718
## %bb.1715: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm1
jmp LBB0_1718
.p2align 4, 0x90
LBB0_1707: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm2
movapd %xmm2, %xmm1
ja LBB0_1709
LBB0_1708: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
LBB0_1709: ## in Loop: Header=BB0_1 Depth=1
movsd -80(%rbp), %xmm5 ## 8-byte Reload
## xmm5 = mem[0],zero
ucomisd %xmm4, %xmm5
jbe LBB0_1726
## %bb.1710: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
movapd %xmm3, %xmm0
movsd -1096(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
ja LBB0_1728
## %bb.1711: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm0
jmp LBB0_1728
.p2align 4, 0x90
LBB0_1716: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm15
movapd %xmm15, %xmm1
ja LBB0_1718
## %bb.1717: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm1
LBB0_1718: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm0
movsd -1096(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
jbe LBB0_1721
## %bb.1719: ## in Loop: Header=BB0_1 Depth=1
movapd -144(%rbp), %xmm0 ## 16-byte Reload
ucomisd %xmm13, %xmm0
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_1736
## %bb.1720: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, -144(%rbp) ## 16-byte Spill
jmp LBB0_1736
.p2align 4, 0x90
LBB0_1726: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, %xmm0
movsd -1096(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
ja LBB0_1728
## %bb.1727: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
LBB0_1728: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm1
jbe LBB0_1731
## %bb.1729: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm2
movapd %xmm2, -144(%rbp) ## 16-byte Spill
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_1736
## %bb.1730: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, -144(%rbp) ## 16-byte Spill
jmp LBB0_1736
.p2align 4, 0x90
LBB0_1721: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm3
jbe LBB0_1724
## %bb.1722: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm2
movapd %xmm2, -144(%rbp) ## 16-byte Spill
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_1736
## %bb.1723: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, -144(%rbp) ## 16-byte Spill
jmp LBB0_1736
.p2align 4, 0x90
LBB0_1731: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm5
jbe LBB0_1734
## %bb.1732: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm3
movapd %xmm3, -144(%rbp) ## 16-byte Spill
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_1736
## %bb.1733: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, -144(%rbp) ## 16-byte Spill
jmp LBB0_1736
LBB0_1724: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm10, %xmm2
movapd %xmm2, -144(%rbp) ## 16-byte Spill
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_1736
## %bb.1725: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, -144(%rbp) ## 16-byte Spill
jmp LBB0_1736
LBB0_1734: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd %xmm3, -144(%rbp) ## 16-byte Spill
movsd -72(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_1736
## %bb.1735: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, -144(%rbp) ## 16-byte Spill
.p2align 4, 0x90
LBB0_1736: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm10
addsd LCPI0_26(%rip), %xmm10
maxsd -1328(%rbp), %xmm14 ## 16-byte Folded Reload
movapd -688(%rbp), %xmm6 ## 16-byte Reload
addsd LCPI0_9(%rip), %xmm6
movsd LCPI0_14(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm9
movapd %xmm12, %xmm0
addsd %xmm1, %xmm0
maxsd %xmm0, %xmm9
ucomisd %xmm9, %xmm6
jbe LBB0_1739
## %bb.1737: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm14
movapd %xmm14, %xmm1
ja LBB0_1741
## %bb.1738: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
jmp LBB0_1741
.p2align 4, 0x90
LBB0_1739: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm14
movapd %xmm14, %xmm1
ja LBB0_1741
## %bb.1740: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm1
LBB0_1741: ## in Loop: Header=BB0_1 Depth=1
maxsd -1408(%rbp), %xmm10 ## 16-byte Folded Reload
maxsd -1912(%rbp), %xmm2 ## 8-byte Folded Reload
movapd %xmm10, %xmm0
maxsd %xmm2, %xmm0
ucomisd %xmm1, %xmm0
jbe LBB0_1744
## %bb.1742: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm10
movapd %xmm10, %xmm12
ja LBB0_1749
## %bb.1743: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm12
jmp LBB0_1749
.p2align 4, 0x90
LBB0_1744: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm6
jbe LBB0_1747
## %bb.1745: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm14
movapd %xmm14, %xmm12
ja LBB0_1749
## %bb.1746: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm12
jmp LBB0_1749
.p2align 4, 0x90
LBB0_1747: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm14
movapd %xmm14, %xmm12
ja LBB0_1749
## %bb.1748: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm12
.p2align 4, 0x90
LBB0_1749: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm13
movapd -528(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_11(%rip), %xmm1
movapd %xmm1, -528(%rbp) ## 16-byte Spill
movapd -912(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_16(%rip), %xmm1
movapd %xmm1, %xmm8
maxsd -1512(%rbp), %xmm1 ## 8-byte Folded Reload
movapd -768(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_3(%rip), %xmm3
movsd -320(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
addsd LCPI0_14(%rip), %xmm4
movsd -104(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_19(%rip), %xmm2
movsd %xmm2, -104(%rbp) ## 8-byte Spill
maxsd %xmm2, %xmm4
ucomisd %xmm4, %xmm3
jbe LBB0_1752
## %bb.1750: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm2
ja LBB0_1754
## %bb.1751: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
jmp LBB0_1754
.p2align 4, 0x90
LBB0_1752: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm2
ja LBB0_1754
## %bb.1753: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
LBB0_1754: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm7
maxsd -528(%rbp), %xmm7 ## 16-byte Folded Reload
movapd -464(%rbp), %xmm5 ## 16-byte Reload
addsd LCPI0_3(%rip), %xmm5
maxsd %xmm5, %xmm15
movapd %xmm7, %xmm5
maxsd %xmm15, %xmm5
ucomisd %xmm2, %xmm5
jbe LBB0_1757
## %bb.1755: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm7
jbe LBB0_1768
## %bb.1756: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm12
movapd %xmm7, %xmm2
ja LBB0_1769
jmp LBB0_1765
.p2align 4, 0x90
LBB0_1757: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
jbe LBB0_1760
## %bb.1758: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm2
ja LBB0_1762
## %bb.1759: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
jmp LBB0_1762
.p2align 4, 0x90
LBB0_1768: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm12
ja LBB0_1769
jmp LBB0_1764
.p2align 4, 0x90
LBB0_1760: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm2
ja LBB0_1762
## %bb.1761: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
LBB0_1762: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm12
jbe LBB0_1763
LBB0_1769: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm6
movapd -512(%rbp), %xmm11 ## 16-byte Reload
movapd -1648(%rbp), %xmm12 ## 16-byte Reload
jbe LBB0_1772
## %bb.1770: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm14
movapd %xmm14, %xmm1
movsd -88(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
movapd -416(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1774
## %bb.1771: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
jmp LBB0_1774
.p2align 4, 0x90
LBB0_1763: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm7
movapd %xmm7, %xmm2
ja LBB0_1765
LBB0_1764: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm2
LBB0_1765: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd -512(%rbp), %xmm11 ## 16-byte Reload
movapd -1648(%rbp), %xmm12 ## 16-byte Reload
jbe LBB0_1782
## %bb.1766: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm0
ja LBB0_1784
## %bb.1767: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
jmp LBB0_1784
.p2align 4, 0x90
LBB0_1772: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm14
movapd %xmm14, %xmm1
movsd -88(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
movapd -416(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1774
## %bb.1773: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm1
LBB0_1774: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm0
jbe LBB0_1777
## %bb.1775: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm10
ja LBB0_1792
## %bb.1776: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm10
jmp LBB0_1792
.p2align 4, 0x90
LBB0_1782: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm0
ja LBB0_1784
## %bb.1783: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
LBB0_1784: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm2
jbe LBB0_1787
## %bb.1785: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm15, %xmm7
movapd %xmm7, %xmm10
movsd -88(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
movapd -416(%rbp), %xmm5 ## 16-byte Reload
ja LBB0_1792
## %bb.1786: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm10
jmp LBB0_1792
.p2align 4, 0x90
LBB0_1777: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm6
jbe LBB0_1780
## %bb.1778: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm14
movapd %xmm14, %xmm10
ja LBB0_1792
## %bb.1779: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm10
jmp LBB0_1792
.p2align 4, 0x90
LBB0_1787: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm3
movapd -416(%rbp), %xmm5 ## 16-byte Reload
jbe LBB0_1790
## %bb.1788: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd %xmm1, %xmm10
movsd -88(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_1792
## %bb.1789: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm10
jmp LBB0_1792
LBB0_1780: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm9, %xmm14
movapd %xmm14, %xmm10
ja LBB0_1792
## %bb.1781: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm10
jmp LBB0_1792
LBB0_1790: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm10
movsd -88(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ja LBB0_1792
## %bb.1791: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm10
.p2align 4, 0x90
LBB0_1792: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm3
addsd LCPI0_34(%rip), %xmm3
movapd -704(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_13(%rip), %xmm0
movapd %xmm0, -704(%rbp) ## 16-byte Spill
movapd %xmm11, %xmm0
addsd LCPI0_26(%rip), %xmm0
movapd -1392(%rbp), %xmm7 ## 16-byte Reload
maxsd %xmm0, %xmm7
movapd -992(%rbp), %xmm2 ## 16-byte Reload
addsd LCPI0_12(%rip), %xmm2
addsd LCPI0_39(%rip), %xmm5
maxsd -1104(%rbp), %xmm5 ## 8-byte Folded Reload
ucomisd %xmm5, %xmm2
jbe LBB0_1795
## %bb.1793: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm7
movapd %xmm7, %xmm1
movsd -656(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
movapd -1568(%rbp), %xmm0 ## 16-byte Reload
movsd -544(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1797
## %bb.1794: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_1797
.p2align 4, 0x90
LBB0_1795: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
movapd %xmm7, %xmm1
movsd -656(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
movapd -1568(%rbp), %xmm0 ## 16-byte Reload
movsd -544(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
ja LBB0_1797
## %bb.1796: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm1
LBB0_1797: ## in Loop: Header=BB0_1 Depth=1
maxsd -704(%rbp), %xmm3 ## 16-byte Folded Reload
maxsd %xmm0, %xmm12
movapd %xmm3, %xmm0
maxsd %xmm12, %xmm0
ucomisd %xmm1, %xmm0
movsd %xmm3, -192(%rbp) ## 8-byte Spill
movapd %xmm7, -1392(%rbp) ## 16-byte Spill
jbe LBB0_1800
## %bb.1798: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm15
ucomisd %xmm12, %xmm3
movapd %xmm3, %xmm7
ja LBB0_1805
## %bb.1799: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm7
jmp LBB0_1805
.p2align 4, 0x90
LBB0_1800: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm2
jbe LBB0_1803
## %bb.1801: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm15
ucomisd %xmm2, %xmm7
ja LBB0_1805
## %bb.1802: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm15, %xmm7
jmp LBB0_1805
.p2align 4, 0x90
LBB0_1803: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm15
ucomisd %xmm5, %xmm7
ja LBB0_1805
## %bb.1804: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm7
.p2align 4, 0x90
LBB0_1805: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm14
movapd %xmm5, %xmm12
movapd -464(%rbp), %xmm3 ## 16-byte Reload
addsd LCPI0_39(%rip), %xmm3
movapd -480(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_5(%rip), %xmm1
movsd LCPI0_16(%rip), %xmm5 ## xmm5 = mem[0],zero
movapd -768(%rbp), %xmm13 ## 16-byte Reload
addsd %xmm5, %xmm13
movsd -320(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_34(%rip), %xmm2
maxsd %xmm2, %xmm13
movsd -448(%rbp), %xmm6 ## 8-byte Reload
## xmm6 = mem[0],zero
addsd %xmm5, %xmm6
movsd -168(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_15(%rip), %xmm2
maxsd %xmm2, %xmm6
ucomisd %xmm6, %xmm4
movapd %xmm13, %xmm9
jbe LBB0_1808
## %bb.1806: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm13
ja LBB0_1810
## %bb.1807: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm13
jmp LBB0_1810
.p2align 4, 0x90
LBB0_1808: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm13
ja LBB0_1810
## %bb.1809: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm13
LBB0_1810: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm8, %xmm3
maxsd -1960(%rbp), %xmm1 ## 8-byte Folded Reload
movapd %xmm3, %xmm5
maxsd %xmm1, %xmm5
ucomisd %xmm13, %xmm5
movsd %xmm10, -640(%rbp) ## 8-byte Spill
jbe LBB0_1813
## %bb.1811: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd -1808(%rbp), %xmm8 ## 16-byte Reload
movapd -736(%rbp), %xmm13 ## 16-byte Reload
jbe LBB0_1824
## %bb.1812: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm7
movapd %xmm3, %xmm7
ja LBB0_1825
jmp LBB0_1821
.p2align 4, 0x90
LBB0_1813: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movapd -1808(%rbp), %xmm8 ## 16-byte Reload
movapd -736(%rbp), %xmm13 ## 16-byte Reload
movapd %xmm9, %xmm2
jbe LBB0_1816
## %bb.1814: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm9
ja LBB0_1818
## %bb.1815: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
jmp LBB0_1818
.p2align 4, 0x90
LBB0_1824: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm7
ja LBB0_1825
jmp LBB0_1820
.p2align 4, 0x90
LBB0_1816: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm9
ja LBB0_1818
## %bb.1817: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm2
LBB0_1818: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm7
jbe LBB0_1819
LBB0_1825: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm15
jbe LBB0_1828
## %bb.1826: ## in Loop: Header=BB0_1 Depth=1
movapd -1392(%rbp), %xmm2 ## 16-byte Reload
ucomisd %xmm15, %xmm2
movapd %xmm2, %xmm1
movsd -88(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
movapd -128(%rbp), %xmm7 ## 16-byte Reload
movapd %xmm15, %xmm6
movapd -288(%rbp), %xmm3 ## 16-byte Reload
movsd -776(%rbp), %xmm9 ## 8-byte Reload
## xmm9 = mem[0],zero
ja LBB0_1830
## %bb.1827: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm1
jmp LBB0_1830
.p2align 4, 0x90
LBB0_1819: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movapd %xmm3, %xmm7
ja LBB0_1821
LBB0_1820: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm7
LBB0_1821: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
jbe LBB0_1837
## %bb.1822: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm9
movapd %xmm9, %xmm0
movsd -1264(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
ja LBB0_1839
## %bb.1823: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm0
jmp LBB0_1839
.p2align 4, 0x90
LBB0_1828: ## in Loop: Header=BB0_1 Depth=1
movapd -1392(%rbp), %xmm2 ## 16-byte Reload
ucomisd %xmm12, %xmm2
movapd %xmm2, %xmm1
movsd -88(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
movapd -128(%rbp), %xmm7 ## 16-byte Reload
movapd %xmm15, %xmm6
movapd -288(%rbp), %xmm3 ## 16-byte Reload
movsd -776(%rbp), %xmm9 ## 8-byte Reload
## xmm9 = mem[0],zero
ja LBB0_1830
## %bb.1829: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm1
LBB0_1830: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm0
movsd -1264(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
jbe LBB0_1833
## %bb.1831: ## in Loop: Header=BB0_1 Depth=1
movsd -192(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
ucomisd %xmm14, %xmm0
ja LBB0_1847
## %bb.1832: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm14, -192(%rbp) ## 8-byte Spill
jmp LBB0_1847
.p2align 4, 0x90
LBB0_1837: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm9
movapd %xmm9, %xmm0
movsd -1264(%rbp), %xmm15 ## 8-byte Reload
## xmm15 = mem[0],zero
ja LBB0_1839
## %bb.1838: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_1839: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm7
jbe LBB0_1842
## %bb.1840: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm3
movsd %xmm3, -192(%rbp) ## 8-byte Spill
movsd -88(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
movapd -128(%rbp), %xmm7 ## 16-byte Reload
movapd -288(%rbp), %xmm3 ## 16-byte Reload
movsd -776(%rbp), %xmm9 ## 8-byte Reload
## xmm9 = mem[0],zero
ja LBB0_1847
## %bb.1841: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm1, -192(%rbp) ## 8-byte Spill
jmp LBB0_1847
.p2align 4, 0x90
LBB0_1833: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm6
jbe LBB0_1835
## %bb.1834: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm2
movsd %xmm2, -192(%rbp) ## 8-byte Spill
jbe LBB0_1846
jmp LBB0_1847
.p2align 4, 0x90
LBB0_1842: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm4
movsd -88(%rbp), %xmm10 ## 8-byte Reload
## xmm10 = mem[0],zero
movapd -128(%rbp), %xmm7 ## 16-byte Reload
jbe LBB0_1845
## %bb.1843: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm9
movsd %xmm9, -192(%rbp) ## 8-byte Spill
movapd -288(%rbp), %xmm3 ## 16-byte Reload
movsd -776(%rbp), %xmm9 ## 8-byte Reload
## xmm9 = mem[0],zero
ja LBB0_1847
## %bb.1844: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm4, -192(%rbp) ## 8-byte Spill
jmp LBB0_1847
LBB0_1835: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm2
movsd %xmm2, -192(%rbp) ## 8-byte Spill
ja LBB0_1847
## %bb.1836: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm12, -192(%rbp) ## 8-byte Spill
jmp LBB0_1847
LBB0_1845: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm9
movsd %xmm9, -192(%rbp) ## 8-byte Spill
movapd -288(%rbp), %xmm3 ## 16-byte Reload
movsd -776(%rbp), %xmm9 ## 8-byte Reload
## xmm9 = mem[0],zero
ja LBB0_1847
LBB0_1846: ## in Loop: Header=BB0_1 Depth=1
movsd %xmm6, -192(%rbp) ## 8-byte Spill
.p2align 4, 0x90
LBB0_1847: ## in Loop: Header=BB0_1 Depth=1
movsd -200(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_4(%rip), %xmm0
maxsd %xmm0, %xmm11
movapd -608(%rbp), %xmm6 ## 16-byte Reload
addsd LCPI0_15(%rip), %xmm6
addsd LCPI0_14(%rip), %xmm7
maxsd -1944(%rbp), %xmm7 ## 8-byte Folded Reload
ucomisd %xmm7, %xmm6
jbe LBB0_1850
## %bb.1848: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, %xmm2
movsd -1456(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -1448(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
movapd -1280(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_1852
## %bb.1849: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm2
jmp LBB0_1852
.p2align 4, 0x90
LBB0_1850: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm11
movapd %xmm11, %xmm2
movsd -1456(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -1448(%rbp), %xmm4 ## 8-byte Reload
## xmm4 = mem[0],zero
movapd -1280(%rbp), %xmm1 ## 16-byte Reload
ja LBB0_1852
## %bb.1851: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm2
LBB0_1852: ## in Loop: Header=BB0_1 Depth=1
maxsd %xmm1, %xmm3
maxsd -1424(%rbp), %xmm13 ## 16-byte Folded Reload
movapd %xmm3, %xmm1
maxsd %xmm13, %xmm1
ucomisd %xmm2, %xmm1
movapd %xmm3, -288(%rbp) ## 16-byte Spill
jbe LBB0_1855
## %bb.1853: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm3
movapd %xmm3, %xmm12
ja LBB0_1860
## %bb.1854: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm12
jmp LBB0_1860
.p2align 4, 0x90
LBB0_1855: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm6
jbe LBB0_1858
## %bb.1856: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, %xmm12
ja LBB0_1860
## %bb.1857: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm12
jmp LBB0_1860
.p2align 4, 0x90
LBB0_1858: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm11
movapd %xmm11, %xmm12
ja LBB0_1860
## %bb.1859: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm12
.p2align 4, 0x90
LBB0_1860: ## in Loop: Header=BB0_1 Depth=1
movapd -976(%rbp), %xmm5 ## 16-byte Reload
maxsd -920(%rbp), %xmm5 ## 8-byte Folded Reload
movsd -224(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_23(%rip), %xmm3
movsd -168(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd LCPI0_16(%rip), %xmm2
maxsd %xmm2, %xmm0
ucomisd %xmm0, %xmm3
movapd %xmm5, %xmm14
jbe LBB0_1863
## %bb.1861: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm5
movapd %xmm5, %xmm2
ja LBB0_1865
## %bb.1862: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
jmp LBB0_1865
.p2align 4, 0x90
LBB0_1863: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
movapd %xmm5, %xmm2
ja LBB0_1865
## %bb.1864: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm2
LBB0_1865: ## in Loop: Header=BB0_1 Depth=1
maxsd -1168(%rbp), %xmm4 ## 16-byte Folded Reload
maxsd -2272(%rbp), %xmm8 ## 16-byte Folded Reload
movapd %xmm4, %xmm5
maxsd %xmm8, %xmm5
ucomisd %xmm2, %xmm5
jbe LBB0_1868
## %bb.1866: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm4
movapd %xmm8, %xmm5
jbe LBB0_1879
## %bb.1867: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm12
movapd %xmm4, %xmm2
movapd -1552(%rbp), %xmm8 ## 16-byte Reload
ja LBB0_1880
jmp LBB0_1876
.p2align 4, 0x90
LBB0_1868: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm2
ucomisd %xmm0, %xmm3
jbe LBB0_1871
## %bb.1869: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm14
movapd %xmm8, %xmm5
movapd -1552(%rbp), %xmm8 ## 16-byte Reload
ja LBB0_1873
## %bb.1870: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
jmp LBB0_1873
.p2align 4, 0x90
LBB0_1879: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm12
movapd -1552(%rbp), %xmm8 ## 16-byte Reload
ja LBB0_1880
jmp LBB0_1875
.p2align 4, 0x90
LBB0_1871: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
movapd %xmm8, %xmm5
movapd -1552(%rbp), %xmm8 ## 16-byte Reload
ja LBB0_1873
## %bb.1872: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm2
LBB0_1873: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm12
jbe LBB0_1874
LBB0_1880: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm6
movapd -256(%rbp), %xmm12 ## 16-byte Reload
jbe LBB0_1883
## %bb.1881: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, %xmm2
movapd -288(%rbp), %xmm14 ## 16-byte Reload
ja LBB0_1885
## %bb.1882: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm2
jmp LBB0_1885
.p2align 4, 0x90
LBB0_1874: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm4
movapd %xmm4, %xmm2
ja LBB0_1876
LBB0_1875: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm2
LBB0_1876: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
movapd -256(%rbp), %xmm12 ## 16-byte Reload
jbe LBB0_1893
## %bb.1877: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm14
movapd %xmm14, %xmm1
movapd -400(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1895
## %bb.1878: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm1
jmp LBB0_1895
.p2align 4, 0x90
LBB0_1883: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm11
movapd %xmm11, %xmm2
movapd -288(%rbp), %xmm14 ## 16-byte Reload
ja LBB0_1885
## %bb.1884: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm2
LBB0_1885: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm1
jbe LBB0_1888
## %bb.1886: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm14
movapd -400(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1903
## %bb.1887: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm14
jmp LBB0_1903
.p2align 4, 0x90
LBB0_1893: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
movapd %xmm14, %xmm1
movapd -400(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1895
## %bb.1894: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm1
LBB0_1895: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm2
jbe LBB0_1898
## %bb.1896: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm4
movapd %xmm4, %xmm14
ja LBB0_1903
## %bb.1897: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm14
jmp LBB0_1903
.p2align 4, 0x90
LBB0_1888: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm6
jbe LBB0_1891
## %bb.1889: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm11
movapd %xmm11, %xmm14
movapd -400(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1903
## %bb.1890: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm14
jmp LBB0_1903
.p2align 4, 0x90
LBB0_1898: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm3
jbe LBB0_1901
## %bb.1899: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm14
ja LBB0_1903
## %bb.1900: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm14
jmp LBB0_1903
LBB0_1891: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm11
movapd %xmm11, %xmm14
movapd -400(%rbp), %xmm11 ## 16-byte Reload
ja LBB0_1903
## %bb.1892: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm7, %xmm14
jmp LBB0_1903
LBB0_1901: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm14
ja LBB0_1903
## %bb.1902: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm14
.p2align 4, 0x90
LBB0_1903: ## in Loop: Header=BB0_1 Depth=1
addsd LCPI0_13(%rip), %xmm10
movapd -304(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_3(%rip), %xmm0
maxsd -1952(%rbp), %xmm15 ## 8-byte Folded Reload
movapd -608(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_19(%rip), %xmm1
movsd -1920(%rbp), %xmm13 ## 8-byte Reload
## xmm13 = mem[0],zero
maxsd %xmm1, %xmm13
movsd -1464(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ucomisd %xmm13, %xmm2
jbe LBB0_1906
## %bb.1904: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm15
movapd %xmm15, %xmm1
ja LBB0_1908
## %bb.1905: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_1908
.p2align 4, 0x90
LBB0_1906: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm15
movapd %xmm15, %xmm1
ja LBB0_1908
## %bb.1907: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm1
LBB0_1908: ## in Loop: Header=BB0_1 Depth=1
maxsd -1216(%rbp), %xmm10 ## 8-byte Folded Reload
maxsd %xmm0, %xmm8
movapd %xmm10, %xmm0
maxsd %xmm8, %xmm0
ucomisd %xmm1, %xmm0
jbe LBB0_1911
## %bb.1909: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
movapd %xmm10, %xmm6
ja LBB0_1916
## %bb.1910: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm6
jmp LBB0_1916
.p2align 4, 0x90
LBB0_1911: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm2
jbe LBB0_1914
## %bb.1912: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm15
movapd %xmm15, %xmm6
ja LBB0_1916
## %bb.1913: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm6
jmp LBB0_1916
.p2align 4, 0x90
LBB0_1914: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm15
movapd %xmm15, %xmm6
ja LBB0_1916
## %bb.1915: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm6
.p2align 4, 0x90
LBB0_1916: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, -288(%rbp) ## 16-byte Spill
addsd LCPI0_4(%rip), %xmm12
movapd -464(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_20(%rip), %xmm1
maxsd %xmm1, %xmm9
movapd -480(%rbp), %xmm1 ## 16-byte Reload
addsd LCPI0_15(%rip), %xmm1
movsd -224(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_39(%rip), %xmm3
movsd %xmm3, -224(%rbp) ## 8-byte Spill
maxsd -104(%rbp), %xmm3 ## 8-byte Folded Reload
ucomisd %xmm3, %xmm1
jbe LBB0_1919
## %bb.1917: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
movapd %xmm9, %xmm2
movapd -304(%rbp), %xmm7 ## 16-byte Reload
movsd -320(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_1921
## %bb.1918: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm2
jmp LBB0_1921
.p2align 4, 0x90
LBB0_1919: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm9, %xmm2
movapd -304(%rbp), %xmm7 ## 16-byte Reload
movsd -320(%rbp), %xmm14 ## 8-byte Reload
## xmm14 = mem[0],zero
ja LBB0_1921
## %bb.1920: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
LBB0_1921: ## in Loop: Header=BB0_1 Depth=1
maxsd -1728(%rbp), %xmm12 ## 16-byte Folded Reload
maxsd -384(%rbp), %xmm11 ## 16-byte Folded Reload
movapd %xmm12, %xmm5
maxsd %xmm11, %xmm5
ucomisd %xmm2, %xmm5
jbe LBB0_1924
## %bb.1922: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm12
jbe LBB0_1935
## %bb.1923: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm12, %xmm6
movapd %xmm12, %xmm5
ja LBB0_1936
jmp LBB0_1932
.p2align 4, 0x90
LBB0_1924: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
jbe LBB0_1927
## %bb.1925: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
movapd %xmm9, %xmm2
ja LBB0_1929
## %bb.1926: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm2
jmp LBB0_1929
.p2align 4, 0x90
LBB0_1935: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm6
ja LBB0_1936
jmp LBB0_1931
.p2align 4, 0x90
LBB0_1927: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm9, %xmm2
ja LBB0_1929
## %bb.1928: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
LBB0_1929: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm6
jbe LBB0_1930
LBB0_1936: ## in Loop: Header=BB0_1 Depth=1
movsd -1464(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ucomisd %xmm13, %xmm2
jbe LBB0_1939
## %bb.1937: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm15
movapd %xmm15, %xmm1
movapd -272(%rbp), %xmm5 ## 16-byte Reload
movapd -800(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_1941
## %bb.1938: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm1
jmp LBB0_1941
.p2align 4, 0x90
LBB0_1930: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm12
movapd %xmm12, %xmm5
ja LBB0_1932
LBB0_1931: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm5
LBB0_1932: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
jbe LBB0_1949
## %bb.1933: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
movapd %xmm9, %xmm0
movapd -944(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1951
## %bb.1934: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
jmp LBB0_1951
.p2align 4, 0x90
LBB0_1939: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm15
movapd %xmm15, %xmm1
movapd -272(%rbp), %xmm5 ## 16-byte Reload
movapd -800(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_1941
## %bb.1940: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm1
LBB0_1941: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm0
jbe LBB0_1944
## %bb.1942: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm10
movapd -944(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1959
## %bb.1943: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm10
jmp LBB0_1959
.p2align 4, 0x90
LBB0_1949: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm9, %xmm0
movapd -944(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1951
## %bb.1950: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
LBB0_1951: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm0, %xmm5
jbe LBB0_1954
## %bb.1952: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm12
movapd %xmm12, %xmm10
movapd -272(%rbp), %xmm5 ## 16-byte Reload
movapd -800(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_1959
## %bb.1953: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm10
jmp LBB0_1959
.p2align 4, 0x90
LBB0_1944: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm2
jbe LBB0_1947
## %bb.1945: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm15
movapd %xmm15, %xmm10
movapd -944(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1959
## %bb.1946: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm2, %xmm10
jmp LBB0_1959
.p2align 4, 0x90
LBB0_1954: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movapd -272(%rbp), %xmm5 ## 16-byte Reload
jbe LBB0_1957
## %bb.1955: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm1, %xmm9
movapd %xmm9, %xmm10
movapd -800(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_1959
## %bb.1956: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm10
jmp LBB0_1959
LBB0_1947: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm13, %xmm15
movapd %xmm15, %xmm10
movapd -944(%rbp), %xmm4 ## 16-byte Reload
ja LBB0_1959
## %bb.1948: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm13, %xmm10
jmp LBB0_1959
LBB0_1957: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm9
movapd %xmm9, %xmm10
movapd -800(%rbp), %xmm6 ## 16-byte Reload
ja LBB0_1959
## %bb.1958: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm10
.p2align 4, 0x90
LBB0_1959: ## in Loop: Header=BB0_1 Depth=1
addsd LCPI0_34(%rip), %xmm7
maxsd -1112(%rbp), %xmm7 ## 8-byte Folded Reload
movsd -200(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
addsd LCPI0_19(%rip), %xmm3
maxsd -1824(%rbp), %xmm6 ## 16-byte Folded Reload
ucomisd %xmm6, %xmm3
jbe LBB0_1962
## %bb.1960: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm7
movapd %xmm7, %xmm0
movapd -2032(%rbp), %xmm1 ## 16-byte Reload
movsd -224(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_1964
## %bb.1961: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
jmp LBB0_1964
.p2align 4, 0x90
LBB0_1962: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
movapd %xmm7, %xmm0
movapd -2032(%rbp), %xmm1 ## 16-byte Reload
movsd -224(%rbp), %xmm11 ## 8-byte Reload
## xmm11 = mem[0],zero
ja LBB0_1964
## %bb.1963: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm0
LBB0_1964: ## in Loop: Header=BB0_1 Depth=1
movapd -2256(%rbp), %xmm2 ## 16-byte Reload
unpckhpd %xmm2, %xmm2 ## xmm2 = xmm2[1,1]
maxsd %xmm2, %xmm1
maxsd -1696(%rbp), %xmm4 ## 16-byte Folded Reload
movapd %xmm1, %xmm15
maxsd %xmm4, %xmm15
ucomisd %xmm0, %xmm15
movsd %xmm10, -88(%rbp) ## 8-byte Spill
jbe LBB0_1967
## %bb.1965: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm13
ja LBB0_1972
## %bb.1966: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm13
jmp LBB0_1972
.p2align 4, 0x90
LBB0_1967: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm3
jbe LBB0_1970
## %bb.1968: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm7
movapd %xmm7, %xmm13
ja LBB0_1972
## %bb.1969: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm13
jmp LBB0_1972
.p2align 4, 0x90
LBB0_1970: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm6, %xmm7
movapd %xmm7, %xmm13
ja LBB0_1972
## %bb.1971: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm6, %xmm13
.p2align 4, 0x90
LBB0_1972: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm10
movapd -512(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_9(%rip), %xmm0
movapd %xmm0, -512(%rbp) ## 16-byte Spill
movapd -480(%rbp), %xmm0 ## 16-byte Reload
addsd LCPI0_19(%rip), %xmm0
movapd %xmm0, -480(%rbp) ## 16-byte Spill
addsd LCPI0_10(%rip), %xmm14
movsd -448(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd LCPI0_26(%rip), %xmm0
maxsd %xmm0, %xmm11
ucomisd %xmm11, %xmm14
movapd %xmm3, %xmm1
movapd %xmm7, %xmm8
movapd %xmm6, %xmm3
movapd %xmm4, %xmm12
jbe LBB0_1975
## %bb.1973: ## in Loop: Header=BB0_1 Depth=1
movsd -488(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ucomisd %xmm14, %xmm2
movaps -2048(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_1977
## %bb.1974: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm2
jmp LBB0_1977
.p2align 4, 0x90
LBB0_1975: ## in Loop: Header=BB0_1 Depth=1
movsd -488(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ucomisd %xmm11, %xmm2
movaps -2048(%rbp), %xmm7 ## 16-byte Reload
ja LBB0_1977
## %bb.1976: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm2
LBB0_1977: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm14, %xmm4
movaps -2352(%rbp), %xmm0 ## 16-byte Reload
xorps %xmm14, %xmm14
cvtsd2ss %xmm0, %xmm14
movaps -2304(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movaps %xmm0, -464(%rbp) ## 16-byte Spill
movaps -2288(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movaps %xmm0, -256(%rbp) ## 16-byte Spill
xorps %xmm0, %xmm0
cvtsd2ss %xmm7, %xmm0
movaps %xmm0, -384(%rbp) ## 16-byte Spill
movaps -352(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movaps %xmm0, -320(%rbp) ## 16-byte Spill
movaps -1536(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movaps %xmm0, -224(%rbp) ## 16-byte Spill
movaps -624(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movaps %xmm0, -448(%rbp) ## 16-byte Spill
movaps -896(%rbp), %xmm0 ## 16-byte Reload
cvtsd2ss %xmm0, %xmm0
movaps %xmm0, -432(%rbp) ## 16-byte Spill
movapd -512(%rbp), %xmm7 ## 16-byte Reload
maxsd -2320(%rbp), %xmm7 ## 16-byte Folded Reload
addsd LCPI0_10(%rip), %xmm5
maxsd -480(%rbp), %xmm5 ## 16-byte Folded Reload
movapd %xmm7, %xmm0
maxsd %xmm5, %xmm0
ucomisd %xmm2, %xmm0
movapd %xmm7, %xmm9
jbe LBB0_1980
## %bb.1978: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm7
jbe LBB0_1991
## %bb.1979: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm7, %xmm13
ja LBB0_1992
jmp LBB0_1988
.p2align 4, 0x90
LBB0_1980: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm4
jbe LBB0_1983
## %bb.1981: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
movsd -488(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm2
ja LBB0_1985
## %bb.1982: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
jmp LBB0_1985
.p2align 4, 0x90
LBB0_1991: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm5, %xmm13
ja LBB0_1992
jmp LBB0_1987
.p2align 4, 0x90
LBB0_1983: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
movsd -488(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
ucomisd %xmm11, %xmm2
ja LBB0_1985
## %bb.1984: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm2
LBB0_1985: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm13
jbe LBB0_1986
LBB0_1992: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
movaps -2064(%rbp), %xmm13 ## 16-byte Reload
jbe LBB0_1995
## %bb.1993: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm0
movapd %xmm8, %xmm2
ucomisd %xmm1, %xmm8
ja LBB0_1997
## %bb.1994: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm2
jmp LBB0_1997
.p2align 4, 0x90
LBB0_1986: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm9, %xmm7
ucomisd %xmm5, %xmm9
ja LBB0_1988
LBB0_1987: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm7
LBB0_1988: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm5, %xmm8
ucomisd %xmm11, %xmm4
movaps -2064(%rbp), %xmm13 ## 16-byte Reload
jbe LBB0_2005
## %bb.1989: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm1
movsd -488(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
ucomisd %xmm4, %xmm0
movapd %xmm0, %xmm1
movapd %xmm0, %xmm2
movaps -816(%rbp), %xmm6 ## 16-byte Reload
movaps -848(%rbp), %xmm10 ## 16-byte Reload
movaps -1312(%rbp), %xmm5 ## 16-byte Reload
movaps -1296(%rbp), %xmm3 ## 16-byte Reload
ja LBB0_2007
## %bb.1990: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm2
jmp LBB0_2007
.p2align 4, 0x90
LBB0_1995: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm4
movapd %xmm8, %xmm2
ucomisd %xmm3, %xmm8
ja LBB0_1997
## %bb.1996: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm2
LBB0_1997: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm15
jbe LBB0_2000
## %bb.1998: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm10, %xmm9
ucomisd %xmm12, %xmm10
movaps -816(%rbp), %xmm6 ## 16-byte Reload
movaps -848(%rbp), %xmm10 ## 16-byte Reload
movaps -1312(%rbp), %xmm5 ## 16-byte Reload
movaps -1296(%rbp), %xmm3 ## 16-byte Reload
ja LBB0_2015
## %bb.1999: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm12, %xmm9
jmp LBB0_2015
.p2align 4, 0x90
LBB0_2005: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm0
movsd -488(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
ucomisd %xmm11, %xmm1
movapd %xmm1, %xmm2
movaps -816(%rbp), %xmm6 ## 16-byte Reload
movaps -848(%rbp), %xmm10 ## 16-byte Reload
movaps -1312(%rbp), %xmm5 ## 16-byte Reload
movaps -1296(%rbp), %xmm3 ## 16-byte Reload
ja LBB0_2007
## %bb.2006: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm2
LBB0_2007: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm2, %xmm7
jbe LBB0_2010
## %bb.2008: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm8, %xmm9
ja LBB0_2015
## %bb.2009: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm9
jmp LBB0_2015
.p2align 4, 0x90
LBB0_2000: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm3, %xmm1
jbe LBB0_2003
## %bb.2001: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm8, %xmm9
ucomisd %xmm1, %xmm8
movaps -816(%rbp), %xmm6 ## 16-byte Reload
movaps -848(%rbp), %xmm10 ## 16-byte Reload
movaps -1312(%rbp), %xmm5 ## 16-byte Reload
movaps -1296(%rbp), %xmm3 ## 16-byte Reload
ja LBB0_2015
## %bb.2002: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm1, %xmm9
jmp LBB0_2015
.p2align 4, 0x90
LBB0_2010: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm4
jbe LBB0_2013
## %bb.2011: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm4, %xmm1
movapd %xmm1, %xmm9
ja LBB0_2015
## %bb.2012: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm4, %xmm9
jmp LBB0_2015
LBB0_2003: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm3, %xmm0
movapd %xmm8, %xmm9
ucomisd %xmm3, %xmm8
movaps -816(%rbp), %xmm6 ## 16-byte Reload
movaps -848(%rbp), %xmm10 ## 16-byte Reload
movaps -1312(%rbp), %xmm5 ## 16-byte Reload
movaps -1296(%rbp), %xmm3 ## 16-byte Reload
ja LBB0_2015
## %bb.2004: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm0, %xmm9
jmp LBB0_2015
LBB0_2013: ## in Loop: Header=BB0_1 Depth=1
ucomisd %xmm11, %xmm1
movapd %xmm1, %xmm9
ja LBB0_2015
## %bb.2014: ## in Loop: Header=BB0_1 Depth=1
movapd %xmm11, %xmm9
jmp LBB0_2015
.cfi_endproc
## -- End function
.comm _x_1,4,2 ## @x_1
.comm _x_3,4,2 ## @x_3
.comm _x_4,4,2 ## @x_4
.comm _x_5,4,2 ## @x_5
.comm _x_7,4,2 ## @x_7
.comm _x_8,4,2 ## @x_8
.comm _x_10,4,2 ## @x_10
.comm _x_11,4,2 ## @x_11
.comm _x_13,4,2 ## @x_13
.comm _x_17,4,2 ## @x_17
.comm _x_18,4,2 ## @x_18
.comm _x_22,4,2 ## @x_22
.comm _x_24,4,2 ## @x_24
.comm _x_25,4,2 ## @x_25
.comm _x_26,4,2 ## @x_26
.comm _x_28,4,2 ## @x_28
.comm _x_32,4,2 ## @x_32
.comm _x_33,4,2 ## @x_33
.comm _x_0,4,2 ## @x_0
.comm _x_6,4,2 ## @x_6
.comm _x_9,4,2 ## @x_9
.comm _x_12,4,2 ## @x_12
.comm _x_15,4,2 ## @x_15
.comm _x_20,4,2 ## @x_20
.comm _x_23,4,2 ## @x_23
.comm _x_29,4,2 ## @x_29
.comm _x_30,4,2 ## @x_30
.comm _x_34,4,2 ## @x_34
.comm _x_35,4,2 ## @x_35
.comm _x_14,4,2 ## @x_14
.comm _x_16,4,2 ## @x_16
.comm _x_21,4,2 ## @x_21
.comm _x_27,4,2 ## @x_27
.comm _x_31,4,2 ## @x_31
.comm _x_2,4,2 ## @x_2
.comm _x_19,4,2 ## @x_19
.subsections_via_symbols
| .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 d15, d14, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp d13, d12, [sp, #16] ; 16-byte Folded Spill
stp d11, d10, [sp, #32] ; 16-byte Folded Spill
stp d9, d8, [sp, #48] ; 16-byte Folded Spill
stp x28, x27, [sp, #64] ; 16-byte Folded Spill
.cfi_offset w27, -8
.cfi_offset w28, -16
.cfi_offset b8, -24
.cfi_offset b9, -32
.cfi_offset b10, -40
.cfi_offset b11, -48
.cfi_offset b12, -56
.cfi_offset b13, -64
.cfi_offset b14, -72
.cfi_offset b15, -80
sub sp, sp, #1216
.cfi_def_cfa_offset 1296
Lloh0:
adrp x8, _x_1@GOTPAGE
Lloh1:
ldr x8, [x8, _x_1@GOTPAGEOFF]
Lloh2:
ldr s19, [x8]
Lloh3:
adrp x8, _x_3@GOTPAGE
Lloh4:
ldr x8, [x8, _x_3@GOTPAGEOFF]
Lloh5:
ldr s23, [x8]
Lloh6:
adrp x8, _x_4@GOTPAGE
Lloh7:
ldr x8, [x8, _x_4@GOTPAGEOFF]
Lloh8:
ldr s16, [x8]
Lloh9:
adrp x8, _x_5@GOTPAGE
Lloh10:
ldr x8, [x8, _x_5@GOTPAGEOFF]
Lloh11:
ldr s21, [x8]
Lloh12:
adrp x8, _x_7@GOTPAGE
Lloh13:
ldr x8, [x8, _x_7@GOTPAGEOFF]
Lloh14:
ldr s29, [x8]
Lloh15:
adrp x8, _x_8@GOTPAGE
Lloh16:
ldr x8, [x8, _x_8@GOTPAGEOFF]
Lloh17:
ldr s31, [x8]
Lloh18:
adrp x8, _x_10@GOTPAGE
Lloh19:
ldr x8, [x8, _x_10@GOTPAGEOFF]
Lloh20:
ldr s3, [x8]
Lloh21:
adrp x8, _x_11@GOTPAGE
Lloh22:
ldr x8, [x8, _x_11@GOTPAGEOFF]
Lloh23:
ldr s20, [x8]
Lloh24:
adrp x8, _x_13@GOTPAGE
Lloh25:
ldr x8, [x8, _x_13@GOTPAGEOFF]
Lloh26:
ldr s1, [x8]
Lloh27:
adrp x8, _x_17@GOTPAGE
Lloh28:
ldr x8, [x8, _x_17@GOTPAGEOFF]
Lloh29:
ldr s6, [x8]
Lloh30:
adrp x8, _x_18@GOTPAGE
Lloh31:
ldr x8, [x8, _x_18@GOTPAGEOFF]
Lloh32:
ldr s11, [x8]
Lloh33:
adrp x8, _x_22@GOTPAGE
Lloh34:
ldr x8, [x8, _x_22@GOTPAGEOFF]
Lloh35:
ldr s14, [x8]
Lloh36:
adrp x8, _x_24@GOTPAGE
Lloh37:
ldr x8, [x8, _x_24@GOTPAGEOFF]
Lloh38:
ldr s4, [x8]
Lloh39:
adrp x8, _x_25@GOTPAGE
Lloh40:
ldr x8, [x8, _x_25@GOTPAGEOFF]
Lloh41:
ldr s22, [x8]
Lloh42:
adrp x8, _x_26@GOTPAGE
Lloh43:
ldr x8, [x8, _x_26@GOTPAGEOFF]
Lloh44:
ldr s13, [x8]
Lloh45:
adrp x8, _x_28@GOTPAGE
Lloh46:
ldr x8, [x8, _x_28@GOTPAGEOFF]
Lloh47:
ldr s12, [x8]
Lloh48:
adrp x8, _x_32@GOTPAGE
Lloh49:
ldr x8, [x8, _x_32@GOTPAGEOFF]
Lloh50:
ldr s15, [x8]
Lloh51:
adrp x8, _x_33@GOTPAGE
Lloh52:
ldr x8, [x8, _x_33@GOTPAGEOFF]
Lloh53:
ldr s24, [x8]
Lloh54:
adrp x8, _x_0@GOTPAGE
Lloh55:
ldr x8, [x8, _x_0@GOTPAGEOFF]
Lloh56:
ldr s25, [x8]
Lloh57:
adrp x8, _x_6@GOTPAGE
Lloh58:
ldr x8, [x8, _x_6@GOTPAGEOFF]
Lloh59:
ldr s8, [x8]
Lloh60:
adrp x8, _x_9@GOTPAGE
Lloh61:
ldr x8, [x8, _x_9@GOTPAGEOFF]
Lloh62:
ldr s10, [x8]
Lloh63:
adrp x8, _x_12@GOTPAGE
Lloh64:
ldr x8, [x8, _x_12@GOTPAGEOFF]
Lloh65:
ldr s30, [x8]
Lloh66:
adrp x8, _x_15@GOTPAGE
Lloh67:
ldr x8, [x8, _x_15@GOTPAGEOFF]
Lloh68:
ldr s9, [x8]
Lloh69:
adrp x8, _x_20@GOTPAGE
Lloh70:
ldr x8, [x8, _x_20@GOTPAGEOFF]
Lloh71:
ldr s0, [x8]
str s0, [sp, #1168] ; 4-byte Folded Spill
Lloh72:
adrp x8, _x_23@GOTPAGE
Lloh73:
ldr x8, [x8, _x_23@GOTPAGEOFF]
Lloh74:
ldr s26, [x8]
Lloh75:
adrp x8, _x_29@GOTPAGE
Lloh76:
ldr x8, [x8, _x_29@GOTPAGEOFF]
Lloh77:
ldr s2, [x8]
Lloh78:
adrp x8, _x_30@GOTPAGE
Lloh79:
ldr x8, [x8, _x_30@GOTPAGEOFF]
Lloh80:
ldr s5, [x8]
Lloh81:
adrp x8, _x_34@GOTPAGE
Lloh82:
ldr x8, [x8, _x_34@GOTPAGEOFF]
Lloh83:
ldr s17, [x8]
Lloh84:
adrp x8, _x_35@GOTPAGE
Lloh85:
ldr x8, [x8, _x_35@GOTPAGEOFF]
Lloh86:
ldr s18, [x8]
Lloh87:
adrp x8, _x_14@GOTPAGE
Lloh88:
ldr x8, [x8, _x_14@GOTPAGEOFF]
Lloh89:
ldr s0, [x8]
str s0, [sp, #1080] ; 4-byte Folded Spill
Lloh90:
adrp x8, _x_16@GOTPAGE
Lloh91:
ldr x8, [x8, _x_16@GOTPAGEOFF]
Lloh92:
ldr s0, [x8]
str s0, [sp, #1024] ; 4-byte Folded Spill
Lloh93:
adrp x8, _x_21@GOTPAGE
Lloh94:
ldr x8, [x8, _x_21@GOTPAGEOFF]
Lloh95:
ldr s0, [x8]
str s0, [sp, #1192] ; 4-byte Folded Spill
Lloh96:
adrp x8, _x_27@GOTPAGE
Lloh97:
ldr x8, [x8, _x_27@GOTPAGEOFF]
Lloh98:
adrp x9, _x_31@GOTPAGE
Lloh99:
ldr x9, [x9, _x_31@GOTPAGEOFF]
Lloh100:
adrp x10, _x_2@GOTPAGE
Lloh101:
ldr x10, [x10, _x_2@GOTPAGEOFF]
Lloh102:
adrp x11, _x_19@GOTPAGE
Lloh103:
ldr x11, [x11, _x_19@GOTPAGEOFF]
Lloh104:
ldr s0, [x8]
str s0, [sp, #1144] ; 4-byte Folded Spill
Lloh105:
ldr s0, [x9]
str s0, [sp, #960] ; 4-byte Folded Spill
Lloh106:
ldr s0, [x10]
str s0, [sp, #1120] ; 4-byte Folded Spill
fmov d0, #19.00000000
fmov d27, #14.00000000
Lloh107:
ldr s7, [x11]
str s7, [sp, #1008] ; 4-byte Folded Spill
b LBB0_2
LBB0_1: ; in Loop: Header=BB0_2 Depth=1
ldr d1, [sp, #928] ; 8-byte Folded Reload
fcvt s25, d1
ldr d1, [sp, #688] ; 8-byte Folded Reload
fcvt s19, d1
ldr d1, [sp, #680] ; 8-byte Folded Reload
fcvt s1, d1
str s1, [sp, #1120] ; 4-byte Folded Spill
fcvt s23, d31
ldr d1, [sp, #632] ; 8-byte Folded Reload
fcvt s16, d1
ldr d1, [sp, #608] ; 8-byte Folded Reload
fcvt s21, d1
ldr d1, [sp, #584] ; 8-byte Folded Reload
fcvt s8, d1
ldr d1, [sp, #560] ; 8-byte Folded Reload
fcvt s29, d1
ldr d1, [sp, #536] ; 8-byte Folded Reload
fcvt s31, d1
ldr d1, [sp, #504] ; 8-byte Folded Reload
fcvt s10, d1
ldr d1, [sp, #480] ; 8-byte Folded Reload
fcvt s3, d1
ldr d1, [sp, #440] ; 8-byte Folded Reload
fcvt s20, d1
ldr d1, [sp, #408] ; 8-byte Folded Reload
fcvt s30, d1
ldr d1, [sp, #392] ; 8-byte Folded Reload
fcvt s1, d1
ldr d4, [sp, #368] ; 8-byte Folded Reload
fcvt s4, d4
str s4, [sp, #1080] ; 4-byte Folded Spill
ldr d4, [sp, #344] ; 8-byte Folded Reload
fcvt s9, d4
ldr d4, [sp, #312] ; 8-byte Folded Reload
fcvt s4, d4
str s4, [sp, #1024] ; 4-byte Folded Spill
ldr d4, [sp, #736] ; 8-byte Folded Reload
fcvt s6, d4
fcvt s11, d26
ldr d4, [sp, #880] ; 8-byte Folded Reload
fcvt s4, d4
str s4, [sp, #1008] ; 4-byte Folded Spill
ldr d4, [sp, #232] ; 8-byte Folded Reload
fcvt s4, d4
str s4, [sp, #1168] ; 4-byte Folded Spill
ldr d4, [sp, #888] ; 8-byte Folded Reload
fcvt s4, d4
str s4, [sp, #1192] ; 4-byte Folded Spill
ldr d4, [sp, #296] ; 8-byte Folded Reload
fcvt s14, d4
ldr d4, [sp, #264] ; 8-byte Folded Reload
fcvt s26, d4
ldr d4, [sp, #984] ; 8-byte Folded Reload
fcvt s4, d4
ldr d22, [sp, #1112] ; 8-byte Folded Reload
fcvt s22, d22
fcvt s13, d13
fcvt s12, d12
str s12, [sp, #1144] ; 4-byte Folded Spill
fcvt s12, d15
fcvt s2, d2
fcvt s5, d5
fcvt s17, d17
str s17, [sp, #960] ; 4-byte Folded Spill
fcvt s15, d18
fcvt s24, d24
fcvt s17, d28
fcvt s18, d7
LBB0_2: ; =>This Inner Loop Header: Depth=1
fcvt d7, s19
fmov d28, #5.00000000
str d7, [sp, #1104] ; 8-byte Folded Spill
fadd d19, d7, d28
fcvt d7, s23
fmov d23, #15.00000000
str d7, [sp, #1136] ; 8-byte Folded Spill
fadd d7, d7, d23
fcmp d19, d7
str d19, [sp, #736] ; 8-byte Folded Spill
fcsel d19, d19, d7, gt
fcvt d16, s16
fmov d7, #3.00000000
str d16, [sp, #1160] ; 8-byte Folded Spill
fadd d16, d16, d7
fcvt d21, s21
str d21, [sp, #984] ; 8-byte Folded Spill
fadd d7, d21, d7
fcmp d16, d7
str d7, [sp, #920] ; 8-byte Folded Spill
str d16, [sp, #896] ; 8-byte Folded Spill
fcsel d7, d16, d7, gt
fcmp d19, d7
str d19, [sp, #928] ; 8-byte Folded Spill
fcsel d21, d19, d7, gt
fcvt d19, s29
fmov d16, #7.00000000
fadd d29, d19, d16
fcvt d31, s31
fmov d16, #18.00000000
str d31, [sp, #888] ; 8-byte Folded Spill
fadd d16, d31, d16
fcmp d29, d16
str d29, [sp, #600] ; 8-byte Folded Spill
fcsel d16, d29, d16, gt
fcvt d3, s3
str d3, [sp, #1112] ; 8-byte Folded Spill
fadd d3, d3, d28
fcvt d20, s20
str d20, [sp, #1072] ; 8-byte Folded Spill
fadd d23, d20, d23
fcvt d1, s1
fmov d20, #16.00000000
str d1, [sp, #1056] ; 8-byte Folded Spill
fmov d28, #16.00000000
fadd d1, d1, d20
fcmp d23, d1
str d23, [sp, #728] ; 8-byte Folded Spill
fcsel d20, d23, d1, gt
fcmp d3, d20
b.le LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d3
fmov d1, d16
b.gt LBB0_7
; %bb.4: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d3
b LBB0_7
LBB0_5: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d20
fmov d1, d16
b.gt LBB0_7
; %bb.6: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d20
LBB0_7: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
b.le LBB0_10
; %bb.8: ; in Loop: Header=BB0_2 Depth=1
ldr d31, [sp, #928] ; 8-byte Folded Reload
fcmp d31, d7
b.gt LBB0_15
; %bb.9: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d7
b LBB0_15
LBB0_10: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d20
b.le LBB0_13
; %bb.11: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d3
fmov d31, d16
b.gt LBB0_15
; %bb.12: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d3
b LBB0_15
LBB0_13: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d20
fmov d31, d16
b.gt LBB0_15
; %bb.14: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d20
LBB0_15: ; in Loop: Header=BB0_2 Depth=1
fcvt d1, s6
str d1, [sp, #1040] ; 8-byte Folded Spill
fadd d6, d1, d0
fcvt d1, s11
fmov d0, #12.00000000
str d1, [sp, #1184] ; 8-byte Folded Spill
fadd d0, d1, d0
fcmp d6, d0
str d0, [sp, #576] ; 8-byte Folded Spill
str d6, [sp, #344] ; 8-byte Folded Spill
fcsel d23, d6, d0, gt
fcvt d1, s14
fmov d0, #20.00000000
str d1, [sp, #952] ; 8-byte Folded Spill
fadd d6, d1, d0
fcvt d4, s4
fmov d1, #4.00000000
str d4, [sp, #1208] ; 8-byte Folded Spill
fadd d1, d4, d1
fcmp d6, d1
str d6, [sp, #720] ; 8-byte Folded Spill
str d1, [sp, #440] ; 8-byte Folded Spill
fcsel d4, d6, d1, gt
fcmp d23, d4
fcsel d14, d23, d4, gt
fcvt d6, s22
fmov d1, #8.00000000
str d6, [sp, #1176] ; 8-byte Folded Spill
fadd d6, d6, d1
fcvt d1, s13
str d1, [sp, #1048] ; 8-byte Folded Spill
fadd d1, d1, d27
fcmp d6, d1
str d1, [sp, #744] ; 8-byte Folded Spill
str d6, [sp, #408] ; 8-byte Folded Spill
fcsel d22, d6, d1, gt
fcvt d1, s12
fmov d13, #20.00000000
str d1, [sp, #1064] ; 8-byte Folded Spill
fadd d11, d1, d0
fcvt d1, s15
fmov d0, #10.00000000
str d1, [sp, #1200] ; 8-byte Folded Spill
fadd d6, d1, d0
fcvt d29, s24
fmov d0, #6.00000000
fadd d1, d29, d0
fcmp d6, d1
str d6, [sp, #760] ; 8-byte Folded Spill
fcsel d1, d6, d1, gt
fcmp d11, d1
b.le LBB0_18
; %bb.16: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d11
fmov d6, d22
fmov d12, #5.00000000
b.gt LBB0_20
; %bb.17: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d11
b LBB0_20
LBB0_18: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d1
fmov d6, d22
fmov d12, #5.00000000
b.gt LBB0_20
; %bb.19: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_20: ; in Loop: Header=BB0_2 Depth=1
fcmp d14, d6
b.le LBB0_23
; %bb.21: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
fmov d14, #19.00000000
b.le LBB0_26
; %bb.22: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d23
fmov d6, d23
b.gt LBB0_30
b LBB0_35
LBB0_23: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d1
fmov d14, #19.00000000
b.le LBB0_27
; %bb.24: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d11
fmov d6, d22
b.gt LBB0_29
; %bb.25: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d11
b LBB0_29
LBB0_26: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d4
b.gt LBB0_30
b LBB0_34
LBB0_27: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d1
fmov d6, d22
b.gt LBB0_29
; %bb.28: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_29: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d6
b.le LBB0_33
LBB0_30: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d20
b.le LBB0_38
; %bb.31: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d3
fmov d1, d16
b.gt LBB0_40
; %bb.32: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d3
b LBB0_40
LBB0_33: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
fmov d6, d23
b.gt LBB0_35
LBB0_34: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d4
LBB0_35: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d1
b.le LBB0_43
; %bb.36: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d11
fmov d3, d22
b.gt LBB0_45
; %bb.37: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d11
b LBB0_45
LBB0_38: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d20
fmov d1, d16
b.gt LBB0_40
; %bb.39: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d20
LBB0_40: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
b.le LBB0_48
; %bb.41: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #928] ; 8-byte Folded Reload
fcmp d0, d7
b.gt LBB0_58
; %bb.42: ; in Loop: Header=BB0_2 Depth=1
str d7, [sp, #928] ; 8-byte Folded Spill
b LBB0_58
LBB0_43: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d1
fmov d3, d22
b.gt LBB0_45
; %bb.44: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d1
LBB0_45: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d3
b.le LBB0_51
; %bb.46: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
str d23, [sp, #928] ; 8-byte Folded Spill
b.gt LBB0_58
; %bb.47: ; in Loop: Header=BB0_2 Depth=1
str d4, [sp, #928] ; 8-byte Folded Spill
b LBB0_58
LBB0_48: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d20
b.le LBB0_54
; %bb.49: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d3
str d16, [sp, #928] ; 8-byte Folded Spill
b.gt LBB0_58
; %bb.50: ; in Loop: Header=BB0_2 Depth=1
str d3, [sp, #928] ; 8-byte Folded Spill
b LBB0_58
LBB0_51: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d1
b.le LBB0_56
; %bb.52: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d11
str d22, [sp, #928] ; 8-byte Folded Spill
b.gt LBB0_58
; %bb.53: ; in Loop: Header=BB0_2 Depth=1
str d11, [sp, #928] ; 8-byte Folded Spill
b LBB0_58
LBB0_54: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d20
str d16, [sp, #928] ; 8-byte Folded Spill
b.gt LBB0_58
; %bb.55: ; in Loop: Header=BB0_2 Depth=1
str d20, [sp, #928] ; 8-byte Folded Spill
b LBB0_58
LBB0_56: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d1
str d22, [sp, #928] ; 8-byte Folded Spill
b.gt LBB0_58
; %bb.57: ; in Loop: Header=BB0_2 Depth=1
str d1, [sp, #928] ; 8-byte Folded Spill
LBB0_58: ; in Loop: Header=BB0_2 Depth=1
fcvt d0, s25
str d0, [sp, #1000] ; 8-byte Folded Spill
fadd d3, d0, d12
fmov d6, #15.00000000
ldr d0, [sp, #1104] ; 8-byte Folded Reload
fadd d1, d0, d6
fcmp d3, d1
str d3, [sp, #464] ; 8-byte Folded Spill
fcsel d27, d3, d1, gt
fcvt d1, s8
fmov d0, #13.00000000
str d1, [sp, #1152] ; 8-byte Folded Spill
fadd d1, d1, d0
fcvt d3, s10
fmov d0, #2.00000000
str d3, [sp, #976] ; 8-byte Folded Spill
fadd d10, d3, d0
fcmp d1, d10
fcsel d3, d1, d10, gt
fcmp d27, d3
fcsel d20, d27, d3, gt
fmov d0, #8.00000000
ldr d1, [sp, #1112] ; 8-byte Folded Reload
fadd d1, d1, d0
ldr d0, [sp, #1072] ; 8-byte Folded Reload
fadd d0, d0, d28
fcmp d1, d0
str d0, [sp, #672] ; 8-byte Folded Spill
fcsel d4, d1, d0, gt
fcvt d0, s30
str d0, [sp, #1128] ; 8-byte Folded Spill
fadd d7, d0, d6
fcvt d1, s9
fmov d0, #4.00000000
str d1, [sp, #1096] ; 8-byte Folded Spill
fadd d0, d1, d0
ldr d1, [sp, #1040] ; 8-byte Folded Reload
fadd d1, d1, d13
fcmp d0, d1
str d0, [sp, #840] ; 8-byte Folded Spill
str d1, [sp, #704] ; 8-byte Folded Spill
fcsel d16, d0, d1, gt
fcmp d7, d16
b.le LBB0_61
; %bb.59: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d7
fmov d1, d4
b.gt LBB0_63
; %bb.60: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
b LBB0_63
LBB0_61: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d16
fmov d1, d4
b.gt LBB0_63
; %bb.62: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d16
LBB0_63: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d1
b.le LBB0_66
; %bb.64: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d3
fmov d25, d27
b.gt LBB0_71
; %bb.65: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d3
b LBB0_71
LBB0_66: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
b.le LBB0_69
; %bb.67: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d7
fmov d25, d4
b.gt LBB0_71
; %bb.68: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d7
b LBB0_71
LBB0_69: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d16
fmov d25, d4
b.gt LBB0_71
; %bb.70: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d16
LBB0_71: ; in Loop: Header=BB0_2 Depth=1
ldr s0, [sp, #1168] ; 4-byte Folded Reload
fcvt d1, s0
fmov d0, #17.00000000
str d1, [sp, #944] ; 8-byte Folded Spill
fadd d24, d1, d0
fcvt d0, s26
str d0, [sp, #1032] ; 8-byte Folded Spill
fadd d0, d0, d12
fcmp d24, d0
str d0, [sp, #640] ; 8-byte Folded Spill
fcsel d21, d24, d0, gt
fmov d0, #9.00000000
ldr d1, [sp, #1208] ; 8-byte Folded Reload
fadd d1, d1, d0
ldr d0, [sp, #1048] ; 8-byte Folded Reload
fadd d0, d0, d28
fcmp d1, d0
str d0, [sp, #400] ; 8-byte Folded Spill
fcsel d22, d1, d0, gt
fcmp d21, d22
fcsel d26, d21, d22, gt
ldr d0, [sp, #1064] ; 8-byte Folded Reload
fadd d6, d0, d12
fcvt d1, s2
fmov d0, #2.00000000
str d1, [sp, #968] ; 8-byte Folded Spill
fadd d0, d1, d0
fcmp d6, d0
str d6, [sp, #624] ; 8-byte Folded Spill
fcsel d23, d6, d0, gt
fcvt d2, s5
fmov d1, #18.00000000
str d2, [sp, #992] ; 8-byte Folded Spill
fadd d5, d2, d1
fcvt d2, s17
fmov d1, #15.00000000
str d2, [sp, #1168] ; 8-byte Folded Spill
fadd d1, d2, d1
fcvt d6, s18
fmov d2, #12.00000000
str d6, [sp, #1088] ; 8-byte Folded Spill
fadd d6, d6, d2
fcmp d1, d6
fcsel d1, d1, d6, gt
fcmp d5, d1
b.le LBB0_74
; %bb.72: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d5
fmov d6, d23
b.gt LBB0_76
; %bb.73: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d5
b LBB0_76
LBB0_74: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
fmov d6, d23
b.gt LBB0_76
; %bb.75: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_76: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d6
b.le LBB0_79
; %bb.77: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d22
b.le LBB0_82
; %bb.78: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d21
fmov d6, d21
b.gt LBB0_86
b LBB0_91
LBB0_79: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d1
b.le LBB0_83
; %bb.80: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d5
fmov d6, d23
b.gt LBB0_85
; %bb.81: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d5
b LBB0_85
LBB0_82: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d22
b.gt LBB0_86
b LBB0_90
LBB0_83: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
fmov d6, d23
b.gt LBB0_85
; %bb.84: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_85: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d6
b.le LBB0_89
LBB0_86: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
b.le LBB0_94
; %bb.87: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d7
fmov d1, d4
b.gt LBB0_96
; %bb.88: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
b LBB0_96
LBB0_89: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d22
fmov d6, d21
b.gt LBB0_91
LBB0_90: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d22
LBB0_91: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d1
b.le LBB0_99
; %bb.92: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d5
fmov d3, d23
b.gt LBB0_101
; %bb.93: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d5
b LBB0_101
LBB0_94: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d16
fmov d1, d4
b.gt LBB0_96
; %bb.95: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d16
LBB0_96: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d1
b.le LBB0_104
; %bb.97: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d3
b.gt LBB0_114
; %bb.98: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d3
b LBB0_114
LBB0_99: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
fmov d3, d23
b.gt LBB0_101
; %bb.100: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d1
LBB0_101: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d3
b.le LBB0_107
; %bb.102: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d22
fmov d27, d21
b.gt LBB0_114
; %bb.103: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d22
b LBB0_114
LBB0_104: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
b.le LBB0_110
; %bb.105: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d7
fmov d27, d4
b.gt LBB0_114
; %bb.106: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d7
b LBB0_114
LBB0_107: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d1
b.le LBB0_112
; %bb.108: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d5
fmov d27, d23
b.gt LBB0_114
; %bb.109: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d5
b LBB0_114
LBB0_110: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d16
fmov d27, d4
b.gt LBB0_114
; %bb.111: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d16
b LBB0_114
LBB0_112: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
fmov d27, d23
b.gt LBB0_114
; %bb.113: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d1
LBB0_114: ; in Loop: Header=BB0_2 Depth=1
fmov d2, #14.00000000
ldr d1, [sp, #1000] ; 8-byte Folded Reload
fadd d3, d1, d2
ldr d1, [sp, #1160] ; 8-byte Folded Reload
fadd d1, d1, d14
fcmp d3, d1
str d1, [sp, #304] ; 8-byte Folded Spill
str d3, [sp, #480] ; 8-byte Folded Spill
fcsel d25, d3, d1, gt
ldr d1, [sp, #984] ; 8-byte Folded Reload
fadd d3, d1, d14
fmov d1, #4.00000000
fadd d1, d19, d1
fcmp d3, d1
str d3, [sp, #912] ; 8-byte Folded Spill
str d1, [sp, #432] ; 8-byte Folded Spill
fcsel d3, d3, d1, gt
fcmp d25, d3
fcsel d16, d25, d3, gt
ldr d1, [sp, #976] ; 8-byte Folded Reload
fadd d6, d1, d2
fmov d1, #9.00000000
ldr d2, [sp, #1056] ; 8-byte Folded Reload
fadd d1, d2, d1
fcmp d6, d1
str d1, [sp, #488] ; 8-byte Folded Spill
fcsel d5, d6, d1, gt
ldr s1, [sp, #1080] ; 4-byte Folded Reload
fcvt d2, s1
fmov d1, #7.00000000
str d2, [sp, #1080] ; 8-byte Folded Spill
fadd d26, d2, d1
fmov d1, #2.00000000
ldr d2, [sp, #1096] ; 8-byte Folded Reload
fadd d4, d2, d1
ldr s1, [sp, #1024] ; 4-byte Folded Reload
fcvt d2, s1
fmov d1, #11.00000000
str d2, [sp, #1016] ; 8-byte Folded Spill
fadd d30, d2, d1
fcmp d4, d30
fcsel d7, d4, d30, gt
fcmp d26, d7
b.le LBB0_117
; %bb.115: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d26
fmov d1, d5
b.gt LBB0_119
; %bb.116: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d26
b LBB0_119
LBB0_117: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
fmov d1, d5
b.gt LBB0_119
; %bb.118: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
LBB0_119: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d1
str d6, [sp, #904] ; 8-byte Folded Spill
b.le LBB0_122
; %bb.120: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d3
fmov d22, d25
b.gt LBB0_127
; %bb.121: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d3
b LBB0_127
LBB0_122: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d7
b.le LBB0_125
; %bb.123: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d26
fmov d22, d5
b.gt LBB0_127
; %bb.124: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d26
b LBB0_127
LBB0_125: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
fmov d22, d5
b.gt LBB0_127
; %bb.126: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d7
LBB0_127: ; in Loop: Header=BB0_2 Depth=1
ldr s1, [sp, #1192] ; 4-byte Folded Reload
fcvt d1, s1
str d1, [sp, #1024] ; 8-byte Folded Spill
fadd d6, d1, d12
fmov d1, #10.00000000
ldr d2, [sp, #1176] ; 8-byte Folded Reload
fadd d8, d2, d1
fcmp d6, d8
str d6, [sp, #664] ; 8-byte Folded Spill
fcsel d17, d6, d8, gt
fmov d1, #8.00000000
ldr d2, [sp, #1048] ; 8-byte Folded Reload
fadd d1, d2, d1
ldr s2, [sp, #1144] ; 4-byte Folded Reload
fcvt d2, s2
fmov d20, #7.00000000
str d2, [sp, #1144] ; 8-byte Folded Spill
fadd d6, d2, d20
fcmp d1, d6
fcsel d18, d1, d6, gt
fcmp d17, d18
fcsel d23, d17, d18, gt
fmov d11, #7.00000000
ldr d1, [sp, #1064] ; 8-byte Folded Reload
fadd d1, d1, d20
ldr d2, [sp, #992] ; 8-byte Folded Reload
fadd d2, d2, d13
fcmp d1, d2
str d1, [sp, #832] ; 8-byte Folded Spill
str d2, [sp, #808] ; 8-byte Folded Spill
fcsel d21, d1, d2, gt
ldr s1, [sp, #960] ; 4-byte Folded Reload
fcvt d2, s1
fmov d1, #1.00000000
str d2, [sp, #1192] ; 8-byte Folded Spill
fadd d2, d2, d1
ldr d1, [sp, #1200] ; 8-byte Folded Reload
fadd d6, d1, d28
fmov d1, #9.00000000
fadd d1, d29, d1
fcmp d6, d1
str d6, [sp, #472] ; 8-byte Folded Spill
str d1, [sp, #880] ; 8-byte Folded Spill
fcsel d1, d6, d1, gt
fcmp d2, d1
b.le LBB0_130
; %bb.128: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d2
fmov d6, d21
ldr d20, [sp, #888] ; 8-byte Folded Reload
b.gt LBB0_132
; %bb.129: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d2
b LBB0_132
LBB0_130: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
fmov d6, d21
ldr d20, [sp, #888] ; 8-byte Folded Reload
b.gt LBB0_132
; %bb.131: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_132: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d6
b.le LBB0_135
; %bb.133: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d18
b.le LBB0_138
; %bb.134: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d17
fmov d6, d17
b.gt LBB0_142
b LBB0_147
LBB0_135: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d1
b.le LBB0_139
; %bb.136: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d2
fmov d6, d21
b.gt LBB0_141
; %bb.137: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d2
b LBB0_141
LBB0_138: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d18
b.gt LBB0_142
b LBB0_146
LBB0_139: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
fmov d6, d21
b.gt LBB0_141
; %bb.140: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_141: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d6
b.le LBB0_145
LBB0_142: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d7
b.le LBB0_150
; %bb.143: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d26
fmov d1, d5
b.gt LBB0_152
; %bb.144: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d26
b LBB0_152
LBB0_145: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d18
fmov d6, d17
b.gt LBB0_147
LBB0_146: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d18
LBB0_147: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d1
b.le LBB0_155
; %bb.148: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d2
fmov d3, d21
b.gt LBB0_157
; %bb.149: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d2
b LBB0_157
LBB0_150: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
fmov d1, d5
b.gt LBB0_152
; %bb.151: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
LBB0_152: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d1
b.le LBB0_160
; %bb.153: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d3
b.gt LBB0_170
; %bb.154: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d3
b LBB0_170
LBB0_155: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
fmov d3, d21
b.gt LBB0_157
; %bb.156: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d1
LBB0_157: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d3
b.le LBB0_163
; %bb.158: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d18
fmov d25, d17
b.gt LBB0_170
; %bb.159: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d18
b LBB0_170
LBB0_160: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d7
b.le LBB0_166
; %bb.161: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d26
fmov d25, d5
b.gt LBB0_170
; %bb.162: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d26
b LBB0_170
LBB0_163: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d1
b.le LBB0_168
; %bb.164: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d2
fmov d25, d21
b.gt LBB0_170
; %bb.165: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d2
b LBB0_170
LBB0_166: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
fmov d25, d5
b.gt LBB0_170
; %bb.167: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d7
b LBB0_170
LBB0_168: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
fmov d25, d21
b.gt LBB0_170
; %bb.169: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d1
LBB0_170: ; in Loop: Header=BB0_2 Depth=1
fmov d1, #12.00000000
ldr d2, [sp, #1104] ; 8-byte Folded Reload
fadd d2, d2, d1
ldr s1, [sp, #1120] ; 4-byte Folded Reload
fcvt d1, s1
str d1, [sp, #1120] ; 8-byte Folded Spill
fmov d7, #16.00000000
fadd d1, d1, d7
fcmp d2, d1
str d2, [sp, #264] ; 8-byte Folded Spill
fcsel d9, d2, d1, gt
fmov d1, #11.00000000
ldr d2, [sp, #1136] ; 8-byte Folded Reload
fadd d1, d2, d1
fmov d2, #1.00000000
ldr d3, [sp, #1160] ; 8-byte Folded Reload
fadd d2, d3, d2
fcmp d1, d2
str d2, [sp, #776] ; 8-byte Folded Spill
fcsel d2, d1, d2, gt
fcmp d9, d2
fcsel d5, d9, d2, gt
fmov d1, #18.00000000
ldr d3, [sp, #984] ; 8-byte Folded Reload
fadd d3, d3, d1
fmov d1, #9.00000000
fadd d6, d19, d1
fcmp d3, d6
str d3, [sp, #616] ; 8-byte Folded Spill
str d6, [sp, #296] ; 8-byte Folded Spill
fcsel d3, d3, d6, gt
ldr d6, [sp, #1112] ; 8-byte Folded Reload
fadd d7, d6, d7
ldr d6, [sp, #1080] ; 8-byte Folded Reload
fadd d1, d6, d1
fcmp d1, d4
fcsel d4, d1, d4, gt
fcmp d7, d4
b.le LBB0_173
; %bb.171: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d7
fmov d1, d3
b.gt LBB0_175
; %bb.172: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
b LBB0_175
LBB0_173: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d4
fmov d1, d3
b.gt LBB0_175
; %bb.174: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d4
LBB0_175: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d1
str d26, [sp, #592] ; 8-byte Folded Spill
b.le LBB0_178
; %bb.176: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d2
fmov d21, d9
b.gt LBB0_183
; %bb.177: ; in Loop: Header=BB0_2 Depth=1
fmov d21, d2
b LBB0_183
LBB0_178: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d4
b.le LBB0_181
; %bb.179: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d7
fmov d21, d3
b.gt LBB0_183
; %bb.180: ; in Loop: Header=BB0_2 Depth=1
fmov d21, d7
b LBB0_183
LBB0_181: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d4
fmov d21, d3
b.gt LBB0_183
; %bb.182: ; in Loop: Header=BB0_2 Depth=1
fmov d21, d4
LBB0_183: ; in Loop: Header=BB0_2 Depth=1
str d7, [sp, #936] ; 8-byte Folded Spill
fmov d1, #8.00000000
ldr d6, [sp, #1040] ; 8-byte Folded Reload
fadd d6, d6, d1
ldr d1, [sp, #1184] ; 8-byte Folded Reload
fadd d26, d1, d13
fcmp d6, d26
str d6, [sp, #848] ; 8-byte Folded Spill
fcsel d7, d6, d26, gt
ldr d1, [sp, #1032] ; 8-byte Folded Reload
fadd d1, d1, d11
ldr d6, [sp, #1208] ; 8-byte Folded Reload
fmov d16, #16.00000000
fadd d6, d6, d16
fcmp d1, d6
fcsel d16, d1, d6, gt
fcmp d7, d16
fcsel d22, d7, d16, gt
fmov d23, #9.00000000
ldr d1, [sp, #1176] ; 8-byte Folded Reload
fadd d1, d1, d23
fmov d6, #10.00000000
ldr d17, [sp, #1144] ; 8-byte Folded Reload
fadd d6, d17, d6
fcmp d1, d6
fcsel d18, d1, d6, gt
fmov d1, #2.00000000
ldr d6, [sp, #1064] ; 8-byte Folded Reload
fadd d17, d6, d1
fmov d31, #9.00000000
ldr d1, [sp, #1192] ; 8-byte Folded Reload
fadd d1, d1, d23
ldr d6, [sp, #1088] ; 8-byte Folded Reload
fadd d6, d6, d12
fcmp d1, d6
str d6, [sp, #496] ; 8-byte Folded Spill
fcsel d1, d1, d6, gt
fcmp d17, d1
b.le LBB0_186
; %bb.184: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d17
fmov d6, d18
b.gt LBB0_188
; %bb.185: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d17
b LBB0_188
LBB0_186: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d6, d18
b.gt LBB0_188
; %bb.187: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_188: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d6
b.le LBB0_191
; %bb.189: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
ldr d22, [sp, #936] ; 8-byte Folded Reload
b.le LBB0_194
; %bb.190: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d7
fmov d6, d7
b.gt LBB0_198
b LBB0_203
LBB0_191: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
ldr d22, [sp, #936] ; 8-byte Folded Reload
b.le LBB0_195
; %bb.192: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d17
fmov d6, d18
b.gt LBB0_197
; %bb.193: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d17
b LBB0_197
LBB0_194: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d16
b.gt LBB0_198
b LBB0_202
LBB0_195: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d6, d18
b.gt LBB0_197
; %bb.196: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_197: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d6
b.le LBB0_201
LBB0_198: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d4
b.le LBB0_206
; %bb.199: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d22
fmov d1, d3
b.gt LBB0_208
; %bb.200: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d22
b LBB0_208
LBB0_201: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d6, d7
b.gt LBB0_203
LBB0_202: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d16
LBB0_203: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
b.le LBB0_211
; %bb.204: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d17
fmov d2, d18
b.gt LBB0_213
; %bb.205: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d17
b LBB0_213
LBB0_206: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d4
fmov d1, d3
b.gt LBB0_208
; %bb.207: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d4
LBB0_208: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d1
b.le LBB0_216
; %bb.209: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d2
b.gt LBB0_226
; %bb.210: ; in Loop: Header=BB0_2 Depth=1
fmov d9, d2
b LBB0_226
LBB0_211: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d2, d18
b.gt LBB0_213
; %bb.212: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d1
LBB0_213: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d2
b.le LBB0_219
; %bb.214: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d9, d7
b.gt LBB0_226
; %bb.215: ; in Loop: Header=BB0_2 Depth=1
fmov d9, d16
b LBB0_226
LBB0_216: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d4
b.le LBB0_222
; %bb.217: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d22
fmov d9, d3
b.gt LBB0_226
; %bb.218: ; in Loop: Header=BB0_2 Depth=1
fmov d9, d22
b LBB0_226
LBB0_219: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
b.le LBB0_224
; %bb.220: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d17
fmov d9, d18
b.gt LBB0_226
; %bb.221: ; in Loop: Header=BB0_2 Depth=1
fmov d9, d17
b LBB0_226
LBB0_222: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d4
fmov d9, d3
b.gt LBB0_226
; %bb.223: ; in Loop: Header=BB0_2 Depth=1
fmov d9, d4
b LBB0_226
LBB0_224: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d9, d18
b.gt LBB0_226
; %bb.225: ; in Loop: Header=BB0_2 Depth=1
fmov d9, d1
LBB0_226: ; in Loop: Header=BB0_2 Depth=1
ldr d1, [sp, #1000] ; 8-byte Folded Reload
fadd d2, d1, d11
ldr d1, [sp, #1136] ; 8-byte Folded Reload
fadd d1, d1, d14
fcmp d2, d1
str d2, [sp, #792] ; 8-byte Folded Spill
str d1, [sp, #368] ; 8-byte Folded Spill
fcsel d22, d2, d1, gt
fmov d4, #2.00000000
ldr d1, [sp, #1160] ; 8-byte Folded Reload
fadd d1, d1, d4
fmov d3, #6.00000000
ldr d2, [sp, #1152] ; 8-byte Folded Reload
fadd d2, d2, d3
fcmp d1, d2
str d2, [sp, #224] ; 8-byte Folded Spill
fcsel d3, d1, d2, gt
fcmp d22, d3
fcsel d7, d22, d3, gt
ldr d1, [sp, #1112] ; 8-byte Folded Reload
fadd d1, d1, d31
fmov d15, #2.00000000
ldr d2, [sp, #1072] ; 8-byte Folded Reload
fadd d4, d2, d4
fcmp d1, d4
fcsel d4, d1, d4, gt
fmov d1, #3.00000000
ldr d2, [sp, #1128] ; 8-byte Folded Reload
fadd d21, d2, d1
fmov d23, #3.00000000
ldr d2, [sp, #1096] ; 8-byte Folded Reload
fadd d5, d2, d1
fmov d1, #15.00000000
ldr d2, [sp, #1040] ; 8-byte Folded Reload
fadd d1, d2, d1
fcmp d5, d1
str d5, [sp, #872] ; 8-byte Folded Spill
fcsel d5, d5, d1, gt
fcmp d21, d5
b.le LBB0_229
; %bb.227: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d21
fmov d1, d4
b.gt LBB0_231
; %bb.228: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d21
b LBB0_231
LBB0_229: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d5
fmov d1, d4
b.gt LBB0_231
; %bb.230: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d5
LBB0_231: ; in Loop: Header=BB0_2 Depth=1
str d29, [sp, #960] ; 8-byte Folded Spill
fcmp d7, d1
str d25, [sp, #680] ; 8-byte Folded Spill
str d9, [sp, #656] ; 8-byte Folded Spill
b.le LBB0_234
; %bb.232: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d3
fmov d29, d22
b.gt LBB0_239
; %bb.233: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d3
b LBB0_239
LBB0_234: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d22
fcmp d21, d5
b.le LBB0_237
; %bb.235: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d21
fmov d22, d4
b.gt LBB0_239
; %bb.236: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d21
b LBB0_239
LBB0_237: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d5
fmov d22, d4
b.gt LBB0_239
; %bb.238: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d5
LBB0_239: ; in Loop: Header=BB0_2 Depth=1
fmov d6, #18.00000000
ldr d1, [sp, #1184] ; 8-byte Folded Reload
fadd d9, d1, d6
fmov d2, #1.00000000
ldr d1, [sp, #944] ; 8-byte Folded Reload
fadd d1, d1, d2
fcmp d9, d1
str d1, [sp, #456] ; 8-byte Folded Spill
fcsel d16, d9, d1, gt
ldr d1, [sp, #1024] ; 8-byte Folded Reload
fadd d1, d1, d13
ldr d17, [sp, #952] ; 8-byte Folded Reload
fadd d2, d17, d2
fcmp d1, d2
str d2, [sp, #424] ; 8-byte Folded Spill
fcsel d17, d1, d2, gt
fcmp d16, d17
fcsel d25, d16, d17, gt
fmov d1, #11.00000000
ldr d2, [sp, #1032] ; 8-byte Folded Reload
fadd d1, d2, d1
ldr d2, [sp, #1144] ; 8-byte Folded Reload
fadd d2, d2, d12
fcmp d1, d2
str d2, [sp, #336] ; 8-byte Folded Spill
fcsel d18, d1, d2, gt
ldr d1, [sp, #1200] ; 8-byte Folded Reload
fadd d13, d1, d14
fmov d1, #4.00000000
ldr d2, [sp, #960] ; 8-byte Folded Reload
fadd d1, d2, d1
ldr d2, [sp, #1168] ; 8-byte Folded Reload
fadd d2, d2, d6
fcmp d1, d2
str d2, [sp, #568] ; 8-byte Folded Spill
fcsel d1, d1, d2, gt
fcmp d13, d1
str d13, [sp, #856] ; 8-byte Folded Spill
b.le LBB0_242
; %bb.240: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d13
fmov d6, d18
b.gt LBB0_244
; %bb.241: ; in Loop: Header=BB0_2 Depth=1
ldr d6, [sp, #856] ; 8-byte Folded Reload
b LBB0_244
LBB0_242: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d6, d18
b.gt LBB0_244
; %bb.243: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_244: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d6
str d10, [sp, #648] ; 8-byte Folded Spill
b.le LBB0_247
; %bb.245: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
b.le LBB0_250
; %bb.246: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d16
fmov d6, d16
b.gt LBB0_254
b LBB0_259
LBB0_247: ; in Loop: Header=BB0_2 Depth=1
ldr d2, [sp, #856] ; 8-byte Folded Reload
fcmp d2, d1
b.le LBB0_251
; %bb.248: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d2
fmov d6, d18
b.gt LBB0_253
; %bb.249: ; in Loop: Header=BB0_2 Depth=1
ldr d6, [sp, #856] ; 8-byte Folded Reload
b LBB0_253
LBB0_250: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d17
b.gt LBB0_254
b LBB0_258
LBB0_251: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d6, d18
b.gt LBB0_253
; %bb.252: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_253: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d6
b.le LBB0_257
LBB0_254: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d5
b.le LBB0_262
; %bb.255: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d21
fmov d1, d4
b.gt LBB0_264
; %bb.256: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d21
b LBB0_264
LBB0_257: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d6, d16
b.gt LBB0_259
LBB0_258: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d17
LBB0_259: ; in Loop: Header=BB0_2 Depth=1
ldr d2, [sp, #856] ; 8-byte Folded Reload
fcmp d2, d1
b.le LBB0_267
; %bb.260: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d2
fmov d3, d18
b.gt LBB0_269
; %bb.261: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d2
b LBB0_269
LBB0_262: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d5
fmov d1, d4
b.gt LBB0_264
; %bb.263: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d5
LBB0_264: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d1
b.le LBB0_272
; %bb.265: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d3
b.gt LBB0_282
; %bb.266: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d3
b LBB0_282
LBB0_267: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d3, d18
b.gt LBB0_269
; %bb.268: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d1
LBB0_269: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d3
b.le LBB0_275
; %bb.270: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d29, d16
b.gt LBB0_282
; %bb.271: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d17
b LBB0_282
LBB0_272: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d5
b.le LBB0_278
; %bb.273: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d21
fmov d29, d4
b.gt LBB0_282
; %bb.274: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d21
b LBB0_282
LBB0_275: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d1
b.le LBB0_280
; %bb.276: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d2
fmov d29, d18
b.gt LBB0_282
; %bb.277: ; in Loop: Header=BB0_2 Depth=1
ldr d29, [sp, #856] ; 8-byte Folded Reload
b LBB0_282
LBB0_278: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d5
fmov d29, d4
b.gt LBB0_282
; %bb.279: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d5
b LBB0_282
LBB0_280: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d29, d18
b.gt LBB0_282
; %bb.281: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d1
LBB0_282: ; in Loop: Header=BB0_2 Depth=1
ldr d1, [sp, #1000] ; 8-byte Folded Reload
fadd d3, d1, d14
fmov d1, #20.00000000
ldr d2, [sp, #1104] ; 8-byte Folded Reload
fadd d2, d2, d1
fcmp d3, d2
str d2, [sp, #192] ; 8-byte Folded Spill
str d3, [sp, #240] ; 8-byte Folded Spill
fcsel d25, d3, d2, gt
ldr d2, [sp, #1120] ; 8-byte Folded Reload
fadd d4, d2, d15
fmov d3, #13.00000000
ldr d2, [sp, #1136] ; 8-byte Folded Reload
fadd d2, d2, d3
fcmp d4, d2
str d4, [sp, #816] ; 8-byte Folded Spill
str d2, [sp, #352] ; 8-byte Folded Spill
fcsel d4, d4, d2, gt
fcmp d25, d4
fcsel d16, d25, d4, gt
ldr d2, [sp, #1160] ; 8-byte Folded Reload
fadd d1, d2, d1
fadd d2, d19, d23
fcmp d1, d2
str d2, [sp, #120] ; 8-byte Folded Spill
fcsel d5, d1, d2, gt
fadd d6, d20, d31
fmov d1, #15.00000000
ldr d2, [sp, #976] ; 8-byte Folded Reload
fadd d1, d2, d1
fmov d2, #11.00000000
ldr d3, [sp, #1112] ; 8-byte Folded Reload
fadd d10, d3, d2
fcmp d1, d10
fcsel d7, d1, d10, gt
fcmp d6, d7
b.le LBB0_285
; %bb.283: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d6
fmov d1, d5
b.gt LBB0_287
; %bb.284: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d6
b LBB0_287
LBB0_285: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
fmov d1, d5
b.gt LBB0_287
; %bb.286: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
LBB0_287: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d1
str d27, [sp, #688] ; 8-byte Folded Spill
str d29, [sp, #632] ; 8-byte Folded Spill
b.le LBB0_290
; %bb.288: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d4
fmov d13, d25
b.gt LBB0_295
; %bb.289: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d4
b LBB0_295
LBB0_290: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d25
fcmp d6, d7
b.le LBB0_293
; %bb.291: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d6
fmov d25, d5
b.gt LBB0_295
; %bb.292: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d6
b LBB0_295
LBB0_293: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
fmov d25, d5
b.gt LBB0_295
; %bb.294: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d7
LBB0_295: ; in Loop: Header=BB0_2 Depth=1
str d6, [sp, #864] ; 8-byte Folded Spill
ldr d1, [sp, #1128] ; 8-byte Folded Reload
fmov d2, #16.00000000
fadd d1, d1, d2
ldr d2, [sp, #728] ; 8-byte Folded Reload
fcmp d2, d1
str d1, [sp, #696] ; 8-byte Folded Spill
fcsel d17, d2, d1, gt
fmov d1, #20.00000000
ldr d2, [sp, #1056] ; 8-byte Folded Reload
fadd d3, d2, d1
fmov d1, #8.00000000
ldr d2, [sp, #1080] ; 8-byte Folded Reload
fadd d1, d2, d1
fcmp d3, d1
fcsel d18, d3, d1, gt
fcmp d17, d18
fcsel d27, d17, d18, gt
ldr d1, [sp, #1040] ; 8-byte Folded Reload
fadd d2, d1, d23
ldr d1, [sp, #1184] ; 8-byte Folded Reload
fadd d1, d1, d11
fcmp d2, d1
str d2, [sp, #544] ; 8-byte Folded Spill
str d1, [sp, #312] ; 8-byte Folded Spill
fcsel d22, d2, d1, gt
ldr d1, [sp, #1144] ; 8-byte Folded Reload
fadd d23, d1, d31
fmov d1, #6.00000000
ldr d2, [sp, #992] ; 8-byte Folded Reload
fadd d1, d2, d1
ldr d2, [sp, #1168] ; 8-byte Folded Reload
fadd d2, d2, d12
fcmp d1, d2
str d2, [sp, #184] ; 8-byte Folded Spill
fcsel d1, d1, d2, gt
fcmp d23, d1
b.le LBB0_298
; %bb.296: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d23
fmov d6, d22
b.gt LBB0_300
; %bb.297: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d23
b LBB0_300
LBB0_298: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d1
fmov d6, d22
b.gt LBB0_300
; %bb.299: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_300: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d6
b.le LBB0_303
; %bb.301: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d18
b.le LBB0_306
; %bb.302: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d17
fmov d6, d17
b.gt LBB0_310
b LBB0_315
LBB0_303: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_307
; %bb.304: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d23
fmov d6, d22
b.gt LBB0_309
; %bb.305: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d23
b LBB0_309
LBB0_306: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d18
b.gt LBB0_310
b LBB0_314
LBB0_307: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d1
fmov d6, d22
b.gt LBB0_309
; %bb.308: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_309: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d6
b.le LBB0_313
LBB0_310: ; in Loop: Header=BB0_2 Depth=1
ldr d2, [sp, #864] ; 8-byte Folded Reload
fcmp d2, d7
b.le LBB0_318
; %bb.311: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d2
fmov d1, d5
b.gt LBB0_320
; %bb.312: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d2
b LBB0_320
LBB0_313: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d18
fmov d6, d17
b.gt LBB0_315
LBB0_314: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d18
LBB0_315: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_323
; %bb.316: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d23
fmov d4, d22
b.gt LBB0_325
; %bb.317: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d23
b LBB0_325
LBB0_318: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
fmov d1, d5
b.gt LBB0_320
; %bb.319: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
LBB0_320: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d1
b.le LBB0_328
; %bb.321: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d4
b.gt LBB0_338
; %bb.322: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d4
b LBB0_338
LBB0_323: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d1
fmov d4, d22
b.gt LBB0_325
; %bb.324: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d1
LBB0_325: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d4
b.le LBB0_331
; %bb.326: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d18
fmov d13, d17
b.gt LBB0_338
; %bb.327: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d18
b LBB0_338
LBB0_328: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d7
b.le LBB0_334
; %bb.329: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d2
fmov d13, d5
b.gt LBB0_338
; %bb.330: ; in Loop: Header=BB0_2 Depth=1
ldr d13, [sp, #864] ; 8-byte Folded Reload
b LBB0_338
LBB0_331: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_336
; %bb.332: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d23
fmov d13, d22
b.gt LBB0_338
; %bb.333: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d23
b LBB0_338
LBB0_334: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
fmov d13, d5
b.gt LBB0_338
; %bb.335: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d7
b LBB0_338
LBB0_336: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d1
fmov d13, d22
b.gt LBB0_338
; %bb.337: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d1
LBB0_338: ; in Loop: Header=BB0_2 Depth=1
str d23, [sp, #384] ; 8-byte Folded Spill
fmov d6, #8.00000000
ldr d1, [sp, #1000] ; 8-byte Folded Reload
fadd d1, d1, d6
fmov d4, #17.00000000
ldr d2, [sp, #1120] ; 8-byte Folded Reload
fadd d4, d2, d4
fcmp d1, d4
fcsel d23, d1, d4, gt
ldr d1, [sp, #1136] ; 8-byte Folded Reload
fadd d2, d1, d6
ldr d1, [sp, #896] ; 8-byte Folded Reload
fcmp d2, d1
str d2, [sp, #288] ; 8-byte Folded Spill
fcsel d4, d2, d1, gt
fcmp d23, d4
fcsel d7, d23, d4, gt
fmov d1, #4.00000000
ldr d2, [sp, #984] ; 8-byte Folded Reload
fadd d1, d2, d1
fmov d5, #6.00000000
fadd d5, d19, d5
fcmp d1, d5
fcsel d5, d1, d5, gt
ldr d1, [sp, #976] ; 8-byte Folded Reload
fadd d28, d1, d6
fmov d1, #10.00000000
ldr d2, [sp, #1112] ; 8-byte Folded Reload
fadd d1, d2, d1
fcmp d1, d3
str d1, [sp, #552] ; 8-byte Folded Spill
fcsel d3, d1, d3, gt
fcmp d28, d3
b.le LBB0_341
; %bb.339: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d28
fmov d1, d5
b.gt LBB0_343
; %bb.340: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d28
b LBB0_343
LBB0_341: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d3
fmov d1, d5
b.gt LBB0_343
; %bb.342: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d3
LBB0_343: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d1
str d13, [sp, #608] ; 8-byte Folded Spill
b.le LBB0_346
; %bb.344: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
fmov d22, d23
b.gt LBB0_351
; %bb.345: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d4
b LBB0_351
LBB0_346: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d3
b.le LBB0_349
; %bb.347: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d28
fmov d22, d5
b.gt LBB0_351
; %bb.348: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d28
b LBB0_351
LBB0_349: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d3
fmov d22, d5
b.gt LBB0_351
; %bb.350: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d3
LBB0_351: ; in Loop: Header=BB0_2 Depth=1
fmov d1, #20.00000000
ldr d2, [sp, #1096] ; 8-byte Folded Reload
fadd d2, d2, d1
fmov d6, #10.00000000
ldr d1, [sp, #1016] ; 8-byte Folded Reload
fadd d1, d1, d6
fcmp d2, d1
str d2, [sp, #416] ; 8-byte Folded Spill
fcsel d16, d2, d1, gt
ldr d1, [sp, #1184] ; 8-byte Folded Reload
fadd d1, d1, d14
ldr s2, [sp, #1008] ; 4-byte Folded Reload
fcvt d2, s2
str d2, [sp, #1008] ; 8-byte Folded Spill
fadd d6, d2, d6
fcmp d1, d6
fcsel d17, d1, d6, gt
fcmp d16, d17
fcsel d25, d16, d17, gt
ldr d1, [sp, #1208] ; 8-byte Folded Reload
fadd d1, d1, d14
fmov d6, #15.00000000
ldr d2, [sp, #1176] ; 8-byte Folded Reload
fadd d2, d2, d6
fcmp d1, d2
str d2, [sp, #528] ; 8-byte Folded Spill
fcsel d18, d1, d2, gt
ldr d1, [sp, #1144] ; 8-byte Folded Reload
fmov d2, #1.00000000
fadd d27, d1, d2
ldr d1, [sp, #968] ; 8-byte Folded Reload
fadd d1, d1, d14
fmov d6, #18.00000000
ldr d2, [sp, #1192] ; 8-byte Folded Reload
fadd d6, d2, d6
fcmp d1, d6
fcsel d1, d1, d6, gt
fcmp d27, d1
b.le LBB0_354
; %bb.352: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d27
fmov d6, d18
b.gt LBB0_356
; %bb.353: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d27
b LBB0_356
LBB0_354: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d6, d18
b.gt LBB0_356
; %bb.355: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_356: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d6
b.le LBB0_359
; %bb.357: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
b.le LBB0_362
; %bb.358: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d16
fmov d6, d16
b.gt LBB0_366
b LBB0_371
LBB0_359: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d1
b.le LBB0_363
; %bb.360: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d27
fmov d6, d18
b.gt LBB0_365
; %bb.361: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d27
b LBB0_365
LBB0_362: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d17
b.gt LBB0_366
b LBB0_370
LBB0_363: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d6, d18
b.gt LBB0_365
; %bb.364: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_365: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d6
b.le LBB0_369
LBB0_366: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d3
b.le LBB0_374
; %bb.367: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d28
fmov d1, d5
b.gt LBB0_376
; %bb.368: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d28
b LBB0_376
LBB0_369: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d6, d16
b.gt LBB0_371
LBB0_370: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d17
LBB0_371: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d1
b.le LBB0_379
; %bb.372: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d27
fmov d3, d18
b.gt LBB0_381
; %bb.373: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d27
b LBB0_381
LBB0_374: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d3
fmov d1, d5
b.gt LBB0_376
; %bb.375: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d3
LBB0_376: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d1
b.le LBB0_384
; %bb.377: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
b.gt LBB0_394
; %bb.378: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d4
b LBB0_394
LBB0_379: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d3, d18
b.gt LBB0_381
; %bb.380: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d1
LBB0_381: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d3
b.le LBB0_387
; %bb.382: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d23, d16
b.gt LBB0_394
; %bb.383: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d17
b LBB0_394
LBB0_384: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d3
b.le LBB0_390
; %bb.385: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d28
fmov d23, d5
b.gt LBB0_394
; %bb.386: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d28
b LBB0_394
LBB0_387: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d1
b.le LBB0_392
; %bb.388: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d27
fmov d23, d18
b.gt LBB0_394
; %bb.389: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d27
b LBB0_394
LBB0_390: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d3
fmov d23, d5
b.gt LBB0_394
; %bb.391: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d3
b LBB0_394
LBB0_392: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d23, d18
b.gt LBB0_394
; %bb.393: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d1
LBB0_394: ; in Loop: Header=BB0_2 Depth=1
fmov d1, #17.00000000
ldr d2, [sp, #1152] ; 8-byte Folded Reload
fadd d2, d2, d1
ldr d1, [sp, #920] ; 8-byte Folded Reload
fcmp d1, d2
str d2, [sp, #800] ; 8-byte Folded Spill
fcsel d22, d1, d2, gt
fmov d1, #8.00000000
fadd d2, d20, d1
ldr d1, [sp, #976] ; 8-byte Folded Reload
fadd d1, d1, d12
fcmp d2, d1
str d2, [sp, #232] ; 8-byte Folded Spill
str d1, [sp, #168] ; 8-byte Folded Spill
fcsel d3, d2, d1, gt
fcmp d22, d3
fcsel d17, d22, d3, gt
ldr d1, [sp, #1112] ; 8-byte Folded Reload
fadd d1, d1, d15
fmov d2, #11.00000000
ldr d4, [sp, #1128] ; 8-byte Folded Reload
fadd d4, d4, d2
fcmp d1, d4
fcsel d7, d1, d4, gt
fmov d1, #4.00000000
ldr d2, [sp, #1056] ; 8-byte Folded Reload
fadd d5, d2, d1
ldr d1, [sp, #1080] ; 8-byte Folded Reload
fmov d2, #16.00000000
fadd d4, d1, d2
fmov d1, #6.00000000
ldr d2, [sp, #1016] ; 8-byte Folded Reload
fadd d1, d2, d1
fcmp d4, d1
fcsel d16, d4, d1, gt
fcmp d5, d16
b.le LBB0_397
; %bb.395: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d5
fmov d1, d7
b.gt LBB0_399
; %bb.396: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d5
b LBB0_399
LBB0_397: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d1, d7
b.gt LBB0_399
; %bb.398: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d16
LBB0_399: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
str d27, [sp, #752] ; 8-byte Folded Spill
str d23, [sp, #584] ; 8-byte Folded Spill
b.le LBB0_402
; %bb.400: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d3
fmov d31, d22
b.gt LBB0_407
; %bb.401: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d3
b LBB0_407
LBB0_402: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d16
b.le LBB0_405
; %bb.403: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d5
fmov d31, d7
b.gt LBB0_407
; %bb.404: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d5
b LBB0_407
LBB0_405: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d31, d7
b.gt LBB0_407
; %bb.406: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d16
LBB0_407: ; in Loop: Header=BB0_2 Depth=1
fmov d23, #6.00000000
ldr d1, [sp, #1184] ; 8-byte Folded Reload
fadd d1, d1, d23
ldr d2, [sp, #952] ; 8-byte Folded Reload
fadd d6, d2, d15
fcmp d1, d6
fcsel d18, d1, d6, gt
ldr d1, [sp, #1064] ; 8-byte Folded Reload
fmov d2, #16.00000000
fadd d2, d1, d2
fmov d6, #9.00000000
ldr d1, [sp, #968] ; 8-byte Folded Reload
fadd d1, d1, d6
fcmp d2, d1
str d2, [sp, #784] ; 8-byte Folded Spill
fcsel d1, d2, d1, gt
fcmp d18, d1
str d1, [sp, #824] ; 8-byte Folded Spill
fcsel d11, d18, d1, gt
ldr d1, [sp, #992] ; 8-byte Folded Reload
fadd d25, d1, d12
fmov d1, #10.00000000
ldr d2, [sp, #1192] ; 8-byte Folded Reload
fadd d1, d2, d1
fcmp d25, d1
str d1, [sp, #768] ; 8-byte Folded Spill
str d25, [sp, #64] ; 8-byte Folded Spill
fcsel d27, d25, d1, gt
fmov d1, #4.00000000
ldr d2, [sp, #1200] ; 8-byte Folded Reload
fadd d25, d2, d1
ldr d1, [sp, #1168] ; 8-byte Folded Reload
fadd d1, d1, d23
ldr d2, [sp, #1088] ; 8-byte Folded Reload
fadd d2, d2, d6
fcmp d1, d2
str d2, [sp, #112] ; 8-byte Folded Spill
fcsel d1, d1, d2, gt
fcmp d25, d1
b.le LBB0_410
; %bb.408: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d25
fmov d6, d27
b.gt LBB0_412
; %bb.409: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d25
b LBB0_412
LBB0_410: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d1
fmov d6, d27
b.gt LBB0_412
; %bb.411: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_412: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d6
b.le LBB0_415
; %bb.413: ; in Loop: Header=BB0_2 Depth=1
ldr d2, [sp, #824] ; 8-byte Folded Reload
fcmp d18, d2
b.le LBB0_418
; %bb.414: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d18
fmov d6, d18
b.gt LBB0_422
b LBB0_427
LBB0_415: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d1
ldr d2, [sp, #824] ; 8-byte Folded Reload
b.le LBB0_419
; %bb.416: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d25
fmov d6, d27
b.gt LBB0_421
; %bb.417: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d25
b LBB0_421
LBB0_418: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d2
b.gt LBB0_422
b LBB0_426
LBB0_419: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d1
fmov d6, d27
b.gt LBB0_421
; %bb.420: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d1
LBB0_421: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d6
b.le LBB0_425
LBB0_422: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d16
b.le LBB0_430
; %bb.423: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d5
fmov d1, d7
b.gt LBB0_432
; %bb.424: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d5
b LBB0_432
LBB0_425: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d2
fmov d6, d18
b.gt LBB0_427
LBB0_426: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d2
LBB0_427: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d1
b.le LBB0_435
; %bb.428: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d25
fmov d3, d27
b.gt LBB0_437
; %bb.429: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d25
b LBB0_437
LBB0_430: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d1, d7
b.gt LBB0_432
; %bb.431: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d16
LBB0_432: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
b.le LBB0_440
; %bb.433: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d3
b.gt LBB0_450
; %bb.434: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d3
b LBB0_450
LBB0_435: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d1
fmov d3, d27
b.gt LBB0_437
; %bb.436: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d1
LBB0_437: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d3
b.le LBB0_443
; %bb.438: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d2
fmov d22, d18
b.gt LBB0_450
; %bb.439: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d2
b LBB0_450
LBB0_440: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d16
b.le LBB0_446
; %bb.441: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d5
fmov d22, d7
b.gt LBB0_450
; %bb.442: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d5
b LBB0_450
LBB0_443: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d1
b.le LBB0_448
; %bb.444: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d25
fmov d22, d27
b.gt LBB0_450
; %bb.445: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d25
b LBB0_450
LBB0_446: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d22, d7
b.gt LBB0_450
; %bb.447: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d16
b LBB0_450
LBB0_448: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d1
fmov d22, d27
b.gt LBB0_450
; %bb.449: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d1
LBB0_450: ; in Loop: Header=BB0_2 Depth=1
fmov d3, #2.00000000
ldr d1, [sp, #1000] ; 8-byte Folded Reload
fadd d1, d1, d3
ldr d2, [sp, #1104] ; 8-byte Folded Reload
fadd d2, d2, d3
fcmp d1, d2
str d2, [sp, #520] ; 8-byte Folded Spill
fcsel d2, d1, d2, gt
ldr d1, [sp, #1120] ; 8-byte Folded Reload
fadd d3, d1, d12
fmov d6, #17.00000000
ldr d1, [sp, #984] ; 8-byte Folded Reload
fadd d1, d1, d6
fcmp d3, d1
str d3, [sp, #512] ; 8-byte Folded Spill
fcsel d5, d3, d1, gt
fcmp d2, d5
fcsel d17, d2, d5, gt
fmov d3, #4.00000000
ldr d1, [sp, #976] ; 8-byte Folded Reload
fadd d1, d1, d3
ldr d7, [sp, #864] ; 8-byte Folded Reload
fcmp d7, d1
fcsel d7, d7, d1, gt
ldr d1, [sp, #1112] ; 8-byte Folded Reload
fadd d18, d1, d3
fmov d1, #10.00000000
ldr d3, [sp, #1072] ; 8-byte Folded Reload
fadd d3, d3, d1
ldr d1, [sp, #1128] ; 8-byte Folded Reload
fadd d1, d1, d6
fcmp d3, d1
fcsel d16, d3, d1, gt
fcmp d18, d16
b.le LBB0_453
; %bb.451: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d18
fmov d1, d7
b.gt LBB0_455
; %bb.452: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d18
b LBB0_455
LBB0_453: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d1, d7
b.gt LBB0_455
; %bb.454: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d16
LBB0_455: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
b.le LBB0_458
; %bb.456: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d5
fmov d29, d2
fmov d12, d2
b.gt LBB0_463
; %bb.457: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d5
b LBB0_463
LBB0_458: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d2
fcmp d18, d16
b.le LBB0_461
; %bb.459: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d18
fmov d12, d7
b.gt LBB0_463
; %bb.460: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d18
b LBB0_463
LBB0_461: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d12, d7
b.gt LBB0_463
; %bb.462: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d16
LBB0_463: ; in Loop: Header=BB0_2 Depth=1
fmov d1, #1.00000000
ldr d2, [sp, #1040] ; 8-byte Folded Reload
fadd d2, d2, d1
fcmp d4, d2
str d2, [sp, #160] ; 8-byte Folded Spill
fcsel d25, d4, d2, gt
ldr d2, [sp, #1184] ; 8-byte Folded Reload
fadd d2, d2, d1
fmov d11, #3.00000000
ldr d1, [sp, #1008] ; 8-byte Folded Reload
fadd d27, d1, d11
fcmp d2, d27
str d2, [sp, #208] ; 8-byte Folded Spill
fcsel d13, d2, d27, gt
fcmp d25, d13
fcsel d6, d25, d13, gt
fmov d1, #14.00000000
ldr d2, [sp, #952] ; 8-byte Folded Reload
fadd d1, d2, d1
fmov d31, #15.00000000
ldr d2, [sp, #1192] ; 8-byte Folded Reload
fadd d23, d2, d31
fcmp d1, d23
fcsel d1, d1, d23, gt
fmov d23, #5.00000000
ldr d2, [sp, #1200] ; 8-byte Folded Reload
fadd d15, d2, d23
ldr d2, [sp, #960] ; 8-byte Folded Reload
fadd d4, d2, d31
ldr d2, [sp, #1168] ; 8-byte Folded Reload
fadd d11, d2, d11
fcmp d4, d11
str d4, [sp, #256] ; 8-byte Folded Spill
fcsel d31, d4, d11, gt
fcmp d15, d31
b.le LBB0_466
; %bb.464: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d15
fmov d23, d1
b.gt LBB0_468
; %bb.465: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d15
b LBB0_468
LBB0_466: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d23, d1
b.gt LBB0_468
; %bb.467: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d31
LBB0_468: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d23
b.le LBB0_471
; %bb.469: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d13
b.le LBB0_474
; %bb.470: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d25
fmov d6, d25
b.gt LBB0_478
b LBB0_483
LBB0_471: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d31
b.le LBB0_475
; %bb.472: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d15
fmov d6, d1
b.gt LBB0_477
; %bb.473: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d15
b LBB0_477
LBB0_474: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d13
b.gt LBB0_478
b LBB0_482
LBB0_475: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d6, d1
b.gt LBB0_477
; %bb.476: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d31
LBB0_477: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d6
b.le LBB0_481
LBB0_478: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d16
b.le LBB0_486
; %bb.479: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d18
fmov d1, d7
b.gt LBB0_488
; %bb.480: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d18
b LBB0_488
LBB0_481: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d13
fmov d6, d25
b.gt LBB0_483
LBB0_482: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d13
LBB0_483: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d31
b.le LBB0_491
; %bb.484: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d15
fmov d5, d1
b.gt LBB0_493
; %bb.485: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d15
b LBB0_493
LBB0_486: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d1, d7
b.gt LBB0_488
; %bb.487: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d16
LBB0_488: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
b.le LBB0_496
; %bb.489: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d5
b.gt LBB0_506
; %bb.490: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d5
b LBB0_506
LBB0_491: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d5, d1
b.gt LBB0_493
; %bb.492: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d31
LBB0_493: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d5
b.le LBB0_499
; %bb.494: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d13
fmov d29, d25
b.gt LBB0_506
; %bb.495: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d13
b LBB0_506
LBB0_496: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d16
b.le LBB0_502
; %bb.497: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d18
fmov d29, d7
b.gt LBB0_506
; %bb.498: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d18
b LBB0_506
LBB0_499: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d31
b.le LBB0_504
; %bb.500: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d15
fmov d29, d1
b.gt LBB0_506
; %bb.501: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d15
b LBB0_506
LBB0_502: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d29, d7
b.gt LBB0_506
; %bb.503: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d16
b LBB0_506
LBB0_504: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d29, d1
b.gt LBB0_506
; %bb.505: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d31
LBB0_506: ; in Loop: Header=BB0_2 Depth=1
str d29, [sp, #536] ; 8-byte Folded Spill
fmov d1, #4.00000000
ldr d2, [sp, #1000] ; 8-byte Folded Reload
fadd d2, d2, d1
fmov d7, #11.00000000
ldr d1, [sp, #1120] ; 8-byte Folded Reload
fadd d1, d1, d7
fcmp d2, d1
str d2, [sp, #216] ; 8-byte Folded Spill
fcsel d29, d2, d1, gt
ldr d1, [sp, #1136] ; 8-byte Folded Reload
fmov d2, #16.00000000
fadd d1, d1, d2
fmov d5, #14.00000000
ldr d2, [sp, #1160] ; 8-byte Folded Reload
fadd d5, d2, d5
fcmp d1, d5
fcsel d5, d1, d5, gt
fcmp d29, d5
fcsel d25, d29, d5, gt
fmov d1, #13.00000000
ldr d2, [sp, #984] ; 8-byte Folded Reload
fadd d1, d2, d1
fmov d6, #9.00000000
ldr d2, [sp, #1152] ; 8-byte Folded Reload
fadd d6, d2, d6
fcmp d1, d6
fcsel d16, d1, d6, gt
fmov d1, #20.00000000
ldr d2, [sp, #1072] ; 8-byte Folded Reload
fadd d1, d2, d1
fmov d2, #11.00000000
ldr d6, [sp, #1080] ; 8-byte Folded Reload
fadd d6, d6, d7
fcmp d1, d6
fcsel d17, d1, d6, gt
fcmp d18, d17
b.le LBB0_509
; %bb.507: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d18
fmov d1, d16
fmov d15, #5.00000000
b.gt LBB0_511
; %bb.508: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d18
b LBB0_511
LBB0_509: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d1, d16
fmov d15, #5.00000000
b.gt LBB0_511
; %bb.510: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d17
LBB0_511: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d1
b.le LBB0_514
; %bb.512: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d5
fmov d12, d29
b.gt LBB0_519
; %bb.513: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d5
b LBB0_519
LBB0_514: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d17
b.le LBB0_517
; %bb.515: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d18
fmov d12, d16
b.gt LBB0_519
; %bb.516: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d18
b LBB0_519
LBB0_517: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d12, d16
b.gt LBB0_519
; %bb.518: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d17
LBB0_519: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d26
fcsel d26, d30, d26, gt
fmov d1, #15.00000000
ldr d6, [sp, #1008] ; 8-byte Folded Reload
fadd d1, d6, d1
fmov d6, #4.00000000
ldr d7, [sp, #1032] ; 8-byte Folded Reload
fadd d4, d7, d6
fcmp d1, d4
str d4, [sp, #104] ; 8-byte Folded Spill
fcsel d30, d1, d4, gt
fcmp d26, d30
fcsel d6, d26, d30, gt
fmov d1, #17.00000000
ldr d7, [sp, #1208] ; 8-byte Folded Reload
fadd d4, d7, d1
fmov d1, #3.00000000
ldr d7, [sp, #1144] ; 8-byte Folded Reload
fadd d1, d7, d1
fcmp d4, d1
str d4, [sp, #448] ; 8-byte Folded Spill
fcsel d1, d4, d1, gt
ldr d7, [sp, #992] ; 8-byte Folded Reload
fadd d13, d7, d2
fmov d7, #2.00000000
ldr d23, [sp, #1200] ; 8-byte Folded Reload
fadd d4, d23, d7
fmov d7, #10.00000000
ldr d23, [sp, #960] ; 8-byte Folded Reload
fadd d7, d23, d7
fcmp d4, d7
str d4, [sp, #80] ; 8-byte Folded Spill
fcsel d31, d4, d7, gt
fcmp d13, d31
b.le LBB0_522
; %bb.520: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d13
fmov d23, d1
b.gt LBB0_524
; %bb.521: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d13
b LBB0_524
LBB0_522: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d23, d1
b.gt LBB0_524
; %bb.523: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d31
LBB0_524: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d23
b.le LBB0_527
; %bb.525: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d30
b.le LBB0_530
; %bb.526: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d26
fmov d6, d26
b.gt LBB0_534
b LBB0_539
LBB0_527: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d31
b.le LBB0_531
; %bb.528: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d13
fmov d6, d1
b.gt LBB0_533
; %bb.529: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d13
b LBB0_533
LBB0_530: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d30
b.gt LBB0_534
b LBB0_538
LBB0_531: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d6, d1
b.gt LBB0_533
; %bb.532: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d31
LBB0_533: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d6
b.le LBB0_537
LBB0_534: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d17
b.le LBB0_542
; %bb.535: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d18
fmov d1, d16
b.gt LBB0_544
; %bb.536: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d18
b LBB0_544
LBB0_537: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d30
fmov d6, d26
b.gt LBB0_539
LBB0_538: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d30
LBB0_539: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d31
b.le LBB0_547
; %bb.540: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d13
fmov d5, d1
b.gt LBB0_549
; %bb.541: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d13
b LBB0_549
LBB0_542: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d1, d16
b.gt LBB0_544
; %bb.543: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d17
LBB0_544: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d1
b.le LBB0_552
; %bb.545: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d5
b.gt LBB0_562
; %bb.546: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d5
b LBB0_562
LBB0_547: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d5, d1
b.gt LBB0_549
; %bb.548: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d31
LBB0_549: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d5
b.le LBB0_555
; %bb.550: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d30
fmov d29, d26
b.gt LBB0_562
; %bb.551: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d30
b LBB0_562
LBB0_552: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d17
b.le LBB0_558
; %bb.553: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d18
fmov d29, d16
b.gt LBB0_562
; %bb.554: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d18
b LBB0_562
LBB0_555: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d31
b.le LBB0_560
; %bb.556: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d13
fmov d29, d1
b.gt LBB0_562
; %bb.557: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d13
b LBB0_562
LBB0_558: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d29, d16
b.gt LBB0_562
; %bb.559: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d17
b LBB0_562
LBB0_560: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d29, d1
b.gt LBB0_562
; %bb.561: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d31
LBB0_562: ; in Loop: Header=BB0_2 Depth=1
fmov d1, #2.00000000
ldr d5, [sp, #1136] ; 8-byte Folded Reload
fadd d17, d5, d1
ldr d1, [sp, #736] ; 8-byte Folded Reload
fcmp d1, d17
fcsel d12, d1, d17, gt
fmov d1, #15.00000000
ldr d4, [sp, #984] ; 8-byte Folded Reload
fadd d1, d4, d1
fmov d5, #18.00000000
fadd d4, d19, d5
fcmp d1, d4
str d4, [sp, #88] ; 8-byte Folded Spill
fcsel d5, d1, d4, gt
fcmp d12, d5
fcsel d13, d12, d5, gt
fadd d4, d20, d2
ldr d1, [sp, #904] ; 8-byte Folded Reload
fcmp d4, d1
str d4, [sp, #56] ; 8-byte Folded Spill
fcsel d25, d4, d1, gt
ldr d1, [sp, #1016] ; 8-byte Folded Reload
fadd d1, d1, d15
fmov d6, #12.00000000
ldr d16, [sp, #1008] ; 8-byte Folded Reload
fadd d6, d16, d6
fcmp d1, d6
fcsel d26, d1, d6, gt
ldr d6, [sp, #872] ; 8-byte Folded Reload
fcmp d6, d26
b.le LBB0_565
; %bb.563: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d6
fmov d1, d25
b.gt LBB0_567
; %bb.564: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d6
b LBB0_567
LBB0_565: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d26
fmov d1, d25
b.gt LBB0_567
; %bb.566: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d26
LBB0_567: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d1
str d22, [sp, #560] ; 8-byte Folded Spill
str d28, [sp, #176] ; 8-byte Folded Spill
b.le LBB0_570
; %bb.568: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d5
fmov d4, d12
b.gt LBB0_575
; %bb.569: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d5
b LBB0_575
LBB0_570: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d12
fcmp d6, d26
b.le LBB0_573
; %bb.571: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d6
fmov d12, d25
b.gt LBB0_575
; %bb.572: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d6
b LBB0_575
LBB0_573: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d26
fmov d12, d25
b.gt LBB0_575
; %bb.574: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d26
LBB0_575: ; in Loop: Header=BB0_2 Depth=1
fmov d1, #9.00000000
ldr d6, [sp, #1024] ; 8-byte Folded Reload
fadd d16, d6, d1
fcmp d24, d16
fcsel d24, d24, d16, gt
fmov d1, #6.00000000
ldr d6, [sp, #1032] ; 8-byte Folded Reload
fadd d1, d6, d1
fmov d6, #3.00000000
ldr d23, [sp, #1176] ; 8-byte Folded Reload
fadd d6, d23, d6
fcmp d1, d6
fcsel d15, d1, d6, gt
fcmp d24, d15
fcsel d6, d24, d15, gt
ldr d1, [sp, #1144] ; 8-byte Folded Reload
fadd d1, d1, d2
fmov d23, #8.00000000
ldr d22, [sp, #1064] ; 8-byte Folded Reload
fadd d30, d22, d23
fcmp d1, d30
fcsel d1, d1, d30, gt
fmov d23, #2.00000000
ldr d22, [sp, #960] ; 8-byte Folded Reload
fadd d23, d22, d23
ldr d22, [sp, #1088] ; 8-byte Folded Reload
fmov d28, #16.00000000
fadd d31, d22, d28
fcmp d23, d31
fcsel d31, d23, d31, gt
fcmp d0, d31
b.le LBB0_578
; %bb.576: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d0
fmov d23, d1
ldr d28, [sp, #760] ; 8-byte Folded Reload
b.gt LBB0_580
; %bb.577: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
b LBB0_580
LBB0_578: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d23, d1
ldr d28, [sp, #760] ; 8-byte Folded Reload
b.gt LBB0_580
; %bb.579: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d31
LBB0_580: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d23
b.le LBB0_583
; %bb.581: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d15
b.le LBB0_586
; %bb.582: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d24
fmov d6, d24
b.gt LBB0_590
b LBB0_595
LBB0_583: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d31
b.le LBB0_587
; %bb.584: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d0
fmov d6, d1
b.gt LBB0_589
; %bb.585: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d0
b LBB0_589
LBB0_586: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d15
b.gt LBB0_590
b LBB0_594
LBB0_587: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d6, d1
b.gt LBB0_589
; %bb.588: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d31
LBB0_589: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d6
b.le LBB0_593
LBB0_590: ; in Loop: Header=BB0_2 Depth=1
ldr d1, [sp, #872] ; 8-byte Folded Reload
fcmp d1, d26
b.le LBB0_598
; %bb.591: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d1
fmov d0, d25
fmov d12, d4
b.gt LBB0_600
; %bb.592: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d1
b LBB0_600
LBB0_593: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d15
fmov d6, d24
b.gt LBB0_595
LBB0_594: ; in Loop: Header=BB0_2 Depth=1
fmov d6, d15
LBB0_595: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d31
b.le LBB0_603
; %bb.596: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d0
fmov d5, d1
b.gt LBB0_605
; %bb.597: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d0
b LBB0_605
LBB0_598: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d26
fmov d0, d25
fmov d12, d4
b.gt LBB0_600
; %bb.599: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d26
LBB0_600: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d0
b.le LBB0_608
; %bb.601: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d5
b.gt LBB0_618
; %bb.602: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d5
b LBB0_618
LBB0_603: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d5, d1
b.gt LBB0_605
; %bb.604: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d31
LBB0_605: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d5
b.le LBB0_611
; %bb.606: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d15
fmov d12, d24
b.gt LBB0_618
; %bb.607: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d15
b LBB0_618
LBB0_608: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d26
b.le LBB0_614
; %bb.609: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d1
fmov d12, d25
b.gt LBB0_618
; %bb.610: ; in Loop: Header=BB0_2 Depth=1
ldr d12, [sp, #872] ; 8-byte Folded Reload
b LBB0_618
LBB0_611: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d31
b.le LBB0_616
; %bb.612: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d0
fmov d12, d1
b.gt LBB0_618
; %bb.613: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d0
b LBB0_618
LBB0_614: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d26
fmov d12, d25
b.gt LBB0_618
; %bb.615: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d26
b LBB0_618
LBB0_616: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d31
fmov d12, d1
b.gt LBB0_618
; %bb.617: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d31
LBB0_618: ; in Loop: Header=BB0_2 Depth=1
fmov d1, #13.00000000
ldr d0, [sp, #1160] ; 8-byte Folded Reload
fadd d0, d0, d1
fcmp d17, d0
fcsel d4, d17, d0, gt
fmov d0, #5.00000000
fadd d5, d19, d0
ldr d0, [sp, #1112] ; 8-byte Folded Reload
fadd d0, d0, d1
fcmp d5, d0
str d0, [sp, #328] ; 8-byte Folded Spill
str d5, [sp, #712] ; 8-byte Folded Spill
fcsel d5, d5, d0, gt
fcmp d4, d5
fcsel d25, d4, d5, gt
fmov d0, #10.00000000
ldr d1, [sp, #1128] ; 8-byte Folded Reload
fadd d0, d1, d0
fcmp d3, d0
fcsel d17, d3, d0, gt
fmov d0, #3.00000000
ldr d1, [sp, #1080] ; 8-byte Folded Reload
fadd d15, d1, d0
ldr d0, [sp, #1096] ; 8-byte Folded Reload
fmov d1, #16.00000000
fadd d0, d0, d1
fmov d1, #14.00000000
ldr d3, [sp, #1040] ; 8-byte Folded Reload
fadd d13, d3, d1
fcmp d0, d13
fcsel d24, d0, d13, gt
fcmp d15, d24
b.le LBB0_621
; %bb.619: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d15
fmov d0, d17
b.gt LBB0_623
; %bb.620: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d15
b LBB0_623
LBB0_621: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d24
fmov d0, d17
b.gt LBB0_623
; %bb.622: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d24
LBB0_623: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
b.le LBB0_626
; %bb.624: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d5
fmov d31, d4
b.gt LBB0_631
; %bb.625: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d5
b LBB0_631
LBB0_626: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d24
b.le LBB0_629
; %bb.627: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d15
fmov d31, d17
b.gt LBB0_631
; %bb.628: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d15
b LBB0_631
LBB0_629: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d24
fmov d31, d17
b.gt LBB0_631
; %bb.630: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d24
LBB0_631: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #1184] ; 8-byte Folded Reload
fmov d1, #16.00000000
fadd d0, d0, d1
fmov d1, #14.00000000
ldr d3, [sp, #944] ; 8-byte Folded Reload
fadd d3, d3, d1
fcmp d0, d3
fcsel d26, d0, d3, gt
fmov d0, #6.00000000
ldr d1, [sp, #952] ; 8-byte Folded Reload
fadd d0, d1, d0
fcmp d16, d0
str d0, [sp, #32] ; 8-byte Folded Spill
fcsel d16, d16, d0, gt
fcmp d26, d16
fcsel d23, d26, d16, gt
ldr d0, [sp, #440] ; 8-byte Folded Reload
fcmp d0, d8
fcsel d1, d0, d8, gt
ldr d0, [sp, #1144] ; 8-byte Folded Reload
fadd d6, d0, d14
fmov d0, #9.00000000
ldr d22, [sp, #1064] ; 8-byte Folded Reload
fadd d0, d22, d0
fmov d8, #2.00000000
ldr d22, [sp, #992] ; 8-byte Folded Reload
fadd d22, d22, d8
fcmp d0, d22
str d22, [sp, #72] ; 8-byte Folded Spill
fcsel d0, d0, d22, gt
fcmp d6, d0
b.le LBB0_634
; %bb.632: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d6
fmov d8, d1
b.gt LBB0_636
; %bb.633: ; in Loop: Header=BB0_2 Depth=1
fmov d8, d6
b LBB0_636
LBB0_634: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d0
fmov d8, d1
b.gt LBB0_636
; %bb.635: ; in Loop: Header=BB0_2 Depth=1
fmov d8, d0
LBB0_636: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d8
b.le LBB0_639
; %bb.637: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d16
b.le LBB0_642
; %bb.638: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d26
fmov d23, d26
b.gt LBB0_646
b LBB0_651
LBB0_639: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d0
b.le LBB0_643
; %bb.640: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d6
fmov d23, d1
b.gt LBB0_645
; %bb.641: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d6
b LBB0_645
LBB0_642: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d16
b.gt LBB0_646
b LBB0_650
LBB0_643: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d0
fmov d23, d1
b.gt LBB0_645
; %bb.644: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
LBB0_645: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d23
b.le LBB0_649
LBB0_646: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d24
b.le LBB0_654
; %bb.647: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d15
fmov d0, d17
b.gt LBB0_656
; %bb.648: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d15
b LBB0_656
LBB0_649: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d16
fmov d23, d26
b.gt LBB0_651
LBB0_650: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d16
LBB0_651: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d0
b.le LBB0_659
; %bb.652: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d6
fmov d5, d1
b.gt LBB0_661
; %bb.653: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d6
b LBB0_661
LBB0_654: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d24
fmov d0, d17
b.gt LBB0_656
; %bb.655: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d24
LBB0_656: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
b.le LBB0_664
; %bb.657: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d5
b.gt LBB0_674
; %bb.658: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d5
b LBB0_674
LBB0_659: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d0
fmov d5, d1
b.gt LBB0_661
; %bb.660: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d0
LBB0_661: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d5
b.le LBB0_667
; %bb.662: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d16
fmov d4, d26
b.gt LBB0_674
; %bb.663: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d16
b LBB0_674
LBB0_664: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d24
b.le LBB0_670
; %bb.665: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d15
fmov d4, d17
b.gt LBB0_674
; %bb.666: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d15
b LBB0_674
LBB0_667: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d0
b.le LBB0_672
; %bb.668: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d6
fmov d4, d1
b.gt LBB0_674
; %bb.669: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d6
b LBB0_674
LBB0_670: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d24
fmov d4, d17
b.gt LBB0_674
; %bb.671: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d24
b LBB0_674
LBB0_672: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d0
fmov d4, d1
b.gt LBB0_674
; %bb.673: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d0
LBB0_674: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #6.00000000
ldr d1, [sp, #1000] ; 8-byte Folded Reload
fadd d0, d1, d0
fmov d6, #7.00000000
ldr d1, [sp, #1152] ; 8-byte Folded Reload
fadd d1, d1, d6
fcmp d0, d1
fcsel d22, d0, d1, gt
fmov d0, #12.00000000
fadd d1, d19, d0
fmov d0, #3.00000000
fadd d0, d20, d0
fcmp d1, d0
str d1, [sp, #248] ; 8-byte Folded Spill
fcsel d5, d1, d0, gt
fcmp d22, d5
fcsel d24, d22, d5, gt
fmov d0, #18.00000000
ldr d1, [sp, #1072] ; 8-byte Folded Reload
fadd d0, d1, d0
fcmp d0, d21
str d0, [sp, #280] ; 8-byte Folded Spill
fcsel d16, d0, d21, gt
fmov d0, #14.00000000
ldr d1, [sp, #1056] ; 8-byte Folded Reload
fadd d8, d1, d0
ldr d0, [sp, #1016] ; 8-byte Folded Reload
fadd d0, d0, d6
ldr d1, [sp, #1184] ; 8-byte Folded Reload
fadd d1, d1, d2
fcmp d0, d1
str d1, [sp, #360] ; 8-byte Folded Spill
fcsel d17, d0, d1, gt
fcmp d8, d17
b.le LBB0_677
; %bb.675: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d8
fmov d0, d16
b.gt LBB0_679
; %bb.676: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d8
b LBB0_679
LBB0_677: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d0, d16
b.gt LBB0_679
; %bb.678: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d17
LBB0_679: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d0
b.le LBB0_682
; %bb.680: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d5
fmov d26, d22
b.gt LBB0_687
; %bb.681: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d5
b LBB0_687
LBB0_682: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d17
b.le LBB0_685
; %bb.683: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d8
fmov d26, d16
b.gt LBB0_687
; %bb.684: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d8
b LBB0_687
LBB0_685: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d26, d16
b.gt LBB0_687
; %bb.686: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d17
LBB0_687: ; in Loop: Header=BB0_2 Depth=1
fmov d6, #6.00000000
ldr d0, [sp, #1024] ; 8-byte Folded Reload
fadd d0, d0, d6
ldr d1, [sp, #720] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d21, d0, d1, gt
ldr d0, [sp, #1208] ; 8-byte Folded Reload
fadd d0, d0, d2
ldr d1, [sp, #408] ; 8-byte Folded Reload
fcmp d0, d1
str d0, [sp, #152] ; 8-byte Folded Spill
fcsel d1, d0, d1, gt
fcmp d21, d1
fcsel d31, d21, d1, gt
ldr d0, [sp, #1048] ; 8-byte Folded Reload
fadd d0, d0, d6
fmov d25, #8.00000000
ldr d6, [sp, #1192] ; 8-byte Folded Reload
fadd d6, d6, d25
fcmp d0, d6
fcsel d0, d0, d6, gt
fmov d6, #12.00000000
ldr d23, [sp, #1168] ; 8-byte Folded Reload
fadd d23, d23, d6
ldr d6, [sp, #1088] ; 8-byte Folded Reload
fadd d6, d6, d25
fcmp d23, d6
fcsel d25, d23, d6, gt
fcmp d28, d25
b.le LBB0_690
; %bb.688: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d28
fmov d23, d0
b.gt LBB0_692
; %bb.689: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d28
b LBB0_692
LBB0_690: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d25
fmov d23, d0
b.gt LBB0_692
; %bb.691: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d25
LBB0_692: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d23
b.le LBB0_695
; %bb.693: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
b.le LBB0_698
; %bb.694: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d21
fmov d23, d21
b.gt LBB0_702
b LBB0_707
LBB0_695: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d25
b.le LBB0_699
; %bb.696: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d28
fmov d23, d0
b.gt LBB0_701
; %bb.697: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d28
b LBB0_701
LBB0_698: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d1
b.gt LBB0_702
b LBB0_706
LBB0_699: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d25
fmov d23, d0
b.gt LBB0_701
; %bb.700: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d25
LBB0_701: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d23
b.le LBB0_705
LBB0_702: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d17
b.le LBB0_710
; %bb.703: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d8
fmov d0, d16
b.gt LBB0_712
; %bb.704: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d8
b LBB0_712
LBB0_705: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
fmov d23, d21
b.gt LBB0_707
LBB0_706: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d1
LBB0_707: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d25
b.le LBB0_715
; %bb.708: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d28
fmov d5, d0
b.gt LBB0_717
; %bb.709: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d28
b LBB0_717
LBB0_710: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d0, d16
b.gt LBB0_712
; %bb.711: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d17
LBB0_712: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d0
b.le LBB0_720
; %bb.713: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d5
b.gt LBB0_730
; %bb.714: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d5
b LBB0_730
LBB0_715: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d25
fmov d5, d0
b.gt LBB0_717
; %bb.716: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d25
LBB0_717: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d5
b.le LBB0_723
; %bb.718: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d1
fmov d22, d21
b.gt LBB0_730
; %bb.719: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d1
b LBB0_730
LBB0_720: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d17
b.le LBB0_726
; %bb.721: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d8
fmov d22, d16
b.gt LBB0_730
; %bb.722: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d8
b LBB0_730
LBB0_723: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d25
b.le LBB0_728
; %bb.724: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d28
fmov d22, d0
b.gt LBB0_730
; %bb.725: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d28
b LBB0_730
LBB0_726: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d22, d16
b.gt LBB0_730
; %bb.727: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d17
b LBB0_730
LBB0_728: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d25
fmov d22, d0
b.gt LBB0_730
; %bb.729: ; in Loop: Header=BB0_2 Depth=1
fmov d22, d25
LBB0_730: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #18.00000000
ldr d1, [sp, #1000] ; 8-byte Folded Reload
fadd d5, d1, d0
fmov d0, #9.00000000
ldr d1, [sp, #1104] ; 8-byte Folded Reload
fadd d0, d1, d0
fcmp d5, d0
str d5, [sp, #760] ; 8-byte Folded Spill
fcsel d31, d5, d0, gt
fmov d0, #15.00000000
ldr d1, [sp, #1120] ; 8-byte Folded Reload
fadd d0, d1, d0
fmov d1, #20.00000000
ldr d5, [sp, #1136] ; 8-byte Folded Reload
fadd d1, d5, d1
fcmp d0, d1
fcsel d1, d0, d1, gt
fcmp d31, d1
fcsel d24, d31, d1, gt
fmov d0, #12.00000000
ldr d5, [sp, #1152] ; 8-byte Folded Reload
fadd d5, d5, d0
ldr d0, [sp, #896] ; 8-byte Folded Reload
fcmp d0, d5
str d5, [sp, #720] ; 8-byte Folded Spill
fcsel d17, d0, d5, gt
fmov d0, #3.00000000
ldr d5, [sp, #1112] ; 8-byte Folded Reload
fadd d16, d5, d0
ldr d0, [sp, #1056] ; 8-byte Folded Reload
fadd d0, d0, d2
fmov d5, #14.00000000
ldr d2, [sp, #1096] ; 8-byte Folded Reload
fadd d5, d2, d5
fcmp d0, d5
fcsel d21, d0, d5, gt
fcmp d16, d21
b.le LBB0_733
; %bb.731: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d16
fmov d0, d17
b.gt LBB0_735
; %bb.732: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d16
b LBB0_735
LBB0_733: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d21
fmov d0, d17
b.gt LBB0_735
; %bb.734: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d21
LBB0_735: ; in Loop: Header=BB0_2 Depth=1
str d15, [sp, #320] ; 8-byte Folded Spill
fcmp d24, d0
str d8, [sp, #376] ; 8-byte Folded Spill
b.le LBB0_738
; %bb.736: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d1
fmov d15, d31
b.gt LBB0_743
; %bb.737: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d1
b LBB0_743
LBB0_738: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d31
fcmp d16, d21
b.le LBB0_741
; %bb.739: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d16
fmov d31, d17
b.gt LBB0_743
; %bb.740: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d16
b LBB0_743
LBB0_741: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d21
fmov d31, d17
b.gt LBB0_743
; %bb.742: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d21
LBB0_743: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #1040] ; 8-byte Folded Reload
fmov d2, #7.00000000
fadd d8, d0, d2
fcmp d8, d9
fcsel d25, d8, d9, gt
ldr d0, [sp, #1024] ; 8-byte Folded Reload
fmov d2, #16.00000000
fadd d5, d0, d2
fmov d0, #13.00000000
ldr d2, [sp, #1032] ; 8-byte Folded Reload
fadd d0, d2, d0
fcmp d5, d0
str d5, [sp, #144] ; 8-byte Folded Spill
fcsel d28, d5, d0, gt
fcmp d25, d28
fcsel d9, d25, d28, gt
fmov d23, #6.00000000
ldr d0, [sp, #1208] ; 8-byte Folded Reload
fadd d26, d0, d23
fmov d0, #15.00000000
ldr d2, [sp, #1048] ; 8-byte Folded Reload
fadd d0, d2, d0
fcmp d26, d0
fcsel d0, d26, d0, gt
fmov d5, #10.00000000
ldr d2, [sp, #968] ; 8-byte Folded Reload
fadd d5, d2, d5
ldr d2, [sp, #1200] ; 8-byte Folded Reload
fadd d23, d2, d23
fcmp d23, d7
fcsel d7, d23, d7, gt
fcmp d5, d7
b.le LBB0_746
; %bb.744: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d5
fmov d23, d0
b.gt LBB0_748
; %bb.745: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d5
b LBB0_748
LBB0_746: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d7
fmov d23, d0
b.gt LBB0_748
; %bb.747: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d7
LBB0_748: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d23
b.le LBB0_751
; %bb.749: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d28
b.le LBB0_754
; %bb.750: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d25
fmov d23, d25
b.gt LBB0_758
b LBB0_763
LBB0_751: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
b.le LBB0_755
; %bb.752: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d5
fmov d23, d0
b.gt LBB0_757
; %bb.753: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d5
b LBB0_757
LBB0_754: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d28
b.gt LBB0_758
b LBB0_762
LBB0_755: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d7
fmov d23, d0
b.gt LBB0_757
; %bb.756: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d7
LBB0_757: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d23
b.le LBB0_761
LBB0_758: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d21
b.le LBB0_766
; %bb.759: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d16
fmov d0, d17
b.gt LBB0_768
; %bb.760: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d16
b LBB0_768
LBB0_761: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d28
fmov d23, d25
b.gt LBB0_763
LBB0_762: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d28
LBB0_763: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
b.le LBB0_771
; %bb.764: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d5
fmov d1, d0
b.gt LBB0_773
; %bb.765: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d5
b LBB0_773
LBB0_766: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d21
fmov d0, d17
b.gt LBB0_768
; %bb.767: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d21
LBB0_768: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d0
b.le LBB0_776
; %bb.769: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d1
b.gt LBB0_786
; %bb.770: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d1
b LBB0_786
LBB0_771: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d7
fmov d1, d0
b.gt LBB0_773
; %bb.772: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
LBB0_773: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_779
; %bb.774: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d28
fmov d15, d25
b.gt LBB0_786
; %bb.775: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d28
b LBB0_786
LBB0_776: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d21
b.le LBB0_782
; %bb.777: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d16
fmov d15, d17
b.gt LBB0_786
; %bb.778: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d16
b LBB0_786
LBB0_779: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d7
b.le LBB0_784
; %bb.780: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d5
fmov d15, d0
b.gt LBB0_786
; %bb.781: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d5
b LBB0_786
LBB0_782: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d21
fmov d15, d17
b.gt LBB0_786
; %bb.783: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d21
b LBB0_786
LBB0_784: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d7
fmov d15, d0
b.gt LBB0_786
; %bb.785: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d7
LBB0_786: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #776] ; 8-byte Folded Reload
ldr d1, [sp, #368] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d31, d1, d0, gt
ldr d0, [sp, #984] ; 8-byte Folded Reload
fmov d1, #16.00000000
fadd d21, d0, d1
ldr d0, [sp, #712] ; 8-byte Folded Reload
fcmp d21, d0
fcsel d1, d21, d0, gt
fcmp d31, d1
fcsel d25, d31, d1, gt
fadd d9, d20, d14
fcmp d9, d10
fcsel d16, d9, d10, gt
fmov d0, #6.00000000
ldr d2, [sp, #1128] ; 8-byte Folded Reload
fadd d2, d2, d0
fmov d0, #15.00000000
ldr d7, [sp, #1096] ; 8-byte Folded Reload
fadd d0, d7, d0
fcmp d0, d27
fcsel d17, d0, d27, gt
fcmp d2, d17
b.le LBB0_789
; %bb.787: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d2
fmov d0, d16
b.gt LBB0_791
; %bb.788: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d2
b LBB0_791
LBB0_789: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d0, d16
b.gt LBB0_791
; %bb.790: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d17
LBB0_791: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
str d22, [sp, #408] ; 8-byte Folded Spill
str d15, [sp, #392] ; 8-byte Folded Spill
b.le LBB0_794
; %bb.792: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d1
fmov d20, d31
b.gt LBB0_799
; %bb.793: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d1
b LBB0_799
LBB0_794: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d31
fcmp d2, d17
b.le LBB0_797
; %bb.795: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d2
fmov d31, d16
b.gt LBB0_799
; %bb.796: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d2
b LBB0_799
LBB0_797: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d31, d16
b.gt LBB0_799
; %bb.798: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d17
LBB0_799: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #3.00000000
ldr d7, [sp, #1024] ; 8-byte Folded Reload
fadd d7, d7, d0
fmov d0, #18.00000000
ldr d23, [sp, #1208] ; 8-byte Folded Reload
fadd d0, d23, d0
fcmp d7, d0
fcsel d10, d7, d0, gt
fmov d0, #14.00000000
ldr d23, [sp, #1176] ; 8-byte Folded Reload
fadd d24, d23, d0
ldr d0, [sp, #744] ; 8-byte Folded Reload
fcmp d24, d0
fcsel d28, d24, d0, gt
fcmp d10, d28
fcsel d23, d10, d28, gt
fmov d0, #13.00000000
ldr d22, [sp, #1144] ; 8-byte Folded Reload
fadd d27, d22, d0
fcmp d27, d30
fcsel d0, d27, d30, gt
fmov d30, #17.00000000
ldr d22, [sp, #1192] ; 8-byte Folded Reload
fadd d15, d22, d30
ldr d22, [sp, #1088] ; 8-byte Folded Reload
fadd d22, d22, d14
fcmp d11, d22
str d22, [sp, #48] ; 8-byte Folded Spill
fcsel d30, d11, d22, gt
fcmp d15, d30
b.le LBB0_802
; %bb.800: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d11, d0
b.gt LBB0_804
; %bb.801: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d15
b LBB0_804
LBB0_802: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d30
fmov d11, d0
b.gt LBB0_804
; %bb.803: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d30
LBB0_804: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d11
str d4, [sp, #440] ; 8-byte Folded Spill
b.le LBB0_807
; %bb.805: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d28
b.le LBB0_810
; %bb.806: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d10
fmov d23, d10
b.gt LBB0_814
b LBB0_819
LBB0_807: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d30
b.le LBB0_811
; %bb.808: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d23, d0
b.gt LBB0_813
; %bb.809: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d15
b LBB0_813
LBB0_810: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d28
b.gt LBB0_814
b LBB0_818
LBB0_811: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d30
fmov d23, d0
b.gt LBB0_813
; %bb.812: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d30
LBB0_813: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d23
b.le LBB0_817
LBB0_814: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d17
b.le LBB0_822
; %bb.815: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d2
fmov d0, d16
b.gt LBB0_824
; %bb.816: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d2
b LBB0_824
LBB0_817: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d28
fmov d23, d10
b.gt LBB0_819
LBB0_818: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d28
LBB0_819: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d30
b.le LBB0_827
; %bb.820: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d1, d0
b.gt LBB0_829
; %bb.821: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d15
b LBB0_829
LBB0_822: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d0, d16
b.gt LBB0_824
; %bb.823: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d17
LBB0_824: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
b.le LBB0_832
; %bb.825: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d1
b.gt LBB0_842
; %bb.826: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d1
b LBB0_842
LBB0_827: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d30
fmov d1, d0
b.gt LBB0_829
; %bb.828: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d30
LBB0_829: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_835
; %bb.830: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d28
fmov d20, d10
b.gt LBB0_842
; %bb.831: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d28
b LBB0_842
LBB0_832: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d17
b.le LBB0_838
; %bb.833: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d2
fmov d20, d16
b.gt LBB0_842
; %bb.834: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d2
b LBB0_842
LBB0_835: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d30
b.le LBB0_840
; %bb.836: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d20, d0
b.gt LBB0_842
; %bb.837: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d15
b LBB0_842
LBB0_838: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d20, d16
b.gt LBB0_842
; %bb.839: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d17
b LBB0_842
LBB0_840: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d30
fmov d20, d0
b.gt LBB0_842
; %bb.841: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d30
LBB0_842: ; in Loop: Header=BB0_2 Depth=1
str d15, [sp, #136] ; 8-byte Folded Spill
fmov d0, #18.00000000
ldr d1, [sp, #1136] ; 8-byte Folded Reload
fadd d0, d1, d0
ldr d1, [sp, #480] ; 8-byte Folded Reload
fcmp d1, d0
str d0, [sp, #744] ; 8-byte Folded Spill
fcsel d15, d1, d0, gt
ldr d0, [sp, #1160] ; 8-byte Folded Reload
fmov d1, #5.00000000
fadd d0, d0, d1
ldr d1, [sp, #1152] ; 8-byte Folded Reload
fadd d1, d1, d14
fcmp d0, d1
fcsel d1, d0, d1, gt
fcmp d15, d1
fcsel d17, d15, d1, gt
fmov d0, #2.00000000
ldr d2, [sp, #888] ; 8-byte Folded Reload
fadd d0, d2, d0
fmov d2, #3.00000000
ldr d4, [sp, #976] ; 8-byte Folded Reload
fadd d2, d4, d2
fcmp d0, d2
fcsel d2, d0, d2, gt
fmov d0, #10.00000000
ldr d16, [sp, #1080] ; 8-byte Folded Reload
fadd d22, d16, d0
fmov d0, #13.00000000
ldr d16, [sp, #1016] ; 8-byte Folded Reload
fadd d0, d16, d0
ldr d4, [sp, #704] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d16, d0, d4, gt
fcmp d22, d16
b.le LBB0_845
; %bb.843: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d22
fmov d0, d2
b.gt LBB0_847
; %bb.844: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d22
b LBB0_847
LBB0_845: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
fmov d0, d2
b.gt LBB0_847
; %bb.846: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d16
LBB0_847: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d0
str d20, [sp, #368] ; 8-byte Folded Spill
b.le LBB0_850
; %bb.848: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d1
fmov d11, d15
b.gt LBB0_855
; %bb.849: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d1
b LBB0_855
LBB0_850: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d16
b.le LBB0_853
; %bb.851: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d22
fmov d11, d2
b.gt LBB0_855
; %bb.852: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d22
b LBB0_855
LBB0_853: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
fmov d11, d2
b.gt LBB0_855
; %bb.854: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d16
LBB0_855: ; in Loop: Header=BB0_2 Depth=1
str d22, [sp, #704] ; 8-byte Folded Spill
str d12, [sp, #480] ; 8-byte Folded Spill
fmov d0, #13.00000000
ldr d22, [sp, #944] ; 8-byte Folded Reload
fadd d4, d22, d0
fmov d0, #17.00000000
ldr d22, [sp, #952] ; 8-byte Folded Reload
fadd d0, d22, d0
fcmp d4, d0
str d4, [sp, #272] ; 8-byte Folded Spill
fcsel d25, d4, d0, gt
ldr d0, [sp, #1032] ; 8-byte Folded Reload
fadd d0, d0, d14
ldr d23, [sp, #1208] ; 8-byte Folded Reload
fmov d4, #7.00000000
fadd d23, d23, d4
fcmp d0, d23
fcsel d30, d0, d23, gt
fcmp d25, d30
fcsel d23, d25, d30, gt
fmov d0, #12.00000000
ldr d22, [sp, #992] ; 8-byte Folded Reload
fadd d0, d22, d0
ldr d22, [sp, #832] ; 8-byte Folded Reload
fcmp d22, d0
fcsel d0, d22, d0, gt
fmov d28, #4.00000000
ldr d22, [sp, #1192] ; 8-byte Folded Reload
fadd d10, d22, d28
fmov d28, #14.00000000
ldr d31, [sp, #1200] ; 8-byte Folded Reload
fadd d28, d31, d28
ldr d4, [sp, #880] ; 8-byte Folded Reload
fcmp d28, d4
fcsel d31, d28, d4, gt
fcmp d10, d31
b.le LBB0_858
; %bb.856: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d10
fmov d12, d0
ldr d22, [sp, #904] ; 8-byte Folded Reload
ldr d28, [sp, #344] ; 8-byte Folded Reload
b.gt LBB0_860
; %bb.857: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d10
b LBB0_860
LBB0_858: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d31
fmov d12, d0
ldr d22, [sp, #904] ; 8-byte Folded Reload
ldr d28, [sp, #344] ; 8-byte Folded Reload
b.gt LBB0_860
; %bb.859: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d31
LBB0_860: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d12
b.le LBB0_863
; %bb.861: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d30
b.le LBB0_866
; %bb.862: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d25
fmov d23, d25
b.gt LBB0_870
b LBB0_875
LBB0_863: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d31
b.le LBB0_867
; %bb.864: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d10
fmov d23, d0
b.gt LBB0_869
; %bb.865: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d10
b LBB0_869
LBB0_866: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d30
b.gt LBB0_870
b LBB0_874
LBB0_867: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d31
fmov d23, d0
b.gt LBB0_869
; %bb.868: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d31
LBB0_869: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d23
b.le LBB0_873
LBB0_870: ; in Loop: Header=BB0_2 Depth=1
ldr d4, [sp, #704] ; 8-byte Folded Reload
fcmp d4, d16
b.le LBB0_878
; %bb.871: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d4
fmov d0, d2
b.gt LBB0_880
; %bb.872: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d4
b LBB0_880
LBB0_873: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d30
fmov d23, d25
b.gt LBB0_875
LBB0_874: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d30
LBB0_875: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d31
b.le LBB0_883
; %bb.876: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d10
fmov d1, d0
b.gt LBB0_885
; %bb.877: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d10
b LBB0_885
LBB0_878: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
fmov d0, d2
b.gt LBB0_880
; %bb.879: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d16
LBB0_880: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d0
b.le LBB0_888
; %bb.881: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d1
b.gt LBB0_898
; %bb.882: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d1
b LBB0_898
LBB0_883: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d31
fmov d1, d0
b.gt LBB0_885
; %bb.884: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d31
LBB0_885: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_891
; %bb.886: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d30
fmov d15, d25
b.gt LBB0_898
; %bb.887: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d30
b LBB0_898
LBB0_888: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d16
b.le LBB0_894
; %bb.889: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d4
fmov d15, d2
b.gt LBB0_898
; %bb.890: ; in Loop: Header=BB0_2 Depth=1
ldr d15, [sp, #704] ; 8-byte Folded Reload
b LBB0_898
LBB0_891: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d31
b.le LBB0_896
; %bb.892: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d10
fmov d15, d0
b.gt LBB0_898
; %bb.893: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d10
b LBB0_898
LBB0_894: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
fmov d15, d2
b.gt LBB0_898
; %bb.895: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d16
b LBB0_898
LBB0_896: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d31
fmov d15, d0
b.gt LBB0_898
; %bb.897: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d31
LBB0_898: ; in Loop: Header=BB0_2 Depth=1
fmov d2, #11.00000000
ldr d0, [sp, #1160] ; 8-byte Folded Reload
fadd d0, d0, d2
fmov d1, #10.00000000
ldr d4, [sp, #984] ; 8-byte Folded Reload
fadd d4, d4, d1
fcmp d0, d4
str d4, [sp, #96] ; 8-byte Folded Spill
fcsel d20, d0, d4, gt
ldr d0, [sp, #1152] ; 8-byte Folded Reload
fadd d0, d0, d1
fmov d1, #1.00000000
fadd d1, d19, d1
fcmp d0, d1
fcsel d1, d0, d1, gt
fcmp d20, d1
fcsel d17, d20, d1, gt
ldr d0, [sp, #1072] ; 8-byte Folded Reload
fadd d0, d0, d2
fmov d2, #14.00000000
ldr d16, [sp, #1080] ; 8-byte Folded Reload
fadd d2, d16, d2
fcmp d0, d2
fcsel d2, d0, d2, gt
ldr d0, [sp, #1008] ; 8-byte Folded Reload
fmov d4, #7.00000000
fadd d0, d0, d4
ldr d4, [sp, #312] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d16, d4, d0, gt
fcmp d28, d16
b.le LBB0_901
; %bb.899: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d28
fmov d0, d2
b.gt LBB0_903
; %bb.900: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d28
b LBB0_903
LBB0_901: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
fmov d0, d2
b.gt LBB0_903
; %bb.902: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d16
LBB0_903: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d0
str d15, [sp, #344] ; 8-byte Folded Spill
b.le LBB0_906
; %bb.904: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d1
fmov d31, d20
b.gt LBB0_911
; %bb.905: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d1
b LBB0_911
LBB0_906: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d16
b.le LBB0_909
; %bb.907: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d28
fmov d31, d2
b.gt LBB0_911
; %bb.908: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d28
b LBB0_911
LBB0_909: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
fmov d31, d2
b.gt LBB0_911
; %bb.910: ; in Loop: Header=BB0_2 Depth=1
fmov d31, d16
LBB0_911: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #10.00000000
ldr d23, [sp, #952] ; 8-byte Folded Reload
fadd d4, d23, d0
ldr d0, [sp, #1208] ; 8-byte Folded Reload
fmov d23, #5.00000000
fadd d0, d0, d23
fcmp d4, d0
str d4, [sp, #200] ; 8-byte Folded Spill
str d0, [sp, #128] ; 8-byte Folded Spill
fcsel d10, d4, d0, gt
fmov d0, #6.00000000
ldr d23, [sp, #1176] ; 8-byte Folded Reload
fadd d0, d23, d0
ldr d4, [sp, #752] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d25, d0, d4, gt
fcmp d10, d25
fcsel d12, d10, d25, gt
fmov d0, #4.00000000
ldr d23, [sp, #992] ; 8-byte Folded Reload
fadd d0, d23, d0
fcmp d5, d0
fcsel d11, d5, d0, gt
fmov d0, #7.00000000
ldr d5, [sp, #1192] ; 8-byte Folded Reload
fadd d15, d5, d0
ldr d4, [sp, #960] ; 8-byte Folded Reload
fadd d5, d4, d0
fmov d0, #17.00000000
ldr d23, [sp, #1168] ; 8-byte Folded Reload
fadd d0, d23, d0
fcmp d5, d0
str d0, [sp, #16] ; 8-byte Folded Spill
fcsel d0, d5, d0, gt
fcmp d15, d0
b.le LBB0_914
; %bb.912: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d15
fmov d23, d11
b.gt LBB0_916
; %bb.913: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d15
b LBB0_916
LBB0_914: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d0
fmov d23, d11
b.gt LBB0_916
; %bb.915: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
LBB0_916: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d23
b.le LBB0_919
; %bb.917: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d25
b.le LBB0_922
; %bb.918: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d10
fmov d23, d10
b.gt LBB0_926
b LBB0_931
LBB0_919: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d0
b.le LBB0_923
; %bb.920: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d15
fmov d23, d11
b.gt LBB0_925
; %bb.921: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d15
b LBB0_925
LBB0_922: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d25
b.gt LBB0_926
b LBB0_930
LBB0_923: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d0
fmov d23, d11
b.gt LBB0_925
; %bb.924: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
LBB0_925: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d23
b.le LBB0_929
LBB0_926: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d16
b.le LBB0_934
; %bb.927: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d28
fmov d0, d2
b.gt LBB0_936
; %bb.928: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d28
b LBB0_936
LBB0_929: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d25
fmov d23, d10
b.gt LBB0_931
LBB0_930: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d25
LBB0_931: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d0
b.le LBB0_939
; %bb.932: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d15
fmov d1, d11
b.gt LBB0_941
; %bb.933: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d15
b LBB0_941
LBB0_934: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
fmov d0, d2
b.gt LBB0_936
; %bb.935: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d16
LBB0_936: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d0
b.le LBB0_944
; %bb.937: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d1
b.gt LBB0_954
; %bb.938: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d1
b LBB0_954
LBB0_939: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d0
fmov d1, d11
b.gt LBB0_941
; %bb.940: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d0
LBB0_941: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_947
; %bb.942: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d25
fmov d20, d10
b.gt LBB0_954
; %bb.943: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d25
b LBB0_954
LBB0_944: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d16
b.le LBB0_950
; %bb.945: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d28
fmov d20, d2
b.gt LBB0_954
; %bb.946: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d28
b LBB0_954
LBB0_947: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d0
b.le LBB0_952
; %bb.948: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d15
fmov d20, d11
b.gt LBB0_954
; %bb.949: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d15
b LBB0_954
LBB0_950: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
fmov d20, d2
b.gt LBB0_954
; %bb.951: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d16
b LBB0_954
LBB0_952: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d0
fmov d20, d11
b.gt LBB0_954
; %bb.953: ; in Loop: Header=BB0_2 Depth=1
fmov d20, d0
LBB0_954: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #736] ; 8-byte Folded Reload
ldr d1, [sp, #240] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d4, d1, d0, gt
fmov d0, #1.00000000
ldr d1, [sp, #1120] ; 8-byte Folded Reload
fadd d0, d1, d0
fmov d17, #17.00000000
ldr d1, [sp, #1136] ; 8-byte Folded Reload
fadd d1, d1, d17
fcmp d0, d1
fcsel d2, d0, d1, gt
fcmp d4, d2
fcsel d25, d4, d2, gt
fmov d0, #15.00000000
fadd d0, d19, d0
fcmp d0, d9
str d0, [sp, #240] ; 8-byte Folded Spill
fcsel d16, d0, d9, gt
ldr d0, [sp, #1080] ; 8-byte Folded Reload
fadd d1, d0, d17
ldr d0, [sp, #728] ; 8-byte Folded Reload
fcmp d0, d1
str d1, [sp, #8] ; 8-byte Folded Spill
fcsel d17, d0, d1, gt
fcmp d22, d17
b.le LBB0_957
; %bb.955: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d22
fmov d0, d16
b.gt LBB0_959
; %bb.956: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d22
b LBB0_959
LBB0_957: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d0, d16
b.gt LBB0_959
; %bb.958: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d17
LBB0_959: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
str d29, [sp, #504] ; 8-byte Folded Spill
b.le LBB0_962
; %bb.960: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d2
fmov d11, d4
b.gt LBB0_967
; %bb.961: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d2
b LBB0_967
LBB0_962: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d17
b.le LBB0_965
; %bb.963: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d22
fmov d11, d16
b.gt LBB0_967
; %bb.964: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d22
b LBB0_967
LBB0_965: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d11, d16
b.gt LBB0_967
; %bb.966: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d17
LBB0_967: ; in Loop: Header=BB0_2 Depth=1
fmov d23, #18.00000000
ldr d0, [sp, #1096] ; 8-byte Folded Reload
fadd d0, d0, d23
fcmp d0, d8
fcsel d8, d0, d8, gt
ldr d0, [sp, #1008] ; 8-byte Folded Reload
fmov d28, #16.00000000
fadd d0, d0, d28
fcmp d0, d3
str d0, [sp, #40] ; 8-byte Folded Spill
fcsel d31, d0, d3, gt
fcmp d8, d31
fcsel d12, d8, d31, gt
fmov d0, #12.00000000
ldr d3, [sp, #952] ; 8-byte Folded Reload
fadd d0, d3, d0
fmov d3, #2.00000000
ldr d28, [sp, #1176] ; 8-byte Folded Reload
fadd d3, d28, d3
fcmp d0, d3
fcsel d10, d0, d3, gt
fmov d14, #16.00000000
fmov d29, #18.00000000
ldr d0, [sp, #1144] ; 8-byte Folded Reload
fadd d3, d0, d23
fmov d0, #3.00000000
ldr d23, [sp, #1064] ; 8-byte Folded Reload
fadd d0, d23, d0
fmov d28, #16.00000000
ldr d23, [sp, #1168] ; 8-byte Folded Reload
fadd d23, d23, d14
fcmp d0, d23
fcsel d0, d0, d23, gt
fcmp d3, d0
b.le LBB0_970
; %bb.968: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d3
fmov d23, d10
b.gt LBB0_972
; %bb.969: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d3
b LBB0_972
LBB0_970: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
fmov d23, d10
b.gt LBB0_972
; %bb.971: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
LBB0_972: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d23
b.le LBB0_975
; %bb.973: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d31
b.le LBB0_978
; %bb.974: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d8
fmov d23, d8
b.gt LBB0_982
b LBB0_987
LBB0_975: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d0
b.le LBB0_979
; %bb.976: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d3
fmov d23, d10
b.gt LBB0_981
; %bb.977: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d3
b LBB0_981
LBB0_978: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d31
b.gt LBB0_982
b LBB0_986
LBB0_979: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
fmov d23, d10
b.gt LBB0_981
; %bb.980: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
LBB0_981: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d23
b.le LBB0_985
LBB0_982: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d17
b.le LBB0_990
; %bb.983: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d22
fmov d0, d16
b.gt LBB0_992
; %bb.984: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d22
b LBB0_992
LBB0_985: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d31
fmov d23, d8
b.gt LBB0_987
LBB0_986: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d31
LBB0_987: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d0
b.le LBB0_995
; %bb.988: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d3
fmov d2, d10
b.gt LBB0_997
; %bb.989: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d3
b LBB0_997
LBB0_990: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d0, d16
b.gt LBB0_992
; %bb.991: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d17
LBB0_992: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
b.le LBB0_1000
; %bb.993: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d2
b.gt LBB0_1010
; %bb.994: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d2
b LBB0_1010
LBB0_995: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
fmov d2, d10
b.gt LBB0_997
; %bb.996: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d0
LBB0_997: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d2
b.le LBB0_1003
; %bb.998: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d31
fmov d4, d8
b.gt LBB0_1010
; %bb.999: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d31
b LBB0_1010
LBB0_1000: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d17
b.le LBB0_1006
; %bb.1001: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d22
fmov d4, d16
b.gt LBB0_1010
; %bb.1002: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d22
b LBB0_1010
LBB0_1003: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d0
b.le LBB0_1008
; %bb.1004: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d3
fmov d4, d10
b.gt LBB0_1010
; %bb.1005: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d3
b LBB0_1010
LBB0_1006: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d4, d16
b.gt LBB0_1010
; %bb.1007: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d17
b LBB0_1010
LBB0_1008: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
fmov d4, d10
b.gt LBB0_1010
; %bb.1009: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d0
LBB0_1010: ; in Loop: Header=BB0_2 Depth=1
str d4, [sp, #736] ; 8-byte Folded Spill
fmov d0, #20.00000000
ldr d2, [sp, #1120] ; 8-byte Folded Reload
fadd d0, d2, d0
ldr d2, [sp, #792] ; 8-byte Folded Reload
fcmp d2, d0
fcsel d11, d2, d0, gt
ldr d0, [sp, #1160] ; 8-byte Folded Reload
fadd d0, d0, d29
ldr d2, [sp, #912] ; 8-byte Folded Reload
fcmp d0, d2
fcsel d16, d0, d2, gt
fcmp d11, d16
fcsel d25, d11, d16, gt
ldr d0, [sp, #1152] ; 8-byte Folded Reload
fadd d1, d0, d28
fmov d0, #6.00000000
ldr d2, [sp, #976] ; 8-byte Folded Reload
fadd d2, d2, d0
fcmp d1, d2
str d1, [sp, #24] ; 8-byte Folded Spill
fcsel d17, d1, d2, gt
ldr d0, [sp, #848] ; 8-byte Folded Reload
ldr d1, [sp, #208] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d4, d0, d1, gt
ldr d22, [sp, #936] ; 8-byte Folded Reload
fcmp d22, d4
b.le LBB0_1013
; %bb.1011: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d22
fmov d0, d17
b.gt LBB0_1015
; %bb.1012: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d22
b LBB0_1015
LBB0_1013: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d4
fmov d0, d17
b.gt LBB0_1015
; %bb.1014: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d4
LBB0_1015: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
b.le LBB0_1018
; %bb.1016: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d16
fmov d30, d11
b.gt LBB0_1023
; %bb.1017: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d16
b LBB0_1023
LBB0_1018: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d11
fcmp d22, d4
b.le LBB0_1021
; %bb.1019: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d22
fmov d11, d17
b.gt LBB0_1023
; %bb.1020: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d22
b LBB0_1023
LBB0_1021: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d4
fmov d11, d17
b.gt LBB0_1023
; %bb.1022: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d4
LBB0_1023: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #1008] ; 8-byte Folded Reload
fadd d1, d0, d29
fmov d0, #12.00000000
ldr d22, [sp, #1024] ; 8-byte Folded Reload
fadd d0, d22, d0
fcmp d1, d0
str d1, [sp, #208] ; 8-byte Folded Spill
fcsel d31, d1, d0, gt
fmov d28, #3.00000000
ldr d0, [sp, #1208] ; 8-byte Folded Reload
fadd d0, d0, d28
ldr d22, [sp, #1048] ; 8-byte Folded Reload
fadd d23, d22, d28
fcmp d0, d23
fcsel d8, d0, d23, gt
fcmp d31, d8
fcsel d23, d31, d8, gt
fmov d0, #15.00000000
ldr d22, [sp, #1064] ; 8-byte Folded Reload
fadd d14, d22, d0
fmov d0, #11.00000000
ldr d22, [sp, #968] ; 8-byte Folded Reload
fadd d0, d22, d0
fcmp d14, d0
fcsel d10, d14, d0, gt
ldr d0, [sp, #1200] ; 8-byte Folded Reload
fadd d0, d0, d28
ldr d22, [sp, #880] ; 8-byte Folded Reload
fcmp d22, d6
fcsel d6, d22, d6, gt
fcmp d0, d6
b.le LBB0_1026
; %bb.1024: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
fmov d12, d10
b.gt LBB0_1028
; %bb.1025: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d0
b LBB0_1028
LBB0_1026: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d6
fmov d12, d10
b.gt LBB0_1028
; %bb.1027: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d6
LBB0_1028: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d12
ldr d22, [sp, #936] ; 8-byte Folded Reload
b.le LBB0_1031
; %bb.1029: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d8
b.le LBB0_1034
; %bb.1030: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d31
fmov d23, d31
b.gt LBB0_1038
b LBB0_1043
LBB0_1031: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d6
b.le LBB0_1035
; %bb.1032: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
fmov d23, d10
b.gt LBB0_1037
; %bb.1033: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
b LBB0_1037
LBB0_1034: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d8
b.gt LBB0_1038
b LBB0_1042
LBB0_1035: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d6
fmov d23, d10
b.gt LBB0_1037
; %bb.1036: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d6
LBB0_1037: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d23
b.le LBB0_1041
LBB0_1038: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d4
b.le LBB0_1046
; %bb.1039: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d22
fmov d0, d17
b.gt LBB0_1048
; %bb.1040: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d22
b LBB0_1048
LBB0_1041: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d8
fmov d23, d31
b.gt LBB0_1043
LBB0_1042: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d8
LBB0_1043: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d6
b.le LBB0_1051
; %bb.1044: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
fmov d4, d10
b.gt LBB0_1053
; %bb.1045: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d0
b LBB0_1053
LBB0_1046: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d4
fmov d0, d17
b.gt LBB0_1048
; %bb.1047: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d4
LBB0_1048: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
b.le LBB0_1056
; %bb.1049: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d16
b.gt LBB0_1066
; %bb.1050: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d16
b LBB0_1066
LBB0_1051: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d6
fmov d4, d10
b.gt LBB0_1053
; %bb.1052: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d6
LBB0_1053: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
b.le LBB0_1059
; %bb.1054: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d8
fmov d30, d31
b.gt LBB0_1066
; %bb.1055: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d8
b LBB0_1066
LBB0_1056: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d4
b.le LBB0_1062
; %bb.1057: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d22
fmov d30, d17
b.gt LBB0_1066
; %bb.1058: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d22
b LBB0_1066
LBB0_1059: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d6
b.le LBB0_1064
; %bb.1060: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
fmov d30, d10
b.gt LBB0_1066
; %bb.1061: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d0
b LBB0_1066
LBB0_1062: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d4
fmov d30, d17
b.gt LBB0_1066
; %bb.1063: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d4
b LBB0_1066
LBB0_1064: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d6
fmov d30, d10
b.gt LBB0_1066
; %bb.1065: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d6
LBB0_1066: ; in Loop: Header=BB0_2 Depth=1
str d30, [sp, #728] ; 8-byte Folded Spill
fmov d4, #4.00000000
ldr d0, [sp, #1136] ; 8-byte Folded Reload
fadd d6, d0, d4
fmov d0, #7.00000000
ldr d16, [sp, #984] ; 8-byte Folded Reload
fadd d0, d16, d0
fcmp d6, d0
str d0, [sp] ; 8-byte Folded Spill
fcsel d12, d6, d0, gt
fmov d0, #11.00000000
ldr d16, [sp, #976] ; 8-byte Folded Reload
fadd d0, d16, d0
ldr d1, [sp, #120] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d16, d1, d0, gt
fcmp d12, d16
fcsel d25, d12, d16, gt
fmov d0, #13.00000000
ldr d17, [sp, #1072] ; 8-byte Folded Reload
fadd d0, d17, d0
ldr d17, [sp, #1128] ; 8-byte Folded Reload
fadd d4, d17, d4
fcmp d0, d4
fcsel d17, d0, d4, gt
fmov d0, #6.00000000
ldr d22, [sp, #1008] ; 8-byte Folded Reload
fadd d0, d22, d0
fcmp d0, d7
fcsel d7, d0, d7, gt
fcmp d13, d7
b.le LBB0_1069
; %bb.1067: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d13
fmov d0, d17
ldr d30, [sp, #232] ; 8-byte Folded Reload
b.gt LBB0_1071
; %bb.1068: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d13
b LBB0_1071
LBB0_1069: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d7
fmov d0, d17
ldr d30, [sp, #232] ; 8-byte Folded Reload
b.gt LBB0_1071
; %bb.1070: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d7
LBB0_1071: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
str d20, [sp, #312] ; 8-byte Folded Spill
b.le LBB0_1074
; %bb.1072: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d16
fmov d1, d12
b.gt LBB0_1079
; %bb.1073: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d16
b LBB0_1079
LBB0_1074: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d12
fcmp d13, d7
b.le LBB0_1077
; %bb.1075: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d13
fmov d12, d17
b.gt LBB0_1079
; %bb.1076: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d13
b LBB0_1079
LBB0_1077: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d7
fmov d12, d17
b.gt LBB0_1079
; %bb.1078: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d7
LBB0_1079: ; in Loop: Header=BB0_2 Depth=1
fmov d10, #11.00000000
ldr d0, [sp, #1176] ; 8-byte Folded Reload
fadd d0, d0, d10
fcmp d26, d0
fcsel d31, d26, d0, gt
ldr d0, [sp, #64] ; 8-byte Folded Reload
fcmp d27, d0
fcsel d27, d27, d0, gt
fcmp d31, d27
fcsel d23, d31, d27, gt
fmov d0, #15.00000000
ldr d28, [sp, #1200] ; 8-byte Folded Reload
fadd d0, d28, d0
ldr d20, [sp, #768] ; 8-byte Folded Reload
fcmp d20, d0
fcsel d28, d20, d0, gt
fmov d0, #3.00000000
ldr d22, [sp, #960] ; 8-byte Folded Reload
fadd d8, d22, d0
fmov d0, #14.00000000
ldr d22, [sp, #1168] ; 8-byte Folded Reload
fadd d0, d22, d0
ldr d22, [sp, #1088] ; 8-byte Folded Reload
fadd d10, d22, d10
fcmp d0, d10
fcsel d0, d0, d10, gt
fcmp d8, d0
b.le LBB0_1082
; %bb.1080: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d8
fmov d10, d28
ldr d20, [sp, #880] ; 8-byte Folded Reload
b.gt LBB0_1084
; %bb.1081: ; in Loop: Header=BB0_2 Depth=1
fmov d10, d8
b LBB0_1084
LBB0_1082: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d0
fmov d10, d28
ldr d20, [sp, #880] ; 8-byte Folded Reload
b.gt LBB0_1084
; %bb.1083: ; in Loop: Header=BB0_2 Depth=1
fmov d10, d0
LBB0_1084: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d10
b.le LBB0_1087
; %bb.1085: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d27
b.le LBB0_1090
; %bb.1086: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d31
fmov d23, d31
b.gt LBB0_1094
b LBB0_1099
LBB0_1087: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d0
b.le LBB0_1091
; %bb.1088: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d8
fmov d23, d28
b.gt LBB0_1093
; %bb.1089: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d8
b LBB0_1093
LBB0_1090: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d27
b.gt LBB0_1094
b LBB0_1098
LBB0_1091: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d0
fmov d23, d28
b.gt LBB0_1093
; %bb.1092: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
LBB0_1093: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d23
b.le LBB0_1097
LBB0_1094: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d7
b.le LBB0_1102
; %bb.1095: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d13
fmov d0, d17
b.gt LBB0_1104
; %bb.1096: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d13
b LBB0_1104
LBB0_1097: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d27
fmov d23, d31
b.gt LBB0_1099
LBB0_1098: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d27
LBB0_1099: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d0
b.le LBB0_1107
; %bb.1100: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d8
fmov d7, d28
b.gt LBB0_1109
; %bb.1101: ; in Loop: Header=BB0_2 Depth=1
fmov d7, d8
b LBB0_1109
LBB0_1102: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d7
fmov d0, d17
b.gt LBB0_1104
; %bb.1103: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d7
LBB0_1104: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d0
b.le LBB0_1112
; %bb.1105: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d16
b.gt LBB0_1122
; %bb.1106: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d16
b LBB0_1122
LBB0_1107: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d0
fmov d7, d28
b.gt LBB0_1109
; %bb.1108: ; in Loop: Header=BB0_2 Depth=1
fmov d7, d0
LBB0_1109: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d7
b.le LBB0_1115
; %bb.1110: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d27
fmov d1, d31
b.gt LBB0_1122
; %bb.1111: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d27
b LBB0_1122
LBB0_1112: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d7
b.le LBB0_1118
; %bb.1113: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d13
fmov d1, d17
b.gt LBB0_1122
; %bb.1114: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d13
b LBB0_1122
LBB0_1115: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d0
b.le LBB0_1120
; %bb.1116: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d8
fmov d1, d28
b.gt LBB0_1122
; %bb.1117: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d8
b LBB0_1122
LBB0_1118: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d7
fmov d1, d17
b.gt LBB0_1122
; %bb.1119: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d7
b LBB0_1122
LBB0_1120: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d0
fmov d1, d28
b.gt LBB0_1122
; %bb.1121: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d0
LBB0_1122: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #12.00000000
ldr d7, [sp, #1160] ; 8-byte Folded Reload
fadd d7, d7, d0
ldr d0, [sp, #192] ; 8-byte Folded Reload
fcmp d0, d7
str d7, [sp, #120] ; 8-byte Folded Spill
fcsel d25, d0, d7, gt
ldr d0, [sp, #224] ; 8-byte Folded Reload
fcmp d21, d0
fcsel d16, d21, d0, gt
fcmp d25, d16
fcsel d8, d25, d16, gt
fmov d0, #14.00000000
fadd d0, d19, d0
fcmp d0, d30
fcsel d21, d0, d30, gt
ldr d0, [sp, #976] ; 8-byte Folded Reload
fadd d17, d0, d29
fmov d0, #9.00000000
ldr d7, [sp, #1128] ; 8-byte Folded Reload
fadd d22, d7, d0
fmov d0, #17.00000000
ldr d7, [sp, #1056] ; 8-byte Folded Reload
fadd d27, d7, d0
fcmp d22, d27
str d22, [sp, #64] ; 8-byte Folded Spill
fcsel d31, d22, d27, gt
fcmp d17, d31
b.le LBB0_1125
; %bb.1123: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d17
fmov d0, d21
fmov d29, #16.00000000
b.gt LBB0_1127
; %bb.1124: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d17
b LBB0_1127
LBB0_1125: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d31
fmov d0, d21
fmov d29, #16.00000000
b.gt LBB0_1127
; %bb.1126: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d31
LBB0_1127: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d0
str d1, [sp, #880] ; 8-byte Folded Spill
b.le LBB0_1130
; %bb.1128: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d16
fmov d11, d25
b.gt LBB0_1135
; %bb.1129: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d16
b LBB0_1135
LBB0_1130: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d25
fcmp d17, d31
b.le LBB0_1133
; %bb.1131: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d17
fmov d25, d21
b.gt LBB0_1135
; %bb.1132: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d17
b LBB0_1135
LBB0_1133: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d31
fmov d25, d21
b.gt LBB0_1135
; %bb.1134: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d31
LBB0_1135: ; in Loop: Header=BB0_2 Depth=1
fmov d28, #18.00000000
ldr d0, [sp, #1080] ; 8-byte Folded Reload
fadd d0, d0, d28
fmov d7, #17.00000000
ldr d22, [sp, #1096] ; 8-byte Folded Reload
fadd d7, d22, d7
fcmp d0, d7
fcsel d10, d0, d7, gt
fmov d0, #12.00000000
ldr d7, [sp, #1208] ; 8-byte Folded Reload
fadd d0, d7, d0
ldr d7, [sp, #968] ; 8-byte Folded Reload
fadd d7, d7, d29
fcmp d0, d7
fcsel d13, d0, d7, gt
fcmp d10, d13
fcsel d23, d10, d13, gt
fmov d0, #14.00000000
ldr d7, [sp, #992] ; 8-byte Folded Reload
fadd d1, d7, d0
fmov d0, #19.00000000
ldr d7, [sp, #1192] ; 8-byte Folded Reload
fadd d0, d7, d0
fcmp d1, d0
str d1, [sp, #224] ; 8-byte Folded Spill
fcsel d0, d1, d0, gt
ldr d7, [sp, #1088] ; 8-byte Folded Reload
fadd d7, d7, d28
ldr d1, [sp, #184] ; 8-byte Folded Reload
fcmp d1, d7
fcsel d12, d1, d7, gt
fcmp d20, d12
b.le LBB0_1138
; %bb.1136: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d20
fmov d28, d0
b.gt LBB0_1140
; %bb.1137: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d20
b LBB0_1140
LBB0_1138: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d28, d0
b.gt LBB0_1140
; %bb.1139: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d12
LBB0_1140: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d28
b.le LBB0_1143
; %bb.1141: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d13
ldr d1, [sp, #176] ; 8-byte Folded Reload
b.le LBB0_1146
; %bb.1142: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d10
fmov d23, d10
b.gt LBB0_1150
b LBB0_1155
LBB0_1143: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d12
ldr d1, [sp, #176] ; 8-byte Folded Reload
b.le LBB0_1147
; %bb.1144: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d20
fmov d23, d0
b.gt LBB0_1149
; %bb.1145: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d20
b LBB0_1149
LBB0_1146: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d13
b.gt LBB0_1150
b LBB0_1154
LBB0_1147: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d23, d0
b.gt LBB0_1149
; %bb.1148: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d12
LBB0_1149: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d23
b.le LBB0_1153
LBB0_1150: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d31
b.le LBB0_1158
; %bb.1151: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d17
fmov d0, d21
b.gt LBB0_1160
; %bb.1152: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d17
b LBB0_1160
LBB0_1153: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d13
fmov d23, d10
b.gt LBB0_1155
LBB0_1154: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d13
LBB0_1155: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d12
b.le LBB0_1163
; %bb.1156: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d20
fmov d16, d0
b.gt LBB0_1165
; %bb.1157: ; in Loop: Header=BB0_2 Depth=1
fmov d16, d20
b LBB0_1165
LBB0_1158: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d31
fmov d0, d21
b.gt LBB0_1160
; %bb.1159: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d31
LBB0_1160: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d0
b.le LBB0_1168
; %bb.1161: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d16
b.gt LBB0_1178
; %bb.1162: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d16
b LBB0_1178
LBB0_1163: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d16, d0
b.gt LBB0_1165
; %bb.1164: ; in Loop: Header=BB0_2 Depth=1
fmov d16, d12
LBB0_1165: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d16
b.le LBB0_1171
; %bb.1166: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d13
fmov d11, d10
b.gt LBB0_1178
; %bb.1167: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d13
b LBB0_1178
LBB0_1168: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d31
b.le LBB0_1174
; %bb.1169: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d17
fmov d11, d21
b.gt LBB0_1178
; %bb.1170: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d17
b LBB0_1178
LBB0_1171: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d12
b.le LBB0_1176
; %bb.1172: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d20
fmov d11, d0
b.gt LBB0_1178
; %bb.1173: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d20
b LBB0_1178
LBB0_1174: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d31
fmov d11, d21
b.gt LBB0_1178
; %bb.1175: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d31
b LBB0_1178
LBB0_1176: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d11, d0
b.gt LBB0_1178
; %bb.1177: ; in Loop: Header=BB0_2 Depth=1
fmov d11, d12
LBB0_1178: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #760] ; 8-byte Folded Reload
ldr d16, [sp, #264] ; 8-byte Folded Reload
fcmp d0, d16
fcsel d13, d0, d16, gt
fmov d0, #10.00000000
ldr d16, [sp, #1120] ; 8-byte Folded Reload
fadd d0, d16, d0
fcmp d0, d6
str d0, [sp, #192] ; 8-byte Folded Spill
fcsel d17, d0, d6, gt
fcmp d13, d17
fcsel d31, d13, d17, gt
fmov d0, #2.00000000
fadd d0, d19, d0
ldr d6, [sp, #304] ; 8-byte Folded Reload
fcmp d6, d0
fcsel d20, d6, d0, gt
fmov d0, #14.00000000
ldr d6, [sp, #888] ; 8-byte Folded Reload
fadd d19, d6, d0
fmov d0, #19.00000000
ldr d6, [sp, #1112] ; 8-byte Folded Reload
fadd d0, d6, d0
fcmp d1, d0
str d0, [sp, #304] ; 8-byte Folded Spill
fcsel d21, d1, d0, gt
fcmp d19, d21
b.le LBB0_1181
; %bb.1179: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d19
fmov d0, d20
b.gt LBB0_1183
; %bb.1180: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d19
b LBB0_1183
LBB0_1181: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d21
fmov d0, d20
b.gt LBB0_1183
; %bb.1182: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d21
LBB0_1183: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d0
str d11, [sp, #232] ; 8-byte Folded Spill
b.le LBB0_1186
; %bb.1184: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d17
fmov d25, d13
b.gt LBB0_1191
; %bb.1185: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d17
b LBB0_1191
LBB0_1186: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d21
b.le LBB0_1189
; %bb.1187: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d19
fmov d25, d20
b.gt LBB0_1191
; %bb.1188: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d19
b LBB0_1191
LBB0_1189: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d21
fmov d25, d20
b.gt LBB0_1191
; %bb.1190: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d21
LBB0_1191: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #1.00000000
ldr d6, [sp, #1056] ; 8-byte Folded Reload
fadd d0, d6, d0
fcmp d4, d0
fcsel d10, d4, d0, gt
fmov d0, #7.00000000
ldr d4, [sp, #1048] ; 8-byte Folded Reload
fadd d0, d4, d0
fcmp d26, d0
fcsel d4, d26, d0, gt
fcmp d10, d4
fcsel d23, d10, d4, gt
fmov d0, #17.00000000
ldr d6, [sp, #968] ; 8-byte Folded Reload
fadd d6, d6, d0
fmov d12, #8.00000000
ldr d0, [sp, #992] ; 8-byte Folded Reload
fadd d16, d0, d12
fcmp d6, d16
fcsel d0, d6, d16, gt
fmov d28, #12.00000000
ldr d22, [sp, #1192] ; 8-byte Folded Reload
fadd d8, d22, d28
ldr d28, [sp, #1200] ; 8-byte Folded Reload
fadd d28, d28, d12
ldr d1, [sp, #112] ; 8-byte Folded Reload
fcmp d28, d1
fcsel d12, d28, d1, gt
fcmp d8, d12
b.le LBB0_1194
; %bb.1192: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d8
fmov d28, d0
b.gt LBB0_1196
; %bb.1193: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d8
b LBB0_1196
LBB0_1194: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d28, d0
b.gt LBB0_1196
; %bb.1195: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d12
LBB0_1196: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d28
b.le LBB0_1199
; %bb.1197: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d4
b.le LBB0_1202
; %bb.1198: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d10
fmov d23, d10
b.gt LBB0_1206
b LBB0_1211
LBB0_1199: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d12
b.le LBB0_1203
; %bb.1200: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d8
fmov d23, d0
b.gt LBB0_1205
; %bb.1201: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d8
b LBB0_1205
LBB0_1202: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d4
b.gt LBB0_1206
b LBB0_1210
LBB0_1203: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d23, d0
b.gt LBB0_1205
; %bb.1204: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d12
LBB0_1205: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d23
b.le LBB0_1209
LBB0_1206: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d21
b.le LBB0_1214
; %bb.1207: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d19
fmov d0, d20
b.gt LBB0_1216
; %bb.1208: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d19
b LBB0_1216
LBB0_1209: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d4
fmov d23, d10
b.gt LBB0_1211
LBB0_1210: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d4
LBB0_1211: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d12
b.le LBB0_1219
; %bb.1212: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d8
fmov d17, d0
b.gt LBB0_1221
; %bb.1213: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d8
b LBB0_1221
LBB0_1214: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d21
fmov d0, d20
b.gt LBB0_1216
; %bb.1215: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d21
LBB0_1216: ; in Loop: Header=BB0_2 Depth=1
fcmp d31, d0
b.le LBB0_1224
; %bb.1217: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d17
b.gt LBB0_1234
; %bb.1218: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d17
b LBB0_1234
LBB0_1219: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d17, d0
b.gt LBB0_1221
; %bb.1220: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d12
LBB0_1221: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d17
b.le LBB0_1227
; %bb.1222: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d4
fmov d13, d10
b.gt LBB0_1234
; %bb.1223: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d4
b LBB0_1234
LBB0_1224: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d21
b.le LBB0_1230
; %bb.1225: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d19
fmov d13, d20
b.gt LBB0_1234
; %bb.1226: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d19
b LBB0_1234
LBB0_1227: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d12
b.le LBB0_1232
; %bb.1228: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d8
fmov d13, d0
b.gt LBB0_1234
; %bb.1229: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d8
b LBB0_1234
LBB0_1230: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d21
fmov d13, d20
b.gt LBB0_1234
; %bb.1231: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d21
b LBB0_1234
LBB0_1232: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d13, d0
b.gt LBB0_1234
; %bb.1233: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d12
LBB0_1234: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #11.00000000
ldr d4, [sp, #1000] ; 8-byte Folded Reload
fadd d4, d4, d0
fmov d0, #17.00000000
ldr d17, [sp, #1160] ; 8-byte Folded Reload
fadd d0, d17, d0
fcmp d4, d0
fcsel d1, d4, d0, gt
ldr d0, [sp, #296] ; 8-byte Folded Reload
ldr d17, [sp, #56] ; 8-byte Folded Reload
fcmp d0, d17
fcsel d17, d0, d17, gt
fcmp d1, d17
fcsel d10, d1, d17, gt
fmov d0, #12.00000000
ldr d19, [sp, #1072] ; 8-byte Folded Reload
fadd d21, d19, d0
ldr d0, [sp, #168] ; 8-byte Folded Reload
fcmp d0, d21
fcsel d20, d0, d21, gt
fmov d0, #19.00000000
ldr d19, [sp, #1016] ; 8-byte Folded Reload
fadd d19, d19, d0
fmov d0, #9.00000000
ldr d22, [sp, #1032] ; 8-byte Folded Reload
fadd d0, d22, d0
ldr d22, [sp, #32] ; 8-byte Folded Reload
fcmp d22, d0
fcsel d31, d22, d0, gt
fcmp d19, d31
b.le LBB0_1237
; %bb.1235: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d19
fmov d0, d20
b.gt LBB0_1239
; %bb.1236: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d19
b LBB0_1239
LBB0_1237: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d31
fmov d0, d20
b.gt LBB0_1239
; %bb.1238: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d31
LBB0_1239: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
str d13, [sp, #888] ; 8-byte Folded Spill
b.le LBB0_1242
; %bb.1240: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d17
fmov d25, d1
b.gt LBB0_1247
; %bb.1241: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d17
b LBB0_1247
LBB0_1242: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d31
b.le LBB0_1245
; %bb.1243: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d19
fmov d25, d20
b.gt LBB0_1247
; %bb.1244: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d19
b LBB0_1247
LBB0_1245: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d31
fmov d25, d20
b.gt LBB0_1247
; %bb.1246: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d31
LBB0_1247: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #12.00000000
ldr d23, [sp, #1176] ; 8-byte Folded Reload
fadd d0, d23, d0
fmov d23, #5.00000000
ldr d22, [sp, #1048] ; 8-byte Folded Reload
fadd d23, d22, d23
fcmp d0, d23
fcsel d12, d0, d23, gt
fmov d0, #6.00000000
ldr d22, [sp, #1064] ; 8-byte Folded Reload
fadd d0, d22, d0
fcmp d0, d16
fcsel d16, d0, d16, gt
fcmp d12, d16
fcsel d23, d12, d16, gt
ldr d0, [sp, #80] ; 8-byte Folded Reload
fcmp d15, d0
fcsel d0, d15, d0, gt
fmov d28, #17.00000000
ldr d22, [sp, #960] ; 8-byte Folded Reload
fadd d13, d22, d28
fmov d28, #8.00000000
ldr d22, [sp, #1168] ; 8-byte Folded Reload
fadd d28, d22, d28
fcmp d28, d7
fcsel d15, d28, d7, gt
fcmp d13, d15
b.le LBB0_1250
; %bb.1248: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d13
fmov d28, d0
b.gt LBB0_1252
; %bb.1249: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d13
b LBB0_1252
LBB0_1250: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d28, d0
b.gt LBB0_1252
; %bb.1251: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d15
LBB0_1252: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d28
b.le LBB0_1255
; %bb.1253: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d16
b.le LBB0_1258
; %bb.1254: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d12
fmov d23, d12
b.gt LBB0_1262
b LBB0_1267
LBB0_1255: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d15
b.le LBB0_1259
; %bb.1256: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d13
fmov d23, d0
b.gt LBB0_1261
; %bb.1257: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d13
b LBB0_1261
LBB0_1258: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d16
b.gt LBB0_1262
b LBB0_1266
LBB0_1259: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d23, d0
b.gt LBB0_1261
; %bb.1260: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d15
LBB0_1261: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d23
b.le LBB0_1265
LBB0_1262: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d31
b.le LBB0_1270
; %bb.1263: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d19
fmov d0, d20
b.gt LBB0_1272
; %bb.1264: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d19
b LBB0_1272
LBB0_1265: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d16
fmov d23, d12
b.gt LBB0_1267
LBB0_1266: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d16
LBB0_1267: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d15
b.le LBB0_1275
; %bb.1268: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d13
fmov d17, d0
b.gt LBB0_1277
; %bb.1269: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d13
b LBB0_1277
LBB0_1270: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d31
fmov d0, d20
b.gt LBB0_1272
; %bb.1271: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d31
LBB0_1272: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d0
b.le LBB0_1280
; %bb.1273: ; in Loop: Header=BB0_2 Depth=1
fcmp d1, d17
b.gt LBB0_1290
; %bb.1274: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d17
b LBB0_1290
LBB0_1275: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d17, d0
b.gt LBB0_1277
; %bb.1276: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d15
LBB0_1277: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d17
b.le LBB0_1283
; %bb.1278: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d16
fmov d1, d12
b.gt LBB0_1290
; %bb.1279: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d16
b LBB0_1290
LBB0_1280: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d31
b.le LBB0_1286
; %bb.1281: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d19
fmov d1, d20
b.gt LBB0_1290
; %bb.1282: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d19
b LBB0_1290
LBB0_1283: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d15
b.le LBB0_1288
; %bb.1284: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d13
fmov d1, d0
b.gt LBB0_1290
; %bb.1285: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d13
b LBB0_1290
LBB0_1286: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d31
fmov d1, d20
b.gt LBB0_1290
; %bb.1287: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d31
b LBB0_1290
LBB0_1288: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d1, d0
b.gt LBB0_1290
; %bb.1289: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d15
LBB0_1290: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #4.00000000
ldr d16, [sp, #1104] ; 8-byte Folded Reload
fadd d0, d16, d0
fcmp d4, d0
fcsel d10, d4, d0, gt
ldr d0, [sp, #1160] ; 8-byte Folded Reload
fadd d4, d0, d29
ldr d0, [sp, #912] ; 8-byte Folded Reload
fcmp d4, d0
str d4, [sp, #184] ; 8-byte Folded Spill
fcsel d16, d4, d0, gt
fcmp d10, d16
fcsel d12, d10, d16, gt
fmov d0, #5.00000000
ldr d4, [sp, #1152] ; 8-byte Folded Reload
fadd d0, d4, d0
ldr d4, [sp, #88] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d19, d0, d4, gt
fmov d0, #9.00000000
ldr d4, [sp, #1072] ; 8-byte Folded Reload
fadd d0, d4, d0
fmov d4, #1.00000000
ldr d17, [sp, #1128] ; 8-byte Folded Reload
fadd d17, d17, d4
fcmp d0, d17
fcsel d31, d0, d17, gt
fcmp d30, d31
b.le LBB0_1293
; %bb.1291: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d30
fmov d0, d19
b.gt LBB0_1295
; %bb.1292: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d30
b LBB0_1295
LBB0_1293: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d31
fmov d0, d19
b.gt LBB0_1295
; %bb.1294: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d31
LBB0_1295: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d0
str d1, [sp, #296] ; 8-byte Folded Spill
b.le LBB0_1298
; %bb.1296: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d16
fmov d25, d10
b.gt LBB0_1303
; %bb.1297: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d16
b LBB0_1303
LBB0_1298: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d31
b.le LBB0_1301
; %bb.1299: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d30
fmov d25, d19
b.gt LBB0_1303
; %bb.1300: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d30
b LBB0_1303
LBB0_1301: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d31
fmov d25, d19
b.gt LBB0_1303
; %bb.1302: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d31
LBB0_1303: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #19.00000000
ldr d4, [sp, #1056] ; 8-byte Folded Reload
fadd d0, d4, d0
ldr d1, [sp, #160] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d13, d0, d1, gt
fmov d0, #14.00000000
ldr d4, [sp, #1008] ; 8-byte Folded Reload
fadd d20, d4, d0
fmov d0, #1.00000000
ldr d4, [sp, #1024] ; 8-byte Folded Reload
fadd d0, d4, d0
fcmp d20, d0
fcsel d15, d20, d0, gt
fcmp d13, d15
fcsel d23, d13, d15, gt
fmov d0, #15.00000000
ldr d4, [sp, #1208] ; 8-byte Folded Reload
fadd d0, d4, d0
ldr d1, [sp, #104] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d0, d1, d0, gt
fmov d4, #9.00000000
ldr d28, [sp, #1200] ; 8-byte Folded Reload
fadd d4, d28, d4
ldr d22, [sp, #808] ; 8-byte Folded Reload
fcmp d22, d4
fcsel d4, d22, d4, gt
ldr d22, [sp, #784] ; 8-byte Folded Reload
fcmp d22, d4
b.le LBB0_1306
; %bb.1304: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d22
fmov d28, d0
b.gt LBB0_1308
; %bb.1305: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d22
b LBB0_1308
LBB0_1306: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d4
fmov d28, d0
b.gt LBB0_1308
; %bb.1307: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d4
LBB0_1308: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d28
b.le LBB0_1311
; %bb.1309: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d15
b.le LBB0_1314
; %bb.1310: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d13
fmov d23, d13
b.gt LBB0_1318
b LBB0_1323
LBB0_1311: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d4
b.le LBB0_1315
; %bb.1312: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d22
fmov d23, d0
b.gt LBB0_1317
; %bb.1313: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d22
b LBB0_1317
LBB0_1314: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d15
b.gt LBB0_1318
b LBB0_1322
LBB0_1315: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d4
fmov d23, d0
b.gt LBB0_1317
; %bb.1316: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d4
LBB0_1317: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d23
b.le LBB0_1321
LBB0_1318: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d31
b.le LBB0_1326
; %bb.1319: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d30
fmov d0, d19
b.gt LBB0_1328
; %bb.1320: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d30
b LBB0_1328
LBB0_1321: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d15
fmov d23, d13
b.gt LBB0_1323
LBB0_1322: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d15
LBB0_1323: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d4
b.le LBB0_1331
; %bb.1324: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d22
fmov d16, d0
b.gt LBB0_1333
; %bb.1325: ; in Loop: Header=BB0_2 Depth=1
fmov d16, d22
b LBB0_1333
LBB0_1326: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d31
fmov d0, d19
b.gt LBB0_1328
; %bb.1327: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d31
LBB0_1328: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d0
b.le LBB0_1336
; %bb.1329: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d16
b.gt LBB0_1346
; %bb.1330: ; in Loop: Header=BB0_2 Depth=1
fmov d10, d16
b LBB0_1346
LBB0_1331: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d4
fmov d16, d0
b.gt LBB0_1333
; %bb.1332: ; in Loop: Header=BB0_2 Depth=1
fmov d16, d4
LBB0_1333: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d16
b.le LBB0_1339
; %bb.1334: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d15
fmov d10, d13
b.gt LBB0_1346
; %bb.1335: ; in Loop: Header=BB0_2 Depth=1
fmov d10, d15
b LBB0_1346
LBB0_1336: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d31
b.le LBB0_1342
; %bb.1337: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d30
fmov d10, d19
b.gt LBB0_1346
; %bb.1338: ; in Loop: Header=BB0_2 Depth=1
fmov d10, d30
b LBB0_1346
LBB0_1339: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d4
b.le LBB0_1344
; %bb.1340: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d22
fmov d10, d0
b.gt LBB0_1346
; %bb.1341: ; in Loop: Header=BB0_2 Depth=1
fmov d10, d22
b LBB0_1346
LBB0_1342: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d31
fmov d10, d19
b.gt LBB0_1346
; %bb.1343: ; in Loop: Header=BB0_2 Depth=1
fmov d10, d31
b LBB0_1346
LBB0_1344: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d4
fmov d10, d0
b.gt LBB0_1346
; %bb.1345: ; in Loop: Header=BB0_2 Depth=1
fmov d10, d4
LBB0_1346: ; in Loop: Header=BB0_2 Depth=1
str d10, [sp, #264] ; 8-byte Folded Spill
fmov d0, #12.00000000
ldr d4, [sp, #1120] ; 8-byte Folded Reload
fadd d0, d4, d0
ldr d4, [sp, #776] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d30, d0, d4, gt
fmov d0, #8.00000000
ldr d4, [sp, #1152] ; 8-byte Folded Reload
fadd d0, d4, d0
fcmp d0, d9
fcsel d10, d0, d9, gt
fcmp d30, d10
fcsel d13, d30, d10, gt
fmov d0, #7.00000000
ldr d4, [sp, #1112] ; 8-byte Folded Reload
fadd d31, d4, d0
fmov d0, #17.00000000
ldr d4, [sp, #1072] ; 8-byte Folded Reload
fadd d0, d4, d0
fcmp d31, d0
fcsel d9, d31, d0, gt
fmov d0, #4.00000000
ldr d4, [sp, #1184] ; 8-byte Folded Reload
fadd d16, d4, d0
ldr d0, [sp, #840] ; 8-byte Folded Reload
fcmp d0, d16
fcsel d12, d0, d16, gt
ldr d4, [sp, #696] ; 8-byte Folded Reload
fcmp d4, d12
b.le LBB0_1349
; %bb.1347: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d4
fmov d0, d9
b.gt LBB0_1351
; %bb.1348: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d4
b LBB0_1351
LBB0_1349: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d12
fmov d0, d9
b.gt LBB0_1351
; %bb.1350: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d12
LBB0_1351: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d0
b.le LBB0_1354
; %bb.1352: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d10
fmov d19, d30
b.gt LBB0_1359
; %bb.1353: ; in Loop: Header=BB0_2 Depth=1
fmov d19, d10
b LBB0_1359
LBB0_1354: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d12
b.le LBB0_1357
; %bb.1355: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d4
fmov d19, d9
b.gt LBB0_1359
; %bb.1356: ; in Loop: Header=BB0_2 Depth=1
fmov d19, d4
b LBB0_1359
LBB0_1357: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d12
fmov d19, d9
b.gt LBB0_1359
; %bb.1358: ; in Loop: Header=BB0_2 Depth=1
fmov d19, d12
LBB0_1359: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #20.00000000
ldr d4, [sp, #944] ; 8-byte Folded Reload
fadd d0, d4, d0
fcmp d0, d26
fcsel d0, d0, d26, gt
ldr d4, [sp, #400] ; 8-byte Folded Reload
fcmp d24, d4
fcsel d15, d24, d4, gt
fcmp d0, d15
fcsel d23, d0, d15, gt
ldr d4, [sp, #336] ; 8-byte Folded Reload
ldr d1, [sp, #72] ; 8-byte Folded Reload
fcmp d4, d1
fcsel d4, d4, d1, gt
fmov d22, #11.00000000
ldr d25, [sp, #1192] ; 8-byte Folded Reload
fadd d22, d25, d22
fmov d25, #12.00000000
ldr d28, [sp, #1200] ; 8-byte Folded Reload
fadd d25, d28, d25
fmov d28, #15.00000000
ldr d29, [sp, #1088] ; 8-byte Folded Reload
fadd d28, d29, d28
fcmp d25, d28
fcsel d25, d25, d28, gt
fcmp d22, d25
b.le LBB0_1362
; %bb.1360: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d28, d4
b.gt LBB0_1364
; %bb.1361: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d22
b LBB0_1364
LBB0_1362: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d28, d4
b.gt LBB0_1364
; %bb.1363: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d25
LBB0_1364: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d28
b.le LBB0_1367
; %bb.1365: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
b.le LBB0_1370
; %bb.1366: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d0
fmov d19, d0
b.gt LBB0_1374
b LBB0_1379
LBB0_1367: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
b.le LBB0_1371
; %bb.1368: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d23, d4
b.gt LBB0_1373
; %bb.1369: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d22
b LBB0_1373
LBB0_1370: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d15
b.gt LBB0_1374
b LBB0_1378
LBB0_1371: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d23, d4
b.gt LBB0_1373
; %bb.1372: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d25
LBB0_1373: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d23
b.le LBB0_1377
LBB0_1374: ; in Loop: Header=BB0_2 Depth=1
ldr d4, [sp, #696] ; 8-byte Folded Reload
fcmp d4, d12
b.le LBB0_1382
; %bb.1375: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d4
fmov d0, d9
b.gt LBB0_1384
; %bb.1376: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d4
b LBB0_1384
LBB0_1377: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d19, d0
b.gt LBB0_1379
LBB0_1378: ; in Loop: Header=BB0_2 Depth=1
fmov d19, d15
LBB0_1379: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
b.le LBB0_1387
; %bb.1380: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d23, d4
b.gt LBB0_1389
; %bb.1381: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d22
b LBB0_1389
LBB0_1382: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d12
fmov d0, d9
b.gt LBB0_1384
; %bb.1383: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d12
LBB0_1384: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d0
b.le LBB0_1392
; %bb.1385: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d10
b.gt LBB0_1402
; %bb.1386: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d10
b LBB0_1402
LBB0_1387: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d23, d4
b.gt LBB0_1389
; %bb.1388: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d25
LBB0_1389: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d23
b.le LBB0_1395
; %bb.1390: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d15
fmov d30, d0
b.gt LBB0_1402
; %bb.1391: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d15
b LBB0_1402
LBB0_1392: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d12
b.le LBB0_1398
; %bb.1393: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d4
fmov d30, d9
b.gt LBB0_1402
; %bb.1394: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d4
b LBB0_1402
LBB0_1395: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
b.le LBB0_1400
; %bb.1396: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d30, d4
b.gt LBB0_1402
; %bb.1397: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d22
b LBB0_1402
LBB0_1398: ; in Loop: Header=BB0_2 Depth=1
fcmp d9, d12
fmov d30, d9
b.gt LBB0_1402
; %bb.1399: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d12
b LBB0_1402
LBB0_1400: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d30, d4
b.gt LBB0_1402
; %bb.1401: ; in Loop: Header=BB0_2 Depth=1
fmov d30, d25
LBB0_1402: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #13.00000000
ldr d4, [sp, #1120] ; 8-byte Folded Reload
fadd d0, d4, d0
ldr d1, [sp, #216] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d28, d1, d0, gt
fmov d0, #14.00000000
ldr d4, [sp, #984] ; 8-byte Folded Reload
fadd d9, d4, d0
ldr d0, [sp, #288] ; 8-byte Folded Reload
fcmp d0, d9
fcsel d19, d0, d9, gt
fcmp d28, d19
fcsel d15, d28, d19, gt
ldr d0, [sp, #864] ; 8-byte Folded Reload
ldr d1, [sp, #712] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d0, d1, d0, gt
fmov d4, #7.00000000
ldr d22, [sp, #1128] ; 8-byte Folded Reload
fadd d4, d22, d4
fcmp d18, d4
fcsel d12, d18, d4, gt
ldr d10, [sp, #648] ; 8-byte Folded Reload
fcmp d10, d12
b.le LBB0_1405
; %bb.1403: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d10
fmov d4, d0
b.gt LBB0_1407
; %bb.1404: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d10
b LBB0_1407
LBB0_1405: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d4, d0
b.gt LBB0_1407
; %bb.1406: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d12
LBB0_1407: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d4
b.le LBB0_1410
; %bb.1408: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d19
fmov d25, d28
b.gt LBB0_1415
; %bb.1409: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d19
b LBB0_1415
LBB0_1410: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d12
b.le LBB0_1413
; %bb.1411: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d10
fmov d25, d0
b.gt LBB0_1415
; %bb.1412: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d10
b LBB0_1415
LBB0_1413: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d25, d0
b.gt LBB0_1415
; %bb.1414: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d12
LBB0_1415: ; in Loop: Header=BB0_2 Depth=1
str d30, [sp, #984] ; 8-byte Folded Spill
fmov d4, #8.00000000
ldr d22, [sp, #1096] ; 8-byte Folded Reload
fadd d4, d22, d4
fmov d22, #3.00000000
ldr d23, [sp, #1016] ; 8-byte Folded Reload
fadd d22, d23, d22
fcmp d4, d22
fcsel d13, d4, d22, gt
fcmp d16, d26
fcsel d4, d16, d26, gt
fcmp d13, d4
fcsel d23, d13, d4, gt
ldr d16, [sp, #752] ; 8-byte Folded Reload
fcmp d24, d16
fcsel d22, d24, d16, gt
fmov d16, #13.00000000
ldr d24, [sp, #1064] ; 8-byte Folded Reload
fadd d16, d24, d16
ldr d1, [sp, #16] ; 8-byte Folded Reload
fcmp d1, d7
fcsel d7, d1, d7, gt
fcmp d16, d7
b.le LBB0_1418
; %bb.1416: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d16
fmov d24, d22
ldr d30, [sp, #488] ; 8-byte Folded Reload
b.gt LBB0_1420
; %bb.1417: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d16
b LBB0_1420
LBB0_1418: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d7
fmov d24, d22
ldr d30, [sp, #488] ; 8-byte Folded Reload
b.gt LBB0_1420
; %bb.1419: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d7
LBB0_1420: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d24
b.le LBB0_1423
; %bb.1421: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d4
b.le LBB0_1426
; %bb.1422: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d13
fmov d23, d13
b.gt LBB0_1430
b LBB0_1435
LBB0_1423: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
b.le LBB0_1427
; %bb.1424: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d16
fmov d23, d22
b.gt LBB0_1429
; %bb.1425: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d16
b LBB0_1429
LBB0_1426: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d4
b.gt LBB0_1430
b LBB0_1434
LBB0_1427: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d7
fmov d23, d22
b.gt LBB0_1429
; %bb.1428: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d7
LBB0_1429: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d23
b.le LBB0_1433
LBB0_1430: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d12
b.le LBB0_1438
; %bb.1431: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d10
fmov d4, d0
b.gt LBB0_1440
; %bb.1432: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d10
b LBB0_1440
LBB0_1433: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d4
fmov d23, d13
b.gt LBB0_1435
LBB0_1434: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d4
LBB0_1435: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
b.le LBB0_1443
; %bb.1436: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d16
fmov d0, d22
b.gt LBB0_1445
; %bb.1437: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d16
b LBB0_1445
LBB0_1438: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d4, d0
b.gt LBB0_1440
; %bb.1439: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d12
LBB0_1440: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d4
b.le LBB0_1448
; %bb.1441: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d19
b.gt LBB0_1458
; %bb.1442: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d19
b LBB0_1458
LBB0_1443: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d7
fmov d0, d22
b.gt LBB0_1445
; %bb.1444: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d7
LBB0_1445: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d0
b.le LBB0_1451
; %bb.1446: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d4
fmov d28, d13
b.gt LBB0_1458
; %bb.1447: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d4
b LBB0_1458
LBB0_1448: ; in Loop: Header=BB0_2 Depth=1
fcmp d10, d12
b.le LBB0_1454
; %bb.1449: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d10
fmov d28, d0
b.gt LBB0_1458
; %bb.1450: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d10
b LBB0_1458
LBB0_1451: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
b.le LBB0_1456
; %bb.1452: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d16
fmov d28, d22
b.gt LBB0_1458
; %bb.1453: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d16
b LBB0_1458
LBB0_1454: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d12
fmov d28, d0
b.gt LBB0_1458
; %bb.1455: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d12
b LBB0_1458
LBB0_1456: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d7
fmov d28, d22
b.gt LBB0_1458
; %bb.1457: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d7
LBB0_1458: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #14.00000000
ldr d4, [sp, #1120] ; 8-byte Folded Reload
fadd d0, d4, d0
ldr d4, [sp, #464] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d13, d4, d0, gt
ldr d0, [sp, #896] ; 8-byte Folded Reload
ldr d4, [sp, #352] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d16, d4, d0, gt
fcmp d13, d16
fcsel d26, d13, d16, gt
fmov d0, #1.00000000
ldr d4, [sp, #976] ; 8-byte Folded Reload
fadd d4, d4, d0
ldr d0, [sp, #432] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d24, d0, d4, gt
fmov d4, #15.00000000
ldr d0, [sp, #1112] ; 8-byte Folded Reload
fadd d19, d0, d4
ldr d0, [sp, #8] ; 8-byte Folded Reload
fcmp d27, d0
fcsel d1, d27, d0, gt
fcmp d19, d1
b.le LBB0_1461
; %bb.1459: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d19
fmov d4, d24
b.gt LBB0_1463
; %bb.1460: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d19
b LBB0_1463
LBB0_1461: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d1
fmov d4, d24
b.gt LBB0_1463
; %bb.1462: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d1
LBB0_1463: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d4
b.le LBB0_1466
; %bb.1464: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d16
fmov d29, d13
b.gt LBB0_1471
; %bb.1465: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d16
b LBB0_1471
LBB0_1466: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d1
b.le LBB0_1469
; %bb.1467: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d19
fmov d29, d24
b.gt LBB0_1471
; %bb.1468: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d19
b LBB0_1471
LBB0_1469: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d1
fmov d29, d24
b.gt LBB0_1471
; %bb.1470: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d1
LBB0_1471: ; in Loop: Header=BB0_2 Depth=1
str d28, [sp, #1112] ; 8-byte Folded Spill
fmov d0, #9.00000000
ldr d4, [sp, #1096] ; 8-byte Folded Reload
fadd d4, d4, d0
fmov d0, #14.00000000
ldr d7, [sp, #1016] ; 8-byte Folded Reload
fadd d7, d7, d0
fcmp d4, d7
fcsel d22, d4, d7, gt
fmov d0, #10.00000000
ldr d4, [sp, #1184] ; 8-byte Folded Reload
fadd d4, d4, d0
fmov d25, #2.00000000
ldr d0, [sp, #1032] ; 8-byte Folded Reload
fadd d7, d0, d25
fcmp d4, d7
fcsel d27, d4, d7, gt
fcmp d22, d27
fcsel d23, d22, d27, gt
fmov d0, #8.00000000
ldr d4, [sp, #1208] ; 8-byte Folded Reload
fadd d4, d4, d0
ldr d0, [sp, #1048] ; 8-byte Folded Reload
fadd d25, d0, d25
fcmp d4, d25
fcsel d4, d4, d25, gt
ldr d0, [sp, #256] ; 8-byte Folded Reload
ldr d25, [sp, #48] ; 8-byte Folded Reload
fcmp d0, d25
fcsel d25, d0, d25, gt
fcmp d14, d25
b.le LBB0_1474
; %bb.1472: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d14
fmov d28, d4
b.gt LBB0_1476
; %bb.1473: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d14
b LBB0_1476
LBB0_1474: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d28, d4
b.gt LBB0_1476
; %bb.1475: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d25
LBB0_1476: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d28
b.le LBB0_1479
; %bb.1477: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d27
b.le LBB0_1482
; %bb.1478: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d22
fmov d23, d22
b.gt LBB0_1486
b LBB0_1491
LBB0_1479: ; in Loop: Header=BB0_2 Depth=1
fcmp d14, d25
b.le LBB0_1483
; %bb.1480: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d14
fmov d23, d4
b.gt LBB0_1485
; %bb.1481: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d14
b LBB0_1485
LBB0_1482: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d27
b.gt LBB0_1486
b LBB0_1490
LBB0_1483: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d23, d4
b.gt LBB0_1485
; %bb.1484: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d25
LBB0_1485: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d23
b.le LBB0_1489
LBB0_1486: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d1
fmov d28, #16.00000000
ldr d29, [sp, #960] ; 8-byte Folded Reload
b.le LBB0_1494
; %bb.1487: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d19
fmov d4, d24
ldr d22, [sp, #384] ; 8-byte Folded Reload
b.gt LBB0_1496
; %bb.1488: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d19
b LBB0_1496
LBB0_1489: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d27
fmov d23, d22
b.gt LBB0_1491
LBB0_1490: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d27
LBB0_1491: ; in Loop: Header=BB0_2 Depth=1
fcmp d14, d25
fmov d28, #16.00000000
ldr d29, [sp, #960] ; 8-byte Folded Reload
b.le LBB0_1499
; %bb.1492: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d14
fmov d0, d4
b.gt LBB0_1501
; %bb.1493: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d14
b LBB0_1501
LBB0_1494: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d1
fmov d4, d24
ldr d22, [sp, #384] ; 8-byte Folded Reload
b.gt LBB0_1496
; %bb.1495: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d1
LBB0_1496: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d4
b.le LBB0_1504
; %bb.1497: ; in Loop: Header=BB0_2 Depth=1
fcmp d13, d16
b.gt LBB0_1514
; %bb.1498: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d16
b LBB0_1514
LBB0_1499: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d0, d4
b.gt LBB0_1501
; %bb.1500: ; in Loop: Header=BB0_2 Depth=1
fmov d0, d25
LBB0_1501: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d0
b.le LBB0_1507
; %bb.1502: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d27
fmov d13, d22
ldr d22, [sp, #384] ; 8-byte Folded Reload
b.gt LBB0_1514
; %bb.1503: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d27
b LBB0_1514
LBB0_1504: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d1
b.le LBB0_1510
; %bb.1505: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d19
fmov d13, d24
b.gt LBB0_1514
; %bb.1506: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d19
b LBB0_1514
LBB0_1507: ; in Loop: Header=BB0_2 Depth=1
fcmp d14, d25
ldr d22, [sp, #384] ; 8-byte Folded Reload
b.le LBB0_1512
; %bb.1508: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d14
fmov d13, d4
b.gt LBB0_1514
; %bb.1509: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d14
b LBB0_1514
LBB0_1510: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d1
fmov d13, d24
b.gt LBB0_1514
; %bb.1511: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d1
b LBB0_1514
LBB0_1512: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d13, d4
b.gt LBB0_1514
; %bb.1513: ; in Loop: Header=BB0_2 Depth=1
fmov d13, d25
LBB0_1514: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #920] ; 8-byte Folded Reload
ldr d1, [sp, #816] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d12, d1, d0, gt
ldr d0, [sp, #720] ; 8-byte Folded Reload
fcmp d0, d31
fcsel d1, d0, d31, gt
fcmp d12, d1
fcsel d19, d12, d1, gt
fmov d4, #7.00000000
ldr d0, [sp, #1072] ; 8-byte Folded Reload
fadd d24, d0, d4
fcmp d24, d17
fcsel d16, d24, d17, gt
fmov d0, #11.00000000
ldr d4, [sp, #944] ; 8-byte Folded Reload
fadd d4, d4, d0
fmov d0, #13.00000000
ldr d17, [sp, #952] ; 8-byte Folded Reload
fadd d17, d17, d0
fcmp d4, d17
fcsel d17, d4, d17, gt
fcmp d30, d17
b.le LBB0_1517
; %bb.1515: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d30
fmov d4, d16
b.gt LBB0_1519
; %bb.1516: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d30
b LBB0_1519
LBB0_1517: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d4, d16
b.gt LBB0_1519
; %bb.1518: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d17
LBB0_1519: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d4
b.le LBB0_1522
; %bb.1520: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d1
fmov d26, d12
b.gt LBB0_1527
; %bb.1521: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d1
b LBB0_1527
LBB0_1522: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d17
b.le LBB0_1525
; %bb.1523: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d30
fmov d26, d16
b.gt LBB0_1527
; %bb.1524: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d30
b LBB0_1527
LBB0_1525: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d26, d16
b.gt LBB0_1527
; %bb.1526: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d17
LBB0_1527: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #152] ; 8-byte Folded Reload
fcmp d7, d0
fcsel d4, d7, d0, gt
fmov d7, #18.00000000
ldr d0, [sp, #1064] ; 8-byte Folded Reload
fadd d7, d0, d7
fcmp d22, d7
fcsel d7, d22, d7, gt
fcmp d4, d7
fcsel d23, d4, d7, gt
fmov d0, #6.00000000
ldr d22, [sp, #968] ; 8-byte Folded Reload
fadd d22, d22, d0
ldr d0, [sp, #808] ; 8-byte Folded Reload
fcmp d22, d0
fcsel d22, d22, d0, gt
fmov d0, #2.00000000
ldr d25, [sp, #1168] ; 8-byte Folded Reload
fadd d25, d25, d0
fcmp d5, d25
fcsel d25, d5, d25, gt
ldr d0, [sp, #472] ; 8-byte Folded Reload
fcmp d0, d25
b.le LBB0_1530
; %bb.1528: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d0
fmov d27, d22
b.gt LBB0_1532
; %bb.1529: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d0
b LBB0_1532
LBB0_1530: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
fmov d27, d22
b.gt LBB0_1532
; %bb.1531: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d25
LBB0_1532: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d27
b.le LBB0_1535
; %bb.1533: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d7
b.le LBB0_1538
; %bb.1534: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d4
fmov d23, d4
b.gt LBB0_1542
b LBB0_1547
LBB0_1535: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d25
b.le LBB0_1539
; %bb.1536: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d0
fmov d23, d22
b.gt LBB0_1541
; %bb.1537: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d0
b LBB0_1541
LBB0_1538: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d7
b.gt LBB0_1542
b LBB0_1546
LBB0_1539: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
fmov d23, d22
b.gt LBB0_1541
; %bb.1540: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d25
LBB0_1541: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d23
b.le LBB0_1545
LBB0_1542: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d17
b.le LBB0_1550
; %bb.1543: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d30
fmov d4, d16
ldr d22, [sp, #936] ; 8-byte Folded Reload
b.gt LBB0_1552
; %bb.1544: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d30
b LBB0_1552
LBB0_1545: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d7
fmov d23, d4
b.gt LBB0_1547
LBB0_1546: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d7
LBB0_1547: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d25
b.le LBB0_1555
; %bb.1548: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d0
fmov d1, d22
b.gt LBB0_1557
; %bb.1549: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d0
b LBB0_1557
LBB0_1550: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d4, d16
ldr d22, [sp, #936] ; 8-byte Folded Reload
b.gt LBB0_1552
; %bb.1551: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d17
LBB0_1552: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d4
b.le LBB0_1560
; %bb.1553: ; in Loop: Header=BB0_2 Depth=1
fcmp d12, d1
b.gt LBB0_1570
; %bb.1554: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d1
b LBB0_1570
LBB0_1555: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
fmov d1, d22
b.gt LBB0_1557
; %bb.1556: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d25
LBB0_1557: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_1563
; %bb.1558: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d7
fmov d12, d4
ldr d22, [sp, #936] ; 8-byte Folded Reload
b.gt LBB0_1570
; %bb.1559: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d7
b LBB0_1570
LBB0_1560: ; in Loop: Header=BB0_2 Depth=1
fcmp d30, d17
b.le LBB0_1566
; %bb.1561: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d30
fmov d12, d16
b.gt LBB0_1570
; %bb.1562: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d30
b LBB0_1570
LBB0_1563: ; in Loop: Header=BB0_2 Depth=1
fcmp d0, d25
b.le LBB0_1568
; %bb.1564: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d0
fmov d12, d22
ldr d22, [sp, #936] ; 8-byte Folded Reload
b.gt LBB0_1570
; %bb.1565: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d0
b LBB0_1570
LBB0_1566: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d12, d16
b.gt LBB0_1570
; %bb.1567: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d17
b LBB0_1570
LBB0_1568: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
fmov d12, d22
ldr d22, [sp, #936] ; 8-byte Folded Reload
b.gt LBB0_1570
; %bb.1569: ; in Loop: Header=BB0_2 Depth=1
fmov d12, d25
LBB0_1570: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #17.00000000
ldr d1, [sp, #1104] ; 8-byte Folded Reload
fadd d1, d1, d0
ldr d0, [sp, #792] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d15, d0, d1, gt
fmov d0, #10.00000000
ldr d1, [sp, #1160] ; 8-byte Folded Reload
fadd d1, d1, d0
ldr d0, [sp, #744] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d1, d0, d1, gt
fcmp d15, d1
fcsel d17, d15, d1, gt
ldr d0, [sp, #24] ; 8-byte Folded Reload
ldr d4, [sp] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d7, d4, d0, gt
fmov d0, #13.00000000
ldr d4, [sp, #1128] ; 8-byte Folded Reload
fadd d4, d4, d0
fcmp d22, d4
fcsel d16, d22, d4, gt
fcmp d2, d16
b.le LBB0_1573
; %bb.1571: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d2
fmov d4, d7
ldr d11, [sp, #824] ; 8-byte Folded Reload
ldr d19, [sp, #704] ; 8-byte Folded Reload
b.gt LBB0_1575
; %bb.1572: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d2
b LBB0_1575
LBB0_1573: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d4, d7
ldr d11, [sp, #824] ; 8-byte Folded Reload
ldr d19, [sp, #704] ; 8-byte Folded Reload
b.gt LBB0_1575
; %bb.1574: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d16
LBB0_1575: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d4
b.le LBB0_1578
; %bb.1576: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d1
fmov d26, d15
b.gt LBB0_1583
; %bb.1577: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d1
b LBB0_1583
LBB0_1578: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
b.le LBB0_1581
; %bb.1579: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d2
fmov d26, d7
b.gt LBB0_1583
; %bb.1580: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d2
b LBB0_1583
LBB0_1581: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d26, d7
b.gt LBB0_1583
; %bb.1582: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d16
LBB0_1583: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #6.00000000
ldr d4, [sp, #1040] ; 8-byte Folded Reload
fadd d4, d4, d0
fcmp d19, d4
fcsel d4, d19, d4, gt
fmov d0, #12.00000000
ldr d19, [sp, #944] ; 8-byte Folded Reload
fadd d19, d19, d0
ldr d0, [sp, #144] ; 8-byte Folded Reload
fcmp d19, d0
fcsel d19, d19, d0, gt
fcmp d4, d19
fcsel d23, d4, d19, gt
fmov d0, #4.00000000
ldr d22, [sp, #1176] ; 8-byte Folded Reload
fadd d22, d22, d0
ldr d0, [sp, #424] ; 8-byte Folded Reload
fcmp d0, d22
fcsel d22, d0, d22, gt
fmov d25, #3.00000000
ldr d0, [sp, #992] ; 8-byte Folded Reload
fadd d25, d0, d25
ldr d0, [sp, #768] ; 8-byte Folded Reload
fcmp d25, d0
fcsel d25, d25, d0, gt
fcmp d6, d25
b.le LBB0_1586
; %bb.1584: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d6
fmov d27, d22
b.gt LBB0_1588
; %bb.1585: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d6
b LBB0_1588
LBB0_1586: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
fmov d27, d22
b.gt LBB0_1588
; %bb.1587: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d25
LBB0_1588: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d27
b.le LBB0_1591
; %bb.1589: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d19
b.le LBB0_1594
; %bb.1590: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d4
fmov d23, d4
b.gt LBB0_1598
b LBB0_1603
LBB0_1591: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d25
b.le LBB0_1595
; %bb.1592: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d6
fmov d23, d22
b.gt LBB0_1597
; %bb.1593: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d6
b LBB0_1597
LBB0_1594: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d19
b.gt LBB0_1598
b LBB0_1602
LBB0_1595: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
fmov d23, d22
b.gt LBB0_1597
; %bb.1596: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d25
LBB0_1597: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d23
b.le LBB0_1601
LBB0_1598: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
b.le LBB0_1606
; %bb.1599: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d2
fmov d4, d7
b.gt LBB0_1608
; %bb.1600: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d2
b LBB0_1608
LBB0_1601: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d19
fmov d23, d4
b.gt LBB0_1603
LBB0_1602: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d19
LBB0_1603: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d25
b.le LBB0_1611
; %bb.1604: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d6
fmov d1, d22
b.gt LBB0_1613
; %bb.1605: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d6
b LBB0_1613
LBB0_1606: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d4, d7
b.gt LBB0_1608
; %bb.1607: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d16
LBB0_1608: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d4
b.le LBB0_1616
; %bb.1609: ; in Loop: Header=BB0_2 Depth=1
fcmp d15, d1
b.gt LBB0_1626
; %bb.1610: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d1
b LBB0_1626
LBB0_1611: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
fmov d1, d22
b.gt LBB0_1613
; %bb.1612: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d25
LBB0_1613: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_1619
; %bb.1614: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d19
fmov d15, d4
b.gt LBB0_1626
; %bb.1615: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d19
b LBB0_1626
LBB0_1616: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d16
b.le LBB0_1622
; %bb.1617: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d2
fmov d15, d7
b.gt LBB0_1626
; %bb.1618: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d2
b LBB0_1626
LBB0_1619: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d25
b.le LBB0_1624
; %bb.1620: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d6
fmov d15, d22
b.gt LBB0_1626
; %bb.1621: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d6
b LBB0_1626
LBB0_1622: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d15, d7
b.gt LBB0_1626
; %bb.1623: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d16
b LBB0_1626
LBB0_1624: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d25
fmov d15, d22
b.gt LBB0_1626
; %bb.1625: ; in Loop: Header=BB0_2 Depth=1
fmov d15, d25
LBB0_1626: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #1000] ; 8-byte Folded Reload
fadd d1, d0, d28
fmov d0, #10.00000000
ldr d2, [sp, #1104] ; 8-byte Folded Reload
fadd d2, d2, d0
fcmp d1, d2
fcsel d2, d1, d2, gt
ldr d0, [sp, #800] ; 8-byte Folded Reload
ldr d1, [sp, #248] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d1, d0, d1, gt
fcmp d2, d1
fcsel d19, d2, d1, gt
fcmp d18, d24
fcsel d16, d18, d24, gt
fmov d4, #18.00000000
ldr d0, [sp, #1128] ; 8-byte Folded Reload
fadd d7, d0, d4
ldr d0, [sp, #576] ; 8-byte Folded Reload
ldr d4, [sp, #40] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d17, d0, d4, gt
fcmp d7, d17
b.le LBB0_1629
; %bb.1627: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
fmov d4, d16
b.gt LBB0_1631
; %bb.1628: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d7
b LBB0_1631
LBB0_1629: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d4, d16
b.gt LBB0_1631
; %bb.1630: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d17
LBB0_1631: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d4
b.le LBB0_1634
; %bb.1632: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d1
fmov d25, d2
b.gt LBB0_1639
; %bb.1633: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d1
b LBB0_1639
LBB0_1634: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d17
b.le LBB0_1637
; %bb.1635: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
fmov d25, d16
b.gt LBB0_1639
; %bb.1636: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d7
b LBB0_1639
LBB0_1637: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d25, d16
b.gt LBB0_1639
; %bb.1638: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d17
LBB0_1639: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #19.00000000
ldr d4, [sp, #1024] ; 8-byte Folded Reload
fadd d6, d4, d0
ldr d0, [sp, #456] ; 8-byte Folded Reload
fcmp d0, d6
fcsel d18, d0, d6, gt
fmov d0, #11.00000000
ldr d4, [sp, #1048] ; 8-byte Folded Reload
fadd d4, d4, d0
fcmp d4, d3
fcsel d4, d4, d3, gt
fcmp d18, d4
fcsel d23, d18, d4, gt
ldr d0, [sp, #136] ; 8-byte Folded Reload
fcmp d14, d0
fcsel d22, d14, d0, gt
fmov d0, #10.00000000
ldr d24, [sp, #1168] ; 8-byte Folded Reload
fadd d24, d24, d0
ldr d0, [sp, #496] ; 8-byte Folded Reload
fcmp d24, d0
fcsel d24, d24, d0, gt
fcmp d5, d24
b.le LBB0_1642
; %bb.1640: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d5
fmov d26, d22
b.gt LBB0_1644
; %bb.1641: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d5
b LBB0_1644
LBB0_1642: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d24
fmov d26, d22
b.gt LBB0_1644
; %bb.1643: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d24
LBB0_1644: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d26
fmov d30, #19.00000000
b.le LBB0_1647
; %bb.1645: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d4
b.le LBB0_1650
; %bb.1646: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d18
fmov d23, d18
b.gt LBB0_1654
b LBB0_1659
LBB0_1647: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d24
b.le LBB0_1651
; %bb.1648: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d5
fmov d23, d22
b.gt LBB0_1653
; %bb.1649: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d5
b LBB0_1653
LBB0_1650: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d4
b.gt LBB0_1654
b LBB0_1658
LBB0_1651: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d24
fmov d23, d22
b.gt LBB0_1653
; %bb.1652: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d24
LBB0_1653: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d23
b.le LBB0_1657
LBB0_1654: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d17
b.le LBB0_1662
; %bb.1655: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
fmov d4, d16
ldr d18, [sp, #904] ; 8-byte Folded Reload
ldr d22, [sp, #784] ; 8-byte Folded Reload
b.gt LBB0_1664
; %bb.1656: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d7
b LBB0_1664
LBB0_1657: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d4
fmov d23, d18
b.gt LBB0_1659
LBB0_1658: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d4
LBB0_1659: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d24
b.le LBB0_1667
; %bb.1660: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d5
fmov d1, d22
b.gt LBB0_1669
; %bb.1661: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d5
b LBB0_1669
LBB0_1662: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d4, d16
ldr d18, [sp, #904] ; 8-byte Folded Reload
ldr d22, [sp, #784] ; 8-byte Folded Reload
b.gt LBB0_1664
; %bb.1663: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d17
LBB0_1664: ; in Loop: Header=BB0_2 Depth=1
fcmp d19, d4
b.le LBB0_1672
; %bb.1665: ; in Loop: Header=BB0_2 Depth=1
fcmp d2, d1
b.gt LBB0_1682
; %bb.1666: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d1
b LBB0_1682
LBB0_1667: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d24
fmov d1, d22
b.gt LBB0_1669
; %bb.1668: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d24
LBB0_1669: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_1675
; %bb.1670: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d4
fmov d2, d18
ldr d18, [sp, #904] ; 8-byte Folded Reload
ldr d22, [sp, #784] ; 8-byte Folded Reload
b.gt LBB0_1682
; %bb.1671: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d4
b LBB0_1682
LBB0_1672: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d17
b.le LBB0_1678
; %bb.1673: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
fmov d2, d16
b.gt LBB0_1682
; %bb.1674: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d7
b LBB0_1682
LBB0_1675: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d24
b.le LBB0_1680
; %bb.1676: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d5
fmov d2, d22
ldr d18, [sp, #904] ; 8-byte Folded Reload
ldr d22, [sp, #784] ; 8-byte Folded Reload
b.gt LBB0_1682
; %bb.1677: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d5
b LBB0_1682
LBB0_1678: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d17
fmov d2, d16
b.gt LBB0_1682
; %bb.1679: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d17
b LBB0_1682
LBB0_1680: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d24
fmov d2, d22
ldr d18, [sp, #904] ; 8-byte Folded Reload
ldr d22, [sp, #784] ; 8-byte Folded Reload
b.gt LBB0_1682
; %bb.1681: ; in Loop: Header=BB0_2 Depth=1
fmov d2, d24
LBB0_1682: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #9.00000000
ldr d1, [sp, #1120] ; 8-byte Folded Reload
fadd d1, d1, d0
fmov d4, #5.00000000
ldr d0, [sp, #1136] ; 8-byte Folded Reload
fadd d4, d0, d4
fcmp d1, d4
fcsel d5, d1, d4, gt
ldr d0, [sp, #720] ; 8-byte Folded Reload
ldr d1, [sp, #96] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d1, d1, d0, gt
fcmp d5, d1
fcsel d17, d5, d1, gt
ldr d0, [sp, #600] ; 8-byte Folded Reload
fcmp d0, d18
fcsel d7, d0, d18, gt
ldr d0, [sp, #416] ; 8-byte Folded Reload
ldr d4, [sp, #64] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d16, d4, d0, gt
fcmp d21, d16
b.le LBB0_1685
; %bb.1683: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
fmov d4, d7
b.gt LBB0_1687
; %bb.1684: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d21
b LBB0_1687
LBB0_1685: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d4, d7
b.gt LBB0_1687
; %bb.1686: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d16
LBB0_1687: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d4
b.le LBB0_1690
; %bb.1688: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d1
fmov d23, d5
b.gt LBB0_1695
; %bb.1689: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d1
b LBB0_1695
LBB0_1690: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d16
b.le LBB0_1693
; %bb.1691: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
fmov d23, d7
b.gt LBB0_1695
; %bb.1692: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d21
b LBB0_1695
LBB0_1693: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d23, d7
b.gt LBB0_1695
; %bb.1694: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d16
LBB0_1695: ; in Loop: Header=BB0_2 Depth=1
fmov d25, #1.00000000
ldr d0, [sp, #1016] ; 8-byte Folded Reload
fadd d4, d0, d25
fmov d0, #11.00000000
ldr d18, [sp, #1040] ; 8-byte Folded Reload
fadd d18, d18, d0
fcmp d4, d18
fcsel d18, d4, d18, gt
fmov d0, #17.00000000
ldr d4, [sp, #1184] ; 8-byte Folded Reload
fadd d4, d4, d0
fmov d0, #8.00000000
ldr d19, [sp, #1024] ; 8-byte Folded Reload
fadd d19, d19, d0
fcmp d4, d19
fcsel d19, d4, d19, gt
fcmp d18, d19
fcsel d24, d18, d19, gt
fmov d4, #18.00000000
ldr d0, [sp, #1032] ; 8-byte Folded Reload
fadd d4, d0, d4
fcmp d4, d22
fcsel d4, d4, d22, gt
fmov d0, #13.00000000
fadd d22, d29, d0
ldr d0, [sp, #1088] ; 8-byte Folded Reload
fadd d25, d0, d25
fcmp d22, d25
fcsel d22, d22, d25, gt
fcmp d8, d22
b.le LBB0_1698
; %bb.1696: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d8
fmov d25, d4
b.gt LBB0_1700
; %bb.1697: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d8
b LBB0_1700
LBB0_1698: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d25, d4
b.gt LBB0_1700
; %bb.1699: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d22
LBB0_1700: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d25
b.le LBB0_1703
; %bb.1701: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d19
b.le LBB0_1706
; %bb.1702: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d18
fmov d23, d18
b.gt LBB0_1710
b LBB0_1715
LBB0_1703: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d22
b.le LBB0_1707
; %bb.1704: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d8
fmov d24, d4
b.gt LBB0_1709
; %bb.1705: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d8
b LBB0_1709
LBB0_1706: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d19
b.gt LBB0_1710
b LBB0_1714
LBB0_1707: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d24, d4
b.gt LBB0_1709
; %bb.1708: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d22
LBB0_1709: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d24
b.le LBB0_1713
LBB0_1710: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d16
b.le LBB0_1718
; %bb.1711: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
fmov d4, d7
b.gt LBB0_1720
; %bb.1712: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d21
b LBB0_1720
LBB0_1713: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d19
fmov d23, d18
b.gt LBB0_1715
LBB0_1714: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d19
LBB0_1715: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d22
b.le LBB0_1723
; %bb.1716: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d8
fmov d1, d4
b.gt LBB0_1725
; %bb.1717: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d8
b LBB0_1725
LBB0_1718: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d4, d7
b.gt LBB0_1720
; %bb.1719: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d16
LBB0_1720: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d4
b.le LBB0_1728
; %bb.1721: ; in Loop: Header=BB0_2 Depth=1
fcmp d5, d1
b.gt LBB0_1738
; %bb.1722: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d1
b LBB0_1738
LBB0_1723: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d1, d4
b.gt LBB0_1725
; %bb.1724: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d22
LBB0_1725: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_1731
; %bb.1726: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d19
fmov d5, d18
b.gt LBB0_1738
; %bb.1727: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d19
b LBB0_1738
LBB0_1728: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d16
b.le LBB0_1734
; %bb.1729: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
fmov d5, d7
b.gt LBB0_1738
; %bb.1730: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d21
b LBB0_1738
LBB0_1731: ; in Loop: Header=BB0_2 Depth=1
fcmp d8, d22
b.le LBB0_1736
; %bb.1732: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d8
fmov d5, d4
b.gt LBB0_1738
; %bb.1733: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d8
b LBB0_1738
LBB0_1734: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d5, d7
b.gt LBB0_1738
; %bb.1735: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d16
b LBB0_1738
LBB0_1736: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d5, d4
b.gt LBB0_1738
; %bb.1737: ; in Loop: Header=BB0_2 Depth=1
fmov d5, d22
LBB0_1738: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #1.00000000
ldr d1, [sp, #1104] ; 8-byte Folded Reload
fadd d1, d1, d0
ldr d0, [sp, #816] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d17, d1, d0, gt
ldr d0, [sp, #328] ; 8-byte Folded Reload
fcmp d9, d0
fcsel d1, d9, d0, gt
fcmp d17, d1
fcsel d23, d17, d1, gt
ldr d0, [sp, #320] ; 8-byte Folded Reload
ldr d4, [sp, #280] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d18, d4, d0, gt
fmov d0, #8.00000000
ldr d4, [sp, #1016] ; 8-byte Folded Reload
fadd d7, d4, d0
fmov d0, #13.00000000
ldr d4, [sp, #1040] ; 8-byte Folded Reload
fadd d4, d4, d0
ldr d16, [sp, #1184] ; 8-byte Folded Reload
fadd d16, d16, d0
fcmp d4, d16
fcsel d21, d4, d16, gt
fcmp d7, d21
b.le LBB0_1741
; %bb.1739: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d7
fmov d4, d18
ldr d31, [sp, #656] ; 8-byte Folded Reload
ldr d8, [sp, #376] ; 8-byte Folded Reload
ldr d9, [sp, #272] ; 8-byte Folded Reload
b.gt LBB0_1743
; %bb.1740: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d7
b LBB0_1743
LBB0_1741: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d21
fmov d4, d18
ldr d31, [sp, #656] ; 8-byte Folded Reload
ldr d8, [sp, #376] ; 8-byte Folded Reload
ldr d9, [sp, #272] ; 8-byte Folded Reload
b.gt LBB0_1743
; %bb.1742: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d21
LBB0_1743: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
b.le LBB0_1746
; %bb.1744: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
fmov d27, d17
b.gt LBB0_1751
; %bb.1745: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d1
b LBB0_1751
LBB0_1746: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
b.le LBB0_1749
; %bb.1747: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d7
fmov d27, d18
b.gt LBB0_1751
; %bb.1748: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d7
b LBB0_1751
LBB0_1749: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d21
fmov d27, d18
b.gt LBB0_1751
; %bb.1750: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d21
LBB0_1751: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #20.00000000
ldr d4, [sp, #1032] ; 8-byte Folded Reload
fadd d4, d4, d0
fcmp d9, d4
fcsel d25, d9, d4, gt
fmov d19, #18.00000000
ldr d0, [sp, #1176] ; 8-byte Folded Reload
fadd d4, d0, d19
ldr d0, [sp, #128] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d24, d0, d4, gt
fcmp d25, d24
fcsel d28, d25, d24, gt
fmov d0, #4.00000000
ldr d4, [sp, #1048] ; 8-byte Folded Reload
fadd d16, d4, d0
ldr d0, [sp, #832] ; 8-byte Folded Reload
fcmp d16, d0
fcsel d4, d16, d0, gt
ldr d0, [sp, #968] ; 8-byte Folded Reload
fadd d22, d0, d19
fmov d0, #13.00000000
ldr d19, [sp, #1192] ; 8-byte Folded Reload
fadd d26, d19, d0
fmov d0, #12.00000000
fadd d19, d29, d0
fcmp d26, d19
fcsel d26, d26, d19, gt
fcmp d22, d26
b.le LBB0_1754
; %bb.1752: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d29, d4
b.gt LBB0_1756
; %bb.1753: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d22
b LBB0_1756
LBB0_1754: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d26
fmov d29, d4
b.gt LBB0_1756
; %bb.1755: ; in Loop: Header=BB0_2 Depth=1
fmov d29, d26
LBB0_1756: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d29
b.le LBB0_1759
; %bb.1757: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d24
ldr d29, [sp, #856] ; 8-byte Folded Reload
b.le LBB0_1762
; %bb.1758: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d25
fmov d27, d25
b.gt LBB0_1766
b LBB0_1771
LBB0_1759: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d26
ldr d29, [sp, #856] ; 8-byte Folded Reload
b.le LBB0_1763
; %bb.1760: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d28, d4
b.gt LBB0_1765
; %bb.1761: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d22
b LBB0_1765
LBB0_1762: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d24
b.gt LBB0_1766
b LBB0_1770
LBB0_1763: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d26
fmov d28, d4
b.gt LBB0_1765
; %bb.1764: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d26
LBB0_1765: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d28
b.le LBB0_1769
LBB0_1766: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
b.le LBB0_1774
; %bb.1767: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d7
fmov d4, d18
b.gt LBB0_1776
; %bb.1768: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d7
b LBB0_1776
LBB0_1769: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d24
fmov d27, d25
b.gt LBB0_1771
LBB0_1770: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d24
LBB0_1771: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d26
b.le LBB0_1779
; %bb.1772: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d1, d4
b.gt LBB0_1781
; %bb.1773: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d22
b LBB0_1781
LBB0_1774: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d21
fmov d4, d18
b.gt LBB0_1776
; %bb.1775: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d21
LBB0_1776: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
b.le LBB0_1784
; %bb.1777: ; in Loop: Header=BB0_2 Depth=1
fcmp d17, d1
b.gt LBB0_1794
; %bb.1778: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d1
b LBB0_1794
LBB0_1779: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d26
fmov d1, d4
b.gt LBB0_1781
; %bb.1780: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d26
LBB0_1781: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d1
b.le LBB0_1787
; %bb.1782: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d24
fmov d17, d25
b.gt LBB0_1794
; %bb.1783: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d24
b LBB0_1794
LBB0_1784: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
b.le LBB0_1790
; %bb.1785: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d7
fmov d17, d18
b.gt LBB0_1794
; %bb.1786: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d7
b LBB0_1794
LBB0_1787: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d26
b.le LBB0_1792
; %bb.1788: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d17, d4
b.gt LBB0_1794
; %bb.1789: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d22
b LBB0_1794
LBB0_1790: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d21
fmov d17, d18
b.gt LBB0_1794
; %bb.1791: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d21
b LBB0_1794
LBB0_1792: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d26
fmov d17, d4
b.gt LBB0_1794
; %bb.1793: ; in Loop: Header=BB0_2 Depth=1
fmov d17, d26
LBB0_1794: ; in Loop: Header=BB0_2 Depth=1
fmov d1, #3.00000000
ldr d0, [sp, #1104] ; 8-byte Folded Reload
fadd d1, d0, d1
fmov d0, #6.00000000
ldr d4, [sp, #1136] ; 8-byte Folded Reload
fadd d4, d4, d0
fcmp d1, d4
fcsel d18, d1, d4, gt
ldr d0, [sp, #592] ; 8-byte Folded Reload
ldr d1, [sp, #800] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d1, d1, d0, gt
fcmp d18, d1
fcsel d24, d18, d1, gt
fmov d0, #1.00000000
ldr d4, [sp, #1008] ; 8-byte Folded Reload
fadd d4, d4, d0
ldr d0, [sp, #840] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d21, d0, d4, gt
fmov d0, #10.00000000
ldr d4, [sp, #944] ; 8-byte Folded Reload
fadd d7, d4, d0
fmov d0, #17.00000000
ldr d4, [sp, #1024] ; 8-byte Folded Reload
fadd d4, d4, d0
ldr d0, [sp, #200] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d23, d4, d0, gt
fcmp d7, d23
b.le LBB0_1797
; %bb.1795: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d7
fmov d4, d21
b.gt LBB0_1799
; %bb.1796: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d7
b LBB0_1799
LBB0_1797: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d23
fmov d4, d21
b.gt LBB0_1799
; %bb.1798: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d23
LBB0_1799: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d4
b.le LBB0_1802
; %bb.1800: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
fmov d26, d18
b.gt LBB0_1807
; %bb.1801: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d1
b LBB0_1807
LBB0_1802: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d23
b.le LBB0_1805
; %bb.1803: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d7
fmov d26, d21
b.gt LBB0_1807
; %bb.1804: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d7
b LBB0_1807
LBB0_1805: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d23
fmov d26, d21
b.gt LBB0_1807
; %bb.1806: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d23
LBB0_1807: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #17.00000000
ldr d4, [sp, #1176] ; 8-byte Folded Reload
fadd d4, d4, d0
fcmp d4, d16
fcsel d25, d4, d16, gt
fmov d4, #15.00000000
ldr d0, [sp, #1144] ; 8-byte Folded Reload
fadd d4, d0, d4
ldr d0, [sp, #624] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d16, d4, d0, gt
fcmp d25, d16
fcsel d27, d25, d16, gt
fmov d0, #4.00000000
ldr d4, [sp, #968] ; 8-byte Folded Reload
fadd d4, d4, d0
fmov d22, #3.00000000
ldr d28, [sp, #1192] ; 8-byte Folded Reload
fadd d22, d28, d22
fcmp d4, d22
fcsel d4, d4, d22, gt
ldr d22, [sp, #1168] ; 8-byte Folded Reload
fadd d22, d22, d0
fmov d0, #2.00000000
ldr d28, [sp, #1088] ; 8-byte Folded Reload
fadd d28, d28, d0
fcmp d22, d28
fcsel d22, d22, d28, gt
fcmp d29, d22
b.le LBB0_1810
; %bb.1808: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d29
fmov d28, d4
b.gt LBB0_1812
; %bb.1809: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d29
b LBB0_1812
LBB0_1810: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d28, d4
b.gt LBB0_1812
; %bb.1811: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d22
LBB0_1812: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d28
b.le LBB0_1815
; %bb.1813: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d16
b.le LBB0_1818
; %bb.1814: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d25
fmov d26, d25
b.gt LBB0_1822
b LBB0_1827
LBB0_1815: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d22
b.le LBB0_1819
; %bb.1816: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d29
fmov d27, d4
b.gt LBB0_1821
; %bb.1817: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d29
b LBB0_1821
LBB0_1818: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d16
b.gt LBB0_1822
b LBB0_1826
LBB0_1819: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d27, d4
b.gt LBB0_1821
; %bb.1820: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d22
LBB0_1821: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d27
b.le LBB0_1825
LBB0_1822: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d23
b.le LBB0_1830
; %bb.1823: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d7
fmov d4, d21
b.gt LBB0_1832
; %bb.1824: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d7
b LBB0_1832
LBB0_1825: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d16
fmov d26, d25
b.gt LBB0_1827
LBB0_1826: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d16
LBB0_1827: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d22
b.le LBB0_1835
; %bb.1828: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d29
fmov d1, d4
b.gt LBB0_1837
; %bb.1829: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d29
b LBB0_1837
LBB0_1830: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d23
fmov d4, d21
b.gt LBB0_1832
; %bb.1831: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d23
LBB0_1832: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d4
b.le LBB0_1840
; %bb.1833: ; in Loop: Header=BB0_2 Depth=1
fcmp d18, d1
b.gt LBB0_1850
; %bb.1834: ; in Loop: Header=BB0_2 Depth=1
fmov d18, d1
b LBB0_1850
LBB0_1835: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d1, d4
b.gt LBB0_1837
; %bb.1836: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d22
LBB0_1837: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d1
b.le LBB0_1843
; %bb.1838: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d16
fmov d18, d25
b.gt LBB0_1850
; %bb.1839: ; in Loop: Header=BB0_2 Depth=1
fmov d18, d16
b LBB0_1850
LBB0_1840: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d23
b.le LBB0_1846
; %bb.1841: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d7
fmov d18, d21
b.gt LBB0_1850
; %bb.1842: ; in Loop: Header=BB0_2 Depth=1
fmov d18, d7
b LBB0_1850
LBB0_1843: ; in Loop: Header=BB0_2 Depth=1
fcmp d29, d22
b.le LBB0_1848
; %bb.1844: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d29
fmov d18, d4
b.gt LBB0_1850
; %bb.1845: ; in Loop: Header=BB0_2 Depth=1
fmov d18, d29
b LBB0_1850
LBB0_1846: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d23
fmov d18, d21
b.gt LBB0_1850
; %bb.1847: ; in Loop: Header=BB0_2 Depth=1
fmov d18, d23
b LBB0_1850
LBB0_1848: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d22
fmov d18, d4
b.gt LBB0_1850
; %bb.1849: ; in Loop: Header=BB0_2 Depth=1
fmov d18, d22
LBB0_1850: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #760] ; 8-byte Folded Reload
ldr d1, [sp, #192] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d24, d0, d1, gt
ldr d0, [sp, #920] ; 8-byte Folded Reload
ldr d1, [sp, #184] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d1, d1, d0, gt
fcmp d24, d1
fcsel d23, d24, d1, gt
fmov d4, #5.00000000
ldr d0, [sp, #1056] ; 8-byte Folded Reload
fadd d4, d0, d4
fcmp d10, d4
fcsel d16, d10, d4, gt
fmov d0, #2.00000000
ldr d4, [sp, #1080] ; 8-byte Folded Reload
fadd d7, d4, d0
fmov d0, #13.00000000
ldr d4, [sp, #1096] ; 8-byte Folded Reload
fadd d4, d4, d0
ldr d0, [sp, #544] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d21, d4, d0, gt
fcmp d7, d21
b.le LBB0_1853
; %bb.1851: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
fmov d4, d16
b.gt LBB0_1855
; %bb.1852: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d7
b LBB0_1855
LBB0_1853: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d21
fmov d4, d16
b.gt LBB0_1855
; %bb.1854: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d21
LBB0_1855: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
b.le LBB0_1858
; %bb.1856: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d1
fmov d26, d24
b.gt LBB0_1863
; %bb.1857: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d1
b LBB0_1863
LBB0_1858: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
b.le LBB0_1861
; %bb.1859: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
fmov d26, d16
b.gt LBB0_1863
; %bb.1860: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d7
b LBB0_1863
LBB0_1861: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d21
fmov d26, d16
b.gt LBB0_1863
; %bb.1862: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d21
LBB0_1863: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #360] ; 8-byte Folded Reload
fcmp d0, d20
fcsel d22, d0, d20, gt
ldr d0, [sp, #640] ; 8-byte Folded Reload
ldr d4, [sp, #528] ; 8-byte Folded Reload
fcmp d0, d4
fcsel d20, d0, d4, gt
fcmp d22, d20
fcsel d27, d22, d20, gt
ldr d0, [sp, #224] ; 8-byte Folded Reload
fcmp d3, d0
fcsel d4, d3, d0, gt
fmov d0, #11.00000000
ldr d3, [sp, #1200] ; 8-byte Folded Reload
fadd d3, d3, d0
fmov d0, #4.00000000
ldr d25, [sp, #1088] ; 8-byte Folded Reload
fadd d25, d25, d0
ldr d0, [sp, #568] ; 8-byte Folded Reload
fcmp d0, d25
fcsel d25, d0, d25, gt
fcmp d3, d25
b.le LBB0_1866
; %bb.1864: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d3
fmov d28, d4
b.gt LBB0_1868
; %bb.1865: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d3
b LBB0_1868
LBB0_1866: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d28, d4
b.gt LBB0_1868
; %bb.1867: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d25
LBB0_1868: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d28
b.le LBB0_1871
; %bb.1869: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d20
ldr d27, [sp, #672] ; 8-byte Folded Reload
b.le LBB0_1874
; %bb.1870: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d22
fmov d26, d22
b.gt LBB0_1878
b LBB0_1883
LBB0_1871: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d25
b.le LBB0_1875
; %bb.1872: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d3
fmov d27, d4
b.gt LBB0_1877
; %bb.1873: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d3
b LBB0_1877
LBB0_1874: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d20
b.gt LBB0_1878
b LBB0_1882
LBB0_1875: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d27, d4
b.gt LBB0_1877
; %bb.1876: ; in Loop: Header=BB0_2 Depth=1
fmov d27, d25
LBB0_1877: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d27
ldr d27, [sp, #672] ; 8-byte Folded Reload
b.le LBB0_1881
LBB0_1878: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
b.le LBB0_1886
; %bb.1879: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
fmov d3, d16
b.gt LBB0_1888
; %bb.1880: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d7
b LBB0_1888
LBB0_1881: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d20
fmov d26, d22
b.gt LBB0_1883
LBB0_1882: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d20
LBB0_1883: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d25
b.le LBB0_1891
; %bb.1884: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d3
fmov d1, d4
b.gt LBB0_1893
; %bb.1885: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d3
b LBB0_1893
LBB0_1886: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d21
fmov d3, d16
b.gt LBB0_1888
; %bb.1887: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d21
LBB0_1888: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d3
b.le LBB0_1896
; %bb.1889: ; in Loop: Header=BB0_2 Depth=1
fcmp d24, d1
b.gt LBB0_1906
; %bb.1890: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d1
b LBB0_1906
LBB0_1891: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d1, d4
b.gt LBB0_1893
; %bb.1892: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d25
LBB0_1893: ; in Loop: Header=BB0_2 Depth=1
fcmp d26, d1
b.le LBB0_1899
; %bb.1894: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d20
fmov d24, d22
b.gt LBB0_1906
; %bb.1895: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d20
b LBB0_1906
LBB0_1896: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d21
b.le LBB0_1902
; %bb.1897: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d7
fmov d24, d16
b.gt LBB0_1906
; %bb.1898: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d7
b LBB0_1906
LBB0_1899: ; in Loop: Header=BB0_2 Depth=1
fcmp d3, d25
b.le LBB0_1904
; %bb.1900: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d3
fmov d24, d4
b.gt LBB0_1906
; %bb.1901: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d3
b LBB0_1906
LBB0_1902: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d21
fmov d24, d16
b.gt LBB0_1906
; %bb.1903: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d21
b LBB0_1906
LBB0_1904: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d25
fmov d24, d4
b.gt LBB0_1906
; %bb.1905: ; in Loop: Header=BB0_2 Depth=1
fmov d24, d25
LBB0_1906: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #6.00000000
ldr d1, [sp, #1104] ; 8-byte Folded Reload
fadd d1, d1, d0
ldr d0, [sp, #744] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d28, d1, d0, gt
fmov d1, #18.00000000
ldr d0, [sp, #1152] ; 8-byte Folded Reload
fadd d1, d0, d1
ldr d0, [sp, #616] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d1, d0, d1, gt
fcmp d28, d1
fcsel d20, d28, d1, gt
ldr d0, [sp, #552] ; 8-byte Folded Reload
ldr d3, [sp, #240] ; 8-byte Folded Reload
fcmp d3, d0
fcsel d7, d3, d0, gt
fmov d0, #12.00000000
ldr d3, [sp, #1080] ; 8-byte Folded Reload
fadd d3, d3, d0
fcmp d8, d3
fcsel d16, d8, d3, gt
fcmp d27, d16
b.le LBB0_1909
; %bb.1907: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d27
fmov d3, d7
b.gt LBB0_1911
; %bb.1908: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d27
b LBB0_1911
LBB0_1909: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d3, d7
b.gt LBB0_1911
; %bb.1910: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d16
LBB0_1911: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d3
b.le LBB0_1914
; %bb.1912: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d1
fmov d23, d28
b.gt LBB0_1919
; %bb.1913: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d1
b LBB0_1919
LBB0_1914: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d16
b.le LBB0_1917
; %bb.1915: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d27
fmov d23, d7
b.gt LBB0_1919
; %bb.1916: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d27
b LBB0_1919
LBB0_1917: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d23, d7
b.gt LBB0_1919
; %bb.1918: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d16
LBB0_1919: ; in Loop: Header=BB0_2 Depth=1
fmov d3, #5.00000000
ldr d0, [sp, #1184] ; 8-byte Folded Reload
fadd d3, d0, d3
ldr d0, [sp, #208] ; 8-byte Folded Reload
fcmp d3, d0
fcsel d4, d3, d0, gt
fcmp d9, d6
fcsel d6, d9, d6, gt
fcmp d4, d6
fcsel d25, d4, d6, gt
ldr d0, [sp, #1176] ; 8-byte Folded Reload
fadd d3, d0, d30
ldr d0, [sp, #448] ; 8-byte Folded Reload
fcmp d0, d3
fcsel d22, d0, d3, gt
fmov d0, #2.00000000
ldr d3, [sp, #1144] ; 8-byte Folded Reload
fadd d21, d3, d0
fmov d0, #17.00000000
ldr d3, [sp, #1200] ; 8-byte Folded Reload
fadd d3, d3, d0
fcmp d3, d19
fcsel d19, d3, d19, gt
fcmp d21, d19
b.le LBB0_1922
; %bb.1920: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d21
fmov d26, d22
b.gt LBB0_1924
; %bb.1921: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d21
b LBB0_1924
LBB0_1922: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d19
fmov d26, d22
b.gt LBB0_1924
; %bb.1923: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d19
LBB0_1924: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d26
b.le LBB0_1927
; %bb.1925: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d6
b.le LBB0_1930
; %bb.1926: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d4
fmov d23, d4
b.gt LBB0_1934
b LBB0_1939
LBB0_1927: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d19
b.le LBB0_1931
; %bb.1928: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d21
fmov d25, d22
b.gt LBB0_1933
; %bb.1929: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d21
b LBB0_1933
LBB0_1930: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d6
b.gt LBB0_1934
b LBB0_1938
LBB0_1931: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d19
fmov d25, d22
b.gt LBB0_1933
; %bb.1932: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d19
LBB0_1933: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d25
b.le LBB0_1937
LBB0_1934: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d16
b.le LBB0_1942
; %bb.1935: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d27
fmov d4, d7
b.gt LBB0_1944
; %bb.1936: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d27
b LBB0_1944
LBB0_1937: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d6
fmov d23, d4
b.gt LBB0_1939
LBB0_1938: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d6
LBB0_1939: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d19
b.le LBB0_1947
; %bb.1940: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d21
fmov d1, d22
b.gt LBB0_1949
; %bb.1941: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d21
b LBB0_1949
LBB0_1942: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d4, d7
b.gt LBB0_1944
; %bb.1943: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d16
LBB0_1944: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d4
b.le LBB0_1952
; %bb.1945: ; in Loop: Header=BB0_2 Depth=1
fcmp d28, d1
b.gt LBB0_1962
; %bb.1946: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d1
b LBB0_1962
LBB0_1947: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d19
fmov d1, d22
b.gt LBB0_1949
; %bb.1948: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d19
LBB0_1949: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d1
b.le LBB0_1955
; %bb.1950: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d6
fmov d28, d4
b.gt LBB0_1962
; %bb.1951: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d6
b LBB0_1962
LBB0_1952: ; in Loop: Header=BB0_2 Depth=1
fcmp d27, d16
b.le LBB0_1958
; %bb.1953: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d27
fmov d28, d7
b.gt LBB0_1962
; %bb.1954: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d27
b LBB0_1962
LBB0_1955: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d19
b.le LBB0_1960
; %bb.1956: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d21
fmov d28, d22
b.gt LBB0_1962
; %bb.1957: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d21
b LBB0_1962
LBB0_1958: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d16
fmov d28, d7
b.gt LBB0_1962
; %bb.1959: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d16
b LBB0_1962
LBB0_1960: ; in Loop: Header=BB0_2 Depth=1
fcmp d22, d19
fmov d28, d22
b.gt LBB0_1962
; %bb.1961: ; in Loop: Header=BB0_2 Depth=1
fmov d28, d19
LBB0_1962: ; in Loop: Header=BB0_2 Depth=1
ldr d0, [sp, #520] ; 8-byte Folded Reload
ldr d1, [sp, #512] ; 8-byte Folded Reload
fcmp d0, d1
fcsel d7, d0, d1, gt
ldr d0, [sp, #912] ; 8-byte Folded Reload
ldr d1, [sp, #120] ; 8-byte Folded Reload
fcmp d1, d0
fcsel d1, d1, d0, gt
fcmp d7, d1
fcsel d20, d7, d1, gt
fmov d4, #3.00000000
ldr d0, [sp, #1152] ; 8-byte Folded Reload
fadd d4, d0, d4
ldr d0, [sp, #304] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d16, d4, d0, gt
fmov d0, #12.00000000
ldr d4, [sp, #1056] ; 8-byte Folded Reload
fadd d6, d4, d0
ldr d0, [sp, #848] ; 8-byte Folded Reload
ldr d4, [sp, #872] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d19, d4, d0, gt
fcmp d6, d19
b.le LBB0_1965
; %bb.1963: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d6
fmov d4, d16
b.gt LBB0_1967
; %bb.1964: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d6
b LBB0_1967
LBB0_1965: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d19
fmov d4, d16
b.gt LBB0_1967
; %bb.1966: ; in Loop: Header=BB0_2 Depth=1
fmov d4, d19
LBB0_1967: ; in Loop: Header=BB0_2 Depth=1
fcmp d20, d4
b.le LBB0_1970
; %bb.1968: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d1
fmov d23, d7
b.gt LBB0_1975
; %bb.1969: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d1
b LBB0_1975
LBB0_1970: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d19
b.le LBB0_1973
; %bb.1971: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d6
fmov d23, d16
b.gt LBB0_1975
; %bb.1972: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d6
b LBB0_1975
LBB0_1973: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d19
fmov d23, d16
b.gt LBB0_1975
; %bb.1974: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d19
LBB0_1975: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #8.00000000
ldr d4, [sp, #1008] ; 8-byte Folded Reload
fadd d4, d4, d0
ldr d0, [sp, #664] ; 8-byte Folded Reload
fcmp d4, d0
fcsel d21, d4, d0, gt
fmov d26, #14.00000000
ldr d0, [sp, #1208] ; 8-byte Folded Reload
fadd d4, d0, d26
fmov d0, #12.00000000
ldr d22, [sp, #1144] ; 8-byte Folded Reload
fadd d22, d22, d0
fcmp d4, d22
fcsel d22, d4, d22, gt
fcmp d21, d22
fcsel d25, d21, d22, gt
fmov d27, #14.00000000
ldr d0, [sp, #1192] ; 8-byte Folded Reload
fadd d4, d0, d26
fmov d0, #1.00000000
ldr d26, [sp, #1168] ; 8-byte Folded Reload
fadd d26, d26, d0
fcmp d3, d26
fcsel d3, d3, d26, gt
fcmp d4, d3
b.le LBB0_1978
; %bb.1976: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d4
fmov d26, d11
b.gt LBB0_1980
; %bb.1977: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d4
b LBB0_1980
LBB0_1978: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d3
fmov d26, d11
b.gt LBB0_1980
; %bb.1979: ; in Loop: Header=BB0_2 Depth=1
fmov d26, d3
LBB0_1980: ; in Loop: Header=BB0_2 Depth=1
fcmp d25, d26
b.le LBB0_1983
; %bb.1981: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d22
b.le LBB0_1986
; %bb.1982: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d21
fmov d23, d21
b.gt LBB0_1990
b LBB0_1995
LBB0_1983: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d3
b.le LBB0_1987
; %bb.1984: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d4
fmov d25, d11
b.gt LBB0_1989
; %bb.1985: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d4
b LBB0_1989
LBB0_1986: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d22
b.gt LBB0_1990
b LBB0_1994
LBB0_1987: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d3
fmov d25, d11
b.gt LBB0_1989
; %bb.1988: ; in Loop: Header=BB0_2 Depth=1
fmov d25, d3
LBB0_1989: ; in Loop: Header=BB0_2 Depth=1
fcmp d23, d25
b.le LBB0_1993
LBB0_1990: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d19
b.le LBB0_1998
; %bb.1991: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d6
fmov d3, d16
ldr d26, [sp, #728] ; 8-byte Folded Reload
b.gt LBB0_2000
; %bb.1992: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d6
b LBB0_2000
LBB0_1993: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d22
fmov d23, d21
b.gt LBB0_1995
LBB0_1994: ; in Loop: Header=BB0_2 Depth=1
fmov d23, d22
LBB0_1995: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d3
b.le LBB0_2003
; %bb.1996: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d4
fmov d1, d11
b.gt LBB0_2005
; %bb.1997: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d4
b LBB0_2005
LBB0_1998: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d19
fmov d3, d16
ldr d26, [sp, #728] ; 8-byte Folded Reload
b.gt LBB0_2000
; %bb.1999: ; in Loop: Header=BB0_2 Depth=1
fmov d3, d19
LBB0_2000: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #19.00000000
fcmp d20, d3
b.le LBB0_2008
; %bb.2001: ; in Loop: Header=BB0_2 Depth=1
fcmp d7, d1
b.gt LBB0_1
; %bb.2002: ; in Loop: Header=BB0_2 Depth=1
fmov d7, d1
b LBB0_1
LBB0_2003: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d3
fmov d1, d11
b.gt LBB0_2005
; %bb.2004: ; in Loop: Header=BB0_2 Depth=1
fmov d1, d3
LBB0_2005: ; in Loop: Header=BB0_2 Depth=1
fmov d0, #19.00000000
fcmp d23, d1
b.le LBB0_2011
; %bb.2006: ; in Loop: Header=BB0_2 Depth=1
fcmp d21, d22
fmov d7, d21
ldr d26, [sp, #728] ; 8-byte Folded Reload
b.gt LBB0_1
; %bb.2007: ; in Loop: Header=BB0_2 Depth=1
fmov d7, d22
b LBB0_1
LBB0_2008: ; in Loop: Header=BB0_2 Depth=1
fcmp d6, d19
b.le LBB0_2014
; %bb.2009: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d6
fmov d7, d16
b.gt LBB0_1
; %bb.2010: ; in Loop: Header=BB0_2 Depth=1
fmov d7, d6
b LBB0_1
LBB0_2011: ; in Loop: Header=BB0_2 Depth=1
fcmp d4, d3
b.le LBB0_2016
; %bb.2012: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d4
fmov d7, d11
ldr d26, [sp, #728] ; 8-byte Folded Reload
b.gt LBB0_1
; %bb.2013: ; in Loop: Header=BB0_2 Depth=1
fmov d7, d4
b LBB0_1
LBB0_2014: ; in Loop: Header=BB0_2 Depth=1
fcmp d16, d19
fmov d7, d16
b.gt LBB0_1
; %bb.2015: ; in Loop: Header=BB0_2 Depth=1
fmov d7, d19
b LBB0_1
LBB0_2016: ; in Loop: Header=BB0_2 Depth=1
fcmp d11, d3
fmov d7, d11
ldr d26, [sp, #728] ; 8-byte Folded Reload
b.gt LBB0_1
; %bb.2017: ; in Loop: Header=BB0_2 Depth=1
fmov d7, d3
b LBB0_1
.loh AdrpLdrGotLdr Lloh102, Lloh103, Lloh107
.loh AdrpLdrGotLdr Lloh100, Lloh101, Lloh106
.loh AdrpLdrGotLdr Lloh98, Lloh99, Lloh105
.loh AdrpLdrGotLdr Lloh96, Lloh97, Lloh104
.loh AdrpLdrGotLdr Lloh93, Lloh94, Lloh95
.loh AdrpLdrGotLdr Lloh90, Lloh91, Lloh92
.loh AdrpLdrGotLdr Lloh87, Lloh88, Lloh89
.loh AdrpLdrGotLdr Lloh84, Lloh85, Lloh86
.loh AdrpLdrGotLdr Lloh81, Lloh82, Lloh83
.loh AdrpLdrGotLdr Lloh78, Lloh79, Lloh80
.loh AdrpLdrGotLdr Lloh75, Lloh76, Lloh77
.loh AdrpLdrGotLdr Lloh72, Lloh73, Lloh74
.loh AdrpLdrGotLdr Lloh69, Lloh70, Lloh71
.loh AdrpLdrGotLdr Lloh66, Lloh67, Lloh68
.loh AdrpLdrGotLdr Lloh63, Lloh64, Lloh65
.loh AdrpLdrGotLdr Lloh60, Lloh61, Lloh62
.loh AdrpLdrGotLdr Lloh57, Lloh58, Lloh59
.loh AdrpLdrGotLdr Lloh54, Lloh55, Lloh56
.loh AdrpLdrGotLdr Lloh51, Lloh52, Lloh53
.loh AdrpLdrGotLdr Lloh48, Lloh49, Lloh50
.loh AdrpLdrGotLdr Lloh45, Lloh46, Lloh47
.loh AdrpLdrGotLdr Lloh42, Lloh43, Lloh44
.loh AdrpLdrGotLdr Lloh39, Lloh40, Lloh41
.loh AdrpLdrGotLdr Lloh36, Lloh37, Lloh38
.loh AdrpLdrGotLdr Lloh33, Lloh34, Lloh35
.loh AdrpLdrGotLdr Lloh30, Lloh31, Lloh32
.loh AdrpLdrGotLdr Lloh27, Lloh28, Lloh29
.loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _x_1,4,2 ; @x_1
.comm _x_3,4,2 ; @x_3
.comm _x_4,4,2 ; @x_4
.comm _x_5,4,2 ; @x_5
.comm _x_7,4,2 ; @x_7
.comm _x_8,4,2 ; @x_8
.comm _x_10,4,2 ; @x_10
.comm _x_11,4,2 ; @x_11
.comm _x_13,4,2 ; @x_13
.comm _x_17,4,2 ; @x_17
.comm _x_18,4,2 ; @x_18
.comm _x_22,4,2 ; @x_22
.comm _x_24,4,2 ; @x_24
.comm _x_25,4,2 ; @x_25
.comm _x_26,4,2 ; @x_26
.comm _x_28,4,2 ; @x_28
.comm _x_32,4,2 ; @x_32
.comm _x_33,4,2 ; @x_33
.comm _x_0,4,2 ; @x_0
.comm _x_6,4,2 ; @x_6
.comm _x_9,4,2 ; @x_9
.comm _x_12,4,2 ; @x_12
.comm _x_15,4,2 ; @x_15
.comm _x_20,4,2 ; @x_20
.comm _x_23,4,2 ; @x_23
.comm _x_29,4,2 ; @x_29
.comm _x_30,4,2 ; @x_30
.comm _x_34,4,2 ; @x_34
.comm _x_35,4,2 ; @x_35
.comm _x_14,4,2 ; @x_14
.comm _x_16,4,2 ; @x_16
.comm _x_21,4,2 ; @x_21
.comm _x_27,4,2 ; @x_27
.comm _x_31,4,2 ; @x_31
.comm _x_2,4,2 ; @x_2
.comm _x_19,4,2 ; @x_19
.subsections_via_symbols
| the_stack_data/72013645.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _nd_btt_create ## -- Begin function nd_btt_create
.p2align 4, 0x90
_nd_btt_create: ## @nd_btt_create
.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
pushq %rax
.cfi_offset %rbx, -24
xorl %esi, %esi
xorl %edx, %edx
xorl %ecx, %ecx
callq ___nd_btt_create
movq %rax, %rbx
movq %rax, %rdi
callq ___nd_device_register
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _nd_btt_create ; -- Begin function nd_btt_create
.p2align 2
_nd_btt_create: ; @nd_btt_create
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov w1, #0
mov x2, #0
mov x3, #0
bl ___nd_btt_create
mov x19, x0
bl ___nd_device_register
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/linux/drivers/nvdimm/extr_btt_devs.c_nd_btt_create.c | anghabench |
.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/243892862.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pdf_field_flags ## -- Begin function pdf_field_flags
.p2align 4, 0x90
_pdf_field_flags: ## @pdf_field_flags
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %r14
movq %rdi, %rbx
movq _Ff@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _PDF_NAME
movq %rbx, %rdi
movq %r14, %rsi
movl %eax, %edx
callq _pdf_dict_get_inheritable
movq %rbx, %rdi
movl %eax, %esi
popq %rbx
popq %r14
popq %rbp
jmp _pdf_to_int ## TAILCALL
.cfi_endproc
## -- End function
.comm _Ff,4,2 ## @Ff
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pdf_field_flags ; -- Begin function pdf_field_flags
.p2align 2
_pdf_field_flags: ; @pdf_field_flags
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
Lloh0:
adrp x8, _Ff@GOTPAGE
Lloh1:
ldr x8, [x8, _Ff@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
bl _PDF_NAME
mov x2, x0
mov x0, x20
mov x1, x19
bl _pdf_dict_get_inheritable
mov x1, x0
mov x0, x20
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _pdf_to_int
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _Ff,4,2 ; @Ff
.subsections_via_symbols
| AnghaBench/sumatrapdf/mupdf/source/pdf/extr_pdf-form.c_pdf_field_flags.c | anghabench |
.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
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
cmpl $1, %edi
jne LBB0_2
## %bb.1:
leaq L_str(%rip), %rdi
callq _puts
movl $1, %r14d
jmp LBB0_3
LBB0_2:
movq 8(%rsi), %rdi
callq _atoi
movl %eax, %ebx
movl %eax, %edi
callq _srand
leaq L_.str.1(%rip), %rdi
xorl %r14d, %r14d
movl %ebx, %esi
xorl %eax, %eax
callq _printf
callq _rand
leaq L_.str.2(%rip), %rbx
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
callq _rand
movq %rbx, %rdi
movl %eax, %esi
xorl %eax, %eax
callq _printf
LBB0_3:
movl %r14d, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "The random numbers generated by the seed %d are:\n"
L_.str.2: ## @.str.2
.asciz "%d\n"
L_str: ## @str
.asciz "Usage: './genrand2 int_seed' where int_seed is an integer"
.subsections_via_symbols
| .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 x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
cmp w0, #1
b.ne LBB0_2
; %bb.1:
Lloh0:
adrp x0, l_str@PAGE
Lloh1:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #1
b LBB0_3
LBB0_2:
ldr x0, [x1, #8]
bl _atoi
mov x19, x0
bl _srand
str x19, [sp]
Lloh2:
adrp x0, l_.str.1@PAGE
Lloh3:
add x0, x0, l_.str.1@PAGEOFF
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
Lloh4:
adrp x19, l_.str.2@PAGE
Lloh5:
add x19, x19, l_.str.2@PAGEOFF
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
bl _rand
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
mov x0, x19
bl _printf
mov w0, #0
LBB0_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "The random numbers generated by the seed %d are:\n"
l_.str.2: ; @.str.2
.asciz "%d\n"
l_str: ; @str
.asciz "Usage: './genrand2 int_seed' where int_seed is an integer"
.subsections_via_symbols
| the_stack_data/237644435.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function check_quota_and_active_paths_diff_dirs
_check_quota_and_active_paths_diff_dirs: ## @check_quota_and_active_paths_diff_dirs
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, %r14
movq %rsi, %r15
movq (%rdx), %r12
movq 8(%rdx), %rbx
testq %rbx, %rbx
jne LBB0_3
## %bb.1:
testq %r12, %r12
je LBB0_3
## %bb.2:
movl 4(%r12), %edi
movq _EMPTY_SHA1@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _strcmp
testq %rax, %rax
jne LBB0_8
jmp LBB0_7
LBB0_3:
testq %rbx, %rbx
je LBB0_8
## %bb.4:
testq %r12, %r12
je LBB0_8
## %bb.5:
movl 4(%r12), %edi
movq _EMPTY_SHA1@GOTPCREL(%rip), %r13
movl (%r13), %esi
callq _strcmp
testq %rax, %rax
jne LBB0_8
## %bb.6:
movl 4(%rbx), %edi
movl (%r13), %esi
callq _strcmp
testq %rax, %rax
je LBB0_8
LBB0_7:
movl (%r12), %esi
movq %r15, %rdi
xorl %edx, %edx
callq _g_strconcat
movl (%r14), %edi
movq _S_IFDIR@GOTPCREL(%rip), %rcx
movq (%rcx), %rdx
movq %rax, %rsi
callq _g_hash_table_replace
LBB0_8:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _EMPTY_SHA1,4,2 ## @EMPTY_SHA1
.comm _S_IFDIR,8,3 ## @S_IFDIR
.no_dead_strip _check_quota_and_active_paths_diff_dirs
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function check_quota_and_active_paths_diff_dirs
_check_quota_and_active_paths_diff_dirs: ; @check_quota_and_active_paths_diff_dirs
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x3
mov x20, x1
ldp x21, x22, [x2]
cmp x22, #0
ccmp x21, #0, #4, eq
b.ne LBB0_4
; %bb.1:
cmp x22, #0
ccmp x21, #0, #4, ne
b.eq LBB0_6
; %bb.2:
ldr w0, [x21, #4]
Lloh0:
adrp x23, _EMPTY_SHA1@GOTPAGE
Lloh1:
ldr x23, [x23, _EMPTY_SHA1@GOTPAGEOFF]
ldr w1, [x23]
bl _strcmp
cbnz x0, LBB0_6
; %bb.3:
ldr w0, [x22, #4]
ldr w1, [x23]
bl _strcmp
cbnz x0, LBB0_5
b LBB0_6
LBB0_4:
ldr w0, [x21, #4]
Lloh2:
adrp x8, _EMPTY_SHA1@GOTPAGE
Lloh3:
ldr x8, [x8, _EMPTY_SHA1@GOTPAGEOFF]
Lloh4:
ldr w1, [x8]
bl _strcmp
cbnz x0, LBB0_6
LBB0_5:
ldr w1, [x21]
mov x0, x20
mov x2, #0
bl _g_strconcat
mov x1, x0
ldr w0, [x19]
Lloh5:
adrp x8, _S_IFDIR@GOTPAGE
Lloh6:
ldr x8, [x8, _S_IFDIR@GOTPAGEOFF]
Lloh7:
ldr x2, [x8]
bl _g_hash_table_replace
LBB0_6:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.cfi_endproc
; -- End function
.comm _EMPTY_SHA1,4,2 ; @EMPTY_SHA1
.comm _S_IFDIR,8,3 ; @S_IFDIR
.no_dead_strip _check_quota_and_active_paths_diff_dirs
.subsections_via_symbols
| AnghaBench/seafile/daemon/extr_http-tx-mgr.c_check_quota_and_active_paths_diff_dirs.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function echoer
_echoer: ## @echoer
.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 $152, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r12
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq -180(%rbp), %r14
movq %r14, %rdi
xorl %esi, %esi
callq _pthread_mutex_init
leaq -184(%rbp), %rbx
movq %rbx, %rdi
xorl %esi, %esi
callq _pthread_cond_init
movq %r14, %rdi
callq _pthread_mutex_lock
movq _EVF_READ@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _echoer_callback@GOTPCREL(%rip), %rax
movl (%rax), %edx
movl %r12d, %edi
movq %rbx, %rcx
callq _mevent_add
movq %rax, -192(%rbp) ## 8-byte Spill
testq %rax, %rax
je LBB0_7
## %bb.1:
leaq -184(%rbp), %rdi
movq %r14, %rsi
callq _pthread_cond_wait
testl %eax, %eax
jne LBB0_5
## %bb.2:
leaq -176(%rbp), %rbx
leaq -184(%rbp), %r13
.p2align 4, 0x90
LBB0_3: ## =>This Inner Loop Header: Depth=1
movl %r12d, %edi
movq %rbx, %rsi
movl $128, %edx
callq _read
testl %eax, %eax
jle LBB0_5
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
movl %eax, %r15d
movl %r12d, %edi
movq %rbx, %rsi
movl %eax, %edx
callq _write
xorl %edi, %edi
movq %rbx, %rsi
movl %r15d, %edx
callq _write
movq %r13, %rdi
movq %r14, %rsi
callq _pthread_cond_wait
testl %eax, %eax
je LBB0_3
LBB0_5:
movq -192(%rbp), %rdi ## 8-byte Reload
callq _mevent_delete_close
movq %r14, %rdi
callq _pthread_mutex_unlock
movq %r14, %rdi
callq _pthread_mutex_destroy
leaq -184(%rbp), %rdi
callq _pthread_cond_destroy
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_8
## %bb.6:
xorl %eax, %eax
addq $152, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_7:
leaq L_str(%rip), %rdi
callq _puts
movl $4, %edi
callq _exit
LBB0_8:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _EVF_READ,4,2 ## @EVF_READ
.comm _echoer_callback,4,2 ## @echoer_callback
.section __TEXT,__cstring,cstring_literals
L_str: ## @str
.asciz "Could not allocate echoer event"
.no_dead_strip _echoer
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function echoer
_echoer: ; @echoer
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
stp x22, x21, [sp, #144] ; 16-byte Folded Spill
stp x20, x19, [sp, #160] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
mov x8, sp
orr x19, x8, #0x4
mov x0, x19
mov x1, #0
bl _pthread_mutex_init
mov x0, sp
mov x1, #0
bl _pthread_cond_init
mov x0, x19
bl _pthread_mutex_lock
Lloh3:
adrp x8, _EVF_READ@GOTPAGE
Lloh4:
ldr x8, [x8, _EVF_READ@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
Lloh6:
adrp x8, _echoer_callback@GOTPAGE
Lloh7:
ldr x8, [x8, _echoer_callback@GOTPAGEOFF]
Lloh8:
ldr w2, [x8]
mov x3, sp
mov x0, x20
bl _mevent_add
cbz x0, LBB0_7
; %bb.1:
mov x21, x0
LBB0_2: ; =>This Inner Loop Header: Depth=1
mov x0, sp
mov x1, x19
bl _pthread_cond_wait
cbnz w0, LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
add x1, sp, #8
mov x0, x20
mov w2, #128
bl _read
cmp w0, #1
b.lt LBB0_5
; %bb.4: ; in Loop: Header=BB0_2 Depth=1
mov x22, x0
add x1, sp, #8
mov x0, x20
mov x2, x22
bl _write
add x1, sp, #8
mov w0, #0
mov x2, x22
bl _write
b LBB0_2
LBB0_5:
mov x0, x21
bl _mevent_delete_close
mov x0, x19
bl _pthread_mutex_unlock
mov x0, x19
bl _pthread_mutex_destroy
mov x0, sp
bl _pthread_cond_destroy
ldur x8, [x29, #-40]
Lloh9:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh10:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh11:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_8
; %bb.6:
mov x0, #0
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
ldp x20, x19, [sp, #160] ; 16-byte Folded Reload
ldp x22, x21, [sp, #144] ; 16-byte Folded Reload
add sp, sp, #192
ret
LBB0_7:
Lloh12:
adrp x0, l_str@PAGE
Lloh13:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #4
bl _exit
LBB0_8:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpAdd Lloh12, Lloh13
.cfi_endproc
; -- End function
.comm _EVF_READ,4,2 ; @EVF_READ
.comm _echoer_callback,4,2 ; @echoer_callback
.section __TEXT,__cstring,cstring_literals
l_str: ; @str
.asciz "Could not allocate echoer event"
.no_dead_strip _echoer
.subsections_via_symbols
| AnghaBench/freebsd/usr.sbin/bhyve/extr_mevent_test.c_echoer.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function p54spi_power_off
_p54spi_power_off: ## @p54spi_power_off
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _p54spi_gpio_irq@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _gpio_to_irq
movl %eax, %edi
callq _disable_irq
movq _p54spi_gpio_power@GOTPCREL(%rip), %rax
movl (%rax), %edi
xorl %esi, %esi
popq %rbp
jmp _gpio_set_value ## TAILCALL
.cfi_endproc
## -- End function
.comm _p54spi_gpio_irq,4,2 ## @p54spi_gpio_irq
.comm _p54spi_gpio_power,4,2 ## @p54spi_gpio_power
.no_dead_strip _p54spi_power_off
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function p54spi_power_off
_p54spi_power_off: ; @p54spi_power_off
.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
Lloh0:
adrp x8, _p54spi_gpio_irq@GOTPAGE
Lloh1:
ldr x8, [x8, _p54spi_gpio_irq@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
bl _gpio_to_irq
bl _disable_irq
Lloh3:
adrp x8, _p54spi_gpio_power@GOTPAGE
Lloh4:
ldr x8, [x8, _p54spi_gpio_power@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
mov w1, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _gpio_set_value
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _p54spi_gpio_irq,4,2 ; @p54spi_gpio_irq
.comm _p54spi_gpio_power,4,2 ; @p54spi_gpio_power
.no_dead_strip _p54spi_power_off
.subsections_via_symbols
| AnghaBench/linux/drivers/net/wireless/intersil/p54/extr_p54spi.c_p54spi_power_off.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function tape_34xx_online
_tape_34xx_online: ## @tape_34xx_online
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _dev_get_drvdata
movq _tape_discipline_34xx@GOTPCREL(%rip), %rsi
movl %eax, %edi
popq %rbp
jmp _tape_generic_online ## TAILCALL
.cfi_endproc
## -- End function
.comm _tape_discipline_34xx,4,2 ## @tape_discipline_34xx
.no_dead_strip _tape_34xx_online
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function tape_34xx_online
_tape_34xx_online: ; @tape_34xx_online
.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 _dev_get_drvdata
Lloh0:
adrp x1, _tape_discipline_34xx@GOTPAGE
Lloh1:
ldr x1, [x1, _tape_discipline_34xx@GOTPAGEOFF]
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
b _tape_generic_online
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _tape_discipline_34xx,4,2 ; @tape_discipline_34xx
.no_dead_strip _tape_34xx_online
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/s390/char/extr_tape_34xx.c_tape_34xx_online.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function nwpserial_enable_ms
_nwpserial_enable_ms: ## @nwpserial_enable_ms
.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
.no_dead_strip _nwpserial_enable_ms
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function nwpserial_enable_ms
_nwpserial_enable_ms: ; @nwpserial_enable_ms
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.no_dead_strip _nwpserial_enable_ms
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/serial/extr_nwpserial.c_nwpserial_enable_ms.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function Destination
_Destination: ## @Destination
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
movl (%rdi), %esi
callq _RTFGetDestinationCallback
testl %eax, %eax
je LBB0_2
## %bb.1:
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB0_2:
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _RTFSkipGroup ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _Destination
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function Destination
_Destination: ; @Destination
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr w1, [x0]
bl _RTFGetDestinationCallback
cbz w0, LBB0_2
; %bb.1:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_2:
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _RTFSkipGroup
.cfi_endproc
; -- End function
.no_dead_strip _Destination
.subsections_via_symbols
| AnghaBench/reactos/dll/win32/riched20/extr_reader.c_Destination.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _netdev_register_kobject ## -- Begin function netdev_register_kobject
.p2align 4, 0x90
_netdev_register_kobject: ## @netdev_register_kobject
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
leaq 32(%rdi), %r14
movq 24(%rdi), %rax
movq _net_class@GOTPCREL(%rip), %rcx
movq %rcx, 48(%rdi)
movq %rdi, 40(%rdi)
movq %rax, 32(%rdi)
movl 16(%rdi), %edx
leaq L_.str(%rip), %rsi
movq %r14, %rdi
callq _dev_set_name
movq %rbx, %rdi
callq _dev_net
movq %rax, %rcx
xorl %eax, %eax
cmpq _init_net@GOTPCREL(%rip), %rcx
jne LBB0_4
## %bb.1:
movq %r14, %rdi
callq _device_add
testl %eax, %eax
jne LBB0_4
## %bb.2:
movq %rbx, %rdi
callq _register_queue_kobjects
movl %eax, %ebx
movl $0, %eax
testl %ebx, %ebx
je LBB0_4
## %bb.3:
movq %r14, %rdi
callq _device_del
movl %ebx, %eax
LBB0_4:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _net_class,4,2 ## @net_class
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s"
.comm _init_net,4,2 ## @init_net
.comm _netstat_group,4,2 ## @netstat_group
.comm _wireless_group,4,2 ## @wireless_group
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _netdev_register_kobject ; -- Begin function netdev_register_kobject
.p2align 2
_netdev_register_kobject: ; @netdev_register_kobject
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x0
ldr x8, [x0, #24]
mov x19, x0
str x8, [x19, #32]!
Lloh0:
adrp x8, _net_class@GOTPAGE
Lloh1:
ldr x8, [x8, _net_class@GOTPAGEOFF]
stp x0, x8, [x0, #40]
ldr w2, [x0, #16]
Lloh2:
adrp x1, l_.str@PAGE
Lloh3:
add x1, x1, l_.str@PAGEOFF
mov x0, x19
bl _dev_set_name
mov x0, x20
bl _dev_net
Lloh4:
adrp x8, _init_net@GOTPAGE
Lloh5:
ldr x8, [x8, _init_net@GOTPAGEOFF]
cmp x0, x8
b.eq LBB0_2
; %bb.1:
mov w21, #0
b LBB0_5
LBB0_2:
mov x0, x19
bl _device_add
mov x21, x0
cbnz w0, LBB0_5
; %bb.3:
mov x0, x20
bl _register_queue_kobjects
mov x21, x0
cbz w0, LBB0_5
; %bb.4:
mov x0, x19
bl _device_del
LBB0_5:
mov x0, x21
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _net_class,4,2 ; @net_class
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s"
.comm _init_net,4,2 ; @init_net
.comm _netstat_group,4,2 ; @netstat_group
.comm _wireless_group,4,2 ; @wireless_group
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/net/core/extr_net-sysfs.c_netdev_register_kobject.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function win32_display_server_init
_win32_display_server_init: ## @win32_display_server_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $1, %edi
movl $1, %esi
popq %rbp
jmp _calloc ## TAILCALL
.cfi_endproc
## -- End function
.comm _CLSCTX_INPROC_SERVER,4,2 ## @CLSCTX_INPROC_SERVER
.comm _CLSID_TaskbarList,8,3 ## @CLSID_TaskbarList
.comm _IID_ITaskbarList3,8,3 ## @IID_ITaskbarList3
.comm _g_taskbarList,8,3 ## @g_taskbarList
.no_dead_strip _win32_display_server_init
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function win32_display_server_init
_win32_display_server_init: ; @win32_display_server_init
.cfi_startproc
; %bb.0:
mov w0, #1
mov w1, #1
b _calloc
.cfi_endproc
; -- End function
.comm _CLSCTX_INPROC_SERVER,4,2 ; @CLSCTX_INPROC_SERVER
.comm _CLSID_TaskbarList,8,3 ; @CLSID_TaskbarList
.comm _IID_ITaskbarList3,8,3 ; @IID_ITaskbarList3
.comm _g_taskbarList,8,3 ; @g_taskbarList
.no_dead_strip _win32_display_server_init
.subsections_via_symbols
| AnghaBench/RetroArch/gfx/display_servers/extr_dispserv_win32.c_win32_display_server_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _TIM_ForcedOC4Config ## -- Begin function TIM_ForcedOC4Config
.p2align 4, 0x90
_TIM_ForcedOC4Config: ## @TIM_ForcedOC4Config
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %esi, %ebx
movq %rdi, %r14
callq _IS_TIM_LIST3_PERIPH
movl %eax, %edi
callq _assert_param
movl %ebx, %edi
callq _IS_TIM_FORCED_ACTION
movl %eax, %edi
callq _assert_param
movq _TIM_CCMR2_OC4M@GOTPCREL(%rip), %rax
movl (%rax), %eax
notl %eax
andl (%r14), %eax
shll $8, %ebx
orl %eax, %ebx
movl %ebx, (%r14)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TIM_CCMR2_OC4M,8,3 ## @TIM_CCMR2_OC4M
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _TIM_ForcedOC4Config ; -- Begin function TIM_ForcedOC4Config
.p2align 2
_TIM_ForcedOC4Config: ; @TIM_ForcedOC4Config
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x1
mov x20, x0
bl _IS_TIM_LIST3_PERIPH
bl _assert_param
mov x0, x19
bl _IS_TIM_FORCED_ACTION
bl _assert_param
ldr w8, [x20]
Lloh0:
adrp x9, _TIM_CCMR2_OC4M@GOTPAGE
Lloh1:
ldr x9, [x9, _TIM_CCMR2_OC4M@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
bic w8, w8, w9
orr w8, w8, w19, lsl #8
str w8, [x20]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _TIM_CCMR2_OC4M,8,3 ; @TIM_CCMR2_OC4M
.subsections_via_symbols
| AnghaBench/anypixel/firmware/display/ThirdParty/SPL/src/extr_stm32f0xx_tim.c_TIM_ForcedOC4Config.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function cfd_get_pkt_type
_cfd_get_pkt_type: ## @cfd_get_pkt_type
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl (%rdi), %eax
movq _CFD_PKT_TYPE_SHFT@GOTPCREL(%rip), %rcx
movb (%rcx), %cl
sarl %cl, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _CFD_PKT_TYPE_SHFT,4,2 ## @CFD_PKT_TYPE_SHFT
.no_dead_strip _cfd_get_pkt_type
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function cfd_get_pkt_type
_cfd_get_pkt_type: ; @cfd_get_pkt_type
.cfi_startproc
; %bb.0:
ldr w8, [x0]
Lloh0:
adrp x9, _CFD_PKT_TYPE_SHFT@GOTPAGE
Lloh1:
ldr x9, [x9, _CFD_PKT_TYPE_SHFT@GOTPAGEOFF]
Lloh2:
ldr w9, [x9]
asr w0, w8, w9
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _CFD_PKT_TYPE_SHFT,4,2 ; @CFD_PKT_TYPE_SHFT
.no_dead_strip _cfd_get_pkt_type
.subsections_via_symbols
| AnghaBench/linux/drivers/media/platform/ti-vpe/extr_vpdma_priv.h_cfd_get_pkt_type.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _mch_FullName ## -- Begin function mch_FullName
.p2align 4, 0x90
_mch_FullName: ## @mch_FullName
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r14d
movq %rsi, %rbx
movq %rdi, %r15
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
testl %ecx, %ecx
je LBB0_1
LBB0_3:
movq %rsp, %r13
movq _MAXPATHL@GOTPCREL(%rip), %rax
movl (%rax), %eax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %r12
movq %r15, %rdi
movq %r12, %rsi
callq __truename
testl %eax, %eax
je LBB0_4
## %bb.5:
movq %r12, %rdi
callq _slash_adjust
decl %r14d
movq %rbx, %rdi
movq %r12, %rsi
movl %r14d, %edx
callq _vim_strncpy
movq _OK@GOTPCREL(%rip), %rax
jmp LBB0_6
LBB0_1:
movq %r15, %rdi
callq _mch_isFullName
testq %rax, %rax
je LBB0_3
## %bb.2:
decl %r14d
movq %rbx, %rdi
movq %r15, %rsi
movl %r14d, %edx
callq _vim_strncpy
movq %rbx, %rdi
callq _slash_adjust
movq _OK@GOTPCREL(%rip), %rax
movl (%rax), %eax
jmp LBB0_7
LBB0_4:
movq _FAIL@GOTPCREL(%rip), %rax
LBB0_6:
movl (%rax), %eax
movq %r13, %rsp
LBB0_7:
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -48(%rbp), %rcx
jne LBB0_9
## %bb.8:
leaq -40(%rbp), %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_9:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _OK,4,2 ## @OK
.comm _MAXPATHL,4,2 ## @MAXPATHL
.comm _FAIL,4,2 ## @FAIL
.comm _FA_DIREC,4,2 ## @FA_DIREC
.comm _NUL,1,0 ## @NUL
.comm _psepc,4,2 ## @psepc
.comm _pseps,8,3 ## @pseps
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _mch_FullName ; -- Begin function mch_FullName
.p2align 2
_mch_FullName: ; @mch_FullName
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
sub sp, sp, #16
.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
mov x20, x2
mov x19, x1
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
cbz w3, LBB0_3
LBB0_1:
mov x22, sp
Lloh3:
adrp x8, _MAXPATHL@GOTPAGE
Lloh4:
ldr x8, [x8, _MAXPATHL@GOTPAGEOFF]
Lloh5:
ldr w8, [x8]
mov x9, x8
Lloh6:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh7:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x1fffffff0
sub x21, x9, x8
mov sp, x21
mov x1, x21
bl __truename
cbz w0, LBB0_5
; %bb.2:
mov x0, x21
bl _slash_adjust
sub w2, w20, #1
mov x0, x19
mov x1, x21
bl _vim_strncpy
Lloh8:
adrp x8, _OK@GOTPAGE
Lloh9:
ldr x8, [x8, _OK@GOTPAGEOFF]
b LBB0_6
LBB0_3:
mov x21, x0
bl _mch_isFullName
mov x8, x0
mov x0, x21
cbz x8, LBB0_1
; %bb.4:
sub w2, w20, #1
mov x1, x0
mov x0, x19
bl _vim_strncpy
mov x0, x19
bl _slash_adjust
Lloh10:
adrp x8, _OK@GOTPAGE
Lloh11:
ldr x8, [x8, _OK@GOTPAGEOFF]
Lloh12:
ldr w0, [x8]
b LBB0_7
LBB0_5:
Lloh13:
adrp x8, _FAIL@GOTPAGE
Lloh14:
ldr x8, [x8, _FAIL@GOTPAGEOFF]
LBB0_6:
ldr w0, [x8]
mov sp, x22
LBB0_7:
ldur x8, [x29, #-40]
Lloh15:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh16:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh17:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_9
; %bb.8:
sub sp, x29, #32
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_9:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGot Lloh6, Lloh7
.cfi_endproc
; -- End function
.comm _OK,4,2 ; @OK
.comm _MAXPATHL,4,2 ; @MAXPATHL
.comm _FAIL,4,2 ; @FAIL
.comm _FA_DIREC,4,2 ; @FA_DIREC
.comm _NUL,1,0 ; @NUL
.comm _psepc,4,2 ; @psepc
.comm _pseps,8,3 ; @pseps
.subsections_via_symbols
| assembly_file_47084.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function pmc_soft_namecleanup
_pmc_soft_namecleanup: ## @pmc_soft_namecleanup
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %r14
movq %rdi, %rbx
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movzbl (%rbx), %eax
incq %rbx
cmpb $95, %al
je LBB0_1
jmp LBB0_2
.p2align 4, 0x90
LBB0_3: ## in Loop: Header=BB0_2 Depth=1
testb %al, %al
je LBB0_4
LBB0_7: ## in Loop: Header=BB0_2 Depth=1
movsbl %al, %edi
callq _toupper
movb %al, (%r14)
incq %r14
movzbl (%rbx), %ecx
LBB0_8: ## in Loop: Header=BB0_2 Depth=1
incq %rbx
movl %ecx, %eax
LBB0_2: ## =>This Inner Loop Header: Depth=1
cmpb $95, %al
jne LBB0_3
## %bb.5: ## in Loop: Header=BB0_2 Depth=1
movzbl (%rbx), %ecx
testb %cl, %cl
je LBB0_8
## %bb.6: ## in Loop: Header=BB0_2 Depth=1
cmpb $95, %cl
je LBB0_8
jmp LBB0_7
LBB0_4:
movb $0, (%r14)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _pmc_soft_namecleanup
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function pmc_soft_namecleanup
_pmc_soft_namecleanup: ; @pmc_soft_namecleanup
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x0
mov x20, x0
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldrb w8, [x20], #1
cmp w8, #95
b.eq LBB0_1
b LBB0_5
LBB0_2: ; in Loop: Header=BB0_5 Depth=1
cbz w9, LBB0_8
LBB0_3: ; in Loop: Header=BB0_5 Depth=1
sxtb w0, w8
bl _toupper
strb w0, [x19], #1
ldrb w9, [x20]
LBB0_4: ; in Loop: Header=BB0_5 Depth=1
add x20, x20, #1
mov x8, x9
LBB0_5: ; =>This Inner Loop Header: Depth=1
and w9, w8, #0xff
cmp w9, #95
b.ne LBB0_2
; %bb.6: ; in Loop: Header=BB0_5 Depth=1
ldrb w9, [x20]
cbz w9, LBB0_4
; %bb.7: ; in Loop: Header=BB0_5 Depth=1
cmp w9, #95
b.eq LBB0_4
b LBB0_3
LBB0_8:
strb wzr, [x19]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _pmc_soft_namecleanup
.subsections_via_symbols
| AnghaBench/freebsd/sys/kern/extr_kern_pmc.c_pmc_soft_namecleanup.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function end_header
_end_header: ## @end_header
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %rbx
callq _avio_tell
movq %rax, %r15
leaq 16(%r14), %rsi
movq _SEEK_SET@GOTPCREL(%rip), %r12
movl (%r12), %edx
movq %rbx, %rdi
callq _avio_seek
movq %r15, %rsi
subq %r14, %rsi
movq %rbx, %rdi
callq _avio_wl64
movl (%r12), %edx
movq %rbx, %rdi
movq %r15, %rsi
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _avio_seek ## TAILCALL
.cfi_endproc
## -- End function
.comm _SEEK_SET,4,2 ## @SEEK_SET
.no_dead_strip _end_header
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function end_header
_end_header: ; @end_header
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
mov x20, x0
bl _avio_tell
mov x21, x0
add x1, x19, #16
Lloh0:
adrp x22, _SEEK_SET@GOTPAGE
Lloh1:
ldr x22, [x22, _SEEK_SET@GOTPAGEOFF]
ldr w2, [x22]
mov x0, x20
bl _avio_seek
sub x1, x21, x19
mov x0, x20
bl _avio_wl64
ldr w2, [x22]
mov x0, x20
mov x1, x21
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _avio_seek
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _SEEK_SET,4,2 ; @SEEK_SET
.no_dead_strip _end_header
.subsections_via_symbols
| AnghaBench/FFmpeg/libavformat/extr_asfenc.c_end_header.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function blessed
_blessed: ## @blessed
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %rbx
movq %rdi, %r14
movq _blessed_list@GOTPCREL(%rip), %r15
movq (%r15), %rdi
callq _nitems
testl %eax, %eax
js LBB0_8
## %bb.1:
xorl %r12d, %r12d
jmp LBB0_3
.p2align 4, 0x90
LBB0_2: ## in Loop: Header=BB0_3 Depth=1
decq %r12
movq (%r15), %rdi
callq _nitems
cltq
cmpq %rax, %r12
jg LBB0_8
LBB0_3: ## =>This Inner Loop Header: Depth=1
movq (%r15), %r13
movl (%r14), %edi
movl (%r13,%r12,8), %esi
callq _strcmp
movl 4(%r13,%r12,8), %esi
testq %rax, %rax
je LBB0_7
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
movl (%r14), %edi
callq _strcmp
testq %rax, %rax
jne LBB0_2
## %bb.5: ## in Loop: Header=BB0_3 Depth=1
movl (%rbx), %edi
movl (%r13,%r12,8), %esi
callq _strcmp
testq %rax, %rax
jne LBB0_2
jmp LBB0_10
LBB0_7:
movl (%rbx), %edi
callq _strcmp
testq %rax, %rax
je LBB0_10
LBB0_8:
xorl %eax, %eax
LBB0_9:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_10:
movl $1, %eax
jmp LBB0_9
.cfi_endproc
## -- End function
.comm _blessed_list,8,3 ## @blessed_list
.no_dead_strip _blessed
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function blessed
_blessed: ; @blessed
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x19, x1
mov x20, x0
Lloh0:
adrp x21, _blessed_list@GOTPAGE
Lloh1:
ldr x21, [x21, _blessed_list@GOTPAGEOFF]
ldr x0, [x21]
bl _nitems
tbnz w0, #31, LBB0_7
; %bb.1:
mov x22, #0 ; =0x0
mov x23, #0 ; =0x0
b LBB0_3
LBB0_2: ; in Loop: Header=BB0_3 Depth=1
sub x23, x23, #1
ldr x0, [x21]
bl _nitems
sub x22, x22, #8
cmp x23, w0, sxtw
b.gt LBB0_7
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x24, [x21]
add x25, x24, x22
ldr w0, [x20]
ldr w1, [x25]
bl _strcmp
ldr w1, [x25, #4]
cbz x0, LBB0_6
; %bb.4: ; in Loop: Header=BB0_3 Depth=1
ldr w0, [x20]
bl _strcmp
cbnz x0, LBB0_2
; %bb.5: ; in Loop: Header=BB0_3 Depth=1
ldr w0, [x19]
ldr w1, [x24, x22]
bl _strcmp
cbnz x0, LBB0_2
b LBB0_9
LBB0_6:
ldr w0, [x19]
bl _strcmp
cbz x0, LBB0_9
LBB0_7:
mov w0, #0 ; =0x0
LBB0_8:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
LBB0_9:
mov w0, #1 ; =0x1
b LBB0_8
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _blessed_list,8,3 ; @blessed_list
.no_dead_strip _blessed
.subsections_via_symbols
| assembly_file_4923.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _iscsi_flashnode_bus_match ## -- Begin function iscsi_flashnode_bus_match
.p2align 4, 0x90
_iscsi_flashnode_bus_match: ## @iscsi_flashnode_bus_match
.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), %rcx
xorl %eax, %eax
cmpq _iscsi_flashnode_bus@GOTPCREL(%rip), %rcx
sete %al
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _iscsi_flashnode_bus,4,2 ## @iscsi_flashnode_bus
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _iscsi_flashnode_bus_match ; -- Begin function iscsi_flashnode_bus_match
.p2align 2
_iscsi_flashnode_bus_match: ; @iscsi_flashnode_bus_match
.cfi_startproc
; %bb.0:
ldr x8, [x0]
Lloh0:
adrp x9, _iscsi_flashnode_bus@GOTPAGE
Lloh1:
ldr x9, [x9, _iscsi_flashnode_bus@GOTPAGEOFF]
cmp x8, x9
cset w0, eq
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _iscsi_flashnode_bus,4,2 ; @iscsi_flashnode_bus
.subsections_via_symbols
| AnghaBench/linux/drivers/scsi/extr_scsi_transport_iscsi.c_iscsi_flashnode_bus_match.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function alloc_and_genmat
LCPI0_0:
.quad 0x3f10000000000000 ## double 6.103515625E-5
.section __TEXT,__text,regular,pure_instructions
.globl _alloc_and_genmat
.p2align 4, 0x90
_alloc_and_genmat: ## @alloc_and_genmat
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl $1325, %ebx ## imm = 0x52D
xorl %r15d, %r15d
movq _A@GOTPCREL(%rip), %r14
.p2align 4, 0x90
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_2 Depth 2
## Child Loop BB0_4 Depth 3
## Child Loop BB0_5 Depth 4
xorl %r12d, %r12d
.p2align 4, 0x90
LBB0_2: ## Parent Loop BB0_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_4 Depth 3
## Child Loop BB0_5 Depth 4
movl $8192, %edi ## imm = 0x2000
callq _malloc
movq %r15, %rcx
shlq $10, %rcx
addq %r14, %rcx
movq %rax, (%rcx,%r12,8)
testq %rax, %rax
je LBB0_10
## %bb.3: ## in Loop: Header=BB0_2 Depth=2
xorl %ecx, %ecx
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
.p2align 4, 0x90
LBB0_4: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_2 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB0_5 Depth 4
xorl %edx, %edx
.p2align 4, 0x90
LBB0_5: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_2 Depth=2
## Parent Loop BB0_4 Depth=3
## => This Inner Loop Header: Depth=4
imull $3125, %ebx, %esi ## imm = 0xC35
leal 65535(%rsi), %edi
testl %esi, %esi
cmovnsl %esi, %edi
andl $-65536, %edi ## imm = 0xFFFF0000
movl %esi, %ebx
subl %edi, %ebx
negl %edi
addl %edi, %esi
addl $-32768, %esi ## imm = 0x8000
xorps %xmm0, %xmm0
cvtsi2sd %esi, %xmm0
mulsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rdx)
imull $3125, %ebx, %esi ## imm = 0xC35
leal 65535(%rsi), %edi
testl %esi, %esi
cmovnsl %esi, %edi
andl $-65536, %edi ## imm = 0xFFFF0000
movl %esi, %ebx
subl %edi, %ebx
negl %edi
addl %edi, %esi
addl $-32768, %esi ## imm = 0x8000
xorps %xmm0, %xmm0
cvtsi2sd %esi, %xmm0
mulsd %xmm1, %xmm0
movsd %xmm0, 8(%rax,%rdx)
addq $16, %rdx
cmpl $256, %edx ## imm = 0x100
jne LBB0_5
## %bb.6: ## in Loop: Header=BB0_4 Depth=3
incl %ecx
addq %rdx, %rax
cmpl $32, %ecx
jne LBB0_4
## %bb.7: ## in Loop: Header=BB0_2 Depth=2
incq %r12
cmpq $128, %r12
jne LBB0_2
## %bb.8: ## in Loop: Header=BB0_1 Depth=1
incq %r15
cmpq $128, %r15
jne LBB0_1
## %bb.9:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
LBB0_10:
leaq L_str(%rip), %rdi
callq _puts
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _usecs ## -- Begin function usecs
.p2align 4, 0x90
_usecs: ## @usecs
.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 -16(%rbp), %rdi
xorl %esi, %esi
callq _gettimeofday
imulq $1000000, -16(%rbp), %rcx ## imm = 0xF4240
movslq -8(%rbp), %rax
addq %rcx, %rax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _clear ## -- Begin function clear
.p2align 4, 0x90
_clear: ## @clear
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorps %xmm0, %xmm0
movups %xmm0, 240(%rdi)
movups %xmm0, 224(%rdi)
movups %xmm0, 208(%rdi)
movups %xmm0, 192(%rdi)
movups %xmm0, 176(%rdi)
movups %xmm0, 160(%rdi)
movups %xmm0, 144(%rdi)
movups %xmm0, 128(%rdi)
movups %xmm0, 112(%rdi)
movups %xmm0, 96(%rdi)
movups %xmm0, 80(%rdi)
movups %xmm0, 64(%rdi)
movups %xmm0, 48(%rdi)
movups %xmm0, 32(%rdi)
movups %xmm0, 16(%rdi)
movups %xmm0, (%rdi)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getlastrow ## -- Begin function getlastrow
.p2align 4, 0x90
_getlastrow: ## @getlastrow
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rsi, %rax
subq %rdi, %rax
addq $-7936, %rax ## imm = 0xE100
cmpq $15, %rax
ja LBB3_4
## %bb.1:
xorl %eax, %eax
.p2align 4, 0x90
LBB3_2: ## =>This Inner Loop Header: Depth=1
movsd 7936(%rdi,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, (%rsi,%rax,8)
movsd 7944(%rdi,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 8(%rsi,%rax,8)
movsd 7952(%rdi,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 16(%rsi,%rax,8)
movsd 7960(%rdi,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 24(%rsi,%rax,8)
addq $4, %rax
cmpq $32, %rax
jne LBB3_2
## %bb.3:
popq %rbp
retq
LBB3_4:
movups 7936(%rdi), %xmm0
movups %xmm0, (%rsi)
movups 7952(%rdi), %xmm0
movups %xmm0, 16(%rsi)
movups 7968(%rdi), %xmm0
movups %xmm0, 32(%rsi)
movups 7984(%rdi), %xmm0
movups %xmm0, 48(%rsi)
movups 8000(%rdi), %xmm0
movups %xmm0, 64(%rsi)
movups 8016(%rdi), %xmm0
movups %xmm0, 80(%rsi)
movups 8032(%rdi), %xmm0
movups %xmm0, 96(%rsi)
movups 8048(%rdi), %xmm0
movups %xmm0, 112(%rsi)
movups 8064(%rdi), %xmm0
movups %xmm0, 128(%rsi)
movups 8080(%rdi), %xmm0
movups %xmm0, 144(%rsi)
movups 8096(%rdi), %xmm0
movups %xmm0, 160(%rsi)
movups 8112(%rdi), %xmm0
movups %xmm0, 176(%rsi)
movups 8128(%rdi), %xmm0
movups %xmm0, 192(%rsi)
movups 8144(%rdi), %xmm0
movups %xmm0, 208(%rsi)
movups 8160(%rdi), %xmm0
movups %xmm0, 224(%rsi)
movups 8176(%rdi), %xmm0
movups %xmm0, 240(%rsi)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getlastcol ## -- Begin function getlastcol
.p2align 4, 0x90
_getlastcol: ## @getlastcol
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
addq $1016, %rdi ## imm = 0x3F8
xorl %eax, %eax
.p2align 4, 0x90
LBB4_1: ## =>This Inner Loop Header: Depth=1
movsd -768(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, (%rsi,%rax,8)
movsd -512(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 8(%rsi,%rax,8)
movsd -256(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 16(%rsi,%rax,8)
movsd (%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 24(%rsi,%rax,8)
addq $4, %rax
addq $1024, %rdi ## imm = 0x400
cmpq $32, %rax
jne LBB4_1
## %bb.2:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getfirstrow ## -- Begin function getfirstrow
.p2align 4, 0x90
_getfirstrow: ## @getfirstrow
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movsd (%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, (%rsi)
movsd 8(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 8(%rsi)
movsd 16(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 16(%rsi)
movsd 24(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 24(%rsi)
movsd 32(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 32(%rsi)
movsd 40(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 40(%rsi)
movsd 48(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 48(%rsi)
movsd 56(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 56(%rsi)
movsd 64(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 64(%rsi)
movsd 72(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 72(%rsi)
movsd 80(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 80(%rsi)
movsd 88(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 88(%rsi)
movsd 96(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 96(%rsi)
movsd 104(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 104(%rsi)
movsd 112(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 112(%rsi)
movsd 120(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 120(%rsi)
movsd 128(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 128(%rsi)
movsd 136(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 136(%rsi)
movsd 144(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 144(%rsi)
movsd 152(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 152(%rsi)
movsd 160(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 160(%rsi)
movsd 168(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 168(%rsi)
movsd 176(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 176(%rsi)
movsd 184(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 184(%rsi)
movsd 192(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 192(%rsi)
movsd 200(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 200(%rsi)
movsd 208(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 208(%rsi)
movsd 216(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 216(%rsi)
movsd 224(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 224(%rsi)
movsd 232(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 232(%rsi)
movsd 240(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 240(%rsi)
movsd 248(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 248(%rsi)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getfirstcol ## -- Begin function getfirstcol
.p2align 4, 0x90
_getfirstcol: ## @getfirstcol
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
addq $768, %rdi ## imm = 0x300
xorl %eax, %eax
.p2align 4, 0x90
LBB6_1: ## =>This Inner Loop Header: Depth=1
movsd -768(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, (%rsi,%rax,8)
movsd -512(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 8(%rsi,%rax,8)
movsd -256(%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 16(%rsi,%rax,8)
movsd (%rdi), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, 24(%rsi,%rax,8)
addq $4, %rax
addq $1024, %rdi ## imm = 0x400
cmpq $32, %rax
jne LBB6_1
## %bb.2:
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function jacobi
LCPI7_0:
.quad 0x3fc999999999999a ## double 0.20000000000000001
.section __TEXT,__text,regular,pure_instructions
.globl _jacobi
.p2align 4, 0x90
_jacobi: ## @jacobi
.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 %rbx
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
addq $248, %rcx
xorl %r10d, %r10d
movsd LCPI7_0(%rip), %xmm0 ## xmm0 = mem[0],zero
.p2align 4, 0x90
LBB7_1: ## =>This Loop Header: Depth=1
## Child Loop BB7_2 Depth 2
leaq (%rdx,%r10,8), %r9
xorl %eax, %eax
.p2align 4, 0x90
LBB7_2: ## Parent Loop BB7_1 Depth=1
## => This Inner Loop Header: Depth=2
testq %rax, %rax
leaq -8(%r8,%rax), %r11
cmoveq %rdi, %r11
testq %r10, %r10
leaq -256(%r8,%rax), %r14
cmoveq %rsi, %r14
cmpq $248, %rax
leaq 8(%r8,%rax), %r15
cmoveq %r9, %r15
cmpq $31, %r10
movsd (%r11), %xmm1 ## xmm1 = mem[0],zero
leaq 256(%r8,%rax), %rbx
cmoveq %rcx, %rbx
addsd (%r8,%rax), %xmm1
addsd (%r14), %xmm1
addsd (%r15), %xmm1
addsd (%rbx), %xmm1
mulsd %xmm0, %xmm1
movsd %xmm1, (%r8,%rax)
addq $8, %rax
cmpq $256, %rax ## imm = 0x100
jne LBB7_2
## %bb.3: ## in Loop: Header=BB7_1 Depth=1
incq %r10
addq $256, %r8 ## imm = 0x100
cmpq $32, %r10
jne LBB7_1
## %bb.4:
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function compute
LCPI8_0:
.quad 0x3fc999999999999a ## double 0.20000000000000001
.section __TEXT,__text,regular,pure_instructions
.globl _compute
.p2align 4, 0x90
_compute: ## @compute
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $584, %rsp ## imm = 0x248
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
movl %edi, -564(%rbp) ## 4-byte Spill
testl %edi, %edi
jle LBB8_24
## %bb.1:
xorl %edx, %edx
xorps %xmm0, %xmm0
movq _A@GOTPCREL(%rip), %r12
leaq -304(%rbp), %rax
leaq -592(%rbp), %rsi
leaq -616(%rbp), %rcx
movsd LCPI8_0(%rip), %xmm1 ## xmm1 = mem[0],zero
.p2align 4, 0x90
LBB8_2: ## =>This Loop Header: Depth=1
## Child Loop BB8_3 Depth 2
## Child Loop BB8_4 Depth 3
## Child Loop BB8_9 Depth 4
## Child Loop BB8_15 Depth 4
## Child Loop BB8_18 Depth 4
## Child Loop BB8_19 Depth 5
movq %rdx, -600(%rbp) ## 8-byte Spill
xorl %r13d, %r13d
.p2align 4, 0x90
LBB8_3: ## Parent Loop BB8_2 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB8_4 Depth 3
## Child Loop BB8_9 Depth 4
## Child Loop BB8_15 Depth 4
## Child Loop BB8_18 Depth 4
## Child Loop BB8_19 Depth 5
movl $4294967295, %edx ## imm = 0xFFFFFFFF
addl %r13d, %edx
movq %rdx, -608(%rbp) ## 8-byte Spill
leaq 1(%r13), %rdx
movq %rdx, -576(%rbp) ## 8-byte Spill
xorl %r15d, %r15d
.p2align 4, 0x90
LBB8_4: ## Parent Loop BB8_2 Depth=1
## Parent Loop BB8_3 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB8_9 Depth 4
## Child Loop BB8_15 Depth 4
## Child Loop BB8_18 Depth 4
## Child Loop BB8_19 Depth 5
testq %r13, %r13
je LBB8_5
## %bb.6: ## in Loop: Header=BB8_4 Depth=3
movq -608(%rbp), %rdi ## 8-byte Reload
shlq $10, %rdi
addq %r12, %rdi
movq (%rdi,%r15,8), %rdi
movsd 7936(%rdi), %xmm2 ## xmm2 = mem[0],zero
jmp LBB8_7
.p2align 4, 0x90
LBB8_5: ## in Loop: Header=BB8_4 Depth=3
xorpd %xmm2, %xmm2
LBB8_7: ## in Loop: Header=BB8_4 Depth=3
movsd %xmm2, -592(%rbp)
testq %r15, %r15
je LBB8_10
## %bb.8: ## in Loop: Header=BB8_4 Depth=3
movl $4294967295, %edx ## imm = 0xFFFFFFFF
leal (%r15,%rdx), %edi
movq %r13, %rbx
shlq $10, %rbx
addq %r12, %rbx
movq (%rbx,%rdi,8), %rdi
movl $1016, %edx ## imm = 0x3F8
addq %rdx, %rdi
xorl %ebx, %ebx
.p2align 4, 0x90
LBB8_9: ## Parent Loop BB8_2 Depth=1
## Parent Loop BB8_3 Depth=2
## Parent Loop BB8_4 Depth=3
## => This Inner Loop Header: Depth=4
movsd -768(%rdi), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -304(%rbp,%rbx,8)
movsd -512(%rdi), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -296(%rbp,%rbx,8)
movsd -256(%rdi), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -288(%rbp,%rbx,8)
movsd (%rdi), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -280(%rbp,%rbx,8)
addq $4, %rbx
addq $1024, %rdi ## imm = 0x400
cmpq $32, %rbx
jne LBB8_9
jmp LBB8_11
.p2align 4, 0x90
LBB8_10: ## in Loop: Header=BB8_4 Depth=3
movaps %xmm0, -64(%rbp)
movaps %xmm0, -80(%rbp)
movaps %xmm0, -96(%rbp)
movaps %xmm0, -112(%rbp)
movaps %xmm0, -128(%rbp)
movaps %xmm0, -144(%rbp)
movaps %xmm0, -160(%rbp)
movaps %xmm0, -176(%rbp)
movaps %xmm0, -192(%rbp)
movaps %xmm0, -208(%rbp)
movaps %xmm0, -224(%rbp)
movaps %xmm0, -240(%rbp)
movaps %xmm0, -256(%rbp)
movaps %xmm0, -272(%rbp)
movaps %xmm0, -288(%rbp)
movaps %xmm0, -304(%rbp)
LBB8_11: ## in Loop: Header=BB8_4 Depth=3
xorpd %xmm2, %xmm2
cmpq $126, %r13
ja LBB8_13
## %bb.12: ## in Loop: Header=BB8_4 Depth=3
movq -576(%rbp), %rdi ## 8-byte Reload
shlq $10, %rdi
addq %r12, %rdi
movq (%rdi,%r15,8), %rdi
movsd 248(%rdi), %xmm2 ## xmm2 = mem[0],zero
LBB8_13: ## in Loop: Header=BB8_4 Depth=3
movsd %xmm2, -616(%rbp)
cmpq $126, %r15
ja LBB8_16
## %bb.14: ## in Loop: Header=BB8_4 Depth=3
movq %r13, %rdi
shlq $10, %rdi
addq %r12, %rdi
movq 8(%rdi,%r15,8), %rdi
movl $768, %edx ## imm = 0x300
addq %rdx, %rdi
xorl %ebx, %ebx
.p2align 4, 0x90
LBB8_15: ## Parent Loop BB8_2 Depth=1
## Parent Loop BB8_3 Depth=2
## Parent Loop BB8_4 Depth=3
## => This Inner Loop Header: Depth=4
movsd -768(%rdi), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -560(%rbp,%rbx,8)
movsd -512(%rdi), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -552(%rbp,%rbx,8)
movsd -256(%rdi), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -544(%rbp,%rbx,8)
movsd (%rdi), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -536(%rbp,%rbx,8)
addq $4, %rbx
addq $1024, %rdi ## imm = 0x400
cmpq $32, %rbx
jne LBB8_15
jmp LBB8_17
.p2align 4, 0x90
LBB8_16: ## in Loop: Header=BB8_4 Depth=3
movaps %xmm0, -64(%rbp)
movaps %xmm0, -80(%rbp)
movaps %xmm0, -96(%rbp)
movaps %xmm0, -112(%rbp)
movaps %xmm0, -128(%rbp)
movaps %xmm0, -144(%rbp)
movaps %xmm0, -160(%rbp)
movaps %xmm0, -176(%rbp)
movaps %xmm0, -192(%rbp)
movaps %xmm0, -208(%rbp)
movaps %xmm0, -224(%rbp)
movaps %xmm0, -240(%rbp)
movaps %xmm0, -256(%rbp)
movaps %xmm0, -272(%rbp)
movaps %xmm0, -288(%rbp)
movaps %xmm0, -304(%rbp)
LBB8_17: ## in Loop: Header=BB8_4 Depth=3
movq %r13, %rdi
shlq $10, %rdi
addq %r12, %rdi
movq (%rdi,%r15,8), %rbx
xorl %r8d, %r8d
.p2align 4, 0x90
LBB8_18: ## Parent Loop BB8_2 Depth=1
## Parent Loop BB8_3 Depth=2
## Parent Loop BB8_4 Depth=3
## => This Loop Header: Depth=4
## Child Loop BB8_19 Depth 5
leaq -560(,%r8,8), %rdi
addq %rbp, %rdi
xorl %r9d, %r9d
.p2align 4, 0x90
LBB8_19: ## Parent Loop BB8_2 Depth=1
## Parent Loop BB8_3 Depth=2
## Parent Loop BB8_4 Depth=3
## Parent Loop BB8_18 Depth=4
## => This Inner Loop Header: Depth=5
testq %r9, %r9
leaq -8(%rbx,%r9), %r11
cmoveq %rax, %r11
testq %r8, %r8
leaq -256(%rbx,%r9), %r10
cmoveq %rsi, %r10
cmpq $248, %r9
leaq 8(%rbx,%r9), %r14
cmoveq %rdi, %r14
cmpq $31, %r8
movsd (%r11), %xmm2 ## xmm2 = mem[0],zero
leaq 256(%rbx,%r9), %rdx
cmoveq %rcx, %rdx
addsd (%rbx,%r9), %xmm2
addsd (%r10), %xmm2
addsd (%r14), %xmm2
addsd (%rdx), %xmm2
mulsd %xmm1, %xmm2
movsd %xmm2, (%rbx,%r9)
addq $8, %r9
cmpq $256, %r9 ## imm = 0x100
jne LBB8_19
## %bb.20: ## in Loop: Header=BB8_18 Depth=4
incq %r8
addq $256, %rbx ## imm = 0x100
cmpq $32, %r8
jne LBB8_18
## %bb.21: ## in Loop: Header=BB8_4 Depth=3
incq %r15
cmpq $128, %r15
jne LBB8_4
## %bb.22: ## in Loop: Header=BB8_3 Depth=2
movq -576(%rbp), %rdx ## 8-byte Reload
movq %rdx, %r13
cmpq $128, %rdx
jne LBB8_3
## %bb.23: ## in Loop: Header=BB8_2 Depth=1
movq -600(%rbp), %rdx ## 8-byte Reload
incl %edx
cmpl -564(%rbp), %edx ## 4-byte Folded Reload
jne LBB8_2
LBB8_24:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB8_26
## %bb.25:
addq $584, %rsp ## imm = 0x248
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB8_26:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI9_0:
.quad 0x3f10000000000000 ## double 6.103515625E-5
LCPI9_1:
.quad 0x41cdcd6500000000 ## double 1.0E+9
LCPI9_2:
.quad 0x3e112e0be826d695 ## double 1.0000000000000001E-9
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $56, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl $1, %r14d
cmpl $2, %edi
jl LBB9_2
## %bb.1:
movq 8(%rsi), %rdi
callq _atoi
movl %eax, %r14d
LBB9_2:
movl $1325, %ebx ## imm = 0x52D
xorl %r12d, %r12d
movq _A@GOTPCREL(%rip), %r15
.p2align 4, 0x90
LBB9_3: ## =>This Loop Header: Depth=1
## Child Loop BB9_4 Depth 2
## Child Loop BB9_6 Depth 3
## Child Loop BB9_7 Depth 4
xorl %r13d, %r13d
.p2align 4, 0x90
LBB9_4: ## Parent Loop BB9_3 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB9_6 Depth 3
## Child Loop BB9_7 Depth 4
movl $8192, %edi ## imm = 0x2000
callq _malloc
movq %r12, %rcx
shlq $10, %rcx
addq %r15, %rcx
movq %rax, (%rcx,%r13,8)
testq %rax, %rax
je LBB9_22
## %bb.5: ## in Loop: Header=BB9_4 Depth=2
xorl %ecx, %ecx
movsd LCPI9_0(%rip), %xmm1 ## xmm1 = mem[0],zero
.p2align 4, 0x90
LBB9_6: ## Parent Loop BB9_3 Depth=1
## Parent Loop BB9_4 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB9_7 Depth 4
xorl %edx, %edx
.p2align 4, 0x90
LBB9_7: ## Parent Loop BB9_3 Depth=1
## Parent Loop BB9_4 Depth=2
## Parent Loop BB9_6 Depth=3
## => This Inner Loop Header: Depth=4
imull $3125, %ebx, %esi ## imm = 0xC35
leal 65535(%rsi), %edi
testl %esi, %esi
cmovnsl %esi, %edi
andl $-65536, %edi ## imm = 0xFFFF0000
movl %esi, %ebx
subl %edi, %ebx
negl %edi
addl %edi, %esi
addl $-32768, %esi ## imm = 0x8000
xorps %xmm0, %xmm0
cvtsi2sd %esi, %xmm0
mulsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rdx)
imull $3125, %ebx, %esi ## imm = 0xC35
leal 65535(%rsi), %edi
testl %esi, %esi
cmovnsl %esi, %edi
andl $-65536, %edi ## imm = 0xFFFF0000
movl %esi, %ebx
subl %edi, %ebx
negl %edi
addl %edi, %esi
addl $-32768, %esi ## imm = 0x8000
xorps %xmm0, %xmm0
cvtsi2sd %esi, %xmm0
mulsd %xmm1, %xmm0
movsd %xmm0, 8(%rax,%rdx)
addq $16, %rdx
cmpl $256, %edx ## imm = 0x100
jne LBB9_7
## %bb.8: ## in Loop: Header=BB9_6 Depth=3
incl %ecx
addq %rdx, %rax
cmpl $32, %ecx
jne LBB9_6
## %bb.9: ## in Loop: Header=BB9_4 Depth=2
incq %r13
cmpq $128, %r13
jne LBB9_4
## %bb.10: ## in Loop: Header=BB9_3 Depth=1
incq %r12
cmpq $128, %r12
jne LBB9_3
## %bb.11:
leaq -96(%rbp), %rsi
movl $6, %edi
callq _clock_gettime
movl %r14d, %edi
callq _compute
leaq -80(%rbp), %rsi
movl $6, %edi
callq _clock_gettime
movq -80(%rbp), %rax
movq -72(%rbp), %rcx
subq -96(%rbp), %rax
xorps %xmm1, %xmm1
cvtsi2sd %rax, %xmm1
mulsd LCPI9_1(%rip), %xmm1
subq -88(%rbp), %rcx
xorps %xmm0, %xmm0
cvtsi2sd %rcx, %xmm0
addsd %xmm1, %xmm0
mulsd LCPI9_2(%rip), %xmm0
leaq L_.str.1(%rip), %rdi
leaq L_.str.2(%rip), %rsi
movb $1, %al
callq _printf
leaq L_.str.3(%rip), %rdi
leaq L_.str.4(%rip), %rsi
callq _fopen
movq %rax, %rbx
testq %rax, %rax
jne LBB9_13
## %bb.12:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.5(%rip), %rdi
movl $22, %esi
movl $1, %edx
callq _fwrite
LBB9_13:
xorl %eax, %eax
movq %rax, -48(%rbp) ## 8-byte Spill
leaq L_.str.6(%rip), %r14
.p2align 4, 0x90
LBB9_14: ## =>This Loop Header: Depth=1
## Child Loop BB9_15 Depth 2
## Child Loop BB9_16 Depth 3
## Child Loop BB9_17 Depth 4
xorl %ecx, %ecx
.p2align 4, 0x90
LBB9_15: ## Parent Loop BB9_14 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB9_16 Depth 3
## Child Loop BB9_17 Depth 4
movq -48(%rbp), %rax ## 8-byte Reload
shlq $10, %rax
addq %r15, %rax
movq %rcx, -56(%rbp) ## 8-byte Spill
leaq (%rax,%rcx,8), %r15
xorl %r12d, %r12d
xorl %eax, %eax
.p2align 4, 0x90
LBB9_16: ## Parent Loop BB9_14 Depth=1
## Parent Loop BB9_15 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB9_17 Depth 4
movq %rax, -64(%rbp) ## 8-byte Spill
xorl %r13d, %r13d
.p2align 4, 0x90
LBB9_17: ## Parent Loop BB9_14 Depth=1
## Parent Loop BB9_15 Depth=2
## Parent Loop BB9_16 Depth=3
## => This Inner Loop Header: Depth=4
movq (%r15), %rax
addq %r12, %rax
movsd (%rax,%r13,8), %xmm0 ## xmm0 = mem[0],zero
movq %rbx, %rdi
movq %r14, %rsi
movb $1, %al
callq _fprintf
incq %r13
cmpq $32, %r13
jne LBB9_17
## %bb.18: ## in Loop: Header=BB9_16 Depth=3
movq -64(%rbp), %rax ## 8-byte Reload
incq %rax
addq $256, %r12 ## imm = 0x100
cmpq $32, %rax
jne LBB9_16
## %bb.19: ## in Loop: Header=BB9_15 Depth=2
movq -56(%rbp), %rcx ## 8-byte Reload
incq %rcx
cmpq $128, %rcx
movq _A@GOTPCREL(%rip), %r15
jne LBB9_15
## %bb.20: ## in Loop: Header=BB9_14 Depth=1
movq -48(%rbp), %rcx ## 8-byte Reload
incq %rcx
movq %rcx, %rax
movq %rcx, -48(%rbp) ## 8-byte Spill
cmpq $128, %rcx
jne LBB9_14
## %bb.21:
xorl %eax, %eax
addq $56, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB9_22:
leaq L_str(%rip), %rdi
callq _puts
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.comm _A,131072,4 ## @A
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "Running time = %g %s\n"
L_.str.2: ## @.str.2
.asciz "s"
L_.str.3: ## @.str.3
.asciz "./jacobi.txt"
L_.str.4: ## @.str.4
.asciz "w"
L_.str.5: ## @.str.5
.asciz "Error writing to file\n"
L_.str.6: ## @.str.6
.asciz "%.15f\n"
L_str: ## @str
.asciz "Out of memory"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _alloc_and_genmat ; -- Begin function alloc_and_genmat
.p2align 2
_alloc_and_genmat: ; @alloc_and_genmat
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, #0
mov w20, #1325
Lloh0:
adrp x21, _A@GOTPAGE
Lloh1:
ldr x21, [x21, _A@GOTPAGEOFF]
mov w22, #3125
mov x23, #4544132024016830464
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_2 Depth 2
; Child Loop BB0_4 Depth 3
; Child Loop BB0_5 Depth 4
mov x24, #0
LBB0_2: ; Parent Loop BB0_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_4 Depth 3
; Child Loop BB0_5 Depth 4
mov w0, #8192
bl _malloc
add x8, x21, x19, lsl #10
str x0, [x8, x24, lsl #3]
cbz x0, LBB0_10
; %bb.3: ; in Loop: Header=BB0_2 Depth=2
mov w8, #0
LBB0_4: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_2 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_5 Depth 4
mov x9, #0
LBB0_5: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_2 Depth=2
; Parent Loop BB0_4 Depth=3
; => This Inner Loop Header: Depth=4
mul w10, w20, w22
and w11, w10, #0xffff
negs w10, w10
and w10, w10, #0xffff
csneg w20, w11, w10, mi
sub w10, w20, #8, lsl #12 ; =32768
scvtf d0, w10
fmov d1, x23
fmul d0, d0, d1
str d0, [x0, x9]
add x9, x9, #8
cmp w9, #256
b.ne LBB0_5
; %bb.6: ; in Loop: Header=BB0_4 Depth=3
add w8, w8, #1
add x0, x0, x9
cmp w8, #32
b.ne LBB0_4
; %bb.7: ; in Loop: Header=BB0_2 Depth=2
add x24, x24, #1
cmp x24, #128
b.ne LBB0_2
; %bb.8: ; in Loop: Header=BB0_1 Depth=1
add x19, x19, #1
cmp x19, #128
b.ne LBB0_1
; %bb.9:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
LBB0_10:
Lloh2:
adrp x0, l_str@PAGE
Lloh3:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #1
bl _exit
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
; -- End function
.globl _usecs ; -- Begin function usecs
.p2align 2
_usecs: ; @usecs
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x0, sp
mov x1, #0
bl _gettimeofday
ldr x8, [sp]
mov w9, #16960
movk w9, #15, lsl #16
ldrsw x10, [sp, #8]
madd x0, x8, x9, x10
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _clear ; -- Begin function clear
.p2align 2
_clear: ; @clear
.cfi_startproc
; %bb.0:
movi.2d v0, #0000000000000000
stp q0, q0, [x0, #224]
stp q0, q0, [x0, #192]
stp q0, q0, [x0, #160]
stp q0, q0, [x0, #128]
stp q0, q0, [x0, #96]
stp q0, q0, [x0, #64]
stp q0, q0, [x0, #32]
stp q0, q0, [x0]
ret
.cfi_endproc
; -- End function
.globl _getlastrow ; -- Begin function getlastrow
.p2align 2
_getlastrow: ; @getlastrow
.cfi_startproc
; %bb.0:
ldr d0, [x0, #7936]
str d0, [x1]
ldr d0, [x0, #7944]
str d0, [x1, #8]
ldr d0, [x0, #7952]
str d0, [x1, #16]
ldr d0, [x0, #7960]
str d0, [x1, #24]
ldr d0, [x0, #7968]
str d0, [x1, #32]
ldr d0, [x0, #7976]
str d0, [x1, #40]
ldr d0, [x0, #7984]
str d0, [x1, #48]
ldr d0, [x0, #7992]
str d0, [x1, #56]
ldr d0, [x0, #8000]
str d0, [x1, #64]
ldr d0, [x0, #8008]
str d0, [x1, #72]
ldr d0, [x0, #8016]
str d0, [x1, #80]
ldr d0, [x0, #8024]
str d0, [x1, #88]
ldr d0, [x0, #8032]
str d0, [x1, #96]
ldr d0, [x0, #8040]
str d0, [x1, #104]
ldr d0, [x0, #8048]
str d0, [x1, #112]
ldr d0, [x0, #8056]
str d0, [x1, #120]
ldr d0, [x0, #8064]
str d0, [x1, #128]
ldr d0, [x0, #8072]
str d0, [x1, #136]
ldr d0, [x0, #8080]
str d0, [x1, #144]
ldr d0, [x0, #8088]
str d0, [x1, #152]
ldr d0, [x0, #8096]
str d0, [x1, #160]
ldr d0, [x0, #8104]
str d0, [x1, #168]
ldr d0, [x0, #8112]
str d0, [x1, #176]
ldr d0, [x0, #8120]
str d0, [x1, #184]
ldr d0, [x0, #8128]
str d0, [x1, #192]
ldr d0, [x0, #8136]
str d0, [x1, #200]
ldr d0, [x0, #8144]
str d0, [x1, #208]
ldr d0, [x0, #8152]
str d0, [x1, #216]
ldr d0, [x0, #8160]
str d0, [x1, #224]
ldr d0, [x0, #8168]
str d0, [x1, #232]
ldr d0, [x0, #8176]
str d0, [x1, #240]
ldr d0, [x0, #8184]
str d0, [x1, #248]
ret
.cfi_endproc
; -- End function
.globl _getlastcol ; -- Begin function getlastcol
.p2align 2
_getlastcol: ; @getlastcol
.cfi_startproc
; %bb.0:
mov x8, #0
add x9, x0, #248
LBB4_1: ; =>This Inner Loop Header: Depth=1
ldr d0, [x9]
str d0, [x1, x8]
add x9, x9, #256
add x8, x8, #8
cmp x8, #256
b.ne LBB4_1
; %bb.2:
ret
.cfi_endproc
; -- End function
.globl _getfirstrow ; -- Begin function getfirstrow
.p2align 2
_getfirstrow: ; @getfirstrow
.cfi_startproc
; %bb.0:
ldr d0, [x0]
str d0, [x1]
ldr d0, [x0, #8]
str d0, [x1, #8]
ldr d0, [x0, #16]
str d0, [x1, #16]
ldr d0, [x0, #24]
str d0, [x1, #24]
ldr d0, [x0, #32]
str d0, [x1, #32]
ldr d0, [x0, #40]
str d0, [x1, #40]
ldr d0, [x0, #48]
str d0, [x1, #48]
ldr d0, [x0, #56]
str d0, [x1, #56]
ldr d0, [x0, #64]
str d0, [x1, #64]
ldr d0, [x0, #72]
str d0, [x1, #72]
ldr d0, [x0, #80]
str d0, [x1, #80]
ldr d0, [x0, #88]
str d0, [x1, #88]
ldr d0, [x0, #96]
str d0, [x1, #96]
ldr d0, [x0, #104]
str d0, [x1, #104]
ldr d0, [x0, #112]
str d0, [x1, #112]
ldr d0, [x0, #120]
str d0, [x1, #120]
ldr d0, [x0, #128]
str d0, [x1, #128]
ldr d0, [x0, #136]
str d0, [x1, #136]
ldr d0, [x0, #144]
str d0, [x1, #144]
ldr d0, [x0, #152]
str d0, [x1, #152]
ldr d0, [x0, #160]
str d0, [x1, #160]
ldr d0, [x0, #168]
str d0, [x1, #168]
ldr d0, [x0, #176]
str d0, [x1, #176]
ldr d0, [x0, #184]
str d0, [x1, #184]
ldr d0, [x0, #192]
str d0, [x1, #192]
ldr d0, [x0, #200]
str d0, [x1, #200]
ldr d0, [x0, #208]
str d0, [x1, #208]
ldr d0, [x0, #216]
str d0, [x1, #216]
ldr d0, [x0, #224]
str d0, [x1, #224]
ldr d0, [x0, #232]
str d0, [x1, #232]
ldr d0, [x0, #240]
str d0, [x1, #240]
ldr d0, [x0, #248]
str d0, [x1, #248]
ret
.cfi_endproc
; -- End function
.globl _getfirstcol ; -- Begin function getfirstcol
.p2align 2
_getfirstcol: ; @getfirstcol
.cfi_startproc
; %bb.0:
ldr d0, [x0]
str d0, [x1]
ldr d0, [x0, #256]
str d0, [x1, #8]
ldr d0, [x0, #512]
str d0, [x1, #16]
ldr d0, [x0, #768]
str d0, [x1, #24]
ldr d0, [x0, #1024]
str d0, [x1, #32]
ldr d0, [x0, #1280]
str d0, [x1, #40]
ldr d0, [x0, #1536]
str d0, [x1, #48]
ldr d0, [x0, #1792]
str d0, [x1, #56]
ldr d0, [x0, #2048]
str d0, [x1, #64]
ldr d0, [x0, #2304]
str d0, [x1, #72]
ldr d0, [x0, #2560]
str d0, [x1, #80]
ldr d0, [x0, #2816]
str d0, [x1, #88]
ldr d0, [x0, #3072]
str d0, [x1, #96]
ldr d0, [x0, #3328]
str d0, [x1, #104]
ldr d0, [x0, #3584]
str d0, [x1, #112]
ldr d0, [x0, #3840]
str d0, [x1, #120]
ldr d0, [x0, #4096]
str d0, [x1, #128]
ldr d0, [x0, #4352]
str d0, [x1, #136]
ldr d0, [x0, #4608]
str d0, [x1, #144]
ldr d0, [x0, #4864]
str d0, [x1, #152]
ldr d0, [x0, #5120]
str d0, [x1, #160]
ldr d0, [x0, #5376]
str d0, [x1, #168]
ldr d0, [x0, #5632]
str d0, [x1, #176]
ldr d0, [x0, #5888]
str d0, [x1, #184]
ldr d0, [x0, #6144]
str d0, [x1, #192]
ldr d0, [x0, #6400]
str d0, [x1, #200]
ldr d0, [x0, #6656]
str d0, [x1, #208]
ldr d0, [x0, #6912]
str d0, [x1, #216]
ldr d0, [x0, #7168]
str d0, [x1, #224]
ldr d0, [x0, #7424]
str d0, [x1, #232]
ldr d0, [x0, #7680]
str d0, [x1, #240]
ldr d0, [x0, #7936]
str d0, [x1, #248]
ret
.cfi_endproc
; -- End function
.globl _jacobi ; -- Begin function jacobi
.p2align 2
_jacobi: ; @jacobi
.cfi_startproc
; %bb.0:
mov x8, #0
add x9, x3, #248
mov x10, #-7378697629483820647
movk x10, #39322
movk x10, #16329, lsl #48
LBB7_1: ; =>This Loop Header: Depth=1
; Child Loop BB7_2 Depth 2
mov x11, #0
add x12, x2, x8, lsl #3
LBB7_2: ; Parent Loop BB7_1 Depth=1
; => This Inner Loop Header: Depth=2
add x13, x4, x11
sub x14, x13, #8
cmp x11, #0
csel x14, x0, x14, eq
ldr d0, [x14]
sub x14, x13, #256
cmp x8, #0
csel x14, x1, x14, eq
ldr d1, [x14]
add x14, x13, #8
cmp x11, #248
csel x14, x12, x14, eq
ldr d2, [x14]
add x14, x13, #256
cmp x8, #31
csel x14, x9, x14, eq
ldr d3, [x14]
ldr d4, [x13]
fadd d0, d0, d4
fadd d0, d1, d0
fadd d0, d2, d0
fadd d0, d3, d0
fmov d1, x10
fmul d0, d0, d1
str d0, [x13]
add x11, x11, #8
cmp x11, #256
b.ne LBB7_2
; %bb.3: ; in Loop: Header=BB7_1 Depth=1
add x8, x8, #1
add x4, x4, #256
cmp x8, #32
b.ne LBB7_1
; %bb.4:
ret
.cfi_endproc
; -- End function
.globl _compute ; -- Begin function compute
.p2align 2
_compute: ; @compute
.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, #544
Lloh4:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh5:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh6:
ldr x8, [x8]
stur x8, [x29, #-24]
cmp w0, #1
b.lt LBB8_22
; %bb.1:
mov w8, #0
Lloh7:
adrp x9, _A@GOTPAGE
Lloh8:
ldr x9, [x9, _A@GOTPAGEOFF]
add x10, sp, #16
movi.2d v0, #0000000000000000
add x11, sp, #272
add x12, sp, #8
mov x13, sp
mov x14, #-7378697629483820647
movk x14, #39322
movk x14, #16329, lsl #48
LBB8_2: ; =>This Loop Header: Depth=1
; Child Loop BB8_3 Depth 2
; Child Loop BB8_4 Depth 3
; Child Loop BB8_7 Depth 4
; Child Loop BB8_16 Depth 4
; Child Loop BB8_17 Depth 5
mov x15, #0
LBB8_3: ; Parent Loop BB8_2 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB8_4 Depth 3
; Child Loop BB8_7 Depth 4
; Child Loop BB8_16 Depth 4
; Child Loop BB8_17 Depth 5
mov x16, #0
sub w1, w15, #1
add x17, x15, #1
LBB8_4: ; Parent Loop BB8_2 Depth=1
; Parent Loop BB8_3 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB8_7 Depth 4
; Child Loop BB8_16 Depth 4
; Child Loop BB8_17 Depth 5
cbz x15, LBB8_8
; %bb.5: ; in Loop: Header=BB8_4 Depth=3
add x2, x9, x1, lsl #10
ldr x2, [x2, x16, lsl #3]
ldr d1, [x2, #7936]
str d1, [sp, #8]
cbz x16, LBB8_9
LBB8_6: ; in Loop: Header=BB8_4 Depth=3
mov x2, #0
sub w3, w16, #1
add x4, x9, x15, lsl #10
ldr x3, [x4, w3, uxtw #3]
add x3, x3, #248
LBB8_7: ; Parent Loop BB8_2 Depth=1
; Parent Loop BB8_3 Depth=2
; Parent Loop BB8_4 Depth=3
; => This Inner Loop Header: Depth=4
ldr d1, [x3]
str d1, [x11, x2]
add x2, x2, #8
add x3, x3, #256
cmp x2, #256
b.ne LBB8_7
b LBB8_10
LBB8_8: ; in Loop: Header=BB8_4 Depth=3
movi d1, #0000000000000000
str d1, [sp, #8]
cbnz x16, LBB8_6
LBB8_9: ; in Loop: Header=BB8_4 Depth=3
stp q0, q0, [sp, #496]
stp q0, q0, [sp, #464]
stp q0, q0, [sp, #432]
stp q0, q0, [sp, #400]
stp q0, q0, [sp, #368]
stp q0, q0, [sp, #336]
stp q0, q0, [sp, #304]
stp q0, q0, [sp, #272]
LBB8_10: ; in Loop: Header=BB8_4 Depth=3
movi d1, #0000000000000000
cmp x15, #126
b.hi LBB8_12
; %bb.11: ; in Loop: Header=BB8_4 Depth=3
add x2, x9, x17, lsl #10
ldr x2, [x2, x16, lsl #3]
ldr d1, [x2, #248]
LBB8_12: ; in Loop: Header=BB8_4 Depth=3
str d1, [sp]
cmp x16, #126
b.hi LBB8_14
; %bb.13: ; in Loop: Header=BB8_4 Depth=3
add x2, x9, x15, lsl #10
add x2, x2, x16, lsl #3
ldr x2, [x2, #8]
ldr d1, [x2]
ldr d2, [x2, #256]
stp d1, d2, [sp, #16]
ldr d1, [x2, #512]
ldr d2, [x2, #768]
stp d1, d2, [sp, #32]
ldr d1, [x2, #1024]
ldr d2, [x2, #1280]
stp d1, d2, [sp, #48]
ldr d1, [x2, #1536]
ldr d2, [x2, #1792]
stp d1, d2, [sp, #64]
ldr d1, [x2, #2048]
ldr d2, [x2, #2304]
stp d1, d2, [sp, #80]
ldr d1, [x2, #2560]
ldr d2, [x2, #2816]
stp d1, d2, [sp, #96]
ldr d1, [x2, #3072]
ldr d2, [x2, #3328]
stp d1, d2, [sp, #112]
ldr d1, [x2, #3584]
ldr d2, [x2, #3840]
stp d1, d2, [sp, #128]
ldr d1, [x2, #4096]
ldr d2, [x2, #4352]
stp d1, d2, [sp, #144]
ldr d1, [x2, #4608]
ldr d2, [x2, #4864]
stp d1, d2, [sp, #160]
ldr d1, [x2, #5120]
ldr d2, [x2, #5376]
stp d1, d2, [sp, #176]
ldr d1, [x2, #5632]
ldr d2, [x2, #5888]
stp d1, d2, [sp, #192]
ldr d1, [x2, #6144]
ldr d2, [x2, #6400]
stp d1, d2, [sp, #208]
ldr d1, [x2, #6656]
ldr d2, [x2, #6912]
stp d1, d2, [sp, #224]
ldr d1, [x2, #7168]
ldr d2, [x2, #7424]
stp d1, d2, [sp, #240]
ldr d1, [x2, #7680]
ldr d2, [x2, #7936]
stp d1, d2, [sp, #256]
b LBB8_15
LBB8_14: ; in Loop: Header=BB8_4 Depth=3
stp q0, q0, [sp, #496]
stp q0, q0, [sp, #464]
stp q0, q0, [sp, #432]
stp q0, q0, [sp, #400]
stp q0, q0, [sp, #368]
stp q0, q0, [sp, #336]
stp q0, q0, [sp, #304]
stp q0, q0, [sp, #272]
LBB8_15: ; in Loop: Header=BB8_4 Depth=3
mov x2, #0
add x3, x9, x15, lsl #10
ldr x3, [x3, x16, lsl #3]
LBB8_16: ; Parent Loop BB8_2 Depth=1
; Parent Loop BB8_3 Depth=2
; Parent Loop BB8_4 Depth=3
; => This Loop Header: Depth=4
; Child Loop BB8_17 Depth 5
mov x4, #0
add x5, x10, x2, lsl #3
LBB8_17: ; Parent Loop BB8_2 Depth=1
; Parent Loop BB8_3 Depth=2
; Parent Loop BB8_4 Depth=3
; Parent Loop BB8_16 Depth=4
; => This Inner Loop Header: Depth=5
add x6, x3, x4
sub x7, x6, #8
cmp x4, #0
csel x7, x11, x7, eq
ldr d1, [x7]
sub x7, x6, #256
cmp x2, #0
csel x7, x12, x7, eq
ldr d2, [x7]
add x7, x6, #8
cmp x4, #248
csel x7, x5, x7, eq
ldr d3, [x7]
add x7, x6, #256
cmp x2, #31
csel x7, x13, x7, eq
ldr d4, [x7]
ldr d5, [x6]
fadd d1, d1, d5
fadd d1, d2, d1
fadd d1, d3, d1
fadd d1, d4, d1
fmov d2, x14
fmul d1, d1, d2
str d1, [x6]
add x4, x4, #8
cmp x4, #256
b.ne LBB8_17
; %bb.18: ; in Loop: Header=BB8_16 Depth=4
add x2, x2, #1
add x3, x3, #256
cmp x2, #32
b.ne LBB8_16
; %bb.19: ; in Loop: Header=BB8_4 Depth=3
add x16, x16, #1
cmp x16, #128
b.ne LBB8_4
; %bb.20: ; in Loop: Header=BB8_3 Depth=2
mov x15, x17
cmp x17, #128
b.ne LBB8_3
; %bb.21: ; in Loop: Header=BB8_2 Depth=1
add w8, w8, #1
cmp w8, w0
b.ne LBB8_2
LBB8_22:
ldur x8, [x29, #-24]
Lloh9:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh10:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh11:
ldr x9, [x9]
cmp x9, x8
b.ne LBB8_24
; %bb.23:
add sp, sp, #544
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
LBB8_24:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdrGot Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x28, x27, [sp, #48] ; 16-byte Folded Spill
stp x26, x25, [sp, #64] ; 16-byte Folded Spill
stp x24, x23, [sp, #80] ; 16-byte Folded Spill
stp x22, x21, [sp, #96] ; 16-byte Folded Spill
stp x20, x19, [sp, #112] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
cmp w0, #2
b.lt LBB9_2
; %bb.1:
ldr x0, [x1, #8]
bl _atoi
mov x19, x0
b LBB9_3
LBB9_2:
mov w19, #1
LBB9_3:
mov x20, #0
mov w22, #1325
Lloh12:
adrp x21, _A@GOTPAGE
Lloh13:
ldr x21, [x21, _A@GOTPAGEOFF]
mov w23, #3125
mov x24, #4544132024016830464
LBB9_4: ; =>This Loop Header: Depth=1
; Child Loop BB9_5 Depth 2
; Child Loop BB9_7 Depth 3
; Child Loop BB9_8 Depth 4
mov x25, #0
LBB9_5: ; Parent Loop BB9_4 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB9_7 Depth 3
; Child Loop BB9_8 Depth 4
mov w0, #8192
bl _malloc
add x8, x21, x20, lsl #10
str x0, [x8, x25, lsl #3]
cbz x0, LBB9_23
; %bb.6: ; in Loop: Header=BB9_5 Depth=2
mov w8, #0
LBB9_7: ; Parent Loop BB9_4 Depth=1
; Parent Loop BB9_5 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB9_8 Depth 4
mov x9, #0
LBB9_8: ; Parent Loop BB9_4 Depth=1
; Parent Loop BB9_5 Depth=2
; Parent Loop BB9_7 Depth=3
; => This Inner Loop Header: Depth=4
mul w10, w22, w23
and w11, w10, #0xffff
negs w10, w10
and w10, w10, #0xffff
csneg w22, w11, w10, mi
sub w10, w22, #8, lsl #12 ; =32768
scvtf d0, w10
fmov d1, x24
fmul d0, d0, d1
str d0, [x0, x9]
add x9, x9, #8
cmp w9, #256
b.ne LBB9_8
; %bb.9: ; in Loop: Header=BB9_7 Depth=3
add w8, w8, #1
add x0, x0, x9
cmp w8, #32
b.ne LBB9_7
; %bb.10: ; in Loop: Header=BB9_5 Depth=2
add x25, x25, #1
cmp x25, #128
b.ne LBB9_5
; %bb.11: ; in Loop: Header=BB9_4 Depth=1
add x20, x20, #1
cmp x20, #128
b.ne LBB9_4
; %bb.12:
add x1, sp, #32
mov w0, #6
bl _clock_gettime
mov x0, x19
bl _compute
add x1, sp, #16
mov w0, #6
bl _clock_gettime
ldp x8, x9, [sp, #16]
ldp x10, x11, [sp, #32]
sub x8, x8, x10
scvtf d0, x8
mov x8, #225833675390976
movk x8, #16845, lsl #48
fmov d1, x8
fmul d0, d0, d1
sub x8, x9, x11
scvtf d1, x8
fadd d0, d0, d1
mov x8, #54933
movk x8, #59430, lsl #16
movk x8, #11787, lsl #32
movk x8, #15889, lsl #48
fmov d1, x8
fmul d0, d0, d1
Lloh14:
adrp x8, l_.str.2@PAGE
Lloh15:
add x8, x8, l_.str.2@PAGEOFF
str x8, [sp, #8]
str d0, [sp]
Lloh16:
adrp x0, l_.str.1@PAGE
Lloh17:
add x0, x0, l_.str.1@PAGEOFF
bl _printf
Lloh18:
adrp x0, l_.str.3@PAGE
Lloh19:
add x0, x0, l_.str.3@PAGEOFF
Lloh20:
adrp x1, l_.str.4@PAGE
Lloh21:
add x1, x1, l_.str.4@PAGEOFF
bl _fopen
mov x19, x0
cbnz x0, LBB9_14
; %bb.13:
Lloh22:
adrp x8, ___stderrp@GOTPAGE
Lloh23:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh24:
ldr x3, [x8]
Lloh25:
adrp x0, l_.str.5@PAGE
Lloh26:
add x0, x0, l_.str.5@PAGEOFF
mov w1, #22
mov w2, #1
bl _fwrite
LBB9_14:
mov x22, #0
Lloh27:
adrp x20, l_.str.6@PAGE
Lloh28:
add x20, x20, l_.str.6@PAGEOFF
LBB9_15: ; =>This Loop Header: Depth=1
; Child Loop BB9_16 Depth 2
; Child Loop BB9_17 Depth 3
; Child Loop BB9_18 Depth 4
mov x23, #0
LBB9_16: ; Parent Loop BB9_15 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB9_17 Depth 3
; Child Loop BB9_18 Depth 4
mov x24, #0
mov x25, #0
add x8, x21, x22, lsl #10
add x26, x8, x23, lsl #3
LBB9_17: ; Parent Loop BB9_15 Depth=1
; Parent Loop BB9_16 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB9_18 Depth 4
mov x27, #0
LBB9_18: ; Parent Loop BB9_15 Depth=1
; Parent Loop BB9_16 Depth=2
; Parent Loop BB9_17 Depth=3
; => This Inner Loop Header: Depth=4
ldr x8, [x26]
add x8, x8, x24
ldr d0, [x8, x27]
str d0, [sp]
mov x0, x19
mov x1, x20
bl _fprintf
add x27, x27, #8
cmp x27, #256
b.ne LBB9_18
; %bb.19: ; in Loop: Header=BB9_17 Depth=3
add x25, x25, #1
add x24, x24, #256
cmp x25, #32
b.ne LBB9_17
; %bb.20: ; in Loop: Header=BB9_16 Depth=2
add x23, x23, #1
cmp x23, #128
b.ne LBB9_16
; %bb.21: ; in Loop: Header=BB9_15 Depth=1
add x22, x22, #1
cmp x22, #128
b.ne LBB9_15
; %bb.22:
mov w0, #0
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
ldp x20, x19, [sp, #112] ; 16-byte Folded Reload
ldp x22, x21, [sp, #96] ; 16-byte Folded Reload
ldp x24, x23, [sp, #80] ; 16-byte Folded Reload
ldp x26, x25, [sp, #64] ; 16-byte Folded Reload
ldp x28, x27, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #144
ret
LBB9_23:
Lloh29:
adrp x0, l_str@PAGE
Lloh30:
add x0, x0, l_str@PAGEOFF
bl _puts
mov w0, #1
bl _exit
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh25, Lloh26
.loh AdrpLdrGotLdr Lloh22, Lloh23, Lloh24
.loh AdrpAdd Lloh27, Lloh28
.loh AdrpAdd Lloh29, Lloh30
.cfi_endproc
; -- End function
.comm _A,131072,3 ; @A
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "Running time = %g %s\n"
l_.str.2: ; @.str.2
.asciz "s"
l_.str.3: ; @.str.3
.asciz "./jacobi.txt"
l_.str.4: ; @.str.4
.asciz "w"
l_.str.5: ; @.str.5
.asciz "Error writing to file\n"
l_.str.6: ; @.str.6
.asciz "%.15f\n"
l_str: ; @str
.asciz "Out of memory"
.subsections_via_symbols
| the_stack_data/615462.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function collector_encode_htmlnumericentity
_collector_encode_htmlnumericentity: ## @collector_encode_htmlnumericentity
.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 $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movl %edi, %ebx
movslq (%rsi), %rax
testq %rax, %rax
jle LBB0_18
## %bb.1:
movb $1, %dl
xorl %ecx, %ecx
movl $3435973837, %r13d ## imm = 0xCCCCCCCD
movl %ebx, -48(%rbp) ## 4-byte Spill
movq %rax, -56(%rbp) ## 8-byte Spill
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_4 Depth 2
## Child Loop BB0_8 Depth 3
## Child Loop BB0_10 Depth 4
movq %rcx, -64(%rbp) ## 8-byte Spill
movq %rcx, %rsi
shlq $4, %rsi
movb $1, %al
xorl %r12d, %r12d
movb %dl, -41(%rbp) ## 1-byte Spill
movq %rsi, -72(%rbp) ## 8-byte Spill
jmp LBB0_4
.p2align 4, 0x90
LBB0_16: ## in Loop: Header=BB0_4 Depth=2
testb $1, %al
jne LBB0_17
LBB0_3: ## in Loop: Header=BB0_4 Depth=2
movl $1, %r12d
xorl %eax, %eax
testb $1, %dl
je LBB0_19
LBB0_4: ## Parent Loop BB0_2 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_8 Depth 3
## Child Loop BB0_10 Depth 4
movq 8(%r14), %rcx
cmpl %ebx, (%rcx,%rsi)
jle LBB0_6
## %bb.5: ## in Loop: Header=BB0_4 Depth=2
cmpl %ebx, 4(%rcx,%rsi)
jl LBB0_16
LBB0_6: ## in Loop: Header=BB0_4 Depth=2
movl 8(%rcx,%rsi), %r15d
addl %ebx, %r15d
orl 12(%rcx,%rsi), %r15d
js LBB0_16
## %bb.7: ## in Loop: Header=BB0_4 Depth=2
movq 16(%r14), %rsi
movl $38, %edi
callq *(%rsi)
movq 16(%r14), %rsi
movl $35, %edi
callq *(%rsi)
movl %r15d, %eax
imulq $1441151881, %rax, %rax ## imm = 0x55E63B89
shrq $57, %rax
imull $100000000, %eax, %eax ## imm = 0x5F5E100
subl %eax, %r15d
movl $100000000, %ebx ## imm = 0x5F5E100
jmp LBB0_8
.p2align 4, 0x90
LBB0_11: ## in Loop: Header=BB0_8 Depth=3
movl %eax, %ebx
LBB0_12: ## in Loop: Header=BB0_8 Depth=3
movl %r15d, %eax
xorl %edx, %edx
divl %ebx
## kill: def $eax killed $eax def $rax
movq 16(%r14), %rsi
movq _mbfl_hexchar_table@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
movl (%rcx,%rax,4), %edi
movl %edx, %r15d
callq *(%rsi)
movl %ebx, %eax
imulq %r13, %rax
shrq $35, %rax
movl $1, %r12d
cmpl $10, %ebx
movl %eax, %ebx
jb LBB0_15
LBB0_8: ## Parent Loop BB0_2 Depth=1
## Parent Loop BB0_4 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB0_10 Depth 4
cmpl %r15d, %ebx
setbe %al
testl %r12d, %r12d
setne %cl
orb %al, %cl
jne LBB0_12
## %bb.9: ## in Loop: Header=BB0_8 Depth=3
cmpl $10, %ebx
jb LBB0_14
.p2align 4, 0x90
LBB0_10: ## Parent Loop BB0_2 Depth=1
## Parent Loop BB0_4 Depth=2
## Parent Loop BB0_8 Depth=3
## => This Inner Loop Header: Depth=4
movl %ebx, %eax
imulq %r13, %rax
shrq $35, %rax
cmpl %r15d, %eax
jbe LBB0_11
## %bb.13: ## in Loop: Header=BB0_10 Depth=4
cmpl $100, %ebx
movl %eax, %ebx
jae LBB0_10
LBB0_14: ## in Loop: Header=BB0_4 Depth=2
movq 16(%r14), %rsi
movq _mbfl_hexchar_table@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl (%rax), %edi
callq *(%rsi)
LBB0_15: ## in Loop: Header=BB0_4 Depth=2
movq 16(%r14), %rsi
movl $59, %edi
callq *(%rsi)
movl -48(%rbp), %ebx ## 4-byte Reload
movzbl -41(%rbp), %edx ## 1-byte Folded Reload
movq -72(%rbp), %rsi ## 8-byte Reload
jmp LBB0_3
.p2align 4, 0x90
LBB0_17: ## in Loop: Header=BB0_2 Depth=1
movq -64(%rbp), %rcx ## 8-byte Reload
incq %rcx
movq -56(%rbp), %rax ## 8-byte Reload
cmpq %rax, %rcx
setb %dl
jne LBB0_2
LBB0_18:
movq 16(%r14), %rsi
movl %ebx, %edi
callq *(%rsi)
LBB0_19:
movl %ebx, %eax
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _mbfl_hexchar_table,8,3 ## @mbfl_hexchar_table
.no_dead_strip _collector_encode_htmlnumericentity
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function collector_encode_htmlnumericentity
_collector_encode_htmlnumericentity: ; @collector_encode_htmlnumericentity
.cfi_startproc
; %bb.0:
sub sp, sp, #112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x20, x1
mov x19, x0
ldr w8, [x1]
cmp w8, #1
b.lt LBB0_19
; %bb.1:
mov x9, #0 ; =0x0
mov w24, #1 ; =0x1
mov w23, #15241 ; =0x3b89
movk w23, #21990, lsl #16
Lloh0:
adrp x25, _mbfl_hexchar_table@GOTPAGE
Lloh1:
ldr x25, [x25, _mbfl_hexchar_table@GOTPAGEOFF]
mov w26, #52429 ; =0xcccd
movk w26, #52428, lsl #16
str x8, [sp] ; 8-byte Folded Spill
LBB0_2: ; =>This Loop Header: Depth=1
; Child Loop BB0_5 Depth 2
; Child Loop BB0_11 Depth 3
; Child Loop BB0_14 Depth 4
mov w28, #0 ; =0x0
str x9, [sp, #8] ; 8-byte Folded Spill
lsl x27, x9, #4
mov w8, #1 ; =0x1
b LBB0_5
LBB0_3: ; in Loop: Header=BB0_5 Depth=2
tbnz w8, #0, LBB0_18
LBB0_4: ; in Loop: Header=BB0_5 Depth=2
mov w8, #0 ; =0x0
mov w28, #1 ; =0x1
tbz w24, #0, LBB0_20
LBB0_5: ; Parent Loop BB0_2 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_11 Depth 3
; Child Loop BB0_14 Depth 4
ldr x9, [x20, #8]
add x9, x9, x27
ldr w10, [x9]
cmp w10, w19
b.le LBB0_7
; %bb.6: ; in Loop: Header=BB0_5 Depth=2
ldr w10, [x9, #4]
cmp w10, w19
b.lt LBB0_3
LBB0_7: ; in Loop: Header=BB0_5 Depth=2
ldp w10, w9, [x9, #8]
add w10, w10, w19
orr w21, w10, w9
tbnz w21, #31, LBB0_3
; %bb.8: ; in Loop: Header=BB0_5 Depth=2
ldr x1, [x20, #16]
ldr x8, [x1]
mov w0, #38 ; =0x26
blr x8
ldr x1, [x20, #16]
ldr x8, [x1]
mov w0, #35 ; =0x23
blr x8
umull x8, w21, w23
lsr x8, x8, #57
mov w22, #57600 ; =0xe100
movk w22, #1525, lsl #16
msub w21, w8, w22, w21
b LBB0_11
LBB0_9: ; in Loop: Header=BB0_11 Depth=3
mov x22, x8
LBB0_10: ; in Loop: Header=BB0_11 Depth=3
udiv w8, w21, w22
msub w21, w8, w22, w21
ldr x1, [x20, #16]
ldr x9, [x1]
ldr x10, [x25]
ldr w0, [x10, w8, uxtw #2]
blr x9
umull x8, w22, w26
lsr x8, x8, #35
mov w28, #1 ; =0x1
cmp w22, #10
mov x22, x8
b.lo LBB0_17
LBB0_11: ; Parent Loop BB0_2 Depth=1
; Parent Loop BB0_5 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_14 Depth 4
cmp w22, w21
b.ls LBB0_10
; %bb.12: ; in Loop: Header=BB0_11 Depth=3
cbnz w28, LBB0_10
; %bb.13: ; in Loop: Header=BB0_11 Depth=3
cmp w22, #10
b.lo LBB0_16
LBB0_14: ; Parent Loop BB0_2 Depth=1
; Parent Loop BB0_5 Depth=2
; Parent Loop BB0_11 Depth=3
; => This Inner Loop Header: Depth=4
umull x8, w22, w26
lsr x8, x8, #35
cmp w8, w21
b.ls LBB0_9
; %bb.15: ; in Loop: Header=BB0_14 Depth=4
cmp w22, #100
mov x22, x8
b.hs LBB0_14
LBB0_16: ; in Loop: Header=BB0_5 Depth=2
ldr x1, [x20, #16]
ldr x8, [x1]
ldr x9, [x25]
ldr w0, [x9]
blr x8
LBB0_17: ; in Loop: Header=BB0_5 Depth=2
ldr x1, [x20, #16]
ldr x8, [x1]
mov w0, #59 ; =0x3b
blr x8
b LBB0_4
LBB0_18: ; in Loop: Header=BB0_2 Depth=1
ldp x8, x9, [sp] ; 16-byte Folded Reload
add x9, x9, #1
cmp x9, x8
cset w24, lo
b.ne LBB0_2
LBB0_19:
ldr x1, [x20, #16]
ldr x8, [x1]
mov x0, x19
blr x8
LBB0_20:
mov x0, x19
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _mbfl_hexchar_table,8,3 ; @mbfl_hexchar_table
.no_dead_strip _collector_encode_htmlnumericentity
.subsections_via_symbols
| assembly_file_13487.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ret0 ## -- Begin function ret0
.p2align 4, 0x90
_ret0: ## @ret0
.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 _ret1 ## -- Begin function ret1
.p2align 4, 0x90
_ret1: ## @ret1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb $97, %al
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ret2 ## -- Begin function ret2
.p2align 4, 0x90
_ret2: ## @ret2
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movw $123, %ax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ret3 ## -- Begin function ret3
.p2align 4, 0x90
_ret3: ## @ret3
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $6513249, %eax ## imm = 0x636261
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function ret4
LCPI4_0:
.long 0x3ecccccd ## float 0.400000006
.section __TEXT,__text,regular,pure_instructions
.globl _ret4
.p2align 4, 0x90
_ret4: ## @ret4
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movss LCPI4_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ret5 ## -- Begin function ret5
.p2align 4, 0x90
_ret5: ## @ret5
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movabsq $435475931745, %rax ## imm = 0x6564636261
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ret6 ## -- Begin function ret6
.p2align 4, 0x90
_ret6: ## @ret6
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movabsq $240520396812, %rax ## imm = 0x380022000C
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ret7 ## -- Begin function ret7
.p2align 4, 0x90
_ret7: ## @ret7
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movabsq $29104508263162465, %rax ## imm = 0x67666564636261
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ret8 ## -- Begin function ret8
.p2align 4, 0x90
_ret8: ## @ret8
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movabsq $416611827835, %rax ## imm = 0x610000007B
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ret9 ## -- Begin function ret9
.p2align 4, 0x90
_ret9: ## @ret9
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movabsq $7523094288207667809, %rax ## imm = 0x6867666564636261
movb $105, %dl
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ret0 ; -- Begin function ret0
.p2align 2
_ret0: ; @ret0
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _ret1 ; -- Begin function ret1
.p2align 2
_ret1: ; @ret1
.cfi_startproc
; %bb.0:
mov w0, #97
ret
.cfi_endproc
; -- End function
.globl _ret2 ; -- Begin function ret2
.p2align 2
_ret2: ; @ret2
.cfi_startproc
; %bb.0:
mov w0, #123
ret
.cfi_endproc
; -- End function
.globl _ret3 ; -- Begin function ret3
.p2align 2
_ret3: ; @ret3
.cfi_startproc
; %bb.0:
mov w0, #25185
movk w0, #99, lsl #16
ret
.cfi_endproc
; -- End function
.globl _ret4 ; -- Begin function ret4
.p2align 2
_ret4: ; @ret4
.cfi_startproc
; %bb.0:
mov w8, #52429
movk w8, #16076, lsl #16
fmov s0, w8
ret
.cfi_endproc
; -- End function
.globl _ret5 ; -- Begin function ret5
.p2align 2
_ret5: ; @ret5
.cfi_startproc
; %bb.0:
mov x0, #25185
movk x0, #25699, lsl #16
movk x0, #101, lsl #32
ret
.cfi_endproc
; -- End function
.globl _ret6 ; -- Begin function ret6
.p2align 2
_ret6: ; @ret6
.cfi_startproc
; %bb.0:
mov x0, #12
movk x0, #34, lsl #16
movk x0, #56, lsl #32
ret
.cfi_endproc
; -- End function
.globl _ret7 ; -- Begin function ret7
.p2align 2
_ret7: ; @ret7
.cfi_startproc
; %bb.0:
mov x0, #25185
movk x0, #25699, lsl #16
movk x0, #26213, lsl #32
movk x0, #103, lsl #48
ret
.cfi_endproc
; -- End function
.globl _ret8 ; -- Begin function ret8
.p2align 2
_ret8: ; @ret8
.cfi_startproc
; %bb.0:
mov x0, #123
movk x0, #97, lsl #32
ret
.cfi_endproc
; -- End function
.globl _ret9 ; -- Begin function ret9
.p2align 2
_ret9: ; @ret9
.cfi_startproc
; %bb.0:
mov x0, #25185
movk x0, #25699, lsl #16
movk x0, #26213, lsl #32
movk x0, #26727, lsl #48
mov w1, #105
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/29824230.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function srp_inv_rkey
_srp_inv_rkey: ## @srp_inv_rkey
.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
xorps %xmm0, %xmm0
movups %xmm0, -32(%rbp)
movups %xmm0, -16(%rbp)
movl %edx, -32(%rbp)
movq _IB_WR_LOCAL_INV@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -8(%rbp)
movq %rdi, -40(%rbp)
movq _srp_inv_rkey_err_done@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, (%rdi)
movl (%rsi), %edi
leaq -40(%rbp), %rsi
xorl %edx, %edx
callq _ib_post_send
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _IB_WR_LOCAL_INV,4,2 ## @IB_WR_LOCAL_INV
.comm _srp_inv_rkey_err_done,4,2 ## @srp_inv_rkey_err_done
.no_dead_strip _srp_inv_rkey
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function srp_inv_rkey
_srp_inv_rkey: ; @srp_inv_rkey
.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
movi.2d v0, #0000000000000000
stp q0, q0, [sp, #16]
str w2, [sp, #16]
Lloh0:
adrp x8, _IB_WR_LOCAL_INV@GOTPAGE
Lloh1:
ldr x8, [x8, _IB_WR_LOCAL_INV@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
str w8, [sp, #40]
str x0, [sp, #8]
Lloh3:
adrp x8, _srp_inv_rkey_err_done@GOTPAGE
Lloh4:
ldr x8, [x8, _srp_inv_rkey_err_done@GOTPAGEOFF]
Lloh5:
ldr w8, [x8]
str w8, [x0]
ldr w0, [x1]
add x1, sp, #8
mov x2, #0
bl _ib_post_send
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _IB_WR_LOCAL_INV,4,2 ; @IB_WR_LOCAL_INV
.comm _srp_inv_rkey_err_done,4,2 ; @srp_inv_rkey_err_done
.no_dead_strip _srp_inv_rkey
.subsections_via_symbols
| AnghaBench/linux/drivers/infiniband/ulp/srp/extr_ib_srp.c_srp_inv_rkey.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function efx_channel_has_tx_queues
_efx_channel_has_tx_queues: ## @efx_channel_has_tx_queues
.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), %rcx
movq 8(%rdi), %rdx
subq (%rdx), %rcx
xorl %eax, %eax
cmpq 8(%rdx), %rcx
setl %al
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _efx_channel_has_tx_queues
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function efx_channel_has_tx_queues
_efx_channel_has_tx_queues: ; @efx_channel_has_tx_queues
.cfi_startproc
; %bb.0:
ldp x8, x9, [x0]
ldp x10, x9, [x9]
sub x8, x8, x10
cmp x8, x9
cset w0, lt
ret
.cfi_endproc
; -- End function
.no_dead_strip _efx_channel_has_tx_queues
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/sfc/extr_net_driver.h_efx_channel_has_tx_queues.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function toonie_dev_register
_toonie_dev_register: ## @toonie_dev_register
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _toonie_dev_register
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function toonie_dev_register
_toonie_dev_register: ; @toonie_dev_register
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.no_dead_strip _toonie_dev_register
.subsections_via_symbols
| AnghaBench/linux/sound/aoa/codecs/extr_toonie.c_toonie_dev_register.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _UI_RegisterClientModelname ## -- Begin function UI_RegisterClientModelname
.p2align 4, 0x90
_UI_RegisterClientModelname: ## @UI_RegisterClientModelname
.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 $72, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, -88(%rbp) ## 8-byte Spill
movq %rdx, -104(%rbp) ## 8-byte Spill
movq %rsi, %r15
movq %rdi, %rbx
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
movq _MAX_QPATH@GOTPCREL(%rip), %rax
movl (%rax), %r12d
movq %r12, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %r13
movq %r12, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, -64(%rbp) ## 8-byte Spill
movq %r12, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, -56(%rbp) ## 8-byte Spill
movq %r12, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, -72(%rbp) ## 8-byte Spill
movq %r12, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, -80(%rbp) ## 8-byte Spill
xorps %xmm0, %xmm0
movups %xmm0, (%rbx)
movq _qfalse@GOTPCREL(%rip), %rax
cmpb $0, (%r15)
je LBB0_1
## %bb.2:
movq %rbx, %r14
movq %r13, %rdi
movq %r15, %rsi
movl %r12d, %edx
callq _Q_strncpyz
movq %r13, -96(%rbp) ## 8-byte Spill
movq %r13, %rdi
movl $47, %esi
callq _strchr
testq %rax, %rax
je LBB0_3
## %bb.4:
movq %rax, %rsi
decq %rsi
movq -64(%rbp), %rdi ## 8-byte Reload
movl %r12d, %edx
movq %rax, %r15
callq _Q_strncpyz
movb $0, (%r15)
jmp LBB0_5
LBB0_1:
movq %rax, %r15
jmp LBB0_27
LBB0_3:
leaq L_.str(%rip), %rsi
movq -64(%rbp), %rdi ## 8-byte Reload
movl %r12d, %edx
callq _Q_strncpyz
LBB0_5:
movq -88(%rbp), %r13 ## 8-byte Reload
movq -56(%rbp), %rbx ## 8-byte Reload
movq %rbx, %rdi
movq -104(%rbp), %rsi ## 8-byte Reload
movl %r12d, %edx
callq _Q_strncpyz
movq %rbx, %rdi
movl $47, %esi
callq _strchr
testq %rax, %rax
movq %r14, %rbx
je LBB0_6
## %bb.7:
movq %rax, %rsi
incq %rsi
movq -72(%rbp), %rdi ## 8-byte Reload
movl %r12d, %edx
movq %rax, %r15
callq _Q_strncpyz
movb $0, (%r15)
jmp LBB0_8
LBB0_6:
leaq L_.str(%rip), %rsi
movq -72(%rbp), %rdi ## 8-byte Reload
movl %r12d, %edx
callq _Q_strncpyz
LBB0_8:
movq -80(%rbp), %r14 ## 8-byte Reload
leaq L_.str.1(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
movq -96(%rbp), %r15 ## 8-byte Reload
movq %r15, %rcx
xorl %eax, %eax
callq _Com_sprintf
movq %r14, %rdi
callq _trap_R_RegisterModel
movq %rax, 16(%rbx)
testq %rax, %rax
jne LBB0_11
## %bb.9:
leaq L_.str.2(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
movq %r15, %rcx
xorl %eax, %eax
callq _Com_sprintf
movq %r14, %rdi
callq _trap_R_RegisterModel
movq %rax, 16(%rbx)
testq %rax, %rax
je LBB0_10
LBB0_11:
leaq L_.str.4(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
movq %r15, %rcx
xorl %eax, %eax
callq _Com_sprintf
movq %r14, %rdi
callq _trap_R_RegisterModel
movq %rax, 8(%rbx)
testq %rax, %rax
jne LBB0_13
## %bb.12:
leaq L_.str.5(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
movq %r15, %rcx
xorl %eax, %eax
callq _Com_sprintf
movq %r14, %rdi
callq _trap_R_RegisterModel
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB0_10
LBB0_13:
movq -56(%rbp), %rcx ## 8-byte Reload
cmpb $42, (%rcx)
jne LBB0_15
## %bb.14:
incq %rcx
leaq L_.str.6(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
movq %rcx, %r8
xorl %eax, %eax
callq _Com_sprintf
jmp LBB0_16
LBB0_15:
leaq L_.str.7(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
xorl %eax, %eax
callq _Com_sprintf
LBB0_16:
movq %r14, %rdi
callq _trap_R_RegisterModel
movq %rax, (%rbx)
testq %rax, %rax
movq -56(%rbp), %rcx ## 8-byte Reload
je LBB0_17
LBB0_19:
movq %rbx, %rdi
movq %r15, %rsi
movq -64(%rbp), %rdx ## 8-byte Reload
movq -72(%rbp), %r8 ## 8-byte Reload
movq %r13, %r9
callq _UI_RegisterClientSkin
testl %eax, %eax
jne LBB0_22
## %bb.20:
leaq L_.str(%rip), %rdx
movq %rbx, %rdi
movq %r15, %rsi
movq -56(%rbp), %rcx ## 8-byte Reload
movq %rdx, %r8
movq %r13, %r9
callq _UI_RegisterClientSkin
testl %eax, %eax
je LBB0_21
LBB0_22:
leaq L_.str.9(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
movq %r15, %rcx
xorl %eax, %eax
callq _Com_sprintf
movq %r14, %rdi
movq %rbx, %rsi
callq _UI_ParseAnimationFile
movq %r15, %rcx
movq _qtrue@GOTPCREL(%rip), %r15
testl %eax, %eax
jne LBB0_27
## %bb.23:
leaq L_.str.10(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
xorl %eax, %eax
callq _Com_sprintf
movq %r14, %rdi
movq %rbx, %rsi
callq _UI_ParseAnimationFile
testl %eax, %eax
jne LBB0_27
## %bb.24:
leaq L_.str.11(%rip), %rdi
jmp LBB0_25
LBB0_17:
cmpb $42, (%rcx)
je LBB0_10
## %bb.18:
leaq L_.str.6(%rip), %rdx
movq %r14, %rdi
movl %r12d, %esi
movq -56(%rbp), %r8 ## 8-byte Reload
xorl %eax, %eax
callq _Com_sprintf
movq %r14, %rdi
callq _trap_R_RegisterModel
movq -56(%rbp), %rcx ## 8-byte Reload
movq %rax, (%rbx)
testq %rax, %rax
jne LBB0_19
LBB0_10:
leaq L_.str.3(%rip), %rdi
LBB0_25:
movq %r14, %rsi
xorl %eax, %eax
callq _Com_Printf
LBB0_26:
movq _qfalse@GOTPCREL(%rip), %r15
LBB0_27:
movl (%r15), %eax
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -48(%rbp), %rcx
jne LBB0_29
## %bb.28:
leaq -40(%rbp), %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_21:
leaq L_.str.8(%rip), %rdi
movq %r15, %rsi
movq -64(%rbp), %rdx ## 8-byte Reload
xorl %eax, %eax
callq _Com_Printf
jmp LBB0_26
LBB0_29:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _MAX_QPATH,4,2 ## @MAX_QPATH
.comm _qfalse,4,2 ## @qfalse
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "default"
L_.str.1: ## @.str.1
.asciz "models/players/%s/lower.md3"
L_.str.2: ## @.str.2
.asciz "models/players/characters/%s/lower.md3"
L_.str.3: ## @.str.3
.asciz "Failed to load model file %s\n"
L_.str.4: ## @.str.4
.asciz "models/players/%s/upper.md3"
L_.str.5: ## @.str.5
.asciz "models/players/characters/%s/upper.md3"
L_.str.6: ## @.str.6
.asciz "models/players/heads/%s/%s.md3"
L_.str.7: ## @.str.7
.asciz "models/players/%s/head.md3"
L_.str.8: ## @.str.8
.asciz "Failed to load skin file: %s : %s\n"
L_.str.9: ## @.str.9
.asciz "models/players/%s/animation.cfg"
L_.str.10: ## @.str.10
.asciz "models/players/characters/%s/animation.cfg"
L_.str.11: ## @.str.11
.asciz "Failed to load animation file %s\n"
.comm _qtrue,4,2 ## @qtrue
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _UI_RegisterClientModelname ; -- Begin function UI_RegisterClientModelname
.p2align 2
_UI_RegisterClientModelname: ; @UI_RegisterClientModelname
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
sub sp, sp, #16
.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 w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x23, x3
mov x27, x2
mov x19, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-88]
Lloh3:
adrp x8, _MAX_QPATH@GOTPAGE
Lloh4:
ldr x8, [x8, _MAX_QPATH@GOTPAGEOFF]
Lloh5:
ldr w21, [x8]
mov x9, x21
Lloh6:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh7:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x8, sp
add x9, x21, #15
and x12, x9, #0x1fffffff0
sub x20, x8, x12
mov sp, x20
mov x9, x21
Lloh8:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh9:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x8, sp
sub x24, x8, x12
mov sp, x24
mov x9, x21
Lloh10:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh11:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x8, sp
sub x25, x8, x12
mov sp, x25
mov x9, x21
Lloh12:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh13:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x8, sp
sub x26, x8, x12
mov sp, x26
mov x9, x21
Lloh14:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh15:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x8, sp
sub x22, x8, x12
mov sp, x22
stp xzr, xzr, [x0]
ldrb w8, [x1]
cbz w8, LBB0_24
; %bb.1:
mov x0, x20
mov x2, x21
bl _Q_strncpyz
mov x0, x20
mov w1, #47 ; =0x2f
bl _strchr
cbz x0, LBB0_3
; %bb.2:
sub x1, x0, #1
mov x28, x0
mov x0, x24
mov x2, x21
bl _Q_strncpyz
strb wzr, [x28]
b LBB0_4
LBB0_3:
Lloh16:
adrp x1, l_.str@PAGE
Lloh17:
add x1, x1, l_.str@PAGEOFF
mov x0, x24
mov x2, x21
bl _Q_strncpyz
LBB0_4:
mov x0, x25
mov x1, x27
mov x2, x21
bl _Q_strncpyz
mov x0, x25
mov w1, #47 ; =0x2f
bl _strchr
cbz x0, LBB0_6
; %bb.5:
add x1, x0, #1
mov x27, x0
mov x0, x26
mov x2, x21
bl _Q_strncpyz
strb wzr, [x27]
b LBB0_7
LBB0_6:
Lloh18:
adrp x1, l_.str@PAGE
Lloh19:
add x1, x1, l_.str@PAGEOFF
mov x0, x26
mov x2, x21
bl _Q_strncpyz
LBB0_7:
Lloh20:
adrp x2, l_.str.1@PAGE
Lloh21:
add x2, x2, l_.str.1@PAGEOFF
mov x0, x22
mov x1, x21
mov x3, x20
bl _Com_sprintf
mov x0, x22
bl _trap_R_RegisterModel
str x0, [x19, #16]
cbnz x0, LBB0_9
; %bb.8:
Lloh22:
adrp x2, l_.str.2@PAGE
Lloh23:
add x2, x2, l_.str.2@PAGEOFF
mov x0, x22
mov x1, x21
mov x3, x20
bl _Com_sprintf
mov x0, x22
bl _trap_R_RegisterModel
str x0, [x19, #16]
cbz x0, LBB0_22
LBB0_9:
Lloh24:
adrp x2, l_.str.4@PAGE
Lloh25:
add x2, x2, l_.str.4@PAGEOFF
mov x0, x22
mov x1, x21
mov x3, x20
bl _Com_sprintf
mov x0, x22
bl _trap_R_RegisterModel
str x0, [x19, #8]
cbnz x0, LBB0_11
; %bb.10:
Lloh26:
adrp x2, l_.str.5@PAGE
Lloh27:
add x2, x2, l_.str.5@PAGEOFF
mov x0, x22
mov x1, x21
mov x3, x20
bl _Com_sprintf
mov x0, x22
bl _trap_R_RegisterModel
str x0, [x19, #8]
cbz x0, LBB0_22
LBB0_11:
ldrb w8, [x25]
cmp w8, #42
b.ne LBB0_13
; %bb.12:
add x3, x25, #1
str x3, [sp, #-16]!
Lloh28:
adrp x2, l_.str.6@PAGE
Lloh29:
add x2, x2, l_.str.6@PAGEOFF
mov x0, x22
mov x1, x21
bl _Com_sprintf
add sp, sp, #16
b LBB0_14
LBB0_13:
Lloh30:
adrp x2, l_.str.7@PAGE
Lloh31:
add x2, x2, l_.str.7@PAGEOFF
mov x0, x22
mov x1, x21
mov x3, x25
bl _Com_sprintf
LBB0_14:
mov x0, x22
bl _trap_R_RegisterModel
str x0, [x19]
cbz x0, LBB0_20
LBB0_15:
mov x0, x19
mov x1, x20
mov x2, x24
mov x3, x25
mov x4, x26
mov x5, x23
bl _UI_RegisterClientSkin
cbnz w0, LBB0_17
; %bb.16:
Lloh32:
adrp x2, l_.str@PAGE
Lloh33:
add x2, x2, l_.str@PAGEOFF
mov x0, x19
mov x1, x20
mov x3, x25
mov x4, x2
mov x5, x23
bl _UI_RegisterClientSkin
cbz w0, LBB0_27
LBB0_17:
Lloh34:
adrp x2, l_.str.9@PAGE
Lloh35:
add x2, x2, l_.str.9@PAGEOFF
mov x0, x22
mov x1, x21
mov x3, x20
bl _Com_sprintf
mov x0, x22
mov x1, x19
bl _UI_ParseAnimationFile
cbnz w0, LBB0_19
; %bb.18:
Lloh36:
adrp x2, l_.str.10@PAGE
Lloh37:
add x2, x2, l_.str.10@PAGEOFF
mov x0, x22
mov x1, x21
mov x3, x20
bl _Com_sprintf
mov x0, x22
mov x1, x19
bl _UI_ParseAnimationFile
cbz w0, LBB0_28
LBB0_19:
Lloh38:
adrp x8, _qtrue@GOTPAGE
Lloh39:
ldr x8, [x8, _qtrue@GOTPAGEOFF]
b LBB0_25
LBB0_20:
ldrb w8, [x25]
cmp w8, #42
b.eq LBB0_22
; %bb.21:
str x25, [sp, #-16]!
Lloh40:
adrp x2, l_.str.6@PAGE
Lloh41:
add x2, x2, l_.str.6@PAGEOFF
mov x0, x22
mov x1, x21
mov x3, x25
bl _Com_sprintf
add sp, sp, #16
mov x0, x22
bl _trap_R_RegisterModel
str x0, [x19]
cbnz x0, LBB0_15
LBB0_22:
Lloh42:
adrp x0, l_.str.3@PAGE
Lloh43:
add x0, x0, l_.str.3@PAGEOFF
LBB0_23:
mov x1, x22
bl _Com_Printf
LBB0_24:
Lloh44:
adrp x8, _qfalse@GOTPAGE
Lloh45:
ldr x8, [x8, _qfalse@GOTPAGEOFF]
LBB0_25:
ldr w0, [x8]
ldur x8, [x29, #-88]
Lloh46:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh47:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh48:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_29
; %bb.26:
sub sp, x29, #80
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
LBB0_27:
str x24, [sp, #-16]!
Lloh49:
adrp x0, l_.str.8@PAGE
Lloh50:
add x0, x0, l_.str.8@PAGEOFF
mov x1, x20
bl _Com_Printf
add sp, sp, #16
b LBB0_24
LBB0_28:
Lloh51:
adrp x0, l_.str.11@PAGE
Lloh52:
add x0, x0, l_.str.11@PAGEOFF
b LBB0_23
LBB0_29:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpAdd Lloh28, Lloh29
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpAdd Lloh32, Lloh33
.loh AdrpAdd Lloh34, Lloh35
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpLdrGot Lloh38, Lloh39
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpAdd Lloh42, Lloh43
.loh AdrpLdrGot Lloh44, Lloh45
.loh AdrpLdrGotLdr Lloh46, Lloh47, Lloh48
.loh AdrpAdd Lloh49, Lloh50
.loh AdrpAdd Lloh51, Lloh52
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGot Lloh10, Lloh11
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpLdrGot Lloh14, Lloh15
.cfi_endproc
; -- End function
.comm _MAX_QPATH,4,2 ; @MAX_QPATH
.comm _qfalse,4,2 ; @qfalse
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "default"
l_.str.1: ; @.str.1
.asciz "models/players/%s/lower.md3"
l_.str.2: ; @.str.2
.asciz "models/players/characters/%s/lower.md3"
l_.str.3: ; @.str.3
.asciz "Failed to load model file %s\n"
l_.str.4: ; @.str.4
.asciz "models/players/%s/upper.md3"
l_.str.5: ; @.str.5
.asciz "models/players/characters/%s/upper.md3"
l_.str.6: ; @.str.6
.asciz "models/players/heads/%s/%s.md3"
l_.str.7: ; @.str.7
.asciz "models/players/%s/head.md3"
l_.str.8: ; @.str.8
.asciz "Failed to load skin file: %s : %s\n"
l_.str.9: ; @.str.9
.asciz "models/players/%s/animation.cfg"
l_.str.10: ; @.str.10
.asciz "models/players/characters/%s/animation.cfg"
l_.str.11: ; @.str.11
.asciz "Failed to load animation file %s\n"
.comm _qtrue,4,2 ; @qtrue
.subsections_via_symbols
| assembly_file_161002.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function secp256k1_ecmult_context_is_built
_secp256k1_ecmult_context_is_built: ## @secp256k1_ecmult_context_is_built
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
cmpq $0, (%rdi)
setne %al
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _secp256k1_ecmult_context_is_built
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function secp256k1_ecmult_context_is_built
_secp256k1_ecmult_context_is_built: ; @secp256k1_ecmult_context_is_built
.cfi_startproc
; %bb.0:
ldr x8, [x0]
cmp x8, #0
cset w0, ne
ret
.cfi_endproc
; -- End function
.no_dead_strip _secp256k1_ecmult_context_is_built
.subsections_via_symbols
| AnghaBench/hashcat/deps/secp256k1/src/extr_ecmult_impl.h_secp256k1_ecmult_context_is_built.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function il_hdl_scan_results
_il_hdl_scan_results: ## @il_hdl_scan_results
.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
.no_dead_strip _il_hdl_scan_results
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function il_hdl_scan_results
_il_hdl_scan_results: ; @il_hdl_scan_results
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.no_dead_strip _il_hdl_scan_results
.subsections_via_symbols
| AnghaBench/linux/drivers/net/wireless/intel/iwlegacy/extr_common.c_il_hdl_scan_results.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function pcm_digital_in_open
_pcm_digital_in_open: ## @pcm_digital_in_open
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r12
callq _snd_pcm_substream_chip
movq %rax, %r15
leaq L_.str(%rip), %rdi
callq _DE_ACT
movq %r15, %rdi
callq _num_digital_busses_in
movl %eax, %r13d
movl (%r12), %ebx
leaq 8(%r15), %r14
movq %r14, %rdi
callq _mutex_lock
movq (%r15), %rcx
movq _DIGITAL_MODE_ADAT@GOTPCREL(%rip), %rdx
xorl %eax, %eax
cmpq (%rdx), %rcx
je LBB0_2
## %bb.1:
movq _ECHOCARD_HAS_ADAT@GOTPCREL(%rip), %rax
movl (%rax), %eax
LBB0_2:
addl %eax, %ebx
subl %ebx, %r13d
movq %r12, %rdi
movl %r13d, %esi
callq _pcm_open
testl %eax, %eax
js LBB0_9
## %bb.3:
movl 4(%r12), %edi
movq _SNDRV_PCM_HW_PARAM_CHANNELS@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq _hw_rule_capture_channels_by_format@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _SNDRV_PCM_HW_PARAM_FORMAT@GOTPCREL(%rip), %r13
movl (%r13), %r9d
movl $-1, (%rsp)
xorl %esi, %esi
xorl %r8d, %r8d
callq _snd_pcm_hw_rule_add
testl %eax, %eax
js LBB0_9
## %bb.4:
movl 4(%r12), %edi
movl (%r13), %edx
movq _hw_rule_capture_format_by_channels@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _SNDRV_PCM_HW_PARAM_CHANNELS@GOTPCREL(%rip), %rax
movl (%rax), %r9d
movl $-1, (%rsp)
xorl %esi, %esi
xorl %r8d, %r8d
callq _snd_pcm_hw_rule_add
movl %eax, %ebx
testl %eax, %eax
js LBB0_10
## %bb.5:
leaq 32(%r15), %r12
movq %r12, %rdi
callq _atomic_inc
movq %r12, %rdi
callq _atomic_read
cmpl $2, %eax
jl LBB0_10
## %bb.6:
cmpq $0, 24(%r15)
je LBB0_10
## %bb.7:
movq $0, 16(%r15)
jmp LBB0_10
LBB0_9:
movl %eax, %ebx
LBB0_10:
movq %r14, %rdi
callq _mutex_unlock
movl %ebx, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "pcm_digital_in_open\n"
.comm _DIGITAL_MODE_ADAT,8,3 ## @DIGITAL_MODE_ADAT
.comm _ECHOCARD_HAS_ADAT,4,2 ## @ECHOCARD_HAS_ADAT
.comm _SNDRV_PCM_HW_PARAM_CHANNELS,4,2 ## @SNDRV_PCM_HW_PARAM_CHANNELS
.comm _hw_rule_capture_channels_by_format,4,2 ## @hw_rule_capture_channels_by_format
.comm _SNDRV_PCM_HW_PARAM_FORMAT,4,2 ## @SNDRV_PCM_HW_PARAM_FORMAT
.comm _hw_rule_capture_format_by_channels,4,2 ## @hw_rule_capture_format_by_channels
.no_dead_strip _pcm_digital_in_open
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function pcm_digital_in_open
_pcm_digital_in_open: ; @pcm_digital_in_open
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x21, x0
bl _snd_pcm_substream_chip
mov x20, x0
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _DE_ACT
mov x0, x20
bl _num_digital_busses_in
mov x22, x0
ldr w23, [x21]
add x19, x20, #8
mov x0, x19
bl _mutex_lock
ldr x8, [x20]
Lloh2:
adrp x9, _DIGITAL_MODE_ADAT@GOTPAGE
Lloh3:
ldr x9, [x9, _DIGITAL_MODE_ADAT@GOTPAGEOFF]
Lloh4:
adrp x10, _ECHOCARD_HAS_ADAT@GOTPAGE
Lloh5:
ldr x10, [x10, _ECHOCARD_HAS_ADAT@GOTPAGEOFF]
Lloh6:
ldr x9, [x9]
Lloh7:
ldr w10, [x10]
cmp x8, x9
csel w8, wzr, w10, eq
add w8, w23, w8
sub w1, w22, w8
mov x0, x21
bl _pcm_open
tbnz w0, #31, LBB0_6
; %bb.1:
ldr w0, [x21, #4]
Lloh8:
adrp x23, _SNDRV_PCM_HW_PARAM_CHANNELS@GOTPAGE
Lloh9:
ldr x23, [x23, _SNDRV_PCM_HW_PARAM_CHANNELS@GOTPAGEOFF]
ldr w2, [x23]
Lloh10:
adrp x8, _hw_rule_capture_channels_by_format@GOTPAGE
Lloh11:
ldr x8, [x8, _hw_rule_capture_channels_by_format@GOTPAGEOFF]
Lloh12:
ldr w3, [x8]
Lloh13:
adrp x24, _SNDRV_PCM_HW_PARAM_FORMAT@GOTPAGE
Lloh14:
ldr x24, [x24, _SNDRV_PCM_HW_PARAM_FORMAT@GOTPAGEOFF]
ldr w5, [x24]
mov w1, #0
mov x4, #0
mov w6, #-1
bl _snd_pcm_hw_rule_add
tbnz w0, #31, LBB0_6
; %bb.2:
ldr w0, [x21, #4]
ldr w2, [x24]
Lloh15:
adrp x8, _hw_rule_capture_format_by_channels@GOTPAGE
Lloh16:
ldr x8, [x8, _hw_rule_capture_format_by_channels@GOTPAGEOFF]
Lloh17:
ldr w3, [x8]
ldr w5, [x23]
mov w1, #0
mov x4, #0
mov w6, #-1
bl _snd_pcm_hw_rule_add
mov x22, x0
tbnz w0, #31, LBB0_7
; %bb.3:
add x21, x20, #32
mov x0, x21
bl _atomic_inc
mov x0, x21
bl _atomic_read
cmp w0, #2
b.lt LBB0_7
; %bb.4:
ldr x8, [x20, #24]
cbz x8, LBB0_7
; %bb.5:
str xzr, [x20, #16]
b LBB0_7
LBB0_6:
mov x22, x0
LBB0_7:
mov x0, x19
bl _mutex_unlock
mov x0, x22
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh7
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh6
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "pcm_digital_in_open\n"
.comm _DIGITAL_MODE_ADAT,8,3 ; @DIGITAL_MODE_ADAT
.comm _ECHOCARD_HAS_ADAT,4,2 ; @ECHOCARD_HAS_ADAT
.comm _SNDRV_PCM_HW_PARAM_CHANNELS,4,2 ; @SNDRV_PCM_HW_PARAM_CHANNELS
.comm _hw_rule_capture_channels_by_format,4,2 ; @hw_rule_capture_channels_by_format
.comm _SNDRV_PCM_HW_PARAM_FORMAT,4,2 ; @SNDRV_PCM_HW_PARAM_FORMAT
.comm _hw_rule_capture_format_by_channels,4,2 ; @hw_rule_capture_format_by_channels
.no_dead_strip _pcm_digital_in_open
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/sound/pci/echoaudio/extr_echoaudio.c_pcm_digital_in_open.c | anghabench |
.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 0x4024000000000000 ## double 10
.section __TEXT,__literal16,16byte_literals
.p2align 4
LCPI0_1:
.space 16
.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
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $120, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl $29914912, %edi ## imm = 0x1C87720
callq _malloc
movq %rax, %r13
movl $29914912, %edi ## imm = 0x1C87720
callq _malloc
movq %rax, %r14
xorl %ebx, %ebx
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
callq _rand
xorps %xmm0, %xmm0
cvtsi2sd %eax, %xmm0
divsd LCPI0_0(%rip), %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, (%r13,%rbx,4)
incq %rbx
cmpq $7478728, %rbx ## imm = 0x721DC8
jne LBB0_1
## %bb.2:
movq %r14, %rdi
addq $4, %rdi
movl $29914908, %edx ## imm = 0x1C8771C
movq %r13, %rsi
callq _memcpy
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %r14, -80(%rbp) ## 8-byte Spill
testq %rax, %rax
je LBB0_6
## %bb.3:
movq %rax, %r14
movl $1048576, %edi ## imm = 0x100000
callq _malloc
movq %rax, -136(%rbp)
movl $1, %esi
movl $1048576, %edx ## imm = 0x100000
movq %rax, %rdi
movq %r14, %rcx
callq _fread
movq %rax, -128(%rbp)
movq %r14, %rdi
callq _fclose
movq $0, -72(%rbp)
xorl %r12d, %r12d
leaq -72(%rbp), %rbx
movl $4, %esi
xorl %edi, %edi
movl $1, %edx
movq %rbx, %rcx
xorl %r8d, %r8d
callq _clGetDeviceIDs
movl %eax, -44(%rbp)
leaq -44(%rbp), %r15
xorl %edi, %edi
movl $1, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
xorl %r8d, %r8d
movq %r15, %r9
callq _clCreateContext
movq %rax, %r14
movq -72(%rbp), %rsi
movq %rax, %rdi
xorl %edx, %edx
movq %r15, %rcx
callq _clCreateCommandQueue
movq %rax, -96(%rbp) ## 8-byte Spill
movl $1, %esi
movl $29914912, %edx ## imm = 0x1C87720
movq %r14, %rdi
xorl %ecx, %ecx
movq %r15, %r8
callq _clCreateBuffer
movq %rax, %rbx
movq %rax, -64(%rbp)
movl $1, %esi
movl $29914912, %edx ## imm = 0x1C87720
movq %r14, %rdi
xorl %ecx, %ecx
movq %r15, %r8
callq _clCreateBuffer
movq %rax, -56(%rbp) ## 8-byte Spill
movq %rax, -88(%rbp)
xorps %xmm0, %xmm0
movups %xmm0, 8(%rsp)
movl $0, (%rsp)
movl $29914912, %r8d ## imm = 0x1C87720
movq -96(%rbp), %r15 ## 8-byte Reload
movq %r15, %rdi
movq %rbx, %rsi
movl $1, %edx
xorl %ecx, %ecx
movq %r13, %r9
callq _clEnqueueWriteBuffer
movl %eax, -44(%rbp)
xorps %xmm0, %xmm0
movups %xmm0, 8(%rsp)
movl $0, (%rsp)
movl $29914912, %r8d ## imm = 0x1C87720
movq %r15, %rdi
movq -56(%rbp), %rsi ## 8-byte Reload
movl $1, %edx
xorl %ecx, %ecx
movq -80(%rbp), %r9 ## 8-byte Reload
callq _clEnqueueWriteBuffer
movl %eax, -44(%rbp)
leaq -136(%rbp), %rdx
leaq -128(%rbp), %rcx
movq %r14, -56(%rbp) ## 8-byte Spill
movq %r14, %rdi
movl $1, %esi
leaq -44(%rbp), %r14
movq %r14, %r8
callq _clCreateProgramWithSource
movq %rax, %rbx
movq %rax, %rdi
movl $1, %esi
leaq -72(%rbp), %rdx
xorl %ecx, %ecx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq _clBuildProgram
movl %eax, -44(%rbp)
leaq L_.str.3(%rip), %rsi
movq %rbx, -104(%rbp) ## 8-byte Spill
movq %rbx, %rdi
movq %r14, %rdx
callq _clCreateKernel
movq %rax, %r14
leaq -64(%rbp), %rcx
movl $8, %edx
movq %rax, %rdi
xorl %esi, %esi
callq _clSetKernelArg
movl %eax, -44(%rbp)
leaq -88(%rbp), %rcx
movl $8, %edx
movq %r14, %rdi
movl $1, %esi
callq _clSetKernelArg
movl %eax, -44(%rbp)
movq $7478728, -120(%rbp) ## imm = 0x721DC8
movq $3000, -112(%rbp) ## imm = 0xBB8
xorps %xmm0, %xmm0
movups %xmm0, 8(%rsp)
movl $0, (%rsp)
leaq -120(%rbp), %r8
leaq -112(%rbp), %r9
movq %r15, %rdi
movq %r14, %rsi
movl $1, %edx
xorl %ecx, %ecx
callq _clEnqueueNDRangeKernel
movl %eax, -44(%rbp)
movq -64(%rbp), %rsi
xorps %xmm0, %xmm0
movups %xmm0, 8(%rsp)
movl $0, (%rsp)
movl $29914912, %r8d ## imm = 0x1C87720
movq %r15, %rbx
movq %r15, %rdi
movl $1, %edx
xorl %ecx, %ecx
movq %r13, %r9
callq _clEnqueueReadBuffer
movl %eax, -44(%rbp)
leaq L_.str.4(%rip), %r15
.p2align 4, 0x90
LBB0_4: ## =>This Inner Loop Header: Depth=1
movss (%r13,%r12,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movq %r15, %rdi
movb $1, %al
callq _printf
incq %r12
cmpq $7478728, %r12 ## imm = 0x721DC8
jne LBB0_4
## %bb.5:
movq %rbx, %rdi
callq _clFlush
movl %eax, -44(%rbp)
movq %rbx, %rdi
callq _clFinish
movl %eax, -44(%rbp)
movq %r14, %rdi
callq _clReleaseKernel
movl %eax, -44(%rbp)
movq -104(%rbp), %rdi ## 8-byte Reload
callq _clReleaseProgram
movl %eax, -44(%rbp)
movq -64(%rbp), %rdi
callq _clReleaseMemObject
movl %eax, -44(%rbp)
movq -88(%rbp), %rdi
callq _clReleaseMemObject
movl %eax, -44(%rbp)
movq %rbx, %rdi
callq _clReleaseCommandQueue
movl %eax, -44(%rbp)
movq -56(%rbp), %rdi ## 8-byte Reload
callq _clReleaseContext
movq %r13, %rdi
callq _free
movq -80(%rbp), %rdi ## 8-byte Reload
callq _free
xorl %eax, %eax
addq $120, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_6:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.2(%rip), %rdi
movl $23, %esi
movl $1, %edx
callq _fwrite
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "adam_map_36.cl"
L_.str.1: ## @.str.1
.asciz "r"
L_.str.2: ## @.str.2
.asciz "Failed to load kernel.\n"
L_.str.3: ## @.str.3
.asciz "adam_map_36"
L_.str.4: ## @.str.4
.asciz "%.3f\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 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
stp d9, d8, [sp, #80] ; 16-byte Folded Spill
stp x28, x27, [sp, #96] ; 16-byte Folded Spill
stp x26, x25, [sp, #112] ; 16-byte Folded Spill
stp x24, x23, [sp, #128] ; 16-byte Folded Spill
stp x22, x21, [sp, #144] ; 16-byte Folded Spill
stp x20, x19, [sp, #160] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
.cfi_offset b8, -104
.cfi_offset b9, -112
mov w26, #30496
movk w26, #456, lsl #16
mov w0, #30496
movk w0, #456, lsl #16
bl _malloc
mov x19, x0
mov w0, #30496
movk w0, #456, lsl #16
bl _malloc
mov x20, x0
mov x21, #0
fmov d8, #10.00000000
LBB0_1: ; =>This Inner Loop Header: Depth=1
bl _rand
scvtf d0, w0
fdiv d0, d0, d8
fcvt s0, d0
str s0, [x19, x21]
add x21, x21, #4
cmp x26, x21
b.ne LBB0_1
; %bb.2:
add x0, x20, #4
mov x1, x19
mov w2, #30492
movk w2, #456, lsl #16
bl _memcpy
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
Lloh2:
adrp x1, l_.str.1@PAGE
Lloh3:
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
cbz x0, LBB0_6
; %bb.3:
mov x21, x0
mov w0, #1048576
bl _malloc
str x0, [sp, #72]
mov w1, #1
mov w2, #1048576
mov x3, x21
bl _fread
str x0, [sp, #64]
mov x0, x21
bl _fclose
str xzr, [sp, #56]
add x3, sp, #56
mov x0, #0
mov w1, #4
mov w2, #1
mov x4, #0
bl _clGetDeviceIDs
str w0, [sp, #52]
add x2, sp, #56
add x5, sp, #52
mov x0, #0
mov w1, #1
mov x3, #0
mov x4, #0
bl _clCreateContext
mov x21, x0
ldr x1, [sp, #56]
add x3, sp, #52
mov x2, #0
bl _clCreateCommandQueue
mov x22, x0
add x4, sp, #52
mov x0, x21
mov w1, #1
mov w2, #30496
movk w2, #456, lsl #16
mov x3, #0
bl _clCreateBuffer
mov x23, x0
str x0, [sp, #40]
add x4, sp, #52
mov x0, x21
mov w1, #1
mov w2, #30496
movk w2, #456, lsl #16
mov x3, #0
bl _clCreateBuffer
mov x24, x0
str x0, [sp, #32]
str xzr, [sp]
mov x0, x22
mov x1, x23
mov w2, #1
mov x3, #0
mov w4, #30496
movk w4, #456, lsl #16
mov x5, x19
mov w6, #0
mov x7, #0
bl _clEnqueueWriteBuffer
str w0, [sp, #52]
str xzr, [sp]
mov x0, x22
mov x1, x24
mov w2, #1
mov x3, #0
mov w4, #30496
movk w4, #456, lsl #16
mov x5, x20
mov w6, #0
mov x7, #0
bl _clEnqueueWriteBuffer
str w0, [sp, #52]
add x2, sp, #72
add x3, sp, #64
add x4, sp, #52
mov x0, x21
mov w1, #1
bl _clCreateProgramWithSource
mov x23, x0
add x2, sp, #56
mov w1, #1
mov x3, #0
mov x4, #0
mov x5, #0
bl _clBuildProgram
str w0, [sp, #52]
Lloh4:
adrp x1, l_.str.3@PAGE
Lloh5:
add x1, x1, l_.str.3@PAGEOFF
add x2, sp, #52
mov x0, x23
bl _clCreateKernel
mov x24, x0
add x3, sp, #40
mov w1, #0
mov w2, #8
bl _clSetKernelArg
str w0, [sp, #52]
add x3, sp, #32
mov x0, x24
mov w1, #1
mov w2, #8
bl _clSetKernelArg
str w0, [sp, #52]
mov w8, #7624
movk w8, #114, lsl #16
str x8, [sp, #24]
mov w8, #3000
str x8, [sp, #16]
str xzr, [sp]
add x4, sp, #24
add x5, sp, #16
mov x0, x22
mov x1, x24
mov w2, #1
mov x3, #0
mov w6, #0
mov x7, #0
bl _clEnqueueNDRangeKernel
str w0, [sp, #52]
ldr x1, [sp, #40]
str xzr, [sp]
mov x0, x22
mov w2, #1
mov x3, #0
mov w4, #30496
movk w4, #456, lsl #16
mov x5, x19
mov w6, #0
mov x7, #0
bl _clEnqueueReadBuffer
mov x27, #0
str w0, [sp, #52]
Lloh6:
adrp x25, l_.str.4@PAGE
Lloh7:
add x25, x25, l_.str.4@PAGEOFF
LBB0_4: ; =>This Inner Loop Header: Depth=1
ldr s0, [x19, x27]
fcvt d0, s0
str d0, [sp]
mov x0, x25
bl _printf
add x27, x27, #4
cmp x26, x27
b.ne LBB0_4
; %bb.5:
mov x0, x22
bl _clFlush
str w0, [sp, #52]
mov x0, x22
bl _clFinish
str w0, [sp, #52]
mov x0, x24
bl _clReleaseKernel
str w0, [sp, #52]
mov x0, x23
bl _clReleaseProgram
str w0, [sp, #52]
ldr x0, [sp, #40]
bl _clReleaseMemObject
str w0, [sp, #52]
ldr x0, [sp, #32]
bl _clReleaseMemObject
str w0, [sp, #52]
mov x0, x22
bl _clReleaseCommandQueue
str w0, [sp, #52]
mov x0, x21
bl _clReleaseContext
mov x0, x19
bl _free
mov x0, x20
bl _free
mov w0, #0
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
ldp x20, x19, [sp, #160] ; 16-byte Folded Reload
ldp x22, x21, [sp, #144] ; 16-byte Folded Reload
ldp x24, x23, [sp, #128] ; 16-byte Folded Reload
ldp x26, x25, [sp, #112] ; 16-byte Folded Reload
ldp x28, x27, [sp, #96] ; 16-byte Folded Reload
ldp d9, d8, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #192
ret
LBB0_6:
Lloh8:
adrp x8, ___stderrp@GOTPAGE
Lloh9:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh10:
ldr x3, [x8]
Lloh11:
adrp x0, l_.str.2@PAGE
Lloh12:
add x0, x0, l_.str.2@PAGEOFF
mov w1, #23
mov w2, #1
bl _fwrite
mov w0, #1
bl _exit
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "adam_map_36.cl"
l_.str.1: ; @.str.1
.asciz "r"
l_.str.2: ; @.str.2
.asciz "Failed to load kernel.\n"
l_.str.3: ; @.str.3
.asciz "adam_map_36"
l_.str.4: ; @.str.4
.asciz "%.3f\n"
.subsections_via_symbols
| the_stack_data/215767178.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function e1000_valid_led_default_82575
_e1000_valid_led_default_82575: ## @e1000_valid_led_default_82575
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %rbx
leaq L_.str(%rip), %rdi
callq _DEBUGFUNC
movq _NVM_ID_LED_SETTINGS@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
movl $1, %edx
movq %r14, %rcx
callq *8(%rbx)
movq %rax, %r15
testq %rax, %rax
je LBB0_2
## %bb.1:
leaq L_.str.1(%rip), %rdi
callq _DEBUGOUT
jmp LBB0_8
LBB0_2:
movq (%r14), %rax
movq _ID_LED_RESERVED_0000@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
je LBB0_4
## %bb.3:
movq _ID_LED_RESERVED_FFFF@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_8
LBB0_4:
cmpl $128, (%rbx)
jne LBB0_6
## %bb.5:
movq _ID_LED_DEFAULT_82575_SERDES@GOTPCREL(%rip), %rax
jmp LBB0_7
LBB0_6:
movq _ID_LED_DEFAULT@GOTPCREL(%rip), %rax
LBB0_7:
movq (%rax), %rax
movq %rax, (%r14)
LBB0_8:
movq %r15, %rax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "e1000_valid_led_default_82575"
.comm _NVM_ID_LED_SETTINGS,4,2 ## @NVM_ID_LED_SETTINGS
L_.str.1: ## @.str.1
.asciz "NVM Read Error\n"
.comm _ID_LED_RESERVED_0000,8,3 ## @ID_LED_RESERVED_0000
.comm _ID_LED_RESERVED_FFFF,8,3 ## @ID_LED_RESERVED_FFFF
.comm _ID_LED_DEFAULT_82575_SERDES,8,3 ## @ID_LED_DEFAULT_82575_SERDES
.comm _ID_LED_DEFAULT,8,3 ## @ID_LED_DEFAULT
.no_dead_strip _e1000_valid_led_default_82575
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function e1000_valid_led_default_82575
_e1000_valid_led_default_82575: ; @e1000_valid_led_default_82575
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
mov x21, x0
Lloh0:
adrp x0, l_.str@PAGE
Lloh1:
add x0, x0, l_.str@PAGEOFF
bl _DEBUGFUNC
ldr x8, [x21, #8]
Lloh2:
adrp x9, _NVM_ID_LED_SETTINGS@GOTPAGE
Lloh3:
ldr x9, [x9, _NVM_ID_LED_SETTINGS@GOTPAGEOFF]
Lloh4:
ldr w1, [x9]
mov x0, x21
mov w2, #1
mov x3, x19
blr x8
mov x20, x0
cbz x0, LBB0_2
; %bb.1:
Lloh5:
adrp x0, l_.str.1@PAGE
Lloh6:
add x0, x0, l_.str.1@PAGEOFF
bl _DEBUGOUT
b LBB0_7
LBB0_2:
ldr x8, [x19]
Lloh7:
adrp x9, _ID_LED_RESERVED_0000@GOTPAGE
Lloh8:
ldr x9, [x9, _ID_LED_RESERVED_0000@GOTPAGEOFF]
Lloh9:
ldr x9, [x9]
Lloh10:
adrp x10, _ID_LED_RESERVED_FFFF@GOTPAGE
Lloh11:
ldr x10, [x10, _ID_LED_RESERVED_FFFF@GOTPAGEOFF]
Lloh12:
ldr x10, [x10]
cmp x8, x9
ccmp x8, x10, #4, ne
b.ne LBB0_7
; %bb.3:
ldr w8, [x21]
cmp w8, #128
b.ne LBB0_5
; %bb.4:
Lloh13:
adrp x8, _ID_LED_DEFAULT_82575_SERDES@GOTPAGE
Lloh14:
ldr x8, [x8, _ID_LED_DEFAULT_82575_SERDES@GOTPAGEOFF]
b LBB0_6
LBB0_5:
Lloh15:
adrp x8, _ID_LED_DEFAULT@GOTPAGE
Lloh16:
ldr x8, [x8, _ID_LED_DEFAULT@GOTPAGEOFF]
LBB0_6:
ldr x8, [x8]
str x8, [x19]
LBB0_7:
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGot Lloh15, Lloh16
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "e1000_valid_led_default_82575"
.comm _NVM_ID_LED_SETTINGS,4,2 ; @NVM_ID_LED_SETTINGS
l_.str.1: ; @.str.1
.asciz "NVM Read Error\n"
.comm _ID_LED_RESERVED_0000,8,3 ; @ID_LED_RESERVED_0000
.comm _ID_LED_RESERVED_FFFF,8,3 ; @ID_LED_RESERVED_FFFF
.comm _ID_LED_DEFAULT_82575_SERDES,8,3 ; @ID_LED_DEFAULT_82575_SERDES
.comm _ID_LED_DEFAULT,8,3 ; @ID_LED_DEFAULT
.no_dead_strip _e1000_valid_led_default_82575
.subsections_via_symbols
| AnghaBench/freebsd/sys/dev/e1000/extr_e1000_82575.c_e1000_valid_led_default_82575.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.comm _clk_varitext_bs,4,2 ## @clk_varitext_bs
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.comm _clk_varitext_bs,4,2 ; @clk_varitext_bs
.subsections_via_symbols
| the_stack_data/152859.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function rd_ld_nn
_rd_ld_nn: ## @rd_ld_nn
.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.rd_ld_nn.list+64(%rip), %rax
movq %rax, -16(%rbp)
movaps l___const.rd_ld_nn.list+48(%rip), %xmm0
movaps %xmm0, -32(%rbp)
movaps l___const.rd_ld_nn.list+32(%rip), %xmm0
movaps %xmm0, -48(%rbp)
movaps l___const.rd_ld_nn.list+16(%rip), %xmm0
movaps %xmm0, -64(%rbp)
movaps l___const.rd_ld_nn.list(%rip), %xmm0
movaps %xmm0, -80(%rbp)
leaq -80(%rbp), %rsi
movl $1, %edx
xorl %ecx, %ecx
callq _indx
cmpl $7, %eax
jl LBB0_2
## %bb.1:
xorl %ecx, %ecx
cmpl $8, %eax
sete %cl
shll $5, %ecx
orl $221, %ecx
movq _indexed@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movl $5, %eax
LBB0_2:
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -8(%rbp), %rcx
jne LBB0_4
## %bb.3:
addq $80, %rsp
popq %rbp
retq
LBB0_4:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "bc"
L_.str.1: ## @.str.1
.asciz "de"
L_.str.2: ## @.str.2
.space 1
L_.str.3: ## @.str.3
.asciz "sp"
L_.str.4: ## @.str.4
.asciz "hl"
L_.str.5: ## @.str.5
.asciz "a"
L_.str.6: ## @.str.6
.asciz "ix"
L_.str.7: ## @.str.7
.asciz "iy"
.section __DATA,__const
.p2align 4 ## @__const.rd_ld_nn.list
l___const.rd_ld_nn.list:
.quad L_.str
.quad L_.str.1
.quad L_.str.2
.quad L_.str.3
.quad L_.str.4
.quad L_.str.5
.quad L_.str.6
.quad L_.str.7
.quad 0
.comm _indexed,4,2 ## @indexed
.comm _ld_nnHL,4,2 ## @ld_nnHL
.no_dead_strip _rd_ld_nn
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function rd_ld_nn
_rd_ld_nn: ; @rd_ld_nn
.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
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-8]
Lloh3:
adrp x8, l___const.rd_ld_nn.list@PAGE
Lloh4:
add x8, x8, l___const.rd_ld_nn.list@PAGEOFF
ldp q0, q1, [x8, #32]
stp q0, q1, [sp, #32]
ldr x9, [x8, #64]
str x9, [sp, #64]
ldp q1, q0, [x8]
stp q1, q0, [sp]
mov x1, sp
mov w2, #1
mov x3, #0
bl _indx
cmp w0, #7
b.lt LBB0_2
; %bb.1:
mov w8, #221
mov w9, #253
cmp w0, #8
csel w8, w9, w8, eq
Lloh5:
adrp x9, _indexed@GOTPAGE
Lloh6:
ldr x9, [x9, _indexed@GOTPAGEOFF]
Lloh7:
str w8, [x9]
mov w0, #5
LBB0_2:
ldur x8, [x29, #-8]
Lloh8:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh9:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh10:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_4
; %bb.3:
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
LBB0_4:
bl ___stack_chk_fail
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotStr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "bc"
l_.str.1: ; @.str.1
.asciz "de"
l_.str.2: ; @.str.2
.space 1
l_.str.3: ; @.str.3
.asciz "sp"
l_.str.4: ; @.str.4
.asciz "hl"
l_.str.5: ; @.str.5
.asciz "a"
l_.str.6: ; @.str.6
.asciz "ix"
l_.str.7: ; @.str.7
.asciz "iy"
.section __DATA,__const
.p2align 3 ; @__const.rd_ld_nn.list
l___const.rd_ld_nn.list:
.quad l_.str
.quad l_.str.1
.quad l_.str.2
.quad l_.str.3
.quad l_.str.4
.quad l_.str.5
.quad l_.str.6
.quad l_.str.7
.quad 0
.comm _indexed,4,2 ; @indexed
.comm _ld_nnHL,4,2 ; @ld_nnHL
.no_dead_strip _rd_ld_nn
.subsections_via_symbols
| AnghaBench/radare2/libr/asm/p/extr_..archz80z80asm.c_rd_ld_nn.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function lp3971_dcdc_enable
_lp3971_dcdc_enable: ## @lp3971_dcdc_enable
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
callq _rdev_get_drvdata
movq %rax, %r14
movq %rbx, %rdi
callq _rdev_get_id
## kill: def $eax killed $eax def $rax
movq _LP3971_DCDC1@GOTPCREL(%rip), %rcx
subl (%rcx), %eax
leal (%rax,%rax), %ecx
movl $1, %edx
## kill: def $cl killed $cl killed $ecx
shll %cl, %edx
movq _LP3971_BUCK_VOL_ENABLE_REG@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
movl %edx, %ecx
popq %rbx
popq %r14
popq %rbp
jmp _lp3971_set_bits ## TAILCALL
.cfi_endproc
## -- End function
.comm _LP3971_DCDC1,4,2 ## @LP3971_DCDC1
.comm _LP3971_BUCK_VOL_ENABLE_REG,4,2 ## @LP3971_BUCK_VOL_ENABLE_REG
.no_dead_strip _lp3971_dcdc_enable
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function lp3971_dcdc_enable
_lp3971_dcdc_enable: ; @lp3971_dcdc_enable
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x0
bl _rdev_get_drvdata
mov x20, x0
mov x0, x19
bl _rdev_get_id
Lloh0:
adrp x8, _LP3971_DCDC1@GOTPAGE
Lloh1:
ldr x8, [x8, _LP3971_DCDC1@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
sub w8, w0, w8
lsl w8, w8, #1
mov w9, #1
Lloh3:
adrp x10, _LP3971_BUCK_VOL_ENABLE_REG@GOTPAGE
Lloh4:
ldr x10, [x10, _LP3971_BUCK_VOL_ENABLE_REG@GOTPAGEOFF]
lsl w2, w9, w8
Lloh5:
ldr w1, [x10]
mov x0, x20
mov x3, x2
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _lp3971_set_bits
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _LP3971_DCDC1,4,2 ; @LP3971_DCDC1
.comm _LP3971_BUCK_VOL_ENABLE_REG,4,2 ; @LP3971_BUCK_VOL_ENABLE_REG
.no_dead_strip _lp3971_dcdc_enable
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/regulator/extr_lp3971.c_lp3971_dcdc_enable.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pl_dectobin ## -- Begin function pl_dectobin
.p2align 4, 0x90
_pl_dectobin: ## @pl_dectobin
.cfi_startproc
## %bb.0:
testl %edi, %edi
je LBB0_1
## %bb.3:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %rbx
pushq %rax
.cfi_offset %rbx, -24
movl %edi, %ebx
shrl $31, %edi
addl %ebx, %edi
movl %edi, %eax
andl $-2, %eax
subl %eax, %ebx
sarl %edi
callq _pl_dectobin
## kill: def $eax killed $eax def $rax
leal (%rax,%rax,4), %eax
leal (%rbx,%rax,2), %eax
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB0_1:
xorl %eax, %eax
retq
.cfi_endproc
## -- End function
.globl _pl_itoa ## -- Begin function pl_itoa
.p2align 4, 0x90
_pl_itoa: ## @pl_itoa
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
## kill: def $ecx killed $ecx def $rcx
movq %rsi, %rbx
addl $-2, %ecx
rorl %ecx
cmpl $7, %ecx
ja LBB1_7
## %bb.1:
movq %rdx, %r14
movl %edi, %eax
leaq LJTI1_0(%rip), %rdx
movslq (%rdx,%rcx,4), %rcx
addq %rdx, %rcx
jmpq *%rcx
LBB1_4:
movl %eax, %edi
callq _pl_dectobin
LBB1_5:
leaq L_.str(%rip), %rdx
jmp LBB1_6
LBB1_3:
leaq L_.str.2(%rip), %rdx
jmp LBB1_6
LBB1_2:
leaq L_.str.1(%rip), %rdx
LBB1_6:
movq %rbx, %rdi
movq %r14, %rsi
movl %eax, %ecx
xorl %eax, %eax
callq _snprintf
LBB1_7:
movq %rbx, %rax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L1_0_set_4, LBB1_4-LJTI1_0
.set L1_0_set_7, LBB1_7-LJTI1_0
.set L1_0_set_3, LBB1_3-LJTI1_0
.set L1_0_set_5, LBB1_5-LJTI1_0
.set L1_0_set_2, LBB1_2-LJTI1_0
LJTI1_0:
.long L1_0_set_4
.long L1_0_set_7
.long L1_0_set_7
.long L1_0_set_3
.long L1_0_set_5
.long L1_0_set_7
.long L1_0_set_7
.long L1_0_set_2
.end_data_region
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%x"
L_.str.2: ## @.str.2
.asciz "%o"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pl_dectobin ; -- Begin function pl_dectobin
.p2align 2
_pl_dectobin: ; @pl_dectobin
.cfi_startproc
; %bb.0:
cbz w0, LBB0_2
; %bb.1:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
cmp w0, #0
cinc w9, w0, lt
asr w8, w9, #1
and w9, w9, #0xfffffffe
sub w19, w0, w9
mov x0, x8
bl _pl_dectobin
mov w8, #10
madd w0, w0, w8, w19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
LBB0_2:
.cfi_def_cfa wsp, 0
.cfi_same_value w30
.cfi_same_value w29
.cfi_same_value w19
.cfi_same_value w20
ret
.cfi_endproc
; -- End function
.globl _pl_itoa ; -- Begin function pl_itoa
.p2align 2
_pl_itoa: ; @pl_itoa
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x1
; kill: def $w0 killed $w0 def $x0
sub w8, w3, #2
ror w8, w8, #1
cmp w8, #7
b.hi LBB1_7
; %bb.1:
mov x20, x2
Lloh0:
adrp x9, lJTI1_0@PAGE
Lloh1:
add x9, x9, lJTI1_0@PAGEOFF
adr x10, LBB1_2
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB1_2:
; kill: def $w0 killed $w0 killed $x0
bl _pl_dectobin
; kill: def $w0 killed $w0 def $x0
LBB1_3:
str x0, [sp]
Lloh2:
adrp x2, l_.str@PAGE
Lloh3:
add x2, x2, l_.str@PAGEOFF
b LBB1_6
LBB1_4:
; kill: def $w0 killed $w0 killed $x0 def $x0
str x0, [sp]
Lloh4:
adrp x2, l_.str.2@PAGE
Lloh5:
add x2, x2, l_.str.2@PAGEOFF
b LBB1_6
LBB1_5:
; kill: def $w0 killed $w0 killed $x0 def $x0
str x0, [sp]
Lloh6:
adrp x2, l_.str.1@PAGE
Lloh7:
add x2, x2, l_.str.1@PAGEOFF
LBB1_6:
mov x0, x19
mov x1, x20
bl _snprintf
LBB1_7:
mov x0, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh6, Lloh7
.cfi_endproc
.section __TEXT,__const
lJTI1_0:
.byte (LBB1_2-LBB1_2)>>2
.byte (LBB1_7-LBB1_2)>>2
.byte (LBB1_7-LBB1_2)>>2
.byte (LBB1_4-LBB1_2)>>2
.byte (LBB1_3-LBB1_2)>>2
.byte (LBB1_7-LBB1_2)>>2
.byte (LBB1_7-LBB1_2)>>2
.byte (LBB1_5-LBB1_2)>>2
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%x"
l_.str.2: ; @.str.2
.asciz "%o"
.subsections_via_symbols
| the_stack_data/899156.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function vesafb_destroy
_vesafb_destroy: ## @vesafb_destroy
.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
pushq %rax
.cfi_offset %rbx, -24
movq %rdi, %rbx
movq 8(%rdi), %rdi
testq %rdi, %rdi
je LBB0_2
## %bb.1:
callq _iounmap
LBB0_2:
movl (%rbx), %esi
movl 4(%rbx), %edi
callq _release_mem_region
movq %rbx, %rdi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _framebuffer_release ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _vesafb_destroy
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function vesafb_destroy
_vesafb_destroy: ; @vesafb_destroy
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr x0, [x0, #8]
cbz x0, LBB0_2
; %bb.1:
bl _iounmap
LBB0_2:
ldp w1, w0, [x19]
bl _release_mem_region
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _framebuffer_release
.cfi_endproc
; -- End function
.no_dead_strip _vesafb_destroy
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/video/extr_vesafb.c_vesafb_destroy.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function testfunc
LCPI0_0:
.long 4294967295 ## 0xffffffff
.long 4294967295 ## 0xffffffff
.long 0 ## 0x0
.long 0 ## 0x0
.section __TEXT,__text,regular,pure_instructions
.globl _testfunc
.p2align 4, 0x90
_testfunc: ## @testfunc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _new_struct@GOTPCREL(%rip), %rax
movq (%rax), %rax
testq %rdi, %rdi
je LBB0_1
## %bb.2:
movl 4(%rdi), %ecx
movl %ecx, 4(%rax)
movl 44(%rdi), %ecx
movl %ecx, 44(%rax)
movl 84(%rdi), %ecx
movl %ecx, 84(%rax)
movl 8(%rdi), %ecx
movl %ecx, 8(%rax)
movl 48(%rdi), %ecx
movl %ecx, 48(%rax)
movl 88(%rdi), %ecx
movl %ecx, 88(%rax)
movl 12(%rdi), %ecx
movl %ecx, 12(%rax)
movl 52(%rdi), %ecx
movl %ecx, 52(%rax)
movl 92(%rdi), %ecx
movl %ecx, 92(%rax)
movl 16(%rdi), %ecx
movl %ecx, 16(%rax)
movl 56(%rdi), %ecx
movl %ecx, 56(%rax)
movl 96(%rdi), %ecx
movl %ecx, 96(%rax)
movl 20(%rdi), %ecx
movl %ecx, 20(%rax)
movl 60(%rdi), %ecx
movl %ecx, 60(%rax)
movl 100(%rdi), %ecx
movl %ecx, 100(%rax)
movl 24(%rdi), %ecx
movl %ecx, 24(%rax)
movl 64(%rdi), %ecx
movl %ecx, 64(%rax)
movl 104(%rdi), %ecx
movl %ecx, 104(%rax)
movl 28(%rdi), %ecx
movl %ecx, 28(%rax)
movl 68(%rdi), %ecx
movl %ecx, 68(%rax)
movl 108(%rdi), %ecx
movl %ecx, 108(%rax)
movl 32(%rdi), %ecx
movl %ecx, 32(%rax)
movl 72(%rdi), %ecx
movl %ecx, 72(%rax)
movl 112(%rdi), %ecx
movl %ecx, 112(%rax)
movl 36(%rdi), %ecx
movl %ecx, 36(%rax)
movl 76(%rdi), %ecx
movl %ecx, 76(%rax)
movl 116(%rdi), %ecx
movl %ecx, 116(%rax)
movl 40(%rdi), %ecx
movl %ecx, 40(%rax)
movl 80(%rdi), %ecx
movl %ecx, 80(%rax)
movl 120(%rdi), %ecx
movl %ecx, 120(%rax)
incl (%rdi)
popq %rbp
retq
LBB0_1:
pcmpeqd %xmm0, %xmm0
movdqu %xmm0, 4(%rax)
xorps %xmm1, %xmm1
movups %xmm1, 84(%rax)
movups %xmm1, 52(%rax)
movdqu %xmm0, 20(%rax)
movups %xmm1, 100(%rax)
movq $0, 116(%rax)
movaps LCPI0_0(%rip), %xmm0 ## xmm0 = [4294967295,4294967295,0,0]
movups %xmm0, 36(%rax)
movups %xmm1, 68(%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _testfunc ; -- Begin function testfunc
.p2align 2
_testfunc: ; @testfunc
.cfi_startproc
; %bb.0:
mov x8, #0
Lloh0:
adrp x9, _new_struct@GOTPAGE
Lloh1:
ldr x9, [x9, _new_struct@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
mov w10, #-1
b LBB0_2
LBB0_1: ; in Loop: Header=BB0_2 Depth=1
add x11, x9, x8, lsl #2
str w10, [x11, #4]
str wzr, [x11, #44]
str wzr, [x11, #84]
add x8, x8, #1
cmp x8, #10
b.eq LBB0_5
LBB0_2: ; =>This Inner Loop Header: Depth=1
cbz x0, LBB0_1
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
lsl x11, x8, #2
add x12, x0, x11
ldr w13, [x12, #4]
add x11, x9, x11
str w13, [x11, #4]
ldr w13, [x12, #44]
str w13, [x11, #44]
ldr w12, [x12, #84]
str w12, [x11, #84]
add x8, x8, #1
cmp x8, #10
b.ne LBB0_2
; %bb.4:
ldr w8, [x0]
add w8, w8, #1
str w8, [x0]
LBB0_5:
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/14787.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _lockA ## -- Begin function lockA
.p2align 4, 0x90
_lockA: ## @lockA
.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 _lockB ## -- Begin function lockB
.p2align 4, 0x90
_lockB: ## @lockB
.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 _unlockA ## -- Begin function unlockA
.p2align 4, 0x90
_unlockA: ## @unlockA
.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 _unlockB ## -- Begin function unlockB
.p2align 4, 0x90
_unlockB: ## @unlockB
.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 _swapAB ## -- Begin function swapAB
.p2align 4, 0x90
_swapAB: ## @swapAB
.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 _swapBA ## -- Begin function swapBA
.p2align 4, 0x90
_swapBA: ## @swapBA
.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 _assert_i_have_a ## -- Begin function assert_i_have_a
.p2align 4, 0x90
_assert_i_have_a: ## @assert_i_have_a
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
cmpl $0, _assert_i_have_a.a_count(%rip)
je LBB6_1
## %bb.2:
leaq L_str.3(%rip), %rdi
callq _puts
movl _assert_i_have_a.a_count(%rip), %eax
incl %eax
jmp LBB6_3
LBB6_1:
movl $1, %eax
LBB6_3:
movl %eax, _assert_i_have_a.a_count(%rip)
movl $20, %edi
callq _usleep
xorl %eax, %eax
cmpl $1, _assert_i_have_a.a_count(%rip)
je LBB6_5
## %bb.4:
leaq L_str.3(%rip), %rdi
callq _puts
movl _assert_i_have_a.a_count(%rip), %eax
decl %eax
LBB6_5:
movl %eax, _assert_i_have_a.a_count(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _assert_i_have_b ## -- Begin function assert_i_have_b
.p2align 4, 0x90
_assert_i_have_b: ## @assert_i_have_b
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
cmpl $0, _assert_i_have_b.b_count(%rip)
je LBB7_1
## %bb.2:
leaq L_str.5(%rip), %rdi
callq _puts
movl _assert_i_have_b.b_count(%rip), %eax
incl %eax
jmp LBB7_3
LBB7_1:
movl $1, %eax
LBB7_3:
movl %eax, _assert_i_have_b.b_count(%rip)
movl $5, %edi
callq _usleep
xorl %eax, %eax
cmpl $1, _assert_i_have_b.b_count(%rip)
je LBB7_5
## %bb.4:
leaq L_str.5(%rip), %rdi
callq _puts
movl _assert_i_have_b.b_count(%rip), %eax
decl %eax
LBB7_5:
movl %eax, _assert_i_have_b.b_count(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _swapper ## -- Begin function swapper
.p2align 4, 0x90
_swapper: ## @swapper
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl $10, %ebx
movl _assert_i_have_a.a_count(%rip), %eax
leaq L_str.3(%rip), %r15
leaq L_str.5(%rip), %r14
jmp LBB8_1
.p2align 4, 0x90
LBB8_26: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_a.a_count(%rip)
decl %ebx
je LBB8_27
LBB8_1: ## =>This Inner Loop Header: Depth=1
testl %eax, %eax
je LBB8_2
## %bb.3: ## in Loop: Header=BB8_1 Depth=1
movq %r15, %rdi
callq _puts
movl _assert_i_have_a.a_count(%rip), %eax
incl %eax
jmp LBB8_4
.p2align 4, 0x90
LBB8_2: ## in Loop: Header=BB8_1 Depth=1
movl $1, %eax
LBB8_4: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_a.a_count(%rip)
movl $20, %edi
callq _usleep
xorl %eax, %eax
cmpl $1, _assert_i_have_a.a_count(%rip)
je LBB8_6
## %bb.5: ## in Loop: Header=BB8_1 Depth=1
movq %r15, %rdi
callq _puts
movl _assert_i_have_a.a_count(%rip), %eax
decl %eax
LBB8_6: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_a.a_count(%rip)
cmpl $0, _assert_i_have_b.b_count(%rip)
je LBB8_7
## %bb.8: ## in Loop: Header=BB8_1 Depth=1
movq %r14, %rdi
callq _puts
movl _assert_i_have_b.b_count(%rip), %eax
incl %eax
jmp LBB8_9
.p2align 4, 0x90
LBB8_7: ## in Loop: Header=BB8_1 Depth=1
movl $1, %eax
LBB8_9: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_b.b_count(%rip)
movl $5, %edi
callq _usleep
xorl %eax, %eax
cmpl $1, _assert_i_have_b.b_count(%rip)
je LBB8_11
## %bb.10: ## in Loop: Header=BB8_1 Depth=1
movq %r14, %rdi
callq _puts
movl _assert_i_have_b.b_count(%rip), %eax
decl %eax
LBB8_11: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_b.b_count(%rip)
cmpl $0, _assert_i_have_a.a_count(%rip)
je LBB8_12
## %bb.13: ## in Loop: Header=BB8_1 Depth=1
movq %r15, %rdi
callq _puts
movl _assert_i_have_a.a_count(%rip), %eax
incl %eax
jmp LBB8_14
.p2align 4, 0x90
LBB8_12: ## in Loop: Header=BB8_1 Depth=1
movl $1, %eax
LBB8_14: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_a.a_count(%rip)
movl $20, %edi
callq _usleep
xorl %eax, %eax
cmpl $1, _assert_i_have_a.a_count(%rip)
je LBB8_16
## %bb.15: ## in Loop: Header=BB8_1 Depth=1
movq %r15, %rdi
callq _puts
movl _assert_i_have_a.a_count(%rip), %eax
decl %eax
LBB8_16: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_a.a_count(%rip)
cmpl $0, _assert_i_have_b.b_count(%rip)
je LBB8_17
## %bb.18: ## in Loop: Header=BB8_1 Depth=1
movq %r14, %rdi
callq _puts
movl _assert_i_have_b.b_count(%rip), %eax
incl %eax
jmp LBB8_19
.p2align 4, 0x90
LBB8_17: ## in Loop: Header=BB8_1 Depth=1
movl $1, %eax
LBB8_19: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_b.b_count(%rip)
movl $5, %edi
callq _usleep
xorl %eax, %eax
cmpl $1, _assert_i_have_b.b_count(%rip)
je LBB8_21
## %bb.20: ## in Loop: Header=BB8_1 Depth=1
movq %r14, %rdi
callq _puts
movl _assert_i_have_b.b_count(%rip), %eax
decl %eax
LBB8_21: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_b.b_count(%rip)
cmpl $0, _assert_i_have_a.a_count(%rip)
je LBB8_22
## %bb.23: ## in Loop: Header=BB8_1 Depth=1
movq %r15, %rdi
callq _puts
movl _assert_i_have_a.a_count(%rip), %eax
incl %eax
jmp LBB8_24
.p2align 4, 0x90
LBB8_22: ## in Loop: Header=BB8_1 Depth=1
movl $1, %eax
LBB8_24: ## in Loop: Header=BB8_1 Depth=1
movl %eax, _assert_i_have_a.a_count(%rip)
movl $20, %edi
callq _usleep
xorl %eax, %eax
cmpl $1, _assert_i_have_a.a_count(%rip)
je LBB8_26
## %bb.25: ## in Loop: Header=BB8_1 Depth=1
movq %r15, %rdi
callq _puts
movl _assert_i_have_a.a_count(%rip), %eax
decl %eax
jmp LBB8_26
LBB8_27:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
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
pushq %rbx
subq $88, %rsp
.cfi_offset %rbx, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -16(%rbp)
leaq _swapper(%rip), %rbx
leaq -96(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -88(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -80(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -72(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -64(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -56(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -48(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -40(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -32(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
leaq -24(%rbp), %rdi
xorl %esi, %esi
movq %rbx, %rdx
xorl %ecx, %ecx
callq _pthread_create
movq -96(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -88(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -80(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -72(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -64(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -56(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -48(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -40(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -32(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
movq -24(%rbp), %rdi
xorl %esi, %esi
callq _pthread_join
leaq L_str.6(%rip), %rdi
callq _puts
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -16(%rbp), %rax
jne LBB9_2
## %bb.1:
xorl %eax, %eax
addq $88, %rsp
popq %rbx
popq %rbp
retq
LBB9_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.globl _swap_mode ## @swap_mode
.zerofill __DATA,__common,_swap_mode,4,2
.zerofill __DATA,__bss,_assert_i_have_a.a_count,4,2 ## @assert_i_have_a.a_count
.zerofill __DATA,__bss,_assert_i_have_b.b_count,4,2 ## @assert_i_have_b.b_count
.section __TEXT,__cstring,cstring_literals
L_str.3: ## @str.3
.asciz "ERROR multiple threads seem to have gotten A"
L_str.5: ## @str.5
.asciz "ERROR multiple threads seem to have gotten B"
L_str.6: ## @str.6
.asciz "Everything done."
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _lockA ; -- Begin function lockA
.p2align 2
_lockA: ; @lockA
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _lockB ; -- Begin function lockB
.p2align 2
_lockB: ; @lockB
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _unlockA ; -- Begin function unlockA
.p2align 2
_unlockA: ; @unlockA
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _unlockB ; -- Begin function unlockB
.p2align 2
_unlockB: ; @unlockB
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _swapAB ; -- Begin function swapAB
.p2align 2
_swapAB: ; @swapAB
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _swapBA ; -- Begin function swapBA
.p2align 2
_swapBA: ; @swapBA
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _assert_i_have_a ; -- Begin function assert_i_have_a
.p2align 2
_assert_i_have_a: ; @assert_i_have_a
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
adrp x19, _assert_i_have_a.a_count@PAGE
ldr w8, [x19, _assert_i_have_a.a_count@PAGEOFF]
cbz w8, LBB6_2
; %bb.1:
Lloh0:
adrp x0, l_str.3@PAGE
Lloh1:
add x0, x0, l_str.3@PAGEOFF
bl _puts
ldr w8, [x19, _assert_i_have_a.a_count@PAGEOFF]
add w8, w8, #1
b LBB6_3
LBB6_2:
mov w8, #1
LBB6_3:
str w8, [x19, _assert_i_have_a.a_count@PAGEOFF]
mov w0, #20
bl _usleep
ldr w8, [x19, _assert_i_have_a.a_count@PAGEOFF]
cmp w8, #1
b.ne LBB6_5
; %bb.4:
mov w8, #0
b LBB6_6
LBB6_5:
Lloh2:
adrp x0, l_str.3@PAGE
Lloh3:
add x0, x0, l_str.3@PAGEOFF
bl _puts
ldr w8, [x19, _assert_i_have_a.a_count@PAGEOFF]
sub w8, w8, #1
LBB6_6:
str w8, [x19, _assert_i_have_a.a_count@PAGEOFF]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
; -- End function
.globl _assert_i_have_b ; -- Begin function assert_i_have_b
.p2align 2
_assert_i_have_b: ; @assert_i_have_b
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
adrp x19, _assert_i_have_b.b_count@PAGE
ldr w8, [x19, _assert_i_have_b.b_count@PAGEOFF]
cbz w8, LBB7_2
; %bb.1:
Lloh4:
adrp x0, l_str.5@PAGE
Lloh5:
add x0, x0, l_str.5@PAGEOFF
bl _puts
ldr w8, [x19, _assert_i_have_b.b_count@PAGEOFF]
add w8, w8, #1
b LBB7_3
LBB7_2:
mov w8, #1
LBB7_3:
str w8, [x19, _assert_i_have_b.b_count@PAGEOFF]
mov w0, #5
bl _usleep
ldr w8, [x19, _assert_i_have_b.b_count@PAGEOFF]
cmp w8, #1
b.ne LBB7_5
; %bb.4:
mov w8, #0
b LBB7_6
LBB7_5:
Lloh6:
adrp x0, l_str.5@PAGE
Lloh7:
add x0, x0, l_str.5@PAGEOFF
bl _puts
ldr w8, [x19, _assert_i_have_b.b_count@PAGEOFF]
sub w8, w8, #1
LBB7_6:
str w8, [x19, _assert_i_have_b.b_count@PAGEOFF]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh6, Lloh7
.cfi_endproc
; -- End function
.globl _swapper ; -- Begin function swapper
.p2align 2
_swapper: ; @swapper
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
adrp x21, _assert_i_have_a.a_count@PAGE
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
mov w22, #10
adrp x23, _assert_i_have_b.b_count@PAGE
Lloh8:
adrp x19, l_str.3@PAGE
Lloh9:
add x19, x19, l_str.3@PAGEOFF
Lloh10:
adrp x20, l_str.5@PAGE
Lloh11:
add x20, x20, l_str.5@PAGEOFF
b LBB8_3
LBB8_1: ; in Loop: Header=BB8_3 Depth=1
mov x0, x19
bl _puts
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
sub w8, w8, #1
LBB8_2: ; in Loop: Header=BB8_3 Depth=1
str w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
subs w22, w22, #1
b.eq LBB8_32
LBB8_3: ; =>This Inner Loop Header: Depth=1
cbz w8, LBB8_5
; %bb.4: ; in Loop: Header=BB8_3 Depth=1
mov x0, x19
bl _puts
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
add w8, w8, #1
b LBB8_6
LBB8_5: ; in Loop: Header=BB8_3 Depth=1
mov w8, #1
LBB8_6: ; in Loop: Header=BB8_3 Depth=1
str w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
mov w0, #20
bl _usleep
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
cmp w8, #1
b.ne LBB8_8
; %bb.7: ; in Loop: Header=BB8_3 Depth=1
mov w8, #0
b LBB8_9
LBB8_8: ; in Loop: Header=BB8_3 Depth=1
mov x0, x19
bl _puts
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
sub w8, w8, #1
LBB8_9: ; in Loop: Header=BB8_3 Depth=1
str w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
ldr w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
cbz w8, LBB8_11
; %bb.10: ; in Loop: Header=BB8_3 Depth=1
mov x0, x20
bl _puts
ldr w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
add w8, w8, #1
b LBB8_12
LBB8_11: ; in Loop: Header=BB8_3 Depth=1
mov w8, #1
LBB8_12: ; in Loop: Header=BB8_3 Depth=1
str w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
mov w0, #5
bl _usleep
ldr w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
cmp w8, #1
b.ne LBB8_14
; %bb.13: ; in Loop: Header=BB8_3 Depth=1
mov w8, #0
b LBB8_15
LBB8_14: ; in Loop: Header=BB8_3 Depth=1
mov x0, x20
bl _puts
ldr w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
sub w8, w8, #1
LBB8_15: ; in Loop: Header=BB8_3 Depth=1
str w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
cbz w8, LBB8_17
; %bb.16: ; in Loop: Header=BB8_3 Depth=1
mov x0, x19
bl _puts
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
add w8, w8, #1
b LBB8_18
LBB8_17: ; in Loop: Header=BB8_3 Depth=1
mov w8, #1
LBB8_18: ; in Loop: Header=BB8_3 Depth=1
str w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
mov w0, #20
bl _usleep
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
cmp w8, #1
b.ne LBB8_20
; %bb.19: ; in Loop: Header=BB8_3 Depth=1
mov w8, #0
b LBB8_21
LBB8_20: ; in Loop: Header=BB8_3 Depth=1
mov x0, x19
bl _puts
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
sub w8, w8, #1
LBB8_21: ; in Loop: Header=BB8_3 Depth=1
str w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
ldr w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
cbz w8, LBB8_23
; %bb.22: ; in Loop: Header=BB8_3 Depth=1
mov x0, x20
bl _puts
ldr w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
add w8, w8, #1
b LBB8_24
LBB8_23: ; in Loop: Header=BB8_3 Depth=1
mov w8, #1
LBB8_24: ; in Loop: Header=BB8_3 Depth=1
str w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
mov w0, #5
bl _usleep
ldr w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
cmp w8, #1
b.ne LBB8_26
; %bb.25: ; in Loop: Header=BB8_3 Depth=1
mov w8, #0
b LBB8_27
LBB8_26: ; in Loop: Header=BB8_3 Depth=1
mov x0, x20
bl _puts
ldr w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
sub w8, w8, #1
LBB8_27: ; in Loop: Header=BB8_3 Depth=1
str w8, [x23, _assert_i_have_b.b_count@PAGEOFF]
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
cbz w8, LBB8_29
; %bb.28: ; in Loop: Header=BB8_3 Depth=1
mov x0, x19
bl _puts
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
add w8, w8, #1
b LBB8_30
LBB8_29: ; in Loop: Header=BB8_3 Depth=1
mov w8, #1
LBB8_30: ; in Loop: Header=BB8_3 Depth=1
str w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
mov w0, #20
bl _usleep
ldr w8, [x21, _assert_i_have_a.a_count@PAGEOFF]
cmp w8, #1
b.ne LBB8_1
; %bb.31: ; in Loop: Header=BB8_3 Depth=1
mov w8, #0
b LBB8_2
LBB8_32:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh8, Lloh9
.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 x20, x19, [sp, #96] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh12:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh13:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh14:
ldr x8, [x8]
stur x8, [x29, #-24]
Lloh15:
adrp x19, _swapper@PAGE
Lloh16:
add x19, x19, _swapper@PAGEOFF
add x20, sp, #8
add x0, sp, #8
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #8
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #16
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #24
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #32
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #40
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #48
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #56
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #64
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
add x0, x20, #72
mov x1, #0
mov x2, x19
mov x3, #0
bl _pthread_create
ldr x0, [sp, #8]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #16]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #24]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #32]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #40]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #48]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #56]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #64]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #72]
mov x1, #0
bl _pthread_join
ldr x0, [sp, #80]
mov x1, #0
bl _pthread_join
Lloh17:
adrp x0, l_str.6@PAGE
Lloh18:
add x0, x0, l_str.6@PAGEOFF
bl _puts
ldur x8, [x29, #-24]
Lloh19:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh20:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh21:
ldr x9, [x9]
cmp x9, x8
b.ne LBB9_2
; %bb.1:
mov w0, #0
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
ldp x20, x19, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #128
ret
LBB9_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh19, Lloh20, Lloh21
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.cfi_endproc
; -- End function
.globl _swap_mode ; @swap_mode
.zerofill __DATA,__common,_swap_mode,4,2
.zerofill __DATA,__bss,_assert_i_have_a.a_count,4,2 ; @assert_i_have_a.a_count
.zerofill __DATA,__bss,_assert_i_have_b.b_count,4,2 ; @assert_i_have_b.b_count
.section __TEXT,__cstring,cstring_literals
l_str.3: ; @str.3
.asciz "ERROR multiple threads seem to have gotten A"
l_str.5: ; @str.5
.asciz "ERROR multiple threads seem to have gotten B"
l_str.6: ; @str.6
.asciz "Everything done."
.subsections_via_symbols
| the_stack_data/6387074.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function sio_mask
_sio_mask: ## @sio_mask
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %ebx
movl %esi, %r14d
movq %rdi, %r15
callq _sio_in
notl %ebx
andl %eax, %ebx
movq %r15, %rdi
movl %r14d, %esi
movl %ebx, %edx
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _sio_out ## TAILCALL
.cfi_endproc
## -- End function
.no_dead_strip _sio_mask
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function sio_mask
_sio_mask: ; @sio_mask
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x2
mov x20, x1
mov x21, x0
bl _sio_in
bic w2, w0, w19
mov x0, x21
mov x1, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _sio_out
.cfi_endproc
; -- End function
.no_dead_strip _sio_mask
.subsections_via_symbols
| AnghaBench/linux/drivers/tty/serial/extr_serial_txx9.c_sio_mask.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function lm92_init_client
_lm92_init_client: ## @lm92_init_client
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
movq _LM92_REG_CONFIG@GOTPCREL(%rip), %r14
movl (%r14), %esi
callq _i2c_smbus_read_byte_data
testb $1, %al
jne LBB0_2
## %bb.1:
popq %rbx
popq %r14
popq %rbp
retq
LBB0_2:
movl (%r14), %esi
andl $254, %eax
movq %rbx, %rdi
movl %eax, %edx
popq %rbx
popq %r14
popq %rbp
jmp _i2c_smbus_write_byte_data ## TAILCALL
.cfi_endproc
## -- End function
.comm _LM92_REG_CONFIG,4,2 ## @LM92_REG_CONFIG
.no_dead_strip _lm92_init_client
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function lm92_init_client
_lm92_init_client: ; @lm92_init_client
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x0
Lloh0:
adrp x20, _LM92_REG_CONFIG@GOTPAGE
Lloh1:
ldr x20, [x20, _LM92_REG_CONFIG@GOTPAGEOFF]
ldr w1, [x20]
bl _i2c_smbus_read_byte_data
tbnz w0, #0, LBB0_2
; %bb.1:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_2:
ldr w1, [x20]
and w2, w0, #0xfe
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _i2c_smbus_write_byte_data
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _LM92_REG_CONFIG,4,2 ; @LM92_REG_CONFIG
.no_dead_strip _lm92_init_client
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/hwmon/extr_lm92.c_lm92_init_client.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bat_show_603
_bat_show_603: ## @bat_show_603
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %r8d, -44(%rbp) ## 4-byte Spill
movl %ecx, %ebx
movl %edx, %r14d
movl %esi, %r15d
movq %rdi, %r13
movl %edx, %edi
callq _PHYS_BAT_ADDR
movl %eax, %r12d
leaq L_.str(%rip), %rsi
movq %r13, %rdi
movl %r15d, %edx
xorl %eax, %eax
callq _seq_printf
movl %ebx, %r15d
andl $3, %r15d
je LBB0_1
## %bb.2:
movl %ebx, %eax
shll $15, %eax
andl $268304384, %eax ## imm = 0xFFE0000
movl %ebx, %edx
andl $-131072, %edx ## imm = 0xFFFE0000
orl $131071, %ebx ## imm = 0x1FFFF
addl %eax, %ebx
leaq L_.str.2(%rip), %rsi
movq %r13, %rdi
movl %ebx, %ecx
xorl %eax, %eax
callq _seq_printf
leaq L_.str.3(%rip), %rsi
movq %r13, %rdi
movl %r12d, %edx
xorl %eax, %eax
callq _seq_printf
cmpl $2, %r15d
leaq L_.str.5(%rip), %rax
leaq L_.str.6(%rip), %rcx
cmoveq %rax, %rcx
cmpl $1, %r15d
leaq L_.str.4(%rip), %rsi
cmovneq %rcx, %rsi
movq %r13, %rdi
callq _seq_puts
movq _BPP_RX@GOTPCREL(%rip), %rax
testl %r14d, (%rax)
je LBB0_4
## %bb.3:
cmpl $0, -44(%rbp) ## 4-byte Folded Reload
leaq L_.str.8(%rip), %rax
leaq L_.str.7(%rip), %rsi
jmp LBB0_7
LBB0_1:
leaq L_.str.1(%rip), %rbx
jmp LBB0_15
LBB0_4:
movq _BPP_RW@GOTPCREL(%rip), %rax
testl %r14d, (%rax)
je LBB0_6
## %bb.5:
cmpl $0, -44(%rbp) ## 4-byte Folded Reload
leaq L_.str.8(%rip), %rax
leaq L_.str.9(%rip), %rsi
jmp LBB0_7
LBB0_6:
cmpl $0, -44(%rbp) ## 4-byte Folded Reload
leaq L_.str.11(%rip), %rax
leaq L_.str.10(%rip), %rsi
LBB0_7:
cmoveq %rax, %rsi
movq %r13, %rdi
callq _seq_puts
movq __PAGE_WRITETHRU@GOTPCREL(%rip), %rax
testl %r14d, (%rax)
je LBB0_9
## %bb.8:
leaq L_.str.12(%rip), %rsi
movq %r13, %rdi
callq _seq_puts
LBB0_9:
movq __PAGE_NO_CACHE@GOTPCREL(%rip), %rax
testl %r14d, (%rax)
je LBB0_11
## %bb.10:
leaq L_.str.13(%rip), %rsi
movq %r13, %rdi
callq _seq_puts
LBB0_11:
movq __PAGE_COHERENT@GOTPCREL(%rip), %rax
testl %r14d, (%rax)
je LBB0_13
## %bb.12:
leaq L_.str.14(%rip), %rsi
movq %r13, %rdi
callq _seq_puts
LBB0_13:
movq __PAGE_GUARDED@GOTPCREL(%rip), %rax
leaq L_.str.16(%rip), %rbx
testl %r14d, (%rax)
je LBB0_15
## %bb.14:
leaq L_.str.15(%rip), %rsi
movq %r13, %rdi
callq _seq_puts
LBB0_15:
movq %r13, %rdi
movq %rbx, %rsi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _seq_puts ## TAILCALL
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d: "
L_.str.1: ## @.str.1
.asciz " -\n"
L_.str.2: ## @.str.2
.asciz "0x%08x-0x%08x "
L_.str.3: ## @.str.3
.asciz "0x%08x "
L_.str.4: ## @.str.4
.asciz "User "
L_.str.5: ## @.str.5
.asciz "Kernel "
L_.str.6: ## @.str.6
.asciz "Kernel/User "
.comm _BPP_RX,4,2 ## @BPP_RX
L_.str.7: ## @.str.7
.asciz "RO "
L_.str.8: ## @.str.8
.asciz "EXEC "
.comm _BPP_RW,4,2 ## @BPP_RW
L_.str.9: ## @.str.9
.asciz "RW "
L_.str.10: ## @.str.10
.asciz "NA "
L_.str.11: ## @.str.11
.asciz "NX "
.comm __PAGE_WRITETHRU,4,2 ## @_PAGE_WRITETHRU
L_.str.12: ## @.str.12
.asciz "write through "
.comm __PAGE_NO_CACHE,4,2 ## @_PAGE_NO_CACHE
L_.str.13: ## @.str.13
.asciz "no cache "
.comm __PAGE_COHERENT,4,2 ## @_PAGE_COHERENT
L_.str.14: ## @.str.14
.asciz "coherent "
.comm __PAGE_GUARDED,4,2 ## @_PAGE_GUARDED
L_.str.15: ## @.str.15
.asciz "guarded "
L_.str.16: ## @.str.16
.asciz "\n"
.no_dead_strip _bat_show_603
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bat_show_603
_bat_show_603: ; @bat_show_603
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x21, x4
mov x23, x3
mov x20, x2
mov x24, x1
mov x19, x0
and w25, w3, #0x3
mov x0, x2
bl _PHYS_BAT_ADDR
mov x22, x0
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
mov x0, x19
mov x2, x24
bl _seq_printf
cbz w25, LBB0_3
; %bb.1:
lsl w8, w23, #15
and w8, w8, #0xffe0000
and w2, w23, #0xfffe0000
orr w9, w23, #0x1ffff
add w8, w9, w8
str x8, [sp]
Lloh2:
adrp x1, l_.str.2@PAGE
Lloh3:
add x1, x1, l_.str.2@PAGEOFF
mov x0, x19
bl _seq_printf
Lloh4:
adrp x1, l_.str.3@PAGE
Lloh5:
add x1, x1, l_.str.3@PAGEOFF
mov x0, x19
mov x2, x22
bl _seq_printf
Lloh6:
adrp x8, l_.str.6@PAGE
Lloh7:
add x8, x8, l_.str.6@PAGEOFF
Lloh8:
adrp x9, l_.str.5@PAGE
Lloh9:
add x9, x9, l_.str.5@PAGEOFF
cmp w25, #2
csel x8, x9, x8, eq
Lloh10:
adrp x9, l_.str.4@PAGE
Lloh11:
add x9, x9, l_.str.4@PAGEOFF
cmp w25, #1
csel x1, x9, x8, eq
mov x0, x19
bl _seq_puts
Lloh12:
adrp x8, _BPP_RX@GOTPAGE
Lloh13:
ldr x8, [x8, _BPP_RX@GOTPAGEOFF]
Lloh14:
ldr w8, [x8]
tst w8, w20
b.eq LBB0_4
; %bb.2:
Lloh15:
adrp x8, l_.str.7@PAGE
Lloh16:
add x8, x8, l_.str.7@PAGEOFF
b LBB0_6
LBB0_3:
Lloh17:
adrp x1, l_.str.1@PAGE
Lloh18:
add x1, x1, l_.str.1@PAGEOFF
b LBB0_16
LBB0_4:
Lloh19:
adrp x8, _BPP_RW@GOTPAGE
Lloh20:
ldr x8, [x8, _BPP_RW@GOTPAGEOFF]
Lloh21:
ldr w8, [x8]
tst w8, w20
b.eq LBB0_17
; %bb.5:
Lloh22:
adrp x8, l_.str.9@PAGE
Lloh23:
add x8, x8, l_.str.9@PAGEOFF
LBB0_6:
Lloh24:
adrp x9, l_.str.8@PAGE
Lloh25:
add x9, x9, l_.str.8@PAGEOFF
LBB0_7:
cmp w21, #0
csel x1, x9, x8, eq
mov x0, x19
bl _seq_puts
Lloh26:
adrp x8, __PAGE_WRITETHRU@GOTPAGE
Lloh27:
ldr x8, [x8, __PAGE_WRITETHRU@GOTPAGEOFF]
Lloh28:
ldr w8, [x8]
tst w8, w20
b.eq LBB0_9
; %bb.8:
Lloh29:
adrp x1, l_.str.12@PAGE
Lloh30:
add x1, x1, l_.str.12@PAGEOFF
mov x0, x19
bl _seq_puts
LBB0_9:
Lloh31:
adrp x8, __PAGE_NO_CACHE@GOTPAGE
Lloh32:
ldr x8, [x8, __PAGE_NO_CACHE@GOTPAGEOFF]
Lloh33:
ldr w8, [x8]
tst w8, w20
b.eq LBB0_11
; %bb.10:
Lloh34:
adrp x1, l_.str.13@PAGE
Lloh35:
add x1, x1, l_.str.13@PAGEOFF
mov x0, x19
bl _seq_puts
LBB0_11:
Lloh36:
adrp x8, __PAGE_COHERENT@GOTPAGE
Lloh37:
ldr x8, [x8, __PAGE_COHERENT@GOTPAGEOFF]
Lloh38:
ldr w8, [x8]
tst w8, w20
b.eq LBB0_13
; %bb.12:
Lloh39:
adrp x1, l_.str.14@PAGE
Lloh40:
add x1, x1, l_.str.14@PAGEOFF
mov x0, x19
bl _seq_puts
LBB0_13:
Lloh41:
adrp x8, __PAGE_GUARDED@GOTPAGE
Lloh42:
ldr x8, [x8, __PAGE_GUARDED@GOTPAGEOFF]
Lloh43:
ldr w8, [x8]
tst w8, w20
b.eq LBB0_15
; %bb.14:
Lloh44:
adrp x1, l_.str.15@PAGE
Lloh45:
add x1, x1, l_.str.15@PAGEOFF
mov x0, x19
bl _seq_puts
LBB0_15:
Lloh46:
adrp x1, l_.str.16@PAGE
Lloh47:
add x1, x1, l_.str.16@PAGEOFF
LBB0_16:
mov x0, x19
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #96
b _seq_puts
LBB0_17:
Lloh48:
adrp x8, l_.str.10@PAGE
Lloh49:
add x8, x8, l_.str.10@PAGEOFF
Lloh50:
adrp x9, l_.str.11@PAGE
Lloh51:
add x9, x9, l_.str.11@PAGEOFF
b LBB0_7
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpAdd Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh19, Lloh20, Lloh21
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh28
.loh AdrpAdd Lloh29, Lloh30
.loh AdrpLdrGotLdr Lloh31, Lloh32, Lloh33
.loh AdrpAdd Lloh34, Lloh35
.loh AdrpLdrGotLdr Lloh36, Lloh37, Lloh38
.loh AdrpAdd Lloh39, Lloh40
.loh AdrpLdrGotLdr Lloh41, Lloh42, Lloh43
.loh AdrpAdd Lloh44, Lloh45
.loh AdrpAdd Lloh46, Lloh47
.loh AdrpAdd Lloh50, Lloh51
.loh AdrpAdd Lloh48, Lloh49
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d: "
l_.str.1: ; @.str.1
.asciz " -\n"
l_.str.2: ; @.str.2
.asciz "0x%08x-0x%08x "
l_.str.3: ; @.str.3
.asciz "0x%08x "
l_.str.4: ; @.str.4
.asciz "User "
l_.str.5: ; @.str.5
.asciz "Kernel "
l_.str.6: ; @.str.6
.asciz "Kernel/User "
.comm _BPP_RX,4,2 ; @BPP_RX
l_.str.7: ; @.str.7
.asciz "RO "
l_.str.8: ; @.str.8
.asciz "EXEC "
.comm _BPP_RW,4,2 ; @BPP_RW
l_.str.9: ; @.str.9
.asciz "RW "
l_.str.10: ; @.str.10
.asciz "NA "
l_.str.11: ; @.str.11
.asciz "NX "
.comm __PAGE_WRITETHRU,4,2 ; @_PAGE_WRITETHRU
l_.str.12: ; @.str.12
.asciz "write through "
.comm __PAGE_NO_CACHE,4,2 ; @_PAGE_NO_CACHE
l_.str.13: ; @.str.13
.asciz "no cache "
.comm __PAGE_COHERENT,4,2 ; @_PAGE_COHERENT
l_.str.14: ; @.str.14
.asciz "coherent "
.comm __PAGE_GUARDED,4,2 ; @_PAGE_GUARDED
l_.str.15: ; @.str.15
.asciz "guarded "
l_.str.16: ; @.str.16
.asciz "\n"
.no_dead_strip _bat_show_603
.subsections_via_symbols
| AnghaBench/linux/arch/powerpc/mm/ptdump/extr_bats.c_bat_show_603.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function pool_name
_pool_name: ## @pool_name
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _rxe_type_info@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rdi), %rcx
movq (%rax,%rcx,8), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _rxe_type_info,8,3 ## @rxe_type_info
.no_dead_strip _pool_name
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function pool_name
_pool_name: ; @pool_name
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _rxe_type_info@GOTPAGE
Lloh1:
ldr x8, [x8, _rxe_type_info@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
ldr x9, [x0]
ldr x0, [x8, x9, lsl #3]
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _rxe_type_info,8,3 ; @rxe_type_info
.no_dead_strip _pool_name
.subsections_via_symbols
| AnghaBench/linux/drivers/infiniband/sw/rxe/extr_rxe_pool.c_pool_name.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _usnic_uiom_alloc_pd ## -- Begin function usnic_uiom_alloc_pd
.p2align 4, 0x90
_usnic_uiom_alloc_pd: ## @usnic_uiom_alloc_pd
.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
pushq %rax
.cfi_offset %rbx, -24
movq _GFP_KERNEL@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl $16, %edi
callq _kzalloc
testq %rax, %rax
je LBB0_3
## %bb.1:
movq %rax, %rbx
movq _pci_bus_type@GOTPCREL(%rip), %rdi
callq _iommu_domain_alloc
movq %rax, 8(%rbx)
testq %rax, %rax
je LBB0_2
## %bb.4:
movq _usnic_uiom_dma_fault@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
movq %rax, %rdi
xorl %edx, %edx
callq _iommu_set_fault_handler
movq %rbx, %rdi
addq $4, %rdi
callq _spin_lock_init
movq %rbx, %rdi
callq _INIT_LIST_HEAD
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB0_2:
leaq L_.str(%rip), %rdi
callq _usnic_err
movq %rbx, %rdi
callq _kfree
LBB0_3:
movq _ENOMEM@GOTPCREL(%rip), %rax
xorl %edi, %edi
subl (%rax), %edi
addq $8, %rsp
popq %rbx
popq %rbp
jmp _ERR_PTR ## TAILCALL
.cfi_endproc
## -- End function
.comm _GFP_KERNEL,4,2 ## @GFP_KERNEL
.comm _ENOMEM,4,2 ## @ENOMEM
.comm _pci_bus_type,4,2 ## @pci_bus_type
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Failed to allocate IOMMU domain"
.comm _usnic_uiom_dma_fault,4,2 ## @usnic_uiom_dma_fault
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _usnic_uiom_alloc_pd ; -- Begin function usnic_uiom_alloc_pd
.p2align 2
_usnic_uiom_alloc_pd: ; @usnic_uiom_alloc_pd
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x8, _GFP_KERNEL@GOTPAGE
Lloh1:
ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
mov w0, #16
bl _kzalloc
cbz x0, LBB0_4
; %bb.1:
mov x19, x0
Lloh3:
adrp x0, _pci_bus_type@GOTPAGE
Lloh4:
ldr x0, [x0, _pci_bus_type@GOTPAGEOFF]
bl _iommu_domain_alloc
str x0, [x19, #8]
cbz x0, LBB0_3
; %bb.2:
Lloh5:
adrp x8, _usnic_uiom_dma_fault@GOTPAGE
Lloh6:
ldr x8, [x8, _usnic_uiom_dma_fault@GOTPAGEOFF]
Lloh7:
ldr w1, [x8]
mov x2, #0
bl _iommu_set_fault_handler
add x0, x19, #4
bl _spin_lock_init
mov x0, x19
bl _INIT_LIST_HEAD
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
LBB0_3:
Lloh8:
adrp x0, l_.str@PAGE
Lloh9:
add x0, x0, l_.str@PAGEOFF
bl _usnic_err
mov x0, x19
bl _kfree
LBB0_4:
Lloh10:
adrp x8, _ENOMEM@GOTPAGE
Lloh11:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
Lloh12:
ldr w8, [x8]
neg w0, w8
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _ERR_PTR
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.cfi_endproc
; -- End function
.comm _GFP_KERNEL,4,2 ; @GFP_KERNEL
.comm _ENOMEM,4,2 ; @ENOMEM
.comm _pci_bus_type,4,2 ; @pci_bus_type
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Failed to allocate IOMMU domain"
.comm _usnic_uiom_dma_fault,4,2 ; @usnic_uiom_dma_fault
.subsections_via_symbols
| AnghaBench/linux/drivers/infiniband/hw/usnic/extr_usnic_uiom.c_usnic_uiom_alloc_pd.c | anghabench |
.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
pushq %rbx
subq $40, %rsp
.cfi_offset %rbx, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -16(%rbp)
movw $48, -48(%rbp)
leaq -48(%rbp), %rbx
movq %rbx, %rdi
callq _puts
movb $49, -48(%rbp)
movl $3420722, -47(%rbp) ## imm = 0x343232
movb $51, -46(%rbp)
movq %rbx, %rdi
callq _puts
movb $0, -43(%rbp)
movb $45, -48(%rbp)
movl $758329905, -47(%rbp) ## imm = 0x2D333231
movb $52, -44(%rbp)
movq %rbx, %rdi
callq _puts
movb $49, -40(%rbp)
movabsq $3762533429673342002, %rax ## imm = 0x3437343833363432
movq %rax, -48(%rbp)
movw $55, -39(%rbp)
movl $8, %eax
movl $2, %ecx
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movzbl -49(%rbp,%rcx), %edx
movzbl -48(%rbp,%rax), %ebx
movb %bl, -49(%rbp,%rcx)
movb %dl, -48(%rbp,%rax)
decq %rax
leaq 1(%rcx), %rdx
cmpq %rax, %rcx
movq %rdx, %rcx
jb LBB0_1
## %bb.2:
leaq -48(%rbp), %rbx
movq %rbx, %rdi
callq _puts
movl $3158061, -48(%rbp) ## imm = 0x30302D
movq %rbx, %rdi
callq _puts
movw $25185, -48(%rbp) ## imm = 0x6261
movb $0, -46(%rbp)
movq %rbx, %rdi
callq _puts
movl $1684234849, -48(%rbp) ## imm = 0x64636261
movb $0, -44(%rbp)
movq %rbx, %rdi
callq _puts
movabsq $7378415037781730660, %rax ## imm = 0x6665656264616564
movq %rax, -48(%rbp)
movb $0, -40(%rbp)
movq %rbx, %rdi
callq _puts
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -16(%rbp), %rax
jne LBB0_4
## %bb.3:
xorl %eax, %eax
addq $40, %rsp
popq %rbx
popq %rbp
retq
LBB0_4:
callq ___stack_chk_fail
.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:
.byte 50 ; 0x32
.byte 52 ; 0x34
.byte 54 ; 0x36
.byte 51 ; 0x33
.byte 56 ; 0x38
.byte 52 ; 0x34
.byte 55 ; 0x37
.byte 52 ; 0x34
lCPI0_1:
.byte 100 ; 0x64
.byte 101 ; 0x65
.byte 97 ; 0x61
.byte 100 ; 0x64
.byte 98 ; 0x62
.byte 101 ; 0x65
.byte 101 ; 0x65
.byte 102 ; 0x66
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-24]
mov w8, #48
strh w8, [sp, #8]
add x19, sp, #8
add x0, sp, #8
bl _puts
mov w20, #49
strb w20, [sp, #8]
mov w8, #12850
movk w8, #52, lsl #16
stur w8, [sp, #9]
mov w8, #51
strb w8, [sp, #10]
add x0, sp, #8
bl _puts
strb wzr, [sp, #13]
mov w8, #45
strb w8, [sp, #8]
mov w8, #12849
movk w8, #11571, lsl #16
stur w8, [sp, #9]
mov w8, #52
strb w8, [sp, #12]
add x0, sp, #8
bl _puts
strb w20, [sp, #16]
Lloh3:
adrp x8, lCPI0_0@PAGE
Lloh4:
ldr d0, [x8, lCPI0_0@PAGEOFF]
str d0, [sp, #8]
mov w8, #55
sturh w8, [sp, #17]
mov w9, #1
mov w8, #8
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldrb w10, [x19, x9]
ldrb w11, [x19, x8]
strb w11, [x19, x9]
add x11, x9, #1
strb w10, [x19, x8]
sub x8, x8, #1
mov x9, x11
cmp x11, x8
b.lo LBB0_1
; %bb.2:
add x0, sp, #8
bl _puts
mov w8, #12333
movk w8, #48, lsl #16
str w8, [sp, #8]
add x0, sp, #8
bl _puts
mov w8, #25185
strh w8, [sp, #8]
strb wzr, [sp, #10]
add x0, sp, #8
bl _puts
mov w8, #25185
movk w8, #25699, lsl #16
str w8, [sp, #8]
strb wzr, [sp, #12]
add x0, sp, #8
bl _puts
Lloh5:
adrp x8, lCPI0_1@PAGE
Lloh6:
ldr d0, [x8, lCPI0_1@PAGEOFF]
str d0, [sp, #8]
strb wzr, [sp, #16]
add x0, sp, #8
bl _puts
ldur x8, [x29, #-24]
Lloh7:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh8:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh9:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_4
; %bb.3:
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #80
ret
LBB0_4:
bl ___stack_chk_fail
.loh AdrpLdr Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpLdr Lloh5, Lloh6
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/6389073.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function defrouter_delreq
_defrouter_delreq: ## @defrouter_delreq
.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 $72, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %rbx
movq $0, -48(%rbp)
leaq -80(%rbp), %r14
movq %r14, %rdi
movl $12, %esi
callq _bzero
leaq -96(%rbp), %r15
movq %r15, %rdi
movl $12, %esi
callq _bzero
leaq -64(%rbp), %r12
movq %r12, %rdi
movl $12, %esi
callq _bzero
movl $12, -64(%rbp)
movl $12, -96(%rbp)
movl $12, -80(%rbp)
movq _AF_INET6@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -56(%rbp)
movl %eax, -72(%rbp)
movl 16(%rbx), %eax
movl %eax, -60(%rbp)
movq _RTM_DELETE@GOTPCREL(%rip), %r13
movl (%r13), %edi
movq _RTF_GATEWAY@GOTPCREL(%rip), %rax
movl (%rax), %r8d
movq 8(%rbx), %rax
movl (%rax), %eax
movl %eax, (%rsp)
leaq -48(%rbp), %r9
movq %r14, %rsi
movq %r12, %rdx
movq %r15, %rcx
callq _in6_rtrequest
movq -48(%rbp), %rsi
testq %rsi, %rsi
je LBB0_2
## %bb.1:
movl (%r13), %edi
callq _nd6_rtmsg
movq -48(%rbp), %rdi
callq _RTFREE
LBB0_2:
movq $0, (%rbx)
addq $72, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _AF_INET6,4,2 ## @AF_INET6
.comm _RTM_DELETE,4,2 ## @RTM_DELETE
.comm _RTF_GATEWAY,4,2 ## @RTF_GATEWAY
.no_dead_strip _defrouter_delreq
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function defrouter_delreq
_defrouter_delreq: ; @defrouter_delreq
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
str xzr, [sp, #8]
mov w20, #12
sub x0, x29, #32
mov w1, #12
bl _bzero
add x0, sp, #32
mov w1, #12
bl _bzero
add x0, sp, #16
mov w1, #12
bl _bzero
str w20, [sp, #32]
Lloh0:
adrp x8, _AF_INET6@GOTPAGE
Lloh1:
ldr x8, [x8, _AF_INET6@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
str w8, [sp, #24]
stur w20, [x29, #-32]
stur w8, [x29, #-24]
ldr w8, [x19, #16]
stp w20, w8, [sp, #16]
Lloh3:
adrp x20, _RTM_DELETE@GOTPAGE
Lloh4:
ldr x20, [x20, _RTM_DELETE@GOTPAGEOFF]
ldr w0, [x20]
Lloh5:
adrp x8, _RTF_GATEWAY@GOTPAGE
Lloh6:
ldr x8, [x8, _RTF_GATEWAY@GOTPAGEOFF]
Lloh7:
ldr w4, [x8]
ldr x8, [x19, #8]
ldr w6, [x8]
sub x1, x29, #32
add x2, sp, #16
add x3, sp, #32
add x5, sp, #8
bl _in6_rtrequest
ldr x1, [sp, #8]
cbz x1, LBB0_2
; %bb.1:
ldr w0, [x20]
bl _nd6_rtmsg
ldr x0, [sp, #8]
bl _RTFREE
LBB0_2:
str xzr, [x19]
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #96
ret
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _AF_INET6,4,2 ; @AF_INET6
.comm _RTM_DELETE,4,2 ; @RTM_DELETE
.comm _RTF_GATEWAY,4,2 ; @RTF_GATEWAY
.no_dead_strip _defrouter_delreq
.subsections_via_symbols
| AnghaBench/freebsd/sys/netinet6/extr_nd6_rtr.c_defrouter_delreq.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ibv_cmd_query_qp ## -- Begin function ibv_cmd_query_qp
.p2align 4, 0x90
_ibv_cmd_query_qp: ## @ibv_cmd_query_qp
.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 $216, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _IBV_QP_DEST_QPN@GOTPCREL(%rip), %rax
movl (%rax), %eax
addl %eax, %eax
negl %eax
testl %edx, %eax
je LBB0_2
## %bb.1:
movq _EOPNOTSUPP@GOTPCREL(%rip), %rax
jmp LBB0_5
LBB0_2:
movq %r9, %r12
movq %r8, %rbx
movl %edx, %r14d
movq %rsi, %r13
movq %rdi, %r15
movq %rcx, -48(%rbp) ## 8-byte Spill
movq _QUERY_QP@GOTPCREL(%rip), %rax
movl (%rax), %edx
leaq -256(%rbp), %rcx
movq %r8, %rdi
movq %r9, %rsi
movl $196, %r8d
callq _IBV_INIT_CMD_RESP
movl 32(%r15), %eax
movl %eax, 4(%rbx)
movl %r14d, (%rbx)
movq 24(%r15), %rax
movl (%rax), %edi
movq %rbx, %rsi
movq %r12, %rdx
callq _write
cmpq %r12, %rax
jne LBB0_4
## %bb.3:
leaq -256(%rbp), %rdi
movl $196, %esi
callq _VALGRIND_MAKE_MEM_DEFINED
movl -64(%rbp), %eax
movl %eax, 188(%r13)
movaps -80(%rbp), %xmm0
movups %xmm0, 172(%r13)
movaps -96(%rbp), %xmm0
movups %xmm0, 156(%r13)
movaps -112(%rbp), %xmm0
movups %xmm0, 140(%r13)
movaps -128(%rbp), %xmm0
movups %xmm0, 124(%r13)
movaps -144(%rbp), %xmm0
movups %xmm0, 108(%r13)
movl -236(%rbp), %eax
movl %eax, 104(%r13)
movups -252(%rbp), %xmm0
movups %xmm0, 88(%r13)
movl 80(%r13), %edi
movl -148(%rbp), %esi
movl $16, %edx
callq _memcpy
movl -152(%rbp), %eax
movl %eax, 76(%r13)
movl -156(%rbp), %eax
movl %eax, 84(%r13)
movups -172(%rbp), %xmm0
movups %xmm0, 60(%r13)
movups -188(%rbp), %xmm0
movups %xmm0, 44(%r13)
movl 36(%r13), %edi
movl -192(%rbp), %esi
movl $16, %edx
callq _memcpy
movl -196(%rbp), %eax
movl %eax, 32(%r13)
movl -200(%rbp), %eax
movl %eax, 40(%r13)
movups -216(%rbp), %xmm0
movups %xmm0, 16(%r13)
movups -232(%rbp), %xmm0
movups %xmm0, (%r13)
movl 16(%r15), %eax
movq -48(%rbp), %rcx ## 8-byte Reload
movl %eax, 40(%rcx)
movl 12(%r15), %eax
movl %eax, 36(%rcx)
movl 8(%r15), %eax
movl %eax, 32(%rcx)
movsd (%r15), %xmm0 ## xmm0 = mem[0],zero
movsd -240(%rbp), %xmm1 ## xmm1 = mem[0],zero
movlhps %xmm0, %xmm1 ## xmm1 = xmm1[0],xmm0[0]
movups %xmm1, 16(%rcx)
movaps -256(%rbp), %xmm0
movups %xmm0, (%rcx)
xorl %eax, %eax
jmp LBB0_6
LBB0_4:
movq _errno@GOTPCREL(%rip), %rax
LBB0_5:
movl (%rax), %eax
LBB0_6:
addq $216, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _IBV_QP_DEST_QPN,4,2 ## @IBV_QP_DEST_QPN
.comm _EOPNOTSUPP,4,2 ## @EOPNOTSUPP
.comm _QUERY_QP,4,2 ## @QUERY_QP
.comm _errno,4,2 ## @errno
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ibv_cmd_query_qp ; -- Begin function ibv_cmd_query_qp
.p2align 2
_ibv_cmd_query_qp: ; @ibv_cmd_query_qp
.cfi_startproc
; %bb.0:
sub sp, sp, #288
.cfi_def_cfa_offset 288
stp x28, x27, [sp, #208] ; 16-byte Folded Spill
stp x24, x23, [sp, #224] ; 16-byte Folded Spill
stp x22, x21, [sp, #240] ; 16-byte Folded Spill
stp x20, x19, [sp, #256] ; 16-byte Folded Spill
stp x29, x30, [sp, #272] ; 16-byte Folded Spill
add x29, sp, #272
.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 w23, -56
.cfi_offset w24, -64
.cfi_offset w27, -72
.cfi_offset w28, -80
Lloh0:
adrp x8, _IBV_QP_DEST_QPN@GOTPAGE
Lloh1:
ldr x8, [x8, _IBV_QP_DEST_QPN@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
neg w8, w8, lsl #1
tst w8, w2
b.eq LBB0_2
; %bb.1:
Lloh3:
adrp x8, _EOPNOTSUPP@GOTPAGE
Lloh4:
ldr x8, [x8, _EOPNOTSUPP@GOTPAGEOFF]
b LBB0_5
LBB0_2:
mov x22, x5
mov x23, x4
mov x19, x3
mov x24, x2
mov x21, x1
mov x20, x0
Lloh5:
adrp x8, _QUERY_QP@GOTPAGE
Lloh6:
ldr x8, [x8, _QUERY_QP@GOTPAGEOFF]
Lloh7:
ldr w2, [x8]
mov x3, sp
mov x0, x4
mov x1, x5
mov w4, #196
bl _IBV_INIT_CMD_RESP
ldr w8, [x20, #32]
stp w24, w8, [x23]
ldr x8, [x20, #24]
ldr w0, [x8]
mov x1, x23
mov x2, x22
bl _write
cmp x0, x22
b.ne LBB0_4
; %bb.3:
mov x0, sp
mov w1, #196
bl _VALGRIND_MAKE_MEM_DEFINED
ldr q0, [sp, #176]
stur q0, [x21, #172]
ldp q1, q0, [sp, #144]
stur q0, [x21, #156]
stur q1, [x21, #140]
ldp q1, q0, [sp, #112]
stur q0, [x21, #124]
ldr w8, [sp, #192]
str w8, [x21, #188]
stur q1, [x21, #108]
ldr w8, [sp, #20]
ldr w1, [sp, #108]
str w8, [x21, #104]
ldur q0, [sp, #4]
stur q0, [x21, #88]
ldr w0, [x21, #80]
mov w2, #16
bl _memcpy
ldp w9, w8, [sp, #100]
str w8, [x21, #76]
str w9, [x21, #84]
ldur q0, [sp, #84]
stur q0, [x21, #60]
ldur q0, [sp, #68]
stur q0, [x21, #44]
ldr w0, [x21, #36]
ldr w1, [sp, #64]
mov w2, #16
bl _memcpy
mov w0, #0
ldp w9, w8, [sp, #56]
str w8, [x21, #32]
str w9, [x21, #40]
ldur q0, [sp, #40]
ldur q1, [sp, #24]
stp q1, q0, [x21]
ldr w8, [x20, #16]
str w8, [x19, #40]
ldr d0, [x20, #8]
str d0, [x19, #32]
ldr d0, [x20]
ldr d1, [sp, #16]
mov.d v1[1], v0[0]
ldr q0, [sp]
stp q0, q1, [x19]
b LBB0_6
LBB0_4:
Lloh8:
adrp x8, _errno@GOTPAGE
Lloh9:
ldr x8, [x8, _errno@GOTPAGEOFF]
LBB0_5:
ldr w0, [x8]
LBB0_6:
ldp x29, x30, [sp, #272] ; 16-byte Folded Reload
ldp x20, x19, [sp, #256] ; 16-byte Folded Reload
ldp x22, x21, [sp, #240] ; 16-byte Folded Reload
ldp x24, x23, [sp, #224] ; 16-byte Folded Reload
ldp x28, x27, [sp, #208] ; 16-byte Folded Reload
add sp, sp, #288
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGot Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGot Lloh8, Lloh9
.cfi_endproc
; -- End function
.comm _IBV_QP_DEST_QPN,4,2 ; @IBV_QP_DEST_QPN
.comm _EOPNOTSUPP,4,2 ; @EOPNOTSUPP
.comm _QUERY_QP,4,2 ; @QUERY_QP
.comm _errno,4,2 ; @errno
.subsections_via_symbols
| AnghaBench/freebsd/contrib/ofed/libibverbs/extr_cmd.c_ibv_cmd_query_qp.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _LZ4_sizeofStreamState ## -- Begin function LZ4_sizeofStreamState
.p2align 4, 0x90
_LZ4_sizeofStreamState: ## @LZ4_sizeofStreamState
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _LZ4_STREAMSIZE@GOTPCREL(%rip), %rax
movl (%rax), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _LZ4_STREAMSIZE,4,2 ## @LZ4_STREAMSIZE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _LZ4_sizeofStreamState ; -- Begin function LZ4_sizeofStreamState
.p2align 2
_LZ4_sizeofStreamState: ; @LZ4_sizeofStreamState
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _LZ4_STREAMSIZE@GOTPAGE
Lloh1:
ldr x8, [x8, _LZ4_STREAMSIZE@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _LZ4_STREAMSIZE,4,2 ; @LZ4_STREAMSIZE
.subsections_via_symbols
| AnghaBench/TDengine/src/util/src/extr_lz4.c_LZ4_sizeofStreamState.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _vmGetWord0 ## -- Begin function vmGetWord0
.p2align 4, 0x90
_vmGetWord0: ## @vmGetWord0
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %rbx
callq _vmGetInBuf
movq %rax, %r14
movq %rbx, %rdi
callq _vmGetInBufEnd
movq %rax, %r15
movq %r14, %rdi
movq %rax, %rsi
callq _skipSpace
movq %rax, %r14
movq %rax, %rsi
callq _SI_SETPTR
cmpq %r14, %r15
je LBB0_4
## %bb.1:
xorl %r12d, %r12d
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
movsbl (%r14,%r12), %r13d
movl %r13d, %edi
callq _isspace
testq %rax, %rax
jne LBB0_5
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
leaq (%r14,%r12), %rax
incq %rax
incq %r12
cmpq %r15, %rax
jne LBB0_2
.p2align 4, 0x90
LBB0_4: ## =>This Inner Loop Header: Depth=1
jmp LBB0_4
LBB0_5:
movq %r12, %rsi
callq _SI_SETLEN
movl %r13d, %edi
callq _isspace
cmpq $1, %rax
sbbq $-1, %r14
addq %r12, %r14
movq %rbx, %rdi
movq %r14, %rsi
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _vmUpdateTib ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _vmGetWord0 ; -- Begin function vmGetWord0
.p2align 2
_vmGetWord0: ; @vmGetWord0
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
bl _vmGetInBuf
mov x20, x0
mov x0, x19
bl _vmGetInBufEnd
mov x21, x0
mov x0, x20
mov x1, x21
bl _skipSpace
mov x20, x0
mov x1, x0
bl _SI_SETPTR
cmp x21, x20
b.eq LBB0_4
; %bb.1:
mov x22, #0 ; =0x0
LBB0_2: ; =>This Inner Loop Header: Depth=1
ldrsb w23, [x20, x22]
mov x0, x23
bl _isspace
cbnz x0, LBB0_5
; %bb.3: ; in Loop: Header=BB0_2 Depth=1
add x22, x22, #1
add x8, x20, x22
cmp x8, x21
b.ne LBB0_2
LBB0_4: ; =>This Inner Loop Header: Depth=1
b LBB0_4
LBB0_5:
mov x1, x22
bl _SI_SETLEN
mov x0, x23
bl _isspace
cmp x0, #0
cinc x8, x20, ne
add x1, x8, x22
mov x0, x19
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
b _vmUpdateTib
.cfi_endproc
; -- End function
.subsections_via_symbols
| assembly_file_57801.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _Reallocate ## -- Begin function Reallocate
.p2align 4, 0x90
_Reallocate: ## @Reallocate
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdx, %rdx
je LBB0_1
## %bb.2:
movq %rdx, %rsi
callq _realloc
testq %rax, %rax
je LBB0_4
## %bb.3:
popq %rbp
retq
LBB0_1:
callq _free
xorl %eax, %eax
popq %rbp
retq
LBB0_4:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str(%rip), %rdi
movl $37, %esi
movl $1, %edx
callq _fwrite
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "ERR_OUT_OF_MEMORY: allocation failed\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _Reallocate ; -- Begin function Reallocate
.p2align 2
_Reallocate: ; @Reallocate
.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
cbz x2, LBB0_3
; %bb.1:
mov x1, x2
bl _realloc
cbz x0, LBB0_4
; %bb.2:
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
LBB0_3:
bl _free
mov x0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
LBB0_4:
Lloh0:
adrp x8, ___stderrp@GOTPAGE
Lloh1:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh2:
ldr x3, [x8]
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
mov w1, #37
mov w2, #1
bl _fwrite
mov w0, #1
bl _exit
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "ERR_OUT_OF_MEMORY: allocation failed\n"
.subsections_via_symbols
| the_stack_data/70450808.c | stack |
.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/151145.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function event3_p917
_event3_p917: ## @event3_p917
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %ecx, (%rdi)
movl %esi, 4(%rdi)
movl 8(%rdi), %eax
movl %eax, 12(%rdi)
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _event3_p917
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function event3_p917
_event3_p917: ; @event3_p917
.cfi_startproc
; %bb.0:
stp w3, w1, [x0]
ldr w8, [x0, #8]
str w8, [x0, #12]
ret
.cfi_endproc
; -- End function
.no_dead_strip _event3_p917
.subsections_via_symbols
| AnghaBench/Provenance/Cores/Atari800/atari800-src/extr_mzpokeysnd.c_event3_p917.c | anghabench |
.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
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _cria_ret ## -- Begin function cria_ret
.p2align 4, 0x90
_cria_ret: ## @cria_ret
.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
pushq %rax
.cfi_offset %rbx, -24
movss %xmm1, -16(%rbp) ## 4-byte Spill
movss %xmm0, -12(%rbp) ## 4-byte Spill
movl $8, %edi
callq _malloc
testq %rax, %rax
je LBB1_3
## %bb.1:
movq %rax, %rbx
movss -12(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, (%rax)
movss -16(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, 4(%rax)
movl $24, %edi
callq _malloc
testq %rax, %rax
je LBB1_3
## %bb.2:
movl $0, (%rax)
movq %rbx, 8(%rax)
movq $0, 16(%rax)
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB1_3:
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _cria_tri ## -- Begin function cria_tri
.p2align 4, 0x90
_cria_tri: ## @cria_tri
.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
pushq %rax
.cfi_offset %rbx, -24
movss %xmm1, -16(%rbp) ## 4-byte Spill
movss %xmm0, -12(%rbp) ## 4-byte Spill
movl $8, %edi
callq _malloc
testq %rax, %rax
je LBB2_3
## %bb.1:
movq %rax, %rbx
movss -12(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, (%rax)
movss -16(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, 4(%rax)
movl $24, %edi
callq _malloc
testq %rax, %rax
je LBB2_3
## %bb.2:
movl $1, (%rax)
movq %rbx, 8(%rax)
movq $0, 16(%rax)
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB2_3:
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.globl _cria_cir ## -- Begin function cria_cir
.p2align 4, 0x90
_cria_cir: ## @cria_cir
.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
pushq %rax
.cfi_offset %rbx, -24
movss %xmm0, -12(%rbp) ## 4-byte Spill
movl $4, %edi
callq _malloc
testq %rax, %rax
je LBB3_3
## %bb.1:
movq %rax, %rbx
movss -12(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, (%rax)
movl $24, %edi
callq _malloc
testq %rax, %rax
je LBB3_3
## %bb.2:
movl $2, (%rax)
movq %rbx, 8(%rax)
movq $0, 16(%rax)
addq $8, %rsp
popq %rbx
popq %rbp
retq
LBB3_3:
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function calc_area
LCPI4_0:
.quad 0x40091eb851eb851f ## double 3.1400000000000001
.section __TEXT,__literal4,4byte_literals
.p2align 2
LCPI4_1:
.long 0x3f000000 ## float 0.5
.section __TEXT,__text,regular,pure_instructions
.globl _calc_area
.p2align 4, 0x90
_calc_area: ## @calc_area
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl (%rdi), %eax
cmpl $2, %eax
je LBB4_5
## %bb.1:
cmpl $1, %eax
je LBB4_4
## %bb.2:
## implicit-def: $xmm0
testl %eax, %eax
jne LBB4_6
## %bb.3:
movq 8(%rdi), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss 4(%rax), %xmm0
popq %rbp
retq
LBB4_5:
movq 8(%rdi), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI4_0(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm0, %xmm1
mulsd %xmm0, %xmm1
xorps %xmm0, %xmm0
cvtsd2ss %xmm1, %xmm0
LBB4_6:
popq %rbp
retq
LBB4_4:
movq 8(%rdi), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss 4(%rax), %xmm0
mulss LCPI4_1(%rip), %xmm0
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function max_area
LCPI5_0:
.quad 0x40091eb851eb851f ## double 3.1400000000000001
.section __TEXT,__literal4,4byte_literals
.p2align 2
LCPI5_1:
.long 0x3f000000 ## float 0.5
.section __TEXT,__text,regular,pure_instructions
.globl _max_area
.p2align 4, 0x90
_max_area: ## @max_area
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdi, %rdi
je LBB5_1
## %bb.2:
xorps %xmm3, %xmm3
movsd LCPI5_0(%rip), %xmm1 ## xmm1 = mem[0],zero
movss LCPI5_1(%rip), %xmm2 ## xmm2 = mem[0],zero,zero,zero
jmp LBB5_3
.p2align 4, 0x90
LBB5_8: ## in Loop: Header=BB5_3 Depth=1
movq 8(%rdi), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movaps %xmm0, %xmm4
mulsd %xmm1, %xmm4
mulsd %xmm0, %xmm4
xorps %xmm0, %xmm0
cvtsd2ss %xmm4, %xmm0
LBB5_9: ## in Loop: Header=BB5_3 Depth=1
maxss %xmm3, %xmm0
movq 16(%rdi), %rdi
movaps %xmm0, %xmm3
testq %rdi, %rdi
je LBB5_10
LBB5_3: ## =>This Inner Loop Header: Depth=1
movl (%rdi), %eax
cmpl $2, %eax
je LBB5_8
## %bb.4: ## in Loop: Header=BB5_3 Depth=1
cmpl $1, %eax
je LBB5_7
## %bb.5: ## in Loop: Header=BB5_3 Depth=1
## implicit-def: $xmm0
testl %eax, %eax
jne LBB5_9
## %bb.6: ## in Loop: Header=BB5_3 Depth=1
movq 8(%rdi), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss 4(%rax), %xmm0
jmp LBB5_9
.p2align 4, 0x90
LBB5_7: ## in Loop: Header=BB5_3 Depth=1
movq 8(%rdi), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss 4(%rax), %xmm0
mulss %xmm2, %xmm0
jmp LBB5_9
LBB5_10:
popq %rbp
retq
LBB5_1:
xorps %xmm0, %xmm0
popq %rbp
retq
.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 2
_main: ; @main
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.globl _cria_ret ; -- Begin function cria_ret
.p2align 2
_cria_ret: ; @cria_ret
.cfi_startproc
; %bb.0:
stp d9, d8, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset b8, -40
.cfi_offset b9, -48
fmov s8, s1
fmov s9, s0
mov w0, #8
bl _malloc
cbz x0, LBB1_3
; %bb.1:
mov x19, x0
stp s9, s8, [x0]
mov w0, #24
bl _malloc
cbz x0, LBB1_3
; %bb.2:
str wzr, [x0]
stp x19, xzr, [x0, #8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp d9, d8, [sp], #48 ; 16-byte Folded Reload
ret
LBB1_3:
mov w0, #1
bl _exit
.cfi_endproc
; -- End function
.globl _cria_tri ; -- Begin function cria_tri
.p2align 2
_cria_tri: ; @cria_tri
.cfi_startproc
; %bb.0:
stp d9, d8, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset b8, -40
.cfi_offset b9, -48
fmov s8, s1
fmov s9, s0
mov w0, #8
bl _malloc
cbz x0, LBB2_3
; %bb.1:
mov x19, x0
stp s9, s8, [x0]
mov w0, #24
bl _malloc
cbz x0, LBB2_3
; %bb.2:
mov w8, #1
str w8, [x0]
stp x19, xzr, [x0, #8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp d9, d8, [sp], #48 ; 16-byte Folded Reload
ret
LBB2_3:
mov w0, #1
bl _exit
.cfi_endproc
; -- End function
.globl _cria_cir ; -- Begin function cria_cir
.p2align 2
_cria_cir: ; @cria_cir
.cfi_startproc
; %bb.0:
stp d9, d8, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset b8, -40
.cfi_offset b9, -48
fmov s8, s0
mov w0, #4
bl _malloc
cbz x0, LBB3_3
; %bb.1:
mov x19, x0
str s8, [x0]
mov w0, #24
bl _malloc
cbz x0, LBB3_3
; %bb.2:
mov w8, #2
str w8, [x0]
stp x19, xzr, [x0, #8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp d9, d8, [sp], #48 ; 16-byte Folded Reload
ret
LBB3_3:
mov w0, #1
bl _exit
.cfi_endproc
; -- End function
.globl _calc_area ; -- Begin function calc_area
.p2align 2
_calc_area: ; @calc_area
.cfi_startproc
; %bb.0:
ldr w8, [x0]
cmp w8, #2
b.eq LBB4_4
; %bb.1:
cmp w8, #1
b.eq LBB4_6
; %bb.2:
; implicit-def: $s0
cbnz w8, LBB4_5
; %bb.3:
ldr x8, [x0, #8]
ldp s0, s1, [x8]
fmul s0, s0, s1
ret
LBB4_4:
ldr x8, [x0, #8]
ldr s0, [x8]
fcvt d0, s0
mov x8, #34079
movk x8, #20971, lsl #16
movk x8, #7864, lsl #32
movk x8, #16393, lsl #48
fmov d1, x8
fmul d1, d0, d1
fmul d0, d1, d0
fcvt s0, d0
LBB4_5:
ret
LBB4_6:
ldr x8, [x0, #8]
ldp s0, s1, [x8]
fmul s0, s0, s1
fmov s1, #0.50000000
fmul s0, s0, s1
ret
.cfi_endproc
; -- End function
.globl _max_area ; -- Begin function max_area
.p2align 2
_max_area: ; @max_area
.cfi_startproc
; %bb.0:
movi d0, #0000000000000000
cbz x0, LBB5_9
; %bb.1:
mov x8, #34079
movk x8, #20971, lsl #16
movk x8, #7864, lsl #32
movk x8, #16393, lsl #48
fmov s1, #0.50000000
b LBB5_4
LBB5_2: ; in Loop: Header=BB5_4 Depth=1
ldr x9, [x0, #8]
ldp s2, s3, [x9]
fmul s2, s2, s3
fmul s2, s2, s1
LBB5_3: ; in Loop: Header=BB5_4 Depth=1
fcmp s2, s0
fcsel s0, s2, s0, gt
ldr x0, [x0, #16]
cbz x0, LBB5_9
LBB5_4: ; =>This Inner Loop Header: Depth=1
ldr w9, [x0]
cmp w9, #2
b.eq LBB5_8
; %bb.5: ; in Loop: Header=BB5_4 Depth=1
cmp w9, #1
b.eq LBB5_2
; %bb.6: ; in Loop: Header=BB5_4 Depth=1
; implicit-def: $s2
cbnz w9, LBB5_3
; %bb.7: ; in Loop: Header=BB5_4 Depth=1
ldr x9, [x0, #8]
ldp s2, s3, [x9]
fmul s2, s2, s3
b LBB5_3
LBB5_8: ; in Loop: Header=BB5_4 Depth=1
ldr x9, [x0, #8]
ldr s2, [x9]
fcvt d2, s2
fmov d3, x8
fmul d3, d2, d3
fmul d2, d3, d2
fcvt s2, d2
b LBB5_3
LBB5_9:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/22605.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _add_to_str ## -- Begin function add_to_str
.p2align 4, 0x90
_add_to_str: ## @add_to_str
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %r15
movq (%rdi), %rbx
testq %rbx, %rbx
je LBB0_3
## %bb.1:
movq %rbx, %rdi
callq _strlen
movq %rax, %r12
movq %r14, %rdi
callq _strlen
leaq (%r12,%rax), %rsi
incq %rsi
movq %rbx, %rdi
callq _realloc
testq %rax, %rax
je LBB0_6
## %bb.2:
movq %rax, (%r15)
movq %rax, %rdi
movq %r14, %rsi
callq _strcat
jmp LBB0_4
LBB0_3:
movq %r14, %rdi
callq _strdup
movq %rax, (%r15)
testq %rax, %rax
je LBB0_6
LBB0_4:
movl $1, %eax
jmp LBB0_7
LBB0_6:
xorl %eax, %eax
LBB0_7:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _file_copy ## -- Begin function file_copy
.p2align 4, 0x90
_file_copy: ## @file_copy
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rsi, %r14
leaq L_.str(%rip), %rsi
callq _fopen
movq %rax, %rbx
leaq L_.str.1(%rip), %rsi
movq %r14, %rdi
callq _fopen
movq %rax, %r14
xorl %eax, %eax
testq %rbx, %rbx
je LBB1_5
## %bb.1:
testq %r14, %r14
je LBB1_5
.p2align 4, 0x90
LBB1_3: ## =>This Inner Loop Header: Depth=1
movq %rbx, %rdi
callq _fgetc
cmpl $-1, %eax
je LBB1_4
## %bb.2: ## in Loop: Header=BB1_3 Depth=1
movl %eax, %edi
movq %r14, %rsi
callq _fputc
jmp LBB1_3
LBB1_4:
movq %rbx, %rdi
callq _fclose
movq %r14, %rdi
callq _fclose
movl $1, %eax
LBB1_5:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _insert_into_file ## -- Begin function insert_into_file
.p2align 4, 0x90
_insert_into_file: ## @insert_into_file
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, %r13
movq %rdx, -56(%rbp) ## 8-byte Spill
movq %rsi, -48(%rbp) ## 8-byte Spill
movq %rdi, %rbx
leaq L_.str.2(%rip), %rsi
callq _file_copy
xorl %r15d, %r15d
testl %eax, %eax
je LBB2_12
## %bb.1:
leaq L_.str.2(%rip), %rdi
leaq L_.str(%rip), %rsi
callq _fopen
movq %rax, %r12
leaq L_.str.1(%rip), %rsi
movq %rbx, %rdi
callq _fopen
testq %r12, %r12
je LBB2_12
## %bb.2:
movq %rax, %rbx
testq %rax, %rax
je LBB2_12
## %bb.3:
leaq _insert_into_file.line(%rip), %rdi
movl $4096, %esi ## imm = 0x1000
movq %r12, %rdx
callq _fgets
testq %rax, %rax
je LBB2_11
## %bb.4:
leaq _insert_into_file.line(%rip), %r15
jmp LBB2_5
.p2align 4, 0x90
LBB2_10: ## in Loop: Header=BB2_5 Depth=1
movq %r15, %rdi
movl $4096, %esi ## imm = 0x1000
movq %r12, %rdx
callq _fgets
testq %rax, %rax
je LBB2_11
LBB2_5: ## =>This Loop Header: Depth=1
## Child Loop BB2_7 Depth 2
movq %rbx, %r14
movq -56(%rbp), %rbx ## 8-byte Reload
movq %rbx, %rdi
callq _strlen
movq %r15, %rdi
movq %rbx, %rsi
movq %r14, %rbx
movq %rax, %rdx
callq _strncmp
movl %eax, %r14d
movq %r15, %rdi
movq %rbx, %rsi
callq _fputs
testl %r14d, %r14d
jne LBB2_10
## %bb.6: ## in Loop: Header=BB2_5 Depth=1
movq -48(%rbp), %rdi ## 8-byte Reload
movq %rbx, %rsi
callq _fputs
leaq L_.str.3(%rip), %rdi
movq %rbx, %rsi
callq _fputs
.p2align 4, 0x90
LBB2_7: ## Parent Loop BB2_5 Depth=1
## => This Inner Loop Header: Depth=2
movq %r15, %rdi
movl $4096, %esi ## imm = 0x1000
movq %r12, %rdx
callq _fgets
testq %rax, %rax
je LBB2_10
## %bb.8: ## in Loop: Header=BB2_7 Depth=2
movq %r13, %rdi
callq _strlen
movq %r15, %rdi
movq %r13, %rsi
movq %rax, %rdx
callq _strncmp
testl %eax, %eax
jne LBB2_7
## %bb.9: ## in Loop: Header=BB2_5 Depth=1
movq %r15, %rdi
movq %rbx, %rsi
callq _fputs
jmp LBB2_10
LBB2_11:
movq %r12, %rdi
callq _fclose
movq %rbx, %rdi
callq _fclose
leaq L_.str.2(%rip), %rdi
callq _unlink
movl $1, %r15d
LBB2_12:
movl %r15d, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _bdfconv ## -- Begin function bdfconv
.p2align 4, 0x90
_bdfconv: ## @bdfconv
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
## kill: def $r9d killed $r9d def $r9
movq %r9, -64(%rbp) ## 8-byte Spill
movl %ecx, %r12d
movl %esi, -52(%rbp) ## 4-byte Spill
movslq %edi, %rax
leaq (%rax,%rax,8), %r13
leaq _fi(%rip), %r15
leaq (%r15,%r13,8), %r14
addq $8, %r14
cmpq $0, 8(%r15,%r13,8)
je LBB3_2
## %bb.1:
movq _otf2bdf_path(%rip), %rsi
movq _otf_cmd@GOTPCREL(%rip), %rbx
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcpy_chk
leaq L_.str.1305(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq (%r14), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
leaq L_.str.1306(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq 16(%r15,%r13,8), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
leaq L_.str.1307(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq %rbx, %rdi
callq _puts
movq %rbx, %rdi
callq _system
LBB3_2:
movq _bdfconv_path(%rip), %rsi
movq _bdf_cmd@GOTPCREL(%rip), %rbx
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcpy_chk
leaq L_.str.1305(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq (%r15,%r13,8), %rsi
testq %rsi, %rsi
movq %r13, -48(%rbp) ## 8-byte Spill
je LBB3_4
## %bb.3:
movq _bdf_cmd@GOTPCREL(%rip), %rbx
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
leaq L_.str.1305(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
LBB3_4:
movl -52(%rbp), %eax ## 4-byte Reload
cmpl $1, %eax
movq %r14, %r15
je LBB3_5
## %bb.6:
xorl %r13d, %r13d
cmpl $2, %eax
leaq _fi(%rip), %r14
movq -64(%rbp), %rbx ## 8-byte Reload
jne LBB3_9
## %bb.7:
movb $1, %r13b
leaq L_.str.1310(%rip), %rsi
jmp LBB3_8
LBB3_5:
xorl %r13d, %r13d
leaq L_.str.1309(%rip), %rsi
leaq _fi(%rip), %r14
movq -64(%rbp), %rbx ## 8-byte Reload
LBB3_8:
movq _bdf_cmd@GOTPCREL(%rip), %rdi
movl $2048, %edx ## imm = 0x800
callq ___strcat_chk
LBB3_9:
decl %r12d
cmpl $7, %r12d
ja LBB3_12
## %bb.10:
movl $139, %eax
btl %r12d, %eax
jae LBB3_12
## %bb.11:
movslq %r12d, %rax
leaq l_reltable.bdfconv(%rip), %rcx
movslq (%rcx,%rax,4), %rsi
addq %rcx, %rsi
movq _bdf_cmd@GOTPCREL(%rip), %rdi
movl $2048, %edx ## imm = 0x800
callq ___strcat_chk
LBB3_12:
decl %ebx
cmpl $63, %ebx
ja LBB3_22
## %bb.13:
leaq L_.str.1315(%rip), %rsi
leaq LJTI3_0(%rip), %rax
movslq (%rax,%rbx,4), %rcx
addq %rax, %rcx
jmpq *%rcx
LBB3_14:
leaq L_.str.1316(%rip), %rsi
jmp LBB3_21
LBB3_16:
leaq L_.str.1318(%rip), %rsi
jmp LBB3_21
LBB3_15:
leaq L_.str.1317(%rip), %rsi
jmp LBB3_21
LBB3_19:
movq _bdf_cmd@GOTPCREL(%rip), %rbx
leaq L_.str.1322(%rip), %rsi
jmp LBB3_20
LBB3_17:
leaq L_.str.1319(%rip), %rsi
jmp LBB3_21
LBB3_18:
movq _bdf_cmd@GOTPCREL(%rip), %rbx
leaq L_.str.1320(%rip), %rsi
LBB3_20:
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq -48(%rbp), %rax ## 8-byte Reload
movq 56(%r14,%rax,8), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
leaq L_.str.1321(%rip), %rsi
LBB3_21:
movq _bdf_cmd@GOTPCREL(%rip), %rdi
movl $2048, %edx ## imm = 0x800
callq ___strcat_chk
LBB3_22:
movq _bdf_cmd@GOTPCREL(%rip), %rdi
leaq L_.str.1305(%rip), %rsi
movl $2048, %edx ## imm = 0x800
callq ___strcat_chk
cmpq $0, (%r15)
je LBB3_24
## %bb.23:
leaq L_.str.1323(%rip), %rsi
jmp LBB3_25
LBB3_24:
movq _bdf_path(%rip), %rsi
movq _bdf_cmd@GOTPCREL(%rip), %rdi
movl $2048, %edx ## imm = 0x800
callq ___strcat_chk
movq -48(%rbp), %rax ## 8-byte Reload
movq 16(%r14,%rax,8), %rsi
LBB3_25:
movq _bdf_cmd@GOTPCREL(%rip), %r15
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
callq ___strcat_chk
leaq L_.str.1324(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
callq ___strcat_chk
movq _target_font_identifier@GOTPCREL(%rip), %r14
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
movq %r14, %rsi
callq ___strcat_chk
leaq L_.str.1325(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
callq ___strcat_chk
leaq L_.str.1326(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
callq ___strcat_chk
leaq L_.str.1327(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
callq ___strcat_chk
movq _font_prototype@GOTPCREL(%rip), %rbx
movabsq $9135151572610665, %rax ## imm = 0x20745F38746E69
movq %rax, 14(%rbx)
movups L_.str.1328(%rip), %xmm0
movaps %xmm0, (%rbx)
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
movq %r14, %rsi
callq ___strcat_chk
leaq L_.str.1329(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
leaq L_.str.1330(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
callq ___strcat_chk
testb %r13b, %r13b
je LBB3_30
## %bb.26:
movq _u8x8_fonts_filename(%rip), %rsi
movq _bdf_cmd@GOTPCREL(%rip), %rdi
movl $2048, %edx ## imm = 0x800
callq ___strcat_chk
movq _font_prototype@GOTPCREL(%rip), %rbx
leaq L_.str.1331(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq _target_font_identifier@GOTPCREL(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
leaq L_.str.1332(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq _u8x8_prototypes(%rip), %rbx
testq %rbx, %rbx
je LBB3_27
## %bb.28:
movq %rbx, %rdi
callq _strlen
movq %rax, %r14
movq _font_prototype@GOTPCREL(%rip), %rdi
callq _strlen
leaq (%r14,%rax), %rsi
incq %rsi
movq %rbx, %rdi
callq _realloc
testq %rax, %rax
je LBB3_35
## %bb.29:
movq %rax, _u8x8_prototypes(%rip)
jmp LBB3_34
LBB3_30:
movq _u8g2_fonts_filename(%rip), %rsi
movq _bdf_cmd@GOTPCREL(%rip), %rdi
movl $2048, %edx ## imm = 0x800
callq ___strcat_chk
movq _font_prototype@GOTPCREL(%rip), %rbx
leaq L_.str.1333(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq _target_font_identifier@GOTPCREL(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
leaq L_.str.1332(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %rbx, %rdi
callq ___strcat_chk
movq _u8g2_prototypes(%rip), %rbx
testq %rbx, %rbx
je LBB3_31
## %bb.32:
movq %rbx, %rdi
callq _strlen
movq %rax, %r14
movq _font_prototype@GOTPCREL(%rip), %rdi
callq _strlen
leaq (%r14,%rax), %rsi
incq %rsi
movq %rbx, %rdi
callq _realloc
testq %rax, %rax
je LBB3_35
## %bb.33:
movq %rax, _u8g2_prototypes(%rip)
LBB3_34:
movq _font_prototype@GOTPCREL(%rip), %rsi
movq %rax, %rdi
callq _strcat
jmp LBB3_35
LBB3_27:
movq _font_prototype@GOTPCREL(%rip), %rdi
callq _strdup
movq %rax, _u8x8_prototypes(%rip)
jmp LBB3_35
LBB3_31:
movq _font_prototype@GOTPCREL(%rip), %rdi
callq _strdup
movq %rax, _u8g2_prototypes(%rip)
LBB3_35:
movq %r15, %rdi
callq _puts
movq %r15, %rdi
callq _system
movups L_.str.1334(%rip), %xmm0
movaps %xmm0, (%r15)
movups L_.str.1334+15(%rip), %xmm0
movups %xmm0, 15(%r15)
movq _target_font_identifier@GOTPCREL(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
callq ___strcat_chk
leaq L_.str.1327(%rip), %rsi
movl $2048, %edx ## imm = 0x800
movq %r15, %rdi
callq ___strcat_chk
movq %r15, %rdi
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _system ## TAILCALL
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L3_0_set_21, LBB3_21-LJTI3_0
.set L3_0_set_14, LBB3_14-LJTI3_0
.set L3_0_set_22, LBB3_22-LJTI3_0
.set L3_0_set_16, LBB3_16-LJTI3_0
.set L3_0_set_15, LBB3_15-LJTI3_0
.set L3_0_set_18, LBB3_18-LJTI3_0
.set L3_0_set_19, LBB3_19-LJTI3_0
.set L3_0_set_17, LBB3_17-LJTI3_0
LJTI3_0:
.long L3_0_set_21
.long L3_0_set_14
.long L3_0_set_22
.long L3_0_set_16
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_15
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_18
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_19
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_22
.long L3_0_set_17
.end_data_region
## -- End function
.globl _fontlist_identifier ## -- Begin function fontlist_identifier
.p2align 4, 0x90
_fontlist_identifier: ## @fontlist_identifier
.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, %esi
je LBB4_1
## %bb.2:
cmpl $2, %esi
jne LBB4_5
## %bb.3:
movq _u8x8_font_list_fp@GOTPCREL(%rip), %rax
jmp LBB4_4
LBB4_1:
movq _u8g2_font_list_fp@GOTPCREL(%rip), %rax
LBB4_4:
movq (%rax), %rdi
leaq L_.str.1335(%rip), %rsi
movq _target_font_identifier@GOTPCREL(%rip), %rdx
xorl %eax, %eax
popq %rbp
jmp _fprintf ## TAILCALL
LBB4_5:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _fontlist_name ## -- Begin function fontlist_name
.p2align 4, 0x90
_fontlist_name: ## @fontlist_name
.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, %esi
je LBB5_1
## %bb.2:
cmpl $2, %esi
jne LBB5_5
## %bb.3:
movq _u8x8_font_list_fp@GOTPCREL(%rip), %rax
jmp LBB5_4
LBB5_1:
movq _u8g2_font_list_fp@GOTPCREL(%rip), %rax
LBB5_4:
movq (%rax), %rdi
leaq L_.str.1336(%rip), %rsi
movq _target_font_identifier@GOTPCREL(%rip), %rdx
xorl %eax, %eax
callq _fprintf
LBB5_5:
movq _keywords_fp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1337(%rip), %rsi
movq _target_font_identifier@GOTPCREL(%rip), %rdx
xorl %eax, %eax
popq %rbp
jmp _fprintf ## TAILCALL
.cfi_endproc
## -- End function
.globl _generate_font_group_md ## -- Begin function generate_font_group_md
.p2align 4, 0x90
_generate_font_group_md: ## @generate_font_group_md
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %ecx, %r14d
movslq %edi, %rax
leaq (%rax,%rax,8), %rax
leaq _fi(%rip), %rcx
movl 32(%rcx,%rax,8), %edx
movq _current_font_group_index@GOTPCREL(%rip), %rbx
cmpl (%rbx), %edx
jne LBB6_8
## %bb.1:
movl %esi, %r15d
movl %edi, %r12d
movq 24(%rcx,%rax,8), %r13
leaq _current_font_name(%rip), %rdi
movq %r13, %rsi
callq _strcmp
testl %eax, %eax
je LBB6_3
## %bb.2:
leaq _current_font_name(%rip), %rdi
movl $256, %edx ## imm = 0x100
movq %r13, %rsi
callq ___strcpy_chk
movq _current_md_file@GOTPCREL(%rip), %rbx
movq (%rbx), %rsi
movl $10, %edi
callq _fputc
movq (%rbx), %rdi
leaq L_.str.1338(%rip), %r13
movq %r13, %rsi
leaq _current_font_name(%rip), %rbx
movq %rbx, %rdx
xorl %eax, %eax
callq _fprintf
movq %r13, %rdi
movq %rbx, %rsi
movq _current_font_group_index@GOTPCREL(%rip), %rbx
xorl %eax, %eax
callq _printf
jmp LBB6_7
LBB6_8:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB6_3:
cmpl %r12d, _generate_font_group_md._i(%rip)
jne LBB6_6
## %bb.4:
cmpl %r15d, _generate_font_group_md._fm(%rip)
jne LBB6_6
## %bb.5:
cmpl %r14d, _generate_font_group_md._bm(%rip)
je LBB6_7
LBB6_6:
movq _current_md_file@GOTPCREL(%rip), %rax
movq (%rax), %rsi
movl $10, %edi
callq _fputc
LBB6_7:
movq _current_md_file@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1339(%rip), %rsi
movq _target_font_identifier@GOTPCREL(%rip), %r13
movq %r13, %rdx
movq %r13, %rcx
xorl %eax, %eax
callq _fprintf
movl %r12d, _generate_font_group_md._i(%rip)
movl %r15d, _generate_font_group_md._fm(%rip)
movl %r14d, _generate_font_group_md._bm(%rip)
movslq (%rbx), %rax
shlq $5, %rax
leaq _gi(%rip), %rcx
movq 16(%rax,%rcx), %rsi
leaq L_.str.1340(%rip), %rdi
movq %r13, %rdx
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _printf ## TAILCALL
.cfi_endproc
## -- End function
.globl _gen_font ## -- Begin function gen_font
.p2align 4, 0x90
_gen_font: ## @gen_font
.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 $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %r8, %r13
movl %ecx, %r15d
movq %rdx, %rcx
movl %esi, %ebx
movl %edi, %r14d
movq 24(%rbp), %rax
movq 16(%rbp), %rdx
cmpl $2, %esi
jne LBB7_2
## %bb.1:
cmpl $8, %r15d
je LBB7_2
## %bb.6:
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB7_2:
movq %rdx, -56(%rbp) ## 8-byte Spill
movq %rax, -72(%rbp) ## 8-byte Spill
movl %r9d, -44(%rbp) ## 4-byte Spill
movq _target_font_identifier@GOTPCREL(%rip), %r12
movl $1024, %edx ## imm = 0x400
movq %r12, %rdi
movq %rcx, -64(%rbp) ## 8-byte Spill
movq %rcx, %rsi
callq ___strcpy_chk
leaq L_.str.1341(%rip), %rsi
movl $1024, %edx ## imm = 0x400
movq %r12, %rdi
callq ___strcat_chk
movslq %r14d, %rax
leaq (%rax,%rax,8), %rax
leaq _fi(%rip), %rcx
movq 24(%rcx,%rax,8), %rsi
movl $1024, %edx ## imm = 0x400
movq %r12, %rdi
callq ___strcat_chk
cmpb $0, (%r13)
jne LBB7_4
## %bb.3:
movq -56(%rbp), %rax ## 8-byte Reload
cmpb $0, (%rax)
je LBB7_5
LBB7_4:
movq _target_font_identifier@GOTPCREL(%rip), %r12
leaq L_.str.1342(%rip), %rsi
movl $1024, %edx ## imm = 0x400
movq %r12, %rdi
callq ___strcat_chk
movl $1024, %edx ## imm = 0x400
movq %r12, %rdi
movq %r13, %rsi
callq ___strcat_chk
movl $1024, %edx ## imm = 0x400
movq %r12, %rdi
movq -56(%rbp), %rsi ## 8-byte Reload
callq ___strcat_chk
LBB7_5:
movl %r14d, %edi
movl %ebx, %esi
movq -64(%rbp), %rdx ## 8-byte Reload
movl %r15d, %ecx
movq %r13, %r8
movl -44(%rbp), %r9d ## 4-byte Reload
movq -72(%rbp), %rax ## 8-byte Reload
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmpq *%rax ## TAILCALL
.cfi_endproc
## -- End function
.globl _map_font ## -- Begin function map_font
.p2align 4, 0x90
_map_font: ## @map_font
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %r9, -64(%rbp) ## 8-byte Spill
movq %r8, -56(%rbp) ## 8-byte Spill
movl %ecx, -44(%rbp) ## 4-byte Spill
movq %rdx, %r13
movl %esi, %ebx
movl %edi, %r14d
movslq %edi, %rax
leaq (%rax,%rax,8), %r12
leaq _fi(%rip), %rax
leaq (%rax,%r12,8), %r15
addq $48, %r15
movl 48(%rax,%r12,8), %eax
testb $1, %al
jne LBB8_1
## %bb.2:
testb $2, %al
jne LBB8_3
LBB8_4:
testb $8, %al
jne LBB8_5
LBB8_6:
testb $4, %al
jne LBB8_7
LBB8_8:
testb $16, %al
jne LBB8_9
LBB8_10:
testb $32, %al
jne LBB8_11
LBB8_12:
testb $64, %al
jne LBB8_13
LBB8_14:
addq $24, %rsp
jmp LBB8_15
LBB8_1:
leaq L_.str.184(%rip), %rax
movl %r14d, %edi
movl %ebx, %esi
movq %r13, %rdx
movl -44(%rbp), %ecx ## 4-byte Reload
movq -56(%rbp), %r8 ## 8-byte Reload
movl $1, %r9d
pushq -64(%rbp) ## 8-byte Folded Reload
pushq %rax
callq _gen_font
addq $16, %rsp
movl (%r15), %eax
testb $2, %al
je LBB8_4
LBB8_3:
leaq L_.str(%rip), %rax
movl %r14d, %edi
movl %ebx, %esi
movq %r13, %rdx
movl -44(%rbp), %ecx ## 4-byte Reload
movq -56(%rbp), %r8 ## 8-byte Reload
movl $2, %r9d
pushq -64(%rbp) ## 8-byte Folded Reload
pushq %rax
callq _gen_font
addq $16, %rsp
movl (%r15), %eax
testb $8, %al
je LBB8_6
LBB8_5:
leaq L_.str.1343(%rip), %rax
movl %r14d, %edi
movl %ebx, %esi
movq %r13, %rdx
movl -44(%rbp), %ecx ## 4-byte Reload
movq -56(%rbp), %r8 ## 8-byte Reload
movl $8, %r9d
pushq -64(%rbp) ## 8-byte Folded Reload
pushq %rax
callq _gen_font
addq $16, %rsp
movl (%r15), %eax
testb $4, %al
je LBB8_8
LBB8_7:
leaq L_.str.1344(%rip), %rax
movl %r14d, %edi
movl %ebx, %esi
movq %r13, %rdx
movl -44(%rbp), %ecx ## 4-byte Reload
movq -56(%rbp), %r8 ## 8-byte Reload
movl $4, %r9d
pushq -64(%rbp) ## 8-byte Folded Reload
pushq %rax
callq _gen_font
addq $16, %rsp
movl (%r15), %eax
testb $16, %al
je LBB8_10
LBB8_9:
movl %r14d, %edi
movl %ebx, %esi
movq %r13, %rdx
movl -44(%rbp), %ecx ## 4-byte Reload
movq -56(%rbp), %r8 ## 8-byte Reload
movl $16, %r9d
pushq -64(%rbp) ## 8-byte Folded Reload
leaq _fi(%rip), %rax
pushq 64(%rax,%r12,8)
callq _gen_font
addq $16, %rsp
movl (%r15), %eax
testb $32, %al
je LBB8_12
LBB8_11:
movl %r14d, %edi
movl %ebx, %esi
movq %r13, %rdx
movl -44(%rbp), %ecx ## 4-byte Reload
movq -56(%rbp), %r8 ## 8-byte Reload
movl $32, %r9d
pushq -64(%rbp) ## 8-byte Folded Reload
leaq _fi(%rip), %rax
pushq 64(%rax,%r12,8)
callq _gen_font
addq $16, %rsp
movl (%r15), %eax
testb $64, %al
je LBB8_14
LBB8_13:
leaq L_.str.1345(%rip), %rax
movl %r14d, %edi
movl %ebx, %esi
movq %r13, %rdx
movl -44(%rbp), %ecx ## 4-byte Reload
movq -56(%rbp), %r8 ## 8-byte Reload
movl $64, %r9d
pushq -64(%rbp) ## 8-byte Folded Reload
pushq %rax
callq _gen_font
addq $40, %rsp
LBB8_15:
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _build_font ## -- Begin function build_font
.p2align 4, 0x90
_build_font: ## @build_font
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, %r14
movq %rdx, %r15
movl %esi, %r12d
movl %edi, %ebx
movslq %edi, %rax
leaq (%rax,%rax,8), %rax
leaq _fi(%rip), %rcx
leaq (%rcx,%rax,8), %r13
addq $40, %r13
movl 40(%rcx,%rax,8), %eax
testb $1, %al
jne LBB9_1
## %bb.2:
testb $2, %al
jne LBB9_3
LBB9_4:
testb $4, %al
jne LBB9_5
LBB9_6:
testb $8, %al
jne LBB9_7
LBB9_11:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB9_1:
leaq L_.str.1346(%rip), %r8
movl %ebx, %edi
movl %r12d, %esi
movq %r15, %rdx
movl $1, %ecx
movq %r14, %r9
callq _map_font
movl (%r13), %eax
testb $2, %al
je LBB9_4
LBB9_3:
leaq L_.str.1347(%rip), %r8
movl %ebx, %edi
movl %r12d, %esi
movq %r15, %rdx
movl $2, %ecx
movq %r14, %r9
callq _map_font
movl (%r13), %eax
testb $4, %al
je LBB9_6
LBB9_5:
leaq L_.str.1348(%rip), %r8
movl %ebx, %edi
movl %r12d, %esi
movq %r15, %rdx
movl $4, %ecx
movq %r14, %r9
callq _map_font
movl (%r13), %eax
testb $8, %al
je LBB9_11
LBB9_7:
cmpl $2, %r12d
jne LBB9_10
## %bb.8:
leaq L_.str.162(%rip), %r8
movl %ebx, %edi
movl $2, %esi
jmp LBB9_9
LBB9_10:
leaq L_.str.1349(%rip), %r8
movl %ebx, %edi
movl %r12d, %esi
LBB9_9:
movq %r15, %rdx
movl $8, %ecx
movq %r14, %r9
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _map_font ## TAILCALL
.cfi_endproc
## -- End function
.globl _process_font ## -- Begin function process_font
.p2align 4, 0x90
_process_font: ## @process_font
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movl %edi, %r15d
movslq %edi, %rax
leaq (%rax,%rax,8), %rbx
leaq _fi(%rip), %r13
cmpq $0, 8(%r13,%rbx,8)
je LBB10_1
## %bb.2:
movabsq $13341974256889390, %rax ## imm = 0x2F6674742F2E2E
movq %rax, _process_font.s(%rip)
jmp LBB10_3
LBB10_1:
movq _bdf_path(%rip), %rsi
leaq _process_font.s(%rip), %rdi
movl $1024, %edx ## imm = 0x400
callq ___strcpy_chk
LBB10_3:
movq 16(%r13,%rbx,8), %rsi
leaq _process_font.s(%rip), %r12
movl $1024, %edx ## imm = 0x400
movq %r12, %rdi
callq ___strcat_chk
leaq L_.str(%rip), %rsi
movq %r12, %rdi
callq _fopen
testq %rax, %rax
je LBB10_8
## %bb.4:
movq %rax, %rdi
callq _fclose
movl 44(%r13,%rbx,8), %eax
testb $1, %al
je LBB10_6
## %bb.5:
leaq 44(,%rbx,8), %rbx
addq %r13, %rbx
leaq L_.str.1352(%rip), %rdx
movl %r15d, %edi
movl $1, %esi
movq %r14, %rcx
callq _build_font
movl (%rbx), %eax
LBB10_6:
testb $2, %al
jne LBB10_9
## %bb.7:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB10_8:
leaq L_.str.1351(%rip), %rdi
leaq _process_font.s(%rip), %rsi
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _printf ## TAILCALL
LBB10_9:
leaq L_.str.1353(%rip), %rdx
movl %r15d, %edi
movl $2, %esi
movq %r14, %rcx
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
jmp _build_font ## TAILCALL
.cfi_endproc
## -- End function
.globl _do_font_loop ## -- Begin function do_font_loop
.p2align 4, 0x90
_do_font_loop: ## @do_font_loop
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %r14
xorl %ebx, %ebx
.p2align 4, 0x90
LBB11_1: ## =>This Inner Loop Header: Depth=1
movl %ebx, %edi
movq %r14, %rsi
callq _process_font
incl %ebx
cmpl $711, %ebx ## imm = 0x2C7
jne LBB11_1
## %bb.2:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _do_font_groups ## -- Begin function do_font_groups
.p2align 4, 0x90
_do_font_groups: ## @do_font_groups
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r15
movq _current_font_group_index@GOTPCREL(%rip), %r12
movl $0, (%r12)
xorl %eax, %eax
leaq _gi(%rip), %r13
movq _current_md_file@GOTPCREL(%rip), %r14
.p2align 4, 0x90
LBB12_1: ## =>This Loop Header: Depth=1
## Child Loop BB12_2 Depth 2
cltq
shlq $5, %rax
movq 16(%rax,%r13), %rsi
movq 24(%rax,%r13), %rdi
callq _file_copy
movslq (%r12), %rax
shlq $5, %rax
movq 16(%rax,%r13), %rdi
leaq L_.str.1354(%rip), %rsi
callq _fopen
movq %rax, (%r14)
movl $10, %edi
movq %rax, %rsi
callq _fputc
movw $46, _current_font_name(%rip)
xorl %ebx, %ebx
.p2align 4, 0x90
LBB12_2: ## Parent Loop BB12_1 Depth=1
## => This Inner Loop Header: Depth=2
movl %ebx, %edi
movq %r15, %rsi
callq _process_font
incl %ebx
cmpl $711, %ebx ## imm = 0x2C7
jne LBB12_2
## %bb.3: ## in Loop: Header=BB12_1 Depth=1
movq (%r14), %rdi
callq _fclose
movl (%r12), %ecx
leal 1(%rcx), %eax
movl %eax, (%r12)
cmpl $38, %ecx
jl LBB12_1
## %bb.4:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _do_font_groups_wc ## -- Begin function do_font_groups_wc
.p2align 4, 0x90
_do_font_groups_wc: ## @do_font_groups_wc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _current_font_group_index@GOTPCREL(%rip), %rax
movl $39, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _u8x8_fonts_filename(%rip), %rsi
leaq L_.str.1356(%rip), %rdi
callq _file_copy
testl %eax, %eax
je LBB14_10
## %bb.1:
movq _u8g2_fonts_filename(%rip), %rsi
leaq L_.str.1357(%rip), %rdi
callq _file_copy
testl %eax, %eax
je LBB14_10
## %bb.2:
leaq L_.str.1358(%rip), %rdi
leaq L_.str.1359(%rip), %rsi
callq _file_copy
testl %eax, %eax
je LBB14_10
## %bb.3:
xorl %ebx, %ebx
leaq _bdfconv(%rip), %r14
.p2align 4, 0x90
LBB14_4: ## =>This Inner Loop Header: Depth=1
movl %ebx, %edi
movq %r14, %rsi
callq _process_font
incl %ebx
cmpl $711, %ebx ## imm = 0x2C7
jne LBB14_4
## %bb.5:
leaq L_.str.1360(%rip), %rdi
leaq L_.str.1(%rip), %rbx
movq %rbx, %rsi
callq _fopen
movq _u8g2_font_list_fp@GOTPCREL(%rip), %r15
movq %rax, (%r15)
leaq L_.str.1361(%rip), %rdi
movq %rbx, %rsi
callq _fopen
movq _u8x8_font_list_fp@GOTPCREL(%rip), %r12
movq %rax, (%r12)
leaq L_.str.1359(%rip), %rdi
leaq L_.str.1354(%rip), %rsi
callq _fopen
movq _keywords_fp@GOTPCREL(%rip), %r13
movq %rax, (%r13)
movq (%r15), %rcx
leaq L_.str.1362(%rip), %rdi
movl $23, %esi
movl $1, %edx
callq _fwrite
movq (%r12), %rcx
leaq L_.str.1363(%rip), %rdi
movl $23, %esi
movl $1, %edx
callq _fwrite
movq (%r15), %rcx
leaq L_.str.1364(%rip), %rbx
movl $18, %esi
movl $1, %edx
movq %rbx, %rdi
callq _fwrite
movq (%r12), %rcx
movl $18, %esi
movl $1, %edx
movq %rbx, %rdi
callq _fwrite
movq (%r15), %rcx
leaq L_.str.1365(%rip), %rdi
movl $36, %esi
movl $1, %edx
callq _fwrite
movq (%r12), %rcx
leaq L_.str.1366(%rip), %rdi
movl $36, %esi
movl $1, %edx
callq _fwrite
xorl %ebx, %ebx
leaq _fontlist_identifier(%rip), %r14
.p2align 4, 0x90
LBB14_6: ## =>This Inner Loop Header: Depth=1
movl %ebx, %edi
movq %r14, %rsi
callq _process_font
incl %ebx
cmpl $711, %ebx ## imm = 0x2C7
jne LBB14_6
## %bb.7:
movq (%r15), %rcx
leaq L_.str.1367(%rip), %rbx
movl $10, %esi
movl $1, %edx
movq %rbx, %rdi
callq _fwrite
movq (%r12), %rcx
movl $10, %esi
movl $1, %edx
movq %rbx, %rdi
callq _fwrite
movq (%r15), %rcx
leaq L_.str.1368(%rip), %rdi
movl $28, %esi
movl $1, %edx
callq _fwrite
movq (%r12), %rcx
leaq L_.str.1369(%rip), %rdi
movl $28, %esi
movl $1, %edx
callq _fwrite
xorl %ebx, %ebx
leaq _fontlist_name(%rip), %r14
.p2align 4, 0x90
LBB14_8: ## =>This Inner Loop Header: Depth=1
movl %ebx, %edi
movq %r14, %rsi
callq _process_font
incl %ebx
cmpl $711, %ebx ## imm = 0x2C7
jne LBB14_8
## %bb.9:
movq (%r15), %rcx
leaq L_.str.1367(%rip), %rbx
movl $10, %esi
movl $1, %edx
movq %rbx, %rdi
callq _fwrite
movq (%r12), %rcx
movl $10, %esi
movl $1, %edx
movq %rbx, %rdi
callq _fwrite
movq (%r15), %rdi
callq _fclose
movq (%r12), %rdi
callq _fclose
movq (%r13), %rdi
callq _fclose
leaq L_str(%rip), %rdi
callq _puts
movq _u8g2_prototypes(%rip), %rsi
leaq L_.str.1371(%rip), %rdi
leaq L_.str.1372(%rip), %rbx
leaq L_.str.1373(%rip), %r14
movq %rbx, %rdx
movq %r14, %rcx
callq _insert_into_file
leaq L_str.1377(%rip), %rdi
callq _puts
movq _u8x8_prototypes(%rip), %rsi
leaq L_.str.1375(%rip), %rdi
movq %rbx, %rdx
movq %r14, %rcx
callq _insert_into_file
leaq L_.str.1376(%rip), %rdi
callq _unlink
leaq _generate_font_group_md(%rip), %rdi
callq _do_font_groups
LBB14_10:
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "r"
L_.str.1: ## @.str.1
.asciz "w"
.zerofill __DATA,__bss,_insert_into_file.line,4096,4 ## @insert_into_file.line
L_.str.2: ## @.str.2
.asciz "tmp.h"
L_.str.3: ## @.str.3
.asciz "\n"
L_.str.4: ## @.str.4
.asciz "U8glib"
L_.str.5: ## @.str.5
.asciz "fntgrpu8g"
L_.str.6: ## @.str.6
.asciz "../../../../u8g2.wiki/fntgrpu8g.md"
L_.str.7: ## @.str.7
.asciz "fntgrpu8g.pre"
L_.str.8: ## @.str.8
.asciz "X11"
L_.str.9: ## @.str.9
.asciz "fntgrpx11"
L_.str.10: ## @.str.10
.asciz "../../../../u8g2.wiki/fntgrpx11.md"
L_.str.11: ## @.str.11
.asciz "fntgrpx11.pre"
L_.str.12: ## @.str.12
.asciz "Fontstruct"
L_.str.13: ## @.str.13
.asciz "fntgrpfontstruct"
L_.str.14: ## @.str.14
.asciz "../../../../u8g2.wiki/fntgrpfontstruct.md"
L_.str.15: ## @.str.15
.asciz "fntgrpfontstruct.pre"
L_.str.16: ## @.str.16
.asciz "cu12"
L_.str.17: ## @.str.17
.asciz "fntgrpcu12"
L_.str.18: ## @.str.18
.asciz "../../../../u8g2.wiki/fntgrpcu12.md"
L_.str.19: ## @.str.19
.asciz "fntgrpcu12.pre"
L_.str.20: ## @.str.20
.asciz "Profont"
L_.str.21: ## @.str.21
.asciz "fntgrpprofont"
L_.str.22: ## @.str.22
.asciz "../../../../u8g2.wiki/fntgrpprofont.md"
L_.str.23: ## @.str.23
.asciz "fntgrpprofont.pre"
L_.str.24: ## @.str.24
.asciz "Adobe X11"
L_.str.25: ## @.str.25
.asciz "fntgrpadobex11"
L_.str.26: ## @.str.26
.asciz "../../../../u8g2.wiki/fntgrpadobex11.md"
L_.str.27: ## @.str.27
.asciz "fntgrpadobex11.pre"
L_.str.28: ## @.str.28
.asciz "Unifont"
L_.str.29: ## @.str.29
.asciz "fntgrpunifont"
L_.str.30: ## @.str.30
.asciz "../../../../u8g2.wiki/fntgrpunifont.md"
L_.str.31: ## @.str.31
.asciz "fntgrpunifont.pre"
L_.str.32: ## @.str.32
.asciz "Open Game Art"
L_.str.33: ## @.str.33
.asciz "fntgrpopengameart"
L_.str.34: ## @.str.34
.asciz "../../../../u8g2.wiki/fntgrpopengameart.md"
L_.str.35: ## @.str.35
.asciz "fntgrpopengameart.pre"
L_.str.36: ## @.str.36
.asciz "Free Universal"
L_.str.37: ## @.str.37
.asciz "fntgrpfreeuniversal"
L_.str.38: ## @.str.38
.asciz "../../../../u8g2.wiki/fntgrpfreeuniversal.md"
L_.str.39: ## @.str.39
.asciz "fntgrpfreeuniversal.pre"
L_.str.40: ## @.str.40
.asciz "Old Standard"
L_.str.41: ## @.str.41
.asciz "fntgrpoldstandard"
L_.str.42: ## @.str.42
.asciz "../../../../u8g2.wiki/fntgrpoldstandard.md"
L_.str.43: ## @.str.43
.asciz "fntgrpoldstandard.pre"
L_.str.44: ## @.str.44
.asciz "Logisoso"
L_.str.45: ## @.str.45
.asciz "fntgrplogisoso"
L_.str.46: ## @.str.46
.asciz "../../../../u8g2.wiki/fntgrplogisoso.md"
L_.str.47: ## @.str.47
.asciz "fntgrplogisoso.pre"
L_.str.48: ## @.str.48
.asciz "Inconsolata"
L_.str.49: ## @.str.49
.asciz "fntgrpinconsolata"
L_.str.50: ## @.str.50
.asciz "../../../../u8g2.wiki/fntgrpinconsolata.md"
L_.str.51: ## @.str.51
.asciz "fntgrpinconsolata.pre"
L_.str.52: ## @.str.52
.asciz "Codeman38"
L_.str.53: ## @.str.53
.asciz "fntgrpcodeman38"
L_.str.54: ## @.str.54
.asciz "../../../../u8g2.wiki/fntgrpcodeman38.md"
L_.str.55: ## @.str.55
.asciz "fntgrpcodeman38.pre"
L_.str.56: ## @.str.56
.asciz "Academia Sinica"
L_.str.57: ## @.str.57
.asciz "fntgrpacademiasinica"
L_.str.58: ## @.str.58
.asciz "../../../../u8g2.wiki/fntgrpacademiasinica.md"
L_.str.59: ## @.str.59
.asciz "fntgrpacademiasinica.pre"
L_.str.60: ## @.str.60
.asciz "Oldschool PC Fonts"
L_.str.61: ## @.str.61
.asciz "fntgrpoldschoolpcfonts"
L_.str.62: ## @.str.62
.asciz "../../../../u8g2.wiki/fntgrpoldschoolpcfonts.md"
L_.str.63: ## @.str.63
.asciz "fntgrpoldschoolpcfonts.pre"
L_.str.64: ## @.str.64
.asciz "crox"
L_.str.65: ## @.str.65
.asciz "fntgrpcrox"
L_.str.66: ## @.str.66
.asciz "../../../../u8g2.wiki/fntgrpcrox.md"
L_.str.67: ## @.str.67
.asciz "fntgrpcrox.pre"
L_.str.68: ## @.str.68
.asciz "efont"
L_.str.69: ## @.str.69
.asciz "fntgrpefont"
L_.str.70: ## @.str.70
.asciz "../../../../u8g2.wiki/fntgrpefont.md"
L_.str.71: ## @.str.71
.asciz "fntgrpefont.pre"
L_.str.72: ## @.str.72
.asciz "Tlwg (Thai-Fonts)"
L_.str.73: ## @.str.73
.asciz "fntgrptlwg"
L_.str.74: ## @.str.74
.asciz "../../../../u8g2.wiki/fntgrptlwg.md"
L_.str.75: ## @.str.75
.asciz "fntgrptlwg.pre"
L_.str.76: ## @.str.76
.asciz "NBP"
L_.str.77: ## @.str.77
.asciz "fntgrpnbp"
L_.str.78: ## @.str.78
.asciz "../../../../u8g2.wiki/fntgrpnbp.md"
L_.str.79: ## @.str.79
.asciz "fntgrpnbp.pre"
L_.str.80: ## @.str.80
.asciz "UW ttyp0"
L_.str.81: ## @.str.81
.asciz "fntgrpttyp0"
L_.str.82: ## @.str.82
.asciz "../../../../u8g2.wiki/fntgrpttyp0.md"
L_.str.83: ## @.str.83
.asciz "fntgrpttyp0.pre"
L_.str.84: ## @.str.84
.asciz "Siji Icon Font"
L_.str.85: ## @.str.85
.asciz "fntgrpsiji"
L_.str.86: ## @.str.86
.asciz "../../../../u8g2.wiki/fntgrpsiji.md"
L_.str.87: ## @.str.87
.asciz "fntgrpsiji.pre"
L_.str.88: ## @.str.88
.asciz "Wqy (Chinese Font)"
L_.str.89: ## @.str.89
.asciz "fntgrpwqy"
L_.str.90: ## @.str.90
.asciz "../../../../u8g2.wiki/fntgrpwqy.md"
L_.str.91: ## @.str.91
.asciz "fntgrpwqy.pre"
L_.str.92: ## @.str.92
.asciz "Open Iconic"
L_.str.93: ## @.str.93
.asciz "fntgrpiconic"
L_.str.94: ## @.str.94
.asciz "../../../../u8g2.wiki/fntgrpiconic.md"
L_.str.95: ## @.str.95
.asciz "fntgrpiconic.pre"
L_.str.96: ## @.str.96
.asciz "Persian"
L_.str.97: ## @.str.97
.asciz "fntgrppersian"
L_.str.98: ## @.str.98
.asciz "../../../../u8g2.wiki/fntgrppersian.md"
L_.str.99: ## @.str.99
.asciz "fntgrppersian.pre"
L_.str.100: ## @.str.100
.asciz "Tom-Thumb"
L_.str.101: ## @.str.101
.asciz "fntgrptomthumb"
L_.str.102: ## @.str.102
.asciz "../../../../u8g2.wiki/fntgrptomthumb.md"
L_.str.103: ## @.str.103
.asciz "fntgrptomthumb.pre"
L_.str.104: ## @.str.104
.asciz "Extant"
L_.str.105: ## @.str.105
.asciz "fntgrpextant"
L_.str.106: ## @.str.106
.asciz "../../../../u8g2.wiki/fntgrpextant.md"
L_.str.107: ## @.str.107
.asciz "fntgrpextant.pre"
L_.str.108: ## @.str.108
.asciz "MistressEllipsis"
L_.str.109: ## @.str.109
.asciz "fntgrpmistressellipsis"
L_.str.110: ## @.str.110
.asciz "../../../../u8g2.wiki/fntgrpmistressellipsis.md"
L_.str.111: ## @.str.111
.asciz "fntgrpmistressellipsis.pre"
L_.str.112: ## @.str.112
.asciz "JayWright"
L_.str.113: ## @.str.113
.asciz "fntgrpjaywright"
L_.str.114: ## @.str.114
.asciz "../../../../u8g2.wiki/fntgrpjaywright.md"
L_.str.115: ## @.str.115
.asciz "fntgrpjaywright.pre"
L_.str.116: ## @.str.116
.asciz "Angel"
L_.str.117: ## @.str.117
.asciz "fntgrpangel"
L_.str.118: ## @.str.118
.asciz "../../../../u8g2.wiki/fntgrpangel.md"
L_.str.119: ## @.str.119
.asciz "fntgrpangel.pre"
L_.str.120: ## @.str.120
.asciz "JosephKnightcom"
L_.str.121: ## @.str.121
.asciz "fntgrpjosephknightcom"
L_.str.122: ## @.str.122
.asciz "../../../../u8g2.wiki/fntgrpjosephknightcom.md"
L_.str.123: ## @.str.123
.asciz "fntgrpjosephknightcom.pre"
L_.str.124: ## @.str.124
.asciz "ChristinaAntoinetteNeofotistou"
L_.str.125: ## @.str.125
.asciz "fntgrpchristinaneofotistou"
L_.str.126: ## @.str.126
.asciz "../../../../u8g2.wiki/fntgrpchristinaneofotistou.md"
L_.str.127: ## @.str.127
.asciz "fntgrpchristinaneofotistou.pre"
L_.str.128: ## @.str.128
.asciz "Geoff"
L_.str.129: ## @.str.129
.asciz "fntgrpgeoff"
L_.str.130: ## @.str.130
.asciz "../../../../u8g2.wiki/fntgrpgeoff.md"
L_.str.131: ## @.str.131
.asciz "fntgrpgeoff.pre"
L_.str.132: ## @.str.132
.asciz "Tulamide"
L_.str.133: ## @.str.133
.asciz "fntgrptulamide"
L_.str.134: ## @.str.134
.asciz "../../../../u8g2.wiki/fntgrptulamide.md"
L_.str.135: ## @.str.135
.asciz "fntgrptulamide.pre"
L_.str.136: ## @.str.136
.asciz "GilesBooth"
L_.str.137: ## @.str.137
.asciz "fntgrpgilesbooth"
L_.str.138: ## @.str.138
.asciz "../../../../u8g2.wiki/fntgrpgilesbooth.md"
L_.str.139: ## @.str.139
.asciz "fntgrpgilesbooth.pre"
L_.str.140: ## @.str.140
.asciz "bitfontmaker2"
L_.str.141: ## @.str.141
.asciz "fntgrpbitfontmaker2"
L_.str.142: ## @.str.142
.asciz "../../../../u8g2.wiki/fntgrpbitfontmaker2.md"
L_.str.143: ## @.str.143
.asciz "fntgrpbitfontmaker2.pre"
L_.str.144: ## @.str.144
.asciz "JapanYoshi"
L_.str.145: ## @.str.145
.asciz "fntgrpjapanyoshi"
L_.str.146: ## @.str.146
.asciz "../../../../u8g2.wiki/fntgrpjapanyoshi.md"
L_.str.147: ## @.str.147
.asciz "fntgrpjapanyoshi.pre"
L_.str.148: ## @.str.148
.asciz "Pentacom"
L_.str.149: ## @.str.149
.asciz "fntgrppentacom"
L_.str.150: ## @.str.150
.asciz "../../../../u8g2.wiki/fntgrppentacom.md"
L_.str.151: ## @.str.151
.asciz "fntgrppentacom.pre"
L_.str.152: ## @.str.152
.asciz "dafont"
L_.str.153: ## @.str.153
.asciz "fntgrpdafont"
L_.str.154: ## @.str.154
.asciz "../../../../u8g2.wiki/fntgrpdafont.md"
L_.str.155: ## @.str.155
.asciz "fntgrpdafont.pre"
L_.str.156: ## @.str.156
.asciz "lucida"
L_.str.157: ## @.str.157
.asciz "fntgrplucida"
L_.str.158: ## @.str.158
.asciz "../../../../u8g2.wiki/fntgrplucida.md"
L_.str.159: ## @.str.159
.asciz "fntgrplucida.pre"
.section __DATA,__data
.globl _gi ## @gi
.p2align 4
_gi:
.quad L_.str.4
.quad L_.str.5
.quad L_.str.6
.quad L_.str.7
.quad L_.str.8
.quad L_.str.9
.quad L_.str.10
.quad L_.str.11
.quad L_.str.12
.quad L_.str.13
.quad L_.str.14
.quad L_.str.15
.quad L_.str.16
.quad L_.str.17
.quad L_.str.18
.quad L_.str.19
.quad L_.str.20
.quad L_.str.21
.quad L_.str.22
.quad L_.str.23
.quad L_.str.24
.quad L_.str.25
.quad L_.str.26
.quad L_.str.27
.quad L_.str.28
.quad L_.str.29
.quad L_.str.30
.quad L_.str.31
.quad L_.str.32
.quad L_.str.33
.quad L_.str.34
.quad L_.str.35
.quad L_.str.36
.quad L_.str.37
.quad L_.str.38
.quad L_.str.39
.quad L_.str.40
.quad L_.str.41
.quad L_.str.42
.quad L_.str.43
.quad L_.str.44
.quad L_.str.45
.quad L_.str.46
.quad L_.str.47
.quad L_.str.48
.quad L_.str.49
.quad L_.str.50
.quad L_.str.51
.quad L_.str.52
.quad L_.str.53
.quad L_.str.54
.quad L_.str.55
.quad L_.str.56
.quad L_.str.57
.quad L_.str.58
.quad L_.str.59
.quad L_.str.60
.quad L_.str.61
.quad L_.str.62
.quad L_.str.63
.quad L_.str.64
.quad L_.str.65
.quad L_.str.66
.quad L_.str.67
.quad L_.str.68
.quad L_.str.69
.quad L_.str.70
.quad L_.str.71
.quad L_.str.72
.quad L_.str.73
.quad L_.str.74
.quad L_.str.75
.quad L_.str.76
.quad L_.str.77
.quad L_.str.78
.quad L_.str.79
.quad L_.str.80
.quad L_.str.81
.quad L_.str.82
.quad L_.str.83
.quad L_.str.84
.quad L_.str.85
.quad L_.str.86
.quad L_.str.87
.quad L_.str.88
.quad L_.str.89
.quad L_.str.90
.quad L_.str.91
.quad L_.str.92
.quad L_.str.93
.quad L_.str.94
.quad L_.str.95
.quad L_.str.96
.quad L_.str.97
.quad L_.str.98
.quad L_.str.99
.quad L_.str.100
.quad L_.str.101
.quad L_.str.102
.quad L_.str.103
.quad L_.str.104
.quad L_.str.105
.quad L_.str.106
.quad L_.str.107
.quad L_.str.108
.quad L_.str.109
.quad L_.str.110
.quad L_.str.111
.quad L_.str.112
.quad L_.str.113
.quad L_.str.114
.quad L_.str.115
.quad L_.str.116
.quad L_.str.117
.quad L_.str.118
.quad L_.str.119
.quad L_.str.120
.quad L_.str.121
.quad L_.str.122
.quad L_.str.123
.quad L_.str.124
.quad L_.str.125
.quad L_.str.126
.quad L_.str.127
.quad L_.str.128
.quad L_.str.129
.quad L_.str.130
.quad L_.str.131
.quad L_.str.132
.quad L_.str.133
.quad L_.str.134
.quad L_.str.135
.quad L_.str.136
.quad L_.str.137
.quad L_.str.138
.quad L_.str.139
.quad L_.str.140
.quad L_.str.141
.quad L_.str.142
.quad L_.str.143
.quad L_.str.144
.quad L_.str.145
.quad L_.str.146
.quad L_.str.147
.quad L_.str.148
.quad L_.str.149
.quad L_.str.150
.quad L_.str.151
.quad L_.str.152
.quad L_.str.153
.quad L_.str.154
.quad L_.str.155
.quad L_.str.156
.quad L_.str.157
.quad L_.str.158
.quad L_.str.159
.section __TEXT,__cstring,cstring_literals
L_.str.160: ## @.str.160
.asciz "u8glib_4.bdf"
L_.str.161: ## @.str.161
.asciz "u8glib_4"
L_.str.162: ## @.str.162
.space 1
L_.str.163: ## @.str.163
.asciz "m2icon_5.bdf"
L_.str.164: ## @.str.164
.asciz "m2icon_5"
L_.str.165: ## @.str.165
.asciz "m2icon_7.bdf"
L_.str.166: ## @.str.166
.asciz "m2icon_7"
L_.str.167: ## @.str.167
.asciz "m2icon_9.bdf"
L_.str.168: ## @.str.168
.asciz "m2icon_9"
L_.str.169: ## @.str.169
.asciz "emoticons21.bdf"
L_.str.170: ## @.str.170
.asciz "emoticons21"
L_.str.171: ## @.str.171
.asciz "battery19.bdf"
L_.str.172: ## @.str.172
.asciz "battery19"
L_.str.173: ## @.str.173
.asciz "freedoomr10r.bdf"
L_.str.174: ## @.str.174
.asciz "freedoomr10"
L_.str.175: ## @.str.175
.asciz "freedoomr25n.bdf"
L_.str.176: ## @.str.176
.asciz "freedoomr25"
L_.str.177: ## @.str.177
.asciz "7Segments_26x42.bdf"
L_.str.178: ## @.str.178
.asciz "7Segments_26x42"
L_.str.179: ## @.str.179
.asciz "amstrad_cpc_extended.bdf"
L_.str.180: ## @.str.180
.asciz "amstrad_cpc_extended"
L_.str.181: ## @.str.181
.asciz "cursor.bdf"
L_.str.182: ## @.str.182
.asciz "cursor"
L_.str.183: ## @.str.183
.asciz "0-223>32"
L_.str.184: ## @.str.184
.asciz "f"
L_.str.185: ## @.str.185
.asciz "0-80>32"
L_.str.186: ## @.str.186
.asciz "micro.bdf"
L_.str.187: ## @.str.187
.asciz "micro"
L_.str.188: ## @.str.188
.asciz "4x6.bdf"
L_.str.189: ## @.str.189
.asciz "4x6"
L_.str.190: ## @.str.190
.asciz "32-128,$400-$52f"
L_.str.191: ## @.str.191
.asciz "_cyrillic"
L_.str.192: ## @.str.192
.asciz "5x7.bdf"
L_.str.193: ## @.str.193
.asciz "5x7"
L_.str.194: ## @.str.194
.asciz "5x8.bdf"
L_.str.195: ## @.str.195
.asciz "5x8"
L_.str.196: ## @.str.196
.asciz "6x10.bdf"
L_.str.197: ## @.str.197
.asciz "6x10"
L_.str.198: ## @.str.198
.asciz "6x12.bdf"
L_.str.199: ## @.str.199
.asciz "6x12"
L_.str.200: ## @.str.200
.asciz "32-255,$20a0-$20bf,$2103,$2109,$2126,$2190-$21bb,$21d0-$21d9,$21e6-$21e9,$23e9-$23fa,$2580-$261f,$2654-$2667,$2680-$2685,$2713-$2718,$274f-$2752"
L_.str.201: ## @.str.201
.asciz "_symbols"
L_.str.202: ## @.str.202
.asciz "6x13.bdf"
L_.str.203: ## @.str.203
.asciz "6x13"
L_.str.204: ## @.str.204
.asciz "32-128,$590-$5ff,$fb1d-$fb4f"
L_.str.205: ## @.str.205
.asciz "_hebrew"
L_.str.206: ## @.str.206
.asciz "6x13B.bdf"
L_.str.207: ## @.str.207
.asciz "6x13B"
L_.str.208: ## @.str.208
.asciz "6x13O.bdf"
L_.str.209: ## @.str.209
.asciz "6x13O"
L_.str.210: ## @.str.210
.asciz "7x13.bdf"
L_.str.211: ## @.str.211
.asciz "7x13"
L_.str.212: ## @.str.212
.asciz "7x13B.bdf"
L_.str.213: ## @.str.213
.asciz "7x13B"
L_.str.214: ## @.str.214
.asciz "7x13O.bdf"
L_.str.215: ## @.str.215
.asciz "7x13O"
L_.str.216: ## @.str.216
.asciz "7x14.bdf"
L_.str.217: ## @.str.217
.asciz "7x14"
L_.str.218: ## @.str.218
.asciz "7x14B.bdf"
L_.str.219: ## @.str.219
.asciz "7x14B"
L_.str.220: ## @.str.220
.asciz "8x13.bdf"
L_.str.221: ## @.str.221
.asciz "8x13"
L_.str.222: ## @.str.222
.asciz "8x13B.bdf"
L_.str.223: ## @.str.223
.asciz "8x13B"
L_.str.224: ## @.str.224
.asciz "8x13O.bdf"
L_.str.225: ## @.str.225
.asciz "8x13O"
L_.str.226: ## @.str.226
.asciz "9x15.bdf"
L_.str.227: ## @.str.227
.asciz "9x15"
L_.str.228: ## @.str.228
.asciz "9x15B.bdf"
L_.str.229: ## @.str.229
.asciz "9x15B"
L_.str.230: ## @.str.230
.asciz "9x18.bdf"
L_.str.231: ## @.str.231
.asciz "9x18"
L_.str.232: ## @.str.232
.asciz "9x18B.bdf"
L_.str.233: ## @.str.233
.asciz "9x18B"
L_.str.234: ## @.str.234
.asciz "10x20.bdf"
L_.str.235: ## @.str.235
.asciz "10x20"
L_.str.236: ## @.str.236
.asciz "32-128,$370-$3ff"
L_.str.237: ## @.str.237
.asciz "_greek"
L_.str.238: ## @.str.238
.asciz "32-128,$600-$6ff,$FB50-$FBB1,$FE70-$FEFF,x32-64,x91-96,x123-191,x247,x697-879,x32-$5ff"
L_.str.239: ## @.str.239
.asciz "_arabic"
L_.str.240: ## @.str.240
.asciz "-y -2 -th 1 -tv 2"
L_.str.241: ## @.str.241
.asciz "8x13_1x2"
L_.str.242: ## @.str.242
.asciz "8x13B_1x2"
L_.str.243: ## @.str.243
.asciz "-y -1 -x -1 -th 1 -tv 2"
L_.str.244: ## @.str.244
.asciz "7x14_1x2"
L_.str.245: ## @.str.245
.asciz "7x14B_1x2"
L_.str.246: ## @.str.246
.asciz "siji_with_6x10.bdf"
L_.str.247: ## @.str.247
.asciz "siji"
L_.str.248: ## @.str.248
.asciz "32-128,$e000-$ffff"
L_.str.249: ## @.str.249
.asciz "_6x10"
L_.str.250: ## @.str.250
.asciz "tom-thumb.bdf"
L_.str.251: ## @.str.251
.asciz "tom_thumb_4x6"
L_.str.252: ## @.str.252
.asciz "32-$ffff"
L_.str.253: ## @.str.253
.asciz "_all"
L_.str.254: ## @.str.254
.asciz "t0-11-uni.bdf"
L_.str.255: ## @.str.255
.asciz "t0_11"
L_.str.256: ## @.str.256
.asciz "$0020-$FFF0"
L_.str.257: ## @.str.257
.asciz "t0-11b-uni.bdf"
L_.str.258: ## @.str.258
.asciz "t0_11b"
L_.str.259: ## @.str.259
.asciz "t0-12-uni.bdf"
L_.str.260: ## @.str.260
.asciz "t0_12"
L_.str.261: ## @.str.261
.asciz "t0-12b-uni.bdf"
L_.str.262: ## @.str.262
.asciz "t0_12b"
L_.str.263: ## @.str.263
.asciz "t0-13-uni.bdf"
L_.str.264: ## @.str.264
.asciz "t0_13"
L_.str.265: ## @.str.265
.asciz "t0-13b-uni.bdf"
L_.str.266: ## @.str.266
.asciz "t0_13b"
L_.str.267: ## @.str.267
.asciz "t0-14-uni.bdf"
L_.str.268: ## @.str.268
.asciz "t0_14"
L_.str.269: ## @.str.269
.asciz "t0-14b-uni.bdf"
L_.str.270: ## @.str.270
.asciz "t0_14b"
L_.str.271: ## @.str.271
.asciz "t0-15-uni.bdf"
L_.str.272: ## @.str.272
.asciz "t0_15"
L_.str.273: ## @.str.273
.asciz "t0-15b-uni.bdf"
L_.str.274: ## @.str.274
.asciz "t0_15b"
L_.str.275: ## @.str.275
.asciz "t0-16-uni.bdf"
L_.str.276: ## @.str.276
.asciz "t0_16"
L_.str.277: ## @.str.277
.asciz "t0-16b-uni.bdf"
L_.str.278: ## @.str.278
.asciz "t0_16b"
L_.str.279: ## @.str.279
.asciz "t0-17-uni.bdf"
L_.str.280: ## @.str.280
.asciz "t0_17"
L_.str.281: ## @.str.281
.asciz "t0-17b-uni.bdf"
L_.str.282: ## @.str.282
.asciz "t0_17b"
L_.str.283: ## @.str.283
.asciz "t0-18-uni.bdf"
L_.str.284: ## @.str.284
.asciz "t0_18"
L_.str.285: ## @.str.285
.asciz "t0-18b-uni.bdf"
L_.str.286: ## @.str.286
.asciz "t0_18b"
L_.str.287: ## @.str.287
.asciz "t0-22-uni.bdf"
L_.str.288: ## @.str.288
.asciz "t0_22"
L_.str.289: ## @.str.289
.asciz "t0-22b-uni.bdf"
L_.str.290: ## @.str.290
.asciz "t0_22b"
L_.str.291: ## @.str.291
.asciz "open_iconic_all_1x.bdf"
L_.str.292: ## @.str.292
.asciz "open_iconic_all_1x"
L_.str.293: ## @.str.293
.asciz "32-400"
L_.str.294: ## @.str.294
.asciz "open_iconic_app_1x.bdf"
L_.str.295: ## @.str.295
.asciz "open_iconic_app_1x"
L_.str.296: ## @.str.296
.asciz "32-300"
L_.str.297: ## @.str.297
.asciz "open_iconic_arrow_1x.bdf"
L_.str.298: ## @.str.298
.asciz "open_iconic_arrow_1x"
L_.str.299: ## @.str.299
.asciz "open_iconic_check_1x.bdf"
L_.str.300: ## @.str.300
.asciz "open_iconic_check_1x"
L_.str.301: ## @.str.301
.asciz "open_iconic_email_1x.bdf"
L_.str.302: ## @.str.302
.asciz "open_iconic_email_1x"
L_.str.303: ## @.str.303
.asciz "open_iconic_embedded_1x.bdf"
L_.str.304: ## @.str.304
.asciz "open_iconic_embedded_1x"
L_.str.305: ## @.str.305
.asciz "open_iconic_gui_1x.bdf"
L_.str.306: ## @.str.306
.asciz "open_iconic_gui_1x"
L_.str.307: ## @.str.307
.asciz "open_iconic_human_1x.bdf"
L_.str.308: ## @.str.308
.asciz "open_iconic_human_1x"
L_.str.309: ## @.str.309
.asciz "open_iconic_mime_1x.bdf"
L_.str.310: ## @.str.310
.asciz "open_iconic_mime_1x"
L_.str.311: ## @.str.311
.asciz "open_iconic_other_1x.bdf"
L_.str.312: ## @.str.312
.asciz "open_iconic_other_1x"
L_.str.313: ## @.str.313
.asciz "open_iconic_play_1x.bdf"
L_.str.314: ## @.str.314
.asciz "open_iconic_play_1x"
L_.str.315: ## @.str.315
.asciz "open_iconic_text_1x.bdf"
L_.str.316: ## @.str.316
.asciz "open_iconic_text_1x"
L_.str.317: ## @.str.317
.asciz "open_iconic_thing_1x.bdf"
L_.str.318: ## @.str.318
.asciz "open_iconic_thing_1x"
L_.str.319: ## @.str.319
.asciz "open_iconic_weather_1x.bdf"
L_.str.320: ## @.str.320
.asciz "open_iconic_weather_1x"
L_.str.321: ## @.str.321
.asciz "open_iconic_www_1x.bdf"
L_.str.322: ## @.str.322
.asciz "open_iconic_www_1x"
L_.str.323: ## @.str.323
.asciz "-th 1 -tv 1"
L_.str.324: ## @.str.324
.asciz "open_iconic_arrow_1x1"
L_.str.325: ## @.str.325
.asciz "32-255"
L_.str.326: ## @.str.326
.asciz "open_iconic_check_1x1"
L_.str.327: ## @.str.327
.asciz "open_iconic_embedded_1x1"
L_.str.328: ## @.str.328
.asciz "open_iconic_play_1x1"
L_.str.329: ## @.str.329
.asciz "open_iconic_thing_1x1"
L_.str.330: ## @.str.330
.asciz "open_iconic_weather_1x1"
L_.str.331: ## @.str.331
.asciz "open_iconic_all_2x.bdf"
L_.str.332: ## @.str.332
.asciz "open_iconic_all_2x"
L_.str.333: ## @.str.333
.asciz "open_iconic_app_2x.bdf"
L_.str.334: ## @.str.334
.asciz "open_iconic_app_2x"
L_.str.335: ## @.str.335
.asciz "open_iconic_arrow_2x.bdf"
L_.str.336: ## @.str.336
.asciz "open_iconic_arrow_2x"
L_.str.337: ## @.str.337
.asciz "open_iconic_check_2x.bdf"
L_.str.338: ## @.str.338
.asciz "open_iconic_check_2x"
L_.str.339: ## @.str.339
.asciz "open_iconic_email_2x.bdf"
L_.str.340: ## @.str.340
.asciz "open_iconic_email_2x"
L_.str.341: ## @.str.341
.asciz "open_iconic_embedded_2x.bdf"
L_.str.342: ## @.str.342
.asciz "open_iconic_embedded_2x"
L_.str.343: ## @.str.343
.asciz "open_iconic_gui_2x.bdf"
L_.str.344: ## @.str.344
.asciz "open_iconic_gui_2x"
L_.str.345: ## @.str.345
.asciz "open_iconic_human_2x.bdf"
L_.str.346: ## @.str.346
.asciz "open_iconic_human_2x"
L_.str.347: ## @.str.347
.asciz "open_iconic_mime_2x.bdf"
L_.str.348: ## @.str.348
.asciz "open_iconic_mime_2x"
L_.str.349: ## @.str.349
.asciz "open_iconic_other_2x.bdf"
L_.str.350: ## @.str.350
.asciz "open_iconic_other_2x"
L_.str.351: ## @.str.351
.asciz "open_iconic_play_2x.bdf"
L_.str.352: ## @.str.352
.asciz "open_iconic_play_2x"
L_.str.353: ## @.str.353
.asciz "open_iconic_text_2x.bdf"
L_.str.354: ## @.str.354
.asciz "open_iconic_text_2x"
L_.str.355: ## @.str.355
.asciz "open_iconic_thing_2x.bdf"
L_.str.356: ## @.str.356
.asciz "open_iconic_thing_2x"
L_.str.357: ## @.str.357
.asciz "open_iconic_weather_2x.bdf"
L_.str.358: ## @.str.358
.asciz "open_iconic_weather_2x"
L_.str.359: ## @.str.359
.asciz "open_iconic_www_2x.bdf"
L_.str.360: ## @.str.360
.asciz "open_iconic_www_2x"
L_.str.361: ## @.str.361
.asciz "-th 2 -tv 2"
L_.str.362: ## @.str.362
.asciz "open_iconic_arrow_2x2"
L_.str.363: ## @.str.363
.asciz "open_iconic_check_2x2"
L_.str.364: ## @.str.364
.asciz "open_iconic_embedded_2x2"
L_.str.365: ## @.str.365
.asciz "open_iconic_play_2x2"
L_.str.366: ## @.str.366
.asciz "open_iconic_thing_2x2"
L_.str.367: ## @.str.367
.asciz "open_iconic_weather_2x2"
L_.str.368: ## @.str.368
.asciz "open_iconic_all_4x.bdf"
L_.str.369: ## @.str.369
.asciz "open_iconic_all_4x"
L_.str.370: ## @.str.370
.asciz "open_iconic_app_4x.bdf"
L_.str.371: ## @.str.371
.asciz "open_iconic_app_4x"
L_.str.372: ## @.str.372
.asciz "open_iconic_arrow_4x.bdf"
L_.str.373: ## @.str.373
.asciz "open_iconic_arrow_4x"
L_.str.374: ## @.str.374
.asciz "open_iconic_check_4x.bdf"
L_.str.375: ## @.str.375
.asciz "open_iconic_check_4x"
L_.str.376: ## @.str.376
.asciz "open_iconic_email_4x.bdf"
L_.str.377: ## @.str.377
.asciz "open_iconic_email_4x"
L_.str.378: ## @.str.378
.asciz "open_iconic_embedded_4x.bdf"
L_.str.379: ## @.str.379
.asciz "open_iconic_embedded_4x"
L_.str.380: ## @.str.380
.asciz "open_iconic_gui_4x.bdf"
L_.str.381: ## @.str.381
.asciz "open_iconic_gui_4x"
L_.str.382: ## @.str.382
.asciz "open_iconic_human_4x.bdf"
L_.str.383: ## @.str.383
.asciz "open_iconic_human_4x"
L_.str.384: ## @.str.384
.asciz "open_iconic_mime_4x.bdf"
L_.str.385: ## @.str.385
.asciz "open_iconic_mime_4x"
L_.str.386: ## @.str.386
.asciz "open_iconic_other_4x.bdf"
L_.str.387: ## @.str.387
.asciz "open_iconic_other_4x"
L_.str.388: ## @.str.388
.asciz "open_iconic_play_4x.bdf"
L_.str.389: ## @.str.389
.asciz "open_iconic_play_4x"
L_.str.390: ## @.str.390
.asciz "open_iconic_text_4x.bdf"
L_.str.391: ## @.str.391
.asciz "open_iconic_text_4x"
L_.str.392: ## @.str.392
.asciz "open_iconic_thing_4x.bdf"
L_.str.393: ## @.str.393
.asciz "open_iconic_thing_4x"
L_.str.394: ## @.str.394
.asciz "open_iconic_weather_4x.bdf"
L_.str.395: ## @.str.395
.asciz "open_iconic_weather_4x"
L_.str.396: ## @.str.396
.asciz "open_iconic_www_4x.bdf"
L_.str.397: ## @.str.397
.asciz "open_iconic_www_4x"
L_.str.398: ## @.str.398
.asciz "-th 4 -tv 4"
L_.str.399: ## @.str.399
.asciz "open_iconic_arrow_4x4"
L_.str.400: ## @.str.400
.asciz "open_iconic_check_4x4"
L_.str.401: ## @.str.401
.asciz "open_iconic_embedded_4x4"
L_.str.402: ## @.str.402
.asciz "open_iconic_play_4x4"
L_.str.403: ## @.str.403
.asciz "open_iconic_thing_4x4"
L_.str.404: ## @.str.404
.asciz "open_iconic_weather_4x4"
L_.str.405: ## @.str.405
.asciz "open_iconic_all_6x.bdf"
L_.str.406: ## @.str.406
.asciz "open_iconic_all_6x"
L_.str.407: ## @.str.407
.asciz "open_iconic_app_6x.bdf"
L_.str.408: ## @.str.408
.asciz "open_iconic_app_6x"
L_.str.409: ## @.str.409
.asciz "open_iconic_arrow_6x.bdf"
L_.str.410: ## @.str.410
.asciz "open_iconic_arrow_6x"
L_.str.411: ## @.str.411
.asciz "open_iconic_check_6x.bdf"
L_.str.412: ## @.str.412
.asciz "open_iconic_check_6x"
L_.str.413: ## @.str.413
.asciz "open_iconic_email_6x.bdf"
L_.str.414: ## @.str.414
.asciz "open_iconic_email_6x"
L_.str.415: ## @.str.415
.asciz "open_iconic_embedded_6x.bdf"
L_.str.416: ## @.str.416
.asciz "open_iconic_embedded_6x"
L_.str.417: ## @.str.417
.asciz "open_iconic_gui_6x.bdf"
L_.str.418: ## @.str.418
.asciz "open_iconic_gui_6x"
L_.str.419: ## @.str.419
.asciz "open_iconic_human_6x.bdf"
L_.str.420: ## @.str.420
.asciz "open_iconic_human_6x"
L_.str.421: ## @.str.421
.asciz "open_iconic_mime_6x.bdf"
L_.str.422: ## @.str.422
.asciz "open_iconic_mime_6x"
L_.str.423: ## @.str.423
.asciz "open_iconic_other_6x.bdf"
L_.str.424: ## @.str.424
.asciz "open_iconic_other_6x"
L_.str.425: ## @.str.425
.asciz "open_iconic_play_6x.bdf"
L_.str.426: ## @.str.426
.asciz "open_iconic_play_6x"
L_.str.427: ## @.str.427
.asciz "open_iconic_text_6x.bdf"
L_.str.428: ## @.str.428
.asciz "open_iconic_text_6x"
L_.str.429: ## @.str.429
.asciz "open_iconic_thing_6x.bdf"
L_.str.430: ## @.str.430
.asciz "open_iconic_thing_6x"
L_.str.431: ## @.str.431
.asciz "open_iconic_weather_6x.bdf"
L_.str.432: ## @.str.432
.asciz "open_iconic_weather_6x"
L_.str.433: ## @.str.433
.asciz "open_iconic_www_6x.bdf"
L_.str.434: ## @.str.434
.asciz "open_iconic_www_6x"
L_.str.435: ## @.str.435
.asciz "open_iconic_all_8x.bdf"
L_.str.436: ## @.str.436
.asciz "open_iconic_all_8x"
L_.str.437: ## @.str.437
.asciz "open_iconic_app_8x.bdf"
L_.str.438: ## @.str.438
.asciz "open_iconic_app_8x"
L_.str.439: ## @.str.439
.asciz "open_iconic_arrow_8x.bdf"
L_.str.440: ## @.str.440
.asciz "open_iconic_arrow_8x"
L_.str.441: ## @.str.441
.asciz "open_iconic_check_8x.bdf"
L_.str.442: ## @.str.442
.asciz "open_iconic_check_8x"
L_.str.443: ## @.str.443
.asciz "open_iconic_email_8x.bdf"
L_.str.444: ## @.str.444
.asciz "open_iconic_email_8x"
L_.str.445: ## @.str.445
.asciz "open_iconic_embedded_8x.bdf"
L_.str.446: ## @.str.446
.asciz "open_iconic_embedded_8x"
L_.str.447: ## @.str.447
.asciz "open_iconic_gui_8x.bdf"
L_.str.448: ## @.str.448
.asciz "open_iconic_gui_8x"
L_.str.449: ## @.str.449
.asciz "open_iconic_human_8x.bdf"
L_.str.450: ## @.str.450
.asciz "open_iconic_human_8x"
L_.str.451: ## @.str.451
.asciz "open_iconic_mime_8x.bdf"
L_.str.452: ## @.str.452
.asciz "open_iconic_mime_8x"
L_.str.453: ## @.str.453
.asciz "open_iconic_other_8x.bdf"
L_.str.454: ## @.str.454
.asciz "open_iconic_other_8x"
L_.str.455: ## @.str.455
.asciz "open_iconic_play_8x.bdf"
L_.str.456: ## @.str.456
.asciz "open_iconic_play_8x"
L_.str.457: ## @.str.457
.asciz "open_iconic_text_8x.bdf"
L_.str.458: ## @.str.458
.asciz "open_iconic_text_8x"
L_.str.459: ## @.str.459
.asciz "open_iconic_thing_8x.bdf"
L_.str.460: ## @.str.460
.asciz "open_iconic_thing_8x"
L_.str.461: ## @.str.461
.asciz "open_iconic_weather_8x.bdf"
L_.str.462: ## @.str.462
.asciz "open_iconic_weather_8x"
L_.str.463: ## @.str.463
.asciz "open_iconic_www_8x.bdf"
L_.str.464: ## @.str.464
.asciz "open_iconic_www_8x"
L_.str.465: ## @.str.465
.asciz "-th 8 -tv 8"
L_.str.466: ## @.str.466
.asciz "open_iconic_arrow_8x8"
L_.str.467: ## @.str.467
.asciz "open_iconic_check_8x8"
L_.str.468: ## @.str.468
.asciz "open_iconic_embedded_8x8"
L_.str.469: ## @.str.469
.asciz "open_iconic_play_8x8"
L_.str.470: ## @.str.470
.asciz "open_iconic_thing_8x8"
L_.str.471: ## @.str.471
.asciz "open_iconic_weather_8x8"
L_.str.472: ## @.str.472
.asciz "profont10.bdf"
L_.str.473: ## @.str.473
.asciz "profont10"
L_.str.474: ## @.str.474
.asciz "profont11.bdf"
L_.str.475: ## @.str.475
.asciz "profont11"
L_.str.476: ## @.str.476
.asciz "profont12.bdf"
L_.str.477: ## @.str.477
.asciz "profont12"
L_.str.478: ## @.str.478
.asciz "profont15.bdf"
L_.str.479: ## @.str.479
.asciz "profont15"
L_.str.480: ## @.str.480
.asciz "profont17.bdf"
L_.str.481: ## @.str.481
.asciz "profont17"
L_.str.482: ## @.str.482
.asciz "profont22.bdf"
L_.str.483: ## @.str.483
.asciz "profont22"
L_.str.484: ## @.str.484
.asciz "profont29.bdf"
L_.str.485: ## @.str.485
.asciz "profont29"
L_.str.486: ## @.str.486
.asciz "-y 0 -th 2 -tv 3"
L_.str.487: ## @.str.487
.asciz "profont29_2x3"
L_.str.488: ## @.str.488
.asciz "-a -r 72 -p 10"
L_.str.489: ## @.str.489
.asciz "Samim.ttf"
L_.str.490: ## @.str.490
.asciz "samim_10"
L_.str.491: ## @.str.491
.asciz "32-65500"
L_.str.492: ## @.str.492
.asciz "-a -r 72 -p 12"
L_.str.493: ## @.str.493
.asciz "samim_12"
L_.str.494: ## @.str.494
.asciz "-a -r 72 -p 14"
L_.str.495: ## @.str.495
.asciz "samim_14"
L_.str.496: ## @.str.496
.asciz "-a -r 72 -p 16"
L_.str.497: ## @.str.497
.asciz "samim_16"
L_.str.498: ## @.str.498
.asciz "Samim-FD.ttf"
L_.str.499: ## @.str.499
.asciz "samim_fd_10"
L_.str.500: ## @.str.500
.asciz "samim_fd_12"
L_.str.501: ## @.str.501
.asciz "samim_fd_14"
L_.str.502: ## @.str.502
.asciz "samim_fd_16"
L_.str.503: ## @.str.503
.asciz "-r 72 -p 10"
L_.str.504: ## @.str.504
.asciz "GanjNamehSans-Regular.ttf"
L_.str.505: ## @.str.505
.asciz "ganj_nameh_sans10"
L_.str.506: ## @.str.506
.asciz "-r 72 -p 12"
L_.str.507: ## @.str.507
.asciz "ganj_nameh_sans12"
L_.str.508: ## @.str.508
.asciz "-r 72 -p 14"
L_.str.509: ## @.str.509
.asciz "ganj_nameh_sans14"
L_.str.510: ## @.str.510
.asciz "-r 72 -p 16"
L_.str.511: ## @.str.511
.asciz "ganj_nameh_sans16"
L_.str.512: ## @.str.512
.asciz "-r 72 -p 8"
L_.str.513: ## @.str.513
.asciz "IranianSansRegular.ttf"
L_.str.514: ## @.str.514
.asciz "iranian_sans_8"
L_.str.515: ## @.str.515
.asciz "iranian_sans_10"
L_.str.516: ## @.str.516
.asciz "iranian_sans_12"
L_.str.517: ## @.str.517
.asciz "iranian_sans_14"
L_.str.518: ## @.str.518
.asciz "iranian_sans_16"
L_.str.519: ## @.str.519
.asciz "MOZART_0.ttf"
L_.str.520: ## @.str.520
.asciz "mozart_nbp"
L_.str.521: ## @.str.521
.asciz "glasstown_nbp.ttf"
L_.str.522: ## @.str.522
.asciz "glasstown_nbp"
L_.str.523: ## @.str.523
.asciz "shylock_nbp.ttf"
L_.str.524: ## @.str.524
.asciz "shylock_nbp"
L_.str.525: ## @.str.525
.asciz "RENT_0.ttf"
L_.str.526: ## @.str.526
.asciz "roentgen_nbp"
L_.str.527: ## @.str.527
.asciz "CALIBRATE1.ttf"
L_.str.528: ## @.str.528
.asciz "calibration_gothic_nbp"
L_.str.529: ## @.str.529
.asciz "smart_patrol_nbp.ttf"
L_.str.530: ## @.str.530
.asciz "smart_patrol_nbp"
L_.str.531: ## @.str.531
.asciz "prospero_bold_nbp.ttf"
L_.str.532: ## @.str.532
.asciz "prospero_bold_nbp"
L_.str.533: ## @.str.533
.asciz "prospero_nbp.ttf"
L_.str.534: ## @.str.534
.asciz "prospero_nbp"
L_.str.535: ## @.str.535
.asciz "BALRG_0.ttf"
L_.str.536: ## @.str.536
.asciz "balthasar_regular_nbp"
L_.str.537: ## @.str.537
.asciz "-r 72 -p 32"
L_.str.538: ## @.str.538
.asciz "BALTT_0.ttf"
L_.str.539: ## @.str.539
.asciz "balthasar_titling_nbp"
L_.str.540: ## @.str.540
.asciz "synchronizer_nbp.ttf"
L_.str.541: ## @.str.541
.asciz "synchronizer_nbp"
L_.str.542: ## @.str.542
.asciz "mercutio_basic.ttf"
L_.str.543: ## @.str.543
.asciz "mercutio_basic_nbp"
L_.str.544: ## @.str.544
.asciz "mercutio_sc.ttf"
L_.str.545: ## @.str.545
.asciz "mercutio_sc_nbp"
L_.str.546: ## @.str.546
.asciz "MIRANDA.ttf"
L_.str.547: ## @.str.547
.asciz "miranda_nbp"
L_.str.548: ## @.str.548
.asciz "nine0.ttf"
L_.str.549: ## @.str.549
.asciz "nine_by_five_nbp"
L_.str.550: ## @.str.550
.asciz "ROSEN_0.ttf"
L_.str.551: ## @.str.551
.asciz "rosencrantz_nbp"
L_.str.552: ## @.str.552
.asciz "GUILD_0.ttf"
L_.str.553: ## @.str.553
.asciz "guildenstern_nbp"
L_.str.554: ## @.str.554
.asciz "astra0.ttf"
L_.str.555: ## @.str.555
.asciz "astragal_nbp"
L_.str.556: ## @.str.556
.asciz "HabsburgChancery.ttf"
L_.str.557: ## @.str.557
.asciz "habsburgchancery"
L_.str.558: ## @.str.558
.asciz "MissingPlanet.ttf"
L_.str.559: ## @.str.559
.asciz "missingplanet"
L_.str.560: ## @.str.560
.asciz "OrdinaryBasis.ttf"
L_.str.561: ## @.str.561
.asciz "ordinarybasis"
L_.str.562: ## @.str.562
.asciz "PixelMordred.ttf"
L_.str.563: ## @.str.563
.asciz "pixelmordred"
L_.str.564: ## @.str.564
.asciz "SecretaryHand.ttf"
L_.str.565: ## @.str.565
.asciz "secretaryhand"
L_.str.566: ## @.str.566
.asciz "Beanstalk.ttf"
L_.str.567: ## @.str.567
.asciz "beanstalk_mel"
L_.str.568: ## @.str.568
.asciz "Cube.ttf"
L_.str.569: ## @.str.569
.asciz "cube_mel"
L_.str.570: ## @.str.570
.asciz "Mademoiselle.ttf"
L_.str.571: ## @.str.571
.asciz "mademoiselle_mel"
L_.str.572: ## @.str.572
.asciz "PieceOfCake.ttf"
L_.str.573: ## @.str.573
.asciz "pieceofcake_mel"
L_.str.574: ## @.str.574
.asciz "Press.ttf"
L_.str.575: ## @.str.575
.asciz "press_mel"
L_.str.576: ## @.str.576
.asciz "RePress.ttf"
L_.str.577: ## @.str.577
.asciz "repress_mel"
L_.str.578: ## @.str.578
.asciz "Sticker.ttf"
L_.str.579: ## @.str.579
.asciz "sticker_mel"
L_.str.580: ## @.str.580
.asciz "CelibateMonk.ttf"
L_.str.581: ## @.str.581
.asciz "celibatemonk"
L_.str.582: ## @.str.582
.asciz "DisrespectfulTeenager.ttf"
L_.str.583: ## @.str.583
.asciz "disrespectfulteenager"
L_.str.584: ## @.str.584
.asciz "MichaelMouse.ttf"
L_.str.585: ## @.str.585
.asciz "michaelmouse"
L_.str.586: ## @.str.586
.asciz "SandyForest.ttf"
L_.str.587: ## @.str.587
.asciz "sandyforest"
L_.str.588: ## @.str.588
.asciz "CupcakeMeToYourLeader.ttf"
L_.str.589: ## @.str.589
.asciz "cupcakemetoyourleader"
L_.str.590: ## @.str.590
.asciz "OldWizard.ttf"
L_.str.591: ## @.str.591
.asciz "oldwizard"
L_.str.592: ## @.str.592
.asciz "Squirrel.ttf"
L_.str.593: ## @.str.593
.asciz "squirrel"
L_.str.594: ## @.str.594
.asciz "DiodeSemiMono.ttf"
L_.str.595: ## @.str.595
.asciz "diodesemimono"
L_.str.596: ## @.str.596
.asciz "Questgiver.ttf"
L_.str.597: ## @.str.597
.asciz "questgiver"
L_.str.598: ## @.str.598
.asciz "Seraphimb1.ttf"
L_.str.599: ## @.str.599
.asciz "seraphimb1"
L_.str.600: ## @.str.600
.asciz "JinxedWizards.ttf"
L_.str.601: ## @.str.601
.asciz "jinxedwizards"
L_.str.602: ## @.str.602
.asciz "LastPriestess.ttf"
L_.str.603: ## @.str.603
.asciz "lastpriestess"
L_.str.604: ## @.str.604
.asciz "BitCasual.ttf"
L_.str.605: ## @.str.605
.asciz "bitcasual"
L_.str.606: ## @.str.606
.asciz "Koleeko.ttf"
L_.str.607: ## @.str.607
.asciz "koleeko"
L_.str.608: ## @.str.608
.asciz "TenFatGuys.ttf"
L_.str.609: ## @.str.609
.asciz "tenfatguys"
L_.str.610: ## @.str.610
.asciz "TenStamps.ttf"
L_.str.611: ## @.str.611
.asciz "tenstamps"
L_.str.612: ## @.str.612
.asciz "TenThinGuys.ttf"
L_.str.613: ## @.str.613
.asciz "tenthinguys"
L_.str.614: ## @.str.614
.asciz "TenThinnerGuys.ttf"
L_.str.615: ## @.str.615
.asciz "tenthinnerguys"
L_.str.616: ## @.str.616
.asciz "TwelveDings.ttf"
L_.str.617: ## @.str.617
.asciz "twelvedings"
L_.str.618: ## @.str.618
.asciz "Fewture.ttf"
L_.str.619: ## @.str.619
.asciz "fewture"
L_.str.620: ## @.str.620
.asciz "Halftone.ttf"
L_.str.621: ## @.str.621
.asciz "halftone"
L_.str.622: ## @.str.622
.asciz "Nerhoe.ttf"
L_.str.623: ## @.str.623
.asciz "nerhoe"
L_.str.624: ## @.str.624
.asciz "Oskool.ttf"
L_.str.625: ## @.str.625
.asciz "oskool"
L_.str.626: ## @.str.626
.asciz "TinyTim.ttf"
L_.str.627: ## @.str.627
.asciz "tinytim"
L_.str.628: ## @.str.628
.asciz "TooseOrnament.ttf"
L_.str.629: ## @.str.629
.asciz "tooseornament"
L_.str.630: ## @.str.630
.asciz "Bauhaus2015.ttf"
L_.str.631: ## @.str.631
.asciz "bauhaus2015"
L_.str.632: ## @.str.632
.asciz "FindersKeepers.ttf"
L_.str.633: ## @.str.633
.asciz "finderskeepers"
L_.str.634: ## @.str.634
.asciz "SirClivetheBold.ttf"
L_.str.635: ## @.str.635
.asciz "sirclivethebold"
L_.str.636: ## @.str.636
.asciz "SirClive.ttf"
L_.str.637: ## @.str.637
.asciz "sirclive"
L_.str.638: ## @.str.638
.asciz "Adventurer.ttf"
L_.str.639: ## @.str.639
.asciz "adventurer"
L_.str.640: ## @.str.640
.asciz "BracketedBabies.ttf"
L_.str.641: ## @.str.641
.asciz "bracketedbabies"
L_.str.642: ## @.str.642
.asciz "Frikativ.ttf"
L_.str.643: ## @.str.643
.asciz "frikativ"
L_.str.644: ## @.str.644
.asciz "FancyPixels.ttf"
L_.str.645: ## @.str.645
.asciz "fancypixels"
L_.str.646: ## @.str.646
.asciz "HEAVYBOTTOM.ttf"
L_.str.647: ## @.str.647
.asciz "heavybottom"
L_.str.648: ## @.str.648
.asciz "IconQuadPix.ttf"
L_.str.649: ## @.str.649
.asciz "iconquadpix"
L_.str.650: ## @.str.650
.asciz "LastApprenticeBold.ttf"
L_.str.651: ## @.str.651
.asciz "lastapprenticebold"
L_.str.652: ## @.str.652
.asciz "LastApprenticeThin.ttf"
L_.str.653: ## @.str.653
.asciz "lastapprenticethin"
L_.str.654: ## @.str.654
.asciz "Tallpix.ttf"
L_.str.655: ## @.str.655
.asciz "tallpix"
L_.str.656: ## @.str.656
.asciz "BBSesque.ttf"
L_.str.657: ## @.str.657
.asciz "BBSesque"
L_.str.658: ## @.str.658
.asciz "Born2bSportySlab.ttf"
L_.str.659: ## @.str.659
.asciz "Born2bSportySlab"
L_.str.660: ## @.str.660
.asciz "Born2bSportyV2.ttf"
L_.str.661: ## @.str.661
.asciz "Born2bSportyV2"
L_.str.662: ## @.str.662
.asciz "CursivePixel.ttf"
L_.str.663: ## @.str.663
.asciz "CursivePixel"
L_.str.664: ## @.str.664
.asciz "Engrish.ttf"
L_.str.665: ## @.str.665
.asciz "Engrish"
L_.str.666: ## @.str.666
.asciz "ImpactBits.ttf"
L_.str.667: ## @.str.667
.asciz "ImpactBits"
L_.str.668: ## @.str.668
.asciz "IPAandRUSLCD.ttf"
L_.str.669: ## @.str.669
.asciz "IPAandRUSLCD"
L_.str.670: ## @.str.670
.asciz "HelvetiPixel.ttf"
L_.str.671: ## @.str.671
.asciz "HelvetiPixel"
L_.str.672: ## @.str.672
.asciz "TimesNewPixel.ttf"
L_.str.673: ## @.str.673
.asciz "TimesNewPixel"
L_.str.674: ## @.str.674
.asciz "BitTypeWriter.ttf"
L_.str.675: ## @.str.675
.asciz "BitTypeWriter"
L_.str.676: ## @.str.676
.asciz "Georgia7px.ttf"
L_.str.677: ## @.str.677
.asciz "Georgia7px"
L_.str.678: ## @.str.678
.asciz "Wizzard.ttf"
L_.str.679: ## @.str.679
.asciz "Wizzard"
L_.str.680: ## @.str.680
.asciz "HelvetiPixelOutline.ttf"
L_.str.681: ## @.str.681
.asciz "HelvetiPixelOutline"
L_.str.682: ## @.str.682
.asciz "Untitled16PixelSansSerifBitmapTestFont.ttf"
L_.str.683: ## @.str.683
.asciz "Untitled16PixelSansSerifBitmap"
L_.str.684: ## @.str.684
.asciz "nokiafc22.ttf"
L_.str.685: ## @.str.685
.asciz "nokiafc22"
L_.str.686: ## @.str.686
.asciz "-a -r 72 -p 20"
L_.str.687: ## @.str.687
.asciz "VCR_OSD_MONO_1.001.ttf"
L_.str.688: ## @.str.688
.asciz "VCR_OSD"
L_.str.689: ## @.str.689
.asciz "Pixellari.ttf"
L_.str.690: ## @.str.690
.asciz "Pixellari"
L_.str.691: ## @.str.691
.asciz "pixelpoiiz.ttf"
L_.str.692: ## @.str.692
.asciz "pixelpoiiz"
L_.str.693: ## @.str.693
.asciz "DigitalDisco-Thin.ttf"
L_.str.694: ## @.str.694
.asciz "DigitalDiscoThin"
L_.str.695: ## @.str.695
.asciz "DigitalDisco.ttf"
L_.str.696: ## @.str.696
.asciz "DigitalDisco"
L_.str.697: ## @.str.697
.asciz "pearfont.ttf"
L_.str.698: ## @.str.698
.asciz "pearfont"
L_.str.699: ## @.str.699
.asciz "etl14-thai.bdf"
L_.str.700: ## @.str.700
.asciz "etl14thai"
L_.str.701: ## @.str.701
.asciz "32-127,128-255>3552"
L_.str.702: ## @.str.702
.asciz "etl16-thai.bdf"
L_.str.703: ## @.str.703
.asciz "etl16thai"
L_.str.704: ## @.str.704
.asciz "etl24-thai.bdf"
L_.str.705: ## @.str.705
.asciz "etl24thai"
L_.str.706: ## @.str.706
.asciz "win_crox1cb.bdf"
L_.str.707: ## @.str.707
.asciz "crox1cb"
L_.str.708: ## @.str.708
.asciz "win_crox1c.bdf"
L_.str.709: ## @.str.709
.asciz "crox1c"
L_.str.710: ## @.str.710
.asciz "win_crox1hb.bdf"
L_.str.711: ## @.str.711
.asciz "crox1hb"
L_.str.712: ## @.str.712
.asciz "win_crox1h.bdf"
L_.str.713: ## @.str.713
.asciz "crox1h"
L_.str.714: ## @.str.714
.asciz "win_crox1tb.bdf"
L_.str.715: ## @.str.715
.asciz "crox1tb"
L_.str.716: ## @.str.716
.asciz "win_crox1t.bdf"
L_.str.717: ## @.str.717
.asciz "crox1t"
L_.str.718: ## @.str.718
.asciz "win_crox2cb.bdf"
L_.str.719: ## @.str.719
.asciz "crox2cb"
L_.str.720: ## @.str.720
.asciz "win_crox2c.bdf"
L_.str.721: ## @.str.721
.asciz "crox2c"
L_.str.722: ## @.str.722
.asciz "win_crox2hb.bdf"
L_.str.723: ## @.str.723
.asciz "crox2hb"
L_.str.724: ## @.str.724
.asciz "win_crox2h.bdf"
L_.str.725: ## @.str.725
.asciz "crox2h"
L_.str.726: ## @.str.726
.asciz "win_crox2tb.bdf"
L_.str.727: ## @.str.727
.asciz "crox2tb"
L_.str.728: ## @.str.728
.asciz "win_crox2t.bdf"
L_.str.729: ## @.str.729
.asciz "crox2t"
L_.str.730: ## @.str.730
.asciz "win_crox3cb.bdf"
L_.str.731: ## @.str.731
.asciz "crox3cb"
L_.str.732: ## @.str.732
.asciz "win_crox3c.bdf"
L_.str.733: ## @.str.733
.asciz "crox3c"
L_.str.734: ## @.str.734
.asciz "win_crox3hb.bdf"
L_.str.735: ## @.str.735
.asciz "crox3hb"
L_.str.736: ## @.str.736
.asciz "win_crox3h.bdf"
L_.str.737: ## @.str.737
.asciz "crox3h"
L_.str.738: ## @.str.738
.asciz "win_crox3tb.bdf"
L_.str.739: ## @.str.739
.asciz "crox3tb"
L_.str.740: ## @.str.740
.asciz "win_crox3t.bdf"
L_.str.741: ## @.str.741
.asciz "crox3t"
L_.str.742: ## @.str.742
.asciz "win_crox4hb.bdf"
L_.str.743: ## @.str.743
.asciz "crox4hb"
L_.str.744: ## @.str.744
.asciz "win_crox4h.bdf"
L_.str.745: ## @.str.745
.asciz "crox4h"
L_.str.746: ## @.str.746
.asciz "win_crox4tb.bdf"
L_.str.747: ## @.str.747
.asciz "crox4tb"
L_.str.748: ## @.str.748
.asciz "win_crox4t.bdf"
L_.str.749: ## @.str.749
.asciz "crox4t"
L_.str.750: ## @.str.750
.asciz "win_crox5hb.bdf"
L_.str.751: ## @.str.751
.asciz "crox5hb"
L_.str.752: ## @.str.752
.asciz "win_crox5h.bdf"
L_.str.753: ## @.str.753
.asciz "crox5h"
L_.str.754: ## @.str.754
.asciz "win_crox5tb.bdf"
L_.str.755: ## @.str.755
.asciz "crox5tb"
L_.str.756: ## @.str.756
.asciz "win_crox5t.bdf"
L_.str.757: ## @.str.757
.asciz "crox5t"
L_.str.758: ## @.str.758
.asciz "cu12.bdf"
L_.str.759: ## @.str.759
.asciz "32-128,$f00-$fff"
L_.str.760: ## @.str.760
.asciz "_tibetan"
L_.str.761: ## @.str.761
.asciz "unifont.bdf"
L_.str.762: ## @.str.762
.asciz "unifont"
L_.str.763: ## @.str.763
.asciz "_latin"
L_.str.764: ## @.str.764
.asciz "32-701"
L_.str.765: ## @.str.765
.asciz "_extended"
L_.str.766: ## @.str.766
.asciz "9216-9471"
L_.str.767: ## @.str.767
.asciz "_72_73"
L_.str.768: ## @.str.768
.asciz "32-127,9216-9471"
L_.str.769: ## @.str.769
.asciz "_0_72_73"
L_.str.770: ## @.str.770
.asciz "9600-9727"
L_.str.771: ## @.str.771
.asciz "_75"
L_.str.772: ## @.str.772
.asciz "32-127,9600-9727"
L_.str.773: ## @.str.773
.asciz "_0_75"
L_.str.774: ## @.str.774
.asciz "9728-9855"
L_.str.775: ## @.str.775
.asciz "_76"
L_.str.776: ## @.str.776
.asciz "32-127,9728-9855"
L_.str.777: ## @.str.777
.asciz "_0_76"
L_.str.778: ## @.str.778
.asciz "9856-9983"
L_.str.779: ## @.str.779
.asciz "_77"
L_.str.780: ## @.str.780
.asciz "32-127,9856-9983"
L_.str.781: ## @.str.781
.asciz "_0_77"
L_.str.782: ## @.str.782
.asciz "9984-10240"
L_.str.783: ## @.str.783
.asciz "_78_79"
L_.str.784: ## @.str.784
.asciz "32-127,9984-10240"
L_.str.785: ## @.str.785
.asciz "_0_78_79"
L_.str.786: ## @.str.786
.asciz "11008-11135"
L_.str.787: ## @.str.787
.asciz "_86"
L_.str.788: ## @.str.788
.asciz "32-127,11008-11135"
L_.str.789: ## @.str.789
.asciz "_0_86"
L_.str.790: ## @.str.790
.asciz "32-128,$980-$9ff"
L_.str.791: ## @.str.791
.asciz "_bengali"
L_.str.792: ## @.str.792
.asciz "32-128,$600-$6ff,$750-$77f,$fb50-$fdff,$fe70-$feff"
L_.str.793: ## @.str.793
.asciz "_urdu"
L_.str.794: ## @.str.794
.asciz "32-127,$104-$107,$118-$119,$141-$144,$15a-$15b,$179-$17c,$d3,$f3"
L_.str.795: ## @.str.795
.asciz "_polish"
L_.str.796: ## @.str.796
.asciz "32-128,$900-$97f,$1cd0-$1cff,$a8e0-$a8ff"
L_.str.797: ## @.str.797
.asciz "_devanagari"
L_.str.798: ## @.str.798
.asciz "unifont_upper.bdf"
L_.str.799: ## @.str.799
.asciz "$01f600-$01f64f>$20, $01f910-$01f92f>$70, $01f970-$01f971>$90, $01f973-$01f976>$92,$01f97a>$96, $01f9b8-$01f9b9>$97, $01f9d0-$01f9d6>$99"
L_.str.800: ## @.str.800
.asciz "_emoticons"
L_.str.801: ## @.str.801
.asciz "$01f400-$01f43f>$20,$01f980-$01f9af>$60"
L_.str.802: ## @.str.802
.asciz "_animals"
L_.str.803: ## @.str.803
.asciz "$01f030-$01f093>$20"
L_.str.804: ## @.str.804
.asciz "_domino"
L_.str.805: ## @.str.805
.asciz "$01f0a0-$01f0f5>$20"
L_.str.806: ## @.str.806
.asciz "_cards"
L_.str.807: ## @.str.807
.asciz "$01f310-$01f32c>$20"
L_.str.808: ## @.str.808
.asciz "_weather"
L_.str.809: ## @.str.809
.asciz "chinese1.map"
L_.str.810: ## @.str.810
.asciz "_chinese1"
L_.str.811: ## @.str.811
.asciz "chinese2.map"
L_.str.812: ## @.str.812
.asciz "_chinese2"
L_.str.813: ## @.str.813
.asciz "chinese3.map"
L_.str.814: ## @.str.814
.asciz "_chinese3"
L_.str.815: ## @.str.815
.asciz "japanese1.map"
L_.str.816: ## @.str.816
.asciz "_japanese1"
L_.str.817: ## @.str.817
.asciz "japanese2.map"
L_.str.818: ## @.str.818
.asciz "_japanese2"
L_.str.819: ## @.str.819
.asciz "japanese3.map"
L_.str.820: ## @.str.820
.asciz "_japanese3"
L_.str.821: ## @.str.821
.asciz "korean1.map"
L_.str.822: ## @.str.822
.asciz "_korean1"
L_.str.823: ## @.str.823
.asciz "korean2.map"
L_.str.824: ## @.str.824
.asciz "_korean2"
L_.str.825: ## @.str.825
.asciz "vietnamese1.map"
L_.str.826: ## @.str.826
.asciz "_vietnamese1"
L_.str.827: ## @.str.827
.asciz "vietnamese2.map"
L_.str.828: ## @.str.828
.asciz "_vietnamese2"
L_.str.829: ## @.str.829
.asciz "gb16st.bdf"
L_.str.830: ## @.str.830
.asciz "gb16st"
L_.str.831: ## @.str.831
.asciz "_1"
L_.str.832: ## @.str.832
.asciz "_2"
L_.str.833: ## @.str.833
.asciz "_3"
L_.str.834: ## @.str.834
.asciz "gb24st.bdf"
L_.str.835: ## @.str.835
.asciz "gb24st"
L_.str.836: ## @.str.836
.asciz "wenquanyi_9pt.bdf"
L_.str.837: ## @.str.837
.asciz "wqy12"
L_.str.838: ## @.str.838
.asciz "gb2312.map"
L_.str.839: ## @.str.839
.asciz "_gb2312"
L_.str.840: ## @.str.840
.asciz "gb2312a.map"
L_.str.841: ## @.str.841
.asciz "_gb2312a"
L_.str.842: ## @.str.842
.asciz "gb2312b.map"
L_.str.843: ## @.str.843
.asciz "_gb2312b"
L_.str.844: ## @.str.844
.asciz "wenquanyi_10pt.bdf"
L_.str.845: ## @.str.845
.asciz "wqy13"
L_.str.846: ## @.str.846
.asciz "wenquanyi_13px.bdf"
L_.str.847: ## @.str.847
.asciz "wqy14"
L_.str.848: ## @.str.848
.asciz "wenquanyi_11pt.bdf"
L_.str.849: ## @.str.849
.asciz "wqy15"
L_.str.850: ## @.str.850
.asciz "wenquanyi_12pt.bdf"
L_.str.851: ## @.str.851
.asciz "wqy16"
L_.str.852: ## @.str.852
.asciz "b10.bdf"
L_.str.853: ## @.str.853
.asciz "b10"
L_.str.854: ## @.str.854
.asciz "b10_b.bdf"
L_.str.855: ## @.str.855
.asciz "b10_b"
L_.str.856: ## @.str.856
.asciz "f10.bdf"
L_.str.857: ## @.str.857
.asciz "f10"
L_.str.858: ## @.str.858
.asciz "f10_b.bdf"
L_.str.859: ## @.str.859
.asciz "f10_b"
L_.str.860: ## @.str.860
.asciz "b12.bdf"
L_.str.861: ## @.str.861
.asciz "b12"
L_.str.862: ## @.str.862
.asciz "b12_b.bdf"
L_.str.863: ## @.str.863
.asciz "b12_b"
L_.str.864: ## @.str.864
.asciz "f12.bdf"
L_.str.865: ## @.str.865
.asciz "f12"
L_.str.866: ## @.str.866
.asciz "f12_b.bdf"
L_.str.867: ## @.str.867
.asciz "f12_b"
L_.str.868: ## @.str.868
.asciz "b16.bdf"
L_.str.869: ## @.str.869
.asciz "b16"
L_.str.870: ## @.str.870
.asciz "b16_b.bdf"
L_.str.871: ## @.str.871
.asciz "b16_b"
L_.str.872: ## @.str.872
.asciz "f16.bdf"
L_.str.873: ## @.str.873
.asciz "f16"
L_.str.874: ## @.str.874
.asciz "f16_b.bdf"
L_.str.875: ## @.str.875
.asciz "f16_b"
L_.str.876: ## @.str.876
.asciz "ArtosSans-8.bdf"
L_.str.877: ## @.str.877
.asciz "artossans8"
L_.str.878: ## @.str.878
.asciz "ArtosSerif-8.bdf"
L_.str.879: ## @.str.879
.asciz "artosserif8"
L_.str.880: ## @.str.880
.asciz "Chroma48Medium-8.bdf"
L_.str.881: ## @.str.881
.asciz "chroma48medium8"
L_.str.882: ## @.str.882
.asciz "SaikyoSansBold-8.bdf"
L_.str.883: ## @.str.883
.asciz "saikyosansbold8"
L_.str.884: ## @.str.884
.asciz "TorusSansBold-8.bdf"
L_.str.885: ## @.str.885
.asciz "torussansbold8"
L_.str.886: ## @.str.886
.asciz "VictoriaBold-8.bdf"
L_.str.887: ## @.str.887
.asciz "victoriabold8"
L_.str.888: ## @.str.888
.asciz "VictoriaMedium-8.bdf"
L_.str.889: ## @.str.889
.asciz "victoriamedium8"
L_.str.890: ## @.str.890
.asciz "courB08.bdf"
L_.str.891: ## @.str.891
.asciz "courB08"
L_.str.892: ## @.str.892
.asciz "courB10.bdf"
L_.str.893: ## @.str.893
.asciz "courB10"
L_.str.894: ## @.str.894
.asciz "courB12.bdf"
L_.str.895: ## @.str.895
.asciz "courB12"
L_.str.896: ## @.str.896
.asciz "courB14.bdf"
L_.str.897: ## @.str.897
.asciz "courB14"
L_.str.898: ## @.str.898
.asciz "courB18.bdf"
L_.str.899: ## @.str.899
.asciz "courB18"
L_.str.900: ## @.str.900
.asciz "courB24.bdf"
L_.str.901: ## @.str.901
.asciz "courB24"
L_.str.902: ## @.str.902
.asciz "courR08.bdf"
L_.str.903: ## @.str.903
.asciz "courR08"
L_.str.904: ## @.str.904
.asciz "courR10.bdf"
L_.str.905: ## @.str.905
.asciz "courR10"
L_.str.906: ## @.str.906
.asciz "courR12.bdf"
L_.str.907: ## @.str.907
.asciz "courR12"
L_.str.908: ## @.str.908
.asciz "courR14.bdf"
L_.str.909: ## @.str.909
.asciz "courR14"
L_.str.910: ## @.str.910
.asciz "courR18.bdf"
L_.str.911: ## @.str.911
.asciz "courR18"
L_.str.912: ## @.str.912
.asciz "courR24.bdf"
L_.str.913: ## @.str.913
.asciz "courR24"
L_.str.914: ## @.str.914
.asciz "-y -1 -th 2 -tv 3"
L_.str.915: ## @.str.915
.asciz "courB18_2x3"
L_.str.916: ## @.str.916
.asciz "courR18_2x3"
L_.str.917: ## @.str.917
.asciz "-y -2 -th 3 -tv 4"
L_.str.918: ## @.str.918
.asciz "courB24_3x4"
L_.str.919: ## @.str.919
.asciz "courR24_3x4"
L_.str.920: ## @.str.920
.asciz "helvB08.bdf"
L_.str.921: ## @.str.921
.asciz "helvB08"
L_.str.922: ## @.str.922
.asciz "helvB10.bdf"
L_.str.923: ## @.str.923
.asciz "helvB10"
L_.str.924: ## @.str.924
.asciz "helvB12.bdf"
L_.str.925: ## @.str.925
.asciz "helvB12"
L_.str.926: ## @.str.926
.asciz "helvB14.bdf"
L_.str.927: ## @.str.927
.asciz "helvB14"
L_.str.928: ## @.str.928
.asciz "helvB18.bdf"
L_.str.929: ## @.str.929
.asciz "helvB18"
L_.str.930: ## @.str.930
.asciz "helvB24.bdf"
L_.str.931: ## @.str.931
.asciz "helvB24"
L_.str.932: ## @.str.932
.asciz "helvR08.bdf"
L_.str.933: ## @.str.933
.asciz "helvR08"
L_.str.934: ## @.str.934
.asciz "helvR10.bdf"
L_.str.935: ## @.str.935
.asciz "helvR10"
L_.str.936: ## @.str.936
.asciz "helvR12.bdf"
L_.str.937: ## @.str.937
.asciz "helvR12"
L_.str.938: ## @.str.938
.asciz "helvR14.bdf"
L_.str.939: ## @.str.939
.asciz "helvR14"
L_.str.940: ## @.str.940
.asciz "helvR18.bdf"
L_.str.941: ## @.str.941
.asciz "helvR18"
L_.str.942: ## @.str.942
.asciz "helvR24.bdf"
L_.str.943: ## @.str.943
.asciz "helvR24"
L_.str.944: ## @.str.944
.asciz "ncenB08.bdf"
L_.str.945: ## @.str.945
.asciz "ncenB08"
L_.str.946: ## @.str.946
.asciz "ncenB10.bdf"
L_.str.947: ## @.str.947
.asciz "ncenB10"
L_.str.948: ## @.str.948
.asciz "ncenB12.bdf"
L_.str.949: ## @.str.949
.asciz "ncenB12"
L_.str.950: ## @.str.950
.asciz "ncenB14.bdf"
L_.str.951: ## @.str.951
.asciz "ncenB14"
L_.str.952: ## @.str.952
.asciz "ncenB18.bdf"
L_.str.953: ## @.str.953
.asciz "ncenB18"
L_.str.954: ## @.str.954
.asciz "ncenB24.bdf"
L_.str.955: ## @.str.955
.asciz "ncenB24"
L_.str.956: ## @.str.956
.asciz "ncenR08.bdf"
L_.str.957: ## @.str.957
.asciz "ncenR08"
L_.str.958: ## @.str.958
.asciz "ncenR10.bdf"
L_.str.959: ## @.str.959
.asciz "ncenR10"
L_.str.960: ## @.str.960
.asciz "ncenR12.bdf"
L_.str.961: ## @.str.961
.asciz "ncenR12"
L_.str.962: ## @.str.962
.asciz "ncenR14.bdf"
L_.str.963: ## @.str.963
.asciz "ncenR14"
L_.str.964: ## @.str.964
.asciz "ncenR18.bdf"
L_.str.965: ## @.str.965
.asciz "ncenR18"
L_.str.966: ## @.str.966
.asciz "ncenR24.bdf"
L_.str.967: ## @.str.967
.asciz "ncenR24"
L_.str.968: ## @.str.968
.asciz "timB08.bdf"
L_.str.969: ## @.str.969
.asciz "timB08"
L_.str.970: ## @.str.970
.asciz "timB10.bdf"
L_.str.971: ## @.str.971
.asciz "timB10"
L_.str.972: ## @.str.972
.asciz "timB12.bdf"
L_.str.973: ## @.str.973
.asciz "timB12"
L_.str.974: ## @.str.974
.asciz "timB14.bdf"
L_.str.975: ## @.str.975
.asciz "timB14"
L_.str.976: ## @.str.976
.asciz "timB18.bdf"
L_.str.977: ## @.str.977
.asciz "timB18"
L_.str.978: ## @.str.978
.asciz "timB24.bdf"
L_.str.979: ## @.str.979
.asciz "timB24"
L_.str.980: ## @.str.980
.asciz "timR08.bdf"
L_.str.981: ## @.str.981
.asciz "timR08"
L_.str.982: ## @.str.982
.asciz "timR10.bdf"
L_.str.983: ## @.str.983
.asciz "timR10"
L_.str.984: ## @.str.984
.asciz "timR12.bdf"
L_.str.985: ## @.str.985
.asciz "timR12"
L_.str.986: ## @.str.986
.asciz "timR14.bdf"
L_.str.987: ## @.str.987
.asciz "timR14"
L_.str.988: ## @.str.988
.asciz "timR18.bdf"
L_.str.989: ## @.str.989
.asciz "timR18"
L_.str.990: ## @.str.990
.asciz "timR24.bdf"
L_.str.991: ## @.str.991
.asciz "timR24"
L_.str.992: ## @.str.992
.asciz "lubB08.bdf"
L_.str.993: ## @.str.993
.asciz "lubB08"
L_.str.994: ## @.str.994
.asciz "lubB10.bdf"
L_.str.995: ## @.str.995
.asciz "lubB10"
L_.str.996: ## @.str.996
.asciz "lubB12.bdf"
L_.str.997: ## @.str.997
.asciz "lubB12"
L_.str.998: ## @.str.998
.asciz "lubB14.bdf"
L_.str.999: ## @.str.999
.asciz "lubB14"
L_.str.1000: ## @.str.1000
.asciz "lubB18.bdf"
L_.str.1001: ## @.str.1001
.asciz "lubB18"
L_.str.1002: ## @.str.1002
.asciz "lubB19.bdf"
L_.str.1003: ## @.str.1003
.asciz "lubB19"
L_.str.1004: ## @.str.1004
.asciz "lubB24.bdf"
L_.str.1005: ## @.str.1005
.asciz "lubB24"
L_.str.1006: ## @.str.1006
.asciz "lubBI08.bdf"
L_.str.1007: ## @.str.1007
.asciz "lubBI08"
L_.str.1008: ## @.str.1008
.asciz "lubBI10.bdf"
L_.str.1009: ## @.str.1009
.asciz "lubBI10"
L_.str.1010: ## @.str.1010
.asciz "lubBI12.bdf"
L_.str.1011: ## @.str.1011
.asciz "lubBI12"
L_.str.1012: ## @.str.1012
.asciz "lubBI14.bdf"
L_.str.1013: ## @.str.1013
.asciz "lubBI14"
L_.str.1014: ## @.str.1014
.asciz "lubBI18.bdf"
L_.str.1015: ## @.str.1015
.asciz "lubBI18"
L_.str.1016: ## @.str.1016
.asciz "lubBI19.bdf"
L_.str.1017: ## @.str.1017
.asciz "lubBI19"
L_.str.1018: ## @.str.1018
.asciz "lubBI24.bdf"
L_.str.1019: ## @.str.1019
.asciz "lubBI24"
L_.str.1020: ## @.str.1020
.asciz "lubI08.bdf"
L_.str.1021: ## @.str.1021
.asciz "lubI08"
L_.str.1022: ## @.str.1022
.asciz "lubI10.bdf"
L_.str.1023: ## @.str.1023
.asciz "lubI10"
L_.str.1024: ## @.str.1024
.asciz "lubI12.bdf"
L_.str.1025: ## @.str.1025
.asciz "lubI12"
L_.str.1026: ## @.str.1026
.asciz "lubI14.bdf"
L_.str.1027: ## @.str.1027
.asciz "lubI14"
L_.str.1028: ## @.str.1028
.asciz "lubI18.bdf"
L_.str.1029: ## @.str.1029
.asciz "lubI18"
L_.str.1030: ## @.str.1030
.asciz "lubI19.bdf"
L_.str.1031: ## @.str.1031
.asciz "lubI19"
L_.str.1032: ## @.str.1032
.asciz "lubI24.bdf"
L_.str.1033: ## @.str.1033
.asciz "lubI24"
L_.str.1034: ## @.str.1034
.asciz "luBIS08.bdf"
L_.str.1035: ## @.str.1035
.asciz "luBIS08"
L_.str.1036: ## @.str.1036
.asciz "luBIS10.bdf"
L_.str.1037: ## @.str.1037
.asciz "luBIS10"
L_.str.1038: ## @.str.1038
.asciz "luBIS12.bdf"
L_.str.1039: ## @.str.1039
.asciz "luBIS12"
L_.str.1040: ## @.str.1040
.asciz "luBIS14.bdf"
L_.str.1041: ## @.str.1041
.asciz "luBIS14"
L_.str.1042: ## @.str.1042
.asciz "luBIS18.bdf"
L_.str.1043: ## @.str.1043
.asciz "luBIS18"
L_.str.1044: ## @.str.1044
.asciz "luBIS19.bdf"
L_.str.1045: ## @.str.1045
.asciz "luBIS19"
L_.str.1046: ## @.str.1046
.asciz "luBIS24.bdf"
L_.str.1047: ## @.str.1047
.asciz "luBIS24"
L_.str.1048: ## @.str.1048
.asciz "lubR08.bdf"
L_.str.1049: ## @.str.1049
.asciz "lubR08"
L_.str.1050: ## @.str.1050
.asciz "lubR10.bdf"
L_.str.1051: ## @.str.1051
.asciz "lubR10"
L_.str.1052: ## @.str.1052
.asciz "lubR12.bdf"
L_.str.1053: ## @.str.1053
.asciz "lubR12"
L_.str.1054: ## @.str.1054
.asciz "lubR14.bdf"
L_.str.1055: ## @.str.1055
.asciz "lubR14"
L_.str.1056: ## @.str.1056
.asciz "lubR18.bdf"
L_.str.1057: ## @.str.1057
.asciz "lubR18"
L_.str.1058: ## @.str.1058
.asciz "lubR19.bdf"
L_.str.1059: ## @.str.1059
.asciz "lubR19"
L_.str.1060: ## @.str.1060
.asciz "lubR24.bdf"
L_.str.1061: ## @.str.1061
.asciz "lubR24"
L_.str.1062: ## @.str.1062
.asciz "luBS08.bdf"
L_.str.1063: ## @.str.1063
.asciz "luBS08"
L_.str.1064: ## @.str.1064
.asciz "luBS10.bdf"
L_.str.1065: ## @.str.1065
.asciz "luBS10"
L_.str.1066: ## @.str.1066
.asciz "luBS12.bdf"
L_.str.1067: ## @.str.1067
.asciz "luBS12"
L_.str.1068: ## @.str.1068
.asciz "luBS14.bdf"
L_.str.1069: ## @.str.1069
.asciz "luBS14"
L_.str.1070: ## @.str.1070
.asciz "luBS18.bdf"
L_.str.1071: ## @.str.1071
.asciz "luBS18"
L_.str.1072: ## @.str.1072
.asciz "luBS19.bdf"
L_.str.1073: ## @.str.1073
.asciz "luBS19"
L_.str.1074: ## @.str.1074
.asciz "luBS24.bdf"
L_.str.1075: ## @.str.1075
.asciz "luBS24"
L_.str.1076: ## @.str.1076
.asciz "luIS08.bdf"
L_.str.1077: ## @.str.1077
.asciz "luIS08"
L_.str.1078: ## @.str.1078
.asciz "luIS10.bdf"
L_.str.1079: ## @.str.1079
.asciz "luIS10"
L_.str.1080: ## @.str.1080
.asciz "luIS12.bdf"
L_.str.1081: ## @.str.1081
.asciz "luIS12"
L_.str.1082: ## @.str.1082
.asciz "luIS14.bdf"
L_.str.1083: ## @.str.1083
.asciz "luIS14"
L_.str.1084: ## @.str.1084
.asciz "luIS18.bdf"
L_.str.1085: ## @.str.1085
.asciz "luIS18"
L_.str.1086: ## @.str.1086
.asciz "luIS19.bdf"
L_.str.1087: ## @.str.1087
.asciz "luIS19"
L_.str.1088: ## @.str.1088
.asciz "luIS24.bdf"
L_.str.1089: ## @.str.1089
.asciz "luIS24"
L_.str.1090: ## @.str.1090
.asciz "luRS08.bdf"
L_.str.1091: ## @.str.1091
.asciz "luRS08"
L_.str.1092: ## @.str.1092
.asciz "luRS10.bdf"
L_.str.1093: ## @.str.1093
.asciz "luRS10"
L_.str.1094: ## @.str.1094
.asciz "luRS12.bdf"
L_.str.1095: ## @.str.1095
.asciz "luRS12"
L_.str.1096: ## @.str.1096
.asciz "luRS14.bdf"
L_.str.1097: ## @.str.1097
.asciz "luRS14"
L_.str.1098: ## @.str.1098
.asciz "luRS18.bdf"
L_.str.1099: ## @.str.1099
.asciz "luRS18"
L_.str.1100: ## @.str.1100
.asciz "luRS19.bdf"
L_.str.1101: ## @.str.1101
.asciz "luRS19"
L_.str.1102: ## @.str.1102
.asciz "luRS24.bdf"
L_.str.1103: ## @.str.1103
.asciz "luRS24"
L_.str.1104: ## @.str.1104
.asciz "baby.ttf"
L_.str.1105: ## @.str.1105
.asciz "baby"
L_.str.1106: ## @.str.1106
.asciz "blipfest_07.ttf"
L_.str.1107: ## @.str.1107
.asciz "blipfest_07"
L_.str.1108: ## @.str.1108
.asciz "chikita.ttf"
L_.str.1109: ## @.str.1109
.asciz "chikita"
L_.str.1110: ## @.str.1110
.asciz "lucasfont_alternate.ttf"
L_.str.1111: ## @.str.1111
.asciz "lucasfont_alternate"
L_.str.1112: ## @.str.1112
.asciz "p01type.ttf"
L_.str.1113: ## @.str.1113
.asciz "p01type"
L_.str.1114: ## @.str.1114
.asciz "pixelle_micro.ttf"
L_.str.1115: ## @.str.1115
.asciz "pixelle_micro"
L_.str.1116: ## @.str.1116
.asciz "robot_de_niro.ttf"
L_.str.1117: ## @.str.1117
.asciz "robot_de_niro"
L_.str.1118: ## @.str.1118
.asciz "trixel_square.ttf"
L_.str.1119: ## @.str.1119
.asciz "trixel_square"
L_.str.1120: ## @.str.1120
.asciz "haxrcorp4089.ttf"
L_.str.1121: ## @.str.1121
.asciz "haxrcorp4089"
L_.str.1122: ## @.str.1122
.asciz "-r 72 -p 24"
L_.str.1123: ## @.str.1123
.asciz "bubble.ttf"
L_.str.1124: ## @.str.1124
.asciz "bubble"
L_.str.1125: ## @.str.1125
.asciz "-r 72 -p 36"
L_.str.1126: ## @.str.1126
.asciz "cardimon-pixel.ttf"
L_.str.1127: ## @.str.1127
.asciz "cardimon_pixel"
L_.str.1128: ## @.str.1128
.asciz "maniac.ttf"
L_.str.1129: ## @.str.1129
.asciz "maniac"
L_.str.1130: ## @.str.1130
.asciz "lucasarts-scumm-subtitle-roman-outline.ttf"
L_.str.1131: ## @.str.1131
.asciz "lucasarts_scumm_subtitle_o"
L_.str.1132: ## @.str.1132
.asciz "lucasarts-scumm-subtitle-roman.ttf"
L_.str.1133: ## @.str.1133
.asciz "lucasarts_scumm_subtitle_r"
L_.str.1134: ## @.str.1134
.asciz "-y 1 -th 2 -tv 2"
L_.str.1135: ## @.str.1135
.asciz "lucasarts_scumm_subtitle_o_2x2"
L_.str.1136: ## @.str.1136
.asciz "-y 0 -th 2 -tv 2"
L_.str.1137: ## @.str.1137
.asciz "lucasarts_scumm_subtitle_r_2x2"
L_.str.1138: ## @.str.1138
.asciz "FreeUniversal-Bold.ttf"
L_.str.1139: ## @.str.1139
.asciz "fub11"
L_.str.1140: ## @.str.1140
.asciz "fub14"
L_.str.1141: ## @.str.1141
.asciz "-a -r 72 -p 23"
L_.str.1142: ## @.str.1142
.asciz "fub17"
L_.str.1143: ## @.str.1143
.asciz "-a -r 72 -p 27"
L_.str.1144: ## @.str.1144
.asciz "fub20"
L_.str.1145: ## @.str.1145
.asciz "-a -r 72 -p 34"
L_.str.1146: ## @.str.1146
.asciz "fub25"
L_.str.1147: ## @.str.1147
.asciz "-a -r 72 -p 40"
L_.str.1148: ## @.str.1148
.asciz "fub30"
L_.str.1149: ## @.str.1149
.asciz "-a -r 72 -p 49"
L_.str.1150: ## @.str.1150
.asciz "fub35"
L_.str.1151: ## @.str.1151
.asciz "-a -r 72 -p 58"
L_.str.1152: ## @.str.1152
.asciz "fub42"
L_.str.1153: ## @.str.1153
.asciz "-a -r 72 -p 68"
L_.str.1154: ## @.str.1154
.asciz "fub49"
L_.str.1155: ## @.str.1155
.asciz "32,35-57,$300-$3ff,$2030-$3000"
L_.str.1156: ## @.str.1156
.asciz "_symbol"
L_.str.1157: ## @.str.1157
.asciz "32,35-57,$300-$3ff,$2031-$3000"
L_.str.1158: ## @.str.1158
.asciz "-a -r 72 -p 15"
L_.str.1159: ## @.str.1159
.asciz "FreeUniversal-Regular.ttf"
L_.str.1160: ## @.str.1160
.asciz "fur11"
L_.str.1161: ## @.str.1161
.asciz "-a -r 72 -p 19"
L_.str.1162: ## @.str.1162
.asciz "fur14"
L_.str.1163: ## @.str.1163
.asciz "fur17"
L_.str.1164: ## @.str.1164
.asciz "-a -r 72 -p 28"
L_.str.1165: ## @.str.1165
.asciz "fur20"
L_.str.1166: ## @.str.1166
.asciz "fur25"
L_.str.1167: ## @.str.1167
.asciz "fur30"
L_.str.1168: ## @.str.1168
.asciz "-a -r 72 -p 48"
L_.str.1169: ## @.str.1169
.asciz "fur35"
L_.str.1170: ## @.str.1170
.asciz "fur42"
L_.str.1171: ## @.str.1171
.asciz "fur49"
L_.str.1172: ## @.str.1172
.asciz "-a -r 72 -p 25"
L_.str.1173: ## @.str.1173
.asciz "OldStandard-Bold.ttf"
L_.str.1174: ## @.str.1174
.asciz "osb18"
L_.str.1175: ## @.str.1175
.asciz "osb21"
L_.str.1176: ## @.str.1176
.asciz "osb26"
L_.str.1177: ## @.str.1177
.asciz "-a -r 72 -p 38"
L_.str.1178: ## @.str.1178
.asciz "osb29"
L_.str.1179: ## @.str.1179
.asciz "osb35"
L_.str.1180: ## @.str.1180
.asciz "-a -r 72 -p 55"
L_.str.1181: ## @.str.1181
.asciz "osb41"
L_.str.1182: ## @.str.1182
.asciz "-a -r 72 -p 26"
L_.str.1183: ## @.str.1183
.asciz "OldStandard-Regular.ttf"
L_.str.1184: ## @.str.1184
.asciz "osr18"
L_.str.1185: ## @.str.1185
.asciz "-a -r 72 -p 29"
L_.str.1186: ## @.str.1186
.asciz "osr21"
L_.str.1187: ## @.str.1187
.asciz "-a -r 72 -p 36"
L_.str.1188: ## @.str.1188
.asciz "osr26"
L_.str.1189: ## @.str.1189
.asciz "-a -r 72 -p 41"
L_.str.1190: ## @.str.1190
.asciz "osr29"
L_.str.1191: ## @.str.1191
.asciz "osr35"
L_.str.1192: ## @.str.1192
.asciz "-a -r 72 -p 57"
L_.str.1193: ## @.str.1193
.asciz "osr41"
L_.str.1194: ## @.str.1194
.asciz "-a -r 72 -p 22"
L_.str.1195: ## @.str.1195
.asciz "inr.otf"
L_.str.1196: ## @.str.1196
.asciz "inr16"
L_.str.1197: ## @.str.1197
.asciz "inr19"
L_.str.1198: ## @.str.1198
.asciz "-a -r 72 -p 30"
L_.str.1199: ## @.str.1199
.asciz "inr21"
L_.str.1200: ## @.str.1200
.asciz "-a -r 72 -p 33"
L_.str.1201: ## @.str.1201
.asciz "inr24"
L_.str.1202: ## @.str.1202
.asciz "inr27"
L_.str.1203: ## @.str.1203
.asciz "inr30"
L_.str.1204: ## @.str.1204
.asciz "-a -r 72 -p 44"
L_.str.1205: ## @.str.1205
.asciz "inr33"
L_.str.1206: ## @.str.1206
.asciz "-a -r 72 -p 51"
L_.str.1207: ## @.str.1207
.asciz "inr38"
L_.str.1208: ## @.str.1208
.asciz "inr42"
L_.str.1209: ## @.str.1209
.asciz "-a -r 72 -p 62"
L_.str.1210: ## @.str.1210
.asciz "inr46"
L_.str.1211: ## @.str.1211
.asciz "-a -r 72 -p 67"
L_.str.1212: ## @.str.1212
.asciz "inr49"
L_.str.1213: ## @.str.1213
.asciz "-a -r 72 -p 72"
L_.str.1214: ## @.str.1214
.asciz "inr53"
L_.str.1215: ## @.str.1215
.asciz "-a -r 72 -p 78"
L_.str.1216: ## @.str.1216
.asciz "inr57"
L_.str.1217: ## @.str.1217
.asciz "-a -r 72 -p 82"
L_.str.1218: ## @.str.1218
.asciz "inr62"
L_.str.1219: ## @.str.1219
.asciz "-y -1 -x 1 -th 2 -tv 4"
L_.str.1220: ## @.str.1220
.asciz "inr21_2x4"
L_.str.1221: ## @.str.1221
.asciz "-y -1 -x 2 -th 3 -tv 6"
L_.str.1222: ## @.str.1222
.asciz "inr33_3x6"
L_.str.1223: ## @.str.1223
.asciz "-y 0 -x 3 -th 4 -tv 8"
L_.str.1224: ## @.str.1224
.asciz "inr46_4x8"
L_.str.1225: ## @.str.1225
.asciz "inb.otf"
L_.str.1226: ## @.str.1226
.asciz "inb16"
L_.str.1227: ## @.str.1227
.asciz "inb19"
L_.str.1228: ## @.str.1228
.asciz "inb21"
L_.str.1229: ## @.str.1229
.asciz "inb24"
L_.str.1230: ## @.str.1230
.asciz "inb27"
L_.str.1231: ## @.str.1231
.asciz "inb30"
L_.str.1232: ## @.str.1232
.asciz "inb33"
L_.str.1233: ## @.str.1233
.asciz "inb38"
L_.str.1234: ## @.str.1234
.asciz "inb42"
L_.str.1235: ## @.str.1235
.asciz "inb46"
L_.str.1236: ## @.str.1236
.asciz "-a -r 72 -p 66"
L_.str.1237: ## @.str.1237
.asciz "inb49"
L_.str.1238: ## @.str.1238
.asciz "-a -r 72 -p 71"
L_.str.1239: ## @.str.1239
.asciz "inb53"
L_.str.1240: ## @.str.1240
.asciz "inb57"
L_.str.1241: ## @.str.1241
.asciz "-a -r 72 -p 84"
L_.str.1242: ## @.str.1242
.asciz "inb63"
L_.str.1243: ## @.str.1243
.asciz "inb21_2x4"
L_.str.1244: ## @.str.1244
.asciz "inb33_3x6"
L_.str.1245: ## @.str.1245
.asciz "inb46_4x8"
L_.str.1246: ## @.str.1246
.asciz "Logisoso.ttf"
L_.str.1247: ## @.str.1247
.asciz "logisoso16"
L_.str.1248: ## @.str.1248
.asciz "logisoso18"
L_.str.1249: ## @.str.1249
.asciz "logisoso20"
L_.str.1250: ## @.str.1250
.asciz "-a -r 72 -p 32"
L_.str.1251: ## @.str.1251
.asciz "logisoso22"
L_.str.1252: ## @.str.1252
.asciz "logisoso24"
L_.str.1253: ## @.str.1253
.asciz "logisoso26"
L_.str.1254: ## @.str.1254
.asciz "logisoso28"
L_.str.1255: ## @.str.1255
.asciz "-a -r 72 -p 43"
L_.str.1256: ## @.str.1256
.asciz "logisoso30"
L_.str.1257: ## @.str.1257
.asciz "-a -r 72 -p 45"
L_.str.1258: ## @.str.1258
.asciz "logisoso32"
L_.str.1259: ## @.str.1259
.asciz "logisoso34"
L_.str.1260: ## @.str.1260
.asciz "-a -r 72 -p 54"
L_.str.1261: ## @.str.1261
.asciz "logisoso38"
L_.str.1262: ## @.str.1262
.asciz "-a -r 72 -p 60"
L_.str.1263: ## @.str.1263
.asciz "logisoso42"
L_.str.1264: ## @.str.1264
.asciz "logisoso46"
L_.str.1265: ## @.str.1265
.asciz "logisoso50"
L_.str.1266: ## @.str.1266
.asciz "-a -r 72 -p 77"
L_.str.1267: ## @.str.1267
.asciz "logisoso54"
L_.str.1268: ## @.str.1268
.asciz "-a -r 72 -p 83"
L_.str.1269: ## @.str.1269
.asciz "logisoso58"
L_.str.1270: ## @.str.1270
.asciz "-a -r 72 -p 89"
L_.str.1271: ## @.str.1271
.asciz "logisoso62"
L_.str.1272: ## @.str.1272
.asciz "-a -r 72 -p 110"
L_.str.1273: ## @.str.1273
.asciz "logisoso78"
L_.str.1274: ## @.str.1274
.asciz "-a -r 72 -p 131"
L_.str.1275: ## @.str.1275
.asciz "logisoso92"
L_.str.1276: ## @.str.1276
.asciz "PressStart2P.ttf"
L_.str.1277: ## @.str.1277
.asciz "pressstart2p"
L_.str.1278: ## @.str.1278
.asciz "pcsenior.ttf"
L_.str.1279: ## @.str.1279
.asciz "pcsenior"
L_.str.1280: ## @.str.1280
.asciz "PxPlus_IBM_CGAthin.ttf"
L_.str.1281: ## @.str.1281
.asciz "pxplusibmcgathin"
L_.str.1282: ## @.str.1282
.asciz "PxPlus_IBM_CGA.ttf"
L_.str.1283: ## @.str.1283
.asciz "pxplusibmcga"
L_.str.1284: ## @.str.1284
.asciz "PxPlus_TandyNew_TV.ttf"
L_.str.1285: ## @.str.1285
.asciz "pxplustandynewtv"
L_.str.1286: ## @.str.1286
.asciz "PxPlus_IBM_VGA9.ttf"
L_.str.1287: ## @.str.1287
.asciz "pxplusibmvga9"
L_.str.1288: ## @.str.1288
.asciz "PxPlus_IBM_VGA8.ttf"
L_.str.1289: ## @.str.1289
.asciz "pxplusibmvga8"
L_.str.1290: ## @.str.1290
.asciz "Px437_Wyse700a.ttf"
L_.str.1291: ## @.str.1291
.asciz "px437wyse700a"
L_.str.1292: ## @.str.1292
.asciz "Px437_Wyse700b.ttf"
L_.str.1293: ## @.str.1293
.asciz "px437wyse700b"
L_.str.1294: ## @.str.1294
.asciz "-y -1 -th 2 -tv 2"
L_.str.1295: ## @.str.1295
.asciz "px437wyse700a_2x2"
L_.str.1296: ## @.str.1296
.asciz "px437wyse700b_2x2"
.section __DATA,__data
.globl _fi ## @fi
.p2align 4
_fi:
.quad 0
.quad 0
.quad L_.str.160
.quad L_.str.161
.long 0 ## 0x0
.long 0 ## 0x0
.long 3 ## 0x3
.long 1 ## 0x1
.long 3 ## 0x3
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.163
.quad L_.str.164
.long 0 ## 0x0
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 1 ## 0x1
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.165
.quad L_.str.166
.long 0 ## 0x0
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 1 ## 0x1
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.167
.quad L_.str.168
.long 0 ## 0x0
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 1 ## 0x1
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.169
.quad L_.str.170
.long 0 ## 0x0
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.171
.quad L_.str.172
.long 0 ## 0x0
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.173
.quad L_.str.174
.long 0 ## 0x0
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 4 ## 0x4
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.175
.quad L_.str.176
.long 0 ## 0x0
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.177
.quad L_.str.178
.long 0 ## 0x0
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.179
.quad L_.str.180
.long 2 ## 0x2
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.181
.quad L_.str.182
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.183
.quad L_.str.184
.quad 0
.quad 0
.quad L_.str.181
.quad L_.str.182
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.185
.quad L_.str
.quad 0
.quad 0
.quad L_.str.186
.quad L_.str.187
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.188
.quad L_.str.189
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.188
.quad L_.str.189
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.192
.quad L_.str.193
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.192
.quad L_.str.193
.long 1 ## 0x1
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.192
.quad L_.str.193
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.194
.quad L_.str.195
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.194
.quad L_.str.195
.long 1 ## 0x1
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.194
.quad L_.str.195
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.196
.quad L_.str.197
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.198
.quad L_.str.199
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.198
.quad L_.str.199
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.200
.quad L_.str.201
.quad 0
.quad 0
.quad L_.str.198
.quad L_.str.199
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.202
.quad L_.str.203
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.202
.quad L_.str.203
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.204
.quad L_.str.205
.quad 0
.quad 0
.quad L_.str.202
.quad L_.str.203
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.206
.quad L_.str.207
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.206
.quad L_.str.207
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.204
.quad L_.str.205
.quad 0
.quad 0
.quad L_.str.206
.quad L_.str.207
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.208
.quad L_.str.209
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.210
.quad L_.str.211
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.210
.quad L_.str.211
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.200
.quad L_.str.201
.quad 0
.quad 0
.quad L_.str.210
.quad L_.str.211
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.212
.quad L_.str.213
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.214
.quad L_.str.215
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.216
.quad L_.str.217
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.218
.quad L_.str.219
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.220
.quad L_.str.221
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.220
.quad L_.str.221
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.200
.quad L_.str.201
.quad 0
.quad 0
.quad L_.str.220
.quad L_.str.221
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.222
.quad L_.str.223
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.224
.quad L_.str.225
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.226
.quad L_.str.227
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.226
.quad L_.str.227
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.200
.quad L_.str.201
.quad 0
.quad 0
.quad L_.str.226
.quad L_.str.227
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.228
.quad L_.str.229
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.230
.quad L_.str.231
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.232
.quad L_.str.233
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.234
.quad L_.str.235
.long 1 ## 0x1
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.234
.quad L_.str.235
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.236
.quad L_.str.237
.quad 0
.quad 0
.quad L_.str.234
.quad L_.str.235
.long 1 ## 0x1
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.234
.quad L_.str.235
.long 1 ## 0x1
.long 35 ## 0x23
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.238
.quad L_.str.239
.quad L_.str.240
.quad 0
.quad L_.str.220
.quad L_.str.241
.long 1 ## 0x1
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.240
.quad 0
.quad L_.str.222
.quad L_.str.242
.long 1 ## 0x1
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.243
.quad 0
.quad L_.str.216
.quad L_.str.244
.long 1 ## 0x1
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.243
.quad 0
.quad L_.str.218
.quad L_.str.245
.long 1 ## 0x1
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.246
.quad L_.str.247
.long 20 ## 0x14
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.248
.quad L_.str.249
.quad 0
.quad 0
.quad L_.str.250
.quad L_.str.251
.long 24 ## 0x18
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad 0
.quad L_.str.250
.quad L_.str.251
.long 24 ## 0x18
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.254
.quad L_.str.255
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.254
.quad L_.str.255
.long 19 ## 0x13
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.256
.quad L_.str.253
.quad 0
.quad 0
.quad L_.str.257
.quad L_.str.258
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.259
.quad L_.str.260
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.261
.quad L_.str.262
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.263
.quad L_.str.264
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.265
.quad L_.str.266
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.267
.quad L_.str.268
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.269
.quad L_.str.270
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.271
.quad L_.str.272
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.273
.quad L_.str.274
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.275
.quad L_.str.276
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.277
.quad L_.str.278
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.279
.quad L_.str.280
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.281
.quad L_.str.282
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.283
.quad L_.str.284
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.285
.quad L_.str.286
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.287
.quad L_.str.288
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.289
.quad L_.str.290
.long 19 ## 0x13
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.291
.quad L_.str.292
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.293
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.294
.quad L_.str.295
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.297
.quad L_.str.298
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.299
.quad L_.str.300
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.301
.quad L_.str.302
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.303
.quad L_.str.304
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.305
.quad L_.str.306
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.307
.quad L_.str.308
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.309
.quad L_.str.310
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.311
.quad L_.str.312
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.313
.quad L_.str.314
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.315
.quad L_.str.316
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.317
.quad L_.str.318
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.319
.quad L_.str.320
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.321
.quad L_.str.322
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad L_.str.323
.quad 0
.quad L_.str.297
.quad L_.str.324
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.323
.quad 0
.quad L_.str.299
.quad L_.str.326
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.323
.quad 0
.quad L_.str.303
.quad L_.str.327
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.323
.quad 0
.quad L_.str.313
.quad L_.str.328
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.323
.quad 0
.quad L_.str.317
.quad L_.str.329
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.323
.quad 0
.quad L_.str.319
.quad L_.str.330
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.331
.quad L_.str.332
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.293
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.333
.quad L_.str.334
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.335
.quad L_.str.336
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.337
.quad L_.str.338
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.339
.quad L_.str.340
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.341
.quad L_.str.342
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.343
.quad L_.str.344
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.345
.quad L_.str.346
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.347
.quad L_.str.348
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.349
.quad L_.str.350
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.351
.quad L_.str.352
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.353
.quad L_.str.354
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.355
.quad L_.str.356
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.357
.quad L_.str.358
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.359
.quad L_.str.360
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad L_.str.361
.quad 0
.quad L_.str.335
.quad L_.str.362
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.361
.quad 0
.quad L_.str.337
.quad L_.str.363
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.361
.quad 0
.quad L_.str.341
.quad L_.str.364
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.361
.quad 0
.quad L_.str.351
.quad L_.str.365
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.361
.quad 0
.quad L_.str.355
.quad L_.str.366
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.361
.quad 0
.quad L_.str.357
.quad L_.str.367
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.368
.quad L_.str.369
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.293
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.370
.quad L_.str.371
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.372
.quad L_.str.373
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.374
.quad L_.str.375
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.376
.quad L_.str.377
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.378
.quad L_.str.379
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.380
.quad L_.str.381
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.382
.quad L_.str.383
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.384
.quad L_.str.385
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.386
.quad L_.str.387
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.388
.quad L_.str.389
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.390
.quad L_.str.391
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.392
.quad L_.str.393
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.394
.quad L_.str.395
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.396
.quad L_.str.397
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad L_.str.398
.quad 0
.quad L_.str.372
.quad L_.str.399
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.398
.quad 0
.quad L_.str.374
.quad L_.str.400
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.398
.quad 0
.quad L_.str.378
.quad L_.str.401
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.398
.quad 0
.quad L_.str.388
.quad L_.str.402
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.398
.quad 0
.quad L_.str.392
.quad L_.str.403
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.398
.quad 0
.quad L_.str.394
.quad L_.str.404
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.405
.quad L_.str.406
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.293
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.407
.quad L_.str.408
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.409
.quad L_.str.410
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.411
.quad L_.str.412
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.413
.quad L_.str.414
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.415
.quad L_.str.416
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.417
.quad L_.str.418
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.419
.quad L_.str.420
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.421
.quad L_.str.422
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.423
.quad L_.str.424
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.425
.quad L_.str.426
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.427
.quad L_.str.428
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.429
.quad L_.str.430
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.431
.quad L_.str.432
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.433
.quad L_.str.434
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.435
.quad L_.str.436
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.293
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.437
.quad L_.str.438
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.439
.quad L_.str.440
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.441
.quad L_.str.442
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.443
.quad L_.str.444
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.445
.quad L_.str.446
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.447
.quad L_.str.448
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.449
.quad L_.str.450
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.451
.quad L_.str.452
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.453
.quad L_.str.454
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.455
.quad L_.str.456
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.457
.quad L_.str.458
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.459
.quad L_.str.460
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.461
.quad L_.str.462
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.463
.quad L_.str.464
.long 22 ## 0x16
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.296
.quad L_.str.162
.quad L_.str.465
.quad 0
.quad L_.str.439
.quad L_.str.466
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.465
.quad 0
.quad L_.str.441
.quad L_.str.467
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.465
.quad 0
.quad L_.str.445
.quad L_.str.468
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.465
.quad 0
.quad L_.str.455
.quad L_.str.469
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.465
.quad 0
.quad L_.str.459
.quad L_.str.470
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad L_.str.465
.quad 0
.quad L_.str.461
.quad L_.str.471
.long 22 ## 0x16
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.472
.quad L_.str.473
.long 4 ## 0x4
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.474
.quad L_.str.475
.long 4 ## 0x4
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.476
.quad L_.str.477
.long 4 ## 0x4
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.478
.quad L_.str.479
.long 4 ## 0x4
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.480
.quad L_.str.481
.long 4 ## 0x4
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.482
.quad L_.str.483
.long 4 ## 0x4
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.484
.quad L_.str.485
.long 4 ## 0x4
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.486
.quad 0
.quad L_.str.484
.quad L_.str.487
.long 4 ## 0x4
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.488
.quad L_.str.489
.quad L_.str.490
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.492
.quad L_.str.489
.quad L_.str.493
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.494
.quad L_.str.489
.quad L_.str.495
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.496
.quad L_.str.489
.quad L_.str.497
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.488
.quad L_.str.498
.quad L_.str.499
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.492
.quad L_.str.498
.quad L_.str.500
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.494
.quad L_.str.498
.quad L_.str.501
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.496
.quad L_.str.498
.quad L_.str.502
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.503
.quad L_.str.504
.quad L_.str.505
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.506
.quad L_.str.504
.quad L_.str.507
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.508
.quad L_.str.504
.quad L_.str.509
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.504
.quad L_.str.511
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.512
.quad L_.str.513
.quad L_.str.514
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.503
.quad L_.str.513
.quad L_.str.515
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.506
.quad L_.str.513
.quad L_.str.516
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.508
.quad L_.str.513
.quad L_.str.517
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.513
.quad L_.str.518
.long 23 ## 0x17
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.491
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.519
.quad L_.str.520
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.519
.quad L_.str.520
.long 18 ## 0x12
.long 0 ## 0x0
.long 3 ## 0x3
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.521
.quad L_.str.522
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.521
.quad L_.str.522
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.523
.quad L_.str.524
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.523
.quad L_.str.524
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.525
.quad L_.str.526
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.525
.quad L_.str.526
.long 18 ## 0x12
.long 0 ## 0x0
.long 3 ## 0x3
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.527
.quad L_.str.528
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.527
.quad L_.str.528
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.529
.quad L_.str.530
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.531
.quad L_.str.532
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.533
.quad L_.str.534
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.535
.quad L_.str.536
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.537
.quad L_.str.538
.quad L_.str.539
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.540
.quad L_.str.541
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.542
.quad L_.str.543
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.542
.quad L_.str.543
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.544
.quad L_.str.545
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.544
.quad L_.str.545
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.546
.quad L_.str.547
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.548
.quad L_.str.549
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.548
.quad L_.str.549
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.550
.quad L_.str.551
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.550
.quad L_.str.551
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.552
.quad L_.str.553
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.552
.quad L_.str.553
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.554
.quad L_.str.555
.long 18 ## 0x12
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.556
.quad L_.str.557
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.556
.quad L_.str.557
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.558
.quad L_.str.559
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.558
.quad L_.str.559
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.560
.quad L_.str.561
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.560
.quad L_.str.561
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.562
.quad L_.str.563
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.562
.quad L_.str.563
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.564
.quad L_.str.565
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.564
.quad L_.str.565
.long 25 ## 0x19
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.566
.quad L_.str.567
.long 26 ## 0x1a
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.568
.quad L_.str.569
.long 26 ## 0x1a
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.570
.quad L_.str.571
.long 26 ## 0x1a
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.572
.quad L_.str.573
.long 26 ## 0x1a
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.574
.quad L_.str.575
.long 26 ## 0x1a
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.576
.quad L_.str.577
.long 26 ## 0x1a
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.578
.quad L_.str.579
.long 26 ## 0x1a
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.580
.quad L_.str.581
.long 27 ## 0x1b
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.582
.quad L_.str.583
.long 27 ## 0x1b
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 4 ## 0x4
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.584
.quad L_.str.585
.long 27 ## 0x1b
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 4 ## 0x4
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.586
.quad L_.str.587
.long 27 ## 0x1b
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.588
.quad L_.str.589
.long 28 ## 0x1c
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.590
.quad L_.str.591
.long 28 ## 0x1c
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.592
.quad L_.str.593
.long 28 ## 0x1c
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.594
.quad L_.str.595
.long 29 ## 0x1d
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.596
.quad L_.str.597
.long 29 ## 0x1d
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.598
.quad L_.str.599
.long 29 ## 0x1d
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.600
.quad L_.str.601
.long 30 ## 0x1e
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.602
.quad L_.str.603
.long 30 ## 0x1e
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 6 ## 0x6
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.604
.quad L_.str.605
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.604
.quad L_.str.605
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.606
.quad L_.str.607
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.608
.quad L_.str.609
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.608
.quad L_.str.609
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.610
.quad L_.str.611
.long 31 ## 0x1f
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.612
.quad L_.str.613
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.612
.quad L_.str.613
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.614
.quad L_.str.615
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.614
.quad L_.str.615
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.616
.quad L_.str.617
.long 31 ## 0x1f
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.618
.quad L_.str.619
.long 32 ## 0x20
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.620
.quad L_.str.621
.long 32 ## 0x20
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.622
.quad L_.str.623
.long 32 ## 0x20
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.624
.quad L_.str.625
.long 32 ## 0x20
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.626
.quad L_.str.627
.long 32 ## 0x20
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.628
.quad L_.str.629
.long 32 ## 0x20
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.630
.quad L_.str.631
.long 33 ## 0x21
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.632
.quad L_.str.633
.long 33 ## 0x21
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.634
.quad L_.str.635
.long 33 ## 0x21
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.636
.quad L_.str.637
.long 33 ## 0x21
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.638
.quad L_.str.639
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 3 ## 0x3
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.638
.quad L_.str.639
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.640
.quad L_.str.641
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.642
.quad L_.str.643
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 3 ## 0x3
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.642
.quad L_.str.643
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.644
.quad L_.str.645
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 3 ## 0x3
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.646
.quad L_.str.647
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.648
.quad L_.str.649
.long 34 ## 0x22
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.650
.quad L_.str.651
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.652
.quad L_.str.653
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.654
.quad L_.str.655
.long 34 ## 0x22
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.656
.quad L_.str.657
.long 35 ## 0x23
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 67 ## 0x43
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.658
.quad L_.str.659
.long 35 ## 0x23
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 67 ## 0x43
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.658
.quad L_.str.659
.long 35 ## 0x23
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.660
.quad L_.str.661
.long 35 ## 0x23
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 67 ## 0x43
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.662
.quad L_.str.663
.long 35 ## 0x23
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.664
.quad L_.str.665
.long 35 ## 0x23
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 3 ## 0x3
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.666
.quad L_.str.667
.long 35 ## 0x23
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.668
.quad L_.str.669
.long 35 ## 0x23
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 67 ## 0x43
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.670
.quad L_.str.671
.long 36 ## 0x24
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.672
.quad L_.str.673
.long 36 ## 0x24
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.674
.quad L_.str.675
.long 36 ## 0x24
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 66 ## 0x42
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.676
.quad L_.str.677
.long 36 ## 0x24
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 67 ## 0x43
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.678
.quad L_.str.679
.long 36 ## 0x24
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.680
.quad L_.str.681
.long 36 ## 0x24
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 66 ## 0x42
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.682
.quad L_.str.683
.long 36 ## 0x24
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.684
.quad L_.str.685
.long 37 ## 0x25
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.686
.quad L_.str.687
.quad L_.str.688
.long 37 ## 0x25
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.689
.quad L_.str.690
.long 37 ## 0x25
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 79 ## 0x4f
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.503
.quad L_.str.691
.quad L_.str.692
.long 37 ## 0x25
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.693
.quad L_.str.694
.long 37 ## 0x25
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 79 ## 0x4f
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.695
.quad L_.str.696
.long 37 ## 0x25
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 79 ## 0x4f
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.697
.quad L_.str.698
.long 37 ## 0x25
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 2 ## 0x2
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.699
.quad L_.str.700
.long 17 ## 0x11
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.701
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.702
.quad L_.str.703
.long 17 ## 0x11
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.701
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.704
.quad L_.str.705
.long 17 ## 0x11
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.701
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.706
.quad L_.str.707
.long 15 ## 0xf
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.708
.quad L_.str.709
.long 15 ## 0xf
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.710
.quad L_.str.711
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.712
.quad L_.str.713
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.714
.quad L_.str.715
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.716
.quad L_.str.717
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.718
.quad L_.str.719
.long 15 ## 0xf
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.720
.quad L_.str.721
.long 15 ## 0xf
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.722
.quad L_.str.723
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.724
.quad L_.str.725
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.726
.quad L_.str.727
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.728
.quad L_.str.729
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.730
.quad L_.str.731
.long 15 ## 0xf
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.732
.quad L_.str.733
.long 15 ## 0xf
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.734
.quad L_.str.735
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.736
.quad L_.str.737
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.738
.quad L_.str.739
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.740
.quad L_.str.741
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.742
.quad L_.str.743
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.744
.quad L_.str.745
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.746
.quad L_.str.747
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.748
.quad L_.str.749
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.750
.quad L_.str.751
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.752
.quad L_.str.753
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.754
.quad L_.str.755
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.756
.quad L_.str.757
.long 15 ## 0xf
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.758
.quad L_.str.16
.long 3 ## 0x3
.long 0 ## 0x0
.long 7 ## 0x7
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.758
.quad L_.str.16
.long 3 ## 0x3
.long 0 ## 0x0
.long 3 ## 0x3
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.200
.quad L_.str.201
.quad 0
.quad 0
.quad L_.str.758
.quad L_.str.16
.long 3 ## 0x3
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.236
.quad L_.str.237
.quad 0
.quad 0
.quad L_.str.758
.quad L_.str.16
.long 3 ## 0x3
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.758
.quad L_.str.16
.long 3 ## 0x3
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.759
.quad L_.str.760
.quad 0
.quad 0
.quad L_.str.758
.quad L_.str.16
.long 3 ## 0x3
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.204
.quad L_.str.205
.quad 0
.quad 0
.quad L_.str.758
.quad L_.str.16
.long 3 ## 0x3
.long 35 ## 0x23
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.238
.quad L_.str.239
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 67 ## 0x43
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.325
.quad L_.str.763
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.764
.quad L_.str.765
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.766
.quad L_.str.767
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.768
.quad L_.str.769
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.770
.quad L_.str.771
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.772
.quad L_.str.773
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.774
.quad L_.str.775
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.776
.quad L_.str.777
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.778
.quad L_.str.779
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.780
.quad L_.str.781
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.782
.quad L_.str.783
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.784
.quad L_.str.785
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.786
.quad L_.str.787
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.788
.quad L_.str.789
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.236
.quad L_.str.237
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.204
.quad L_.str.205
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.790
.quad L_.str.791
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.759
.quad L_.str.760
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.792
.quad L_.str.793
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.794
.quad L_.str.795
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.796
.quad L_.str.797
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 35 ## 0x23
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.238
.quad L_.str.239
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 3 ## 0x3
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.200
.quad L_.str.201
.quad 0
.quad 0
.quad L_.str.798
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.799
.quad L_.str.800
.quad 0
.quad 0
.quad L_.str.798
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.801
.quad L_.str.802
.quad 0
.quad 0
.quad L_.str.798
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.803
.quad L_.str.804
.quad 0
.quad 0
.quad L_.str.798
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.805
.quad L_.str.806
.quad 0
.quad 0
.quad L_.str.798
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.807
.quad L_.str.808
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.809
.quad L_.str.810
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.812
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.813
.quad L_.str.814
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.819
.quad L_.str.820
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.821
.quad L_.str.822
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.823
.quad L_.str.824
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.825
.quad L_.str.826
.quad 0
.quad 0
.quad L_.str.761
.quad L_.str.762
.long 6 ## 0x6
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.827
.quad L_.str.828
.quad 0
.quad 0
.quad L_.str.829
.quad L_.str.830
.long 13 ## 0xd
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.809
.quad L_.str.831
.quad 0
.quad 0
.quad L_.str.829
.quad L_.str.830
.long 13 ## 0xd
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.832
.quad 0
.quad 0
.quad L_.str.829
.quad L_.str.830
.long 13 ## 0xd
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.813
.quad L_.str.833
.quad 0
.quad 0
.quad L_.str.834
.quad L_.str.835
.long 13 ## 0xd
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.809
.quad L_.str.831
.quad 0
.quad 0
.quad L_.str.834
.quad L_.str.835
.long 13 ## 0xd
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.832
.quad 0
.quad 0
.quad L_.str.834
.quad L_.str.835
.long 13 ## 0xd
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.813
.quad L_.str.833
.quad 0
.quad 0
.quad L_.str.836
.quad L_.str.837
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.809
.quad L_.str.810
.quad 0
.quad 0
.quad L_.str.836
.quad L_.str.837
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.812
.quad 0
.quad 0
.quad L_.str.836
.quad L_.str.837
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.814
.quad 0
.quad 0
.quad L_.str.836
.quad L_.str.837
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.838
.quad L_.str.839
.quad 0
.quad 0
.quad L_.str.836
.quad L_.str.837
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.840
.quad L_.str.841
.quad 0
.quad 0
.quad L_.str.836
.quad L_.str.837
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.842
.quad L_.str.843
.quad 0
.quad 0
.quad L_.str.844
.quad L_.str.845
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.809
.quad L_.str.810
.quad 0
.quad 0
.quad L_.str.844
.quad L_.str.845
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.812
.quad 0
.quad 0
.quad L_.str.844
.quad L_.str.845
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.814
.quad 0
.quad 0
.quad L_.str.844
.quad L_.str.845
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.838
.quad L_.str.839
.quad 0
.quad 0
.quad L_.str.844
.quad L_.str.845
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.840
.quad L_.str.841
.quad 0
.quad 0
.quad L_.str.844
.quad L_.str.845
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.842
.quad L_.str.843
.quad 0
.quad 0
.quad L_.str.846
.quad L_.str.847
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.809
.quad L_.str.810
.quad 0
.quad 0
.quad L_.str.846
.quad L_.str.847
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.812
.quad 0
.quad 0
.quad L_.str.846
.quad L_.str.847
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.814
.quad 0
.quad 0
.quad L_.str.846
.quad L_.str.847
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.838
.quad L_.str.839
.quad 0
.quad 0
.quad L_.str.846
.quad L_.str.847
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.840
.quad L_.str.841
.quad 0
.quad 0
.quad L_.str.846
.quad L_.str.847
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.842
.quad L_.str.843
.quad 0
.quad 0
.quad L_.str.848
.quad L_.str.849
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.809
.quad L_.str.810
.quad 0
.quad 0
.quad L_.str.848
.quad L_.str.849
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.812
.quad 0
.quad 0
.quad L_.str.848
.quad L_.str.849
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.814
.quad 0
.quad 0
.quad L_.str.848
.quad L_.str.849
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.838
.quad L_.str.839
.quad 0
.quad 0
.quad L_.str.848
.quad L_.str.849
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.840
.quad L_.str.841
.quad 0
.quad 0
.quad L_.str.848
.quad L_.str.849
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.842
.quad L_.str.843
.quad 0
.quad 0
.quad L_.str.850
.quad L_.str.851
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.809
.quad L_.str.810
.quad 0
.quad 0
.quad L_.str.850
.quad L_.str.851
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.812
.quad 0
.quad 0
.quad L_.str.850
.quad L_.str.851
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.811
.quad L_.str.814
.quad 0
.quad 0
.quad L_.str.850
.quad L_.str.851
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.838
.quad L_.str.839
.quad 0
.quad 0
.quad L_.str.850
.quad L_.str.851
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.840
.quad L_.str.841
.quad 0
.quad 0
.quad L_.str.850
.quad L_.str.851
.long 21 ## 0x15
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.842
.quad L_.str.843
.quad 0
.quad 0
.quad L_.str.852
.quad L_.str.853
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.852
.quad L_.str.853
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.854
.quad L_.str.855
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.854
.quad L_.str.855
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.856
.quad L_.str.857
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.856
.quad L_.str.857
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.858
.quad L_.str.859
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.858
.quad L_.str.859
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.860
.quad L_.str.861
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.860
.quad L_.str.861
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.860
.quad L_.str.861
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.819
.quad L_.str.820
.quad 0
.quad 0
.quad L_.str.862
.quad L_.str.863
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.862
.quad L_.str.863
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.862
.quad L_.str.863
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.819
.quad L_.str.820
.quad 0
.quad 0
.quad L_.str.864
.quad L_.str.865
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.864
.quad L_.str.865
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.866
.quad L_.str.867
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.866
.quad L_.str.867
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.868
.quad L_.str.869
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.868
.quad L_.str.869
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.868
.quad L_.str.869
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.819
.quad L_.str.820
.quad 0
.quad 0
.quad L_.str.870
.quad L_.str.871
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.870
.quad L_.str.871
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.870
.quad L_.str.871
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.819
.quad L_.str.820
.quad 0
.quad 0
.quad L_.str.872
.quad L_.str.873
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.872
.quad L_.str.873
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.874
.quad L_.str.875
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.815
.quad L_.str.816
.quad 0
.quad 0
.quad L_.str.874
.quad L_.str.875
.long 16 ## 0x10
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 32 ## 0x20
.space 4
.quad L_.str.817
.quad L_.str.818
.quad 0
.quad 0
.quad L_.str.876
.quad L_.str.877
.long 7 ## 0x7
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.878
.quad L_.str.879
.long 7 ## 0x7
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.880
.quad L_.str.881
.long 7 ## 0x7
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.882
.quad L_.str.883
.long 7 ## 0x7
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 12 ## 0xc
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.884
.quad L_.str.885
.long 7 ## 0x7
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.886
.quad L_.str.887
.long 7 ## 0x7
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.888
.quad L_.str.889
.long 7 ## 0x7
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 14 ## 0xe
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.890
.quad L_.str.891
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.892
.quad L_.str.893
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.894
.quad L_.str.895
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.896
.quad L_.str.897
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.898
.quad L_.str.899
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.900
.quad L_.str.901
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.902
.quad L_.str.903
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.904
.quad L_.str.905
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.906
.quad L_.str.907
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.908
.quad L_.str.909
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.910
.quad L_.str.911
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.912
.quad L_.str.913
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.914
.quad 0
.quad L_.str.898
.quad L_.str.915
.long 5 ## 0x5
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.914
.quad 0
.quad L_.str.910
.quad L_.str.916
.long 5 ## 0x5
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.917
.quad 0
.quad L_.str.900
.quad L_.str.918
.long 5 ## 0x5
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.917
.quad 0
.quad L_.str.912
.quad L_.str.919
.long 5 ## 0x5
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.920
.quad L_.str.921
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.922
.quad L_.str.923
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.924
.quad L_.str.925
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.926
.quad L_.str.927
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.928
.quad L_.str.929
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.930
.quad L_.str.931
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.932
.quad L_.str.933
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.934
.quad L_.str.935
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.936
.quad L_.str.937
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.938
.quad L_.str.939
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.940
.quad L_.str.941
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.942
.quad L_.str.943
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.944
.quad L_.str.945
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.946
.quad L_.str.947
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.948
.quad L_.str.949
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.950
.quad L_.str.951
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.952
.quad L_.str.953
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.954
.quad L_.str.955
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.956
.quad L_.str.957
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.958
.quad L_.str.959
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.960
.quad L_.str.961
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.962
.quad L_.str.963
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.964
.quad L_.str.965
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.966
.quad L_.str.967
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.968
.quad L_.str.969
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.970
.quad L_.str.971
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.972
.quad L_.str.973
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.974
.quad L_.str.975
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.976
.quad L_.str.977
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.978
.quad L_.str.979
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.980
.quad L_.str.981
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.982
.quad L_.str.983
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.984
.quad L_.str.985
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.986
.quad L_.str.987
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.988
.quad L_.str.989
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.990
.quad L_.str.991
.long 5 ## 0x5
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.992
.quad L_.str.993
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.994
.quad L_.str.995
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.996
.quad L_.str.997
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.998
.quad L_.str.999
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1000
.quad L_.str.1001
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1002
.quad L_.str.1003
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1004
.quad L_.str.1005
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1006
.quad L_.str.1007
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1008
.quad L_.str.1009
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1010
.quad L_.str.1011
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1012
.quad L_.str.1013
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1014
.quad L_.str.1015
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1016
.quad L_.str.1017
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1018
.quad L_.str.1019
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1020
.quad L_.str.1021
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1022
.quad L_.str.1023
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1024
.quad L_.str.1025
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1026
.quad L_.str.1027
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1028
.quad L_.str.1029
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1030
.quad L_.str.1031
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1032
.quad L_.str.1033
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1034
.quad L_.str.1035
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1036
.quad L_.str.1037
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1038
.quad L_.str.1039
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1040
.quad L_.str.1041
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1042
.quad L_.str.1043
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1044
.quad L_.str.1045
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1046
.quad L_.str.1047
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1048
.quad L_.str.1049
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1050
.quad L_.str.1051
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1052
.quad L_.str.1053
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1054
.quad L_.str.1055
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1056
.quad L_.str.1057
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1058
.quad L_.str.1059
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1060
.quad L_.str.1061
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1062
.quad L_.str.1063
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1064
.quad L_.str.1065
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1066
.quad L_.str.1067
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1068
.quad L_.str.1069
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1070
.quad L_.str.1071
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1072
.quad L_.str.1073
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1074
.quad L_.str.1075
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1076
.quad L_.str.1077
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1078
.quad L_.str.1079
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1080
.quad L_.str.1081
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1082
.quad L_.str.1083
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1084
.quad L_.str.1085
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1086
.quad L_.str.1087
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1088
.quad L_.str.1089
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1090
.quad L_.str.1091
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1092
.quad L_.str.1093
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1094
.quad L_.str.1095
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1096
.quad L_.str.1097
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1098
.quad L_.str.1099
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1100
.quad L_.str.1101
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad 0
.quad L_.str.1102
.quad L_.str.1103
.long 38 ## 0x26
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1104
.quad L_.str.1105
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1106
.quad L_.str.1107
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1108
.quad L_.str.1109
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1110
.quad L_.str.1111
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1112
.quad L_.str.1113
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1114
.quad L_.str.1115
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.1116
.quad L_.str.1117
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1118
.quad L_.str.1119
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.1120
.quad L_.str.1121
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.1120
.quad L_.str.1121
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1122
.quad L_.str.1123
.quad L_.str.1124
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 10 ## 0xa
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1125
.quad L_.str.1126
.quad L_.str.1127
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.537
.quad L_.str.1128
.quad L_.str.1129
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 75 ## 0x4b
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.537
.quad L_.str.1130
.quad L_.str.1131
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.1132
.quad L_.str.1133
.long 2 ## 0x2
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1134
.quad L_.str.537
.quad L_.str.1130
.quad L_.str.1135
.long 2 ## 0x2
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1136
.quad L_.str.510
.quad L_.str.1132
.quad L_.str.1137
.long 2 ## 0x2
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.496
.quad L_.str.1138
.quad L_.str.1139
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.686
.quad L_.str.1138
.quad L_.str.1140
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1141
.quad L_.str.1138
.quad L_.str.1142
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1143
.quad L_.str.1138
.quad L_.str.1144
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1145
.quad L_.str.1138
.quad L_.str.1146
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1147
.quad L_.str.1138
.quad L_.str.1148
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1149
.quad L_.str.1138
.quad L_.str.1150
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1151
.quad L_.str.1138
.quad L_.str.1152
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1153
.quad L_.str.1138
.quad L_.str.1154
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.496
.quad L_.str.1138
.quad L_.str.1139
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.686
.quad L_.str.1138
.quad L_.str.1140
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1141
.quad L_.str.1138
.quad L_.str.1142
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1143
.quad L_.str.1138
.quad L_.str.1144
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1145
.quad L_.str.1138
.quad L_.str.1146
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1147
.quad L_.str.1138
.quad L_.str.1148
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1149
.quad L_.str.1138
.quad L_.str.1150
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1151
.quad L_.str.1138
.quad L_.str.1152
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1157
.quad L_.str.1156
.quad 0
.quad L_.str.1153
.quad L_.str.1138
.quad L_.str.1154
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1157
.quad L_.str.1156
.quad 0
.quad L_.str.1158
.quad L_.str.1159
.quad L_.str.1160
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1161
.quad L_.str.1159
.quad L_.str.1162
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1141
.quad L_.str.1159
.quad L_.str.1163
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1164
.quad L_.str.1159
.quad L_.str.1165
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1145
.quad L_.str.1159
.quad L_.str.1166
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1147
.quad L_.str.1159
.quad L_.str.1167
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1168
.quad L_.str.1159
.quad L_.str.1169
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1151
.quad L_.str.1159
.quad L_.str.1170
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1153
.quad L_.str.1159
.quad L_.str.1171
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.496
.quad L_.str.1159
.quad L_.str.1160
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1161
.quad L_.str.1159
.quad L_.str.1162
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1141
.quad L_.str.1159
.quad L_.str.1163
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1164
.quad L_.str.1159
.quad L_.str.1165
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1145
.quad L_.str.1159
.quad L_.str.1166
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1147
.quad L_.str.1159
.quad L_.str.1167
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1168
.quad L_.str.1159
.quad L_.str.1169
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1155
.quad L_.str.1156
.quad 0
.quad L_.str.1151
.quad L_.str.1159
.quad L_.str.1170
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1157
.quad L_.str.1156
.quad 0
.quad L_.str.1153
.quad L_.str.1159
.quad L_.str.1171
.long 8 ## 0x8
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.1157
.quad L_.str.1156
.quad 0
.quad L_.str.1172
.quad L_.str.1173
.quad L_.str.1174
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1164
.quad L_.str.1173
.quad L_.str.1175
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1145
.quad L_.str.1173
.quad L_.str.1176
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1177
.quad L_.str.1173
.quad L_.str.1178
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1168
.quad L_.str.1173
.quad L_.str.1179
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1180
.quad L_.str.1173
.quad L_.str.1181
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1182
.quad L_.str.1183
.quad L_.str.1184
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1185
.quad L_.str.1183
.quad L_.str.1186
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1187
.quad L_.str.1183
.quad L_.str.1188
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1189
.quad L_.str.1183
.quad L_.str.1190
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1149
.quad L_.str.1183
.quad L_.str.1191
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1192
.quad L_.str.1183
.quad L_.str.1193
.long 9 ## 0x9
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1194
.quad L_.str.1195
.quad L_.str.1196
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1182
.quad L_.str.1195
.quad L_.str.1197
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1198
.quad L_.str.1195
.quad L_.str.1199
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1200
.quad L_.str.1195
.quad L_.str.1201
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1200
.quad L_.str.1195
.quad L_.str.1201
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1187
.quad L_.str.1195
.quad L_.str.1202
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1187
.quad L_.str.1195
.quad L_.str.1202
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1147
.quad L_.str.1195
.quad L_.str.1203
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1147
.quad L_.str.1195
.quad L_.str.1203
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1204
.quad L_.str.1195
.quad L_.str.1205
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1204
.quad L_.str.1195
.quad L_.str.1205
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1206
.quad L_.str.1195
.quad L_.str.1207
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1206
.quad L_.str.1195
.quad L_.str.1207
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1192
.quad L_.str.1195
.quad L_.str.1208
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1192
.quad L_.str.1195
.quad L_.str.1208
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1209
.quad L_.str.1195
.quad L_.str.1210
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1209
.quad L_.str.1195
.quad L_.str.1210
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1211
.quad L_.str.1195
.quad L_.str.1212
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1211
.quad L_.str.1195
.quad L_.str.1212
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1213
.quad L_.str.1195
.quad L_.str.1214
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1213
.quad L_.str.1195
.quad L_.str.1214
.long 11 ## 0xb
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.190
.quad L_.str.191
.quad 0
.quad L_.str.1215
.quad L_.str.1195
.quad L_.str.1216
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1217
.quad L_.str.1195
.quad L_.str.1218
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1219
.quad L_.str.1198
.quad L_.str.1195
.quad L_.str.1220
.long 11 ## 0xb
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1221
.quad L_.str.1204
.quad L_.str.1195
.quad L_.str.1222
.long 11 ## 0xb
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1223
.quad L_.str.1209
.quad L_.str.1195
.quad L_.str.1224
.long 11 ## 0xb
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1194
.quad L_.str.1225
.quad L_.str.1226
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1172
.quad L_.str.1225
.quad L_.str.1227
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1198
.quad L_.str.1225
.quad L_.str.1228
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1200
.quad L_.str.1225
.quad L_.str.1229
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1187
.quad L_.str.1225
.quad L_.str.1230
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1147
.quad L_.str.1225
.quad L_.str.1231
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1204
.quad L_.str.1225
.quad L_.str.1232
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1206
.quad L_.str.1225
.quad L_.str.1233
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1192
.quad L_.str.1225
.quad L_.str.1234
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1209
.quad L_.str.1225
.quad L_.str.1235
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1236
.quad L_.str.1225
.quad L_.str.1237
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1238
.quad L_.str.1225
.quad L_.str.1239
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1215
.quad L_.str.1225
.quad L_.str.1240
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1241
.quad L_.str.1225
.quad L_.str.1242
.long 11 ## 0xb
.long 0 ## 0x0
.long 4 ## 0x4
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1219
.quad L_.str.1198
.quad L_.str.1225
.quad L_.str.1243
.long 11 ## 0xb
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1221
.quad L_.str.1204
.quad L_.str.1225
.quad L_.str.1244
.long 11 ## 0xb
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1223
.quad L_.str.1209
.quad L_.str.1225
.quad L_.str.1245
.long 11 ## 0xb
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1141
.quad L_.str.1246
.quad L_.str.1247
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1143
.quad L_.str.1246
.quad L_.str.1248
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1198
.quad L_.str.1246
.quad L_.str.1249
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1250
.quad L_.str.1246
.quad L_.str.1251
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1145
.quad L_.str.1246
.quad L_.str.1252
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1177
.quad L_.str.1246
.quad L_.str.1253
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1147
.quad L_.str.1246
.quad L_.str.1254
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1255
.quad L_.str.1246
.quad L_.str.1256
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1257
.quad L_.str.1246
.quad L_.str.1258
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1149
.quad L_.str.1246
.quad L_.str.1259
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1260
.quad L_.str.1246
.quad L_.str.1261
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1262
.quad L_.str.1246
.quad L_.str.1263
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1236
.quad L_.str.1246
.quad L_.str.1264
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1238
.quad L_.str.1246
.quad L_.str.1265
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1266
.quad L_.str.1246
.quad L_.str.1267
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1268
.quad L_.str.1246
.quad L_.str.1269
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1270
.quad L_.str.1246
.quad L_.str.1271
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1272
.quad L_.str.1246
.quad L_.str.1273
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.1274
.quad L_.str.1246
.quad L_.str.1275
.long 10 ## 0xa
.long 0 ## 0x0
.long 1 ## 0x1
.long 1 ## 0x1
.long 8 ## 0x8
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1276
.quad L_.str.1277
.long 12 ## 0xc
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1278
.quad L_.str.1279
.long 12 ## 0xc
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1280
.quad L_.str.1281
.long 14 ## 0xe
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1282
.quad L_.str.1283
.long 14 ## 0xe
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1284
.quad L_.str.1285
.long 14 ## 0xe
.long 0 ## 0x0
.long 8 ## 0x8
.long 3 ## 0x3
.long 15 ## 0xf
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.512
.quad L_.str.1284
.quad L_.str.1285
.long 14 ## 0xe
.long 0 ## 0x0
.long 9 ## 0x9
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.1286
.quad L_.str.1287
.long 14 ## 0xe
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.1286
.quad L_.str.1287
.long 14 ## 0xe
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.1288
.quad L_.str.1289
.long 14 ## 0xe
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.1288
.quad L_.str.1289
.long 14 ## 0xe
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 16 ## 0x10
.space 4
.quad L_.str.252
.quad L_.str.253
.quad 0
.quad L_.str.510
.quad L_.str.1290
.quad L_.str.1291
.long 14 ## 0xe
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad 0
.quad L_.str.510
.quad L_.str.1292
.quad L_.str.1293
.long 14 ## 0xe
.long 0 ## 0x0
.long 5 ## 0x5
.long 1 ## 0x1
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1294
.quad L_.str.510
.quad L_.str.1290
.quad L_.str.1295
.long 14 ## 0xe
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.quad L_.str.1294
.quad L_.str.510
.quad L_.str.1292
.quad L_.str.1296
.long 14 ## 0xe
.long 0 ## 0x0
.long 8 ## 0x8
.long 2 ## 0x2
.long 11 ## 0xb
.space 4
.quad L_.str.162
.quad L_.str.162
.section __TEXT,__cstring,cstring_literals
L_.str.1297: ## @.str.1297
.asciz "../bdf/"
.section __DATA,__data
.globl _bdf_path ## @bdf_path
.p2align 3
_bdf_path:
.quad L_.str.1297
.section __TEXT,__cstring,cstring_literals
L_.str.1298: ## @.str.1298
.asciz "../bdfconv/bdfconv"
.section __DATA,__data
.globl _bdfconv_path ## @bdfconv_path
.p2align 3
_bdfconv_path:
.quad L_.str.1298
.section __TEXT,__cstring,cstring_literals
L_.str.1299: ## @.str.1299
.asciz "../otf2bdf/otf2bdf"
.section __DATA,__data
.globl _otf2bdf_path ## @otf2bdf_path
.p2align 3
_otf2bdf_path:
.quad L_.str.1299
.globl _u8g2_prototypes ## @u8g2_prototypes
.zerofill __DATA,__common,_u8g2_prototypes,8,3
.globl _u8x8_prototypes ## @u8x8_prototypes
.zerofill __DATA,__common,_u8x8_prototypes,8,3
.section __TEXT,__cstring,cstring_literals
L_.str.1300: ## @.str.1300
.asciz "../../../csrc/u8g2_fonts.c"
.section __DATA,__data
.globl _u8g2_fonts_filename ## @u8g2_fonts_filename
.p2align 3
_u8g2_fonts_filename:
.quad L_.str.1300
.section __TEXT,__cstring,cstring_literals
L_.str.1301: ## @.str.1301
.asciz "../../../csrc/u8x8_fonts.c"
.section __DATA,__data
.globl _u8x8_fonts_filename ## @u8x8_fonts_filename
.p2align 3
_u8x8_fonts_filename:
.quad L_.str.1301
.globl _current_font_name ## @current_font_name
.zerofill __DATA,__common,_current_font_name,256,4
.section __TEXT,__cstring,cstring_literals
L_.str.1302: ## @.str.1302
.asciz "../../../../u8g2.wiki/fntlistall.md"
.section __DATA,__data
.globl _fntlistallpath ## @fntlistallpath
.p2align 3
_fntlistallpath:
.quad L_.str.1302
.section __TEXT,__cstring,cstring_literals
L_.str.1303: ## @.str.1303
.asciz "../../../../u8g2.wiki/fntlistmono.md"
.section __DATA,__data
.globl _fntlistmonopath ## @fntlistmonopath
.p2align 3
_fntlistmonopath:
.quad L_.str.1303
.section __TEXT,__cstring,cstring_literals
L_.str.1304: ## @.str.1304
.asciz "../../../../u8g2.wiki/fntlist8x8.md"
.section __DATA,__data
.globl _fntlist8x8path ## @fntlist8x8path
.p2align 3
_fntlist8x8path:
.quad L_.str.1304
.comm _otf_cmd,2048,4 ## @otf_cmd
.section __TEXT,__cstring,cstring_literals
L_.str.1305: ## @.str.1305
.asciz " "
L_.str.1306: ## @.str.1306
.asciz " ../ttf/"
L_.str.1307: ## @.str.1307
.asciz " -o tmp.bdf"
.comm _bdf_cmd,2048,4 ## @bdf_cmd
L_.str.1309: ## @.str.1309
.asciz " -f 1"
L_.str.1310: ## @.str.1310
.asciz " -f 2"
L_.str.1311: ## @.str.1311
.asciz " -b 0"
L_.str.1312: ## @.str.1312
.asciz " -b 1"
L_.str.1313: ## @.str.1313
.asciz " -b 2"
L_.str.1314: ## @.str.1314
.asciz " -b 3"
L_.str.1315: ## @.str.1315
.asciz " -m '32-255>32'"
L_.str.1316: ## @.str.1316
.asciz " -m '32-127>32'"
L_.str.1317: ## @.str.1317
.asciz " -m '32,42-58>42'"
L_.str.1318: ## @.str.1318
.asciz " -m '32-95>32'"
L_.str.1319: ## @.str.1319
.asciz " -m '32-701>32,7838,8364,64256-64263'"
L_.str.1320: ## @.str.1320
.asciz " -m '"
L_.str.1321: ## @.str.1321
.asciz "'"
L_.str.1322: ## @.str.1322
.asciz " -M '"
L_.str.1323: ## @.str.1323
.asciz "tmp.bdf"
L_.str.1324: ## @.str.1324
.asciz " -n "
.comm _target_font_identifier,1024,4 ## @target_font_identifier
L_.str.1325: ## @.str.1325
.asciz " -o "
L_.str.1326: ## @.str.1326
.asciz "font"
L_.str.1327: ## @.str.1327
.asciz ".c"
.comm _font_prototype,2048,4 ## @font_prototype
L_.str.1328: ## @.str.1328
.asciz "extern const uint8_t "
L_.str.1329: ## @.str.1329
.asciz "[]"
L_.str.1330: ## @.str.1330
.asciz " && cat font.c >>"
L_.str.1331: ## @.str.1331
.asciz " U8X8_FONT_SECTION(\""
L_.str.1332: ## @.str.1332
.asciz "\");\n"
L_.str.1333: ## @.str.1333
.asciz " U8G2_FONT_SECTION(\""
L_.str.1334: ## @.str.1334
.asciz "cp font.c ./single_font_files/"
.comm _u8g2_font_list_fp,8,3 ## @u8g2_font_list_fp
L_.str.1335: ## @.str.1335
.asciz " %s,\n"
.comm _u8x8_font_list_fp,8,3 ## @u8x8_font_list_fp
L_.str.1336: ## @.str.1336
.asciz " \"%s\",\n"
.comm _keywords_fp,8,3 ## @keywords_fp
L_.str.1337: ## @.str.1337
.asciz "%s\tLITERAL1\n"
.zerofill __DATA,__bss,_generate_font_group_md._i,4,2 ## @generate_font_group_md._i
.zerofill __DATA,__bss,_generate_font_group_md._fm,4,2 ## @generate_font_group_md._fm
.zerofill __DATA,__bss,_generate_font_group_md._bm,4,2 ## @generate_font_group_md._bm
.comm _current_font_group_index,4,2 ## @current_font_group_index
.comm _current_md_file,8,3 ## @current_md_file
L_.str.1338: ## @.str.1338
.asciz "## %s\n"
L_.str.1339: ## @.str.1339
.asciz "\n"
L_.str.1340: ## @.str.1340
.asciz "%s %s\n"
L_.str.1341: ## @.str.1341
.asciz "_font_"
L_.str.1342: ## @.str.1342
.asciz "_"
L_.str.1343: ## @.str.1343
.asciz "n"
L_.str.1344: ## @.str.1344
.asciz "u"
L_.str.1345: ## @.str.1345
.asciz "e"
L_.str.1346: ## @.str.1346
.asciz "t"
L_.str.1347: ## @.str.1347
.asciz "h"
L_.str.1348: ## @.str.1348
.asciz "m"
L_.str.1349: ## @.str.1349
.asciz "8"
.zerofill __DATA,__bss,_process_font.s,1024,4 ## @process_font.s
L_.str.1351: ## @.str.1351
.asciz "font %s missing\n"
L_.str.1352: ## @.str.1352
.asciz "u8g2"
L_.str.1353: ## @.str.1353
.asciz "u8x8"
L_.str.1354: ## @.str.1354
.asciz "a"
L_.str.1356: ## @.str.1356
.asciz "u8x8_fonts.pre"
L_.str.1357: ## @.str.1357
.asciz "u8g2_fonts.pre"
L_.str.1358: ## @.str.1358
.asciz "keywords.pre"
L_.str.1359: ## @.str.1359
.asciz "keywords.txt"
L_.str.1360: ## @.str.1360
.asciz "u8g2_font_list.c"
L_.str.1361: ## @.str.1361
.asciz "u8x8_font_list.c"
L_.str.1362: ## @.str.1362
.asciz "/* u8g2_font_list.c */\n"
L_.str.1363: ## @.str.1363
.asciz "/* u8x8_font_list.c */\n"
L_.str.1364: ## @.str.1364
.asciz "#include \"u8g2.h\"\n"
L_.str.1365: ## @.str.1365
.asciz "const uint8_t *u8g2_font_list[] = {\n"
L_.str.1366: ## @.str.1366
.asciz "const uint8_t *u8x8_font_list[] = {\n"
L_.str.1367: ## @.str.1367
.asciz " NULL\n};\n"
L_.str.1368: ## @.str.1368
.asciz "char *u8g2_font_names[] = {\n"
L_.str.1369: ## @.str.1369
.asciz "char *u8x8_font_names[] = {\n"
L_.str.1371: ## @.str.1371
.asciz "../../../csrc/u8g2.h"
L_.str.1372: ## @.str.1372
.asciz "/* start font list */"
L_.str.1373: ## @.str.1373
.asciz "/* end font list */"
L_.str.1375: ## @.str.1375
.asciz "../../../csrc/u8x8.h"
L_.str.1376: ## @.str.1376
.asciz "font.c"
.comm _tga_filename,2048,4 ## @tga_filename
.comm _convert_cmd,2048,4 ## @convert_cmd
.comm _current_capital_A_size,4,2 ## @current_capital_A_size
.comm _fntlistall,8,3 ## @fntlistall
.comm _fntlistmono,8,3 ## @fntlistmono
.comm _fntlist8x8,8,3 ## @fntlist8x8
L_str: ## @str
.asciz "update u8g2.h"
L_str.1377: ## @str.1377
.asciz "update u8x8.h"
.section __TEXT,__const
.p2align 2 ## @reltable.bdfconv
l_reltable.bdfconv:
.long L_.str.1311-l_reltable.bdfconv
.long L_.str.1312-l_reltable.bdfconv
.long L_.str.1311-l_reltable.bdfconv
.long L_.str.1313-l_reltable.bdfconv
.long L_.str.1311-l_reltable.bdfconv
.long L_.str.1311-l_reltable.bdfconv
.long L_.str.1311-l_reltable.bdfconv
.long L_.str.1314-l_reltable.bdfconv
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _add_to_str ; -- Begin function add_to_str
.p2align 2
_add_to_str: ; @add_to_str
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x19, x0
ldr x21, [x0]
cbz x21, LBB0_3
; %bb.1:
mov x0, x21
bl _strlen
mov x22, x0
mov x0, x20
bl _strlen
add x8, x22, x0
add x1, x8, #1
mov x0, x21
bl _realloc
cbz x0, LBB0_5
; %bb.2:
str x0, [x19]
mov x1, x20
bl _strcat
b LBB0_4
LBB0_3:
mov x0, x20
bl _strdup
str x0, [x19]
cbz x0, LBB0_5
LBB0_4:
mov w0, #1
LBB0_5:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _file_copy ; -- Begin function file_copy
.p2align 2
_file_copy: ; @file_copy
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x20, x1
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
bl _fopen
mov x19, x0
Lloh2:
adrp x1, l_.str.1@PAGE
Lloh3:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x20
bl _fopen
cmp x19, #0
ccmp x0, #0, #4, ne
b.ne LBB1_2
; %bb.1:
mov w0, #0
b LBB1_6
LBB1_2:
mov x20, x0
LBB1_3: ; =>This Inner Loop Header: Depth=1
mov x0, x19
bl _fgetc
cmn w0, #1
b.eq LBB1_5
; %bb.4: ; in Loop: Header=BB1_3 Depth=1
mov x1, x20
bl _fputc
b LBB1_3
LBB1_5:
mov x0, x19
bl _fclose
mov x0, x20
bl _fclose
mov w0, #1
LBB1_6:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _insert_into_file ; -- Begin function insert_into_file
.p2align 2
_insert_into_file: ; @insert_into_file
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x19, x3
mov x20, x2
mov x21, x1
mov x23, x0
Lloh4:
adrp x1, l_.str.2@PAGE
Lloh5:
add x1, x1, l_.str.2@PAGEOFF
bl _file_copy
cbz w0, LBB2_12
; %bb.1:
Lloh6:
adrp x0, l_.str.2@PAGE
Lloh7:
add x0, x0, l_.str.2@PAGEOFF
Lloh8:
adrp x1, l_.str@PAGE
Lloh9:
add x1, x1, l_.str@PAGEOFF
bl _fopen
mov x22, x0
Lloh10:
adrp x1, l_.str.1@PAGE
Lloh11:
add x1, x1, l_.str.1@PAGEOFF
mov x0, x23
bl _fopen
mov x23, x0
mov w0, #0
cbz x22, LBB2_12
; %bb.2:
cbz x23, LBB2_12
; %bb.3:
Lloh12:
adrp x0, _insert_into_file.line@PAGE
Lloh13:
add x0, x0, _insert_into_file.line@PAGEOFF
mov w1, #4096
mov x2, x22
bl _fgets
cbz x0, LBB2_11
; %bb.4:
Lloh14:
adrp x24, _insert_into_file.line@PAGE
Lloh15:
add x24, x24, _insert_into_file.line@PAGEOFF
Lloh16:
adrp x25, l_.str.3@PAGE
Lloh17:
add x25, x25, l_.str.3@PAGEOFF
b LBB2_6
LBB2_5: ; in Loop: Header=BB2_6 Depth=1
mov x0, x24
mov w1, #4096
mov x2, x22
bl _fgets
cbz x0, LBB2_11
LBB2_6: ; =>This Loop Header: Depth=1
; Child Loop BB2_8 Depth 2
mov x0, x20
bl _strlen
mov x2, x0
mov x0, x24
mov x1, x20
bl _strncmp
mov x26, x0
mov x0, x24
mov x1, x23
bl _fputs
cbnz w26, LBB2_5
; %bb.7: ; in Loop: Header=BB2_6 Depth=1
mov x0, x21
mov x1, x23
bl _fputs
mov x0, x25
mov x1, x23
bl _fputs
LBB2_8: ; Parent Loop BB2_6 Depth=1
; => This Inner Loop Header: Depth=2
mov x0, x24
mov w1, #4096
mov x2, x22
bl _fgets
cbz x0, LBB2_5
; %bb.9: ; in Loop: Header=BB2_8 Depth=2
mov x0, x19
bl _strlen
mov x2, x0
mov x0, x24
mov x1, x19
bl _strncmp
cbnz w0, LBB2_8
; %bb.10: ; in Loop: Header=BB2_6 Depth=1
mov x0, x24
mov x1, x23
bl _fputs
b LBB2_5
LBB2_11:
mov x0, x22
bl _fclose
mov x0, x23
bl _fclose
Lloh18:
adrp x0, l_.str.2@PAGE
Lloh19:
add x0, x0, l_.str.2@PAGEOFF
bl _unlink
mov w0, #1
LBB2_12:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh18, Lloh19
.cfi_endproc
; -- End function
.globl _bdfconv ; -- Begin function bdfconv
.p2align 2
_bdfconv: ; @bdfconv
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x19, x5
mov x20, x3
mov x21, x1
; kill: def $w0 killed $w0 def $x0
sxtw x23, w0
Lloh20:
adrp x24, _fi@PAGE
Lloh21:
add x24, x24, _fi@PAGEOFF
mov w8, #72
smaddl x25, w0, w8, x24
ldr x8, [x25, #8]!
cbz x8, LBB3_2
; %bb.1:
Lloh22:
adrp x8, _otf2bdf_path@PAGE
Lloh23:
ldr x1, [x8, _otf2bdf_path@PAGEOFF]
Lloh24:
adrp x22, _otf_cmd@GOTPAGE
Lloh25:
ldr x22, [x22, _otf_cmd@GOTPAGEOFF]
mov x0, x22
mov w2, #2048
bl ___strcpy_chk
Lloh26:
adrp x1, l_.str.1305@PAGE
Lloh27:
add x1, x1, l_.str.1305@PAGEOFF
mov x0, x22
mov w2, #2048
bl ___strcat_chk
ldr x1, [x25]
mov x0, x22
mov w2, #2048
bl ___strcat_chk
Lloh28:
adrp x1, l_.str.1306@PAGE
Lloh29:
add x1, x1, l_.str.1306@PAGEOFF
mov x0, x22
mov w2, #2048
bl ___strcat_chk
mov w8, #72
madd x8, x23, x8, x24
ldr x1, [x8, #16]
mov x0, x22
mov w2, #2048
bl ___strcat_chk
Lloh30:
adrp x1, l_.str.1307@PAGE
Lloh31:
add x1, x1, l_.str.1307@PAGEOFF
mov x0, x22
mov w2, #2048
bl ___strcat_chk
mov x0, x22
bl _puts
mov x0, x22
bl _system
LBB3_2:
Lloh32:
adrp x8, _bdfconv_path@PAGE
Lloh33:
ldr x1, [x8, _bdfconv_path@PAGEOFF]
Lloh34:
adrp x22, _bdf_cmd@GOTPAGE
Lloh35:
ldr x22, [x22, _bdf_cmd@GOTPAGEOFF]
mov x0, x22
mov w2, #2048
bl ___strcpy_chk
Lloh36:
adrp x1, l_.str.1305@PAGE
Lloh37:
add x1, x1, l_.str.1305@PAGEOFF
mov x0, x22
mov w2, #2048
bl ___strcat_chk
mov w8, #72
mul x8, x23, x8
ldr x1, [x24, x8]
cbz x1, LBB3_4
; %bb.3:
Lloh38:
adrp x22, _bdf_cmd@GOTPAGE
Lloh39:
ldr x22, [x22, _bdf_cmd@GOTPAGEOFF]
mov x0, x22
mov w2, #2048
bl ___strcat_chk
Lloh40:
adrp x1, l_.str.1305@PAGE
Lloh41:
add x1, x1, l_.str.1305@PAGEOFF
mov x0, x22
mov w2, #2048
bl ___strcat_chk
LBB3_4:
mov w22, #0
cmp w21, #1
b.eq LBB3_7
; %bb.5:
cmp w21, #2
b.ne LBB3_9
; %bb.6:
mov w22, #1
Lloh42:
adrp x1, l_.str.1310@PAGE
Lloh43:
add x1, x1, l_.str.1310@PAGEOFF
b LBB3_8
LBB3_7:
Lloh44:
adrp x1, l_.str.1309@PAGE
Lloh45:
add x1, x1, l_.str.1309@PAGEOFF
LBB3_8:
Lloh46:
adrp x0, _bdf_cmd@GOTPAGE
Lloh47:
ldr x0, [x0, _bdf_cmd@GOTPAGEOFF]
mov w2, #2048
bl ___strcat_chk
LBB3_9:
sub w8, w20, #1
cmp w8, #7
b.hi LBB3_12
; %bb.10:
mov w9, #139
lsr w9, w9, w8
tbz w9, #0, LBB3_12
; %bb.11:
Lloh48:
adrp x9, l_switch.table.bdfconv@PAGE
Lloh49:
add x9, x9, l_switch.table.bdfconv@PAGEOFF
ldr x1, [x9, w8, sxtw #3]
Lloh50:
adrp x0, _bdf_cmd@GOTPAGE
Lloh51:
ldr x0, [x0, _bdf_cmd@GOTPAGEOFF]
mov w2, #2048
bl ___strcat_chk
LBB3_12:
sub w8, w19, #1
cmp w8, #63
b.hi LBB3_22
; %bb.13:
Lloh52:
adrp x1, l_.str.1315@PAGE
Lloh53:
add x1, x1, l_.str.1315@PAGEOFF
Lloh54:
adrp x9, lJTI3_0@PAGE
Lloh55:
add x9, x9, lJTI3_0@PAGEOFF
adr x10, LBB3_14
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB3_14:
Lloh56:
adrp x1, l_.str.1316@PAGE
Lloh57:
add x1, x1, l_.str.1316@PAGEOFF
b LBB3_21
LBB3_15:
Lloh58:
adrp x1, l_.str.1318@PAGE
Lloh59:
add x1, x1, l_.str.1318@PAGEOFF
b LBB3_21
LBB3_16:
Lloh60:
adrp x1, l_.str.1317@PAGE
Lloh61:
add x1, x1, l_.str.1317@PAGEOFF
b LBB3_21
LBB3_17:
Lloh62:
adrp x19, _bdf_cmd@GOTPAGE
Lloh63:
ldr x19, [x19, _bdf_cmd@GOTPAGEOFF]
Lloh64:
adrp x1, l_.str.1322@PAGE
Lloh65:
add x1, x1, l_.str.1322@PAGEOFF
b LBB3_20
LBB3_18:
Lloh66:
adrp x1, l_.str.1319@PAGE
Lloh67:
add x1, x1, l_.str.1319@PAGEOFF
b LBB3_21
LBB3_19:
Lloh68:
adrp x19, _bdf_cmd@GOTPAGE
Lloh69:
ldr x19, [x19, _bdf_cmd@GOTPAGEOFF]
Lloh70:
adrp x1, l_.str.1320@PAGE
Lloh71:
add x1, x1, l_.str.1320@PAGEOFF
LBB3_20:
mov x0, x19
mov w2, #2048
bl ___strcat_chk
mov w8, #72
madd x8, x23, x8, x24
ldr x1, [x8, #56]
mov x0, x19
mov w2, #2048
bl ___strcat_chk
Lloh72:
adrp x1, l_.str.1321@PAGE
Lloh73:
add x1, x1, l_.str.1321@PAGEOFF
LBB3_21:
Lloh74:
adrp x0, _bdf_cmd@GOTPAGE
Lloh75:
ldr x0, [x0, _bdf_cmd@GOTPAGEOFF]
mov w2, #2048
bl ___strcat_chk
LBB3_22:
Lloh76:
adrp x0, _bdf_cmd@GOTPAGE
Lloh77:
ldr x0, [x0, _bdf_cmd@GOTPAGEOFF]
Lloh78:
adrp x1, l_.str.1305@PAGE
Lloh79:
add x1, x1, l_.str.1305@PAGEOFF
mov w2, #2048
bl ___strcat_chk
ldr x8, [x25]
cbz x8, LBB3_24
; %bb.23:
Lloh80:
adrp x1, l_.str.1323@PAGE
Lloh81:
add x1, x1, l_.str.1323@PAGEOFF
b LBB3_25
LBB3_24:
Lloh82:
adrp x8, _bdf_path@PAGE
Lloh83:
ldr x1, [x8, _bdf_path@PAGEOFF]
Lloh84:
adrp x0, _bdf_cmd@GOTPAGE
Lloh85:
ldr x0, [x0, _bdf_cmd@GOTPAGEOFF]
mov w2, #2048
bl ___strcat_chk
mov w8, #72
madd x8, x23, x8, x24
ldr x1, [x8, #16]
LBB3_25:
Lloh86:
adrp x19, _bdf_cmd@GOTPAGE
Lloh87:
ldr x19, [x19, _bdf_cmd@GOTPAGEOFF]
mov x0, x19
mov w2, #2048
bl ___strcat_chk
Lloh88:
adrp x1, l_.str.1324@PAGE
Lloh89:
add x1, x1, l_.str.1324@PAGEOFF
mov x0, x19
mov w2, #2048
bl ___strcat_chk
Lloh90:
adrp x20, _target_font_identifier@GOTPAGE
Lloh91:
ldr x20, [x20, _target_font_identifier@GOTPAGEOFF]
mov x0, x19
mov x1, x20
mov w2, #2048
bl ___strcat_chk
Lloh92:
adrp x1, l_.str.1325@PAGE
Lloh93:
add x1, x1, l_.str.1325@PAGEOFF
mov x0, x19
mov w2, #2048
bl ___strcat_chk
Lloh94:
adrp x1, l_.str.1326@PAGE
Lloh95:
add x1, x1, l_.str.1326@PAGEOFF
mov x0, x19
mov w2, #2048
bl ___strcat_chk
Lloh96:
adrp x1, l_.str.1327@PAGE
Lloh97:
add x1, x1, l_.str.1327@PAGEOFF
mov x0, x19
mov w2, #2048
bl ___strcat_chk
Lloh98:
adrp x8, l_.str.1328@PAGE
Lloh99:
add x8, x8, l_.str.1328@PAGEOFF
ldr q0, [x8]
Lloh100:
adrp x21, _font_prototype@GOTPAGE
Lloh101:
ldr x21, [x21, _font_prototype@GOTPAGEOFF]
str q0, [x21]
ldur x8, [x8, #14]
stur x8, [x21, #14]
mov x0, x21
mov x1, x20
mov w2, #2048
bl ___strcat_chk
Lloh102:
adrp x1, l_.str.1329@PAGE
Lloh103:
add x1, x1, l_.str.1329@PAGEOFF
mov x0, x21
mov w2, #2048
bl ___strcat_chk
Lloh104:
adrp x1, l_.str.1330@PAGE
Lloh105:
add x1, x1, l_.str.1330@PAGEOFF
mov x0, x19
mov w2, #2048
bl ___strcat_chk
cbz w22, LBB3_29
; %bb.26:
Lloh106:
adrp x8, _u8x8_fonts_filename@PAGE
Lloh107:
ldr x1, [x8, _u8x8_fonts_filename@PAGEOFF]
Lloh108:
adrp x0, _bdf_cmd@GOTPAGE
Lloh109:
ldr x0, [x0, _bdf_cmd@GOTPAGEOFF]
mov w2, #2048
bl ___strcat_chk
Lloh110:
adrp x20, _font_prototype@GOTPAGE
Lloh111:
ldr x20, [x20, _font_prototype@GOTPAGEOFF]
Lloh112:
adrp x1, l_.str.1331@PAGE
Lloh113:
add x1, x1, l_.str.1331@PAGEOFF
mov x0, x20
mov w2, #2048
bl ___strcat_chk
Lloh114:
adrp x1, _target_font_identifier@GOTPAGE
Lloh115:
ldr x1, [x1, _target_font_identifier@GOTPAGEOFF]
mov x0, x20
mov w2, #2048
bl ___strcat_chk
Lloh116:
adrp x1, l_.str.1332@PAGE
Lloh117:
add x1, x1, l_.str.1332@PAGEOFF
mov x0, x20
mov w2, #2048
bl ___strcat_chk
adrp x22, _u8x8_prototypes@PAGE
ldr x20, [x22, _u8x8_prototypes@PAGEOFF]
cbz x20, LBB3_33
; %bb.27:
mov x0, x20
bl _strlen
mov x21, x0
Lloh118:
adrp x0, _font_prototype@GOTPAGE
Lloh119:
ldr x0, [x0, _font_prototype@GOTPAGEOFF]
bl _strlen
add x8, x21, x0
add x1, x8, #1
mov x0, x20
bl _realloc
cbz x0, LBB3_35
; %bb.28:
str x0, [x22, _u8x8_prototypes@PAGEOFF]
b LBB3_32
LBB3_29:
Lloh120:
adrp x8, _u8g2_fonts_filename@PAGE
Lloh121:
ldr x1, [x8, _u8g2_fonts_filename@PAGEOFF]
Lloh122:
adrp x0, _bdf_cmd@GOTPAGE
Lloh123:
ldr x0, [x0, _bdf_cmd@GOTPAGEOFF]
mov w2, #2048
bl ___strcat_chk
Lloh124:
adrp x20, _font_prototype@GOTPAGE
Lloh125:
ldr x20, [x20, _font_prototype@GOTPAGEOFF]
Lloh126:
adrp x1, l_.str.1333@PAGE
Lloh127:
add x1, x1, l_.str.1333@PAGEOFF
mov x0, x20
mov w2, #2048
bl ___strcat_chk
Lloh128:
adrp x1, _target_font_identifier@GOTPAGE
Lloh129:
ldr x1, [x1, _target_font_identifier@GOTPAGEOFF]
mov x0, x20
mov w2, #2048
bl ___strcat_chk
Lloh130:
adrp x1, l_.str.1332@PAGE
Lloh131:
add x1, x1, l_.str.1332@PAGEOFF
mov x0, x20
mov w2, #2048
bl ___strcat_chk
adrp x22, _u8g2_prototypes@PAGE
ldr x20, [x22, _u8g2_prototypes@PAGEOFF]
cbz x20, LBB3_34
; %bb.30:
mov x0, x20
bl _strlen
mov x21, x0
Lloh132:
adrp x0, _font_prototype@GOTPAGE
Lloh133:
ldr x0, [x0, _font_prototype@GOTPAGEOFF]
bl _strlen
add x8, x21, x0
add x1, x8, #1
mov x0, x20
bl _realloc
cbz x0, LBB3_35
; %bb.31:
str x0, [x22, _u8g2_prototypes@PAGEOFF]
LBB3_32:
Lloh134:
adrp x1, _font_prototype@GOTPAGE
Lloh135:
ldr x1, [x1, _font_prototype@GOTPAGEOFF]
bl _strcat
b LBB3_35
LBB3_33:
Lloh136:
adrp x0, _font_prototype@GOTPAGE
Lloh137:
ldr x0, [x0, _font_prototype@GOTPAGEOFF]
bl _strdup
str x0, [x22, _u8x8_prototypes@PAGEOFF]
b LBB3_35
LBB3_34:
Lloh138:
adrp x0, _font_prototype@GOTPAGE
Lloh139:
ldr x0, [x0, _font_prototype@GOTPAGEOFF]
bl _strdup
str x0, [x22, _u8g2_prototypes@PAGEOFF]
LBB3_35:
mov x0, x19
bl _puts
mov x0, x19
bl _system
Lloh140:
adrp x8, l_.str.1334@PAGE
Lloh141:
add x8, x8, l_.str.1334@PAGEOFF
ldr q0, [x8]
str q0, [x19]
ldur q0, [x8, #15]
stur q0, [x19, #15]
Lloh142:
adrp x1, _target_font_identifier@GOTPAGE
Lloh143:
ldr x1, [x1, _target_font_identifier@GOTPAGEOFF]
mov x0, x19
mov w2, #2048
bl ___strcat_chk
Lloh144:
adrp x1, l_.str.1327@PAGE
Lloh145:
add x1, x1, l_.str.1327@PAGEOFF
mov x0, x19
mov w2, #2048
bl ___strcat_chk
mov x0, x19
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
b _system
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpAdd Lloh28, Lloh29
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpLdrGot Lloh24, Lloh25
.loh AdrpLdr Lloh22, Lloh23
.loh AdrpAdd Lloh36, Lloh37
.loh AdrpLdrGot Lloh34, Lloh35
.loh AdrpLdr Lloh32, Lloh33
.loh AdrpAdd Lloh40, Lloh41
.loh AdrpLdrGot Lloh38, Lloh39
.loh AdrpAdd Lloh42, Lloh43
.loh AdrpAdd Lloh44, Lloh45
.loh AdrpLdrGot Lloh46, Lloh47
.loh AdrpLdrGot Lloh50, Lloh51
.loh AdrpAdd Lloh48, Lloh49
.loh AdrpAdd Lloh54, Lloh55
.loh AdrpAdd Lloh52, Lloh53
.loh AdrpAdd Lloh56, Lloh57
.loh AdrpAdd Lloh58, Lloh59
.loh AdrpAdd Lloh60, Lloh61
.loh AdrpAdd Lloh64, Lloh65
.loh AdrpLdrGot Lloh62, Lloh63
.loh AdrpAdd Lloh66, Lloh67
.loh AdrpAdd Lloh70, Lloh71
.loh AdrpLdrGot Lloh68, Lloh69
.loh AdrpAdd Lloh72, Lloh73
.loh AdrpLdrGot Lloh74, Lloh75
.loh AdrpAdd Lloh78, Lloh79
.loh AdrpLdrGot Lloh76, Lloh77
.loh AdrpAdd Lloh80, Lloh81
.loh AdrpLdrGot Lloh84, Lloh85
.loh AdrpLdr Lloh82, Lloh83
.loh AdrpAdd Lloh104, Lloh105
.loh AdrpAdd Lloh102, Lloh103
.loh AdrpLdrGot Lloh100, Lloh101
.loh AdrpAdd Lloh98, Lloh99
.loh AdrpAdd Lloh96, Lloh97
.loh AdrpAdd Lloh94, Lloh95
.loh AdrpAdd Lloh92, Lloh93
.loh AdrpLdrGot Lloh90, Lloh91
.loh AdrpAdd Lloh88, Lloh89
.loh AdrpLdrGot Lloh86, Lloh87
.loh AdrpAdd Lloh116, Lloh117
.loh AdrpLdrGot Lloh114, Lloh115
.loh AdrpAdd Lloh112, Lloh113
.loh AdrpLdrGot Lloh110, Lloh111
.loh AdrpLdrGot Lloh108, Lloh109
.loh AdrpLdr Lloh106, Lloh107
.loh AdrpLdrGot Lloh118, Lloh119
.loh AdrpAdd Lloh130, Lloh131
.loh AdrpLdrGot Lloh128, Lloh129
.loh AdrpAdd Lloh126, Lloh127
.loh AdrpLdrGot Lloh124, Lloh125
.loh AdrpLdrGot Lloh122, Lloh123
.loh AdrpLdr Lloh120, Lloh121
.loh AdrpLdrGot Lloh132, Lloh133
.loh AdrpLdrGot Lloh134, Lloh135
.loh AdrpLdrGot Lloh136, Lloh137
.loh AdrpLdrGot Lloh138, Lloh139
.loh AdrpAdd Lloh144, Lloh145
.loh AdrpLdrGot Lloh142, Lloh143
.loh AdrpAdd Lloh140, Lloh141
.cfi_endproc
.section __TEXT,__const
lJTI3_0:
.byte (LBB3_21-LBB3_14)>>2
.byte (LBB3_14-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_15-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_16-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_19-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_17-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_22-LBB3_14)>>2
.byte (LBB3_18-LBB3_14)>>2
; -- End function
.section __TEXT,__text,regular,pure_instructions
.globl _fontlist_identifier ; -- Begin function fontlist_identifier
.p2align 2
_fontlist_identifier: ; @fontlist_identifier
.cfi_startproc
; %bb.0:
cmp w1, #1
b.eq LBB4_3
; %bb.1:
cmp w1, #2
b.ne LBB4_5
; %bb.2:
Lloh146:
adrp x8, _u8x8_font_list_fp@GOTPAGE
Lloh147:
ldr x8, [x8, _u8x8_font_list_fp@GOTPAGEOFF]
b LBB4_4
LBB4_3:
Lloh148:
adrp x8, _u8g2_font_list_fp@GOTPAGE
Lloh149:
ldr x8, [x8, _u8g2_font_list_fp@GOTPAGEOFF]
LBB4_4:
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
ldr x0, [x8]
Lloh150:
adrp x8, _target_font_identifier@GOTPAGE
Lloh151:
ldr x8, [x8, _target_font_identifier@GOTPAGEOFF]
str x8, [sp]
Lloh152:
adrp x1, l_.str.1335@PAGE
Lloh153:
add x1, x1, l_.str.1335@PAGEOFF
bl _fprintf
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
LBB4_5:
.cfi_def_cfa wsp, 0
.cfi_same_value w30
.cfi_same_value w29
ret
.loh AdrpLdrGot Lloh146, Lloh147
.loh AdrpLdrGot Lloh148, Lloh149
.loh AdrpAdd Lloh152, Lloh153
.loh AdrpLdrGot Lloh150, Lloh151
.cfi_endproc
; -- End function
.globl _fontlist_name ; -- Begin function fontlist_name
.p2align 2
_fontlist_name: ; @fontlist_name
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
Lloh154:
adrp x19, _target_font_identifier@GOTPAGE
Lloh155:
ldr x19, [x19, _target_font_identifier@GOTPAGEOFF]
cmp w1, #1
b.eq LBB5_3
; %bb.1:
cmp w1, #2
b.ne LBB5_5
; %bb.2:
Lloh156:
adrp x8, _u8x8_font_list_fp@GOTPAGE
Lloh157:
ldr x8, [x8, _u8x8_font_list_fp@GOTPAGEOFF]
b LBB5_4
LBB5_3:
Lloh158:
adrp x8, _u8g2_font_list_fp@GOTPAGE
Lloh159:
ldr x8, [x8, _u8g2_font_list_fp@GOTPAGEOFF]
LBB5_4:
ldr x0, [x8]
str x19, [sp]
Lloh160:
adrp x1, l_.str.1336@PAGE
Lloh161:
add x1, x1, l_.str.1336@PAGEOFF
bl _fprintf
LBB5_5:
Lloh162:
adrp x8, _keywords_fp@GOTPAGE
Lloh163:
ldr x8, [x8, _keywords_fp@GOTPAGEOFF]
Lloh164:
ldr x0, [x8]
str x19, [sp]
Lloh165:
adrp x1, l_.str.1337@PAGE
Lloh166:
add x1, x1, l_.str.1337@PAGEOFF
bl _fprintf
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpLdrGot Lloh154, Lloh155
.loh AdrpLdrGot Lloh156, Lloh157
.loh AdrpLdrGot Lloh158, Lloh159
.loh AdrpAdd Lloh160, Lloh161
.loh AdrpAdd Lloh165, Lloh166
.loh AdrpLdrGotLdr Lloh162, Lloh163, Lloh164
.cfi_endproc
; -- End function
.globl _generate_font_group_md ; -- Begin function generate_font_group_md
.p2align 2
_generate_font_group_md: ; @generate_font_group_md
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
Lloh167:
adrp x8, _fi@PAGE
Lloh168:
add x8, x8, _fi@PAGEOFF
mov w9, #72
smaddl x9, w0, w9, x8
ldr w9, [x9, #32]
Lloh169:
adrp x24, _current_font_group_index@GOTPAGE
Lloh170:
ldr x24, [x24, _current_font_group_index@GOTPAGEOFF]
ldr w10, [x24]
cmp w9, w10
b.ne LBB6_8
; %bb.1:
mov x19, x3
mov x20, x1
mov x21, x0
sxtw x9, w21
mov w10, #72
madd x8, x9, x10, x8
ldr x23, [x8, #24]
Lloh171:
adrp x22, _current_font_name@PAGE
Lloh172:
add x22, x22, _current_font_name@PAGEOFF
mov x0, x22
mov x1, x23
bl _strcmp
Lloh173:
adrp x28, _current_md_file@GOTPAGE
Lloh174:
ldr x28, [x28, _current_md_file@GOTPAGEOFF]
adrp x25, _generate_font_group_md._i@PAGE
adrp x26, _generate_font_group_md._fm@PAGE
adrp x27, _generate_font_group_md._bm@PAGE
cbz w0, LBB6_3
; %bb.2:
mov x0, x22
mov x1, x23
mov w2, #256
bl ___strcpy_chk
ldr x1, [x28]
mov w0, #10
bl _fputc
ldr x0, [x28]
str x22, [sp]
Lloh175:
adrp x23, l_.str.1338@PAGE
Lloh176:
add x23, x23, l_.str.1338@PAGEOFF
mov x1, x23
bl _fprintf
str x22, [sp]
mov x0, x23
bl _printf
b LBB6_7
LBB6_3:
ldr w8, [x25, _generate_font_group_md._i@PAGEOFF]
cmp w8, w21
b.ne LBB6_6
; %bb.4:
ldr w8, [x26, _generate_font_group_md._fm@PAGEOFF]
cmp w8, w20
b.ne LBB6_6
; %bb.5:
ldr w8, [x27, _generate_font_group_md._bm@PAGEOFF]
cmp w8, w19
b.eq LBB6_7
LBB6_6:
ldr x1, [x28]
mov w0, #10
bl _fputc
LBB6_7:
ldr x0, [x28]
Lloh177:
adrp x22, _target_font_identifier@GOTPAGE
Lloh178:
ldr x22, [x22, _target_font_identifier@GOTPAGEOFF]
stp x22, x22, [sp]
Lloh179:
adrp x1, l_.str.1339@PAGE
Lloh180:
add x1, x1, l_.str.1339@PAGEOFF
bl _fprintf
str w21, [x25, _generate_font_group_md._i@PAGEOFF]
str w20, [x26, _generate_font_group_md._fm@PAGEOFF]
str w19, [x27, _generate_font_group_md._bm@PAGEOFF]
ldrsw x8, [x24]
Lloh181:
adrp x9, _gi@PAGE
Lloh182:
add x9, x9, _gi@PAGEOFF
add x8, x9, x8, lsl #5
ldr x8, [x8, #16]
stp x8, x22, [sp]
Lloh183:
adrp x0, l_.str.1340@PAGE
Lloh184:
add x0, x0, l_.str.1340@PAGEOFF
bl _printf
LBB6_8:
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpLdrGot Lloh169, Lloh170
.loh AdrpAdd Lloh167, Lloh168
.loh AdrpLdrGot Lloh173, Lloh174
.loh AdrpAdd Lloh171, Lloh172
.loh AdrpAdd Lloh175, Lloh176
.loh AdrpAdd Lloh183, Lloh184
.loh AdrpAdd Lloh181, Lloh182
.loh AdrpAdd Lloh179, Lloh180
.loh AdrpLdrGot Lloh177, Lloh178
.cfi_endproc
; -- End function
.globl _gen_font ; -- Begin function gen_font
.p2align 2
_gen_font: ; @gen_font
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x19, x6
mov x20, x5
mov x21, x4
mov x22, x3
mov x23, x2
mov x24, x1
mov x25, x0
cmp w1, #2
b.ne LBB7_3
; %bb.1:
cmp w22, #8
b.eq LBB7_3
; %bb.2:
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #96
ret
LBB7_3:
str x7, [sp, #8] ; 8-byte Folded Spill
Lloh185:
adrp x26, _target_font_identifier@GOTPAGE
Lloh186:
ldr x26, [x26, _target_font_identifier@GOTPAGEOFF]
mov x0, x26
mov x1, x23
mov w2, #1024
bl ___strcpy_chk
Lloh187:
adrp x1, l_.str.1341@PAGE
Lloh188:
add x1, x1, l_.str.1341@PAGEOFF
mov x0, x26
mov w2, #1024
bl ___strcat_chk
Lloh189:
adrp x8, _fi@PAGE
Lloh190:
add x8, x8, _fi@PAGEOFF
mov w9, #72
smaddl x8, w25, w9, x8
ldr x1, [x8, #24]
mov x0, x26
mov w2, #1024
bl ___strcat_chk
ldrb w8, [x21]
cbnz w8, LBB7_5
; %bb.4:
ldrb w8, [x19]
cbz w8, LBB7_6
LBB7_5:
Lloh191:
adrp x26, _target_font_identifier@GOTPAGE
Lloh192:
ldr x26, [x26, _target_font_identifier@GOTPAGEOFF]
Lloh193:
adrp x1, l_.str.1342@PAGE
Lloh194:
add x1, x1, l_.str.1342@PAGEOFF
mov x0, x26
mov w2, #1024
bl ___strcat_chk
mov x0, x26
mov x1, x21
mov w2, #1024
bl ___strcat_chk
mov x0, x26
mov x1, x19
mov w2, #1024
bl ___strcat_chk
LBB7_6:
mov x0, x25
mov x1, x24
mov x2, x23
mov x3, x22
mov x4, x21
mov x5, x20
mov x6, x19
ldr x7, [sp, #8] ; 8-byte Folded Reload
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #96
br x7
.loh AdrpAdd Lloh189, Lloh190
.loh AdrpAdd Lloh187, Lloh188
.loh AdrpLdrGot Lloh185, Lloh186
.loh AdrpAdd Lloh193, Lloh194
.loh AdrpLdrGot Lloh191, Lloh192
.cfi_endproc
; -- End function
.globl _map_font ; -- Begin function map_font
.p2align 2
_map_font: ; @map_font
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x19, x5
mov x20, x4
mov x21, x3
mov x22, x2
mov x23, x1
mov x24, x0
Lloh195:
adrp x26, _fi@PAGE
Lloh196:
add x26, x26, _fi@PAGEOFF
mov w8, #72
smaddl x25, w0, w8, x26
ldr w8, [x25, #48]!
tbnz w8, #0, LBB8_8
; %bb.1:
tbnz w8, #1, LBB8_9
LBB8_2:
tbnz w8, #3, LBB8_10
LBB8_3:
tbnz w8, #2, LBB8_11
LBB8_4:
sxtw x27, w24
tbnz w8, #4, LBB8_12
LBB8_5:
tbnz w8, #5, LBB8_13
LBB8_6:
tbnz w8, #6, LBB8_14
LBB8_7:
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
LBB8_8:
Lloh197:
adrp x6, l_.str.184@PAGE
Lloh198:
add x6, x6, l_.str.184@PAGEOFF
mov x0, x24
mov x1, x23
mov x2, x22
mov x3, x21
mov x4, x20
mov w5, #1
mov x7, x19
bl _gen_font
ldr w8, [x25]
tbz w8, #1, LBB8_2
LBB8_9:
Lloh199:
adrp x6, l_.str@PAGE
Lloh200:
add x6, x6, l_.str@PAGEOFF
mov x0, x24
mov x1, x23
mov x2, x22
mov x3, x21
mov x4, x20
mov w5, #2
mov x7, x19
bl _gen_font
ldr w8, [x25]
tbz w8, #3, LBB8_3
LBB8_10:
Lloh201:
adrp x6, l_.str.1343@PAGE
Lloh202:
add x6, x6, l_.str.1343@PAGEOFF
mov x0, x24
mov x1, x23
mov x2, x22
mov x3, x21
mov x4, x20
mov w5, #8
mov x7, x19
bl _gen_font
ldr w8, [x25]
tbz w8, #2, LBB8_4
LBB8_11:
Lloh203:
adrp x6, l_.str.1344@PAGE
Lloh204:
add x6, x6, l_.str.1344@PAGEOFF
mov x0, x24
mov x1, x23
mov x2, x22
mov x3, x21
mov x4, x20
mov w5, #4
mov x7, x19
bl _gen_font
ldr w8, [x25]
sxtw x27, w24
tbz w8, #4, LBB8_5
LBB8_12:
mov w8, #72
madd x8, x27, x8, x26
ldr x6, [x8, #64]
mov x0, x24
mov x1, x23
mov x2, x22
mov x3, x21
mov x4, x20
mov w5, #16
mov x7, x19
bl _gen_font
ldr w8, [x25]
tbz w8, #5, LBB8_6
LBB8_13:
mov w8, #72
madd x8, x27, x8, x26
ldr x6, [x8, #64]
mov x0, x24
mov x1, x23
mov x2, x22
mov x3, x21
mov x4, x20
mov w5, #32
mov x7, x19
bl _gen_font
ldr w8, [x25]
tbz w8, #6, LBB8_7
LBB8_14:
Lloh205:
adrp x6, l_.str.1345@PAGE
Lloh206:
add x6, x6, l_.str.1345@PAGEOFF
mov x0, x24
mov x1, x23
mov x2, x22
mov x3, x21
mov x4, x20
mov w5, #64
mov x7, x19
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
b _gen_font
.loh AdrpAdd Lloh195, Lloh196
.loh AdrpAdd Lloh197, Lloh198
.loh AdrpAdd Lloh199, Lloh200
.loh AdrpAdd Lloh201, Lloh202
.loh AdrpAdd Lloh203, Lloh204
.loh AdrpAdd Lloh205, Lloh206
.cfi_endproc
; -- End function
.globl _build_font ; -- Begin function build_font
.p2align 2
_build_font: ; @build_font
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x3
mov x20, x2
mov x22, x1
mov x21, x0
Lloh207:
adrp x8, _fi@PAGE
Lloh208:
add x8, x8, _fi@PAGEOFF
mov w9, #72
smaddl x23, w0, w9, x8
ldr w8, [x23, #40]!
tbnz w8, #0, LBB9_5
; %bb.1:
tbnz w8, #1, LBB9_6
LBB9_2:
tbnz w8, #2, LBB9_7
LBB9_3:
tbnz w8, #3, LBB9_8
LBB9_4:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
LBB9_5:
Lloh209:
adrp x4, l_.str.1346@PAGE
Lloh210:
add x4, x4, l_.str.1346@PAGEOFF
mov x0, x21
mov x1, x22
mov x2, x20
mov w3, #1
mov x5, x19
bl _map_font
ldr w8, [x23]
tbz w8, #1, LBB9_2
LBB9_6:
Lloh211:
adrp x4, l_.str.1347@PAGE
Lloh212:
add x4, x4, l_.str.1347@PAGEOFF
mov x0, x21
mov x1, x22
mov x2, x20
mov w3, #2
mov x5, x19
bl _map_font
ldr w8, [x23]
tbz w8, #2, LBB9_3
LBB9_7:
Lloh213:
adrp x4, l_.str.1348@PAGE
Lloh214:
add x4, x4, l_.str.1348@PAGEOFF
mov x0, x21
mov x1, x22
mov x2, x20
mov w3, #4
mov x5, x19
bl _map_font
ldr w8, [x23]
tbz w8, #3, LBB9_4
LBB9_8:
cmp w22, #2
b.ne LBB9_10
; %bb.9:
Lloh215:
adrp x4, l_.str.162@PAGE
Lloh216:
add x4, x4, l_.str.162@PAGEOFF
mov x0, x21
mov w1, #2
b LBB9_11
LBB9_10:
Lloh217:
adrp x4, l_.str.1349@PAGE
Lloh218:
add x4, x4, l_.str.1349@PAGEOFF
mov x0, x21
mov x1, x22
LBB9_11:
mov x2, x20
mov w3, #8
mov x5, x19
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
b _map_font
.loh AdrpAdd Lloh207, Lloh208
.loh AdrpAdd Lloh209, Lloh210
.loh AdrpAdd Lloh211, Lloh212
.loh AdrpAdd Lloh213, Lloh214
.loh AdrpAdd Lloh215, Lloh216
.loh AdrpAdd Lloh217, Lloh218
.cfi_endproc
; -- End function
.globl _process_font ; -- Begin function process_font
.p2align 2
_process_font: ; @process_font
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x1
mov x20, x0
sxtw x22, w20
Lloh219:
adrp x23, _fi@PAGE
Lloh220:
add x23, x23, _fi@PAGEOFF
mov w8, #72
smaddl x8, w0, w8, x23
ldr x8, [x8, #8]
cbz x8, LBB10_2
; %bb.1:
mov x8, #11822
movk x8, #29743, lsl #16
movk x8, #26228, lsl #32
movk x8, #47, lsl #48
adrp x9, _process_font.s@PAGE
str x8, [x9, _process_font.s@PAGEOFF]
b LBB10_3
LBB10_2:
Lloh221:
adrp x8, _bdf_path@PAGE
Lloh222:
ldr x1, [x8, _bdf_path@PAGEOFF]
Lloh223:
adrp x0, _process_font.s@PAGE
Lloh224:
add x0, x0, _process_font.s@PAGEOFF
mov w2, #1024
bl ___strcpy_chk
LBB10_3:
mov w8, #72
madd x8, x22, x8, x23
ldr x1, [x8, #16]
Lloh225:
adrp x21, _process_font.s@PAGE
Lloh226:
add x21, x21, _process_font.s@PAGEOFF
mov x0, x21
mov w2, #1024
bl ___strcat_chk
Lloh227:
adrp x1, l_.str@PAGE
Lloh228:
add x1, x1, l_.str@PAGEOFF
mov x0, x21
bl _fopen
cbz x0, LBB10_8
; %bb.4:
bl _fclose
mov w8, #72
madd x21, x22, x8, x23
ldr w8, [x21, #44]!
tbz w8, #0, LBB10_6
; %bb.5:
Lloh229:
adrp x2, l_.str.1352@PAGE
Lloh230:
add x2, x2, l_.str.1352@PAGEOFF
mov x0, x20
mov w1, #1
mov x3, x19
bl _build_font
ldr w8, [x21]
LBB10_6:
tbz w8, #1, LBB10_9
; %bb.7:
Lloh231:
adrp x2, l_.str.1353@PAGE
Lloh232:
add x2, x2, l_.str.1353@PAGEOFF
mov x0, x20
mov w1, #2
mov x3, x19
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
b _build_font
LBB10_8:
str x21, [sp]
Lloh233:
adrp x0, l_.str.1351@PAGE
Lloh234:
add x0, x0, l_.str.1351@PAGEOFF
bl _printf
LBB10_9:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpAdd Lloh219, Lloh220
.loh AdrpAdd Lloh223, Lloh224
.loh AdrpLdr Lloh221, Lloh222
.loh AdrpAdd Lloh227, Lloh228
.loh AdrpAdd Lloh225, Lloh226
.loh AdrpAdd Lloh229, Lloh230
.loh AdrpAdd Lloh231, Lloh232
.loh AdrpAdd Lloh233, Lloh234
.cfi_endproc
; -- End function
.globl _do_font_loop ; -- Begin function do_font_loop
.p2align 2
_do_font_loop: ; @do_font_loop
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x0
mov w20, #0
LBB11_1: ; =>This Inner Loop Header: Depth=1
mov x0, x20
mov x1, x19
bl _process_font
add w20, w20, #1
cmp w20, #711
b.ne LBB11_1
; %bb.2:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _do_font_groups ; -- Begin function do_font_groups
.p2align 2
_do_font_groups: ; @do_font_groups
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x19, x0
mov w8, #0
Lloh235:
adrp x22, _current_font_group_index@GOTPAGE
Lloh236:
ldr x22, [x22, _current_font_group_index@GOTPAGEOFF]
str wzr, [x22]
Lloh237:
adrp x23, _gi@PAGE
Lloh238:
add x23, x23, _gi@PAGEOFF
Lloh239:
adrp x20, l_.str.1354@PAGE
Lloh240:
add x20, x20, l_.str.1354@PAGEOFF
Lloh241:
adrp x24, _current_md_file@GOTPAGE
Lloh242:
ldr x24, [x24, _current_md_file@GOTPAGEOFF]
adrp x25, _current_font_name@PAGE
mov w26, #46
LBB12_1: ; =>This Loop Header: Depth=1
; Child Loop BB12_2 Depth 2
sxtw x8, w8
add x8, x23, x8, lsl #5
ldp x1, x0, [x8, #16]
bl _file_copy
ldrsw x8, [x22]
add x8, x23, x8, lsl #5
ldr x0, [x8, #16]
mov x1, x20
bl _fopen
mov x1, x0
str x0, [x24]
mov w0, #10
bl _fputc
mov w21, #0
strh w26, [x25, _current_font_name@PAGEOFF]
LBB12_2: ; Parent Loop BB12_1 Depth=1
; => This Inner Loop Header: Depth=2
mov x0, x21
mov x1, x19
bl _process_font
add w21, w21, #1
cmp w21, #711
b.ne LBB12_2
; %bb.3: ; in Loop: Header=BB12_1 Depth=1
ldr x0, [x24]
bl _fclose
ldr w9, [x22]
add w8, w9, #1
str w8, [x22]
cmp w9, #38
b.lt LBB12_1
; %bb.4:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh241, Lloh242
.loh AdrpAdd Lloh239, Lloh240
.loh AdrpAdd Lloh237, Lloh238
.loh AdrpLdrGot Lloh235, Lloh236
.cfi_endproc
; -- End function
.globl _do_font_groups_wc ; -- Begin function do_font_groups_wc
.p2align 2
_do_font_groups_wc: ; @do_font_groups_wc
.cfi_startproc
; %bb.0:
Lloh243:
adrp x8, _current_font_group_index@GOTPAGE
Lloh244:
ldr x8, [x8, _current_font_group_index@GOTPAGEOFF]
mov w9, #39
Lloh245:
str w9, [x8]
ret
.loh AdrpLdrGotStr Lloh243, Lloh244, Lloh245
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
Lloh246:
adrp x8, _u8x8_fonts_filename@PAGE
Lloh247:
ldr x1, [x8, _u8x8_fonts_filename@PAGEOFF]
Lloh248:
adrp x0, l_.str.1356@PAGE
Lloh249:
add x0, x0, l_.str.1356@PAGEOFF
bl _file_copy
cbz w0, LBB14_10
; %bb.1:
Lloh250:
adrp x8, _u8g2_fonts_filename@PAGE
Lloh251:
ldr x1, [x8, _u8g2_fonts_filename@PAGEOFF]
Lloh252:
adrp x0, l_.str.1357@PAGE
Lloh253:
add x0, x0, l_.str.1357@PAGEOFF
bl _file_copy
cbz w0, LBB14_10
; %bb.2:
Lloh254:
adrp x0, l_.str.1358@PAGE
Lloh255:
add x0, x0, l_.str.1358@PAGEOFF
Lloh256:
adrp x1, l_.str.1359@PAGE
Lloh257:
add x1, x1, l_.str.1359@PAGEOFF
bl _file_copy
cbz w0, LBB14_10
; %bb.3:
mov w19, #0
Lloh258:
adrp x20, _bdfconv@PAGE
Lloh259:
add x20, x20, _bdfconv@PAGEOFF
LBB14_4: ; =>This Inner Loop Header: Depth=1
mov x0, x19
mov x1, x20
bl _process_font
add w19, w19, #1
cmp w19, #711
b.ne LBB14_4
; %bb.5:
Lloh260:
adrp x0, l_.str.1360@PAGE
Lloh261:
add x0, x0, l_.str.1360@PAGEOFF
Lloh262:
adrp x19, l_.str.1@PAGE
Lloh263:
add x19, x19, l_.str.1@PAGEOFF
mov x1, x19
bl _fopen
Lloh264:
adrp x21, _u8g2_font_list_fp@GOTPAGE
Lloh265:
ldr x21, [x21, _u8g2_font_list_fp@GOTPAGEOFF]
str x0, [x21]
Lloh266:
adrp x0, l_.str.1361@PAGE
Lloh267:
add x0, x0, l_.str.1361@PAGEOFF
mov x1, x19
bl _fopen
Lloh268:
adrp x22, _u8x8_font_list_fp@GOTPAGE
Lloh269:
ldr x22, [x22, _u8x8_font_list_fp@GOTPAGEOFF]
str x0, [x22]
Lloh270:
adrp x0, l_.str.1359@PAGE
Lloh271:
add x0, x0, l_.str.1359@PAGEOFF
Lloh272:
adrp x1, l_.str.1354@PAGE
Lloh273:
add x1, x1, l_.str.1354@PAGEOFF
bl _fopen
Lloh274:
adrp x23, _keywords_fp@GOTPAGE
Lloh275:
ldr x23, [x23, _keywords_fp@GOTPAGEOFF]
str x0, [x23]
ldr x3, [x21]
Lloh276:
adrp x0, l_.str.1362@PAGE
Lloh277:
add x0, x0, l_.str.1362@PAGEOFF
mov w1, #23
mov w2, #1
bl _fwrite
ldr x3, [x22]
Lloh278:
adrp x0, l_.str.1363@PAGE
Lloh279:
add x0, x0, l_.str.1363@PAGEOFF
mov w1, #23
mov w2, #1
bl _fwrite
ldr x3, [x21]
Lloh280:
adrp x19, l_.str.1364@PAGE
Lloh281:
add x19, x19, l_.str.1364@PAGEOFF
mov x0, x19
mov w1, #18
mov w2, #1
bl _fwrite
ldr x3, [x22]
mov x0, x19
mov w1, #18
mov w2, #1
bl _fwrite
ldr x3, [x21]
Lloh282:
adrp x0, l_.str.1365@PAGE
Lloh283:
add x0, x0, l_.str.1365@PAGEOFF
mov w1, #36
mov w2, #1
bl _fwrite
ldr x3, [x22]
Lloh284:
adrp x0, l_.str.1366@PAGE
Lloh285:
add x0, x0, l_.str.1366@PAGEOFF
mov w1, #36
mov w2, #1
bl _fwrite
mov w19, #0
Lloh286:
adrp x20, _fontlist_identifier@PAGE
Lloh287:
add x20, x20, _fontlist_identifier@PAGEOFF
LBB14_6: ; =>This Inner Loop Header: Depth=1
mov x0, x19
mov x1, x20
bl _process_font
add w19, w19, #1
cmp w19, #711
b.ne LBB14_6
; %bb.7:
ldr x3, [x21]
Lloh288:
adrp x19, l_.str.1367@PAGE
Lloh289:
add x19, x19, l_.str.1367@PAGEOFF
mov x0, x19
mov w1, #10
mov w2, #1
bl _fwrite
ldr x3, [x22]
mov x0, x19
mov w1, #10
mov w2, #1
bl _fwrite
ldr x3, [x21]
Lloh290:
adrp x0, l_.str.1368@PAGE
Lloh291:
add x0, x0, l_.str.1368@PAGEOFF
mov w1, #28
mov w2, #1
bl _fwrite
ldr x3, [x22]
Lloh292:
adrp x0, l_.str.1369@PAGE
Lloh293:
add x0, x0, l_.str.1369@PAGEOFF
mov w1, #28
mov w2, #1
bl _fwrite
mov w19, #0
Lloh294:
adrp x20, _fontlist_name@PAGE
Lloh295:
add x20, x20, _fontlist_name@PAGEOFF
LBB14_8: ; =>This Inner Loop Header: Depth=1
mov x0, x19
mov x1, x20
bl _process_font
add w19, w19, #1
cmp w19, #711
b.ne LBB14_8
; %bb.9:
ldr x3, [x21]
Lloh296:
adrp x19, l_.str.1367@PAGE
Lloh297:
add x19, x19, l_.str.1367@PAGEOFF
mov x0, x19
mov w1, #10
mov w2, #1
bl _fwrite
ldr x3, [x22]
mov x0, x19
mov w1, #10
mov w2, #1
bl _fwrite
ldr x0, [x21]
bl _fclose
ldr x0, [x22]
bl _fclose
ldr x0, [x23]
bl _fclose
Lloh298:
adrp x0, l_str@PAGE
Lloh299:
add x0, x0, l_str@PAGEOFF
bl _puts
Lloh300:
adrp x8, _u8g2_prototypes@PAGE
Lloh301:
ldr x1, [x8, _u8g2_prototypes@PAGEOFF]
Lloh302:
adrp x0, l_.str.1371@PAGE
Lloh303:
add x0, x0, l_.str.1371@PAGEOFF
Lloh304:
adrp x19, l_.str.1372@PAGE
Lloh305:
add x19, x19, l_.str.1372@PAGEOFF
Lloh306:
adrp x20, l_.str.1373@PAGE
Lloh307:
add x20, x20, l_.str.1373@PAGEOFF
mov x2, x19
mov x3, x20
bl _insert_into_file
Lloh308:
adrp x0, l_str.1377@PAGE
Lloh309:
add x0, x0, l_str.1377@PAGEOFF
bl _puts
Lloh310:
adrp x8, _u8x8_prototypes@PAGE
Lloh311:
ldr x1, [x8, _u8x8_prototypes@PAGEOFF]
Lloh312:
adrp x0, l_.str.1375@PAGE
Lloh313:
add x0, x0, l_.str.1375@PAGEOFF
mov x2, x19
mov x3, x20
bl _insert_into_file
Lloh314:
adrp x0, l_.str.1376@PAGE
Lloh315:
add x0, x0, l_.str.1376@PAGEOFF
bl _unlink
Lloh316:
adrp x0, _generate_font_group_md@PAGE
Lloh317:
add x0, x0, _generate_font_group_md@PAGEOFF
bl _do_font_groups
LBB14_10:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh248, Lloh249
.loh AdrpLdr Lloh246, Lloh247
.loh AdrpAdd Lloh252, Lloh253
.loh AdrpLdr Lloh250, Lloh251
.loh AdrpAdd Lloh256, Lloh257
.loh AdrpAdd Lloh254, Lloh255
.loh AdrpAdd Lloh258, Lloh259
.loh AdrpAdd Lloh286, Lloh287
.loh AdrpAdd Lloh284, Lloh285
.loh AdrpAdd Lloh282, Lloh283
.loh AdrpAdd Lloh280, Lloh281
.loh AdrpAdd Lloh278, Lloh279
.loh AdrpAdd Lloh276, Lloh277
.loh AdrpLdrGot Lloh274, Lloh275
.loh AdrpAdd Lloh272, Lloh273
.loh AdrpAdd Lloh270, Lloh271
.loh AdrpLdrGot Lloh268, Lloh269
.loh AdrpAdd Lloh266, Lloh267
.loh AdrpLdrGot Lloh264, Lloh265
.loh AdrpAdd Lloh262, Lloh263
.loh AdrpAdd Lloh260, Lloh261
.loh AdrpAdd Lloh294, Lloh295
.loh AdrpAdd Lloh292, Lloh293
.loh AdrpAdd Lloh290, Lloh291
.loh AdrpAdd Lloh288, Lloh289
.loh AdrpAdd Lloh316, Lloh317
.loh AdrpAdd Lloh314, Lloh315
.loh AdrpAdd Lloh312, Lloh313
.loh AdrpLdr Lloh310, Lloh311
.loh AdrpAdd Lloh308, Lloh309
.loh AdrpAdd Lloh306, Lloh307
.loh AdrpAdd Lloh304, Lloh305
.loh AdrpAdd Lloh302, Lloh303
.loh AdrpLdr Lloh300, Lloh301
.loh AdrpAdd Lloh298, Lloh299
.loh AdrpAdd Lloh296, Lloh297
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "r"
l_.str.1: ; @.str.1
.asciz "w"
.zerofill __DATA,__bss,_insert_into_file.line,4096,0 ; @insert_into_file.line
l_.str.2: ; @.str.2
.asciz "tmp.h"
l_.str.3: ; @.str.3
.asciz "\n"
l_.str.4: ; @.str.4
.asciz "U8glib"
l_.str.5: ; @.str.5
.asciz "fntgrpu8g"
l_.str.6: ; @.str.6
.asciz "../../../../u8g2.wiki/fntgrpu8g.md"
l_.str.7: ; @.str.7
.asciz "fntgrpu8g.pre"
l_.str.8: ; @.str.8
.asciz "X11"
l_.str.9: ; @.str.9
.asciz "fntgrpx11"
l_.str.10: ; @.str.10
.asciz "../../../../u8g2.wiki/fntgrpx11.md"
l_.str.11: ; @.str.11
.asciz "fntgrpx11.pre"
l_.str.12: ; @.str.12
.asciz "Fontstruct"
l_.str.13: ; @.str.13
.asciz "fntgrpfontstruct"
l_.str.14: ; @.str.14
.asciz "../../../../u8g2.wiki/fntgrpfontstruct.md"
l_.str.15: ; @.str.15
.asciz "fntgrpfontstruct.pre"
l_.str.16: ; @.str.16
.asciz "cu12"
l_.str.17: ; @.str.17
.asciz "fntgrpcu12"
l_.str.18: ; @.str.18
.asciz "../../../../u8g2.wiki/fntgrpcu12.md"
l_.str.19: ; @.str.19
.asciz "fntgrpcu12.pre"
l_.str.20: ; @.str.20
.asciz "Profont"
l_.str.21: ; @.str.21
.asciz "fntgrpprofont"
l_.str.22: ; @.str.22
.asciz "../../../../u8g2.wiki/fntgrpprofont.md"
l_.str.23: ; @.str.23
.asciz "fntgrpprofont.pre"
l_.str.24: ; @.str.24
.asciz "Adobe X11"
l_.str.25: ; @.str.25
.asciz "fntgrpadobex11"
l_.str.26: ; @.str.26
.asciz "../../../../u8g2.wiki/fntgrpadobex11.md"
l_.str.27: ; @.str.27
.asciz "fntgrpadobex11.pre"
l_.str.28: ; @.str.28
.asciz "Unifont"
l_.str.29: ; @.str.29
.asciz "fntgrpunifont"
l_.str.30: ; @.str.30
.asciz "../../../../u8g2.wiki/fntgrpunifont.md"
l_.str.31: ; @.str.31
.asciz "fntgrpunifont.pre"
l_.str.32: ; @.str.32
.asciz "Open Game Art"
l_.str.33: ; @.str.33
.asciz "fntgrpopengameart"
l_.str.34: ; @.str.34
.asciz "../../../../u8g2.wiki/fntgrpopengameart.md"
l_.str.35: ; @.str.35
.asciz "fntgrpopengameart.pre"
l_.str.36: ; @.str.36
.asciz "Free Universal"
l_.str.37: ; @.str.37
.asciz "fntgrpfreeuniversal"
l_.str.38: ; @.str.38
.asciz "../../../../u8g2.wiki/fntgrpfreeuniversal.md"
l_.str.39: ; @.str.39
.asciz "fntgrpfreeuniversal.pre"
l_.str.40: ; @.str.40
.asciz "Old Standard"
l_.str.41: ; @.str.41
.asciz "fntgrpoldstandard"
l_.str.42: ; @.str.42
.asciz "../../../../u8g2.wiki/fntgrpoldstandard.md"
l_.str.43: ; @.str.43
.asciz "fntgrpoldstandard.pre"
l_.str.44: ; @.str.44
.asciz "Logisoso"
l_.str.45: ; @.str.45
.asciz "fntgrplogisoso"
l_.str.46: ; @.str.46
.asciz "../../../../u8g2.wiki/fntgrplogisoso.md"
l_.str.47: ; @.str.47
.asciz "fntgrplogisoso.pre"
l_.str.48: ; @.str.48
.asciz "Inconsolata"
l_.str.49: ; @.str.49
.asciz "fntgrpinconsolata"
l_.str.50: ; @.str.50
.asciz "../../../../u8g2.wiki/fntgrpinconsolata.md"
l_.str.51: ; @.str.51
.asciz "fntgrpinconsolata.pre"
l_.str.52: ; @.str.52
.asciz "Codeman38"
l_.str.53: ; @.str.53
.asciz "fntgrpcodeman38"
l_.str.54: ; @.str.54
.asciz "../../../../u8g2.wiki/fntgrpcodeman38.md"
l_.str.55: ; @.str.55
.asciz "fntgrpcodeman38.pre"
l_.str.56: ; @.str.56
.asciz "Academia Sinica"
l_.str.57: ; @.str.57
.asciz "fntgrpacademiasinica"
l_.str.58: ; @.str.58
.asciz "../../../../u8g2.wiki/fntgrpacademiasinica.md"
l_.str.59: ; @.str.59
.asciz "fntgrpacademiasinica.pre"
l_.str.60: ; @.str.60
.asciz "Oldschool PC Fonts"
l_.str.61: ; @.str.61
.asciz "fntgrpoldschoolpcfonts"
l_.str.62: ; @.str.62
.asciz "../../../../u8g2.wiki/fntgrpoldschoolpcfonts.md"
l_.str.63: ; @.str.63
.asciz "fntgrpoldschoolpcfonts.pre"
l_.str.64: ; @.str.64
.asciz "crox"
l_.str.65: ; @.str.65
.asciz "fntgrpcrox"
l_.str.66: ; @.str.66
.asciz "../../../../u8g2.wiki/fntgrpcrox.md"
l_.str.67: ; @.str.67
.asciz "fntgrpcrox.pre"
l_.str.68: ; @.str.68
.asciz "efont"
l_.str.69: ; @.str.69
.asciz "fntgrpefont"
l_.str.70: ; @.str.70
.asciz "../../../../u8g2.wiki/fntgrpefont.md"
l_.str.71: ; @.str.71
.asciz "fntgrpefont.pre"
l_.str.72: ; @.str.72
.asciz "Tlwg (Thai-Fonts)"
l_.str.73: ; @.str.73
.asciz "fntgrptlwg"
l_.str.74: ; @.str.74
.asciz "../../../../u8g2.wiki/fntgrptlwg.md"
l_.str.75: ; @.str.75
.asciz "fntgrptlwg.pre"
l_.str.76: ; @.str.76
.asciz "NBP"
l_.str.77: ; @.str.77
.asciz "fntgrpnbp"
l_.str.78: ; @.str.78
.asciz "../../../../u8g2.wiki/fntgrpnbp.md"
l_.str.79: ; @.str.79
.asciz "fntgrpnbp.pre"
l_.str.80: ; @.str.80
.asciz "UW ttyp0"
l_.str.81: ; @.str.81
.asciz "fntgrpttyp0"
l_.str.82: ; @.str.82
.asciz "../../../../u8g2.wiki/fntgrpttyp0.md"
l_.str.83: ; @.str.83
.asciz "fntgrpttyp0.pre"
l_.str.84: ; @.str.84
.asciz "Siji Icon Font"
l_.str.85: ; @.str.85
.asciz "fntgrpsiji"
l_.str.86: ; @.str.86
.asciz "../../../../u8g2.wiki/fntgrpsiji.md"
l_.str.87: ; @.str.87
.asciz "fntgrpsiji.pre"
l_.str.88: ; @.str.88
.asciz "Wqy (Chinese Font)"
l_.str.89: ; @.str.89
.asciz "fntgrpwqy"
l_.str.90: ; @.str.90
.asciz "../../../../u8g2.wiki/fntgrpwqy.md"
l_.str.91: ; @.str.91
.asciz "fntgrpwqy.pre"
l_.str.92: ; @.str.92
.asciz "Open Iconic"
l_.str.93: ; @.str.93
.asciz "fntgrpiconic"
l_.str.94: ; @.str.94
.asciz "../../../../u8g2.wiki/fntgrpiconic.md"
l_.str.95: ; @.str.95
.asciz "fntgrpiconic.pre"
l_.str.96: ; @.str.96
.asciz "Persian"
l_.str.97: ; @.str.97
.asciz "fntgrppersian"
l_.str.98: ; @.str.98
.asciz "../../../../u8g2.wiki/fntgrppersian.md"
l_.str.99: ; @.str.99
.asciz "fntgrppersian.pre"
l_.str.100: ; @.str.100
.asciz "Tom-Thumb"
l_.str.101: ; @.str.101
.asciz "fntgrptomthumb"
l_.str.102: ; @.str.102
.asciz "../../../../u8g2.wiki/fntgrptomthumb.md"
l_.str.103: ; @.str.103
.asciz "fntgrptomthumb.pre"
l_.str.104: ; @.str.104
.asciz "Extant"
l_.str.105: ; @.str.105
.asciz "fntgrpextant"
l_.str.106: ; @.str.106
.asciz "../../../../u8g2.wiki/fntgrpextant.md"
l_.str.107: ; @.str.107
.asciz "fntgrpextant.pre"
l_.str.108: ; @.str.108
.asciz "MistressEllipsis"
l_.str.109: ; @.str.109
.asciz "fntgrpmistressellipsis"
l_.str.110: ; @.str.110
.asciz "../../../../u8g2.wiki/fntgrpmistressellipsis.md"
l_.str.111: ; @.str.111
.asciz "fntgrpmistressellipsis.pre"
l_.str.112: ; @.str.112
.asciz "JayWright"
l_.str.113: ; @.str.113
.asciz "fntgrpjaywright"
l_.str.114: ; @.str.114
.asciz "../../../../u8g2.wiki/fntgrpjaywright.md"
l_.str.115: ; @.str.115
.asciz "fntgrpjaywright.pre"
l_.str.116: ; @.str.116
.asciz "Angel"
l_.str.117: ; @.str.117
.asciz "fntgrpangel"
l_.str.118: ; @.str.118
.asciz "../../../../u8g2.wiki/fntgrpangel.md"
l_.str.119: ; @.str.119
.asciz "fntgrpangel.pre"
l_.str.120: ; @.str.120
.asciz "JosephKnightcom"
l_.str.121: ; @.str.121
.asciz "fntgrpjosephknightcom"
l_.str.122: ; @.str.122
.asciz "../../../../u8g2.wiki/fntgrpjosephknightcom.md"
l_.str.123: ; @.str.123
.asciz "fntgrpjosephknightcom.pre"
l_.str.124: ; @.str.124
.asciz "ChristinaAntoinetteNeofotistou"
l_.str.125: ; @.str.125
.asciz "fntgrpchristinaneofotistou"
l_.str.126: ; @.str.126
.asciz "../../../../u8g2.wiki/fntgrpchristinaneofotistou.md"
l_.str.127: ; @.str.127
.asciz "fntgrpchristinaneofotistou.pre"
l_.str.128: ; @.str.128
.asciz "Geoff"
l_.str.129: ; @.str.129
.asciz "fntgrpgeoff"
l_.str.130: ; @.str.130
.asciz "../../../../u8g2.wiki/fntgrpgeoff.md"
l_.str.131: ; @.str.131
.asciz "fntgrpgeoff.pre"
l_.str.132: ; @.str.132
.asciz "Tulamide"
l_.str.133: ; @.str.133
.asciz "fntgrptulamide"
l_.str.134: ; @.str.134
.asciz "../../../../u8g2.wiki/fntgrptulamide.md"
l_.str.135: ; @.str.135
.asciz "fntgrptulamide.pre"
l_.str.136: ; @.str.136
.asciz "GilesBooth"
l_.str.137: ; @.str.137
.asciz "fntgrpgilesbooth"
l_.str.138: ; @.str.138
.asciz "../../../../u8g2.wiki/fntgrpgilesbooth.md"
l_.str.139: ; @.str.139
.asciz "fntgrpgilesbooth.pre"
l_.str.140: ; @.str.140
.asciz "bitfontmaker2"
l_.str.141: ; @.str.141
.asciz "fntgrpbitfontmaker2"
l_.str.142: ; @.str.142
.asciz "../../../../u8g2.wiki/fntgrpbitfontmaker2.md"
l_.str.143: ; @.str.143
.asciz "fntgrpbitfontmaker2.pre"
l_.str.144: ; @.str.144
.asciz "JapanYoshi"
l_.str.145: ; @.str.145
.asciz "fntgrpjapanyoshi"
l_.str.146: ; @.str.146
.asciz "../../../../u8g2.wiki/fntgrpjapanyoshi.md"
l_.str.147: ; @.str.147
.asciz "fntgrpjapanyoshi.pre"
l_.str.148: ; @.str.148
.asciz "Pentacom"
l_.str.149: ; @.str.149
.asciz "fntgrppentacom"
l_.str.150: ; @.str.150
.asciz "../../../../u8g2.wiki/fntgrppentacom.md"
l_.str.151: ; @.str.151
.asciz "fntgrppentacom.pre"
l_.str.152: ; @.str.152
.asciz "dafont"
l_.str.153: ; @.str.153
.asciz "fntgrpdafont"
l_.str.154: ; @.str.154
.asciz "../../../../u8g2.wiki/fntgrpdafont.md"
l_.str.155: ; @.str.155
.asciz "fntgrpdafont.pre"
l_.str.156: ; @.str.156
.asciz "lucida"
l_.str.157: ; @.str.157
.asciz "fntgrplucida"
l_.str.158: ; @.str.158
.asciz "../../../../u8g2.wiki/fntgrplucida.md"
l_.str.159: ; @.str.159
.asciz "fntgrplucida.pre"
.section __DATA,__data
.globl _gi ; @gi
.p2align 3
_gi:
.quad l_.str.4
.quad l_.str.5
.quad l_.str.6
.quad l_.str.7
.quad l_.str.8
.quad l_.str.9
.quad l_.str.10
.quad l_.str.11
.quad l_.str.12
.quad l_.str.13
.quad l_.str.14
.quad l_.str.15
.quad l_.str.16
.quad l_.str.17
.quad l_.str.18
.quad l_.str.19
.quad l_.str.20
.quad l_.str.21
.quad l_.str.22
.quad l_.str.23
.quad l_.str.24
.quad l_.str.25
.quad l_.str.26
.quad l_.str.27
.quad l_.str.28
.quad l_.str.29
.quad l_.str.30
.quad l_.str.31
.quad l_.str.32
.quad l_.str.33
.quad l_.str.34
.quad l_.str.35
.quad l_.str.36
.quad l_.str.37
.quad l_.str.38
.quad l_.str.39
.quad l_.str.40
.quad l_.str.41
.quad l_.str.42
.quad l_.str.43
.quad l_.str.44
.quad l_.str.45
.quad l_.str.46
.quad l_.str.47
.quad l_.str.48
.quad l_.str.49
.quad l_.str.50
.quad l_.str.51
.quad l_.str.52
.quad l_.str.53
.quad l_.str.54
.quad l_.str.55
.quad l_.str.56
.quad l_.str.57
.quad l_.str.58
.quad l_.str.59
.quad l_.str.60
.quad l_.str.61
.quad l_.str.62
.quad l_.str.63
.quad l_.str.64
.quad l_.str.65
.quad l_.str.66
.quad l_.str.67
.quad l_.str.68
.quad l_.str.69
.quad l_.str.70
.quad l_.str.71
.quad l_.str.72
.quad l_.str.73
.quad l_.str.74
.quad l_.str.75
.quad l_.str.76
.quad l_.str.77
.quad l_.str.78
.quad l_.str.79
.quad l_.str.80
.quad l_.str.81
.quad l_.str.82
.quad l_.str.83
.quad l_.str.84
.quad l_.str.85
.quad l_.str.86
.quad l_.str.87
.quad l_.str.88
.quad l_.str.89
.quad l_.str.90
.quad l_.str.91
.quad l_.str.92
.quad l_.str.93
.quad l_.str.94
.quad l_.str.95
.quad l_.str.96
.quad l_.str.97
.quad l_.str.98
.quad l_.str.99
.quad l_.str.100
.quad l_.str.101
.quad l_.str.102
.quad l_.str.103
.quad l_.str.104
.quad l_.str.105
.quad l_.str.106
.quad l_.str.107
.quad l_.str.108
.quad l_.str.109
.quad l_.str.110
.quad l_.str.111
.quad l_.str.112
.quad l_.str.113
.quad l_.str.114
.quad l_.str.115
.quad l_.str.116
.quad l_.str.117
.quad l_.str.118
.quad l_.str.119
.quad l_.str.120
.quad l_.str.121
.quad l_.str.122
.quad l_.str.123
.quad l_.str.124
.quad l_.str.125
.quad l_.str.126
.quad l_.str.127
.quad l_.str.128
.quad l_.str.129
.quad l_.str.130
.quad l_.str.131
.quad l_.str.132
.quad l_.str.133
.quad l_.str.134
.quad l_.str.135
.quad l_.str.136
.quad l_.str.137
.quad l_.str.138
.quad l_.str.139
.quad l_.str.140
.quad l_.str.141
.quad l_.str.142
.quad l_.str.143
.quad l_.str.144
.quad l_.str.145
.quad l_.str.146
.quad l_.str.147
.quad l_.str.148
.quad l_.str.149
.quad l_.str.150
.quad l_.str.151
.quad l_.str.152
.quad l_.str.153
.quad l_.str.154
.quad l_.str.155
.quad l_.str.156
.quad l_.str.157
.quad l_.str.158
.quad l_.str.159
.section __TEXT,__cstring,cstring_literals
l_.str.160: ; @.str.160
.asciz "u8glib_4.bdf"
l_.str.161: ; @.str.161
.asciz "u8glib_4"
l_.str.162: ; @.str.162
.space 1
l_.str.163: ; @.str.163
.asciz "m2icon_5.bdf"
l_.str.164: ; @.str.164
.asciz "m2icon_5"
l_.str.165: ; @.str.165
.asciz "m2icon_7.bdf"
l_.str.166: ; @.str.166
.asciz "m2icon_7"
l_.str.167: ; @.str.167
.asciz "m2icon_9.bdf"
l_.str.168: ; @.str.168
.asciz "m2icon_9"
l_.str.169: ; @.str.169
.asciz "emoticons21.bdf"
l_.str.170: ; @.str.170
.asciz "emoticons21"
l_.str.171: ; @.str.171
.asciz "battery19.bdf"
l_.str.172: ; @.str.172
.asciz "battery19"
l_.str.173: ; @.str.173
.asciz "freedoomr10r.bdf"
l_.str.174: ; @.str.174
.asciz "freedoomr10"
l_.str.175: ; @.str.175
.asciz "freedoomr25n.bdf"
l_.str.176: ; @.str.176
.asciz "freedoomr25"
l_.str.177: ; @.str.177
.asciz "7Segments_26x42.bdf"
l_.str.178: ; @.str.178
.asciz "7Segments_26x42"
l_.str.179: ; @.str.179
.asciz "amstrad_cpc_extended.bdf"
l_.str.180: ; @.str.180
.asciz "amstrad_cpc_extended"
l_.str.181: ; @.str.181
.asciz "cursor.bdf"
l_.str.182: ; @.str.182
.asciz "cursor"
l_.str.183: ; @.str.183
.asciz "0-223>32"
l_.str.184: ; @.str.184
.asciz "f"
l_.str.185: ; @.str.185
.asciz "0-80>32"
l_.str.186: ; @.str.186
.asciz "micro.bdf"
l_.str.187: ; @.str.187
.asciz "micro"
l_.str.188: ; @.str.188
.asciz "4x6.bdf"
l_.str.189: ; @.str.189
.asciz "4x6"
l_.str.190: ; @.str.190
.asciz "32-128,$400-$52f"
l_.str.191: ; @.str.191
.asciz "_cyrillic"
l_.str.192: ; @.str.192
.asciz "5x7.bdf"
l_.str.193: ; @.str.193
.asciz "5x7"
l_.str.194: ; @.str.194
.asciz "5x8.bdf"
l_.str.195: ; @.str.195
.asciz "5x8"
l_.str.196: ; @.str.196
.asciz "6x10.bdf"
l_.str.197: ; @.str.197
.asciz "6x10"
l_.str.198: ; @.str.198
.asciz "6x12.bdf"
l_.str.199: ; @.str.199
.asciz "6x12"
l_.str.200: ; @.str.200
.asciz "32-255,$20a0-$20bf,$2103,$2109,$2126,$2190-$21bb,$21d0-$21d9,$21e6-$21e9,$23e9-$23fa,$2580-$261f,$2654-$2667,$2680-$2685,$2713-$2718,$274f-$2752"
l_.str.201: ; @.str.201
.asciz "_symbols"
l_.str.202: ; @.str.202
.asciz "6x13.bdf"
l_.str.203: ; @.str.203
.asciz "6x13"
l_.str.204: ; @.str.204
.asciz "32-128,$590-$5ff,$fb1d-$fb4f"
l_.str.205: ; @.str.205
.asciz "_hebrew"
l_.str.206: ; @.str.206
.asciz "6x13B.bdf"
l_.str.207: ; @.str.207
.asciz "6x13B"
l_.str.208: ; @.str.208
.asciz "6x13O.bdf"
l_.str.209: ; @.str.209
.asciz "6x13O"
l_.str.210: ; @.str.210
.asciz "7x13.bdf"
l_.str.211: ; @.str.211
.asciz "7x13"
l_.str.212: ; @.str.212
.asciz "7x13B.bdf"
l_.str.213: ; @.str.213
.asciz "7x13B"
l_.str.214: ; @.str.214
.asciz "7x13O.bdf"
l_.str.215: ; @.str.215
.asciz "7x13O"
l_.str.216: ; @.str.216
.asciz "7x14.bdf"
l_.str.217: ; @.str.217
.asciz "7x14"
l_.str.218: ; @.str.218
.asciz "7x14B.bdf"
l_.str.219: ; @.str.219
.asciz "7x14B"
l_.str.220: ; @.str.220
.asciz "8x13.bdf"
l_.str.221: ; @.str.221
.asciz "8x13"
l_.str.222: ; @.str.222
.asciz "8x13B.bdf"
l_.str.223: ; @.str.223
.asciz "8x13B"
l_.str.224: ; @.str.224
.asciz "8x13O.bdf"
l_.str.225: ; @.str.225
.asciz "8x13O"
l_.str.226: ; @.str.226
.asciz "9x15.bdf"
l_.str.227: ; @.str.227
.asciz "9x15"
l_.str.228: ; @.str.228
.asciz "9x15B.bdf"
l_.str.229: ; @.str.229
.asciz "9x15B"
l_.str.230: ; @.str.230
.asciz "9x18.bdf"
l_.str.231: ; @.str.231
.asciz "9x18"
l_.str.232: ; @.str.232
.asciz "9x18B.bdf"
l_.str.233: ; @.str.233
.asciz "9x18B"
l_.str.234: ; @.str.234
.asciz "10x20.bdf"
l_.str.235: ; @.str.235
.asciz "10x20"
l_.str.236: ; @.str.236
.asciz "32-128,$370-$3ff"
l_.str.237: ; @.str.237
.asciz "_greek"
l_.str.238: ; @.str.238
.asciz "32-128,$600-$6ff,$FB50-$FBB1,$FE70-$FEFF,x32-64,x91-96,x123-191,x247,x697-879,x32-$5ff"
l_.str.239: ; @.str.239
.asciz "_arabic"
l_.str.240: ; @.str.240
.asciz "-y -2 -th 1 -tv 2"
l_.str.241: ; @.str.241
.asciz "8x13_1x2"
l_.str.242: ; @.str.242
.asciz "8x13B_1x2"
l_.str.243: ; @.str.243
.asciz "-y -1 -x -1 -th 1 -tv 2"
l_.str.244: ; @.str.244
.asciz "7x14_1x2"
l_.str.245: ; @.str.245
.asciz "7x14B_1x2"
l_.str.246: ; @.str.246
.asciz "siji_with_6x10.bdf"
l_.str.247: ; @.str.247
.asciz "siji"
l_.str.248: ; @.str.248
.asciz "32-128,$e000-$ffff"
l_.str.249: ; @.str.249
.asciz "_6x10"
l_.str.250: ; @.str.250
.asciz "tom-thumb.bdf"
l_.str.251: ; @.str.251
.asciz "tom_thumb_4x6"
l_.str.252: ; @.str.252
.asciz "32-$ffff"
l_.str.253: ; @.str.253
.asciz "_all"
l_.str.254: ; @.str.254
.asciz "t0-11-uni.bdf"
l_.str.255: ; @.str.255
.asciz "t0_11"
l_.str.256: ; @.str.256
.asciz "$0020-$FFF0"
l_.str.257: ; @.str.257
.asciz "t0-11b-uni.bdf"
l_.str.258: ; @.str.258
.asciz "t0_11b"
l_.str.259: ; @.str.259
.asciz "t0-12-uni.bdf"
l_.str.260: ; @.str.260
.asciz "t0_12"
l_.str.261: ; @.str.261
.asciz "t0-12b-uni.bdf"
l_.str.262: ; @.str.262
.asciz "t0_12b"
l_.str.263: ; @.str.263
.asciz "t0-13-uni.bdf"
l_.str.264: ; @.str.264
.asciz "t0_13"
l_.str.265: ; @.str.265
.asciz "t0-13b-uni.bdf"
l_.str.266: ; @.str.266
.asciz "t0_13b"
l_.str.267: ; @.str.267
.asciz "t0-14-uni.bdf"
l_.str.268: ; @.str.268
.asciz "t0_14"
l_.str.269: ; @.str.269
.asciz "t0-14b-uni.bdf"
l_.str.270: ; @.str.270
.asciz "t0_14b"
l_.str.271: ; @.str.271
.asciz "t0-15-uni.bdf"
l_.str.272: ; @.str.272
.asciz "t0_15"
l_.str.273: ; @.str.273
.asciz "t0-15b-uni.bdf"
l_.str.274: ; @.str.274
.asciz "t0_15b"
l_.str.275: ; @.str.275
.asciz "t0-16-uni.bdf"
l_.str.276: ; @.str.276
.asciz "t0_16"
l_.str.277: ; @.str.277
.asciz "t0-16b-uni.bdf"
l_.str.278: ; @.str.278
.asciz "t0_16b"
l_.str.279: ; @.str.279
.asciz "t0-17-uni.bdf"
l_.str.280: ; @.str.280
.asciz "t0_17"
l_.str.281: ; @.str.281
.asciz "t0-17b-uni.bdf"
l_.str.282: ; @.str.282
.asciz "t0_17b"
l_.str.283: ; @.str.283
.asciz "t0-18-uni.bdf"
l_.str.284: ; @.str.284
.asciz "t0_18"
l_.str.285: ; @.str.285
.asciz "t0-18b-uni.bdf"
l_.str.286: ; @.str.286
.asciz "t0_18b"
l_.str.287: ; @.str.287
.asciz "t0-22-uni.bdf"
l_.str.288: ; @.str.288
.asciz "t0_22"
l_.str.289: ; @.str.289
.asciz "t0-22b-uni.bdf"
l_.str.290: ; @.str.290
.asciz "t0_22b"
l_.str.291: ; @.str.291
.asciz "open_iconic_all_1x.bdf"
l_.str.292: ; @.str.292
.asciz "open_iconic_all_1x"
l_.str.293: ; @.str.293
.asciz "32-400"
l_.str.294: ; @.str.294
.asciz "open_iconic_app_1x.bdf"
l_.str.295: ; @.str.295
.asciz "open_iconic_app_1x"
l_.str.296: ; @.str.296
.asciz "32-300"
l_.str.297: ; @.str.297
.asciz "open_iconic_arrow_1x.bdf"
l_.str.298: ; @.str.298
.asciz "open_iconic_arrow_1x"
l_.str.299: ; @.str.299
.asciz "open_iconic_check_1x.bdf"
l_.str.300: ; @.str.300
.asciz "open_iconic_check_1x"
l_.str.301: ; @.str.301
.asciz "open_iconic_email_1x.bdf"
l_.str.302: ; @.str.302
.asciz "open_iconic_email_1x"
l_.str.303: ; @.str.303
.asciz "open_iconic_embedded_1x.bdf"
l_.str.304: ; @.str.304
.asciz "open_iconic_embedded_1x"
l_.str.305: ; @.str.305
.asciz "open_iconic_gui_1x.bdf"
l_.str.306: ; @.str.306
.asciz "open_iconic_gui_1x"
l_.str.307: ; @.str.307
.asciz "open_iconic_human_1x.bdf"
l_.str.308: ; @.str.308
.asciz "open_iconic_human_1x"
l_.str.309: ; @.str.309
.asciz "open_iconic_mime_1x.bdf"
l_.str.310: ; @.str.310
.asciz "open_iconic_mime_1x"
l_.str.311: ; @.str.311
.asciz "open_iconic_other_1x.bdf"
l_.str.312: ; @.str.312
.asciz "open_iconic_other_1x"
l_.str.313: ; @.str.313
.asciz "open_iconic_play_1x.bdf"
l_.str.314: ; @.str.314
.asciz "open_iconic_play_1x"
l_.str.315: ; @.str.315
.asciz "open_iconic_text_1x.bdf"
l_.str.316: ; @.str.316
.asciz "open_iconic_text_1x"
l_.str.317: ; @.str.317
.asciz "open_iconic_thing_1x.bdf"
l_.str.318: ; @.str.318
.asciz "open_iconic_thing_1x"
l_.str.319: ; @.str.319
.asciz "open_iconic_weather_1x.bdf"
l_.str.320: ; @.str.320
.asciz "open_iconic_weather_1x"
l_.str.321: ; @.str.321
.asciz "open_iconic_www_1x.bdf"
l_.str.322: ; @.str.322
.asciz "open_iconic_www_1x"
l_.str.323: ; @.str.323
.asciz "-th 1 -tv 1"
l_.str.324: ; @.str.324
.asciz "open_iconic_arrow_1x1"
l_.str.325: ; @.str.325
.asciz "32-255"
l_.str.326: ; @.str.326
.asciz "open_iconic_check_1x1"
l_.str.327: ; @.str.327
.asciz "open_iconic_embedded_1x1"
l_.str.328: ; @.str.328
.asciz "open_iconic_play_1x1"
l_.str.329: ; @.str.329
.asciz "open_iconic_thing_1x1"
l_.str.330: ; @.str.330
.asciz "open_iconic_weather_1x1"
l_.str.331: ; @.str.331
.asciz "open_iconic_all_2x.bdf"
l_.str.332: ; @.str.332
.asciz "open_iconic_all_2x"
l_.str.333: ; @.str.333
.asciz "open_iconic_app_2x.bdf"
l_.str.334: ; @.str.334
.asciz "open_iconic_app_2x"
l_.str.335: ; @.str.335
.asciz "open_iconic_arrow_2x.bdf"
l_.str.336: ; @.str.336
.asciz "open_iconic_arrow_2x"
l_.str.337: ; @.str.337
.asciz "open_iconic_check_2x.bdf"
l_.str.338: ; @.str.338
.asciz "open_iconic_check_2x"
l_.str.339: ; @.str.339
.asciz "open_iconic_email_2x.bdf"
l_.str.340: ; @.str.340
.asciz "open_iconic_email_2x"
l_.str.341: ; @.str.341
.asciz "open_iconic_embedded_2x.bdf"
l_.str.342: ; @.str.342
.asciz "open_iconic_embedded_2x"
l_.str.343: ; @.str.343
.asciz "open_iconic_gui_2x.bdf"
l_.str.344: ; @.str.344
.asciz "open_iconic_gui_2x"
l_.str.345: ; @.str.345
.asciz "open_iconic_human_2x.bdf"
l_.str.346: ; @.str.346
.asciz "open_iconic_human_2x"
l_.str.347: ; @.str.347
.asciz "open_iconic_mime_2x.bdf"
l_.str.348: ; @.str.348
.asciz "open_iconic_mime_2x"
l_.str.349: ; @.str.349
.asciz "open_iconic_other_2x.bdf"
l_.str.350: ; @.str.350
.asciz "open_iconic_other_2x"
l_.str.351: ; @.str.351
.asciz "open_iconic_play_2x.bdf"
l_.str.352: ; @.str.352
.asciz "open_iconic_play_2x"
l_.str.353: ; @.str.353
.asciz "open_iconic_text_2x.bdf"
l_.str.354: ; @.str.354
.asciz "open_iconic_text_2x"
l_.str.355: ; @.str.355
.asciz "open_iconic_thing_2x.bdf"
l_.str.356: ; @.str.356
.asciz "open_iconic_thing_2x"
l_.str.357: ; @.str.357
.asciz "open_iconic_weather_2x.bdf"
l_.str.358: ; @.str.358
.asciz "open_iconic_weather_2x"
l_.str.359: ; @.str.359
.asciz "open_iconic_www_2x.bdf"
l_.str.360: ; @.str.360
.asciz "open_iconic_www_2x"
l_.str.361: ; @.str.361
.asciz "-th 2 -tv 2"
l_.str.362: ; @.str.362
.asciz "open_iconic_arrow_2x2"
l_.str.363: ; @.str.363
.asciz "open_iconic_check_2x2"
l_.str.364: ; @.str.364
.asciz "open_iconic_embedded_2x2"
l_.str.365: ; @.str.365
.asciz "open_iconic_play_2x2"
l_.str.366: ; @.str.366
.asciz "open_iconic_thing_2x2"
l_.str.367: ; @.str.367
.asciz "open_iconic_weather_2x2"
l_.str.368: ; @.str.368
.asciz "open_iconic_all_4x.bdf"
l_.str.369: ; @.str.369
.asciz "open_iconic_all_4x"
l_.str.370: ; @.str.370
.asciz "open_iconic_app_4x.bdf"
l_.str.371: ; @.str.371
.asciz "open_iconic_app_4x"
l_.str.372: ; @.str.372
.asciz "open_iconic_arrow_4x.bdf"
l_.str.373: ; @.str.373
.asciz "open_iconic_arrow_4x"
l_.str.374: ; @.str.374
.asciz "open_iconic_check_4x.bdf"
l_.str.375: ; @.str.375
.asciz "open_iconic_check_4x"
l_.str.376: ; @.str.376
.asciz "open_iconic_email_4x.bdf"
l_.str.377: ; @.str.377
.asciz "open_iconic_email_4x"
l_.str.378: ; @.str.378
.asciz "open_iconic_embedded_4x.bdf"
l_.str.379: ; @.str.379
.asciz "open_iconic_embedded_4x"
l_.str.380: ; @.str.380
.asciz "open_iconic_gui_4x.bdf"
l_.str.381: ; @.str.381
.asciz "open_iconic_gui_4x"
l_.str.382: ; @.str.382
.asciz "open_iconic_human_4x.bdf"
l_.str.383: ; @.str.383
.asciz "open_iconic_human_4x"
l_.str.384: ; @.str.384
.asciz "open_iconic_mime_4x.bdf"
l_.str.385: ; @.str.385
.asciz "open_iconic_mime_4x"
l_.str.386: ; @.str.386
.asciz "open_iconic_other_4x.bdf"
l_.str.387: ; @.str.387
.asciz "open_iconic_other_4x"
l_.str.388: ; @.str.388
.asciz "open_iconic_play_4x.bdf"
l_.str.389: ; @.str.389
.asciz "open_iconic_play_4x"
l_.str.390: ; @.str.390
.asciz "open_iconic_text_4x.bdf"
l_.str.391: ; @.str.391
.asciz "open_iconic_text_4x"
l_.str.392: ; @.str.392
.asciz "open_iconic_thing_4x.bdf"
l_.str.393: ; @.str.393
.asciz "open_iconic_thing_4x"
l_.str.394: ; @.str.394
.asciz "open_iconic_weather_4x.bdf"
l_.str.395: ; @.str.395
.asciz "open_iconic_weather_4x"
l_.str.396: ; @.str.396
.asciz "open_iconic_www_4x.bdf"
l_.str.397: ; @.str.397
.asciz "open_iconic_www_4x"
l_.str.398: ; @.str.398
.asciz "-th 4 -tv 4"
l_.str.399: ; @.str.399
.asciz "open_iconic_arrow_4x4"
l_.str.400: ; @.str.400
.asciz "open_iconic_check_4x4"
l_.str.401: ; @.str.401
.asciz "open_iconic_embedded_4x4"
l_.str.402: ; @.str.402
.asciz "open_iconic_play_4x4"
l_.str.403: ; @.str.403
.asciz "open_iconic_thing_4x4"
l_.str.404: ; @.str.404
.asciz "open_iconic_weather_4x4"
l_.str.405: ; @.str.405
.asciz "open_iconic_all_6x.bdf"
l_.str.406: ; @.str.406
.asciz "open_iconic_all_6x"
l_.str.407: ; @.str.407
.asciz "open_iconic_app_6x.bdf"
l_.str.408: ; @.str.408
.asciz "open_iconic_app_6x"
l_.str.409: ; @.str.409
.asciz "open_iconic_arrow_6x.bdf"
l_.str.410: ; @.str.410
.asciz "open_iconic_arrow_6x"
l_.str.411: ; @.str.411
.asciz "open_iconic_check_6x.bdf"
l_.str.412: ; @.str.412
.asciz "open_iconic_check_6x"
l_.str.413: ; @.str.413
.asciz "open_iconic_email_6x.bdf"
l_.str.414: ; @.str.414
.asciz "open_iconic_email_6x"
l_.str.415: ; @.str.415
.asciz "open_iconic_embedded_6x.bdf"
l_.str.416: ; @.str.416
.asciz "open_iconic_embedded_6x"
l_.str.417: ; @.str.417
.asciz "open_iconic_gui_6x.bdf"
l_.str.418: ; @.str.418
.asciz "open_iconic_gui_6x"
l_.str.419: ; @.str.419
.asciz "open_iconic_human_6x.bdf"
l_.str.420: ; @.str.420
.asciz "open_iconic_human_6x"
l_.str.421: ; @.str.421
.asciz "open_iconic_mime_6x.bdf"
l_.str.422: ; @.str.422
.asciz "open_iconic_mime_6x"
l_.str.423: ; @.str.423
.asciz "open_iconic_other_6x.bdf"
l_.str.424: ; @.str.424
.asciz "open_iconic_other_6x"
l_.str.425: ; @.str.425
.asciz "open_iconic_play_6x.bdf"
l_.str.426: ; @.str.426
.asciz "open_iconic_play_6x"
l_.str.427: ; @.str.427
.asciz "open_iconic_text_6x.bdf"
l_.str.428: ; @.str.428
.asciz "open_iconic_text_6x"
l_.str.429: ; @.str.429
.asciz "open_iconic_thing_6x.bdf"
l_.str.430: ; @.str.430
.asciz "open_iconic_thing_6x"
l_.str.431: ; @.str.431
.asciz "open_iconic_weather_6x.bdf"
l_.str.432: ; @.str.432
.asciz "open_iconic_weather_6x"
l_.str.433: ; @.str.433
.asciz "open_iconic_www_6x.bdf"
l_.str.434: ; @.str.434
.asciz "open_iconic_www_6x"
l_.str.435: ; @.str.435
.asciz "open_iconic_all_8x.bdf"
l_.str.436: ; @.str.436
.asciz "open_iconic_all_8x"
l_.str.437: ; @.str.437
.asciz "open_iconic_app_8x.bdf"
l_.str.438: ; @.str.438
.asciz "open_iconic_app_8x"
l_.str.439: ; @.str.439
.asciz "open_iconic_arrow_8x.bdf"
l_.str.440: ; @.str.440
.asciz "open_iconic_arrow_8x"
l_.str.441: ; @.str.441
.asciz "open_iconic_check_8x.bdf"
l_.str.442: ; @.str.442
.asciz "open_iconic_check_8x"
l_.str.443: ; @.str.443
.asciz "open_iconic_email_8x.bdf"
l_.str.444: ; @.str.444
.asciz "open_iconic_email_8x"
l_.str.445: ; @.str.445
.asciz "open_iconic_embedded_8x.bdf"
l_.str.446: ; @.str.446
.asciz "open_iconic_embedded_8x"
l_.str.447: ; @.str.447
.asciz "open_iconic_gui_8x.bdf"
l_.str.448: ; @.str.448
.asciz "open_iconic_gui_8x"
l_.str.449: ; @.str.449
.asciz "open_iconic_human_8x.bdf"
l_.str.450: ; @.str.450
.asciz "open_iconic_human_8x"
l_.str.451: ; @.str.451
.asciz "open_iconic_mime_8x.bdf"
l_.str.452: ; @.str.452
.asciz "open_iconic_mime_8x"
l_.str.453: ; @.str.453
.asciz "open_iconic_other_8x.bdf"
l_.str.454: ; @.str.454
.asciz "open_iconic_other_8x"
l_.str.455: ; @.str.455
.asciz "open_iconic_play_8x.bdf"
l_.str.456: ; @.str.456
.asciz "open_iconic_play_8x"
l_.str.457: ; @.str.457
.asciz "open_iconic_text_8x.bdf"
l_.str.458: ; @.str.458
.asciz "open_iconic_text_8x"
l_.str.459: ; @.str.459
.asciz "open_iconic_thing_8x.bdf"
l_.str.460: ; @.str.460
.asciz "open_iconic_thing_8x"
l_.str.461: ; @.str.461
.asciz "open_iconic_weather_8x.bdf"
l_.str.462: ; @.str.462
.asciz "open_iconic_weather_8x"
l_.str.463: ; @.str.463
.asciz "open_iconic_www_8x.bdf"
l_.str.464: ; @.str.464
.asciz "open_iconic_www_8x"
l_.str.465: ; @.str.465
.asciz "-th 8 -tv 8"
l_.str.466: ; @.str.466
.asciz "open_iconic_arrow_8x8"
l_.str.467: ; @.str.467
.asciz "open_iconic_check_8x8"
l_.str.468: ; @.str.468
.asciz "open_iconic_embedded_8x8"
l_.str.469: ; @.str.469
.asciz "open_iconic_play_8x8"
l_.str.470: ; @.str.470
.asciz "open_iconic_thing_8x8"
l_.str.471: ; @.str.471
.asciz "open_iconic_weather_8x8"
l_.str.472: ; @.str.472
.asciz "profont10.bdf"
l_.str.473: ; @.str.473
.asciz "profont10"
l_.str.474: ; @.str.474
.asciz "profont11.bdf"
l_.str.475: ; @.str.475
.asciz "profont11"
l_.str.476: ; @.str.476
.asciz "profont12.bdf"
l_.str.477: ; @.str.477
.asciz "profont12"
l_.str.478: ; @.str.478
.asciz "profont15.bdf"
l_.str.479: ; @.str.479
.asciz "profont15"
l_.str.480: ; @.str.480
.asciz "profont17.bdf"
l_.str.481: ; @.str.481
.asciz "profont17"
l_.str.482: ; @.str.482
.asciz "profont22.bdf"
l_.str.483: ; @.str.483
.asciz "profont22"
l_.str.484: ; @.str.484
.asciz "profont29.bdf"
l_.str.485: ; @.str.485
.asciz "profont29"
l_.str.486: ; @.str.486
.asciz "-y 0 -th 2 -tv 3"
l_.str.487: ; @.str.487
.asciz "profont29_2x3"
l_.str.488: ; @.str.488
.asciz "-a -r 72 -p 10"
l_.str.489: ; @.str.489
.asciz "Samim.ttf"
l_.str.490: ; @.str.490
.asciz "samim_10"
l_.str.491: ; @.str.491
.asciz "32-65500"
l_.str.492: ; @.str.492
.asciz "-a -r 72 -p 12"
l_.str.493: ; @.str.493
.asciz "samim_12"
l_.str.494: ; @.str.494
.asciz "-a -r 72 -p 14"
l_.str.495: ; @.str.495
.asciz "samim_14"
l_.str.496: ; @.str.496
.asciz "-a -r 72 -p 16"
l_.str.497: ; @.str.497
.asciz "samim_16"
l_.str.498: ; @.str.498
.asciz "Samim-FD.ttf"
l_.str.499: ; @.str.499
.asciz "samim_fd_10"
l_.str.500: ; @.str.500
.asciz "samim_fd_12"
l_.str.501: ; @.str.501
.asciz "samim_fd_14"
l_.str.502: ; @.str.502
.asciz "samim_fd_16"
l_.str.503: ; @.str.503
.asciz "-r 72 -p 10"
l_.str.504: ; @.str.504
.asciz "GanjNamehSans-Regular.ttf"
l_.str.505: ; @.str.505
.asciz "ganj_nameh_sans10"
l_.str.506: ; @.str.506
.asciz "-r 72 -p 12"
l_.str.507: ; @.str.507
.asciz "ganj_nameh_sans12"
l_.str.508: ; @.str.508
.asciz "-r 72 -p 14"
l_.str.509: ; @.str.509
.asciz "ganj_nameh_sans14"
l_.str.510: ; @.str.510
.asciz "-r 72 -p 16"
l_.str.511: ; @.str.511
.asciz "ganj_nameh_sans16"
l_.str.512: ; @.str.512
.asciz "-r 72 -p 8"
l_.str.513: ; @.str.513
.asciz "IranianSansRegular.ttf"
l_.str.514: ; @.str.514
.asciz "iranian_sans_8"
l_.str.515: ; @.str.515
.asciz "iranian_sans_10"
l_.str.516: ; @.str.516
.asciz "iranian_sans_12"
l_.str.517: ; @.str.517
.asciz "iranian_sans_14"
l_.str.518: ; @.str.518
.asciz "iranian_sans_16"
l_.str.519: ; @.str.519
.asciz "MOZART_0.ttf"
l_.str.520: ; @.str.520
.asciz "mozart_nbp"
l_.str.521: ; @.str.521
.asciz "glasstown_nbp.ttf"
l_.str.522: ; @.str.522
.asciz "glasstown_nbp"
l_.str.523: ; @.str.523
.asciz "shylock_nbp.ttf"
l_.str.524: ; @.str.524
.asciz "shylock_nbp"
l_.str.525: ; @.str.525
.asciz "RENT_0.ttf"
l_.str.526: ; @.str.526
.asciz "roentgen_nbp"
l_.str.527: ; @.str.527
.asciz "CALIBRATE1.ttf"
l_.str.528: ; @.str.528
.asciz "calibration_gothic_nbp"
l_.str.529: ; @.str.529
.asciz "smart_patrol_nbp.ttf"
l_.str.530: ; @.str.530
.asciz "smart_patrol_nbp"
l_.str.531: ; @.str.531
.asciz "prospero_bold_nbp.ttf"
l_.str.532: ; @.str.532
.asciz "prospero_bold_nbp"
l_.str.533: ; @.str.533
.asciz "prospero_nbp.ttf"
l_.str.534: ; @.str.534
.asciz "prospero_nbp"
l_.str.535: ; @.str.535
.asciz "BALRG_0.ttf"
l_.str.536: ; @.str.536
.asciz "balthasar_regular_nbp"
l_.str.537: ; @.str.537
.asciz "-r 72 -p 32"
l_.str.538: ; @.str.538
.asciz "BALTT_0.ttf"
l_.str.539: ; @.str.539
.asciz "balthasar_titling_nbp"
l_.str.540: ; @.str.540
.asciz "synchronizer_nbp.ttf"
l_.str.541: ; @.str.541
.asciz "synchronizer_nbp"
l_.str.542: ; @.str.542
.asciz "mercutio_basic.ttf"
l_.str.543: ; @.str.543
.asciz "mercutio_basic_nbp"
l_.str.544: ; @.str.544
.asciz "mercutio_sc.ttf"
l_.str.545: ; @.str.545
.asciz "mercutio_sc_nbp"
l_.str.546: ; @.str.546
.asciz "MIRANDA.ttf"
l_.str.547: ; @.str.547
.asciz "miranda_nbp"
l_.str.548: ; @.str.548
.asciz "nine0.ttf"
l_.str.549: ; @.str.549
.asciz "nine_by_five_nbp"
l_.str.550: ; @.str.550
.asciz "ROSEN_0.ttf"
l_.str.551: ; @.str.551
.asciz "rosencrantz_nbp"
l_.str.552: ; @.str.552
.asciz "GUILD_0.ttf"
l_.str.553: ; @.str.553
.asciz "guildenstern_nbp"
l_.str.554: ; @.str.554
.asciz "astra0.ttf"
l_.str.555: ; @.str.555
.asciz "astragal_nbp"
l_.str.556: ; @.str.556
.asciz "HabsburgChancery.ttf"
l_.str.557: ; @.str.557
.asciz "habsburgchancery"
l_.str.558: ; @.str.558
.asciz "MissingPlanet.ttf"
l_.str.559: ; @.str.559
.asciz "missingplanet"
l_.str.560: ; @.str.560
.asciz "OrdinaryBasis.ttf"
l_.str.561: ; @.str.561
.asciz "ordinarybasis"
l_.str.562: ; @.str.562
.asciz "PixelMordred.ttf"
l_.str.563: ; @.str.563
.asciz "pixelmordred"
l_.str.564: ; @.str.564
.asciz "SecretaryHand.ttf"
l_.str.565: ; @.str.565
.asciz "secretaryhand"
l_.str.566: ; @.str.566
.asciz "Beanstalk.ttf"
l_.str.567: ; @.str.567
.asciz "beanstalk_mel"
l_.str.568: ; @.str.568
.asciz "Cube.ttf"
l_.str.569: ; @.str.569
.asciz "cube_mel"
l_.str.570: ; @.str.570
.asciz "Mademoiselle.ttf"
l_.str.571: ; @.str.571
.asciz "mademoiselle_mel"
l_.str.572: ; @.str.572
.asciz "PieceOfCake.ttf"
l_.str.573: ; @.str.573
.asciz "pieceofcake_mel"
l_.str.574: ; @.str.574
.asciz "Press.ttf"
l_.str.575: ; @.str.575
.asciz "press_mel"
l_.str.576: ; @.str.576
.asciz "RePress.ttf"
l_.str.577: ; @.str.577
.asciz "repress_mel"
l_.str.578: ; @.str.578
.asciz "Sticker.ttf"
l_.str.579: ; @.str.579
.asciz "sticker_mel"
l_.str.580: ; @.str.580
.asciz "CelibateMonk.ttf"
l_.str.581: ; @.str.581
.asciz "celibatemonk"
l_.str.582: ; @.str.582
.asciz "DisrespectfulTeenager.ttf"
l_.str.583: ; @.str.583
.asciz "disrespectfulteenager"
l_.str.584: ; @.str.584
.asciz "MichaelMouse.ttf"
l_.str.585: ; @.str.585
.asciz "michaelmouse"
l_.str.586: ; @.str.586
.asciz "SandyForest.ttf"
l_.str.587: ; @.str.587
.asciz "sandyforest"
l_.str.588: ; @.str.588
.asciz "CupcakeMeToYourLeader.ttf"
l_.str.589: ; @.str.589
.asciz "cupcakemetoyourleader"
l_.str.590: ; @.str.590
.asciz "OldWizard.ttf"
l_.str.591: ; @.str.591
.asciz "oldwizard"
l_.str.592: ; @.str.592
.asciz "Squirrel.ttf"
l_.str.593: ; @.str.593
.asciz "squirrel"
l_.str.594: ; @.str.594
.asciz "DiodeSemiMono.ttf"
l_.str.595: ; @.str.595
.asciz "diodesemimono"
l_.str.596: ; @.str.596
.asciz "Questgiver.ttf"
l_.str.597: ; @.str.597
.asciz "questgiver"
l_.str.598: ; @.str.598
.asciz "Seraphimb1.ttf"
l_.str.599: ; @.str.599
.asciz "seraphimb1"
l_.str.600: ; @.str.600
.asciz "JinxedWizards.ttf"
l_.str.601: ; @.str.601
.asciz "jinxedwizards"
l_.str.602: ; @.str.602
.asciz "LastPriestess.ttf"
l_.str.603: ; @.str.603
.asciz "lastpriestess"
l_.str.604: ; @.str.604
.asciz "BitCasual.ttf"
l_.str.605: ; @.str.605
.asciz "bitcasual"
l_.str.606: ; @.str.606
.asciz "Koleeko.ttf"
l_.str.607: ; @.str.607
.asciz "koleeko"
l_.str.608: ; @.str.608
.asciz "TenFatGuys.ttf"
l_.str.609: ; @.str.609
.asciz "tenfatguys"
l_.str.610: ; @.str.610
.asciz "TenStamps.ttf"
l_.str.611: ; @.str.611
.asciz "tenstamps"
l_.str.612: ; @.str.612
.asciz "TenThinGuys.ttf"
l_.str.613: ; @.str.613
.asciz "tenthinguys"
l_.str.614: ; @.str.614
.asciz "TenThinnerGuys.ttf"
l_.str.615: ; @.str.615
.asciz "tenthinnerguys"
l_.str.616: ; @.str.616
.asciz "TwelveDings.ttf"
l_.str.617: ; @.str.617
.asciz "twelvedings"
l_.str.618: ; @.str.618
.asciz "Fewture.ttf"
l_.str.619: ; @.str.619
.asciz "fewture"
l_.str.620: ; @.str.620
.asciz "Halftone.ttf"
l_.str.621: ; @.str.621
.asciz "halftone"
l_.str.622: ; @.str.622
.asciz "Nerhoe.ttf"
l_.str.623: ; @.str.623
.asciz "nerhoe"
l_.str.624: ; @.str.624
.asciz "Oskool.ttf"
l_.str.625: ; @.str.625
.asciz "oskool"
l_.str.626: ; @.str.626
.asciz "TinyTim.ttf"
l_.str.627: ; @.str.627
.asciz "tinytim"
l_.str.628: ; @.str.628
.asciz "TooseOrnament.ttf"
l_.str.629: ; @.str.629
.asciz "tooseornament"
l_.str.630: ; @.str.630
.asciz "Bauhaus2015.ttf"
l_.str.631: ; @.str.631
.asciz "bauhaus2015"
l_.str.632: ; @.str.632
.asciz "FindersKeepers.ttf"
l_.str.633: ; @.str.633
.asciz "finderskeepers"
l_.str.634: ; @.str.634
.asciz "SirClivetheBold.ttf"
l_.str.635: ; @.str.635
.asciz "sirclivethebold"
l_.str.636: ; @.str.636
.asciz "SirClive.ttf"
l_.str.637: ; @.str.637
.asciz "sirclive"
l_.str.638: ; @.str.638
.asciz "Adventurer.ttf"
l_.str.639: ; @.str.639
.asciz "adventurer"
l_.str.640: ; @.str.640
.asciz "BracketedBabies.ttf"
l_.str.641: ; @.str.641
.asciz "bracketedbabies"
l_.str.642: ; @.str.642
.asciz "Frikativ.ttf"
l_.str.643: ; @.str.643
.asciz "frikativ"
l_.str.644: ; @.str.644
.asciz "FancyPixels.ttf"
l_.str.645: ; @.str.645
.asciz "fancypixels"
l_.str.646: ; @.str.646
.asciz "HEAVYBOTTOM.ttf"
l_.str.647: ; @.str.647
.asciz "heavybottom"
l_.str.648: ; @.str.648
.asciz "IconQuadPix.ttf"
l_.str.649: ; @.str.649
.asciz "iconquadpix"
l_.str.650: ; @.str.650
.asciz "LastApprenticeBold.ttf"
l_.str.651: ; @.str.651
.asciz "lastapprenticebold"
l_.str.652: ; @.str.652
.asciz "LastApprenticeThin.ttf"
l_.str.653: ; @.str.653
.asciz "lastapprenticethin"
l_.str.654: ; @.str.654
.asciz "Tallpix.ttf"
l_.str.655: ; @.str.655
.asciz "tallpix"
l_.str.656: ; @.str.656
.asciz "BBSesque.ttf"
l_.str.657: ; @.str.657
.asciz "BBSesque"
l_.str.658: ; @.str.658
.asciz "Born2bSportySlab.ttf"
l_.str.659: ; @.str.659
.asciz "Born2bSportySlab"
l_.str.660: ; @.str.660
.asciz "Born2bSportyV2.ttf"
l_.str.661: ; @.str.661
.asciz "Born2bSportyV2"
l_.str.662: ; @.str.662
.asciz "CursivePixel.ttf"
l_.str.663: ; @.str.663
.asciz "CursivePixel"
l_.str.664: ; @.str.664
.asciz "Engrish.ttf"
l_.str.665: ; @.str.665
.asciz "Engrish"
l_.str.666: ; @.str.666
.asciz "ImpactBits.ttf"
l_.str.667: ; @.str.667
.asciz "ImpactBits"
l_.str.668: ; @.str.668
.asciz "IPAandRUSLCD.ttf"
l_.str.669: ; @.str.669
.asciz "IPAandRUSLCD"
l_.str.670: ; @.str.670
.asciz "HelvetiPixel.ttf"
l_.str.671: ; @.str.671
.asciz "HelvetiPixel"
l_.str.672: ; @.str.672
.asciz "TimesNewPixel.ttf"
l_.str.673: ; @.str.673
.asciz "TimesNewPixel"
l_.str.674: ; @.str.674
.asciz "BitTypeWriter.ttf"
l_.str.675: ; @.str.675
.asciz "BitTypeWriter"
l_.str.676: ; @.str.676
.asciz "Georgia7px.ttf"
l_.str.677: ; @.str.677
.asciz "Georgia7px"
l_.str.678: ; @.str.678
.asciz "Wizzard.ttf"
l_.str.679: ; @.str.679
.asciz "Wizzard"
l_.str.680: ; @.str.680
.asciz "HelvetiPixelOutline.ttf"
l_.str.681: ; @.str.681
.asciz "HelvetiPixelOutline"
l_.str.682: ; @.str.682
.asciz "Untitled16PixelSansSerifBitmapTestFont.ttf"
l_.str.683: ; @.str.683
.asciz "Untitled16PixelSansSerifBitmap"
l_.str.684: ; @.str.684
.asciz "nokiafc22.ttf"
l_.str.685: ; @.str.685
.asciz "nokiafc22"
l_.str.686: ; @.str.686
.asciz "-a -r 72 -p 20"
l_.str.687: ; @.str.687
.asciz "VCR_OSD_MONO_1.001.ttf"
l_.str.688: ; @.str.688
.asciz "VCR_OSD"
l_.str.689: ; @.str.689
.asciz "Pixellari.ttf"
l_.str.690: ; @.str.690
.asciz "Pixellari"
l_.str.691: ; @.str.691
.asciz "pixelpoiiz.ttf"
l_.str.692: ; @.str.692
.asciz "pixelpoiiz"
l_.str.693: ; @.str.693
.asciz "DigitalDisco-Thin.ttf"
l_.str.694: ; @.str.694
.asciz "DigitalDiscoThin"
l_.str.695: ; @.str.695
.asciz "DigitalDisco.ttf"
l_.str.696: ; @.str.696
.asciz "DigitalDisco"
l_.str.697: ; @.str.697
.asciz "pearfont.ttf"
l_.str.698: ; @.str.698
.asciz "pearfont"
l_.str.699: ; @.str.699
.asciz "etl14-thai.bdf"
l_.str.700: ; @.str.700
.asciz "etl14thai"
l_.str.701: ; @.str.701
.asciz "32-127,128-255>3552"
l_.str.702: ; @.str.702
.asciz "etl16-thai.bdf"
l_.str.703: ; @.str.703
.asciz "etl16thai"
l_.str.704: ; @.str.704
.asciz "etl24-thai.bdf"
l_.str.705: ; @.str.705
.asciz "etl24thai"
l_.str.706: ; @.str.706
.asciz "win_crox1cb.bdf"
l_.str.707: ; @.str.707
.asciz "crox1cb"
l_.str.708: ; @.str.708
.asciz "win_crox1c.bdf"
l_.str.709: ; @.str.709
.asciz "crox1c"
l_.str.710: ; @.str.710
.asciz "win_crox1hb.bdf"
l_.str.711: ; @.str.711
.asciz "crox1hb"
l_.str.712: ; @.str.712
.asciz "win_crox1h.bdf"
l_.str.713: ; @.str.713
.asciz "crox1h"
l_.str.714: ; @.str.714
.asciz "win_crox1tb.bdf"
l_.str.715: ; @.str.715
.asciz "crox1tb"
l_.str.716: ; @.str.716
.asciz "win_crox1t.bdf"
l_.str.717: ; @.str.717
.asciz "crox1t"
l_.str.718: ; @.str.718
.asciz "win_crox2cb.bdf"
l_.str.719: ; @.str.719
.asciz "crox2cb"
l_.str.720: ; @.str.720
.asciz "win_crox2c.bdf"
l_.str.721: ; @.str.721
.asciz "crox2c"
l_.str.722: ; @.str.722
.asciz "win_crox2hb.bdf"
l_.str.723: ; @.str.723
.asciz "crox2hb"
l_.str.724: ; @.str.724
.asciz "win_crox2h.bdf"
l_.str.725: ; @.str.725
.asciz "crox2h"
l_.str.726: ; @.str.726
.asciz "win_crox2tb.bdf"
l_.str.727: ; @.str.727
.asciz "crox2tb"
l_.str.728: ; @.str.728
.asciz "win_crox2t.bdf"
l_.str.729: ; @.str.729
.asciz "crox2t"
l_.str.730: ; @.str.730
.asciz "win_crox3cb.bdf"
l_.str.731: ; @.str.731
.asciz "crox3cb"
l_.str.732: ; @.str.732
.asciz "win_crox3c.bdf"
l_.str.733: ; @.str.733
.asciz "crox3c"
l_.str.734: ; @.str.734
.asciz "win_crox3hb.bdf"
l_.str.735: ; @.str.735
.asciz "crox3hb"
l_.str.736: ; @.str.736
.asciz "win_crox3h.bdf"
l_.str.737: ; @.str.737
.asciz "crox3h"
l_.str.738: ; @.str.738
.asciz "win_crox3tb.bdf"
l_.str.739: ; @.str.739
.asciz "crox3tb"
l_.str.740: ; @.str.740
.asciz "win_crox3t.bdf"
l_.str.741: ; @.str.741
.asciz "crox3t"
l_.str.742: ; @.str.742
.asciz "win_crox4hb.bdf"
l_.str.743: ; @.str.743
.asciz "crox4hb"
l_.str.744: ; @.str.744
.asciz "win_crox4h.bdf"
l_.str.745: ; @.str.745
.asciz "crox4h"
l_.str.746: ; @.str.746
.asciz "win_crox4tb.bdf"
l_.str.747: ; @.str.747
.asciz "crox4tb"
l_.str.748: ; @.str.748
.asciz "win_crox4t.bdf"
l_.str.749: ; @.str.749
.asciz "crox4t"
l_.str.750: ; @.str.750
.asciz "win_crox5hb.bdf"
l_.str.751: ; @.str.751
.asciz "crox5hb"
l_.str.752: ; @.str.752
.asciz "win_crox5h.bdf"
l_.str.753: ; @.str.753
.asciz "crox5h"
l_.str.754: ; @.str.754
.asciz "win_crox5tb.bdf"
l_.str.755: ; @.str.755
.asciz "crox5tb"
l_.str.756: ; @.str.756
.asciz "win_crox5t.bdf"
l_.str.757: ; @.str.757
.asciz "crox5t"
l_.str.758: ; @.str.758
.asciz "cu12.bdf"
l_.str.759: ; @.str.759
.asciz "32-128,$f00-$fff"
l_.str.760: ; @.str.760
.asciz "_tibetan"
l_.str.761: ; @.str.761
.asciz "unifont.bdf"
l_.str.762: ; @.str.762
.asciz "unifont"
l_.str.763: ; @.str.763
.asciz "_latin"
l_.str.764: ; @.str.764
.asciz "32-701"
l_.str.765: ; @.str.765
.asciz "_extended"
l_.str.766: ; @.str.766
.asciz "9216-9471"
l_.str.767: ; @.str.767
.asciz "_72_73"
l_.str.768: ; @.str.768
.asciz "32-127,9216-9471"
l_.str.769: ; @.str.769
.asciz "_0_72_73"
l_.str.770: ; @.str.770
.asciz "9600-9727"
l_.str.771: ; @.str.771
.asciz "_75"
l_.str.772: ; @.str.772
.asciz "32-127,9600-9727"
l_.str.773: ; @.str.773
.asciz "_0_75"
l_.str.774: ; @.str.774
.asciz "9728-9855"
l_.str.775: ; @.str.775
.asciz "_76"
l_.str.776: ; @.str.776
.asciz "32-127,9728-9855"
l_.str.777: ; @.str.777
.asciz "_0_76"
l_.str.778: ; @.str.778
.asciz "9856-9983"
l_.str.779: ; @.str.779
.asciz "_77"
l_.str.780: ; @.str.780
.asciz "32-127,9856-9983"
l_.str.781: ; @.str.781
.asciz "_0_77"
l_.str.782: ; @.str.782
.asciz "9984-10240"
l_.str.783: ; @.str.783
.asciz "_78_79"
l_.str.784: ; @.str.784
.asciz "32-127,9984-10240"
l_.str.785: ; @.str.785
.asciz "_0_78_79"
l_.str.786: ; @.str.786
.asciz "11008-11135"
l_.str.787: ; @.str.787
.asciz "_86"
l_.str.788: ; @.str.788
.asciz "32-127,11008-11135"
l_.str.789: ; @.str.789
.asciz "_0_86"
l_.str.790: ; @.str.790
.asciz "32-128,$980-$9ff"
l_.str.791: ; @.str.791
.asciz "_bengali"
l_.str.792: ; @.str.792
.asciz "32-128,$600-$6ff,$750-$77f,$fb50-$fdff,$fe70-$feff"
l_.str.793: ; @.str.793
.asciz "_urdu"
l_.str.794: ; @.str.794
.asciz "32-127,$104-$107,$118-$119,$141-$144,$15a-$15b,$179-$17c,$d3,$f3"
l_.str.795: ; @.str.795
.asciz "_polish"
l_.str.796: ; @.str.796
.asciz "32-128,$900-$97f,$1cd0-$1cff,$a8e0-$a8ff"
l_.str.797: ; @.str.797
.asciz "_devanagari"
l_.str.798: ; @.str.798
.asciz "unifont_upper.bdf"
l_.str.799: ; @.str.799
.asciz "$01f600-$01f64f>$20, $01f910-$01f92f>$70, $01f970-$01f971>$90, $01f973-$01f976>$92,$01f97a>$96, $01f9b8-$01f9b9>$97, $01f9d0-$01f9d6>$99"
l_.str.800: ; @.str.800
.asciz "_emoticons"
l_.str.801: ; @.str.801
.asciz "$01f400-$01f43f>$20,$01f980-$01f9af>$60"
l_.str.802: ; @.str.802
.asciz "_animals"
l_.str.803: ; @.str.803
.asciz "$01f030-$01f093>$20"
l_.str.804: ; @.str.804
.asciz "_domino"
l_.str.805: ; @.str.805
.asciz "$01f0a0-$01f0f5>$20"
l_.str.806: ; @.str.806
.asciz "_cards"
l_.str.807: ; @.str.807
.asciz "$01f310-$01f32c>$20"
l_.str.808: ; @.str.808
.asciz "_weather"
l_.str.809: ; @.str.809
.asciz "chinese1.map"
l_.str.810: ; @.str.810
.asciz "_chinese1"
l_.str.811: ; @.str.811
.asciz "chinese2.map"
l_.str.812: ; @.str.812
.asciz "_chinese2"
l_.str.813: ; @.str.813
.asciz "chinese3.map"
l_.str.814: ; @.str.814
.asciz "_chinese3"
l_.str.815: ; @.str.815
.asciz "japanese1.map"
l_.str.816: ; @.str.816
.asciz "_japanese1"
l_.str.817: ; @.str.817
.asciz "japanese2.map"
l_.str.818: ; @.str.818
.asciz "_japanese2"
l_.str.819: ; @.str.819
.asciz "japanese3.map"
l_.str.820: ; @.str.820
.asciz "_japanese3"
l_.str.821: ; @.str.821
.asciz "korean1.map"
l_.str.822: ; @.str.822
.asciz "_korean1"
l_.str.823: ; @.str.823
.asciz "korean2.map"
l_.str.824: ; @.str.824
.asciz "_korean2"
l_.str.825: ; @.str.825
.asciz "vietnamese1.map"
l_.str.826: ; @.str.826
.asciz "_vietnamese1"
l_.str.827: ; @.str.827
.asciz "vietnamese2.map"
l_.str.828: ; @.str.828
.asciz "_vietnamese2"
l_.str.829: ; @.str.829
.asciz "gb16st.bdf"
l_.str.830: ; @.str.830
.asciz "gb16st"
l_.str.831: ; @.str.831
.asciz "_1"
l_.str.832: ; @.str.832
.asciz "_2"
l_.str.833: ; @.str.833
.asciz "_3"
l_.str.834: ; @.str.834
.asciz "gb24st.bdf"
l_.str.835: ; @.str.835
.asciz "gb24st"
l_.str.836: ; @.str.836
.asciz "wenquanyi_9pt.bdf"
l_.str.837: ; @.str.837
.asciz "wqy12"
l_.str.838: ; @.str.838
.asciz "gb2312.map"
l_.str.839: ; @.str.839
.asciz "_gb2312"
l_.str.840: ; @.str.840
.asciz "gb2312a.map"
l_.str.841: ; @.str.841
.asciz "_gb2312a"
l_.str.842: ; @.str.842
.asciz "gb2312b.map"
l_.str.843: ; @.str.843
.asciz "_gb2312b"
l_.str.844: ; @.str.844
.asciz "wenquanyi_10pt.bdf"
l_.str.845: ; @.str.845
.asciz "wqy13"
l_.str.846: ; @.str.846
.asciz "wenquanyi_13px.bdf"
l_.str.847: ; @.str.847
.asciz "wqy14"
l_.str.848: ; @.str.848
.asciz "wenquanyi_11pt.bdf"
l_.str.849: ; @.str.849
.asciz "wqy15"
l_.str.850: ; @.str.850
.asciz "wenquanyi_12pt.bdf"
l_.str.851: ; @.str.851
.asciz "wqy16"
l_.str.852: ; @.str.852
.asciz "b10.bdf"
l_.str.853: ; @.str.853
.asciz "b10"
l_.str.854: ; @.str.854
.asciz "b10_b.bdf"
l_.str.855: ; @.str.855
.asciz "b10_b"
l_.str.856: ; @.str.856
.asciz "f10.bdf"
l_.str.857: ; @.str.857
.asciz "f10"
l_.str.858: ; @.str.858
.asciz "f10_b.bdf"
l_.str.859: ; @.str.859
.asciz "f10_b"
l_.str.860: ; @.str.860
.asciz "b12.bdf"
l_.str.861: ; @.str.861
.asciz "b12"
l_.str.862: ; @.str.862
.asciz "b12_b.bdf"
l_.str.863: ; @.str.863
.asciz "b12_b"
l_.str.864: ; @.str.864
.asciz "f12.bdf"
l_.str.865: ; @.str.865
.asciz "f12"
l_.str.866: ; @.str.866
.asciz "f12_b.bdf"
l_.str.867: ; @.str.867
.asciz "f12_b"
l_.str.868: ; @.str.868
.asciz "b16.bdf"
l_.str.869: ; @.str.869
.asciz "b16"
l_.str.870: ; @.str.870
.asciz "b16_b.bdf"
l_.str.871: ; @.str.871
.asciz "b16_b"
l_.str.872: ; @.str.872
.asciz "f16.bdf"
l_.str.873: ; @.str.873
.asciz "f16"
l_.str.874: ; @.str.874
.asciz "f16_b.bdf"
l_.str.875: ; @.str.875
.asciz "f16_b"
l_.str.876: ; @.str.876
.asciz "ArtosSans-8.bdf"
l_.str.877: ; @.str.877
.asciz "artossans8"
l_.str.878: ; @.str.878
.asciz "ArtosSerif-8.bdf"
l_.str.879: ; @.str.879
.asciz "artosserif8"
l_.str.880: ; @.str.880
.asciz "Chroma48Medium-8.bdf"
l_.str.881: ; @.str.881
.asciz "chroma48medium8"
l_.str.882: ; @.str.882
.asciz "SaikyoSansBold-8.bdf"
l_.str.883: ; @.str.883
.asciz "saikyosansbold8"
l_.str.884: ; @.str.884
.asciz "TorusSansBold-8.bdf"
l_.str.885: ; @.str.885
.asciz "torussansbold8"
l_.str.886: ; @.str.886
.asciz "VictoriaBold-8.bdf"
l_.str.887: ; @.str.887
.asciz "victoriabold8"
l_.str.888: ; @.str.888
.asciz "VictoriaMedium-8.bdf"
l_.str.889: ; @.str.889
.asciz "victoriamedium8"
l_.str.890: ; @.str.890
.asciz "courB08.bdf"
l_.str.891: ; @.str.891
.asciz "courB08"
l_.str.892: ; @.str.892
.asciz "courB10.bdf"
l_.str.893: ; @.str.893
.asciz "courB10"
l_.str.894: ; @.str.894
.asciz "courB12.bdf"
l_.str.895: ; @.str.895
.asciz "courB12"
l_.str.896: ; @.str.896
.asciz "courB14.bdf"
l_.str.897: ; @.str.897
.asciz "courB14"
l_.str.898: ; @.str.898
.asciz "courB18.bdf"
l_.str.899: ; @.str.899
.asciz "courB18"
l_.str.900: ; @.str.900
.asciz "courB24.bdf"
l_.str.901: ; @.str.901
.asciz "courB24"
l_.str.902: ; @.str.902
.asciz "courR08.bdf"
l_.str.903: ; @.str.903
.asciz "courR08"
l_.str.904: ; @.str.904
.asciz "courR10.bdf"
l_.str.905: ; @.str.905
.asciz "courR10"
l_.str.906: ; @.str.906
.asciz "courR12.bdf"
l_.str.907: ; @.str.907
.asciz "courR12"
l_.str.908: ; @.str.908
.asciz "courR14.bdf"
l_.str.909: ; @.str.909
.asciz "courR14"
l_.str.910: ; @.str.910
.asciz "courR18.bdf"
l_.str.911: ; @.str.911
.asciz "courR18"
l_.str.912: ; @.str.912
.asciz "courR24.bdf"
l_.str.913: ; @.str.913
.asciz "courR24"
l_.str.914: ; @.str.914
.asciz "-y -1 -th 2 -tv 3"
l_.str.915: ; @.str.915
.asciz "courB18_2x3"
l_.str.916: ; @.str.916
.asciz "courR18_2x3"
l_.str.917: ; @.str.917
.asciz "-y -2 -th 3 -tv 4"
l_.str.918: ; @.str.918
.asciz "courB24_3x4"
l_.str.919: ; @.str.919
.asciz "courR24_3x4"
l_.str.920: ; @.str.920
.asciz "helvB08.bdf"
l_.str.921: ; @.str.921
.asciz "helvB08"
l_.str.922: ; @.str.922
.asciz "helvB10.bdf"
l_.str.923: ; @.str.923
.asciz "helvB10"
l_.str.924: ; @.str.924
.asciz "helvB12.bdf"
l_.str.925: ; @.str.925
.asciz "helvB12"
l_.str.926: ; @.str.926
.asciz "helvB14.bdf"
l_.str.927: ; @.str.927
.asciz "helvB14"
l_.str.928: ; @.str.928
.asciz "helvB18.bdf"
l_.str.929: ; @.str.929
.asciz "helvB18"
l_.str.930: ; @.str.930
.asciz "helvB24.bdf"
l_.str.931: ; @.str.931
.asciz "helvB24"
l_.str.932: ; @.str.932
.asciz "helvR08.bdf"
l_.str.933: ; @.str.933
.asciz "helvR08"
l_.str.934: ; @.str.934
.asciz "helvR10.bdf"
l_.str.935: ; @.str.935
.asciz "helvR10"
l_.str.936: ; @.str.936
.asciz "helvR12.bdf"
l_.str.937: ; @.str.937
.asciz "helvR12"
l_.str.938: ; @.str.938
.asciz "helvR14.bdf"
l_.str.939: ; @.str.939
.asciz "helvR14"
l_.str.940: ; @.str.940
.asciz "helvR18.bdf"
l_.str.941: ; @.str.941
.asciz "helvR18"
l_.str.942: ; @.str.942
.asciz "helvR24.bdf"
l_.str.943: ; @.str.943
.asciz "helvR24"
l_.str.944: ; @.str.944
.asciz "ncenB08.bdf"
l_.str.945: ; @.str.945
.asciz "ncenB08"
l_.str.946: ; @.str.946
.asciz "ncenB10.bdf"
l_.str.947: ; @.str.947
.asciz "ncenB10"
l_.str.948: ; @.str.948
.asciz "ncenB12.bdf"
l_.str.949: ; @.str.949
.asciz "ncenB12"
l_.str.950: ; @.str.950
.asciz "ncenB14.bdf"
l_.str.951: ; @.str.951
.asciz "ncenB14"
l_.str.952: ; @.str.952
.asciz "ncenB18.bdf"
l_.str.953: ; @.str.953
.asciz "ncenB18"
l_.str.954: ; @.str.954
.asciz "ncenB24.bdf"
l_.str.955: ; @.str.955
.asciz "ncenB24"
l_.str.956: ; @.str.956
.asciz "ncenR08.bdf"
l_.str.957: ; @.str.957
.asciz "ncenR08"
l_.str.958: ; @.str.958
.asciz "ncenR10.bdf"
l_.str.959: ; @.str.959
.asciz "ncenR10"
l_.str.960: ; @.str.960
.asciz "ncenR12.bdf"
l_.str.961: ; @.str.961
.asciz "ncenR12"
l_.str.962: ; @.str.962
.asciz "ncenR14.bdf"
l_.str.963: ; @.str.963
.asciz "ncenR14"
l_.str.964: ; @.str.964
.asciz "ncenR18.bdf"
l_.str.965: ; @.str.965
.asciz "ncenR18"
l_.str.966: ; @.str.966
.asciz "ncenR24.bdf"
l_.str.967: ; @.str.967
.asciz "ncenR24"
l_.str.968: ; @.str.968
.asciz "timB08.bdf"
l_.str.969: ; @.str.969
.asciz "timB08"
l_.str.970: ; @.str.970
.asciz "timB10.bdf"
l_.str.971: ; @.str.971
.asciz "timB10"
l_.str.972: ; @.str.972
.asciz "timB12.bdf"
l_.str.973: ; @.str.973
.asciz "timB12"
l_.str.974: ; @.str.974
.asciz "timB14.bdf"
l_.str.975: ; @.str.975
.asciz "timB14"
l_.str.976: ; @.str.976
.asciz "timB18.bdf"
l_.str.977: ; @.str.977
.asciz "timB18"
l_.str.978: ; @.str.978
.asciz "timB24.bdf"
l_.str.979: ; @.str.979
.asciz "timB24"
l_.str.980: ; @.str.980
.asciz "timR08.bdf"
l_.str.981: ; @.str.981
.asciz "timR08"
l_.str.982: ; @.str.982
.asciz "timR10.bdf"
l_.str.983: ; @.str.983
.asciz "timR10"
l_.str.984: ; @.str.984
.asciz "timR12.bdf"
l_.str.985: ; @.str.985
.asciz "timR12"
l_.str.986: ; @.str.986
.asciz "timR14.bdf"
l_.str.987: ; @.str.987
.asciz "timR14"
l_.str.988: ; @.str.988
.asciz "timR18.bdf"
l_.str.989: ; @.str.989
.asciz "timR18"
l_.str.990: ; @.str.990
.asciz "timR24.bdf"
l_.str.991: ; @.str.991
.asciz "timR24"
l_.str.992: ; @.str.992
.asciz "lubB08.bdf"
l_.str.993: ; @.str.993
.asciz "lubB08"
l_.str.994: ; @.str.994
.asciz "lubB10.bdf"
l_.str.995: ; @.str.995
.asciz "lubB10"
l_.str.996: ; @.str.996
.asciz "lubB12.bdf"
l_.str.997: ; @.str.997
.asciz "lubB12"
l_.str.998: ; @.str.998
.asciz "lubB14.bdf"
l_.str.999: ; @.str.999
.asciz "lubB14"
l_.str.1000: ; @.str.1000
.asciz "lubB18.bdf"
l_.str.1001: ; @.str.1001
.asciz "lubB18"
l_.str.1002: ; @.str.1002
.asciz "lubB19.bdf"
l_.str.1003: ; @.str.1003
.asciz "lubB19"
l_.str.1004: ; @.str.1004
.asciz "lubB24.bdf"
l_.str.1005: ; @.str.1005
.asciz "lubB24"
l_.str.1006: ; @.str.1006
.asciz "lubBI08.bdf"
l_.str.1007: ; @.str.1007
.asciz "lubBI08"
l_.str.1008: ; @.str.1008
.asciz "lubBI10.bdf"
l_.str.1009: ; @.str.1009
.asciz "lubBI10"
l_.str.1010: ; @.str.1010
.asciz "lubBI12.bdf"
l_.str.1011: ; @.str.1011
.asciz "lubBI12"
l_.str.1012: ; @.str.1012
.asciz "lubBI14.bdf"
l_.str.1013: ; @.str.1013
.asciz "lubBI14"
l_.str.1014: ; @.str.1014
.asciz "lubBI18.bdf"
l_.str.1015: ; @.str.1015
.asciz "lubBI18"
l_.str.1016: ; @.str.1016
.asciz "lubBI19.bdf"
l_.str.1017: ; @.str.1017
.asciz "lubBI19"
l_.str.1018: ; @.str.1018
.asciz "lubBI24.bdf"
l_.str.1019: ; @.str.1019
.asciz "lubBI24"
l_.str.1020: ; @.str.1020
.asciz "lubI08.bdf"
l_.str.1021: ; @.str.1021
.asciz "lubI08"
l_.str.1022: ; @.str.1022
.asciz "lubI10.bdf"
l_.str.1023: ; @.str.1023
.asciz "lubI10"
l_.str.1024: ; @.str.1024
.asciz "lubI12.bdf"
l_.str.1025: ; @.str.1025
.asciz "lubI12"
l_.str.1026: ; @.str.1026
.asciz "lubI14.bdf"
l_.str.1027: ; @.str.1027
.asciz "lubI14"
l_.str.1028: ; @.str.1028
.asciz "lubI18.bdf"
l_.str.1029: ; @.str.1029
.asciz "lubI18"
l_.str.1030: ; @.str.1030
.asciz "lubI19.bdf"
l_.str.1031: ; @.str.1031
.asciz "lubI19"
l_.str.1032: ; @.str.1032
.asciz "lubI24.bdf"
l_.str.1033: ; @.str.1033
.asciz "lubI24"
l_.str.1034: ; @.str.1034
.asciz "luBIS08.bdf"
l_.str.1035: ; @.str.1035
.asciz "luBIS08"
l_.str.1036: ; @.str.1036
.asciz "luBIS10.bdf"
l_.str.1037: ; @.str.1037
.asciz "luBIS10"
l_.str.1038: ; @.str.1038
.asciz "luBIS12.bdf"
l_.str.1039: ; @.str.1039
.asciz "luBIS12"
l_.str.1040: ; @.str.1040
.asciz "luBIS14.bdf"
l_.str.1041: ; @.str.1041
.asciz "luBIS14"
l_.str.1042: ; @.str.1042
.asciz "luBIS18.bdf"
l_.str.1043: ; @.str.1043
.asciz "luBIS18"
l_.str.1044: ; @.str.1044
.asciz "luBIS19.bdf"
l_.str.1045: ; @.str.1045
.asciz "luBIS19"
l_.str.1046: ; @.str.1046
.asciz "luBIS24.bdf"
l_.str.1047: ; @.str.1047
.asciz "luBIS24"
l_.str.1048: ; @.str.1048
.asciz "lubR08.bdf"
l_.str.1049: ; @.str.1049
.asciz "lubR08"
l_.str.1050: ; @.str.1050
.asciz "lubR10.bdf"
l_.str.1051: ; @.str.1051
.asciz "lubR10"
l_.str.1052: ; @.str.1052
.asciz "lubR12.bdf"
l_.str.1053: ; @.str.1053
.asciz "lubR12"
l_.str.1054: ; @.str.1054
.asciz "lubR14.bdf"
l_.str.1055: ; @.str.1055
.asciz "lubR14"
l_.str.1056: ; @.str.1056
.asciz "lubR18.bdf"
l_.str.1057: ; @.str.1057
.asciz "lubR18"
l_.str.1058: ; @.str.1058
.asciz "lubR19.bdf"
l_.str.1059: ; @.str.1059
.asciz "lubR19"
l_.str.1060: ; @.str.1060
.asciz "lubR24.bdf"
l_.str.1061: ; @.str.1061
.asciz "lubR24"
l_.str.1062: ; @.str.1062
.asciz "luBS08.bdf"
l_.str.1063: ; @.str.1063
.asciz "luBS08"
l_.str.1064: ; @.str.1064
.asciz "luBS10.bdf"
l_.str.1065: ; @.str.1065
.asciz "luBS10"
l_.str.1066: ; @.str.1066
.asciz "luBS12.bdf"
l_.str.1067: ; @.str.1067
.asciz "luBS12"
l_.str.1068: ; @.str.1068
.asciz "luBS14.bdf"
l_.str.1069: ; @.str.1069
.asciz "luBS14"
l_.str.1070: ; @.str.1070
.asciz "luBS18.bdf"
l_.str.1071: ; @.str.1071
.asciz "luBS18"
l_.str.1072: ; @.str.1072
.asciz "luBS19.bdf"
l_.str.1073: ; @.str.1073
.asciz "luBS19"
l_.str.1074: ; @.str.1074
.asciz "luBS24.bdf"
l_.str.1075: ; @.str.1075
.asciz "luBS24"
l_.str.1076: ; @.str.1076
.asciz "luIS08.bdf"
l_.str.1077: ; @.str.1077
.asciz "luIS08"
l_.str.1078: ; @.str.1078
.asciz "luIS10.bdf"
l_.str.1079: ; @.str.1079
.asciz "luIS10"
l_.str.1080: ; @.str.1080
.asciz "luIS12.bdf"
l_.str.1081: ; @.str.1081
.asciz "luIS12"
l_.str.1082: ; @.str.1082
.asciz "luIS14.bdf"
l_.str.1083: ; @.str.1083
.asciz "luIS14"
l_.str.1084: ; @.str.1084
.asciz "luIS18.bdf"
l_.str.1085: ; @.str.1085
.asciz "luIS18"
l_.str.1086: ; @.str.1086
.asciz "luIS19.bdf"
l_.str.1087: ; @.str.1087
.asciz "luIS19"
l_.str.1088: ; @.str.1088
.asciz "luIS24.bdf"
l_.str.1089: ; @.str.1089
.asciz "luIS24"
l_.str.1090: ; @.str.1090
.asciz "luRS08.bdf"
l_.str.1091: ; @.str.1091
.asciz "luRS08"
l_.str.1092: ; @.str.1092
.asciz "luRS10.bdf"
l_.str.1093: ; @.str.1093
.asciz "luRS10"
l_.str.1094: ; @.str.1094
.asciz "luRS12.bdf"
l_.str.1095: ; @.str.1095
.asciz "luRS12"
l_.str.1096: ; @.str.1096
.asciz "luRS14.bdf"
l_.str.1097: ; @.str.1097
.asciz "luRS14"
l_.str.1098: ; @.str.1098
.asciz "luRS18.bdf"
l_.str.1099: ; @.str.1099
.asciz "luRS18"
l_.str.1100: ; @.str.1100
.asciz "luRS19.bdf"
l_.str.1101: ; @.str.1101
.asciz "luRS19"
l_.str.1102: ; @.str.1102
.asciz "luRS24.bdf"
l_.str.1103: ; @.str.1103
.asciz "luRS24"
l_.str.1104: ; @.str.1104
.asciz "baby.ttf"
l_.str.1105: ; @.str.1105
.asciz "baby"
l_.str.1106: ; @.str.1106
.asciz "blipfest_07.ttf"
l_.str.1107: ; @.str.1107
.asciz "blipfest_07"
l_.str.1108: ; @.str.1108
.asciz "chikita.ttf"
l_.str.1109: ; @.str.1109
.asciz "chikita"
l_.str.1110: ; @.str.1110
.asciz "lucasfont_alternate.ttf"
l_.str.1111: ; @.str.1111
.asciz "lucasfont_alternate"
l_.str.1112: ; @.str.1112
.asciz "p01type.ttf"
l_.str.1113: ; @.str.1113
.asciz "p01type"
l_.str.1114: ; @.str.1114
.asciz "pixelle_micro.ttf"
l_.str.1115: ; @.str.1115
.asciz "pixelle_micro"
l_.str.1116: ; @.str.1116
.asciz "robot_de_niro.ttf"
l_.str.1117: ; @.str.1117
.asciz "robot_de_niro"
l_.str.1118: ; @.str.1118
.asciz "trixel_square.ttf"
l_.str.1119: ; @.str.1119
.asciz "trixel_square"
l_.str.1120: ; @.str.1120
.asciz "haxrcorp4089.ttf"
l_.str.1121: ; @.str.1121
.asciz "haxrcorp4089"
l_.str.1122: ; @.str.1122
.asciz "-r 72 -p 24"
l_.str.1123: ; @.str.1123
.asciz "bubble.ttf"
l_.str.1124: ; @.str.1124
.asciz "bubble"
l_.str.1125: ; @.str.1125
.asciz "-r 72 -p 36"
l_.str.1126: ; @.str.1126
.asciz "cardimon-pixel.ttf"
l_.str.1127: ; @.str.1127
.asciz "cardimon_pixel"
l_.str.1128: ; @.str.1128
.asciz "maniac.ttf"
l_.str.1129: ; @.str.1129
.asciz "maniac"
l_.str.1130: ; @.str.1130
.asciz "lucasarts-scumm-subtitle-roman-outline.ttf"
l_.str.1131: ; @.str.1131
.asciz "lucasarts_scumm_subtitle_o"
l_.str.1132: ; @.str.1132
.asciz "lucasarts-scumm-subtitle-roman.ttf"
l_.str.1133: ; @.str.1133
.asciz "lucasarts_scumm_subtitle_r"
l_.str.1134: ; @.str.1134
.asciz "-y 1 -th 2 -tv 2"
l_.str.1135: ; @.str.1135
.asciz "lucasarts_scumm_subtitle_o_2x2"
l_.str.1136: ; @.str.1136
.asciz "-y 0 -th 2 -tv 2"
l_.str.1137: ; @.str.1137
.asciz "lucasarts_scumm_subtitle_r_2x2"
l_.str.1138: ; @.str.1138
.asciz "FreeUniversal-Bold.ttf"
l_.str.1139: ; @.str.1139
.asciz "fub11"
l_.str.1140: ; @.str.1140
.asciz "fub14"
l_.str.1141: ; @.str.1141
.asciz "-a -r 72 -p 23"
l_.str.1142: ; @.str.1142
.asciz "fub17"
l_.str.1143: ; @.str.1143
.asciz "-a -r 72 -p 27"
l_.str.1144: ; @.str.1144
.asciz "fub20"
l_.str.1145: ; @.str.1145
.asciz "-a -r 72 -p 34"
l_.str.1146: ; @.str.1146
.asciz "fub25"
l_.str.1147: ; @.str.1147
.asciz "-a -r 72 -p 40"
l_.str.1148: ; @.str.1148
.asciz "fub30"
l_.str.1149: ; @.str.1149
.asciz "-a -r 72 -p 49"
l_.str.1150: ; @.str.1150
.asciz "fub35"
l_.str.1151: ; @.str.1151
.asciz "-a -r 72 -p 58"
l_.str.1152: ; @.str.1152
.asciz "fub42"
l_.str.1153: ; @.str.1153
.asciz "-a -r 72 -p 68"
l_.str.1154: ; @.str.1154
.asciz "fub49"
l_.str.1155: ; @.str.1155
.asciz "32,35-57,$300-$3ff,$2030-$3000"
l_.str.1156: ; @.str.1156
.asciz "_symbol"
l_.str.1157: ; @.str.1157
.asciz "32,35-57,$300-$3ff,$2031-$3000"
l_.str.1158: ; @.str.1158
.asciz "-a -r 72 -p 15"
l_.str.1159: ; @.str.1159
.asciz "FreeUniversal-Regular.ttf"
l_.str.1160: ; @.str.1160
.asciz "fur11"
l_.str.1161: ; @.str.1161
.asciz "-a -r 72 -p 19"
l_.str.1162: ; @.str.1162
.asciz "fur14"
l_.str.1163: ; @.str.1163
.asciz "fur17"
l_.str.1164: ; @.str.1164
.asciz "-a -r 72 -p 28"
l_.str.1165: ; @.str.1165
.asciz "fur20"
l_.str.1166: ; @.str.1166
.asciz "fur25"
l_.str.1167: ; @.str.1167
.asciz "fur30"
l_.str.1168: ; @.str.1168
.asciz "-a -r 72 -p 48"
l_.str.1169: ; @.str.1169
.asciz "fur35"
l_.str.1170: ; @.str.1170
.asciz "fur42"
l_.str.1171: ; @.str.1171
.asciz "fur49"
l_.str.1172: ; @.str.1172
.asciz "-a -r 72 -p 25"
l_.str.1173: ; @.str.1173
.asciz "OldStandard-Bold.ttf"
l_.str.1174: ; @.str.1174
.asciz "osb18"
l_.str.1175: ; @.str.1175
.asciz "osb21"
l_.str.1176: ; @.str.1176
.asciz "osb26"
l_.str.1177: ; @.str.1177
.asciz "-a -r 72 -p 38"
l_.str.1178: ; @.str.1178
.asciz "osb29"
l_.str.1179: ; @.str.1179
.asciz "osb35"
l_.str.1180: ; @.str.1180
.asciz "-a -r 72 -p 55"
l_.str.1181: ; @.str.1181
.asciz "osb41"
l_.str.1182: ; @.str.1182
.asciz "-a -r 72 -p 26"
l_.str.1183: ; @.str.1183
.asciz "OldStandard-Regular.ttf"
l_.str.1184: ; @.str.1184
.asciz "osr18"
l_.str.1185: ; @.str.1185
.asciz "-a -r 72 -p 29"
l_.str.1186: ; @.str.1186
.asciz "osr21"
l_.str.1187: ; @.str.1187
.asciz "-a -r 72 -p 36"
l_.str.1188: ; @.str.1188
.asciz "osr26"
l_.str.1189: ; @.str.1189
.asciz "-a -r 72 -p 41"
l_.str.1190: ; @.str.1190
.asciz "osr29"
l_.str.1191: ; @.str.1191
.asciz "osr35"
l_.str.1192: ; @.str.1192
.asciz "-a -r 72 -p 57"
l_.str.1193: ; @.str.1193
.asciz "osr41"
l_.str.1194: ; @.str.1194
.asciz "-a -r 72 -p 22"
l_.str.1195: ; @.str.1195
.asciz "inr.otf"
l_.str.1196: ; @.str.1196
.asciz "inr16"
l_.str.1197: ; @.str.1197
.asciz "inr19"
l_.str.1198: ; @.str.1198
.asciz "-a -r 72 -p 30"
l_.str.1199: ; @.str.1199
.asciz "inr21"
l_.str.1200: ; @.str.1200
.asciz "-a -r 72 -p 33"
l_.str.1201: ; @.str.1201
.asciz "inr24"
l_.str.1202: ; @.str.1202
.asciz "inr27"
l_.str.1203: ; @.str.1203
.asciz "inr30"
l_.str.1204: ; @.str.1204
.asciz "-a -r 72 -p 44"
l_.str.1205: ; @.str.1205
.asciz "inr33"
l_.str.1206: ; @.str.1206
.asciz "-a -r 72 -p 51"
l_.str.1207: ; @.str.1207
.asciz "inr38"
l_.str.1208: ; @.str.1208
.asciz "inr42"
l_.str.1209: ; @.str.1209
.asciz "-a -r 72 -p 62"
l_.str.1210: ; @.str.1210
.asciz "inr46"
l_.str.1211: ; @.str.1211
.asciz "-a -r 72 -p 67"
l_.str.1212: ; @.str.1212
.asciz "inr49"
l_.str.1213: ; @.str.1213
.asciz "-a -r 72 -p 72"
l_.str.1214: ; @.str.1214
.asciz "inr53"
l_.str.1215: ; @.str.1215
.asciz "-a -r 72 -p 78"
l_.str.1216: ; @.str.1216
.asciz "inr57"
l_.str.1217: ; @.str.1217
.asciz "-a -r 72 -p 82"
l_.str.1218: ; @.str.1218
.asciz "inr62"
l_.str.1219: ; @.str.1219
.asciz "-y -1 -x 1 -th 2 -tv 4"
l_.str.1220: ; @.str.1220
.asciz "inr21_2x4"
l_.str.1221: ; @.str.1221
.asciz "-y -1 -x 2 -th 3 -tv 6"
l_.str.1222: ; @.str.1222
.asciz "inr33_3x6"
l_.str.1223: ; @.str.1223
.asciz "-y 0 -x 3 -th 4 -tv 8"
l_.str.1224: ; @.str.1224
.asciz "inr46_4x8"
l_.str.1225: ; @.str.1225
.asciz "inb.otf"
l_.str.1226: ; @.str.1226
.asciz "inb16"
l_.str.1227: ; @.str.1227
.asciz "inb19"
l_.str.1228: ; @.str.1228
.asciz "inb21"
l_.str.1229: ; @.str.1229
.asciz "inb24"
l_.str.1230: ; @.str.1230
.asciz "inb27"
l_.str.1231: ; @.str.1231
.asciz "inb30"
l_.str.1232: ; @.str.1232
.asciz "inb33"
l_.str.1233: ; @.str.1233
.asciz "inb38"
l_.str.1234: ; @.str.1234
.asciz "inb42"
l_.str.1235: ; @.str.1235
.asciz "inb46"
l_.str.1236: ; @.str.1236
.asciz "-a -r 72 -p 66"
l_.str.1237: ; @.str.1237
.asciz "inb49"
l_.str.1238: ; @.str.1238
.asciz "-a -r 72 -p 71"
l_.str.1239: ; @.str.1239
.asciz "inb53"
l_.str.1240: ; @.str.1240
.asciz "inb57"
l_.str.1241: ; @.str.1241
.asciz "-a -r 72 -p 84"
l_.str.1242: ; @.str.1242
.asciz "inb63"
l_.str.1243: ; @.str.1243
.asciz "inb21_2x4"
l_.str.1244: ; @.str.1244
.asciz "inb33_3x6"
l_.str.1245: ; @.str.1245
.asciz "inb46_4x8"
l_.str.1246: ; @.str.1246
.asciz "Logisoso.ttf"
l_.str.1247: ; @.str.1247
.asciz "logisoso16"
l_.str.1248: ; @.str.1248
.asciz "logisoso18"
l_.str.1249: ; @.str.1249
.asciz "logisoso20"
l_.str.1250: ; @.str.1250
.asciz "-a -r 72 -p 32"
l_.str.1251: ; @.str.1251
.asciz "logisoso22"
l_.str.1252: ; @.str.1252
.asciz "logisoso24"
l_.str.1253: ; @.str.1253
.asciz "logisoso26"
l_.str.1254: ; @.str.1254
.asciz "logisoso28"
l_.str.1255: ; @.str.1255
.asciz "-a -r 72 -p 43"
l_.str.1256: ; @.str.1256
.asciz "logisoso30"
l_.str.1257: ; @.str.1257
.asciz "-a -r 72 -p 45"
l_.str.1258: ; @.str.1258
.asciz "logisoso32"
l_.str.1259: ; @.str.1259
.asciz "logisoso34"
l_.str.1260: ; @.str.1260
.asciz "-a -r 72 -p 54"
l_.str.1261: ; @.str.1261
.asciz "logisoso38"
l_.str.1262: ; @.str.1262
.asciz "-a -r 72 -p 60"
l_.str.1263: ; @.str.1263
.asciz "logisoso42"
l_.str.1264: ; @.str.1264
.asciz "logisoso46"
l_.str.1265: ; @.str.1265
.asciz "logisoso50"
l_.str.1266: ; @.str.1266
.asciz "-a -r 72 -p 77"
l_.str.1267: ; @.str.1267
.asciz "logisoso54"
l_.str.1268: ; @.str.1268
.asciz "-a -r 72 -p 83"
l_.str.1269: ; @.str.1269
.asciz "logisoso58"
l_.str.1270: ; @.str.1270
.asciz "-a -r 72 -p 89"
l_.str.1271: ; @.str.1271
.asciz "logisoso62"
l_.str.1272: ; @.str.1272
.asciz "-a -r 72 -p 110"
l_.str.1273: ; @.str.1273
.asciz "logisoso78"
l_.str.1274: ; @.str.1274
.asciz "-a -r 72 -p 131"
l_.str.1275: ; @.str.1275
.asciz "logisoso92"
l_.str.1276: ; @.str.1276
.asciz "PressStart2P.ttf"
l_.str.1277: ; @.str.1277
.asciz "pressstart2p"
l_.str.1278: ; @.str.1278
.asciz "pcsenior.ttf"
l_.str.1279: ; @.str.1279
.asciz "pcsenior"
l_.str.1280: ; @.str.1280
.asciz "PxPlus_IBM_CGAthin.ttf"
l_.str.1281: ; @.str.1281
.asciz "pxplusibmcgathin"
l_.str.1282: ; @.str.1282
.asciz "PxPlus_IBM_CGA.ttf"
l_.str.1283: ; @.str.1283
.asciz "pxplusibmcga"
l_.str.1284: ; @.str.1284
.asciz "PxPlus_TandyNew_TV.ttf"
l_.str.1285: ; @.str.1285
.asciz "pxplustandynewtv"
l_.str.1286: ; @.str.1286
.asciz "PxPlus_IBM_VGA9.ttf"
l_.str.1287: ; @.str.1287
.asciz "pxplusibmvga9"
l_.str.1288: ; @.str.1288
.asciz "PxPlus_IBM_VGA8.ttf"
l_.str.1289: ; @.str.1289
.asciz "pxplusibmvga8"
l_.str.1290: ; @.str.1290
.asciz "Px437_Wyse700a.ttf"
l_.str.1291: ; @.str.1291
.asciz "px437wyse700a"
l_.str.1292: ; @.str.1292
.asciz "Px437_Wyse700b.ttf"
l_.str.1293: ; @.str.1293
.asciz "px437wyse700b"
l_.str.1294: ; @.str.1294
.asciz "-y -1 -th 2 -tv 2"
l_.str.1295: ; @.str.1295
.asciz "px437wyse700a_2x2"
l_.str.1296: ; @.str.1296
.asciz "px437wyse700b_2x2"
.section __DATA,__data
.globl _fi ; @fi
.p2align 3
_fi:
.quad 0
.quad 0
.quad l_.str.160
.quad l_.str.161
.long 0 ; 0x0
.long 0 ; 0x0
.long 3 ; 0x3
.long 1 ; 0x1
.long 3 ; 0x3
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.163
.quad l_.str.164
.long 0 ; 0x0
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 1 ; 0x1
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.165
.quad l_.str.166
.long 0 ; 0x0
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 1 ; 0x1
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.167
.quad l_.str.168
.long 0 ; 0x0
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 1 ; 0x1
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.169
.quad l_.str.170
.long 0 ; 0x0
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.171
.quad l_.str.172
.long 0 ; 0x0
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.173
.quad l_.str.174
.long 0 ; 0x0
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 4 ; 0x4
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.175
.quad l_.str.176
.long 0 ; 0x0
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.177
.quad l_.str.178
.long 0 ; 0x0
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.179
.quad l_.str.180
.long 2 ; 0x2
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.181
.quad l_.str.182
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.183
.quad l_.str.184
.quad 0
.quad 0
.quad l_.str.181
.quad l_.str.182
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.185
.quad l_.str
.quad 0
.quad 0
.quad l_.str.186
.quad l_.str.187
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.188
.quad l_.str.189
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.188
.quad l_.str.189
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.192
.quad l_.str.193
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.192
.quad l_.str.193
.long 1 ; 0x1
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.192
.quad l_.str.193
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.194
.quad l_.str.195
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.194
.quad l_.str.195
.long 1 ; 0x1
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.194
.quad l_.str.195
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.196
.quad l_.str.197
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.198
.quad l_.str.199
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.198
.quad l_.str.199
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.200
.quad l_.str.201
.quad 0
.quad 0
.quad l_.str.198
.quad l_.str.199
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.202
.quad l_.str.203
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.202
.quad l_.str.203
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.204
.quad l_.str.205
.quad 0
.quad 0
.quad l_.str.202
.quad l_.str.203
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.206
.quad l_.str.207
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.206
.quad l_.str.207
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.204
.quad l_.str.205
.quad 0
.quad 0
.quad l_.str.206
.quad l_.str.207
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.208
.quad l_.str.209
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.210
.quad l_.str.211
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.210
.quad l_.str.211
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.200
.quad l_.str.201
.quad 0
.quad 0
.quad l_.str.210
.quad l_.str.211
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.212
.quad l_.str.213
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.214
.quad l_.str.215
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.216
.quad l_.str.217
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.218
.quad l_.str.219
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.220
.quad l_.str.221
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.220
.quad l_.str.221
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.200
.quad l_.str.201
.quad 0
.quad 0
.quad l_.str.220
.quad l_.str.221
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.222
.quad l_.str.223
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.224
.quad l_.str.225
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.226
.quad l_.str.227
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.226
.quad l_.str.227
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.200
.quad l_.str.201
.quad 0
.quad 0
.quad l_.str.226
.quad l_.str.227
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.228
.quad l_.str.229
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.230
.quad l_.str.231
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.232
.quad l_.str.233
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.234
.quad l_.str.235
.long 1 ; 0x1
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.234
.quad l_.str.235
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.236
.quad l_.str.237
.quad 0
.quad 0
.quad l_.str.234
.quad l_.str.235
.long 1 ; 0x1
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.234
.quad l_.str.235
.long 1 ; 0x1
.long 35 ; 0x23
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.238
.quad l_.str.239
.quad l_.str.240
.quad 0
.quad l_.str.220
.quad l_.str.241
.long 1 ; 0x1
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.240
.quad 0
.quad l_.str.222
.quad l_.str.242
.long 1 ; 0x1
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.243
.quad 0
.quad l_.str.216
.quad l_.str.244
.long 1 ; 0x1
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.243
.quad 0
.quad l_.str.218
.quad l_.str.245
.long 1 ; 0x1
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.246
.quad l_.str.247
.long 20 ; 0x14
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.248
.quad l_.str.249
.quad 0
.quad 0
.quad l_.str.250
.quad l_.str.251
.long 24 ; 0x18
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad 0
.quad l_.str.250
.quad l_.str.251
.long 24 ; 0x18
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.254
.quad l_.str.255
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.254
.quad l_.str.255
.long 19 ; 0x13
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.256
.quad l_.str.253
.quad 0
.quad 0
.quad l_.str.257
.quad l_.str.258
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.259
.quad l_.str.260
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.261
.quad l_.str.262
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.263
.quad l_.str.264
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.265
.quad l_.str.266
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.267
.quad l_.str.268
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.269
.quad l_.str.270
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.271
.quad l_.str.272
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.273
.quad l_.str.274
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.275
.quad l_.str.276
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.277
.quad l_.str.278
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.279
.quad l_.str.280
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.281
.quad l_.str.282
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.283
.quad l_.str.284
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.285
.quad l_.str.286
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.287
.quad l_.str.288
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.289
.quad l_.str.290
.long 19 ; 0x13
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.291
.quad l_.str.292
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.293
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.294
.quad l_.str.295
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.297
.quad l_.str.298
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.299
.quad l_.str.300
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.301
.quad l_.str.302
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.303
.quad l_.str.304
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.305
.quad l_.str.306
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.307
.quad l_.str.308
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.309
.quad l_.str.310
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.311
.quad l_.str.312
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.313
.quad l_.str.314
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.315
.quad l_.str.316
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.317
.quad l_.str.318
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.319
.quad l_.str.320
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.321
.quad l_.str.322
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad l_.str.323
.quad 0
.quad l_.str.297
.quad l_.str.324
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.323
.quad 0
.quad l_.str.299
.quad l_.str.326
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.323
.quad 0
.quad l_.str.303
.quad l_.str.327
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.323
.quad 0
.quad l_.str.313
.quad l_.str.328
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.323
.quad 0
.quad l_.str.317
.quad l_.str.329
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.323
.quad 0
.quad l_.str.319
.quad l_.str.330
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.331
.quad l_.str.332
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.293
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.333
.quad l_.str.334
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.335
.quad l_.str.336
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.337
.quad l_.str.338
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.339
.quad l_.str.340
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.341
.quad l_.str.342
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.343
.quad l_.str.344
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.345
.quad l_.str.346
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.347
.quad l_.str.348
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.349
.quad l_.str.350
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.351
.quad l_.str.352
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.353
.quad l_.str.354
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.355
.quad l_.str.356
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.357
.quad l_.str.358
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.359
.quad l_.str.360
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad l_.str.361
.quad 0
.quad l_.str.335
.quad l_.str.362
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.361
.quad 0
.quad l_.str.337
.quad l_.str.363
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.361
.quad 0
.quad l_.str.341
.quad l_.str.364
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.361
.quad 0
.quad l_.str.351
.quad l_.str.365
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.361
.quad 0
.quad l_.str.355
.quad l_.str.366
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.361
.quad 0
.quad l_.str.357
.quad l_.str.367
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.368
.quad l_.str.369
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.293
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.370
.quad l_.str.371
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.372
.quad l_.str.373
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.374
.quad l_.str.375
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.376
.quad l_.str.377
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.378
.quad l_.str.379
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.380
.quad l_.str.381
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.382
.quad l_.str.383
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.384
.quad l_.str.385
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.386
.quad l_.str.387
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.388
.quad l_.str.389
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.390
.quad l_.str.391
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.392
.quad l_.str.393
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.394
.quad l_.str.395
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.396
.quad l_.str.397
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad l_.str.398
.quad 0
.quad l_.str.372
.quad l_.str.399
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.398
.quad 0
.quad l_.str.374
.quad l_.str.400
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.398
.quad 0
.quad l_.str.378
.quad l_.str.401
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.398
.quad 0
.quad l_.str.388
.quad l_.str.402
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.398
.quad 0
.quad l_.str.392
.quad l_.str.403
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.398
.quad 0
.quad l_.str.394
.quad l_.str.404
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.405
.quad l_.str.406
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.293
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.407
.quad l_.str.408
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.409
.quad l_.str.410
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.411
.quad l_.str.412
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.413
.quad l_.str.414
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.415
.quad l_.str.416
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.417
.quad l_.str.418
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.419
.quad l_.str.420
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.421
.quad l_.str.422
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.423
.quad l_.str.424
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.425
.quad l_.str.426
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.427
.quad l_.str.428
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.429
.quad l_.str.430
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.431
.quad l_.str.432
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.433
.quad l_.str.434
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.435
.quad l_.str.436
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.293
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.437
.quad l_.str.438
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.439
.quad l_.str.440
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.441
.quad l_.str.442
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.443
.quad l_.str.444
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.445
.quad l_.str.446
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.447
.quad l_.str.448
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.449
.quad l_.str.450
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.451
.quad l_.str.452
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.453
.quad l_.str.454
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.455
.quad l_.str.456
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.457
.quad l_.str.458
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.459
.quad l_.str.460
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.461
.quad l_.str.462
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.463
.quad l_.str.464
.long 22 ; 0x16
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.296
.quad l_.str.162
.quad l_.str.465
.quad 0
.quad l_.str.439
.quad l_.str.466
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.465
.quad 0
.quad l_.str.441
.quad l_.str.467
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.465
.quad 0
.quad l_.str.445
.quad l_.str.468
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.465
.quad 0
.quad l_.str.455
.quad l_.str.469
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.465
.quad 0
.quad l_.str.459
.quad l_.str.470
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad l_.str.465
.quad 0
.quad l_.str.461
.quad l_.str.471
.long 22 ; 0x16
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.472
.quad l_.str.473
.long 4 ; 0x4
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.474
.quad l_.str.475
.long 4 ; 0x4
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.476
.quad l_.str.477
.long 4 ; 0x4
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.478
.quad l_.str.479
.long 4 ; 0x4
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.480
.quad l_.str.481
.long 4 ; 0x4
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.482
.quad l_.str.483
.long 4 ; 0x4
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.484
.quad l_.str.485
.long 4 ; 0x4
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.486
.quad 0
.quad l_.str.484
.quad l_.str.487
.long 4 ; 0x4
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.488
.quad l_.str.489
.quad l_.str.490
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.492
.quad l_.str.489
.quad l_.str.493
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.494
.quad l_.str.489
.quad l_.str.495
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.496
.quad l_.str.489
.quad l_.str.497
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.488
.quad l_.str.498
.quad l_.str.499
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.492
.quad l_.str.498
.quad l_.str.500
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.494
.quad l_.str.498
.quad l_.str.501
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.496
.quad l_.str.498
.quad l_.str.502
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.503
.quad l_.str.504
.quad l_.str.505
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.506
.quad l_.str.504
.quad l_.str.507
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.508
.quad l_.str.504
.quad l_.str.509
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.504
.quad l_.str.511
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.512
.quad l_.str.513
.quad l_.str.514
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.503
.quad l_.str.513
.quad l_.str.515
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.506
.quad l_.str.513
.quad l_.str.516
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.508
.quad l_.str.513
.quad l_.str.517
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.513
.quad l_.str.518
.long 23 ; 0x17
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.491
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.519
.quad l_.str.520
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.519
.quad l_.str.520
.long 18 ; 0x12
.long 0 ; 0x0
.long 3 ; 0x3
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.521
.quad l_.str.522
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.521
.quad l_.str.522
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.523
.quad l_.str.524
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.523
.quad l_.str.524
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.525
.quad l_.str.526
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.525
.quad l_.str.526
.long 18 ; 0x12
.long 0 ; 0x0
.long 3 ; 0x3
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.527
.quad l_.str.528
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.527
.quad l_.str.528
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.529
.quad l_.str.530
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.531
.quad l_.str.532
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.533
.quad l_.str.534
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.535
.quad l_.str.536
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.537
.quad l_.str.538
.quad l_.str.539
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.540
.quad l_.str.541
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.542
.quad l_.str.543
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.542
.quad l_.str.543
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.544
.quad l_.str.545
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.544
.quad l_.str.545
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.546
.quad l_.str.547
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.548
.quad l_.str.549
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.548
.quad l_.str.549
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.550
.quad l_.str.551
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.550
.quad l_.str.551
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.552
.quad l_.str.553
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.552
.quad l_.str.553
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.554
.quad l_.str.555
.long 18 ; 0x12
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.556
.quad l_.str.557
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.556
.quad l_.str.557
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.558
.quad l_.str.559
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.558
.quad l_.str.559
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.560
.quad l_.str.561
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.560
.quad l_.str.561
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.562
.quad l_.str.563
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.562
.quad l_.str.563
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.564
.quad l_.str.565
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.564
.quad l_.str.565
.long 25 ; 0x19
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.566
.quad l_.str.567
.long 26 ; 0x1a
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.568
.quad l_.str.569
.long 26 ; 0x1a
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.570
.quad l_.str.571
.long 26 ; 0x1a
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.572
.quad l_.str.573
.long 26 ; 0x1a
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.574
.quad l_.str.575
.long 26 ; 0x1a
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.576
.quad l_.str.577
.long 26 ; 0x1a
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.578
.quad l_.str.579
.long 26 ; 0x1a
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.580
.quad l_.str.581
.long 27 ; 0x1b
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.582
.quad l_.str.583
.long 27 ; 0x1b
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 4 ; 0x4
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.584
.quad l_.str.585
.long 27 ; 0x1b
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 4 ; 0x4
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.586
.quad l_.str.587
.long 27 ; 0x1b
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.588
.quad l_.str.589
.long 28 ; 0x1c
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.590
.quad l_.str.591
.long 28 ; 0x1c
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.592
.quad l_.str.593
.long 28 ; 0x1c
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.594
.quad l_.str.595
.long 29 ; 0x1d
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.596
.quad l_.str.597
.long 29 ; 0x1d
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.598
.quad l_.str.599
.long 29 ; 0x1d
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.600
.quad l_.str.601
.long 30 ; 0x1e
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.602
.quad l_.str.603
.long 30 ; 0x1e
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 6 ; 0x6
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.604
.quad l_.str.605
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.604
.quad l_.str.605
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.606
.quad l_.str.607
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.608
.quad l_.str.609
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.608
.quad l_.str.609
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.610
.quad l_.str.611
.long 31 ; 0x1f
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.612
.quad l_.str.613
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.612
.quad l_.str.613
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.614
.quad l_.str.615
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.614
.quad l_.str.615
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.616
.quad l_.str.617
.long 31 ; 0x1f
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.618
.quad l_.str.619
.long 32 ; 0x20
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.620
.quad l_.str.621
.long 32 ; 0x20
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.622
.quad l_.str.623
.long 32 ; 0x20
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.624
.quad l_.str.625
.long 32 ; 0x20
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.626
.quad l_.str.627
.long 32 ; 0x20
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.628
.quad l_.str.629
.long 32 ; 0x20
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.630
.quad l_.str.631
.long 33 ; 0x21
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.632
.quad l_.str.633
.long 33 ; 0x21
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.634
.quad l_.str.635
.long 33 ; 0x21
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.636
.quad l_.str.637
.long 33 ; 0x21
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.638
.quad l_.str.639
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 3 ; 0x3
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.638
.quad l_.str.639
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.640
.quad l_.str.641
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.642
.quad l_.str.643
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 3 ; 0x3
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.642
.quad l_.str.643
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.644
.quad l_.str.645
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 3 ; 0x3
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.646
.quad l_.str.647
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.648
.quad l_.str.649
.long 34 ; 0x22
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.650
.quad l_.str.651
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.652
.quad l_.str.653
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.654
.quad l_.str.655
.long 34 ; 0x22
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.656
.quad l_.str.657
.long 35 ; 0x23
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 67 ; 0x43
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.658
.quad l_.str.659
.long 35 ; 0x23
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 67 ; 0x43
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.658
.quad l_.str.659
.long 35 ; 0x23
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.660
.quad l_.str.661
.long 35 ; 0x23
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 67 ; 0x43
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.662
.quad l_.str.663
.long 35 ; 0x23
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.664
.quad l_.str.665
.long 35 ; 0x23
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 3 ; 0x3
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.666
.quad l_.str.667
.long 35 ; 0x23
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.668
.quad l_.str.669
.long 35 ; 0x23
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 67 ; 0x43
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.670
.quad l_.str.671
.long 36 ; 0x24
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.672
.quad l_.str.673
.long 36 ; 0x24
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.674
.quad l_.str.675
.long 36 ; 0x24
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 66 ; 0x42
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.676
.quad l_.str.677
.long 36 ; 0x24
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 67 ; 0x43
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.678
.quad l_.str.679
.long 36 ; 0x24
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.680
.quad l_.str.681
.long 36 ; 0x24
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 66 ; 0x42
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.682
.quad l_.str.683
.long 36 ; 0x24
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.684
.quad l_.str.685
.long 37 ; 0x25
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.686
.quad l_.str.687
.quad l_.str.688
.long 37 ; 0x25
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.689
.quad l_.str.690
.long 37 ; 0x25
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 79 ; 0x4f
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.503
.quad l_.str.691
.quad l_.str.692
.long 37 ; 0x25
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.693
.quad l_.str.694
.long 37 ; 0x25
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 79 ; 0x4f
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.695
.quad l_.str.696
.long 37 ; 0x25
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 79 ; 0x4f
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.697
.quad l_.str.698
.long 37 ; 0x25
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 2 ; 0x2
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.699
.quad l_.str.700
.long 17 ; 0x11
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.701
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.702
.quad l_.str.703
.long 17 ; 0x11
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.701
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.704
.quad l_.str.705
.long 17 ; 0x11
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.701
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.706
.quad l_.str.707
.long 15 ; 0xf
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.708
.quad l_.str.709
.long 15 ; 0xf
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.710
.quad l_.str.711
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.712
.quad l_.str.713
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.714
.quad l_.str.715
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.716
.quad l_.str.717
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.718
.quad l_.str.719
.long 15 ; 0xf
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.720
.quad l_.str.721
.long 15 ; 0xf
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.722
.quad l_.str.723
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.724
.quad l_.str.725
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.726
.quad l_.str.727
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.728
.quad l_.str.729
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.730
.quad l_.str.731
.long 15 ; 0xf
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.732
.quad l_.str.733
.long 15 ; 0xf
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.734
.quad l_.str.735
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.736
.quad l_.str.737
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.738
.quad l_.str.739
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.740
.quad l_.str.741
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.742
.quad l_.str.743
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.744
.quad l_.str.745
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.746
.quad l_.str.747
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.748
.quad l_.str.749
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.750
.quad l_.str.751
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.752
.quad l_.str.753
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.754
.quad l_.str.755
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.756
.quad l_.str.757
.long 15 ; 0xf
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.758
.quad l_.str.16
.long 3 ; 0x3
.long 0 ; 0x0
.long 7 ; 0x7
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.758
.quad l_.str.16
.long 3 ; 0x3
.long 0 ; 0x0
.long 3 ; 0x3
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.200
.quad l_.str.201
.quad 0
.quad 0
.quad l_.str.758
.quad l_.str.16
.long 3 ; 0x3
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.236
.quad l_.str.237
.quad 0
.quad 0
.quad l_.str.758
.quad l_.str.16
.long 3 ; 0x3
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.758
.quad l_.str.16
.long 3 ; 0x3
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.759
.quad l_.str.760
.quad 0
.quad 0
.quad l_.str.758
.quad l_.str.16
.long 3 ; 0x3
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.204
.quad l_.str.205
.quad 0
.quad 0
.quad l_.str.758
.quad l_.str.16
.long 3 ; 0x3
.long 35 ; 0x23
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.238
.quad l_.str.239
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 67 ; 0x43
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.325
.quad l_.str.763
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.764
.quad l_.str.765
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.766
.quad l_.str.767
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.768
.quad l_.str.769
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.770
.quad l_.str.771
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.772
.quad l_.str.773
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.774
.quad l_.str.775
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.776
.quad l_.str.777
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.778
.quad l_.str.779
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.780
.quad l_.str.781
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.782
.quad l_.str.783
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.784
.quad l_.str.785
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.786
.quad l_.str.787
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.788
.quad l_.str.789
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.236
.quad l_.str.237
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.204
.quad l_.str.205
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.790
.quad l_.str.791
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.759
.quad l_.str.760
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.792
.quad l_.str.793
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.794
.quad l_.str.795
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.796
.quad l_.str.797
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 35 ; 0x23
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.238
.quad l_.str.239
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 3 ; 0x3
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.200
.quad l_.str.201
.quad 0
.quad 0
.quad l_.str.798
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.799
.quad l_.str.800
.quad 0
.quad 0
.quad l_.str.798
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.801
.quad l_.str.802
.quad 0
.quad 0
.quad l_.str.798
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.803
.quad l_.str.804
.quad 0
.quad 0
.quad l_.str.798
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.805
.quad l_.str.806
.quad 0
.quad 0
.quad l_.str.798
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.807
.quad l_.str.808
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.809
.quad l_.str.810
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.812
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.813
.quad l_.str.814
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.819
.quad l_.str.820
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.821
.quad l_.str.822
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.823
.quad l_.str.824
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.825
.quad l_.str.826
.quad 0
.quad 0
.quad l_.str.761
.quad l_.str.762
.long 6 ; 0x6
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.827
.quad l_.str.828
.quad 0
.quad 0
.quad l_.str.829
.quad l_.str.830
.long 13 ; 0xd
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.809
.quad l_.str.831
.quad 0
.quad 0
.quad l_.str.829
.quad l_.str.830
.long 13 ; 0xd
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.832
.quad 0
.quad 0
.quad l_.str.829
.quad l_.str.830
.long 13 ; 0xd
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.813
.quad l_.str.833
.quad 0
.quad 0
.quad l_.str.834
.quad l_.str.835
.long 13 ; 0xd
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.809
.quad l_.str.831
.quad 0
.quad 0
.quad l_.str.834
.quad l_.str.835
.long 13 ; 0xd
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.832
.quad 0
.quad 0
.quad l_.str.834
.quad l_.str.835
.long 13 ; 0xd
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.813
.quad l_.str.833
.quad 0
.quad 0
.quad l_.str.836
.quad l_.str.837
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.809
.quad l_.str.810
.quad 0
.quad 0
.quad l_.str.836
.quad l_.str.837
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.812
.quad 0
.quad 0
.quad l_.str.836
.quad l_.str.837
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.814
.quad 0
.quad 0
.quad l_.str.836
.quad l_.str.837
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.838
.quad l_.str.839
.quad 0
.quad 0
.quad l_.str.836
.quad l_.str.837
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.840
.quad l_.str.841
.quad 0
.quad 0
.quad l_.str.836
.quad l_.str.837
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.842
.quad l_.str.843
.quad 0
.quad 0
.quad l_.str.844
.quad l_.str.845
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.809
.quad l_.str.810
.quad 0
.quad 0
.quad l_.str.844
.quad l_.str.845
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.812
.quad 0
.quad 0
.quad l_.str.844
.quad l_.str.845
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.814
.quad 0
.quad 0
.quad l_.str.844
.quad l_.str.845
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.838
.quad l_.str.839
.quad 0
.quad 0
.quad l_.str.844
.quad l_.str.845
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.840
.quad l_.str.841
.quad 0
.quad 0
.quad l_.str.844
.quad l_.str.845
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.842
.quad l_.str.843
.quad 0
.quad 0
.quad l_.str.846
.quad l_.str.847
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.809
.quad l_.str.810
.quad 0
.quad 0
.quad l_.str.846
.quad l_.str.847
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.812
.quad 0
.quad 0
.quad l_.str.846
.quad l_.str.847
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.814
.quad 0
.quad 0
.quad l_.str.846
.quad l_.str.847
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.838
.quad l_.str.839
.quad 0
.quad 0
.quad l_.str.846
.quad l_.str.847
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.840
.quad l_.str.841
.quad 0
.quad 0
.quad l_.str.846
.quad l_.str.847
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.842
.quad l_.str.843
.quad 0
.quad 0
.quad l_.str.848
.quad l_.str.849
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.809
.quad l_.str.810
.quad 0
.quad 0
.quad l_.str.848
.quad l_.str.849
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.812
.quad 0
.quad 0
.quad l_.str.848
.quad l_.str.849
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.814
.quad 0
.quad 0
.quad l_.str.848
.quad l_.str.849
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.838
.quad l_.str.839
.quad 0
.quad 0
.quad l_.str.848
.quad l_.str.849
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.840
.quad l_.str.841
.quad 0
.quad 0
.quad l_.str.848
.quad l_.str.849
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.842
.quad l_.str.843
.quad 0
.quad 0
.quad l_.str.850
.quad l_.str.851
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.809
.quad l_.str.810
.quad 0
.quad 0
.quad l_.str.850
.quad l_.str.851
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.812
.quad 0
.quad 0
.quad l_.str.850
.quad l_.str.851
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.811
.quad l_.str.814
.quad 0
.quad 0
.quad l_.str.850
.quad l_.str.851
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.838
.quad l_.str.839
.quad 0
.quad 0
.quad l_.str.850
.quad l_.str.851
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.840
.quad l_.str.841
.quad 0
.quad 0
.quad l_.str.850
.quad l_.str.851
.long 21 ; 0x15
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.842
.quad l_.str.843
.quad 0
.quad 0
.quad l_.str.852
.quad l_.str.853
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.852
.quad l_.str.853
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.854
.quad l_.str.855
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.854
.quad l_.str.855
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.856
.quad l_.str.857
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.856
.quad l_.str.857
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.858
.quad l_.str.859
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.858
.quad l_.str.859
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.860
.quad l_.str.861
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.860
.quad l_.str.861
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.860
.quad l_.str.861
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.819
.quad l_.str.820
.quad 0
.quad 0
.quad l_.str.862
.quad l_.str.863
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.862
.quad l_.str.863
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.862
.quad l_.str.863
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.819
.quad l_.str.820
.quad 0
.quad 0
.quad l_.str.864
.quad l_.str.865
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.864
.quad l_.str.865
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.866
.quad l_.str.867
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.866
.quad l_.str.867
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.868
.quad l_.str.869
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.868
.quad l_.str.869
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.868
.quad l_.str.869
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.819
.quad l_.str.820
.quad 0
.quad 0
.quad l_.str.870
.quad l_.str.871
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.870
.quad l_.str.871
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.870
.quad l_.str.871
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.819
.quad l_.str.820
.quad 0
.quad 0
.quad l_.str.872
.quad l_.str.873
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.872
.quad l_.str.873
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.874
.quad l_.str.875
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.815
.quad l_.str.816
.quad 0
.quad 0
.quad l_.str.874
.quad l_.str.875
.long 16 ; 0x10
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 32 ; 0x20
.space 4
.quad l_.str.817
.quad l_.str.818
.quad 0
.quad 0
.quad l_.str.876
.quad l_.str.877
.long 7 ; 0x7
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.878
.quad l_.str.879
.long 7 ; 0x7
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.880
.quad l_.str.881
.long 7 ; 0x7
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.882
.quad l_.str.883
.long 7 ; 0x7
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 12 ; 0xc
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.884
.quad l_.str.885
.long 7 ; 0x7
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.886
.quad l_.str.887
.long 7 ; 0x7
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.888
.quad l_.str.889
.long 7 ; 0x7
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 14 ; 0xe
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.890
.quad l_.str.891
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.892
.quad l_.str.893
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.894
.quad l_.str.895
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.896
.quad l_.str.897
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.898
.quad l_.str.899
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.900
.quad l_.str.901
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.902
.quad l_.str.903
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.904
.quad l_.str.905
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.906
.quad l_.str.907
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.908
.quad l_.str.909
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.910
.quad l_.str.911
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.912
.quad l_.str.913
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.914
.quad 0
.quad l_.str.898
.quad l_.str.915
.long 5 ; 0x5
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.914
.quad 0
.quad l_.str.910
.quad l_.str.916
.long 5 ; 0x5
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.917
.quad 0
.quad l_.str.900
.quad l_.str.918
.long 5 ; 0x5
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.917
.quad 0
.quad l_.str.912
.quad l_.str.919
.long 5 ; 0x5
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.920
.quad l_.str.921
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.922
.quad l_.str.923
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.924
.quad l_.str.925
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.926
.quad l_.str.927
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.928
.quad l_.str.929
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.930
.quad l_.str.931
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.932
.quad l_.str.933
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.934
.quad l_.str.935
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.936
.quad l_.str.937
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.938
.quad l_.str.939
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.940
.quad l_.str.941
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.942
.quad l_.str.943
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.944
.quad l_.str.945
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.946
.quad l_.str.947
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.948
.quad l_.str.949
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.950
.quad l_.str.951
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.952
.quad l_.str.953
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.954
.quad l_.str.955
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.956
.quad l_.str.957
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.958
.quad l_.str.959
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.960
.quad l_.str.961
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.962
.quad l_.str.963
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.964
.quad l_.str.965
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.966
.quad l_.str.967
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.968
.quad l_.str.969
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.970
.quad l_.str.971
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.972
.quad l_.str.973
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.974
.quad l_.str.975
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.976
.quad l_.str.977
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.978
.quad l_.str.979
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.980
.quad l_.str.981
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.982
.quad l_.str.983
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.984
.quad l_.str.985
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.986
.quad l_.str.987
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.988
.quad l_.str.989
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.990
.quad l_.str.991
.long 5 ; 0x5
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.992
.quad l_.str.993
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.994
.quad l_.str.995
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.996
.quad l_.str.997
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.998
.quad l_.str.999
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1000
.quad l_.str.1001
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1002
.quad l_.str.1003
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1004
.quad l_.str.1005
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1006
.quad l_.str.1007
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1008
.quad l_.str.1009
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1010
.quad l_.str.1011
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1012
.quad l_.str.1013
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1014
.quad l_.str.1015
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1016
.quad l_.str.1017
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1018
.quad l_.str.1019
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1020
.quad l_.str.1021
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1022
.quad l_.str.1023
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1024
.quad l_.str.1025
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1026
.quad l_.str.1027
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1028
.quad l_.str.1029
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1030
.quad l_.str.1031
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1032
.quad l_.str.1033
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1034
.quad l_.str.1035
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1036
.quad l_.str.1037
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1038
.quad l_.str.1039
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1040
.quad l_.str.1041
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1042
.quad l_.str.1043
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1044
.quad l_.str.1045
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1046
.quad l_.str.1047
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1048
.quad l_.str.1049
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1050
.quad l_.str.1051
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1052
.quad l_.str.1053
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1054
.quad l_.str.1055
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1056
.quad l_.str.1057
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1058
.quad l_.str.1059
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1060
.quad l_.str.1061
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1062
.quad l_.str.1063
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1064
.quad l_.str.1065
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1066
.quad l_.str.1067
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1068
.quad l_.str.1069
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1070
.quad l_.str.1071
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1072
.quad l_.str.1073
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1074
.quad l_.str.1075
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1076
.quad l_.str.1077
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1078
.quad l_.str.1079
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1080
.quad l_.str.1081
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1082
.quad l_.str.1083
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1084
.quad l_.str.1085
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1086
.quad l_.str.1087
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1088
.quad l_.str.1089
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1090
.quad l_.str.1091
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1092
.quad l_.str.1093
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1094
.quad l_.str.1095
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1096
.quad l_.str.1097
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1098
.quad l_.str.1099
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1100
.quad l_.str.1101
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad 0
.quad l_.str.1102
.quad l_.str.1103
.long 38 ; 0x26
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1104
.quad l_.str.1105
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1106
.quad l_.str.1107
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1108
.quad l_.str.1109
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1110
.quad l_.str.1111
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1112
.quad l_.str.1113
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1114
.quad l_.str.1115
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.1116
.quad l_.str.1117
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1118
.quad l_.str.1119
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.1120
.quad l_.str.1121
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.1120
.quad l_.str.1121
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1122
.quad l_.str.1123
.quad l_.str.1124
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 10 ; 0xa
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1125
.quad l_.str.1126
.quad l_.str.1127
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.537
.quad l_.str.1128
.quad l_.str.1129
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 75 ; 0x4b
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.537
.quad l_.str.1130
.quad l_.str.1131
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.1132
.quad l_.str.1133
.long 2 ; 0x2
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1134
.quad l_.str.537
.quad l_.str.1130
.quad l_.str.1135
.long 2 ; 0x2
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1136
.quad l_.str.510
.quad l_.str.1132
.quad l_.str.1137
.long 2 ; 0x2
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.496
.quad l_.str.1138
.quad l_.str.1139
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.686
.quad l_.str.1138
.quad l_.str.1140
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1141
.quad l_.str.1138
.quad l_.str.1142
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1143
.quad l_.str.1138
.quad l_.str.1144
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1145
.quad l_.str.1138
.quad l_.str.1146
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1147
.quad l_.str.1138
.quad l_.str.1148
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1149
.quad l_.str.1138
.quad l_.str.1150
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1151
.quad l_.str.1138
.quad l_.str.1152
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1153
.quad l_.str.1138
.quad l_.str.1154
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.496
.quad l_.str.1138
.quad l_.str.1139
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.686
.quad l_.str.1138
.quad l_.str.1140
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1141
.quad l_.str.1138
.quad l_.str.1142
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1143
.quad l_.str.1138
.quad l_.str.1144
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1145
.quad l_.str.1138
.quad l_.str.1146
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1147
.quad l_.str.1138
.quad l_.str.1148
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1149
.quad l_.str.1138
.quad l_.str.1150
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1151
.quad l_.str.1138
.quad l_.str.1152
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1157
.quad l_.str.1156
.quad 0
.quad l_.str.1153
.quad l_.str.1138
.quad l_.str.1154
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1157
.quad l_.str.1156
.quad 0
.quad l_.str.1158
.quad l_.str.1159
.quad l_.str.1160
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1161
.quad l_.str.1159
.quad l_.str.1162
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1141
.quad l_.str.1159
.quad l_.str.1163
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1164
.quad l_.str.1159
.quad l_.str.1165
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1145
.quad l_.str.1159
.quad l_.str.1166
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1147
.quad l_.str.1159
.quad l_.str.1167
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1168
.quad l_.str.1159
.quad l_.str.1169
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1151
.quad l_.str.1159
.quad l_.str.1170
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1153
.quad l_.str.1159
.quad l_.str.1171
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.496
.quad l_.str.1159
.quad l_.str.1160
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1161
.quad l_.str.1159
.quad l_.str.1162
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1141
.quad l_.str.1159
.quad l_.str.1163
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1164
.quad l_.str.1159
.quad l_.str.1165
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1145
.quad l_.str.1159
.quad l_.str.1166
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1147
.quad l_.str.1159
.quad l_.str.1167
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1168
.quad l_.str.1159
.quad l_.str.1169
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1155
.quad l_.str.1156
.quad 0
.quad l_.str.1151
.quad l_.str.1159
.quad l_.str.1170
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1157
.quad l_.str.1156
.quad 0
.quad l_.str.1153
.quad l_.str.1159
.quad l_.str.1171
.long 8 ; 0x8
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.1157
.quad l_.str.1156
.quad 0
.quad l_.str.1172
.quad l_.str.1173
.quad l_.str.1174
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1164
.quad l_.str.1173
.quad l_.str.1175
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1145
.quad l_.str.1173
.quad l_.str.1176
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1177
.quad l_.str.1173
.quad l_.str.1178
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1168
.quad l_.str.1173
.quad l_.str.1179
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1180
.quad l_.str.1173
.quad l_.str.1181
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1182
.quad l_.str.1183
.quad l_.str.1184
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1185
.quad l_.str.1183
.quad l_.str.1186
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1187
.quad l_.str.1183
.quad l_.str.1188
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1189
.quad l_.str.1183
.quad l_.str.1190
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1149
.quad l_.str.1183
.quad l_.str.1191
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1192
.quad l_.str.1183
.quad l_.str.1193
.long 9 ; 0x9
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1194
.quad l_.str.1195
.quad l_.str.1196
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1182
.quad l_.str.1195
.quad l_.str.1197
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1198
.quad l_.str.1195
.quad l_.str.1199
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1200
.quad l_.str.1195
.quad l_.str.1201
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1200
.quad l_.str.1195
.quad l_.str.1201
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1187
.quad l_.str.1195
.quad l_.str.1202
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1187
.quad l_.str.1195
.quad l_.str.1202
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1147
.quad l_.str.1195
.quad l_.str.1203
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1147
.quad l_.str.1195
.quad l_.str.1203
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1204
.quad l_.str.1195
.quad l_.str.1205
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1204
.quad l_.str.1195
.quad l_.str.1205
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1206
.quad l_.str.1195
.quad l_.str.1207
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1206
.quad l_.str.1195
.quad l_.str.1207
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1192
.quad l_.str.1195
.quad l_.str.1208
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1192
.quad l_.str.1195
.quad l_.str.1208
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1209
.quad l_.str.1195
.quad l_.str.1210
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1209
.quad l_.str.1195
.quad l_.str.1210
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1211
.quad l_.str.1195
.quad l_.str.1212
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1211
.quad l_.str.1195
.quad l_.str.1212
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1213
.quad l_.str.1195
.quad l_.str.1214
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1213
.quad l_.str.1195
.quad l_.str.1214
.long 11 ; 0xb
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.190
.quad l_.str.191
.quad 0
.quad l_.str.1215
.quad l_.str.1195
.quad l_.str.1216
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1217
.quad l_.str.1195
.quad l_.str.1218
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1219
.quad l_.str.1198
.quad l_.str.1195
.quad l_.str.1220
.long 11 ; 0xb
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1221
.quad l_.str.1204
.quad l_.str.1195
.quad l_.str.1222
.long 11 ; 0xb
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1223
.quad l_.str.1209
.quad l_.str.1195
.quad l_.str.1224
.long 11 ; 0xb
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1194
.quad l_.str.1225
.quad l_.str.1226
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1172
.quad l_.str.1225
.quad l_.str.1227
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1198
.quad l_.str.1225
.quad l_.str.1228
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1200
.quad l_.str.1225
.quad l_.str.1229
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1187
.quad l_.str.1225
.quad l_.str.1230
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1147
.quad l_.str.1225
.quad l_.str.1231
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1204
.quad l_.str.1225
.quad l_.str.1232
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1206
.quad l_.str.1225
.quad l_.str.1233
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1192
.quad l_.str.1225
.quad l_.str.1234
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1209
.quad l_.str.1225
.quad l_.str.1235
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1236
.quad l_.str.1225
.quad l_.str.1237
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1238
.quad l_.str.1225
.quad l_.str.1239
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1215
.quad l_.str.1225
.quad l_.str.1240
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1241
.quad l_.str.1225
.quad l_.str.1242
.long 11 ; 0xb
.long 0 ; 0x0
.long 4 ; 0x4
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1219
.quad l_.str.1198
.quad l_.str.1225
.quad l_.str.1243
.long 11 ; 0xb
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1221
.quad l_.str.1204
.quad l_.str.1225
.quad l_.str.1244
.long 11 ; 0xb
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1223
.quad l_.str.1209
.quad l_.str.1225
.quad l_.str.1245
.long 11 ; 0xb
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1141
.quad l_.str.1246
.quad l_.str.1247
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1143
.quad l_.str.1246
.quad l_.str.1248
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1198
.quad l_.str.1246
.quad l_.str.1249
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1250
.quad l_.str.1246
.quad l_.str.1251
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1145
.quad l_.str.1246
.quad l_.str.1252
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1177
.quad l_.str.1246
.quad l_.str.1253
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1147
.quad l_.str.1246
.quad l_.str.1254
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1255
.quad l_.str.1246
.quad l_.str.1256
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1257
.quad l_.str.1246
.quad l_.str.1258
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1149
.quad l_.str.1246
.quad l_.str.1259
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1260
.quad l_.str.1246
.quad l_.str.1261
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1262
.quad l_.str.1246
.quad l_.str.1263
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1236
.quad l_.str.1246
.quad l_.str.1264
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1238
.quad l_.str.1246
.quad l_.str.1265
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1266
.quad l_.str.1246
.quad l_.str.1267
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1268
.quad l_.str.1246
.quad l_.str.1269
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1270
.quad l_.str.1246
.quad l_.str.1271
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1272
.quad l_.str.1246
.quad l_.str.1273
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.1274
.quad l_.str.1246
.quad l_.str.1275
.long 10 ; 0xa
.long 0 ; 0x0
.long 1 ; 0x1
.long 1 ; 0x1
.long 8 ; 0x8
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1276
.quad l_.str.1277
.long 12 ; 0xc
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1278
.quad l_.str.1279
.long 12 ; 0xc
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1280
.quad l_.str.1281
.long 14 ; 0xe
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1282
.quad l_.str.1283
.long 14 ; 0xe
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1284
.quad l_.str.1285
.long 14 ; 0xe
.long 0 ; 0x0
.long 8 ; 0x8
.long 3 ; 0x3
.long 15 ; 0xf
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.512
.quad l_.str.1284
.quad l_.str.1285
.long 14 ; 0xe
.long 0 ; 0x0
.long 9 ; 0x9
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.1286
.quad l_.str.1287
.long 14 ; 0xe
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.1286
.quad l_.str.1287
.long 14 ; 0xe
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.1288
.quad l_.str.1289
.long 14 ; 0xe
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.1288
.quad l_.str.1289
.long 14 ; 0xe
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 16 ; 0x10
.space 4
.quad l_.str.252
.quad l_.str.253
.quad 0
.quad l_.str.510
.quad l_.str.1290
.quad l_.str.1291
.long 14 ; 0xe
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad 0
.quad l_.str.510
.quad l_.str.1292
.quad l_.str.1293
.long 14 ; 0xe
.long 0 ; 0x0
.long 5 ; 0x5
.long 1 ; 0x1
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1294
.quad l_.str.510
.quad l_.str.1290
.quad l_.str.1295
.long 14 ; 0xe
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.quad l_.str.1294
.quad l_.str.510
.quad l_.str.1292
.quad l_.str.1296
.long 14 ; 0xe
.long 0 ; 0x0
.long 8 ; 0x8
.long 2 ; 0x2
.long 11 ; 0xb
.space 4
.quad l_.str.162
.quad l_.str.162
.section __TEXT,__cstring,cstring_literals
l_.str.1297: ; @.str.1297
.asciz "../bdf/"
.section __DATA,__data
.globl _bdf_path ; @bdf_path
.p2align 3
_bdf_path:
.quad l_.str.1297
.section __TEXT,__cstring,cstring_literals
l_.str.1298: ; @.str.1298
.asciz "../bdfconv/bdfconv"
.section __DATA,__data
.globl _bdfconv_path ; @bdfconv_path
.p2align 3
_bdfconv_path:
.quad l_.str.1298
.section __TEXT,__cstring,cstring_literals
l_.str.1299: ; @.str.1299
.asciz "../otf2bdf/otf2bdf"
.section __DATA,__data
.globl _otf2bdf_path ; @otf2bdf_path
.p2align 3
_otf2bdf_path:
.quad l_.str.1299
.globl _u8g2_prototypes ; @u8g2_prototypes
.zerofill __DATA,__common,_u8g2_prototypes,8,3
.globl _u8x8_prototypes ; @u8x8_prototypes
.zerofill __DATA,__common,_u8x8_prototypes,8,3
.section __TEXT,__cstring,cstring_literals
l_.str.1300: ; @.str.1300
.asciz "../../../csrc/u8g2_fonts.c"
.section __DATA,__data
.globl _u8g2_fonts_filename ; @u8g2_fonts_filename
.p2align 3
_u8g2_fonts_filename:
.quad l_.str.1300
.section __TEXT,__cstring,cstring_literals
l_.str.1301: ; @.str.1301
.asciz "../../../csrc/u8x8_fonts.c"
.section __DATA,__data
.globl _u8x8_fonts_filename ; @u8x8_fonts_filename
.p2align 3
_u8x8_fonts_filename:
.quad l_.str.1301
.globl _current_font_name ; @current_font_name
.zerofill __DATA,__common,_current_font_name,256,1
.section __TEXT,__cstring,cstring_literals
l_.str.1302: ; @.str.1302
.asciz "../../../../u8g2.wiki/fntlistall.md"
.section __DATA,__data
.globl _fntlistallpath ; @fntlistallpath
.p2align 3
_fntlistallpath:
.quad l_.str.1302
.section __TEXT,__cstring,cstring_literals
l_.str.1303: ; @.str.1303
.asciz "../../../../u8g2.wiki/fntlistmono.md"
.section __DATA,__data
.globl _fntlistmonopath ; @fntlistmonopath
.p2align 3
_fntlistmonopath:
.quad l_.str.1303
.section __TEXT,__cstring,cstring_literals
l_.str.1304: ; @.str.1304
.asciz "../../../../u8g2.wiki/fntlist8x8.md"
.section __DATA,__data
.globl _fntlist8x8path ; @fntlist8x8path
.p2align 3
_fntlist8x8path:
.quad l_.str.1304
.comm _otf_cmd,2048,0 ; @otf_cmd
.section __TEXT,__cstring,cstring_literals
l_.str.1305: ; @.str.1305
.asciz " "
l_.str.1306: ; @.str.1306
.asciz " ../ttf/"
l_.str.1307: ; @.str.1307
.asciz " -o tmp.bdf"
.comm _bdf_cmd,2048,0 ; @bdf_cmd
l_.str.1309: ; @.str.1309
.asciz " -f 1"
l_.str.1310: ; @.str.1310
.asciz " -f 2"
l_.str.1311: ; @.str.1311
.asciz " -b 0"
l_.str.1312: ; @.str.1312
.asciz " -b 1"
l_.str.1313: ; @.str.1313
.asciz " -b 2"
l_.str.1314: ; @.str.1314
.asciz " -b 3"
l_.str.1315: ; @.str.1315
.asciz " -m '32-255>32'"
l_.str.1316: ; @.str.1316
.asciz " -m '32-127>32'"
l_.str.1317: ; @.str.1317
.asciz " -m '32,42-58>42'"
l_.str.1318: ; @.str.1318
.asciz " -m '32-95>32'"
l_.str.1319: ; @.str.1319
.asciz " -m '32-701>32,7838,8364,64256-64263'"
l_.str.1320: ; @.str.1320
.asciz " -m '"
l_.str.1321: ; @.str.1321
.asciz "'"
l_.str.1322: ; @.str.1322
.asciz " -M '"
l_.str.1323: ; @.str.1323
.asciz "tmp.bdf"
l_.str.1324: ; @.str.1324
.asciz " -n "
.comm _target_font_identifier,1024,0 ; @target_font_identifier
l_.str.1325: ; @.str.1325
.asciz " -o "
l_.str.1326: ; @.str.1326
.asciz "font"
l_.str.1327: ; @.str.1327
.asciz ".c"
.comm _font_prototype,2048,0 ; @font_prototype
l_.str.1328: ; @.str.1328
.asciz "extern const uint8_t "
l_.str.1329: ; @.str.1329
.asciz "[]"
l_.str.1330: ; @.str.1330
.asciz " && cat font.c >>"
l_.str.1331: ; @.str.1331
.asciz " U8X8_FONT_SECTION(\""
l_.str.1332: ; @.str.1332
.asciz "\");\n"
l_.str.1333: ; @.str.1333
.asciz " U8G2_FONT_SECTION(\""
l_.str.1334: ; @.str.1334
.asciz "cp font.c ./single_font_files/"
.comm _u8g2_font_list_fp,8,3 ; @u8g2_font_list_fp
l_.str.1335: ; @.str.1335
.asciz " %s,\n"
.comm _u8x8_font_list_fp,8,3 ; @u8x8_font_list_fp
l_.str.1336: ; @.str.1336
.asciz " \"%s\",\n"
.comm _keywords_fp,8,3 ; @keywords_fp
l_.str.1337: ; @.str.1337
.asciz "%s\tLITERAL1\n"
.zerofill __DATA,__bss,_generate_font_group_md._i,4,2 ; @generate_font_group_md._i
.zerofill __DATA,__bss,_generate_font_group_md._fm,4,2 ; @generate_font_group_md._fm
.zerofill __DATA,__bss,_generate_font_group_md._bm,4,2 ; @generate_font_group_md._bm
.comm _current_font_group_index,4,2 ; @current_font_group_index
.comm _current_md_file,8,3 ; @current_md_file
l_.str.1338: ; @.str.1338
.asciz "## %s\n"
l_.str.1339: ; @.str.1339
.asciz "\n"
l_.str.1340: ; @.str.1340
.asciz "%s %s\n"
l_.str.1341: ; @.str.1341
.asciz "_font_"
l_.str.1342: ; @.str.1342
.asciz "_"
l_.str.1343: ; @.str.1343
.asciz "n"
l_.str.1344: ; @.str.1344
.asciz "u"
l_.str.1345: ; @.str.1345
.asciz "e"
l_.str.1346: ; @.str.1346
.asciz "t"
l_.str.1347: ; @.str.1347
.asciz "h"
l_.str.1348: ; @.str.1348
.asciz "m"
l_.str.1349: ; @.str.1349
.asciz "8"
.zerofill __DATA,__bss,_process_font.s,1024,3 ; @process_font.s
l_.str.1351: ; @.str.1351
.asciz "font %s missing\n"
l_.str.1352: ; @.str.1352
.asciz "u8g2"
l_.str.1353: ; @.str.1353
.asciz "u8x8"
l_.str.1354: ; @.str.1354
.asciz "a"
l_.str.1356: ; @.str.1356
.asciz "u8x8_fonts.pre"
l_.str.1357: ; @.str.1357
.asciz "u8g2_fonts.pre"
l_.str.1358: ; @.str.1358
.asciz "keywords.pre"
l_.str.1359: ; @.str.1359
.asciz "keywords.txt"
l_.str.1360: ; @.str.1360
.asciz "u8g2_font_list.c"
l_.str.1361: ; @.str.1361
.asciz "u8x8_font_list.c"
l_.str.1362: ; @.str.1362
.asciz "/* u8g2_font_list.c */\n"
l_.str.1363: ; @.str.1363
.asciz "/* u8x8_font_list.c */\n"
l_.str.1364: ; @.str.1364
.asciz "#include \"u8g2.h\"\n"
l_.str.1365: ; @.str.1365
.asciz "const uint8_t *u8g2_font_list[] = {\n"
l_.str.1366: ; @.str.1366
.asciz "const uint8_t *u8x8_font_list[] = {\n"
l_.str.1367: ; @.str.1367
.asciz " NULL\n};\n"
l_.str.1368: ; @.str.1368
.asciz "char *u8g2_font_names[] = {\n"
l_.str.1369: ; @.str.1369
.asciz "char *u8x8_font_names[] = {\n"
l_.str.1371: ; @.str.1371
.asciz "../../../csrc/u8g2.h"
l_.str.1372: ; @.str.1372
.asciz "/* start font list */"
l_.str.1373: ; @.str.1373
.asciz "/* end font list */"
l_.str.1375: ; @.str.1375
.asciz "../../../csrc/u8x8.h"
l_.str.1376: ; @.str.1376
.asciz "font.c"
.comm _tga_filename,2048,0 ; @tga_filename
.comm _convert_cmd,2048,0 ; @convert_cmd
.comm _current_capital_A_size,4,2 ; @current_capital_A_size
.comm _fntlistall,8,3 ; @fntlistall
.comm _fntlistmono,8,3 ; @fntlistmono
.comm _fntlist8x8,8,3 ; @fntlist8x8
l_str: ; @str
.asciz "update u8g2.h"
l_str.1377: ; @str.1377
.asciz "update u8x8.h"
.section __DATA,__const
.p2align 3 ; @switch.table.bdfconv
l_switch.table.bdfconv:
.quad l_.str.1311
.quad l_.str.1312
.quad l_.str.1311
.quad l_.str.1313
.quad l_.str.1311
.quad l_.str.1311
.quad l_.str.1311
.quad l_.str.1314
.subsections_via_symbols
| the_stack_data/20451080.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dmu_objset_willuse_space ## -- Begin function dmu_objset_willuse_space
.p2align 4, 0x90
_dmu_objset_willuse_space: ## @dmu_objset_willuse_space
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r15
movl %esi, %r14d
movq 8(%rdi), %rbx
movl (%rdi), %edi
callq _spa_get_worst_case_asize
testq %rbx, %rbx
je LBB0_2
## %bb.1:
movl (%rbx), %edi
movl %eax, %esi
movq %r15, %rdx
callq _dsl_dir_willuse_space
LBB0_2:
movq %r15, %rdi
callq _dmu_tx_pool
movl %eax, %edi
movl %r14d, %esi
movq %r15, %rdx
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _dsl_pool_dirty_space ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dmu_objset_willuse_space ; -- Begin function dmu_objset_willuse_space
.p2align 2
_dmu_objset_willuse_space: ; @dmu_objset_willuse_space
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x2
mov x20, x1
ldr x21, [x0, #8]
ldr w0, [x0]
bl _spa_get_worst_case_asize
cbz x21, LBB0_2
; %bb.1:
mov x1, x0
ldr w0, [x21]
mov x2, x19
bl _dsl_dir_willuse_space
LBB0_2:
mov x0, x19
bl _dmu_tx_pool
mov x1, x20
mov x2, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _dsl_pool_dirty_space
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/zfs/module/zfs/extr_dmu_objset.c_dmu_objset_willuse_space.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fullKey ## -- Begin function fullKey
.p2align 4, 0x90
_fullKey: ## @fullKey
.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 $56, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, -88(%rbp) ## 8-byte Spill
movq %rdi, -72(%rbp) ## 8-byte Spill
xorl %ebx, %ebx
movl %esi, -76(%rbp) ## 4-byte Spill
jmp LBB0_1
.p2align 4, 0x90
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movq _Q1@GOTPCREL(%rip), %r12
movq (%r12), %rax
movq (%rax,%rbx,8), %r14
movq -72(%rbp), %r15 ## 8-byte Reload
movl 12(%r15), %edi
callq _b0
movq %rax, %r12
xorq %r14, %r12
movq _Q0@GOTPCREL(%rip), %r13
movq (%r13), %rax
movq (%rax,%rbx,8), %r14
movl 12(%r15), %edi
callq _b1
xorq %r14, %rax
movq %rax, -48(%rbp) ## 8-byte Spill
movq (%r13), %rax
movq (%rax,%rbx,8), %r14
movl 12(%r15), %edi
callq _b2
movq %rax, %r13
xorq %r14, %r13
movq _Q1@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax,%rbx,8), %r14
movl 12(%r15), %edi
callq _b3
movq %r12, %rcx
xorq %r14, %rax
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movq %rax, -64(%rbp) ## 8-byte Spill
movq _Q1@GOTPCREL(%rip), %rax
movq %r13, %r15
movq %rax, %r13
movq (%rax), %rax
movq (%rax,%rcx,8), %rbx
movq -72(%rbp), %r14 ## 8-byte Reload
movl 8(%r14), %edi
callq _b0
movq %rax, %r12
xorq %rbx, %r12
movq (%r13), %rax
movq -48(%rbp), %rcx ## 8-byte Reload
movq (%rax,%rcx,8), %rbx
movl 8(%r14), %edi
callq _b1
movq %rax, %r13
xorq %rbx, %r13
movq _Q0@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax,%r15,8), %rbx
movl 8(%r14), %edi
callq _b2
xorq %rbx, %rax
movq %rax, -48(%rbp) ## 8-byte Spill
movq _Q0@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -64(%rbp), %rcx ## 8-byte Reload
movq (%rax,%rcx,8), %rbx
movl 8(%r14), %edi
callq _b3
xorq %rbx, %rax
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movq %rax, -64(%rbp) ## 8-byte Spill
movq _Q1@GOTPCREL(%rip), %rax
movq (%rax), %rcx
movq %rcx, -56(%rbp) ## 8-byte Spill
movq %rax, %r15
movq _Q0@GOTPCREL(%rip), %rax
movq (%rax), %rbx
movq (%rbx,%r12,8), %r12
movq -72(%rbp), %r14 ## 8-byte Reload
movl 4(%r14), %edi
callq _b0
xorq %r12, %rax
movq (%rbx,%rax,8), %rbx
movl (%r14), %edi
callq _b0
xorq %rbx, %rax
movq -56(%rbp), %rcx ## 8-byte Reload
movq (%rcx,%rax,8), %r12
movq _Q0@GOTPCREL(%rip), %rax
movq (%rax), %rbx
movq (%r15), %rax
movq (%rax,%r13,8), %r13
movl 4(%r14), %edi
callq _b1
xorq %r13, %rax
movq (%rbx,%rax,8), %r13
movl (%r14), %edi
callq _b1
xorq %r13, %rax
movq (%rbx,%rax,8), %r15
movq _Q1@GOTPCREL(%rip), %rax
movq (%rax), %r13
movq %rax, %rbx
movq _Q0@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -48(%rbp), %rcx ## 8-byte Reload
movq (%rax,%rcx,8), %rax
movq %rax, -48(%rbp) ## 8-byte Spill
movl 4(%r14), %edi
callq _b2
xorq -48(%rbp), %rax ## 8-byte Folded Reload
movq (%r13,%rax,8), %rax
movq %rax, -48(%rbp) ## 8-byte Spill
movl (%r14), %edi
callq _b2
xorq -48(%rbp), %rax ## 8-byte Folded Reload
movq (%r13,%rax,8), %rax
movq %rax, -56(%rbp) ## 8-byte Spill
movq _Q0@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp) ## 8-byte Spill
movq (%rbx), %r13
movq -64(%rbp), %rax ## 8-byte Reload
movq (%r13,%rax,8), %rbx
movl 4(%r14), %edi
callq _b3
xorq %rbx, %rax
movq (%r13,%rax,8), %r13
movl (%r14), %edi
callq _b3
movq -56(%rbp), %r10 ## 8-byte Reload
xorq %r13, %rax
movq -48(%rbp), %rcx ## 8-byte Reload
movq (%rcx,%rax,8), %rdx
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
movq _multEF@GOTPCREL(%rip), %rcx
movq (%rcx), %r8
movl (%r8,%r12,4), %esi
movl %esi, %edi
shll $24, %edi
shll $16, %esi
movq _mult5B@GOTPCREL(%rip), %rcx
movq (%rcx), %rax
movl (%rax,%r12,4), %ecx
shll $8, %ecx
orl %edi, %ecx
orl %esi, %r12d
orl %ecx, %r12d
movq -88(%rbp), %r9 ## 8-byte Reload
movq -96(%rbp), %rbx ## 8-byte Reload
movl %r12d, (%r9,%rbx,4)
movl (%rax,%r15,4), %ecx
shll $16, %ecx
movl (%r8,%r15,4), %esi
shll $24, %r15d
orl %esi, %r15d
shll $8, %esi
orl %ecx, %r15d
orl %esi, %r15d
movl %r15d, 1024(%r9,%rbx,4)
movl (%r8,%r10,4), %ecx
movl %ecx, %esi
shll $24, %esi
shll $8, %ecx
movl %r10d, %edi
shll $16, %edi
orl %esi, %edi
orl %ecx, %edi
orl (%rax,%r10,4), %edi
movl %edi, 2048(%r9,%rbx,4)
movl (%rax,%rdx,4), %ecx
movl (%r8,%rdx,4), %eax
shll $8, %edx
orl %ecx, %edx
shll $24, %ecx
shll $16, %eax
orl %ecx, %edx
orl %eax, %edx
movl %edx, 3072(%r9,%rbx,4)
incq %rbx
cmpq $256, %rbx ## imm = 0x100
movl -76(%rbp), %esi ## 4-byte Reload
je LBB0_8
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq %rbx, %r12
movq %rbx, %r13
movq %rbx, -48(%rbp) ## 8-byte Spill
movq %rbx, %rax
cmpl $2, %esi
movq %rbx, -96(%rbp) ## 8-byte Spill
je LBB0_6
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
cmpl $4, %esi
je LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movq %rbx, %rcx
movq %rbx, -48(%rbp) ## 8-byte Spill
movq %rbx, %r13
movq %rbx, %rax
movq %rbx, %r12
movq %rbx, %r15
movq %rbx, %r10
movq %rbx, %rdx
cmpl $3, %esi
je LBB0_5
jmp LBB0_7
LBB0_8:
addq $56, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _Q1,8,3 ## @Q1
.comm _Q0,8,3 ## @Q0
.comm _multEF,8,3 ## @multEF
.comm _mult5B,8,3 ## @mult5B
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fullKey ; -- Begin function fullKey
.p2align 2
_fullKey: ; @fullKey
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x19, x2
mov x21, x0
mov x22, #0
str w1, [sp, #4] ; 4-byte Folded Spill
b LBB0_5
LBB0_1: ; in Loop: Header=BB0_5 Depth=1
Lloh0:
adrp x25, _Q1@GOTPAGE
Lloh1:
ldr x25, [x25, _Q1@GOTPAGEOFF]
ldr x8, [x25]
lsl x24, x22, #3
ldr x20, [x8, x24]
ldr w0, [x21, #12]
bl _b0
eor x28, x0, x20
Lloh2:
adrp x23, _Q0@GOTPAGE
Lloh3:
ldr x23, [x23, _Q0@GOTPAGEOFF]
ldr x8, [x23]
ldr x20, [x8, x24]
ldr w0, [x21, #12]
bl _b1
eor x20, x0, x20
ldr x8, [x23]
ldr x23, [x8, x24]
ldr w0, [x21, #12]
bl _b2
eor x23, x0, x23
ldr x8, [x25]
ldr x24, [x8, x24]
ldr w0, [x21, #12]
bl _b3
eor x24, x0, x24
LBB0_2: ; in Loop: Header=BB0_5 Depth=1
Lloh4:
adrp x26, _Q1@GOTPAGE
Lloh5:
ldr x26, [x26, _Q1@GOTPAGEOFF]
ldr x8, [x26]
ldr x25, [x8, x28, lsl #3]
ldr w0, [x21, #8]
bl _b0
eor x27, x0, x25
ldr x8, [x26]
ldr x20, [x8, x20, lsl #3]
ldr w0, [x21, #8]
bl _b1
eor x25, x0, x20
Lloh6:
adrp x28, _Q0@GOTPAGE
Lloh7:
ldr x28, [x28, _Q0@GOTPAGEOFF]
ldr x8, [x28]
ldr x20, [x8, x23, lsl #3]
ldr w0, [x21, #8]
bl _b2
eor x26, x0, x20
ldr x8, [x28]
ldr x20, [x8, x24, lsl #3]
ldr w0, [x21, #8]
bl _b3
eor x8, x0, x20
LBB0_3: ; in Loop: Header=BB0_5 Depth=1
str x8, [sp, #8] ; 8-byte Folded Spill
Lloh8:
adrp x8, _Q1@GOTPAGE
Lloh9:
ldr x8, [x8, _Q1@GOTPAGEOFF]
Lloh10:
ldr x20, [x8]
Lloh11:
adrp x28, _Q0@GOTPAGE
Lloh12:
ldr x28, [x28, _Q0@GOTPAGEOFF]
ldr x23, [x28]
ldr x24, [x23, x27, lsl #3]
ldr w0, [x21, #4]
bl _b0
eor x8, x0, x24
ldr x23, [x23, x8, lsl #3]
ldr w0, [x21]
bl _b0
eor x8, x0, x23
ldr x27, [x20, x8, lsl #3]
ldr x20, [x28]
Lloh13:
adrp x24, _Q1@GOTPAGE
Lloh14:
ldr x24, [x24, _Q1@GOTPAGEOFF]
ldr x8, [x24]
ldr x23, [x8, x25, lsl #3]
ldr w0, [x21, #4]
bl _b1
eor x8, x0, x23
ldr x23, [x20, x8, lsl #3]
ldr w0, [x21]
bl _b1
eor x8, x0, x23
ldr x25, [x20, x8, lsl #3]
ldr x20, [x24]
ldr x8, [x28]
ldr x23, [x8, x26, lsl #3]
ldr w0, [x21, #4]
bl _b2
eor x8, x0, x23
ldr x23, [x20, x8, lsl #3]
ldr w0, [x21]
bl _b2
eor x8, x0, x23
ldr x26, [x20, x8, lsl #3]
ldr x20, [x28]
ldr x23, [x24]
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x24, [x23, x8, lsl #3]
ldr w0, [x21, #4]
bl _b3
eor x8, x0, x24
ldr x23, [x23, x8, lsl #3]
ldr w0, [x21]
bl _b3
eor x8, x0, x23
ldr x8, [x20, x8, lsl #3]
LBB0_4: ; in Loop: Header=BB0_5 Depth=1
Lloh15:
adrp x9, _multEF@GOTPAGE
Lloh16:
ldr x9, [x9, _multEF@GOTPAGEOFF]
Lloh17:
ldr x9, [x9]
lsl x10, x27, #2
ldr w11, [x9, x10]
Lloh18:
adrp x12, _mult5B@GOTPAGE
Lloh19:
ldr x12, [x12, _mult5B@GOTPAGEOFF]
Lloh20:
ldr x12, [x12]
ldr w10, [x12, x10]
orr w13, w27, w11, lsl #16
orr w11, w13, w11, lsl #24
orr w10, w11, w10, lsl #8
str w10, [x19]
lsl x10, x25, #2
ldr w11, [x12, x10]
lsl w11, w11, #16
ldr w10, [x9, x10]
orr w11, w11, w25, lsl #24
orr w11, w11, w10
orr w10, w11, w10, lsl #8
str w10, [x19, #1024]
lsl x10, x26, #2
ldr w11, [x9, x10]
lsl w13, w11, #24
ldr w10, [x12, x10]
orr w13, w13, w26, lsl #16
orr w11, w13, w11, lsl #8
orr w10, w11, w10
str w10, [x19, #2048]
lsl x10, x8, #2
ldr w11, [x12, x10]
ldr w9, [x9, x10]
orr w8, w11, w8, lsl #8
orr w8, w8, w11, lsl #24
orr w8, w8, w9, lsl #16
str w8, [x19, #3072]
add x22, x22, #1
add x19, x19, #4
cmp x22, #256
ldr w1, [sp, #4] ; 4-byte Folded Reload
b.eq LBB0_8
LBB0_5: ; =>This Inner Loop Header: Depth=1
mov x27, x22
mov x25, x22
mov x26, x22
mov x8, x22
cmp w1, #2
b.eq LBB0_3
; %bb.6: ; in Loop: Header=BB0_5 Depth=1
cmp w1, #4
b.eq LBB0_1
; %bb.7: ; in Loop: Header=BB0_5 Depth=1
mov x28, x22
mov x20, x22
mov x23, x22
mov x24, x22
mov x27, x22
mov x25, x22
mov x26, x22
mov x8, x22
cmp w1, #3
b.eq LBB0_2
b LBB0_4
LBB0_8:
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpLdrGot Lloh13, Lloh14
.loh AdrpLdrGot Lloh11, Lloh12
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.cfi_endproc
; -- End function
.comm _Q1,8,3 ; @Q1
.comm _Q0,8,3 ; @Q0
.comm _multEF,8,3 ; @multEF
.comm _mult5B,8,3 ; @mult5B
.subsections_via_symbols
| AnghaBench/exploitdb/shellcodes/linux_x86-64/extr_43956.c_fullKey.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function zfcp_reqlist_hash
_zfcp_reqlist_hash: ## @zfcp_reqlist_hash
.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, %rax
movq _ZFCP_REQ_LIST_BUCKETS@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
movq %rdi, %rdx
orq %rcx, %rdx
shrq $32, %rdx
je LBB0_1
## %bb.2:
xorl %edx, %edx
divq %rcx
movq %rdx, %rax
## kill: def $eax killed $eax killed $rax
popq %rbp
retq
LBB0_1:
## kill: def $eax killed $eax killed $rax
xorl %edx, %edx
divl %ecx
movl %edx, %eax
## kill: def $eax killed $eax killed $rax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _ZFCP_REQ_LIST_BUCKETS,8,3 ## @ZFCP_REQ_LIST_BUCKETS
.no_dead_strip _zfcp_reqlist_hash
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function zfcp_reqlist_hash
_zfcp_reqlist_hash: ; @zfcp_reqlist_hash
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _ZFCP_REQ_LIST_BUCKETS@GOTPAGE
Lloh1:
ldr x8, [x8, _ZFCP_REQ_LIST_BUCKETS@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
udiv x9, x0, x8
msub w0, w9, w8, w0
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _ZFCP_REQ_LIST_BUCKETS,8,3 ; @ZFCP_REQ_LIST_BUCKETS
.no_dead_strip _zfcp_reqlist_hash
.subsections_via_symbols
| AnghaBench/linux/drivers/s390/scsi/extr_zfcp_reqlist.h_zfcp_reqlist_hash.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bitmap_file_clear_bit
_bitmap_file_clear_bit: ## @bitmap_file_clear_bit
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %rbx
movq %rdi, %r13
movb 16(%rdi), %cl
shrq %cl, %rbx
leaq 12(%rdi), %r15
movq %r15, %rdi
movq %rbx, %rsi
callq _filemap_get_page
testq %rax, %rax
je LBB0_6
## %bb.1:
movq %rax, %r14
movq %r15, %rdi
movq %rbx, %rsi
callq _file_page_offset
movq %rax, %r12
movq _KM_USER0@GOTPCREL(%rip), %rbx
movl (%rbx), %esi
movq %r14, %rdi
callq _kmap_atomic
movq %rax, %r15
movq _BITMAP_HOSTENDIAN@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq 8(%r13), %rsi
callq _test_bit
movq %r12, %rdi
movq %r15, %rsi
testq %rax, %rax
je LBB0_3
## %bb.2:
callq _clear_bit
jmp LBB0_4
LBB0_3:
callq _clear_bit_le
LBB0_4:
movl (%rbx), %esi
movq %r15, %rdi
callq _kunmap_atomic
movl (%r14), %esi
movq _BITMAP_PAGE_NEEDWRITE@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r13, %rdi
callq _test_page_attr
testl %eax, %eax
jne LBB0_6
## %bb.5:
movl (%r14), %esi
movq _BITMAP_PAGE_PENDING@GOTPCREL(%rip), %rax
movl (%rax), %edx
movq %r13, %rdi
callq _set_page_attr
movq $0, (%r13)
LBB0_6:
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _KM_USER0,4,2 ## @KM_USER0
.comm _BITMAP_HOSTENDIAN,4,2 ## @BITMAP_HOSTENDIAN
.comm _BITMAP_PAGE_NEEDWRITE,4,2 ## @BITMAP_PAGE_NEEDWRITE
.comm _BITMAP_PAGE_PENDING,4,2 ## @BITMAP_PAGE_PENDING
.no_dead_strip _bitmap_file_clear_bit
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bitmap_file_clear_bit
_bitmap_file_clear_bit: ; @bitmap_file_clear_bit
.cfi_startproc
; %bb.0:
stp x24, x23, [sp, #-64]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x19, x0
ldr x8, [x0, #16]
lsr x21, x1, x8
add x22, x0, #12
mov x0, x22
mov x1, x21
bl _filemap_get_page
cbz x0, LBB0_6
; %bb.1:
mov x20, x0
mov x0, x22
mov x1, x21
bl _file_page_offset
mov x22, x0
Lloh0:
adrp x23, _KM_USER0@GOTPAGE
Lloh1:
ldr x23, [x23, _KM_USER0@GOTPAGEOFF]
ldr w1, [x23]
mov x0, x20
bl _kmap_atomic
mov x21, x0
Lloh2:
adrp x8, _BITMAP_HOSTENDIAN@GOTPAGE
Lloh3:
ldr x8, [x8, _BITMAP_HOSTENDIAN@GOTPAGEOFF]
Lloh4:
ldr w0, [x8]
add x1, x19, #8
bl _test_bit
cbz x0, LBB0_3
; %bb.2:
mov x0, x22
mov x1, x21
bl _clear_bit
b LBB0_4
LBB0_3:
mov x0, x22
mov x1, x21
bl _clear_bit_le
LBB0_4:
ldr w1, [x23]
mov x0, x21
bl _kunmap_atomic
ldr w1, [x20]
Lloh5:
adrp x8, _BITMAP_PAGE_NEEDWRITE@GOTPAGE
Lloh6:
ldr x8, [x8, _BITMAP_PAGE_NEEDWRITE@GOTPAGEOFF]
Lloh7:
ldr w2, [x8]
mov x0, x19
bl _test_page_attr
cbnz w0, LBB0_6
; %bb.5:
ldr w1, [x20]
Lloh8:
adrp x8, _BITMAP_PAGE_PENDING@GOTPAGE
Lloh9:
ldr x8, [x8, _BITMAP_PAGE_PENDING@GOTPAGEOFF]
Lloh10:
ldr w2, [x8]
mov x0, x19
bl _set_page_attr
str xzr, [x19]
LBB0_6:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x24, x23, [sp], #64 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.cfi_endproc
; -- End function
.comm _KM_USER0,4,2 ; @KM_USER0
.comm _BITMAP_HOSTENDIAN,4,2 ; @BITMAP_HOSTENDIAN
.comm _BITMAP_PAGE_NEEDWRITE,4,2 ; @BITMAP_PAGE_NEEDWRITE
.comm _BITMAP_PAGE_PENDING,4,2 ; @BITMAP_PAGE_PENDING
.no_dead_strip _bitmap_file_clear_bit
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/md/extr_bitmap.c_bitmap_file_clear_bit.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function write_manifest
_write_manifest: ## @write_manifest
.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 $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %r15
movq %rsp, %r13
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
movq _MAX_PATH@GOTPCREL(%rip), %rax
movl (%rax), %r12d
movq %r12, %rax
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %rbx
movl %r12d, %edi
movq %rbx, %rsi
callq _GetTempPathA
movq %rbx, %rdi
movq %r15, %rsi
callq _strcat
movq _GENERIC_WRITE@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _CREATE_ALWAYS@GOTPCREL(%rip), %rax
movl (%rax), %r8d
movq _FILE_ATTRIBUTE_NORMAL@GOTPCREL(%rip), %rax
movl (%rax), %r9d
subq $8, %rsp
movq %rbx, %rdi
xorl %edx, %edx
xorl %ecx, %ecx
pushq $0
callq _CreateFileA
addq $16, %rsp
movq %rax, %r15
movq _INVALID_HANDLE_VALUE@GOTPCREL(%rip), %rax
xorl %ebx, %ebx
cmpq (%rax), %r15
setne %bl
xorl %eax, %eax
callq _GetLastError
leaq L_.str(%rip), %rsi
movl %ebx, %edi
movl %eax, %edx
callq _ok
movq %r14, %rdi
callq _strlen
leaq -52(%rbp), %rcx
movq %r15, %rdi
movq %r14, %rsi
movl %eax, %edx
xorl %r8d, %r8d
callq _WriteFile
movq %r15, %rdi
callq _CloseHandle
movq %r13, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_2
## %bb.1:
leaq -40(%rbp), %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _MAX_PATH,4,2 ## @MAX_PATH
.comm _GENERIC_WRITE,4,2 ## @GENERIC_WRITE
.comm _CREATE_ALWAYS,4,2 ## @CREATE_ALWAYS
.comm _FILE_ATTRIBUTE_NORMAL,4,2 ## @FILE_ATTRIBUTE_NORMAL
.comm _INVALID_HANDLE_VALUE,8,3 ## @INVALID_HANDLE_VALUE
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "CreateFile failed: %u\n"
.no_dead_strip _write_manifest
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function write_manifest
_write_manifest: ; @write_manifest
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
sub sp, sp, #16
mov x19, x1
mov x20, x0
mov x22, sp
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-40]
Lloh3:
adrp x8, _MAX_PATH@GOTPAGE
Lloh4:
ldr x8, [x8, _MAX_PATH@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
lsl x8, x0, #2
mov x9, x8
Lloh6:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh7:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x7fffffff0
sub x21, x9, x8
mov sp, x21
; kill: def $w0 killed $w0 killed $x0
mov x1, x21
bl _GetTempPathA
mov x0, x21
mov x1, x20
bl _strcat
Lloh8:
adrp x8, _GENERIC_WRITE@GOTPAGE
Lloh9:
ldr x8, [x8, _GENERIC_WRITE@GOTPAGEOFF]
Lloh10:
ldr w1, [x8]
Lloh11:
adrp x8, _CREATE_ALWAYS@GOTPAGE
Lloh12:
ldr x8, [x8, _CREATE_ALWAYS@GOTPAGEOFF]
Lloh13:
ldr w4, [x8]
Lloh14:
adrp x8, _FILE_ATTRIBUTE_NORMAL@GOTPAGE
Lloh15:
ldr x8, [x8, _FILE_ATTRIBUTE_NORMAL@GOTPAGEOFF]
Lloh16:
ldr w5, [x8]
mov x0, x21
mov w2, #0
mov x3, #0
mov x6, #0
bl _CreateFileA
mov x20, x0
Lloh17:
adrp x8, _INVALID_HANDLE_VALUE@GOTPAGE
Lloh18:
ldr x8, [x8, _INVALID_HANDLE_VALUE@GOTPAGEOFF]
Lloh19:
ldr x8, [x8]
cmp x0, x8
cset w21, ne
bl _GetLastError
mov x2, x0
Lloh20:
adrp x1, l_.str@PAGE
Lloh21:
add x1, x1, l_.str@PAGEOFF
mov x0, x21
bl _ok
mov x0, x19
bl _strlen
mov x2, x0
sub x3, x29, #44
mov x0, x20
mov x1, x19
mov x4, #0
bl _WriteFile
mov x0, x20
bl _CloseHandle
mov sp, x22
ldur x8, [x29, #-40]
Lloh22:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh23:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh24:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
sub sp, x29, #32
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh22, Lloh23, Lloh24
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpLdrGotLdr Lloh17, Lloh18, Lloh19
.loh AdrpLdrGotLdr Lloh14, Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _MAX_PATH,4,2 ; @MAX_PATH
.comm _GENERIC_WRITE,4,2 ; @GENERIC_WRITE
.comm _CREATE_ALWAYS,4,2 ; @CREATE_ALWAYS
.comm _FILE_ATTRIBUTE_NORMAL,4,2 ; @FILE_ATTRIBUTE_NORMAL
.comm _INVALID_HANDLE_VALUE,8,3 ; @INVALID_HANDLE_VALUE
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "CreateFile failed: %u\n"
.no_dead_strip _write_manifest
.subsections_via_symbols
| AnghaBench/reactos/modules/rostests/winetests/kernel32/extr_actctx.c_write_manifest.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function readfile
_readfile: ## @readfile
.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 %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %rbx
movl $0, (%rsi)
movq _O_RDONLY@GOTPCREL(%rip), %rax
movq _PG_BINARY@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
orl (%rax), %esi
xorl %r15d, %r15d
xorl %edx, %edx
callq _open
testl %eax, %eax
jle LBB0_9
## %bb.1:
movl %eax, %r14d
leaq -36(%rbp), %rsi
movl %eax, %edi
callq _fstat
testq %rax, %rax
js LBB0_2
## %bb.3:
movl -36(%rbp), %edi
testl %edi, %edi
je LBB0_4
## %bb.5:
incl %edi
callq _pg_malloc
movq %rax, %r12
movl -36(%rbp), %edx
incl %edx
movl %r14d, %edi
movq %rax, %rsi
callq _read
movl %eax, %r15d
movl %r14d, %edi
callq _close
cmpl -36(%rbp), %r15d
jne LBB0_10
## %bb.6:
testl %r15d, %r15d
jle LBB0_8
.p2align 4, 0x90
LBB0_7: ## =>This Inner Loop Header: Depth=1
jmp LBB0_7
LBB0_2:
movl %r14d, %edi
callq _close
xorl %r15d, %r15d
jmp LBB0_9
LBB0_4:
movl %r14d, %edi
callq _close
movl $8, %edi
callq _pg_malloc
movq %rax, %r15
movq $0, (%rax)
jmp LBB0_9
LBB0_10:
movq %r12, %rdi
callq _free
xorl %r15d, %r15d
jmp LBB0_9
LBB0_8:
movl $8, %edi
callq _pg_malloc
movq %rax, %r15
movl $0, (%rbx)
movq $0, (%rax)
movq %r12, %rdi
callq _free
LBB0_9:
movq %r15, %rax
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _O_RDONLY,4,2 ## @O_RDONLY
.comm _PG_BINARY,4,2 ## @PG_BINARY
.no_dead_strip _readfile
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function readfile
_readfile: ; @readfile
.cfi_startproc
; %bb.0:
sub sp, sp, #64
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
str wzr, [x1]
Lloh0:
adrp x8, _O_RDONLY@GOTPAGE
Lloh1:
ldr x8, [x8, _O_RDONLY@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
Lloh3:
adrp x9, _PG_BINARY@GOTPAGE
Lloh4:
ldr x9, [x9, _PG_BINARY@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
orr w1, w9, w8
mov w2, #0 ; =0x0
bl _open
cmp w0, #1
b.lt LBB0_6
; %bb.1:
mov x20, x0
add x1, sp, #12
bl _fstat
tbnz x0, #63, LBB0_7
; %bb.2:
ldr w8, [sp, #12]
cbz w8, LBB0_8
; %bb.3:
add w0, w8, #1
bl _pg_malloc
mov x21, x0
ldr w8, [sp, #12]
add w2, w8, #1
mov x0, x20
mov x1, x21
bl _read
mov x22, x0
mov x0, x20
bl _close
ldr w8, [sp, #12]
cmp w22, w8
b.ne LBB0_9
; %bb.4:
cmp w22, #1
b.lt LBB0_10
LBB0_5: ; =>This Inner Loop Header: Depth=1
b LBB0_5
LBB0_6:
mov x0, #0 ; =0x0
b LBB0_11
LBB0_7:
mov x0, x20
bl _close
mov x0, #0 ; =0x0
b LBB0_11
LBB0_8:
mov x0, x20
bl _close
mov w0, #8 ; =0x8
bl _pg_malloc
str xzr, [x0]
b LBB0_11
LBB0_9:
mov x0, x21
bl _free
mov x0, #0 ; =0x0
b LBB0_11
LBB0_10:
mov w0, #8 ; =0x8
bl _pg_malloc
mov x20, x0
str wzr, [x19]
str xzr, [x0]
mov x0, x21
bl _free
mov x0, x20
LBB0_11:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #64
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _O_RDONLY,4,2 ; @O_RDONLY
.comm _PG_BINARY,4,2 ; @PG_BINARY
.no_dead_strip _readfile
.subsections_via_symbols
| assembly_file_134008.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _make_buffer ## -- Begin function make_buffer
.p2align 4, 0x90
_make_buffer: ## @make_buffer
.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 $1016, %rsp ## imm = 0x3F8
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, %r12
movl %edx, %r13d
movl %esi, %r14d
movq %rdi, %r15
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq -1056(%rbp), %rbx
movq %rbx, %rdi
xorl %esi, %esi
movl $1000, %edx ## imm = 0x3E8
callq _memset
movq %rbx, %rdi
movl %r13d, %esi
movq %r12, %rdx
callq _prepare_shellcode
movq %r15, %rdi
xorl %esi, %esi
movl $8, %edx
callq _memset
leaq L_.str(%rip), %rsi
movq %r15, %rdi
callq _strcat
movq %r15, %rdi
callq _strlen
movslq %eax, %r12
addq %r15, %r12
movq %r12, %rdi
movl $65, %esi
movl $255, %edx
callq _memset
movq %r12, %rdi
callq _strlen
cltq
leaq (%r12,%rax), %r13
movslq %r14d, %rcx
movb $-1, (%rax,%r12)
movq _targets@GOTPCREL(%rip), %rdx
movq (%rdx), %rsi
movzbl 1(%rsi,%rcx,4), %esi
movb %sil, 1(%rax,%r12)
movq (%rdx), %rsi
movzbl 2(%rsi,%rcx,4), %esi
movb %sil, 2(%rax,%r12)
movq (%rdx), %rdx
movzbl 3(%rdx,%rcx,4), %ecx
movb %cl, 3(%rax,%r12)
leaq 12(%rax,%r12), %r14
movabsq $4702111234474983745, %rcx ## imm = 0x4141414141414141
movq %rcx, 4(%rax,%r12)
movq _stabstack@GOTPCREL(%rip), %rax
movq (%rax), %r15
movq %r15, %rdi
callq _strlen
movq %r14, %rdi
movq %r15, %rsi
movl %eax, %edx
callq _memcpy
movq %r14, %rdi
callq _strlen
cltq
leaq (%rax,%r13), %r14
addq $12, %r14
movq %rbx, %rdi
callq _strlen
movq %r14, %rdi
movq %rbx, %rsi
movl %eax, %edx
callq _memcpy
movq %r14, %rdi
callq _strlen
movslq %eax, %rbx
addq %r14, %rbx
movq %rbx, %rdi
movl $65, %esi
movl $10, %edx
callq _memset
movq %rbx, %rdi
callq _strlen
movslq %eax, %r14
addq %rbx, %r14
leaq L_.str.1(%rip), %rbx
movq %rbx, %rdi
callq _strlen
movq %r14, %rdi
movq %rbx, %rsi
movl %eax, %edx
callq _memcpy
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_2
## %bb.1:
addq $1016, %rsp ## imm = 0x3F8
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "create procedure \""
.comm _targets,8,3 ## @targets
.comm _stabstack,8,3 ## @stabstack
L_.str.1: ## @.str.1
.asciz "\"()\n begin\n end;"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _make_buffer ; -- Begin function make_buffer
.p2align 2
_make_buffer: ; @make_buffer
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-64]! ; 16-byte Folded Spill
stp x22, x21, [sp, #16] ; 16-byte Folded Spill
stp x20, x19, [sp, #32] ; 16-byte Folded Spill
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
sub sp, sp, #1008
.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
mov x19, x3
mov x20, x2
mov x21, x1
mov x22, x0
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-56]
mov x0, sp
mov w1, #0 ; =0x0
mov w2, #1000 ; =0x3e8
bl _memset
mov x0, sp
mov x1, x20
mov x2, x19
bl _prepare_shellcode
mov x0, x22
mov w1, #0 ; =0x0
mov w2, #8 ; =0x8
bl _memset
Lloh3:
adrp x1, l_.str@PAGE
Lloh4:
add x1, x1, l_.str@PAGEOFF
mov x0, x22
bl _strcat
mov x0, x22
bl _strlen
add x19, x22, w0, sxtw
mov w20, #255 ; =0xff
mov x0, x19
mov w1, #65 ; =0x41
mov w2, #255 ; =0xff
bl _memset
mov x0, x19
bl _strlen
add x8, x19, w0, sxtw
strb w20, [x8]
Lloh5:
adrp x9, _targets@GOTPAGE
Lloh6:
ldr x9, [x9, _targets@GOTPAGEOFF]
ldr x10, [x9]
sbfiz x11, x21, #2, #32
ldr w10, [x10, x11]
lsr w10, w10, #8
strb w10, [x8, #1]
ldr x10, [x9]
add x10, x10, x11
ldrh w10, [x10, #2]
strb w10, [x8, #2]
ldr x9, [x9]
add x9, x9, x11
ldrb w9, [x9, #3]
strb w9, [x8, #3]
add x19, x8, #12
mov x9, #4629771061636907072 ; =0x4040404040404040
orr x9, x9, #0x101010101010101
stur x9, [x8, #4]
Lloh7:
adrp x8, _stabstack@GOTPAGE
Lloh8:
ldr x8, [x8, _stabstack@GOTPAGEOFF]
Lloh9:
ldr x20, [x8]
mov x0, x20
bl _strlen
mov x2, x0
mov x0, x19
mov x1, x20
bl _memcpy
mov x0, x19
bl _strlen
add x19, x19, w0, sxtw
mov x0, sp
bl _strlen
mov x2, x0
mov x1, sp
mov x0, x19
bl _memcpy
mov x0, x19
bl _strlen
add x19, x19, w0, sxtw
mov x0, x19
mov w1, #65 ; =0x41
mov w2, #10 ; =0xa
bl _memset
mov x0, x19
bl _strlen
add x19, x19, w0, sxtw
Lloh10:
adrp x20, l_.str.1@PAGE
Lloh11:
add x20, x20, l_.str.1@PAGEOFF
mov x0, x20
bl _strlen
mov x2, x0
mov x0, x19
mov x1, x20
bl _memcpy
ldur x8, [x29, #-56]
Lloh12:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh13:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh14:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_2
; %bb.1:
add sp, sp, #1008
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
ldp x20, x19, [sp, #32] ; 16-byte Folded Reload
ldp x22, x21, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #64 ; 16-byte Folded Reload
ret
LBB0_2:
bl ___stack_chk_fail
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh9
.loh AdrpLdrGot Lloh5, Lloh6
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "create procedure \""
.comm _targets,8,3 ; @targets
.comm _stabstack,8,3 ; @stabstack
l_.str.1: ; @.str.1
.asciz "\"()\n begin\n end;"
.subsections_via_symbols
| assembly_file_174904.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _mpt3sas_config_get_volume_handle ## -- Begin function mpt3sas_config_get_volume_handle
.p2align 4, 0x90
_mpt3sas_config_get_volume_handle: ## @mpt3sas_config_get_volume_handle
.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 $72, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %r15
movl %esi, -56(%rbp) ## 4-byte Spill
movq %rdi, %r12
movl $0, (%rdx)
leaq -96(%rbp), %r14
xorl %ebx, %ebx
movq %r14, %rdi
xorl %esi, %esi
movl $40, %edx
callq _memset
movq _MPI2_FUNCTION_CONFIG@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -60(%rbp)
movq _MPI2_CONFIG_ACTION_PAGE_HEADER@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -92(%rbp)
movq _MPI2_CONFIG_PAGETYPE_EXTENDED@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -68(%rbp)
movq _MPI2_CONFIG_EXTPAGETYPE_RAID_CONFIG@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -64(%rbp)
movq _MPI2_RAIDCONFIG0_PAGEVERSION@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -72(%rbp)
movq $0, -80(%rbp)
leaq -88(%rbp), %rsi
movq %r12, %rdi
callq *(%r12)
movq _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT@GOTPCREL(%rip), %rax
movl (%rax), %ecx
leaq -48(%rbp), %rdx
movq %r12, %rdi
movq %r14, %rsi
xorl %r8d, %r8d
xorl %r9d, %r9d
callq __config_request
testl %eax, %eax
je LBB0_1
LBB0_18:
movl %eax, %r13d
LBB0_19:
movq %rbx, %rdi
callq _kfree
movl %r13d, %eax
addq $72, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_1:
movq _MPI2_CONFIG_ACTION_PAGE_READ_CURRENT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -92(%rbp)
movl -44(%rbp), %edi
callq _le16_to_cpu
movl %eax, %r14d
shll $2, %r14d
movq _GFP_KERNEL@GOTPCREL(%rip), %rax
movl (%rax), %esi
movl %r14d, %edi
callq _kmalloc
movl $-1, %r13d
testq %rax, %rax
je LBB0_2
## %bb.3:
movq %rax, %rbx
movq _MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM@GOTPCREL(%rip), %rax
movl $255, %edi
addq (%rax), %rdi
callq _cpu_to_le32
movl %eax, -96(%rbp)
movq _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT@GOTPCREL(%rip), %rax
movl (%rax), %ecx
leaq -96(%rbp), %rsi
leaq -48(%rbp), %rdx
movq %r12, %rdi
movq %rbx, %r8
movl %r14d, %r9d
callq __config_request
testl %eax, %eax
jne LBB0_18
## %bb.4:
movq %r12, -112(%rbp) ## 8-byte Spill
movq _MPI2_IOCSTATUS_MASK@GOTPCREL(%rip), %r13
movq _MPI2_IOCSTATUS_SUCCESS@GOTPCREL(%rip), %r12
movq %r15, -104(%rbp) ## 8-byte Spill
movl %r14d, -52(%rbp) ## 4-byte Spill
jmp LBB0_5
LBB0_17: ## in Loop: Header=BB0_5 Depth=1
movslq 4(%rbx), %rdi
movq _MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM@GOTPCREL(%rip), %rax
addq (%rax), %rdi
callq _cpu_to_le32
movl %eax, -96(%rbp)
movq _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq %r12, %rdi
leaq -96(%rbp), %rsi
leaq -48(%rbp), %rdx
movq %rbx, %r8
movl -52(%rbp), %r9d ## 4-byte Reload
callq __config_request
testl %eax, %eax
movq %r13, %r12
movq _MPI2_IOCSTATUS_MASK@GOTPCREL(%rip), %r13
jne LBB0_18
LBB0_5: ## =>This Loop Header: Depth=1
## Child Loop BB0_9 Depth 2
movl -48(%rbp), %edi
callq _le16_to_cpu
andl (%r13), %eax
cmpl (%r12), %eax
jne LBB0_6
## %bb.7: ## in Loop: Header=BB0_5 Depth=1
movq %r12, %r13
cmpl $0, (%rbx)
movq -112(%rbp), %r12 ## 8-byte Reload
js LBB0_17
## %bb.8: ## in Loop: Header=BB0_5 Depth=1
movq $-1, %r15
xorl %r14d, %r14d
jmp LBB0_9
.p2align 4, 0x90
LBB0_14: ## in Loop: Header=BB0_9 Depth=2
movq _MPI2_RAIDCONFIG0_EFLAGS_HOT_SPARE_ELEMENT@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
je LBB0_15
LBB0_16: ## in Loop: Header=BB0_9 Depth=2
movslq (%rbx), %rax
addq $12, %r14
incq %r15
cmpq %rax, %r15
jge LBB0_17
LBB0_9: ## Parent Loop BB0_5 Depth=1
## => This Inner Loop Header: Depth=2
movq 8(%rbx), %rax
movl 8(%rax,%r14), %edi
callq _le16_to_cpu
movq _MPI2_RAIDCONFIG0_EFLAGS_MASK_ELEMENT_TYPE@GOTPCREL(%rip), %rcx
andl (%rcx), %eax
movq _MPI2_RAIDCONFIG0_EFLAGS_VOL_PHYS_DISK_ELEMENT@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jne LBB0_14
## %bb.10: ## in Loop: Header=BB0_9 Depth=2
movq _MPI2_RAIDCONFIG0_EFLAGS_OCE_ELEMENT@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jne LBB0_14
## %bb.11: ## in Loop: Header=BB0_9 Depth=2
movq 8(%rbx), %rax
movl 4(%rax,%r14), %edi
callq _le16_to_cpu
cmpl -56(%rbp), %eax ## 4-byte Folded Reload
jne LBB0_16
## %bb.12:
movq 8(%rbx), %rax
movl (%rax,%r14), %edi
callq _le16_to_cpu
jmp LBB0_13
LBB0_2:
xorl %ebx, %ebx
jmp LBB0_19
LBB0_15:
xorl %eax, %eax
LBB0_13:
movq -104(%rbp), %rcx ## 8-byte Reload
movl %eax, (%rcx)
xorl %r13d, %r13d
jmp LBB0_19
LBB0_6:
movl $-1, %r13d
jmp LBB0_19
.cfi_endproc
## -- End function
.comm _MPI2_FUNCTION_CONFIG,4,2 ## @MPI2_FUNCTION_CONFIG
.comm _MPI2_CONFIG_ACTION_PAGE_HEADER,4,2 ## @MPI2_CONFIG_ACTION_PAGE_HEADER
.comm _MPI2_CONFIG_PAGETYPE_EXTENDED,4,2 ## @MPI2_CONFIG_PAGETYPE_EXTENDED
.comm _MPI2_CONFIG_EXTPAGETYPE_RAID_CONFIG,4,2 ## @MPI2_CONFIG_EXTPAGETYPE_RAID_CONFIG
.comm _MPI2_RAIDCONFIG0_PAGEVERSION,4,2 ## @MPI2_RAIDCONFIG0_PAGEVERSION
.comm _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT,4,2 ## @MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT
.comm _MPI2_CONFIG_ACTION_PAGE_READ_CURRENT,4,2 ## @MPI2_CONFIG_ACTION_PAGE_READ_CURRENT
.comm _GFP_KERNEL,4,2 ## @GFP_KERNEL
.comm _MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM,8,3 ## @MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM
.comm _MPI2_IOCSTATUS_MASK,4,2 ## @MPI2_IOCSTATUS_MASK
.comm _MPI2_IOCSTATUS_SUCCESS,4,2 ## @MPI2_IOCSTATUS_SUCCESS
.comm _MPI2_RAIDCONFIG0_EFLAGS_MASK_ELEMENT_TYPE,4,2 ## @MPI2_RAIDCONFIG0_EFLAGS_MASK_ELEMENT_TYPE
.comm _MPI2_RAIDCONFIG0_EFLAGS_VOL_PHYS_DISK_ELEMENT,4,2 ## @MPI2_RAIDCONFIG0_EFLAGS_VOL_PHYS_DISK_ELEMENT
.comm _MPI2_RAIDCONFIG0_EFLAGS_OCE_ELEMENT,4,2 ## @MPI2_RAIDCONFIG0_EFLAGS_OCE_ELEMENT
.comm _MPI2_RAIDCONFIG0_EFLAGS_HOT_SPARE_ELEMENT,4,2 ## @MPI2_RAIDCONFIG0_EFLAGS_HOT_SPARE_ELEMENT
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.globl _mpt3sas_config_get_volume_handle ; -- Begin function mpt3sas_config_get_volume_handle
.p2align 2
_mpt3sas_config_get_volume_handle: ; @mpt3sas_config_get_volume_handle
.cfi_startproc
; %bb.0:
sub sp, sp, #160
stp x28, x27, [sp, #64] ; 16-byte Folded Spill
stp x26, x25, [sp, #80] ; 16-byte Folded Spill
stp x24, x23, [sp, #96] ; 16-byte Folded Spill
stp x22, x21, [sp, #112] ; 16-byte Folded Spill
stp x20, x19, [sp, #128] ; 16-byte Folded Spill
stp x29, x30, [sp, #144] ; 16-byte Folded Spill
add x29, sp, #144
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x19, x2
mov x20, x1
mov x21, x0
str wzr, [x2]
add x22, sp, #24
add x0, sp, #24
mov w1, #0 ; =0x0
mov w2, #40 ; =0x28
bl _memset
Lloh0:
adrp x8, _MPI2_FUNCTION_CONFIG@GOTPAGE
Lloh1:
ldr x8, [x8, _MPI2_FUNCTION_CONFIG@GOTPAGEOFF]
Lloh2:
adrp x9, _MPI2_CONFIG_ACTION_PAGE_HEADER@GOTPAGE
Lloh3:
ldr x9, [x9, _MPI2_CONFIG_ACTION_PAGE_HEADER@GOTPAGEOFF]
Lloh4:
ldr w9, [x9]
str w9, [sp, #28]
Lloh5:
adrp x9, _MPI2_CONFIG_PAGETYPE_EXTENDED@GOTPAGE
Lloh6:
ldr x9, [x9, _MPI2_CONFIG_PAGETYPE_EXTENDED@GOTPAGEOFF]
Lloh7:
adrp x10, _MPI2_CONFIG_EXTPAGETYPE_RAID_CONFIG@GOTPAGE
Lloh8:
ldr x10, [x10, _MPI2_CONFIG_EXTPAGETYPE_RAID_CONFIG@GOTPAGEOFF]
Lloh9:
ldr w8, [x8]
Lloh10:
ldr w10, [x10]
stp w10, w8, [sp, #56]
Lloh11:
adrp x8, _MPI2_RAIDCONFIG0_PAGEVERSION@GOTPAGE
Lloh12:
ldr x8, [x8, _MPI2_RAIDCONFIG0_PAGEVERSION@GOTPAGEOFF]
Lloh13:
ldr w9, [x9]
Lloh14:
ldr w8, [x8]
stp w8, w9, [sp, #48]
str xzr, [sp, #40]
ldr x8, [x21]
add x1, x22, #8
mov x0, x21
blr x8
Lloh15:
adrp x25, _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT@GOTPAGE
Lloh16:
ldr x25, [x25, _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT@GOTPAGEOFF]
ldr w3, [x25]
add x1, sp, #24
add x2, sp, #16
mov x0, x21
mov x4, #0 ; =0x0
mov w5, #0 ; =0x0
bl __config_request
cbz w0, LBB0_3
; %bb.1:
mov x24, x0
mov x22, #0 ; =0x0
LBB0_2:
mov x0, x22
bl _kfree
mov x0, x24
ldp x29, x30, [sp, #144] ; 16-byte Folded Reload
ldp x20, x19, [sp, #128] ; 16-byte Folded Reload
ldp x22, x21, [sp, #112] ; 16-byte Folded Reload
ldp x24, x23, [sp, #96] ; 16-byte Folded Reload
ldp x26, x25, [sp, #80] ; 16-byte Folded Reload
ldp x28, x27, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #160
ret
LBB0_3:
Lloh17:
adrp x8, _MPI2_CONFIG_ACTION_PAGE_READ_CURRENT@GOTPAGE
Lloh18:
ldr x8, [x8, _MPI2_CONFIG_ACTION_PAGE_READ_CURRENT@GOTPAGEOFF]
Lloh19:
ldr w8, [x8]
str w8, [sp, #28]
ldr w0, [sp, #20]
bl _le16_to_cpu
lsl w23, w0, #2
Lloh20:
adrp x8, _GFP_KERNEL@GOTPAGE
Lloh21:
ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF]
Lloh22:
ldr w1, [x8]
mov x0, x23
bl _kmalloc
mov x22, x0
cbz x0, LBB0_16
; %bb.4:
Lloh23:
adrp x8, _MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM@GOTPAGE
Lloh24:
ldr x8, [x8, _MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM@GOTPAGEOFF]
Lloh25:
ldr x8, [x8]
add x0, x8, #255
bl _cpu_to_le32
str w0, [sp, #24]
ldr w3, [x25]
add x1, sp, #24
add x2, sp, #16
mov x0, x21
mov x4, x22
mov x5, x23
bl __config_request
cbz w0, LBB0_6
LBB0_5:
mov x24, x0
b LBB0_2
LBB0_6:
str w23, [sp, #12] ; 4-byte Folded Spill
Lloh26:
adrp x25, _MPI2_IOCSTATUS_MASK@GOTPAGE
Lloh27:
ldr x25, [x25, _MPI2_IOCSTATUS_MASK@GOTPAGEOFF]
Lloh28:
adrp x23, _MPI2_IOCSTATUS_SUCCESS@GOTPAGE
Lloh29:
ldr x23, [x23, _MPI2_IOCSTATUS_SUCCESS@GOTPAGEOFF]
Lloh30:
adrp x27, _MPI2_RAIDCONFIG0_EFLAGS_MASK_ELEMENT_TYPE@GOTPAGE
Lloh31:
ldr x27, [x27, _MPI2_RAIDCONFIG0_EFLAGS_MASK_ELEMENT_TYPE@GOTPAGEOFF]
Lloh32:
adrp x28, _MPI2_RAIDCONFIG0_EFLAGS_VOL_PHYS_DISK_ELEMENT@GOTPAGE
Lloh33:
ldr x28, [x28, _MPI2_RAIDCONFIG0_EFLAGS_VOL_PHYS_DISK_ELEMENT@GOTPAGEOFF]
Lloh34:
adrp x26, _MPI2_RAIDCONFIG0_EFLAGS_OCE_ELEMENT@GOTPAGE
Lloh35:
ldr x26, [x26, _MPI2_RAIDCONFIG0_EFLAGS_OCE_ELEMENT@GOTPAGEOFF]
b LBB0_8
LBB0_7: ; in Loop: Header=BB0_8 Depth=1
ldrsw x8, [x22, #4]
Lloh36:
adrp x9, _MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM@GOTPAGE
Lloh37:
ldr x9, [x9, _MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM@GOTPAGEOFF]
Lloh38:
ldr x9, [x9]
add x0, x9, x8
bl _cpu_to_le32
str w0, [sp, #24]
Lloh39:
adrp x8, _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT@GOTPAGE
Lloh40:
ldr x8, [x8, _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT@GOTPAGEOFF]
Lloh41:
ldr w3, [x8]
add x1, sp, #24
add x2, sp, #16
mov x0, x21
mov x4, x22
ldr w5, [sp, #12] ; 4-byte Folded Reload
bl __config_request
Lloh42:
adrp x25, _MPI2_IOCSTATUS_MASK@GOTPAGE
Lloh43:
ldr x25, [x25, _MPI2_IOCSTATUS_MASK@GOTPAGEOFF]
Lloh44:
adrp x23, _MPI2_IOCSTATUS_SUCCESS@GOTPAGE
Lloh45:
ldr x23, [x23, _MPI2_IOCSTATUS_SUCCESS@GOTPAGEOFF]
cbnz w0, LBB0_5
LBB0_8: ; =>This Loop Header: Depth=1
; Child Loop BB0_13 Depth 2
ldr w0, [sp, #16]
bl _le16_to_cpu
ldr w8, [x25]
and w8, w8, w0
ldr w9, [x23]
cmp w8, w9
b.ne LBB0_16
; %bb.9: ; in Loop: Header=BB0_8 Depth=1
ldr w8, [x22]
Lloh46:
adrp x23, _MPI2_RAIDCONFIG0_EFLAGS_HOT_SPARE_ELEMENT@GOTPAGE
Lloh47:
ldr x23, [x23, _MPI2_RAIDCONFIG0_EFLAGS_HOT_SPARE_ELEMENT@GOTPAGEOFF]
tbnz w8, #31, LBB0_7
; %bb.10: ; in Loop: Header=BB0_8 Depth=1
mov x24, #0 ; =0x0
mov x25, #-1 ; =0xffffffffffffffff
b LBB0_13
LBB0_11: ; in Loop: Header=BB0_13 Depth=2
ldr w9, [x23]
cmp w8, w9
b.eq LBB0_17
LBB0_12: ; in Loop: Header=BB0_13 Depth=2
ldrsw x8, [x22]
add x24, x24, #12
add x25, x25, #1
cmp x25, x8
b.ge LBB0_7
LBB0_13: ; Parent Loop BB0_8 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [x22, #8]
add x8, x8, x24
ldr w0, [x8, #8]
bl _le16_to_cpu
ldr w8, [x27]
and w8, w8, w0
ldr w9, [x28]
ldr w10, [x26]
cmp w8, w9
ccmp w8, w10, #0, eq
b.ne LBB0_11
; %bb.14: ; in Loop: Header=BB0_13 Depth=2
ldr x8, [x22, #8]
add x8, x8, x24
ldr w0, [x8, #4]
bl _le16_to_cpu
cmp w0, w20
b.ne LBB0_12
; %bb.15:
ldr x8, [x22, #8]
ldr w0, [x8, x24]
bl _le16_to_cpu
b LBB0_18
LBB0_16:
mov w24, #-1 ; =0xffffffff
b LBB0_2
LBB0_17:
mov w0, #0 ; =0x0
LBB0_18:
mov w24, #0 ; =0x0
str w0, [x19]
b LBB0_2
.loh AdrpLdrGot Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh14
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh10
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh13
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh9
.loh AdrpLdrGotLdr Lloh20, Lloh21, Lloh22
.loh AdrpLdrGotLdr Lloh17, Lloh18, Lloh19
.loh AdrpLdrGotLdr Lloh23, Lloh24, Lloh25
.loh AdrpLdrGot Lloh34, Lloh35
.loh AdrpLdrGot Lloh32, Lloh33
.loh AdrpLdrGot Lloh30, Lloh31
.loh AdrpLdrGot Lloh28, Lloh29
.loh AdrpLdrGot Lloh26, Lloh27
.loh AdrpLdrGot Lloh44, Lloh45
.loh AdrpLdrGot Lloh42, Lloh43
.loh AdrpLdrGotLdr Lloh39, Lloh40, Lloh41
.loh AdrpLdrGotLdr Lloh36, Lloh37, Lloh38
.loh AdrpLdrGot Lloh46, Lloh47
.cfi_endproc
; -- End function
.comm _MPI2_FUNCTION_CONFIG,4,2 ; @MPI2_FUNCTION_CONFIG
.comm _MPI2_CONFIG_ACTION_PAGE_HEADER,4,2 ; @MPI2_CONFIG_ACTION_PAGE_HEADER
.comm _MPI2_CONFIG_PAGETYPE_EXTENDED,4,2 ; @MPI2_CONFIG_PAGETYPE_EXTENDED
.comm _MPI2_CONFIG_EXTPAGETYPE_RAID_CONFIG,4,2 ; @MPI2_CONFIG_EXTPAGETYPE_RAID_CONFIG
.comm _MPI2_RAIDCONFIG0_PAGEVERSION,4,2 ; @MPI2_RAIDCONFIG0_PAGEVERSION
.comm _MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT,4,2 ; @MPT3_CONFIG_PAGE_DEFAULT_TIMEOUT
.comm _MPI2_CONFIG_ACTION_PAGE_READ_CURRENT,4,2 ; @MPI2_CONFIG_ACTION_PAGE_READ_CURRENT
.comm _GFP_KERNEL,4,2 ; @GFP_KERNEL
.comm _MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM,8,3 ; @MPI2_RAID_PGAD_FORM_GET_NEXT_CONFIGNUM
.comm _MPI2_IOCSTATUS_MASK,4,2 ; @MPI2_IOCSTATUS_MASK
.comm _MPI2_IOCSTATUS_SUCCESS,4,2 ; @MPI2_IOCSTATUS_SUCCESS
.comm _MPI2_RAIDCONFIG0_EFLAGS_MASK_ELEMENT_TYPE,4,2 ; @MPI2_RAIDCONFIG0_EFLAGS_MASK_ELEMENT_TYPE
.comm _MPI2_RAIDCONFIG0_EFLAGS_VOL_PHYS_DISK_ELEMENT,4,2 ; @MPI2_RAIDCONFIG0_EFLAGS_VOL_PHYS_DISK_ELEMENT
.comm _MPI2_RAIDCONFIG0_EFLAGS_OCE_ELEMENT,4,2 ; @MPI2_RAIDCONFIG0_EFLAGS_OCE_ELEMENT
.comm _MPI2_RAIDCONFIG0_EFLAGS_HOT_SPARE_ELEMENT,4,2 ; @MPI2_RAIDCONFIG0_EFLAGS_HOT_SPARE_ELEMENT
.subsections_via_symbols
| assembly_file_28079.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dnn_execute_layer_maximum ## -- Begin function dnn_execute_layer_maximum
.p2align 4, 0x90
_dnn_execute_layer_maximum: ## @dnn_execute_layer_maximum
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, %r13
movq %rdi, %r14
movq (%rsi), %rax
leaq (%rax,%rax,2), %r12
movq 16(%rdi,%r12,8), %rax
leaq (%rdx,%rdx,2), %rbx
leaq (%rdi,%rbx,8), %r15
movq 16(%rdi,%rbx,8), %rcx
movl (%rax), %edx
movl %edx, (%rcx)
movl 4(%rax), %edx
movl %edx, 4(%rcx)
movl 8(%rax), %edx
movl %edx, 8(%rcx)
movl 12(%rax), %eax
movl %eax, 12(%rcx)
movl 12(%rdi,%r12,8), %eax
movl %eax, 12(%rdi,%rbx,8)
movq %r15, %rdi
callq _calculate_operand_data_length
movl %eax, 8(%r14,%rbx,8)
movq (%r14,%rbx,8), %rdi
movl %eax, %esi
callq _av_realloc
movq %rax, (%r14,%rbx,8)
testq %rax, %rax
je LBB0_1
## %bb.2:
movq %r15, %rdi
callq _calculate_operand_dims_count
testl %eax, %eax
jle LBB0_5
## %bb.3:
movq (%r14,%r12,8), %r12
movq (%r15), %r15
movl %eax, %ebx
xorl %r14d, %r14d
.p2align 4, 0x90
LBB0_4: ## =>This Inner Loop Header: Depth=1
movss (%r12,%r14,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movl (%r13), %edi
callq _FFMAX
movss %xmm0, (%r15,%r14,4)
incq %r14
cmpq %r14, %rbx
jne LBB0_4
LBB0_5:
xorl %eax, %eax
jmp LBB0_6
LBB0_1:
movq _DNN_ERROR@GOTPCREL(%rip), %rax
movl (%rax), %eax
LBB0_6:
## kill: def $eax killed $eax killed $rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _DNN_ERROR,4,2 ## @DNN_ERROR
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dnn_execute_layer_maximum ; -- Begin function dnn_execute_layer_maximum
.p2align 2
_dnn_execute_layer_maximum: ; @dnn_execute_layer_maximum
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x3
mov x20, x0
ldr x22, [x1]
mov w8, #24
madd x9, x22, x8, x0
ldr x10, [x9, #16]
madd x21, x2, x8, x0
ldr x8, [x21, #16]
ldr w11, [x10]
str w11, [x8]
ldr w11, [x10, #4]
str w11, [x8, #4]
ldr w11, [x10, #8]
str w11, [x8, #8]
ldr w10, [x10, #12]
str w10, [x8, #12]
ldr w8, [x9, #12]
str w8, [x21, #12]
mov x0, x21
bl _calculate_operand_data_length
mov x1, x0
str w0, [x21, #8]
ldr x0, [x21]
bl _av_realloc
str x0, [x21]
cbz x0, LBB0_5
; %bb.1:
mov x0, x21
bl _calculate_operand_dims_count
cmp w0, #1
b.lt LBB0_4
; %bb.2:
mov w8, #24
mul x8, x22, x8
ldr x20, [x20, x8]
ldr x21, [x21]
mov w22, w0
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr s0, [x20], #4
ldr w0, [x19]
bl _FFMAX
str s0, [x21], #4
subs x22, x22, #1
b.ne LBB0_3
LBB0_4:
mov w0, #0
b LBB0_6
LBB0_5:
Lloh0:
adrp x8, _DNN_ERROR@GOTPAGE
Lloh1:
ldr x8, [x8, _DNN_ERROR@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
LBB0_6:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _DNN_ERROR,4,2 ; @DNN_ERROR
.subsections_via_symbols
| AnghaBench/FFmpeg/libavfilter/dnn/extr_dnn_backend_native_layer_maximum.c_dnn_execute_layer_maximum.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function init_binder_logs
_init_binder_logs: ## @init_binder_logs
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdi, %r14
movq 8(%rdi), %rdi
leaq L_.str(%rip), %rsi
callq _binderfs_create_dir
movq %rax, %r15
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
je LBB0_3
## %bb.1:
movq %r15, %rdi
jmp LBB0_2
LBB0_3:
leaq L_.str.1(%rip), %rsi
movq _binder_stats_fops@GOTPCREL(%rip), %rdx
movq %r15, %rdi
xorl %ecx, %ecx
callq _binderfs_create_file
movq %rax, %rbx
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
jne LBB0_4
## %bb.5:
leaq L_.str.2(%rip), %rsi
movq _binder_state_fops@GOTPCREL(%rip), %rdx
movq %r15, %rdi
xorl %ecx, %ecx
callq _binderfs_create_file
movq %rax, %rbx
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
jne LBB0_4
## %bb.6:
leaq L_.str.3(%rip), %rsi
movq _binder_transactions_fops@GOTPCREL(%rip), %rdx
movq %r15, %rdi
xorl %ecx, %ecx
callq _binderfs_create_file
movq %rax, %rbx
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
jne LBB0_4
## %bb.7:
leaq L_.str.4(%rip), %rsi
movq _binder_transaction_log_fops@GOTPCREL(%rip), %rdx
movq _binder_transaction_log@GOTPCREL(%rip), %rcx
movq %r15, %rdi
callq _binderfs_create_file
movq %rax, %rbx
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
jne LBB0_4
## %bb.8:
leaq L_.str.5(%rip), %rsi
movq _binder_transaction_log_fops@GOTPCREL(%rip), %rdx
movq _binder_transaction_log_failed@GOTPCREL(%rip), %rcx
movq %r15, %rdi
callq _binderfs_create_file
movq %rax, %rbx
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
jne LBB0_4
## %bb.9:
leaq L_.str.6(%rip), %rsi
movq %r15, %rdi
callq _binderfs_create_dir
movq %rax, %rbx
movq %rax, %rdi
callq _IS_ERR
testq %rax, %rax
je LBB0_10
LBB0_4:
movq %rbx, %rdi
LBB0_2:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _PTR_ERR ## TAILCALL
LBB0_10:
movq (%r14), %rax
movq %rbx, (%rax)
xorl %eax, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "binder_logs"
L_.str.1: ## @.str.1
.asciz "stats"
.comm _binder_stats_fops,4,2 ## @binder_stats_fops
L_.str.2: ## @.str.2
.asciz "state"
.comm _binder_state_fops,4,2 ## @binder_state_fops
L_.str.3: ## @.str.3
.asciz "transactions"
.comm _binder_transactions_fops,4,2 ## @binder_transactions_fops
L_.str.4: ## @.str.4
.asciz "transaction_log"
.comm _binder_transaction_log_fops,4,2 ## @binder_transaction_log_fops
.comm _binder_transaction_log,4,2 ## @binder_transaction_log
L_.str.5: ## @.str.5
.asciz "failed_transaction_log"
.comm _binder_transaction_log_failed,4,2 ## @binder_transaction_log_failed
L_.str.6: ## @.str.6
.asciz "proc"
.no_dead_strip _init_binder_logs
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function init_binder_logs
_init_binder_logs: ; @init_binder_logs
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x0
ldr x0, [x0, #8]
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
bl _binderfs_create_dir
mov x20, x0
bl _IS_ERR
cbz x0, LBB0_2
LBB0_1:
mov x0, x20
b LBB0_8
LBB0_2:
Lloh2:
adrp x1, l_.str.1@PAGE
Lloh3:
add x1, x1, l_.str.1@PAGEOFF
Lloh4:
adrp x2, _binder_stats_fops@GOTPAGE
Lloh5:
ldr x2, [x2, _binder_stats_fops@GOTPAGEOFF]
mov x0, x20
mov x3, #0
bl _binderfs_create_file
mov x21, x0
bl _IS_ERR
cbnz x0, LBB0_7
; %bb.3:
Lloh6:
adrp x1, l_.str.2@PAGE
Lloh7:
add x1, x1, l_.str.2@PAGEOFF
Lloh8:
adrp x2, _binder_state_fops@GOTPAGE
Lloh9:
ldr x2, [x2, _binder_state_fops@GOTPAGEOFF]
mov x0, x20
mov x3, #0
bl _binderfs_create_file
mov x21, x0
bl _IS_ERR
cbnz x0, LBB0_7
; %bb.4:
Lloh10:
adrp x1, l_.str.3@PAGE
Lloh11:
add x1, x1, l_.str.3@PAGEOFF
Lloh12:
adrp x2, _binder_transactions_fops@GOTPAGE
Lloh13:
ldr x2, [x2, _binder_transactions_fops@GOTPAGEOFF]
mov x0, x20
mov x3, #0
bl _binderfs_create_file
mov x21, x0
bl _IS_ERR
cbnz x0, LBB0_7
; %bb.5:
Lloh14:
adrp x1, l_.str.4@PAGE
Lloh15:
add x1, x1, l_.str.4@PAGEOFF
Lloh16:
adrp x2, _binder_transaction_log_fops@GOTPAGE
Lloh17:
ldr x2, [x2, _binder_transaction_log_fops@GOTPAGEOFF]
Lloh18:
adrp x3, _binder_transaction_log@GOTPAGE
Lloh19:
ldr x3, [x3, _binder_transaction_log@GOTPAGEOFF]
mov x0, x20
bl _binderfs_create_file
mov x21, x0
bl _IS_ERR
cbnz x0, LBB0_7
; %bb.6:
Lloh20:
adrp x1, l_.str.5@PAGE
Lloh21:
add x1, x1, l_.str.5@PAGEOFF
Lloh22:
adrp x2, _binder_transaction_log_fops@GOTPAGE
Lloh23:
ldr x2, [x2, _binder_transaction_log_fops@GOTPAGEOFF]
Lloh24:
adrp x3, _binder_transaction_log_failed@GOTPAGE
Lloh25:
ldr x3, [x3, _binder_transaction_log_failed@GOTPAGEOFF]
mov x0, x20
bl _binderfs_create_file
mov x21, x0
bl _IS_ERR
cbz x0, LBB0_9
LBB0_7:
mov x0, x21
LBB0_8:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _PTR_ERR
LBB0_9:
Lloh26:
adrp x1, l_.str.6@PAGE
Lloh27:
add x1, x1, l_.str.6@PAGEOFF
mov x0, x20
bl _binderfs_create_dir
mov x20, x0
bl _IS_ERR
cbnz x0, LBB0_1
; %bb.10:
ldr x8, [x19]
str x20, [x8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpLdrGot Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpLdrGot Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpLdrGot Lloh18, Lloh19
.loh AdrpLdrGot Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpLdrGot Lloh24, Lloh25
.loh AdrpLdrGot Lloh22, Lloh23
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh26, Lloh27
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "binder_logs"
l_.str.1: ; @.str.1
.asciz "stats"
.comm _binder_stats_fops,4,2 ; @binder_stats_fops
l_.str.2: ; @.str.2
.asciz "state"
.comm _binder_state_fops,4,2 ; @binder_state_fops
l_.str.3: ; @.str.3
.asciz "transactions"
.comm _binder_transactions_fops,4,2 ; @binder_transactions_fops
l_.str.4: ; @.str.4
.asciz "transaction_log"
.comm _binder_transaction_log_fops,4,2 ; @binder_transaction_log_fops
.comm _binder_transaction_log,4,2 ; @binder_transaction_log
l_.str.5: ; @.str.5
.asciz "failed_transaction_log"
.comm _binder_transaction_log_failed,4,2 ; @binder_transaction_log_failed
l_.str.6: ; @.str.6
.asciz "proc"
.no_dead_strip _init_binder_logs
.subsections_via_symbols
| AnghaBench/linux/drivers/android/extr_binderfs.c_init_binder_logs.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pmap_extract ## -- Begin function pmap_extract
.p2align 4, 0x90
_pmap_extract: ## @pmap_extract
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %r12d
movl %edi, %r14d
callq _PMAP_LOCK
movl %r14d, %edi
movl %r12d, %esi
callq _pmap_l2
xorl %r15d, %r15d
testq %rax, %rax
je LBB0_6
## %bb.1:
movq %rax, %rbx
movq %rax, %rdi
callq _pmap_load
movq _PTE_RX@GOTPCREL(%rip), %rcx
testl %eax, (%rcx)
je LBB0_2
## %bb.4:
movq _PTE_PPN1_S@GOTPCREL(%rip), %rcx
movb (%rcx), %cl
sarl %cl, %eax
movq _L2_SHIFT@GOTPCREL(%rip), %rcx
movb (%rcx), %cl
shll %cl, %eax
movq _L2_OFFSET@GOTPCREL(%rip), %rcx
jmp LBB0_5
LBB0_2:
movq %rbx, %rdi
movl %r12d, %esi
callq _pmap_l2_to_l3
testq %rax, %rax
je LBB0_6
## %bb.3:
movq %rax, %rdi
callq _pmap_load
movl %eax, %edi
callq _PTE_TO_PHYS
movq _L3_OFFSET@GOTPCREL(%rip), %rcx
LBB0_5:
andl (%rcx), %r12d
orl %eax, %r12d
movl %r12d, %r15d
LBB0_6:
movl %r14d, %edi
callq _PMAP_UNLOCK
movl %r15d, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _PTE_RX,4,2 ## @PTE_RX
.comm _L3_OFFSET,4,2 ## @L3_OFFSET
.comm _PTE_PPN1_S,4,2 ## @PTE_PPN1_S
.comm _L2_SHIFT,4,2 ## @L2_SHIFT
.comm _L2_OFFSET,4,2 ## @L2_OFFSET
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pmap_extract ; -- Begin function pmap_extract
.p2align 2
_pmap_extract: ; @pmap_extract
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x19, x0
bl _PMAP_LOCK
mov x0, x19
mov x1, x20
bl _pmap_l2
cbz x0, LBB0_5
; %bb.1:
mov x21, x0
bl _pmap_load
Lloh0:
adrp x8, _PTE_RX@GOTPAGE
Lloh1:
ldr x8, [x8, _PTE_RX@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
tst w8, w0
b.eq LBB0_3
; %bb.2:
Lloh3:
adrp x8, _PTE_PPN1_S@GOTPAGE
Lloh4:
ldr x8, [x8, _PTE_PPN1_S@GOTPAGEOFF]
Lloh5:
ldr w8, [x8]
asr w8, w0, w8
Lloh6:
adrp x9, _L2_SHIFT@GOTPAGE
Lloh7:
ldr x9, [x9, _L2_SHIFT@GOTPAGEOFF]
Lloh8:
ldr w9, [x9]
lsl w8, w8, w9
Lloh9:
adrp x9, _L2_OFFSET@GOTPAGE
Lloh10:
ldr x9, [x9, _L2_OFFSET@GOTPAGEOFF]
Lloh11:
ldr w9, [x9]
and w9, w9, w20
orr w20, w9, w8
b LBB0_6
LBB0_3:
mov x0, x21
mov x1, x20
bl _pmap_l2_to_l3
cbz x0, LBB0_5
; %bb.4:
bl _pmap_load
bl _PTE_TO_PHYS
Lloh12:
adrp x8, _L3_OFFSET@GOTPAGE
Lloh13:
ldr x8, [x8, _L3_OFFSET@GOTPAGEOFF]
Lloh14:
ldr w8, [x8]
and w8, w8, w20
orr w20, w8, w0
b LBB0_6
LBB0_5:
mov w20, #0
LBB0_6:
mov x0, x19
bl _PMAP_UNLOCK
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.cfi_endproc
; -- End function
.comm _PTE_RX,4,2 ; @PTE_RX
.comm _L3_OFFSET,4,2 ; @L3_OFFSET
.comm _PTE_PPN1_S,4,2 ; @PTE_PPN1_S
.comm _L2_SHIFT,4,2 ; @L2_SHIFT
.comm _L2_OFFSET,4,2 ; @L2_OFFSET
.subsections_via_symbols
| AnghaBench/freebsd/sys/riscv/riscv/extr_pmap.c_pmap_extract.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function bnep_recv_control
_bnep_recv_control: ## @bnep_recv_control
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
subq $1, %rdx
jb LBB0_14
## %bb.1:
movq %rdi, %rbx
movl (%rsi), %r14d
leal -128(%r14), %eax
cmpl $6, %eax
ja LBB0_13
## %bb.2:
addq $4, %rsi
leaq LJTI0_0(%rip), %rdi
movslq (%rdi,%rax,4), %rax
addq %rdi, %rax
jmpq *%rax
LBB0_6:
testl %ecx, %ecx
jne LBB0_14
## %bb.7:
movq %rbx, %rdi
callq _bnep_recv_setup_connection_rsp
testq %rax, %rax
jne LBB0_15
jmp LBB0_13
LBB0_4:
testl %ecx, %ecx
jne LBB0_14
## %bb.5:
movq %rbx, %rdi
callq _bnep_recv_setup_connection_req
testq %rax, %rax
jne LBB0_15
jmp LBB0_13
LBB0_8:
movq %rbx, %rdi
callq _bnep_recv_filter_net_type_set
testq %rax, %rax
jne LBB0_15
jmp LBB0_13
LBB0_9:
movq %rbx, %rdi
callq _bnep_recv_filter_net_type_rsp
testq %rax, %rax
jne LBB0_15
jmp LBB0_13
LBB0_10:
movq %rbx, %rdi
callq _bnep_recv_filter_multi_addr_set
testq %rax, %rax
jne LBB0_15
jmp LBB0_13
LBB0_11:
movq %rbx, %rdi
callq _bnep_recv_filter_multi_addr_rsp
testq %rax, %rax
jne LBB0_15
jmp LBB0_13
LBB0_3:
movq %rbx, %rdi
callq _bnep_recv_control_command_not_understood
testq %rax, %rax
jne LBB0_15
LBB0_13:
movq %rbx, %rdi
movl $134, %esi
movl %r14d, %edx
callq _bnep_send_control
LBB0_14:
xorl %eax, %eax
LBB0_15:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_6, LBB0_6-LJTI0_0
.set L0_0_set_4, LBB0_4-LJTI0_0
.set L0_0_set_8, LBB0_8-LJTI0_0
.set L0_0_set_9, LBB0_9-LJTI0_0
.set L0_0_set_10, LBB0_10-LJTI0_0
.set L0_0_set_11, LBB0_11-LJTI0_0
.set L0_0_set_3, LBB0_3-LJTI0_0
LJTI0_0:
.long L0_0_set_6
.long L0_0_set_4
.long L0_0_set_8
.long L0_0_set_9
.long L0_0_set_10
.long L0_0_set_11
.long L0_0_set_3
.end_data_region
## -- End function
.no_dead_strip _bnep_recv_control
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function bnep_recv_control
_bnep_recv_control: ; @bnep_recv_control
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
cbz x2, LBB0_13
; %bb.1:
mov x19, x0
ldr w20, [x1], #4
sub w8, w20, #128
cmp w8, #6
b.hi LBB0_12
; %bb.2:
sub x2, x2, #1
Lloh0:
adrp x9, lJTI0_0@PAGE
Lloh1:
add x9, x9, lJTI0_0@PAGEOFF
adr x10, LBB0_3
ldrb w11, [x9, x8]
add x10, x10, x11, lsl #2
br x10
LBB0_3:
cbnz w3, LBB0_13
; %bb.4:
mov x0, x19
bl _bnep_recv_setup_connection_rsp
cbnz x0, LBB0_14
b LBB0_12
LBB0_5:
cbnz w3, LBB0_13
; %bb.6:
mov x0, x19
bl _bnep_recv_setup_connection_req
cbnz x0, LBB0_14
b LBB0_12
LBB0_7:
mov x0, x19
bl _bnep_recv_filter_net_type_set
cbnz x0, LBB0_14
b LBB0_12
LBB0_8:
mov x0, x19
bl _bnep_recv_filter_net_type_rsp
cbnz x0, LBB0_14
b LBB0_12
LBB0_9:
mov x0, x19
bl _bnep_recv_filter_multi_addr_set
cbnz x0, LBB0_14
b LBB0_12
LBB0_10:
mov x0, x19
bl _bnep_recv_filter_multi_addr_rsp
cbnz x0, LBB0_14
b LBB0_12
LBB0_11:
mov x0, x19
bl _bnep_recv_control_command_not_understood
cbnz x0, LBB0_14
LBB0_12:
mov x0, x19
mov w1, #134
mov x2, x20
bl _bnep_send_control
LBB0_13:
mov x0, #0
LBB0_14:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
.section __TEXT,__const
lJTI0_0:
.byte (LBB0_3-LBB0_3)>>2
.byte (LBB0_5-LBB0_3)>>2
.byte (LBB0_7-LBB0_3)>>2
.byte (LBB0_8-LBB0_3)>>2
.byte (LBB0_9-LBB0_3)>>2
.byte (LBB0_10-LBB0_3)>>2
.byte (LBB0_11-LBB0_3)>>2
; -- End function
.no_dead_strip _bnep_recv_control
.subsections_via_symbols
| AnghaBench/freebsd/usr.sbin/bluetooth/btpand/extr_bnep.c_bnep_recv_control.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function navi10_dpm_set_uvd_enable
_navi10_dpm_set_uvd_enable: ## @navi10_dpm_set_uvd_enable
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %esi, %ebx
movq %rdi, %r14
movq _SMU_FEATURE_VCN_PG_BIT@GOTPCREL(%rip), %rax
movl (%rax), %esi
callq _smu_feature_is_enabled
testl %ebx, %ebx
je LBB0_3
## %bb.1:
xorl %ebx, %ebx
testq %rax, %rax
je LBB0_6
## %bb.2:
movq _SMU_MSG_PowerUpVcn@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
movl $1, %edx
callq _smu_send_smc_msg_with_param
testl %eax, %eax
jne LBB0_7
jmp LBB0_6
LBB0_3:
movl $1, %ebx
testq %rax, %rax
je LBB0_6
## %bb.4:
movq _SMU_MSG_PowerDownVcn@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r14, %rdi
callq _smu_send_smc_msg
testl %eax, %eax
jne LBB0_7
LBB0_6:
movl %ebx, (%r14)
xorl %eax, %eax
LBB0_7:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _SMU_FEATURE_VCN_PG_BIT,4,2 ## @SMU_FEATURE_VCN_PG_BIT
.comm _SMU_MSG_PowerUpVcn,4,2 ## @SMU_MSG_PowerUpVcn
.comm _SMU_MSG_PowerDownVcn,4,2 ## @SMU_MSG_PowerDownVcn
.no_dead_strip _navi10_dpm_set_uvd_enable
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function navi10_dpm_set_uvd_enable
_navi10_dpm_set_uvd_enable: ; @navi10_dpm_set_uvd_enable
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x20, x1
mov x19, x0
Lloh0:
adrp x8, _SMU_FEATURE_VCN_PG_BIT@GOTPAGE
Lloh1:
ldr x8, [x8, _SMU_FEATURE_VCN_PG_BIT@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
bl _smu_feature_is_enabled
cbz w20, LBB0_4
; %bb.1:
cbz x0, LBB0_3
; %bb.2:
Lloh3:
adrp x8, _SMU_MSG_PowerUpVcn@GOTPAGE
Lloh4:
ldr x8, [x8, _SMU_MSG_PowerUpVcn@GOTPAGEOFF]
Lloh5:
ldr w1, [x8]
mov x0, x19
mov w2, #1
bl _smu_send_smc_msg_with_param
cbnz w0, LBB0_8
LBB0_3:
mov w8, #0
b LBB0_7
LBB0_4:
cbz x0, LBB0_6
; %bb.5:
Lloh6:
adrp x8, _SMU_MSG_PowerDownVcn@GOTPAGE
Lloh7:
ldr x8, [x8, _SMU_MSG_PowerDownVcn@GOTPAGEOFF]
Lloh8:
ldr w1, [x8]
mov x0, x19
bl _smu_send_smc_msg
cbnz w0, LBB0_8
LBB0_6:
mov w8, #1
LBB0_7:
mov w0, #0
str w8, [x19]
LBB0_8:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.cfi_endproc
; -- End function
.comm _SMU_FEATURE_VCN_PG_BIT,4,2 ; @SMU_FEATURE_VCN_PG_BIT
.comm _SMU_MSG_PowerUpVcn,4,2 ; @SMU_MSG_PowerUpVcn
.comm _SMU_MSG_PowerDownVcn,4,2 ; @SMU_MSG_PowerDownVcn
.no_dead_strip _navi10_dpm_set_uvd_enable
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/amd/powerplay/extr_navi10_ppt.c_navi10_dpm_set_uvd_enable.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function snd_emu10k1_efx_send_routing_put
_snd_emu10k1_efx_send_routing_put: ## @snd_emu10k1_efx_send_routing_put
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r15
movq %rdi, %rbx
callq _snd_kcontrol_chip
movq %rax, %r14
leaq 8(%r15), %rsi
movq %rbx, %rdi
callq _snd_ctl_get_ioffidx
movq 16(%r14), %rcx
movq %rcx, -48(%rbp) ## 8-byte Spill
movslq %eax, %r13
xorl %ebx, %ebx
cmpq $0, 8(%r14)
sete %bl
movl $15, %eax
movl $63, %r12d
cmovel %eax, %r12d
movq %r14, %rdi
callq _spin_lock_irqsave
movq -48(%rbp), %r10 ## 8-byte Reload
movq (%r15), %rcx
movq %r13, %r8
shlq $4, %r8
movq (%r10,%r8), %rax
movq (%rax), %rdx
shll $2, %ebx
orq $-8, %rbx
xorl %esi, %esi
movb $1, %dil
xorl %r15d, %r15d
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_2 Depth 2
incq %rsi
.p2align 4, 0x90
LBB0_2: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -4(%rcx,%rsi,4), %eax
andl %r12d, %eax
cmpl %eax, -4(%rdx,%rsi,4)
jne LBB0_10
## %bb.3: ## in Loop: Header=BB0_2 Depth=2
leaq (%rbx,%rsi), %rax
incq %rax
incq %rsi
cmpq $1, %rax
jne LBB0_2
jmp LBB0_4
.p2align 4, 0x90
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
movl %eax, -4(%rdx,%rsi,4)
movl $1, %r15d
xorl %edi, %edi
movq %rbx, %rax
addq %rsi, %rax
jne LBB0_1
jmp LBB0_5
LBB0_4:
xorl %ebx, %ebx
testb $1, %dil
jne LBB0_9
LBB0_5:
movq 8(%r10,%r8), %rax
testq %rax, %rax
je LBB0_8
## %bb.6:
movq (%rax), %rax
movq (%rax,%r13,8), %rax
testq %rax, %rax
je LBB0_8
## %bb.7:
movl (%rax), %esi
movq %r14, %rdi
callq _update_emu10k1_fxrt
LBB0_8:
movl %r15d, %ebx
LBB0_9:
movq %r14, %rdi
callq _spin_unlock_irqrestore
movl %ebx, %eax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _snd_emu10k1_efx_send_routing_put
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function snd_emu10k1_efx_send_routing_put
_snd_emu10k1_efx_send_routing_put: ; @snd_emu10k1_efx_send_routing_put
.cfi_startproc
; %bb.0:
stp x26, x25, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x21, x1
mov x20, x0
bl _snd_kcontrol_chip
mov x19, x0
add x1, x21, #8
mov x0, x20
bl _snd_ctl_get_ioffidx
mov x22, x0
sxtw x23, w22
ldp x25, x24, [x19, #8]
mov x0, x19
bl _spin_lock_irqsave
mov x8, #0
mov w20, #0
mov w10, #63
mov w11, #15
mov w9, #8
mov w12, #4
cmp x25, #0
csel x9, x12, x9, eq
csel w10, w11, w10, eq
ldr x11, [x21]
sbfiz x12, x22, #4, #32
ldr x12, [x24, x12]
ldr x2, [x12]
sub x12, x9, #1
mov w13, #1
LBB0_1: ; =>This Inner Loop Header: Depth=1
lsl x15, x8, #2
ldr w14, [x11, x15]
and w14, w14, w10
ldr w15, [x2, x15]
cmp w15, w14
b.ne LBB0_3
; %bb.2: ; in Loop: Header=BB0_1 Depth=1
add x8, x8, #1
cmp x9, x8
b.ne LBB0_1
b LBB0_4
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
mov w13, #0
str w14, [x2, x8, lsl #2]
add x14, x8, #1
mov w20, #1
cmp x12, x8
mov x8, x14
b.ne LBB0_1
b LBB0_6
LBB0_4:
tbz w13, #0, LBB0_6
; %bb.5:
mov w20, #0
b LBB0_9
LBB0_6:
add x8, x24, x23, lsl #4
ldr x8, [x8, #8]
cbz x8, LBB0_9
; %bb.7:
ldr x8, [x8]
ldr x8, [x8, x23, lsl #3]
cbz x8, LBB0_9
; %bb.8:
ldr w1, [x8]
mov x0, x19
bl _update_emu10k1_fxrt
LBB0_9:
mov x0, x19
bl _spin_unlock_irqrestore
mov x0, x20
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x26, x25, [sp], #80 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _snd_emu10k1_efx_send_routing_put
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/sound/pci/emu10k1/extr_emumixer.c_snd_emu10k1_efx_send_routing_put.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function lpwm_setduty
_lpwm_setduty: ## @lpwm_setduty
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %rbx
movl $1, %esi
callq _luaL_checkinteger
movq %rax, %r14
movq _pwm@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl %r14d, %esi
callq _MOD_CHECK_ID
movq %rbx, %rdi
movl $2, %esi
callq _luaL_checkinteger
movq _NORMAL_PWM_DEPTH@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jbe LBB0_1
## %bb.2:
leaq L_.str(%rip), %rsi
movq %rbx, %rdi
popq %rbx
popq %r14
popq %rbp
jmp _luaL_error ## TAILCALL
LBB0_1:
movl %r14d, %edi
movl %eax, %esi
callq _platform_pwm_set_duty
movq %rbx, %rdi
movq %rax, %rsi
callq _lua_pushinteger
movl $1, %eax
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _pwm,4,2 ## @pwm
.comm _NORMAL_PWM_DEPTH,8,3 ## @NORMAL_PWM_DEPTH
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "wrong arg range"
.no_dead_strip _lpwm_setduty
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function lpwm_setduty
_lpwm_setduty: ; @lpwm_setduty
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x0
mov w1, #1
bl _luaL_checkinteger
mov x20, x0
Lloh0:
adrp x8, _pwm@GOTPAGE
Lloh1:
ldr x8, [x8, _pwm@GOTPAGEOFF]
Lloh2:
ldr w0, [x8]
mov x1, x20
bl _MOD_CHECK_ID
mov x0, x19
mov w1, #2
bl _luaL_checkinteger
Lloh3:
adrp x8, _NORMAL_PWM_DEPTH@GOTPAGE
Lloh4:
ldr x8, [x8, _NORMAL_PWM_DEPTH@GOTPAGEOFF]
Lloh5:
ldr x8, [x8]
cmp x0, x8
b.ls LBB0_2
; %bb.1:
Lloh6:
adrp x1, l_.str@PAGE
Lloh7:
add x1, x1, l_.str@PAGEOFF
mov x0, x19
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
b _luaL_error
LBB0_2:
mov x1, x0
mov x0, x20
; kill: def $w1 killed $w1 killed $x1
bl _platform_pwm_set_duty
mov x1, x0
mov x0, x19
bl _lua_pushinteger
mov w0, #1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh6, Lloh7
.cfi_endproc
; -- End function
.comm _pwm,4,2 ; @pwm
.comm _NORMAL_PWM_DEPTH,8,3 ; @NORMAL_PWM_DEPTH
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "wrong arg range"
.no_dead_strip _lpwm_setduty
.subsections_via_symbols
| AnghaBench/nodemcu-firmware/app/modules/extr_pwm.c_lpwm_setduty.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ex_btc8821a2ant_display_coex_info ## -- Begin function ex_btc8821a2ant_display_coex_info
.p2align 4, 0x90
_ex_btc8821a2ant_display_coex_info: ## @ex_btc8821a2ant_display_coex_info
.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 $104, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movq %rdi, %rbx
movl $0, -64(%rbp)
movl $0, -60(%rbp)
movl $0, -56(%rbp)
movl $0, -52(%rbp)
movl $0, -48(%rbp)
movl $0, -44(%rbp)
movq $0, -104(%rbp)
movq $0, -96(%rbp)
movq $0, -88(%rbp)
movq $0, -80(%rbp)
leaq L_.str(%rip), %rsi
movq %r14, %rdi
callq _seq_puts
movl 72(%rbx), %r8d
movl 76(%rbx), %ecx
leaq L_.str.1(%rip), %rsi
leaq L_.str.2(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
cmpq $0, 24(%rbx)
je LBB0_2
## %bb.1:
leaq L_.str.3(%rip), %rsi
leaq L_.str.4(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
LBB0_2:
cmpq $0, 56(%rbx)
leaq L_.str.8(%rip), %rax
leaq L_.str.7(%rip), %rcx
cmoveq %rax, %rcx
movl 64(%rbx), %r8d
leaq L_.str.5(%rip), %rsi
leaq L_.str.6(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq _BTC_GET_U4_BT_PATCH_VER@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -80(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_U4_WIFI_FW_VER@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -88(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _glcoex_ver_date_8821a_2ant@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _glcoex_ver_8821a_2ant@GOTPCREL(%rip), %rax
movl (%rax), %r8d
movq -88(%rbp), %r9
movq -80(%rbp), %rax
movq %rax, 8(%rsp)
movq %rax, (%rsp)
leaq L_.str.9(%rip), %rsi
leaq L_.str.10(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq _BTC_GET_BL_HS_OPERATION@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -48(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_U1_WIFI_DOT11_CHNL@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -72(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_U1_WIFI_HS_CHNL@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -68(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movl -72(%rbp), %ecx
movl -48(%rbp), %r8d
movl -68(%rbp), %r9d
leaq L_.str.11(%rip), %rsi
leaq L_.str.12(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq _coex_dm@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl (%rax), %ecx
leaq L_.str.13(%rip), %rsi
leaq L_.str.14(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq _BTC_GET_S4_WIFI_RSSI@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -104(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_S4_HS_RSSI@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -96(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq -104(%rbp), %rcx
movq -96(%rbp), %r8
leaq L_.str.15(%rip), %rsi
leaq L_.str.16(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq _BTC_GET_BL_WIFI_SCAN@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -60(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_BL_WIFI_LINK@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -56(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_BL_WIFI_ROAM@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -64(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movl -56(%rbp), %ecx
movl -64(%rbp), %r8d
movl -60(%rbp), %r9d
leaq L_.str.17(%rip), %rsi
leaq L_.str.18(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq _BTC_GET_BL_WIFI_UNDER_5G@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -52(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_U4_WIFI_BW@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -128(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_BL_WIFI_BUSY@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -44(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
movq _BTC_GET_U4_WIFI_TRAFFIC_DIRECTION@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq -120(%rbp), %rdx
movq %rbx, %rdi
callq *32(%rbx)
cmpl $0, -52(%rbp)
leaq L_.str.22(%rip), %rax
leaq L_.str.21(%rip), %rcx
cmoveq %rax, %rcx
movq -128(%rbp), %rax
movq _BTC_WIFI_BW_HT40@GOTPCREL(%rip), %rdx
cmpq %rax, (%rdx)
leaq L_.str.24(%rip), %rdx
leaq L_.str.25(%rip), %rsi
cmoveq %rdx, %rsi
movq _BTC_WIFI_BW_LEGACY@GOTPCREL(%rip), %rdx
cmpq %rax, (%rdx)
leaq L_.str.23(%rip), %r8
cmovneq %rsi, %r8
movq _BTC_WIFI_TRAFFIC_TX@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -120(%rbp), %rax
leaq L_.str.27(%rip), %rax
leaq L_.str.28(%rip), %rdx
cmoveq %rax, %rdx
cmpl $0, -44(%rbp)
leaq L_.str.26(%rip), %r9
cmovneq %rdx, %r9
leaq L_.str.19(%rip), %rsi
leaq L_.str.20(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
cmpq $0, 56(%rbx)
je LBB0_4
## %bb.3:
movl 52(%rbx), %ecx
movl 48(%rbx), %r8d
movl 40(%rbx), %eax
movl 44(%rbx), %r9d
movl %eax, (%rsp)
leaq L_.str.29(%rip), %rsi
leaq L_.str.30(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq _BTC_DBG_DISP_BT_LINK_INFO@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
movq %r14, %rdx
callq *16(%rbx)
LBB0_4:
movq %rbx, -112(%rbp) ## 8-byte Spill
movq _coex_sta@GOTPCREL(%rip), %r13
movq (%r13), %rax
movq _BIT0@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
andl (%rax), %ecx
leaq L_.str.34(%rip), %rax
leaq L_.str.33(%rip), %rcx
cmoveq %rax, %rcx
leaq L_.str.31(%rip), %rsi
leaq L_.str.32(%rip), %rdx
movq %r14, %rbx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq _BT_INFO_SRC_8821A_2ANT_MAX@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, %eax
jle LBB0_9
## %bb.5:
movq _glbt_info_src_8821a_2ant@GOTPCREL(%rip), %r12
leaq L_.str.35(%rip), %r15
xorl %r14d, %r14d
jmp LBB0_6
.p2align 4, 0x90
LBB0_8: ## in Loop: Header=BB0_6 Depth=1
incq %r14
movslq %eax, %rcx
cmpq %rcx, %r14
jge LBB0_9
LBB0_6: ## =>This Inner Loop Header: Depth=1
movq (%r13), %rcx
movq 8(%rcx), %rdx
movl (%rdx,%r14,4), %r8d
testl %r8d, %r8d
je LBB0_8
## %bb.7: ## in Loop: Header=BB0_6 Depth=1
movq (%r12), %rax
movslq (%rax,%r14,4), %rdx
movq 48(%rcx), %rax
movl (%rax,%r14,4), %ecx
movq %rbx, %rdi
movq %r15, %rsi
xorl %eax, %eax
callq _seq_printf
movq _BT_INFO_SRC_8821A_2ANT_MAX@GOTPCREL(%rip), %rax
movl (%rax), %eax
jmp LBB0_8
LBB0_9:
movq (%r13), %rax
cmpq $0, 40(%rax)
leaq L_.str.39(%rip), %rdx
leaq L_.str.38(%rip), %rcx
cmoveq %rdx, %rcx
cmpq $0, 32(%rax)
leaq L_.str.41(%rip), %rax
leaq L_.str.40(%rip), %r8
cmoveq %rax, %r8
leaq L_.str.36(%rip), %rsi
leaq L_.str.37(%rip), %rdx
movq %rbx, %r14
movq %rbx, %rdi
xorl %eax, %eax
callq _seq_printf
movq _BTC_DBG_DISP_FW_PWR_MODE_CMD@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq -112(%rbp), %r15 ## 8-byte Reload
movq %r15, %rdi
movq %rbx, %rdx
callq *16(%r15)
leaq L_.str.3(%rip), %rbx
leaq L_.str.42(%rip), %rdx
movq %r14, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _seq_printf
movq _coex_dm@GOTPCREL(%rip), %r12
movq (%r12), %rax
movl 36(%rax), %ecx
movl 32(%rax), %r8d
movl 24(%rax), %edx
movl 28(%rax), %r9d
movl %edx, (%rsp)
leaq L_.str.43(%rip), %rsi
leaq L_.str.44(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
leaq L_.str.45(%rip), %rdx
movq %r14, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _seq_printf
cmpq $0, 24(%r15)
jne LBB0_11
## %bb.10:
movq (%r12), %rax
movl 4(%rax), %r8d
movl 20(%rax), %ecx
leaq L_.str.46(%rip), %rsi
leaq L_.str.47(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq (%r12), %rax
movl 12(%rax), %r8d
movl 16(%rax), %ecx
leaq L_.str.1(%rip), %rsi
leaq L_.str.48(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
LBB0_11:
leaq L_.str.3(%rip), %rsi
leaq L_.str.49(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq (%r12), %rax
movl 8(%rax), %ecx
leaq L_.str.50(%rip), %rsi
leaq L_.str.51(%rip), %rdx
movq %r14, %rdi
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $1912, %esi ## imm = 0x778
callq *(%r15)
movl %eax, %ebx
movq %r15, %rdi
movl $1740, %esi ## imm = 0x6CC
callq *(%r15)
leaq L_.str.52(%rip), %rsi
leaq L_.str.53(%rip), %rdx
movq %r14, %rdi
movl %ebx, %ecx
movl %eax, %r8d
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $2267, %esi ## imm = 0x8DB
callq *(%r15)
movl %eax, %ebx
movq %r15, %rdi
movl $3163, %esi ## imm = 0xC5B
callq *(%r15)
shrl $5, %ebx
andl $3, %ebx
shrl %eax
andl $31, %eax
leaq L_.str.54(%rip), %r12
leaq L_.str.55(%rip), %rdx
movq %r14, %rdi
movq %r12, %rsi
movl %ebx, %ecx
movl %eax, %r8d
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $3252, %esi ## imm = 0xCB4
callq *8(%r15)
movzbl %al, %ecx
shrl $28, %eax
andl $3, %eax
leaq L_.str.56(%rip), %rdx
movq %r14, %rdi
movq %r12, %rsi
movq %rax, %r8
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $64, %esi
callq *(%r15)
movl %eax, %ebx
movq %r15, %rdi
movl $76, %esi
callq *8(%r15)
movq %rax, %r13
movq %r15, %rdi
movl $2420, %esi ## imm = 0x974
callq *8(%r15)
shrl $23, %r13d
andl $3, %r13d
leaq L_.str.57(%rip), %rsi
leaq L_.str.58(%rip), %rdx
movq %r14, %rdi
movl %ebx, %ecx
movq %r13, %r8
movq %rax, %r9
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $1360, %esi ## imm = 0x550
callq *8(%r15)
movq %rax, %rbx
movq %r15, %rdi
movl $1314, %esi ## imm = 0x522
callq *(%r15)
leaq L_.str.59(%rip), %rdx
movq %r14, %rdi
movq %r12, %rsi
movq %rbx, %rcx
movl %eax, %r8d
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $3152, %esi ## imm = 0xC50
callq *8(%r15)
movq %rax, %rbx
movq %r15, %rdi
movl $2570, %esi ## imm = 0xA0A
callq *(%r15)
leaq L_.str.60(%rip), %rdx
movq %r14, %rdi
movq %r12, %rsi
movq %rbx, %rcx
movl %eax, %r8d
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $3912, %esi ## imm = 0xF48
callq *8(%r15)
movq %rax, %r13
movq %r15, %rdi
movl $2651, %esi ## imm = 0xA5B
callq *(%r15)
movl %eax, %ebx
movq %r15, %rdi
movl $2652, %esi ## imm = 0xA5C
callq *(%r15)
shll $8, %ebx
addl %eax, %ebx
leaq L_.str.61(%rip), %rdx
movq %r14, %rdi
movq %r12, %rsi
movq %r13, %rcx
movl %ebx, %r8d
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $1728, %esi ## imm = 0x6C0
callq *8(%r15)
movq %rax, %r12
movq %r15, %rdi
movl $1732, %esi ## imm = 0x6C4
callq *8(%r15)
movq %rax, %rbx
movq %r15, %rdi
movl $1736, %esi ## imm = 0x6C8
callq *8(%r15)
leaq L_.str.62(%rip), %rdx
movq %r14, %rdi
leaq L_.str.57(%rip), %rsi
movq %r12, %rcx
movq %rbx, %r8
movq %rax, %r9
xorl %eax, %eax
callq _seq_printf
movq _coex_sta@GOTPCREL(%rip), %rbx
movq (%rbx), %rax
movl 24(%rax), %r8d
movl 28(%rax), %ecx
leaq L_.str.63(%rip), %r12
leaq L_.str.64(%rip), %rdx
movq %r14, %rdi
movq %r12, %rsi
xorl %eax, %eax
callq _seq_printf
movq (%rbx), %rax
movl 16(%rax), %r8d
movl 20(%rax), %ecx
leaq L_.str.65(%rip), %rdx
movq %r14, %rdi
movq %r12, %rsi
xorl %eax, %eax
callq _seq_printf
movq %r15, %rdi
movl $1051, %esi ## imm = 0x41B
callq *(%r15)
leaq L_.str.66(%rip), %rdx
movq %r14, %rdi
leaq L_.str.50(%rip), %rsi
movl %eax, %ecx
xorl %eax, %eax
callq _seq_printf
movq _BTC_DBG_DISP_COEX_STATISTICS@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r15, %rdi
movq %r14, %rdx
callq *16(%r15)
addq $104, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n ============[BT Coexist info]============"
L_.str.1: ## @.str.1
.asciz "\n %-35s = %d/ %d "
L_.str.2: ## @.str.2
.asciz "Ant PG number/ Ant mechanism:"
L_.str.3: ## @.str.3
.asciz "\n %-35s"
L_.str.4: ## @.str.4
.asciz "[Action Manual control]!!"
L_.str.5: ## @.str.5
.asciz "\n %-35s = %s / %d"
L_.str.6: ## @.str.6
.asciz "BT stack/ hci ext ver"
L_.str.7: ## @.str.7
.asciz "Yes"
L_.str.8: ## @.str.8
.asciz "No"
.comm _BTC_GET_U4_BT_PATCH_VER,4,2 ## @BTC_GET_U4_BT_PATCH_VER
.comm _BTC_GET_U4_WIFI_FW_VER,4,2 ## @BTC_GET_U4_WIFI_FW_VER
L_.str.9: ## @.str.9
.asciz "\n %-35s = %d_%d/ 0x%x/ 0x%x(%d)"
L_.str.10: ## @.str.10
.asciz "CoexVer/ FwVer/ PatchVer"
.comm _glcoex_ver_date_8821a_2ant,4,2 ## @glcoex_ver_date_8821a_2ant
.comm _glcoex_ver_8821a_2ant,4,2 ## @glcoex_ver_8821a_2ant
.comm _BTC_GET_BL_HS_OPERATION,4,2 ## @BTC_GET_BL_HS_OPERATION
.comm _BTC_GET_U1_WIFI_DOT11_CHNL,4,2 ## @BTC_GET_U1_WIFI_DOT11_CHNL
.comm _BTC_GET_U1_WIFI_HS_CHNL,4,2 ## @BTC_GET_U1_WIFI_HS_CHNL
L_.str.11: ## @.str.11
.asciz "\n %-35s = %d / %d(%d)"
L_.str.12: ## @.str.12
.asciz "Dot11 channel / HsMode(HsChnl)"
L_.str.13: ## @.str.13
.asciz "\n %-35s = %3ph "
L_.str.14: ## @.str.14
.asciz "H2C Wifi inform bt chnl Info"
.comm _coex_dm,8,3 ## @coex_dm
.comm _BTC_GET_S4_WIFI_RSSI,4,2 ## @BTC_GET_S4_WIFI_RSSI
.comm _BTC_GET_S4_HS_RSSI,4,2 ## @BTC_GET_S4_HS_RSSI
L_.str.15: ## @.str.15
.asciz "\n %-35s = %ld/ %ld"
L_.str.16: ## @.str.16
.asciz "Wifi rssi/ HS rssi"
.comm _BTC_GET_BL_WIFI_SCAN,4,2 ## @BTC_GET_BL_WIFI_SCAN
.comm _BTC_GET_BL_WIFI_LINK,4,2 ## @BTC_GET_BL_WIFI_LINK
.comm _BTC_GET_BL_WIFI_ROAM,4,2 ## @BTC_GET_BL_WIFI_ROAM
L_.str.17: ## @.str.17
.asciz "\n %-35s = %d/ %d/ %d "
L_.str.18: ## @.str.18
.asciz "Wifi link/ roam/ scan"
.comm _BTC_GET_BL_WIFI_UNDER_5G,4,2 ## @BTC_GET_BL_WIFI_UNDER_5G
.comm _BTC_GET_U4_WIFI_BW,4,2 ## @BTC_GET_U4_WIFI_BW
.comm _BTC_GET_BL_WIFI_BUSY,4,2 ## @BTC_GET_BL_WIFI_BUSY
.comm _BTC_GET_U4_WIFI_TRAFFIC_DIRECTION,4,2 ## @BTC_GET_U4_WIFI_TRAFFIC_DIRECTION
L_.str.19: ## @.str.19
.asciz "\n %-35s = %s / %s/ %s "
L_.str.20: ## @.str.20
.asciz "Wifi status"
L_.str.21: ## @.str.21
.asciz "5G"
L_.str.22: ## @.str.22
.asciz "2.4G"
.comm _BTC_WIFI_BW_LEGACY,8,3 ## @BTC_WIFI_BW_LEGACY
L_.str.23: ## @.str.23
.asciz "Legacy"
.comm _BTC_WIFI_BW_HT40,8,3 ## @BTC_WIFI_BW_HT40
L_.str.24: ## @.str.24
.asciz "HT40"
L_.str.25: ## @.str.25
.asciz "HT20"
L_.str.26: ## @.str.26
.asciz "idle"
.comm _BTC_WIFI_TRAFFIC_TX,8,3 ## @BTC_WIFI_TRAFFIC_TX
L_.str.27: ## @.str.27
.asciz "uplink"
L_.str.28: ## @.str.28
.asciz "downlink"
L_.str.29: ## @.str.29
.asciz "\n %-35s = %d / %d / %d / %d"
L_.str.30: ## @.str.30
.asciz "SCO/HID/PAN/A2DP"
.comm _BTC_DBG_DISP_BT_LINK_INFO,4,2 ## @BTC_DBG_DISP_BT_LINK_INFO
.comm _coex_sta,8,3 ## @coex_sta
L_.str.31: ## @.str.31
.asciz "\n %-35s = %s"
L_.str.32: ## @.str.32
.asciz "BT Info A2DP rate"
.comm _BIT0,4,2 ## @BIT0
L_.str.33: ## @.str.33
.asciz "Basic rate"
L_.str.34: ## @.str.34
.asciz "EDR rate"
.comm _BT_INFO_SRC_8821A_2ANT_MAX,4,2 ## @BT_INFO_SRC_8821A_2ANT_MAX
L_.str.35: ## @.str.35
.asciz "\n %-35s = %7ph(%d)"
.comm _glbt_info_src_8821a_2ant,8,3 ## @glbt_info_src_8821a_2ant
L_.str.36: ## @.str.36
.asciz "\n %-35s = %s/%s"
L_.str.37: ## @.str.37
.asciz "PS state, IPS/LPS"
L_.str.38: ## @.str.38
.asciz "IPS ON"
L_.str.39: ## @.str.39
.asciz "IPS OFF"
L_.str.40: ## @.str.40
.asciz "LPS ON"
L_.str.41: ## @.str.41
.asciz "LPS OFF"
.comm _BTC_DBG_DISP_FW_PWR_MODE_CMD,4,2 ## @BTC_DBG_DISP_FW_PWR_MODE_CMD
L_.str.42: ## @.str.42
.asciz "============[Sw mechanism]============"
L_.str.43: ## @.str.43
.asciz "\n %-35s = %d/ %d/ %d(0x%x) "
L_.str.44: ## @.str.44
.asciz "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]"
L_.str.45: ## @.str.45
.asciz "============[Fw mechanism]============"
L_.str.46: ## @.str.46
.asciz "\n %-35s = %5ph case-%d"
L_.str.47: ## @.str.47
.asciz "PS TDMA"
L_.str.48: ## @.str.48
.asciz "DecBtPwr/ IgnWlanAct"
L_.str.49: ## @.str.49
.asciz "============[Hw setting]============"
L_.str.50: ## @.str.50
.asciz "\n %-35s = 0x%x"
L_.str.51: ## @.str.51
.asciz "RF-A, 0x1e initVal"
L_.str.52: ## @.str.52
.asciz "\n %-35s = 0x%x/ 0x%x "
L_.str.53: ## @.str.53
.asciz "0x778 (W_Act)/ 0x6cc (CoTab Sel)"
L_.str.54: ## @.str.54
.asciz "\n %-35s = 0x%x/ 0x%x"
L_.str.55: ## @.str.55
.asciz "0x8db(ADC)/0xc5b[29:25](DAC)"
L_.str.56: ## @.str.56
.asciz "0xcb4[7:0](ctrl)/ 0xcb4[29:28](val)"
L_.str.57: ## @.str.57
.asciz "\n %-35s = 0x%x/ 0x%x/ 0x%x"
L_.str.58: ## @.str.58
.asciz "0x40/ 0x4c[24:23]/ 0x974"
L_.str.59: ## @.str.59
.asciz "0x550(bcn ctrl)/0x522"
L_.str.60: ## @.str.60
.asciz "0xc50(DIG)/0xa0a(CCK-TH)"
L_.str.61: ## @.str.61
.asciz "OFDM-FA/ CCK-FA"
L_.str.62: ## @.str.62
.asciz "0x6c0/0x6c4/0x6c8"
L_.str.63: ## @.str.63
.asciz "\n %-35s = %d/ %d"
L_.str.64: ## @.str.64
.asciz "0x770 (hi-pri Rx/Tx)"
L_.str.65: ## @.str.65
.asciz "0x774(low-pri Rx/Tx)"
L_.str.66: ## @.str.66
.asciz "0x41b (mgntQ hang chk == 0xf)"
.comm _BTC_DBG_DISP_COEX_STATISTICS,4,2 ## @BTC_DBG_DISP_COEX_STATISTICS
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ex_btc8821a2ant_display_coex_info ; -- Begin function ex_btc8821a2ant_display_coex_info
.p2align 2
_ex_btc8821a2ant_display_coex_info: ; @ex_btc8821a2ant_display_coex_info
.cfi_startproc
; %bb.0:
sub sp, sp, #208
.cfi_def_cfa_offset 208
stp x26, x25, [sp, #128] ; 16-byte Folded Spill
stp x24, x23, [sp, #144] ; 16-byte Folded Spill
stp x22, x21, [sp, #160] ; 16-byte Folded Spill
stp x20, x19, [sp, #176] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
mov x19, x1
mov x20, x0
stp xzr, xzr, [x29, #-80]
stur xzr, [x29, #-88]
stp xzr, xzr, [sp, #88]
stp xzr, xzr, [sp, #48]
Lloh0:
adrp x1, l_.str@PAGE
Lloh1:
add x1, x1, l_.str@PAGEOFF
mov x0, x19
bl _seq_puts
ldp w9, w8, [x20, #72]
Lloh2:
adrp x1, l_.str.1@PAGE
Lloh3:
add x1, x1, l_.str.1@PAGEOFF
stp x8, x9, [sp]
Lloh4:
adrp x2, l_.str.2@PAGE
Lloh5:
add x2, x2, l_.str.2@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #24]
cbz x8, LBB0_2
; %bb.1:
Lloh6:
adrp x1, l_.str.3@PAGE
Lloh7:
add x1, x1, l_.str.3@PAGEOFF
Lloh8:
adrp x2, l_.str.4@PAGE
Lloh9:
add x2, x2, l_.str.4@PAGEOFF
mov x0, x19
bl _seq_printf
LBB0_2:
Lloh10:
adrp x8, l_.str.7@PAGE
Lloh11:
add x8, x8, l_.str.7@PAGEOFF
ldr x9, [x20, #56]
Lloh12:
adrp x10, l_.str.8@PAGE
Lloh13:
add x10, x10, l_.str.8@PAGEOFF
cmp x9, #0
csel x8, x10, x8, eq
ldr w9, [x20, #64]
Lloh14:
adrp x1, l_.str.5@PAGE
Lloh15:
add x1, x1, l_.str.5@PAGEOFF
stp x8, x9, [sp]
Lloh16:
adrp x2, l_.str.6@PAGE
Lloh17:
add x2, x2, l_.str.6@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #32]
Lloh18:
adrp x9, _BTC_GET_U4_BT_PATCH_VER@GOTPAGE
Lloh19:
ldr x9, [x9, _BTC_GET_U4_BT_PATCH_VER@GOTPAGEOFF]
Lloh20:
ldr w1, [x9]
add x2, sp, #48
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh21:
adrp x9, _BTC_GET_U4_WIFI_FW_VER@GOTPAGE
Lloh22:
ldr x9, [x9, _BTC_GET_U4_WIFI_FW_VER@GOTPAGEOFF]
Lloh23:
ldr w1, [x9]
add x2, sp, #56
mov x0, x20
blr x8
Lloh24:
adrp x8, _glcoex_ver_date_8821a_2ant@GOTPAGE
Lloh25:
ldr x8, [x8, _glcoex_ver_date_8821a_2ant@GOTPAGEOFF]
Lloh26:
adrp x9, _glcoex_ver_8821a_2ant@GOTPAGE
Lloh27:
ldr x9, [x9, _glcoex_ver_8821a_2ant@GOTPAGEOFF]
ldp x11, x10, [sp, #48]
Lloh28:
ldr w8, [x8]
Lloh29:
ldr w9, [x9]
stp x11, x11, [sp, #24]
stp x9, x10, [sp, #8]
Lloh30:
adrp x1, l_.str.9@PAGE
Lloh31:
add x1, x1, l_.str.9@PAGEOFF
str x8, [sp]
Lloh32:
adrp x2, l_.str.10@PAGE
Lloh33:
add x2, x2, l_.str.10@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #32]
Lloh34:
adrp x9, _BTC_GET_BL_HS_OPERATION@GOTPAGE
Lloh35:
ldr x9, [x9, _BTC_GET_BL_HS_OPERATION@GOTPAGEOFF]
Lloh36:
ldr w1, [x9]
sub x2, x29, #84
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh37:
adrp x9, _BTC_GET_U1_WIFI_DOT11_CHNL@GOTPAGE
Lloh38:
ldr x9, [x9, _BTC_GET_U1_WIFI_DOT11_CHNL@GOTPAGEOFF]
Lloh39:
ldr w1, [x9]
add x2, sp, #68
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh40:
adrp x9, _BTC_GET_U1_WIFI_HS_CHNL@GOTPAGE
Lloh41:
ldr x9, [x9, _BTC_GET_U1_WIFI_HS_CHNL@GOTPAGEOFF]
Lloh42:
ldr w1, [x9]
add x2, sp, #64
mov x0, x20
blr x8
ldp w10, w8, [sp, #64]
ldur w9, [x29, #-84]
stp x9, x10, [sp, #8]
Lloh43:
adrp x1, l_.str.11@PAGE
Lloh44:
add x1, x1, l_.str.11@PAGEOFF
str x8, [sp]
Lloh45:
adrp x2, l_.str.12@PAGE
Lloh46:
add x2, x2, l_.str.12@PAGEOFF
mov x0, x19
bl _seq_printf
Lloh47:
adrp x22, _coex_dm@GOTPAGE
Lloh48:
ldr x22, [x22, _coex_dm@GOTPAGEOFF]
ldr x8, [x22]
ldr w8, [x8]
Lloh49:
adrp x1, l_.str.13@PAGE
Lloh50:
add x1, x1, l_.str.13@PAGEOFF
str x8, [sp]
Lloh51:
adrp x2, l_.str.14@PAGE
Lloh52:
add x2, x2, l_.str.14@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #32]
Lloh53:
adrp x9, _BTC_GET_S4_WIFI_RSSI@GOTPAGE
Lloh54:
ldr x9, [x9, _BTC_GET_S4_WIFI_RSSI@GOTPAGEOFF]
Lloh55:
ldr w1, [x9]
add x2, sp, #96
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh56:
adrp x9, _BTC_GET_S4_HS_RSSI@GOTPAGE
Lloh57:
ldr x9, [x9, _BTC_GET_S4_HS_RSSI@GOTPAGEOFF]
Lloh58:
ldr w1, [x9]
add x2, sp, #88
mov x0, x20
blr x8
ldp x9, x8, [sp, #88]
Lloh59:
adrp x1, l_.str.15@PAGE
Lloh60:
add x1, x1, l_.str.15@PAGEOFF
stp x8, x9, [sp]
Lloh61:
adrp x2, l_.str.16@PAGE
Lloh62:
add x2, x2, l_.str.16@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #32]
Lloh63:
adrp x9, _BTC_GET_BL_WIFI_SCAN@GOTPAGE
Lloh64:
ldr x9, [x9, _BTC_GET_BL_WIFI_SCAN@GOTPAGEOFF]
Lloh65:
ldr w1, [x9]
sub x2, x29, #72
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh66:
adrp x9, _BTC_GET_BL_WIFI_LINK@GOTPAGE
Lloh67:
ldr x9, [x9, _BTC_GET_BL_WIFI_LINK@GOTPAGEOFF]
Lloh68:
ldr w1, [x9]
sub x2, x29, #76
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh69:
adrp x9, _BTC_GET_BL_WIFI_ROAM@GOTPAGE
Lloh70:
ldr x9, [x9, _BTC_GET_BL_WIFI_ROAM@GOTPAGEOFF]
Lloh71:
ldr w1, [x9]
sub x2, x29, #68
mov x0, x20
blr x8
ldp w8, w10, [x29, #-76]
ldur w9, [x29, #-68]
stp x9, x10, [sp, #8]
Lloh72:
adrp x1, l_.str.17@PAGE
Lloh73:
add x1, x1, l_.str.17@PAGEOFF
str x8, [sp]
Lloh74:
adrp x2, l_.str.18@PAGE
Lloh75:
add x2, x2, l_.str.18@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #32]
Lloh76:
adrp x9, _BTC_GET_BL_WIFI_UNDER_5G@GOTPAGE
Lloh77:
ldr x9, [x9, _BTC_GET_BL_WIFI_UNDER_5G@GOTPAGEOFF]
Lloh78:
ldr w1, [x9]
sub x2, x29, #80
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh79:
adrp x9, _BTC_GET_U4_WIFI_BW@GOTPAGE
Lloh80:
ldr x9, [x9, _BTC_GET_U4_WIFI_BW@GOTPAGEOFF]
Lloh81:
ldr w1, [x9]
add x2, sp, #80
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh82:
adrp x9, _BTC_GET_BL_WIFI_BUSY@GOTPAGE
Lloh83:
ldr x9, [x9, _BTC_GET_BL_WIFI_BUSY@GOTPAGEOFF]
Lloh84:
ldr w1, [x9]
sub x2, x29, #88
mov x0, x20
blr x8
ldr x8, [x20, #32]
Lloh85:
adrp x9, _BTC_GET_U4_WIFI_TRAFFIC_DIRECTION@GOTPAGE
Lloh86:
ldr x9, [x9, _BTC_GET_U4_WIFI_TRAFFIC_DIRECTION@GOTPAGEOFF]
Lloh87:
ldr w1, [x9]
add x2, sp, #72
mov x0, x20
blr x8
ldur w8, [x29, #-80]
Lloh88:
adrp x9, l_.str.21@PAGE
Lloh89:
add x9, x9, l_.str.21@PAGEOFF
Lloh90:
adrp x10, l_.str.22@PAGE
Lloh91:
add x10, x10, l_.str.22@PAGEOFF
cmp w8, #0
csel x8, x10, x9, eq
Lloh92:
adrp x9, _BTC_WIFI_BW_LEGACY@GOTPAGE
Lloh93:
ldr x9, [x9, _BTC_WIFI_BW_LEGACY@GOTPAGEOFF]
Lloh94:
ldr x9, [x9]
ldr x10, [sp, #80]
Lloh95:
adrp x11, _BTC_WIFI_BW_HT40@GOTPAGE
Lloh96:
ldr x11, [x11, _BTC_WIFI_BW_HT40@GOTPAGEOFF]
Lloh97:
adrp x12, l_.str.25@PAGE
Lloh98:
add x12, x12, l_.str.25@PAGEOFF
Lloh99:
ldr x11, [x11]
Lloh100:
adrp x13, l_.str.24@PAGE
Lloh101:
add x13, x13, l_.str.24@PAGEOFF
Lloh102:
adrp x14, l_.str.23@PAGE
Lloh103:
add x14, x14, l_.str.23@PAGEOFF
cmp x11, x10
csel x11, x13, x12, eq
cmp x9, x10
csel x9, x14, x11, eq
ldur w10, [x29, #-88]
Lloh104:
adrp x11, _BTC_WIFI_TRAFFIC_TX@GOTPAGE
Lloh105:
ldr x11, [x11, _BTC_WIFI_TRAFFIC_TX@GOTPAGEOFF]
Lloh106:
ldr x11, [x11]
ldr x12, [sp, #72]
Lloh107:
adrp x13, l_.str.28@PAGE
Lloh108:
add x13, x13, l_.str.28@PAGEOFF
Lloh109:
adrp x14, l_.str.27@PAGE
Lloh110:
add x14, x14, l_.str.27@PAGEOFF
cmp x11, x12
csel x11, x14, x13, eq
Lloh111:
adrp x12, l_.str.26@PAGE
Lloh112:
add x12, x12, l_.str.26@PAGEOFF
cmp w10, #0
csel x10, x12, x11, eq
stp x9, x10, [sp, #8]
Lloh113:
adrp x1, l_.str.19@PAGE
Lloh114:
add x1, x1, l_.str.19@PAGEOFF
str x8, [sp]
Lloh115:
adrp x2, l_.str.20@PAGE
Lloh116:
add x2, x2, l_.str.20@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #56]
cbz x8, LBB0_4
; %bb.3:
ldp w9, w8, [x20, #48]
ldp w11, w10, [x20, #40]
stp x10, x11, [sp, #16]
Lloh117:
adrp x1, l_.str.29@PAGE
Lloh118:
add x1, x1, l_.str.29@PAGEOFF
stp x8, x9, [sp]
Lloh119:
adrp x2, l_.str.30@PAGE
Lloh120:
add x2, x2, l_.str.30@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #16]
Lloh121:
adrp x9, _BTC_DBG_DISP_BT_LINK_INFO@GOTPAGE
Lloh122:
ldr x9, [x9, _BTC_DBG_DISP_BT_LINK_INFO@GOTPAGEOFF]
Lloh123:
ldr w1, [x9]
mov x0, x20
mov x2, x19
blr x8
LBB0_4:
Lloh124:
adrp x26, _coex_sta@GOTPAGE
Lloh125:
ldr x26, [x26, _coex_sta@GOTPAGEOFF]
ldr x8, [x26]
ldr w8, [x8]
Lloh126:
adrp x9, _BIT0@GOTPAGE
Lloh127:
ldr x9, [x9, _BIT0@GOTPAGEOFF]
Lloh128:
ldr w9, [x9]
Lloh129:
adrp x10, l_.str.33@PAGE
Lloh130:
add x10, x10, l_.str.33@PAGEOFF
Lloh131:
adrp x11, l_.str.34@PAGE
Lloh132:
add x11, x11, l_.str.34@PAGEOFF
tst w9, w8
csel x8, x11, x10, eq
Lloh133:
adrp x1, l_.str.31@PAGE
Lloh134:
add x1, x1, l_.str.31@PAGEOFF
str x8, [sp]
Lloh135:
adrp x2, l_.str.32@PAGE
Lloh136:
add x2, x2, l_.str.32@PAGEOFF
mov x0, x19
bl _seq_printf
Lloh137:
adrp x23, _BT_INFO_SRC_8821A_2ANT_MAX@GOTPAGE
Lloh138:
ldr x23, [x23, _BT_INFO_SRC_8821A_2ANT_MAX@GOTPAGEOFF]
ldr w8, [x23]
cmp w8, #1
b.lt LBB0_9
; %bb.5:
mov x24, #0
Lloh139:
adrp x25, _glbt_info_src_8821a_2ant@GOTPAGE
Lloh140:
ldr x25, [x25, _glbt_info_src_8821a_2ant@GOTPAGEOFF]
Lloh141:
adrp x21, l_.str.35@PAGE
Lloh142:
add x21, x21, l_.str.35@PAGEOFF
b LBB0_7
LBB0_6: ; in Loop: Header=BB0_7 Depth=1
add x24, x24, #1
cmp x24, w8, sxtw
b.ge LBB0_9
LBB0_7: ; =>This Inner Loop Header: Depth=1
ldr x10, [x26]
ldr x9, [x10, #8]
ldr w9, [x9, x24, lsl #2]
cbz w9, LBB0_6
; %bb.8: ; in Loop: Header=BB0_7 Depth=1
ldr x8, [x25]
lsl x11, x24, #2
ldrsw x2, [x8, x11]
ldr x8, [x10, #48]
ldr w8, [x8, x11]
stp x8, x9, [sp]
mov x0, x19
mov x1, x21
bl _seq_printf
ldr w8, [x23]
b LBB0_6
LBB0_9:
ldr x8, [x26]
Lloh143:
adrp x9, l_.str.38@PAGE
Lloh144:
add x9, x9, l_.str.38@PAGEOFF
Lloh145:
adrp x10, l_.str.39@PAGE
Lloh146:
add x10, x10, l_.str.39@PAGEOFF
ldp x8, x11, [x8, #32]
cmp x11, #0
csel x9, x10, x9, eq
Lloh147:
adrp x10, l_.str.40@PAGE
Lloh148:
add x10, x10, l_.str.40@PAGEOFF
Lloh149:
adrp x11, l_.str.41@PAGE
Lloh150:
add x11, x11, l_.str.41@PAGEOFF
cmp x8, #0
csel x8, x11, x10, eq
Lloh151:
adrp x1, l_.str.36@PAGE
Lloh152:
add x1, x1, l_.str.36@PAGEOFF
stp x9, x8, [sp]
Lloh153:
adrp x2, l_.str.37@PAGE
Lloh154:
add x2, x2, l_.str.37@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20, #16]
Lloh155:
adrp x9, _BTC_DBG_DISP_FW_PWR_MODE_CMD@GOTPAGE
Lloh156:
ldr x9, [x9, _BTC_DBG_DISP_FW_PWR_MODE_CMD@GOTPAGEOFF]
Lloh157:
ldr w1, [x9]
mov x0, x20
mov x2, x19
blr x8
Lloh158:
adrp x21, l_.str.3@PAGE
Lloh159:
add x21, x21, l_.str.3@PAGEOFF
Lloh160:
adrp x2, l_.str.42@PAGE
Lloh161:
add x2, x2, l_.str.42@PAGEOFF
mov x0, x19
mov x1, x21
bl _seq_printf
ldr x8, [x22]
ldp w10, w9, [x8, #32]
ldp w8, w11, [x8, #24]
stp x11, x8, [sp, #16]
Lloh162:
adrp x1, l_.str.43@PAGE
Lloh163:
add x1, x1, l_.str.43@PAGEOFF
stp x9, x10, [sp]
Lloh164:
adrp x2, l_.str.44@PAGE
Lloh165:
add x2, x2, l_.str.44@PAGEOFF
mov x0, x19
bl _seq_printf
Lloh166:
adrp x2, l_.str.45@PAGE
Lloh167:
add x2, x2, l_.str.45@PAGEOFF
mov x0, x19
mov x1, x21
bl _seq_printf
ldr x8, [x20, #24]
cbnz x8, LBB0_11
; %bb.10:
ldr x8, [x22]
ldr w9, [x8, #20]
ldr w8, [x8, #4]
Lloh168:
adrp x1, l_.str.46@PAGE
Lloh169:
add x1, x1, l_.str.46@PAGEOFF
stp x9, x8, [sp]
Lloh170:
adrp x2, l_.str.47@PAGE
Lloh171:
add x2, x2, l_.str.47@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x22]
ldp w8, w9, [x8, #12]
Lloh172:
adrp x1, l_.str.1@PAGE
Lloh173:
add x1, x1, l_.str.1@PAGEOFF
stp x9, x8, [sp]
Lloh174:
adrp x2, l_.str.48@PAGE
Lloh175:
add x2, x2, l_.str.48@PAGEOFF
mov x0, x19
bl _seq_printf
LBB0_11:
Lloh176:
adrp x1, l_.str.3@PAGE
Lloh177:
add x1, x1, l_.str.3@PAGEOFF
Lloh178:
adrp x2, l_.str.49@PAGE
Lloh179:
add x2, x2, l_.str.49@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x22]
ldr w8, [x8, #8]
Lloh180:
adrp x21, l_.str.50@PAGE
Lloh181:
add x21, x21, l_.str.50@PAGEOFF
str x8, [sp]
Lloh182:
adrp x2, l_.str.51@PAGE
Lloh183:
add x2, x2, l_.str.51@PAGEOFF
mov x0, x19
mov x1, x21
bl _seq_printf
ldr x8, [x20]
mov x0, x20
mov w1, #1912
blr x8
mov x22, x0
ldr x8, [x20]
mov x0, x20
mov w1, #1740
blr x8
; kill: def $w0 killed $w0 def $x0
Lloh184:
adrp x1, l_.str.52@PAGE
Lloh185:
add x1, x1, l_.str.52@PAGEOFF
stp x22, x0, [sp]
Lloh186:
adrp x2, l_.str.53@PAGE
Lloh187:
add x2, x2, l_.str.53@PAGEOFF
mov x0, x19
bl _seq_printf
ldr x8, [x20]
mov x0, x20
mov w1, #2267
blr x8
mov x22, x0
ldr x8, [x20]
mov x0, x20
mov w1, #3163
blr x8
ubfx w8, w22, #5, #2
ubfx w9, w0, #1, #5
Lloh188:
adrp x22, l_.str.54@PAGE
Lloh189:
add x22, x22, l_.str.54@PAGEOFF
stp x8, x9, [sp]
Lloh190:
adrp x2, l_.str.55@PAGE
Lloh191:
add x2, x2, l_.str.55@PAGEOFF
mov x0, x19
mov x1, x22
bl _seq_printf
ldr x8, [x20, #8]
mov x0, x20
mov w1, #3252
blr x8
and x8, x0, #0xff
ubfx x9, x0, #28, #2
stp x8, x9, [sp]
Lloh192:
adrp x2, l_.str.56@PAGE
Lloh193:
add x2, x2, l_.str.56@PAGEOFF
mov x0, x19
mov x1, x22
bl _seq_printf
ldr x8, [x20]
mov x0, x20
mov w1, #64
blr x8
mov x24, x0
ldr x8, [x20, #8]
mov x0, x20
mov w1, #76
blr x8
mov x23, x0
ldr x8, [x20, #8]
mov x0, x20
mov w1, #2420
blr x8
ubfx x8, x23, #23, #2
stp x8, x0, [sp, #8]
Lloh194:
adrp x23, l_.str.57@PAGE
Lloh195:
add x23, x23, l_.str.57@PAGEOFF
str x24, [sp]
Lloh196:
adrp x2, l_.str.58@PAGE
Lloh197:
add x2, x2, l_.str.58@PAGEOFF
mov x0, x19
mov x1, x23
bl _seq_printf
ldr x8, [x20, #8]
mov x0, x20
mov w1, #1360
blr x8
mov x24, x0
ldr x8, [x20]
mov x0, x20
mov w1, #1314
blr x8
; kill: def $w0 killed $w0 def $x0
stp x24, x0, [sp]
Lloh198:
adrp x2, l_.str.59@PAGE
Lloh199:
add x2, x2, l_.str.59@PAGEOFF
mov x0, x19
mov x1, x22
bl _seq_printf
ldr x8, [x20, #8]
mov x0, x20
mov w1, #3152
blr x8
mov x24, x0
ldr x8, [x20]
mov x0, x20
mov w1, #2570
blr x8
; kill: def $w0 killed $w0 def $x0
stp x24, x0, [sp]
Lloh200:
adrp x2, l_.str.60@PAGE
Lloh201:
add x2, x2, l_.str.60@PAGEOFF
mov x0, x19
mov x1, x22
bl _seq_printf
ldr x8, [x20, #8]
mov x0, x20
mov w1, #3912
blr x8
mov x24, x0
ldr x8, [x20]
mov x0, x20
mov w1, #2651
blr x8
mov x25, x0
ldr x8, [x20]
mov x0, x20
mov w1, #2652
blr x8
add w8, w0, w25, lsl #8
stp x24, x8, [sp]
Lloh202:
adrp x2, l_.str.61@PAGE
Lloh203:
add x2, x2, l_.str.61@PAGEOFF
mov x0, x19
mov x1, x22
bl _seq_printf
ldr x8, [x20, #8]
mov x0, x20
mov w1, #1728
blr x8
mov x22, x0
ldr x8, [x20, #8]
mov x0, x20
mov w1, #1732
blr x8
mov x24, x0
ldr x8, [x20, #8]
mov x0, x20
mov w1, #1736
blr x8
stp x24, x0, [sp, #8]
str x22, [sp]
Lloh204:
adrp x2, l_.str.62@PAGE
Lloh205:
add x2, x2, l_.str.62@PAGEOFF
mov x0, x19
mov x1, x23
bl _seq_printf
ldr x8, [x26]
ldp w8, w9, [x8, #24]
Lloh206:
adrp x22, l_.str.63@PAGE
Lloh207:
add x22, x22, l_.str.63@PAGEOFF
stp x9, x8, [sp]
Lloh208:
adrp x2, l_.str.64@PAGE
Lloh209:
add x2, x2, l_.str.64@PAGEOFF
mov x0, x19
mov x1, x22
bl _seq_printf
ldr x8, [x26]
ldp w8, w9, [x8, #16]
stp x9, x8, [sp]
Lloh210:
adrp x2, l_.str.65@PAGE
Lloh211:
add x2, x2, l_.str.65@PAGEOFF
mov x0, x19
mov x1, x22
bl _seq_printf
ldr x8, [x20]
mov x0, x20
mov w1, #1051
blr x8
; kill: def $w0 killed $w0 def $x0
str x0, [sp]
Lloh212:
adrp x2, l_.str.66@PAGE
Lloh213:
add x2, x2, l_.str.66@PAGEOFF
mov x0, x19
mov x1, x21
bl _seq_printf
ldr x8, [x20, #16]
Lloh214:
adrp x9, _BTC_DBG_DISP_COEX_STATISTICS@GOTPAGE
Lloh215:
ldr x9, [x9, _BTC_DBG_DISP_COEX_STATISTICS@GOTPAGEOFF]
Lloh216:
ldr w1, [x9]
mov x0, x20
mov x2, x19
blr x8
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
ldp x20, x19, [sp, #176] ; 16-byte Folded Reload
ldp x22, x21, [sp, #160] ; 16-byte Folded Reload
ldp x24, x23, [sp, #144] ; 16-byte Folded Reload
ldp x26, x25, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #208
ret
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh8, Lloh9
.loh AdrpAdd Lloh6, Lloh7
.loh AdrpAdd Lloh115, Lloh116
.loh AdrpAdd Lloh113, Lloh114
.loh AdrpAdd Lloh111, Lloh112
.loh AdrpAdd Lloh109, Lloh110
.loh AdrpAdd Lloh107, Lloh108
.loh AdrpLdrGotLdr Lloh104, Lloh105, Lloh106
.loh AdrpAdd Lloh102, Lloh103
.loh AdrpAdd Lloh100, Lloh101
.loh AdrpAdd Lloh97, Lloh98
.loh AdrpLdrGotLdr Lloh95, Lloh96, Lloh99
.loh AdrpLdrGotLdr Lloh92, Lloh93, Lloh94
.loh AdrpAdd Lloh90, Lloh91
.loh AdrpAdd Lloh88, Lloh89
.loh AdrpLdrGotLdr Lloh85, Lloh86, Lloh87
.loh AdrpLdrGotLdr Lloh82, Lloh83, Lloh84
.loh AdrpLdrGotLdr Lloh79, Lloh80, Lloh81
.loh AdrpLdrGotLdr Lloh76, Lloh77, Lloh78
.loh AdrpAdd Lloh74, Lloh75
.loh AdrpAdd Lloh72, Lloh73
.loh AdrpLdrGotLdr Lloh69, Lloh70, Lloh71
.loh AdrpLdrGotLdr Lloh66, Lloh67, Lloh68
.loh AdrpLdrGotLdr Lloh63, Lloh64, Lloh65
.loh AdrpAdd Lloh61, Lloh62
.loh AdrpAdd Lloh59, Lloh60
.loh AdrpLdrGotLdr Lloh56, Lloh57, Lloh58
.loh AdrpLdrGotLdr Lloh53, Lloh54, Lloh55
.loh AdrpAdd Lloh51, Lloh52
.loh AdrpAdd Lloh49, Lloh50
.loh AdrpLdrGot Lloh47, Lloh48
.loh AdrpAdd Lloh45, Lloh46
.loh AdrpAdd Lloh43, Lloh44
.loh AdrpLdrGotLdr Lloh40, Lloh41, Lloh42
.loh AdrpLdrGotLdr Lloh37, Lloh38, Lloh39
.loh AdrpLdrGotLdr Lloh34, Lloh35, Lloh36
.loh AdrpAdd Lloh32, Lloh33
.loh AdrpAdd Lloh30, Lloh31
.loh AdrpLdrGotLdr Lloh26, Lloh27, Lloh29
.loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh28
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpAdd Lloh12, Lloh13
.loh AdrpAdd Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh121, Lloh122, Lloh123
.loh AdrpAdd Lloh119, Lloh120
.loh AdrpAdd Lloh117, Lloh118
.loh AdrpLdrGot Lloh137, Lloh138
.loh AdrpAdd Lloh135, Lloh136
.loh AdrpAdd Lloh133, Lloh134
.loh AdrpAdd Lloh131, Lloh132
.loh AdrpAdd Lloh129, Lloh130
.loh AdrpLdrGotLdr Lloh126, Lloh127, Lloh128
.loh AdrpLdrGot Lloh124, Lloh125
.loh AdrpAdd Lloh141, Lloh142
.loh AdrpLdrGot Lloh139, Lloh140
.loh AdrpAdd Lloh166, Lloh167
.loh AdrpAdd Lloh164, Lloh165
.loh AdrpAdd Lloh162, Lloh163
.loh AdrpAdd Lloh160, Lloh161
.loh AdrpAdd Lloh158, Lloh159
.loh AdrpLdrGotLdr Lloh155, Lloh156, Lloh157
.loh AdrpAdd Lloh153, Lloh154
.loh AdrpAdd Lloh151, Lloh152
.loh AdrpAdd Lloh149, Lloh150
.loh AdrpAdd Lloh147, Lloh148
.loh AdrpAdd Lloh145, Lloh146
.loh AdrpAdd Lloh143, Lloh144
.loh AdrpAdd Lloh174, Lloh175
.loh AdrpAdd Lloh172, Lloh173
.loh AdrpAdd Lloh170, Lloh171
.loh AdrpAdd Lloh168, Lloh169
.loh AdrpLdrGotLdr Lloh214, Lloh215, Lloh216
.loh AdrpAdd Lloh212, Lloh213
.loh AdrpAdd Lloh210, Lloh211
.loh AdrpAdd Lloh208, Lloh209
.loh AdrpAdd Lloh206, Lloh207
.loh AdrpAdd Lloh204, Lloh205
.loh AdrpAdd Lloh202, Lloh203
.loh AdrpAdd Lloh200, Lloh201
.loh AdrpAdd Lloh198, Lloh199
.loh AdrpAdd Lloh196, Lloh197
.loh AdrpAdd Lloh194, Lloh195
.loh AdrpAdd Lloh192, Lloh193
.loh AdrpAdd Lloh190, Lloh191
.loh AdrpAdd Lloh188, Lloh189
.loh AdrpAdd Lloh186, Lloh187
.loh AdrpAdd Lloh184, Lloh185
.loh AdrpAdd Lloh182, Lloh183
.loh AdrpAdd Lloh180, Lloh181
.loh AdrpAdd Lloh178, Lloh179
.loh AdrpAdd Lloh176, Lloh177
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\n ============[BT Coexist info]============"
l_.str.1: ; @.str.1
.asciz "\n %-35s = %d/ %d "
l_.str.2: ; @.str.2
.asciz "Ant PG number/ Ant mechanism:"
l_.str.3: ; @.str.3
.asciz "\n %-35s"
l_.str.4: ; @.str.4
.asciz "[Action Manual control]!!"
l_.str.5: ; @.str.5
.asciz "\n %-35s = %s / %d"
l_.str.6: ; @.str.6
.asciz "BT stack/ hci ext ver"
l_.str.7: ; @.str.7
.asciz "Yes"
l_.str.8: ; @.str.8
.asciz "No"
.comm _BTC_GET_U4_BT_PATCH_VER,4,2 ; @BTC_GET_U4_BT_PATCH_VER
.comm _BTC_GET_U4_WIFI_FW_VER,4,2 ; @BTC_GET_U4_WIFI_FW_VER
l_.str.9: ; @.str.9
.asciz "\n %-35s = %d_%d/ 0x%x/ 0x%x(%d)"
l_.str.10: ; @.str.10
.asciz "CoexVer/ FwVer/ PatchVer"
.comm _glcoex_ver_date_8821a_2ant,4,2 ; @glcoex_ver_date_8821a_2ant
.comm _glcoex_ver_8821a_2ant,4,2 ; @glcoex_ver_8821a_2ant
.comm _BTC_GET_BL_HS_OPERATION,4,2 ; @BTC_GET_BL_HS_OPERATION
.comm _BTC_GET_U1_WIFI_DOT11_CHNL,4,2 ; @BTC_GET_U1_WIFI_DOT11_CHNL
.comm _BTC_GET_U1_WIFI_HS_CHNL,4,2 ; @BTC_GET_U1_WIFI_HS_CHNL
l_.str.11: ; @.str.11
.asciz "\n %-35s = %d / %d(%d)"
l_.str.12: ; @.str.12
.asciz "Dot11 channel / HsMode(HsChnl)"
l_.str.13: ; @.str.13
.asciz "\n %-35s = %3ph "
l_.str.14: ; @.str.14
.asciz "H2C Wifi inform bt chnl Info"
.comm _coex_dm,8,3 ; @coex_dm
.comm _BTC_GET_S4_WIFI_RSSI,4,2 ; @BTC_GET_S4_WIFI_RSSI
.comm _BTC_GET_S4_HS_RSSI,4,2 ; @BTC_GET_S4_HS_RSSI
l_.str.15: ; @.str.15
.asciz "\n %-35s = %ld/ %ld"
l_.str.16: ; @.str.16
.asciz "Wifi rssi/ HS rssi"
.comm _BTC_GET_BL_WIFI_SCAN,4,2 ; @BTC_GET_BL_WIFI_SCAN
.comm _BTC_GET_BL_WIFI_LINK,4,2 ; @BTC_GET_BL_WIFI_LINK
.comm _BTC_GET_BL_WIFI_ROAM,4,2 ; @BTC_GET_BL_WIFI_ROAM
l_.str.17: ; @.str.17
.asciz "\n %-35s = %d/ %d/ %d "
l_.str.18: ; @.str.18
.asciz "Wifi link/ roam/ scan"
.comm _BTC_GET_BL_WIFI_UNDER_5G,4,2 ; @BTC_GET_BL_WIFI_UNDER_5G
.comm _BTC_GET_U4_WIFI_BW,4,2 ; @BTC_GET_U4_WIFI_BW
.comm _BTC_GET_BL_WIFI_BUSY,4,2 ; @BTC_GET_BL_WIFI_BUSY
.comm _BTC_GET_U4_WIFI_TRAFFIC_DIRECTION,4,2 ; @BTC_GET_U4_WIFI_TRAFFIC_DIRECTION
l_.str.19: ; @.str.19
.asciz "\n %-35s = %s / %s/ %s "
l_.str.20: ; @.str.20
.asciz "Wifi status"
l_.str.21: ; @.str.21
.asciz "5G"
l_.str.22: ; @.str.22
.asciz "2.4G"
.comm _BTC_WIFI_BW_LEGACY,8,3 ; @BTC_WIFI_BW_LEGACY
l_.str.23: ; @.str.23
.asciz "Legacy"
.comm _BTC_WIFI_BW_HT40,8,3 ; @BTC_WIFI_BW_HT40
l_.str.24: ; @.str.24
.asciz "HT40"
l_.str.25: ; @.str.25
.asciz "HT20"
l_.str.26: ; @.str.26
.asciz "idle"
.comm _BTC_WIFI_TRAFFIC_TX,8,3 ; @BTC_WIFI_TRAFFIC_TX
l_.str.27: ; @.str.27
.asciz "uplink"
l_.str.28: ; @.str.28
.asciz "downlink"
l_.str.29: ; @.str.29
.asciz "\n %-35s = %d / %d / %d / %d"
l_.str.30: ; @.str.30
.asciz "SCO/HID/PAN/A2DP"
.comm _BTC_DBG_DISP_BT_LINK_INFO,4,2 ; @BTC_DBG_DISP_BT_LINK_INFO
.comm _coex_sta,8,3 ; @coex_sta
l_.str.31: ; @.str.31
.asciz "\n %-35s = %s"
l_.str.32: ; @.str.32
.asciz "BT Info A2DP rate"
.comm _BIT0,4,2 ; @BIT0
l_.str.33: ; @.str.33
.asciz "Basic rate"
l_.str.34: ; @.str.34
.asciz "EDR rate"
.comm _BT_INFO_SRC_8821A_2ANT_MAX,4,2 ; @BT_INFO_SRC_8821A_2ANT_MAX
l_.str.35: ; @.str.35
.asciz "\n %-35s = %7ph(%d)"
.comm _glbt_info_src_8821a_2ant,8,3 ; @glbt_info_src_8821a_2ant
l_.str.36: ; @.str.36
.asciz "\n %-35s = %s/%s"
l_.str.37: ; @.str.37
.asciz "PS state, IPS/LPS"
l_.str.38: ; @.str.38
.asciz "IPS ON"
l_.str.39: ; @.str.39
.asciz "IPS OFF"
l_.str.40: ; @.str.40
.asciz "LPS ON"
l_.str.41: ; @.str.41
.asciz "LPS OFF"
.comm _BTC_DBG_DISP_FW_PWR_MODE_CMD,4,2 ; @BTC_DBG_DISP_FW_PWR_MODE_CMD
l_.str.42: ; @.str.42
.asciz "============[Sw mechanism]============"
l_.str.43: ; @.str.43
.asciz "\n %-35s = %d/ %d/ %d(0x%x) "
l_.str.44: ; @.str.44
.asciz "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]"
l_.str.45: ; @.str.45
.asciz "============[Fw mechanism]============"
l_.str.46: ; @.str.46
.asciz "\n %-35s = %5ph case-%d"
l_.str.47: ; @.str.47
.asciz "PS TDMA"
l_.str.48: ; @.str.48
.asciz "DecBtPwr/ IgnWlanAct"
l_.str.49: ; @.str.49
.asciz "============[Hw setting]============"
l_.str.50: ; @.str.50
.asciz "\n %-35s = 0x%x"
l_.str.51: ; @.str.51
.asciz "RF-A, 0x1e initVal"
l_.str.52: ; @.str.52
.asciz "\n %-35s = 0x%x/ 0x%x "
l_.str.53: ; @.str.53
.asciz "0x778 (W_Act)/ 0x6cc (CoTab Sel)"
l_.str.54: ; @.str.54
.asciz "\n %-35s = 0x%x/ 0x%x"
l_.str.55: ; @.str.55
.asciz "0x8db(ADC)/0xc5b[29:25](DAC)"
l_.str.56: ; @.str.56
.asciz "0xcb4[7:0](ctrl)/ 0xcb4[29:28](val)"
l_.str.57: ; @.str.57
.asciz "\n %-35s = 0x%x/ 0x%x/ 0x%x"
l_.str.58: ; @.str.58
.asciz "0x40/ 0x4c[24:23]/ 0x974"
l_.str.59: ; @.str.59
.asciz "0x550(bcn ctrl)/0x522"
l_.str.60: ; @.str.60
.asciz "0xc50(DIG)/0xa0a(CCK-TH)"
l_.str.61: ; @.str.61
.asciz "OFDM-FA/ CCK-FA"
l_.str.62: ; @.str.62
.asciz "0x6c0/0x6c4/0x6c8"
l_.str.63: ; @.str.63
.asciz "\n %-35s = %d/ %d"
l_.str.64: ; @.str.64
.asciz "0x770 (hi-pri Rx/Tx)"
l_.str.65: ; @.str.65
.asciz "0x774(low-pri Rx/Tx)"
l_.str.66: ; @.str.66
.asciz "0x41b (mgntQ hang chk == 0xf)"
.comm _BTC_DBG_DISP_COEX_STATISTICS,4,2 ; @BTC_DBG_DISP_COEX_STATISTICS
.subsections_via_symbols
| AnghaBench/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/extr_halbtc8821a2ant.c_ex_btc8821a2ant_display_coex_info.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function __netxen_nic_down
___netxen_nic_down: ## @__netxen_nic_down
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq (%rdi), %rax
movq _NETXEN_ADAPTER_UP_MAGIC@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_9
## %bb.1:
movq %rsi, %r15
movq %rdi, %rbx
movq ___NX_DEV_UP@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq 40(%rbx), %rsi
callq _test_and_clear_bit
testl %eax, %eax
je LBB0_9
## %bb.2:
xorl %eax, %eax
callq _smp_mb
leaq 12(%rbx), %r14
movq %r14, %rdi
callq _spin_lock
movq %r15, %rdi
callq _netif_carrier_off
movq %r15, %rdi
callq _netif_tx_disable
movq _NX_FW_CAPABILITY_LINK_NOTIFICATION@GOTPCREL(%rip), %rax
movl (%rax), %eax
testl %eax, 8(%rbx)
je LBB0_4
## %bb.3:
movq %rbx, %rdi
xorl %esi, %esi
callq _netxen_linkevent_request
LBB0_4:
movq 32(%rbx), %rax
testq %rax, %rax
je LBB0_6
## %bb.5:
movq %rbx, %rdi
callq *%rax
LBB0_6:
movl 24(%rbx), %edi
callq _NX_IS_REVISION_P3
testq %rax, %rax
je LBB0_8
## %bb.7:
movq %rbx, %rdi
callq _netxen_p3_free_mac_list
LBB0_8:
movq _NETXEN_NIU_NON_PROMISC_MODE@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %rbx, %rdi
callq *16(%rbx)
movq %rbx, %rdi
callq _netxen_napi_disable
movq %rbx, %rdi
callq _netxen_release_tx_buffers
movq %r14, %rdi
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
jmp _spin_unlock ## TAILCALL
LBB0_9:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _NETXEN_ADAPTER_UP_MAGIC,8,3 ## @NETXEN_ADAPTER_UP_MAGIC
.comm ___NX_DEV_UP,4,2 ## @__NX_DEV_UP
.comm _NX_FW_CAPABILITY_LINK_NOTIFICATION,4,2 ## @NX_FW_CAPABILITY_LINK_NOTIFICATION
.comm _NETXEN_NIU_NON_PROMISC_MODE,4,2 ## @NETXEN_NIU_NON_PROMISC_MODE
.no_dead_strip ___netxen_nic_down
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function __netxen_nic_down
___netxen_nic_down: ; @__netxen_nic_down
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
ldr x8, [x0]
Lloh0:
adrp x9, _NETXEN_ADAPTER_UP_MAGIC@GOTPAGE
Lloh1:
ldr x9, [x9, _NETXEN_ADAPTER_UP_MAGIC@GOTPAGEOFF]
Lloh2:
ldr x9, [x9]
cmp x8, x9
b.ne LBB0_9
; %bb.1:
mov x21, x1
mov x19, x0
Lloh3:
adrp x8, ___NX_DEV_UP@GOTPAGE
Lloh4:
ldr x8, [x8, ___NX_DEV_UP@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
add x1, x19, #40
bl _test_and_clear_bit
cbz w0, LBB0_9
; %bb.2:
bl _smp_mb
add x20, x19, #12
mov x0, x20
bl _spin_lock
mov x0, x21
bl _netif_carrier_off
mov x0, x21
bl _netif_tx_disable
ldr w8, [x19, #8]
Lloh6:
adrp x9, _NX_FW_CAPABILITY_LINK_NOTIFICATION@GOTPAGE
Lloh7:
ldr x9, [x9, _NX_FW_CAPABILITY_LINK_NOTIFICATION@GOTPAGEOFF]
Lloh8:
ldr w9, [x9]
tst w9, w8
b.eq LBB0_4
; %bb.3:
mov x0, x19
mov w1, #0
bl _netxen_linkevent_request
LBB0_4:
ldr x8, [x19, #32]
cbz x8, LBB0_6
; %bb.5:
mov x0, x19
blr x8
LBB0_6:
ldr w0, [x19, #24]
bl _NX_IS_REVISION_P3
cbz x0, LBB0_8
; %bb.7:
mov x0, x19
bl _netxen_p3_free_mac_list
LBB0_8:
ldr x8, [x19, #16]
Lloh9:
adrp x9, _NETXEN_NIU_NON_PROMISC_MODE@GOTPAGE
Lloh10:
ldr x9, [x9, _NETXEN_NIU_NON_PROMISC_MODE@GOTPAGEOFF]
Lloh11:
ldr w1, [x9]
mov x0, x19
blr x8
mov x0, x19
bl _netxen_napi_disable
mov x0, x19
bl _netxen_release_tx_buffers
mov x0, x20
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _spin_unlock
LBB0_9:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.cfi_endproc
; -- End function
.comm _NETXEN_ADAPTER_UP_MAGIC,8,3 ; @NETXEN_ADAPTER_UP_MAGIC
.comm ___NX_DEV_UP,4,2 ; @__NX_DEV_UP
.comm _NX_FW_CAPABILITY_LINK_NOTIFICATION,4,2 ; @NX_FW_CAPABILITY_LINK_NOTIFICATION
.comm _NETXEN_NIU_NON_PROMISC_MODE,4,2 ; @NETXEN_NIU_NON_PROMISC_MODE
.no_dead_strip ___netxen_nic_down
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/drivers/net/netxen/extr_netxen_nic_main.c___netxen_nic_down.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _module_init ## -- Begin function module_init
.p2align 4, 0x90
_module_init: ## @module_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _MODULE_CONTEXT_SIZE_CURRENT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 488(%rdi)
movq _MODULE_INTERFACE_VERSION_CURRENT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 484(%rdi)
movq _module_attack_exec@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, 480(%rdi)
movq _MODULE_DEFAULT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, 472(%rdi)
movq %rax, 464(%rdi)
movq %rax, 456(%rdi)
movq %rax, 448(%rdi)
movq %rax, 440(%rdi)
movq %rax, 432(%rdi)
movq _module_dgst_pos0@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 424(%rdi)
movq _module_dgst_pos1@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 420(%rdi)
movq _module_dgst_pos2@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 416(%rdi)
movq _module_dgst_pos3@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 412(%rdi)
movq _module_dgst_size@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 408(%rdi)
movq %rax, 400(%rdi)
movq _module_esalt_size@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 392(%rdi)
movq %rax, 384(%rdi)
movq %rax, 376(%rdi)
movq %rax, 368(%rdi)
movq %rax, 360(%rdi)
movq %rax, 352(%rdi)
movq %rax, 344(%rdi)
movq %rax, 336(%rdi)
movq %rax, 328(%rdi)
movq _module_hash_decode@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 320(%rdi)
movq %rax, 312(%rdi)
movq %rax, 304(%rdi)
movq _module_hash_encode@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 296(%rdi)
movq %rax, 288(%rdi)
movq %rax, 280(%rdi)
movq _module_hash_category@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 276(%rdi)
movq _module_hash_name@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 272(%rdi)
movq %rax, 264(%rdi)
movq %rax, 256(%rdi)
movq %rax, 248(%rdi)
movq %rax, 240(%rdi)
movq %rax, 232(%rdi)
movq %rax, 224(%rdi)
movq %rax, 216(%rdi)
movq %rax, 208(%rdi)
movq %rax, 200(%rdi)
movq %rax, 192(%rdi)
movq %rax, 184(%rdi)
movq %rax, 176(%rdi)
movq %rax, 168(%rdi)
movq %rax, 160(%rdi)
movq %rax, 152(%rdi)
movq _module_kern_type@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 144(%rdi)
movq %rax, 136(%rdi)
movq _module_opti_type@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 132(%rdi)
movq _module_opts_type@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 128(%rdi)
movq %rax, 120(%rdi)
movq %rax, 112(%rdi)
movq %rax, 104(%rdi)
movq %rax, 96(%rdi)
movq %rax, 88(%rdi)
movq %rax, 80(%rdi)
movq %rax, 72(%rdi)
movq %rax, 64(%rdi)
movq %rax, 56(%rdi)
movq %rax, 48(%rdi)
movq _module_salt_type@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 40(%rdi)
movq %rax, 32(%rdi)
movq _module_st_hash@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 28(%rdi)
movq _module_st_pass@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
movl %ecx, 24(%rdi)
movq %rax, 16(%rdi)
movq %rax, 8(%rdi)
movq %rax, (%rdi)
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _MODULE_CONTEXT_SIZE_CURRENT,4,2 ## @MODULE_CONTEXT_SIZE_CURRENT
.comm _MODULE_INTERFACE_VERSION_CURRENT,4,2 ## @MODULE_INTERFACE_VERSION_CURRENT
.comm _module_attack_exec,4,2 ## @module_attack_exec
.comm _MODULE_DEFAULT,8,3 ## @MODULE_DEFAULT
.comm _module_dgst_pos0,4,2 ## @module_dgst_pos0
.comm _module_dgst_pos1,4,2 ## @module_dgst_pos1
.comm _module_dgst_pos2,4,2 ## @module_dgst_pos2
.comm _module_dgst_pos3,4,2 ## @module_dgst_pos3
.comm _module_dgst_size,4,2 ## @module_dgst_size
.comm _module_esalt_size,4,2 ## @module_esalt_size
.comm _module_hash_decode,4,2 ## @module_hash_decode
.comm _module_hash_encode,4,2 ## @module_hash_encode
.comm _module_hash_category,4,2 ## @module_hash_category
.comm _module_hash_name,4,2 ## @module_hash_name
.comm _module_kern_type,4,2 ## @module_kern_type
.comm _module_opti_type,4,2 ## @module_opti_type
.comm _module_opts_type,4,2 ## @module_opts_type
.comm _module_salt_type,4,2 ## @module_salt_type
.comm _module_st_hash,4,2 ## @module_st_hash
.comm _module_st_pass,4,2 ## @module_st_pass
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _module_init ; -- Begin function module_init
.p2align 2
_module_init: ; @module_init
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _MODULE_CONTEXT_SIZE_CURRENT@GOTPAGE
Lloh1:
ldr x8, [x8, _MODULE_CONTEXT_SIZE_CURRENT@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
str w8, [x0, #488]
Lloh3:
adrp x8, _MODULE_INTERFACE_VERSION_CURRENT@GOTPAGE
Lloh4:
ldr x8, [x8, _MODULE_INTERFACE_VERSION_CURRENT@GOTPAGEOFF]
Lloh5:
ldr w8, [x8]
str w8, [x0, #484]
Lloh6:
adrp x8, _module_attack_exec@GOTPAGE
Lloh7:
ldr x8, [x8, _module_attack_exec@GOTPAGEOFF]
Lloh8:
ldr w8, [x8]
str w8, [x0, #480]
Lloh9:
adrp x8, _MODULE_DEFAULT@GOTPAGE
Lloh10:
ldr x8, [x8, _MODULE_DEFAULT@GOTPAGEOFF]
Lloh11:
ldr x8, [x8]
stp x8, x8, [x0, #464]
stp x8, x8, [x0, #448]
stp x8, x8, [x0, #432]
Lloh12:
adrp x9, _module_dgst_pos0@GOTPAGE
Lloh13:
ldr x9, [x9, _module_dgst_pos0@GOTPAGEOFF]
Lloh14:
ldr w9, [x9]
Lloh15:
adrp x10, _module_dgst_pos1@GOTPAGE
Lloh16:
ldr x10, [x10, _module_dgst_pos1@GOTPAGEOFF]
str w9, [x0, #424]
Lloh17:
ldr w9, [x10]
str w9, [x0, #420]
Lloh18:
adrp x9, _module_dgst_pos2@GOTPAGE
Lloh19:
ldr x9, [x9, _module_dgst_pos2@GOTPAGEOFF]
Lloh20:
ldr w9, [x9]
str w9, [x0, #416]
Lloh21:
adrp x9, _module_dgst_pos3@GOTPAGE
Lloh22:
ldr x9, [x9, _module_dgst_pos3@GOTPAGEOFF]
Lloh23:
ldr w9, [x9]
Lloh24:
adrp x10, _module_dgst_size@GOTPAGE
Lloh25:
ldr x10, [x10, _module_dgst_size@GOTPAGEOFF]
str w9, [x0, #412]
Lloh26:
ldr w9, [x10]
str w9, [x0, #408]
str x8, [x0, #400]
Lloh27:
adrp x9, _module_esalt_size@GOTPAGE
Lloh28:
ldr x9, [x9, _module_esalt_size@GOTPAGEOFF]
Lloh29:
ldr w9, [x9]
str w9, [x0, #392]
stp x8, x8, [x0, #376]
stp x8, x8, [x0, #360]
stp x8, x8, [x0, #344]
stp x8, x8, [x0, #328]
Lloh30:
adrp x9, _module_hash_decode@GOTPAGE
Lloh31:
ldr x9, [x9, _module_hash_decode@GOTPAGEOFF]
Lloh32:
ldr w9, [x9]
str w9, [x0, #320]
stp x8, x8, [x0, #304]
Lloh33:
adrp x9, _module_hash_encode@GOTPAGE
Lloh34:
ldr x9, [x9, _module_hash_encode@GOTPAGEOFF]
Lloh35:
ldr w9, [x9]
str w9, [x0, #296]
stp x8, x8, [x0, #280]
Lloh36:
adrp x9, _module_hash_category@GOTPAGE
Lloh37:
ldr x9, [x9, _module_hash_category@GOTPAGEOFF]
Lloh38:
ldr w9, [x9]
str w9, [x0, #276]
Lloh39:
adrp x9, _module_hash_name@GOTPAGE
Lloh40:
ldr x9, [x9, _module_hash_name@GOTPAGEOFF]
Lloh41:
ldr w9, [x9]
str w9, [x0, #272]
stp x8, x8, [x0, #256]
stp x8, x8, [x0, #240]
stp x8, x8, [x0, #224]
stp x8, x8, [x0, #208]
stp x8, x8, [x0, #192]
stp x8, x8, [x0, #176]
stp x8, x8, [x0, #160]
str x8, [x0, #152]
Lloh42:
adrp x9, _module_kern_type@GOTPAGE
Lloh43:
ldr x9, [x9, _module_kern_type@GOTPAGEOFF]
Lloh44:
ldr w9, [x9]
str w9, [x0, #144]
str x8, [x0, #136]
Lloh45:
adrp x9, _module_opti_type@GOTPAGE
Lloh46:
ldr x9, [x9, _module_opti_type@GOTPAGEOFF]
Lloh47:
adrp x10, _module_opts_type@GOTPAGE
Lloh48:
ldr x10, [x10, _module_opts_type@GOTPAGEOFF]
Lloh49:
ldr w9, [x9]
Lloh50:
ldr w10, [x10]
stp w10, w9, [x0, #128]
stp x8, x8, [x0, #112]
stp x8, x8, [x0, #96]
stp x8, x8, [x0, #80]
stp x8, x8, [x0, #64]
stp x8, x8, [x0, #48]
Lloh51:
adrp x9, _module_salt_type@GOTPAGE
Lloh52:
ldr x9, [x9, _module_salt_type@GOTPAGEOFF]
Lloh53:
ldr w9, [x9]
str w9, [x0, #40]
str x8, [x0, #32]
Lloh54:
adrp x9, _module_st_hash@GOTPAGE
Lloh55:
ldr x9, [x9, _module_st_hash@GOTPAGEOFF]
Lloh56:
ldr w9, [x9]
Lloh57:
adrp x10, _module_st_pass@GOTPAGE
Lloh58:
ldr x10, [x10, _module_st_pass@GOTPAGEOFF]
Lloh59:
ldr w10, [x10]
stp w10, w9, [x0, #24]
stp x8, x8, [x0, #8]
str x8, [x0]
ret
.loh AdrpLdrGotLdr Lloh57, Lloh58, Lloh59
.loh AdrpLdrGotLdr Lloh54, Lloh55, Lloh56
.loh AdrpLdrGotLdr Lloh51, Lloh52, Lloh53
.loh AdrpLdrGotLdr Lloh47, Lloh48, Lloh50
.loh AdrpLdrGotLdr Lloh45, Lloh46, Lloh49
.loh AdrpLdrGotLdr Lloh42, Lloh43, Lloh44
.loh AdrpLdrGotLdr Lloh39, Lloh40, Lloh41
.loh AdrpLdrGotLdr Lloh36, Lloh37, Lloh38
.loh AdrpLdrGotLdr Lloh33, Lloh34, Lloh35
.loh AdrpLdrGotLdr Lloh30, Lloh31, Lloh32
.loh AdrpLdrGotLdr Lloh27, Lloh28, Lloh29
.loh AdrpLdrGotLdr Lloh24, Lloh25, Lloh26
.loh AdrpLdrGotLdr Lloh21, Lloh22, Lloh23
.loh AdrpLdrGotLdr Lloh18, Lloh19, Lloh20
.loh AdrpLdrGotLdr Lloh15, Lloh16, Lloh17
.loh AdrpLdrGotLdr Lloh12, Lloh13, Lloh14
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.loh AdrpLdrGotLdr Lloh6, Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _MODULE_CONTEXT_SIZE_CURRENT,4,2 ; @MODULE_CONTEXT_SIZE_CURRENT
.comm _MODULE_INTERFACE_VERSION_CURRENT,4,2 ; @MODULE_INTERFACE_VERSION_CURRENT
.comm _module_attack_exec,4,2 ; @module_attack_exec
.comm _MODULE_DEFAULT,8,3 ; @MODULE_DEFAULT
.comm _module_dgst_pos0,4,2 ; @module_dgst_pos0
.comm _module_dgst_pos1,4,2 ; @module_dgst_pos1
.comm _module_dgst_pos2,4,2 ; @module_dgst_pos2
.comm _module_dgst_pos3,4,2 ; @module_dgst_pos3
.comm _module_dgst_size,4,2 ; @module_dgst_size
.comm _module_esalt_size,4,2 ; @module_esalt_size
.comm _module_hash_decode,4,2 ; @module_hash_decode
.comm _module_hash_encode,4,2 ; @module_hash_encode
.comm _module_hash_category,4,2 ; @module_hash_category
.comm _module_hash_name,4,2 ; @module_hash_name
.comm _module_kern_type,4,2 ; @module_kern_type
.comm _module_opti_type,4,2 ; @module_opti_type
.comm _module_opts_type,4,2 ; @module_opts_type
.comm _module_salt_type,4,2 ; @module_salt_type
.comm _module_st_hash,4,2 ; @module_st_hash
.comm _module_st_pass,4,2 ; @module_st_pass
.subsections_via_symbols
| AnghaBench/hashcat/src/modules/extr_module_10200.c_module_init.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 4, 0x90 ## -- Begin function cmp_abs_common
_cmp_abs_common: ## @cmp_abs_common
.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 %rbx
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
## kill: def $r8d killed $r8d def $r8
cmpl %r9d, %edx
setle %r10b
testl %esi, %esi
setle %r11b
xorl %eax, %eax
testb %r11b, %r10b
jne LBB0_5
## %bb.1:
movl %edx, %r11d
movq $-1, %rbx
xorl %r10d, %r10d
.p2align 4, 0x90
LBB0_2: ## =>This Inner Loop Header: Depth=1
cmpq $0, (%rdi,%r10,8)
jne LBB0_22
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
incq %r10
leal (%r11,%rbx), %r14d
cmpl %r9d, %r14d
setg %r14b
cmpl %esi, %r10d
setl %r15b
orb %r14b, %r15b
decq %rbx
testb %r15b, %r15b
jne LBB0_2
## %bb.4:
subl %r10d, %edx
jmp LBB0_6
LBB0_5:
xorl %r10d, %r10d
LBB0_6:
cmpl %r9d, %edx
setge %r11b
testl %r8d, %r8d
setle %bl
orb %r11b, %bl
jne LBB0_12
## %bb.7:
movl %r8d, %r11d
movl $1, %ebx
.p2align 4, 0x90
LBB0_8: ## =>This Inner Loop Header: Depth=1
cmpq $0, -8(%rcx,%rbx,8)
jne LBB0_26
## %bb.9: ## in Loop: Header=BB0_8 Depth=1
decl %r9d
leaq 1(%rbx), %rax
cmpl %edx, %r9d
jle LBB0_11
## %bb.10: ## in Loop: Header=BB0_8 Depth=1
cmpq %r11, %rbx
movq %rax, %rbx
jb LBB0_8
LBB0_11:
decl %eax
LBB0_12:
cmpl %r9d, %edx
jne LBB0_18
## %bb.13:
movl %r10d, %r9d
movl %eax, %eax
movslq %r8d, %rdx
leaq (%rdi,%r9,8), %r9
.p2align 4, 0x90
LBB0_14: ## =>This Inner Loop Header: Depth=1
cmpl %esi, %r10d
jge LBB0_18
## %bb.15: ## in Loop: Header=BB0_14 Depth=1
cmpq %rdx, %rax
jge LBB0_18
## %bb.16: ## in Loop: Header=BB0_14 Depth=1
movl (%rcx,%rax,8), %r11d
incq %rax
leaq 8(%r9), %rbx
incl %r10d
addl (%r9), %r11d
movq %rbx, %r9
je LBB0_14
## %bb.17:
xorl %eax, %eax
testl %r11d, %r11d
setg %al
leal -1(,%rax,2), %eax
jmp LBB0_28
LBB0_18:
movslq %r10d, %rdx
cmpl %esi, %edx
cmovgl %edx, %esi
movslq %esi, %rsi
.p2align 4, 0x90
LBB0_19: ## =>This Inner Loop Header: Depth=1
cmpq %rdx, %rsi
je LBB0_23
## %bb.20: ## in Loop: Header=BB0_19 Depth=1
cmpq $0, (%rdi,%rdx,8)
leaq 1(%rdx), %rdx
je LBB0_19
LBB0_22:
movl $1, %eax
jmp LBB0_28
LBB0_23:
movl %eax, %edx
cmpl %r8d, %eax
cmovgl %eax, %r8d
.p2align 4, 0x90
LBB0_24: ## =>This Inner Loop Header: Depth=1
cmpq %rdx, %r8
je LBB0_27
## %bb.25: ## in Loop: Header=BB0_24 Depth=1
cmpq $0, (%rcx,%rdx,8)
leaq 1(%rdx), %rdx
je LBB0_24
LBB0_26:
movl $-1, %eax
jmp LBB0_28
LBB0_27:
xorl %eax, %eax
LBB0_28:
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _cmp_abs_common
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function cmp_abs_common
_cmp_abs_common: ; @cmp_abs_common
.cfi_startproc
; %bb.0:
; kill: def $w4 killed $w4 def $x4
cmp w2, w5
b.gt LBB0_3
; %bb.1:
cmp w1, #1
b.ge LBB0_3
; %bb.2:
mov w8, #0 ; =0x0
b LBB0_8
LBB0_3:
mov w9, #1 ; =0x1
mov x8, x0
LBB0_4: ; =>This Inner Loop Header: Depth=1
mov x10, x9
ldr x9, [x8], #8
cbnz x9, LBB0_24
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
sub w2, w2, #1
add w9, w10, #1
cmp w2, w5
b.gt LBB0_4
; %bb.6: ; in Loop: Header=BB0_4 Depth=1
cmp w10, w1
b.lt LBB0_4
; %bb.7:
sub w8, w9, #1
LBB0_8:
mov w9, #0 ; =0x0
cmp w2, w5
b.ge LBB0_15
; %bb.9:
cmp w4, #1
b.lt LBB0_15
; %bb.10:
mov w9, w4
mov w10, #1 ; =0x1
mov x11, x3
LBB0_11: ; =>This Inner Loop Header: Depth=1
ldr x12, [x11], #8
cbnz x12, LBB0_28
; %bb.12: ; in Loop: Header=BB0_11 Depth=1
sub w5, w5, #1
add x12, x10, #1
cmp w5, w2
b.le LBB0_14
; %bb.13: ; in Loop: Header=BB0_11 Depth=1
cmp x10, x9
mov x10, x12
b.lo LBB0_11
LBB0_14:
sub w9, w12, #1
LBB0_15:
cmp w2, w5
b.ne LBB0_21
; %bb.16:
mov w9, w9
sxtw x10, w4
add x11, x0, w8, uxtw #3
LBB0_17: ; =>This Inner Loop Header: Depth=1
cmp w8, w1
b.ge LBB0_21
; %bb.18: ; in Loop: Header=BB0_17 Depth=1
cmp x9, x10
b.ge LBB0_21
; %bb.19: ; in Loop: Header=BB0_17 Depth=1
ldr w12, [x11], #8
ldr x13, [x3, x9, lsl #3]
add x9, x9, #1
add w8, w8, #1
adds w12, w13, w12
b.eq LBB0_17
; %bb.20:
cmp w12, #1
mov w8, #-1 ; =0xffffffff
cneg w0, w8, ge
ret
LBB0_21:
sxtw x10, w8
cmp w8, w1
csel w11, w8, w1, gt
sxtw x11, w11
sub x10, x11, x10
add x8, x0, w8, sxtw #3
LBB0_22: ; =>This Inner Loop Header: Depth=1
cbz x10, LBB0_25
; %bb.23: ; in Loop: Header=BB0_22 Depth=1
ldr x11, [x8], #8
sub x10, x10, #1
cbz x11, LBB0_22
LBB0_24:
mov w0, #1 ; =0x1
ret
LBB0_25:
mov w8, w9
cmp w9, w4
csel w10, w9, w4, gt
sub x8, x10, x8
add x9, x3, w9, uxtw #3
LBB0_26: ; =>This Inner Loop Header: Depth=1
cbz x8, LBB0_29
; %bb.27: ; in Loop: Header=BB0_26 Depth=1
ldr x10, [x9], #8
sub x8, x8, #1
cbz x10, LBB0_26
LBB0_28:
mov w0, #-1 ; =0xffffffff
ret
LBB0_29:
mov w0, #0 ; =0x0
ret
.cfi_endproc
; -- End function
.no_dead_strip _cmp_abs_common
.subsections_via_symbols
| assembly_file_129395.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _drbd_adm_dump_devices_done ## -- Begin function drbd_adm_dump_devices_done
.p2align 4, 0x90
_drbd_adm_dump_devices_done: ## @drbd_adm_dump_devices_done
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $7, %esi
popq %rbp
jmp _put_resource_in_arg0 ## TAILCALL
.cfi_endproc
## -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _drbd_adm_dump_devices_done ; -- Begin function drbd_adm_dump_devices_done
.p2align 2
_drbd_adm_dump_devices_done: ; @drbd_adm_dump_devices_done
.cfi_startproc
; %bb.0:
mov w1, #7
b _put_resource_in_arg0
.cfi_endproc
; -- End function
.subsections_via_symbols
| AnghaBench/linux/drivers/block/drbd/extr_drbd_nl.c_drbd_adm_dump_devices_done.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ng_node_name ## -- Begin function ng_node_name
.p2align 4, 0x90
_ng_node_name: ## @ng_node_name
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movl %edi, %r15d
movq _NGM_GENERIC_COOKIE@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq _NGM_NODEINFO@GOTPCREL(%rip), %rax
movl (%rax), %edx
xorl %r12d, %r12d
xorl %ecx, %ecx
xorl %r8d, %r8d
callq _ng_dialog_id
testq %rax, %rax
je LBB0_2
## %bb.1:
movq %rax, %rbx
movq (%rax), %rax
movl (%rax), %esi
movq %r14, %rdi
callq _strcpy
movq %rbx, %rdi
callq _free
movl %r15d, %r12d
LBB0_2:
movl %r12d, %eax
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _NGM_GENERIC_COOKIE,4,2 ## @NGM_GENERIC_COOKIE
.comm _NGM_NODEINFO,4,2 ## @NGM_NODEINFO
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ng_node_name ; -- Begin function ng_node_name
.p2align 2
_ng_node_name: ; @ng_node_name
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x1
mov x19, x0
Lloh0:
adrp x8, _NGM_GENERIC_COOKIE@GOTPAGE
Lloh1:
ldr x8, [x8, _NGM_GENERIC_COOKIE@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
Lloh3:
adrp x8, _NGM_NODEINFO@GOTPAGE
Lloh4:
ldr x8, [x8, _NGM_NODEINFO@GOTPAGEOFF]
Lloh5:
ldr w2, [x8]
mov x3, #0
mov w4, #0
bl _ng_dialog_id
cbz x0, LBB0_2
; %bb.1:
mov x21, x0
ldr x8, [x0]
ldr w1, [x8]
mov x0, x20
bl _strcpy
mov x0, x21
bl _free
b LBB0_3
LBB0_2:
mov w19, #0
LBB0_3:
mov x0, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _NGM_GENERIC_COOKIE,4,2 ; @NGM_GENERIC_COOKIE
.comm _NGM_NODEINFO,4,2 ; @NGM_NODEINFO
.subsections_via_symbols
| AnghaBench/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/extr_snmp_netgraph.c_ng_node_name.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _compare ## -- Begin function compare
.p2align 4, 0x90
_compare: ## @compare
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %ecx, %ecx
cmpl %esi, %edi
adcl $-1, %ecx
cmpl %esi, %edi
movl $1, %eax
cmovbel %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _printlist ## -- Begin function printlist
.p2align 4, 0x90
_printlist: ## @printlist
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
testq %rdi, %rdi
je LBB1_3
## %bb.1:
movq %rdi, %rbx
leaq L_.str(%rip), %r14
.p2align 4, 0x90
LBB1_2: ## =>This Inner Loop Header: Depth=1
movl 8(%rbx), %esi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movq 16(%rbx), %rbx
testq %rbx, %rbx
jne LBB1_2
LBB1_3:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _insertlast ## -- Begin function insertlast
.p2align 4, 0x90
_insertlast: ## @insertlast
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r14d
movq %rsi, %rbx
movq %rdi, %r15
movq (%rdi), %r12
movl $24, %edi
callq _malloc
testq %r12, %r12
je LBB2_1
## %bb.2:
movq (%rbx), %rcx
movq %rax, 16(%rcx)
movq (%rbx), %rax
movq 16(%rax), %rax
movq $0, 16(%rax)
movq (%rbx), %rax
movq 16(%rax), %rcx
movl %r14d, 8(%rcx)
movq %rax, (%rcx)
movq (%rbx), %rax
movq 16(%rax), %rax
jmp LBB2_3
LBB2_1:
movq %rax, (%r15)
movq $0, 16(%rax)
movq $0, (%rax)
movl %r14d, 8(%rax)
LBB2_3:
movq %rax, (%rbx)
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _freelist ## -- Begin function freelist
.p2align 4, 0x90
_freelist: ## @freelist
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %r14
movq (%rdi), %rdi
testq %rdi, %rdi
je LBB3_2
.p2align 4, 0x90
LBB3_1: ## =>This Inner Loop Header: Depth=1
movq 16(%rdi), %rbx
callq _free
movq %rbx, %rdi
testq %rbx, %rbx
jne LBB3_1
LBB3_2:
movq $0, (%r14)
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _InsertBSTNode ## -- Begin function InsertBSTNode
.p2align 4, 0x90
_InsertBSTNode: ## @InsertBSTNode
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %esi, %r15d
movq (%rdi), %rcx
testq %rcx, %rcx
je LBB4_12
## %bb.1:
movl $1, %eax
jmp LBB4_2
.p2align 4, 0x90
LBB4_5: ## in Loop: Header=BB4_2 Depth=1
leaq 8(%r14), %rcx
LBB4_6: ## in Loop: Header=BB4_2 Depth=1
movq (%rcx), %rcx
testq %rcx, %rcx
je LBB4_7
LBB4_2: ## =>This Inner Loop Header: Depth=1
movq %rcx, %r14
movl 16(%rcx), %ecx
xorl %ebx, %ebx
cmpl %r15d, %ecx
setbe %bl
negl %ebx
cmpl %r15d, %ecx
cmovbl %eax, %ebx
testl %ebx, %ebx
je LBB4_5
## %bb.3: ## in Loop: Header=BB4_2 Depth=1
cmpl $1, %ebx
jne LBB4_11
## %bb.4: ## in Loop: Header=BB4_2 Depth=1
leaq 24(%r14), %rcx
jmp LBB4_6
LBB4_7:
movl $32, %edi
callq _malloc
movq %r14, (%rax)
movq $0, 8(%rax)
movq $0, 24(%rax)
movl %r15d, 16(%rax)
cmpl $1, %ebx
je LBB4_10
## %bb.8:
testl %ebx, %ebx
jne LBB4_11
## %bb.9:
movq %rax, 8(%r14)
jmp LBB4_11
LBB4_12:
movq %rdi, %r14
movl $32, %edi
callq _malloc
movq %rax, (%r14)
movq $0, 24(%rax)
xorps %xmm0, %xmm0
movups %xmm0, (%rax)
movl %r15d, 16(%rax)
jmp LBB4_11
LBB4_10:
movq %rax, 24(%r14)
LBB4_11:
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _Successor ## -- Begin function Successor
.p2align 4, 0x90
_Successor: ## @Successor
.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
pushq %rax
.cfi_offset %rbx, -24
testq %rdi, %rdi
je LBB5_17
## %bb.1:
movl $1, %ecx
jmp LBB5_2
.p2align 4, 0x90
LBB5_5: ## in Loop: Header=BB5_2 Depth=1
leaq 8(%rax), %rdi
LBB5_6: ## in Loop: Header=BB5_2 Depth=1
movq (%rdi), %rdi
testq %rdi, %rdi
je LBB5_7
LBB5_2: ## =>This Inner Loop Header: Depth=1
movq %rdi, %rax
movl 16(%rdi), %edi
xorl %edx, %edx
cmpl %esi, %edi
setbe %dl
negl %edx
cmpl %esi, %edi
cmovbl %ecx, %edx
testl %edx, %edx
je LBB5_5
## %bb.3: ## in Loop: Header=BB5_2 Depth=1
cmpl $1, %edx
jne LBB5_11
## %bb.4: ## in Loop: Header=BB5_2 Depth=1
leaq 24(%rax), %rdi
jmp LBB5_6
LBB5_7:
testl %edx, %edx
je LBB5_8
## %bb.9:
cmpl $1, %edx
jne LBB5_10
.p2align 4, 0x90
LBB5_13: ## =>This Inner Loop Header: Depth=1
movq (%rax), %rbx
testq %rbx, %rbx
je LBB5_17
## %bb.14: ## in Loop: Header=BB5_13 Depth=1
cmpq 24(%rbx), %rax
movq %rbx, %rax
je LBB5_13
jmp LBB5_18
LBB5_8:
movq %rax, %rbx
jmp LBB5_18
LBB5_10:
xorl %eax, %eax
LBB5_11:
movq 24(%rax), %rcx
testq %rcx, %rcx
je LBB5_15
.p2align 4, 0x90
LBB5_12: ## =>This Inner Loop Header: Depth=1
movq %rcx, %rbx
movq 8(%rcx), %rcx
testq %rcx, %rcx
jne LBB5_12
jmp LBB5_18
.p2align 4, 0x90
LBB5_16: ## in Loop: Header=BB5_15 Depth=1
cmpq 24(%rbx), %rax
movq %rbx, %rax
jne LBB5_18
LBB5_15: ## =>This Inner Loop Header: Depth=1
movq (%rax), %rbx
testq %rbx, %rbx
jne LBB5_16
LBB5_17:
leaq L_str.14(%rip), %rdi
xorl %ebx, %ebx
xorl %eax, %eax
callq _printf
LBB5_18:
movq %rbx, %rax
addq $8, %rsp
popq %rbx
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FreeBST ## -- Begin function FreeBST
.p2align 4, 0x90
_FreeBST: ## @FreeBST
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq %rdi, %r14
movq (%rdi), %rbx
testq %rbx, %rbx
je LBB6_2
## %bb.1:
movq 8(%rbx), %rax
movq %rax, -32(%rbp)
movq 24(%rbx), %rax
movq %rax, -24(%rbp)
leaq -32(%rbp), %rdi
callq _FreeBST
leaq -24(%rbp), %rdi
callq _FreeBST
movq %rbx, %rdi
callq _free
LBB6_2:
movq $0, (%r14)
addq $16, %rsp
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _BSTSearch ## -- Begin function BSTSearch
.p2align 4, 0x90
_BSTSearch: ## @BSTSearch
.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
pushq %rax
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %ebx
xorl %r15d, %r15d
testq %rdi, %rdi
je LBB7_18
## %bb.1:
movl %esi, %r12d
movq %rdi, %r14
movl $1, %edx
xorl %r13d, %r13d
jmp LBB7_2
LBB7_14: ## in Loop: Header=BB7_2 Depth=1
movq %rax, 16(%r13)
movq $0, 16(%rax)
movq 16(%r13), %rax
movl $0, 8(%rax)
LBB7_15: ## in Loop: Header=BB7_2 Depth=1
movq %r13, (%rax)
movq 16(%r13), %r13
LBB7_16: ## in Loop: Header=BB7_2 Depth=1
movl $1, %edx
LBB7_17: ## in Loop: Header=BB7_2 Depth=1
testq %r14, %r14
je LBB7_18
LBB7_2: ## =>This Inner Loop Header: Depth=1
movl 16(%r14), %ecx
cmpl %r12d, %ecx
movl $0, %eax
adcl $-1, %eax
cmpl %r12d, %ecx
cmoval %edx, %eax
testl %eax, %eax
je LBB7_6
## %bb.3: ## in Loop: Header=BB7_2 Depth=1
cmpl $1, %eax
jne LBB7_4
## %bb.11: ## in Loop: Header=BB7_2 Depth=1
movq 8(%r14), %r14
testb %bl, %bl
je LBB7_17
## %bb.12: ## in Loop: Header=BB7_2 Depth=1
movl $24, %edi
callq _malloc
testq %r15, %r15
jne LBB7_14
## %bb.13: ## in Loop: Header=BB7_2 Depth=1
movq $0, 16(%rax)
movq $0, (%rax)
movl $0, 8(%rax)
jmp LBB7_9
.p2align 4, 0x90
LBB7_6: ## in Loop: Header=BB7_2 Depth=1
movq 24(%r14), %r14
testb %bl, %bl
je LBB7_17
## %bb.7: ## in Loop: Header=BB7_2 Depth=1
movl $24, %edi
callq _malloc
testq %r15, %r15
je LBB7_8
## %bb.10: ## in Loop: Header=BB7_2 Depth=1
movq %rax, 16(%r13)
movq $0, 16(%rax)
movq 16(%r13), %rax
movl $1, 8(%rax)
jmp LBB7_15
LBB7_8: ## in Loop: Header=BB7_2 Depth=1
movq $0, 16(%rax)
movq $0, (%rax)
movl $1, 8(%rax)
LBB7_9: ## in Loop: Header=BB7_2 Depth=1
movq %rax, %r15
movq %rax, %r13
jmp LBB7_16
LBB7_18:
testb %bl, %bl
je LBB7_20
## %bb.19:
leaq L_str.14(%rip), %rdi
callq _puts
LBB7_20:
xorl %r14d, %r14d
testq %r15, %r15
je LBB7_29
.p2align 4, 0x90
LBB7_21: ## =>This Inner Loop Header: Depth=1
movq 16(%r15), %rbx
movq %r15, %rdi
callq _free
movq %rbx, %r15
testq %rbx, %rbx
jne LBB7_21
LBB7_29:
movq %r14, %rax
addq $8, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB7_4:
cmpl $-1, %eax
jne LBB7_5
## %bb.22:
testb %bl, %bl
je LBB7_27
## %bb.23:
testq %r15, %r15
je LBB7_26
## %bb.24:
leaq L_.str(%rip), %rbx
movq %r15, %r12
.p2align 4, 0x90
LBB7_25: ## =>This Inner Loop Header: Depth=1
movl 8(%r12), %esi
movq %rbx, %rdi
xorl %eax, %eax
callq _printf
movq 16(%r12), %r12
testq %r12, %r12
jne LBB7_25
LBB7_26:
movl $10, %edi
callq _putchar
LBB7_27:
testq %r15, %r15
je LBB7_29
.p2align 4, 0x90
LBB7_28: ## =>This Inner Loop Header: Depth=1
movq 16(%r15), %rbx
movq %r15, %rdi
callq _free
movq %rbx, %r15
testq %rbx, %rbx
jne LBB7_28
jmp LBB7_29
.p2align 4, 0x90
LBB7_5: ## =>This Inner Loop Header: Depth=1
jmp LBB7_5
.cfi_endproc
## -- End function
.globl _BSTSplice ## -- Begin function BSTSplice
.p2align 4, 0x90
_BSTSplice: ## @BSTSplice
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rsi), %rax
testq %rax, %rax
je LBB8_2
## %bb.1:
leaq 8(%rax), %rcx
leaq 24(%rax), %rdi
cmpq %rsi, 8(%rax)
cmoveq %rcx, %rdi
LBB8_2:
movq %rdx, (%rdi)
testq %rdx, %rdx
je LBB8_4
## %bb.3:
movq (%rsi), %rax
movq %rax, (%rdx)
LBB8_4:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _DeleteBSTNode ## -- Begin function DeleteBSTNode
.p2align 4, 0x90
_DeleteBSTNode: ## @DeleteBSTNode
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
testq %rsi, %rsi
je LBB9_6
## %bb.1:
movq %rsi, %r12
movq %rdi, %r14
movq 8(%rsi), %rax
testq %rax, %rax
je LBB9_2
## %bb.11:
leaq L_str.14(%rip), %r15
movl $1, %ebx
jmp LBB9_12
.p2align 4, 0x90
LBB9_35: ## in Loop: Header=BB9_12 Depth=1
movq %r15, %rdi
xorl %eax, %eax
callq _printf
xorl %edi, %edi
LBB9_36: ## in Loop: Header=BB9_12 Depth=1
movl 16(%rdi), %eax
movl %eax, 16(%r12)
movq 8(%rdi), %rax
movq %rdi, %r12
testq %rax, %rax
je LBB9_3
LBB9_12: ## =>This Loop Header: Depth=1
## Child Loop BB9_20 Depth 2
## Child Loop BB9_30 Depth 2
## Child Loop BB9_33 Depth 2
## Child Loop BB9_31 Depth 2
cmpq $0, 24(%r12)
je LBB9_13
## %bb.18: ## in Loop: Header=BB9_12 Depth=1
movq (%r14), %rsi
testq %rsi, %rsi
je LBB9_35
## %bb.19: ## in Loop: Header=BB9_12 Depth=1
movl 16(%r12), %ecx
jmp LBB9_20
.p2align 4, 0x90
LBB9_23: ## in Loop: Header=BB9_20 Depth=2
leaq 8(%rax), %rsi
LBB9_24: ## in Loop: Header=BB9_20 Depth=2
movq (%rsi), %rsi
testq %rsi, %rsi
je LBB9_25
LBB9_20: ## Parent Loop BB9_12 Depth=1
## => This Inner Loop Header: Depth=2
movq %rsi, %rax
movl 16(%rsi), %esi
xorl %edx, %edx
cmpl %ecx, %esi
setbe %dl
negl %edx
cmpl %ecx, %esi
cmovbl %ebx, %edx
testl %edx, %edx
je LBB9_23
## %bb.21: ## in Loop: Header=BB9_20 Depth=2
cmpl $1, %edx
jne LBB9_29
## %bb.22: ## in Loop: Header=BB9_20 Depth=2
leaq 24(%rax), %rsi
jmp LBB9_24
.p2align 4, 0x90
LBB9_25: ## in Loop: Header=BB9_12 Depth=1
testl %edx, %edx
je LBB9_26
## %bb.27: ## in Loop: Header=BB9_12 Depth=1
cmpl $1, %edx
jne LBB9_28
.p2align 4, 0x90
LBB9_31: ## Parent Loop BB9_12 Depth=1
## => This Inner Loop Header: Depth=2
movq (%rax), %rdi
testq %rdi, %rdi
je LBB9_35
## %bb.32: ## in Loop: Header=BB9_31 Depth=2
cmpq 24(%rdi), %rax
movq %rdi, %rax
je LBB9_31
jmp LBB9_36
LBB9_26: ## in Loop: Header=BB9_12 Depth=1
movq %rax, %rdi
jmp LBB9_36
LBB9_28: ## in Loop: Header=BB9_12 Depth=1
xorl %eax, %eax
LBB9_29: ## in Loop: Header=BB9_12 Depth=1
movq 24(%rax), %rcx
testq %rcx, %rcx
je LBB9_33
.p2align 4, 0x90
LBB9_30: ## Parent Loop BB9_12 Depth=1
## => This Inner Loop Header: Depth=2
movq %rcx, %rdi
movq 8(%rcx), %rcx
testq %rcx, %rcx
jne LBB9_30
jmp LBB9_36
.p2align 4, 0x90
LBB9_33: ## Parent Loop BB9_12 Depth=1
## => This Inner Loop Header: Depth=2
movq (%rax), %rdi
testq %rdi, %rdi
je LBB9_35
## %bb.34: ## in Loop: Header=BB9_33 Depth=2
cmpq 24(%rdi), %rax
movq %rdi, %rax
je LBB9_33
jmp LBB9_36
LBB9_2:
movq %r12, %rdi
LBB9_3:
movq (%rdi), %rcx
movq 24(%rdi), %rax
testq %rax, %rax
je LBB9_4
## %bb.8:
testq %rcx, %rcx
je LBB9_10
## %bb.9:
leaq 8(%rcx), %rdx
leaq 24(%rcx), %r14
cmpq %rdi, 8(%rcx)
cmoveq %rdx, %r14
LBB9_10:
movq %rax, (%r14)
jmp LBB9_16
LBB9_13:
movq (%r12), %rcx
testq %rcx, %rcx
je LBB9_15
## %bb.14:
leaq 8(%rcx), %rdx
leaq 24(%rcx), %r14
cmpq %r12, 8(%rcx)
cmoveq %rdx, %r14
LBB9_15:
movq %rax, (%r14)
movq %r12, %rdi
LBB9_16:
movq (%rdi), %rcx
movq %rcx, (%rax)
LBB9_17:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _free ## TAILCALL
LBB9_4:
testq %rcx, %rcx
je LBB9_5
## %bb.7:
xorl %eax, %eax
cmpq %rdi, 8(%rcx)
setne %al
shlq $4, %rax
movq $0, 8(%rax,%rcx)
jmp LBB9_17
LBB9_5:
callq _free
movq $0, (%r14)
LBB9_6:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _PreOrder ## -- Begin function PreOrder
.p2align 4, 0x90
_PreOrder: ## @PreOrder
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
testq %rdi, %rdi
je LBB10_3
## %bb.1:
movq %rdi, %rbx
leaq L_.str.4(%rip), %r14
.p2align 4, 0x90
LBB10_2: ## =>This Inner Loop Header: Depth=1
movl 16(%rbx), %esi
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movl $32, %edi
callq _putchar
movq 8(%rbx), %rdi
callq _PreOrder
movq 24(%rbx), %rbx
testq %rbx, %rbx
jne LBB10_2
LBB10_3:
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _BSTLeftRot ## -- Begin function BSTLeftRot
.p2align 4, 0x90
_BSTLeftRot: ## @BSTLeftRot
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rsi), %rcx
movq 24(%rsi), %rax
testq %rcx, %rcx
je LBB11_2
## %bb.1:
leaq 8(%rcx), %rdx
leaq 24(%rcx), %rdi
cmpq %rsi, 8(%rcx)
cmoveq %rdx, %rdi
LBB11_2:
movq %rax, (%rdi)
testq %rax, %rax
je LBB11_4
## %bb.3:
movq (%rsi), %rcx
movq %rcx, (%rax)
LBB11_4:
movq 8(%rax), %rcx
movq %rcx, 24(%rsi)
movq %rsi, 8(%rax)
movq %rax, (%rsi)
testq %rcx, %rcx
je LBB11_6
## %bb.5:
movq %rsi, (%rcx)
LBB11_6:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _BSTRightRot ## -- Begin function BSTRightRot
.p2align 4, 0x90
_BSTRightRot: ## @BSTRightRot
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq (%rsi), %rcx
movq 8(%rsi), %rax
testq %rcx, %rcx
je LBB12_2
## %bb.1:
leaq 8(%rcx), %rdx
leaq 24(%rcx), %rdi
cmpq %rsi, 8(%rcx)
cmoveq %rdx, %rdi
LBB12_2:
movq %rax, (%rdi)
testq %rax, %rax
je LBB12_4
## %bb.3:
movq (%rsi), %rcx
movq %rcx, (%rax)
LBB12_4:
movq 24(%rax), %rcx
movq %rcx, 8(%rsi)
movq %rsi, 24(%rax)
movq %rax, (%rsi)
testq %rcx, %rcx
je LBB12_6
## %bb.5:
movq %rsi, (%rcx)
LBB12_6:
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function main
LCPI13_0:
.space 16
.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
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $24, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl $0, -44(%rbp)
movq $0, -56(%rbp)
movq ___stdinp@GOTPCREL(%rip), %r12
movl $1, %r15d
jmp LBB13_2
LBB13_1: ## in Loop: Header=BB13_2 Depth=1
leaq L_str.14(%rip), %rdi
callq _puts
.p2align 4, 0x90
LBB13_2: ## =>This Loop Header: Depth=1
## Child Loop BB13_74 Depth 2
## Child Loop BB13_55 Depth 2
## Child Loop BB13_62 Depth 3
## Child Loop BB13_89 Depth 2
## Child Loop BB13_50 Depth 2
## Child Loop BB13_115 Depth 2
## Child Loop BB13_43 Depth 2
## Child Loop BB13_26 Depth 2
## Child Loop BB13_33 Depth 3
## Child Loop BB13_82 Depth 2
## Child Loop BB13_21 Depth 2
## Child Loop BB13_140 Depth 2
## Child Loop BB13_141 Depth 2
## Child Loop BB13_97 Depth 2
## Child Loop BB13_14 Depth 2
## Child Loop BB13_7 Depth 2
movq (%r12), %rdi
callq _fgetc
movl %eax, %r13d
leal 1(%r13), %eax
cmpl $86, %eax
ja LBB13_2
## %bb.3: ## in Loop: Header=BB13_2 Depth=1
leaq LJTI13_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB13_4: ## in Loop: Header=BB13_2 Depth=1
movq (%r12), %rdi
callq _fgetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movl -44(%rbp), %r14d
movq -56(%rbp), %rax
testq %rax, %rax
jne LBB13_7
jmp LBB13_86
.p2align 4, 0x90
LBB13_5: ## in Loop: Header=BB13_7 Depth=2
leaq 8(%r13), %rax
LBB13_6: ## in Loop: Header=BB13_7 Depth=2
movq (%rax), %rax
testq %rax, %rax
je LBB13_92
LBB13_7: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %rax, %r13
movl 16(%rax), %eax
xorl %ebx, %ebx
cmpl %r14d, %eax
setbe %bl
negl %ebx
cmpl %r14d, %eax
cmovbl %r15d, %ebx
testl %ebx, %ebx
je LBB13_5
## %bb.8: ## in Loop: Header=BB13_7 Depth=2
cmpl $1, %ebx
jne LBB13_2
## %bb.9: ## in Loop: Header=BB13_7 Depth=2
leaq 24(%r13), %rax
jmp LBB13_6
LBB13_10: ## in Loop: Header=BB13_2 Depth=1
movq (%r12), %rdi
callq _fgetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movq -56(%rbp), %rsi
testq %rsi, %rsi
je LBB13_77
## %bb.11: ## in Loop: Header=BB13_2 Depth=1
movl -44(%rbp), %eax
jmp LBB13_14
.p2align 4, 0x90
LBB13_12: ## in Loop: Header=BB13_14 Depth=2
addq $24, %rsi
LBB13_13: ## in Loop: Header=BB13_14 Depth=2
movq (%rsi), %rsi
testq %rsi, %rsi
je LBB13_77
LBB13_14: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movl 16(%rsi), %edx
cmpl %eax, %edx
movl $0, %ecx
adcl $-1, %ecx
cmpl %eax, %edx
cmoval %r15d, %ecx
testl %ecx, %ecx
je LBB13_12
## %bb.15: ## in Loop: Header=BB13_14 Depth=2
cmpl $1, %ecx
jne LBB13_99
## %bb.16: ## in Loop: Header=BB13_14 Depth=2
addq $8, %rsi
jmp LBB13_13
LBB13_17: ## in Loop: Header=BB13_2 Depth=1
movq (%r12), %rdi
callq _fgetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movq -56(%rbp), %rsi
testq %rsi, %rsi
je LBB13_144
## %bb.18: ## in Loop: Header=BB13_2 Depth=1
movl -44(%rbp), %ecx
jmp LBB13_21
.p2align 4, 0x90
LBB13_19: ## in Loop: Header=BB13_21 Depth=2
leaq 8(%rax), %rsi
LBB13_20: ## in Loop: Header=BB13_21 Depth=2
movq (%rsi), %rsi
testq %rsi, %rsi
je LBB13_95
LBB13_21: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %rsi, %rax
movl 16(%rsi), %esi
xorl %edx, %edx
cmpl %ecx, %esi
setbe %dl
negl %edx
cmpl %ecx, %esi
cmovbl %r15d, %edx
testl %edx, %edx
je LBB13_19
## %bb.22: ## in Loop: Header=BB13_21 Depth=2
cmpl $1, %edx
jne LBB13_139
## %bb.23: ## in Loop: Header=BB13_21 Depth=2
leaq 24(%rax), %rsi
jmp LBB13_20
LBB13_24: ## in Loop: Header=BB13_2 Depth=1
leaq -56(%rbp), %rdi
callq _FreeBST
movq (%r12), %rdi
callq _fgetc
cmpl $10, %eax
je LBB13_2
jmp LBB13_26
LBB13_25: ## in Loop: Header=BB13_26 Depth=2
movq %rax, 24(%r13)
.p2align 4, 0x90
LBB13_26: ## Parent Loop BB13_2 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB13_33 Depth 3
movq (%r12), %rdi
callq _fgetc
cmpl $32, %eax
je LBB13_29
## %bb.27: ## in Loop: Header=BB13_26 Depth=2
cmpl $10, %eax
je LBB13_79
## %bb.28: ## in Loop: Header=BB13_26 Depth=2
movq (%r12), %rsi
movl %eax, %edi
callq _ungetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
jmp LBB13_26
.p2align 4, 0x90
LBB13_29: ## in Loop: Header=BB13_26 Depth=2
movl -44(%rbp), %r14d
movq -56(%rbp), %rax
testq %rax, %rax
jne LBB13_33
## %bb.30: ## in Loop: Header=BB13_26 Depth=2
movl $32, %edi
callq _malloc
movq %rax, -56(%rbp)
movq $0, 24(%rax)
xorps %xmm0, %xmm0
movups %xmm0, (%rax)
movl %r14d, 16(%rax)
jmp LBB13_26
.p2align 4, 0x90
LBB13_31: ## in Loop: Header=BB13_33 Depth=3
leaq 8(%r13), %rax
LBB13_32: ## in Loop: Header=BB13_33 Depth=3
movq (%rax), %rax
testq %rax, %rax
je LBB13_36
LBB13_33: ## Parent Loop BB13_2 Depth=1
## Parent Loop BB13_26 Depth=2
## => This Inner Loop Header: Depth=3
movq %rax, %r13
movl 16(%rax), %eax
xorl %ebx, %ebx
cmpl %r14d, %eax
setbe %bl
negl %ebx
cmpl %r14d, %eax
cmovbl %r15d, %ebx
testl %ebx, %ebx
je LBB13_31
## %bb.34: ## in Loop: Header=BB13_33 Depth=3
cmpl $1, %ebx
jne LBB13_26
## %bb.35: ## in Loop: Header=BB13_33 Depth=3
leaq 24(%r13), %rax
jmp LBB13_32
.p2align 4, 0x90
LBB13_36: ## in Loop: Header=BB13_26 Depth=2
movl $32, %edi
callq _malloc
movq %r13, (%rax)
movq $0, 8(%rax)
movq $0, 24(%rax)
movl %r14d, 16(%rax)
cmpl $1, %ebx
je LBB13_25
## %bb.37: ## in Loop: Header=BB13_26 Depth=2
testl %ebx, %ebx
jne LBB13_26
## %bb.38: ## in Loop: Header=BB13_26 Depth=2
movq %rax, 8(%r13)
jmp LBB13_26
LBB13_39: ## in Loop: Header=BB13_2 Depth=1
movq (%r12), %rdi
callq _fgetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movq -56(%rbp), %rax
testq %rax, %rax
je LBB13_1
## %bb.40: ## in Loop: Header=BB13_2 Depth=1
movl -44(%rbp), %ecx
jmp LBB13_43
.p2align 4, 0x90
LBB13_41: ## in Loop: Header=BB13_43 Depth=2
addq $24, %rax
LBB13_42: ## in Loop: Header=BB13_43 Depth=2
movq (%rax), %rax
testq %rax, %rax
je LBB13_1
LBB13_43: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movl 16(%rax), %esi
cmpl %ecx, %esi
movl $0, %edx
adcl $-1, %edx
cmpl %ecx, %esi
cmoval %r15d, %edx
testl %edx, %edx
je LBB13_41
## %bb.44: ## in Loop: Header=BB13_43 Depth=2
cmpl $1, %edx
jne LBB13_100
## %bb.45: ## in Loop: Header=BB13_43 Depth=2
addq $8, %rax
jmp LBB13_42
LBB13_46: ## in Loop: Header=BB13_2 Depth=1
movq -56(%rbp), %r14
movq (%r12), %rdi
callq _fgetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
testq %r14, %r14
je LBB13_2
## %bb.47: ## in Loop: Header=BB13_2 Depth=1
movl -44(%rbp), %eax
jmp LBB13_50
.p2align 4, 0x90
LBB13_48: ## in Loop: Header=BB13_50 Depth=2
addq $24, %r14
LBB13_49: ## in Loop: Header=BB13_50 Depth=2
movq (%r14), %r14
testq %r14, %r14
je LBB13_2
LBB13_50: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movl 16(%r14), %edx
cmpl %eax, %edx
movl $0, %ecx
adcl $-1, %ecx
cmpl %eax, %edx
cmoval %r15d, %ecx
testl %ecx, %ecx
je LBB13_48
## %bb.51: ## in Loop: Header=BB13_50 Depth=2
cmpl $1, %ecx
jne LBB13_104
## %bb.52: ## in Loop: Header=BB13_50 Depth=2
addq $8, %r14
jmp LBB13_49
LBB13_53: ## in Loop: Header=BB13_2 Depth=1
leaq -56(%rbp), %rdi
callq _FreeBST
movq (%r12), %rdi
callq _fgetc
cmpl $10, %eax
je LBB13_2
jmp LBB13_55
LBB13_54: ## in Loop: Header=BB13_55 Depth=2
movq %rax, 24(%r13)
.p2align 4, 0x90
LBB13_55: ## Parent Loop BB13_2 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB13_62 Depth 3
movq (%r12), %rdi
callq _fgetc
cmpl $32, %eax
je LBB13_58
## %bb.56: ## in Loop: Header=BB13_55 Depth=2
cmpl $10, %eax
je LBB13_85
## %bb.57: ## in Loop: Header=BB13_55 Depth=2
movq (%r12), %rsi
movl %eax, %edi
callq _ungetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
jmp LBB13_55
.p2align 4, 0x90
LBB13_58: ## in Loop: Header=BB13_55 Depth=2
movl -44(%rbp), %r14d
movq -56(%rbp), %rax
testq %rax, %rax
jne LBB13_62
## %bb.59: ## in Loop: Header=BB13_55 Depth=2
movl $32, %edi
callq _malloc
movq %rax, -56(%rbp)
movq $0, 24(%rax)
xorps %xmm0, %xmm0
movups %xmm0, (%rax)
movl %r14d, 16(%rax)
jmp LBB13_55
.p2align 4, 0x90
LBB13_60: ## in Loop: Header=BB13_62 Depth=3
leaq 8(%r13), %rax
LBB13_61: ## in Loop: Header=BB13_62 Depth=3
movq (%rax), %rax
testq %rax, %rax
je LBB13_65
LBB13_62: ## Parent Loop BB13_2 Depth=1
## Parent Loop BB13_55 Depth=2
## => This Inner Loop Header: Depth=3
movq %rax, %r13
movl 16(%rax), %eax
xorl %ebx, %ebx
cmpl %r14d, %eax
setbe %bl
negl %ebx
cmpl %r14d, %eax
cmovbl %r15d, %ebx
testl %ebx, %ebx
je LBB13_60
## %bb.63: ## in Loop: Header=BB13_62 Depth=3
cmpl $1, %ebx
jne LBB13_55
## %bb.64: ## in Loop: Header=BB13_62 Depth=3
leaq 24(%r13), %rax
jmp LBB13_61
.p2align 4, 0x90
LBB13_65: ## in Loop: Header=BB13_55 Depth=2
movl $32, %edi
callq _malloc
movq %r13, (%rax)
movq $0, 8(%rax)
movq $0, 24(%rax)
movl %r14d, 16(%rax)
cmpl $1, %ebx
je LBB13_54
## %bb.66: ## in Loop: Header=BB13_55 Depth=2
testl %ebx, %ebx
jne LBB13_55
## %bb.67: ## in Loop: Header=BB13_55 Depth=2
movq %rax, 8(%r13)
jmp LBB13_55
LBB13_68: ## in Loop: Header=BB13_2 Depth=1
movq (%r12), %rdi
callq _fgetc
movq -56(%rbp), %rdi
callq _PreOrder
jmp LBB13_145
LBB13_69: ## in Loop: Header=BB13_2 Depth=1
movq (%r12), %rdi
callq _fgetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movq -56(%rbp), %rdi
movl -44(%rbp), %esi
movl $1, %edx
callq _BSTSearch
jmp LBB13_2
LBB13_70: ## in Loop: Header=BB13_2 Depth=1
movq -56(%rbp), %rbx
movq (%r12), %rdi
callq _fgetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
testq %rbx, %rbx
je LBB13_1
## %bb.71: ## in Loop: Header=BB13_2 Depth=1
movl -44(%rbp), %eax
jmp LBB13_74
.p2align 4, 0x90
LBB13_72: ## in Loop: Header=BB13_74 Depth=2
addq $24, %rbx
LBB13_73: ## in Loop: Header=BB13_74 Depth=2
movq (%rbx), %rbx
testq %rbx, %rbx
je LBB13_1
LBB13_74: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movl 16(%rbx), %edx
cmpl %eax, %edx
movl $0, %ecx
adcl $-1, %ecx
cmpl %eax, %edx
cmoval %r15d, %ecx
testl %ecx, %ecx
je LBB13_72
## %bb.75: ## in Loop: Header=BB13_74 Depth=2
cmpl $1, %ecx
jne LBB13_124
## %bb.76: ## in Loop: Header=BB13_74 Depth=2
addq $8, %rbx
jmp LBB13_73
LBB13_77: ## in Loop: Header=BB13_2 Depth=1
xorl %esi, %esi
LBB13_78: ## in Loop: Header=BB13_2 Depth=1
leaq -56(%rbp), %rdi
callq _DeleteBSTNode
jmp LBB13_2
LBB13_79: ## in Loop: Header=BB13_2 Depth=1
movl -44(%rbp), %r14d
movq -56(%rbp), %rax
testq %rax, %rax
jne LBB13_82
jmp LBB13_86
.p2align 4, 0x90
LBB13_80: ## in Loop: Header=BB13_82 Depth=2
leaq 8(%r13), %rax
LBB13_81: ## in Loop: Header=BB13_82 Depth=2
movq (%rax), %rax
testq %rax, %rax
je LBB13_130
LBB13_82: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %rax, %r13
movl 16(%rax), %eax
xorl %ebx, %ebx
cmpl %r14d, %eax
setbe %bl
negl %ebx
cmpl %r14d, %eax
cmovbl %r15d, %ebx
testl %ebx, %ebx
je LBB13_80
## %bb.83: ## in Loop: Header=BB13_82 Depth=2
cmpl $1, %ebx
jne LBB13_2
## %bb.84: ## in Loop: Header=BB13_82 Depth=2
leaq 24(%r13), %rax
jmp LBB13_81
LBB13_85: ## in Loop: Header=BB13_2 Depth=1
movl -44(%rbp), %r14d
movq -56(%rbp), %rax
testq %rax, %rax
jne LBB13_89
LBB13_86: ## in Loop: Header=BB13_2 Depth=1
movl $32, %edi
callq _malloc
movq %rax, -56(%rbp)
movq $0, 24(%rax)
xorps %xmm0, %xmm0
movups %xmm0, (%rax)
movl %r14d, 16(%rax)
jmp LBB13_2
.p2align 4, 0x90
LBB13_87: ## in Loop: Header=BB13_89 Depth=2
leaq 8(%r13), %rax
LBB13_88: ## in Loop: Header=BB13_89 Depth=2
movq (%rax), %rax
testq %rax, %rax
je LBB13_133
LBB13_89: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %rax, %r13
movl 16(%rax), %eax
xorl %ebx, %ebx
cmpl %r14d, %eax
setbe %bl
negl %ebx
cmpl %r14d, %eax
cmovbl %r15d, %ebx
testl %ebx, %ebx
je LBB13_87
## %bb.90: ## in Loop: Header=BB13_89 Depth=2
cmpl $1, %ebx
jne LBB13_2
## %bb.91: ## in Loop: Header=BB13_89 Depth=2
leaq 24(%r13), %rax
jmp LBB13_88
LBB13_92: ## in Loop: Header=BB13_2 Depth=1
movl $32, %edi
callq _malloc
movq %r13, (%rax)
movq $0, 8(%rax)
movq $0, 24(%rax)
movl %r14d, 16(%rax)
cmpl $1, %ebx
je LBB13_136
## %bb.93: ## in Loop: Header=BB13_2 Depth=1
testl %ebx, %ebx
jne LBB13_2
## %bb.94: ## in Loop: Header=BB13_2 Depth=1
movq %rax, 8(%r13)
jmp LBB13_2
LBB13_95: ## in Loop: Header=BB13_2 Depth=1
testl %edx, %edx
je LBB13_137
## %bb.96: ## in Loop: Header=BB13_2 Depth=1
cmpl $1, %edx
jne LBB13_138
.p2align 4, 0x90
LBB13_97: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%rax), %rcx
testq %rcx, %rcx
je LBB13_144
## %bb.98: ## in Loop: Header=BB13_97 Depth=2
cmpq 24(%rcx), %rax
movq %rcx, %rax
je LBB13_97
jmp LBB13_143
LBB13_99: ## in Loop: Header=BB13_2 Depth=1
cmpl $-1, %ecx
je LBB13_78
jmp LBB13_157
LBB13_100: ## in Loop: Header=BB13_2 Depth=1
cmpl $-1, %edx
jne LBB13_158
## %bb.101: ## in Loop: Header=BB13_2 Depth=1
movq 8(%rax), %rcx
movq 24(%rax), %rax
testq %rcx, %rcx
je LBB13_148
## %bb.102: ## in Loop: Header=BB13_2 Depth=1
movl 16(%rcx), %esi
testq %rax, %rax
je LBB13_150
## %bb.103: ## in Loop: Header=BB13_2 Depth=1
movl 16(%rax), %edx
leaq L_.str.9(%rip), %rdi
xorl %eax, %eax
callq _printf
jmp LBB13_2
LBB13_104: ## in Loop: Header=BB13_2 Depth=1
cmpl $-1, %ecx
jne LBB13_159
## %bb.105: ## in Loop: Header=BB13_2 Depth=1
movq 24(%r14), %rax
testq %rax, %rax
je LBB13_2
## %bb.106: ## in Loop: Header=BB13_2 Depth=1
movq (%r14), %rdx
leaq -56(%rbp), %rcx
testq %rdx, %rdx
je LBB13_108
## %bb.107: ## in Loop: Header=BB13_2 Depth=1
leaq 8(%rdx), %rsi
leaq 24(%rdx), %rcx
cmpq %r14, 8(%rdx)
cmoveq %rsi, %rcx
LBB13_108: ## in Loop: Header=BB13_2 Depth=1
movq %rax, (%rcx)
movq (%r14), %rcx
movq %rcx, (%rax)
movq 8(%rax), %rcx
movq %rcx, 24(%r14)
movq %r14, 8(%rax)
movq %rax, (%r14)
testq %rcx, %rcx
je LBB13_110
## %bb.109: ## in Loop: Header=BB13_2 Depth=1
movq %r14, (%rcx)
LBB13_110: ## in Loop: Header=BB13_2 Depth=1
cmpl $82, %r13d
jne LBB13_2
LBB13_111: ## in Loop: Header=BB13_2 Depth=1
movq (%r12), %rdi
callq _fgetc
leaq L_.str.4(%rip), %rdi
leaq -44(%rbp), %rsi
xorl %eax, %eax
callq _scanf
movq -56(%rbp), %rax
testq %rax, %rax
je LBB13_2
## %bb.112: ## in Loop: Header=BB13_2 Depth=1
movl -44(%rbp), %ecx
jmp LBB13_115
.p2align 4, 0x90
LBB13_113: ## in Loop: Header=BB13_115 Depth=2
addq $24, %rax
LBB13_114: ## in Loop: Header=BB13_115 Depth=2
movq (%rax), %rax
testq %rax, %rax
je LBB13_2
LBB13_115: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movl 16(%rax), %esi
cmpl %ecx, %esi
movl $0, %edx
adcl $-1, %edx
cmpl %ecx, %esi
cmoval %r15d, %edx
testl %edx, %edx
je LBB13_113
## %bb.116: ## in Loop: Header=BB13_115 Depth=2
cmpl $1, %edx
jne LBB13_118
## %bb.117: ## in Loop: Header=BB13_115 Depth=2
addq $8, %rax
jmp LBB13_114
LBB13_118: ## in Loop: Header=BB13_2 Depth=1
cmpl $-1, %edx
jne LBB13_156
## %bb.119: ## in Loop: Header=BB13_2 Depth=1
movq 8(%rax), %rcx
testq %rcx, %rcx
je LBB13_2
## %bb.120: ## in Loop: Header=BB13_2 Depth=1
movq (%rax), %rsi
leaq -56(%rbp), %rdx
testq %rsi, %rsi
je LBB13_122
## %bb.121: ## in Loop: Header=BB13_2 Depth=1
leaq 8(%rsi), %rdi
leaq 24(%rsi), %rdx
cmpq %rax, 8(%rsi)
cmoveq %rdi, %rdx
LBB13_122: ## in Loop: Header=BB13_2 Depth=1
movq %rcx, (%rdx)
movq (%rax), %rdx
movq %rdx, (%rcx)
movq 24(%rcx), %rdx
movq %rdx, 8(%rax)
movq %rax, 24(%rcx)
movq %rcx, (%rax)
testq %rdx, %rdx
je LBB13_2
## %bb.123: ## in Loop: Header=BB13_2 Depth=1
movq %rax, (%rdx)
jmp LBB13_2
LBB13_124: ## in Loop: Header=BB13_2 Depth=1
cmpl $-1, %ecx
jne LBB13_160
## %bb.125: ## in Loop: Header=BB13_2 Depth=1
movq (%rbx), %rax
testq %rax, %rax
je LBB13_1
## %bb.126: ## in Loop: Header=BB13_2 Depth=1
movq (%rax), %rcx
testq %rcx, %rcx
je LBB13_1
## %bb.127: ## in Loop: Header=BB13_2 Depth=1
movq 8(%rcx), %rdx
cmpq %rdx, %rax
je LBB13_151
## %bb.128: ## in Loop: Header=BB13_2 Depth=1
testq %rdx, %rdx
je LBB13_1
## %bb.129: ## in Loop: Header=BB13_2 Depth=1
movl 16(%rdx), %esi
jmp LBB13_153
LBB13_130: ## in Loop: Header=BB13_2 Depth=1
movl $32, %edi
callq _malloc
movq %r13, (%rax)
movq $0, 8(%rax)
movq $0, 24(%rax)
movl %r14d, 16(%rax)
cmpl $1, %ebx
je LBB13_146
## %bb.131: ## in Loop: Header=BB13_2 Depth=1
testl %ebx, %ebx
jne LBB13_2
## %bb.132: ## in Loop: Header=BB13_2 Depth=1
movq %rax, 8(%r13)
jmp LBB13_2
LBB13_133: ## in Loop: Header=BB13_2 Depth=1
movl $32, %edi
callq _malloc
movq %r13, (%rax)
movq $0, 8(%rax)
movq $0, 24(%rax)
movl %r14d, 16(%rax)
cmpl $1, %ebx
je LBB13_147
## %bb.134: ## in Loop: Header=BB13_2 Depth=1
testl %ebx, %ebx
jne LBB13_2
## %bb.135: ## in Loop: Header=BB13_2 Depth=1
movq %rax, 8(%r13)
jmp LBB13_2
LBB13_136: ## in Loop: Header=BB13_2 Depth=1
movq %rax, 24(%r13)
jmp LBB13_2
LBB13_137: ## in Loop: Header=BB13_2 Depth=1
movq %rax, %rcx
jmp LBB13_143
LBB13_138: ## in Loop: Header=BB13_2 Depth=1
xorl %eax, %eax
LBB13_139: ## in Loop: Header=BB13_2 Depth=1
movq 24(%rax), %rdx
testq %rdx, %rdx
je LBB13_141
.p2align 4, 0x90
LBB13_140: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %rdx, %rcx
movq 8(%rdx), %rdx
testq %rdx, %rdx
jne LBB13_140
jmp LBB13_143
.p2align 4, 0x90
LBB13_141: ## Parent Loop BB13_2 Depth=1
## => This Inner Loop Header: Depth=2
movq (%rax), %rcx
testq %rcx, %rcx
je LBB13_144
## %bb.142: ## in Loop: Header=BB13_141 Depth=2
cmpq 24(%rcx), %rax
movq %rcx, %rax
je LBB13_141
LBB13_143: ## in Loop: Header=BB13_2 Depth=1
movl 16(%rcx), %esi
leaq L_.str.4(%rip), %rdi
xorl %eax, %eax
callq _printf
jmp LBB13_145
LBB13_144: ## in Loop: Header=BB13_2 Depth=1
leaq L_str.14(%rip), %rdi
xorl %eax, %eax
callq _printf
LBB13_145: ## in Loop: Header=BB13_2 Depth=1
movl $10, %edi
callq _putchar
jmp LBB13_2
LBB13_146: ## in Loop: Header=BB13_2 Depth=1
movq %rax, 24(%r13)
jmp LBB13_2
LBB13_147: ## in Loop: Header=BB13_2 Depth=1
movq %rax, 24(%r13)
jmp LBB13_2
LBB13_148: ## in Loop: Header=BB13_2 Depth=1
testq %rax, %rax
je LBB13_155
## %bb.149: ## in Loop: Header=BB13_2 Depth=1
movl 16(%rax), %esi
leaq L_.str.7(%rip), %rdi
jmp LBB13_154
LBB13_150: ## in Loop: Header=BB13_2 Depth=1
leaq L_.str.8(%rip), %rdi
jmp LBB13_154
LBB13_151: ## in Loop: Header=BB13_2 Depth=1
movq 24(%rcx), %rax
testq %rax, %rax
je LBB13_1
## %bb.152: ## in Loop: Header=BB13_2 Depth=1
movl 16(%rax), %esi
LBB13_153: ## in Loop: Header=BB13_2 Depth=1
leaq L_.str.10(%rip), %rdi
LBB13_154: ## in Loop: Header=BB13_2 Depth=1
xorl %eax, %eax
callq _printf
jmp LBB13_2
LBB13_155: ## in Loop: Header=BB13_2 Depth=1
leaq L_str.15(%rip), %rdi
callq _puts
jmp LBB13_2
.p2align 4, 0x90
LBB13_156: ## =>This Inner Loop Header: Depth=1
jmp LBB13_156
.p2align 4, 0x90
LBB13_157: ## =>This Inner Loop Header: Depth=1
jmp LBB13_157
.p2align 4, 0x90
LBB13_158: ## =>This Inner Loop Header: Depth=1
jmp LBB13_158
.p2align 4, 0x90
LBB13_159: ## =>This Inner Loop Header: Depth=1
jmp LBB13_159
.p2align 4, 0x90
LBB13_160: ## =>This Inner Loop Header: Depth=1
jmp LBB13_160
LBB13_161:
leaq -56(%rbp), %rdi
callq _FreeBST
xorl %eax, %eax
addq $24, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L13_0_set_161, LBB13_161-LJTI13_0
.set L13_0_set_2, LBB13_2-LJTI13_0
.set L13_0_set_4, LBB13_4-LJTI13_0
.set L13_0_set_10, LBB13_10-LJTI13_0
.set L13_0_set_17, LBB13_17-LJTI13_0
.set L13_0_set_24, LBB13_24-LJTI13_0
.set L13_0_set_39, LBB13_39-LJTI13_0
.set L13_0_set_46, LBB13_46-LJTI13_0
.set L13_0_set_53, LBB13_53-LJTI13_0
.set L13_0_set_68, LBB13_68-LJTI13_0
.set L13_0_set_111, LBB13_111-LJTI13_0
.set L13_0_set_69, LBB13_69-LJTI13_0
.set L13_0_set_70, LBB13_70-LJTI13_0
LJTI13_0:
.long L13_0_set_161
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_4
.long L13_0_set_2
.long L13_0_set_10
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_17
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_24
.long L13_0_set_39
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_2
.long L13_0_set_46
.long L13_0_set_2
.long L13_0_set_53
.long L13_0_set_2
.long L13_0_set_68
.long L13_0_set_2
.long L13_0_set_111
.long L13_0_set_69
.long L13_0_set_2
.long L13_0_set_70
.end_data_region
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.4: ## @.str.4
.asciz "%u"
L_.str.7: ## @.str.7
.asciz "Nil %u\n"
L_.str.8: ## @.str.8
.asciz "%u Nil\n"
L_.str.9: ## @.str.9
.asciz "%u %u\n"
L_.str.10: ## @.str.10
.asciz "%u\n"
L_str.14: ## @str.14
.asciz "-1"
L_str.15: ## @str.15
.asciz "Nil Nil"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _compare ; -- Begin function compare
.p2align 2
_compare: ; @compare
.cfi_startproc
; %bb.0:
cmp w0, w1
csetm w8, hs
csinc w0, w8, wzr, ls
ret
.cfi_endproc
; -- End function
.globl _printlist ; -- Begin function printlist
.p2align 2
_printlist: ; @printlist
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
cbz x0, LBB1_3
; %bb.1:
mov x19, x0
Lloh0:
adrp x20, l_.str@PAGE
Lloh1:
add x20, x20, l_.str@PAGEOFF
LBB1_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [x19, #8]
str x8, [sp]
mov x0, x20
bl _printf
ldr x19, [x19, #16]
cbnz x19, LBB1_2
LBB1_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpAdd Lloh0, Lloh1
.cfi_endproc
; -- End function
.globl _insertlast ; -- Begin function insertlast
.p2align 2
_insertlast: ; @insertlast
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x2
mov x19, x1
mov x21, x0
ldr x22, [x0]
mov w0, #24
bl _malloc
cbz x22, LBB2_2
; %bb.1:
ldr x8, [x19]
str x0, [x8, #16]
ldr x8, [x19]
ldr x8, [x8, #16]
str xzr, [x8, #16]
ldr x8, [x19]
ldr x9, [x8, #16]
str w20, [x9, #8]
str x8, [x9]
ldr x8, [x19]
ldr x0, [x8, #16]
b LBB2_3
LBB2_2:
str x0, [x21]
str xzr, [x0, #16]
str xzr, [x0]
str w20, [x0, #8]
LBB2_3:
str x0, [x19]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _freelist ; -- Begin function freelist
.p2align 2
_freelist: ; @freelist
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr x0, [x0]
cbz x0, LBB3_2
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldr x20, [x0, #16]
bl _free
mov x0, x20
cbnz x20, LBB3_1
LBB3_2:
str xzr, [x19]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _InsertBSTNode ; -- Begin function InsertBSTNode
.p2align 2
_InsertBSTNode: ; @InsertBSTNode
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
ldr x8, [x0]
cbnz x8, LBB4_3
; %bb.1:
mov x20, x0
mov w0, #32
bl _malloc
str x0, [x20]
str xzr, [x0, #24]
stp xzr, xzr, [x0]
str w19, [x0, #16]
b LBB4_10
LBB4_2: ; in Loop: Header=BB4_3 Depth=1
add x8, x20, #8
ldr x8, [x8]
cbz x8, LBB4_6
LBB4_3: ; =>This Inner Loop Header: Depth=1
mov x20, x8
ldr w8, [x8, #16]
cmp w8, w19
csetm w8, ls
csinc w21, w8, wzr, hs
cbz w21, LBB4_2
; %bb.4: ; in Loop: Header=BB4_3 Depth=1
cmp w21, #1
b.ne LBB4_10
; %bb.5: ; in Loop: Header=BB4_3 Depth=1
add x8, x20, #24
ldr x8, [x8]
cbnz x8, LBB4_3
LBB4_6:
mov w0, #32
bl _malloc
stp x20, xzr, [x0]
str xzr, [x0, #24]
str w19, [x0, #16]
cmp w21, #1
b.eq LBB4_9
; %bb.7:
cbnz w21, LBB4_10
; %bb.8:
str x0, [x20, #8]
b LBB4_10
LBB4_9:
str x0, [x20, #24]
LBB4_10:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _Successor ; -- Begin function Successor
.p2align 2
_Successor: ; @Successor
.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
cbnz x0, LBB5_3
LBB5_1:
Lloh2:
adrp x0, l_str.14@PAGE
Lloh3:
add x0, x0, l_str.14@PAGEOFF
bl _printf
mov x0, #0
b LBB5_14
LBB5_2: ; in Loop: Header=BB5_3 Depth=1
add x10, x8, #8
ldr x0, [x10]
cbz x0, LBB5_6
LBB5_3: ; =>This Inner Loop Header: Depth=1
mov x8, x0
ldr w9, [x0, #16]
cmp w9, w1
csetm w9, ls
csinc w9, w9, wzr, hs
cbz w9, LBB5_2
; %bb.4: ; in Loop: Header=BB5_3 Depth=1
cmp w9, #1
b.ne LBB5_12
; %bb.5: ; in Loop: Header=BB5_3 Depth=1
add x10, x8, #24
ldr x0, [x10]
cbnz x0, LBB5_3
LBB5_6:
cbz w9, LBB5_10
; %bb.7:
cmp w9, #1
b.ne LBB5_11
LBB5_8: ; =>This Inner Loop Header: Depth=1
ldr x0, [x8]
cbz x0, LBB5_1
; %bb.9: ; in Loop: Header=BB5_8 Depth=1
ldr x9, [x0, #24]
cmp x8, x9
mov x8, x0
b.eq LBB5_8
b LBB5_14
LBB5_10:
mov x0, x8
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
LBB5_11:
mov x8, #0
LBB5_12:
ldr x9, [x8, #24]
cbz x9, LBB5_16
LBB5_13: ; =>This Inner Loop Header: Depth=1
mov x0, x9
ldr x9, [x9, #8]
cbnz x9, LBB5_13
LBB5_14:
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
LBB5_15: ; in Loop: Header=BB5_16 Depth=1
ldr x9, [x0, #24]
cmp x8, x9
mov x8, x0
b.ne LBB5_14
LBB5_16: ; =>This Inner Loop Header: Depth=1
ldr x0, [x8]
cbnz x0, LBB5_15
b LBB5_1
.loh AdrpAdd Lloh2, Lloh3
.cfi_endproc
; -- End function
.globl _FreeBST ; -- Begin function FreeBST
.p2align 2
_FreeBST: ; @FreeBST
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x0
ldr x20, [x0]
cbz x20, LBB6_2
; %bb.1:
ldr x9, [x20, #8]
ldr x8, [x20, #24]
stp x8, x9, [sp]
add x0, sp, #8
bl _FreeBST
mov x0, sp
bl _FreeBST
mov x0, x20
bl _free
LBB6_2:
str xzr, [x19]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _BSTSearch ; -- Begin function BSTSearch
.p2align 2
_BSTSearch: ; @BSTSearch
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
mov x21, x2
cbz x0, LBB7_14
; %bb.1:
mov x22, x1
mov x19, x0
mov x24, #0
mov x20, #0
mov w23, #1
b LBB7_5
LBB7_2: ; in Loop: Header=BB7_5 Depth=1
str x0, [x24, #16]
str xzr, [x0, #16]
ldr x8, [x24, #16]
str wzr, [x8, #8]
LBB7_3: ; in Loop: Header=BB7_5 Depth=1
str x24, [x8]
ldr x24, [x24, #16]
LBB7_4: ; in Loop: Header=BB7_5 Depth=1
cbz x19, LBB7_15
LBB7_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [x19, #16]
cmp w8, w22
csetm w8, hs
csinc w8, w8, wzr, ls
cbz w8, LBB7_10
; %bb.6: ; in Loop: Header=BB7_5 Depth=1
cmp w8, #1
b.ne LBB7_19
; %bb.7: ; in Loop: Header=BB7_5 Depth=1
ldr x19, [x19, #8]
cbz w21, LBB7_4
; %bb.8: ; in Loop: Header=BB7_5 Depth=1
mov w0, #24
bl _malloc
cbnz x20, LBB7_2
; %bb.9: ; in Loop: Header=BB7_5 Depth=1
str xzr, [x0, #16]
str xzr, [x0]
mov x20, x0
mov x24, x0
str wzr, [x0, #8]
b LBB7_4
LBB7_10: ; in Loop: Header=BB7_5 Depth=1
ldr x19, [x19, #24]
cbz w21, LBB7_4
; %bb.11: ; in Loop: Header=BB7_5 Depth=1
mov w0, #24
bl _malloc
cbz x20, LBB7_13
; %bb.12: ; in Loop: Header=BB7_5 Depth=1
str x0, [x24, #16]
str xzr, [x0, #16]
ldr x8, [x24, #16]
str w23, [x8, #8]
b LBB7_3
LBB7_13: ; in Loop: Header=BB7_5 Depth=1
str xzr, [x0, #16]
str xzr, [x0]
mov x20, x0
mov x24, x0
str w23, [x0, #8]
b LBB7_4
LBB7_14:
mov x20, #0
LBB7_15:
cbz w21, LBB7_17
; %bb.16:
Lloh4:
adrp x0, l_str.14@PAGE
Lloh5:
add x0, x0, l_str.14@PAGEOFF
bl _puts
LBB7_17:
cbz x20, LBB7_28
LBB7_18: ; =>This Inner Loop Header: Depth=1
ldr x19, [x20, #16]
mov x0, x20
bl _free
mov x20, x19
cbnz x19, LBB7_18
b LBB7_29
LBB7_19:
cmn w8, #1
b.ne LBB7_27
; %bb.20:
cbz w21, LBB7_25
; %bb.21:
cbz x20, LBB7_24
; %bb.22:
Lloh6:
adrp x21, l_.str@PAGE
Lloh7:
add x21, x21, l_.str@PAGEOFF
mov x22, x20
LBB7_23: ; =>This Inner Loop Header: Depth=1
ldr w8, [x22, #8]
str x8, [sp]
mov x0, x21
bl _printf
ldr x22, [x22, #16]
cbnz x22, LBB7_23
LBB7_24:
mov w0, #10
bl _putchar
LBB7_25:
cbz x20, LBB7_29
LBB7_26: ; =>This Inner Loop Header: Depth=1
ldr x21, [x20, #16]
mov x0, x20
bl _free
mov x20, x21
cbnz x21, LBB7_26
b LBB7_29
LBB7_27: ; =>This Inner Loop Header: Depth=1
b LBB7_27
LBB7_28:
mov x19, #0
LBB7_29:
mov x0, x19
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #80
ret
.loh AdrpAdd Lloh4, Lloh5
.loh AdrpAdd Lloh6, Lloh7
.cfi_endproc
; -- End function
.globl _BSTSplice ; -- Begin function BSTSplice
.p2align 2
_BSTSplice: ; @BSTSplice
.cfi_startproc
; %bb.0:
ldr x8, [x1]
cbz x8, LBB8_2
; %bb.1:
ldr x9, [x8, #8]!
add x10, x8, #16
cmp x9, x1
csel x0, x8, x10, eq
LBB8_2:
str x2, [x0]
cbz x2, LBB8_4
; %bb.3:
ldr x8, [x1]
str x8, [x2]
LBB8_4:
ret
.cfi_endproc
; -- End function
.globl _DeleteBSTNode ; -- Begin function DeleteBSTNode
.p2align 2
_DeleteBSTNode: ; @DeleteBSTNode
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
cbz x1, LBB9_35
; %bb.1:
mov x20, x1
mov x19, x0
ldr x8, [x1, #8]
cbz x8, LBB9_22
; %bb.2:
Lloh8:
adrp x21, l_str.14@PAGE
Lloh9:
add x21, x21, l_str.14@PAGEOFF
b LBB9_5
LBB9_3: ; in Loop: Header=BB9_5 Depth=1
mov x0, x21
bl _printf
mov x0, #0
LBB9_4: ; in Loop: Header=BB9_5 Depth=1
ldr w8, [x0, #16]
str w8, [x20, #16]
ldr x8, [x0, #8]
mov x20, x0
cbz x8, LBB9_23
LBB9_5: ; =>This Loop Header: Depth=1
; Child Loop BB9_9 Depth 2
; Child Loop BB9_19 Depth 2
; Child Loop BB9_20 Depth 2
; Child Loop BB9_14 Depth 2
ldr x9, [x20, #24]
cbz x9, LBB9_27
; %bb.6: ; in Loop: Header=BB9_5 Depth=1
ldr x11, [x19]
cbz x11, LBB9_3
; %bb.7: ; in Loop: Header=BB9_5 Depth=1
ldr w9, [x20, #16]
b LBB9_9
LBB9_8: ; in Loop: Header=BB9_9 Depth=2
add x11, x8, #8
ldr x11, [x11]
cbz x11, LBB9_12
LBB9_9: ; Parent Loop BB9_5 Depth=1
; => This Inner Loop Header: Depth=2
mov x8, x11
ldr w10, [x11, #16]
cmp w10, w9
csetm w10, ls
csinc w10, w10, wzr, hs
cbz w10, LBB9_8
; %bb.10: ; in Loop: Header=BB9_9 Depth=2
cmp w10, #1
b.ne LBB9_18
; %bb.11: ; in Loop: Header=BB9_9 Depth=2
add x11, x8, #24
ldr x11, [x11]
cbnz x11, LBB9_9
LBB9_12: ; in Loop: Header=BB9_5 Depth=1
cbz w10, LBB9_16
; %bb.13: ; in Loop: Header=BB9_5 Depth=1
cmp w10, #1
b.ne LBB9_17
LBB9_14: ; Parent Loop BB9_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x0, [x8]
cbz x0, LBB9_3
; %bb.15: ; in Loop: Header=BB9_14 Depth=2
ldr x9, [x0, #24]
cmp x8, x9
mov x8, x0
b.eq LBB9_14
b LBB9_4
LBB9_16: ; in Loop: Header=BB9_5 Depth=1
mov x0, x8
b LBB9_4
LBB9_17: ; in Loop: Header=BB9_5 Depth=1
mov x8, #0
LBB9_18: ; in Loop: Header=BB9_5 Depth=1
ldr x9, [x8, #24]
cbz x9, LBB9_20
LBB9_19: ; Parent Loop BB9_5 Depth=1
; => This Inner Loop Header: Depth=2
mov x0, x9
ldr x9, [x9, #8]
cbnz x9, LBB9_19
b LBB9_4
LBB9_20: ; Parent Loop BB9_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x0, [x8]
cbz x0, LBB9_3
; %bb.21: ; in Loop: Header=BB9_20 Depth=2
ldr x9, [x0, #24]
cmp x8, x9
mov x8, x0
b.eq LBB9_20
b LBB9_4
LBB9_22:
mov x0, x20
LBB9_23:
ldr x8, [x0, #24]
ldr x9, [x0]
cbz x8, LBB9_32
; %bb.24:
cbz x9, LBB9_26
; %bb.25:
ldr x10, [x9, #8]!
add x11, x9, #16
cmp x10, x0
csel x19, x9, x11, eq
LBB9_26:
str x8, [x19]
b LBB9_30
LBB9_27:
ldr x9, [x20]
cbz x9, LBB9_29
; %bb.28:
ldr x10, [x9, #8]!
add x11, x9, #16
cmp x10, x20
csel x19, x9, x11, eq
LBB9_29:
str x8, [x19]
mov x0, x20
LBB9_30:
ldr x9, [x0]
str x9, [x8]
LBB9_31:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _free
LBB9_32:
cbz x9, LBB9_34
; %bb.33:
ldr x8, [x9, #8]
mov w10, #24
mov w11, #8
cmp x8, x0
csel x8, x11, x10, eq
str xzr, [x9, x8]
b LBB9_31
LBB9_34:
bl _free
str xzr, [x19]
LBB9_35:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpAdd Lloh8, Lloh9
.cfi_endproc
; -- End function
.globl _PreOrder ; -- Begin function PreOrder
.p2align 2
_PreOrder: ; @PreOrder
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
cbz x0, LBB10_3
; %bb.1:
mov x19, x0
Lloh10:
adrp x20, l_.str.4@PAGE
Lloh11:
add x20, x20, l_.str.4@PAGEOFF
LBB10_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [x19, #16]
str x8, [sp]
mov x0, x20
bl _printf
mov w0, #32
bl _putchar
ldr x0, [x19, #8]
bl _PreOrder
ldr x19, [x19, #24]
cbnz x19, LBB10_2
LBB10_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.loh AdrpAdd Lloh10, Lloh11
.cfi_endproc
; -- End function
.globl _BSTLeftRot ; -- Begin function BSTLeftRot
.p2align 2
_BSTLeftRot: ; @BSTLeftRot
.cfi_startproc
; %bb.0:
ldr x8, [x1, #24]
ldr x9, [x1]
cbz x9, LBB11_2
; %bb.1:
ldr x10, [x9, #8]!
add x11, x9, #16
cmp x10, x1
csel x0, x9, x11, eq
LBB11_2:
str x8, [x0]
cbz x8, LBB11_4
; %bb.3:
ldr x9, [x1]
str x9, [x8]
LBB11_4:
ldr x9, [x8, #8]
str x9, [x1, #24]
str x1, [x8, #8]
str x8, [x1]
cbz x9, LBB11_6
; %bb.5:
str x1, [x9]
LBB11_6:
ret
.cfi_endproc
; -- End function
.globl _BSTRightRot ; -- Begin function BSTRightRot
.p2align 2
_BSTRightRot: ; @BSTRightRot
.cfi_startproc
; %bb.0:
ldp x9, x8, [x1]
cbz x9, LBB12_2
; %bb.1:
ldr x10, [x9, #8]!
add x11, x9, #16
cmp x10, x1
csel x0, x9, x11, eq
LBB12_2:
str x8, [x0]
cbz x8, LBB12_4
; %bb.3:
ldr x9, [x1]
str x9, [x8]
LBB12_4:
ldr x9, [x8, #24]
str x1, [x8, #24]
stp x8, x9, [x1]
cbz x9, LBB12_6
; %bb.5:
str x1, [x9]
LBB12_6:
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 x28, x27, [sp, #32] ; 16-byte Folded Spill
stp x26, x25, [sp, #48] ; 16-byte Folded Spill
stp x24, x23, [sp, #64] ; 16-byte Folded Spill
stp x22, x21, [sp, #80] ; 16-byte Folded Spill
stp x20, x19, [sp, #96] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
Lloh12:
adrp x27, ___stdinp@GOTPAGE
Lloh13:
ldr x27, [x27, ___stdinp@GOTPAGEOFF]
Lloh14:
adrp x28, lJTI13_0@PAGE
Lloh15:
add x28, x28, lJTI13_0@PAGEOFF
add x21, sp, #28
str wzr, [sp, #28]
Lloh16:
adrp x19, l_.str.4@PAGE
Lloh17:
add x19, x19, l_.str.4@PAGEOFF
str xzr, [sp, #16]
Lloh18:
adrp x20, l_str.14@PAGE
Lloh19:
add x20, x20, l_str.14@PAGEOFF
Lloh20:
adrp x24, l_.str.9@PAGE
Lloh21:
add x24, x24, l_.str.9@PAGEOFF
Lloh22:
adrp x25, l_.str.10@PAGE
Lloh23:
add x25, x25, l_.str.10@PAGEOFF
b LBB13_2
LBB13_1: ; in Loop: Header=BB13_2 Depth=1
mov x0, x20
bl _puts
LBB13_2: ; =>This Loop Header: Depth=1
; Child Loop BB13_75 Depth 2
; Child Loop BB13_57 Depth 2
; Child Loop BB13_63 Depth 3
; Child Loop BB13_89 Depth 2
; Child Loop BB13_52 Depth 2
; Child Loop BB13_135 Depth 2
; Child Loop BB13_45 Depth 2
; Child Loop BB13_30 Depth 2
; Child Loop BB13_36 Depth 3
; Child Loop BB13_80 Depth 2
; Child Loop BB13_21 Depth 2
; Child Loop BB13_115 Depth 2
; Child Loop BB13_116 Depth 2
; Child Loop BB13_26 Depth 2
; Child Loop BB13_15 Depth 2
; Child Loop BB13_6 Depth 2
ldr x0, [x27]
bl _fgetc
add w8, w0, #1
cmp w8, #86
b.hi LBB13_2
; %bb.3: ; in Loop: Header=BB13_2 Depth=1
adr x9, LBB13_2
ldrh w10, [x28, x8, lsl #1]
add x9, x9, x10, lsl #2
br x9
LBB13_4: ; in Loop: Header=BB13_2 Depth=1
ldr x0, [x27]
bl _fgetc
str x21, [sp]
mov x0, x19
bl _scanf
ldr w22, [sp, #28]
ldr x8, [sp, #16]
cbnz x8, LBB13_6
b LBB13_87
LBB13_5: ; in Loop: Header=BB13_6 Depth=2
add x8, x26, #8
ldr x8, [x8]
cbz x8, LBB13_9
LBB13_6: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
mov x26, x8
ldr w8, [x8, #16]
cmp w8, w22
csetm w8, ls
csinc w23, w8, wzr, hs
cbz w23, LBB13_5
; %bb.7: ; in Loop: Header=BB13_6 Depth=2
cmp w23, #1
b.ne LBB13_2
; %bb.8: ; in Loop: Header=BB13_6 Depth=2
add x8, x26, #24
ldr x8, [x8]
cbnz x8, LBB13_6
LBB13_9: ; in Loop: Header=BB13_2 Depth=1
mov w0, #32
bl _malloc
stp x26, xzr, [x0]
str xzr, [x0, #24]
str w22, [x0, #16]
cmp w23, #1
b.eq LBB13_111
; %bb.10: ; in Loop: Header=BB13_2 Depth=1
cbnz w23, LBB13_2
; %bb.11: ; in Loop: Header=BB13_2 Depth=1
str x0, [x26, #8]
b LBB13_2
LBB13_12: ; in Loop: Header=BB13_2 Depth=1
ldr x0, [x27]
bl _fgetc
str x21, [sp]
mov x0, x19
bl _scanf
ldr x1, [sp, #16]
cbz x1, LBB13_96
; %bb.13: ; in Loop: Header=BB13_2 Depth=1
ldr w8, [sp, #28]
b LBB13_15
LBB13_14: ; in Loop: Header=BB13_15 Depth=2
add x9, x1, #24
ldr x1, [x9]
cbz x1, LBB13_96
LBB13_15: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
ldr w9, [x1, #16]
cmp w9, w8
csetm w9, hs
csinc w9, w9, wzr, ls
cbz w9, LBB13_14
; %bb.16: ; in Loop: Header=BB13_15 Depth=2
cmp w9, #1
b.ne LBB13_95
; %bb.17: ; in Loop: Header=BB13_15 Depth=2
add x9, x1, #8
ldr x1, [x9]
cbnz x1, LBB13_15
b LBB13_96
LBB13_18: ; in Loop: Header=BB13_2 Depth=1
ldr x0, [x27]
bl _fgetc
str x21, [sp]
mov x0, x19
bl _scanf
ldr x11, [sp, #16]
cbz x11, LBB13_119
; %bb.19: ; in Loop: Header=BB13_2 Depth=1
ldr w9, [sp, #28]
b LBB13_21
LBB13_20: ; in Loop: Header=BB13_21 Depth=2
add x11, x8, #8
ldr x11, [x11]
cbz x11, LBB13_24
LBB13_21: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
mov x8, x11
ldr w10, [x11, #16]
cmp w10, w9
csetm w10, ls
csinc w10, w10, wzr, hs
cbz w10, LBB13_20
; %bb.22: ; in Loop: Header=BB13_21 Depth=2
cmp w10, #1
b.ne LBB13_114
; %bb.23: ; in Loop: Header=BB13_21 Depth=2
add x11, x8, #24
ldr x11, [x11]
cbnz x11, LBB13_21
LBB13_24: ; in Loop: Header=BB13_2 Depth=1
cbz w10, LBB13_112
; %bb.25: ; in Loop: Header=BB13_2 Depth=1
cmp w10, #1
b.ne LBB13_113
LBB13_26: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
ldr x9, [x8]
cbz x9, LBB13_119
; %bb.27: ; in Loop: Header=BB13_26 Depth=2
ldr x10, [x9, #24]
cmp x8, x10
mov x8, x9
b.eq LBB13_26
b LBB13_118
LBB13_28: ; in Loop: Header=BB13_2 Depth=1
add x0, sp, #16
bl _FreeBST
ldr x0, [x27]
bl _fgetc
cmp w0, #10
b.eq LBB13_2
b LBB13_30
LBB13_29: ; in Loop: Header=BB13_30 Depth=2
str x0, [x26, #24]
LBB13_30: ; Parent Loop BB13_2 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB13_36 Depth 3
ldr x0, [x27]
bl _fgetc
cmp w0, #32
b.eq LBB13_33
; %bb.31: ; in Loop: Header=BB13_30 Depth=2
cmp w0, #10
b.eq LBB13_78
; %bb.32: ; in Loop: Header=BB13_30 Depth=2
ldr x1, [x27]
bl _ungetc
str x21, [sp]
mov x0, x19
bl _scanf
b LBB13_30
LBB13_33: ; in Loop: Header=BB13_30 Depth=2
ldr w22, [sp, #28]
ldr x8, [sp, #16]
cbnz x8, LBB13_36
; %bb.34: ; in Loop: Header=BB13_30 Depth=2
mov w0, #32
bl _malloc
str x0, [sp, #16]
str xzr, [x0, #24]
stp xzr, xzr, [x0]
str w22, [x0, #16]
b LBB13_30
LBB13_35: ; in Loop: Header=BB13_36 Depth=3
add x8, x26, #8
ldr x8, [x8]
cbz x8, LBB13_39
LBB13_36: ; Parent Loop BB13_2 Depth=1
; Parent Loop BB13_30 Depth=2
; => This Inner Loop Header: Depth=3
mov x26, x8
ldr w8, [x8, #16]
cmp w8, w22
csetm w8, ls
csinc w23, w8, wzr, hs
cbz w23, LBB13_35
; %bb.37: ; in Loop: Header=BB13_36 Depth=3
cmp w23, #1
b.ne LBB13_30
; %bb.38: ; in Loop: Header=BB13_36 Depth=3
add x8, x26, #24
ldr x8, [x8]
cbnz x8, LBB13_36
LBB13_39: ; in Loop: Header=BB13_30 Depth=2
mov w0, #32
bl _malloc
stp x26, xzr, [x0]
str xzr, [x0, #24]
str w22, [x0, #16]
cmp w23, #1
b.eq LBB13_29
; %bb.40: ; in Loop: Header=BB13_30 Depth=2
cbnz w23, LBB13_30
; %bb.41: ; in Loop: Header=BB13_30 Depth=2
str x0, [x26, #8]
b LBB13_30
LBB13_42: ; in Loop: Header=BB13_2 Depth=1
ldr x0, [x27]
bl _fgetc
str x21, [sp]
mov x0, x19
bl _scanf
ldr x8, [sp, #16]
cbz x8, LBB13_1
; %bb.43: ; in Loop: Header=BB13_2 Depth=1
ldr w9, [sp, #28]
b LBB13_45
LBB13_44: ; in Loop: Header=BB13_45 Depth=2
add x8, x8, #24
ldr x8, [x8]
cbz x8, LBB13_1
LBB13_45: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
ldr w10, [x8, #16]
cmp w10, w9
csetm w10, hs
csinc w10, w10, wzr, ls
cbz w10, LBB13_44
; %bb.46: ; in Loop: Header=BB13_45 Depth=2
cmp w10, #1
b.ne LBB13_97
; %bb.47: ; in Loop: Header=BB13_45 Depth=2
add x8, x8, #8
ldr x8, [x8]
cbnz x8, LBB13_45
b LBB13_1
LBB13_48: ; in Loop: Header=BB13_2 Depth=1
mov x26, x0
ldr x22, [sp, #16]
ldr x0, [x27]
bl _fgetc
str x21, [sp]
mov x0, x19
bl _scanf
cbz x22, LBB13_2
; %bb.49: ; in Loop: Header=BB13_2 Depth=1
ldr w8, [sp, #28]
b LBB13_52
LBB13_50: ; in Loop: Header=BB13_52 Depth=2
add x9, x22, #24
LBB13_51: ; in Loop: Header=BB13_52 Depth=2
ldr x22, [x9]
cbz x22, LBB13_2
LBB13_52: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
ldr w9, [x22, #16]
cmp w9, w8
csetm w9, hs
csinc w9, w9, wzr, ls
cbz w9, LBB13_50
; %bb.53: ; in Loop: Header=BB13_52 Depth=2
cmp w9, #1
b.ne LBB13_101
; %bb.54: ; in Loop: Header=BB13_52 Depth=2
add x9, x22, #8
b LBB13_51
LBB13_55: ; in Loop: Header=BB13_2 Depth=1
add x0, sp, #16
bl _FreeBST
ldr x0, [x27]
bl _fgetc
cmp w0, #10
b.eq LBB13_2
b LBB13_57
LBB13_56: ; in Loop: Header=BB13_57 Depth=2
str x0, [x26, #24]
LBB13_57: ; Parent Loop BB13_2 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB13_63 Depth 3
ldr x0, [x27]
bl _fgetc
cmp w0, #32
b.eq LBB13_60
; %bb.58: ; in Loop: Header=BB13_57 Depth=2
cmp w0, #10
b.eq LBB13_86
; %bb.59: ; in Loop: Header=BB13_57 Depth=2
ldr x1, [x27]
bl _ungetc
str x21, [sp]
mov x0, x19
bl _scanf
b LBB13_57
LBB13_60: ; in Loop: Header=BB13_57 Depth=2
ldr w22, [sp, #28]
ldr x8, [sp, #16]
cbnz x8, LBB13_63
; %bb.61: ; in Loop: Header=BB13_57 Depth=2
mov w0, #32
bl _malloc
str x0, [sp, #16]
str xzr, [x0, #24]
stp xzr, xzr, [x0]
str w22, [x0, #16]
b LBB13_57
LBB13_62: ; in Loop: Header=BB13_63 Depth=3
add x8, x26, #8
ldr x8, [x8]
cbz x8, LBB13_66
LBB13_63: ; Parent Loop BB13_2 Depth=1
; Parent Loop BB13_57 Depth=2
; => This Inner Loop Header: Depth=3
mov x26, x8
ldr w8, [x8, #16]
cmp w8, w22
csetm w8, ls
csinc w23, w8, wzr, hs
cbz w23, LBB13_62
; %bb.64: ; in Loop: Header=BB13_63 Depth=3
cmp w23, #1
b.ne LBB13_57
; %bb.65: ; in Loop: Header=BB13_63 Depth=3
add x8, x26, #24
ldr x8, [x8]
cbnz x8, LBB13_63
LBB13_66: ; in Loop: Header=BB13_57 Depth=2
mov w0, #32
bl _malloc
stp x26, xzr, [x0]
str xzr, [x0, #24]
str w22, [x0, #16]
cmp w23, #1
b.eq LBB13_56
; %bb.67: ; in Loop: Header=BB13_57 Depth=2
cbnz w23, LBB13_57
; %bb.68: ; in Loop: Header=BB13_57 Depth=2
str x0, [x26, #8]
b LBB13_57
LBB13_69: ; in Loop: Header=BB13_2 Depth=1
ldr x0, [x27]
bl _fgetc
ldr x0, [sp, #16]
bl _PreOrder
b LBB13_121
LBB13_70: ; in Loop: Header=BB13_2 Depth=1
ldr x0, [x27]
bl _fgetc
str x21, [sp]
mov x0, x19
bl _scanf
ldr x0, [sp, #16]
ldr w1, [sp, #28]
mov w2, #1
bl _BSTSearch
b LBB13_2
LBB13_71: ; in Loop: Header=BB13_2 Depth=1
ldr x22, [sp, #16]
ldr x0, [x27]
bl _fgetc
str x21, [sp]
mov x0, x19
bl _scanf
cbz x22, LBB13_1
; %bb.72: ; in Loop: Header=BB13_2 Depth=1
ldr w8, [sp, #28]
b LBB13_75
LBB13_73: ; in Loop: Header=BB13_75 Depth=2
add x9, x22, #24
LBB13_74: ; in Loop: Header=BB13_75 Depth=2
ldr x22, [x9]
cbz x22, LBB13_1
LBB13_75: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
ldr w9, [x22, #16]
cmp w9, w8
csetm w9, hs
csinc w9, w9, wzr, ls
cbz w9, LBB13_73
; %bb.76: ; in Loop: Header=BB13_75 Depth=2
cmp w9, #1
b.ne LBB13_105
; %bb.77: ; in Loop: Header=BB13_75 Depth=2
add x9, x22, #8
b LBB13_74
LBB13_78: ; in Loop: Header=BB13_2 Depth=1
ldr w22, [sp, #28]
ldr x8, [sp, #16]
cbnz x8, LBB13_80
b LBB13_87
LBB13_79: ; in Loop: Header=BB13_80 Depth=2
add x8, x26, #8
ldr x8, [x8]
cbz x8, LBB13_83
LBB13_80: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
mov x26, x8
ldr w8, [x8, #16]
cmp w8, w22
csetm w8, ls
csinc w23, w8, wzr, hs
cbz w23, LBB13_79
; %bb.81: ; in Loop: Header=BB13_80 Depth=2
cmp w23, #1
b.ne LBB13_2
; %bb.82: ; in Loop: Header=BB13_80 Depth=2
add x8, x26, #24
ldr x8, [x8]
cbnz x8, LBB13_80
LBB13_83: ; in Loop: Header=BB13_2 Depth=1
mov w0, #32
bl _malloc
stp x26, xzr, [x0]
str xzr, [x0, #24]
str w22, [x0, #16]
cmp w23, #1
b.eq LBB13_122
; %bb.84: ; in Loop: Header=BB13_2 Depth=1
cbnz w23, LBB13_2
; %bb.85: ; in Loop: Header=BB13_2 Depth=1
str x0, [x26, #8]
b LBB13_2
LBB13_86: ; in Loop: Header=BB13_2 Depth=1
ldr w22, [sp, #28]
ldr x8, [sp, #16]
cbnz x8, LBB13_89
LBB13_87: ; in Loop: Header=BB13_2 Depth=1
mov w0, #32
bl _malloc
str x0, [sp, #16]
str xzr, [x0, #24]
stp xzr, xzr, [x0]
str w22, [x0, #16]
b LBB13_2
LBB13_88: ; in Loop: Header=BB13_89 Depth=2
add x8, x26, #8
ldr x8, [x8]
cbz x8, LBB13_92
LBB13_89: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
mov x26, x8
ldr w8, [x8, #16]
cmp w8, w22
csetm w8, ls
csinc w23, w8, wzr, hs
cbz w23, LBB13_88
; %bb.90: ; in Loop: Header=BB13_89 Depth=2
cmp w23, #1
b.ne LBB13_2
; %bb.91: ; in Loop: Header=BB13_89 Depth=2
add x8, x26, #24
ldr x8, [x8]
cbnz x8, LBB13_89
LBB13_92: ; in Loop: Header=BB13_2 Depth=1
mov w0, #32
bl _malloc
stp x26, xzr, [x0]
str xzr, [x0, #24]
str w22, [x0, #16]
cmp w23, #1
b.eq LBB13_123
; %bb.93: ; in Loop: Header=BB13_2 Depth=1
cbnz w23, LBB13_2
; %bb.94: ; in Loop: Header=BB13_2 Depth=1
str x0, [x26, #8]
b LBB13_2
LBB13_95: ; in Loop: Header=BB13_2 Depth=1
cmn w9, #1
b.ne LBB13_150
LBB13_96: ; in Loop: Header=BB13_2 Depth=1
add x0, sp, #16
bl _DeleteBSTNode
b LBB13_2
LBB13_97: ; in Loop: Header=BB13_2 Depth=1
cmn w10, #1
b.ne LBB13_151
; %bb.98: ; in Loop: Header=BB13_2 Depth=1
ldr x9, [x8, #8]
ldr x8, [x8, #24]
cbz x9, LBB13_124
; %bb.99: ; in Loop: Header=BB13_2 Depth=1
ldr w9, [x9, #16]
cbz x8, LBB13_126
; %bb.100: ; in Loop: Header=BB13_2 Depth=1
ldr w8, [x8, #16]
; kill: def $w9 killed $w9 killed $x9 def $x9
stp x9, x8, [sp]
mov x0, x24
bl _printf
b LBB13_2
LBB13_101: ; in Loop: Header=BB13_2 Depth=1
cmn w9, #1
b.ne LBB13_152
; %bb.102: ; in Loop: Header=BB13_2 Depth=1
ldr x8, [x22, #24]
cbz x8, LBB13_2
; %bb.103: ; in Loop: Header=BB13_2 Depth=1
ldr x9, [x22]
cbz x9, LBB13_127
; %bb.104: ; in Loop: Header=BB13_2 Depth=1
ldr x10, [x9, #8]!
add x11, x9, #16
cmp x10, x22
csel x9, x9, x11, eq
b LBB13_128
LBB13_105: ; in Loop: Header=BB13_2 Depth=1
cmn w9, #1
b.ne LBB13_153
; %bb.106: ; in Loop: Header=BB13_2 Depth=1
ldr x8, [x22]
cbz x8, LBB13_1
; %bb.107: ; in Loop: Header=BB13_2 Depth=1
ldr x9, [x8]
cbz x9, LBB13_1
; %bb.108: ; in Loop: Header=BB13_2 Depth=1
ldr x10, [x9, #8]
cmp x8, x10
b.eq LBB13_145
; %bb.109: ; in Loop: Header=BB13_2 Depth=1
cbz x10, LBB13_1
; %bb.110: ; in Loop: Header=BB13_2 Depth=1
ldr w8, [x10, #16]
b LBB13_147
LBB13_111: ; in Loop: Header=BB13_2 Depth=1
str x0, [x26, #24]
b LBB13_2
LBB13_112: ; in Loop: Header=BB13_2 Depth=1
mov x9, x8
b LBB13_118
LBB13_113: ; in Loop: Header=BB13_2 Depth=1
mov x8, #0
LBB13_114: ; in Loop: Header=BB13_2 Depth=1
ldr x10, [x8, #24]
cbz x10, LBB13_116
LBB13_115: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
mov x9, x10
ldr x10, [x10, #8]
cbnz x10, LBB13_115
b LBB13_118
LBB13_116: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
ldr x9, [x8]
cbz x9, LBB13_119
; %bb.117: ; in Loop: Header=BB13_116 Depth=2
ldr x10, [x9, #24]
cmp x8, x10
mov x8, x9
b.eq LBB13_116
LBB13_118: ; in Loop: Header=BB13_2 Depth=1
ldr w8, [x9, #16]
str x8, [sp]
mov x0, x19
b LBB13_120
LBB13_119: ; in Loop: Header=BB13_2 Depth=1
mov x0, x20
LBB13_120: ; in Loop: Header=BB13_2 Depth=1
bl _printf
LBB13_121: ; in Loop: Header=BB13_2 Depth=1
mov w0, #10
bl _putchar
b LBB13_2
LBB13_122: ; in Loop: Header=BB13_2 Depth=1
str x0, [x26, #24]
b LBB13_2
LBB13_123: ; in Loop: Header=BB13_2 Depth=1
str x0, [x26, #24]
b LBB13_2
LBB13_124: ; in Loop: Header=BB13_2 Depth=1
cbz x8, LBB13_148
; %bb.125: ; in Loop: Header=BB13_2 Depth=1
ldr w8, [x8, #16]
str x8, [sp]
Lloh24:
adrp x0, l_.str.7@PAGE
Lloh25:
add x0, x0, l_.str.7@PAGEOFF
bl _printf
b LBB13_2
LBB13_126: ; in Loop: Header=BB13_2 Depth=1
str x9, [sp]
Lloh26:
adrp x0, l_.str.8@PAGE
Lloh27:
add x0, x0, l_.str.8@PAGEOFF
bl _printf
b LBB13_2
LBB13_127: ; in Loop: Header=BB13_2 Depth=1
add x9, sp, #16
LBB13_128: ; in Loop: Header=BB13_2 Depth=1
str x8, [x9]
ldr x10, [x22]
ldr x9, [x8, #8]
str x9, [x22, #24]
stp x10, x22, [x8]
str x8, [x22]
cbz x9, LBB13_130
; %bb.129: ; in Loop: Header=BB13_2 Depth=1
str x22, [x9]
LBB13_130: ; in Loop: Header=BB13_2 Depth=1
cmp w26, #82
b.ne LBB13_2
LBB13_131: ; in Loop: Header=BB13_2 Depth=1
ldr x0, [x27]
bl _fgetc
str x21, [sp]
mov x0, x19
bl _scanf
ldr x8, [sp, #16]
cbz x8, LBB13_2
; %bb.132: ; in Loop: Header=BB13_2 Depth=1
ldr w9, [sp, #28]
b LBB13_135
LBB13_133: ; in Loop: Header=BB13_135 Depth=2
add x8, x8, #24
LBB13_134: ; in Loop: Header=BB13_135 Depth=2
ldr x8, [x8]
cbz x8, LBB13_2
LBB13_135: ; Parent Loop BB13_2 Depth=1
; => This Inner Loop Header: Depth=2
ldr w10, [x8, #16]
cmp w10, w9
csetm w10, hs
csinc w10, w10, wzr, ls
cbz w10, LBB13_133
; %bb.136: ; in Loop: Header=BB13_135 Depth=2
cmp w10, #1
b.ne LBB13_138
; %bb.137: ; in Loop: Header=BB13_135 Depth=2
add x8, x8, #8
b LBB13_134
LBB13_138: ; in Loop: Header=BB13_2 Depth=1
cmn w10, #1
b.ne LBB13_149
; %bb.139: ; in Loop: Header=BB13_2 Depth=1
ldr x9, [x8, #8]
cbz x9, LBB13_2
; %bb.140: ; in Loop: Header=BB13_2 Depth=1
ldr x10, [x8]
cbz x10, LBB13_142
; %bb.141: ; in Loop: Header=BB13_2 Depth=1
ldr x11, [x10, #8]!
add x12, x10, #16
cmp x11, x8
csel x10, x10, x12, eq
b LBB13_143
LBB13_142: ; in Loop: Header=BB13_2 Depth=1
add x10, sp, #16
LBB13_143: ; in Loop: Header=BB13_2 Depth=1
str x9, [x10]
ldr x10, [x8]
str x10, [x9]
ldr x10, [x9, #24]
str x8, [x9, #24]
stp x9, x10, [x8]
cbz x10, LBB13_2
; %bb.144: ; in Loop: Header=BB13_2 Depth=1
str x8, [x10]
b LBB13_2
LBB13_145: ; in Loop: Header=BB13_2 Depth=1
ldr x8, [x9, #24]
cbz x8, LBB13_1
; %bb.146: ; in Loop: Header=BB13_2 Depth=1
ldr w8, [x8, #16]
LBB13_147: ; in Loop: Header=BB13_2 Depth=1
str x8, [sp]
mov x0, x25
bl _printf
b LBB13_2
LBB13_148: ; in Loop: Header=BB13_2 Depth=1
Lloh28:
adrp x0, l_str.15@PAGE
Lloh29:
add x0, x0, l_str.15@PAGEOFF
bl _puts
b LBB13_2
LBB13_149: ; =>This Inner Loop Header: Depth=1
b LBB13_149
LBB13_150: ; =>This Inner Loop Header: Depth=1
b LBB13_150
LBB13_151: ; =>This Inner Loop Header: Depth=1
b LBB13_151
LBB13_152: ; =>This Inner Loop Header: Depth=1
b LBB13_152
LBB13_153: ; =>This Inner Loop Header: Depth=1
b LBB13_153
LBB13_154:
add x0, sp, #16
bl _FreeBST
mov w0, #0
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
ldp x20, x19, [sp, #96] ; 16-byte Folded Reload
ldp x22, x21, [sp, #80] ; 16-byte Folded Reload
ldp x24, x23, [sp, #64] ; 16-byte Folded Reload
ldp x26, x25, [sp, #48] ; 16-byte Folded Reload
ldp x28, x27, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #128
ret
.loh AdrpAdd Lloh22, Lloh23
.loh AdrpAdd Lloh20, Lloh21
.loh AdrpAdd Lloh18, Lloh19
.loh AdrpAdd Lloh16, Lloh17
.loh AdrpAdd Lloh14, Lloh15
.loh AdrpLdrGot Lloh12, Lloh13
.loh AdrpAdd Lloh24, Lloh25
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpAdd Lloh28, Lloh29
.cfi_endproc
.section __TEXT,__const
.p2align 1
lJTI13_0:
.short (LBB13_154-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_4-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_12-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_18-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_28-LBB13_2)>>2
.short (LBB13_42-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_48-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_55-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_69-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_131-LBB13_2)>>2
.short (LBB13_70-LBB13_2)>>2
.short (LBB13_2-LBB13_2)>>2
.short (LBB13_71-LBB13_2)>>2
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.4: ; @.str.4
.asciz "%u"
l_.str.7: ; @.str.7
.asciz "Nil %u\n"
l_.str.8: ; @.str.8
.asciz "%u Nil\n"
l_.str.9: ; @.str.9
.asciz "%u %u\n"
l_.str.10: ; @.str.10
.asciz "%u\n"
l_str.14: ; @str.14
.asciz "-1"
l_str.15: ; @str.15
.asciz "Nil Nil"
.subsections_via_symbols
| the_stack_data/82949764.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function Bri_OnCommand
_Bri_OnCommand: ## @Bri_OnCommand
.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 %r12
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r15d
movl %esi, %r14d
cmpl $129, %edx
je LBB0_4
## %bb.1:
cmpl $128, %r15d
jne LBB0_2
## %bb.3:
movq %rdi, %rbx
movq (%rdi), %rax
movq (%rax), %rax
movl (%rax), %edi
callq _GetDC
movl %eax, %r12d
movq (%rbx), %rax
movq (%rax), %rax
movl (%rax), %edx
movl 4(%rax), %edi
movl 16(%rbx), %r8d
movl 12(%rbx), %r9d
movl 8(%rbx), %eax
movl %eax, (%rsp)
movl %edi, %esi
movl %r12d, %ecx
callq _AdjustBrightness
movq (%rbx), %rax
movq (%rax), %rax
movl (%rax), %edi
movl %r12d, %esi
callq _ReleaseDC
LBB0_4:
movl %r14d, %edi
movl %r15d, %esi
callq _EndDialog
movq _TRUE@GOTPCREL(%rip), %rax
jmp LBB0_5
LBB0_2:
movq _FALSE@GOTPCREL(%rip), %rax
LBB0_5:
movl (%rax), %eax
addq $16, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _TRUE,4,2 ## @TRUE
.comm _FALSE,4,2 ## @FALSE
.no_dead_strip _Bri_OnCommand
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function Bri_OnCommand
_Bri_OnCommand: ; @Bri_OnCommand
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x2
mov x20, x1
cmp w2, #129
b.eq LBB0_3
; %bb.1:
cmp w19, #128
b.ne LBB0_4
; %bb.2:
mov x21, x0
ldr x8, [x0]
ldr x8, [x8]
ldr w0, [x8]
bl _GetDC
mov x22, x0
ldr x8, [x21]
ldr x8, [x8]
ldp w2, w0, [x8]
ldp w5, w4, [x21, #12]
ldr w6, [x21, #8]
mov x1, x0
mov x3, x22
bl _AdjustBrightness
ldr x8, [x21]
ldr x8, [x8]
ldr w0, [x8]
mov x1, x22
bl _ReleaseDC
LBB0_3:
mov x0, x20
mov x1, x19
bl _EndDialog
Lloh0:
adrp x8, _TRUE@GOTPAGE
Lloh1:
ldr x8, [x8, _TRUE@GOTPAGEOFF]
b LBB0_5
LBB0_4:
Lloh2:
adrp x8, _FALSE@GOTPAGE
Lloh3:
ldr x8, [x8, _FALSE@GOTPAGEOFF]
LBB0_5:
ldr w0, [x8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.cfi_endproc
; -- End function
.comm _TRUE,4,2 ; @TRUE
.comm _FALSE,4,2 ; @FALSE
.no_dead_strip _Bri_OnCommand
.subsections_via_symbols
| AnghaBench/reactos/modules/rosapps/applications/imagesoft/extr_brightness.c_Bri_OnCommand.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function twl4030_voice_enable
_twl4030_voice_enable: ## @twl4030_voice_enable
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movl %edx, %r14d
movl %esi, %ebx
movq %rdi, %r15
movq _TWL4030_REG_OPTION@GOTPCREL(%rip), %r12
movl (%r12), %esi
callq _twl4030_read
movq _SNDRV_PCM_STREAM_PLAYBACK@GOTPCREL(%rip), %rcx
cmpl %ebx, (%rcx)
jne LBB0_1
## %bb.2:
movq _TWL4030_ARXL1_VRX_EN@GOTPCREL(%rip), %rcx
movl (%rcx), %edx
jmp LBB0_3
LBB0_1:
movq _TWL4030_ATXL2_VTXL_EN@GOTPCREL(%rip), %rcx
movq _TWL4030_ATXR2_VTXR_EN@GOTPCREL(%rip), %rdx
movl (%rdx), %edx
orl (%rcx), %edx
LBB0_3:
movl %edx, %ecx
orl %eax, %ecx
notl %edx
andl %eax, %edx
testl %r14d, %r14d
cmovnel %ecx, %edx
movl (%r12), %esi
movq %r15, %rdi
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _twl4030_write ## TAILCALL
.cfi_endproc
## -- End function
.comm _TWL4030_REG_OPTION,4,2 ## @TWL4030_REG_OPTION
.comm _SNDRV_PCM_STREAM_PLAYBACK,4,2 ## @SNDRV_PCM_STREAM_PLAYBACK
.comm _TWL4030_ARXL1_VRX_EN,4,2 ## @TWL4030_ARXL1_VRX_EN
.comm _TWL4030_ATXL2_VTXL_EN,4,2 ## @TWL4030_ATXL2_VTXL_EN
.comm _TWL4030_ATXR2_VTXR_EN,4,2 ## @TWL4030_ATXR2_VTXR_EN
.no_dead_strip _twl4030_voice_enable
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function twl4030_voice_enable
_twl4030_voice_enable: ; @twl4030_voice_enable
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x2
mov x20, x1
mov x21, x0
Lloh0:
adrp x22, _TWL4030_REG_OPTION@GOTPAGE
Lloh1:
ldr x22, [x22, _TWL4030_REG_OPTION@GOTPAGEOFF]
ldr w1, [x22]
bl _twl4030_read
Lloh2:
adrp x8, _SNDRV_PCM_STREAM_PLAYBACK@GOTPAGE
Lloh3:
ldr x8, [x8, _SNDRV_PCM_STREAM_PLAYBACK@GOTPAGEOFF]
Lloh4:
ldr w8, [x8]
Lloh5:
adrp x9, _TWL4030_ARXL1_VRX_EN@GOTPAGE
Lloh6:
ldr x9, [x9, _TWL4030_ARXL1_VRX_EN@GOTPAGEOFF]
Lloh7:
ldr w9, [x9]
Lloh8:
adrp x10, _TWL4030_ATXL2_VTXL_EN@GOTPAGE
Lloh9:
ldr x10, [x10, _TWL4030_ATXL2_VTXL_EN@GOTPAGEOFF]
Lloh10:
ldr w10, [x10]
Lloh11:
adrp x11, _TWL4030_ATXR2_VTXR_EN@GOTPAGE
Lloh12:
ldr x11, [x11, _TWL4030_ATXR2_VTXR_EN@GOTPAGEOFF]
Lloh13:
ldr w11, [x11]
orr w10, w11, w10
cmp w8, w20
csel w8, w9, w10, eq
orr w9, w8, w0
bic w8, w0, w8
cmp w19, #0
csel w2, w8, w9, eq
ldr w1, [x22]
mov x0, x21
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _twl4030_write
.loh AdrpLdrGotLdr Lloh11, Lloh12, Lloh13
.loh AdrpLdrGotLdr Lloh8, Lloh9, Lloh10
.loh AdrpLdrGotLdr Lloh5, Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh2, Lloh3, Lloh4
.loh AdrpLdrGot Lloh0, Lloh1
.cfi_endproc
; -- End function
.comm _TWL4030_REG_OPTION,4,2 ; @TWL4030_REG_OPTION
.comm _SNDRV_PCM_STREAM_PLAYBACK,4,2 ; @SNDRV_PCM_STREAM_PLAYBACK
.comm _TWL4030_ARXL1_VRX_EN,4,2 ; @TWL4030_ARXL1_VRX_EN
.comm _TWL4030_ATXL2_VTXL_EN,4,2 ; @TWL4030_ATXL2_VTXL_EN
.comm _TWL4030_ATXR2_VTXR_EN,4,2 ; @TWL4030_ATXR2_VTXR_EN
.no_dead_strip _twl4030_voice_enable
.subsections_via_symbols
| AnghaBench/linux/sound/soc/codecs/extr_twl4030.c_twl4030_voice_enable.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function b44_mdio_read_mii
_b44_mdio_read_mii: ## @b44_mdio_read_mii
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
subq $16, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movl %edx, %r14d
movl %esi, %ebx
callq _netdev_priv
leaq -20(%rbp), %rcx
movq %rax, %rdi
movl %ebx, %esi
movl %r14d, %edx
callq ___b44_readphy
xorl %ecx, %ecx
negl %eax
sbbl %ecx, %ecx
orl -20(%rbp), %ecx
movl %ecx, %eax
addq $16, %rsp
popq %rbx
popq %r14
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _b44_mdio_read_mii
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function b44_mdio_read_mii
_b44_mdio_read_mii: ; @b44_mdio_read_mii
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
mov x19, x2
mov x20, x1
bl _netdev_priv
add x3, sp, #12
mov x1, x20
mov x2, x19
bl ___b44_readphy
ldr w8, [sp, #12]
cmp w0, #0
csinv w0, w8, wzr, eq
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.no_dead_strip _b44_mdio_read_mii
.subsections_via_symbols
| AnghaBench/linux/drivers/net/ethernet/broadcom/extr_b44.c_b44_mdio_read_mii.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.section __TEXT,__literal8,8byte_literals
.p2align 3, 0x0 ## -- Begin function adjust_max_wait_time
LCPI0_0:
.quad 0x3ff0000000000000 ## double 1
LCPI0_1:
.quad 0x408f400000000000 ## double 1000
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
_adjust_max_wait_time: ## @adjust_max_wait_time
.cfi_startproc
## %bb.0:
cmpq $0, 8(%rdi)
je LBB0_5
## %bb.1:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
pushq %r14
pushq %rbx
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq 16(%rdi), %rbx
movsd (%rbx), %xmm2 ## xmm2 = mem[0],zero
xorpd %xmm0, %xmm0
ucomisd %xmm0, %xmm2
jbe LBB0_4
## %bb.2:
cmpq $0, (%rdi)
js LBB0_4
## %bb.3:
movsd (%rsi), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = [1.0E+0,0.0E+0]
divsd %xmm2, %xmm1
movq %rsi, %r14
callq _MPMIN
movsd %xmm0, (%r14)
movsd 8(%rbx), %xmm1 ## xmm1 = mem[0],zero
divsd LCPI0_1(%rip), %xmm1
callq _MPMIN
movsd %xmm0, (%r14)
LBB0_4:
popq %rbx
popq %r14
popq %rbp
LBB0_5:
retq
.cfi_endproc
## -- End function
.no_dead_strip _adjust_max_wait_time
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 15, 0 sdk_version 15, 5
.p2align 2 ; -- Begin function adjust_max_wait_time
_adjust_max_wait_time: ; @adjust_max_wait_time
.cfi_startproc
; %bb.0:
ldr x8, [x0, #8]
cbz x8, LBB0_5
; %bb.1:
stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill
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 w19, -24
.cfi_offset w20, -32
ldr x19, [x0, #16]
ldr d1, [x19]
fcmp d1, #0.0
b.le LBB0_4
; %bb.2:
ldr x8, [x0]
tbnz x8, #63, LBB0_4
; %bb.3:
ldr d0, [x1]
fmov d2, #1.00000000
fdiv d1, d2, d1
mov x20, x1
bl _MPMIN
str d0, [x20]
ldr d1, [x19, #8]
mov x8, #70368744177664 ; =0x400000000000
movk x8, #16527, lsl #48
fmov d2, x8
fdiv d1, d1, d2
bl _MPMIN
str d0, [x20]
LBB0_4:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
LBB0_5:
ret
.cfi_endproc
; -- End function
.no_dead_strip _adjust_max_wait_time
.subsections_via_symbols
| assembly_file_76605.c | assembly_dataset |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function nested_cpu_has_vpid
_nested_cpu_has_vpid: ## @nested_cpu_has_vpid
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _SECONDARY_EXEC_ENABLE_VPID@GOTPCREL(%rip), %rax
movl (%rax), %esi
popq %rbp
jmp _nested_cpu_has2 ## TAILCALL
.cfi_endproc
## -- End function
.comm _SECONDARY_EXEC_ENABLE_VPID,4,2 ## @SECONDARY_EXEC_ENABLE_VPID
.no_dead_strip _nested_cpu_has_vpid
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function nested_cpu_has_vpid
_nested_cpu_has_vpid: ; @nested_cpu_has_vpid
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _SECONDARY_EXEC_ENABLE_VPID@GOTPAGE
Lloh1:
ldr x8, [x8, _SECONDARY_EXEC_ENABLE_VPID@GOTPAGEOFF]
Lloh2:
ldr w1, [x8]
b _nested_cpu_has2
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _SECONDARY_EXEC_ENABLE_VPID,4,2 ; @SECONDARY_EXEC_ENABLE_VPID
.no_dead_strip _nested_cpu_has_vpid
.subsections_via_symbols
| AnghaBench/linux/arch/x86/kvm/vmx/extr_nested.h_nested_cpu_has_vpid.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE
_A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE: ## @A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE
.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, %eax
movq _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__SHIFT@GOTPCREL(%rip), %rcx
movb (%rcx), %cl
shll %cl, %eax
movq _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__MASK@GOTPCREL(%rip), %rcx
andl (%rcx), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__SHIFT,4,2 ## @A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__SHIFT
.comm _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__MASK,4,2 ## @A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__MASK
.no_dead_strip _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE
_A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE: ; @A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE
.cfi_startproc
; %bb.0:
Lloh0:
adrp x8, _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__SHIFT@GOTPAGE
Lloh1:
ldr x8, [x8, _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__SHIFT@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
lsl w8, w0, w8
Lloh3:
adrp x9, _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__MASK@GOTPAGE
Lloh4:
ldr x9, [x9, _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__MASK@GOTPAGEOFF]
Lloh5:
ldr w9, [x9]
and w0, w8, w9
ret
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.cfi_endproc
; -- End function
.comm _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__SHIFT,4,2 ; @A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__SHIFT
.comm _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__MASK,4,2 ; @A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE__MASK
.no_dead_strip _A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE
.subsections_via_symbols
| AnghaBench/linux/drivers/gpu/drm/msm/adreno/extr_a5xx.xml.h_A5XX_PC_RASTER_CNTL_POLYMODE_FRONT_PTYPE.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function parse_opts
_parse_opts: ## @parse_opts
.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 $56, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %rbx
movq %rdi, %r15
movq %rsp, %r14
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
movq _MAX_OPT_ARGS@GOTPCREL(%rip), %rax
movl (%rax), %eax
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq %rsp, %r12
movabsq $35184372088833, %rax ## imm = 0x200000000001
movq %rbx, -64(%rbp) ## 8-byte Spill
movq %rax, (%rbx)
testq %r15, %r15
je LBB0_1
## %bb.2:
movq _GFP_KERNEL@GOTPCREL(%rip), %rax
movl (%rax), %esi
movq %r15, %rdi
callq _kstrdup
movq %rax, -72(%rbp)
testq %rax, %rax
je LBB0_5
## %bb.3:
movq %r14, -88(%rbp) ## 8-byte Spill
leaq L_.str.1(%rip), %rsi
leaq -72(%rbp), %rdi
callq _strsep
testq %rax, %rax
je LBB0_4
## %bb.6:
movl $0, -52(%rbp) ## 4-byte Folded Spill
leaq L_.str.1(%rip), %rbx
leaq -72(%rbp), %r13
jmp LBB0_7
LBB0_16: ## in Loop: Header=BB0_7 Depth=1
movq -64(%rbp), %rax ## 8-byte Reload
movl $0, (%rax)
.p2align 4, 0x90
LBB0_17: ## in Loop: Header=BB0_7 Depth=1
movq %r13, %rdi
movq %rbx, %rsi
callq _strsep
testq %rax, %rax
je LBB0_18
LBB0_7: ## =>This Inner Loop Header: Depth=1
cmpb $0, (%rax)
je LBB0_17
## %bb.8: ## in Loop: Header=BB0_7 Depth=1
movq _tokens@GOTPCREL(%rip), %rcx
movl (%rcx), %esi
movq %rax, %rdi
movq %r12, %rdx
callq _match_token
movl %eax, %r15d
cmpl $127, %eax
jg LBB0_11
## %bb.9: ## in Loop: Header=BB0_7 Depth=1
movq %r12, %rdi
leaq -76(%rbp), %rsi
callq _match_int
testl %eax, %eax
js LBB0_10
LBB0_11: ## in Loop: Header=BB0_7 Depth=1
cmpl $128, %r15d
je LBB0_15
## %bb.12: ## in Loop: Header=BB0_7 Depth=1
cmpl $130, %r15d
je LBB0_16
## %bb.13: ## in Loop: Header=BB0_7 Depth=1
cmpl $129, %r15d
jne LBB0_17
## %bb.14: ## in Loop: Header=BB0_7 Depth=1
movl -76(%rbp), %eax
movq -64(%rbp), %rcx ## 8-byte Reload
movl %eax, 4(%rcx)
jmp LBB0_17
LBB0_15: ## in Loop: Header=BB0_7 Depth=1
movq %r12, %rdi
callq _v9fs_get_trans_by_name
movq -64(%rbp), %rcx ## 8-byte Reload
movl %eax, 8(%rcx)
jmp LBB0_17
LBB0_10: ## in Loop: Header=BB0_7 Depth=1
movl %eax, %r14d
movq _P9_DEBUG_ERROR@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq L_.str.2(%rip), %rsi
callq _P9_DPRINTK
movl %r14d, -52(%rbp) ## 4-byte Spill
jmp LBB0_17
LBB0_1:
xorl %eax, %eax
jmp LBB0_19
LBB0_5:
movq _P9_DEBUG_ERROR@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq L_.str(%rip), %rsi
callq _P9_DPRINTK
movq _ENOMEM@GOTPCREL(%rip), %rcx
xorl %eax, %eax
subl (%rcx), %eax
jmp LBB0_19
LBB0_4:
movl $0, -52(%rbp) ## 4-byte Folded Spill
LBB0_18:
movq -72(%rbp), %rdi
callq _kfree
movq -88(%rbp), %r14 ## 8-byte Reload
movl -52(%rbp), %eax ## 4-byte Reload
LBB0_19:
movq %r14, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
cmpq -48(%rbp), %rcx
jne LBB0_21
## %bb.20:
leaq -40(%rbp), %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_21:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.comm _MAX_OPT_ARGS,4,2 ## @MAX_OPT_ARGS
.comm _GFP_KERNEL,4,2 ## @GFP_KERNEL
.comm _P9_DEBUG_ERROR,4,2 ## @P9_DEBUG_ERROR
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "failed to allocate copy of option string\n"
.comm _ENOMEM,4,2 ## @ENOMEM
L_.str.1: ## @.str.1
.asciz ","
.comm _tokens,4,2 ## @tokens
L_.str.2: ## @.str.2
.asciz "integer field, but no integer?\n"
.no_dead_strip _parse_opts
.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 parse_opts
lCPI0_0:
.long 1 ; 0x1
.long 8192 ; 0x2000
.section __TEXT,__text,regular,pure_instructions
.p2align 2
_parse_opts: ; @parse_opts
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 96
stp x26, x25, [sp, #16] ; 16-byte Folded Spill
stp x24, x23, [sp, #32] ; 16-byte Folded Spill
stp x22, x21, [sp, #48] ; 16-byte Folded Spill
stp x20, x19, [sp, #64] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
sub sp, sp, #32
mov x19, x1
mov x26, sp
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-88]
Lloh3:
adrp x8, _MAX_OPT_ARGS@GOTPAGE
Lloh4:
ldr x8, [x8, _MAX_OPT_ARGS@GOTPAGEOFF]
Lloh5:
ldr w8, [x8]
lsl x8, x8, #2
mov x9, x8
Lloh6:
adrp x16, ___chkstk_darwin@GOTPAGE
Lloh7:
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
mov x9, sp
add x8, x8, #15
and x8, x8, #0x7fffffff0
sub x20, x9, x8
mov sp, x20
Lloh8:
adrp x8, lCPI0_0@PAGE
Lloh9:
ldr d0, [x8, lCPI0_0@PAGEOFF]
str d0, [x1]
cbz x0, LBB0_16
; %bb.1:
Lloh10:
adrp x8, _GFP_KERNEL@GOTPAGE
Lloh11:
ldr x8, [x8, _GFP_KERNEL@GOTPAGEOFF]
Lloh12:
ldr w1, [x8]
bl _kstrdup
stur x0, [x29, #-96]
cbz x0, LBB0_17
; %bb.2:
Lloh13:
adrp x1, l_.str.1@PAGE
Lloh14:
add x1, x1, l_.str.1@PAGEOFF
sub x0, x29, #96
bl _strsep
mov w21, #0
cbz x0, LBB0_15
; %bb.3:
Lloh15:
adrp x22, l_.str.1@PAGE
Lloh16:
add x22, x22, l_.str.1@PAGEOFF
Lloh17:
adrp x27, _tokens@GOTPAGE
Lloh18:
ldr x27, [x27, _tokens@GOTPAGEOFF]
Lloh19:
adrp x28, _P9_DEBUG_ERROR@GOTPAGE
Lloh20:
ldr x28, [x28, _P9_DEBUG_ERROR@GOTPAGEOFF]
Lloh21:
adrp x23, l_.str.2@PAGE
Lloh22:
add x23, x23, l_.str.2@PAGEOFF
b LBB0_6
LBB0_4: ; in Loop: Header=BB0_6 Depth=1
str wzr, [x19]
LBB0_5: ; in Loop: Header=BB0_6 Depth=1
sub x0, x29, #96
mov x1, x22
bl _strsep
cbz x0, LBB0_15
LBB0_6: ; =>This Inner Loop Header: Depth=1
ldrb w8, [x0]
cbz w8, LBB0_5
; %bb.7: ; in Loop: Header=BB0_6 Depth=1
ldr w1, [x27]
mov x2, x20
bl _match_token
mov x24, x0
cmp w0, #127
b.gt LBB0_9
; %bb.8: ; in Loop: Header=BB0_6 Depth=1
sub x1, x29, #100
mov x0, x20
bl _match_int
tbnz w0, #31, LBB0_14
LBB0_9: ; in Loop: Header=BB0_6 Depth=1
cmp w24, #128
b.eq LBB0_13
; %bb.10: ; in Loop: Header=BB0_6 Depth=1
cmp w24, #130
b.eq LBB0_4
; %bb.11: ; in Loop: Header=BB0_6 Depth=1
cmp w24, #129
b.ne LBB0_5
; %bb.12: ; in Loop: Header=BB0_6 Depth=1
ldur w8, [x29, #-100]
str w8, [x19, #4]
b LBB0_5
LBB0_13: ; in Loop: Header=BB0_6 Depth=1
mov x0, x20
bl _v9fs_get_trans_by_name
str w0, [x19, #8]
b LBB0_5
LBB0_14: ; in Loop: Header=BB0_6 Depth=1
mov x25, x0
ldr w0, [x28]
mov x1, x23
bl _P9_DPRINTK
mov x21, x25
b LBB0_5
LBB0_15:
ldur x0, [x29, #-96]
bl _kfree
b LBB0_18
LBB0_16:
mov w21, #0
b LBB0_18
LBB0_17:
Lloh23:
adrp x8, _P9_DEBUG_ERROR@GOTPAGE
Lloh24:
ldr x8, [x8, _P9_DEBUG_ERROR@GOTPAGEOFF]
Lloh25:
ldr w0, [x8]
Lloh26:
adrp x1, l_.str@PAGE
Lloh27:
add x1, x1, l_.str@PAGEOFF
bl _P9_DPRINTK
Lloh28:
adrp x8, _ENOMEM@GOTPAGE
Lloh29:
ldr x8, [x8, _ENOMEM@GOTPAGEOFF]
Lloh30:
ldr w8, [x8]
neg w21, w8
LBB0_18:
mov sp, x26
ldur x8, [x29, #-88]
Lloh31:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh32:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh33:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_20
; %bb.19:
mov x0, x21
sub sp, x29, #80
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
ldp x20, x19, [sp, #64] ; 16-byte Folded Reload
ldp x22, x21, [sp, #48] ; 16-byte Folded Reload
ldp x24, x23, [sp, #32] ; 16-byte Folded Reload
ldp x26, x25, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #96 ; 16-byte Folded Reload
ret
LBB0_20:
bl ___stack_chk_fail
.loh AdrpLdr Lloh8, Lloh9
.loh AdrpLdrGot Lloh6, Lloh7
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh10, Lloh11, Lloh12
.loh AdrpAdd Lloh13, Lloh14
.loh AdrpAdd Lloh21, Lloh22
.loh AdrpLdrGot Lloh19, Lloh20
.loh AdrpLdrGot Lloh17, Lloh18
.loh AdrpAdd Lloh15, Lloh16
.loh AdrpLdrGotLdr Lloh28, Lloh29, Lloh30
.loh AdrpAdd Lloh26, Lloh27
.loh AdrpLdrGotLdr Lloh23, Lloh24, Lloh25
.loh AdrpLdrGotLdr Lloh31, Lloh32, Lloh33
.cfi_endproc
; -- End function
.comm _MAX_OPT_ARGS,4,2 ; @MAX_OPT_ARGS
.comm _GFP_KERNEL,4,2 ; @GFP_KERNEL
.comm _P9_DEBUG_ERROR,4,2 ; @P9_DEBUG_ERROR
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "failed to allocate copy of option string\n"
.comm _ENOMEM,4,2 ; @ENOMEM
l_.str.1: ; @.str.1
.asciz ","
.comm _tokens,4,2 ; @tokens
l_.str.2: ; @.str.2
.asciz "integer field, but no integer?\n"
.no_dead_strip _parse_opts
.subsections_via_symbols
| AnghaBench/fastsocket/kernel/net/9p/extr_client.c_parse_opts.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function drv_sta_statistics
_drv_sta_statistics: ## @drv_sta_statistics
.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 %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rcx, %r14
movq %rdx, %r15
movq %rdi, %r12
movq %rsi, %rdi
callq _get_bss_sdata
movq %rax, %rbx
movq %rax, %rdi
callq _check_sdata_in_driver
testl %eax, %eax
je LBB0_4
## %bb.1:
movq %r12, %rdi
movq %rbx, %rsi
movq %r15, %rdx
callq _trace_drv_sta_statistics
movq 8(%r12), %rax
movq (%rax), %rax
testq %rax, %rax
je LBB0_3
## %bb.2:
movq %r12, %rdi
movq %rbx, %rsi
movq %r15, %rdx
movq %r14, %rcx
callq *%rax
LBB0_3:
movq %r12, %rdi
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
jmp _trace_drv_return_void ## TAILCALL
LBB0_4:
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _drv_sta_statistics
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function drv_sta_statistics
_drv_sta_statistics: ; @drv_sta_statistics
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x20, x3
mov x21, x2
mov x19, x0
mov x0, x1
bl _get_bss_sdata
mov x22, x0
bl _check_sdata_in_driver
cbz w0, LBB0_4
; %bb.1:
mov x0, x19
mov x1, x22
mov x2, x21
bl _trace_drv_sta_statistics
ldr x8, [x19, #8]
ldr x8, [x8]
cbz x8, LBB0_3
; %bb.2:
mov x0, x19
mov x1, x22
mov x2, x21
mov x3, x20
blr x8
LBB0_3:
mov x0, x19
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
b _trace_drv_return_void
LBB0_4:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
ldp x20, x19, [sp, #16] ; 16-byte Folded Reload
ldp x22, x21, [sp], #48 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.no_dead_strip _drv_sta_statistics
.subsections_via_symbols
| AnghaBench/linux/net/mac80211/extr_driver-ops.h_drv_sta_statistics.c | anghabench |
.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
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
.cfi_offset %rbx, -48
.cfi_offset %r12, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rsi, %r14
movl %edi, %r12d
movb $1, %cl
leaq L_.str(%rip), %r15
.p2align 4, 0x90
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl %ecx, %ebx
movl %r12d, %edi
movq %r14, %rsi
movq %r15, %rdx
callq _getopt
xorl %ecx, %ecx
cmpl $115, %eax
je LBB0_1
## %bb.2:
cmpl $-1, %eax
jne LBB0_6
## %bb.3:
xorl %edi, %edi
callq _ttyname
movq %rax, %r14
testb $1, %bl
je LBB0_5
## %bb.4:
testq %r14, %r14
leaq L_.str.1(%rip), %rdi
cmovneq %r14, %rdi
callq _puts
LBB0_5:
xorl %edi, %edi
testq %r14, %r14
sete %dil
callq _exit
LBB0_6:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rcx
leaq L_.str.2(%rip), %rdi
movl $16, %esi
movl $1, %edx
callq _fwrite
movl $2, %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "s"
L_.str.1: ## @.str.1
.asciz "not a tty"
L_.str.2: ## @.str.2
.asciz "usage: tty [-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 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x22, x21, [sp, #-48]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 48
stp x20, x19, [sp, #16] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
mov x19, x1
mov x20, x0
mov w8, #1
Lloh0:
adrp x21, l_.str@PAGE
Lloh1:
add x21, x21, l_.str@PAGEOFF
LBB0_1: ; =>This Inner Loop Header: Depth=1
mov x22, x8
mov x0, x20
mov x1, x19
mov x2, x21
bl _getopt
mov w8, #0
cmp w0, #115
b.eq LBB0_1
; %bb.2:
cmn w0, #1
b.ne LBB0_6
; %bb.3:
mov w0, #0
bl _ttyname
mov x19, x0
tbz w22, #0, LBB0_5
; %bb.4:
Lloh2:
adrp x8, l_.str.1@PAGE
Lloh3:
add x8, x8, l_.str.1@PAGEOFF
cmp x19, #0
csel x0, x8, x19, eq
bl _puts
LBB0_5:
cmp x19, #0
cset w0, eq
bl _exit
LBB0_6:
Lloh4:
adrp x8, ___stderrp@GOTPAGE
Lloh5:
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
Lloh6:
ldr x3, [x8]
Lloh7:
adrp x0, l_.str.2@PAGE
Lloh8:
add x0, x0, l_.str.2@PAGEOFF
mov w1, #16
mov w2, #1
bl _fwrite
mov w0, #2
bl _exit
.loh AdrpAdd Lloh0, Lloh1
.loh AdrpAdd Lloh2, Lloh3
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "s"
l_.str.1: ; @.str.1
.asciz "not a tty"
l_.str.2: ; @.str.2
.asciz "usage: tty [-s]\n"
.subsections_via_symbols
| the_stack_data/51701479.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function mls_system_check_auditctl
_mls_system_check_auditctl: ## @mls_system_check_auditctl
.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 %rbx
pushq %rax
.cfi_offset %rbx, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq _mls_enabled@GOTPCREL(%rip), %rax
xorl %r14d, %r14d
cmpl $0, (%rax)
je LBB0_4
## %bb.1:
movq %rdx, %rbx
movq (%rdi), %rdi
callq _SLOT
movq %rax, %r15
movq %rbx, %rdi
callq _SLOT
movq %rax, %rbx
movq %rax, %rdi
movq %r15, %rsi
callq _mls_dominate_effective
testl %eax, %eax
je LBB0_3
## %bb.2:
movq %r15, %rdi
movq %rbx, %rsi
callq _mls_dominate_effective
testl %eax, %eax
jne LBB0_4
LBB0_3:
movq _EACCES@GOTPCREL(%rip), %rax
movl (%rax), %r14d
LBB0_4:
movl %r14d, %eax
addq $8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _mls_enabled,4,2 ## @mls_enabled
.comm _EACCES,4,2 ## @EACCES
.no_dead_strip _mls_system_check_auditctl
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function mls_system_check_auditctl
_mls_system_check_auditctl: ; @mls_system_check_auditctl
.cfi_startproc
; %bb.0:
stp x20, x19, [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 w19, -24
.cfi_offset w20, -32
Lloh0:
adrp x8, _mls_enabled@GOTPAGE
Lloh1:
ldr x8, [x8, _mls_enabled@GOTPAGEOFF]
Lloh2:
ldr w8, [x8]
cbz w8, LBB0_3
; %bb.1:
mov x20, x2
ldr x0, [x0]
bl _SLOT
mov x19, x0
mov x0, x20
bl _SLOT
mov x20, x0
mov x1, x19
bl _mls_dominate_effective
cbz w0, LBB0_4
; %bb.2:
mov x0, x19
mov x1, x20
bl _mls_dominate_effective
cbz w0, LBB0_4
LBB0_3:
mov w0, #0
b LBB0_5
LBB0_4:
Lloh3:
adrp x8, _EACCES@GOTPAGE
Lloh4:
ldr x8, [x8, _EACCES@GOTPAGEOFF]
Lloh5:
ldr w0, [x8]
LBB0_5:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x20, x19, [sp], #32 ; 16-byte Folded Reload
ret
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpLdrGotLdr Lloh3, Lloh4, Lloh5
.cfi_endproc
; -- End function
.comm _mls_enabled,4,2 ; @mls_enabled
.comm _EACCES,4,2 ; @EACCES
.no_dead_strip _mls_system_check_auditctl
.subsections_via_symbols
| AnghaBench/freebsd/sys/security/mac_mls/extr_mac_mls.c_mls_system_check_auditctl.c | anghabench |
.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
xorl %eax, %eax
popq %rbp
retq
.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 2
_main: ; @main
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| the_stack_data/165764754.c | stack |
.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
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $4024, %rsp ## imm = 0xFB8
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -48(%rbp)
leaq L_.str(%rip), %rdi
leaq -4052(%rbp), %rsi
xorl %eax, %eax
callq _scanf
cmpl $-1, %eax
je LBB0_22
## %bb.1:
leaq L_.str(%rip), %r12
leaq L_.str.1(%rip), %r14
leaq -4052(%rbp), %r15
jmp LBB0_2
.p2align 4, 0x90
LBB0_21: ## in Loop: Header=BB0_2 Depth=1
movq %r14, %rdi
xorl %eax, %eax
callq _printf
movq %r12, %rdi
movq %r15, %rsi
xorl %eax, %eax
callq _scanf
cmpl $-1, %eax
je LBB0_22
LBB0_2: ## =>This Loop Header: Depth=1
## Child Loop BB0_4 Depth 2
## Child Loop BB0_7 Depth 2
## Child Loop BB0_10 Depth 3
cmpl $0, -4052(%rbp)
movl $0, %esi
jle LBB0_21
## %bb.3: ## in Loop: Header=BB0_2 Depth=1
leaq -4048(%rbp), %rbx
xorl %r13d, %r13d
.p2align 4, 0x90
LBB0_4: ## Parent Loop BB0_2 Depth=1
## => This Inner Loop Header: Depth=2
movq %r12, %rdi
movq %rbx, %rsi
xorl %eax, %eax
callq _scanf
incq %r13
movslq -4052(%rbp), %r10
addq $4, %rbx
cmpq %r10, %r13
jl LBB0_4
## %bb.5: ## in Loop: Header=BB0_2 Depth=1
movl $0, %esi
cmpl $2, %r10d
jl LBB0_21
## %bb.6: ## in Loop: Header=BB0_2 Depth=1
decl %r10d
movl %r10d, %r8d
movl %r8d, %edx
andl $-2, %edx
xorl %r9d, %r9d
xorl %esi, %esi
jmp LBB0_7
.p2align 4, 0x90
LBB0_20: ## in Loop: Header=BB0_7 Depth=2
incl %r9d
cmpl %r10d, %r9d
je LBB0_21
LBB0_7: ## Parent Loop BB0_2 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_10 Depth 3
movl -4048(%rbp), %eax
cmpl $1, %r10d
jne LBB0_9
## %bb.8: ## in Loop: Header=BB0_7 Depth=2
xorl %edi, %edi
LBB0_17: ## in Loop: Header=BB0_7 Depth=2
testb $1, %r8b
je LBB0_20
## %bb.18: ## in Loop: Header=BB0_7 Depth=2
movl -4044(%rbp,%rdi,4), %ecx
cmpl %ecx, %eax
jle LBB0_20
## %bb.19: ## in Loop: Header=BB0_7 Depth=2
movl %ecx, -4048(%rbp,%rdi,4)
movl %eax, -4044(%rbp,%rdi,4)
incl %esi
jmp LBB0_20
.p2align 4, 0x90
LBB0_9: ## in Loop: Header=BB0_7 Depth=2
xorl %ecx, %ecx
jmp LBB0_10
.p2align 4, 0x90
LBB0_15: ## in Loop: Header=BB0_10 Depth=3
movl %ebx, -4044(%rbp,%rcx,4)
movl %eax, -4040(%rbp,%rcx,4)
incl %esi
LBB0_16: ## in Loop: Header=BB0_10 Depth=3
movq %rdi, %rcx
cmpq %rdi, %rdx
je LBB0_17
LBB0_10: ## Parent Loop BB0_2 Depth=1
## Parent Loop BB0_7 Depth=2
## => This Inner Loop Header: Depth=3
movl -4044(%rbp,%rcx,4), %edi
cmpl %edi, %eax
jle LBB0_11
## %bb.12: ## in Loop: Header=BB0_10 Depth=3
movl %edi, -4048(%rbp,%rcx,4)
movl %eax, -4044(%rbp,%rcx,4)
incl %esi
jmp LBB0_13
.p2align 4, 0x90
LBB0_11: ## in Loop: Header=BB0_10 Depth=3
movl %edi, %eax
LBB0_13: ## in Loop: Header=BB0_10 Depth=3
leaq 2(%rcx), %rdi
movl -4040(%rbp,%rcx,4), %ebx
cmpl %ebx, %eax
jg LBB0_15
## %bb.14: ## in Loop: Header=BB0_10 Depth=3
movl %ebx, %eax
jmp LBB0_16
LBB0_22:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
cmpq -48(%rbp), %rax
jne LBB0_24
## %bb.23:
xorl %eax, %eax
addq $4024, %rsp ## imm = 0xFB8
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_24:
callq ___stack_chk_fail
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "Minimum exchange operations : %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 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-80]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 80
stp x24, x23, [sp, #16] ; 16-byte Folded Spill
stp x22, x21, [sp, #32] ; 16-byte Folded Spill
stp x20, x19, [sp, #48] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w27, -72
.cfi_offset w28, -80
sub sp, sp, #4032
Lloh0:
adrp x8, ___stack_chk_guard@GOTPAGE
Lloh1:
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
Lloh2:
ldr x8, [x8]
stur x8, [x29, #-72]
add x21, sp, #20
str x21, [sp]
Lloh3:
adrp x0, l_.str@PAGE
Lloh4:
add x0, x0, l_.str@PAGEOFF
bl _scanf
cmn w0, #1
b.eq LBB0_15
; %bb.1:
add x8, sp, #24
add x22, x8, #4
Lloh5:
adrp x19, l_.str@PAGE
Lloh6:
add x19, x19, l_.str@PAGEOFF
Lloh7:
adrp x20, l_.str.1@PAGE
Lloh8:
add x20, x20, l_.str.1@PAGEOFF
b LBB0_4
LBB0_2: ; in Loop: Header=BB0_4 Depth=1
mov w8, #0
LBB0_3: ; in Loop: Header=BB0_4 Depth=1
str x8, [sp]
mov x0, x20
bl _printf
str x21, [sp]
mov x0, x19
bl _scanf
cmn w0, #1
b.eq LBB0_15
LBB0_4: ; =>This Loop Header: Depth=1
; Child Loop BB0_6 Depth 2
; Child Loop BB0_10 Depth 2
; Child Loop BB0_13 Depth 3
ldr w8, [sp, #20]
cmp w8, #1
b.lt LBB0_2
; %bb.5: ; in Loop: Header=BB0_4 Depth=1
mov x23, #0
add x24, sp, #24
LBB0_6: ; Parent Loop BB0_4 Depth=1
; => This Inner Loop Header: Depth=2
str x24, [sp]
mov x0, x19
bl _scanf
add x23, x23, #1
ldrsw x10, [sp, #20]
add x24, x24, #4
cmp x23, x10
b.lt LBB0_6
; %bb.7: ; in Loop: Header=BB0_4 Depth=1
cmp w10, #2
b.lt LBB0_2
; %bb.8: ; in Loop: Header=BB0_4 Depth=1
mov w9, #0
mov w8, #0
sub w10, w10, #1
b LBB0_10
LBB0_9: ; in Loop: Header=BB0_10 Depth=2
add w9, w9, #1
cmp w9, w10
b.eq LBB0_3
LBB0_10: ; Parent Loop BB0_4 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_13 Depth 3
ldr w11, [sp, #24]
mov x12, x10
mov x13, x22
b LBB0_13
LBB0_11: ; in Loop: Header=BB0_13 Depth=3
stp w14, w11, [x13, #-4]
add w8, w8, #1
LBB0_12: ; in Loop: Header=BB0_13 Depth=3
add x13, x13, #4
subs x12, x12, #1
b.eq LBB0_9
LBB0_13: ; Parent Loop BB0_4 Depth=1
; Parent Loop BB0_10 Depth=2
; => This Inner Loop Header: Depth=3
ldr w14, [x13]
cmp w11, w14
b.gt LBB0_11
; %bb.14: ; in Loop: Header=BB0_13 Depth=3
mov x11, x14
b LBB0_12
LBB0_15:
ldur x8, [x29, #-72]
Lloh9:
adrp x9, ___stack_chk_guard@GOTPAGE
Lloh10:
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
Lloh11:
ldr x9, [x9]
cmp x9, x8
b.ne LBB0_17
; %bb.16:
mov w0, #0
add sp, sp, #4032
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
ldp x20, x19, [sp, #48] ; 16-byte Folded Reload
ldp x22, x21, [sp, #32] ; 16-byte Folded Reload
ldp x24, x23, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #80 ; 16-byte Folded Reload
ret
LBB0_17:
bl ___stack_chk_fail
.loh AdrpAdd Lloh3, Lloh4
.loh AdrpLdrGotLdr Lloh0, Lloh1, Lloh2
.loh AdrpAdd Lloh7, Lloh8
.loh AdrpAdd Lloh5, Lloh6
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh11
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "Minimum exchange operations : %d\n"
.subsections_via_symbols
| the_stack_data/148578120.c | stack |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _vm_map_corpse_footprint_collect ## -- Begin function vm_map_corpse_footprint_collect
.p2align 4, 0x90
_vm_map_corpse_footprint_collect: ## @vm_map_corpse_footprint_collect
.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 $40, %rsp
.cfi_offset %rbx, -56
.cfi_offset %r12, -48
.cfi_offset %r13, -40
.cfi_offset %r14, -32
.cfi_offset %r15, -24
movq %rdx, %rbx
movq %rsi, %r12
movq %rdi, %r14
callq _vm_map_lock_assert_exclusive
movq %rbx, %rdi
callq _vm_map_lock_assert_exclusive
movl (%rbx), %edi
callq _assert
xorl %edi, %edi
cmpl $0, (%r14)
sete %dil
callq _assert
cmpl $0, (%rbx)
je LBB0_2
## %bb.1:
cmpl $0, (%r14)
je LBB0_3
LBB0_2:
movq _KERN_NOT_SUPPORTED@GOTPCREL(%rip), %rax
LBB0_44:
movq (%rax), %rax
LBB0_45:
addq $40, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
LBB0_3:
movq 16(%rbx), %r15
testq %r15, %r15
je LBB0_4
## %bb.7:
movslq 4(%r15), %rax
leaq (%r15,%rax), %r13
movq (%r15,%rax), %rcx
jmp LBB0_8
LBB0_4:
movq $0, -56(%rbp)
movl 4(%r14), %eax
movl 24(%r14), %ecx
leal (%rcx,%rcx,8), %edx
leal (%rcx,%rdx,2), %ecx
movq _PAGE_SIZE@GOTPCREL(%rip), %r15
cltd
idivl (%r15)
## kill: def $eax killed $eax def $rax
leal (%rax,%rcx), %edi
addl $12, %edi
callq _round_page
cmpl $8388608, %eax ## imm = 0x800000
movl $8388608, %r13d ## imm = 0x800000
cmovll %eax, %r13d
movq _kernel_map@GOTPCREL(%rip), %rax
movl (%rax), %edi
movl (%r15), %edx
addl %r13d, %edx
movq _KMA_PAGEABLE@GOTPCREL(%rip), %rax
movq _KMA_GUARD_LAST@GOTPCREL(%rip), %rcx
movl (%rcx), %r8d
orl (%rax), %r8d
movq _VM_KERN_MEMORY_DIAG@GOTPCREL(%rip), %rax
movl (%rax), %r9d
leaq -56(%rbp), %rsi
xorl %ecx, %ecx
callq _kernel_memory_allocate
movq _KERN_SUCCESS@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_6
## %bb.5:
movq -56(%rbp), %r15
movq %r15, 16(%rbx)
movl %r13d, (%r15)
movq $12, 4(%r15)
leaq 12(%r15), %r13
movq $0, 12(%r15)
movl $0, 20(%r15)
xorl %ecx, %ecx
LBB0_8:
movslq (%r15), %rax
addq %r15, %rax
movq %rax, -64(%rbp) ## 8-byte Spill
movslq 8(%r13), %rdi
movq _PAGE_SIZE@GOTPCREL(%rip), %rax
movslq (%rax), %rsi
movq %rsi, %rdx
imulq %rdi, %rdx
addq %rcx, %rdx
movslq (%r12), %rax
cmpq %rax, %rdx
je LBB0_20
## %bb.9:
subq %rcx, %rax
movq %rax, %rcx
orq %rsi, %rcx
shrq $32, %rcx
je LBB0_10
## %bb.11:
cqto
idivq %rsi
movq %rax, %rbx
jmp LBB0_12
LBB0_6:
movq _vm_map_corpse_footprint_no_buf@GOTPCREL(%rip), %rcx
incl (%rcx)
jmp LBB0_45
LBB0_10:
## kill: def $eax killed $eax killed $rax
xorl %edx, %edx
divl %esi
movl %eax, %ebx
LBB0_12:
subq %rdi, %rbx
movl 8(%r15), %eax
subl %eax, %edi
## kill: def $edi killed $edi killed $rdi
movl $4, %esi
callq _roundup
cltq
movslq 8(%r13), %rdi
movslq 8(%r15), %rcx
subq %rdi, %rcx
addq %rcx, %rax
addq $16, %rax
cmpq %rbx, %rax
jl LBB0_18
## %bb.13:
leaq -56(%rbp), %rcx
## kill: def $edi killed $edi killed $rdi
movq %rbx, %rsi
movl $1, %edx
callq _os_add3_overflow
testq %rax, %rax
je LBB0_14
LBB0_18:
movq %r15, %rdi
callq _vm_map_corpse_footprint_new_region
testq %rax, %rax
je LBB0_43
## %bb.19:
movq %rax, %r13
movslq (%r12), %rax
movq %rax, (%r13)
movl $0, 8(%r13)
LBB0_20:
movl (%r12), %ebx
cmpl 4(%r12), %ebx
jge LBB0_42
## %bb.21:
movq %r14, -72(%rbp) ## 8-byte Spill
jmp LBB0_22
.p2align 4, 0x90
LBB0_30: ## in Loop: Header=BB0_22 Depth=1
movslq (%rdx), %rax
addq %rax, (%r13)
LBB0_41: ## in Loop: Header=BB0_22 Depth=1
addl (%rdx), %ebx
cmpl 4(%r12), %ebx
jge LBB0_42
LBB0_22: ## =>This Inner Loop Header: Depth=1
movq %r12, %rdi
callq _VME_OBJECT
cmpl $0, 16(%r12)
je LBB0_23
LBB0_28: ## in Loop: Header=BB0_22 Depth=1
movl $0, -44(%rbp)
movl 8(%r14), %edi
movl %ebx, %esi
leaq -44(%rbp), %rdx
callq _pmap_query_page_info
movl -44(%rbp), %eax
LBB0_29: ## in Loop: Header=BB0_22 Depth=1
movq _PAGE_SIZE@GOTPCREL(%rip), %rdx
movl 8(%r13), %edi
orl %edi, %eax
je LBB0_30
## %bb.31: ## in Loop: Header=BB0_22 Depth=1
movl $1, %esi
leaq -56(%rbp), %rdx
callq _os_add_overflow
testq %rax, %rax
je LBB0_32
## %bb.33: ## in Loop: Header=BB0_22 Depth=1
movq %r15, %rdi
callq _vm_map_corpse_footprint_new_region
testq %rax, %rax
je LBB0_43
## %bb.34: ## in Loop: Header=BB0_22 Depth=1
movq %rax, %r13
movslq %ebx, %rax
movq %rax, (%r13)
movl $0, 8(%r13)
xorl %eax, %eax
jmp LBB0_35
.p2align 4, 0x90
LBB0_23: ## in Loop: Header=BB0_22 Depth=1
cmpq $0, 8(%r12)
je LBB0_28
## %bb.24: ## in Loop: Header=BB0_22 Depth=1
movq _VM_OBJECT_NULL@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
je LBB0_28
## %bb.25: ## in Loop: Header=BB0_22 Depth=1
cmpq $0, 8(%rax)
je LBB0_28
## %bb.26: ## in Loop: Header=BB0_22 Depth=1
movq (%rax), %rax
movq _VM_PURGABLE_DENY@GOTPCREL(%rip), %rcx
cmpq (%rcx), %rax
jne LBB0_28
## %bb.27: ## in Loop: Header=BB0_22 Depth=1
movq _PMAP_QUERY_PAGE_INTERNAL@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _PMAP_QUERY_PAGE_PRESENT@GOTPCREL(%rip), %rcx
orl (%rcx), %eax
movl %eax, -44(%rbp)
jmp LBB0_29
LBB0_32: ## in Loop: Header=BB0_22 Depth=1
movl 8(%r13), %eax
LBB0_35: ## in Loop: Header=BB0_22 Depth=1
cltq
addq %r13, %rax
addq $16, %rax
cmpq %rax, -64(%rbp) ## 8-byte Folded Reload
jbe LBB0_43
## %bb.36: ## in Loop: Header=BB0_22 Depth=1
movzbl -44(%rbp), %ecx
movb %cl, (%rax)
movl 8(%r13), %edi
incl %edi
movl %edi, 8(%r13)
cmpl $0, -44(%rbp)
je LBB0_38
## %bb.37: ## in Loop: Header=BB0_22 Depth=1
movl $0, 8(%r15)
movq _PAGE_SIZE@GOTPCREL(%rip), %rdx
jmp LBB0_41
LBB0_38: ## in Loop: Header=BB0_22 Depth=1
movl 8(%r15), %r14d
leal 1(%r14), %eax
movl %eax, 8(%r15)
subl %eax, %edi
andl $3, %edi
movl $4, %esi
callq _roundup
## kill: def $eax killed $eax def $rax
addl %r14d, %eax
incl %eax
movq -72(%rbp), %r14 ## 8-byte Reload
cmpl $12, %eax
movq _PAGE_SIZE@GOTPCREL(%rip), %rdx
jb LBB0_41
## %bb.39: ## in Loop: Header=BB0_22 Depth=1
movq %r15, %rdi
callq _vm_map_corpse_footprint_new_region
testq %rax, %rax
je LBB0_43
## %bb.40: ## in Loop: Header=BB0_22 Depth=1
movq %rax, %r13
movl $0, 8(%rax)
movq _PAGE_SIZE@GOTPCREL(%rip), %rdx
movslq (%rdx), %rax
movslq %ebx, %rcx
addq %rax, %rcx
movq %rcx, (%r13)
jmp LBB0_41
LBB0_42:
movq _KERN_SUCCESS@GOTPCREL(%rip), %rax
jmp LBB0_44
LBB0_14:
testq %rbx, %rbx
jle LBB0_20
## %bb.15:
leaq 16(%r13), %rax
incq %rbx
LBB0_16: ## =>This Inner Loop Header: Depth=1
movslq 8(%r13), %rdx
leaq (%rax,%rdx), %rcx
cmpq %rcx, -64(%rbp) ## 8-byte Folded Reload
jbe LBB0_43
## %bb.17: ## in Loop: Header=BB0_16 Depth=1
incl %edx
movl %edx, 8(%r13)
movb $0, (%rcx)
incl 8(%r15)
decq %rbx
cmpq $1, %rbx
jg LBB0_16
jmp LBB0_20
LBB0_43:
movq _vm_map_corpse_footprint_full@GOTPCREL(%rip), %rax
incl (%rax)
movq _KERN_RESOURCE_SHORTAGE@GOTPCREL(%rip), %rax
jmp LBB0_44
.cfi_endproc
## -- End function
.comm _KERN_NOT_SUPPORTED,8,3 ## @KERN_NOT_SUPPORTED
.comm _PAGE_SIZE,4,2 ## @PAGE_SIZE
.comm _kernel_map,4,2 ## @kernel_map
.comm _KMA_PAGEABLE,4,2 ## @KMA_PAGEABLE
.comm _KMA_GUARD_LAST,4,2 ## @KMA_GUARD_LAST
.comm _VM_KERN_MEMORY_DIAG,4,2 ## @VM_KERN_MEMORY_DIAG
.comm _KERN_SUCCESS,8,3 ## @KERN_SUCCESS
.comm _vm_map_corpse_footprint_no_buf,4,2 ## @vm_map_corpse_footprint_no_buf
.comm _VM_OBJECT_NULL,8,3 ## @VM_OBJECT_NULL
.comm _VM_PURGABLE_DENY,8,3 ## @VM_PURGABLE_DENY
.comm _PMAP_QUERY_PAGE_PRESENT,4,2 ## @PMAP_QUERY_PAGE_PRESENT
.comm _PMAP_QUERY_PAGE_INTERNAL,4,2 ## @PMAP_QUERY_PAGE_INTERNAL
.comm _vm_map_corpse_footprint_full,4,2 ## @vm_map_corpse_footprint_full
.comm _KERN_RESOURCE_SHORTAGE,8,3 ## @KERN_RESOURCE_SHORTAGE
.comm _VM_MAP_CORPSE_FOOTPRINT_INFO_MAX_SIZE,4,2 ## @VM_MAP_CORPSE_FOOTPRINT_INFO_MAX_SIZE
.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 vm_map_corpse_footprint_collect
lCPI0_0:
.long 12 ; 0xc
.long 0 ; 0x0
.section __TEXT,__text,regular,pure_instructions
.globl _vm_map_corpse_footprint_collect
.p2align 2
_vm_map_corpse_footprint_collect: ; @vm_map_corpse_footprint_collect
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x28, x27, [sp, #16] ; 16-byte Folded Spill
stp x26, x25, [sp, #32] ; 16-byte Folded Spill
stp x24, x23, [sp, #48] ; 16-byte Folded Spill
stp x22, x21, [sp, #64] ; 16-byte Folded Spill
stp x20, x19, [sp, #80] ; 16-byte Folded Spill
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
.cfi_offset w19, -24
.cfi_offset w20, -32
.cfi_offset w21, -40
.cfi_offset w22, -48
.cfi_offset w23, -56
.cfi_offset w24, -64
.cfi_offset w25, -72
.cfi_offset w26, -80
.cfi_offset w27, -88
.cfi_offset w28, -96
mov x22, x2
mov x19, x1
mov x20, x0
bl _vm_map_lock_assert_exclusive
mov x0, x22
bl _vm_map_lock_assert_exclusive
ldr w0, [x22]
bl _assert
ldr w8, [x20]
cmp w8, #0
cset w0, eq
bl _assert
ldr w8, [x22]
cbz w8, LBB0_2
; %bb.1:
ldr w8, [x20]
cbz w8, LBB0_5
LBB0_2:
Lloh0:
adrp x8, _KERN_NOT_SUPPORTED@GOTPAGE
Lloh1:
ldr x8, [x8, _KERN_NOT_SUPPORTED@GOTPAGEOFF]
LBB0_3:
ldr x0, [x8]
LBB0_4:
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
ldp x20, x19, [sp, #80] ; 16-byte Folded Reload
ldp x22, x21, [sp, #64] ; 16-byte Folded Reload
ldp x24, x23, [sp, #48] ; 16-byte Folded Reload
ldp x26, x25, [sp, #32] ; 16-byte Folded Reload
ldp x28, x27, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #112
ret
LBB0_5:
ldr x21, [x22, #16]
Lloh2:
adrp x24, _PAGE_SIZE@GOTPAGE
Lloh3:
ldr x24, [x24, _PAGE_SIZE@GOTPAGEOFF]
cbz x21, LBB0_7
; %bb.6:
ldrsw x8, [x21, #4]
add x22, x21, x8
ldr x8, [x22]
b LBB0_9
LBB0_7:
str xzr, [sp]
ldr w8, [x20, #24]
mov w9, #19
ldr w10, [x20, #4]
ldr w11, [x24]
sdiv w10, w10, w11
madd w8, w8, w9, w10
add w0, w8, #12
bl _round_page
mov w8, #8388608
cmp w0, #2048, lsl #12 ; =8388608
csel w23, w0, w8, lt
Lloh4:
adrp x8, _kernel_map@GOTPAGE
Lloh5:
ldr x8, [x8, _kernel_map@GOTPAGEOFF]
Lloh6:
ldr w0, [x8]
ldr w8, [x24]
add w2, w8, w23
Lloh7:
adrp x8, _KMA_PAGEABLE@GOTPAGE
Lloh8:
ldr x8, [x8, _KMA_PAGEABLE@GOTPAGEOFF]
Lloh9:
adrp x9, _KMA_GUARD_LAST@GOTPAGE
Lloh10:
ldr x9, [x9, _KMA_GUARD_LAST@GOTPAGEOFF]
Lloh11:
ldr w8, [x8]
Lloh12:
ldr w9, [x9]
orr w4, w9, w8
Lloh13:
adrp x8, _VM_KERN_MEMORY_DIAG@GOTPAGE
Lloh14:
ldr x8, [x8, _VM_KERN_MEMORY_DIAG@GOTPAGEOFF]
Lloh15:
ldr w5, [x8]
mov x1, sp
mov w3, #0
bl _kernel_memory_allocate
Lloh16:
adrp x8, _KERN_SUCCESS@GOTPAGE
Lloh17:
ldr x8, [x8, _KERN_SUCCESS@GOTPAGEOFF]
Lloh18:
ldr x8, [x8]
cmp x0, x8
b.ne LBB0_37
; %bb.8:
mov x8, #0
ldr x21, [sp]
str x21, [x22, #16]
str w23, [x21]
Lloh19:
adrp x9, lCPI0_0@PAGE
Lloh20:
ldr d0, [x9, lCPI0_0@PAGEOFF]
stur d0, [x21, #4]
mov x22, x21
str xzr, [x22, #12]!
str wzr, [x21, #20]
LBB0_9:
ldrsw x9, [x21]
add x25, x9, x21
ldrsw x9, [x22, #8]
ldrsw x10, [x24]
madd x12, x10, x9, x8
ldrsw x11, [x19]
cmp x12, x11
b.eq LBB0_14
; %bb.10:
sub x8, x11, x8
sdiv x8, x8, x10
sub x23, x8, x9
ldr w8, [x21, #8]
sub w0, w9, w8
mov w1, #4
bl _roundup
mov x8, x0
ldrsw x0, [x22, #8]
ldrsw x9, [x21, #8]
sub x9, x9, x0
add x8, x9, w8, sxtw
add x8, x8, #16
cmp x8, x23
b.lt LBB0_12
; %bb.11:
mov x3, sp
; kill: def $w0 killed $w0 killed $x0
mov x1, x23
mov w2, #1
bl _os_add3_overflow
cbz x0, LBB0_38
LBB0_12:
mov x0, x21
bl _vm_map_corpse_footprint_new_region
cbz x0, LBB0_42
; %bb.13:
mov x22, x0
ldrsw x8, [x19]
str x8, [x0]
str wzr, [x0, #8]
LBB0_14:
ldp w23, w8, [x19]
cmp w23, w8
b.ge LBB0_36
; %bb.15:
Lloh21:
adrp x26, _VM_OBJECT_NULL@GOTPAGE
Lloh22:
ldr x26, [x26, _VM_OBJECT_NULL@GOTPAGEOFF]
Lloh23:
adrp x27, _VM_PURGABLE_DENY@GOTPAGE
Lloh24:
ldr x27, [x27, _VM_PURGABLE_DENY@GOTPAGEOFF]
b LBB0_18
LBB0_16: ; in Loop: Header=BB0_18 Depth=1
str wzr, [x21, #8]
LBB0_17: ; in Loop: Header=BB0_18 Depth=1
ldr w8, [x24]
ldr w9, [x19, #4]
add w23, w8, w23
cmp w23, w9
b.ge LBB0_36
LBB0_18: ; =>This Inner Loop Header: Depth=1
mov x0, x19
bl _VME_OBJECT
ldr w8, [x19, #16]
cbnz w8, LBB0_23
; %bb.19: ; in Loop: Header=BB0_18 Depth=1
ldr x8, [x19, #8]
ldr x9, [x26]
cmp x8, #0
ccmp x0, x9, #4, ne
b.eq LBB0_23
; %bb.20: ; in Loop: Header=BB0_18 Depth=1
ldr x8, [x0, #8]
cbz x8, LBB0_23
; %bb.21: ; in Loop: Header=BB0_18 Depth=1
ldr x8, [x0]
ldr x9, [x27]
cmp x8, x9
b.ne LBB0_23
; %bb.22: ; in Loop: Header=BB0_18 Depth=1
Lloh25:
adrp x8, _PMAP_QUERY_PAGE_PRESENT@GOTPAGE
Lloh26:
ldr x8, [x8, _PMAP_QUERY_PAGE_PRESENT@GOTPAGEOFF]
Lloh27:
ldr w8, [x8]
Lloh28:
adrp x9, _PMAP_QUERY_PAGE_INTERNAL@GOTPAGE
Lloh29:
ldr x9, [x9, _PMAP_QUERY_PAGE_INTERNAL@GOTPAGEOFF]
Lloh30:
ldr w9, [x9]
orr w8, w9, w8
str w8, [sp, #12]
b LBB0_24
LBB0_23: ; in Loop: Header=BB0_18 Depth=1
str wzr, [sp, #12]
ldr w0, [x20, #8]
add x2, sp, #12
mov x1, x23
bl _pmap_query_page_info
ldr w8, [sp, #12]
LBB0_24: ; in Loop: Header=BB0_18 Depth=1
ldr w0, [x22, #8]
orr w8, w8, w0
cbnz w8, LBB0_27
; %bb.25: ; in Loop: Header=BB0_18 Depth=1
ldrsw x8, [x24]
ldr x9, [x22]
add x8, x9, x8
LBB0_26: ; in Loop: Header=BB0_18 Depth=1
str x8, [x22]
b LBB0_17
LBB0_27: ; in Loop: Header=BB0_18 Depth=1
mov x2, sp
mov w1, #1
bl _os_add_overflow
cbz x0, LBB0_30
; %bb.28: ; in Loop: Header=BB0_18 Depth=1
mov x0, x21
bl _vm_map_corpse_footprint_new_region
cbz x0, LBB0_42
; %bb.29: ; in Loop: Header=BB0_18 Depth=1
mov x22, x0
mov w8, #0
sxtw x9, w23
str x9, [x0]
str wzr, [x0, #8]
b LBB0_31
LBB0_30: ; in Loop: Header=BB0_18 Depth=1
ldr w8, [x22, #8]
LBB0_31: ; in Loop: Header=BB0_18 Depth=1
add x8, x22, w8, sxtw
add x8, x8, #16
cmp x25, x8
b.ls LBB0_42
; %bb.32: ; in Loop: Header=BB0_18 Depth=1
ldr w9, [sp, #12]
strb w9, [x8]
ldr w8, [x22, #8]
add w8, w8, #1
str w8, [x22, #8]
ldr w9, [sp, #12]
cbnz w9, LBB0_16
; %bb.33: ; in Loop: Header=BB0_18 Depth=1
ldr w9, [x21, #8]
add w28, w9, #1
str w28, [x21, #8]
sub w8, w8, w28
and w0, w8, #0x3
mov w1, #4
bl _roundup
add w8, w0, w28
cmp w8, #12
b.lo LBB0_17
; %bb.34: ; in Loop: Header=BB0_18 Depth=1
mov x0, x21
bl _vm_map_corpse_footprint_new_region
cbz x0, LBB0_42
; %bb.35: ; in Loop: Header=BB0_18 Depth=1
mov x22, x0
str wzr, [x0, #8]
ldrsw x8, [x24]
add x8, x8, w23, sxtw
b LBB0_26
LBB0_36:
Lloh31:
adrp x8, _KERN_SUCCESS@GOTPAGE
Lloh32:
ldr x8, [x8, _KERN_SUCCESS@GOTPAGEOFF]
b LBB0_3
LBB0_37:
Lloh33:
adrp x8, _vm_map_corpse_footprint_no_buf@GOTPAGE
Lloh34:
ldr x8, [x8, _vm_map_corpse_footprint_no_buf@GOTPAGEOFF]
ldr w9, [x8]
add w9, w9, #1
str w9, [x8]
b LBB0_4
LBB0_38:
cmp x23, #1
b.lt LBB0_14
; %bb.39:
add x8, x22, #16
add x9, x23, #1
LBB0_40: ; =>This Inner Loop Header: Depth=1
ldrsw x11, [x22, #8]
add x10, x8, x11
cmp x25, x10
b.ls LBB0_42
; %bb.41: ; in Loop: Header=BB0_40 Depth=1
add w11, w11, #1
str w11, [x22, #8]
strb wzr, [x10]
ldr w10, [x21, #8]
add w10, w10, #1
str w10, [x21, #8]
sub x9, x9, #1
cmp x9, #1
b.gt LBB0_40
b LBB0_14
LBB0_42:
Lloh35:
adrp x8, _vm_map_corpse_footprint_full@GOTPAGE
Lloh36:
ldr x8, [x8, _vm_map_corpse_footprint_full@GOTPAGEOFF]
ldr w9, [x8]
add w9, w9, #1
str w9, [x8]
Lloh37:
adrp x8, _KERN_RESOURCE_SHORTAGE@GOTPAGE
Lloh38:
ldr x8, [x8, _KERN_RESOURCE_SHORTAGE@GOTPAGEOFF]
b LBB0_3
.loh AdrpLdrGot Lloh0, Lloh1
.loh AdrpLdrGot Lloh2, Lloh3
.loh AdrpLdrGotLdr Lloh16, Lloh17, Lloh18
.loh AdrpLdrGotLdr Lloh13, Lloh14, Lloh15
.loh AdrpLdrGotLdr Lloh9, Lloh10, Lloh12
.loh AdrpLdrGotLdr Lloh7, Lloh8, Lloh11
.loh AdrpLdrGotLdr Lloh4, Lloh5, Lloh6
.loh AdrpLdr Lloh19, Lloh20
.loh AdrpLdrGot Lloh23, Lloh24
.loh AdrpLdrGot Lloh21, Lloh22
.loh AdrpLdrGotLdr Lloh28, Lloh29, Lloh30
.loh AdrpLdrGotLdr Lloh25, Lloh26, Lloh27
.loh AdrpLdrGot Lloh31, Lloh32
.loh AdrpLdrGot Lloh33, Lloh34
.loh AdrpLdrGot Lloh37, Lloh38
.loh AdrpLdrGot Lloh35, Lloh36
.cfi_endproc
; -- End function
.comm _KERN_NOT_SUPPORTED,8,3 ; @KERN_NOT_SUPPORTED
.comm _PAGE_SIZE,4,2 ; @PAGE_SIZE
.comm _kernel_map,4,2 ; @kernel_map
.comm _KMA_PAGEABLE,4,2 ; @KMA_PAGEABLE
.comm _KMA_GUARD_LAST,4,2 ; @KMA_GUARD_LAST
.comm _VM_KERN_MEMORY_DIAG,4,2 ; @VM_KERN_MEMORY_DIAG
.comm _KERN_SUCCESS,8,3 ; @KERN_SUCCESS
.comm _vm_map_corpse_footprint_no_buf,4,2 ; @vm_map_corpse_footprint_no_buf
.comm _VM_OBJECT_NULL,8,3 ; @VM_OBJECT_NULL
.comm _VM_PURGABLE_DENY,8,3 ; @VM_PURGABLE_DENY
.comm _PMAP_QUERY_PAGE_PRESENT,4,2 ; @PMAP_QUERY_PAGE_PRESENT
.comm _PMAP_QUERY_PAGE_INTERNAL,4,2 ; @PMAP_QUERY_PAGE_INTERNAL
.comm _vm_map_corpse_footprint_full,4,2 ; @vm_map_corpse_footprint_full
.comm _KERN_RESOURCE_SHORTAGE,8,3 ; @KERN_RESOURCE_SHORTAGE
.comm _VM_MAP_CORPSE_FOOTPRINT_INFO_MAX_SIZE,4,2 ; @VM_MAP_CORPSE_FOOTPRINT_INFO_MAX_SIZE
.subsections_via_symbols
| AnghaBench/darwin-xnu/osfmk/vm/extr_vm_map.c_vm_map_corpse_footprint_collect.c | anghabench |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 4, 0x90 ## -- Begin function convert_8u32s_C1R
_convert_8u32s_C1R: ## @convert_8u32s_C1R
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
testq %rdx, %rdx
je LBB0_15
## %bb.1:
xorl %r11d, %r11d
cmpq $8, %rdx
jb LBB0_11
## %bb.2:
movq %rsi, %rcx
subq %rdi, %rcx
cmpq $32, %rcx
jb LBB0_11
## %bb.3:
movq %rdx, %r11
andq $-8, %r11
leaq -8(%r11), %rcx
movq %rcx, %r9
shrq $3, %r9
incq %r9
movl %r9d, %r8d
andl $3, %r8d
cmpq $24, %rcx
jae LBB0_5
## %bb.4:
xorl %ecx, %ecx
jmp LBB0_7
LBB0_5:
andq $-4, %r9
xorl %ecx, %ecx
.p2align 4, 0x90
LBB0_6: ## =>This Inner Loop Header: Depth=1
movups (%rdi,%rcx,4), %xmm0
movups 16(%rdi,%rcx,4), %xmm1
movups %xmm0, (%rsi,%rcx,4)
movups %xmm1, 16(%rsi,%rcx,4)
movups 32(%rdi,%rcx,4), %xmm0
movups 48(%rdi,%rcx,4), %xmm1
movups %xmm0, 32(%rsi,%rcx,4)
movups %xmm1, 48(%rsi,%rcx,4)
movups 64(%rdi,%rcx,4), %xmm0
movups 80(%rdi,%rcx,4), %xmm1
movups %xmm0, 64(%rsi,%rcx,4)
movups %xmm1, 80(%rsi,%rcx,4)
movups 96(%rdi,%rcx,4), %xmm0
movups 112(%rdi,%rcx,4), %xmm1
movups %xmm0, 96(%rsi,%rcx,4)
movups %xmm1, 112(%rsi,%rcx,4)
addq $32, %rcx
addq $-4, %r9
jne LBB0_6
LBB0_7:
testq %r8, %r8
je LBB0_10
## %bb.8:
leaq (%rsi,%rcx,4), %r9
addq $16, %r9
leaq (%rdi,%rcx,4), %r10
addq $16, %r10
shlq $5, %r8
xorl %ecx, %ecx
.p2align 4, 0x90
LBB0_9: ## =>This Inner Loop Header: Depth=1
movups -16(%r10,%rcx), %xmm0
movups (%r10,%rcx), %xmm1
movups %xmm0, -16(%r9,%rcx)
movups %xmm1, (%r9,%rcx)
addq $32, %rcx
cmpq %rcx, %r8
jne LBB0_9
LBB0_10:
cmpq %rdx, %r11
je LBB0_15
LBB0_11:
movq %r11, %r8
notq %r8
addq %rdx, %r8
movq %rdx, %rcx
andq $3, %rcx
je LBB0_13
.p2align 4, 0x90
LBB0_12: ## =>This Inner Loop Header: Depth=1
movl (%rdi,%r11,4), %eax
movl %eax, (%rsi,%r11,4)
incq %r11
decq %rcx
jne LBB0_12
LBB0_13:
cmpq $3, %r8
jb LBB0_15
.p2align 4, 0x90
LBB0_14: ## =>This Inner Loop Header: Depth=1
movl (%rdi,%r11,4), %eax
movl %eax, (%rsi,%r11,4)
movl 4(%rdi,%r11,4), %eax
movl %eax, 4(%rsi,%r11,4)
movl 8(%rdi,%r11,4), %eax
movl %eax, 8(%rsi,%r11,4)
movl 12(%rdi,%r11,4), %eax
movl %eax, 12(%rsi,%r11,4)
addq $4, %r11
cmpq %r11, %rdx
jne LBB0_14
LBB0_15:
popq %rbp
retq
.cfi_endproc
## -- End function
.no_dead_strip _convert_8u32s_C1R
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.p2align 2 ; -- Begin function convert_8u32s_C1R
_convert_8u32s_C1R: ; @convert_8u32s_C1R
.cfi_startproc
; %bb.0:
cbz x2, LBB0_8
; %bb.1:
mov x8, #0
cmp x2, #16
b.lo LBB0_6
; %bb.2:
sub x9, x1, x0
cmp x9, #64
b.lo LBB0_6
; %bb.3:
and x8, x2, #0xfffffffffffffff0
add x9, x0, #32
add x10, x1, #32
mov x11, x8
LBB0_4: ; =>This Inner Loop Header: Depth=1
ldp q0, q1, [x9, #-32]
ldp q2, q3, [x9], #64
stp q0, q1, [x10, #-32]
stp q2, q3, [x10], #64
subs x11, x11, #16
b.ne LBB0_4
; %bb.5:
cmp x8, x2
b.eq LBB0_8
LBB0_6:
sub x9, x2, x8
lsl x10, x8, #2
add x8, x1, x10
add x10, x0, x10
LBB0_7: ; =>This Inner Loop Header: Depth=1
ldr w11, [x10], #4
str w11, [x8], #4
subs x9, x9, #1
b.ne LBB0_7
LBB0_8:
ret
.cfi_endproc
; -- End function
.no_dead_strip _convert_8u32s_C1R
.subsections_via_symbols
| AnghaBench/sumatrapdf/ext/openjpeg/src/bin/jp2/extr_convert.c_convert_8u32s_C1R.c | anghabench |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.