arm
stringlengths 122
20M
| x86
stringlengths 122
20M
| filename
stringlengths 18
26
|
---|---|---|
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #36]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #28
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
str wzr, [sp, #32]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldrsw x9, [sp, #32]
add x8, sp, #40
add x8, x8, x9, lsl #2
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB0_1
LBB0_4:
add x8, sp, #40
str x8, [sp, #16]
ldr x0, [sp, #16]
ldr w1, [sp, #28]
bl _sort
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
str wzr, [sp, #32]
b LBB0_5
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #32]
; implicit-def: $x10
mov x10, x8
ldrsw x9, [sp, #32]
add x8, sp, #40
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB0_5
LBB0_8:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9:
bl ___stack_chk_fail
LBB0_10:
mov w0, #0
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.globl _sort ; -- Begin function sort
.p2align 2
_sort: ; @sort
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #40]
str w1, [sp, #36]
str wzr, [sp, #32]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
ldr w9, [sp, #36]
mov w10, #2
sdiv w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #40]
ldrsw x9, [sp, #32]
add x8, x8, x9, lsl #2
str x8, [sp, #16]
ldr x8, [sp, #40]
ldrsw x9, [sp, #36]
add x8, x8, x9, lsl #2
subs x8, x8, #4
ldrsw x10, [sp, #32]
mov x9, #0
subs x9, x9, x10
add x8, x8, x9, lsl #2
str x8, [sp, #8]
ldr x8, [sp, #16]
ldr w8, [x8]
str w8, [sp, #28]
ldr x8, [sp, #8]
ldr w8, [x8]
ldr x9, [sp, #16]
str w8, [x9]
ldr w8, [sp, #28]
ldr x9, [sp, #8]
str w8, [x9]
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB1_1
LBB1_4:
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "input n:"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Please input these numbers:\n"
l_.str.3: ; @.str.3
.asciz "Now,the sequence is :\n"
l_.str.4: ; @.str.4
.asciz "%d,%d\n"
l_.str.5: ; @.str.5
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $128, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -100(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -108(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -104(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movslq -104(%rbp), %rax
leaq -96(%rbp), %rsi
shlq $2, %rax
addq %rax, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -104(%rbp), %eax
addl $1, %eax
movl %eax, -104(%rbp)
jmp LBB0_1
LBB0_4:
leaq -96(%rbp), %rax
movq %rax, -120(%rbp)
movq -120(%rbp), %rdi
movl -108(%rbp), %esi
callq _sort
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -104(%rbp)
LBB0_5: ## =>This Inner Loop Header: Depth=1
movl -104(%rbp), %eax
cmpl -108(%rbp), %eax
jge LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movl -104(%rbp), %esi
movslq -104(%rbp), %rax
movl -96(%rbp,%rax,4), %edx
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
## %bb.7: ## in Loop: Header=BB0_5 Depth=1
movl -104(%rbp), %eax
addl $1, %eax
movl %eax, -104(%rbp)
jmp LBB0_5
LBB0_8:
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_10
## %bb.9:
xorl %eax, %eax
addq $128, %rsp
popq %rbp
retq
LBB0_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _sort ## -- Begin function sort
.p2align 4, 0x90
_sort: ## @sort
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl $0, -16(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
movl %eax, -44(%rbp) ## 4-byte Spill
movl -12(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -44(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
shlq $2, %rcx
addq %rcx, %rax
movq %rax, -32(%rbp)
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
shlq $2, %rcx
addq %rcx, %rax
addq $-4, %rax
movslq -16(%rbp), %rdx
xorl %ecx, %ecx
## kill: def $rcx killed $ecx
subq %rdx, %rcx
shlq $2, %rcx
addq %rcx, %rax
movq %rax, -40(%rbp)
movq -32(%rbp), %rax
movl (%rax), %eax
movl %eax, -20(%rbp)
movq -40(%rbp), %rax
movl (%rax), %ecx
movq -32(%rbp), %rax
movl %ecx, (%rax)
movl -20(%rbp), %ecx
movq -40(%rbp), %rax
movl %ecx, (%rax)
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB1_1
LBB1_4:
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "input n:"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Please input these numbers:\n"
L_.str.3: ## @.str.3
.asciz "Now,the sequence is :\n"
L_.str.4: ## @.str.4
.asciz "%d,%d\n"
L_.str.5: ## @.str.5
.asciz "\n"
.subsections_via_symbols
| the_stack_data/1181294.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/58449.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x8, l___const.main.bar@PAGE
add x8, x8, l___const.main.bar@PAGEOFF
ldr q0, [x8]
str q0, [sp]
adrp x8, _foo@GOTPAGE
ldr x8, [x8, _foo@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, #0
cset w9, ne
; implicit-def: $x8
mov x8, x9
ands x8, x8, #0x1
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l___func__.main@PAGE
add x0, x0, l___func__.main@PAGEOFF
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
mov w2, #10
adrp x3, l_.str.1@PAGE
add x3, x3, l_.str.1@PAGEOFF
bl ___assert_rtn
LBB0_2:
b LBB0_3
LBB0_3:
ldr x8, [sp, #8]
subs x8, x8, #0
cset w9, ne
; implicit-def: $x8
mov x8, x9
ands x8, x8, #0x1
cset w8, eq
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
adrp x0, l___func__.main@PAGE
add x0, x0, l___func__.main@PAGEOFF
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
mov w2, #11
adrp x3, l_.str.2@PAGE
add x3, x3, l_.str.2@PAGEOFF
bl ___assert_rtn
LBB0_5:
b LBB0_6
LBB0_6:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal16,16byte_literals
.p2align 3 ; @__const.main.bar
l___const.main.bar:
.long 1 ; 0x1
.space 4
.quad 0
.comm _foo,8,3 ; @foo
.section __TEXT,__cstring,cstring_literals
l___func__.main: ; @__func__.main
.asciz "main"
l_.str: ; @.str
.asciz "161079412.c"
l_.str.1: ; @.str.1
.asciz "foo == NULL"
l_.str.2: ; @.str.2
.asciz "bar.b == NULL"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movq L___const.main.bar(%rip), %rax
movq %rax, -24(%rbp)
movq L___const.main.bar+8(%rip), %rax
movq %rax, -16(%rbp)
movq _foo@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
sete %al
xorb $-1, %al
andb $1, %al
movzbl %al, %eax
cltq
cmpq $0, %rax
je LBB0_2
## %bb.1:
leaq L___func__.main(%rip), %rdi
leaq L_.str(%rip), %rsi
leaq L_.str.1(%rip), %rcx
movl $10, %edx
callq ___assert_rtn
LBB0_2:
jmp LBB0_3
LBB0_3:
cmpq $0, -16(%rbp)
sete %al
xorb $-1, %al
andb $1, %al
movzbl %al, %eax
cltq
cmpq $0, %rax
je LBB0_5
## %bb.4:
leaq L___func__.main(%rip), %rdi
leaq L_.str(%rip), %rsi
leaq L_.str.2(%rip), %rcx
movl $11, %edx
callq ___assert_rtn
LBB0_5:
jmp LBB0_6
LBB0_6:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal16,16byte_literals
.p2align 3 ## @__const.main.bar
L___const.main.bar:
.long 1 ## 0x1
.space 4
.quad 0
.comm _foo,8,3 ## @foo
.section __TEXT,__cstring,cstring_literals
L___func__.main: ## @__func__.main
.asciz "main"
L_.str: ## @.str
.asciz "161079412.c"
L_.str.1: ## @.str.1
.asciz "foo == NULL"
L_.str.2: ## @.str.2
.asciz "bar.b == NULL"
.subsections_via_symbols
| the_stack_data/161079412.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fact ; -- Begin function fact
.p2align 2
_fact: ; @fact
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
mov w8, #1
str w8, [sp, #8]
str w8, [sp, #4]
str w8, [sp, #4]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #8]
ldr w9, [sp, #4]
mul w8, w8, w9
str w8, [sp, #8]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_1
LBB0_4:
ldr w0, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
stur wzr, [x29, #-16]
b LBB1_1
LBB1_1: ; =>This Loop Header: Depth=1
; Child Loop BB1_3 Depth 2
; Child Loop BB1_7 Depth 2
ldur w8, [x29, #-16]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_12
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
mov w8, #1
stur w8, [x29, #-20]
b LBB1_3
LBB1_3: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-20]
ldur w9, [x29, #-8]
ldur w10, [x29, #-16]
subs w9, w9, w10
subs w9, w9, #1
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_6
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=2
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_3 Depth=2
ldur w8, [x29, #-20]
add w8, w8, #1
stur w8, [x29, #-20]
b LBB1_3
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
str wzr, [sp, #24]
b LBB1_7
LBB1_7: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #24]
ldur w9, [x29, #-16]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_10
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_7 Depth=2
ldur w0, [x29, #-16]
bl _fact
str w0, [sp, #20] ; 4-byte Folded Spill
ldur w8, [x29, #-16]
ldr w9, [sp, #24]
subs w0, w8, w9
bl _fact
str w0, [sp, #16] ; 4-byte Folded Spill
ldr w0, [sp, #24]
bl _fact
ldr w8, [sp, #16] ; 4-byte Folded Reload
mov x9, x0
ldr w0, [sp, #20] ; 4-byte Folded Reload
mul w8, w8, w9
sdiv w8, w0, w8
stur w8, [x29, #-12]
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_7 Depth=2
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB1_7
LBB1_10: ; in Loop: Header=BB1_1 Depth=1
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB1_1
LBB1_12:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter the value of n : "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz " "
l_.str.3: ; @.str.3
.asciz "%d "
l_.str.4: ; @.str.4
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _fact ## -- Begin function fact
.p2align 4, 0x90
_fact: ## @fact
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl $1, -8(%rbp)
movl $1, -12(%rbp)
movl $1, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
cmpl -4(%rbp), %eax
jg LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
imull -12(%rbp), %eax
movl %eax, -8(%rbp)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_4:
movl -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl $0, -16(%rbp)
LBB1_1: ## =>This Loop Header: Depth=1
## Child Loop BB1_3 Depth 2
## Child Loop BB1_7 Depth 2
movl -16(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB1_12
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl $1, -20(%rbp)
LBB1_3: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -20(%rbp), %eax
movl -8(%rbp), %ecx
subl -16(%rbp), %ecx
subl $1, %ecx
cmpl %ecx, %eax
jg LBB1_6
## %bb.4: ## in Loop: Header=BB1_3 Depth=2
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.5: ## in Loop: Header=BB1_3 Depth=2
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_3
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
movl $0, -24(%rbp)
LBB1_7: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -24(%rbp), %eax
cmpl -16(%rbp), %eax
jg LBB1_10
## %bb.8: ## in Loop: Header=BB1_7 Depth=2
movl -16(%rbp), %edi
callq _fact
movl %eax, -28(%rbp) ## 4-byte Spill
movl -16(%rbp), %edi
subl -24(%rbp), %edi
callq _fact
movl %eax, -32(%rbp) ## 4-byte Spill
movl -24(%rbp), %edi
callq _fact
movl -32(%rbp), %ecx ## 4-byte Reload
movl %eax, %edx
movl -28(%rbp), %eax ## 4-byte Reload
imull %edx, %ecx
cltd
idivl %ecx
movl %eax, -12(%rbp)
movl -12(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
## %bb.9: ## in Loop: Header=BB1_7 Depth=2
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB1_7
LBB1_10: ## in Loop: Header=BB1_1 Depth=1
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
## %bb.11: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB1_1
LBB1_12:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter the value of n : "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz " "
L_.str.3: ## @.str.3
.asciz "%d "
L_.str.4: ## @.str.4
.asciz "\n"
.subsections_via_symbols
| the_stack_data/615860.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _copy_memory ; -- Begin function copy_memory
.p2align 2
_copy_memory: ; @copy_memory
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #16]
str x1, [sp, #8]
str w2, [sp, #4]
str wzr, [sp]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp]
mov w9, #16960
movk w9, #15, lsl #16
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
ldr w9, [sp, #4]
mov w11, #20
udiv w10, w9, w11
mul w10, w10, w11
subs w9, w9, w10
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
ldr x9, [sp, #16]
ldr w10, [sp, #4]
mov w12, #10
udiv w11, w10, w12
mul w11, w11, w12
subs w10, w10, w11
; kill: def $x10 killed $w10
add x9, x9, x10
strb w8, [x9]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp]
add w8, w8, #1
str w8, [sp]
b LBB0_1
LBB0_4:
ldr x0, [sp, #24]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _foo ; -- Begin function foo
.p2align 2
_foo: ; @foo
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp]
adrp x0, _buffer@GOTPAGE
ldr x0, [x0, _buffer@GOTPAGEOFF]
adrp x1, _buffer2@GOTPAGE
ldr x1, [x1, _buffer2@GOTPAGEOFF]
mov w2, #1024
bl _copy_memory
ldr x0, [sp, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _buffer@GOTPAGE
ldr x8, [x8, _buffer@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #52]
str w0, [sp, #48]
str x1, [sp, #40]
str xzr, [sp, #24]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
subs x8, x8, #8
cset w8, ge
tbnz w8, #0, LBB2_6
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr x9, [sp, #24]
add x8, sp, #56
add x0, x8, x9, lsl #3
mov x3, #0
mov x1, x3
adrp x2, _foo@PAGE
add x2, x2, _foo@PAGEOFF
bl _pthread_create
str w0, [sp, #36]
ldr w8, [sp, #36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_4
b LBB2_3
LBB2_3:
mov w8, #1
str w8, [sp, #52]
b LBB2_11
LBB2_4: ; in Loop: Header=BB2_1 Depth=1
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_1 Depth=1
ldr x8, [sp, #24]
add x8, x8, #1
str x8, [sp, #24]
b LBB2_1
LBB2_6:
str xzr, [sp, #24]
b LBB2_7
LBB2_7: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
subs x8, x8, #8
cset w8, ge
tbnz w8, #0, LBB2_10
b LBB2_8
LBB2_8: ; in Loop: Header=BB2_7 Depth=1
ldr x9, [sp, #24]
add x8, sp, #56
ldr x0, [x8, x9, lsl #3]
add x1, sp, #16
bl _pthread_join
b LBB2_9
LBB2_9: ; in Loop: Header=BB2_7 Depth=1
ldr x8, [sp, #24]
add x8, x8, #1
str x8, [sp, #24]
b LBB2_7
LBB2_10:
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrsb w8, [x8, #10]
str w8, [sp, #52]
b LBB2_11
LBB2_11:
ldr w8, [sp, #52]
str w8, [sp, #4] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB2_13
b LBB2_12
LBB2_12:
bl ___stack_chk_fail
LBB2_13:
ldr w0, [sp, #4] ; 4-byte Folded Reload
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.comm _buffer,1024,0 ; @buffer
.comm _buffer2,1024,0 ; @buffer2
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _copy_memory ## -- Begin function copy_memory
.p2align 4, 0x90
_copy_memory: ## @copy_memory
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
movl %edx, -28(%rbp)
movl $0, -32(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $1000000, -32(%rbp) ## imm = 0xF4240
jae LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movq %rax, -56(%rbp) ## 8-byte Spill
movl -28(%rbp), %eax
movl $20, %ecx
xorl %edx, %edx
divl %ecx
movq -56(%rbp), %rax ## 8-byte Reload
movl %edx, %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %al
movb %al, -33(%rbp) ## 1-byte Spill
movq -16(%rbp), %rax
movq %rax, -48(%rbp) ## 8-byte Spill
movl -28(%rbp), %eax
movl $10, %ecx
xorl %edx, %edx
divl %ecx
movq -48(%rbp), %rax ## 8-byte Reload
movl %edx, %ecx
movb -33(%rbp), %dl ## 1-byte Reload
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movb %dl, (%rax,%rcx)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_1
LBB0_4:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _foo ## -- Begin function foo
.p2align 4, 0x90
_foo: ## @foo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -16(%rbp)
movq _buffer@GOTPCREL(%rip), %rdi
movq _buffer2@GOTPCREL(%rip), %rsi
movl $1024, %edx ## imm = 0x400
callq _copy_memory
movq -8(%rbp), %rax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $128, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -84(%rbp)
movl %edi, -88(%rbp)
movq %rsi, -96(%rbp)
movq $0, -112(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
cmpq $8, -112(%rbp)
jge LBB2_6
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movq -112(%rbp), %rax
leaq -80(%rbp), %rdi
shlq $3, %rax
addq %rax, %rdi
xorl %eax, %eax
movl %eax, %ecx
leaq _foo(%rip), %rdx
movq %rcx, %rsi
callq _pthread_create
movl %eax, -100(%rbp)
cmpl $0, -100(%rbp)
je LBB2_4
## %bb.3:
movl $1, -84(%rbp)
jmp LBB2_11
LBB2_4: ## in Loop: Header=BB2_1 Depth=1
jmp LBB2_5
LBB2_5: ## in Loop: Header=BB2_1 Depth=1
movq -112(%rbp), %rax
addq $1, %rax
movq %rax, -112(%rbp)
jmp LBB2_1
LBB2_6:
movq $0, -112(%rbp)
LBB2_7: ## =>This Inner Loop Header: Depth=1
cmpq $8, -112(%rbp)
jge LBB2_10
## %bb.8: ## in Loop: Header=BB2_7 Depth=1
movq -112(%rbp), %rax
movq -80(%rbp,%rax,8), %rdi
leaq -120(%rbp), %rsi
callq _pthread_join
## %bb.9: ## in Loop: Header=BB2_7 Depth=1
movq -112(%rbp), %rax
addq $1, %rax
movq %rax, -112(%rbp)
jmp LBB2_7
LBB2_10:
movq _buffer@GOTPCREL(%rip), %rax
movsbl 10(%rax), %eax
movl %eax, -84(%rbp)
LBB2_11:
movl -84(%rbp), %eax
movl %eax, -124(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB2_13
## %bb.12:
movl -124(%rbp), %eax ## 4-byte Reload
addq $128, %rsp
popq %rbp
retq
LBB2_13:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.comm _buffer,1024,4 ## @buffer
.comm _buffer2,1024,4 ## @buffer2
.subsections_via_symbols
| the_stack_data/97013799.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cacosh ; -- Begin function cacosh
.p2align 2
_cacosh: ; @cacosh
.cfi_startproc
; %bb.0:
sub sp, sp, #208
.cfi_def_cfa_offset 208
stp x29, x30, [sp, #192] ; 16-byte Folded Spill
add x29, sp, #192
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur d0, [x29, #-32]
stur d1, [x29, #-24]
ldur d0, [x29, #-32]
str d0, [sp] ; 8-byte Folded Spill
ldur d0, [x29, #-24]
str d0, [sp, #8] ; 8-byte Folded Spill
ldur d1, [x29, #-32]
ldur d0, [x29, #-24]
fmov d2, #1.00000000
str d2, [sp, #16] ; 8-byte Folded Spill
fadd d1, d1, d2
movi d2, #0000000000000000
str d2, [sp, #24] ; 8-byte Folded Spill
fadd d0, d0, d2
stur d1, [x29, #-64]
stur d0, [x29, #-56]
ldur d0, [x29, #-64]
ldur d1, [x29, #-56]
bl _csqrt
ldr d3, [sp, #16] ; 8-byte Folded Reload
ldr d2, [sp, #24] ; 8-byte Folded Reload
str d0, [sp, #48] ; 8-byte Folded Spill
str d1, [sp, #32] ; 8-byte Folded Spill
ldur d1, [x29, #-32]
ldur d0, [x29, #-24]
fsub d1, d1, d3
fsub d0, d0, d2
stur d1, [x29, #-80]
stur d0, [x29, #-72]
ldur d0, [x29, #-80]
ldur d1, [x29, #-72]
bl _csqrt
ldr d2, [sp, #32] ; 8-byte Folded Reload
fmov d4, d0
str d4, [sp, #40] ; 8-byte Folded Spill
fmov d5, d1
ldr d1, [sp, #48] ; 8-byte Folded Reload
str d5, [sp, #56] ; 8-byte Folded Spill
fmul d0, d1, d4
fmul d3, d2, d5
fmul d1, d1, d5
fmul d2, d2, d4
fsub d0, d0, d3
str d0, [sp, #64] ; 8-byte Folded Spill
fadd d1, d1, d2
str d1, [sp, #72] ; 8-byte Folded Spill
fcmp d0, d0
cset w8, vc
str d0, [sp, #80] ; 8-byte Folded Spill
str d1, [sp, #88] ; 8-byte Folded Spill
tbnz w8, #0, LBB0_3
b LBB0_1
LBB0_1:
ldr d1, [sp, #72] ; 8-byte Folded Reload
ldr d0, [sp, #64] ; 8-byte Folded Reload
fcmp d1, d1
cset w8, vc
str d0, [sp, #80] ; 8-byte Folded Spill
str d1, [sp, #88] ; 8-byte Folded Spill
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
ldr d3, [sp, #56] ; 8-byte Folded Reload
ldr d2, [sp, #40] ; 8-byte Folded Reload
ldr d1, [sp, #32] ; 8-byte Folded Reload
ldr d0, [sp, #48] ; 8-byte Folded Reload
bl ___muldc3
str d0, [sp, #80] ; 8-byte Folded Spill
str d1, [sp, #88] ; 8-byte Folded Spill
b LBB0_3
LBB0_3:
ldr d0, [sp, #8] ; 8-byte Folded Reload
ldr d1, [sp] ; 8-byte Folded Reload
ldr d3, [sp, #80] ; 8-byte Folded Reload
ldr d2, [sp, #88] ; 8-byte Folded Reload
fadd d1, d1, d3
fadd d0, d0, d2
str d1, [sp, #96]
str d0, [sp, #104]
ldr d0, [sp, #96]
ldr d1, [sp, #104]
bl _clog
stur d0, [x29, #-48]
stur d1, [x29, #-40]
ldur d1, [x29, #-48]
ldur d0, [x29, #-40]
stur d1, [x29, #-16]
stur d0, [x29, #-8]
ldur d0, [x29, #-16]
ldur d1, [x29, #-8]
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
add sp, sp, #208
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function cacosh
LCPI0_0:
.quad 0x3ff0000000000000 ## double 1
.section __TEXT,__text,regular,pure_instructions
.globl _cacosh
.p2align 4, 0x90
_cacosh: ## @cacosh
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $176, %rsp
movsd %xmm0, -32(%rbp)
movsd %xmm1, -24(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -176(%rbp) ## 8-byte Spill
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp) ## 8-byte Spill
movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm2 ## xmm2 = mem[0],zero
addsd %xmm2, %xmm1
xorps %xmm2, %xmm2
addsd %xmm2, %xmm0
movsd %xmm1, -64(%rbp)
movsd %xmm0, -56(%rbp)
movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -56(%rbp), %xmm1 ## xmm1 = mem[0],zero
callq _csqrt
movsd %xmm0, -144(%rbp) ## 8-byte Spill
movsd %xmm1, -160(%rbp) ## 8-byte Spill
movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm2 ## xmm2 = mem[0],zero
subsd %xmm2, %xmm1
xorps %xmm2, %xmm2
subsd %xmm2, %xmm0
movsd %xmm1, -80(%rbp)
movsd %xmm0, -72(%rbp)
movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -72(%rbp), %xmm1 ## xmm1 = mem[0],zero
callq _csqrt
movsd -160(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
movaps %xmm0, %xmm4
movsd %xmm4, -152(%rbp) ## 8-byte Spill
movaps %xmm1, %xmm5
movsd -144(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
movsd %xmm5, -136(%rbp) ## 8-byte Spill
movaps %xmm1, %xmm0
mulsd %xmm4, %xmm0
movaps %xmm2, %xmm3
mulsd %xmm5, %xmm3
mulsd %xmm5, %xmm1
mulsd %xmm4, %xmm2
subsd %xmm3, %xmm0
movsd %xmm0, -128(%rbp) ## 8-byte Spill
addsd %xmm2, %xmm1
movsd %xmm1, -120(%rbp) ## 8-byte Spill
ucomisd %xmm0, %xmm0
movsd %xmm0, -112(%rbp) ## 8-byte Spill
movsd %xmm1, -104(%rbp) ## 8-byte Spill
jnp LBB0_3
## %bb.1:
movsd -120(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
movsd -128(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm1
movsd %xmm0, -112(%rbp) ## 8-byte Spill
movsd %xmm1, -104(%rbp) ## 8-byte Spill
jnp LBB0_3
## %bb.2:
movsd -136(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
movsd -152(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
movsd -160(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
movsd -144(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
callq ___muldc3
movsd %xmm0, -112(%rbp) ## 8-byte Spill
movsd %xmm1, -104(%rbp) ## 8-byte Spill
LBB0_3:
movsd -168(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd -176(%rbp), %xmm1 ## 8-byte Reload
## xmm1 = mem[0],zero
movsd -112(%rbp), %xmm3 ## 8-byte Reload
## xmm3 = mem[0],zero
movsd -104(%rbp), %xmm2 ## 8-byte Reload
## xmm2 = mem[0],zero
addsd %xmm3, %xmm1
addsd %xmm2, %xmm0
movsd %xmm1, -96(%rbp)
movsd %xmm0, -88(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -88(%rbp), %xmm1 ## xmm1 = mem[0],zero
callq _clog
movsd %xmm0, -48(%rbp)
movsd %xmm1, -40(%rbp)
movsd -48(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm1, -16(%rbp)
movsd %xmm0, -8(%rbp)
movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -8(%rbp), %xmm1 ## xmm1 = mem[0],zero
addq $176, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/190767418.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
sub x8, x29, #12
str x8, [x9, #8]
sub x8, x29, #16
str x8, [x9, #16]
sub x8, x29, #20
str x8, [x9, #24]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur w8, [x29, #-8]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_1
LBB0_1:
ldur w8, [x29, #-8]
ldur w9, [x29, #-16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2:
ldur w8, [x29, #-8]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldur w8, [x29, #-8]
stur w8, [x29, #-24]
b LBB0_15
LBB0_4:
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_5
LBB0_5:
ldur w8, [x29, #-12]
ldur w9, [x29, #-16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6:
ldur w8, [x29, #-12]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldur w8, [x29, #-12]
stur w8, [x29, #-24]
b LBB0_14
LBB0_8:
ldur w8, [x29, #-16]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_9
LBB0_9:
ldur w8, [x29, #-16]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_10
LBB0_10:
ldur w8, [x29, #-16]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_11
LBB0_11:
ldur w8, [x29, #-16]
stur w8, [x29, #-24]
b LBB0_13
LBB0_12:
ldur w8, [x29, #-20]
stur w8, [x29, #-24]
b LBB0_13
LBB0_13:
b LBB0_14
LBB0_14:
b LBB0_15
LBB0_15:
ldur w9, [x29, #-24]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Please enter 4 numbers separated by spaces > "
l_.str.1: ; @.str.1
.asciz "%d%d%d%d"
l_.str.2: ; @.str.2
.asciz "%d is the smallest\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
leaq -12(%rbp), %rdx
leaq -16(%rbp), %rcx
leaq -20(%rbp), %r8
movb $0, %al
callq _scanf
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_4
## %bb.1:
movl -8(%rbp), %eax
cmpl -16(%rbp), %eax
jge LBB0_4
## %bb.2:
movl -8(%rbp), %eax
cmpl -20(%rbp), %eax
jge LBB0_4
## %bb.3:
movl -8(%rbp), %eax
movl %eax, -24(%rbp)
jmp LBB0_15
LBB0_4:
movl -12(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_8
## %bb.5:
movl -12(%rbp), %eax
cmpl -16(%rbp), %eax
jge LBB0_8
## %bb.6:
movl -12(%rbp), %eax
cmpl -20(%rbp), %eax
jge LBB0_8
## %bb.7:
movl -12(%rbp), %eax
movl %eax, -24(%rbp)
jmp LBB0_14
LBB0_8:
movl -16(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_12
## %bb.9:
movl -16(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_12
## %bb.10:
movl -16(%rbp), %eax
cmpl -20(%rbp), %eax
jge LBB0_12
## %bb.11:
movl -16(%rbp), %eax
movl %eax, -24(%rbp)
jmp LBB0_13
LBB0_12:
movl -20(%rbp), %eax
movl %eax, -24(%rbp)
LBB0_13:
jmp LBB0_14
LBB0_14:
jmp LBB0_15
LBB0_15:
movl -24(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Please enter 4 numbers separated by spaces > "
L_.str.1: ## @.str.1
.asciz "%d%d%d%d"
L_.str.2: ## @.str.2
.asciz "%d is the smallest\n"
.subsections_via_symbols
| the_stack_data/24255.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w8, #5
stur w8, [x29, #-8]
mov w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_12
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
str w8, [sp, #16]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #16]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_10
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #16]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-8]
ldr w9, [sp, #16]
subs w8, w8, w9
add w8, w8, #1
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-8]
ldur w9, [x29, #-12]
subs w8, w8, w9
add w8, w8, #65
strb w8, [sp, #15]
ldrsb w10, [sp, #15]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_8
LBB0_7: ; in Loop: Header=BB0_3 Depth=2
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_3
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_12:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%c "
l_.str.1: ; @.str.1
.asciz " "
l_.str.2: ; @.str.2
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl $5, -8(%rbp)
movl $1, -12(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movl -12(%rbp), %eax
cmpl -8(%rbp), %eax
jg LBB0_12
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $1, -16(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -16(%rbp), %eax
cmpl -8(%rbp), %eax
jg LBB0_10
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl -16(%rbp), %eax
cmpl -12(%rbp), %eax
je LBB0_6
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl -8(%rbp), %eax
subl -16(%rbp), %eax
addl $1, %eax
cmpl -12(%rbp), %eax
jne LBB0_7
LBB0_6: ## in Loop: Header=BB0_3 Depth=2
movl -8(%rbp), %eax
subl -12(%rbp), %eax
addl $65, %eax
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
movsbl -17(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_8
LBB0_7: ## in Loop: Header=BB0_3 Depth=2
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
LBB0_8: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_9
LBB0_9: ## in Loop: Header=BB0_3 Depth=2
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB0_3
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.11: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_12:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%c "
L_.str.1: ## @.str.1
.asciz " "
L_.str.2: ## @.str.2
.asciz "\n"
.subsections_via_symbols
| the_stack_data/234518296.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _createNode ; -- Begin function createNode
.p2align 2
_createNode: ; @createNode
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x0, #16
bl _malloc
str x0, [sp, #8]
ldr x8, [sp, #8]
; kill: def $x9 killed $xzr
str xzr, [x8, #8]
ldr x0, [sp, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _addNode ; -- Begin function addNode
.p2align 2
_addNode: ; @addNode
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
bl _createNode
str x0, [sp, #8]
ldur w8, [x29, #-12]
ldr x9, [sp, #8]
str w8, [x9]
ldur x8, [x29, #-8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldr x8, [sp, #8]
stur x8, [x29, #-8]
b LBB1_6
LBB1_2:
ldur x8, [x29, #-8]
str x8, [sp]
b LBB1_3
LBB1_3: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=1
ldr x8, [sp]
ldr x8, [x8, #8]
str x8, [sp]
b LBB1_3
LBB1_5:
ldr x8, [sp, #8]
ldr x9, [sp]
str x8, [x9, #8]
b LBB1_6
LBB1_6:
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
mov w0, #0
str wzr, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _createNode ## -- Begin function createNode
.p2align 4, 0x90
_createNode: ## @createNode
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $16, %edi
callq _malloc
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movq $0, 8(%rax)
movq -8(%rbp), %rax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _addNode ## -- Begin function addNode
.p2align 4, 0x90
_addNode: ## @addNode
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
callq _createNode
movq %rax, -24(%rbp)
movl -12(%rbp), %ecx
movq -24(%rbp), %rax
movl %ecx, (%rax)
cmpq $0, -8(%rbp)
jne LBB1_2
## %bb.1:
movq -24(%rbp), %rax
movq %rax, -8(%rbp)
jmp LBB1_6
LBB1_2:
movq -8(%rbp), %rax
movq %rax, -32(%rbp)
LBB1_3: ## =>This Inner Loop Header: Depth=1
movq -32(%rbp), %rax
cmpq $0, 8(%rax)
je LBB1_5
## %bb.4: ## in Loop: Header=BB1_3 Depth=1
movq -32(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -32(%rbp)
jmp LBB1_3
LBB1_5:
movq -24(%rbp), %rcx
movq -32(%rbp), %rax
movq %rcx, 8(%rax)
LBB1_6:
movq -8(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/140333.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _nwd ; -- Begin function nwd
.p2align 2
_nwd: ; @nwd
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str w0, [sp, #8]
str w1, [sp, #4]
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr w8, [sp, #4]
stur w8, [x29, #-4]
b LBB0_5
LBB0_2:
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldr w8, [sp, #8]
ldr w10, [sp, #4]
udiv w9, w8, w10
mul w9, w9, w10
subs w0, w8, w9
ldr w1, [sp, #4]
bl _nwd
stur w0, [x29, #-4]
b LBB0_5
LBB0_4:
ldr w8, [sp, #4]
ldr w10, [sp, #8]
udiv w9, w8, w10
mul w9, w9, w10
subs w0, w8, w9
ldr w1, [sp, #8]
bl _nwd
stur w0, [x29, #-4]
b LBB0_5
LBB0_5:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _nwd ## -- Begin function nwd
.p2align 4, 0x90
_nwd: ## @nwd
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -8(%rbp)
movl %esi, -12(%rbp)
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jne LBB0_2
## %bb.1:
movl -12(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB0_5
LBB0_2:
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jbe LBB0_4
## %bb.3:
movl -8(%rbp), %eax
xorl %edx, %edx
divl -12(%rbp)
movl %edx, %edi
movl -12(%rbp), %esi
callq _nwd
movl %eax, -4(%rbp)
jmp LBB0_5
LBB0_4:
movl -12(%rbp), %eax
xorl %edx, %edx
divl -8(%rbp)
movl %edx, %edi
movl -8(%rbp), %esi
callq _nwd
movl %eax, -4(%rbp)
LBB0_5:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/184518168.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
str x0, [sp, #16] ; 8-byte Folded Spill
bl _scanf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
sub x8, x29, #12
str x8, [x9]
bl _scanf
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
sub x8, x29, #20
str x8, [x9]
bl _scanf
ldur w8, [x29, #-20]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
stur wzr, [x29, #-4]
b LBB0_7
LBB0_2:
ldur w8, [x29, #-8]
mov w9, #5
subs w8, w9, w8
mul w8, w8, w9
stur w8, [x29, #-16]
ldur w8, [x29, #-8]
subs w8, w8, #5
cset w8, gt
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldur w8, [x29, #-12]
ldur w9, [x29, #-16]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
b LBB0_6
LBB0_5:
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB0_6
LBB0_6:
stur wzr, [x29, #-4]
b LBB0_7
LBB0_7:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Digite quantos litros de gasolina no tanque: "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Digite o limite disponivel no cartao: "
l_.str.3: ; @.str.3
.asciz "Digite se estamos em pandemia (1 para sim, 0 para nao): "
l_.str.4: ; @.str.4
.asciz "FIQUE EM CASA!!!"
l_.str.5: ; @.str.5
.asciz "Pode ir.\n"
l_.str.6: ; @.str.6
.asciz "Va nao.\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -20(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $0, -20(%rbp)
je LBB0_2
## %bb.1:
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -4(%rbp)
jmp LBB0_7
LBB0_2:
movl $5, %eax
subl -8(%rbp), %eax
imull $5, %eax, %eax
movl %eax, -16(%rbp)
cmpl $5, -8(%rbp)
jg LBB0_4
## %bb.3:
movl -12(%rbp), %eax
cmpl -16(%rbp), %eax
jl LBB0_5
LBB0_4:
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_6
LBB0_5:
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
LBB0_6:
movl $0, -4(%rbp)
LBB0_7:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Digite quantos litros de gasolina no tanque: "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Digite o limite disponivel no cartao: "
L_.str.3: ## @.str.3
.asciz "Digite se estamos em pandemia (1 para sim, 0 para nao): "
L_.str.4: ## @.str.4
.asciz "FIQUE EM CASA!!!"
L_.str.5: ## @.str.5
.asciz "Pode ir.\n"
L_.str.6: ## @.str.6
.asciz "Va nao.\n"
.subsections_via_symbols
| the_stack_data/18886969.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _isatty ; -- Begin function isatty
.p2align 2
_isatty: ; @isatty
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
mov w0, #0
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _isatty ## -- Begin function isatty
.p2align 4, 0x90
_isatty: ## @isatty
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/22012198.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w8, #2002
stur w8, [x29, #-8]
stur wzr, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
mov x9, sp
sub x8, x29, #12
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_5
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_5:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "Acesso Permitido\n"
l_.str.2: ; @.str.2
.asciz "Senha Invalida\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $2002, -8(%rbp) ## imm = 0x7D2
movl $0, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
leaq L_.str(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
movl -12(%rbp), %eax
cmpl -8(%rbp), %eax
jne LBB0_3
## %bb.2:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_5
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_5:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "Acesso Permitido\n"
L_.str.2: ## @.str.2
.asciz "Senha Invalida\n"
.subsections_via_symbols
| the_stack_data/96671.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov w0, #15
adrp x1, _nop@PAGE
add x1, x1, _nop@PAGEOFF
str x1, [sp] ; 8-byte Folded Spill
bl _signal
ldr x1, [sp] ; 8-byte Folded Reload
mov w0, #2
bl _signal
mov w0, #1
mov x1, #1
bl _signal
bl _pause
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function nop
_nop: ; @nop
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $15, %edi
leaq _nop(%rip), %rsi
callq _signal
movl $2, %edi
leaq _nop(%rip), %rsi
callq _signal
movl $1, %edi
movl $1, %esi
callq _signal
callq _pause
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function nop
_nop: ## @nop
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/51699254.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _strpbrk ; -- Begin function strpbrk
.p2align 2
_strpbrk: ; @strpbrk
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #16]
str x1, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldr x8, [sp, #16]
ldrsb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_8
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
str x8, [sp]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp]
ldrsb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_7
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr x8, [sp]
add x9, x8, #1
str x9, [sp]
ldrsb w8, [x8]
ldr x9, [sp, #16]
ldrsb w9, [x9]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldr x8, [sp, #16]
str x8, [sp, #24]
b LBB0_9
LBB0_6: ; in Loop: Header=BB0_3 Depth=2
b LBB0_3
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
b LBB0_1
LBB0_8:
; kill: def $x8 killed $xzr
str xzr, [sp, #24]
b LBB0_9
LBB0_9:
ldr x0, [sp, #24]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _strpbrk ## -- Begin function strpbrk
.p2align 4, 0x90
_strpbrk: ## @strpbrk
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movq -16(%rbp), %rax
movsbl (%rax), %eax
cmpl $0, %eax
je LBB0_8
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movq %rax, -32(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movq -32(%rbp), %rax
movsbl (%rax), %eax
cmpl $0, %eax
je LBB0_7
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movq -32(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -32(%rbp)
movsbl (%rax), %eax
movq -16(%rbp), %rcx
movsbl (%rcx), %ecx
cmpl %ecx, %eax
jne LBB0_6
## %bb.5:
movq -16(%rbp), %rax
movq %rax, -8(%rbp)
jmp LBB0_9
LBB0_6: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_3
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
jmp LBB0_1
LBB0_8:
movq $0, -8(%rbp)
LBB0_9:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/170452441.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x9, _p@GOTPAGE
ldr x9, [x9, _p@GOTPAGEOFF]
str x9, [sp, #16] ; 8-byte Folded Spill
stur wzr, [x29, #-4]
adrp x8, _sum@PAGE
add x8, x8, _sum@PAGEOFF
str x8, [x9]
adrp x8, _subtract@PAGE
add x8, x8, _subtract@PAGEOFF
str x8, [x9, #8]
adrp x8, _mul@PAGE
add x8, x8, _mul@PAGEOFF
str x8, [x9, #16]
adrp x8, _div@PAGE
add x8, x8, _div@PAGEOFF
str x8, [x9, #24]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #12
str x8, [x9]
sub x8, x29, #16
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
stur wzr, [x29, #-20]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-20]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldursw x9, [x29, #-20]
ldr x8, [x8, x9, lsl #3]
ldur w0, [x29, #-12]
ldur w1, [x29, #-16]
blr x8
stur w0, [x29, #-8]
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-20]
add w8, w8, #1
stur w8, [x29, #-20]
b LBB0_1
LBB0_4:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _sum ; -- Begin function sum
.p2align 2
_sum: ; @sum
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
str w1, [sp, #8]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldur w8, [x29, #-4]
ldr w9, [sp, #8]
add w0, w8, w9
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _subtract ; -- Begin function subtract
.p2align 2
_subtract: ; @subtract
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
str w1, [sp, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldur w8, [x29, #-4]
ldr w9, [sp, #8]
subs w0, w8, w9
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _mul ; -- Begin function mul
.p2align 2
_mul: ; @mul
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
str w1, [sp, #8]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
ldur w8, [x29, #-4]
ldr w9, [sp, #8]
mul w0, w8, w9
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _div ; -- Begin function div
.p2align 2
_div: ; @div
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str w0, [sp, #8]
str w1, [sp, #4]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB4_2
b LBB4_1
LBB4_1:
ldr w8, [sp, #8]
ldr w9, [sp, #4]
sdiv w8, w8, w9
stur w8, [x29, #-4]
b LBB4_3
LBB4_2:
stur wzr, [x29, #-4]
b LBB4_3
LBB4_3:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.comm _p,32,3 ; @p
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter two numbers: "
l_.str.1: ; @.str.1
.asciz "%d %d"
l_.str.2: ; @.str.2
.asciz "%d\n"
l_.str.3: ; @.str.3
.asciz "Sum: "
l_.str.4: ; @.str.4
.asciz "Difference: "
l_.str.5: ; @.str.5
.asciz "Product: "
l_.str.6: ; @.str.6
.asciz "Division: "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movq _p@GOTPCREL(%rip), %rax
leaq _sum(%rip), %rcx
movq %rcx, (%rax)
movq _p@GOTPCREL(%rip), %rax
leaq _subtract(%rip), %rcx
movq %rcx, 8(%rax)
movq _p@GOTPCREL(%rip), %rax
leaq _mul(%rip), %rcx
movq %rcx, 16(%rax)
movq _p@GOTPCREL(%rip), %rax
leaq _div(%rip), %rcx
movq %rcx, 24(%rax)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -12(%rbp), %rsi
leaq -16(%rbp), %rdx
movb $0, %al
callq _scanf
movl $0, -20(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $4, -20(%rbp)
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movslq -20(%rbp), %rcx
movq _p@GOTPCREL(%rip), %rax
movq (%rax,%rcx,8), %rax
movl -12(%rbp), %edi
movl -16(%rbp), %esi
callq *%rax
movl %eax, -8(%rbp)
movl -8(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB0_1
LBB0_4:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _sum ## -- Begin function sum
.p2align 4, 0x90
_sum: ## @sum
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
addl -8(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _subtract ## -- Begin function subtract
.p2align 4, 0x90
_subtract: ## @subtract
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
subl -8(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _mul ## -- Begin function mul
.p2align 4, 0x90
_mul: ## @mul
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
imull -8(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _div ## -- Begin function div
.p2align 4, 0x90
_div: ## @div
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -8(%rbp)
movl %esi, -12(%rbp)
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
cmpl $0, -12(%rbp)
je LBB4_2
## %bb.1:
movl -8(%rbp), %eax
cltd
idivl -12(%rbp)
movl %eax, -4(%rbp)
jmp LBB4_3
LBB4_2:
movl $0, -4(%rbp)
LBB4_3:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _p,32,4 ## @p
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter two numbers: "
L_.str.1: ## @.str.1
.asciz "%d %d"
L_.str.2: ## @.str.2
.asciz "%d\n"
L_.str.3: ## @.str.3
.asciz "Sum: "
L_.str.4: ## @.str.4
.asciz "Difference: "
L_.str.5: ## @.str.5
.asciz "Product: "
L_.str.6: ## @.str.6
.asciz "Division: "
.subsections_via_symbols
| the_stack_data/218893379.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub sp, sp, #208
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur wzr, [x29, #-116]
stur wzr, [x29, #-120]
stur wzr, [x29, #-124]
sub sp, sp, #16
mov x9, sp
sub x8, x29, #59
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
add sp, sp, #16
sub sp, sp, #16
mov x9, sp
sub x8, x29, #128
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
add sp, sp, #16
ldur w8, [x29, #-128]
; kill: def $x8 killed $w8
mov x9, sp
stur x9, [x29, #-152]
lsl x9, x8, #2
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-176] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-176] ; 8-byte Folded Reload
mov x9, sp
subs x9, x9, x10
mov sp, x9
stur x9, [x29, #-168] ; 8-byte Folded Spill
stur x8, [x29, #-160]
stur wzr, [x29, #-144]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldur w8, [x29, #-144]
ldur w9, [x29, #-128]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_48
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
sub sp, sp, #16
mov x9, sp
sub x8, x29, #110
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
add sp, sp, #16
stur wzr, [x29, #-140]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldursw x8, [x29, #-140]
stur x8, [x29, #-184] ; 8-byte Folded Spill
sub x0, x29, #59
bl _strlen
ldur x8, [x29, #-184] ; 8-byte Folded Reload
subs x8, x8, x0
cset w8, hs
tbnz w8, #0, LBB0_46
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldursw x8, [x29, #-140]
sub x0, x29, #59
ldrsb w8, [x0, x8]
stur w8, [x29, #-132]
ldursw x9, [x29, #-140]
sub x8, x29, #110
stur x8, [x29, #-200] ; 8-byte Folded Spill
ldrsb w8, [x8, x9]
stur w8, [x29, #-136]
bl _strlen
mov x8, x0
ldur x0, [x29, #-200] ; 8-byte Folded Reload
stur x8, [x29, #-192] ; 8-byte Folded Spill
bl _strlen
mov x8, x0
ldur x0, [x29, #-192] ; 8-byte Folded Reload
subs x8, x0, x8
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
mov w8, #1
stur w8, [x29, #-124]
b LBB0_44
LBB0_6: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #59
ldrsb w8, [x8, x9]
subs w8, w8, #48
cset w8, eq
tbnz w8, #0, LBB0_9
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #59
ldrsb w8, [x8, x9]
subs w8, w8, #111
cset w8, eq
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #59
ldrsb w8, [x8, x9]
subs w8, w8, #79
cset w8, ne
tbnz w8, #0, LBB0_15
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #110
ldrsb w8, [x8, x9]
subs w8, w8, #48
cset w8, eq
tbnz w8, #0, LBB0_12
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #110
ldrsb w8, [x8, x9]
subs w8, w8, #111
cset w8, eq
tbnz w8, #0, LBB0_12
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #110
ldrsb w8, [x8, x9]
subs w8, w8, #79
cset w8, ne
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_3 Depth=2
b LBB0_45
LBB0_13: ; in Loop: Header=BB0_3 Depth=2
mov w8, #1
stur w8, [x29, #-124]
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_3 Depth=2
b LBB0_43
LBB0_15: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #59
ldrsb w8, [x8, x9]
subs w8, w8, #49
cset w8, eq
tbnz w8, #0, LBB0_20
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #59
ldrsb w8, [x8, x9]
subs w8, w8, #108
cset w8, eq
tbnz w8, #0, LBB0_20
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #59
ldrsb w8, [x8, x9]
subs w8, w8, #76
cset w8, eq
tbnz w8, #0, LBB0_20
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #59
ldrsb w8, [x8, x9]
subs w8, w8, #105
cset w8, eq
tbnz w8, #0, LBB0_20
b LBB0_19
LBB0_19: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #59
ldrsb w8, [x8, x9]
subs w8, w8, #73
cset w8, ne
tbnz w8, #0, LBB0_28
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #110
ldrsb w8, [x8, x9]
subs w8, w8, #49
cset w8, eq
tbnz w8, #0, LBB0_25
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #110
ldrsb w8, [x8, x9]
subs w8, w8, #108
cset w8, eq
tbnz w8, #0, LBB0_25
b LBB0_22
LBB0_22: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #110
ldrsb w8, [x8, x9]
subs w8, w8, #76
cset w8, eq
tbnz w8, #0, LBB0_25
b LBB0_23
LBB0_23: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #110
ldrsb w8, [x8, x9]
subs w8, w8, #105
cset w8, eq
tbnz w8, #0, LBB0_25
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_3 Depth=2
ldursw x9, [x29, #-140]
sub x8, x29, #110
ldrsb w8, [x8, x9]
subs w8, w8, #73
cset w8, ne
tbnz w8, #0, LBB0_26
b LBB0_25
LBB0_25: ; in Loop: Header=BB0_3 Depth=2
b LBB0_45
LBB0_26: ; in Loop: Header=BB0_3 Depth=2
mov w8, #1
stur w8, [x29, #-124]
b LBB0_27
LBB0_27: ; in Loop: Header=BB0_3 Depth=2
b LBB0_42
LBB0_28: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-132]
ldur w9, [x29, #-136]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_30
b LBB0_29
LBB0_29: ; in Loop: Header=BB0_3 Depth=2
b LBB0_45
LBB0_30: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-132]
subs w8, w8, #65
cset w8, lt
tbnz w8, #0, LBB0_32
b LBB0_31
LBB0_31: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-132]
subs w8, w8, #90
cset w8, le
tbnz w8, #0, LBB0_34
b LBB0_32
LBB0_32: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-132]
subs w8, w8, #97
cset w8, lt
tbnz w8, #0, LBB0_40
b LBB0_33
LBB0_33: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-132]
subs w8, w8, #122
cset w8, gt
tbnz w8, #0, LBB0_40
b LBB0_34
LBB0_34: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-132]
ldur w9, [x29, #-136]
subs w8, w8, w9
subs w8, w8, #32
cset w8, eq
tbnz w8, #0, LBB0_37
b LBB0_35
LBB0_35: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-132]
ldur w9, [x29, #-136]
subs w8, w8, w9
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_37
b LBB0_36
LBB0_36: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-132]
ldur w9, [x29, #-136]
subs w8, w8, w9
adds w8, w8, #32
cset w8, ne
tbnz w8, #0, LBB0_38
b LBB0_37
LBB0_37: ; in Loop: Header=BB0_3 Depth=2
b LBB0_45
LBB0_38: ; in Loop: Header=BB0_3 Depth=2
mov w8, #1
stur w8, [x29, #-124]
b LBB0_39
LBB0_39: ; in Loop: Header=BB0_3 Depth=2
b LBB0_40
LBB0_40: ; in Loop: Header=BB0_3 Depth=2
b LBB0_41
LBB0_41: ; in Loop: Header=BB0_3 Depth=2
b LBB0_42
LBB0_42: ; in Loop: Header=BB0_3 Depth=2
b LBB0_43
LBB0_43: ; in Loop: Header=BB0_3 Depth=2
b LBB0_44
LBB0_44: ; in Loop: Header=BB0_3 Depth=2
b LBB0_45
LBB0_45: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-140]
add w8, w8, #1
stur w8, [x29, #-140]
b LBB0_3
LBB0_46: ; in Loop: Header=BB0_1 Depth=1
ldur x9, [x29, #-168] ; 8-byte Folded Reload
ldur w8, [x29, #-124]
ldursw x10, [x29, #-144]
str w8, [x9, x10, lsl #2]
stur wzr, [x29, #-124]
b LBB0_47
LBB0_47: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-144]
add w8, w8, #1
stur w8, [x29, #-144]
b LBB0_1
LBB0_48:
stur wzr, [x29, #-140]
b LBB0_49
LBB0_49: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-140]
ldur w9, [x29, #-128]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_54
b LBB0_50
LBB0_50: ; in Loop: Header=BB0_49 Depth=1
ldur x8, [x29, #-168] ; 8-byte Folded Reload
ldursw x9, [x29, #-140]
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_52
b LBB0_51
LBB0_51:
mov w8, #1
stur w8, [x29, #-120]
b LBB0_54
LBB0_52: ; in Loop: Header=BB0_49 Depth=1
b LBB0_53
LBB0_53: ; in Loop: Header=BB0_49 Depth=1
ldur w8, [x29, #-140]
add w8, w8, #1
stur w8, [x29, #-140]
b LBB0_49
LBB0_54:
ldur w8, [x29, #-120]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_56
b LBB0_55
LBB0_55:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_57
LBB0_56:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB0_57
LBB0_57:
ldur x8, [x29, #-152]
mov sp, x8
ldur w8, [x29, #-116]
stur w8, [x29, #-204] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_59
b LBB0_58
LBB0_58:
bl ___stack_chk_fail
LBB0_59:
ldur w0, [x29, #-204] ; 4-byte Folded Reload
mov sp, x29
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "No"
l_.str.3: ; @.str.3
.asciz "Yes"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $224, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -132(%rbp)
movl $0, -136(%rbp)
movl $0, -140(%rbp)
leaq L_.str(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movb %al, -193(%rbp) ## 1-byte Spill
leaq -64(%rbp), %rsi
callq _scanf
## kill: def $ecx killed $eax
movb -193(%rbp), %al ## 1-byte Reload
leaq L_.str.1(%rip), %rdi
leaq -144(%rbp), %rsi
callq _scanf
movl -144(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -192(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -168(%rbp)
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -192(%rbp), %rax ## 8-byte Reload
movq %rsp, %rcx
movq %rcx, -184(%rbp) ## 8-byte Spill
movq %rax, -176(%rbp)
movl $0, -160(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movl -160(%rbp), %eax
cmpl -144(%rbp), %eax
jge LBB0_48
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq -128(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _scanf
movl $0, -156(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movslq -156(%rbp), %rax
movq %rax, -208(%rbp) ## 8-byte Spill
leaq -64(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -208(%rbp), %rax ## 8-byte Reload
cmpq %rcx, %rax
jae LBB0_46
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
movl %eax, -148(%rbp)
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
movl %eax, -152(%rbp)
leaq -64(%rbp), %rdi
callq _strlen
movq %rax, -216(%rbp) ## 8-byte Spill
leaq -128(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -216(%rbp), %rax ## 8-byte Reload
cmpq %rcx, %rax
je LBB0_6
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl $1, -140(%rbp)
jmp LBB0_44
LBB0_6: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
cmpl $48, %eax
je LBB0_9
## %bb.7: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
cmpl $111, %eax
je LBB0_9
## %bb.8: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
cmpl $79, %eax
jne LBB0_15
LBB0_9: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
cmpl $48, %eax
je LBB0_12
## %bb.10: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
cmpl $111, %eax
je LBB0_12
## %bb.11: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
cmpl $79, %eax
jne LBB0_13
LBB0_12: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_45
LBB0_13: ## in Loop: Header=BB0_3 Depth=2
movl $1, -140(%rbp)
## %bb.14: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_43
LBB0_15: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
cmpl $49, %eax
je LBB0_20
## %bb.16: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
cmpl $108, %eax
je LBB0_20
## %bb.17: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
cmpl $76, %eax
je LBB0_20
## %bb.18: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
cmpl $105, %eax
je LBB0_20
## %bb.19: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -64(%rbp,%rax), %eax
cmpl $73, %eax
jne LBB0_28
LBB0_20: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
cmpl $49, %eax
je LBB0_25
## %bb.21: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
cmpl $108, %eax
je LBB0_25
## %bb.22: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
cmpl $76, %eax
je LBB0_25
## %bb.23: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
cmpl $105, %eax
je LBB0_25
## %bb.24: ## in Loop: Header=BB0_3 Depth=2
movslq -156(%rbp), %rax
movsbl -128(%rbp,%rax), %eax
cmpl $73, %eax
jne LBB0_26
LBB0_25: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_45
LBB0_26: ## in Loop: Header=BB0_3 Depth=2
movl $1, -140(%rbp)
## %bb.27: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_42
LBB0_28: ## in Loop: Header=BB0_3 Depth=2
movl -148(%rbp), %eax
cmpl -152(%rbp), %eax
jne LBB0_30
## %bb.29: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_45
LBB0_30: ## in Loop: Header=BB0_3 Depth=2
cmpl $65, -148(%rbp)
jl LBB0_32
## %bb.31: ## in Loop: Header=BB0_3 Depth=2
cmpl $90, -148(%rbp)
jle LBB0_34
LBB0_32: ## in Loop: Header=BB0_3 Depth=2
cmpl $97, -148(%rbp)
jl LBB0_40
## %bb.33: ## in Loop: Header=BB0_3 Depth=2
cmpl $122, -148(%rbp)
jg LBB0_40
LBB0_34: ## in Loop: Header=BB0_3 Depth=2
movl -148(%rbp), %eax
subl -152(%rbp), %eax
cmpl $32, %eax
je LBB0_37
## %bb.35: ## in Loop: Header=BB0_3 Depth=2
movl -148(%rbp), %eax
subl -152(%rbp), %eax
cmpl $0, %eax
je LBB0_37
## %bb.36: ## in Loop: Header=BB0_3 Depth=2
movl -148(%rbp), %eax
subl -152(%rbp), %eax
cmpl $-32, %eax
jne LBB0_38
LBB0_37: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_45
LBB0_38: ## in Loop: Header=BB0_3 Depth=2
movl $1, -140(%rbp)
## %bb.39: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_40
LBB0_40: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_41
LBB0_41: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_42
LBB0_42: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_43
LBB0_43: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_44
LBB0_44: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_45
LBB0_45: ## in Loop: Header=BB0_3 Depth=2
movl -156(%rbp), %eax
addl $1, %eax
movl %eax, -156(%rbp)
jmp LBB0_3
LBB0_46: ## in Loop: Header=BB0_1 Depth=1
movq -184(%rbp), %rax ## 8-byte Reload
movl -140(%rbp), %edx
movslq -160(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl $0, -140(%rbp)
## %bb.47: ## in Loop: Header=BB0_1 Depth=1
movl -160(%rbp), %eax
addl $1, %eax
movl %eax, -160(%rbp)
jmp LBB0_1
LBB0_48:
movl $0, -156(%rbp)
LBB0_49: ## =>This Inner Loop Header: Depth=1
movl -156(%rbp), %eax
cmpl -144(%rbp), %eax
jge LBB0_54
## %bb.50: ## in Loop: Header=BB0_49 Depth=1
movq -184(%rbp), %rax ## 8-byte Reload
movslq -156(%rbp), %rcx
cmpl $0, (%rax,%rcx,4)
jne LBB0_52
## %bb.51:
movl $1, -136(%rbp)
jmp LBB0_54
LBB0_52: ## in Loop: Header=BB0_49 Depth=1
jmp LBB0_53
LBB0_53: ## in Loop: Header=BB0_49 Depth=1
movl -156(%rbp), %eax
addl $1, %eax
movl %eax, -156(%rbp)
jmp LBB0_49
LBB0_54:
cmpl $1, -136(%rbp)
jne LBB0_56
## %bb.55:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_57
LBB0_56:
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB0_57:
movq -168(%rbp), %rax
movq %rax, %rsp
movl -132(%rbp), %eax
movl %eax, -220(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_59
## %bb.58:
movl -220(%rbp), %eax ## 4-byte Reload
movq %rbp, %rsp
popq %rbp
retq
LBB0_59:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "No"
L_.str.3: ## @.str.3
.asciz "Yes"
.subsections_via_symbols
| the_stack_data/92326848.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
stur wzr, [x29, #-20]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-20]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-20]
; implicit-def: $x10
mov x10, x8
ldur x8, [x29, #-16]
ldursw x9, [x29, #-20]
ldr x8, [x8, x9, lsl #3]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-20]
add w8, w8, #1
stur w8, [x29, #-20]
b LBB0_1
LBB0_4:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Recebi %d argumentos\n"
l_.str.1: ; @.str.1
.asciz "Argumento %d foi %s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movl -8(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -20(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -20(%rbp), %esi
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
movq (%rax,%rcx,8), %rdx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB0_1
LBB0_4:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Recebi %d argumentos\n"
L_.str.1: ## @.str.1
.asciz "Argumento %d foi %s\n"
.subsections_via_symbols
| the_stack_data/82915.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _max_line ; -- Begin function max_line
.p2align 2
_max_line: ; @max_line
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
str wzr, [sp]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_5
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
ldr x0, [x8]
bl _strlen
mov x8, x0
str w8, [sp, #4]
ldr w8, [sp, #4]
ldr w9, [sp]
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #4]
str w8, [sp]
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
add x8, x8, #8
str x8, [sp, #8]
b LBB0_1
LBB0_5:
ldr w0, [sp]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _max_line ## -- Begin function max_line
.p2align 4, 0x90
_max_line: ## @max_line
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movl $0, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
cmpq $0, (%rax)
je LBB0_5
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
movq (%rax), %rdi
callq _strlen
## kill: def $eax killed $eax killed $rax
movl %eax, -12(%rbp)
movl -12(%rbp), %eax
cmpl -16(%rbp), %eax
jbe LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
movl %eax, -16(%rbp)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
addq $8, %rax
movq %rax, -8(%rbp)
jmp LBB0_1
LBB0_5:
movl -16(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/165764867.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _square ; -- Begin function square
.p2align 2
_square: ; @square
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
ldr w9, [sp, #12]
mul w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _cube ; -- Begin function cube
.p2align 2
_cube: ; @cube
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
ldr w9, [sp, #12]
ldr w10, [sp, #12]
mul w9, w9, w10
mul w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _toTheFourthPower ; -- Begin function toTheFourthPower
.p2align 2
_toTheFourthPower: ; @toTheFourthPower
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
ldr w9, [sp, #12]
ldr w10, [sp, #12]
ldr w11, [sp, #12]
mul w10, w10, w11
mul w9, w9, w10
mul w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _toTheFifthPower ; -- Begin function toTheFifthPower
.p2align 2
_toTheFifthPower: ; @toTheFifthPower
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
ldr w9, [sp, #12]
ldr w10, [sp, #12]
ldr w11, [sp, #12]
ldr w12, [sp, #12]
mul w11, w11, w12
mul w10, w10, w11
mul w9, w9, w10
mul w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub x8, x29, #4
str x8, [sp, #16] ; 8-byte Folded Spill
mov w8, #0
stur w8, [x29, #-8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x8, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur w9, [x29, #-4]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #24] ; 8-byte Folded Spill
ldur w0, [x29, #-4]
bl _square
ldr x8, [sp, #24] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
; implicit-def: $x8
mov x8, x0
str x8, [x9, #8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldur w9, [x29, #-4]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #32] ; 8-byte Folded Spill
ldur w0, [x29, #-4]
bl _cube
ldr x8, [sp, #32] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
; implicit-def: $x8
mov x8, x0
str x8, [x9, #8]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldur w9, [x29, #-4]
; implicit-def: $x8
mov x8, x9
stur x8, [x29, #-24] ; 8-byte Folded Spill
ldur w0, [x29, #-4]
bl _toTheFourthPower
ldur x8, [x29, #-24] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
; implicit-def: $x8
mov x8, x0
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldur w9, [x29, #-4]
; implicit-def: $x8
mov x8, x9
stur x8, [x29, #-16] ; 8-byte Folded Spill
ldur w0, [x29, #-4]
bl _toTheFifthPower
ldur x8, [x29, #-16] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
; implicit-def: $x8
mov x8, x0
str x8, [x9, #8]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
ldur w0, [x29, #-8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter Number: "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "\n%d^2 = %d \n"
l_.str.3: ; @.str.3
.asciz "%d^3 = %d \n"
l_.str.4: ; @.str.4
.asciz "%d^4 = %d \n"
l_.str.5: ; @.str.5
.asciz "%d^5 = %d \n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _square ## -- Begin function square
.p2align 4, 0x90
_square: ## @square
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
imull -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _cube ## -- Begin function cube
.p2align 4, 0x90
_cube: ## @cube
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
movl -4(%rbp), %ecx
imull -4(%rbp), %ecx
imull %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _toTheFourthPower ## -- Begin function toTheFourthPower
.p2align 4, 0x90
_toTheFourthPower: ## @toTheFourthPower
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
movl -4(%rbp), %ecx
movl -4(%rbp), %edx
imull -4(%rbp), %edx
imull %edx, %ecx
imull %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _toTheFifthPower ## -- Begin function toTheFifthPower
.p2align 4, 0x90
_toTheFifthPower: ## @toTheFifthPower
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
movl -4(%rbp), %ecx
movl -4(%rbp), %edx
movl -4(%rbp), %esi
imull -4(%rbp), %esi
imull %esi, %edx
imull %edx, %ecx
imull %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -4(%rbp), %rsi
movb $0, %al
callq _scanf
movl -4(%rbp), %eax
movl %eax, -20(%rbp) ## 4-byte Spill
movl -4(%rbp), %edi
callq _square
movl -20(%rbp), %esi ## 4-byte Reload
movl %eax, %edx
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
movl %eax, -16(%rbp) ## 4-byte Spill
movl -4(%rbp), %edi
callq _cube
movl -16(%rbp), %esi ## 4-byte Reload
movl %eax, %edx
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
movl -4(%rbp), %edi
callq _toTheFourthPower
movl -12(%rbp), %esi ## 4-byte Reload
movl %eax, %edx
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
movl %eax, -8(%rbp) ## 4-byte Spill
movl -4(%rbp), %edi
callq _toTheFifthPower
movl -8(%rbp), %esi ## 4-byte Reload
movl %eax, %edx
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter Number: "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "\n%d^2 = %d \n"
L_.str.3: ## @.str.3
.asciz "%d^3 = %d \n"
L_.str.4: ## @.str.4
.asciz "%d^4 = %d \n"
L_.str.5: ## @.str.5
.asciz "%d^5 = %d \n"
.subsections_via_symbols
| the_stack_data/7806.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/7950449.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___hsail_bitextract_u32 ; -- Begin function __hsail_bitextract_u32
.p2align 2
___hsail_bitextract_u32: ; @__hsail_bitextract_u32
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #24]
str w1, [sp, #20]
str w2, [sp, #16]
ldr w8, [sp, #20]
; kill: def $x8 killed $w8
and x8, x8, #0x1f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #12]
ldr w8, [sp, #16]
; kill: def $x8 killed $w8
and x8, x8, #0x1f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #8]
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
str wzr, [sp, #28]
b LBB0_3
LBB0_2:
ldr w8, [sp, #24]
ldr w9, [sp, #8]
mov x10, x9
mov x9, #32
subs x10, x9, x10
ldr w11, [sp, #12]
; kill: def $x11 killed $w11
subs x10, x10, x11
; kill: def $w10 killed $w10 killed $x10
lsl w8, w8, w10
ldr w10, [sp, #8]
; kill: def $x10 killed $w10
subs x9, x9, x10
; kill: def $w9 killed $w9 killed $x9
lsr w8, w8, w9
str w8, [sp, #28]
b LBB0_3
LBB0_3:
ldr w0, [sp, #28]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitextract_s32 ; -- Begin function __hsail_bitextract_s32
.p2align 2
___hsail_bitextract_s32: ; @__hsail_bitextract_s32
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #24]
str w1, [sp, #20]
str w2, [sp, #16]
ldr w8, [sp, #20]
; kill: def $x8 killed $w8
and x8, x8, #0x1f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #12]
ldr w8, [sp, #16]
; kill: def $x8 killed $w8
and x8, x8, #0x1f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #8]
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
str wzr, [sp, #28]
b LBB1_3
LBB1_2:
ldr w8, [sp, #24]
ldr w9, [sp, #8]
mov x10, x9
mov x9, #32
subs x10, x9, x10
ldr w11, [sp, #12]
; kill: def $x11 killed $w11
subs x10, x10, x11
; kill: def $w10 killed $w10 killed $x10
lsl w8, w8, w10
ldr w10, [sp, #8]
; kill: def $x10 killed $w10
subs x9, x9, x10
; kill: def $w9 killed $w9 killed $x9
asr w8, w8, w9
str w8, [sp, #28]
b LBB1_3
LBB1_3:
ldr w0, [sp, #28]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitextract_u64 ; -- Begin function __hsail_bitextract_u64
.p2align 2
___hsail_bitextract_u64: ; @__hsail_bitextract_u64
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #16]
str w1, [sp, #12]
str w2, [sp, #8]
ldr w8, [sp, #12]
; kill: def $x8 killed $w8
and x8, x8, #0x3f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #4]
ldr w8, [sp, #8]
; kill: def $x8 killed $w8
and x8, x8, #0x3f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp]
ldr w8, [sp]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
str xzr, [sp, #24]
b LBB2_3
LBB2_2:
ldr x8, [sp, #16]
ldr w9, [sp]
mov x10, x9
mov x9, #64
subs x10, x9, x10
ldr w11, [sp, #4]
; kill: def $x11 killed $w11
subs x10, x10, x11
lsl x8, x8, x10
ldr w10, [sp]
; kill: def $x10 killed $w10
subs x9, x9, x10
lsr x8, x8, x9
str x8, [sp, #24]
b LBB2_3
LBB2_3:
ldr x0, [sp, #24]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitextract_s64 ; -- Begin function __hsail_bitextract_s64
.p2align 2
___hsail_bitextract_s64: ; @__hsail_bitextract_s64
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #16]
str w1, [sp, #12]
str w2, [sp, #8]
ldr w8, [sp, #12]
; kill: def $x8 killed $w8
and x8, x8, #0x3f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #4]
ldr w8, [sp, #8]
; kill: def $x8 killed $w8
and x8, x8, #0x3f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp]
ldr w8, [sp]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
str xzr, [sp, #24]
b LBB3_3
LBB3_2:
ldr x8, [sp, #16]
ldr w9, [sp]
mov x10, x9
mov x9, #64
subs x10, x9, x10
ldr w11, [sp, #4]
; kill: def $x11 killed $w11
subs x10, x10, x11
lsl x8, x8, x10
ldr w10, [sp]
; kill: def $x10 killed $w10
subs x9, x9, x10
asr x8, x8, x9
str x8, [sp, #24]
b LBB3_3
LBB3_3:
ldr x0, [sp, #24]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitinsert_u32 ; -- Begin function __hsail_bitinsert_u32
.p2align 2
___hsail_bitinsert_u32: ; @__hsail_bitinsert_u32
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #28]
str w1, [sp, #24]
str w2, [sp, #20]
str w3, [sp, #16]
ldr w8, [sp, #20]
; kill: def $x8 killed $w8
and x8, x8, #0x1f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #12]
ldr w8, [sp, #16]
; kill: def $x8 killed $w8
and x8, x8, #0x1f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #8]
ldr w9, [sp, #8]
mov w8, #1
lsl w8, w8, w9
subs w8, w8, #1
str w8, [sp, #4]
ldr w8, [sp, #28]
ldr w9, [sp, #4]
ldr w10, [sp, #12]
lsl w9, w9, w10
bic w8, w8, w9
ldr w9, [sp, #24]
ldr w10, [sp, #4]
and w9, w9, w10
ldr w10, [sp, #12]
lsl w9, w9, w10
orr w0, w8, w9
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitinsert_u64 ; -- Begin function __hsail_bitinsert_u64
.p2align 2
___hsail_bitinsert_u64: ; @__hsail_bitinsert_u64
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #40]
str x1, [sp, #32]
str w2, [sp, #28]
str w3, [sp, #24]
ldr w8, [sp, #28]
; kill: def $x8 killed $w8
and x8, x8, #0x3f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #20]
ldr w8, [sp, #24]
; kill: def $x8 killed $w8
and x8, x8, #0x3f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #16]
ldr w8, [sp, #16]
mov x9, x8
mov x8, #1
lsl x8, x8, x9
subs x8, x8, #1
str x8, [sp, #8]
ldr x8, [sp, #40]
ldr x9, [sp, #8]
ldr w10, [sp, #20]
; kill: def $x10 killed $w10
lsl x9, x9, x10
bic x8, x8, x9
ldr x9, [sp, #32]
ldr x10, [sp, #8]
and x9, x9, x10
ldr w10, [sp, #20]
; kill: def $x10 killed $w10
lsl x9, x9, x10
orr x0, x8, x9
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitmask_u32 ; -- Begin function __hsail_bitmask_u32
.p2align 2
___hsail_bitmask_u32: ; @__hsail_bitmask_u32
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #28]
str w1, [sp, #24]
ldr w8, [sp, #28]
; kill: def $x8 killed $w8
and x8, x8, #0x1f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #20]
ldr w8, [sp, #24]
; kill: def $x8 killed $w8
and x8, x8, #0x1f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #16]
ldr w9, [sp, #16]
mov w8, #1
lsl w8, w8, w9
subs w8, w8, #1
str w8, [sp, #12]
ldr w8, [sp, #12]
ldr w9, [sp, #20]
lsl w0, w8, w9
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitmask_u64 ; -- Begin function __hsail_bitmask_u64
.p2align 2
___hsail_bitmask_u64: ; @__hsail_bitmask_u64
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #28]
str w1, [sp, #24]
ldr w8, [sp, #28]
; kill: def $x8 killed $w8
and x8, x8, #0x3f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #20]
ldr w8, [sp, #24]
; kill: def $x8 killed $w8
and x8, x8, #0x3f
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #16]
ldr w8, [sp, #16]
mov x9, x8
mov x8, #1
lsl x8, x8, x9
subs x8, x8, #1
str x8, [sp, #8]
ldr x8, [sp, #8]
ldr w9, [sp, #20]
; kill: def $x9 killed $w9
lsl x0, x8, x9
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitrev_u32 ; -- Begin function __hsail_bitrev_u32
.p2align 2
___hsail_bitrev_u32: ; @__hsail_bitrev_u32
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
str w8, [sp, #8]
ldr w8, [sp, #8]
str w8, [sp, #4]
mov w8, #31
str w8, [sp]
ldr w8, [sp, #8]
lsr w8, w8, #1
str w8, [sp, #8]
b LBB8_1
LBB8_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB8_4
b LBB8_2
LBB8_2: ; in Loop: Header=BB8_1 Depth=1
ldr w8, [sp, #4]
lsl w8, w8, #1
str w8, [sp, #4]
ldr w8, [sp, #8]
and w9, w8, #0x1
ldr w8, [sp, #4]
orr w8, w8, w9
str w8, [sp, #4]
ldr w8, [sp]
subs w8, w8, #1
str w8, [sp]
b LBB8_3
LBB8_3: ; in Loop: Header=BB8_1 Depth=1
ldr w8, [sp, #8]
lsr w8, w8, #1
str w8, [sp, #8]
b LBB8_1
LBB8_4:
ldr w8, [sp, #4]
ldr w9, [sp]
lsl w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitrev_u64 ; -- Begin function __hsail_bitrev_u64
.p2align 2
___hsail_bitrev_u64: ; @__hsail_bitrev_u64
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
ldr x8, [sp, #24]
str x8, [sp, #16]
ldr x8, [sp, #16]
str x8, [sp, #8]
mov w8, #63
str w8, [sp, #4]
ldr x8, [sp, #16]
lsr x8, x8, #1
str x8, [sp, #16]
b LBB9_1
LBB9_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB9_4
b LBB9_2
LBB9_2: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #8]
lsl x8, x8, #1
str x8, [sp, #8]
ldr x8, [sp, #16]
and x9, x8, #0x1
ldr x8, [sp, #8]
orr x8, x8, x9
str x8, [sp, #8]
ldr w8, [sp, #4]
subs w8, w8, #1
str w8, [sp, #4]
b LBB9_3
LBB9_3: ; in Loop: Header=BB9_1 Depth=1
ldr x8, [sp, #16]
lsr x8, x8, #1
str x8, [sp, #16]
b LBB9_1
LBB9_4:
ldr x8, [sp, #8]
ldr w9, [sp, #4]
; kill: def $x9 killed $w9
lsl x0, x8, x9
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitselect_u32 ; -- Begin function __hsail_bitselect_u32
.p2align 2
___hsail_bitselect_u32: ; @__hsail_bitselect_u32
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
str w2, [sp, #4]
ldr w8, [sp, #8]
ldr w9, [sp, #12]
and w8, w8, w9
ldr w9, [sp, #4]
ldr w10, [sp, #12]
bic w9, w9, w10
orr w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl ___hsail_bitselect_u64 ; -- Begin function __hsail_bitselect_u64
.p2align 2
___hsail_bitselect_u64: ; @__hsail_bitselect_u64
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
str x2, [sp, #8]
ldr x8, [sp, #16]
ldr x9, [sp, #24]
and x8, x8, x9
ldr x9, [sp, #8]
ldr x10, [sp, #24]
bic x9, x9, x10
orr x0, x8, x9
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_firstbit_u32 ; -- Begin function __hsail_firstbit_u32
.p2align 2
___hsail_firstbit_u32: ; @__hsail_firstbit_u32
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #8]
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB12_2
b LBB12_1
LBB12_1:
mov w8, #-1
str w8, [sp, #12]
b LBB12_3
LBB12_2:
ldr w8, [sp, #8]
clz w8, w8
str w8, [sp, #12]
b LBB12_3
LBB12_3:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl ___hsail_firstbit_s32 ; -- Begin function __hsail_firstbit_s32
.p2align 2
___hsail_firstbit_s32: ; @__hsail_firstbit_s32
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB13_2
b LBB13_1
LBB13_1:
ldur w8, [x29, #-4]
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB13_3
LBB13_2:
ldur w8, [x29, #-4]
mvn w8, w8
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB13_3
LBB13_3:
ldr w8, [sp, #4] ; 4-byte Folded Reload
str w8, [sp, #8]
ldr w0, [sp, #8]
bl ___hsail_firstbit_u32
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl ___hsail_firstbit_u64 ; -- Begin function __hsail_firstbit_u64
.p2align 2
___hsail_firstbit_u64: ; @__hsail_firstbit_u64
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp]
ldr x8, [sp]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB14_2
b LBB14_1
LBB14_1:
mov w8, #-1
str w8, [sp, #12]
b LBB14_3
LBB14_2:
ldr x8, [sp]
clz x8, x8
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #12]
b LBB14_3
LBB14_3:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl ___hsail_firstbit_s64 ; -- Begin function __hsail_firstbit_s64
.p2align 2
___hsail_firstbit_s64: ; @__hsail_firstbit_s64
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
subs x8, x8, #0
cset w8, lt
tbnz w8, #0, LBB15_2
b LBB15_1
LBB15_1:
ldur x8, [x29, #-8]
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB15_3
LBB15_2:
ldur x8, [x29, #-8]
mvn x8, x8
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB15_3
LBB15_3:
ldr x8, [sp, #8] ; 8-byte Folded Reload
str x8, [sp, #16]
ldr x0, [sp, #16]
bl ___hsail_firstbit_u64
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl ___hsail_lastbit_u32 ; -- Begin function __hsail_lastbit_u32
.p2align 2
___hsail_lastbit_u32: ; @__hsail_lastbit_u32
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #8]
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB16_2
b LBB16_1
LBB16_1:
mov w8, #-1
str w8, [sp, #12]
b LBB16_3
LBB16_2:
ldr w8, [sp, #8]
rbit w8, w8
clz w8, w8
str w8, [sp, #12]
b LBB16_3
LBB16_3:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl ___hsail_lastbit_u64 ; -- Begin function __hsail_lastbit_u64
.p2align 2
___hsail_lastbit_u64: ; @__hsail_lastbit_u64
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp]
ldr x8, [sp]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB17_2
b LBB17_1
LBB17_1:
mov w8, #-1
str w8, [sp, #12]
b LBB17_3
LBB17_2:
ldr x8, [sp]
rbit x8, x8
clz x8, x8
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #12]
b LBB17_3
LBB17_3:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___hsail_bitextract_u32 ## -- Begin function __hsail_bitextract_u32
.p2align 4, 0x90
___hsail_bitextract_u32: ## @__hsail_bitextract_u32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
movl %esi, -12(%rbp)
movl %edx, -16(%rbp)
movl -12(%rbp), %eax
## kill: def $rax killed $eax
andq $31, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -20(%rbp)
movl -16(%rbp), %eax
## kill: def $rax killed $eax
andq $31, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -24(%rbp)
cmpl $0, -24(%rbp)
jne LBB0_2
## %bb.1:
movl $0, -4(%rbp)
jmp LBB0_3
LBB0_2:
movl -8(%rbp), %eax
movl -24(%rbp), %ecx
movl %ecx, %edx
movl $32, %ecx
subq %rdx, %rcx
movl -20(%rbp), %edx
## kill: def $rdx killed $edx
subq %rdx, %rcx
## kill: def $ecx killed $ecx killed $rcx
## kill: def $cl killed $ecx
shll %cl, %eax
movl -24(%rbp), %ecx
movl %ecx, %edx
movl $32, %ecx
subq %rdx, %rcx
## kill: def $ecx killed $ecx killed $rcx
## kill: def $cl killed $ecx
shrl %cl, %eax
movl %eax, -4(%rbp)
LBB0_3:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitextract_s32 ## -- Begin function __hsail_bitextract_s32
.p2align 4, 0x90
___hsail_bitextract_s32: ## @__hsail_bitextract_s32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
movl %esi, -12(%rbp)
movl %edx, -16(%rbp)
movl -12(%rbp), %eax
## kill: def $rax killed $eax
andq $31, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -20(%rbp)
movl -16(%rbp), %eax
## kill: def $rax killed $eax
andq $31, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -24(%rbp)
cmpl $0, -24(%rbp)
jne LBB1_2
## %bb.1:
movl $0, -4(%rbp)
jmp LBB1_3
LBB1_2:
movl -8(%rbp), %eax
movl -24(%rbp), %ecx
movl %ecx, %edx
movl $32, %ecx
subq %rdx, %rcx
movl -20(%rbp), %edx
## kill: def $rdx killed $edx
subq %rdx, %rcx
## kill: def $ecx killed $ecx killed $rcx
## kill: def $cl killed $ecx
shll %cl, %eax
movl -24(%rbp), %ecx
movl %ecx, %edx
movl $32, %ecx
subq %rdx, %rcx
## kill: def $ecx killed $ecx killed $rcx
## kill: def $cl killed $ecx
sarl %cl, %eax
movl %eax, -4(%rbp)
LBB1_3:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitextract_u64 ## -- Begin function __hsail_bitextract_u64
.p2align 4, 0x90
___hsail_bitextract_u64: ## @__hsail_bitextract_u64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movl %edx, -24(%rbp)
movl -20(%rbp), %eax
## kill: def $rax killed $eax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -28(%rbp)
movl -24(%rbp), %eax
## kill: def $rax killed $eax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -32(%rbp)
cmpl $0, -32(%rbp)
jne LBB2_2
## %bb.1:
movq $0, -8(%rbp)
jmp LBB2_3
LBB2_2:
movq -16(%rbp), %rax
movl -32(%rbp), %ecx
movl %ecx, %edx
movl $64, %ecx
subq %rdx, %rcx
movl -28(%rbp), %edx
## kill: def $rdx killed $edx
subq %rdx, %rcx
## kill: def $cl killed $rcx
shlq %cl, %rax
movl -32(%rbp), %ecx
movl %ecx, %edx
movl $64, %ecx
subq %rdx, %rcx
## kill: def $cl killed $rcx
shrq %cl, %rax
movq %rax, -8(%rbp)
LBB2_3:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitextract_s64 ## -- Begin function __hsail_bitextract_s64
.p2align 4, 0x90
___hsail_bitextract_s64: ## @__hsail_bitextract_s64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movl %edx, -24(%rbp)
movl -20(%rbp), %eax
## kill: def $rax killed $eax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -28(%rbp)
movl -24(%rbp), %eax
## kill: def $rax killed $eax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -32(%rbp)
cmpl $0, -32(%rbp)
jne LBB3_2
## %bb.1:
movq $0, -8(%rbp)
jmp LBB3_3
LBB3_2:
movq -16(%rbp), %rax
movl -32(%rbp), %ecx
movl %ecx, %edx
movl $64, %ecx
subq %rdx, %rcx
movl -28(%rbp), %edx
## kill: def $rdx killed $edx
subq %rdx, %rcx
## kill: def $cl killed $rcx
shlq %cl, %rax
movl -32(%rbp), %ecx
movl %ecx, %edx
movl $64, %ecx
subq %rdx, %rcx
## kill: def $cl killed $rcx
sarq %cl, %rax
movq %rax, -8(%rbp)
LBB3_3:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitinsert_u32 ## -- Begin function __hsail_bitinsert_u32
.p2align 4, 0x90
___hsail_bitinsert_u32: ## @__hsail_bitinsert_u32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl %edx, -12(%rbp)
movl %ecx, -16(%rbp)
movl -12(%rbp), %eax
## kill: def $rax killed $eax
andq $31, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -20(%rbp)
movl -16(%rbp), %eax
## kill: def $rax killed $eax
andq $31, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -24(%rbp)
movl -24(%rbp), %ecx
movl $1, %eax
## kill: def $cl killed $ecx
shll %cl, %eax
subl $1, %eax
movl %eax, -28(%rbp)
movl -4(%rbp), %eax
movl -28(%rbp), %edx
movl -20(%rbp), %ecx
## kill: def $cl killed $ecx
shll %cl, %edx
movl %edx, %ecx
xorl $-1, %ecx
andl %ecx, %eax
movl -8(%rbp), %edx
andl -28(%rbp), %edx
movl -20(%rbp), %ecx
## kill: def $cl killed $ecx
shll %cl, %edx
movl %edx, %ecx
orl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitinsert_u64 ## -- Begin function __hsail_bitinsert_u64
.p2align 4, 0x90
___hsail_bitinsert_u64: ## @__hsail_bitinsert_u64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movl %ecx, -24(%rbp)
movl -20(%rbp), %eax
## kill: def $rax killed $eax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -28(%rbp)
movl -24(%rbp), %eax
## kill: def $rax killed $eax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -32(%rbp)
movl -32(%rbp), %eax
movl %eax, %ecx
movl $1, %eax
## kill: def $cl killed $rcx
shlq %cl, %rax
subq $1, %rax
movq %rax, -40(%rbp)
movq -8(%rbp), %rax
movq -40(%rbp), %rdx
movl -28(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rdx
movq %rdx, %rcx
xorq $-1, %rcx
andq %rcx, %rax
movq -16(%rbp), %rdx
andq -40(%rbp), %rdx
movl -28(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rdx
movq %rdx, %rcx
orq %rcx, %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitmask_u32 ## -- Begin function __hsail_bitmask_u32
.p2align 4, 0x90
___hsail_bitmask_u32: ## @__hsail_bitmask_u32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
## kill: def $rax killed $eax
andq $31, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -12(%rbp)
movl -8(%rbp), %eax
## kill: def $rax killed $eax
andq $31, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -16(%rbp)
movl -16(%rbp), %ecx
movl $1, %eax
## kill: def $cl killed $ecx
shll %cl, %eax
subl $1, %eax
movl %eax, -20(%rbp)
movl -20(%rbp), %eax
movl -12(%rbp), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitmask_u64 ## -- Begin function __hsail_bitmask_u64
.p2align 4, 0x90
___hsail_bitmask_u64: ## @__hsail_bitmask_u64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
## kill: def $rax killed $eax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -12(%rbp)
movl -8(%rbp), %eax
## kill: def $rax killed $eax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -16(%rbp)
movl -16(%rbp), %eax
movl %eax, %ecx
movl $1, %eax
## kill: def $cl killed $rcx
shlq %cl, %rax
subq $1, %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movl -12(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitrev_u32 ## -- Begin function __hsail_bitrev_u32
.p2align 4, 0x90
___hsail_bitrev_u32: ## @__hsail_bitrev_u32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -12(%rbp)
movl $31, -16(%rbp)
movl -8(%rbp), %eax
shrl $1, %eax
movl %eax, -8(%rbp)
LBB8_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -8(%rbp)
je LBB8_4
## %bb.2: ## in Loop: Header=BB8_1 Depth=1
movl -12(%rbp), %eax
shll $1, %eax
movl %eax, -12(%rbp)
movl -8(%rbp), %eax
andl $1, %eax
orl -12(%rbp), %eax
movl %eax, -12(%rbp)
movl -16(%rbp), %eax
addl $-1, %eax
movl %eax, -16(%rbp)
## %bb.3: ## in Loop: Header=BB8_1 Depth=1
movl -8(%rbp), %eax
shrl $1, %eax
movl %eax, -8(%rbp)
jmp LBB8_1
LBB8_4:
movl -12(%rbp), %eax
movl -16(%rbp), %ecx
## kill: def $cl killed $ecx
shll %cl, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitrev_u64 ## -- Begin function __hsail_bitrev_u64
.p2align 4, 0x90
___hsail_bitrev_u64: ## @__hsail_bitrev_u64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, -16(%rbp)
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
movl $63, -28(%rbp)
movq -16(%rbp), %rax
shrq $1, %rax
movq %rax, -16(%rbp)
LBB9_1: ## =>This Inner Loop Header: Depth=1
cmpq $0, -16(%rbp)
je LBB9_4
## %bb.2: ## in Loop: Header=BB9_1 Depth=1
movq -24(%rbp), %rax
shlq $1, %rax
movq %rax, -24(%rbp)
movq -16(%rbp), %rax
andq $1, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movl -28(%rbp), %eax
addl $-1, %eax
movl %eax, -28(%rbp)
## %bb.3: ## in Loop: Header=BB9_1 Depth=1
movq -16(%rbp), %rax
shrq $1, %rax
movq %rax, -16(%rbp)
jmp LBB9_1
LBB9_4:
movq -24(%rbp), %rax
movl -28(%rbp), %ecx
## kill: def $rcx killed $ecx
## kill: def $cl killed $rcx
shlq %cl, %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitselect_u32 ## -- Begin function __hsail_bitselect_u32
.p2align 4, 0x90
___hsail_bitselect_u32: ## @__hsail_bitselect_u32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl %edx, -12(%rbp)
movl -8(%rbp), %eax
andl -4(%rbp), %eax
movl -12(%rbp), %ecx
movl -4(%rbp), %edx
xorl $-1, %edx
andl %edx, %ecx
orl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_bitselect_u64 ## -- Begin function __hsail_bitselect_u64
.p2align 4, 0x90
___hsail_bitselect_u64: ## @__hsail_bitselect_u64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq -16(%rbp), %rax
andq -8(%rbp), %rax
movq -24(%rbp), %rcx
movq -8(%rbp), %rdx
xorq $-1, %rdx
andq %rdx, %rcx
orq %rcx, %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_firstbit_u32 ## -- Begin function __hsail_firstbit_u32
.p2align 4, 0x90
___hsail_firstbit_u32: ## @__hsail_firstbit_u32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
cmpl $0, -8(%rbp)
jne LBB12_2
## %bb.1:
movl $-1, -4(%rbp)
jmp LBB12_3
LBB12_2:
movl -8(%rbp), %eax
bsrl %eax, %eax
xorl $31, %eax
movl %eax, -4(%rbp)
LBB12_3:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_firstbit_s32 ## -- Begin function __hsail_firstbit_s32
.p2align 4, 0x90
___hsail_firstbit_s32: ## @__hsail_firstbit_s32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
cmpl $0, -4(%rbp)
jl LBB13_2
## %bb.1:
movl -4(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
jmp LBB13_3
LBB13_2:
movl -4(%rbp), %eax
xorl $-1, %eax
movl %eax, -12(%rbp) ## 4-byte Spill
LBB13_3:
movl -12(%rbp), %eax ## 4-byte Reload
movl %eax, -8(%rbp)
movl -8(%rbp), %edi
callq ___hsail_firstbit_u32
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_firstbit_u64 ## -- Begin function __hsail_firstbit_u64
.p2align 4, 0x90
___hsail_firstbit_u64: ## @__hsail_firstbit_u64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
cmpq $0, -16(%rbp)
jne LBB14_2
## %bb.1:
movl $-1, -4(%rbp)
jmp LBB14_3
LBB14_2:
movq -16(%rbp), %rax
bsrq %rax, %rax
xorq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -4(%rbp)
LBB14_3:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_firstbit_s64 ## -- Begin function __hsail_firstbit_s64
.p2align 4, 0x90
___hsail_firstbit_s64: ## @__hsail_firstbit_s64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
cmpq $0, -8(%rbp)
jl LBB15_2
## %bb.1:
movq -8(%rbp), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
jmp LBB15_3
LBB15_2:
movq -8(%rbp), %rax
xorq $-1, %rax
movq %rax, -24(%rbp) ## 8-byte Spill
LBB15_3:
movq -24(%rbp), %rax ## 8-byte Reload
movq %rax, -16(%rbp)
movq -16(%rbp), %rdi
callq ___hsail_firstbit_u64
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_lastbit_u32 ## -- Begin function __hsail_lastbit_u32
.p2align 4, 0x90
___hsail_lastbit_u32: ## @__hsail_lastbit_u32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
cmpl $0, -8(%rbp)
jne LBB16_2
## %bb.1:
movl $-1, -4(%rbp)
jmp LBB16_3
LBB16_2:
movl -8(%rbp), %eax
bsfl %eax, %eax
movl %eax, -4(%rbp)
LBB16_3:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___hsail_lastbit_u64 ## -- Begin function __hsail_lastbit_u64
.p2align 4, 0x90
___hsail_lastbit_u64: ## @__hsail_lastbit_u64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
cmpq $0, -16(%rbp)
jne LBB17_2
## %bb.1:
movl $-1, -4(%rbp)
jmp LBB17_3
LBB17_2:
movq -16(%rbp), %rax
bsfq %rax, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -4(%rbp)
LBB17_3:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/801938.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #12] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
sub x8, x29, #8
mov w9, #5
stur w9, [x29, #-8]
str x8, [sp, #16]
ldr x8, [sp, #16]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr w0, [sp, #12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $5, -8(%rbp)
leaq -8(%rbp), %rax
movq %rax, -16(%rbp)
movq -16(%rbp), %rax
movl (%rax), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
.subsections_via_symbols
| the_stack_data/74980.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _clansb_ ; -- Begin function clansb_
.p2align 2
_clansb_: ; @clansb_
.cfi_startproc
; %bb.0:
sub sp, sp, #320
.cfi_def_cfa_offset 320
stp x28, x27, [sp, #288] ; 16-byte Folded Spill
stp x29, x30, [sp, #304] ; 16-byte Folded Spill
add x29, sp, #304
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub x8, x29, #64
str x8, [sp, #96] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
str x0, [x8, #16]
str x1, [x8, #8]
str x2, [x8]
stur x3, [x29, #-72]
stur x4, [x29, #-80]
stur x5, [x29, #-88]
stur x6, [x29, #-96]
ldur x9, [x29, #-88]
ldr w9, [x9]
stur w9, [x29, #-100]
ldur w9, [x29, #-100]
mov x10, #0
lsr w9, w9, #0
add w9, w9, #1
stur w9, [x29, #-104]
ldursw x11, [x29, #-104]
ldur x9, [x29, #-80]
subs x10, x10, x11
add x9, x9, x10, lsl #3
stur x9, [x29, #-80]
ldur x9, [x29, #-96]
subs x9, x9, #4
stur x9, [x29, #-96]
ldr x8, [x8]
ldr w8, [x8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
movi d0, #0000000000000000
stur s0, [x29, #-144]
b LBB0_107
LBB0_2:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x0, [x8, #16]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_35
b LBB0_3
LBB0_3:
ldr x8, [sp, #96] ; 8-byte Folded Reload
movi d0, #0000000000000000
stur s0, [x29, #-144]
ldr x0, [x8, #8]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_19
b LBB0_4
LBB0_4:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8]
stur w8, [x29, #-108]
mov w8, #1
stur w8, [x29, #-136]
b LBB0_5
LBB0_5: ; =>This Loop Header: Depth=1
; Child Loop BB0_10 Depth 2
ldur w8, [x29, #-136]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_18
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldur x8, [x29, #-72]
ldr w8, [x8]
add w8, w8, #2
ldur w9, [x29, #-136]
subs w8, w8, w9
stur w8, [x29, #-112]
ldur x8, [x29, #-72]
ldr w8, [x8]
add w8, w8, #1
stur w8, [x29, #-116]
ldur w8, [x29, #-112]
subs w8, w8, #1
cset w8, lt
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=1
ldur w8, [x29, #-112]
str w8, [sp, #92] ; 4-byte Folded Spill
b LBB0_9
LBB0_8: ; in Loop: Header=BB0_5 Depth=1
mov w8, #1
str w8, [sp, #92] ; 4-byte Folded Spill
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #92] ; 4-byte Folded Reload
stur w8, [x29, #-132]
b LBB0_10
LBB0_10: ; Parent Loop BB0_5 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-132]
ldur w9, [x29, #-116]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_16
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_10 Depth=2
ldur x8, [x29, #-80]
ldur w9, [x29, #-132]
ldur w10, [x29, #-136]
ldur w11, [x29, #-100]
mul w10, w10, w11
add w9, w9, w10
add x0, x8, w9, sxtw #3
bl _Cf
str s0, [sp, #148]
str s1, [sp, #152]
ldr s0, [sp, #148]
ldr s1, [sp, #152]
bl _cabsf
stur s0, [x29, #-148]
ldur s0, [x29, #-144]
ldur s1, [x29, #-148]
fcmp s0, s1
cset w8, mi
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_10 Depth=2
sub x0, x29, #148
bl _sisnan_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_14
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_10 Depth=2
ldur s0, [x29, #-148]
stur s0, [x29, #-144]
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_10 Depth=2
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_10 Depth=2
ldur w8, [x29, #-132]
add w8, w8, #1
stur w8, [x29, #-132]
b LBB0_10
LBB0_16: ; in Loop: Header=BB0_5 Depth=1
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_5 Depth=1
ldur w8, [x29, #-136]
add w8, w8, #1
stur w8, [x29, #-136]
b LBB0_5
LBB0_18:
b LBB0_34
LBB0_19:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8]
stur w8, [x29, #-108]
mov w8, #1
stur w8, [x29, #-136]
b LBB0_20
LBB0_20: ; =>This Loop Header: Depth=1
; Child Loop BB0_25 Depth 2
ldur w8, [x29, #-136]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_33
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_20 Depth=1
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8]
add w8, w8, #1
ldur w9, [x29, #-136]
subs w8, w8, w9
stur w8, [x29, #-112]
ldur x8, [x29, #-72]
ldr w8, [x8]
add w8, w8, #1
stur w8, [x29, #-120]
ldur w8, [x29, #-112]
ldur w9, [x29, #-120]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_23
b LBB0_22
LBB0_22: ; in Loop: Header=BB0_20 Depth=1
ldur w8, [x29, #-112]
str w8, [sp, #88] ; 4-byte Folded Spill
b LBB0_24
LBB0_23: ; in Loop: Header=BB0_20 Depth=1
ldur w8, [x29, #-120]
str w8, [sp, #88] ; 4-byte Folded Spill
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_20 Depth=1
ldr w8, [sp, #88] ; 4-byte Folded Reload
stur w8, [x29, #-116]
mov w8, #1
stur w8, [x29, #-132]
b LBB0_25
LBB0_25: ; Parent Loop BB0_20 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-132]
ldur w9, [x29, #-116]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_31
b LBB0_26
LBB0_26: ; in Loop: Header=BB0_25 Depth=2
ldur x8, [x29, #-80]
ldur w9, [x29, #-132]
ldur w10, [x29, #-136]
ldur w11, [x29, #-100]
mul w10, w10, w11
add w9, w9, w10
add x0, x8, w9, sxtw #3
bl _Cf
str s0, [sp, #140]
str s1, [sp, #144]
ldr s0, [sp, #140]
ldr s1, [sp, #144]
bl _cabsf
stur s0, [x29, #-148]
ldur s0, [x29, #-144]
ldur s1, [x29, #-148]
fcmp s0, s1
cset w8, mi
tbnz w8, #0, LBB0_28
b LBB0_27
LBB0_27: ; in Loop: Header=BB0_25 Depth=2
sub x0, x29, #148
bl _sisnan_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_29
b LBB0_28
LBB0_28: ; in Loop: Header=BB0_25 Depth=2
ldur s0, [x29, #-148]
stur s0, [x29, #-144]
b LBB0_29
LBB0_29: ; in Loop: Header=BB0_25 Depth=2
b LBB0_30
LBB0_30: ; in Loop: Header=BB0_25 Depth=2
ldur w8, [x29, #-132]
add w8, w8, #1
stur w8, [x29, #-132]
b LBB0_25
LBB0_31: ; in Loop: Header=BB0_20 Depth=1
b LBB0_32
LBB0_32: ; in Loop: Header=BB0_20 Depth=1
ldur w8, [x29, #-136]
add w8, w8, #1
stur w8, [x29, #-136]
b LBB0_20
LBB0_33:
b LBB0_34
LBB0_34:
b LBB0_106
LBB0_35:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x0, [x8, #16]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_38
b LBB0_36
LBB0_36:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x0, [x8, #16]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_38
b LBB0_37
LBB0_37:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8, #16]
ldrb w8, [x8]
subs w8, w8, #49
cset w8, ne
tbnz w8, #0, LBB0_78
b LBB0_38
LBB0_38:
ldr x8, [sp, #96] ; 8-byte Folded Reload
movi d0, #0000000000000000
stur s0, [x29, #-144]
ldr x0, [x8, #8]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_58
b LBB0_39
LBB0_39:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8]
stur w8, [x29, #-108]
mov w8, #1
stur w8, [x29, #-136]
b LBB0_40
LBB0_40: ; =>This Loop Header: Depth=1
; Child Loop BB0_45 Depth 2
ldur w8, [x29, #-136]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_50
b LBB0_41
LBB0_41: ; in Loop: Header=BB0_40 Depth=1
movi d0, #0000000000000000
stur s0, [x29, #-148]
ldur x8, [x29, #-72]
ldr w9, [x8]
mov w8, #1
add w9, w9, #1
ldur w10, [x29, #-136]
subs w9, w9, w10
stur w9, [x29, #-140]
stur w8, [x29, #-116]
ldur w8, [x29, #-136]
ldur x9, [x29, #-72]
ldr w9, [x9]
subs w8, w8, w9
stur w8, [x29, #-112]
ldur w8, [x29, #-136]
subs w8, w8, #1
stur w8, [x29, #-120]
ldur w8, [x29, #-116]
ldur w9, [x29, #-112]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB0_43
b LBB0_42
LBB0_42: ; in Loop: Header=BB0_40 Depth=1
ldur w8, [x29, #-116]
str w8, [sp, #84] ; 4-byte Folded Spill
b LBB0_44
LBB0_43: ; in Loop: Header=BB0_40 Depth=1
ldur w8, [x29, #-112]
str w8, [sp, #84] ; 4-byte Folded Spill
b LBB0_44
LBB0_44: ; in Loop: Header=BB0_40 Depth=1
ldr w8, [sp, #84] ; 4-byte Folded Reload
stur w8, [x29, #-132]
b LBB0_45
LBB0_45: ; Parent Loop BB0_40 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-132]
ldur w9, [x29, #-120]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_48
b LBB0_46
LBB0_46: ; in Loop: Header=BB0_45 Depth=2
ldur x8, [x29, #-80]
ldur w9, [x29, #-140]
ldur w10, [x29, #-132]
add w9, w9, w10
ldur w10, [x29, #-136]
ldur w11, [x29, #-100]
mul w10, w10, w11
add w9, w9, w10
add x0, x8, w9, sxtw #3
bl _Cf
str s0, [sp, #132]
str s1, [sp, #136]
ldr s0, [sp, #132]
ldr s1, [sp, #136]
bl _cabsf
stur s0, [x29, #-128]
ldur s1, [x29, #-128]
ldur s0, [x29, #-148]
fadd s0, s0, s1
stur s0, [x29, #-148]
ldur s1, [x29, #-128]
ldur x8, [x29, #-96]
ldursw x9, [x29, #-132]
add x8, x8, x9, lsl #2
ldr s0, [x8]
fadd s0, s0, s1
str s0, [x8]
b LBB0_47
LBB0_47: ; in Loop: Header=BB0_45 Depth=2
ldur w8, [x29, #-132]
add w8, w8, #1
stur w8, [x29, #-132]
b LBB0_45
LBB0_48: ; in Loop: Header=BB0_40 Depth=1
ldur s0, [x29, #-148]
str s0, [sp, #80] ; 4-byte Folded Spill
ldur x8, [x29, #-80]
ldur x9, [x29, #-72]
ldr w9, [x9]
add w9, w9, #1
ldur w10, [x29, #-136]
ldur w11, [x29, #-100]
mul w10, w10, w11
add w9, w9, w10
add x0, x8, w9, sxtw #3
bl _Cf
str s0, [sp, #124]
str s1, [sp, #128]
ldr s0, [sp, #124]
ldr s1, [sp, #128]
bl _cabsf
fmov s1, s0
ldr s0, [sp, #80] ; 4-byte Folded Reload
fadd s0, s0, s1
ldur x8, [x29, #-96]
ldursw x9, [x29, #-136]
str s0, [x8, x9, lsl #2]
b LBB0_49
LBB0_49: ; in Loop: Header=BB0_40 Depth=1
ldur w8, [x29, #-136]
add w8, w8, #1
stur w8, [x29, #-136]
b LBB0_40
LBB0_50:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8]
stur w8, [x29, #-108]
mov w8, #1
stur w8, [x29, #-132]
b LBB0_51
LBB0_51: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-132]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_57
b LBB0_52
LBB0_52: ; in Loop: Header=BB0_51 Depth=1
ldur x8, [x29, #-96]
ldursw x9, [x29, #-132]
ldr s0, [x8, x9, lsl #2]
stur s0, [x29, #-148]
ldur s0, [x29, #-144]
ldur s1, [x29, #-148]
fcmp s0, s1
cset w8, mi
tbnz w8, #0, LBB0_54
b LBB0_53
LBB0_53: ; in Loop: Header=BB0_51 Depth=1
sub x0, x29, #148
bl _sisnan_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_55
b LBB0_54
LBB0_54: ; in Loop: Header=BB0_51 Depth=1
ldur s0, [x29, #-148]
stur s0, [x29, #-144]
b LBB0_55
LBB0_55: ; in Loop: Header=BB0_51 Depth=1
b LBB0_56
LBB0_56: ; in Loop: Header=BB0_51 Depth=1
ldur w8, [x29, #-132]
add w8, w8, #1
stur w8, [x29, #-132]
b LBB0_51
LBB0_57:
b LBB0_77
LBB0_58:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8]
stur w8, [x29, #-108]
mov w8, #1
stur w8, [x29, #-132]
b LBB0_59
LBB0_59: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-132]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_62
b LBB0_60
LBB0_60: ; in Loop: Header=BB0_59 Depth=1
ldur x8, [x29, #-96]
ldursw x9, [x29, #-132]
movi d0, #0000000000000000
str s0, [x8, x9, lsl #2]
b LBB0_61
LBB0_61: ; in Loop: Header=BB0_59 Depth=1
ldur w8, [x29, #-132]
add w8, w8, #1
stur w8, [x29, #-132]
b LBB0_59
LBB0_62:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8]
stur w8, [x29, #-108]
mov w8, #1
stur w8, [x29, #-136]
b LBB0_63
LBB0_63: ; =>This Loop Header: Depth=1
; Child Loop BB0_68 Depth 2
ldur w8, [x29, #-136]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_76
b LBB0_64
LBB0_64: ; in Loop: Header=BB0_63 Depth=1
ldur x8, [x29, #-96]
ldursw x9, [x29, #-136]
ldr s0, [x8, x9, lsl #2]
str s0, [sp, #76] ; 4-byte Folded Spill
ldur x8, [x29, #-80]
ldur w9, [x29, #-136]
ldur w10, [x29, #-100]
mul w9, w9, w10
mov w10, #1
str w10, [sp, #72] ; 4-byte Folded Spill
add w9, w9, #1
add x0, x8, w9, sxtw #3
bl _Cf
str s0, [sp, #116]
str s1, [sp, #120]
ldr s0, [sp, #116]
ldr s1, [sp, #120]
bl _cabsf
ldr w9, [sp, #72] ; 4-byte Folded Reload
ldr x8, [sp, #96] ; 8-byte Folded Reload
fmov s1, s0
ldr s0, [sp, #76] ; 4-byte Folded Reload
fadd s0, s0, s1
stur s0, [x29, #-148]
ldur w10, [x29, #-136]
subs w9, w9, w10
stur w9, [x29, #-140]
ldr x8, [x8]
ldr w8, [x8]
stur w8, [x29, #-116]
ldur w8, [x29, #-136]
ldur x9, [x29, #-72]
ldr w9, [x9]
add w8, w8, w9
stur w8, [x29, #-112]
ldur w8, [x29, #-116]
ldur w9, [x29, #-112]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_66
b LBB0_65
LBB0_65: ; in Loop: Header=BB0_63 Depth=1
ldur w8, [x29, #-116]
str w8, [sp, #68] ; 4-byte Folded Spill
b LBB0_67
LBB0_66: ; in Loop: Header=BB0_63 Depth=1
ldur w8, [x29, #-112]
str w8, [sp, #68] ; 4-byte Folded Spill
b LBB0_67
LBB0_67: ; in Loop: Header=BB0_63 Depth=1
ldr w8, [sp, #68] ; 4-byte Folded Reload
stur w8, [x29, #-120]
ldur w8, [x29, #-136]
add w8, w8, #1
stur w8, [x29, #-132]
b LBB0_68
LBB0_68: ; Parent Loop BB0_63 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-132]
ldur w9, [x29, #-120]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_71
b LBB0_69
LBB0_69: ; in Loop: Header=BB0_68 Depth=2
ldur x8, [x29, #-80]
ldur w9, [x29, #-140]
ldur w10, [x29, #-132]
add w9, w9, w10
ldur w10, [x29, #-136]
ldur w11, [x29, #-100]
mul w10, w10, w11
add w9, w9, w10
add x0, x8, w9, sxtw #3
bl _Cf
str s0, [sp, #108]
str s1, [sp, #112]
ldr s0, [sp, #108]
ldr s1, [sp, #112]
bl _cabsf
stur s0, [x29, #-128]
ldur s1, [x29, #-128]
ldur s0, [x29, #-148]
fadd s0, s0, s1
stur s0, [x29, #-148]
ldur s1, [x29, #-128]
ldur x8, [x29, #-96]
ldursw x9, [x29, #-132]
add x8, x8, x9, lsl #2
ldr s0, [x8]
fadd s0, s0, s1
str s0, [x8]
b LBB0_70
LBB0_70: ; in Loop: Header=BB0_68 Depth=2
ldur w8, [x29, #-132]
add w8, w8, #1
stur w8, [x29, #-132]
b LBB0_68
LBB0_71: ; in Loop: Header=BB0_63 Depth=1
ldur s0, [x29, #-144]
ldur s1, [x29, #-148]
fcmp s0, s1
cset w8, mi
tbnz w8, #0, LBB0_73
b LBB0_72
LBB0_72: ; in Loop: Header=BB0_63 Depth=1
sub x0, x29, #148
bl _sisnan_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_74
b LBB0_73
LBB0_73: ; in Loop: Header=BB0_63 Depth=1
ldur s0, [x29, #-148]
stur s0, [x29, #-144]
b LBB0_74
LBB0_74: ; in Loop: Header=BB0_63 Depth=1
b LBB0_75
LBB0_75: ; in Loop: Header=BB0_63 Depth=1
ldur w8, [x29, #-136]
add w8, w8, #1
stur w8, [x29, #-136]
b LBB0_63
LBB0_76:
b LBB0_77
LBB0_77:
b LBB0_105
LBB0_78:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x0, [x8, #16]
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_80
b LBB0_79
LBB0_79:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x0, [x8, #16]
adrp x1, l_.str.5@PAGE
add x1, x1, l_.str.5@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_104
b LBB0_80
LBB0_80:
movi d0, #0000000000000000
stur s0, [x29, #-40]
fmov s0, #1.00000000
stur s0, [x29, #-36]
ldur x8, [x29, #-72]
ldr w8, [x8]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_102
b LBB0_81
LBB0_81:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x0, [x8, #8]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _lsame_
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_93
b LBB0_82
LBB0_82:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8]
stur w8, [x29, #-108]
mov w8, #2
stur w8, [x29, #-136]
b LBB0_83
LBB0_83: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-136]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_92
b LBB0_84
LBB0_84: ; in Loop: Header=BB0_83 Depth=1
movi d0, #0000000000000000
stur s0, [x29, #-32]
fmov s0, #1.00000000
stur s0, [x29, #-28]
ldur w8, [x29, #-136]
subs w8, w8, #1
stur w8, [x29, #-116]
ldur w8, [x29, #-116]
ldur x9, [x29, #-72]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_86
b LBB0_85
LBB0_85: ; in Loop: Header=BB0_83 Depth=1
ldur w8, [x29, #-116]
str w8, [sp, #64] ; 4-byte Folded Spill
b LBB0_87
LBB0_86: ; in Loop: Header=BB0_83 Depth=1
ldur x8, [x29, #-72]
ldr w8, [x8]
str w8, [sp, #64] ; 4-byte Folded Spill
b LBB0_87
LBB0_87: ; in Loop: Header=BB0_83 Depth=1
ldr w8, [sp, #64] ; 4-byte Folded Reload
stur w8, [x29, #-120]
ldur x8, [x29, #-72]
ldr w8, [x8]
add w8, w8, #2
ldur w9, [x29, #-136]
subs w8, w8, w9
stur w8, [x29, #-112]
ldur x8, [x29, #-80]
str x8, [sp, #56] ; 8-byte Folded Spill
ldur w8, [x29, #-112]
subs w8, w8, #1
cset w8, lt
tbnz w8, #0, LBB0_89
b LBB0_88
LBB0_88: ; in Loop: Header=BB0_83 Depth=1
ldur w8, [x29, #-112]
str w8, [sp, #52] ; 4-byte Folded Spill
b LBB0_90
LBB0_89: ; in Loop: Header=BB0_83 Depth=1
mov w8, #1
str w8, [sp, #52] ; 4-byte Folded Spill
b LBB0_90
LBB0_90: ; in Loop: Header=BB0_83 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr w9, [sp, #52] ; 4-byte Folded Reload
ldur w10, [x29, #-136]
ldur w11, [x29, #-100]
mul w10, w10, w11
add w9, w9, w10
add x1, x8, w9, sxtw #3
sub x3, x29, #32
str x3, [sp, #40] ; 8-byte Folded Spill
add x4, x3, #4
sub x0, x29, #120
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _classq_
ldr x1, [sp, #40] ; 8-byte Folded Reload
sub x0, x29, #40
bl _scombssq_
b LBB0_91
LBB0_91: ; in Loop: Header=BB0_83 Depth=1
ldur w8, [x29, #-136]
add w8, w8, #1
stur w8, [x29, #-136]
b LBB0_83
LBB0_92:
ldur x8, [x29, #-72]
ldr w8, [x8]
add w8, w8, #1
stur w8, [x29, #-140]
b LBB0_101
LBB0_93:
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w9, [x8]
mov w8, #1
subs w9, w9, #1
stur w9, [x29, #-108]
stur w8, [x29, #-136]
b LBB0_94
LBB0_94: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-136]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_100
b LBB0_95
LBB0_95: ; in Loop: Header=BB0_94 Depth=1
ldr x8, [sp, #96] ; 8-byte Folded Reload
movi d0, #0000000000000000
stur s0, [x29, #-32]
fmov s0, #1.00000000
stur s0, [x29, #-28]
ldr x8, [x8]
ldr w8, [x8]
ldur w9, [x29, #-136]
subs w8, w8, w9
stur w8, [x29, #-116]
ldur w8, [x29, #-116]
ldur x9, [x29, #-72]
ldr w9, [x9]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_97
b LBB0_96
LBB0_96: ; in Loop: Header=BB0_94 Depth=1
ldur w8, [x29, #-116]
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB0_98
LBB0_97: ; in Loop: Header=BB0_94 Depth=1
ldur x8, [x29, #-72]
ldr w8, [x8]
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB0_98
LBB0_98: ; in Loop: Header=BB0_94 Depth=1
ldr w8, [sp, #36] ; 4-byte Folded Reload
sub x0, x29, #120
stur w8, [x29, #-120]
ldur x8, [x29, #-80]
ldur w9, [x29, #-136]
ldur w10, [x29, #-100]
mul w9, w9, w10
add w9, w9, #2
add x1, x8, w9, sxtw #3
sub x3, x29, #32
str x3, [sp, #24] ; 8-byte Folded Spill
add x4, x3, #4
adrp x2, _c__1@PAGE
add x2, x2, _c__1@PAGEOFF
bl _classq_
ldr x1, [sp, #24] ; 8-byte Folded Reload
sub x0, x29, #40
bl _scombssq_
b LBB0_99
LBB0_99: ; in Loop: Header=BB0_94 Depth=1
ldur w8, [x29, #-136]
add w8, w8, #1
stur w8, [x29, #-136]
b LBB0_94
LBB0_100:
mov w8, #1
stur w8, [x29, #-140]
b LBB0_101
LBB0_101:
ldur s0, [x29, #-36]
fmov s1, #2.00000000
fmul s0, s0, s1
stur s0, [x29, #-36]
b LBB0_103
LBB0_102:
mov w8, #1
stur w8, [x29, #-140]
b LBB0_103
LBB0_103:
ldr x8, [sp, #96] ; 8-byte Folded Reload
sub x3, x29, #32
str x3, [sp, #16] ; 8-byte Folded Spill
movi d0, #0000000000000000
stur s0, [x29, #-32]
fmov s0, #1.00000000
stur s0, [x29, #-28]
ldr x0, [x8]
ldur x8, [x29, #-80]
ldur w9, [x29, #-140]
ldur w10, [x29, #-100]
add w9, w9, w10
add x1, x8, w9, sxtw #3
ldur x2, [x29, #-88]
add x4, x3, #4
bl _classq_
ldr x1, [sp, #16] ; 8-byte Folded Reload
sub x0, x29, #40
bl _scombssq_
ldur s0, [x29, #-40]
fcvt d0, s0
ldur s1, [x29, #-36]
fcvt d1, s1
fsqrt d1, d1
fmul d0, d0, d1
fcvt s0, d0
stur s0, [x29, #-144]
b LBB0_104
LBB0_104:
b LBB0_105
LBB0_105:
b LBB0_106
LBB0_106:
b LBB0_107
LBB0_107:
ldur s0, [x29, #-144]
stur s0, [x29, #-124]
ldur s0, [x29, #-124]
str s0, [sp, #12] ; 4-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_109
b LBB0_108
LBB0_108:
bl ___stack_chk_fail
LBB0_109:
ldr s0, [sp, #12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #304] ; 16-byte Folded Reload
ldp x28, x27, [sp, #288] ; 16-byte Folded Reload
add sp, sp, #320
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function Cf
_Cf: ; @Cf
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp]
ldr x8, [sp]
ldr s1, [x8]
ldr x8, [sp]
ldr s0, [x8, #4]
movi d2, #0000000000000000
fmul s2, s0, s2
fmov s3, #1.00000000
fmul s0, s0, s3
fadd s1, s1, s2
str s1, [sp, #8]
str s0, [sp, #12]
ldr s0, [sp, #8]
ldr s1, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "M"
l_.str.1: ; @.str.1
.asciz "U"
l_.str.2: ; @.str.2
.asciz "I"
l_.str.3: ; @.str.3
.asciz "O"
l_.str.4: ; @.str.4
.asciz "F"
l_.str.5: ; @.str.5
.asciz "E"
.section __DATA,__data
.p2align 2 ; @c__1
_c__1:
.long 1 ; 0x1
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function clansb_
LCPI0_0:
.long 0x3f800000 ## float 1
LCPI0_1:
.long 0x40000000 ## float 2
.section __TEXT,__text,regular,pure_instructions
.globl _clansb_
.p2align 4, 0x90
_clansb_: ## @clansb_
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $288, %rsp ## imm = 0x120
movq 16(%rbp), %rax
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq %rsi, -40(%rbp)
movq %rdx, -48(%rbp)
movq %rcx, -56(%rbp)
movq %r8, -64(%rbp)
movq %r9, -72(%rbp)
movq -72(%rbp), %rax
movl (%rax), %eax
movl %eax, -76(%rbp)
movl -76(%rbp), %eax
shll $0, %eax
addl $1, %eax
movl %eax, -80(%rbp)
movl -80(%rbp), %ecx
movq -64(%rbp), %rax
movslq %ecx, %rdx
xorl %ecx, %ecx
## kill: def $rcx killed $ecx
subq %rdx, %rcx
shlq $3, %rcx
addq %rcx, %rax
movq %rax, -64(%rbp)
movq 16(%rbp), %rax
addq $-4, %rax
movq %rax, 16(%rbp)
movq -48(%rbp), %rax
cmpl $0, (%rax)
jne LBB0_2
## %bb.1:
xorps %xmm0, %xmm0
movss %xmm0, -120(%rbp)
jmp LBB0_107
LBB0_2:
movq -32(%rbp), %rdi
leaq L_.str(%rip), %rsi
callq _lsame_
cmpl $0, %eax
je LBB0_35
## %bb.3:
xorps %xmm0, %xmm0
movss %xmm0, -120(%rbp)
movq -40(%rbp), %rdi
leaq L_.str.1(%rip), %rsi
callq _lsame_
cmpl $0, %eax
je LBB0_19
## %bb.4:
movq -48(%rbp), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl $1, -112(%rbp)
LBB0_5: ## =>This Loop Header: Depth=1
## Child Loop BB0_10 Depth 2
movl -112(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_18
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movq -56(%rbp), %rax
movl (%rax), %eax
addl $2, %eax
subl -112(%rbp), %eax
movl %eax, -88(%rbp)
movq -56(%rbp), %rax
movl (%rax), %eax
addl $1, %eax
movl %eax, -92(%rbp)
cmpl $1, -88(%rbp)
jl LBB0_8
## %bb.7: ## in Loop: Header=BB0_5 Depth=1
movl -88(%rbp), %eax
movl %eax, -228(%rbp) ## 4-byte Spill
jmp LBB0_9
LBB0_8: ## in Loop: Header=BB0_5 Depth=1
movl $1, %eax
movl %eax, -228(%rbp) ## 4-byte Spill
jmp LBB0_9
LBB0_9: ## in Loop: Header=BB0_5 Depth=1
movl -228(%rbp), %eax ## 4-byte Reload
movl %eax, -108(%rbp)
LBB0_10: ## Parent Loop BB0_5 Depth=1
## => This Inner Loop Header: Depth=2
movl -108(%rbp), %eax
cmpl -92(%rbp), %eax
jg LBB0_16
## %bb.11: ## in Loop: Header=BB0_10 Depth=2
movq -64(%rbp), %rax
movl -108(%rbp), %ecx
movl -112(%rbp), %edx
movl -76(%rbp), %esi
imull %esi, %edx
addl %edx, %ecx
movslq %ecx, %rcx
leaq (%rax,%rcx,8), %rdi
callq _Cf
movlpd %xmm0, -136(%rbp)
movss -136(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -132(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm1, -144(%rbp)
movss %xmm0, -140(%rbp)
movsd -144(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq _cabsf
movss %xmm0, -124(%rbp)
movss -120(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
ja LBB0_13
## %bb.12: ## in Loop: Header=BB0_10 Depth=2
leaq -124(%rbp), %rdi
callq _sisnan_
cmpl $0, %eax
je LBB0_14
LBB0_13: ## in Loop: Header=BB0_10 Depth=2
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -120(%rbp)
LBB0_14: ## in Loop: Header=BB0_10 Depth=2
jmp LBB0_15
LBB0_15: ## in Loop: Header=BB0_10 Depth=2
movl -108(%rbp), %eax
addl $1, %eax
movl %eax, -108(%rbp)
jmp LBB0_10
LBB0_16: ## in Loop: Header=BB0_5 Depth=1
jmp LBB0_17
LBB0_17: ## in Loop: Header=BB0_5 Depth=1
movl -112(%rbp), %eax
addl $1, %eax
movl %eax, -112(%rbp)
jmp LBB0_5
LBB0_18:
jmp LBB0_34
LBB0_19:
movq -48(%rbp), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl $1, -112(%rbp)
LBB0_20: ## =>This Loop Header: Depth=1
## Child Loop BB0_25 Depth 2
movl -112(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_33
## %bb.21: ## in Loop: Header=BB0_20 Depth=1
movq -48(%rbp), %rax
movl (%rax), %eax
addl $1, %eax
subl -112(%rbp), %eax
movl %eax, -88(%rbp)
movq -56(%rbp), %rax
movl (%rax), %eax
addl $1, %eax
movl %eax, -96(%rbp)
movl -88(%rbp), %eax
cmpl -96(%rbp), %eax
jg LBB0_23
## %bb.22: ## in Loop: Header=BB0_20 Depth=1
movl -88(%rbp), %eax
movl %eax, -232(%rbp) ## 4-byte Spill
jmp LBB0_24
LBB0_23: ## in Loop: Header=BB0_20 Depth=1
movl -96(%rbp), %eax
movl %eax, -232(%rbp) ## 4-byte Spill
LBB0_24: ## in Loop: Header=BB0_20 Depth=1
movl -232(%rbp), %eax ## 4-byte Reload
movl %eax, -92(%rbp)
movl $1, -108(%rbp)
LBB0_25: ## Parent Loop BB0_20 Depth=1
## => This Inner Loop Header: Depth=2
movl -108(%rbp), %eax
cmpl -92(%rbp), %eax
jg LBB0_31
## %bb.26: ## in Loop: Header=BB0_25 Depth=2
movq -64(%rbp), %rax
movl -108(%rbp), %ecx
movl -112(%rbp), %edx
movl -76(%rbp), %esi
imull %esi, %edx
addl %edx, %ecx
movslq %ecx, %rcx
leaq (%rax,%rcx,8), %rdi
callq _Cf
movlpd %xmm0, -152(%rbp)
movss -152(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -148(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm1, -160(%rbp)
movss %xmm0, -156(%rbp)
movsd -160(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq _cabsf
movss %xmm0, -124(%rbp)
movss -120(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
ja LBB0_28
## %bb.27: ## in Loop: Header=BB0_25 Depth=2
leaq -124(%rbp), %rdi
callq _sisnan_
cmpl $0, %eax
je LBB0_29
LBB0_28: ## in Loop: Header=BB0_25 Depth=2
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -120(%rbp)
LBB0_29: ## in Loop: Header=BB0_25 Depth=2
jmp LBB0_30
LBB0_30: ## in Loop: Header=BB0_25 Depth=2
movl -108(%rbp), %eax
addl $1, %eax
movl %eax, -108(%rbp)
jmp LBB0_25
LBB0_31: ## in Loop: Header=BB0_20 Depth=1
jmp LBB0_32
LBB0_32: ## in Loop: Header=BB0_20 Depth=1
movl -112(%rbp), %eax
addl $1, %eax
movl %eax, -112(%rbp)
jmp LBB0_20
LBB0_33:
jmp LBB0_34
LBB0_34:
jmp LBB0_106
LBB0_35:
movq -32(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
callq _lsame_
cmpl $0, %eax
jne LBB0_38
## %bb.36:
movq -32(%rbp), %rdi
leaq L_.str.3(%rip), %rsi
callq _lsame_
cmpl $0, %eax
jne LBB0_38
## %bb.37:
movq -32(%rbp), %rax
movzbl (%rax), %eax
cmpl $49, %eax
jne LBB0_78
LBB0_38:
xorps %xmm0, %xmm0
movss %xmm0, -120(%rbp)
movq -40(%rbp), %rdi
leaq L_.str.1(%rip), %rsi
callq _lsame_
cmpl $0, %eax
je LBB0_58
## %bb.39:
movq -48(%rbp), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl $1, -112(%rbp)
LBB0_40: ## =>This Loop Header: Depth=1
## Child Loop BB0_45 Depth 2
movl -112(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_50
## %bb.41: ## in Loop: Header=BB0_40 Depth=1
xorps %xmm0, %xmm0
movss %xmm0, -124(%rbp)
movq -56(%rbp), %rax
movl (%rax), %eax
addl $1, %eax
subl -112(%rbp), %eax
movl %eax, -116(%rbp)
movl $1, -92(%rbp)
movl -112(%rbp), %eax
movq -56(%rbp), %rcx
subl (%rcx), %eax
movl %eax, -88(%rbp)
movl -112(%rbp), %eax
subl $1, %eax
movl %eax, -96(%rbp)
movl -92(%rbp), %eax
cmpl -88(%rbp), %eax
jl LBB0_43
## %bb.42: ## in Loop: Header=BB0_40 Depth=1
movl -92(%rbp), %eax
movl %eax, -236(%rbp) ## 4-byte Spill
jmp LBB0_44
LBB0_43: ## in Loop: Header=BB0_40 Depth=1
movl -88(%rbp), %eax
movl %eax, -236(%rbp) ## 4-byte Spill
LBB0_44: ## in Loop: Header=BB0_40 Depth=1
movl -236(%rbp), %eax ## 4-byte Reload
movl %eax, -108(%rbp)
LBB0_45: ## Parent Loop BB0_40 Depth=1
## => This Inner Loop Header: Depth=2
movl -108(%rbp), %eax
cmpl -96(%rbp), %eax
jg LBB0_48
## %bb.46: ## in Loop: Header=BB0_45 Depth=2
movq -64(%rbp), %rax
movl -116(%rbp), %ecx
movl -108(%rbp), %edx
addl %edx, %ecx
movl -112(%rbp), %edx
movl -76(%rbp), %esi
imull %esi, %edx
addl %edx, %ecx
movslq %ecx, %rcx
leaq (%rax,%rcx,8), %rdi
callq _Cf
movlpd %xmm0, -168(%rbp)
movss -168(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm1, -176(%rbp)
movss %xmm0, -172(%rbp)
movsd -176(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq _cabsf
movss %xmm0, -104(%rbp)
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
addss -124(%rbp), %xmm0
movss %xmm0, -124(%rbp)
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq 16(%rbp), %rax
movslq -108(%rbp), %rcx
addss (%rax,%rcx,4), %xmm0
movss %xmm0, (%rax,%rcx,4)
## %bb.47: ## in Loop: Header=BB0_45 Depth=2
movl -108(%rbp), %eax
addl $1, %eax
movl %eax, -108(%rbp)
jmp LBB0_45
LBB0_48: ## in Loop: Header=BB0_40 Depth=1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -240(%rbp) ## 4-byte Spill
movq -64(%rbp), %rax
movq -56(%rbp), %rcx
movl (%rcx), %esi
movl -112(%rbp), %ecx
movl -76(%rbp), %edx
imull %edx, %ecx
## implicit-def: $rdx
movl %ecx, %edx
## implicit-def: $rcx
movl %esi, %ecx
leal 1(%rcx,%rdx), %ecx
movslq %ecx, %rcx
leaq (%rax,%rcx,8), %rdi
callq _Cf
movlpd %xmm0, -184(%rbp)
movss -184(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -180(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm1, -192(%rbp)
movss %xmm0, -188(%rbp)
movsd -192(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq _cabsf
movaps %xmm0, %xmm1
movss -240(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
addss %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -112(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
## %bb.49: ## in Loop: Header=BB0_40 Depth=1
movl -112(%rbp), %eax
addl $1, %eax
movl %eax, -112(%rbp)
jmp LBB0_40
LBB0_50:
movq -48(%rbp), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl $1, -108(%rbp)
LBB0_51: ## =>This Inner Loop Header: Depth=1
movl -108(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_57
## %bb.52: ## in Loop: Header=BB0_51 Depth=1
movq 16(%rbp), %rax
movslq -108(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -124(%rbp)
movss -120(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
ja LBB0_54
## %bb.53: ## in Loop: Header=BB0_51 Depth=1
leaq -124(%rbp), %rdi
callq _sisnan_
cmpl $0, %eax
je LBB0_55
LBB0_54: ## in Loop: Header=BB0_51 Depth=1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -120(%rbp)
LBB0_55: ## in Loop: Header=BB0_51 Depth=1
jmp LBB0_56
LBB0_56: ## in Loop: Header=BB0_51 Depth=1
movl -108(%rbp), %eax
addl $1, %eax
movl %eax, -108(%rbp)
jmp LBB0_51
LBB0_57:
jmp LBB0_77
LBB0_58:
movq -48(%rbp), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl $1, -108(%rbp)
LBB0_59: ## =>This Inner Loop Header: Depth=1
movl -108(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_62
## %bb.60: ## in Loop: Header=BB0_59 Depth=1
movq 16(%rbp), %rax
movslq -108(%rbp), %rcx
xorps %xmm0, %xmm0
movss %xmm0, (%rax,%rcx,4)
## %bb.61: ## in Loop: Header=BB0_59 Depth=1
movl -108(%rbp), %eax
addl $1, %eax
movl %eax, -108(%rbp)
jmp LBB0_59
LBB0_62:
movq -48(%rbp), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl $1, -112(%rbp)
LBB0_63: ## =>This Loop Header: Depth=1
## Child Loop BB0_68 Depth 2
movl -112(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_76
## %bb.64: ## in Loop: Header=BB0_63 Depth=1
movq 16(%rbp), %rax
movslq -112(%rbp), %rdx
movl %edx, %ecx
movss (%rax,%rdx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -244(%rbp) ## 4-byte Spill
movq -64(%rbp), %rax
movl -76(%rbp), %edx
imull %edx, %ecx
movslq %ecx, %rcx
leaq 8(%rax,%rcx,8), %rdi
callq _Cf
movlpd %xmm0, -200(%rbp)
movss -200(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -196(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm1, -208(%rbp)
movss %xmm0, -204(%rbp)
movsd -208(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq _cabsf
movaps %xmm0, %xmm1
movss -244(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
addss %xmm1, %xmm0
movss %xmm0, -124(%rbp)
movl $1, %eax
subl -112(%rbp), %eax
movl %eax, -116(%rbp)
movq -48(%rbp), %rax
movl (%rax), %eax
movl %eax, -92(%rbp)
movl -112(%rbp), %eax
movq -56(%rbp), %rcx
addl (%rcx), %eax
movl %eax, -88(%rbp)
movl -92(%rbp), %eax
cmpl -88(%rbp), %eax
jg LBB0_66
## %bb.65: ## in Loop: Header=BB0_63 Depth=1
movl -92(%rbp), %eax
movl %eax, -248(%rbp) ## 4-byte Spill
jmp LBB0_67
LBB0_66: ## in Loop: Header=BB0_63 Depth=1
movl -88(%rbp), %eax
movl %eax, -248(%rbp) ## 4-byte Spill
LBB0_67: ## in Loop: Header=BB0_63 Depth=1
movl -248(%rbp), %eax ## 4-byte Reload
movl %eax, -96(%rbp)
movl -112(%rbp), %eax
addl $1, %eax
movl %eax, -108(%rbp)
LBB0_68: ## Parent Loop BB0_63 Depth=1
## => This Inner Loop Header: Depth=2
movl -108(%rbp), %eax
cmpl -96(%rbp), %eax
jg LBB0_71
## %bb.69: ## in Loop: Header=BB0_68 Depth=2
movq -64(%rbp), %rax
movl -116(%rbp), %ecx
movl -108(%rbp), %edx
addl %edx, %ecx
movl -112(%rbp), %edx
movl -76(%rbp), %esi
imull %esi, %edx
addl %edx, %ecx
movslq %ecx, %rcx
leaq (%rax,%rcx,8), %rdi
callq _Cf
movlpd %xmm0, -216(%rbp)
movss -216(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -212(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm1, -224(%rbp)
movss %xmm0, -220(%rbp)
movsd -224(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq _cabsf
movss %xmm0, -104(%rbp)
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
addss -124(%rbp), %xmm0
movss %xmm0, -124(%rbp)
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq 16(%rbp), %rax
movslq -108(%rbp), %rcx
addss (%rax,%rcx,4), %xmm0
movss %xmm0, (%rax,%rcx,4)
## %bb.70: ## in Loop: Header=BB0_68 Depth=2
movl -108(%rbp), %eax
addl $1, %eax
movl %eax, -108(%rbp)
jmp LBB0_68
LBB0_71: ## in Loop: Header=BB0_63 Depth=1
movss -120(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
ja LBB0_73
## %bb.72: ## in Loop: Header=BB0_63 Depth=1
leaq -124(%rbp), %rdi
callq _sisnan_
cmpl $0, %eax
je LBB0_74
LBB0_73: ## in Loop: Header=BB0_63 Depth=1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -120(%rbp)
LBB0_74: ## in Loop: Header=BB0_63 Depth=1
jmp LBB0_75
LBB0_75: ## in Loop: Header=BB0_63 Depth=1
movl -112(%rbp), %eax
addl $1, %eax
movl %eax, -112(%rbp)
jmp LBB0_63
LBB0_76:
jmp LBB0_77
LBB0_77:
jmp LBB0_105
LBB0_78:
movq -32(%rbp), %rdi
leaq L_.str.4(%rip), %rsi
callq _lsame_
cmpl $0, %eax
jne LBB0_80
## %bb.79:
movq -32(%rbp), %rdi
leaq L_.str.5(%rip), %rsi
callq _lsame_
cmpl $0, %eax
je LBB0_104
LBB0_80:
xorps %xmm0, %xmm0
movss %xmm0, -24(%rbp)
movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -20(%rbp)
movq -56(%rbp), %rax
cmpl $0, (%rax)
jle LBB0_102
## %bb.81:
movq -40(%rbp), %rdi
leaq L_.str.1(%rip), %rsi
callq _lsame_
cmpl $0, %eax
je LBB0_93
## %bb.82:
movq -48(%rbp), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl $2, -112(%rbp)
LBB0_83: ## =>This Inner Loop Header: Depth=1
movl -112(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_92
## %bb.84: ## in Loop: Header=BB0_83 Depth=1
xorps %xmm0, %xmm0
movss %xmm0, -16(%rbp)
movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -12(%rbp)
movl -112(%rbp), %eax
subl $1, %eax
movl %eax, -92(%rbp)
movl -92(%rbp), %eax
movq -56(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_86
## %bb.85: ## in Loop: Header=BB0_83 Depth=1
movl -92(%rbp), %eax
movl %eax, -252(%rbp) ## 4-byte Spill
jmp LBB0_87
LBB0_86: ## in Loop: Header=BB0_83 Depth=1
movq -56(%rbp), %rax
movl (%rax), %eax
movl %eax, -252(%rbp) ## 4-byte Spill
LBB0_87: ## in Loop: Header=BB0_83 Depth=1
movl -252(%rbp), %eax ## 4-byte Reload
movl %eax, -96(%rbp)
movq -56(%rbp), %rax
movl (%rax), %eax
addl $2, %eax
subl -112(%rbp), %eax
movl %eax, -88(%rbp)
movq -64(%rbp), %rax
movq %rax, -264(%rbp) ## 8-byte Spill
cmpl $1, -88(%rbp)
jl LBB0_89
## %bb.88: ## in Loop: Header=BB0_83 Depth=1
movl -88(%rbp), %eax
movl %eax, -268(%rbp) ## 4-byte Spill
jmp LBB0_90
LBB0_89: ## in Loop: Header=BB0_83 Depth=1
movl $1, %eax
movl %eax, -268(%rbp) ## 4-byte Spill
jmp LBB0_90
LBB0_90: ## in Loop: Header=BB0_83 Depth=1
movq -264(%rbp), %rsi ## 8-byte Reload
movl -268(%rbp), %eax ## 4-byte Reload
movl -112(%rbp), %ecx
imull -76(%rbp), %ecx
addl %ecx, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq -16(%rbp), %rcx
leaq -16(%rbp), %r8
addq $4, %r8
leaq -96(%rbp), %rdi
leaq _c__1(%rip), %rdx
callq _classq_
leaq -24(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _scombssq_
## %bb.91: ## in Loop: Header=BB0_83 Depth=1
movl -112(%rbp), %eax
addl $1, %eax
movl %eax, -112(%rbp)
jmp LBB0_83
LBB0_92:
movq -56(%rbp), %rax
movl (%rax), %eax
addl $1, %eax
movl %eax, -116(%rbp)
jmp LBB0_101
LBB0_93:
movq -48(%rbp), %rax
movl (%rax), %eax
subl $1, %eax
movl %eax, -84(%rbp)
movl $1, -112(%rbp)
LBB0_94: ## =>This Inner Loop Header: Depth=1
movl -112(%rbp), %eax
cmpl -84(%rbp), %eax
jg LBB0_100
## %bb.95: ## in Loop: Header=BB0_94 Depth=1
xorps %xmm0, %xmm0
movss %xmm0, -16(%rbp)
movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -12(%rbp)
movq -48(%rbp), %rax
movl (%rax), %eax
subl -112(%rbp), %eax
movl %eax, -92(%rbp)
movl -92(%rbp), %eax
movq -56(%rbp), %rcx
cmpl (%rcx), %eax
jg LBB0_97
## %bb.96: ## in Loop: Header=BB0_94 Depth=1
movl -92(%rbp), %eax
movl %eax, -272(%rbp) ## 4-byte Spill
jmp LBB0_98
LBB0_97: ## in Loop: Header=BB0_94 Depth=1
movq -56(%rbp), %rax
movl (%rax), %eax
movl %eax, -272(%rbp) ## 4-byte Spill
LBB0_98: ## in Loop: Header=BB0_94 Depth=1
movl -272(%rbp), %eax ## 4-byte Reload
movl %eax, -96(%rbp)
movq -64(%rbp), %rsi
movl -112(%rbp), %eax
imull -76(%rbp), %eax
addl $2, %eax
cltq
shlq $3, %rax
addq %rax, %rsi
leaq -16(%rbp), %rcx
leaq -16(%rbp), %r8
addq $4, %r8
leaq -96(%rbp), %rdi
leaq _c__1(%rip), %rdx
callq _classq_
leaq -24(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _scombssq_
## %bb.99: ## in Loop: Header=BB0_94 Depth=1
movl -112(%rbp), %eax
addl $1, %eax
movl %eax, -112(%rbp)
jmp LBB0_94
LBB0_100:
movl $1, -116(%rbp)
LBB0_101:
movss LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -20(%rbp), %xmm0
movss %xmm0, -20(%rbp)
jmp LBB0_103
LBB0_102:
movl $1, -116(%rbp)
LBB0_103:
xorps %xmm0, %xmm0
movss %xmm0, -16(%rbp)
movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -12(%rbp)
movq -48(%rbp), %rdi
movq -64(%rbp), %rsi
movl -116(%rbp), %eax
addl -76(%rbp), %eax
cltq
shlq $3, %rax
addq %rax, %rsi
movq -72(%rbp), %rdx
leaq -16(%rbp), %rcx
leaq -16(%rbp), %r8
addq $4, %r8
callq _classq_
leaq -24(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _scombssq_
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -20(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
sqrtsd %xmm1, %xmm1
mulsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -120(%rbp)
LBB0_104:
jmp LBB0_105
LBB0_105:
jmp LBB0_106
LBB0_106:
jmp LBB0_107
LBB0_107:
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -100(%rbp)
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -276(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_109
## %bb.108:
movss -276(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
addq $288, %rsp ## imm = 0x120
popq %rbp
retq
LBB0_109:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function Cf
_Cf: ## @Cf
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movq -16(%rbp), %rax
movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss 4(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorps %xmm3, %xmm3
movaps %xmm0, %xmm2
mulss %xmm3, %xmm2
addss %xmm2, %xmm1
movss %xmm1, -8(%rbp)
movss %xmm0, -4(%rbp)
movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "M"
L_.str.1: ## @.str.1
.asciz "U"
L_.str.2: ## @.str.2
.asciz "I"
L_.str.3: ## @.str.3
.asciz "O"
L_.str.4: ## @.str.4
.asciz "F"
L_.str.5: ## @.str.5
.asciz "E"
.section __DATA,__data
.p2align 2 ## @c__1
_c__1:
.long 1 ## 0x1
.subsections_via_symbols
| the_stack_data/148578962.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x9, sp
sub x8, x29, #16
str x8, [x9]
sub x8, x29, #24
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldur x8, [x29, #-16]
add x8, x8, #1
mov x9, #2
udiv x8, x8, x9
str x8, [sp, #24]
ldur x8, [x29, #-24]
ldr x9, [sp, #24]
subs x8, x8, x9
cset w8, hi
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldur x8, [x29, #-24]
lsl x8, x8, #1
subs x8, x8, #1
str x8, [sp, #32]
b LBB0_3
LBB0_2:
ldur x8, [x29, #-24]
ldr x9, [sp, #24]
subs x8, x8, x9
lsl x8, x8, #1
str x8, [sp, #32]
b LBB0_3
LBB0_3:
ldr x8, [sp, #32]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%llu %llu"
l_.str.1: ; @.str.1
.asciz "%llu\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -16(%rbp), %rsi
leaq -24(%rbp), %rdx
movb $0, %al
callq _scanf
movq -16(%rbp), %rax
addq $1, %rax
shrq $1, %rax
movq %rax, -40(%rbp)
movq -24(%rbp), %rax
cmpq -40(%rbp), %rax
ja LBB0_2
## %bb.1:
movq -24(%rbp), %rax
shlq $1, %rax
subq $1, %rax
movq %rax, -32(%rbp)
jmp LBB0_3
LBB0_2:
movq -24(%rbp), %rax
subq -40(%rbp), %rax
shlq $1, %rax
movq %rax, -32(%rbp)
LBB0_3:
movq -32(%rbp), %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%llu %llu"
L_.str.1: ## @.str.1
.asciz "%llu\n"
.subsections_via_symbols
| the_stack_data/212795.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w8, #1
str w8, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #10
cset w8, gt
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w9, [sp, #8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_1
LBB0_4:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d hello world!\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $1, -8(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $10, -8(%rbp)
jg LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB0_1
LBB0_4:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d hello world!\n"
.subsections_via_symbols
| the_stack_data/161080327.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/123486.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/1211297.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cmp_event ; -- Begin function cmp_event
.p2align 2
_cmp_event: ; @cmp_event
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
ldr x8, [sp, #24]
str x8, [sp, #8]
ldr x8, [sp, #16]
str x8, [sp]
ldr x8, [sp, #8]
ldr w8, [x8, #8]
ldr x9, [sp]
ldr w9, [x9, #8]
subs w8, w8, w9
cset w8, gt
and w8, w8, #0x1
ldr x9, [sp, #8]
ldr w9, [x9, #8]
ldr x10, [sp]
ldr w10, [x10, #8]
subs w9, w9, w10
cset w9, lt
and w9, w9, #0x1
subs w0, w8, w9
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _cmp_int ; -- Begin function cmp_int
.p2align 2
_cmp_int: ; @cmp_int
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
str x1, [sp]
ldr x8, [sp, #8]
ldr w8, [x8]
ldr x9, [sp]
ldr w9, [x9]
subs w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _in ; -- Begin function in
.p2align 2
_in: ; @in
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #24]
str x1, [sp, #16]
str wzr, [sp, #12]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldrsw x8, [sp, #12]
subs x8, x8, #8
cset w8, hs
tbnz w8, #0, LBB2_6
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
ldr w9, [sp, #24]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB2_4
b LBB2_3
LBB2_3:
mov w8, #1
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #31]
b LBB2_7
LBB2_4: ; in Loop: Header=BB2_1 Depth=1
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB2_1
LBB2_6:
mov w8, #0
and w8, w8, #0x1
and w8, w8, #0x1
strb w8, [sp, #31]
b LBB2_7
LBB2_7:
ldrb w8, [sp, #31]
and w0, w8, #0x1
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub sp, sp, #160
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
mov w8, #0
stur w8, [x29, #-108] ; 4-byte Folded Spill
stur wzr, [x29, #-12]
sub sp, sp, #16
mov x9, sp
sub x8, x29, #16
str x8, [x9]
sub x8, x29, #20
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldur w1, [x29, #-108] ; 4-byte Folded Reload
add sp, sp, #16
ldur w8, [x29, #-16]
; kill: def $x8 killed $w8
mov x9, sp
stur x9, [x29, #-32]
lsl x9, x8, #2
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-128] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-128] ; 8-byte Folded Reload
mov x9, sp
subs x0, x9, x10
mov sp, x0
stur x0, [x29, #-120] ; 8-byte Folded Spill
stur x8, [x29, #-40]
ldursw x2, [x29, #-16]
mov x3, #-1
stur x3, [x29, #-104] ; 8-byte Folded Spill
bl ___memset_chk
ldur x9, [x29, #-120] ; 8-byte Folded Reload
ldur w1, [x29, #-108] ; 4-byte Folded Reload
ldur x3, [x29, #-104] ; 8-byte Folded Reload
mov w8, #1
str w8, [x9]
stur w8, [x29, #-44]
ldur w8, [x29, #-20]
mov x9, x8
stur x9, [x29, #-88] ; 8-byte Folded Spill
mov x8, #12
mul x9, x9, x8
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-96] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x11, [x29, #-96] ; 8-byte Folded Reload
ldur x9, [x29, #-88] ; 8-byte Folded Reload
mov x10, sp
subs x0, x10, x11
mov sp, x0
stur x0, [x29, #-80] ; 8-byte Folded Spill
stur x9, [x29, #-56]
mul x2, x8, x9
bl ___memset_chk
stur wzr, [x29, #-60]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-60]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_4
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldur x8, [x29, #-80] ; 8-byte Folded Reload
ldursw x9, [x29, #-60]
mov x12, #12
mul x10, x9, x12
mov x9, x8
add x11, x9, x10
ldursw x9, [x29, #-60]
mul x10, x9, x12
mov x9, x8
add x9, x9, x10
add x10, x9, #4
ldursw x9, [x29, #-60]
mul x9, x9, x12
add x8, x8, x9
add x8, x8, #8
sub sp, sp, #32
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
add sp, sp, #32
b LBB3_3
LBB3_3: ; in Loop: Header=BB3_1 Depth=1
ldur w8, [x29, #-60]
add w8, w8, #1
stur w8, [x29, #-60]
b LBB3_1
LBB3_4:
ldur x0, [x29, #-80] ; 8-byte Folded Reload
ldursw x1, [x29, #-20]
mov x2, #12
adrp x3, _cmp_event@PAGE
add x3, x3, _cmp_event@PAGEOFF
bl _qsort
stur wzr, [x29, #-64]
b LBB3_5
LBB3_5: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-64]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_17
b LBB3_6
LBB3_6: ; in Loop: Header=BB3_5 Depth=1
ldur x1, [x29, #-120] ; 8-byte Folded Reload
ldur x8, [x29, #-80] ; 8-byte Folded Reload
ldursw x9, [x29, #-64]
mov x10, #12
stur x10, [x29, #-144] ; 8-byte Folded Spill
mul x9, x9, x10
ldr w0, [x8, x9]
bl _in
ldur x10, [x29, #-144] ; 8-byte Folded Reload
ldur x8, [x29, #-80] ; 8-byte Folded Reload
ldur x1, [x29, #-120] ; 8-byte Folded Reload
mov w9, #1
stur w9, [x29, #-132] ; 4-byte Folded Spill
and w9, w0, w9
sturb w9, [x29, #-65]
ldursw x9, [x29, #-64]
mul x9, x9, x10
add x8, x8, x9
ldr w0, [x8, #4]
bl _in
ldur w8, [x29, #-132] ; 4-byte Folded Reload
and w8, w0, w8
sturb w8, [x29, #-66]
ldurb w8, [x29, #-65]
tbz w8, #0, LBB3_9
b LBB3_7
LBB3_7: ; in Loop: Header=BB3_5 Depth=1
ldurb w8, [x29, #-66]
tbz w8, #0, LBB3_9
b LBB3_8
LBB3_8: ; in Loop: Header=BB3_5 Depth=1
b LBB3_16
LBB3_9: ; in Loop: Header=BB3_5 Depth=1
ldurb w8, [x29, #-65]
tbz w8, #0, LBB3_12
b LBB3_10
LBB3_10: ; in Loop: Header=BB3_5 Depth=1
ldurb w8, [x29, #-66]
tbnz w8, #0, LBB3_12
b LBB3_11
LBB3_11: ; in Loop: Header=BB3_5 Depth=1
ldur x9, [x29, #-120] ; 8-byte Folded Reload
ldur x8, [x29, #-80] ; 8-byte Folded Reload
ldursw x10, [x29, #-64]
mov x11, #12
mul x10, x10, x11
add x8, x8, x10
ldr w8, [x8, #4]
ldursw x10, [x29, #-44]
str w8, [x9, x10, lsl #2]
ldur w8, [x29, #-44]
add w8, w8, #1
stur w8, [x29, #-44]
b LBB3_12
LBB3_12: ; in Loop: Header=BB3_5 Depth=1
ldurb w8, [x29, #-65]
tbnz w8, #0, LBB3_15
b LBB3_13
LBB3_13: ; in Loop: Header=BB3_5 Depth=1
ldurb w8, [x29, #-66]
tbz w8, #0, LBB3_15
b LBB3_14
LBB3_14: ; in Loop: Header=BB3_5 Depth=1
ldur x9, [x29, #-120] ; 8-byte Folded Reload
ldur x8, [x29, #-80] ; 8-byte Folded Reload
ldursw x10, [x29, #-64]
mov x11, #12
mul x10, x10, x11
ldr w8, [x8, x10]
ldursw x10, [x29, #-44]
str w8, [x9, x10, lsl #2]
ldur w8, [x29, #-44]
add w8, w8, #1
stur w8, [x29, #-44]
b LBB3_15
LBB3_15: ; in Loop: Header=BB3_5 Depth=1
b LBB3_16
LBB3_16: ; in Loop: Header=BB3_5 Depth=1
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB3_5
LBB3_17:
ldur x0, [x29, #-120] ; 8-byte Folded Reload
ldursw x1, [x29, #-44]
mov x2, #4
adrp x3, _cmp_int@PAGE
add x3, x3, _cmp_int@PAGEOFF
bl _qsort
stur wzr, [x29, #-72]
b LBB3_18
LBB3_18: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-72]
ldur w9, [x29, #-44]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_21
b LBB3_19
LBB3_19: ; in Loop: Header=BB3_18 Depth=1
ldur x8, [x29, #-120] ; 8-byte Folded Reload
ldursw x9, [x29, #-72]
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
add sp, sp, #16
b LBB3_20
LBB3_20: ; in Loop: Header=BB3_18 Depth=1
ldur w8, [x29, #-72]
add w8, w8, #1
stur w8, [x29, #-72]
b LBB3_18
LBB3_21:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
stur wzr, [x29, #-12]
ldur x8, [x29, #-32]
mov sp, x8
ldur w8, [x29, #-12]
stur w8, [x29, #-148] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB3_23
b LBB3_22
LBB3_22:
bl ___stack_chk_fail
LBB3_23:
ldur w0, [x29, #-148] ; 4-byte Folded Reload
mov sp, x29
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d %d"
l_.str.1: ; @.str.1
.asciz "%d %d %d"
l_.str.2: ; @.str.2
.asciz "%d "
l_.str.3: ; @.str.3
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cmp_event ## -- Begin function cmp_event
.p2align 4, 0x90
_cmp_event: ## @cmp_event
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq -8(%rbp), %rax
movq %rax, -24(%rbp)
movq -16(%rbp), %rax
movq %rax, -32(%rbp)
movq -24(%rbp), %rax
movl 8(%rax), %eax
movq -32(%rbp), %rcx
cmpl 8(%rcx), %eax
setg %al
andb $1, %al
movzbl %al, %eax
movq -24(%rbp), %rcx
movl 8(%rcx), %ecx
movq -32(%rbp), %rdx
cmpl 8(%rdx), %ecx
setl %cl
andb $1, %cl
movzbl %cl, %ecx
subl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _cmp_int ## -- Begin function cmp_int
.p2align 4, 0x90
_cmp_int: ## @cmp_int
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq -8(%rbp), %rax
movl (%rax), %eax
movq -16(%rbp), %rcx
subl (%rcx), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _in ## -- Begin function in
.p2align 4, 0x90
_in: ## @in
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movslq -20(%rbp), %rax
cmpq $8, %rax
jae LBB2_6
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
movl (%rax,%rcx,4), %eax
cmpl -8(%rbp), %eax
jne LBB2_4
## %bb.3:
movb $1, -1(%rbp)
jmp LBB2_7
LBB2_4: ## in Loop: Header=BB2_1 Depth=1
jmp LBB2_5
LBB2_5: ## in Loop: Header=BB2_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB2_1
LBB2_6:
movb $0, -1(%rbp)
LBB2_7:
movb -1(%rbp), %al
andb $1, %al
movzbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $128, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -12(%rbp)
leaq L_.str(%rip), %rdi
xorl %eax, %eax
movl %eax, -116(%rbp) ## 4-byte Spill
leaq -16(%rbp), %rsi
leaq -20(%rbp), %rdx
callq _scanf
movl -16(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -112(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -32(%rbp)
shlq $2, %rax
callq ____chkstk_darwin
movl -116(%rbp), %esi ## 4-byte Reload
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -112(%rbp), %rax ## 8-byte Reload
movq %rsp, %rdi
movq %rdi, -96(%rbp) ## 8-byte Spill
movq %rdi, %rcx
movq %rcx, -104(%rbp) ## 8-byte Spill
movq %rax, -40(%rbp)
movslq -16(%rbp), %rdx
movq $-1, %rcx
callq ___memset_chk
## kill: def $rcx killed $rax
movq -96(%rbp), %rax ## 8-byte Reload
movl $1, (%rax)
movl $1, -44(%rbp)
movl -20(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -88(%rbp) ## 8-byte Spill
shlq $2, %rax
leaq (%rax,%rax,2), %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -88(%rbp), %rax ## 8-byte Reload
movq %rsp, %rdi
movq %rdi, -80(%rbp) ## 8-byte Spill
movq %rax, -56(%rbp)
imulq $12, %rax, %rdx
xorl %esi, %esi
movq $-1, %rcx
callq ___memset_chk
movl $0, -60(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movl -60(%rbp), %eax
cmpl -20(%rbp), %eax
jge LBB3_4
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movq -80(%rbp), %rcx ## 8-byte Reload
movslq -60(%rbp), %rax
imulq $12, %rax, %rax
movq %rcx, %rsi
addq %rax, %rsi
movslq -60(%rbp), %rax
imulq $12, %rax, %rax
movq %rcx, %rdx
addq %rax, %rdx
addq $4, %rdx
movslq -60(%rbp), %rax
imulq $12, %rax, %rax
addq %rax, %rcx
addq $8, %rcx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB3_1 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB3_1
LBB3_4:
movq -80(%rbp), %rdi ## 8-byte Reload
movslq -20(%rbp), %rsi
movl $12, %edx
leaq _cmp_event(%rip), %rcx
callq _qsort
movl $0, -64(%rbp)
LBB3_5: ## =>This Inner Loop Header: Depth=1
movl -64(%rbp), %eax
cmpl -20(%rbp), %eax
jge LBB3_17
## %bb.6: ## in Loop: Header=BB3_5 Depth=1
movq -104(%rbp), %rsi ## 8-byte Reload
movq -80(%rbp), %rax ## 8-byte Reload
movslq -64(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl (%rax), %edi
callq _in
movq -104(%rbp), %rsi ## 8-byte Reload
movb %al, %cl
movq -80(%rbp), %rax ## 8-byte Reload
andb $1, %cl
movb %cl, -65(%rbp)
movslq -64(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %edi
callq _in
andb $1, %al
movb %al, -66(%rbp)
testb $1, -65(%rbp)
je LBB3_9
## %bb.7: ## in Loop: Header=BB3_5 Depth=1
testb $1, -66(%rbp)
je LBB3_9
## %bb.8: ## in Loop: Header=BB3_5 Depth=1
jmp LBB3_16
LBB3_9: ## in Loop: Header=BB3_5 Depth=1
testb $1, -65(%rbp)
je LBB3_12
## %bb.10: ## in Loop: Header=BB3_5 Depth=1
testb $1, -66(%rbp)
jne LBB3_12
## %bb.11: ## in Loop: Header=BB3_5 Depth=1
movq -104(%rbp), %rax ## 8-byte Reload
movq -80(%rbp), %rcx ## 8-byte Reload
movslq -64(%rbp), %rdx
imulq $12, %rdx, %rdx
addq %rdx, %rcx
movl 4(%rcx), %edx
movslq -44(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -44(%rbp), %eax
addl $1, %eax
movl %eax, -44(%rbp)
LBB3_12: ## in Loop: Header=BB3_5 Depth=1
testb $1, -65(%rbp)
jne LBB3_15
## %bb.13: ## in Loop: Header=BB3_5 Depth=1
testb $1, -66(%rbp)
je LBB3_15
## %bb.14: ## in Loop: Header=BB3_5 Depth=1
movq -104(%rbp), %rax ## 8-byte Reload
movq -80(%rbp), %rcx ## 8-byte Reload
movslq -64(%rbp), %rdx
imulq $12, %rdx, %rdx
addq %rdx, %rcx
movl (%rcx), %edx
movslq -44(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -44(%rbp), %eax
addl $1, %eax
movl %eax, -44(%rbp)
LBB3_15: ## in Loop: Header=BB3_5 Depth=1
jmp LBB3_16
LBB3_16: ## in Loop: Header=BB3_5 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB3_5
LBB3_17:
movq -104(%rbp), %rdi ## 8-byte Reload
movslq -44(%rbp), %rsi
movl $4, %edx
leaq _cmp_int(%rip), %rcx
callq _qsort
movl $0, -72(%rbp)
LBB3_18: ## =>This Inner Loop Header: Depth=1
movl -72(%rbp), %eax
cmpl -44(%rbp), %eax
jge LBB3_21
## %bb.19: ## in Loop: Header=BB3_18 Depth=1
movq -104(%rbp), %rax ## 8-byte Reload
movslq -72(%rbp), %rcx
movl (%rax,%rcx,4), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.20: ## in Loop: Header=BB3_18 Depth=1
movl -72(%rbp), %eax
addl $1, %eax
movl %eax, -72(%rbp)
jmp LBB3_18
LBB3_21:
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -12(%rbp)
movq -32(%rbp), %rax
movq %rax, %rsp
movl -12(%rbp), %eax
movl %eax, -120(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB3_23
## %bb.22:
movl -120(%rbp), %eax ## 4-byte Reload
movq %rbp, %rsp
popq %rbp
retq
LBB3_23:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d %d"
L_.str.1: ## @.str.1
.asciz "%d %d %d"
L_.str.2: ## @.str.2
.asciz "%d "
L_.str.3: ## @.str.3
.asciz "\n"
.subsections_via_symbols
| the_stack_data/1256147.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x0, #24
bl _malloc
str x0, [sp, #16]
str wzr, [sp, #12]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #12]
subs w8, w8, #3
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
mov x0, #32
bl _malloc
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
str x0, [x8, x9, lsl #3]
str wzr, [sp, #8]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #8]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB0_10
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
mov x0, #20
bl _malloc
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
ldr x8, [x8, x9, lsl #3]
ldrsw x9, [sp, #8]
str x0, [x8, x9, lsl #3]
str wzr, [sp, #4]
b LBB0_5
LBB0_5: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_3 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #4]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=3
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
ldr x8, [x8, x9, lsl #3]
ldrsw x9, [sp, #8]
ldr x9, [x8, x9, lsl #3]
ldrsw x10, [sp, #4]
mov w8, #7
str w8, [x9, x10, lsl #2]
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=3
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_5
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_3
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_1
LBB0_12:
str wzr, [sp, #12]
b LBB0_13
LBB0_13: ; =>This Loop Header: Depth=1
; Child Loop BB0_15 Depth 2
ldr w8, [sp, #12]
subs w8, w8, #3
cset w8, ge
tbnz w8, #0, LBB0_20
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_13 Depth=1
str wzr, [sp, #8]
b LBB0_15
LBB0_15: ; Parent Loop BB0_13 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #8]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB0_18
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_15 Depth=2
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
ldr x8, [x8, x9, lsl #3]
ldrsw x9, [sp, #8]
ldr x0, [x8, x9, lsl #3]
bl _free
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_15 Depth=2
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_15
LBB0_18: ; in Loop: Header=BB0_13 Depth=1
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
ldr x0, [x8, x9, lsl #3]
bl _free
b LBB0_19
LBB0_19: ; in Loop: Header=BB0_13 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_13
LBB0_20:
ldr x0, [sp, #16]
bl _free
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl $24, %edi
callq _malloc
movq %rax, -16(%rbp)
movl $0, -20(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
## Child Loop BB0_5 Depth 3
cmpl $3, -20(%rbp)
jge LBB0_12
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $32, %edi
callq _malloc
movq %rax, %rdx
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
movq %rdx, (%rax,%rcx,8)
movl $0, -24(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_5 Depth 3
cmpl $4, -24(%rbp)
jge LBB0_10
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl $20, %edi
callq _malloc
movq %rax, %rdx
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
movq (%rax,%rcx,8), %rax
movslq -24(%rbp), %rcx
movq %rdx, (%rax,%rcx,8)
movl $0, -28(%rbp)
LBB0_5: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_3 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $5, -28(%rbp)
jge LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=3
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
movq (%rax,%rcx,8), %rax
movslq -24(%rbp), %rcx
movq (%rax,%rcx,8), %rax
movslq -28(%rbp), %rcx
movl $7, (%rax,%rcx,4)
## %bb.7: ## in Loop: Header=BB0_5 Depth=3
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB0_5
LBB0_8: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_9
LBB0_9: ## in Loop: Header=BB0_3 Depth=2
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB0_3
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_11
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB0_1
LBB0_12:
movl $0, -20(%rbp)
LBB0_13: ## =>This Loop Header: Depth=1
## Child Loop BB0_15 Depth 2
cmpl $3, -20(%rbp)
jge LBB0_20
## %bb.14: ## in Loop: Header=BB0_13 Depth=1
movl $0, -24(%rbp)
LBB0_15: ## Parent Loop BB0_13 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $4, -24(%rbp)
jge LBB0_18
## %bb.16: ## in Loop: Header=BB0_15 Depth=2
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
movq (%rax,%rcx,8), %rax
movslq -24(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
callq _free
## %bb.17: ## in Loop: Header=BB0_15 Depth=2
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB0_15
LBB0_18: ## in Loop: Header=BB0_13 Depth=1
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
callq _free
## %bb.19: ## in Loop: Header=BB0_13 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB0_13
LBB0_20:
movq -16(%rbp), %rdi
callq _free
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/299528.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/140766016.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/64200176.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/211081661.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_2 Depth 2
; Child Loop BB0_4 Depth 3
; Child Loop BB0_6 Depth 4
b LBB0_2
LBB0_2: ; Parent Loop BB0_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_4 Depth 3
; Child Loop BB0_6 Depth 4
ldur w8, [x29, #-8]
subs w8, w8, #17
cset w8, le
tbnz w8, #0, LBB0_23
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_2 Depth=2
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #12
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
b LBB0_4
LBB0_4: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_2 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_6 Depth 4
ldur w8, [x29, #-12]
subs w8, w8, #1111
cset w8, ne
tbnz w8, #0, LBB0_22
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_4 Depth=3
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #16
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
b LBB0_6
LBB0_6: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_2 Depth=2
; Parent Loop BB0_4 Depth=3
; => This Inner Loop Header: Depth=4
ldur w8, [x29, #-16]
mov w9, #4999
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_21
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_6 Depth=4
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #20
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldur w8, [x29, #-20]
subs w8, w8, #999
cset w8, le
tbnz w8, #0, LBB0_20
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_6 Depth=4
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #24
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr w8, [sp, #24]
subs w8, w8, #20
cset w8, ne
tbnz w8, #0, LBB0_15
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_6 Depth=4
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
ldr w8, [sp, #24]
subs w8, w8, #20
cset w8, ne
tbnz w8, #0, LBB0_14
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_6 Depth=4
ldur w8, [x29, #-20]
mov w9, #10
mul w8, w8, w9
ldur w9, [x29, #-16]
ldur w10, [x29, #-20]
subs w9, w9, w10
add w8, w8, w9
str w8, [sp, #20]
ldr w9, [sp, #20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _printf
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #12
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr w8, [sp, #12]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_12
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_6 Depth=4
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _printf
ldr w9, [sp, #20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.14@PAGE
add x0, x0, l_.str.14@PAGEOFF
bl _printf
b LBB0_13
LBB0_12:
adrp x0, l_.str.15@PAGE
add x0, x0, l_.str.15@PAGEOFF
bl _printf
mov w0, #0
bl _exit
LBB0_13: ; in Loop: Header=BB0_6 Depth=4
ldr w8, [sp, #20]
stur w8, [x29, #-16]
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_6 Depth=4
b LBB0_19
LBB0_15: ; in Loop: Header=BB0_6 Depth=4
adrp x0, l_.str.16@PAGE
add x0, x0, l_.str.16@PAGEOFF
bl _printf
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
ldur w8, [x29, #-16]
ldur w9, [x29, #-20]
subs w8, w8, w9
str w8, [sp, #16]
ldr w9, [sp, #16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.17@PAGE
add x0, x0, l_.str.17@PAGEOFF
bl _printf
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _printf
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #12
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr w8, [sp, #12]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_17
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_6 Depth=4
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _printf
ldr w9, [sp, #16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.14@PAGE
add x0, x0, l_.str.14@PAGEOFF
bl _printf
b LBB0_18
LBB0_17:
adrp x0, l_.str.15@PAGE
add x0, x0, l_.str.15@PAGEOFF
bl _printf
mov w0, #0
bl _exit
LBB0_18: ; in Loop: Header=BB0_6 Depth=4
ldr w8, [sp, #16]
stur w8, [x29, #-16]
b LBB0_19
LBB0_19: ; in Loop: Header=BB0_6 Depth=4
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_6 Depth=4
b LBB0_6
LBB0_21: ; in Loop: Header=BB0_4 Depth=3
b LBB0_4
LBB0_22: ; in Loop: Header=BB0_2 Depth=2
b LBB0_2
LBB0_23: ; in Loop: Header=BB0_1 Depth=1
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-8]
subs w8, w8, #17
cset w8, gt
tbnz w8, #0, LBB0_1
b LBB0_25
LBB0_25:
b LBB0_26
LBB0_26: ; =>This Loop Header: Depth=1
; Child Loop BB0_28 Depth 2
; Child Loop BB0_29 Depth 3
; Child Loop BB0_31 Depth 4
; Child Loop BB0_33 Depth 5
ldur w8, [x29, #-8]
subs w8, w8, #17
cset w8, ge
tbnz w8, #0, LBB0_53
b LBB0_27
LBB0_27: ; in Loop: Header=BB0_26 Depth=1
adrp x0, l_.str.18@PAGE
add x0, x0, l_.str.18@PAGEOFF
bl _printf
adrp x0, l_.str.19@PAGE
add x0, x0, l_.str.19@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
b LBB0_28
LBB0_28: ; Parent Loop BB0_26 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_29 Depth 3
; Child Loop BB0_31 Depth 4
; Child Loop BB0_33 Depth 5
b LBB0_29
LBB0_29: ; Parent Loop BB0_26 Depth=1
; Parent Loop BB0_28 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB0_31 Depth 4
; Child Loop BB0_33 Depth 5
ldur w8, [x29, #-8]
subs w8, w8, #17
cset w8, le
tbnz w8, #0, LBB0_50
b LBB0_30
LBB0_30: ; in Loop: Header=BB0_29 Depth=3
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #12
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
b LBB0_31
LBB0_31: ; Parent Loop BB0_26 Depth=1
; Parent Loop BB0_28 Depth=2
; Parent Loop BB0_29 Depth=3
; => This Loop Header: Depth=4
; Child Loop BB0_33 Depth 5
ldur w8, [x29, #-12]
subs w8, w8, #1111
cset w8, ne
tbnz w8, #0, LBB0_49
b LBB0_32
LBB0_32: ; in Loop: Header=BB0_31 Depth=4
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #16
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
b LBB0_33
LBB0_33: ; Parent Loop BB0_26 Depth=1
; Parent Loop BB0_28 Depth=2
; Parent Loop BB0_29 Depth=3
; Parent Loop BB0_31 Depth=4
; => This Inner Loop Header: Depth=5
ldur w8, [x29, #-16]
mov w9, #4999
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_48
b LBB0_34
LBB0_34: ; in Loop: Header=BB0_33 Depth=5
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #20
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldur w8, [x29, #-20]
subs w8, w8, #999
cset w8, le
tbnz w8, #0, LBB0_47
b LBB0_35
LBB0_35: ; in Loop: Header=BB0_33 Depth=5
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #24
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr w8, [sp, #24]
subs w8, w8, #20
cset w8, ne
tbnz w8, #0, LBB0_42
b LBB0_36
LBB0_36: ; in Loop: Header=BB0_33 Depth=5
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
ldr w8, [sp, #24]
subs w8, w8, #20
cset w8, ne
tbnz w8, #0, LBB0_41
b LBB0_37
LBB0_37: ; in Loop: Header=BB0_33 Depth=5
ldur w8, [x29, #-20]
mov w9, #10
mul w8, w8, w9
ldur w9, [x29, #-16]
ldur w10, [x29, #-20]
subs w9, w9, w10
add w8, w8, w9
str w8, [sp, #20]
ldr w9, [sp, #20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _printf
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #12
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr w8, [sp, #12]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_39
b LBB0_38
LBB0_38: ; in Loop: Header=BB0_33 Depth=5
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _printf
ldr w9, [sp, #20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.14@PAGE
add x0, x0, l_.str.14@PAGEOFF
bl _printf
b LBB0_40
LBB0_39:
adrp x0, l_.str.15@PAGE
add x0, x0, l_.str.15@PAGEOFF
bl _printf
mov w0, #0
bl _exit
LBB0_40: ; in Loop: Header=BB0_33 Depth=5
ldr w8, [sp, #20]
stur w8, [x29, #-16]
b LBB0_41
LBB0_41: ; in Loop: Header=BB0_33 Depth=5
b LBB0_46
LBB0_42: ; in Loop: Header=BB0_33 Depth=5
adrp x0, l_.str.16@PAGE
add x0, x0, l_.str.16@PAGEOFF
bl _printf
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
ldur w8, [x29, #-16]
ldur w9, [x29, #-20]
subs w8, w8, w9
str w8, [sp, #16]
ldr w9, [sp, #16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.17@PAGE
add x0, x0, l_.str.17@PAGEOFF
bl _printf
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _printf
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #12
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr w8, [sp, #12]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_44
b LBB0_43
LBB0_43: ; in Loop: Header=BB0_33 Depth=5
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _printf
ldr w9, [sp, #16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.14@PAGE
add x0, x0, l_.str.14@PAGEOFF
bl _printf
b LBB0_45
LBB0_44:
adrp x0, l_.str.15@PAGE
add x0, x0, l_.str.15@PAGEOFF
bl _printf
mov w0, #0
bl _exit
LBB0_45: ; in Loop: Header=BB0_33 Depth=5
ldr w8, [sp, #16]
stur w8, [x29, #-16]
b LBB0_46
LBB0_46: ; in Loop: Header=BB0_33 Depth=5
b LBB0_47
LBB0_47: ; in Loop: Header=BB0_33 Depth=5
b LBB0_33
LBB0_48: ; in Loop: Header=BB0_31 Depth=4
b LBB0_31
LBB0_49: ; in Loop: Header=BB0_29 Depth=3
b LBB0_29
LBB0_50: ; in Loop: Header=BB0_28 Depth=2
b LBB0_51
LBB0_51: ; in Loop: Header=BB0_28 Depth=2
ldur w8, [x29, #-8]
subs w8, w8, #17
cset w8, gt
tbnz w8, #0, LBB0_28
b LBB0_52
LBB0_52: ; in Loop: Header=BB0_26 Depth=1
b LBB0_26
LBB0_53:
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "####Welcome to Lottery Game###\n\n"
l_.str.1: ; @.str.1
.asciz "Enter your age :"
l_.str.2: ; @.str.2
.asciz "%d"
l_.str.3: ; @.str.3
.asciz "Enter your ID :"
l_.str.4: ; @.str.4
.asciz "please enter your money:\n must be more than 5000ks :"
l_.str.5: ; @.str.5
.asciz "please enter your playing money:"
l_.str.6: ; @.str.6
.asciz "please enter lottery number :"
l_.str.7: ; @.str.7
.asciz "You won\n"
l_.str.8: ; @.str.8
.asciz "The lottery number is :20\n"
l_.str.9: ; @.str.9
.asciz "The total money is :%d\n\n"
l_.str.10: ; @.str.10
.asciz "If u want to play again press 1:\n"
l_.str.11: ; @.str.11
.asciz "If u want to quit press 2:\n\n"
l_.str.12: ; @.str.12
.asciz "Enter numuber :"
l_.str.13: ; @.str.13
.asciz "U can play again now!\n\n"
l_.str.14: ; @.str.14
.asciz "Your money is : %d\n"
l_.str.15: ; @.str.15
.asciz "Good Bye"
l_.str.16: ; @.str.16
.asciz "You Lose\n"
l_.str.17: ; @.str.17
.asciz "Your remaining money :%d \n\n ###TRY AGAIN###\n\n "
l_.str.18: ; @.str.18
.asciz ">>You should more than 17<<\n\n"
l_.str.19: ; @.str.19
.asciz "Please enter your age again :"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_2 Depth 2
## Child Loop BB0_4 Depth 3
## Child Loop BB0_6 Depth 4
jmp LBB0_2
LBB0_2: ## Parent Loop BB0_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_4 Depth 3
## Child Loop BB0_6 Depth 4
cmpl $17, -8(%rbp)
jle LBB0_23
## %bb.3: ## in Loop: Header=BB0_2 Depth=2
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
LBB0_4: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_2 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB0_6 Depth 4
cmpl $1111, -12(%rbp) ## imm = 0x457
jne LBB0_22
## %bb.5: ## in Loop: Header=BB0_4 Depth=3
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -16(%rbp), %rsi
movb $0, %al
callq _scanf
LBB0_6: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_2 Depth=2
## Parent Loop BB0_4 Depth=3
## => This Inner Loop Header: Depth=4
cmpl $4999, -16(%rbp) ## imm = 0x1387
jle LBB0_21
## %bb.7: ## in Loop: Header=BB0_6 Depth=4
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -20(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $999, -20(%rbp) ## imm = 0x3E7
jle LBB0_20
## %bb.8: ## in Loop: Header=BB0_6 Depth=4
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -24(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $20, -24(%rbp)
jne LBB0_15
## %bb.9: ## in Loop: Header=BB0_6 Depth=4
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
cmpl $20, -24(%rbp)
jne LBB0_14
## %bb.10: ## in Loop: Header=BB0_6 Depth=4
imull $10, -20(%rbp), %eax
movl -16(%rbp), %ecx
subl -20(%rbp), %ecx
addl %ecx, %eax
movl %eax, -28(%rbp)
movl -28(%rbp), %esi
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.10(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -36(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $1, -36(%rbp)
jne LBB0_12
## %bb.11: ## in Loop: Header=BB0_6 Depth=4
leaq L_.str.13(%rip), %rdi
movb $0, %al
callq _printf
movl -28(%rbp), %esi
leaq L_.str.14(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_13
LBB0_12:
leaq L_.str.15(%rip), %rdi
xorl %eax, %eax
movl %eax, -40(%rbp) ## 4-byte Spill
callq _printf
movl -40(%rbp), %edi ## 4-byte Reload
callq _exit
LBB0_13: ## in Loop: Header=BB0_6 Depth=4
movl -28(%rbp), %eax
movl %eax, -16(%rbp)
LBB0_14: ## in Loop: Header=BB0_6 Depth=4
jmp LBB0_19
LBB0_15: ## in Loop: Header=BB0_6 Depth=4
leaq L_.str.16(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
movl -16(%rbp), %eax
subl -20(%rbp), %eax
movl %eax, -32(%rbp)
movl -32(%rbp), %esi
leaq L_.str.17(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.10(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -36(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $1, -36(%rbp)
jne LBB0_17
## %bb.16: ## in Loop: Header=BB0_6 Depth=4
leaq L_.str.13(%rip), %rdi
movb $0, %al
callq _printf
movl -32(%rbp), %esi
leaq L_.str.14(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_18
LBB0_17:
leaq L_.str.15(%rip), %rdi
xorl %eax, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
callq _printf
movl -44(%rbp), %edi ## 4-byte Reload
callq _exit
LBB0_18: ## in Loop: Header=BB0_6 Depth=4
movl -32(%rbp), %eax
movl %eax, -16(%rbp)
LBB0_19: ## in Loop: Header=BB0_6 Depth=4
jmp LBB0_20
LBB0_20: ## in Loop: Header=BB0_6 Depth=4
jmp LBB0_6
LBB0_21: ## in Loop: Header=BB0_4 Depth=3
jmp LBB0_4
LBB0_22: ## in Loop: Header=BB0_2 Depth=2
jmp LBB0_2
LBB0_23: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_24
LBB0_24: ## in Loop: Header=BB0_1 Depth=1
cmpl $17, -8(%rbp)
jg LBB0_1
## %bb.25:
jmp LBB0_26
LBB0_26: ## =>This Loop Header: Depth=1
## Child Loop BB0_28 Depth 2
## Child Loop BB0_29 Depth 3
## Child Loop BB0_31 Depth 4
## Child Loop BB0_33 Depth 5
cmpl $17, -8(%rbp)
jge LBB0_53
## %bb.27: ## in Loop: Header=BB0_26 Depth=1
leaq L_.str.18(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.19(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
LBB0_28: ## Parent Loop BB0_26 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_29 Depth 3
## Child Loop BB0_31 Depth 4
## Child Loop BB0_33 Depth 5
jmp LBB0_29
LBB0_29: ## Parent Loop BB0_26 Depth=1
## Parent Loop BB0_28 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB0_31 Depth 4
## Child Loop BB0_33 Depth 5
cmpl $17, -8(%rbp)
jle LBB0_50
## %bb.30: ## in Loop: Header=BB0_29 Depth=3
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
LBB0_31: ## Parent Loop BB0_26 Depth=1
## Parent Loop BB0_28 Depth=2
## Parent Loop BB0_29 Depth=3
## => This Loop Header: Depth=4
## Child Loop BB0_33 Depth 5
cmpl $1111, -12(%rbp) ## imm = 0x457
jne LBB0_49
## %bb.32: ## in Loop: Header=BB0_31 Depth=4
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -16(%rbp), %rsi
movb $0, %al
callq _scanf
LBB0_33: ## Parent Loop BB0_26 Depth=1
## Parent Loop BB0_28 Depth=2
## Parent Loop BB0_29 Depth=3
## Parent Loop BB0_31 Depth=4
## => This Inner Loop Header: Depth=5
cmpl $4999, -16(%rbp) ## imm = 0x1387
jle LBB0_48
## %bb.34: ## in Loop: Header=BB0_33 Depth=5
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -20(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $999, -20(%rbp) ## imm = 0x3E7
jle LBB0_47
## %bb.35: ## in Loop: Header=BB0_33 Depth=5
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -24(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $20, -24(%rbp)
jne LBB0_42
## %bb.36: ## in Loop: Header=BB0_33 Depth=5
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
cmpl $20, -24(%rbp)
jne LBB0_41
## %bb.37: ## in Loop: Header=BB0_33 Depth=5
imull $10, -20(%rbp), %eax
movl -16(%rbp), %ecx
subl -20(%rbp), %ecx
addl %ecx, %eax
movl %eax, -28(%rbp)
movl -28(%rbp), %esi
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.10(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -36(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $1, -36(%rbp)
jne LBB0_39
## %bb.38: ## in Loop: Header=BB0_33 Depth=5
leaq L_.str.13(%rip), %rdi
movb $0, %al
callq _printf
movl -28(%rbp), %esi
leaq L_.str.14(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_40
LBB0_39:
leaq L_.str.15(%rip), %rdi
xorl %eax, %eax
movl %eax, -48(%rbp) ## 4-byte Spill
callq _printf
movl -48(%rbp), %edi ## 4-byte Reload
callq _exit
LBB0_40: ## in Loop: Header=BB0_33 Depth=5
movl -28(%rbp), %eax
movl %eax, -16(%rbp)
LBB0_41: ## in Loop: Header=BB0_33 Depth=5
jmp LBB0_46
LBB0_42: ## in Loop: Header=BB0_33 Depth=5
leaq L_.str.16(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
movl -16(%rbp), %eax
subl -20(%rbp), %eax
movl %eax, -32(%rbp)
movl -32(%rbp), %esi
leaq L_.str.17(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.10(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -36(%rbp), %rsi
movb $0, %al
callq _scanf
cmpl $1, -36(%rbp)
jne LBB0_44
## %bb.43: ## in Loop: Header=BB0_33 Depth=5
leaq L_.str.13(%rip), %rdi
movb $0, %al
callq _printf
movl -32(%rbp), %esi
leaq L_.str.14(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_45
LBB0_44:
leaq L_.str.15(%rip), %rdi
xorl %eax, %eax
movl %eax, -52(%rbp) ## 4-byte Spill
callq _printf
movl -52(%rbp), %edi ## 4-byte Reload
callq _exit
LBB0_45: ## in Loop: Header=BB0_33 Depth=5
movl -32(%rbp), %eax
movl %eax, -16(%rbp)
LBB0_46: ## in Loop: Header=BB0_33 Depth=5
jmp LBB0_47
LBB0_47: ## in Loop: Header=BB0_33 Depth=5
jmp LBB0_33
LBB0_48: ## in Loop: Header=BB0_31 Depth=4
jmp LBB0_31
LBB0_49: ## in Loop: Header=BB0_29 Depth=3
jmp LBB0_29
LBB0_50: ## in Loop: Header=BB0_28 Depth=2
jmp LBB0_51
LBB0_51: ## in Loop: Header=BB0_28 Depth=2
cmpl $17, -8(%rbp)
jg LBB0_28
## %bb.52: ## in Loop: Header=BB0_26 Depth=1
jmp LBB0_26
LBB0_53:
xorl %eax, %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "####Welcome to Lottery Game###\n\n"
L_.str.1: ## @.str.1
.asciz "Enter your age :"
L_.str.2: ## @.str.2
.asciz "%d"
L_.str.3: ## @.str.3
.asciz "Enter your ID :"
L_.str.4: ## @.str.4
.asciz "please enter your money:\n must be more than 5000ks :"
L_.str.5: ## @.str.5
.asciz "please enter your playing money:"
L_.str.6: ## @.str.6
.asciz "please enter lottery number :"
L_.str.7: ## @.str.7
.asciz "You won\n"
L_.str.8: ## @.str.8
.asciz "The lottery number is :20\n"
L_.str.9: ## @.str.9
.asciz "The total money is :%d\n\n"
L_.str.10: ## @.str.10
.asciz "If u want to play again press 1:\n"
L_.str.11: ## @.str.11
.asciz "If u want to quit press 2:\n\n"
L_.str.12: ## @.str.12
.asciz "Enter numuber :"
L_.str.13: ## @.str.13
.asciz "U can play again now!\n\n"
L_.str.14: ## @.str.14
.asciz "Your money is : %d\n"
L_.str.15: ## @.str.15
.asciz "Good Bye"
L_.str.16: ## @.str.16
.asciz "You Lose\n"
L_.str.17: ## @.str.17
.asciz "Your remaining money :%d \n\n ###TRY AGAIN###\n\n "
L_.str.18: ## @.str.18
.asciz ">>You should more than 17<<\n\n"
L_.str.19: ## @.str.19
.asciz "Please enter your age again :"
.subsections_via_symbols
| the_stack_data/990060.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
bl _megaInit
ldur w8, [x29, #-8]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
mov x9, sp
mov x8, #1
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #-1
bl _exit
LBB0_2:
b LBB0_3
LBB0_3:
str wzr, [sp, #24]
b LBB0_4
LBB0_4: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
subs w8, w8, #1
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_4 Depth=1
ldur x8, [x29, #-16]
ldr w9, [sp, #24]
add w9, w9, #1
ldr x0, [x8, w9, sxtw #3]
mov x1, #0
mov w2, #10
bl _strtoul
mov x8, x0
strh w8, [sp, #22]
ldrh w8, [sp, #22]
ldrsw x10, [sp, #24]
sub x9, x29, #18
add x9, x9, x10, lsl #1
strh w8, [x9]
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB0_4
LBB0_6:
sub x0, x29, #18
sub x1, x29, #20
bl _RandomFunc
ldurh w8, [x29, #-20]
mov w9, #31026
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_9
LBB0_8:
b LBB0_9
LBB0_9:
str wzr, [sp, #16]
b LBB0_10
LBB0_10: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
subs w8, w8, #1
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_10 Depth=1
ldrsw x9, [sp, #16]
sub x8, x29, #20
ldrh w10, [x8, x9, lsl #1]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_10
LBB0_12:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _megaInit ; -- Begin function megaInit
.p2align 2
_megaInit: ; @megaInit
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _RandomFunc ; -- Begin function RandomFunc
.p2align 2
_RandomFunc: ; @RandomFunc
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
ldr x8, [sp, #24]
ldrh w8, [x8]
; kill: def $x8 killed $w8
mov x9, #26986
movk x9, #13958, lsl #16
and x8, x8, x9
lsl x8, x8, #7
; kill: def $w8 killed $w8 killed $x8
strh w8, [sp, #14]
strh wzr, [sp, #12]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldrh w8, [sp, #12]
ldr x9, [sp, #24]
ldrh w9, [x9, #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_11
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldrh w8, [sp, #14]
ldrh w9, [sp, #12]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB2_7
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldrh w8, [sp, #14]
ldrh w9, [sp, #12]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB2_5
b LBB2_4
LBB2_4: ; in Loop: Header=BB2_1 Depth=1
ldrh w8, [sp, #12]
mov x10, x8
add x9, sp, #14
mov x8, x9
add x8, x8, x10, lsl #1
ldrb w8, [x8]
strb w8, [sp, #11]
ldrh w8, [sp, #12]
mov x10, x8
mov x8, x9
add x8, x8, x10, lsl #1
ldrb w8, [x8, #1]
ldrh w10, [sp, #12]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #1
strb w8, [x10]
ldrb w8, [sp, #11]
ldrh w10, [sp, #12]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #1
strb w8, [x9, #1]
b LBB2_6
LBB2_5: ; in Loop: Header=BB2_1 Depth=1
add x8, sp, #14
ldrh w9, [sp, #14]
asr w9, w9, #3
and w10, w9, #0x7
; implicit-def: $x9
mov x9, x10
sxtw x9, w9
orr x11, x9, #0x1
ldrh w9, [sp, #12]
mov x10, x9
mov x9, x8
add x10, x9, x10, lsl #1
ldrh w9, [x10]
; kill: def $w11 killed $w11 killed $x11
asr w9, w9, w11
strh w9, [x10]
ldrh w9, [sp, #12]
; kill: def $x9 killed $w9
ldrh w9, [x8, x9, lsl #1]
asr w9, w9, #3
and w10, w9, #0x7
; implicit-def: $x9
mov x9, x10
sxtw x9, w9
orr x10, x9, #0x1
ldrh w9, [sp, #12]
; kill: def $x9 killed $w9
add x9, x8, x9, lsl #1
ldrh w8, [x9]
; kill: def $w10 killed $w10 killed $x10
asr w8, w8, w10
strh w8, [x9]
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_1 Depth=1
b LBB2_10
LBB2_7: ; in Loop: Header=BB2_1 Depth=1
ldrh w8, [sp, #14]
ldrh w9, [sp, #12]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB2_9
b LBB2_8
LBB2_8: ; in Loop: Header=BB2_1 Depth=1
ldrh w8, [sp, #12]
; kill: def $x8 killed $w8
add x9, sp, #14
ldrh w8, [x9, x8, lsl #1]
asr w8, w8, #4
and w10, w8, #0x7
; implicit-def: $x8
mov x8, x10
sxtw x8, w8
orr x10, x8, #0x1
ldrh w8, [sp, #14]
; kill: def $w10 killed $w10 killed $x10
asr w8, w8, w10
strh w8, [sp, #14]
ldrh w8, [sp, #12]
mov x10, x8
mov x8, x9
add x8, x8, x10, lsl #1
ldrb w8, [x8]
strb w8, [sp, #10]
ldrh w8, [sp, #12]
mov x10, x8
mov x8, x9
add x8, x8, x10, lsl #1
ldrb w8, [x8, #1]
ldrh w10, [sp, #12]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #1
strb w8, [x10]
ldrb w8, [sp, #10]
ldrh w10, [sp, #12]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #1
strb w8, [x9, #1]
b LBB2_9
LBB2_9: ; in Loop: Header=BB2_1 Depth=1
b LBB2_10
LBB2_10: ; in Loop: Header=BB2_1 Depth=1
ldrh w8, [sp, #12]
add w8, w8, #1
strh w8, [sp, #12]
b LBB2_1
LBB2_11:
ldrh w8, [sp, #14]
; kill: def $x8 killed $w8
mov x9, #24031
movk x9, #8350, lsl #16
orr x8, x8, x9
ldr x9, [sp, #16]
; kill: def $w8 killed $w8 killed $x8
strh w8, [x9]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Call this program with %i arguments\n"
l_.str.1: ; @.str.1
.asciz "You win!\n"
l_.str.2: ; @.str.2
.asciz "%u\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
callq _megaInit
cmpl $2, -8(%rbp)
je LBB0_2
## %bb.1:
leaq L_.str(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %esi
callq _printf
movl $-1, %edi
callq _exit
LBB0_2:
jmp LBB0_3
LBB0_3:
movl $0, -24(%rbp)
LBB0_4: ## =>This Inner Loop Header: Depth=1
cmpl $1, -24(%rbp)
jge LBB0_6
## %bb.5: ## in Loop: Header=BB0_4 Depth=1
movq -16(%rbp), %rax
movl -24(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movq (%rax,%rcx,8), %rdi
xorl %eax, %eax
movl %eax, %esi
movl $10, %edx
callq _strtoul
## kill: def $ax killed $ax killed $rax
movw %ax, -26(%rbp)
movw -26(%rbp), %cx
movslq -24(%rbp), %rax
movw %cx, -18(%rbp,%rax,2)
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB0_4
LBB0_6:
leaq -18(%rbp), %rdi
leaq -20(%rbp), %rsi
callq _RandomFunc
movzwl -20(%rbp), %eax
cmpl $31026, %eax ## imm = 0x7932
jne LBB0_8
## %bb.7:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_9
LBB0_8:
jmp LBB0_9
LBB0_9:
movl $0, -32(%rbp)
LBB0_10: ## =>This Inner Loop Header: Depth=1
cmpl $1, -32(%rbp)
jge LBB0_12
## %bb.11: ## in Loop: Header=BB0_10 Depth=1
movslq -32(%rbp), %rax
movzwl -20(%rbp,%rax,2), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_10
LBB0_12:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _megaInit ## -- Begin function megaInit
.p2align 4, 0x90
_megaInit: ## @megaInit
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _RandomFunc ## -- Begin function RandomFunc
.p2align 4, 0x90
_RandomFunc: ## @RandomFunc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq -8(%rbp), %rax
movzwl (%rax), %eax
## kill: def $rax killed $eax
andq $914778474, %rax ## imm = 0x3686696A
shlq $7, %rax
## kill: def $ax killed $ax killed $rax
movw %ax, -18(%rbp)
movw $0, -20(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movzwl -20(%rbp), %eax
movq -8(%rbp), %rcx
movzwl 2(%rcx), %ecx
cmpl %ecx, %eax
jge LBB2_11
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movzwl -18(%rbp), %eax
movzwl -20(%rbp), %ecx
cmpl %ecx, %eax
jle LBB2_7
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movzwl -18(%rbp), %eax
movzwl -20(%rbp), %ecx
cmpl %ecx, %eax
jle LBB2_5
## %bb.4: ## in Loop: Header=BB2_1 Depth=1
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movb -18(%rbp,%rax,2), %al
movb %al, -21(%rbp)
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movb -17(%rbp,%rax,2), %cl
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -18(%rbp,%rax,2)
movb -21(%rbp), %cl
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -17(%rbp,%rax,2)
jmp LBB2_6
LBB2_5: ## in Loop: Header=BB2_1 Depth=1
movzwl -18(%rbp), %eax
sarl $3, %eax
andl $7, %eax
movslq %eax, %rcx
orq $1, %rcx
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movzwl -18(%rbp,%rax,2), %edx
## kill: def $ecx killed $ecx killed $rcx
## kill: def $cl killed $ecx
sarl %cl, %edx
movl %edx, %ecx
## kill: def $cx killed $cx killed $ecx
movw %cx, -18(%rbp,%rax,2)
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movzwl -18(%rbp,%rax,2), %eax
sarl $3, %eax
andl $7, %eax
movslq %eax, %rcx
orq $1, %rcx
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movzwl -18(%rbp,%rax,2), %edx
## kill: def $ecx killed $ecx killed $rcx
## kill: def $cl killed $ecx
sarl %cl, %edx
movl %edx, %ecx
## kill: def $cx killed $cx killed $ecx
movw %cx, -18(%rbp,%rax,2)
LBB2_6: ## in Loop: Header=BB2_1 Depth=1
jmp LBB2_10
LBB2_7: ## in Loop: Header=BB2_1 Depth=1
movzwl -18(%rbp), %eax
movzwl -20(%rbp), %ecx
cmpl %ecx, %eax
je LBB2_9
## %bb.8: ## in Loop: Header=BB2_1 Depth=1
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movzwl -18(%rbp,%rax,2), %eax
sarl $4, %eax
andl $7, %eax
movslq %eax, %rcx
orq $1, %rcx
movzwl -18(%rbp), %eax
## kill: def $ecx killed $ecx killed $rcx
## kill: def $cl killed $ecx
sarl %cl, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -18(%rbp)
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movb -18(%rbp,%rax,2), %al
movb %al, -22(%rbp)
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movb -17(%rbp,%rax,2), %cl
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -18(%rbp,%rax,2)
movb -22(%rbp), %cl
movzwl -20(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -17(%rbp,%rax,2)
LBB2_9: ## in Loop: Header=BB2_1 Depth=1
jmp LBB2_10
LBB2_10: ## in Loop: Header=BB2_1 Depth=1
movw -20(%rbp), %ax
addw $1, %ax
movw %ax, -20(%rbp)
jmp LBB2_1
LBB2_11:
movzwl -18(%rbp), %eax
## kill: def $rax killed $eax
orq $547249631, %rax ## imm = 0x209E5DDF
movw %ax, %cx
movq -16(%rbp), %rax
movw %cx, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Call this program with %i arguments\n"
L_.str.1: ## @.str.1
.asciz "You win!\n"
L_.str.2: ## @.str.2
.asciz "%u\n"
.subsections_via_symbols
| the_stack_data/192331354.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _int_calc ; -- Begin function int_calc
.p2align 2
_int_calc: ; @int_calc
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
mul w8, w8, w9
mov w9, #345
sdiv w8, w8, w9
add w8, w8, #27
mov w10, #33
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #4]
ldr w0, [sp, #4]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function float_calc
lCPI1_0:
.quad 0x4060266666666666 ; double 129.19999999999999
lCPI1_1:
.quad 0x3fe8624dd2f1a9fc ; double 0.76200000000000001
lCPI1_2:
.quad 0x40524ccccccccccd ; double 73.200000000000002
.section __TEXT,__text,regular,pure_instructions
.globl _float_calc
.p2align 2
_float_calc: ; @float_calc
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str s0, [sp, #12]
str s1, [sp, #8]
ldr s0, [sp, #12]
fcvt d0, s0
ldr s1, [sp, #8]
fcvt d1, s1
adrp x8, lCPI1_2@PAGE
ldr d2, [x8, lCPI1_2@PAGEOFF]
fdiv d2, d1, d2
adrp x8, lCPI1_1@PAGE
ldr d1, [x8, lCPI1_1@PAGEOFF]
fmadd d0, d0, d1, d2
adrp x8, lCPI1_0@PAGE
ldr d1, [x8, lCPI1_0@PAGEOFF]
fmul d0, d0, d1
fcvt s0, d0
str s0, [sp, #4]
ldr s0, [sp, #4]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldur w8, [x29, #-8]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov w0, #-1
bl _exit
LBB2_2:
ldur x8, [x29, #-16]
ldr x0, [x8, #8]
mov x9, sp
sub x8, x29, #20
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
str x1, [sp, #24] ; 8-byte Folded Spill
bl _sscanf
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldr x0, [x8, #16]
mov x9, sp
sub x8, x29, #24
str x8, [x9]
bl _sscanf
ldur x8, [x29, #-16]
ldr x0, [x8, #24]
mov x9, sp
sub x8, x29, #32
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
str x1, [sp, #32] ; 8-byte Folded Spill
bl _sscanf
ldr x1, [sp, #32] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldr x0, [x8, #32]
mov x9, sp
sub x8, x29, #36
str x8, [x9]
bl _sscanf
ldur w0, [x29, #-20]
ldur w1, [x29, #-24]
bl _int_calc
stur w0, [x29, #-28]
ldur s0, [x29, #-32]
ldur s1, [x29, #-36]
bl _float_calc
str s0, [sp, #40]
ldur w8, [x29, #-28]
; implicit-def: $x9
mov x9, x8
ldr s0, [sp, #40]
fcvt d0, s0
mov x8, sp
str x9, [x8]
str d0, [x8, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "hello\n"
l_.str.1: ; @.str.1
.asciz "This program requires two integer and two floating-point arguments.\n"
l_.str.2: ; @.str.2
.asciz "%d"
l_.str.3: ; @.str.3
.asciz "%f"
l_.str.4: ; @.str.4
.asciz "result1 = %d, result2 = %f\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _int_calc ## -- Begin function int_calc
.p2align 4, 0x90
_int_calc: ## @int_calc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
imull -8(%rbp), %eax
movl $345, %ecx ## imm = 0x159
cltd
idivl %ecx
addl $27, %eax
movl $33, %ecx
cltd
idivl %ecx
movl %edx, -12(%rbp)
movl -12(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function float_calc
LCPI1_0:
.quad 0x4060266666666666 ## double 129.19999999999999
LCPI1_1:
.quad 0x3fe8624dd2f1a9fc ## double 0.76200000000000001
LCPI1_2:
.quad 0x40524ccccccccccd ## double 73.200000000000002
.section __TEXT,__text,regular,pure_instructions
.globl _float_calc
.p2align 4, 0x90
_float_calc: ## @float_calc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movss %xmm0, -4(%rbp)
movss %xmm1, -8(%rbp)
movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
movsd LCPI1_2(%rip), %xmm2 ## xmm2 = mem[0],zero
divsd %xmm2, %xmm1
movsd LCPI1_1(%rip), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -12(%rbp)
movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
cmpl $5, -8(%rbp)
jge LBB2_2
## %bb.1:
leaq L_.str.1(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _printf
movl $-1, %edi
callq _exit
LBB2_2:
movq -16(%rbp), %rax
movq 8(%rax), %rdi
leaq L_.str.2(%rip), %rsi
leaq -20(%rbp), %rdx
movb $0, %al
callq _sscanf
movq -16(%rbp), %rax
movq 16(%rax), %rdi
leaq L_.str.2(%rip), %rsi
leaq -24(%rbp), %rdx
movb $0, %al
callq _sscanf
movq -16(%rbp), %rax
movq 24(%rax), %rdi
leaq L_.str.3(%rip), %rsi
leaq -32(%rbp), %rdx
movb $0, %al
callq _sscanf
movq -16(%rbp), %rax
movq 32(%rax), %rdi
leaq L_.str.3(%rip), %rsi
leaq -36(%rbp), %rdx
movb $0, %al
callq _sscanf
movl -20(%rbp), %edi
movl -24(%rbp), %esi
callq _int_calc
movl %eax, -28(%rbp)
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss -36(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
callq _float_calc
movss %xmm0, -40(%rbp)
movl -28(%rbp), %esi
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.4(%rip), %rdi
movb $1, %al
callq _printf
xorl %eax, %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "hello\n"
L_.str.1: ## @.str.1
.asciz "This program requires two integer and two floating-point arguments.\n"
L_.str.2: ## @.str.2
.asciz "%d"
L_.str.3: ## @.str.3
.asciz "%f"
L_.str.4: ## @.str.4
.asciz "result1 = %d, result2 = %f\n"
.subsections_via_symbols
| the_stack_data/237643089.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #12] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
str x1, [sp, #16]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr w0, [sp, #12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "romtool\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "romtool\n"
.subsections_via_symbols
| the_stack_data/85303.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x9, sp
sub x8, x29, #8
str x8, [x9]
sub x8, x29, #12
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldur w8, [x29, #-8]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_9
LBB0_2:
ldur w8, [x29, #-8]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_8
LBB0_4:
ldur w8, [x29, #-12]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB0_7
LBB0_6:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_7
LBB0_7:
b LBB0_8
LBB0_8:
b LBB0_9
LBB0_9:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d%d"
l_.str.1: ; @.str.1
.asciz "alpha\n"
l_.str.2: ; @.str.2
.asciz "bravo\n"
l_.str.3: ; @.str.3
.asciz "charlie\n"
l_.str.4: ; @.str.4
.asciz "zulu\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
leaq -12(%rbp), %rdx
movb $0, %al
callq _scanf
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jg LBB0_2
## %bb.1:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_9
LBB0_2:
cmpl $0, -8(%rbp)
jge LBB0_4
## %bb.3:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_8
LBB0_4:
cmpl $0, -12(%rbp)
jne LBB0_6
## %bb.5:
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_7
LBB0_6:
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
LBB0_7:
jmp LBB0_8
LBB0_8:
jmp LBB0_9
LBB0_9:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d%d"
L_.str.1: ## @.str.1
.asciz "alpha\n"
L_.str.2: ## @.str.2
.asciz "bravo\n"
L_.str.3: ## @.str.3
.asciz "charlie\n"
L_.str.4: ## @.str.4
.asciz "zulu\n"
.subsections_via_symbols
| the_stack_data/888548.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #20] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
str x0, [sp, #8] ; 8-byte Folded Spill
bl _scanf
ldr x0, [sp, #8] ; 8-byte Folded Reload
mov x9, sp
sub x8, x29, #12
str x8, [x9]
bl _scanf
ldur s1, [x29, #-8]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
ldur s2, [x29, #-12]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fmov d2, #12.00000000
fdiv d1, d1, d2
fmul d0, d0, d1
str d0, [sp, #24]
ldr d0, [sp, #24]
mov x8, sp
str d0, [x8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldr w0, [sp, #20] ; 4-byte Folded Reload
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%.3lf\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI0_0:
.quad 0x4028000000000000 ## double 12
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
cvtsi2sdl -8(%rbp), %xmm0
cvtsi2sdl -12(%rbp), %xmm1
movsd LCPI0_0(%rip), %xmm2 ## xmm2 = mem[0],zero
divsd %xmm2, %xmm1
mulsd %xmm1, %xmm0
movsd %xmm0, -24(%rbp)
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str.1(%rip), %rdi
movb $1, %al
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%.3lf\n"
.subsections_via_symbols
| the_stack_data/54825553.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _strrchr ; -- Begin function strrchr
.p2align 2
_strrchr: ; @strrchr
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str w1, [sp, #20]
; kill: def $x8 killed $xzr
str xzr, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
ldrsb w8, [x8]
ldr w9, [sp, #20]
subs w8, w8, w9, sxtb
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
str x8, [sp, #8]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
ldrsb w8, [x8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
b LBB0_7
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
add x8, x8, #1
str x8, [sp, #24]
b LBB0_1
LBB0_7:
ldr x0, [sp, #8]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _rindex ; -- Begin function rindex
.p2align 2
_rindex: ; @rindex
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
str w1, [sp, #4]
ldr x0, [sp, #8]
ldr w1, [sp, #4]
bl _strrchr
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _strrchr ## -- Begin function strrchr
.p2align 4, 0x90
_strrchr: ## @strrchr
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movq $0, -24(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
movsbl (%rax), %eax
movl -12(%rbp), %ecx
## kill: def $cl killed $cl killed $ecx
movsbl %cl, %ecx
cmpl %ecx, %eax
jne LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
movq %rax, -24(%rbp)
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
movsbl (%rax), %eax
cmpl $0, %eax
jne LBB0_5
## %bb.4:
jmp LBB0_7
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_6
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
jmp LBB0_1
LBB0_7:
movq -24(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _rindex ## -- Begin function rindex
.p2align 4, 0x90
_rindex: ## @rindex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movq -8(%rbp), %rdi
movl -12(%rbp), %esi
callq _strrchr
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/211079630.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_iterative_power ; -- Begin function ft_iterative_power
.p2align 2
_ft_iterative_power: ; @ft_iterative_power
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #24]
str w1, [sp, #20]
ldr w8, [sp, #20]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
str wzr, [sp, #28]
b LBB0_8
LBB0_2:
ldr w8, [sp, #20]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
mov w8, #1
str w8, [sp, #28]
b LBB0_8
LBB0_4:
mov w8, #1
str w8, [sp, #16]
str w8, [sp, #12]
b LBB0_5
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldr w9, [sp, #24]
ldr w8, [sp, #16]
mul w8, w8, w9
str w8, [sp, #16]
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_5
LBB0_7:
ldr w8, [sp, #16]
str w8, [sp, #28]
b LBB0_8
LBB0_8:
ldr w0, [sp, #28]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_iterative_power ## -- Begin function ft_iterative_power
.p2align 4, 0x90
_ft_iterative_power: ## @ft_iterative_power
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
movl %esi, -12(%rbp)
cmpl $0, -12(%rbp)
jge LBB0_2
## %bb.1:
movl $0, -4(%rbp)
jmp LBB0_8
LBB0_2:
cmpl $0, -12(%rbp)
jne LBB0_4
## %bb.3:
movl $1, -4(%rbp)
jmp LBB0_8
LBB0_4:
movl $1, -16(%rbp)
movl $1, -20(%rbp)
LBB0_5: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -12(%rbp), %eax
jg LBB0_7
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movl -8(%rbp), %eax
imull -16(%rbp), %eax
movl %eax, -16(%rbp)
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB0_5
LBB0_7:
movl -16(%rbp), %eax
movl %eax, -4(%rbp)
LBB0_8:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/67382.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function main
lCPI0_0:
.quad 0x3f9eb851eb851eb8 ; double 0.029999999999999999
lCPI0_1:
.quad 0x40b3240000000000 ; double 4900
lCPI0_2:
.quad 0x3fdccccccccccccd ; double 0.45000000000000001
lCPI0_3:
.quad 0x3fe3333333333333 ; double 0.59999999999999998
lCPI0_4:
.quad 0x4050000000000000 ; double 64
lCPI0_5:
.quad 0x4080000000000000 ; double 512
lCPI0_6:
.quad 0x4060000000000000 ; double 128
lCPI0_7:
.quad 0x40cf400000000000 ; double 16000
lCPI0_8:
.quad 0x3f1a36e2eb1c432d ; double 1.0E-4
lCPI0_9:
.quad 0x3fefced916872b02 ; double 0.99399999999999999
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #992
sub x8, x29, #88
str x8, [sp, #208] ; 8-byte Folded Spill
mov x8, x1
adrp x9, ___stderrp@GOTPAGE
ldr x9, [x9, ___stderrp@GOTPAGEOFF]
str x9, [sp, #200] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
mov w1, #0
str wzr, [sp, #348]
str w0, [sp, #344]
str x8, [sp, #336]
sub x0, x29, #88
mov x2, #64
bl _memset
ldr x8, [sp, #208] ; 8-byte Folded Reload
ldr w9, [sp, #344]
subs w9, w9, #1
str w9, [sp, #344]
subs w9, w9, #0
cset w9, ne
and w9, w9, #0x1
adrp x10, lCPI0_9@PAGE
ldr d1, [x10, lCPI0_9@PAGEOFF]
fmov d0, #1.00000000
ands w9, w9, #0x1
fcsel d0, d0, d1, ne
str d0, [x8, #48]
adrp x9, lCPI0_8@PAGE
ldr d0, [x9, lCPI0_8@PAGEOFF]
str d0, [x8, #56]
movi d0, #0000000000000000
str d0, [sp, #216] ; 8-byte Folded Spill
str d0, [sp, #304]
add x0, sp, #536
mov x1, #384
bl _bzero
ldr d0, [sp, #216] ; 8-byte Folded Reload
str d0, [sp, #288]
adrp x8, _t@PAGE
ldr x9, [x8, _t@PAGEOFF]
ldr x8, [x8, _t@PAGEOFF]
add x0, x9, #41
add x1, x8, #50
bl _fopen
mov x8, x0
str x8, [sp, #272]
subs x8, x0, #0
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_1
LBB0_1:
b LBB0_2
LBB0_2:
ldr x8, [sp, #200] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _t@PAGE
ldr x8, [x8, _t@PAGEOFF]
add x8, x8, #29
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
mov w8, #1
str w8, [sp, #348]
b LBB0_173
LBB0_3:
add x8, sp, #363
add x0, x8, #85
ldr x3, [sp, #272]
mov x1, #44
mov x2, #1
bl _fread
subs x8, x0, #0
cset w8, eq
mov w9, #1
str w9, [sp, #196] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4:
add x8, sp, #536
add x0, x8, #128
ldr x3, [sp, #272]
mov x1, #128
mov x2, #1
bl _fread
subs x8, x0, #0
cset w8, eq
mov w9, #1
str w9, [sp, #196] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldr x3, [sp, #272]
add x0, sp, #363
mov x1, #81
mov x2, #1
bl _fread
subs x8, x0, #0
cset w8, eq
str w8, [sp, #196] ; 4-byte Folded Spill
b LBB0_6
LBB0_6:
ldr w8, [sp, #196] ; 4-byte Folded Reload
and w8, w8, #0x1
str w8, [sp, #268]
str wzr, [sp, #264]
ldr x0, [sp, #272]
bl _fclose
ldr w8, [sp, #268]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
b LBB0_2
LBB0_8:
ldr w8, [sp, #344]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9:
adrp x8, ___stdoutp@GOTPAGE
ldr x8, [x8, ___stdoutp@GOTPAGEOFF]
ldr x8, [x8]
str x8, [sp, #184] ; 8-byte Folded Spill
b LBB0_11
LBB0_10:
adrp x8, ___stdinp@GOTPAGE
ldr x8, [x8, ___stdinp@GOTPAGEOFF]
ldr x8, [x8]
str x8, [sp, #184] ; 8-byte Folded Spill
b LBB0_11
LBB0_11:
ldr x0, [sp, #184] ; 8-byte Folded Reload
str x0, [sp, #272]
mov x1, #0
mov w2, #0
mov x3, #65536
bl _setvbuf
ldr w8, [sp, #344]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_28
b LBB0_12
LBB0_12:
ldr x8, [sp, #336]
add x9, x8, #8
str x9, [sp, #336]
ldr x0, [x8, #8]
bl _strlen
mov x8, #6400
mul x8, x8, x0
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
add x8, sp, #363
ldr w9, [sp, #260]
stur w9, [x8, #125]
ldr w9, [sp, #260]
add w9, w9, #36
str w9, [sp, #260]
ldr w9, [sp, #260]
stur w9, [x8, #89]
add x0, x8, #85
ldr x3, [sp, #272]
mov x1, #44
mov x2, #1
bl _fwrite
b LBB0_13
LBB0_13: ; =>This Loop Header: Depth=1
; Child Loop BB0_17 Depth 2
ldr x8, [sp, #336]
ldr x8, [x8]
ldrb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_27
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_13 Depth=1
ldr x10, [sp, #336]
ldr x8, [x10]
add x9, x8, #1
str x9, [x10]
ldrsb w1, [x8]
add x0, sp, #363
bl _strchr
str x0, [sp, #240]
add x0, sp, #536
mov w1, #0
mov x2, #128
bl _memset
ldr x8, [sp, #240]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_16
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_13 Depth=1
ldr x8, [sp, #240]
add x9, sp, #363
subs x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #264]
ldr w8, [sp, #264]
mov w11, #4
udiv w9, w8, w11
mul w9, w9, w11
subs w8, w8, w9
lsl w9, w8, #1
add x8, sp, #536
add x9, x8, w9, uxtw #3
str x9, [sp, #232]
ldr x9, [sp, #232]
ldr d0, [x9, #128]
ldr x9, [sp, #232]
str d0, [x9]
add x8, x8, #64
ldr w9, [sp, #264]
udiv w9, w9, w11
udiv w10, w9, w11
mul w10, w10, w11
subs w9, w9, w10
lsl w9, w9, #1
add x8, x8, w9, uxtw #3
str x8, [sp, #232]
ldr x8, [sp, #232]
ldr d0, [x8, #128]
ldr x8, [sp, #232]
str d0, [x8]
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_13 Depth=1
mov w8, #3200
str w8, [sp, #264]
b LBB0_17
LBB0_17: ; Parent Loop BB0_13 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_26
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_17 Depth=2
ldr x9, [sp, #208] ; 8-byte Folded Reload
movi d0, #0000000000000000
str d0, [sp, #280]
mov w8, #2
str w8, [sp, #260]
ldr d1, [x9, #48]
fmov d0, #1.00000000
str d0, [sp, #176] ; 8-byte Folded Spill
fsub d1, d0, d1
ldr d2, [x9, #16]
ldr w8, [sp, #260]
mov x11, x8
add x8, sp, #536
str x8, [sp, #152] ; 8-byte Folded Spill
mov x10, x8
add x10, x10, x11, lsl #3
ldr d4, [x10, #136]
fmov d3, #2.00000000
str d3, [sp, #160] ; 8-byte Folded Spill
fmul d4, d3, d4
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d5, [x8, x10, lsl #3]
fmul d4, d4, d5
fmadd d4, d1, d2, d4
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d1, [x10, #8]
ldr d2, [x9, #48]
fmsub d1, d1, d2, d4
str d1, [sp, #296]
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d1, [x8, x10, lsl #3]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
str d1, [x10, #8]
ldr d1, [sp, #296]
ldr d2, [x9, #48]
fmul d1, d1, d2
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
str d1, [x8, x10, lsl #3]
ldr d1, [sp, #296]
ldr d2, [sp, #288]
fmul d2, d1, d2
ldr d4, [sp, #280]
adrp x10, lCPI0_1@PAGE
ldr d1, [x10, lCPI0_1@PAGEOFF]
str d1, [sp, #168] ; 8-byte Folded Spill
fmadd d2, d2, d1, d4
str d2, [sp, #280]
mov w10, #10
str w10, [sp, #260]
ldr d2, [x9, #48]
fsub d2, d0, d2
ldr d4, [x9, #16]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d5, [x10, #136]
fmul d5, d3, d5
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d6, [x8, x10, lsl #3]
fmul d5, d5, d6
fmadd d5, d2, d4, d5
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d2, [x10, #8]
ldr d4, [x9, #48]
fmsub d2, d2, d4, d5
str d2, [sp, #296]
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d2, [x8, x10, lsl #3]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
str d2, [x10, #8]
ldr d2, [sp, #296]
ldr d4, [x9, #48]
fmul d2, d2, d4
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
str d2, [x8, x10, lsl #3]
ldr d2, [sp, #296]
ldr d4, [sp, #288]
fmul d2, d2, d4
ldr d4, [sp, #280]
fmadd d2, d2, d1, d4
str d2, [sp, #280]
mov w10, #6
str w10, [sp, #260]
ldr d2, [x9, #48]
fsub d2, d0, d2
ldr d4, [x9, #16]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d5, [x10, #136]
fmul d5, d3, d5
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d6, [x8, x10, lsl #3]
fmul d5, d5, d6
fmadd d5, d2, d4, d5
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d2, [x10, #8]
ldr d4, [x9, #48]
fmsub d2, d2, d4, d5
str d2, [sp, #296]
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d2, [x8, x10, lsl #3]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
str d2, [x10, #8]
ldr d2, [sp, #296]
ldr d4, [x9, #48]
fmul d2, d2, d4
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
str d2, [x8, x10, lsl #3]
ldr d2, [sp, #296]
ldr d4, [sp, #288]
fmul d2, d2, d4
ldr d4, [sp, #280]
fmadd d2, d2, d1, d4
str d2, [sp, #280]
mov w10, #12
str w10, [sp, #260]
ldr d2, [x9, #48]
fsub d2, d0, d2
ldr d4, [x9, #16]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d5, [x10, #136]
fmul d5, d3, d5
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d6, [x8, x10, lsl #3]
fmul d5, d5, d6
fmadd d5, d2, d4, d5
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d2, [x10, #8]
ldr d4, [x9, #48]
fmsub d2, d2, d4, d5
str d2, [sp, #296]
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d2, [x8, x10, lsl #3]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
str d2, [x10, #8]
ldr d2, [sp, #296]
ldr d4, [x9, #48]
fmul d2, d2, d4
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
str d2, [x8, x10, lsl #3]
ldr d2, [sp, #296]
ldr d4, [sp, #288]
fmul d2, d2, d4
ldr d4, [sp, #280]
fmadd d2, d2, d1, d4
str d2, [sp, #280]
mov w10, #4
str w10, [sp, #260]
ldr d2, [x9, #48]
fsub d2, d0, d2
ldr d4, [x9, #16]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d5, [x10, #136]
fmul d5, d3, d5
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d6, [x8, x10, lsl #3]
fmul d5, d5, d6
fmadd d5, d2, d4, d5
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d2, [x10, #8]
ldr d4, [x9, #48]
fmsub d2, d2, d4, d5
str d2, [sp, #296]
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d2, [x8, x10, lsl #3]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
str d2, [x10, #8]
ldr d2, [sp, #296]
ldr d4, [x9, #48]
fmul d2, d2, d4
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
str d2, [x8, x10, lsl #3]
ldr d2, [sp, #296]
ldr d4, [sp, #288]
fmul d2, d2, d4
ldr d4, [sp, #280]
fmadd d2, d2, d1, d4
str d2, [sp, #280]
mov w10, #8
str w10, [sp, #260]
ldr d2, [x9, #48]
fsub d2, d0, d2
ldr d4, [x9, #16]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d5, [x10, #136]
fmul d5, d3, d5
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d6, [x8, x10, lsl #3]
fmul d5, d5, d6
fmadd d5, d2, d4, d5
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d2, [x10, #8]
ldr d4, [x9, #48]
fmsub d2, d2, d4, d5
str d2, [sp, #296]
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d2, [x8, x10, lsl #3]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
str d2, [x10, #8]
ldr d2, [sp, #296]
ldr d4, [x9, #48]
fmul d2, d2, d4
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
str d2, [x8, x10, lsl #3]
ldr d2, [sp, #296]
ldr d4, [sp, #288]
fmul d2, d2, d4
ldr d4, [sp, #280]
fmadd d2, d2, d1, d4
str d2, [sp, #280]
mov w10, #14
str w10, [sp, #260]
ldr d2, [x9, #48]
fsub d2, d0, d2
ldr d4, [x9, #16]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d5, [x10, #136]
fmul d5, d3, d5
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d6, [x8, x10, lsl #3]
fmul d5, d5, d6
fmadd d5, d2, d4, d5
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d2, [x10, #8]
ldr d4, [x9, #48]
fmsub d2, d2, d4, d5
str d2, [sp, #296]
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d2, [x8, x10, lsl #3]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
str d2, [x10, #8]
ldr d2, [sp, #296]
ldr d4, [x9, #48]
fmul d2, d2, d4
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
str d2, [x8, x10, lsl #3]
ldr d2, [sp, #296]
ldr d4, [sp, #288]
fmul d2, d2, d4
ldr d4, [sp, #280]
fmadd d2, d2, d1, d4
str d2, [sp, #280]
str wzr, [sp, #260]
ldr d2, [x9, #48]
fsub d0, d0, d2
ldr d2, [x9, #16]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d4, [x10, #136]
fmul d3, d3, d4
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d4, [x8, x10, lsl #3]
fmul d3, d3, d4
fmadd d3, d0, d2, d3
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
ldr d0, [x10, #8]
ldr d2, [x9, #48]
fmsub d0, d0, d2, d3
str d0, [sp, #296]
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
ldr d0, [x8, x10, lsl #3]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x8
add x10, x10, x11, lsl #3
str d0, [x10, #8]
ldr d0, [sp, #296]
ldr d2, [x9, #48]
fmul d0, d0, d2
ldr w9, [sp, #260]
; kill: def $x9 killed $w9
str d0, [x8, x9, lsl #3]
ldr d0, [sp, #296]
ldr d2, [sp, #288]
fmul d0, d0, d2
ldr d2, [sp, #280]
fmadd d0, d0, d1, d2
str d0, [sp, #280]
ldr d0, [sp, #280]
fcvtzs w8, d0
add x0, sp, #250
strh w8, [sp, #250]
ldr x3, [sp, #272]
mov x1, #2
mov x2, #1
bl _fwrite
ldr d1, [sp, #176] ; 8-byte Folded Reload
ldr w8, [sp, #264]
subs w8, w8, #1300
cset w8, hi
and w9, w8, #0x1
mov w8, #-1
ands w9, w9, #0x1
csinc w8, w8, wzr, eq
scvtf d0, w8
ldr d3, [sp, #288]
adrp x8, lCPI0_0@PAGE
ldr d2, [x8, lCPI0_0@PAGEOFF]
fmadd d0, d0, d2, d3
str d0, [sp, #288]
ldr d0, [sp, #288]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_20
b LBB0_19
LBB0_19: ; in Loop: Header=BB0_17 Depth=2
fmov d0, #1.00000000
str d0, [sp, #144] ; 8-byte Folded Spill
b LBB0_24
LBB0_20: ; in Loop: Header=BB0_17 Depth=2
ldr d0, [sp, #288]
fcmp d0, #0.0
cset w8, le
tbnz w8, #0, LBB0_22
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_17 Depth=2
ldr d0, [sp, #288]
str d0, [sp, #136] ; 8-byte Folded Spill
b LBB0_23
LBB0_22: ; in Loop: Header=BB0_17 Depth=2
movi d0, #0000000000000000
str d0, [sp, #136] ; 8-byte Folded Spill
b LBB0_23
LBB0_23: ; in Loop: Header=BB0_17 Depth=2
ldr d0, [sp, #136] ; 8-byte Folded Reload
str d0, [sp, #144] ; 8-byte Folded Spill
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_17 Depth=2
ldr d0, [sp, #144] ; 8-byte Folded Reload
str d0, [sp, #288]
b LBB0_25
LBB0_25: ; in Loop: Header=BB0_17 Depth=2
ldr w8, [sp, #264]
subs w8, w8, #1
str w8, [sp, #264]
b LBB0_17
LBB0_26: ; in Loop: Header=BB0_13 Depth=1
b LBB0_13
LBB0_27:
b LBB0_172
LBB0_28:
add x8, sp, #363
add x0, x8, #129
ldr x3, [sp, #272]
mov x1, #44
mov x2, #1
bl _fread
subs x8, x0, #0
cset w8, ne
tbnz w8, #0, LBB0_31
b LBB0_29
LBB0_29:
b LBB0_30
LBB0_30:
ldr x8, [sp, #200] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _t@PAGE
ldr x8, [x8, _t@PAGEOFF]
add x8, x8, #18
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
mov w8, #1
str w8, [sp, #348]
b LBB0_173
LBB0_31:
add x8, sp, #363
add x0, x8, #137
add x1, x8, #93
mov x2, #14
bl _memcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_34
b LBB0_32
LBB0_32:
b LBB0_33
LBB0_33:
ldr x8, [sp, #200] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _t@PAGE
ldr x8, [x8, _t@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
mov w8, #1
str w8, [sp, #348]
b LBB0_173
LBB0_34:
add x8, sp, #363
ldur w8, [x8, #153]
str w8, [sp, #256]
ldr s1, [sp, #256]
; implicit-def: $d0
fmov s0, s1
ucvtf d1, d0
adrp x8, lCPI0_7@PAGE
ldr d0, [x8, lCPI0_7@PAGEOFF]
fdiv d0, d0, d1
str d0, [sp, #320]
ldr d0, [sp, #320]
fcvtzu w8, d0
str w8, [sp, #256]
ldr s1, [sp, #256]
; implicit-def: $d0
fmov s0, s1
ucvtf d0, d0
ldr d1, [sp, #320]
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB0_36
b LBB0_35
LBB0_35:
ldr w8, [sp, #256]
add w8, w8, #1
str w8, [sp, #256]
b LBB0_36
LBB0_36:
ldr s1, [sp, #256]
; implicit-def: $d0
fmov s0, s1
ucvtf d1, d0
ldr d0, [sp, #320]
fdiv d0, d0, d1
str d0, [sp, #320]
add x8, sp, #363
add x9, x8, #163
ldrh w9, [x9]
strh w9, [sp, #252]
ldrh w9, [sp, #252]
mov w10, #8
sdiv w9, w9, w10
strh w9, [sp, #252]
add x8, x8, #161
ldrh w8, [x8]
strh w8, [sp, #254]
ldrh w8, [sp, #254]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_39
b LBB0_37
LBB0_37:
ldrh w8, [sp, #252]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_39
b LBB0_38
LBB0_38:
ldrh w8, [sp, #252]
subs w8, w8, #4
cset w8, le
tbnz w8, #0, LBB0_40
b LBB0_39
LBB0_39:
b LBB0_33
LBB0_40:
ldrh w9, [sp, #252]
ldrh w8, [sp, #254]
subs w8, w8, w9
strh w8, [sp, #254]
b LBB0_41
LBB0_41: ; =>This Loop Header: Depth=1
; Child Loop BB0_43 Depth 2
; Child Loop BB0_51 Depth 2
add x8, sp, #363
add x0, x8, #81
ldrh w8, [sp, #252]
mov x1, x8
ldr x3, [sp, #272]
mov x2, #1
bl _fread
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB0_135
b LBB0_42
LBB0_42: ; in Loop: Header=BB0_41 Depth=1
ldrh w8, [sp, #254]
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
b LBB0_43
LBB0_43: ; Parent Loop BB0_41 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #260]
subs w9, w8, #1
str w9, [sp, #260]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #132] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_45
b LBB0_44
LBB0_44: ; in Loop: Header=BB0_43 Depth=2
ldr x0, [sp, #272]
bl _getc
subs w8, w0, #0
cset w8, ge
str w8, [sp, #132] ; 4-byte Folded Spill
b LBB0_45
LBB0_45: ; in Loop: Header=BB0_43 Depth=2
ldr w8, [sp, #132] ; 4-byte Folded Reload
tbz w8, #0, LBB0_47
b LBB0_46
LBB0_46: ; in Loop: Header=BB0_43 Depth=2
b LBB0_43
LBB0_47: ; in Loop: Header=BB0_41 Depth=1
ldrh w8, [sp, #252]
subs w8, w8, #1
cset w8, le
tbnz w8, #0, LBB0_49
b LBB0_48
LBB0_48: ; in Loop: Header=BB0_41 Depth=1
ldrh w9, [sp, #252]
add x8, sp, #363
add x8, x8, w9, sxtw
add x8, x8, #79
ldrh w8, [x8]
strh w8, [sp, #250]
ldr h1, [sp, #250]
; implicit-def: $d0
fmov s0, s1
sshll.4s v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
adrp x8, lCPI0_5@PAGE
ldr d1, [x8, lCPI0_5@PAGEOFF]
fdiv d0, d0, d1
adrp x8, lCPI0_4@PAGE
ldr d1, [x8, lCPI0_4@PAGEOFF]
fdiv d0, d0, d1
str d0, [sp, #312]
b LBB0_50
LBB0_49: ; in Loop: Header=BB0_41 Depth=1
ldrb w8, [sp, #444]
scvtf d0, w8
adrp x8, lCPI0_6@PAGE
ldr d1, [x8, lCPI0_6@PAGEOFF]
fdiv d0, d0, d1
fmov d1, #1.00000000
fsub d0, d0, d1
str d0, [sp, #312]
b LBB0_50
LBB0_50: ; in Loop: Header=BB0_41 Depth=1
ldr w8, [sp, #256]
str w8, [sp, #268]
b LBB0_51
LBB0_51: ; Parent Loop BB0_41 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #268]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_134
b LBB0_52
LBB0_52: ; in Loop: Header=BB0_51 Depth=2
ldr d0, [sp, #288]
ldr d1, [sp, #312]
fsub d0, d0, d1
ldr s2, [sp, #268]
; implicit-def: $d1
fmov s1, s2
ucvtf d1, d1
fmul d0, d0, d1
ldr s2, [sp, #256]
; implicit-def: $d1
fmov s1, s2
ucvtf d1, d1
fdiv d0, d0, d1
ldr d1, [sp, #312]
fadd d0, d0, d1
str d0, [sp, #328]
ldr d1, [sp, #304]
movi d0, #0000000000000000
fsub d0, d0, d1
str d0, [sp, #296]
ldr d0, [sp, #296]
fcmp d0, #0.0
cset w8, pl
tbnz w8, #0, LBB0_54
b LBB0_53
LBB0_53: ; in Loop: Header=BB0_51 Depth=2
ldr d1, [sp, #296]
fmov d0, #1.00000000
fadd d0, d0, d1
str d0, [sp, #120] ; 8-byte Folded Spill
b LBB0_55
LBB0_54: ; in Loop: Header=BB0_51 Depth=2
ldr d1, [sp, #296]
fmov d0, #1.00000000
fsub d0, d0, d1
str d0, [sp, #120] ; 8-byte Folded Spill
b LBB0_55
LBB0_55: ; in Loop: Header=BB0_51 Depth=2
ldr d0, [sp, #120] ; 8-byte Folded Reload
str d0, [sp, #296]
ldr d0, [sp, #296]
fcmp d0, #0.0
cset w8, le
tbnz w8, #0, LBB0_57
b LBB0_56
LBB0_56: ; in Loop: Header=BB0_51 Depth=2
ldr d0, [sp, #296]
ldr d1, [sp, #320]
fmul d0, d0, d1
ldr d1, [sp, #328]
fmul d0, d0, d1
str d0, [sp, #112] ; 8-byte Folded Spill
b LBB0_58
LBB0_57: ; in Loop: Header=BB0_51 Depth=2
movi d0, #0000000000000000
str d0, [sp, #112] ; 8-byte Folded Spill
b LBB0_58
LBB0_58: ; in Loop: Header=BB0_51 Depth=2
ldr x8, [sp, #208] ; 8-byte Folded Reload
ldr d1, [sp, #112] ; 8-byte Folded Reload
ldr d0, [x8, #16]
fadd d0, d0, d1
str d0, [x8, #16]
ldr d1, [sp, #304]
fmov d0, #1.00000000
fsub d0, d0, d1
str d0, [sp, #296]
ldr d0, [sp, #296]
fcmp d0, #0.0
cset w8, pl
tbnz w8, #0, LBB0_60
b LBB0_59
LBB0_59: ; in Loop: Header=BB0_51 Depth=2
ldr d1, [sp, #296]
fmov d0, #1.00000000
fadd d0, d0, d1
str d0, [sp, #104] ; 8-byte Folded Spill
b LBB0_61
LBB0_60: ; in Loop: Header=BB0_51 Depth=2
ldr d1, [sp, #296]
fmov d0, #1.00000000
fsub d0, d0, d1
str d0, [sp, #104] ; 8-byte Folded Spill
b LBB0_61
LBB0_61: ; in Loop: Header=BB0_51 Depth=2
ldr d0, [sp, #104] ; 8-byte Folded Reload
str d0, [sp, #296]
ldr d0, [sp, #296]
fcmp d0, #0.0
cset w8, le
tbnz w8, #0, LBB0_63
b LBB0_62
LBB0_62: ; in Loop: Header=BB0_51 Depth=2
ldr d0, [sp, #296]
ldr d1, [sp, #320]
fmul d0, d0, d1
ldr d1, [sp, #328]
fmul d0, d0, d1
str d0, [sp, #96] ; 8-byte Folded Spill
b LBB0_64
LBB0_63: ; in Loop: Header=BB0_51 Depth=2
movi d0, #0000000000000000
str d0, [sp, #96] ; 8-byte Folded Spill
b LBB0_64
LBB0_64: ; in Loop: Header=BB0_51 Depth=2
ldr x8, [sp, #208] ; 8-byte Folded Reload
ldr d1, [sp, #96] ; 8-byte Folded Reload
ldr d0, [x8, #24]
fadd d0, d0, d1
str d0, [x8, #24]
ldr d1, [sp, #304]
fmov d0, #2.00000000
fsub d0, d0, d1
str d0, [sp, #296]
ldr d0, [sp, #296]
fcmp d0, #0.0
cset w8, pl
tbnz w8, #0, LBB0_66
b LBB0_65
LBB0_65: ; in Loop: Header=BB0_51 Depth=2
ldr d1, [sp, #296]
fmov d0, #1.00000000
fadd d0, d0, d1
str d0, [sp, #88] ; 8-byte Folded Spill
b LBB0_67
LBB0_66: ; in Loop: Header=BB0_51 Depth=2
ldr d1, [sp, #296]
fmov d0, #1.00000000
fsub d0, d0, d1
str d0, [sp, #88] ; 8-byte Folded Spill
b LBB0_67
LBB0_67: ; in Loop: Header=BB0_51 Depth=2
ldr d0, [sp, #88] ; 8-byte Folded Reload
str d0, [sp, #296]
ldr d0, [sp, #296]
fcmp d0, #0.0
cset w8, le
tbnz w8, #0, LBB0_69
b LBB0_68
LBB0_68: ; in Loop: Header=BB0_51 Depth=2
ldr d0, [sp, #296]
ldr d1, [sp, #320]
fmul d0, d0, d1
ldr d1, [sp, #328]
fmul d0, d0, d1
str d0, [sp, #80] ; 8-byte Folded Spill
b LBB0_70
LBB0_69: ; in Loop: Header=BB0_51 Depth=2
movi d0, #0000000000000000
str d0, [sp, #80] ; 8-byte Folded Spill
b LBB0_70
LBB0_70: ; in Loop: Header=BB0_51 Depth=2
ldr x8, [sp, #208] ; 8-byte Folded Reload
ldr d1, [sp, #80] ; 8-byte Folded Reload
ldr d0, [x8, #32]
fadd d0, d0, d1
str d0, [x8, #32]
ldr d1, [sp, #320]
ldr d0, [sp, #304]
fadd d0, d0, d1
str d0, [sp, #304]
ldr d0, [sp, #304]
fmov d1, #1.00000000
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_132
b LBB0_71
LBB0_71: ; in Loop: Header=BB0_51 Depth=2
ldr x10, [sp, #208] ; 8-byte Folded Reload
sub x8, x29, #88
str xzr, [x10]
str xzr, [x10, #8]
str xzr, [sp, #352]
movi d0, #0000000000000000
str d0, [sp, #280]
mov w9, #2
str w9, [sp, #260]
ldr d1, [x10, #48]
fmov d0, #1.00000000
fsub d0, d0, d1
ldr d1, [x10, #16]
ldr w9, [sp, #260]
mov x12, x9
add x9, sp, #536
str x9, [sp, #72] ; 8-byte Folded Spill
mov x11, x9
add x11, x11, x12, lsl #3
ldr d3, [x11, #136]
fmov d2, #2.00000000
fmul d2, d2, d3
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d3, [x9, x11, lsl #3]
fmul d2, d2, d3
fmadd d2, d0, d1, d2
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d0, [x11, #8]
ldr d1, [x10, #48]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
str d0, [x11, #8]
ldr d0, [sp, #296]
ldr d1, [x10, #48]
fmul d0, d0, d1
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
str d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d2, [x9, x11, lsl #3]
ldr d0, [x10, #48]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #136]
fmul d0, d0, d1
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #8]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr d0, [x10, #48]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #3
ldr d1, [x10, #8]
fmul d0, d0, d1
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #3
ldr d1, [x9, #128]
fmul d0, d0, d1
str d0, [sp, #328]
ldr d0, [sp, #296]
ldr d1, [sp, #296]
ldr d2, [sp, #328]
ldr d3, [sp, #328]
fmul d2, d2, d3
fmadd d0, d0, d1, d2
str d0, [sp, #328]
ldr d1, [sp, #328]
ldr d0, [sp, #280]
fadd d0, d0, d1
str d0, [sp, #280]
ldr d0, [sp, #328]
ldr w9, [sp, #260]
mov w10, #8
udiv w9, w9, w10
ldr d1, [x8, w9, uxtw #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_73
b LBB0_72
LBB0_72: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov w9, #2
udiv w8, w8, w9
ldr w10, [sp, #260]
mov w9, #8
udiv w11, w10, w9
add x10, sp, #352
str w8, [x10, w11, uxtw #2]
ldr d0, [sp, #328]
ldr w8, [sp, #260]
udiv w9, w8, w9
sub x8, x29, #88
str d0, [x8, w9, uxtw #3]
b LBB0_73
LBB0_73: ; in Loop: Header=BB0_51 Depth=2
ldr x10, [sp, #208] ; 8-byte Folded Reload
mov w8, #10
str w8, [sp, #260]
sub x8, x29, #88
ldr d1, [x10, #48]
fmov d0, #1.00000000
fsub d0, d0, d1
ldr d1, [x10, #16]
ldr w9, [sp, #260]
mov x12, x9
add x9, sp, #536
str x9, [sp, #64] ; 8-byte Folded Spill
mov x11, x9
add x11, x11, x12, lsl #3
ldr d3, [x11, #136]
fmov d2, #2.00000000
fmul d2, d2, d3
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d3, [x9, x11, lsl #3]
fmul d2, d2, d3
fmadd d2, d0, d1, d2
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d0, [x11, #8]
ldr d1, [x10, #48]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
str d0, [x11, #8]
ldr d0, [sp, #296]
ldr d1, [x10, #48]
fmul d0, d0, d1
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
str d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d2, [x9, x11, lsl #3]
ldr d0, [x10, #48]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #136]
fmul d0, d0, d1
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #8]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr d0, [x10, #48]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #3
ldr d1, [x10, #8]
fmul d0, d0, d1
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #3
ldr d1, [x9, #128]
fmul d0, d0, d1
str d0, [sp, #328]
ldr d0, [sp, #296]
ldr d1, [sp, #296]
ldr d2, [sp, #328]
ldr d3, [sp, #328]
fmul d2, d2, d3
fmadd d0, d0, d1, d2
str d0, [sp, #328]
ldr d1, [sp, #328]
ldr d0, [sp, #280]
fadd d0, d0, d1
str d0, [sp, #280]
ldr d0, [sp, #328]
ldr w9, [sp, #260]
mov w10, #8
udiv w9, w9, w10
ldr d1, [x8, w9, uxtw #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_75
b LBB0_74
LBB0_74: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov w9, #2
udiv w8, w8, w9
ldr w10, [sp, #260]
mov w9, #8
udiv w11, w10, w9
add x10, sp, #352
str w8, [x10, w11, uxtw #2]
ldr d0, [sp, #328]
ldr w8, [sp, #260]
udiv w9, w8, w9
sub x8, x29, #88
str d0, [x8, w9, uxtw #3]
b LBB0_75
LBB0_75: ; in Loop: Header=BB0_51 Depth=2
ldr x10, [sp, #208] ; 8-byte Folded Reload
mov w8, #6
str w8, [sp, #260]
sub x8, x29, #88
ldr d1, [x10, #48]
fmov d0, #1.00000000
fsub d0, d0, d1
ldr d1, [x10, #16]
ldr w9, [sp, #260]
mov x12, x9
add x9, sp, #536
str x9, [sp, #56] ; 8-byte Folded Spill
mov x11, x9
add x11, x11, x12, lsl #3
ldr d3, [x11, #136]
fmov d2, #2.00000000
fmul d2, d2, d3
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d3, [x9, x11, lsl #3]
fmul d2, d2, d3
fmadd d2, d0, d1, d2
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d0, [x11, #8]
ldr d1, [x10, #48]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
str d0, [x11, #8]
ldr d0, [sp, #296]
ldr d1, [x10, #48]
fmul d0, d0, d1
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
str d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d2, [x9, x11, lsl #3]
ldr d0, [x10, #48]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #136]
fmul d0, d0, d1
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #8]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr d0, [x10, #48]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #3
ldr d1, [x10, #8]
fmul d0, d0, d1
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #3
ldr d1, [x9, #128]
fmul d0, d0, d1
str d0, [sp, #328]
ldr d0, [sp, #296]
ldr d1, [sp, #296]
ldr d2, [sp, #328]
ldr d3, [sp, #328]
fmul d2, d2, d3
fmadd d0, d0, d1, d2
str d0, [sp, #328]
ldr d1, [sp, #328]
ldr d0, [sp, #280]
fadd d0, d0, d1
str d0, [sp, #280]
ldr d0, [sp, #328]
ldr w9, [sp, #260]
mov w10, #8
udiv w9, w9, w10
ldr d1, [x8, w9, uxtw #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_77
b LBB0_76
LBB0_76: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov w9, #2
udiv w8, w8, w9
ldr w10, [sp, #260]
mov w9, #8
udiv w11, w10, w9
add x10, sp, #352
str w8, [x10, w11, uxtw #2]
ldr d0, [sp, #328]
ldr w8, [sp, #260]
udiv w9, w8, w9
sub x8, x29, #88
str d0, [x8, w9, uxtw #3]
b LBB0_77
LBB0_77: ; in Loop: Header=BB0_51 Depth=2
ldr x10, [sp, #208] ; 8-byte Folded Reload
mov w8, #12
str w8, [sp, #260]
sub x8, x29, #88
ldr d1, [x10, #48]
fmov d0, #1.00000000
fsub d0, d0, d1
ldr d1, [x10, #16]
ldr w9, [sp, #260]
mov x12, x9
add x9, sp, #536
str x9, [sp, #48] ; 8-byte Folded Spill
mov x11, x9
add x11, x11, x12, lsl #3
ldr d3, [x11, #136]
fmov d2, #2.00000000
fmul d2, d2, d3
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d3, [x9, x11, lsl #3]
fmul d2, d2, d3
fmadd d2, d0, d1, d2
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d0, [x11, #8]
ldr d1, [x10, #48]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
str d0, [x11, #8]
ldr d0, [sp, #296]
ldr d1, [x10, #48]
fmul d0, d0, d1
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
str d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d2, [x9, x11, lsl #3]
ldr d0, [x10, #48]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #136]
fmul d0, d0, d1
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #8]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr d0, [x10, #48]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #3
ldr d1, [x10, #8]
fmul d0, d0, d1
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #3
ldr d1, [x9, #128]
fmul d0, d0, d1
str d0, [sp, #328]
ldr d0, [sp, #296]
ldr d1, [sp, #296]
ldr d2, [sp, #328]
ldr d3, [sp, #328]
fmul d2, d2, d3
fmadd d0, d0, d1, d2
str d0, [sp, #328]
ldr d1, [sp, #328]
ldr d0, [sp, #280]
fadd d0, d0, d1
str d0, [sp, #280]
ldr d0, [sp, #328]
ldr w9, [sp, #260]
mov w10, #8
udiv w9, w9, w10
ldr d1, [x8, w9, uxtw #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_79
b LBB0_78
LBB0_78: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov w9, #2
udiv w8, w8, w9
ldr w10, [sp, #260]
mov w9, #8
udiv w11, w10, w9
add x10, sp, #352
str w8, [x10, w11, uxtw #2]
ldr d0, [sp, #328]
ldr w8, [sp, #260]
udiv w9, w8, w9
sub x8, x29, #88
str d0, [x8, w9, uxtw #3]
b LBB0_79
LBB0_79: ; in Loop: Header=BB0_51 Depth=2
ldr x10, [sp, #208] ; 8-byte Folded Reload
mov w8, #4
str w8, [sp, #260]
sub x8, x29, #88
ldr d1, [x10, #48]
fmov d0, #1.00000000
fsub d0, d0, d1
ldr d1, [x10, #16]
ldr w9, [sp, #260]
mov x12, x9
add x9, sp, #536
str x9, [sp, #40] ; 8-byte Folded Spill
mov x11, x9
add x11, x11, x12, lsl #3
ldr d3, [x11, #136]
fmov d2, #2.00000000
fmul d2, d2, d3
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d3, [x9, x11, lsl #3]
fmul d2, d2, d3
fmadd d2, d0, d1, d2
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d0, [x11, #8]
ldr d1, [x10, #48]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
str d0, [x11, #8]
ldr d0, [sp, #296]
ldr d1, [x10, #48]
fmul d0, d0, d1
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
str d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d2, [x9, x11, lsl #3]
ldr d0, [x10, #48]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #136]
fmul d0, d0, d1
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #8]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr d0, [x10, #48]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #3
ldr d1, [x10, #8]
fmul d0, d0, d1
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #3
ldr d1, [x9, #128]
fmul d0, d0, d1
str d0, [sp, #328]
ldr d0, [sp, #296]
ldr d1, [sp, #296]
ldr d2, [sp, #328]
ldr d3, [sp, #328]
fmul d2, d2, d3
fmadd d0, d0, d1, d2
str d0, [sp, #328]
ldr d1, [sp, #328]
ldr d0, [sp, #280]
fadd d0, d0, d1
str d0, [sp, #280]
ldr d0, [sp, #328]
ldr w9, [sp, #260]
mov w10, #8
udiv w9, w9, w10
ldr d1, [x8, w9, uxtw #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_81
b LBB0_80
LBB0_80: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov w9, #2
udiv w8, w8, w9
ldr w10, [sp, #260]
mov w9, #8
udiv w11, w10, w9
add x10, sp, #352
str w8, [x10, w11, uxtw #2]
ldr d0, [sp, #328]
ldr w8, [sp, #260]
udiv w9, w8, w9
sub x8, x29, #88
str d0, [x8, w9, uxtw #3]
b LBB0_81
LBB0_81: ; in Loop: Header=BB0_51 Depth=2
ldr x11, [sp, #208] ; 8-byte Folded Reload
mov w10, #8
str w10, [sp, #260]
sub x8, x29, #88
ldr d1, [x11, #48]
fmov d0, #1.00000000
fsub d0, d0, d1
ldr d1, [x11, #16]
ldr w9, [sp, #260]
mov x13, x9
add x9, sp, #536
str x9, [sp, #32] ; 8-byte Folded Spill
mov x12, x9
add x12, x12, x13, lsl #3
ldr d3, [x12, #136]
fmov d2, #2.00000000
fmul d2, d2, d3
ldr w12, [sp, #260]
; kill: def $x12 killed $w12
ldr d3, [x9, x12, lsl #3]
fmul d2, d2, d3
fmadd d2, d0, d1, d2
ldr w12, [sp, #260]
mov x13, x12
mov x12, x9
add x12, x12, x13, lsl #3
ldr d0, [x12, #8]
ldr d1, [x11, #48]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr w12, [sp, #260]
; kill: def $x12 killed $w12
ldr d0, [x9, x12, lsl #3]
ldr w12, [sp, #260]
mov x13, x12
mov x12, x9
add x12, x12, x13, lsl #3
str d0, [x12, #8]
ldr d0, [sp, #296]
ldr d1, [x11, #48]
fmul d0, d0, d1
ldr w12, [sp, #260]
; kill: def $x12 killed $w12
str d0, [x9, x12, lsl #3]
ldr w12, [sp, #260]
; kill: def $x12 killed $w12
ldr d2, [x9, x12, lsl #3]
ldr d0, [x11, #48]
ldr w12, [sp, #260]
mov x13, x12
mov x12, x9
add x12, x12, x13, lsl #3
ldr d1, [x12, #136]
fmul d0, d0, d1
ldr w12, [sp, #260]
mov x13, x12
mov x12, x9
add x12, x12, x13, lsl #3
ldr d1, [x12, #8]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr d0, [x11, #48]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #8]
fmul d0, d0, d1
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
add x9, x9, x11, lsl #3
ldr d1, [x9, #128]
fmul d0, d0, d1
str d0, [sp, #328]
ldr d0, [sp, #296]
ldr d1, [sp, #296]
ldr d2, [sp, #328]
ldr d3, [sp, #328]
fmul d2, d2, d3
fmadd d0, d0, d1, d2
str d0, [sp, #328]
ldr d1, [sp, #328]
ldr d0, [sp, #280]
fadd d0, d0, d1
str d0, [sp, #280]
ldr d0, [sp, #328]
ldr w9, [sp, #260]
udiv w9, w9, w10
ldr d1, [x8, w9, uxtw #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_83
b LBB0_82
LBB0_82: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov w9, #2
udiv w8, w8, w9
ldr w10, [sp, #260]
mov w9, #8
udiv w11, w10, w9
add x10, sp, #352
str w8, [x10, w11, uxtw #2]
ldr d0, [sp, #328]
ldr w8, [sp, #260]
udiv w9, w8, w9
sub x8, x29, #88
str d0, [x8, w9, uxtw #3]
b LBB0_83
LBB0_83: ; in Loop: Header=BB0_51 Depth=2
ldr x10, [sp, #208] ; 8-byte Folded Reload
mov w8, #14
str w8, [sp, #260]
sub x8, x29, #88
ldr d1, [x10, #48]
fmov d0, #1.00000000
fsub d0, d0, d1
ldr d1, [x10, #16]
ldr w9, [sp, #260]
mov x12, x9
add x9, sp, #536
str x9, [sp, #24] ; 8-byte Folded Spill
mov x11, x9
add x11, x11, x12, lsl #3
ldr d3, [x11, #136]
fmov d2, #2.00000000
fmul d2, d2, d3
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d3, [x9, x11, lsl #3]
fmul d2, d2, d3
fmadd d2, d0, d1, d2
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d0, [x11, #8]
ldr d1, [x10, #48]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
str d0, [x11, #8]
ldr d0, [sp, #296]
ldr d1, [x10, #48]
fmul d0, d0, d1
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
str d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d2, [x9, x11, lsl #3]
ldr d0, [x10, #48]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #136]
fmul d0, d0, d1
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #8]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr d0, [x10, #48]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #3
ldr d1, [x10, #8]
fmul d0, d0, d1
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #3
ldr d1, [x9, #128]
fmul d0, d0, d1
str d0, [sp, #328]
ldr d0, [sp, #296]
ldr d1, [sp, #296]
ldr d2, [sp, #328]
ldr d3, [sp, #328]
fmul d2, d2, d3
fmadd d0, d0, d1, d2
str d0, [sp, #328]
ldr d1, [sp, #328]
ldr d0, [sp, #280]
fadd d0, d0, d1
str d0, [sp, #280]
ldr d0, [sp, #328]
ldr w9, [sp, #260]
mov w10, #8
udiv w9, w9, w10
ldr d1, [x8, w9, uxtw #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_85
b LBB0_84
LBB0_84: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov w9, #2
udiv w8, w8, w9
ldr w10, [sp, #260]
mov w9, #8
udiv w11, w10, w9
add x10, sp, #352
str w8, [x10, w11, uxtw #2]
ldr d0, [sp, #328]
ldr w8, [sp, #260]
udiv w9, w8, w9
sub x8, x29, #88
str d0, [x8, w9, uxtw #3]
b LBB0_85
LBB0_85: ; in Loop: Header=BB0_51 Depth=2
ldr x10, [sp, #208] ; 8-byte Folded Reload
str wzr, [sp, #260]
sub x8, x29, #88
ldr d1, [x10, #48]
fmov d0, #1.00000000
fsub d0, d0, d1
ldr d1, [x10, #16]
ldr w9, [sp, #260]
mov x12, x9
add x9, sp, #536
str x9, [sp, #16] ; 8-byte Folded Spill
mov x11, x9
add x11, x11, x12, lsl #3
ldr d3, [x11, #136]
fmov d2, #2.00000000
fmul d2, d2, d3
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d3, [x9, x11, lsl #3]
fmul d2, d2, d3
fmadd d2, d0, d1, d2
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d0, [x11, #8]
ldr d1, [x10, #48]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
str d0, [x11, #8]
ldr d0, [sp, #296]
ldr d1, [x10, #48]
fmul d0, d0, d1
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
str d0, [x9, x11, lsl #3]
ldr w11, [sp, #260]
; kill: def $x11 killed $w11
ldr d2, [x9, x11, lsl #3]
ldr d0, [x10, #48]
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #136]
fmul d0, d0, d1
ldr w11, [sp, #260]
mov x12, x11
mov x11, x9
add x11, x11, x12, lsl #3
ldr d1, [x11, #8]
fmsub d0, d0, d1, d2
str d0, [sp, #296]
ldr d0, [x10, #48]
ldr w10, [sp, #260]
mov x11, x10
mov x10, x9
add x10, x10, x11, lsl #3
ldr d1, [x10, #8]
fmul d0, d0, d1
ldr w10, [sp, #260]
; kill: def $x10 killed $w10
add x9, x9, x10, lsl #3
ldr d1, [x9, #128]
fmul d0, d0, d1
str d0, [sp, #328]
ldr d0, [sp, #296]
ldr d1, [sp, #296]
ldr d2, [sp, #328]
ldr d3, [sp, #328]
fmul d2, d2, d3
fmadd d0, d0, d1, d2
str d0, [sp, #328]
ldr d1, [sp, #328]
ldr d0, [sp, #280]
fadd d0, d0, d1
str d0, [sp, #280]
ldr d0, [sp, #328]
ldr w9, [sp, #260]
mov w10, #8
udiv w9, w9, w10
ldr d1, [x8, w9, uxtw #3]
fcmp d0, d1
cset w8, lt
tbnz w8, #0, LBB0_87
b LBB0_86
LBB0_86: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov w9, #2
udiv w8, w8, w9
ldr w10, [sp, #260]
mov w9, #8
udiv w11, w10, w9
add x10, sp, #352
str w8, [x10, w11, uxtw #2]
ldr d0, [sp, #328]
ldr w8, [sp, #260]
udiv w9, w8, w9
sub x8, x29, #88
str d0, [x8, w9, uxtw #3]
b LBB0_87
LBB0_87: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_89
b LBB0_88
LBB0_88: ; in Loop: Header=BB0_51 Depth=2
ldr x8, [sp, #208] ; 8-byte Folded Reload
ldr d0, [sp, #280]
ldr d1, [x8, #56]
adrp x8, lCPI0_2@PAGE
ldr d2, [x8, lCPI0_2@PAGEOFF]
fmul d1, d1, d2
fcmp d0, d1
cset w8, gt
and w8, w8, #0x1
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_90
LBB0_89: ; in Loop: Header=BB0_51 Depth=2
ldr x8, [sp, #208] ; 8-byte Folded Reload
ldr d0, [sp, #280]
ldr d1, [x8, #56]
adrp x8, lCPI0_3@PAGE
ldr d2, [x8, lCPI0_3@PAGEOFF]
fmul d1, d1, d2
fcmp d0, d1
cset w8, gt
and w8, w8, #0x1
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_90
LBB0_90: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #12] ; 4-byte Folded Reload
strh w8, [sp, #250]
ands w8, w8, #0xffff
cset w8, eq
tbnz w8, #0, LBB0_96
b LBB0_91
LBB0_91: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_93
b LBB0_92
LBB0_92: ; in Loop: Header=BB0_51 Depth=2
add x8, sp, #536
add x0, x8, #256
mov w1, #0
mov x2, #128
bl _memset
b LBB0_93
LBB0_93: ; in Loop: Header=BB0_51 Depth=2
ldr x8, [sp, #208] ; 8-byte Folded Reload
ldr d0, [sp, #280]
ldr d1, [x8, #56]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_95
b LBB0_94
LBB0_94: ; in Loop: Header=BB0_51 Depth=2
ldr x8, [sp, #208] ; 8-byte Folded Reload
ldr d0, [sp, #280]
str d0, [x8, #56]
b LBB0_95
LBB0_95: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #356]
lsl w8, w8, #2
add w8, w8, #16
ldr w9, [sp, #352]
add w9, w8, w9
add x8, sp, #536
add x8, x8, w9, uxtw #3
ldr d0, [x8]
fmov d1, #1.00000000
fadd d0, d0, d1
str d0, [x8]
b LBB0_131
LBB0_96: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_130
b LBB0_97
LBB0_97: ; in Loop: Header=BB0_51 Depth=2
fmov d0, #-1.00000000
str d0, [sp, #296]
strb wzr, [sp, #231]
movi d0, #0000000000000000
str d0, [sp, #280]
mov w8, #2
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_99
b LBB0_98
LBB0_98: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_99
LBB0_99: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_101
b LBB0_100
LBB0_100: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_101
LBB0_101: ; in Loop: Header=BB0_51 Depth=2
mov w8, #10
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_103
b LBB0_102
LBB0_102: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_103
LBB0_103: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_105
b LBB0_104
LBB0_104: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_105
LBB0_105: ; in Loop: Header=BB0_51 Depth=2
mov w8, #6
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_107
b LBB0_106
LBB0_106: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_107
LBB0_107: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_109
b LBB0_108
LBB0_108: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_109
LBB0_109: ; in Loop: Header=BB0_51 Depth=2
mov w8, #12
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_111
b LBB0_110
LBB0_110: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_111
LBB0_111: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_113
b LBB0_112
LBB0_112: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_113
LBB0_113: ; in Loop: Header=BB0_51 Depth=2
mov w8, #4
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_115
b LBB0_114
LBB0_114: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_115
LBB0_115: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_117
b LBB0_116
LBB0_116: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_117
LBB0_117: ; in Loop: Header=BB0_51 Depth=2
mov w8, #8
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_119
b LBB0_118
LBB0_118: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_119
LBB0_119: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_121
b LBB0_120
LBB0_120: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_121
LBB0_121: ; in Loop: Header=BB0_51 Depth=2
mov w8, #14
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_123
b LBB0_122
LBB0_122: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_123
LBB0_123: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_125
b LBB0_124
LBB0_124: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_125
LBB0_125: ; in Loop: Header=BB0_51 Depth=2
str wzr, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_127
b LBB0_126
LBB0_126: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_127
LBB0_127: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_129
b LBB0_128
LBB0_128: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #231]
b LBB0_129
LBB0_129: ; in Loop: Header=BB0_51 Depth=2
ldrsb w0, [sp, #231]
bl _putchar
b LBB0_130
LBB0_130: ; in Loop: Header=BB0_51 Depth=2
b LBB0_131
LBB0_131: ; in Loop: Header=BB0_51 Depth=2
ldr x9, [sp, #208] ; 8-byte Folded Reload
ldrsh w8, [sp, #250]
str w8, [sp, #264]
sub x8, x29, #88
ldur q0, [x8, #24]
ldr x8, [x9, #40]
str q0, [x9, #16]
str x8, [x9, #32]
ldr d0, [sp, #304]
fmov d1, #-1.00000000
fadd d0, d0, d1
str d0, [sp, #304]
b LBB0_132
LBB0_132: ; in Loop: Header=BB0_51 Depth=2
b LBB0_133
LBB0_133: ; in Loop: Header=BB0_51 Depth=2
ldr w8, [sp, #268]
subs w8, w8, #1
str w8, [sp, #268]
b LBB0_51
LBB0_134: ; in Loop: Header=BB0_41 Depth=1
ldr d0, [sp, #312]
str d0, [sp, #288]
b LBB0_41
LBB0_135:
ldr x0, [sp, #272]
bl _ferror
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_137
b LBB0_136
LBB0_136:
b LBB0_30
LBB0_137:
ldr w8, [sp, #264]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_171
b LBB0_138
LBB0_138:
fmov d0, #-1.00000000
str d0, [sp, #296]
strb wzr, [sp, #230]
movi d0, #0000000000000000
str d0, [sp, #280]
mov w8, #2
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_140
b LBB0_139
LBB0_139:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_140
LBB0_140:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_142
b LBB0_141
LBB0_141:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_142
LBB0_142:
mov w8, #10
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_144
b LBB0_143
LBB0_143:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_144
LBB0_144:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_146
b LBB0_145
LBB0_145:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_146
LBB0_146:
mov w8, #6
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_148
b LBB0_147
LBB0_147:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_148
LBB0_148:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_150
b LBB0_149
LBB0_149:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_150
LBB0_150:
mov w8, #12
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_152
b LBB0_151
LBB0_151:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_152
LBB0_152:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_154
b LBB0_153
LBB0_153:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_154
LBB0_154:
mov w8, #4
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_156
b LBB0_155
LBB0_155:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_156
LBB0_156:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_158
b LBB0_157
LBB0_157:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_158
LBB0_158:
mov w8, #8
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_160
b LBB0_159
LBB0_159:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_160
LBB0_160:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_162
b LBB0_161
LBB0_161:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_162
LBB0_162:
mov w8, #14
str w8, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_164
b LBB0_163
LBB0_163:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_164
LBB0_164:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_166
b LBB0_165
LBB0_165:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_166
LBB0_166:
str wzr, [sp, #260]
ldr w8, [sp, #260]
str w8, [sp, #260]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_168
b LBB0_167
LBB0_167:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #256]
str d0, [sp, #296]
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_168
LBB0_168:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
ldr d1, [sp, #296]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_170
b LBB0_169
LBB0_169:
ldr w8, [sp, #260]
mov x9, x8
add x8, sp, #536
add x8, x8, x9, lsl #3
ldr d0, [x8, #264]
str d0, [sp, #296]
ldr w8, [sp, #260]
add w8, w8, #1
mov x9, x8
add x8, sp, #363
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #230]
b LBB0_170
LBB0_170:
ldrsb w0, [sp, #230]
bl _putchar
b LBB0_171
LBB0_171:
adrp x8, l_.str.2@PAGE
add x8, x8, l_.str.2@PAGEOFF
add x0, x8, #10
bl _puts
b LBB0_172
LBB0_172:
str wzr, [sp, #348]
b LBB0_173
LBB0_173:
ldr w8, [sp, #348]
str w8, [sp, #8] ; 4-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_175
b LBB0_174
LBB0_174:
bl ___stack_chk_fail
LBB0_175:
ldr w0, [sp, #8] ; 4-byte Folded Reload
add sp, sp, #992
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
l_.str: ; @.str
.asciz "Dual-tone multi-frequency signaling(DTMF) is a telecommunication signalingsystem using the voice-frequency bandInvalid WAV input\000Read error\000Cannot read dtmf.bin\000rb\000"
.section __DATA,__data
.globl _t ; @t
.p2align 3
_t:
.quad l_.str+111
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "%s\n"
l_.str.2: ; @.str.2
.asciz "0123456789"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI0_0:
.quad 0x3f1a36e2eb1c432d ## double 1.0E-4
LCPI0_1:
.quad 0x3ff0000000000000 ## double 1
LCPI0_2:
.quad 0x3fefced916872b02 ## double 0.99399999999999999
LCPI0_3:
.quad 0x40cf400000000000 ## double 16000
LCPI0_4:
.quad 0xbff0000000000000 ## double -1
LCPI0_5:
.quad 0x4060000000000000 ## double 128
LCPI0_6:
.quad 0x4050000000000000 ## double 64
LCPI0_7:
.quad 0x4080000000000000 ## double 512
LCPI0_8:
.quad 0x4000000000000000 ## double 2
LCPI0_9:
.quad 0x3fe3333333333333 ## double 0.59999999999999998
LCPI0_10:
.quad 0x3fdccccccccccccd ## double 0.45000000000000001
LCPI0_11:
.quad 0x3f9eb851eb851eb8 ## double 0.029999999999999999
LCPI0_12:
.quad 0x40b3240000000000 ## double 4900
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $912, %rsp ## imm = 0x390
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -652(%rbp)
movl %edi, -656(%rbp)
movq %rsi, -664(%rbp)
leaq -80(%rbp), %rdi
xorl %esi, %esi
movl $64, %edx
callq _memset
movl -656(%rbp), %eax
addl $-1, %eax
movl %eax, -656(%rbp)
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_2(%rip), %xmm1 ## xmm1 = mem[0],zero
movsd %xmm1, -792(%rbp) ## 8-byte Spill
cmpl $0, %eax
movsd %xmm0, -784(%rbp) ## 8-byte Spill
jne LBB0_177
## %bb.176:
movsd -792(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -784(%rbp) ## 8-byte Spill
LBB0_177:
movsd -784(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -32(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -24(%rbp)
xorps %xmm0, %xmm0
movsd %xmm0, -696(%rbp)
leaq -464(%rbp), %rdi
xorl %esi, %esi
movl $384, %edx ## imm = 0x180
callq _memset
xorps %xmm0, %xmm0
movsd %xmm0, -712(%rbp)
movq _t(%rip), %rdi
addq $41, %rdi
movq _t(%rip), %rsi
addq $50, %rsi
callq _fopen
movq %rax, -728(%rbp)
cmpq $0, %rax
jne LBB0_3
## %bb.1:
jmp LBB0_2
LBB0_2:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _t(%rip), %rdx
addq $65, %rdx
addq $-36, %rdx
leaq L_.str.1(%rip), %rsi
movb $0, %al
callq _fprintf
movl $1, -652(%rbp)
jmp LBB0_173
LBB0_3:
leaq -640(%rbp), %rdi
addq $85, %rdi
movq -728(%rbp), %rcx
movl $44, %esi
movl $1, %edx
callq _fread
movq %rax, %rcx
movb $1, %al
cmpq $0, %rcx
movb %al, -793(%rbp) ## 1-byte Spill
je LBB0_6
## %bb.4:
leaq -464(%rbp), %rdi
addq $128, %rdi
movq -728(%rbp), %rcx
movl $128, %esi
movl $1, %edx
callq _fread
movq %rax, %rcx
movb $1, %al
cmpq $0, %rcx
movb %al, -793(%rbp) ## 1-byte Spill
je LBB0_6
## %bb.5:
leaq -640(%rbp), %rdi
movq -728(%rbp), %rcx
movl $81, %esi
movl $1, %edx
callq _fread
cmpq $0, %rax
setne %al
xorb $-1, %al
movb %al, -793(%rbp) ## 1-byte Spill
LBB0_6:
movb -793(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -732(%rbp)
movl $0, -736(%rbp)
movq -728(%rbp), %rdi
callq _fclose
cmpl $0, -732(%rbp)
je LBB0_8
## %bb.7:
jmp LBB0_2
LBB0_8:
cmpl $0, -656(%rbp)
je LBB0_10
## %bb.9:
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -808(%rbp) ## 8-byte Spill
jmp LBB0_11
LBB0_10:
movq ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -808(%rbp) ## 8-byte Spill
LBB0_11:
movq -808(%rbp), %rdi ## 8-byte Reload
movq %rdi, -728(%rbp)
xorl %eax, %eax
movl %eax, %esi
xorl %edx, %edx
movl $65536, %ecx ## imm = 0x10000
callq _setvbuf
cmpl $0, -656(%rbp)
je LBB0_28
## %bb.12:
movq -664(%rbp), %rax
movq %rax, %rcx
addq $8, %rcx
movq %rcx, -664(%rbp)
movq 8(%rax), %rdi
callq _strlen
imulq $6400, %rax, %rax ## imm = 0x1900
## kill: def $eax killed $eax killed $rax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -515(%rbp)
movl -740(%rbp), %eax
addl $36, %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -551(%rbp)
leaq -640(%rbp), %rdi
addq $85, %rdi
movq -728(%rbp), %rcx
movl $44, %esi
movl $1, %edx
callq _fwrite
LBB0_13: ## =>This Loop Header: Depth=1
## Child Loop BB0_17 Depth 2
movq -664(%rbp), %rax
movq (%rax), %rax
cmpb $0, (%rax)
je LBB0_27
## %bb.14: ## in Loop: Header=BB0_13 Depth=1
leaq -640(%rbp), %rdi
movq -664(%rbp), %rcx
movq (%rcx), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, (%rcx)
movsbl (%rax), %esi
callq _strchr
movq %rax, -760(%rbp)
leaq -464(%rbp), %rdi
xorl %esi, %esi
movl $128, %edx
callq _memset
cmpq $0, -760(%rbp)
je LBB0_16
## %bb.15: ## in Loop: Header=BB0_13 Depth=1
movq -760(%rbp), %rax
leaq -640(%rbp), %rcx
subq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -736(%rbp)
leaq -464(%rbp), %rax
movl -736(%rbp), %ecx
andl $3, %ecx
shll $1, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
shlq $3, %rcx
addq %rcx, %rax
movq %rax, -768(%rbp)
movq -768(%rbp), %rax
movsd 128(%rax), %xmm0 ## xmm0 = mem[0],zero
movq -768(%rbp), %rax
movsd %xmm0, (%rax)
leaq -464(%rbp), %rax
addq $64, %rax
movl -736(%rbp), %ecx
shrl $2, %ecx
andl $3, %ecx
shll $1, %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
shlq $3, %rcx
addq %rcx, %rax
movq %rax, -768(%rbp)
movq -768(%rbp), %rax
movsd 128(%rax), %xmm0 ## xmm0 = mem[0],zero
movq -768(%rbp), %rax
movsd %xmm0, (%rax)
LBB0_16: ## in Loop: Header=BB0_13 Depth=1
movl $3200, -736(%rbp) ## imm = 0xC80
LBB0_17: ## Parent Loop BB0_13 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -736(%rbp)
je LBB0_26
## %bb.18: ## in Loop: Header=BB0_17 Depth=2
movq $0, -720(%rbp)
movl $2, -740(%rbp)
movsd -64(%rbp), %xmm5 ## xmm5 = mem[0],zero
movsd -32(%rbp), %xmm3 ## xmm3 = mem[0],zero
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -824(%rbp) ## 8-byte Spill
movaps %xmm0, %xmm1
subsd %xmm3, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -328(%rbp,%rax,8), %xmm4 ## xmm4 = mem[0],zero
addsd %xmm4, %xmm4
movsd -464(%rbp,%rax,8), %xmm6 ## xmm6 = mem[0],zero
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm6, %xmm4
mulsd %xmm5, %xmm1
addsd %xmm4, %xmm1
mulsd %xmm3, %xmm2
subsd %xmm2, %xmm1
movsd %xmm1, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd %xmm1, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm1, -464(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -712(%rbp), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm1
movsd -720(%rbp), %xmm3 ## xmm3 = mem[0],zero
movsd LCPI0_12(%rip), %xmm2 ## xmm2 = mem[0],zero
movsd %xmm2, -816(%rbp) ## 8-byte Spill
mulsd %xmm2, %xmm1
addsd %xmm3, %xmm1
movsd %xmm1, -720(%rbp)
movl $10, -740(%rbp)
movsd -64(%rbp), %xmm6 ## xmm6 = mem[0],zero
movsd -32(%rbp), %xmm4 ## xmm4 = mem[0],zero
movaps %xmm0, %xmm1
subsd %xmm4, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -328(%rbp,%rax,8), %xmm5 ## xmm5 = mem[0],zero
addsd %xmm5, %xmm5
movsd -464(%rbp,%rax,8), %xmm7 ## xmm7 = mem[0],zero
movsd -456(%rbp,%rax,8), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm7, %xmm5
mulsd %xmm6, %xmm1
addsd %xmm5, %xmm1
mulsd %xmm4, %xmm3
subsd %xmm3, %xmm1
movsd %xmm1, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd %xmm1, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm1, -464(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -712(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movsd -720(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm2, %xmm1
addsd %xmm3, %xmm1
movsd %xmm1, -720(%rbp)
movl $6, -740(%rbp)
movsd -64(%rbp), %xmm6 ## xmm6 = mem[0],zero
movsd -32(%rbp), %xmm4 ## xmm4 = mem[0],zero
movaps %xmm0, %xmm1
subsd %xmm4, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -328(%rbp,%rax,8), %xmm5 ## xmm5 = mem[0],zero
addsd %xmm5, %xmm5
movsd -464(%rbp,%rax,8), %xmm7 ## xmm7 = mem[0],zero
movsd -456(%rbp,%rax,8), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm7, %xmm5
mulsd %xmm6, %xmm1
addsd %xmm5, %xmm1
mulsd %xmm4, %xmm3
subsd %xmm3, %xmm1
movsd %xmm1, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd %xmm1, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm1, -464(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -712(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movsd -720(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm2, %xmm1
addsd %xmm3, %xmm1
movsd %xmm1, -720(%rbp)
movl $12, -740(%rbp)
movsd -64(%rbp), %xmm6 ## xmm6 = mem[0],zero
movsd -32(%rbp), %xmm4 ## xmm4 = mem[0],zero
movaps %xmm0, %xmm1
subsd %xmm4, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -328(%rbp,%rax,8), %xmm5 ## xmm5 = mem[0],zero
addsd %xmm5, %xmm5
movsd -464(%rbp,%rax,8), %xmm7 ## xmm7 = mem[0],zero
movsd -456(%rbp,%rax,8), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm7, %xmm5
mulsd %xmm6, %xmm1
addsd %xmm5, %xmm1
mulsd %xmm4, %xmm3
subsd %xmm3, %xmm1
movsd %xmm1, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd %xmm1, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm1, -464(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -712(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movsd -720(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm2, %xmm1
addsd %xmm3, %xmm1
movsd %xmm1, -720(%rbp)
movl $4, -740(%rbp)
movsd -64(%rbp), %xmm6 ## xmm6 = mem[0],zero
movsd -32(%rbp), %xmm4 ## xmm4 = mem[0],zero
movaps %xmm0, %xmm1
subsd %xmm4, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -328(%rbp,%rax,8), %xmm5 ## xmm5 = mem[0],zero
addsd %xmm5, %xmm5
movsd -464(%rbp,%rax,8), %xmm7 ## xmm7 = mem[0],zero
movsd -456(%rbp,%rax,8), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm7, %xmm5
mulsd %xmm6, %xmm1
addsd %xmm5, %xmm1
mulsd %xmm4, %xmm3
subsd %xmm3, %xmm1
movsd %xmm1, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd %xmm1, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm1, -464(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -712(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movsd -720(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm2, %xmm1
addsd %xmm3, %xmm1
movsd %xmm1, -720(%rbp)
movl $8, -740(%rbp)
movsd -64(%rbp), %xmm6 ## xmm6 = mem[0],zero
movsd -32(%rbp), %xmm4 ## xmm4 = mem[0],zero
movaps %xmm0, %xmm1
subsd %xmm4, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -328(%rbp,%rax,8), %xmm5 ## xmm5 = mem[0],zero
addsd %xmm5, %xmm5
movsd -464(%rbp,%rax,8), %xmm7 ## xmm7 = mem[0],zero
movsd -456(%rbp,%rax,8), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm7, %xmm5
mulsd %xmm6, %xmm1
addsd %xmm5, %xmm1
mulsd %xmm4, %xmm3
subsd %xmm3, %xmm1
movsd %xmm1, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd %xmm1, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm1, -464(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -712(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movsd -720(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm2, %xmm1
addsd %xmm3, %xmm1
movsd %xmm1, -720(%rbp)
movl $14, -740(%rbp)
movsd -64(%rbp), %xmm6 ## xmm6 = mem[0],zero
movsd -32(%rbp), %xmm4 ## xmm4 = mem[0],zero
movaps %xmm0, %xmm1
subsd %xmm4, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -328(%rbp,%rax,8), %xmm5 ## xmm5 = mem[0],zero
addsd %xmm5, %xmm5
movsd -464(%rbp,%rax,8), %xmm7 ## xmm7 = mem[0],zero
movsd -456(%rbp,%rax,8), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm7, %xmm5
mulsd %xmm6, %xmm1
addsd %xmm5, %xmm1
mulsd %xmm4, %xmm3
subsd %xmm3, %xmm1
movsd %xmm1, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd %xmm1, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm1, -464(%rbp,%rax,8)
movsd -704(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd -712(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm3, %xmm1
movsd -720(%rbp), %xmm3 ## xmm3 = mem[0],zero
mulsd %xmm2, %xmm1
addsd %xmm3, %xmm1
movsd %xmm1, -720(%rbp)
movl $0, -740(%rbp)
movsd -64(%rbp), %xmm5 ## xmm5 = mem[0],zero
movsd -32(%rbp), %xmm3 ## xmm3 = mem[0],zero
subsd %xmm3, %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -328(%rbp,%rax,8), %xmm4 ## xmm4 = mem[0],zero
addsd %xmm4, %xmm4
movsd -464(%rbp,%rax,8), %xmm6 ## xmm6 = mem[0],zero
movsd -456(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm6, %xmm4
mulsd %xmm5, %xmm0
addsd %xmm4, %xmm0
mulsd %xmm3, %xmm1
subsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -712(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movsd -720(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -720(%rbp)
movsd -720(%rbp), %xmm0 ## xmm0 = mem[0],zero
cvttsd2si %xmm0, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -750(%rbp)
leaq -750(%rbp), %rdi
movq -728(%rbp), %rcx
movl $2, %esi
movl $1, %edx
callq _fwrite
movl -736(%rbp), %edx
movl $4294967295, %eax ## imm = 0xFFFFFFFF
movl $1, %ecx
cmpl $1300, %edx ## imm = 0x514
cmoval %ecx, %eax
cvtsi2sd %eax, %xmm0
movsd -712(%rbp), %xmm1 ## xmm1 = mem[0],zero
movsd LCPI0_11(%rip), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -712(%rbp)
movsd -712(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB0_20
## %bb.19: ## in Loop: Header=BB0_17 Depth=2
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -832(%rbp) ## 8-byte Spill
jmp LBB0_24
LBB0_20: ## in Loop: Header=BB0_17 Depth=2
movsd -712(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_22
## %bb.21: ## in Loop: Header=BB0_17 Depth=2
movsd -712(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -840(%rbp) ## 8-byte Spill
jmp LBB0_23
LBB0_22: ## in Loop: Header=BB0_17 Depth=2
xorps %xmm0, %xmm0
movsd %xmm0, -840(%rbp) ## 8-byte Spill
jmp LBB0_23
LBB0_23: ## in Loop: Header=BB0_17 Depth=2
movsd -840(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -832(%rbp) ## 8-byte Spill
LBB0_24: ## in Loop: Header=BB0_17 Depth=2
movsd -832(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -712(%rbp)
## %bb.25: ## in Loop: Header=BB0_17 Depth=2
movl -736(%rbp), %eax
addl $-1, %eax
movl %eax, -736(%rbp)
jmp LBB0_17
LBB0_26: ## in Loop: Header=BB0_13 Depth=1
jmp LBB0_13
LBB0_27:
jmp LBB0_172
LBB0_28:
leaq -640(%rbp), %rdi
addq $43, %rdi
addq $86, %rdi
movq -728(%rbp), %rcx
movl $44, %esi
movl $1, %edx
callq _fread
cmpq $0, %rax
jne LBB0_31
## %bb.29:
jmp LBB0_30
LBB0_30:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _t(%rip), %rdx
addq $18, %rdx
leaq L_.str.1(%rip), %rsi
movb $0, %al
callq _fprintf
movl $1, -652(%rbp)
jmp LBB0_173
LBB0_31:
leaq -640(%rbp), %rdi
addq $43, %rdi
addq $94, %rdi
leaq -640(%rbp), %rsi
addq $93, %rsi
movl $14, %edx
callq _memcmp
cmpl $0, %eax
je LBB0_34
## %bb.32:
jmp LBB0_33
LBB0_33:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _t(%rip), %rdx
leaq L_.str.1(%rip), %rsi
movb $0, %al
callq _fprintf
movl $1, -652(%rbp)
jmp LBB0_173
LBB0_34:
movl -487(%rbp), %eax
movl %eax, -744(%rbp)
movl -744(%rbp), %eax
## kill: def $rax killed $eax
cvtsi2sd %rax, %xmm1
movsd LCPI0_3(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, -680(%rbp)
cvttsd2si -680(%rbp), %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -744(%rbp)
movl -744(%rbp), %eax
## kill: def $rax killed $eax
cvtsi2sd %rax, %xmm0
ucomisd -680(%rbp), %xmm0
jne LBB0_35
jp LBB0_35
jmp LBB0_36
LBB0_35:
movl -744(%rbp), %eax
addl $1, %eax
movl %eax, -744(%rbp)
LBB0_36:
movl -744(%rbp), %eax
## kill: def $rax killed $eax
cvtsi2sd %rax, %xmm1
movsd -680(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, -680(%rbp)
movw -477(%rbp), %ax
movw %ax, -748(%rbp)
movzwl -748(%rbp), %eax
movl $8, %ecx
cltd
idivl %ecx
## kill: def $ax killed $ax killed $eax
movw %ax, -748(%rbp)
movw -479(%rbp), %ax
movw %ax, -746(%rbp)
cmpw $0, -746(%rbp)
je LBB0_39
## %bb.37:
cmpw $0, -748(%rbp)
je LBB0_39
## %bb.38:
movzwl -748(%rbp), %eax
cmpl $4, %eax
jle LBB0_40
LBB0_39:
jmp LBB0_33
LBB0_40:
movzwl -748(%rbp), %ecx
movzwl -746(%rbp), %eax
subl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -746(%rbp)
LBB0_41: ## =>This Loop Header: Depth=1
## Child Loop BB0_43 Depth 2
## Child Loop BB0_51 Depth 2
leaq -640(%rbp), %rdi
addq $81, %rdi
movzwl -748(%rbp), %eax
movl %eax, %esi
movq -728(%rbp), %rcx
movl $1, %edx
callq _fread
cmpq $0, %rax
setne %al
xorb $-1, %al
xorb $-1, %al
testb $1, %al
jne LBB0_42
jmp LBB0_135
LBB0_42: ## in Loop: Header=BB0_41 Depth=1
movzwl -746(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
LBB0_43: ## Parent Loop BB0_41 Depth=1
## => This Inner Loop Header: Depth=2
movl -740(%rbp), %ecx
movl %ecx, %eax
addl $-1, %eax
movl %eax, -740(%rbp)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -841(%rbp) ## 1-byte Spill
je LBB0_45
## %bb.44: ## in Loop: Header=BB0_43 Depth=2
movq -728(%rbp), %rdi
callq _getc
cmpl $0, %eax
setge %al
movb %al, -841(%rbp) ## 1-byte Spill
LBB0_45: ## in Loop: Header=BB0_43 Depth=2
movb -841(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB0_46
jmp LBB0_47
LBB0_46: ## in Loop: Header=BB0_43 Depth=2
jmp LBB0_43
LBB0_47: ## in Loop: Header=BB0_41 Depth=1
movzwl -748(%rbp), %eax
cmpl $1, %eax
jle LBB0_49
## %bb.48: ## in Loop: Header=BB0_41 Depth=1
movzwl -748(%rbp), %eax
cltq
movw -561(%rbp,%rax), %ax
movw %ax, -750(%rbp)
movswl -750(%rbp), %eax
cvtsi2sd %eax, %xmm0
movsd LCPI0_7(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
movsd LCPI0_6(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, -688(%rbp)
jmp LBB0_50
LBB0_49: ## in Loop: Header=BB0_41 Depth=1
movzbl -559(%rbp), %eax
cvtsi2sd %eax, %xmm0
movsd LCPI0_5(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd %xmm1, %xmm0
movsd %xmm0, -688(%rbp)
LBB0_50: ## in Loop: Header=BB0_41 Depth=1
movl -744(%rbp), %eax
movl %eax, -732(%rbp)
LBB0_51: ## Parent Loop BB0_41 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -732(%rbp)
je LBB0_134
## %bb.52: ## in Loop: Header=BB0_51 Depth=2
movsd -712(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -688(%rbp), %xmm1 ## xmm1 = mem[0],zero
subsd %xmm1, %xmm0
movl -732(%rbp), %eax
## kill: def $rax killed $eax
cvtsi2sd %rax, %xmm1
mulsd %xmm1, %xmm0
movl -744(%rbp), %eax
## kill: def $rax killed $eax
cvtsi2sd %rax, %xmm1
divsd %xmm1, %xmm0
addsd -688(%rbp), %xmm0
movsd %xmm0, -672(%rbp)
xorps %xmm0, %xmm0
subsd -696(%rbp), %xmm0
movsd %xmm0, -704(%rbp)
xorps %xmm0, %xmm0
ucomisd -704(%rbp), %xmm0
jbe LBB0_54
## %bb.53: ## in Loop: Header=BB0_51 Depth=2
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd -704(%rbp), %xmm0
movsd %xmm0, -856(%rbp) ## 8-byte Spill
jmp LBB0_55
LBB0_54: ## in Loop: Header=BB0_51 Depth=2
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
subsd -704(%rbp), %xmm0
movsd %xmm0, -856(%rbp) ## 8-byte Spill
LBB0_55: ## in Loop: Header=BB0_51 Depth=2
movsd -856(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_57
## %bb.56: ## in Loop: Header=BB0_51 Depth=2
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -680(%rbp), %xmm0
mulsd -672(%rbp), %xmm0
movsd %xmm0, -864(%rbp) ## 8-byte Spill
jmp LBB0_58
LBB0_57: ## in Loop: Header=BB0_51 Depth=2
xorps %xmm0, %xmm0
movsd %xmm0, -864(%rbp) ## 8-byte Spill
jmp LBB0_58
LBB0_58: ## in Loop: Header=BB0_51 Depth=2
movsd -864(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd -64(%rbp), %xmm0
movsd %xmm0, -64(%rbp)
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
subsd -696(%rbp), %xmm0
movsd %xmm0, -704(%rbp)
xorps %xmm0, %xmm0
ucomisd -704(%rbp), %xmm0
jbe LBB0_60
## %bb.59: ## in Loop: Header=BB0_51 Depth=2
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd -704(%rbp), %xmm0
movsd %xmm0, -872(%rbp) ## 8-byte Spill
jmp LBB0_61
LBB0_60: ## in Loop: Header=BB0_51 Depth=2
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
subsd -704(%rbp), %xmm0
movsd %xmm0, -872(%rbp) ## 8-byte Spill
LBB0_61: ## in Loop: Header=BB0_51 Depth=2
movsd -872(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_63
## %bb.62: ## in Loop: Header=BB0_51 Depth=2
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -680(%rbp), %xmm0
mulsd -672(%rbp), %xmm0
movsd %xmm0, -880(%rbp) ## 8-byte Spill
jmp LBB0_64
LBB0_63: ## in Loop: Header=BB0_51 Depth=2
xorps %xmm0, %xmm0
movsd %xmm0, -880(%rbp) ## 8-byte Spill
jmp LBB0_64
LBB0_64: ## in Loop: Header=BB0_51 Depth=2
movsd -880(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd -56(%rbp), %xmm0
movsd %xmm0, -56(%rbp)
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
subsd -696(%rbp), %xmm0
movsd %xmm0, -704(%rbp)
xorps %xmm0, %xmm0
ucomisd -704(%rbp), %xmm0
jbe LBB0_66
## %bb.65: ## in Loop: Header=BB0_51 Depth=2
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd -704(%rbp), %xmm0
movsd %xmm0, -888(%rbp) ## 8-byte Spill
jmp LBB0_67
LBB0_66: ## in Loop: Header=BB0_51 Depth=2
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
subsd -704(%rbp), %xmm0
movsd %xmm0, -888(%rbp) ## 8-byte Spill
LBB0_67: ## in Loop: Header=BB0_51 Depth=2
movsd -888(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_69
## %bb.68: ## in Loop: Header=BB0_51 Depth=2
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -680(%rbp), %xmm0
mulsd -672(%rbp), %xmm0
movsd %xmm0, -896(%rbp) ## 8-byte Spill
jmp LBB0_70
LBB0_69: ## in Loop: Header=BB0_51 Depth=2
xorps %xmm0, %xmm0
movsd %xmm0, -896(%rbp) ## 8-byte Spill
jmp LBB0_70
LBB0_70: ## in Loop: Header=BB0_51 Depth=2
movsd -896(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd -48(%rbp), %xmm0
movsd %xmm0, -48(%rbp)
movsd -680(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -696(%rbp), %xmm0
movsd %xmm0, -696(%rbp)
movsd -696(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_132
## %bb.71: ## in Loop: Header=BB0_51 Depth=2
leaq -80(%rbp), %rdi
xorl %esi, %esi
movl $16, %edx
callq _memset
leaq -648(%rbp), %rdi
xorl %esi, %esi
movl $8, %edx
callq _memset
xorps %xmm0, %xmm0
movsd %xmm0, -720(%rbp)
movl $2, -740(%rbp)
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd -32(%rbp), %xmm1
movsd -64(%rbp), %xmm2 ## xmm2 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -464(%rbp,%rax,8), %xmm0
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -32(%rbp), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -456(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -336(%rbp,%rax,8), %xmm0
movsd %xmm0, -672(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -704(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -672(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -672(%rbp), %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -672(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -720(%rbp), %xmm0
movsd %xmm0, -720(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
ucomisd -80(%rbp,%rax,8), %xmm0
jb LBB0_73
## %bb.72: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %ecx
shrl $1, %ecx
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -648(%rbp,%rax,4)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd %xmm0, -80(%rbp,%rax,8)
LBB0_73: ## in Loop: Header=BB0_51 Depth=2
movl $10, -740(%rbp)
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd -32(%rbp), %xmm1
movsd -64(%rbp), %xmm2 ## xmm2 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -464(%rbp,%rax,8), %xmm0
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -32(%rbp), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -456(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -336(%rbp,%rax,8), %xmm0
movsd %xmm0, -672(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -704(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -672(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -672(%rbp), %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -672(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -720(%rbp), %xmm0
movsd %xmm0, -720(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
ucomisd -80(%rbp,%rax,8), %xmm0
jb LBB0_75
## %bb.74: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %ecx
shrl $1, %ecx
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -648(%rbp,%rax,4)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd %xmm0, -80(%rbp,%rax,8)
LBB0_75: ## in Loop: Header=BB0_51 Depth=2
movl $6, -740(%rbp)
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd -32(%rbp), %xmm1
movsd -64(%rbp), %xmm2 ## xmm2 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -464(%rbp,%rax,8), %xmm0
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -32(%rbp), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -456(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -336(%rbp,%rax,8), %xmm0
movsd %xmm0, -672(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -704(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -672(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -672(%rbp), %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -672(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -720(%rbp), %xmm0
movsd %xmm0, -720(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
ucomisd -80(%rbp,%rax,8), %xmm0
jb LBB0_77
## %bb.76: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %ecx
shrl $1, %ecx
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -648(%rbp,%rax,4)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd %xmm0, -80(%rbp,%rax,8)
LBB0_77: ## in Loop: Header=BB0_51 Depth=2
movl $12, -740(%rbp)
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd -32(%rbp), %xmm1
movsd -64(%rbp), %xmm2 ## xmm2 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -464(%rbp,%rax,8), %xmm0
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -32(%rbp), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -456(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -336(%rbp,%rax,8), %xmm0
movsd %xmm0, -672(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -704(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -672(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -672(%rbp), %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -672(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -720(%rbp), %xmm0
movsd %xmm0, -720(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
ucomisd -80(%rbp,%rax,8), %xmm0
jb LBB0_79
## %bb.78: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %ecx
shrl $1, %ecx
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -648(%rbp,%rax,4)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd %xmm0, -80(%rbp,%rax,8)
LBB0_79: ## in Loop: Header=BB0_51 Depth=2
movl $4, -740(%rbp)
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd -32(%rbp), %xmm1
movsd -64(%rbp), %xmm2 ## xmm2 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -464(%rbp,%rax,8), %xmm0
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -32(%rbp), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -456(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -336(%rbp,%rax,8), %xmm0
movsd %xmm0, -672(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -704(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -672(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -672(%rbp), %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -672(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -720(%rbp), %xmm0
movsd %xmm0, -720(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
ucomisd -80(%rbp,%rax,8), %xmm0
jb LBB0_81
## %bb.80: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %ecx
shrl $1, %ecx
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -648(%rbp,%rax,4)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd %xmm0, -80(%rbp,%rax,8)
LBB0_81: ## in Loop: Header=BB0_51 Depth=2
movl $8, -740(%rbp)
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd -32(%rbp), %xmm1
movsd -64(%rbp), %xmm2 ## xmm2 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -464(%rbp,%rax,8), %xmm0
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -32(%rbp), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -456(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -336(%rbp,%rax,8), %xmm0
movsd %xmm0, -672(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -704(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -672(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -672(%rbp), %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -672(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -720(%rbp), %xmm0
movsd %xmm0, -720(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
ucomisd -80(%rbp,%rax,8), %xmm0
jb LBB0_83
## %bb.82: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %ecx
shrl $1, %ecx
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -648(%rbp,%rax,4)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd %xmm0, -80(%rbp,%rax,8)
LBB0_83: ## in Loop: Header=BB0_51 Depth=2
movl $14, -740(%rbp)
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd -32(%rbp), %xmm1
movsd -64(%rbp), %xmm2 ## xmm2 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -464(%rbp,%rax,8), %xmm0
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -32(%rbp), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -456(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -336(%rbp,%rax,8), %xmm0
movsd %xmm0, -672(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -704(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -672(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -672(%rbp), %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -672(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -720(%rbp), %xmm0
movsd %xmm0, -720(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
ucomisd -80(%rbp,%rax,8), %xmm0
jb LBB0_85
## %bb.84: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %ecx
shrl $1, %ecx
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -648(%rbp,%rax,4)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd %xmm0, -80(%rbp,%rax,8)
LBB0_85: ## in Loop: Header=BB0_51 Depth=2
movl $0, -740(%rbp)
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
subsd -32(%rbp), %xmm1
movsd -64(%rbp), %xmm2 ## xmm2 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd LCPI0_8(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -464(%rbp,%rax,8), %xmm0
mulsd %xmm2, %xmm1
addsd %xmm0, %xmm1
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -456(%rbp,%rax,8)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -32(%rbp), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd %xmm0, -464(%rbp,%rax,8)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -464(%rbp,%rax,8), %xmm1 ## xmm1 = mem[0],zero
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -328(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -456(%rbp,%rax,8), %xmm2 ## xmm2 = mem[0],zero
movq %xmm0, %rax
movabsq $-9223372036854775808, %rcx ## imm = 0x8000000000000000
xorq %rcx, %rax
movq %rax, %xmm0
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -704(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -456(%rbp,%rax,8), %xmm0
movl -740(%rbp), %eax
## kill: def $rax killed $eax
mulsd -336(%rbp,%rax,8), %xmm0
movsd %xmm0, -672(%rbp)
movsd -704(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -704(%rbp), %xmm2 ## xmm2 = mem[0],zero
movsd -672(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd -672(%rbp), %xmm1
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, -672(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -720(%rbp), %xmm0
movsd %xmm0, -720(%rbp)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
ucomisd -80(%rbp,%rax,8), %xmm0
jb LBB0_87
## %bb.86: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %ecx
shrl $1, %ecx
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movl %ecx, -648(%rbp,%rax,4)
movsd -672(%rbp), %xmm0 ## xmm0 = mem[0],zero
movl -740(%rbp), %eax
shrl $3, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd %xmm0, -80(%rbp,%rax,8)
LBB0_87: ## in Loop: Header=BB0_51 Depth=2
cmpl $0, -736(%rbp)
je LBB0_89
## %bb.88: ## in Loop: Header=BB0_51 Depth=2
movsd -720(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_10(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd -24(%rbp), %xmm1
ucomisd %xmm1, %xmm0
seta %al
andb $1, %al
movzbl %al, %eax
movl %eax, -900(%rbp) ## 4-byte Spill
jmp LBB0_90
LBB0_89: ## in Loop: Header=BB0_51 Depth=2
movsd -720(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_9(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd -24(%rbp), %xmm1
ucomisd %xmm1, %xmm0
seta %al
andb $1, %al
movzbl %al, %eax
movl %eax, -900(%rbp) ## 4-byte Spill
LBB0_90: ## in Loop: Header=BB0_51 Depth=2
movl -900(%rbp), %eax ## 4-byte Reload
## kill: def $ax killed $ax killed $eax
movw %ax, -750(%rbp)
cmpw $0, %ax
je LBB0_96
## %bb.91: ## in Loop: Header=BB0_51 Depth=2
cmpl $0, -736(%rbp)
jne LBB0_93
## %bb.92: ## in Loop: Header=BB0_51 Depth=2
leaq -464(%rbp), %rdi
addq $256, %rdi ## imm = 0x100
xorl %esi, %esi
movl $128, %edx
callq _memset
LBB0_93: ## in Loop: Header=BB0_51 Depth=2
movsd -720(%rbp), %xmm0 ## xmm0 = mem[0],zero
ucomisd -24(%rbp), %xmm0
jbe LBB0_95
## %bb.94: ## in Loop: Header=BB0_51 Depth=2
movsd -720(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -24(%rbp)
LBB0_95: ## in Loop: Header=BB0_51 Depth=2
movl -644(%rbp), %eax
shll $2, %eax
addl $16, %eax
addl -648(%rbp), %eax
movl %eax, %eax
## kill: def $rax killed $eax
movsd LCPI0_1(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd -464(%rbp,%rax,8), %xmm0
movsd %xmm0, -464(%rbp,%rax,8)
jmp LBB0_131
LBB0_96: ## in Loop: Header=BB0_51 Depth=2
cmpl $0, -736(%rbp)
je LBB0_130
## %bb.97: ## in Loop: Header=BB0_51 Depth=2
movsd LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movb $0, -769(%rbp)
xorps %xmm0, %xmm0
movsd %xmm0, -720(%rbp)
movl $2, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_99
## %bb.98: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_99: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_101
## %bb.100: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_101: ## in Loop: Header=BB0_51 Depth=2
movl $10, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_103
## %bb.102: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_103: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_105
## %bb.104: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_105: ## in Loop: Header=BB0_51 Depth=2
movl $6, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_107
## %bb.106: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_107: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_109
## %bb.108: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_109: ## in Loop: Header=BB0_51 Depth=2
movl $12, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_111
## %bb.110: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_111: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_113
## %bb.112: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_113: ## in Loop: Header=BB0_51 Depth=2
movl $4, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_115
## %bb.114: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_115: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_117
## %bb.116: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_117: ## in Loop: Header=BB0_51 Depth=2
movl $8, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_119
## %bb.118: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_119: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_121
## %bb.120: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_121: ## in Loop: Header=BB0_51 Depth=2
movl $14, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_123
## %bb.122: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_123: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_125
## %bb.124: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_125: ## in Loop: Header=BB0_51 Depth=2
movl $0, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_127
## %bb.126: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_127: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_129
## %bb.128: ## in Loop: Header=BB0_51 Depth=2
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -769(%rbp)
LBB0_129: ## in Loop: Header=BB0_51 Depth=2
movsbl -769(%rbp), %edi
callq _putchar
LBB0_130: ## in Loop: Header=BB0_51 Depth=2
jmp LBB0_131
LBB0_131: ## in Loop: Header=BB0_51 Depth=2
movswl -750(%rbp), %eax
movl %eax, -736(%rbp)
leaq -80(%rbp), %rax
addq $16, %rax
leaq -80(%rbp), %rcx
addq $24, %rcx
movups (%rcx), %xmm0
movq 16(%rcx), %rcx
movq %rcx, 16(%rax)
movups %xmm0, (%rax)
movsd LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd -696(%rbp), %xmm0
movsd %xmm0, -696(%rbp)
LBB0_132: ## in Loop: Header=BB0_51 Depth=2
jmp LBB0_133
LBB0_133: ## in Loop: Header=BB0_51 Depth=2
movl -732(%rbp), %eax
addl $-1, %eax
movl %eax, -732(%rbp)
jmp LBB0_51
LBB0_134: ## in Loop: Header=BB0_41 Depth=1
movsd -688(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -712(%rbp)
jmp LBB0_41
LBB0_135:
movq -728(%rbp), %rdi
callq _ferror
cmpl $0, %eax
je LBB0_137
## %bb.136:
jmp LBB0_30
LBB0_137:
cmpl $0, -736(%rbp)
je LBB0_171
## %bb.138:
movsd LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movb $0, -770(%rbp)
xorps %xmm0, %xmm0
movsd %xmm0, -720(%rbp)
movl $2, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_140
## %bb.139:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_140:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_142
## %bb.141:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_142:
movl $10, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_144
## %bb.143:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_144:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_146
## %bb.145:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_146:
movl $6, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_148
## %bb.147:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_148:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_150
## %bb.149:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_150:
movl $12, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_152
## %bb.151:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_152:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_154
## %bb.153:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_154:
movl $4, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_156
## %bb.155:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_156:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_158
## %bb.157:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_158:
movl $8, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_160
## %bb.159:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_160:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_162
## %bb.161:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_162:
movl $14, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_164
## %bb.163:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_164:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_166
## %bb.165:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_166:
movl $0, -740(%rbp)
movl -740(%rbp), %eax
movl %eax, -740(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_168
## %bb.167:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -208(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_168:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
ucomisd -704(%rbp), %xmm0
jbe LBB0_170
## %bb.169:
movl -740(%rbp), %eax
## kill: def $rax killed $eax
movsd -200(%rbp,%rax,8), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -704(%rbp)
movl -740(%rbp), %eax
addl $1, %eax
movl %eax, %eax
## kill: def $rax killed $eax
movb -640(%rbp,%rax), %al
movb %al, -770(%rbp)
LBB0_170:
movsbl -770(%rbp), %edi
callq _putchar
LBB0_171:
leaq L_.str.2(%rip), %rdi
addq $10, %rdi
callq _puts
LBB0_172:
movl $0, -652(%rbp)
LBB0_173:
movl -652(%rbp), %eax
movl %eax, -904(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_175
## %bb.174:
movl -904(%rbp), %eax ## 4-byte Reload
addq $912, %rsp ## imm = 0x390
popq %rbp
retq
LBB0_175:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__const
l_.str: ## @.str
.asciz "Dual-tone multi-frequency signaling(DTMF) is a telecommunication signalingsystem using the voice-frequency bandInvalid WAV input\000Read error\000Cannot read dtmf.bin\000rb\000"
.section __DATA,__data
.globl _t ## @t
.p2align 3
_t:
.quad l_.str+111
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "%s\n"
L_.str.2: ## @.str.2
.asciz "0123456789"
.subsections_via_symbols
| the_stack_data/28262030.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #4
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur w8, [x29, #-4]
str w8, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-4]
mov w9, #10
sdiv w10, w8, w9
mul w10, w10, w9
subs w8, w8, w10
stur w8, [x29, #-12]
ldur w8, [x29, #-8]
mul w8, w8, w9
ldur w10, [x29, #-12]
add w8, w8, w10
stur w8, [x29, #-8]
ldur w8, [x29, #-4]
sdiv w8, w8, w9
stur w8, [x29, #-4]
b LBB0_1
LBB0_3:
ldr w8, [sp, #16]
; implicit-def: $x10
mov x10, x8
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter the number you want to reverse\n"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Reverse of the number %d is %d"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -8(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -4(%rbp), %rsi
movb $0, %al
callq _scanf
movl -4(%rbp), %eax
movl %eax, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -4(%rbp)
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -4(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %edx, -12(%rbp)
imull $10, -8(%rbp), %eax
addl -12(%rbp), %eax
movl %eax, -8(%rbp)
movl -4(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %eax, -4(%rbp)
jmp LBB0_1
LBB0_3:
movl -16(%rbp), %esi
movl -8(%rbp), %edx
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter the number you want to reverse\n"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Reverse of the number %d is %d"
.subsections_via_symbols
| the_stack_data/555837.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/115766012.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/658425.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dumpReg ; -- Begin function dumpReg
.p2align 2
_dumpReg: ; @dumpReg
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur wzr, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur x8, [x29, #-8]
ldur w10, [x29, #-12]
mov w9, #3
subs w9, w9, w10
lsl w9, w9, #3
; kill: def $x9 killed $w9
lsr x8, x8, x9
and x8, x8, #0xff
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_4:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%02x "
l_.str.1: ; @.str.1
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dumpReg ## -- Begin function dumpReg
.p2align 4, 0x90
_dumpReg: ## @dumpReg
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movl $0, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $4, -12(%rbp)
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rsi
movl $3, %eax
subl -12(%rbp), %eax
shll $3, %eax
movl %eax, %eax
movl %eax, %ecx
## kill: def $cl killed $rcx
shrq %cl, %rsi
andq $255, %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_4:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%02x "
L_.str.1: ## @.str.1
.asciz "\n"
.subsections_via_symbols
| the_stack_data/143787.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #176
.cfi_def_cfa_offset 176
stp x29, x30, [sp, #160] ; 16-byte Folded Spill
add x29, sp, #160
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #28]
str wzr, [sp, #20]
str wzr, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
subs w8, w8, #29
cset w8, gt
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldrsw x9, [sp, #16]
add x8, sp, #32
add x8, x8, x9, lsl #2
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_1
LBB0_4:
str wzr, [sp, #16]
b LBB0_5
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
subs w8, w8, #29
cset w8, gt
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #20]
ldrsw x10, [sp, #16]
add x9, sp, #32
ldr w9, [x9, x10, lsl #2]
add w8, w8, w9
str w8, [sp, #20]
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_5
LBB0_8:
ldr w8, [sp, #20]
mov w9, #30
sdiv w8, w8, w9
str w8, [sp, #24]
ldr w9, [sp, #24]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9:
bl ___stack_chk_fail
LBB0_10:
mov w0, #0
ldp x29, x30, [sp, #160] ; 16-byte Folded Reload
add sp, sp, #176
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter Marks\n"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Average Marks = %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $144, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -132(%rbp)
movl $0, -140(%rbp)
movl $0, -144(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $29, -144(%rbp)
jg LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movslq -144(%rbp), %rax
leaq -128(%rbp), %rsi
shlq $2, %rax
addq %rax, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -144(%rbp), %eax
addl $1, %eax
movl %eax, -144(%rbp)
jmp LBB0_1
LBB0_4:
movl $0, -144(%rbp)
LBB0_5: ## =>This Inner Loop Header: Depth=1
cmpl $29, -144(%rbp)
jg LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movl -140(%rbp), %eax
movslq -144(%rbp), %rcx
addl -128(%rbp,%rcx,4), %eax
movl %eax, -140(%rbp)
## %bb.7: ## in Loop: Header=BB0_5 Depth=1
movl -144(%rbp), %eax
addl $1, %eax
movl %eax, -144(%rbp)
jmp LBB0_5
LBB0_8:
movl -140(%rbp), %eax
movl $30, %ecx
cltd
idivl %ecx
movl %eax, -136(%rbp)
movl -136(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_10
## %bb.9:
xorl %eax, %eax
addq $144, %rsp
popq %rbp
retq
LBB0_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter Marks\n"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Average Marks = %d\n"
.subsections_via_symbols
| the_stack_data/167331456.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
mov x8, #0
; implicit-def: $q0
mov.d v0[0], x8
mov.d v0[1], x8
str wzr, [sp, #60]
strb wzr, [sp, #59]
mov w8, #1
strh w8, [sp, #56]
str wzr, [sp, #52]
mov x8, #1
str x8, [sp, #40]
strb wzr, [sp, #39]
str q0, [sp, #16]
mov w8, #1
strb w8, [sp, #15]
ldrsb w8, [sp, #59]
ldrh w9, [sp, #56]
add w8, w8, w9
ldr w9, [sp, #52]
add w9, w8, w9
ldr x8, [sp, #40]
add x8, x8, w9, sxtw
ldrsb x9, [sp, #39]
add x8, x8, x9
ldrb w9, [sp, #38]
; kill: def $x9 killed $w9
add x8, x8, x9
ldr q1, [sp, #16]
fmov d0, d1
mov d1, v1[1]
fmov x9, d0
adds x8, x8, x9
cset w9, hs
ldrsb x9, [sp, #15]
adds x8, x8, x9
cset w9, hs
mov x0, x8
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
movb $0, -5(%rbp)
movw $1, -8(%rbp)
movl $0, -12(%rbp)
movq $1, -24(%rbp)
movb $0, -25(%rbp)
movq $0, -40(%rbp)
movq $0, -48(%rbp)
movb $1, -49(%rbp)
movsbl -5(%rbp), %eax
movzwl -8(%rbp), %ecx
addl %ecx, %eax
movl -12(%rbp), %ecx
addl %ecx, %eax
movl -24(%rbp), %ecx
addl %ecx, %eax
movsbl -25(%rbp), %ecx
addl %ecx, %eax
movzbl -26(%rbp), %ecx
addl %ecx, %eax
movl -48(%rbp), %ecx
addl %ecx, %eax
movsbl -49(%rbp), %ecx
addl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/149351.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x29, x30, [sp, #112] ; 16-byte Folded Spill
add x29, sp, #112
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #40]
str wzr, [sp, #36]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #36]
subs w8, w8, #14
cset w8, gt
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w9, [sp, #36]
mov w8, #2
mul w8, w8, w9
ldrsw x10, [sp, #36]
add x9, sp, #44
str w8, [x9, x10, lsl #2]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #36]
add w8, w8, #1
str w8, [sp, #36]
b LBB0_1
LBB0_4:
str wzr, [sp, #36]
b LBB0_5
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #36]
subs w8, w8, #14
cset w8, gt
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldrsw x9, [sp, #36]
add x8, sp, #44
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #36]
add w8, w8, #1
str w8, [sp, #36]
b LBB0_5
LBB0_8:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov x9, sp
add x8, sp, #32
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _scanf
ldr w1, [sp, #32]
add x0, sp, #44
mov w2, #0
mov w3, #14
bl _binarySearch
str w0, [sp, #28]
ldr w8, [sp, #28]
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9:
ldr w8, [sp, #32]
; implicit-def: $x10
mov x10, x8
ldr w9, [sp, #28]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_11
LBB0_10:
ldr w9, [sp, #32]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
b LBB0_11
LBB0_11:
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12:
bl ___stack_chk_fail
LBB0_13:
mov w0, #0
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.globl _binarySearch ; -- Begin function binarySearch
.p2align 2
_binarySearch: ; @binarySearch
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #16]
str w1, [sp, #12]
str w2, [sp, #8]
str w3, [sp, #4]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_9
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #8]
ldr w9, [sp, #4]
add w8, w8, w9
mov w9, #2
sdiv w8, w8, w9
str w8, [sp]
ldr w8, [sp, #12]
ldr x9, [sp, #16]
ldrsw x10, [sp]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
ldr w8, [sp]
str w8, [sp, #28]
b LBB1_10
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #12]
ldr x9, [sp, #16]
ldrsw x10, [sp]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp]
subs w8, w8, #1
str w8, [sp, #4]
b LBB1_7
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_1 Depth=1
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_1 Depth=1
b LBB1_1
LBB1_9:
mov w8, #-1
str w8, [sp, #28]
b LBB1_10
LBB1_10:
ldr w0, [sp, #28]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%3d "
l_.str.1: ; @.str.1
.asciz "\n"
l_.str.2: ; @.str.2
.asciz "Enter a number between 0 and 28: "
l_.str.3: ; @.str.3
.asciz "%d"
l_.str.4: ; @.str.4
.asciz "\n%d found in array element %d\n"
l_.str.5: ; @.str.5
.asciz "\n%d not found\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $96, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -84(%rbp)
movl $0, -88(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $14, -88(%rbp)
jg LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -88(%rbp), %ecx
shll $1, %ecx
movslq -88(%rbp), %rax
movl %ecx, -80(%rbp,%rax,4)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -88(%rbp), %eax
addl $1, %eax
movl %eax, -88(%rbp)
jmp LBB0_1
LBB0_4:
movl $0, -88(%rbp)
LBB0_5: ## =>This Inner Loop Header: Depth=1
cmpl $14, -88(%rbp)
jg LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movslq -88(%rbp), %rax
movl -80(%rbp,%rax,4), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.7: ## in Loop: Header=BB0_5 Depth=1
movl -88(%rbp), %eax
addl $1, %eax
movl %eax, -88(%rbp)
jmp LBB0_5
LBB0_8:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.3(%rip), %rdi
leaq -92(%rbp), %rsi
movb $0, %al
callq _scanf
leaq -80(%rbp), %rdi
movl -92(%rbp), %esi
xorl %edx, %edx
movl $14, %ecx
callq _binarySearch
movl %eax, -96(%rbp)
cmpl $-1, -96(%rbp)
je LBB0_10
## %bb.9:
movl -92(%rbp), %esi
movl -96(%rbp), %edx
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_11
LBB0_10:
movl -92(%rbp), %esi
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
LBB0_11:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_13
## %bb.12:
xorl %eax, %eax
addq $96, %rsp
popq %rbp
retq
LBB0_13:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _binarySearch ## -- Begin function binarySearch
.p2align 4, 0x90
_binarySearch: ## @binarySearch
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movl %edx, -24(%rbp)
movl %ecx, -28(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -24(%rbp), %eax
cmpl -28(%rbp), %eax
jg LBB1_9
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl -24(%rbp), %eax
addl -28(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -32(%rbp)
movl -20(%rbp), %eax
movq -16(%rbp), %rcx
movslq -32(%rbp), %rdx
cmpl (%rcx,%rdx,4), %eax
jne LBB1_4
## %bb.3:
movl -32(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB1_10
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movl -20(%rbp), %eax
movq -16(%rbp), %rcx
movslq -32(%rbp), %rdx
cmpl (%rcx,%rdx,4), %eax
jge LBB1_6
## %bb.5: ## in Loop: Header=BB1_1 Depth=1
movl -32(%rbp), %eax
subl $1, %eax
movl %eax, -28(%rbp)
jmp LBB1_7
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
LBB1_7: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_8
LBB1_8: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_1
LBB1_9:
movl $-1, -4(%rbp)
LBB1_10:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%3d "
L_.str.1: ## @.str.1
.asciz "\n"
L_.str.2: ## @.str.2
.asciz "Enter a number between 0 and 28: "
L_.str.3: ## @.str.3
.asciz "%d"
L_.str.4: ## @.str.4
.asciz "\n%d found in array element %d\n"
L_.str.5: ## @.str.5
.asciz "\n%d not found\n"
.subsections_via_symbols
| the_stack_data/193892888.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mul ; -- Begin function mul
.p2align 2
_mul: ; @mul
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
mul w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _square ; -- Begin function square
.p2align 2
_square: ; @square
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
ldur w0, [x29, #-4]
ldur w1, [x29, #-4]
bl _mul
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _unused ; -- Begin function unused
.p2align 2
_unused: ; @unused
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w0, #2
bl _square
subs w8, w0, #0
cset w8, le
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB2_2
LBB2_2:
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
stur w8, [x29, #-12] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov w8, #4
stur w8, [x29, #-8]
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #24] ; 8-byte Folded Spill
ldur w0, [x29, #-8]
bl _square
ldr x8, [sp, #24] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
; implicit-def: $x8
mov x8, x0
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldur w0, [x29, #-12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "2^2 > 0\n"
l_.str.1: ; @.str.1
.asciz "%d^2 = %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mul ## -- Begin function mul
.p2align 4, 0x90
_mul: ## @mul
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
imull -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _square ## -- Begin function square
.p2align 4, 0x90
_square: ## @square
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
movl -4(%rbp), %edi
movl -4(%rbp), %esi
callq _mul
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _unused ## -- Begin function unused
.p2align 4, 0x90
_unused: ## @unused
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $2, %edi
callq _square
cmpl $0, %eax
jle LBB2_2
## %bb.1:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
LBB2_2:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $4, -8(%rbp)
movl -8(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
movl -8(%rbp), %edi
callq _square
movl -12(%rbp), %esi ## 4-byte Reload
movl %eax, %edx
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "2^2 > 0\n"
L_.str.1: ## @.str.1
.asciz "%d^2 = %d\n"
.subsections_via_symbols
| the_stack_data/74716.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl _get_marks
stur w0, [x29, #-4]
ldur w9, [x29, #-4]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _get_marks ; -- Begin function get_marks
.p2align 2
_get_marks: ; @get_marks
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub x8, x29, #4
str x8, [sp, #16] ; 8-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldr x8, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "marks=%d\n"
l_.str.1: ; @.str.1
.asciz "enter your marks\n"
l_.str.2: ; @.str.2
.asciz "%d"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
callq _get_marks
movl %eax, -4(%rbp)
movl -4(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _get_marks ## -- Begin function get_marks
.p2align 4, 0x90
_get_marks: ## @get_marks
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
leaq -4(%rbp), %rsi
movb $0, %al
callq _scanf
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "marks=%d\n"
L_.str.1: ## @.str.1
.asciz "enter your marks\n"
L_.str.2: ## @.str.2
.asciz "%d"
.subsections_via_symbols
| the_stack_data/37824.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Hello, World!"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Hello, World!"
.subsections_via_symbols
| the_stack_data/960499.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _audiocallback ; -- Begin function audiocallback
.p2align 2
_audiocallback: ; @audiocallback
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
stur w2, [x29, #-20]
ldur x8, [x29, #-8]
str x8, [sp, #32]
ldr x8, [sp, #32]
ldr w8, [x8, #8]
; implicit-def: $x10
mov x10, x8
ldr x8, [sp, #32]
ldr w9, [x8, #12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x8, [sp, #32]
ldr w8, [x8, #8]
ldr x9, [sp, #32]
ldr w9, [x9, #12]
subs w8, w8, w9
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ls
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldur w8, [x29, #-20]
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB0_3
LBB0_2:
ldr x8, [sp, #32]
ldr w8, [x8, #8]
ldr x9, [sp, #32]
ldr w9, [x9, #12]
subs w8, w8, w9
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB0_3
LBB0_3:
ldr w8, [sp, #24] ; 4-byte Folded Reload
str w8, [sp, #28]
ldur x0, [x29, #-16]
ldr x8, [sp, #32]
ldr x8, [x8]
ldr x9, [sp, #32]
ldr w9, [x9, #12]
; kill: def $x9 killed $w9
add x1, x8, x9
ldrsw x2, [sp, #28]
mov x3, #-1
bl ___memcpy_chk
ldr x8, [sp, #32]
ldr w8, [x8, #12]
ldr w9, [sp, #28]
add w8, w8, w9
ldr x9, [sp, #32]
str w8, [x9, #12]
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "playing len=%d pos=%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _audiocallback ## -- Begin function audiocallback
.p2align 4, 0x90
_audiocallback: ## @audiocallback
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movq -8(%rbp), %rax
movq %rax, -32(%rbp)
movq -32(%rbp), %rax
movl 8(%rax), %esi
movq -32(%rbp), %rax
movl 12(%rax), %edx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movq -32(%rbp), %rax
movl 8(%rax), %eax
movq -32(%rbp), %rcx
subl 12(%rcx), %eax
cmpl -20(%rbp), %eax
jbe LBB0_2
## %bb.1:
movl -20(%rbp), %eax
movl %eax, -40(%rbp) ## 4-byte Spill
jmp LBB0_3
LBB0_2:
movq -32(%rbp), %rax
movl 8(%rax), %eax
movq -32(%rbp), %rcx
subl 12(%rcx), %eax
movl %eax, -40(%rbp) ## 4-byte Spill
LBB0_3:
movl -40(%rbp), %eax ## 4-byte Reload
movl %eax, -36(%rbp)
movq -16(%rbp), %rdi
movq -32(%rbp), %rax
movq (%rax), %rsi
movq -32(%rbp), %rax
movl 12(%rax), %eax
## kill: def $rax killed $eax
addq %rax, %rsi
movslq -36(%rbp), %rdx
movq $-1, %rcx
callq ___memcpy_chk
movq -32(%rbp), %rax
movl 12(%rax), %ecx
addl -36(%rbp), %ecx
movq -32(%rbp), %rax
movl %ecx, 12(%rax)
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "playing len=%d pos=%d\n"
.subsections_via_symbols
| the_stack_data/90761856.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldursw x8, [x29, #-8]
lsl x0, x8, #2
bl _malloc
stur x0, [x29, #-16]
movi d0, #0000000000000000
str s0, [sp, #24]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
str wzr, [sp, #20]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #20]
add x8, x8, x9, lsl #2
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _scanf
ldr s0, [sp, #24]
ldur x8, [x29, #-16]
ldrsw x9, [sp, #20]
ldr s1, [x8, x9, lsl #2]
fadd s0, s0, s1
str s0, [sp, #24]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_1
LBB0_4:
ldr s0, [sp, #24]
ldur s1, [x29, #-8]
scvtf s1, s1
fdiv s0, s0, s1
stur s0, [x29, #-20]
str wzr, [sp, #16]
b LBB0_5
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_10
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
ldr s0, [x8, x9, lsl #2]
ldur s1, [x29, #-20]
fcmp s0, s1
cset w8, le
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
ldr s0, [x8, x9, lsl #2]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_5 Depth=1
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_5
LBB0_10:
ldur x0, [x29, #-16]
bl _free
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Input number of measurements: "
l_.str.1: ; @.str.1
.asciz "%i"
l_.str.2: ; @.str.2
.asciz "Input numbers: \n"
l_.str.3: ; @.str.3
.asciz "%f"
l_.str.4: ; @.str.4
.asciz "%f "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movslq -8(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -16(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -24(%rbp)
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -28(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rsi
movslq -28(%rbp), %rax
shlq $2, %rax
addq %rax, %rsi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _scanf
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
addss (%rax,%rcx,4), %xmm0
movss %xmm0, -24(%rbp)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB0_1
LBB0_4:
movss -24(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtsi2ssl -8(%rbp), %xmm1
divss %xmm1, %xmm0
movss %xmm0, -20(%rbp)
movl $0, -32(%rbp)
LBB0_5: ## =>This Inner Loop Header: Depth=1
movl -32(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_10
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -20(%rbp), %xmm0
jbe LBB0_8
## %bb.7: ## in Loop: Header=BB0_5 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.4(%rip), %rdi
movb $1, %al
callq _printf
LBB0_8: ## in Loop: Header=BB0_5 Depth=1
jmp LBB0_9
LBB0_9: ## in Loop: Header=BB0_5 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_5
LBB0_10:
movq -16(%rbp), %rdi
callq _free
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Input number of measurements: "
L_.str.1: ## @.str.1
.asciz "%i"
L_.str.2: ## @.str.2
.asciz "Input numbers: \n"
L_.str.3: ## @.str.3
.asciz "%f"
L_.str.4: ## @.str.4
.asciz "%f "
.subsections_via_symbols
| the_stack_data/1169065.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _abort ; -- Begin function abort
.p2align 2
_abort: ; @abort
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #-1
stur w8, [x29, #-8]
mov w8, #6
stur w8, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #32
cset w8, le
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
mov w8, #0
stur w8, [x29, #-12] ; 4-byte Folded Spill
b LBB0_3
LBB0_2:
ldur w9, [x29, #-4]
mov w8, #1
subs w9, w9, #1
lsl w8, w8, w9
stur w8, [x29, #-12] ; 4-byte Folded Spill
b LBB0_3
LBB0_3:
ldur w9, [x29, #-12] ; 4-byte Folded Reload
sub x1, x29, #8
str x1, [sp, #8] ; 8-byte Folded Spill
ldur w8, [x29, #-8]
bic w8, w8, w9
stur w8, [x29, #-8]
mov w0, #3
stur w0, [x29, #-20] ; 4-byte Folded Spill
mov x2, #0
str x2, [sp, #16] ; 8-byte Folded Spill
bl _sigprocmask
bl _getpid
mov w1, #6
stur w1, [x29, #-16] ; 4-byte Folded Spill
bl _kill
ldr x1, [sp, #16] ; 8-byte Folded Reload
ldur w0, [x29, #-16] ; 4-byte Folded Reload
bl _signal
ldr x1, [sp, #8] ; 8-byte Folded Reload
ldr x2, [sp, #16] ; 8-byte Folded Reload
ldur w0, [x29, #-20] ; 4-byte Folded Reload
bl _sigprocmask
bl _getpid
ldur w1, [x29, #-16] ; 4-byte Folded Reload
bl _kill
mov w0, #1
bl _exit
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _abort ## -- Begin function abort
.p2align 4, 0x90
_abort: ## @abort
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movl $-1, -8(%rbp)
movl $6, -4(%rbp)
cmpl $32, -4(%rbp)
jle LBB0_2
## %bb.1:
xorl %eax, %eax
movl %eax, -12(%rbp) ## 4-byte Spill
jmp LBB0_3
LBB0_2:
movl -4(%rbp), %ecx
subl $1, %ecx
movl $1, %eax
## kill: def $cl killed $ecx
shll %cl, %eax
movl %eax, -12(%rbp) ## 4-byte Spill
LBB0_3:
movl -12(%rbp), %ecx ## 4-byte Reload
notl %ecx
movl -8(%rbp), %eax
andl %ecx, %eax
movl %eax, -8(%rbp)
xorl %eax, %eax
movl %eax, %edx
movq %rdx, -24(%rbp) ## 8-byte Spill
movl $3, %edi
movl %edi, -36(%rbp) ## 4-byte Spill
leaq -8(%rbp), %rsi
movq %rsi, -32(%rbp) ## 8-byte Spill
callq _sigprocmask
callq _getpid
movl %eax, %edi
movl $6, %esi
movl %esi, -16(%rbp) ## 4-byte Spill
callq _kill
movq -24(%rbp), %rsi ## 8-byte Reload
movl -16(%rbp), %edi ## 4-byte Reload
callq _signal
movl -36(%rbp), %edi ## 4-byte Reload
movq -32(%rbp), %rsi ## 8-byte Reload
movq -24(%rbp), %rdx ## 8-byte Reload
callq _sigprocmask
callq _getpid
movl -16(%rbp), %esi ## 4-byte Reload
movl %eax, %edi
callq _kill
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/1139062.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sd_genmat ; -- Begin function sd_genmat
.p2align 2
_sd_genmat: ; @sd_genmat
.cfi_startproc
; %bb.0:
sub sp, sp, #416
.cfi_def_cfa_offset 416
stp x28, x27, [sp, #384] ; 16-byte Folded Spill
stp x29, x30, [sp, #400] ; 16-byte Folded Spill
add x29, sp, #400
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
mov x0, #1
mov x1, #11664
bl _calloc
str x0, [sp, #40]
str wzr, [sp, #24]
str wzr, [sp, #36]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #36]
subs w8, w8, #9
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #32]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #32]
subs w8, w8, #9
cset w8, ge
tbnz w8, #0, LBB0_10
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
str wzr, [sp, #28]
b LBB0_5
LBB0_5: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_3 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #28]
subs w8, w8, #9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=3
ldr w9, [sp, #36]
mov w8, #9
mul w9, w8, w9
ldr w10, [sp, #32]
add w9, w9, w10
ldr x11, [sp, #40]
mov x10, #5832
add x11, x11, x10
ldrsw x12, [sp, #24]
lsl x12, x12, #3
strh w9, [x11, x12]
ldr w9, [sp, #36]
mov w12, #3
sdiv w9, w9, w12
mul w9, w9, w12
ldr w11, [sp, #32]
sdiv w11, w11, w12
add w9, w9, w11
mul w9, w9, w8
ldr w11, [sp, #28]
add w9, w9, w11
add w9, w9, #81
ldr x11, [sp, #40]
add x11, x11, x10
ldrsw x12, [sp, #24]
add x11, x11, x12, lsl #3
strh w9, [x11, #2]
ldr w9, [sp, #36]
mul w9, w8, w9
ldr w11, [sp, #28]
add w9, w9, w11
add w9, w9, #162
ldr x11, [sp, #40]
add x11, x11, x10
ldrsw x12, [sp, #24]
add x11, x11, x12, lsl #3
strh w9, [x11, #4]
ldr w9, [sp, #32]
mul w8, w8, w9
ldr w9, [sp, #28]
add w8, w8, w9
add w8, w8, #243
ldr x9, [sp, #40]
add x9, x9, x10
ldrsw x10, [sp, #24]
add x9, x9, x10, lsl #3
strh w8, [x9, #6]
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=3
ldr w8, [sp, #28]
add w8, w8, #1
str w8, [sp, #28]
b LBB0_5
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB0_3
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #36]
add w8, w8, #1
str w8, [sp, #36]
b LBB0_1
LBB0_12:
str wzr, [sp, #20]
b LBB0_13
LBB0_13: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
subs w8, w8, #324
cset w8, ge
tbnz w8, #0, LBB0_16
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_13 Depth=1
ldrsw x9, [sp, #20]
add x8, sp, #52
add x8, x8, x9
strb wzr, [x8]
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_13 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_13
LBB0_16:
str wzr, [sp, #24]
b LBB0_17
LBB0_17: ; =>This Loop Header: Depth=1
; Child Loop BB0_19 Depth 2
ldr w8, [sp, #24]
subs w8, w8, #729
cset w8, ge
tbnz w8, #0, LBB0_24
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_17 Depth=1
str wzr, [sp, #16]
b LBB0_19
LBB0_19: ; Parent Loop BB0_17 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #16]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB0_22
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_19 Depth=2
ldr x8, [sp, #40]
mov x9, #5832
add x8, x8, x9
ldrsw x9, [sp, #24]
add x8, x8, x9, lsl #3
ldrsw x9, [sp, #16]
ldrh w8, [x8, x9, lsl #1]
str w8, [sp, #28]
ldr w8, [sp, #24]
ldr x9, [sp, #40]
ldrsw x10, [sp, #28]
mov x11, #18
mul x10, x10, x11
add x9, x9, x10
ldrsw x11, [sp, #28]
add x10, sp, #52
add x12, x10, x11
ldrsb x10, [x12]
mov x11, x10
add w11, w11, #1
strb w11, [x12]
strh w8, [x9, x10, lsl #1]
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_19 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_19
LBB0_22: ; in Loop: Header=BB0_17 Depth=1
b LBB0_23
LBB0_23: ; in Loop: Header=BB0_17 Depth=1
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB0_17
LBB0_24:
ldr x8, [sp, #40]
str x8, [sp] ; 8-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_26
b LBB0_25
LBB0_25:
bl ___stack_chk_fail
LBB0_26:
ldr x0, [sp] ; 8-byte Folded Reload
ldp x29, x30, [sp, #400] ; 16-byte Folded Reload
ldp x28, x27, [sp, #384] ; 16-byte Folded Reload
add sp, sp, #416
ret
.cfi_endproc
; -- End function
.globl _sd_solve ; -- Begin function sd_solve
.p2align 2
_sd_solve: ; @sd_solve
.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, #1424
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #104]
str x1, [sp, #96]
str x2, [sp, #88]
str x3, [sp, #80]
str x4, [sp, #72]
str wzr, [sp, #40]
str wzr, [sp, #32]
str wzr, [sp, #60]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #60]
subs w8, w8, #729
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldrsw x9, [sp, #60]
add x8, sp, #687
add x8, x8, x9
strb wzr, [x8]
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #60]
add w8, w8, #1
str w8, [sp, #60]
b LBB1_1
LBB1_4:
str wzr, [sp, #56]
b LBB1_5
LBB1_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #56]
subs w8, w8, #324
cset w8, ge
tbnz w8, #0, LBB1_8
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_5 Depth=1
ldrsw x9, [sp, #56]
add x8, sp, #282
add x9, x8, x9
mov w8, #9
strb w8, [x9]
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [sp, #56]
add w8, w8, #1
str w8, [sp, #56]
b LBB1_5
LBB1_8:
str wzr, [sp, #68]
b LBB1_9
LBB1_9: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #68]
subs w8, w8, #81
cset w8, ge
tbnz w8, #0, LBB1_20
b LBB1_10
LBB1_10: ; in Loop: Header=BB1_9 Depth=1
ldr x8, [sp, #96]
ldrsw x9, [sp, #68]
ldrsb w8, [x8, x9]
subs w8, w8, #49
cset w8, lt
tbnz w8, #0, LBB1_13
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_9 Depth=1
ldr x8, [sp, #96]
ldrsw x9, [sp, #68]
ldrsb w8, [x8, x9]
subs w8, w8, #57
cset w8, gt
tbnz w8, #0, LBB1_13
b LBB1_12
LBB1_12: ; in Loop: Header=BB1_9 Depth=1
ldr x8, [sp, #96]
ldrsw x9, [sp, #68]
ldrsb w8, [x8, x9]
subs w8, w8, #49
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB1_14
LBB1_13: ; in Loop: Header=BB1_9 Depth=1
mov w8, #-1
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_9 Depth=1
ldr w8, [sp, #24] ; 4-byte Folded Reload
str w8, [sp, #28]
ldr w8, [sp, #28]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB1_16
b LBB1_15
LBB1_15: ; in Loop: Header=BB1_9 Depth=1
ldr x0, [sp, #104]
ldr w8, [sp, #68]
mov w9, #9
mul w8, w8, w9
ldr w9, [sp, #28]
add w3, w8, w9
add x1, sp, #687
add x2, sp, #282
mov w4, #1
bl _sd_update
b LBB1_16
LBB1_16: ; in Loop: Header=BB1_9 Depth=1
ldr w8, [sp, #28]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB1_18
b LBB1_17
LBB1_17: ; in Loop: Header=BB1_9 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_9 Depth=1
ldrsw x9, [sp, #68]
add x8, sp, #120
add x9, x8, x9, lsl #1
mov w8, #65535
strh w8, [x9]
ldrsw x9, [sp, #68]
add x8, sp, #606
add x9, x8, x9
mov w8, #255
strb w8, [x9]
ldr x8, [sp, #96]
ldrsw x9, [sp, #68]
add x8, x8, x9
ldrb w8, [x8]
ldr x9, [sp, #88]
ldrsw x10, [sp, #68]
add x9, x9, x10
strb w8, [x9]
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_9 Depth=1
ldr w8, [sp, #68]
add w8, w8, #1
str w8, [sp, #68]
b LBB1_9
LBB1_20:
str wzr, [sp, #68]
mov w8, #1
str w8, [sp, #48]
mov w8, #655360
str w8, [sp, #44]
b LBB1_21
LBB1_21: ; =>This Loop Header: Depth=1
; Child Loop BB1_22 Depth 2
; Child Loop BB1_28 Depth 3
; Child Loop BB1_46 Depth 3
; Child Loop BB1_60 Depth 2
b LBB1_22
LBB1_22: ; Parent Loop BB1_21 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB1_28 Depth 3
; Child Loop BB1_46 Depth 3
ldr w8, [sp, #68]
subs w8, w8, #0
cset w8, lt
mov w9, #0
str w9, [sp, #20] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_24
b LBB1_23
LBB1_23: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #68]
ldr w10, [sp, #32]
mov w9, #81
subs w9, w9, w10
subs w8, w8, w9
cset w8, lt
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB1_24
LBB1_24: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #20] ; 4-byte Folded Reload
tbz w8, #0, LBB1_57
b LBB1_25
LBB1_25: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #48]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_40
b LBB1_26
LBB1_26: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #44]
asr w8, w8, #16
str w8, [sp, #36]
ldrh w8, [sp, #44]
ldrsw x10, [sp, #68]
add x9, sp, #120
strh w8, [x9, x10, lsl #1]
ldr w8, [sp, #36]
subs w8, w8, #1
cset w8, le
tbnz w8, #0, LBB1_36
b LBB1_27
LBB1_27: ; in Loop: Header=BB1_22 Depth=2
str wzr, [sp, #56]
b LBB1_28
LBB1_28: ; Parent Loop BB1_21 Depth=1
; Parent Loop BB1_22 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #56]
subs w8, w8, #324
cset w8, ge
tbnz w8, #0, LBB1_35
b LBB1_29
LBB1_29: ; in Loop: Header=BB1_28 Depth=3
ldrsw x9, [sp, #56]
add x8, sp, #282
ldrb w8, [x8, x9]
ldr w9, [sp, #36]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_33
b LBB1_30
LBB1_30: ; in Loop: Header=BB1_28 Depth=3
ldrsw x9, [sp, #56]
add x8, sp, #282
ldrb w8, [x8, x9]
str w8, [sp, #36]
ldr w8, [sp, #56]
ldrsw x10, [sp, #68]
add x9, sp, #120
strh w8, [x9, x10, lsl #1]
ldr w8, [sp, #36]
subs w8, w8, #1
cset w8, gt
tbnz w8, #0, LBB1_32
b LBB1_31
LBB1_31: ; in Loop: Header=BB1_22 Depth=2
b LBB1_35
LBB1_32: ; in Loop: Header=BB1_28 Depth=3
b LBB1_33
LBB1_33: ; in Loop: Header=BB1_28 Depth=3
b LBB1_34
LBB1_34: ; in Loop: Header=BB1_28 Depth=3
ldr w8, [sp, #56]
add w8, w8, #1
str w8, [sp, #56]
b LBB1_28
LBB1_35: ; in Loop: Header=BB1_22 Depth=2
b LBB1_36
LBB1_36: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_38
b LBB1_37
LBB1_37: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #36]
subs w8, w8, #10
cset w8, ne
tbnz w8, #0, LBB1_39
b LBB1_38
LBB1_38: ; in Loop: Header=BB1_22 Depth=2
mov w8, #-1
str w8, [sp, #48]
ldrsw x9, [sp, #68]
mov x8, x9
subs w8, w8, #1
str w8, [sp, #68]
add x8, sp, #606
add x9, x8, x9
mov w8, #255
strb w8, [x9]
b LBB1_39
LBB1_39: ; in Loop: Header=BB1_22 Depth=2
b LBB1_40
LBB1_40: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #68]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB1_42
b LBB1_41
LBB1_41:
str wzr, [sp, #116]
b LBB1_67
LBB1_42: ; in Loop: Header=BB1_22 Depth=2
ldrsw x9, [sp, #68]
add x8, sp, #120
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #56]
ldr w8, [sp, #48]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_45
b LBB1_43
LBB1_43: ; in Loop: Header=BB1_22 Depth=2
ldrsw x9, [sp, #68]
add x8, sp, #606
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB1_45
b LBB1_44
LBB1_44: ; in Loop: Header=BB1_22 Depth=2
ldr x0, [sp, #104]
ldr x8, [sp, #104]
ldrsw x9, [sp, #56]
mov x10, #18
mul x9, x9, x10
add x8, x8, x9
ldrsw x10, [sp, #68]
add x9, sp, #606
ldrsb x9, [x9, x10]
ldrh w3, [x8, x9, lsl #1]
add x1, sp, #687
add x2, sp, #282
mov w4, #-1
bl _sd_update
b LBB1_45
LBB1_45: ; in Loop: Header=BB1_22 Depth=2
ldrsw x9, [sp, #68]
add x8, sp, #606
ldrsb w8, [x8, x9]
add w8, w8, #1
str w8, [sp, #52]
b LBB1_46
LBB1_46: ; Parent Loop BB1_21 Depth=1
; Parent Loop BB1_22 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #52]
subs w8, w8, #9
cset w8, ge
tbnz w8, #0, LBB1_51
b LBB1_47
LBB1_47: ; in Loop: Header=BB1_46 Depth=3
ldr x8, [sp, #104]
ldrsw x9, [sp, #56]
mov x10, #18
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #52]
ldrh w8, [x8, x9, lsl #1]
mov x9, x8
add x8, sp, #687
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_49
b LBB1_48
LBB1_48: ; in Loop: Header=BB1_22 Depth=2
b LBB1_51
LBB1_49: ; in Loop: Header=BB1_46 Depth=3
b LBB1_50
LBB1_50: ; in Loop: Header=BB1_46 Depth=3
ldr w8, [sp, #52]
add w8, w8, #1
str w8, [sp, #52]
b LBB1_46
LBB1_51: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #52]
subs w8, w8, #9
cset w8, ge
tbnz w8, #0, LBB1_55
b LBB1_52
LBB1_52: ; in Loop: Header=BB1_22 Depth=2
ldr w8, [sp, #36]
subs w8, w8, #1
cset w8, le
tbnz w8, #0, LBB1_54
b LBB1_53
LBB1_53: ; in Loop: Header=BB1_22 Depth=2
ldr x9, [sp, #72]
ldr x8, [x9]
add x8, x8, #1
str x8, [x9]
b LBB1_54
LBB1_54: ; in Loop: Header=BB1_22 Depth=2
ldr x0, [sp, #104]
ldr x8, [sp, #104]
ldrsw x9, [sp, #56]
mov x10, #18
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #52]
ldrh w3, [x8, x9, lsl #1]
add x1, sp, #687
add x2, sp, #282
mov w4, #1
str w4, [sp, #16] ; 4-byte Folded Spill
bl _sd_update
ldr w8, [sp, #16] ; 4-byte Folded Reload
str w0, [sp, #44]
ldr w9, [sp, #52]
ldrsw x11, [sp, #68]
mov x10, x11
add w10, w10, #1
str w10, [sp, #68]
add x10, sp, #606
strb w9, [x10, x11]
str w8, [sp, #48]
b LBB1_56
LBB1_55: ; in Loop: Header=BB1_22 Depth=2
mov w8, #-1
str w8, [sp, #48]
ldrsw x9, [sp, #68]
mov x8, x9
subs w8, w8, #1
str w8, [sp, #68]
add x8, sp, #606
add x9, x8, x9
mov w8, #255
strb w8, [x9]
b LBB1_56
LBB1_56: ; in Loop: Header=BB1_22 Depth=2
b LBB1_22
LBB1_57: ; in Loop: Header=BB1_21 Depth=1
ldr w8, [sp, #68]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB1_59
b LBB1_58
LBB1_58:
b LBB1_66
LBB1_59: ; in Loop: Header=BB1_21 Depth=1
str wzr, [sp, #64]
b LBB1_60
LBB1_60: ; Parent Loop BB1_21 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #64]
ldr w9, [sp, #68]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_63
b LBB1_61
LBB1_61: ; in Loop: Header=BB1_60 Depth=2
ldr x8, [sp, #104]
ldrsw x10, [sp, #64]
add x9, sp, #120
ldrsh x9, [x9, x10, lsl #1]
mov x10, #18
mul x9, x9, x10
add x8, x8, x9
ldrsw x10, [sp, #64]
add x9, sp, #606
ldrsb x9, [x9, x10]
ldrh w8, [x8, x9, lsl #1]
str w8, [sp, #60]
ldr w8, [sp, #60]
mov w11, #9
sdiv w9, w8, w11
mul w9, w9, w11
subs w8, w8, w9
add w8, w8, #49
ldr x9, [sp, #88]
ldr w10, [sp, #60]
sdiv w10, w10, w11
strb w8, [x9, w10, sxtw]
b LBB1_62
LBB1_62: ; in Loop: Header=BB1_60 Depth=2
ldr w8, [sp, #64]
add w8, w8, #1
str w8, [sp, #64]
b LBB1_60
LBB1_63: ; in Loop: Header=BB1_21 Depth=1
ldr w8, [sp, #40]
add w8, w8, #1
str w8, [sp, #40]
ldr w9, [sp, #68]
mov w8, #-1
subs w9, w9, #1
str w9, [sp, #68]
str w8, [sp, #48]
ldrsw x8, [sp, #40]
ldr x9, [sp, #80]
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB1_65
b LBB1_64
LBB1_64:
b LBB1_66
LBB1_65: ; in Loop: Header=BB1_21 Depth=1
b LBB1_21
LBB1_66:
ldr w8, [sp, #40]
str w8, [sp, #116]
b LBB1_67
LBB1_67:
ldr w8, [sp, #116]
str w8, [sp, #12] ; 4-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_69
b LBB1_68
LBB1_68:
bl ___stack_chk_fail
LBB1_69:
ldr w0, [sp, #12] ; 4-byte Folded Reload
add sp, sp, #1424
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function sd_update
_sd_update: ; @sd_update
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
str x0, [sp, #72]
str x1, [sp, #64]
str x2, [sp, #56]
str w3, [sp, #52]
str w4, [sp, #48]
mov w8, #10
str w8, [sp, #40]
str wzr, [sp, #36]
str wzr, [sp, #44]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #44]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr w10, [sp, #48]
ldr x8, [sp, #56]
ldr x9, [sp, #72]
mov x11, #5832
add x9, x9, x11
ldrsw x11, [sp, #52]
add x9, x9, x11, lsl #3
ldrsw x11, [sp, #44]
ldrh w9, [x9, x11, lsl #1]
; kill: def $x9 killed $w9
add x9, x8, x9
ldrb w8, [x9]
add w8, w8, w10, lsl #7
strb w8, [x9]
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB2_1
LBB2_4:
str wzr, [sp, #44]
b LBB2_5
LBB2_5: ; =>This Loop Header: Depth=1
; Child Loop BB2_21 Depth 2
; Child Loop BB2_8 Depth 2
; Child Loop BB2_12 Depth 3
ldr w8, [sp, #44]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB2_29
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_5 Depth=1
ldr x8, [sp, #72]
mov x9, #5832
add x8, x8, x9
ldrsw x9, [sp, #52]
add x8, x8, x9, lsl #3
ldrsw x9, [sp, #44]
ldrh w8, [x8, x9, lsl #1]
str w8, [sp, #20]
ldr w8, [sp, #48]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB2_20
b LBB2_7
LBB2_7: ; in Loop: Header=BB2_5 Depth=1
str wzr, [sp, #32]
b LBB2_8
LBB2_8: ; Parent Loop BB2_5 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB2_12 Depth 3
ldr w8, [sp, #32]
subs w8, w8, #9
cset w8, ge
tbnz w8, #0, LBB2_19
b LBB2_9
LBB2_9: ; in Loop: Header=BB2_8 Depth=2
ldr x8, [sp, #64]
ldr x9, [sp, #72]
ldrsw x10, [sp, #20]
mov x11, #18
mul x10, x10, x11
add x9, x9, x10
ldrsw x10, [sp, #32]
ldrh w9, [x9, x10, lsl #1]
str w9, [sp, #28]
add x10, x8, w9, sxtw
ldrsb w8, [x10]
add w9, w8, #1
strb w9, [x10]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_11
b LBB2_10
LBB2_10: ; in Loop: Header=BB2_8 Depth=2
b LBB2_18
LBB2_11: ; in Loop: Header=BB2_8 Depth=2
str wzr, [sp, #24]
b LBB2_12
LBB2_12: ; Parent Loop BB2_5 Depth=1
; Parent Loop BB2_8 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #24]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB2_17
b LBB2_13
LBB2_13: ; in Loop: Header=BB2_12 Depth=3
ldr x8, [sp, #72]
mov x9, #5832
add x8, x8, x9
ldrsw x9, [sp, #28]
add x8, x8, x9, lsl #3
ldrsw x9, [sp, #24]
ldrh w8, [x8, x9, lsl #1]
str w8, [sp, #16]
ldr x8, [sp, #56]
ldrsw x9, [sp, #16]
add x8, x8, x9
ldrb w10, [x8]
mov w9, #-1
add w9, w9, w10, uxtb
strb w9, [x8]
ldr w8, [sp, #40]
subs w8, w8, w9, uxtb
cset w8, le
tbnz w8, #0, LBB2_15
b LBB2_14
LBB2_14: ; in Loop: Header=BB2_12 Depth=3
ldr x8, [sp, #56]
ldrsw x9, [sp, #16]
ldrb w8, [x8, x9]
str w8, [sp, #40]
ldr w8, [sp, #16]
str w8, [sp, #36]
b LBB2_15
LBB2_15: ; in Loop: Header=BB2_12 Depth=3
b LBB2_16
LBB2_16: ; in Loop: Header=BB2_12 Depth=3
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB2_12
LBB2_17: ; in Loop: Header=BB2_8 Depth=2
b LBB2_18
LBB2_18: ; in Loop: Header=BB2_8 Depth=2
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB2_8
LBB2_19: ; in Loop: Header=BB2_5 Depth=1
b LBB2_27
LBB2_20: ; in Loop: Header=BB2_5 Depth=1
str wzr, [sp, #32]
b LBB2_21
LBB2_21: ; Parent Loop BB2_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #32]
subs w8, w8, #9
cset w8, ge
tbnz w8, #0, LBB2_26
b LBB2_22
LBB2_22: ; in Loop: Header=BB2_21 Depth=2
ldr x8, [sp, #64]
ldr x9, [sp, #72]
ldrsw x10, [sp, #20]
mov x11, #18
mul x10, x10, x11
add x9, x9, x10
ldrsw x10, [sp, #32]
ldrh w9, [x9, x10, lsl #1]
str w9, [sp, #28]
add x9, x8, w9, sxtw
ldrb w10, [x9]
mov w8, #-1
add w8, w8, w10, uxtb
strb w8, [x9]
sxtb w8, w8
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_24
b LBB2_23
LBB2_23: ; in Loop: Header=BB2_21 Depth=2
b LBB2_25
LBB2_24: ; in Loop: Header=BB2_21 Depth=2
ldr x8, [sp, #72]
mov x9, #5832
add x8, x8, x9
ldrsw x9, [sp, #28]
add x8, x8, x9, lsl #3
str x8, [sp, #8]
ldr x8, [sp, #56]
ldr x9, [sp, #8]
ldrh w9, [x9]
; kill: def $x9 killed $w9
add x9, x8, x9
ldrb w8, [x9]
add w8, w8, #1
strb w8, [x9]
ldr x8, [sp, #56]
ldr x9, [sp, #8]
ldrh w9, [x9, #2]
; kill: def $x9 killed $w9
add x9, x8, x9
ldrb w8, [x9]
add w8, w8, #1
strb w8, [x9]
ldr x8, [sp, #56]
ldr x9, [sp, #8]
ldrh w9, [x9, #4]
; kill: def $x9 killed $w9
add x9, x8, x9
ldrb w8, [x9]
add w8, w8, #1
strb w8, [x9]
ldr x8, [sp, #56]
ldr x9, [sp, #8]
ldrh w9, [x9, #6]
; kill: def $x9 killed $w9
add x9, x8, x9
ldrb w8, [x9]
add w8, w8, #1
strb w8, [x9]
b LBB2_25
LBB2_25: ; in Loop: Header=BB2_21 Depth=2
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB2_21
LBB2_26: ; in Loop: Header=BB2_5 Depth=1
b LBB2_27
LBB2_27: ; in Loop: Header=BB2_5 Depth=1
b LBB2_28
LBB2_28: ; in Loop: Header=BB2_5 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB2_5
LBB2_29:
ldr w9, [sp, #40]
ldr w8, [sp, #36]
orr w0, w8, w9, lsl #16
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.globl _OtherSolverKudoku ; -- Begin function OtherSolverKudoku
.p2align 2
_OtherSolverKudoku: ; @OtherSolverKudoku
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
stur w2, [x29, #-20]
str x3, [sp, #16]
str x4, [sp, #8]
adrp x8, _aux@PAGE
ldr x8, [x8, _aux@PAGEOFF]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
bl _sd_genmat
adrp x8, _aux@PAGE
str x0, [x8, _aux@PAGEOFF]
b LBB3_2
LBB3_2:
ldr x8, [sp, #8]
str xzr, [x8]
adrp x8, _aux@PAGE
ldr x0, [x8, _aux@PAGEOFF]
ldur x1, [x29, #-8]
ldr x2, [sp, #16]
ldur x3, [x29, #-16]
ldr x4, [sp, #8]
bl _sd_solve
; implicit-def: $x8
mov x8, x0
sxtw x0, w8
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _aux ; @aux
.zerofill __DATA,__common,_aux,8,3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sd_genmat ## -- Begin function sd_genmat
.p2align 4, 0x90
_sd_genmat: ## @sd_genmat
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $384, %rsp ## imm = 0x180
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $1, %edi
movl $11664, %esi ## imm = 0x2D90
callq _calloc
movq %rax, -344(%rbp)
movl $0, -360(%rbp)
movl $0, -348(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
## Child Loop BB0_5 Depth 3
cmpl $9, -348(%rbp)
jge LBB0_12
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -352(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_5 Depth 3
cmpl $9, -352(%rbp)
jge LBB0_10
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl $0, -356(%rbp)
LBB0_5: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_3 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $9, -356(%rbp)
jge LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=3
imull $9, -348(%rbp), %eax
addl -352(%rbp), %eax
movw %ax, %dx
movq -344(%rbp), %rax
movslq -360(%rbp), %rcx
movw %dx, 5832(%rax,%rcx,8)
movl -348(%rbp), %eax
movl $3, %ecx
cltd
idivl %ecx
imull $3, %eax, %eax
movl %eax, -376(%rbp) ## 4-byte Spill
movl -352(%rbp), %eax
movl $3, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -376(%rbp), %eax ## 4-byte Reload
addl %ecx, %eax
imull $9, %eax, %eax
addl -356(%rbp), %eax
addl $81, %eax
movw %ax, %dx
movq -344(%rbp), %rax
movslq -360(%rbp), %rcx
movw %dx, 5834(%rax,%rcx,8)
imull $9, -348(%rbp), %eax
addl -356(%rbp), %eax
addl $162, %eax
movw %ax, %dx
movq -344(%rbp), %rax
movslq -360(%rbp), %rcx
movw %dx, 5836(%rax,%rcx,8)
imull $9, -352(%rbp), %eax
addl -356(%rbp), %eax
addl $243, %eax
movw %ax, %dx
movq -344(%rbp), %rax
movslq -360(%rbp), %rcx
movw %dx, 5838(%rax,%rcx,8)
movl -360(%rbp), %eax
addl $1, %eax
movl %eax, -360(%rbp)
## %bb.7: ## in Loop: Header=BB0_5 Depth=3
movl -356(%rbp), %eax
addl $1, %eax
movl %eax, -356(%rbp)
jmp LBB0_5
LBB0_8: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_9
LBB0_9: ## in Loop: Header=BB0_3 Depth=2
movl -352(%rbp), %eax
addl $1, %eax
movl %eax, -352(%rbp)
jmp LBB0_3
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_11
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
movl -348(%rbp), %eax
addl $1, %eax
movl %eax, -348(%rbp)
jmp LBB0_1
LBB0_12:
movl $0, -364(%rbp)
LBB0_13: ## =>This Inner Loop Header: Depth=1
cmpl $324, -364(%rbp) ## imm = 0x144
jge LBB0_16
## %bb.14: ## in Loop: Header=BB0_13 Depth=1
movslq -364(%rbp), %rax
movb $0, -336(%rbp,%rax)
## %bb.15: ## in Loop: Header=BB0_13 Depth=1
movl -364(%rbp), %eax
addl $1, %eax
movl %eax, -364(%rbp)
jmp LBB0_13
LBB0_16:
movl $0, -360(%rbp)
LBB0_17: ## =>This Loop Header: Depth=1
## Child Loop BB0_19 Depth 2
cmpl $729, -360(%rbp) ## imm = 0x2D9
jge LBB0_24
## %bb.18: ## in Loop: Header=BB0_17 Depth=1
movl $0, -368(%rbp)
LBB0_19: ## Parent Loop BB0_17 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $4, -368(%rbp)
jge LBB0_22
## %bb.20: ## in Loop: Header=BB0_19 Depth=2
movq -344(%rbp), %rax
addq $5832, %rax ## imm = 0x16C8
movslq -360(%rbp), %rcx
shlq $3, %rcx
addq %rcx, %rax
movslq -368(%rbp), %rcx
movzwl (%rax,%rcx,2), %eax
movl %eax, -356(%rbp)
movl -360(%rbp), %eax
movw %ax, %dx
movq -344(%rbp), %rax
movslq -356(%rbp), %rcx
imulq $18, %rcx, %rcx
addq %rcx, %rax
movslq -356(%rbp), %rsi
movb -336(%rbp,%rsi), %cl
movb %cl, %dil
addb $1, %dil
movb %dil, -336(%rbp,%rsi)
movsbq %cl, %rcx
movw %dx, (%rax,%rcx,2)
## %bb.21: ## in Loop: Header=BB0_19 Depth=2
movl -368(%rbp), %eax
addl $1, %eax
movl %eax, -368(%rbp)
jmp LBB0_19
LBB0_22: ## in Loop: Header=BB0_17 Depth=1
jmp LBB0_23
LBB0_23: ## in Loop: Header=BB0_17 Depth=1
movl -360(%rbp), %eax
addl $1, %eax
movl %eax, -360(%rbp)
jmp LBB0_17
LBB0_24:
movq -344(%rbp), %rax
movq %rax, -384(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_26
## %bb.25:
movq -384(%rbp), %rax ## 8-byte Reload
addq $384, %rsp ## imm = 0x180
popq %rbp
retq
LBB0_26:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _sd_solve ## -- Begin function sd_solve
.p2align 4, 0x90
_sd_solve: ## @sd_solve
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $1488, %rsp ## imm = 0x5D0
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -1376(%rbp)
movq %rsi, -1384(%rbp)
movq %rdx, -1392(%rbp)
movq %rcx, -1400(%rbp)
movq %r8, -1408(%rbp)
movl $0, -1440(%rbp)
movl $0, -1448(%rbp)
movl $0, -1420(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $729, -1420(%rbp) ## imm = 0x2D9
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movslq -1420(%rbp), %rax
movb $0, -752(%rbp,%rax)
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -1420(%rbp), %eax
addl $1, %eax
movl %eax, -1420(%rbp)
jmp LBB1_1
LBB1_4:
movl $0, -1424(%rbp)
LBB1_5: ## =>This Inner Loop Header: Depth=1
cmpl $324, -1424(%rbp) ## imm = 0x144
jge LBB1_8
## %bb.6: ## in Loop: Header=BB1_5 Depth=1
movslq -1424(%rbp), %rax
movb $9, -1184(%rbp,%rax)
## %bb.7: ## in Loop: Header=BB1_5 Depth=1
movl -1424(%rbp), %eax
addl $1, %eax
movl %eax, -1424(%rbp)
jmp LBB1_5
LBB1_8:
movl $0, -1412(%rbp)
LBB1_9: ## =>This Inner Loop Header: Depth=1
cmpl $81, -1412(%rbp)
jge LBB1_20
## %bb.10: ## in Loop: Header=BB1_9 Depth=1
movq -1384(%rbp), %rax
movslq -1412(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $49, %eax
jl LBB1_13
## %bb.11: ## in Loop: Header=BB1_9 Depth=1
movq -1384(%rbp), %rax
movslq -1412(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $57, %eax
jg LBB1_13
## %bb.12: ## in Loop: Header=BB1_9 Depth=1
movq -1384(%rbp), %rax
movslq -1412(%rbp), %rcx
movsbl (%rax,%rcx), %eax
subl $49, %eax
movl %eax, -1456(%rbp) ## 4-byte Spill
jmp LBB1_14
LBB1_13: ## in Loop: Header=BB1_9 Depth=1
movl $4294967295, %eax ## imm = 0xFFFFFFFF
movl %eax, -1456(%rbp) ## 4-byte Spill
jmp LBB1_14
LBB1_14: ## in Loop: Header=BB1_9 Depth=1
movl -1456(%rbp), %eax ## 4-byte Reload
movl %eax, -1452(%rbp)
cmpl $0, -1452(%rbp)
jl LBB1_16
## %bb.15: ## in Loop: Header=BB1_9 Depth=1
movq -1376(%rbp), %rdi
leaq -752(%rbp), %rsi
leaq -1184(%rbp), %rdx
imull $9, -1412(%rbp), %ecx
addl -1452(%rbp), %ecx
movl $1, %r8d
callq _sd_update
LBB1_16: ## in Loop: Header=BB1_9 Depth=1
cmpl $0, -1452(%rbp)
jl LBB1_18
## %bb.17: ## in Loop: Header=BB1_9 Depth=1
movl -1448(%rbp), %eax
addl $1, %eax
movl %eax, -1448(%rbp)
LBB1_18: ## in Loop: Header=BB1_9 Depth=1
movslq -1412(%rbp), %rax
movw $-1, -1360(%rbp,%rax,2)
movslq -1412(%rbp), %rax
movb $-1, -848(%rbp,%rax)
movq -1384(%rbp), %rax
movslq -1412(%rbp), %rcx
movb (%rax,%rcx), %dl
movq -1392(%rbp), %rax
movslq -1412(%rbp), %rcx
movb %dl, (%rax,%rcx)
## %bb.19: ## in Loop: Header=BB1_9 Depth=1
movl -1412(%rbp), %eax
addl $1, %eax
movl %eax, -1412(%rbp)
jmp LBB1_9
LBB1_20:
movl $0, -1412(%rbp)
movl $1, -1432(%rbp)
movl $655360, -1436(%rbp) ## imm = 0xA0000
LBB1_21: ## =>This Loop Header: Depth=1
## Child Loop BB1_22 Depth 2
## Child Loop BB1_28 Depth 3
## Child Loop BB1_46 Depth 3
## Child Loop BB1_60 Depth 2
jmp LBB1_22
LBB1_22: ## Parent Loop BB1_21 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB1_28 Depth 3
## Child Loop BB1_46 Depth 3
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -1412(%rbp)
movb %al, -1457(%rbp) ## 1-byte Spill
jl LBB1_24
## %bb.23: ## in Loop: Header=BB1_22 Depth=2
movl -1412(%rbp), %eax
movl $81, %ecx
subl -1448(%rbp), %ecx
cmpl %ecx, %eax
setl %al
movb %al, -1457(%rbp) ## 1-byte Spill
LBB1_24: ## in Loop: Header=BB1_22 Depth=2
movb -1457(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_25
jmp LBB1_57
LBB1_25: ## in Loop: Header=BB1_22 Depth=2
cmpl $1, -1432(%rbp)
jne LBB1_40
## %bb.26: ## in Loop: Header=BB1_22 Depth=2
movl -1436(%rbp), %eax
sarl $16, %eax
movl %eax, -1444(%rbp)
movl -1436(%rbp), %eax
andl $65535, %eax ## imm = 0xFFFF
movw %ax, %cx
movslq -1412(%rbp), %rax
movw %cx, -1360(%rbp,%rax,2)
cmpl $1, -1444(%rbp)
jle LBB1_36
## %bb.27: ## in Loop: Header=BB1_22 Depth=2
movl $0, -1424(%rbp)
LBB1_28: ## Parent Loop BB1_21 Depth=1
## Parent Loop BB1_22 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $324, -1424(%rbp) ## imm = 0x144
jge LBB1_35
## %bb.29: ## in Loop: Header=BB1_28 Depth=3
movslq -1424(%rbp), %rax
movzbl -1184(%rbp,%rax), %eax
cmpl -1444(%rbp), %eax
jge LBB1_33
## %bb.30: ## in Loop: Header=BB1_28 Depth=3
movslq -1424(%rbp), %rax
movzbl -1184(%rbp,%rax), %eax
movl %eax, -1444(%rbp)
movl -1424(%rbp), %eax
movw %ax, %cx
movslq -1412(%rbp), %rax
movw %cx, -1360(%rbp,%rax,2)
cmpl $1, -1444(%rbp)
jg LBB1_32
## %bb.31: ## in Loop: Header=BB1_22 Depth=2
jmp LBB1_35
LBB1_32: ## in Loop: Header=BB1_28 Depth=3
jmp LBB1_33
LBB1_33: ## in Loop: Header=BB1_28 Depth=3
jmp LBB1_34
LBB1_34: ## in Loop: Header=BB1_28 Depth=3
movl -1424(%rbp), %eax
addl $1, %eax
movl %eax, -1424(%rbp)
jmp LBB1_28
LBB1_35: ## in Loop: Header=BB1_22 Depth=2
jmp LBB1_36
LBB1_36: ## in Loop: Header=BB1_22 Depth=2
cmpl $0, -1444(%rbp)
je LBB1_38
## %bb.37: ## in Loop: Header=BB1_22 Depth=2
cmpl $10, -1444(%rbp)
jne LBB1_39
LBB1_38: ## in Loop: Header=BB1_22 Depth=2
movl $-1, -1432(%rbp)
movl -1412(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -1412(%rbp)
cltq
movb $-1, -848(%rbp,%rax)
LBB1_39: ## in Loop: Header=BB1_22 Depth=2
jmp LBB1_40
LBB1_40: ## in Loop: Header=BB1_22 Depth=2
cmpl $0, -1412(%rbp)
jge LBB1_42
## %bb.41:
movl $0, -1364(%rbp)
jmp LBB1_67
LBB1_42: ## in Loop: Header=BB1_22 Depth=2
movslq -1412(%rbp), %rax
movswl -1360(%rbp,%rax,2), %eax
movl %eax, -1424(%rbp)
cmpl $-1, -1432(%rbp)
jne LBB1_45
## %bb.43: ## in Loop: Header=BB1_22 Depth=2
movslq -1412(%rbp), %rax
movsbl -848(%rbp,%rax), %eax
cmpl $0, %eax
jl LBB1_45
## %bb.44: ## in Loop: Header=BB1_22 Depth=2
movq -1376(%rbp), %rdi
leaq -752(%rbp), %rsi
leaq -1184(%rbp), %rdx
movq -1376(%rbp), %rax
movslq -1424(%rbp), %rcx
imulq $18, %rcx, %rcx
addq %rcx, %rax
movslq -1412(%rbp), %rcx
movsbq -848(%rbp,%rcx), %rcx
movzwl (%rax,%rcx,2), %ecx
movl $4294967295, %r8d ## imm = 0xFFFFFFFF
callq _sd_update
LBB1_45: ## in Loop: Header=BB1_22 Depth=2
movslq -1412(%rbp), %rax
movsbl -848(%rbp,%rax), %eax
addl $1, %eax
movl %eax, -1428(%rbp)
LBB1_46: ## Parent Loop BB1_21 Depth=1
## Parent Loop BB1_22 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $9, -1428(%rbp)
jge LBB1_51
## %bb.47: ## in Loop: Header=BB1_46 Depth=3
movq -1376(%rbp), %rax
movslq -1424(%rbp), %rcx
imulq $18, %rcx, %rcx
addq %rcx, %rax
movslq -1428(%rbp), %rcx
movzwl (%rax,%rcx,2), %eax
## kill: def $rax killed $eax
movsbl -752(%rbp,%rax), %eax
cmpl $0, %eax
jne LBB1_49
## %bb.48: ## in Loop: Header=BB1_22 Depth=2
jmp LBB1_51
LBB1_49: ## in Loop: Header=BB1_46 Depth=3
jmp LBB1_50
LBB1_50: ## in Loop: Header=BB1_46 Depth=3
movl -1428(%rbp), %eax
addl $1, %eax
movl %eax, -1428(%rbp)
jmp LBB1_46
LBB1_51: ## in Loop: Header=BB1_22 Depth=2
cmpl $9, -1428(%rbp)
jge LBB1_55
## %bb.52: ## in Loop: Header=BB1_22 Depth=2
cmpl $1, -1444(%rbp)
jle LBB1_54
## %bb.53: ## in Loop: Header=BB1_22 Depth=2
movq -1408(%rbp), %rax
movq (%rax), %rcx
addq $1, %rcx
movq %rcx, (%rax)
LBB1_54: ## in Loop: Header=BB1_22 Depth=2
movq -1376(%rbp), %rdi
leaq -752(%rbp), %rsi
leaq -1184(%rbp), %rdx
movq -1376(%rbp), %rax
movslq -1424(%rbp), %rcx
imulq $18, %rcx, %rcx
addq %rcx, %rax
movslq -1428(%rbp), %rcx
movzwl (%rax,%rcx,2), %ecx
movl $1, %r8d
callq _sd_update
movl %eax, -1436(%rbp)
movl -1428(%rbp), %eax
movb %al, %cl
movl -1412(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -1412(%rbp)
cltq
movb %cl, -848(%rbp,%rax)
movl $1, -1432(%rbp)
jmp LBB1_56
LBB1_55: ## in Loop: Header=BB1_22 Depth=2
movl $-1, -1432(%rbp)
movl -1412(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -1412(%rbp)
cltq
movb $-1, -848(%rbp,%rax)
LBB1_56: ## in Loop: Header=BB1_22 Depth=2
jmp LBB1_22
LBB1_57: ## in Loop: Header=BB1_21 Depth=1
cmpl $0, -1412(%rbp)
jge LBB1_59
## %bb.58:
jmp LBB1_66
LBB1_59: ## in Loop: Header=BB1_21 Depth=1
movl $0, -1416(%rbp)
LBB1_60: ## Parent Loop BB1_21 Depth=1
## => This Inner Loop Header: Depth=2
movl -1416(%rbp), %eax
cmpl -1412(%rbp), %eax
jge LBB1_63
## %bb.61: ## in Loop: Header=BB1_60 Depth=2
movq -1376(%rbp), %rax
movslq -1416(%rbp), %rcx
movswq -1360(%rbp,%rcx,2), %rcx
imulq $18, %rcx, %rcx
addq %rcx, %rax
movslq -1416(%rbp), %rcx
movsbq -848(%rbp,%rcx), %rcx
movzwl (%rax,%rcx,2), %eax
movl %eax, -1420(%rbp)
movl -1420(%rbp), %eax
movl $9, %ecx
cltd
idivl %ecx
addl $49, %edx
movb %dl, %al
movb %al, -1473(%rbp) ## 1-byte Spill
movq -1392(%rbp), %rax
movq %rax, -1472(%rbp) ## 8-byte Spill
movl -1420(%rbp), %eax
movl $9, %ecx
cltd
idivl %ecx
movb -1473(%rbp), %dl ## 1-byte Reload
movl %eax, %ecx
movq -1472(%rbp), %rax ## 8-byte Reload
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
## %bb.62: ## in Loop: Header=BB1_60 Depth=2
movl -1416(%rbp), %eax
addl $1, %eax
movl %eax, -1416(%rbp)
jmp LBB1_60
LBB1_63: ## in Loop: Header=BB1_21 Depth=1
movl -1440(%rbp), %eax
addl $1, %eax
movl %eax, -1440(%rbp)
movl -1412(%rbp), %eax
addl $-1, %eax
movl %eax, -1412(%rbp)
movl $-1, -1432(%rbp)
movslq -1440(%rbp), %rax
cmpq -1400(%rbp), %rax
jne LBB1_65
## %bb.64:
jmp LBB1_66
LBB1_65: ## in Loop: Header=BB1_21 Depth=1
jmp LBB1_21
LBB1_66:
movl -1440(%rbp), %eax
movl %eax, -1364(%rbp)
LBB1_67:
movl -1364(%rbp), %eax
movl %eax, -1480(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_69
## %bb.68:
movl -1480(%rbp), %eax ## 4-byte Reload
addq $1488, %rsp ## imm = 0x5D0
popq %rbp
retq
LBB1_69:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function sd_update
_sd_update: ## @sd_update
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movl %ecx, -28(%rbp)
movl %r8d, -32(%rbp)
movl $10, -40(%rbp)
movl $0, -44(%rbp)
movl $0, -36(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
cmpl $4, -36(%rbp)
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movl -32(%rbp), %esi
shll $7, %esi
movq -24(%rbp), %rax
movq -8(%rbp), %rcx
addq $5832, %rcx ## imm = 0x16C8
movslq -28(%rbp), %rdx
shlq $3, %rdx
addq %rdx, %rcx
movslq -36(%rbp), %rdx
movzwl (%rcx,%rdx,2), %ecx
## kill: def $rcx killed $ecx
movzbl (%rax,%rcx), %edx
addl %esi, %edx
## kill: def $dl killed $dl killed $edx
movb %dl, (%rax,%rcx)
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB2_1
LBB2_4:
movl $0, -36(%rbp)
LBB2_5: ## =>This Loop Header: Depth=1
## Child Loop BB2_8 Depth 2
## Child Loop BB2_12 Depth 3
## Child Loop BB2_21 Depth 2
cmpl $4, -36(%rbp)
jge LBB2_29
## %bb.6: ## in Loop: Header=BB2_5 Depth=1
movq -8(%rbp), %rax
addq $5832, %rax ## imm = 0x16C8
movslq -28(%rbp), %rcx
shlq $3, %rcx
addq %rcx, %rax
movslq -36(%rbp), %rcx
movzwl (%rax,%rcx,2), %eax
movl %eax, -60(%rbp)
cmpl $0, -32(%rbp)
jle LBB2_20
## %bb.7: ## in Loop: Header=BB2_5 Depth=1
movl $0, -48(%rbp)
LBB2_8: ## Parent Loop BB2_5 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB2_12 Depth 3
cmpl $9, -48(%rbp)
jge LBB2_19
## %bb.9: ## in Loop: Header=BB2_8 Depth=2
movq -16(%rbp), %rcx
movq -8(%rbp), %rax
movslq -60(%rbp), %rdx
imulq $18, %rdx, %rdx
addq %rdx, %rax
movslq -48(%rbp), %rdx
movzwl (%rax,%rdx,2), %eax
movl %eax, -52(%rbp)
movslq %eax, %rdx
movb (%rcx,%rdx), %al
movb %al, %sil
addb $1, %sil
movb %sil, (%rcx,%rdx)
movsbl %al, %eax
cmpl $0, %eax
je LBB2_11
## %bb.10: ## in Loop: Header=BB2_8 Depth=2
jmp LBB2_18
LBB2_11: ## in Loop: Header=BB2_8 Depth=2
movl $0, -56(%rbp)
LBB2_12: ## Parent Loop BB2_5 Depth=1
## Parent Loop BB2_8 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $4, -56(%rbp)
jge LBB2_17
## %bb.13: ## in Loop: Header=BB2_12 Depth=3
movq -8(%rbp), %rax
addq $5832, %rax ## imm = 0x16C8
movslq -52(%rbp), %rcx
shlq $3, %rcx
addq %rcx, %rax
movslq -56(%rbp), %rcx
movzwl (%rax,%rcx,2), %eax
movl %eax, -64(%rbp)
movq -24(%rbp), %rcx
movslq -64(%rbp), %rdx
movb (%rcx,%rdx), %al
addb $-1, %al
movb %al, (%rcx,%rdx)
movzbl %al, %eax
cmpl -40(%rbp), %eax
jge LBB2_15
## %bb.14: ## in Loop: Header=BB2_12 Depth=3
movq -24(%rbp), %rax
movslq -64(%rbp), %rcx
movzbl (%rax,%rcx), %eax
movl %eax, -40(%rbp)
movl -64(%rbp), %eax
movl %eax, -44(%rbp)
LBB2_15: ## in Loop: Header=BB2_12 Depth=3
jmp LBB2_16
LBB2_16: ## in Loop: Header=BB2_12 Depth=3
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB2_12
LBB2_17: ## in Loop: Header=BB2_8 Depth=2
jmp LBB2_18
LBB2_18: ## in Loop: Header=BB2_8 Depth=2
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB2_8
LBB2_19: ## in Loop: Header=BB2_5 Depth=1
jmp LBB2_27
LBB2_20: ## in Loop: Header=BB2_5 Depth=1
movl $0, -48(%rbp)
LBB2_21: ## Parent Loop BB2_5 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $9, -48(%rbp)
jge LBB2_26
## %bb.22: ## in Loop: Header=BB2_21 Depth=2
movq -16(%rbp), %rcx
movq -8(%rbp), %rax
movslq -60(%rbp), %rdx
imulq $18, %rdx, %rdx
addq %rdx, %rax
movslq -48(%rbp), %rdx
movzwl (%rax,%rdx,2), %eax
movl %eax, -52(%rbp)
movslq %eax, %rdx
movb (%rcx,%rdx), %al
addb $-1, %al
movb %al, (%rcx,%rdx)
movsbl %al, %eax
cmpl $0, %eax
je LBB2_24
## %bb.23: ## in Loop: Header=BB2_21 Depth=2
jmp LBB2_25
LBB2_24: ## in Loop: Header=BB2_21 Depth=2
movq -8(%rbp), %rax
addq $5832, %rax ## imm = 0x16C8
movslq -52(%rbp), %rcx
shlq $3, %rcx
addq %rcx, %rax
movq %rax, -72(%rbp)
movq -24(%rbp), %rax
movq -72(%rbp), %rcx
movzwl (%rcx), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %dl
addb $1, %dl
movb %dl, (%rax,%rcx)
movq -24(%rbp), %rax
movq -72(%rbp), %rcx
movzwl 2(%rcx), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %dl
addb $1, %dl
movb %dl, (%rax,%rcx)
movq -24(%rbp), %rax
movq -72(%rbp), %rcx
movzwl 4(%rcx), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %dl
addb $1, %dl
movb %dl, (%rax,%rcx)
movq -24(%rbp), %rax
movq -72(%rbp), %rcx
movzwl 6(%rcx), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %dl
addb $1, %dl
movb %dl, (%rax,%rcx)
LBB2_25: ## in Loop: Header=BB2_21 Depth=2
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB2_21
LBB2_26: ## in Loop: Header=BB2_5 Depth=1
jmp LBB2_27
LBB2_27: ## in Loop: Header=BB2_5 Depth=1
jmp LBB2_28
LBB2_28: ## in Loop: Header=BB2_5 Depth=1
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB2_5
LBB2_29:
movl -40(%rbp), %eax
shll $16, %eax
orl -44(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _OtherSolverKudoku ## -- Begin function OtherSolverKudoku
.p2align 4, 0x90
_OtherSolverKudoku: ## @OtherSolverKudoku
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movq %rcx, -32(%rbp)
movq %r8, -40(%rbp)
cmpq $0, _aux(%rip)
jne LBB3_2
## %bb.1:
callq _sd_genmat
movq %rax, _aux(%rip)
LBB3_2:
movq -40(%rbp), %rax
movq $0, (%rax)
movq _aux(%rip), %rdi
movq -8(%rbp), %rsi
movq -32(%rbp), %rdx
movq -16(%rbp), %rcx
movq -40(%rbp), %r8
callq _sd_solve
cltq
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _aux ## @aux
.zerofill __DATA,__common,_aux,8,3
.subsections_via_symbols
| the_stack_data/37637454.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _marks_summation ; -- Begin function marks_summation
.p2align 2
_marks_summation: ; @marks_summation
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str w1, [sp, #20]
strb w2, [sp, #19]
str wzr, [sp, #12]
ldrsb w8, [sp, #19]
subs w8, w8, #98
cset w8, eq
and w8, w8, #0x1
ands w8, w8, #0x1
cset w8, eq
str w8, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #8]
ldr w9, [x8, x9, lsl #2]
ldr w8, [sp, #12]
add w8, w8, w9
str w8, [sp, #12]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #8]
add w8, w8, #2
str w8, [sp, #8]
b LBB0_1
LBB0_4:
ldr w0, [sp, #12]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldursw x8, [x29, #-8]
lsl x0, x8, #2
bl _malloc
str x0, [sp, #24]
str wzr, [sp, #20]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #20]
add x8, x8, x9, lsl #2
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB1_1
LBB1_4:
mov x9, sp
sub x8, x29, #9
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldr x0, [sp, #24]
ldur w1, [x29, #-8]
ldursb w2, [x29, #-9]
bl _marks_summation
stur w0, [x29, #-16]
ldur w9, [x29, #-16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x0, [sp, #24]
bl _free
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz " %c"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _marks_summation ## -- Begin function marks_summation
.p2align 4, 0x90
_marks_summation: ## @marks_summation
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %dl, %al
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movb %al, -13(%rbp)
movl $0, -20(%rbp)
movsbl -13(%rbp), %edx
movl $1, %eax
xorl %ecx, %ecx
cmpl $98, %edx
cmovel %ecx, %eax
movl %eax, -24(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -24(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movl (%rax,%rcx,4), %eax
addl -20(%rbp), %eax
movl %eax, -20(%rbp)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -24(%rbp), %eax
addl $2, %eax
movl %eax, -24(%rbp)
jmp LBB0_1
LBB0_4:
movl -20(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movslq -8(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -24(%rbp)
movl $0, -28(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -24(%rbp), %rsi
movslq -28(%rbp), %rax
shlq $2, %rax
addq %rax, %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB1_1
LBB1_4:
leaq L_.str.1(%rip), %rdi
leaq -9(%rbp), %rsi
movb $0, %al
callq _scanf
movq -24(%rbp), %rdi
movl -8(%rbp), %esi
movsbl -9(%rbp), %edx
callq _marks_summation
movl %eax, -16(%rbp)
movl -16(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movq -24(%rbp), %rdi
callq _free
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz " %c"
.subsections_via_symbols
| the_stack_data/125139287.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _memchr ; -- Begin function memchr
.p2align 2
_memchr: ; @memchr
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #32]
str w1, [sp, #28]
str x2, [sp, #16]
ldr x8, [sp, #32]
str x8, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
subs x9, x8, #1
str x9, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_5
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
ldrb w8, [x8]
ldr w9, [sp, #28]
subs w8, w8, w9, uxtb
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldr x8, [sp, #8]
str x8, [sp, #40]
b LBB0_6
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
b LBB0_1
LBB0_5:
; kill: def $x8 killed $xzr
str xzr, [sp, #40]
b LBB0_6
LBB0_6:
ldr x0, [sp, #40]
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _memchr ## -- Begin function memchr
.p2align 4, 0x90
_memchr: ## @memchr
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movq %rdx, -32(%rbp)
movq -16(%rbp), %rax
movq %rax, -40(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -32(%rbp), %rax
movq %rax, %rcx
addq $-1, %rcx
movq %rcx, -32(%rbp)
cmpq $0, %rax
je LBB0_5
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -40(%rbp), %rax
movzbl (%rax), %eax
movl -20(%rbp), %ecx
## kill: def $cl killed $cl killed $ecx
movzbl %cl, %ecx
cmpl %ecx, %eax
jne LBB0_4
## %bb.3:
movq -40(%rbp), %rax
movq %rax, -8(%rbp)
jmp LBB0_6
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movq -40(%rbp), %rax
addq $1, %rax
movq %rax, -40(%rbp)
jmp LBB0_1
LBB0_5:
movq $0, -8(%rbp)
LBB0_6:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/34514044.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___wrap_write ; -- Begin function __wrap_write
.p2align 2
___wrap_write: ; @__wrap_write
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur x1, [x29, #-16]
str x2, [sp, #24]
ldr x8, [sp, #24]
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldur w0, [x29, #-4]
ldur x1, [x29, #-16]
ldr x2, [sp, #24]
bl ___real_write
str x0, [sp, #16]
ldr x0, [sp, #16]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl ___wrap_puts ; -- Begin function __wrap_puts
.p2align 2
___wrap_puts: ; @__wrap_puts
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x0, [x29, #-8]
bl _strlen
mov x8, sp
str x0, [x8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldur x0, [x29, #-8]
bl ___real_puts
stur w0, [x29, #-12]
ldur w0, [x29, #-12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl ___wrap_malloc ; -- Begin function __wrap_malloc
.p2align 2
___wrap_malloc: ; @__wrap_malloc
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x0, [sp, #8]
bl ___real_malloc
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "write:chars#:%lu\n"
l_.str.1: ; @.str.1
.asciz "puts:chars#:%lu\n"
l_.str.2: ; @.str.2
.asciz "malloc called with %ld\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___wrap_write ## -- Begin function __wrap_write
.p2align 4, 0x90
___wrap_write: ## @__wrap_write
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq -24(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %edi
movq -16(%rbp), %rsi
movq -24(%rbp), %rdx
callq ___real_write
movq %rax, -32(%rbp)
movq -32(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___wrap_puts ## -- Begin function __wrap_puts
.p2align 4, 0x90
___wrap_puts: ## @__wrap_puts
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rdi
callq _strlen
movq %rax, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movq -8(%rbp), %rdi
callq ___real_puts
movl %eax, -12(%rbp)
movl -12(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl ___wrap_malloc ## -- Begin function __wrap_malloc
.p2align 4, 0x90
___wrap_malloc: ## @__wrap_malloc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rsi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq -8(%rbp), %rdi
callq ___real_malloc
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "write:chars#:%lu\n"
L_.str.1: ## @.str.1
.asciz "puts:chars#:%lu\n"
L_.str.2: ## @.str.2
.asciz "malloc called with %ld\n"
.subsections_via_symbols
| the_stack_data/20612.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mul8_470 ; -- Begin function mul8_470
.p2align 2
_mul8_470: ; @mul8_470
.cfi_startproc
; %bb.0:
sub sp, sp, #208
.cfi_def_cfa_offset 208
add x8, sp, #204
strb w0, [sp, #207]
strb w1, [sp, #206]
strh wzr, [x8]
ldrb w9, [sp, #207]
asr w9, w9, #0
and w9, w9, #0x1
strb w9, [sp, #203]
ldrb w9, [sp, #207]
asr w9, w9, #1
and w9, w9, #0x1
strb w9, [sp, #202]
ldrb w9, [sp, #207]
asr w9, w9, #2
and w9, w9, #0x1
strb w9, [sp, #201]
ldrb w9, [sp, #207]
asr w9, w9, #3
and w9, w9, #0x1
strb w9, [sp, #200]
ldrb w9, [sp, #207]
asr w9, w9, #4
and w9, w9, #0x1
strb w9, [sp, #199]
ldrb w9, [sp, #207]
asr w9, w9, #5
and w9, w9, #0x1
strb w9, [sp, #198]
ldrb w9, [sp, #207]
asr w9, w9, #6
and w9, w9, #0x1
strb w9, [sp, #197]
ldrb w9, [sp, #207]
asr w9, w9, #7
and w9, w9, #0x1
strb w9, [sp, #196]
ldrb w9, [sp, #206]
asr w9, w9, #0
and w9, w9, #0x1
strb w9, [sp, #195]
ldrb w9, [sp, #206]
asr w9, w9, #1
and w9, w9, #0x1
strb w9, [sp, #194]
ldrb w9, [sp, #206]
asr w9, w9, #2
and w9, w9, #0x1
strb w9, [sp, #193]
ldrb w9, [sp, #206]
asr w9, w9, #3
and w9, w9, #0x1
strb w9, [sp, #192]
ldrb w9, [sp, #206]
asr w9, w9, #4
and w9, w9, #0x1
strb w9, [sp, #191]
ldrb w9, [sp, #206]
asr w9, w9, #5
and w9, w9, #0x1
strb w9, [sp, #190]
ldrb w9, [sp, #206]
asr w9, w9, #6
and w9, w9, #0x1
strb w9, [sp, #189]
ldrb w9, [sp, #206]
asr w9, w9, #7
and w9, w9, #0x1
strb w9, [sp, #188]
ldrb w9, [sp, #203]
ldrb w10, [sp, #195]
and w9, w9, w10
strb w9, [sp, #187]
ldrb w9, [sp, #202]
ldrb w10, [sp, #195]
and w9, w9, w10
strb w9, [sp, #186]
ldrb w9, [sp, #201]
ldrb w10, [sp, #195]
and w9, w9, w10
strb w9, [sp, #185]
ldrb w9, [sp, #200]
ldrb w10, [sp, #195]
and w9, w9, w10
strb w9, [sp, #184]
ldrb w9, [sp, #199]
ldrb w10, [sp, #195]
and w9, w9, w10
strb w9, [sp, #183]
ldrb w9, [sp, #198]
ldrb w10, [sp, #195]
and w9, w9, w10
strb w9, [sp, #182]
ldrb w9, [sp, #197]
ldrb w10, [sp, #195]
and w9, w9, w10
strb w9, [sp, #181]
ldrb w9, [sp, #185]
strb w9, [sp, #180]
ldrb w9, [sp, #196]
ldrb w10, [sp, #195]
and w9, w9, w10
strb w9, [sp, #179]
ldrb w9, [sp, #203]
ldrb w10, [sp, #194]
and w9, w9, w10
strb w9, [sp, #178]
ldrb w9, [sp, #186]
strb w9, [sp, #177]
ldrb w9, [sp, #202]
ldrb w10, [sp, #194]
and w9, w9, w10
strb w9, [sp, #176]
ldrb w9, [sp, #201]
ldrb w10, [sp, #194]
and w9, w9, w10
strb w9, [sp, #175]
ldrb w9, [sp, #200]
ldrb w10, [sp, #194]
and w9, w9, w10
strb w9, [sp, #174]
ldrb w9, [sp, #199]
ldrb w10, [sp, #194]
and w9, w9, w10
strb w9, [sp, #173]
ldrb w9, [sp, #198]
ldrb w10, [sp, #194]
and w9, w9, w10
strb w9, [sp, #172]
ldrb w9, [sp, #197]
ldrb w10, [sp, #194]
and w9, w9, w10
strb w9, [sp, #171]
ldrb w9, [sp, #196]
ldrb w10, [sp, #194]
and w9, w9, w10
strb w9, [sp, #170]
ldrb w9, [sp, #177]
ldrb w10, [sp, #178]
eor w9, w9, w10
strb w9, [sp, #169]
ldrb w9, [sp, #180]
ldrb w10, [sp, #176]
and w9, w9, w10
strb w9, [sp, #168]
ldrb w9, [sp, #180]
ldrb w10, [sp, #176]
and w9, w9, w10
strb w9, [sp, #167]
ldrb w9, [sp, #184]
ldrb w10, [sp, #175]
eor w9, w9, w10
ldrb w10, [sp, #167]
eor w9, w9, w10
strb w9, [sp, #166]
ldrb w9, [sp, #184]
ldrb w10, [sp, #175]
and w9, w9, w10
ldrb w10, [sp, #175]
ldrb w11, [sp, #167]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #184]
ldrb w11, [sp, #167]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #165]
ldrb w9, [sp, #183]
ldrb w10, [sp, #174]
eor w9, w9, w10
ldrb w10, [sp, #165]
eor w9, w9, w10
strb w9, [sp, #164]
ldrb w9, [sp, #183]
ldrb w10, [sp, #174]
and w9, w9, w10
ldrb w10, [sp, #174]
ldrb w11, [sp, #165]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #183]
ldrb w11, [sp, #165]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #163]
ldrb w9, [sp, #182]
ldrb w10, [sp, #173]
eor w9, w9, w10
ldrb w10, [sp, #163]
eor w9, w9, w10
strb w9, [sp, #162]
ldrb w9, [sp, #182]
ldrb w10, [sp, #173]
and w9, w9, w10
ldrb w10, [sp, #173]
ldrb w11, [sp, #163]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #182]
ldrb w11, [sp, #163]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #161]
ldrb w9, [sp, #181]
ldrb w10, [sp, #172]
eor w9, w9, w10
ldrb w10, [sp, #161]
eor w9, w9, w10
strb w9, [sp, #160]
ldrb w9, [sp, #181]
ldrb w10, [sp, #172]
and w9, w9, w10
ldrb w10, [sp, #172]
ldrb w11, [sp, #161]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #181]
ldrb w11, [sp, #161]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #159]
ldrb w9, [sp, #179]
ldrb w10, [sp, #171]
eor w9, w9, w10
ldrb w10, [sp, #159]
eor w9, w9, w10
strb w9, [sp, #158]
ldrb w9, [sp, #179]
ldrb w10, [sp, #171]
and w9, w9, w10
ldrb w10, [sp, #171]
ldrb w11, [sp, #159]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #179]
ldrb w11, [sp, #159]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #157]
ldrb w9, [sp, #157]
ldrb w10, [sp, #170]
eor w9, w9, w10
strb w9, [sp, #156]
ldrb w9, [sp, #157]
ldrb w10, [sp, #170]
and w9, w9, w10
strb w9, [sp, #155]
ldrb w9, [sp, #203]
ldrb w10, [sp, #193]
and w9, w9, w10
strb w9, [sp, #154]
ldrb w9, [sp, #202]
ldrb w10, [sp, #193]
and w9, w9, w10
strb w9, [sp, #153]
ldrb w9, [sp, #201]
ldrb w10, [sp, #193]
and w9, w9, w10
strb w9, [sp, #152]
ldrb w9, [sp, #200]
ldrb w10, [sp, #193]
and w9, w9, w10
strb w9, [sp, #151]
ldrb w9, [sp, #199]
ldrb w10, [sp, #193]
and w9, w9, w10
strb w9, [sp, #150]
ldrb w9, [sp, #198]
ldrb w10, [sp, #193]
and w9, w9, w10
strb w9, [sp, #149]
ldrb w9, [sp, #197]
ldrb w10, [sp, #193]
and w9, w9, w10
strb w9, [sp, #148]
ldrb w9, [sp, #196]
ldrb w10, [sp, #193]
and w9, w9, w10
strb w9, [sp, #147]
ldrb w9, [sp, #168]
ldrb w10, [sp, #154]
eor w9, w9, w10
strb w9, [sp, #146]
ldrb w9, [sp, #168]
ldrb w10, [sp, #154]
and w9, w9, w10
strb w9, [sp, #145]
ldrb w9, [sp, #166]
ldrb w10, [sp, #153]
eor w9, w9, w10
ldrb w10, [sp, #145]
eor w9, w9, w10
strb w9, [sp, #144]
ldrb w9, [sp, #166]
ldrb w10, [sp, #153]
and w9, w9, w10
ldrb w10, [sp, #153]
ldrb w11, [sp, #145]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #166]
ldrb w11, [sp, #145]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #143]
ldrb w9, [sp, #164]
ldrb w10, [sp, #152]
eor w9, w9, w10
ldrb w10, [sp, #143]
eor w9, w9, w10
strb w9, [sp, #142]
ldrb w9, [sp, #164]
ldrb w10, [sp, #152]
and w9, w9, w10
ldrb w10, [sp, #152]
ldrb w11, [sp, #143]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #164]
ldrb w11, [sp, #143]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #141]
ldrb w9, [sp, #162]
ldrb w10, [sp, #151]
eor w9, w9, w10
ldrb w10, [sp, #141]
eor w9, w9, w10
strb w9, [sp, #140]
ldrb w9, [sp, #162]
ldrb w10, [sp, #151]
and w9, w9, w10
ldrb w10, [sp, #151]
ldrb w11, [sp, #141]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #162]
ldrb w11, [sp, #141]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #139]
ldrb w9, [sp, #160]
ldrb w10, [sp, #150]
eor w9, w9, w10
ldrb w10, [sp, #139]
eor w9, w9, w10
strb w9, [sp, #138]
ldrb w9, [sp, #160]
ldrb w10, [sp, #150]
and w9, w9, w10
ldrb w10, [sp, #150]
ldrb w11, [sp, #139]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #160]
ldrb w11, [sp, #139]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #137]
ldrb w9, [sp, #158]
ldrb w10, [sp, #149]
eor w9, w9, w10
ldrb w10, [sp, #137]
eor w9, w9, w10
strb w9, [sp, #136]
ldrb w9, [sp, #158]
ldrb w10, [sp, #149]
and w9, w9, w10
ldrb w10, [sp, #149]
ldrb w11, [sp, #137]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #158]
ldrb w11, [sp, #137]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #135]
ldrb w9, [sp, #156]
ldrb w10, [sp, #148]
eor w9, w9, w10
ldrb w10, [sp, #135]
eor w9, w9, w10
strb w9, [sp, #134]
ldrb w9, [sp, #156]
ldrb w10, [sp, #148]
and w9, w9, w10
ldrb w10, [sp, #148]
ldrb w11, [sp, #135]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #156]
ldrb w11, [sp, #135]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #133]
ldrb w9, [sp, #155]
ldrb w10, [sp, #147]
eor w9, w9, w10
ldrb w10, [sp, #133]
eor w9, w9, w10
strb w9, [sp, #132]
ldrb w9, [sp, #155]
ldrb w10, [sp, #147]
and w9, w9, w10
ldrb w10, [sp, #147]
ldrb w11, [sp, #133]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #155]
ldrb w11, [sp, #133]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #131]
ldrb w9, [sp, #203]
ldrb w10, [sp, #192]
and w9, w9, w10
strb w9, [sp, #130]
ldrb w9, [sp, #202]
ldrb w10, [sp, #192]
and w9, w9, w10
strb w9, [sp, #129]
ldrb w9, [sp, #201]
ldrb w10, [sp, #192]
and w9, w9, w10
strb w9, [sp, #128]
ldrb w9, [sp, #200]
ldrb w10, [sp, #192]
and w9, w9, w10
strb w9, [sp, #127]
ldrb w9, [sp, #199]
ldrb w10, [sp, #192]
and w9, w9, w10
strb w9, [sp, #126]
ldrb w9, [sp, #198]
ldrb w10, [sp, #192]
and w9, w9, w10
strb w9, [sp, #125]
ldrb w9, [sp, #197]
ldrb w10, [sp, #192]
and w9, w9, w10
strb w9, [sp, #124]
ldrb w9, [sp, #196]
ldrb w10, [sp, #192]
and w9, w9, w10
strb w9, [sp, #123]
ldrb w9, [sp, #144]
ldrb w10, [sp, #130]
eor w9, w9, w10
strb w9, [sp, #122]
ldrb w9, [sp, #144]
ldrb w10, [sp, #130]
and w9, w9, w10
strb w9, [sp, #121]
ldrb w9, [sp, #142]
ldrb w10, [sp, #129]
eor w9, w9, w10
ldrb w10, [sp, #121]
eor w9, w9, w10
strb w9, [sp, #120]
ldrb w9, [sp, #142]
ldrb w10, [sp, #129]
and w9, w9, w10
ldrb w10, [sp, #129]
ldrb w11, [sp, #121]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #142]
ldrb w11, [sp, #121]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #119]
ldrb w9, [sp, #140]
ldrb w10, [sp, #128]
eor w9, w9, w10
ldrb w10, [sp, #119]
eor w9, w9, w10
strb w9, [sp, #118]
ldrb w9, [sp, #140]
ldrb w10, [sp, #128]
and w9, w9, w10
ldrb w10, [sp, #128]
ldrb w11, [sp, #119]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #140]
ldrb w11, [sp, #119]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #117]
ldrb w9, [sp, #138]
ldrb w10, [sp, #127]
eor w9, w9, w10
ldrb w10, [sp, #117]
eor w9, w9, w10
strb w9, [sp, #116]
ldrb w9, [sp, #138]
ldrb w10, [sp, #127]
and w9, w9, w10
ldrb w10, [sp, #127]
ldrb w11, [sp, #117]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #138]
ldrb w11, [sp, #117]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #115]
ldrb w9, [sp, #136]
ldrb w10, [sp, #126]
eor w9, w9, w10
ldrb w10, [sp, #115]
eor w9, w9, w10
strb w9, [sp, #114]
ldrb w9, [sp, #136]
ldrb w10, [sp, #126]
and w9, w9, w10
ldrb w10, [sp, #126]
ldrb w11, [sp, #115]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #136]
ldrb w11, [sp, #115]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #113]
ldrb w9, [sp, #134]
ldrb w10, [sp, #125]
eor w9, w9, w10
ldrb w10, [sp, #113]
eor w9, w9, w10
strb w9, [sp, #112]
ldrb w9, [sp, #134]
ldrb w10, [sp, #125]
and w9, w9, w10
ldrb w10, [sp, #125]
ldrb w11, [sp, #113]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #134]
ldrb w11, [sp, #113]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #111]
ldrb w9, [sp, #132]
ldrb w10, [sp, #124]
eor w9, w9, w10
ldrb w10, [sp, #111]
eor w9, w9, w10
strb w9, [sp, #110]
ldrb w9, [sp, #132]
ldrb w10, [sp, #124]
and w9, w9, w10
ldrb w10, [sp, #124]
ldrb w11, [sp, #111]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #132]
ldrb w11, [sp, #111]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #109]
ldrb w9, [sp, #131]
ldrb w10, [sp, #123]
eor w9, w9, w10
ldrb w10, [sp, #109]
eor w9, w9, w10
strb w9, [sp, #108]
ldrb w9, [sp, #131]
ldrb w10, [sp, #123]
and w9, w9, w10
ldrb w10, [sp, #123]
ldrb w11, [sp, #109]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #131]
ldrb w11, [sp, #109]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #107]
ldrb w9, [sp, #203]
ldrb w10, [sp, #191]
and w9, w9, w10
strb w9, [sp, #106]
ldrb w9, [sp, #202]
ldrb w10, [sp, #191]
and w9, w9, w10
strb w9, [sp, #105]
ldrb w9, [sp, #201]
ldrb w10, [sp, #191]
and w9, w9, w10
strb w9, [sp, #104]
ldrb w9, [sp, #200]
ldrb w10, [sp, #191]
and w9, w9, w10
strb w9, [sp, #103]
ldrb w9, [sp, #199]
ldrb w10, [sp, #191]
and w9, w9, w10
strb w9, [sp, #102]
ldrb w9, [sp, #198]
ldrb w10, [sp, #191]
and w9, w9, w10
strb w9, [sp, #101]
ldrb w9, [sp, #197]
ldrb w10, [sp, #191]
and w9, w9, w10
strb w9, [sp, #100]
ldrb w9, [sp, #196]
ldrb w10, [sp, #191]
and w9, w9, w10
strb w9, [sp, #99]
ldrb w9, [sp, #120]
ldrb w10, [sp, #106]
eor w9, w9, w10
strb w9, [sp, #98]
ldrb w9, [sp, #120]
ldrb w10, [sp, #106]
and w9, w9, w10
strb w9, [sp, #97]
ldrb w9, [sp, #118]
ldrb w10, [sp, #105]
eor w9, w9, w10
ldrb w10, [sp, #97]
eor w9, w9, w10
strb w9, [sp, #96]
ldrb w9, [sp, #118]
ldrb w10, [sp, #105]
and w9, w9, w10
ldrb w10, [sp, #105]
ldrb w11, [sp, #97]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #118]
ldrb w11, [sp, #97]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #95]
ldrb w9, [sp, #116]
ldrb w10, [sp, #104]
eor w9, w9, w10
ldrb w10, [sp, #95]
eor w9, w9, w10
strb w9, [sp, #94]
ldrb w9, [sp, #116]
ldrb w10, [sp, #104]
and w9, w9, w10
ldrb w10, [sp, #104]
ldrb w11, [sp, #95]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #116]
ldrb w11, [sp, #95]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #93]
ldrb w9, [sp, #114]
ldrb w10, [sp, #103]
eor w9, w9, w10
ldrb w10, [sp, #93]
eor w9, w9, w10
strb w9, [sp, #92]
ldrb w9, [sp, #114]
ldrb w10, [sp, #103]
and w9, w9, w10
ldrb w10, [sp, #103]
ldrb w11, [sp, #93]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #114]
ldrb w11, [sp, #93]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #91]
ldrb w9, [sp, #112]
ldrb w10, [sp, #102]
eor w9, w9, w10
ldrb w10, [sp, #91]
eor w9, w9, w10
strb w9, [sp, #90]
ldrb w9, [sp, #112]
ldrb w10, [sp, #102]
and w9, w9, w10
ldrb w10, [sp, #102]
ldrb w11, [sp, #91]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #112]
ldrb w11, [sp, #91]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #89]
ldrb w9, [sp, #110]
ldrb w10, [sp, #101]
eor w9, w9, w10
ldrb w10, [sp, #89]
eor w9, w9, w10
strb w9, [sp, #88]
ldrb w9, [sp, #110]
ldrb w10, [sp, #101]
and w9, w9, w10
ldrb w10, [sp, #101]
ldrb w11, [sp, #89]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #110]
ldrb w11, [sp, #89]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #87]
ldrb w9, [sp, #108]
ldrb w10, [sp, #100]
eor w9, w9, w10
ldrb w10, [sp, #87]
eor w9, w9, w10
strb w9, [sp, #86]
ldrb w9, [sp, #108]
ldrb w10, [sp, #100]
and w9, w9, w10
ldrb w10, [sp, #100]
ldrb w11, [sp, #87]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #108]
ldrb w11, [sp, #87]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #85]
ldrb w9, [sp, #107]
ldrb w10, [sp, #99]
eor w9, w9, w10
ldrb w10, [sp, #85]
eor w9, w9, w10
strb w9, [sp, #84]
ldrb w9, [sp, #107]
ldrb w10, [sp, #99]
and w9, w9, w10
ldrb w10, [sp, #99]
ldrb w11, [sp, #85]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #107]
ldrb w11, [sp, #85]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #83]
ldrb w9, [sp, #203]
ldrb w10, [sp, #190]
and w9, w9, w10
strb w9, [sp, #82]
ldrb w9, [sp, #202]
ldrb w10, [sp, #190]
and w9, w9, w10
strb w9, [sp, #81]
ldrb w9, [sp, #201]
ldrb w10, [sp, #190]
and w9, w9, w10
strb w9, [sp, #80]
ldrb w9, [sp, #200]
ldrb w10, [sp, #190]
and w9, w9, w10
strb w9, [sp, #79]
ldrb w9, [sp, #199]
ldrb w10, [sp, #190]
and w9, w9, w10
strb w9, [sp, #78]
ldrb w9, [sp, #198]
ldrb w10, [sp, #190]
and w9, w9, w10
strb w9, [sp, #77]
ldrb w9, [sp, #197]
ldrb w10, [sp, #190]
and w9, w9, w10
strb w9, [sp, #76]
ldrb w9, [sp, #196]
ldrb w10, [sp, #190]
and w9, w9, w10
strb w9, [sp, #75]
ldrb w9, [sp, #96]
ldrb w10, [sp, #82]
eor w9, w9, w10
strb w9, [sp, #74]
ldrb w9, [sp, #96]
ldrb w10, [sp, #82]
and w9, w9, w10
strb w9, [sp, #73]
ldrb w9, [sp, #94]
ldrb w10, [sp, #81]
eor w9, w9, w10
ldrb w10, [sp, #73]
eor w9, w9, w10
strb w9, [sp, #72]
ldrb w9, [sp, #94]
ldrb w10, [sp, #81]
and w9, w9, w10
ldrb w10, [sp, #81]
ldrb w11, [sp, #73]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #94]
ldrb w11, [sp, #73]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #71]
ldrb w9, [sp, #92]
ldrb w10, [sp, #80]
eor w9, w9, w10
ldrb w10, [sp, #71]
eor w9, w9, w10
strb w9, [sp, #70]
ldrb w9, [sp, #92]
ldrb w10, [sp, #80]
and w9, w9, w10
ldrb w10, [sp, #80]
ldrb w11, [sp, #71]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #92]
ldrb w11, [sp, #71]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #69]
ldrb w9, [sp, #90]
ldrb w10, [sp, #79]
eor w9, w9, w10
ldrb w10, [sp, #69]
eor w9, w9, w10
strb w9, [sp, #68]
ldrb w9, [sp, #90]
ldrb w10, [sp, #79]
and w9, w9, w10
ldrb w10, [sp, #79]
ldrb w11, [sp, #69]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #90]
ldrb w11, [sp, #69]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #67]
ldrb w9, [sp, #88]
ldrb w10, [sp, #78]
eor w9, w9, w10
ldrb w10, [sp, #67]
eor w9, w9, w10
strb w9, [sp, #66]
ldrb w9, [sp, #88]
ldrb w10, [sp, #78]
and w9, w9, w10
ldrb w10, [sp, #78]
ldrb w11, [sp, #67]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #88]
ldrb w11, [sp, #67]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #65]
ldrb w9, [sp, #86]
ldrb w10, [sp, #77]
eor w9, w9, w10
ldrb w10, [sp, #65]
eor w9, w9, w10
strb w9, [sp, #64]
ldrb w9, [sp, #86]
ldrb w10, [sp, #77]
and w9, w9, w10
ldrb w10, [sp, #77]
ldrb w11, [sp, #65]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #86]
ldrb w11, [sp, #65]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #63]
ldrb w9, [sp, #84]
ldrb w10, [sp, #76]
eor w9, w9, w10
ldrb w10, [sp, #63]
eor w9, w9, w10
strb w9, [sp, #62]
ldrb w9, [sp, #84]
ldrb w10, [sp, #76]
and w9, w9, w10
ldrb w10, [sp, #76]
ldrb w11, [sp, #63]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #84]
ldrb w11, [sp, #63]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #61]
ldrb w9, [sp, #83]
ldrb w10, [sp, #75]
eor w9, w9, w10
ldrb w10, [sp, #61]
eor w9, w9, w10
strb w9, [sp, #60]
ldrb w9, [sp, #83]
ldrb w10, [sp, #75]
and w9, w9, w10
ldrb w10, [sp, #75]
ldrb w11, [sp, #61]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #83]
ldrb w11, [sp, #61]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #59]
ldrb w9, [sp, #203]
ldrb w10, [sp, #189]
and w9, w9, w10
strb w9, [sp, #58]
ldrb w9, [sp, #202]
ldrb w10, [sp, #189]
and w9, w9, w10
strb w9, [sp, #57]
ldrb w9, [sp, #201]
ldrb w10, [sp, #189]
and w9, w9, w10
strb w9, [sp, #56]
ldrb w9, [sp, #200]
ldrb w10, [sp, #189]
and w9, w9, w10
strb w9, [sp, #55]
ldrb w9, [sp, #199]
ldrb w10, [sp, #189]
and w9, w9, w10
strb w9, [sp, #54]
ldrb w9, [sp, #198]
ldrb w10, [sp, #189]
and w9, w9, w10
strb w9, [sp, #53]
ldrb w9, [sp, #197]
ldrb w10, [sp, #189]
and w9, w9, w10
strb w9, [sp, #52]
ldrb w9, [sp, #196]
ldrb w10, [sp, #189]
and w9, w9, w10
strb w9, [sp, #51]
ldrb w9, [sp, #72]
ldrb w10, [sp, #58]
eor w9, w9, w10
strb w9, [sp, #50]
ldrb w9, [sp, #72]
ldrb w10, [sp, #58]
and w9, w9, w10
strb w9, [sp, #49]
ldrb w9, [sp, #70]
ldrb w10, [sp, #57]
eor w9, w9, w10
ldrb w10, [sp, #49]
eor w9, w9, w10
strb w9, [sp, #48]
ldrb w9, [sp, #70]
ldrb w10, [sp, #57]
and w9, w9, w10
ldrb w10, [sp, #57]
ldrb w11, [sp, #49]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #70]
ldrb w11, [sp, #49]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #47]
ldrb w9, [sp, #68]
ldrb w10, [sp, #56]
eor w9, w9, w10
ldrb w10, [sp, #47]
eor w9, w9, w10
strb w9, [sp, #46]
ldrb w9, [sp, #68]
ldrb w10, [sp, #56]
and w9, w9, w10
ldrb w10, [sp, #56]
ldrb w11, [sp, #47]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #68]
ldrb w11, [sp, #47]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #45]
ldrb w9, [sp, #66]
ldrb w10, [sp, #55]
eor w9, w9, w10
ldrb w10, [sp, #45]
eor w9, w9, w10
strb w9, [sp, #44]
ldrb w9, [sp, #66]
ldrb w10, [sp, #55]
and w9, w9, w10
ldrb w10, [sp, #55]
ldrb w11, [sp, #45]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #66]
ldrb w11, [sp, #45]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #43]
ldrb w9, [sp, #64]
ldrb w10, [sp, #54]
eor w9, w9, w10
ldrb w10, [sp, #43]
eor w9, w9, w10
strb w9, [sp, #42]
ldrb w9, [sp, #64]
ldrb w10, [sp, #54]
and w9, w9, w10
ldrb w10, [sp, #54]
ldrb w11, [sp, #43]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #64]
ldrb w11, [sp, #43]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #41]
ldrb w9, [sp, #62]
ldrb w10, [sp, #53]
eor w9, w9, w10
ldrb w10, [sp, #41]
eor w9, w9, w10
strb w9, [sp, #40]
ldrb w9, [sp, #62]
ldrb w10, [sp, #53]
and w9, w9, w10
ldrb w10, [sp, #53]
ldrb w11, [sp, #41]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #62]
ldrb w11, [sp, #41]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #39]
ldrb w9, [sp, #60]
ldrb w10, [sp, #52]
eor w9, w9, w10
ldrb w10, [sp, #39]
eor w9, w9, w10
strb w9, [sp, #38]
ldrb w9, [sp, #60]
ldrb w10, [sp, #52]
and w9, w9, w10
ldrb w10, [sp, #52]
ldrb w11, [sp, #39]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #60]
ldrb w11, [sp, #39]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #37]
ldrb w9, [sp, #59]
ldrb w10, [sp, #51]
eor w9, w9, w10
ldrb w10, [sp, #37]
eor w9, w9, w10
strb w9, [sp, #36]
ldrb w9, [sp, #59]
ldrb w10, [sp, #51]
and w9, w9, w10
ldrb w10, [sp, #51]
ldrb w11, [sp, #37]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #59]
ldrb w11, [sp, #37]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #35]
ldrb w9, [sp, #203]
ldrb w10, [sp, #188]
and w9, w9, w10
strb w9, [sp, #34]
ldrb w9, [sp, #202]
ldrb w10, [sp, #188]
and w9, w9, w10
strb w9, [sp, #33]
ldrb w9, [sp, #201]
ldrb w10, [sp, #188]
and w9, w9, w10
strb w9, [sp, #32]
ldrb w9, [sp, #200]
ldrb w10, [sp, #188]
and w9, w9, w10
strb w9, [sp, #31]
ldrb w9, [sp, #199]
ldrb w10, [sp, #188]
and w9, w9, w10
strb w9, [sp, #30]
ldrb w9, [sp, #198]
ldrb w10, [sp, #188]
and w9, w9, w10
strb w9, [sp, #29]
ldrb w9, [sp, #197]
ldrb w10, [sp, #188]
and w9, w9, w10
strb w9, [sp, #28]
ldrb w9, [sp, #196]
ldrb w10, [sp, #188]
and w9, w9, w10
strb w9, [sp, #27]
ldrb w9, [sp, #48]
ldrb w10, [sp, #34]
eor w9, w9, w10
strb w9, [sp, #26]
ldrb w9, [sp, #48]
ldrb w10, [sp, #34]
and w9, w9, w10
strb w9, [sp, #25]
ldrb w9, [sp, #46]
ldrb w10, [sp, #33]
eor w9, w9, w10
ldrb w10, [sp, #25]
eor w9, w9, w10
strb w9, [sp, #24]
ldrb w9, [sp, #46]
ldrb w10, [sp, #33]
and w9, w9, w10
ldrb w10, [sp, #33]
ldrb w11, [sp, #25]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #46]
ldrb w11, [sp, #25]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #23]
ldrb w9, [sp, #44]
ldrb w10, [sp, #32]
eor w9, w9, w10
ldrb w10, [sp, #23]
eor w9, w9, w10
strb w9, [sp, #22]
ldrb w9, [sp, #44]
ldrb w10, [sp, #32]
and w9, w9, w10
ldrb w10, [sp, #32]
ldrb w11, [sp, #23]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #44]
ldrb w11, [sp, #23]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #21]
ldrb w9, [sp, #42]
ldrb w10, [sp, #31]
eor w9, w9, w10
ldrb w10, [sp, #21]
eor w9, w9, w10
strb w9, [sp, #20]
ldrb w9, [sp, #42]
ldrb w10, [sp, #31]
and w9, w9, w10
ldrb w10, [sp, #31]
ldrb w11, [sp, #21]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #42]
ldrb w11, [sp, #21]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #19]
ldrb w9, [sp, #40]
ldrb w10, [sp, #30]
eor w9, w9, w10
ldrb w10, [sp, #19]
eor w9, w9, w10
strb w9, [sp, #18]
ldrb w9, [sp, #40]
ldrb w10, [sp, #30]
and w9, w9, w10
ldrb w10, [sp, #30]
ldrb w11, [sp, #19]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #40]
ldrb w11, [sp, #19]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #17]
ldrb w9, [sp, #38]
ldrb w10, [sp, #29]
eor w9, w9, w10
ldrb w10, [sp, #17]
eor w9, w9, w10
strb w9, [sp, #16]
ldrb w9, [sp, #38]
ldrb w10, [sp, #29]
and w9, w9, w10
ldrb w10, [sp, #29]
ldrb w11, [sp, #17]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #38]
ldrb w11, [sp, #17]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #15]
ldrb w9, [sp, #36]
ldrb w10, [sp, #28]
eor w9, w9, w10
ldrb w10, [sp, #15]
eor w9, w9, w10
strb w9, [sp, #14]
ldrb w9, [sp, #36]
ldrb w10, [sp, #28]
and w9, w9, w10
ldrb w10, [sp, #28]
ldrb w11, [sp, #15]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #36]
ldrb w11, [sp, #15]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #13]
ldrb w9, [sp, #35]
ldrb w10, [sp, #27]
eor w9, w9, w10
ldrb w10, [sp, #13]
eor w9, w9, w10
strb w9, [sp, #12]
ldrb w9, [sp, #35]
ldrb w10, [sp, #27]
and w9, w9, w10
ldrb w10, [sp, #27]
ldrb w11, [sp, #13]
and w10, w10, w11
orr w9, w9, w10
ldrb w10, [sp, #35]
ldrb w11, [sp, #13]
and w10, w10, w11
orr w9, w9, w10
strb w9, [sp, #11]
ldrb w9, [sp, #187]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10
strh w9, [x8]
ldrb w9, [sp, #169]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #1
strh w9, [x8]
ldrb w9, [sp, #146]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #2
strh w9, [x8]
ldrb w9, [sp, #122]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #3
strh w9, [x8]
ldrb w9, [sp, #98]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #4
strh w9, [x8]
ldrb w9, [sp, #74]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #5
strh w9, [x8]
ldrb w9, [sp, #50]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #6
strh w9, [x8]
ldrb w9, [sp, #26]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #7
strh w9, [x8]
ldrb w9, [sp, #24]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #8
strh w9, [x8]
ldrb w9, [sp, #22]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #9
strh w9, [x8]
ldrb w9, [sp, #20]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #10
strh w9, [x8]
ldrb w9, [sp, #18]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #11
strh w9, [x8]
ldrb w9, [sp, #16]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #12
strh w9, [x8]
ldrb w9, [sp, #14]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #13
strh w9, [x8]
ldrb w9, [sp, #12]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #14
strh w9, [x8]
ldrb w9, [sp, #11]
and w10, w9, #0x1
ldrh w9, [x8]
orr w9, w9, w10, lsl #15
strh w9, [x8]
ldrh w0, [x8]
add sp, sp, #208
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mul8_470 ## -- Begin function mul8_470
.p2align 4, 0x90
_mul8_470: ## @mul8_470
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $70, %rsp
movb %sil, %al
movb %dil, %cl
movb %cl, -1(%rbp)
movb %al, -2(%rbp)
movw $0, -4(%rbp)
movzbl -1(%rbp), %eax
sarl $0, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -5(%rbp)
movzbl -1(%rbp), %eax
sarl $1, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -6(%rbp)
movzbl -1(%rbp), %eax
sarl $2, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -7(%rbp)
movzbl -1(%rbp), %eax
sarl $3, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -8(%rbp)
movzbl -1(%rbp), %eax
sarl $4, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -9(%rbp)
movzbl -1(%rbp), %eax
sarl $5, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -10(%rbp)
movzbl -1(%rbp), %eax
sarl $6, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -11(%rbp)
movzbl -1(%rbp), %eax
sarl $7, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -12(%rbp)
movzbl -2(%rbp), %eax
sarl $0, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -13(%rbp)
movzbl -2(%rbp), %eax
sarl $1, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -14(%rbp)
movzbl -2(%rbp), %eax
sarl $2, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -15(%rbp)
movzbl -2(%rbp), %eax
sarl $3, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -16(%rbp)
movzbl -2(%rbp), %eax
sarl $4, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
movzbl -2(%rbp), %eax
sarl $5, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -18(%rbp)
movzbl -2(%rbp), %eax
sarl $6, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -19(%rbp)
movzbl -2(%rbp), %eax
sarl $7, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -20(%rbp)
movzbl -5(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -21(%rbp)
movzbl -6(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -22(%rbp)
movzbl -7(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -23(%rbp)
movzbl -8(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -24(%rbp)
movzbl -9(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -25(%rbp)
movzbl -10(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -26(%rbp)
movzbl -11(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -27(%rbp)
movb -23(%rbp), %al
movb %al, -28(%rbp)
movzbl -12(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -29(%rbp)
movzbl -5(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -30(%rbp)
movb -22(%rbp), %al
movb %al, -31(%rbp)
movzbl -6(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -32(%rbp)
movzbl -7(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -33(%rbp)
movzbl -8(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -34(%rbp)
movzbl -9(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -35(%rbp)
movzbl -10(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -36(%rbp)
movzbl -11(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -37(%rbp)
movzbl -12(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -38(%rbp)
movzbl -31(%rbp), %eax
movzbl -30(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -39(%rbp)
movzbl -28(%rbp), %eax
movzbl -32(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -40(%rbp)
movzbl -28(%rbp), %eax
movzbl -32(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -41(%rbp)
movzbl -24(%rbp), %eax
movzbl -33(%rbp), %ecx
xorl %ecx, %eax
movzbl -41(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -42(%rbp)
movzbl -24(%rbp), %eax
movzbl -33(%rbp), %ecx
andl %ecx, %eax
movzbl -33(%rbp), %ecx
movzbl -41(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -24(%rbp), %ecx
movzbl -41(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -43(%rbp)
movzbl -25(%rbp), %eax
movzbl -34(%rbp), %ecx
xorl %ecx, %eax
movzbl -43(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -44(%rbp)
movzbl -25(%rbp), %eax
movzbl -34(%rbp), %ecx
andl %ecx, %eax
movzbl -34(%rbp), %ecx
movzbl -43(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -25(%rbp), %ecx
movzbl -43(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -45(%rbp)
movzbl -26(%rbp), %eax
movzbl -35(%rbp), %ecx
xorl %ecx, %eax
movzbl -45(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -46(%rbp)
movzbl -26(%rbp), %eax
movzbl -35(%rbp), %ecx
andl %ecx, %eax
movzbl -35(%rbp), %ecx
movzbl -45(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -26(%rbp), %ecx
movzbl -45(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -47(%rbp)
movzbl -27(%rbp), %eax
movzbl -36(%rbp), %ecx
xorl %ecx, %eax
movzbl -47(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -48(%rbp)
movzbl -27(%rbp), %eax
movzbl -36(%rbp), %ecx
andl %ecx, %eax
movzbl -36(%rbp), %ecx
movzbl -47(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -27(%rbp), %ecx
movzbl -47(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -49(%rbp)
movzbl -29(%rbp), %eax
movzbl -37(%rbp), %ecx
xorl %ecx, %eax
movzbl -49(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -50(%rbp)
movzbl -29(%rbp), %eax
movzbl -37(%rbp), %ecx
andl %ecx, %eax
movzbl -37(%rbp), %ecx
movzbl -49(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -29(%rbp), %ecx
movzbl -49(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -51(%rbp)
movzbl -51(%rbp), %eax
movzbl -38(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -52(%rbp)
movzbl -51(%rbp), %eax
movzbl -38(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -53(%rbp)
movzbl -5(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -54(%rbp)
movzbl -6(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -55(%rbp)
movzbl -7(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -56(%rbp)
movzbl -8(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -57(%rbp)
movzbl -9(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -58(%rbp)
movzbl -10(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -59(%rbp)
movzbl -11(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -60(%rbp)
movzbl -12(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -61(%rbp)
movzbl -40(%rbp), %eax
movzbl -54(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -62(%rbp)
movzbl -40(%rbp), %eax
movzbl -54(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -63(%rbp)
movzbl -42(%rbp), %eax
movzbl -55(%rbp), %ecx
xorl %ecx, %eax
movzbl -63(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -64(%rbp)
movzbl -42(%rbp), %eax
movzbl -55(%rbp), %ecx
andl %ecx, %eax
movzbl -55(%rbp), %ecx
movzbl -63(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -42(%rbp), %ecx
movzbl -63(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -65(%rbp)
movzbl -44(%rbp), %eax
movzbl -56(%rbp), %ecx
xorl %ecx, %eax
movzbl -65(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -66(%rbp)
movzbl -44(%rbp), %eax
movzbl -56(%rbp), %ecx
andl %ecx, %eax
movzbl -56(%rbp), %ecx
movzbl -65(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -44(%rbp), %ecx
movzbl -65(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -67(%rbp)
movzbl -46(%rbp), %eax
movzbl -57(%rbp), %ecx
xorl %ecx, %eax
movzbl -67(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -68(%rbp)
movzbl -46(%rbp), %eax
movzbl -57(%rbp), %ecx
andl %ecx, %eax
movzbl -57(%rbp), %ecx
movzbl -67(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -46(%rbp), %ecx
movzbl -67(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -69(%rbp)
movzbl -48(%rbp), %eax
movzbl -58(%rbp), %ecx
xorl %ecx, %eax
movzbl -69(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -70(%rbp)
movzbl -48(%rbp), %eax
movzbl -58(%rbp), %ecx
andl %ecx, %eax
movzbl -58(%rbp), %ecx
movzbl -69(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -48(%rbp), %ecx
movzbl -69(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -71(%rbp)
movzbl -50(%rbp), %eax
movzbl -59(%rbp), %ecx
xorl %ecx, %eax
movzbl -71(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -72(%rbp)
movzbl -50(%rbp), %eax
movzbl -59(%rbp), %ecx
andl %ecx, %eax
movzbl -59(%rbp), %ecx
movzbl -71(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -50(%rbp), %ecx
movzbl -71(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -73(%rbp)
movzbl -52(%rbp), %eax
movzbl -60(%rbp), %ecx
xorl %ecx, %eax
movzbl -73(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -74(%rbp)
movzbl -52(%rbp), %eax
movzbl -60(%rbp), %ecx
andl %ecx, %eax
movzbl -60(%rbp), %ecx
movzbl -73(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -52(%rbp), %ecx
movzbl -73(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -75(%rbp)
movzbl -53(%rbp), %eax
movzbl -61(%rbp), %ecx
xorl %ecx, %eax
movzbl -75(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -76(%rbp)
movzbl -53(%rbp), %eax
movzbl -61(%rbp), %ecx
andl %ecx, %eax
movzbl -61(%rbp), %ecx
movzbl -75(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -53(%rbp), %ecx
movzbl -75(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -77(%rbp)
movzbl -5(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -78(%rbp)
movzbl -6(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -79(%rbp)
movzbl -7(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -80(%rbp)
movzbl -8(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -81(%rbp)
movzbl -9(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -82(%rbp)
movzbl -10(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -83(%rbp)
movzbl -11(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -84(%rbp)
movzbl -12(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -85(%rbp)
movzbl -64(%rbp), %eax
movzbl -78(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -86(%rbp)
movzbl -64(%rbp), %eax
movzbl -78(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -87(%rbp)
movzbl -66(%rbp), %eax
movzbl -79(%rbp), %ecx
xorl %ecx, %eax
movzbl -87(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -88(%rbp)
movzbl -66(%rbp), %eax
movzbl -79(%rbp), %ecx
andl %ecx, %eax
movzbl -79(%rbp), %ecx
movzbl -87(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -66(%rbp), %ecx
movzbl -87(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -89(%rbp)
movzbl -68(%rbp), %eax
movzbl -80(%rbp), %ecx
xorl %ecx, %eax
movzbl -89(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -90(%rbp)
movzbl -68(%rbp), %eax
movzbl -80(%rbp), %ecx
andl %ecx, %eax
movzbl -80(%rbp), %ecx
movzbl -89(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -68(%rbp), %ecx
movzbl -89(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -91(%rbp)
movzbl -70(%rbp), %eax
movzbl -81(%rbp), %ecx
xorl %ecx, %eax
movzbl -91(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -92(%rbp)
movzbl -70(%rbp), %eax
movzbl -81(%rbp), %ecx
andl %ecx, %eax
movzbl -81(%rbp), %ecx
movzbl -91(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -70(%rbp), %ecx
movzbl -91(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -93(%rbp)
movzbl -72(%rbp), %eax
movzbl -82(%rbp), %ecx
xorl %ecx, %eax
movzbl -93(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -94(%rbp)
movzbl -72(%rbp), %eax
movzbl -82(%rbp), %ecx
andl %ecx, %eax
movzbl -82(%rbp), %ecx
movzbl -93(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -72(%rbp), %ecx
movzbl -93(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -95(%rbp)
movzbl -74(%rbp), %eax
movzbl -83(%rbp), %ecx
xorl %ecx, %eax
movzbl -95(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -96(%rbp)
movzbl -74(%rbp), %eax
movzbl -83(%rbp), %ecx
andl %ecx, %eax
movzbl -83(%rbp), %ecx
movzbl -95(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -74(%rbp), %ecx
movzbl -95(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -97(%rbp)
movzbl -76(%rbp), %eax
movzbl -84(%rbp), %ecx
xorl %ecx, %eax
movzbl -97(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -98(%rbp)
movzbl -76(%rbp), %eax
movzbl -84(%rbp), %ecx
andl %ecx, %eax
movzbl -84(%rbp), %ecx
movzbl -97(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -76(%rbp), %ecx
movzbl -97(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -99(%rbp)
movzbl -77(%rbp), %eax
movzbl -85(%rbp), %ecx
xorl %ecx, %eax
movzbl -99(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -100(%rbp)
movzbl -77(%rbp), %eax
movzbl -85(%rbp), %ecx
andl %ecx, %eax
movzbl -85(%rbp), %ecx
movzbl -99(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -77(%rbp), %ecx
movzbl -99(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -101(%rbp)
movzbl -5(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -102(%rbp)
movzbl -6(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -103(%rbp)
movzbl -7(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -104(%rbp)
movzbl -8(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -105(%rbp)
movzbl -9(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -106(%rbp)
movzbl -10(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -107(%rbp)
movzbl -11(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -108(%rbp)
movzbl -12(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -109(%rbp)
movzbl -88(%rbp), %eax
movzbl -102(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -110(%rbp)
movzbl -88(%rbp), %eax
movzbl -102(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -111(%rbp)
movzbl -90(%rbp), %eax
movzbl -103(%rbp), %ecx
xorl %ecx, %eax
movzbl -111(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -112(%rbp)
movzbl -90(%rbp), %eax
movzbl -103(%rbp), %ecx
andl %ecx, %eax
movzbl -103(%rbp), %ecx
movzbl -111(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -90(%rbp), %ecx
movzbl -111(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -113(%rbp)
movzbl -92(%rbp), %eax
movzbl -104(%rbp), %ecx
xorl %ecx, %eax
movzbl -113(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -114(%rbp)
movzbl -92(%rbp), %eax
movzbl -104(%rbp), %ecx
andl %ecx, %eax
movzbl -104(%rbp), %ecx
movzbl -113(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -92(%rbp), %ecx
movzbl -113(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -115(%rbp)
movzbl -94(%rbp), %eax
movzbl -105(%rbp), %ecx
xorl %ecx, %eax
movzbl -115(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -116(%rbp)
movzbl -94(%rbp), %eax
movzbl -105(%rbp), %ecx
andl %ecx, %eax
movzbl -105(%rbp), %ecx
movzbl -115(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -94(%rbp), %ecx
movzbl -115(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -117(%rbp)
movzbl -96(%rbp), %eax
movzbl -106(%rbp), %ecx
xorl %ecx, %eax
movzbl -117(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -118(%rbp)
movzbl -96(%rbp), %eax
movzbl -106(%rbp), %ecx
andl %ecx, %eax
movzbl -106(%rbp), %ecx
movzbl -117(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -96(%rbp), %ecx
movzbl -117(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -119(%rbp)
movzbl -98(%rbp), %eax
movzbl -107(%rbp), %ecx
xorl %ecx, %eax
movzbl -119(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -120(%rbp)
movzbl -98(%rbp), %eax
movzbl -107(%rbp), %ecx
andl %ecx, %eax
movzbl -107(%rbp), %ecx
movzbl -119(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -98(%rbp), %ecx
movzbl -119(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -121(%rbp)
movzbl -100(%rbp), %eax
movzbl -108(%rbp), %ecx
xorl %ecx, %eax
movzbl -121(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -122(%rbp)
movzbl -100(%rbp), %eax
movzbl -108(%rbp), %ecx
andl %ecx, %eax
movzbl -108(%rbp), %ecx
movzbl -121(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -100(%rbp), %ecx
movzbl -121(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -123(%rbp)
movzbl -101(%rbp), %eax
movzbl -109(%rbp), %ecx
xorl %ecx, %eax
movzbl -123(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -124(%rbp)
movzbl -101(%rbp), %eax
movzbl -109(%rbp), %ecx
andl %ecx, %eax
movzbl -109(%rbp), %ecx
movzbl -123(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -101(%rbp), %ecx
movzbl -123(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -125(%rbp)
movzbl -5(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -126(%rbp)
movzbl -6(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -127(%rbp)
movzbl -7(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -128(%rbp)
movzbl -8(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -129(%rbp)
movzbl -9(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -130(%rbp)
movzbl -10(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -131(%rbp)
movzbl -11(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -132(%rbp)
movzbl -12(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -133(%rbp)
movzbl -112(%rbp), %eax
movzbl -126(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -134(%rbp)
movzbl -112(%rbp), %eax
movzbl -126(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -135(%rbp)
movzbl -114(%rbp), %eax
movzbl -127(%rbp), %ecx
xorl %ecx, %eax
movzbl -135(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -136(%rbp)
movzbl -114(%rbp), %eax
movzbl -127(%rbp), %ecx
andl %ecx, %eax
movzbl -127(%rbp), %ecx
movzbl -135(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -114(%rbp), %ecx
movzbl -135(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -137(%rbp)
movzbl -116(%rbp), %eax
movzbl -128(%rbp), %ecx
xorl %ecx, %eax
movzbl -137(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -138(%rbp)
movzbl -116(%rbp), %eax
movzbl -128(%rbp), %ecx
andl %ecx, %eax
movzbl -128(%rbp), %ecx
movzbl -137(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -116(%rbp), %ecx
movzbl -137(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -139(%rbp)
movzbl -118(%rbp), %eax
movzbl -129(%rbp), %ecx
xorl %ecx, %eax
movzbl -139(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -140(%rbp)
movzbl -118(%rbp), %eax
movzbl -129(%rbp), %ecx
andl %ecx, %eax
movzbl -129(%rbp), %ecx
movzbl -139(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -118(%rbp), %ecx
movzbl -139(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -141(%rbp)
movzbl -120(%rbp), %eax
movzbl -130(%rbp), %ecx
xorl %ecx, %eax
movzbl -141(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -142(%rbp)
movzbl -120(%rbp), %eax
movzbl -130(%rbp), %ecx
andl %ecx, %eax
movzbl -130(%rbp), %ecx
movzbl -141(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -120(%rbp), %ecx
movzbl -141(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -143(%rbp)
movzbl -122(%rbp), %eax
movzbl -131(%rbp), %ecx
xorl %ecx, %eax
movzbl -143(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -144(%rbp)
movzbl -122(%rbp), %eax
movzbl -131(%rbp), %ecx
andl %ecx, %eax
movzbl -131(%rbp), %ecx
movzbl -143(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -122(%rbp), %ecx
movzbl -143(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -145(%rbp)
movzbl -124(%rbp), %eax
movzbl -132(%rbp), %ecx
xorl %ecx, %eax
movzbl -145(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -146(%rbp)
movzbl -124(%rbp), %eax
movzbl -132(%rbp), %ecx
andl %ecx, %eax
movzbl -132(%rbp), %ecx
movzbl -145(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -124(%rbp), %ecx
movzbl -145(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -147(%rbp)
movzbl -125(%rbp), %eax
movzbl -133(%rbp), %ecx
xorl %ecx, %eax
movzbl -147(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -148(%rbp)
movzbl -125(%rbp), %eax
movzbl -133(%rbp), %ecx
andl %ecx, %eax
movzbl -133(%rbp), %ecx
movzbl -147(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -125(%rbp), %ecx
movzbl -147(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -149(%rbp)
movzbl -5(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -150(%rbp)
movzbl -6(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -151(%rbp)
movzbl -7(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -152(%rbp)
movzbl -8(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -153(%rbp)
movzbl -9(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -154(%rbp)
movzbl -10(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -155(%rbp)
movzbl -11(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -156(%rbp)
movzbl -12(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -157(%rbp)
movzbl -136(%rbp), %eax
movzbl -150(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -158(%rbp)
movzbl -136(%rbp), %eax
movzbl -150(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -159(%rbp)
movzbl -138(%rbp), %eax
movzbl -151(%rbp), %ecx
xorl %ecx, %eax
movzbl -159(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -160(%rbp)
movzbl -138(%rbp), %eax
movzbl -151(%rbp), %ecx
andl %ecx, %eax
movzbl -151(%rbp), %ecx
movzbl -159(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -138(%rbp), %ecx
movzbl -159(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -161(%rbp)
movzbl -140(%rbp), %eax
movzbl -152(%rbp), %ecx
xorl %ecx, %eax
movzbl -161(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -162(%rbp)
movzbl -140(%rbp), %eax
movzbl -152(%rbp), %ecx
andl %ecx, %eax
movzbl -152(%rbp), %ecx
movzbl -161(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -140(%rbp), %ecx
movzbl -161(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -163(%rbp)
movzbl -142(%rbp), %eax
movzbl -153(%rbp), %ecx
xorl %ecx, %eax
movzbl -163(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -164(%rbp)
movzbl -142(%rbp), %eax
movzbl -153(%rbp), %ecx
andl %ecx, %eax
movzbl -153(%rbp), %ecx
movzbl -163(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -142(%rbp), %ecx
movzbl -163(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -165(%rbp)
movzbl -144(%rbp), %eax
movzbl -154(%rbp), %ecx
xorl %ecx, %eax
movzbl -165(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -166(%rbp)
movzbl -144(%rbp), %eax
movzbl -154(%rbp), %ecx
andl %ecx, %eax
movzbl -154(%rbp), %ecx
movzbl -165(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -144(%rbp), %ecx
movzbl -165(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -167(%rbp)
movzbl -146(%rbp), %eax
movzbl -155(%rbp), %ecx
xorl %ecx, %eax
movzbl -167(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -168(%rbp)
movzbl -146(%rbp), %eax
movzbl -155(%rbp), %ecx
andl %ecx, %eax
movzbl -155(%rbp), %ecx
movzbl -167(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -146(%rbp), %ecx
movzbl -167(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -169(%rbp)
movzbl -148(%rbp), %eax
movzbl -156(%rbp), %ecx
xorl %ecx, %eax
movzbl -169(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -170(%rbp)
movzbl -148(%rbp), %eax
movzbl -156(%rbp), %ecx
andl %ecx, %eax
movzbl -156(%rbp), %ecx
movzbl -169(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -148(%rbp), %ecx
movzbl -169(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -171(%rbp)
movzbl -149(%rbp), %eax
movzbl -157(%rbp), %ecx
xorl %ecx, %eax
movzbl -171(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -172(%rbp)
movzbl -149(%rbp), %eax
movzbl -157(%rbp), %ecx
andl %ecx, %eax
movzbl -157(%rbp), %ecx
movzbl -171(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -149(%rbp), %ecx
movzbl -171(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -173(%rbp)
movzbl -5(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -174(%rbp)
movzbl -6(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -175(%rbp)
movzbl -7(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -176(%rbp)
movzbl -8(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -177(%rbp)
movzbl -9(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -178(%rbp)
movzbl -10(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -179(%rbp)
movzbl -11(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -180(%rbp)
movzbl -12(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -181(%rbp)
movzbl -160(%rbp), %eax
movzbl -174(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -182(%rbp)
movzbl -160(%rbp), %eax
movzbl -174(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -183(%rbp)
movzbl -162(%rbp), %eax
movzbl -175(%rbp), %ecx
xorl %ecx, %eax
movzbl -183(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -184(%rbp)
movzbl -162(%rbp), %eax
movzbl -175(%rbp), %ecx
andl %ecx, %eax
movzbl -175(%rbp), %ecx
movzbl -183(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -162(%rbp), %ecx
movzbl -183(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -185(%rbp)
movzbl -164(%rbp), %eax
movzbl -176(%rbp), %ecx
xorl %ecx, %eax
movzbl -185(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -186(%rbp)
movzbl -164(%rbp), %eax
movzbl -176(%rbp), %ecx
andl %ecx, %eax
movzbl -176(%rbp), %ecx
movzbl -185(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -164(%rbp), %ecx
movzbl -185(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -187(%rbp)
movzbl -166(%rbp), %eax
movzbl -177(%rbp), %ecx
xorl %ecx, %eax
movzbl -187(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -188(%rbp)
movzbl -166(%rbp), %eax
movzbl -177(%rbp), %ecx
andl %ecx, %eax
movzbl -177(%rbp), %ecx
movzbl -187(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -166(%rbp), %ecx
movzbl -187(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -189(%rbp)
movzbl -168(%rbp), %eax
movzbl -178(%rbp), %ecx
xorl %ecx, %eax
movzbl -189(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -190(%rbp)
movzbl -168(%rbp), %eax
movzbl -178(%rbp), %ecx
andl %ecx, %eax
movzbl -178(%rbp), %ecx
movzbl -189(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -168(%rbp), %ecx
movzbl -189(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -191(%rbp)
movzbl -170(%rbp), %eax
movzbl -179(%rbp), %ecx
xorl %ecx, %eax
movzbl -191(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -192(%rbp)
movzbl -170(%rbp), %eax
movzbl -179(%rbp), %ecx
andl %ecx, %eax
movzbl -179(%rbp), %ecx
movzbl -191(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -170(%rbp), %ecx
movzbl -191(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -193(%rbp)
movzbl -172(%rbp), %eax
movzbl -180(%rbp), %ecx
xorl %ecx, %eax
movzbl -193(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -194(%rbp)
movzbl -172(%rbp), %eax
movzbl -180(%rbp), %ecx
andl %ecx, %eax
movzbl -180(%rbp), %ecx
movzbl -193(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -172(%rbp), %ecx
movzbl -193(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -195(%rbp)
movzbl -173(%rbp), %eax
movzbl -181(%rbp), %ecx
xorl %ecx, %eax
movzbl -195(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -196(%rbp)
movzbl -173(%rbp), %eax
movzbl -181(%rbp), %ecx
andl %ecx, %eax
movzbl -181(%rbp), %ecx
movzbl -195(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -173(%rbp), %ecx
movzbl -195(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -197(%rbp)
movzbl -21(%rbp), %ecx
andl $1, %ecx
shll $0, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -39(%rbp), %ecx
andl $1, %ecx
shll $1, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -62(%rbp), %ecx
andl $1, %ecx
shll $2, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -86(%rbp), %ecx
andl $1, %ecx
shll $3, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -110(%rbp), %ecx
andl $1, %ecx
shll $4, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -134(%rbp), %ecx
andl $1, %ecx
shll $5, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -158(%rbp), %ecx
andl $1, %ecx
shll $6, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -182(%rbp), %ecx
andl $1, %ecx
shll $7, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -184(%rbp), %ecx
andl $1, %ecx
shll $8, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -186(%rbp), %ecx
andl $1, %ecx
shll $9, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -188(%rbp), %ecx
andl $1, %ecx
shll $10, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -190(%rbp), %ecx
andl $1, %ecx
shll $11, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -192(%rbp), %ecx
andl $1, %ecx
shll $12, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -194(%rbp), %ecx
andl $1, %ecx
shll $13, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -196(%rbp), %ecx
andl $1, %ecx
shll $14, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -197(%rbp), %ecx
andl $1, %ecx
shll $15, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzwl -4(%rbp), %eax
addq $70, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/98574927.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w0, #5
bl _alarm
bl _m
mov w0, #42
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $5, %edi
callq _alarm
callq _m
movl $42, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/299305.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _baz4 ; -- Begin function baz4
.p2align 2
_baz4: ; @baz4
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x0, [sp, #8]
bl _foo
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _baz4 ## -- Begin function baz4
.p2align 4, 0x90
_baz4: ## @baz4
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rdi
callq _foo
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/141521.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
bl _f1
bl _f3
ldr w0, [sp, #8] ; 4-byte Folded Reload
bl _exit
.cfi_endproc
; -- End function
.globl _f1 ; -- Begin function f1
.p2align 2
_f1: ; @f1
.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
add x0, sp, #7
fmov s0, #1.00000000
stur s0, [x0, #1]
movi d0, #0000000000000000
stur s0, [x0, #5]
mov w8, #42
strb w8, [sp, #7]
bl _f2
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _f3 ; -- Begin function f3
.p2align 2
_f3: ; @f3
.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
add x0, sp, #4
fmov s0, #1.00000000
str s0, [sp, #8]
movi d0, #0000000000000000
str s0, [sp, #12]
mov w8, #42
strb w8, [sp, #4]
bl _f4
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _f2 ; -- Begin function f2
.p2align 2
_f2: ; @f2
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
ldur s0, [x8, #1]
ldur s1, [x8, #5]
str s1, [sp, #4] ; 4-byte Folded Spill
fmov s1, #1.00000000
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB3_3
b LBB3_1
LBB3_1:
ldr s0, [sp, #4] ; 4-byte Folded Reload
fcmp s0, #0.0
cset w8, ne
tbnz w8, #0, LBB3_3
b LBB3_2
LBB3_2:
ldr x8, [sp, #8]
ldrsb w8, [x8]
subs w8, w8, #42
cset w8, eq
tbnz w8, #0, LBB3_4
b LBB3_3
LBB3_3:
bl _abort
LBB3_4:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _f4 ; -- Begin function f4
.p2align 2
_f4: ; @f4
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
ldr s0, [x8, #4]
ldr s1, [x8, #8]
str s1, [sp, #4] ; 4-byte Folded Spill
fmov s1, #1.00000000
fcmp s0, s1
cset w8, ne
tbnz w8, #0, LBB4_3
b LBB4_1
LBB4_1:
ldr s0, [sp, #4] ; 4-byte Folded Reload
fcmp s0, #0.0
cset w8, ne
tbnz w8, #0, LBB4_3
b LBB4_2
LBB4_2:
ldr x8, [sp, #8]
ldrsb w8, [x8]
subs w8, w8, #42
cset w8, eq
tbnz w8, #0, LBB4_4
b LBB4_3
LBB4_3:
bl _abort
LBB4_4:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
callq _f1
callq _f3
xorl %edi, %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function f1
LCPI1_0:
.long 0x3f800000 ## float 1
.section __TEXT,__text,regular,pure_instructions
.globl _f1
.p2align 4, 0x90
_f1: ## @f1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movss LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -15(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -11(%rbp)
movb $42, -16(%rbp)
leaq -16(%rbp), %rdi
callq _f2
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function f3
LCPI2_0:
.long 0x3f800000 ## float 1
.section __TEXT,__text,regular,pure_instructions
.globl _f3
.p2align 4, 0x90
_f3: ## @f3
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movss LCPI2_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -12(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -8(%rbp)
movb $42, -16(%rbp)
leaq -16(%rbp), %rdi
callq _f4
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function f2
LCPI3_0:
.long 0x3f800000 ## float 1
.section __TEXT,__text,regular,pure_instructions
.globl _f2
.p2align 4, 0x90
_f2: ## @f2
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movss 1(%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss 5(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss LCPI3_0(%rip), %xmm2 ## xmm2 = mem[0],zero,zero,zero
ucomiss %xmm2, %xmm1
setne %al
setp %cl
orb %cl, %al
xorps %xmm1, %xmm1
ucomiss %xmm1, %xmm0
setne %cl
setp %dl
orb %dl, %cl
orb %cl, %al
testb $1, %al
jne LBB3_2
## %bb.1:
movq -8(%rbp), %rax
movsbl (%rax), %eax
cmpl $42, %eax
je LBB3_3
LBB3_2:
callq _abort
LBB3_3:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function f4
LCPI4_0:
.long 0x3f800000 ## float 1
.section __TEXT,__text,regular,pure_instructions
.globl _f4
.p2align 4, 0x90
_f4: ## @f4
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movss 4(%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss 8(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss LCPI4_0(%rip), %xmm2 ## xmm2 = mem[0],zero,zero,zero
ucomiss %xmm2, %xmm1
setne %al
setp %cl
orb %cl, %al
xorps %xmm1, %xmm1
ucomiss %xmm1, %xmm0
setne %cl
setp %dl
orb %dl, %cl
orb %cl, %al
testb $1, %al
jne LBB4_2
## %bb.1:
movq -8(%rbp), %rax
movsbl (%rax), %eax
cmpl $42, %eax
je LBB4_3
LBB4_2:
callq _abort
LBB4_3:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/101805.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _copyR ; -- Begin function copyR
.p2align 2
_copyR: ; @copyR
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur w1, [x29, #-8]
stur x2, [x29, #-16]
stur x3, [x29, #-24]
ldur w8, [x29, #-8]
; kill: def $x8 killed $w8
str x8, [sp, #16] ; 8-byte Folded Spill
ldur w8, [x29, #-8]
; kill: def $x8 killed $w8
str x8, [sp, #24] ; 8-byte Folded Spill
stur wzr, [x29, #-28]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldur w8, [x29, #-28]
str w8, [sp, #12] ; 4-byte Folded Spill
ldur w0, [x29, #-4]
ldur w1, [x29, #-8]
bl _min
ldr w8, [sp, #12] ; 4-byte Folded Reload
subs w8, w8, w0
cset w8, hs
tbnz w8, #0, LBB0_8
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #32]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #32]
str w8, [sp, #8] ; 4-byte Folded Spill
ldur w0, [x29, #-4]
ldur w1, [x29, #-8]
bl _min
ldr w8, [sp, #8] ; 4-byte Folded Reload
subs w8, w8, w0
cset w8, hs
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr x10, [sp, #16] ; 8-byte Folded Reload
ldr x11, [sp, #24] ; 8-byte Folded Reload
ldur x8, [x29, #-24]
ldursw x9, [x29, #-28]
mul x9, x9, x11
add x8, x8, x9, lsl #3
ldrsw x9, [sp, #32]
ldr d0, [x8, x9, lsl #3]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-28]
mul x9, x9, x10
add x8, x8, x9, lsl #3
ldrsw x9, [sp, #32]
str d0, [x8, x9, lsl #3]
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB0_3
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-28]
add w8, w8, #1
stur w8, [x29, #-28]
b LBB0_1
LBB0_8:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.globl _applyR ; -- Begin function applyR
.p2align 2
_applyR: ; @applyR
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub sp, sp, #160
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur w0, [x29, #-12]
stur x1, [x29, #-24]
stur x2, [x29, #-32]
stur d0, [x29, #-40]
stur w3, [x29, #-44]
ldur w8, [x29, #-12]
; kill: def $x8 killed $w8
stur x8, [x29, #-144] ; 8-byte Folded Spill
ldur w8, [x29, #-12]
mov x9, x8
stur x9, [x29, #-120] ; 8-byte Folded Spill
ldur w8, [x29, #-12]
; kill: def $x8 killed $w8
stur x8, [x29, #-136] ; 8-byte Folded Spill
mov x10, sp
stur x10, [x29, #-64]
mul x9, x9, x8
lsl x9, x9, #3
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-128] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x11, [x29, #-128] ; 8-byte Folded Reload
ldur x9, [x29, #-120] ; 8-byte Folded Reload
mov x10, sp
subs x10, x10, x11
mov sp, x10
stur x10, [x29, #-112] ; 8-byte Folded Spill
stur x9, [x29, #-72]
stur x8, [x29, #-80]
ldur w8, [x29, #-12]
; kill: def $x8 killed $w8
lsl x9, x8, #3
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-104] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-104] ; 8-byte Folded Reload
mov x9, sp
subs x9, x9, x10
mov sp, x9
stur x9, [x29, #-96] ; 8-byte Folded Spill
stur x8, [x29, #-88]
stur wzr, [x29, #-48]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-48]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldursw x9, [x29, #-48]
movi d0, #0000000000000000
str d0, [x8, x9, lsl #3]
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-48]
add w8, w8, #1
stur w8, [x29, #-48]
b LBB1_1
LBB1_4:
stur wzr, [x29, #-52]
b LBB1_5
LBB1_5: ; =>This Loop Header: Depth=1
; Child Loop BB1_7 Depth 2
ldur w8, [x29, #-52]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_12
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_5 Depth=1
ldur w8, [x29, #-44]
stur w8, [x29, #-48]
b LBB1_7
LBB1_7: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-48]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_10
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_7 Depth=2
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldur x11, [x29, #-144] ; 8-byte Folded Reload
ldur x9, [x29, #-32]
ldursw x10, [x29, #-48]
ldr d0, [x9, x10, lsl #3]
ldur x9, [x29, #-24]
ldursw x10, [x29, #-48]
mul x10, x10, x11
add x9, x9, x10, lsl #3
ldursw x10, [x29, #-52]
ldr d1, [x9, x10, lsl #3]
ldursw x9, [x29, #-52]
add x8, x8, x9, lsl #3
ldr d2, [x8]
fmadd d0, d0, d1, d2
str d0, [x8]
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_7 Depth=2
ldur w8, [x29, #-48]
add w8, w8, #1
stur w8, [x29, #-48]
b LBB1_7
LBB1_10: ; in Loop: Header=BB1_5 Depth=1
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_5 Depth=1
ldur w8, [x29, #-52]
add w8, w8, #1
stur w8, [x29, #-52]
b LBB1_5
LBB1_12:
stur wzr, [x29, #-48]
b LBB1_13
LBB1_13: ; =>This Loop Header: Depth=1
; Child Loop BB1_15 Depth 2
ldur w8, [x29, #-48]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_20
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_13 Depth=1
ldur w8, [x29, #-44]
stur w8, [x29, #-52]
b LBB1_15
LBB1_15: ; Parent Loop BB1_13 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-52]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_18
b LBB1_16
LBB1_16: ; in Loop: Header=BB1_15 Depth=2
ldur x8, [x29, #-112] ; 8-byte Folded Reload
ldur x10, [x29, #-136] ; 8-byte Folded Reload
ldur x9, [x29, #-96] ; 8-byte Folded Reload
ldur d0, [x29, #-40]
ldur x11, [x29, #-32]
ldursw x12, [x29, #-52]
ldr d1, [x11, x12, lsl #3]
fmul d0, d0, d1
ldursw x11, [x29, #-48]
ldr d1, [x9, x11, lsl #3]
fmul d0, d0, d1
ldursw x9, [x29, #-52]
mul x9, x9, x10
add x8, x8, x9, lsl #3
ldursw x9, [x29, #-48]
str d0, [x8, x9, lsl #3]
b LBB1_17
LBB1_17: ; in Loop: Header=BB1_15 Depth=2
ldur w8, [x29, #-52]
add w8, w8, #1
stur w8, [x29, #-52]
b LBB1_15
LBB1_18: ; in Loop: Header=BB1_13 Depth=1
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_13 Depth=1
ldur w8, [x29, #-48]
add w8, w8, #1
stur w8, [x29, #-48]
b LBB1_13
LBB1_20:
ldur w8, [x29, #-44]
stur w8, [x29, #-48]
b LBB1_21
LBB1_21: ; =>This Loop Header: Depth=1
; Child Loop BB1_23 Depth 2
ldur w8, [x29, #-48]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_28
b LBB1_22
LBB1_22: ; in Loop: Header=BB1_21 Depth=1
stur wzr, [x29, #-52]
b LBB1_23
LBB1_23: ; Parent Loop BB1_21 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-52]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_26
b LBB1_24
LBB1_24: ; in Loop: Header=BB1_23 Depth=2
ldur x10, [x29, #-144] ; 8-byte Folded Reload
ldur x8, [x29, #-112] ; 8-byte Folded Reload
ldur x11, [x29, #-136] ; 8-byte Folded Reload
ldursw x9, [x29, #-48]
mul x9, x9, x11
add x8, x8, x9, lsl #3
ldursw x9, [x29, #-52]
ldr d1, [x8, x9, lsl #3]
ldur x8, [x29, #-24]
ldursw x9, [x29, #-48]
mul x9, x9, x10
add x8, x8, x9, lsl #3
ldursw x9, [x29, #-52]
add x8, x8, x9, lsl #3
ldr d0, [x8]
fsub d0, d0, d1
str d0, [x8]
b LBB1_25
LBB1_25: ; in Loop: Header=BB1_23 Depth=2
ldur w8, [x29, #-52]
add w8, w8, #1
stur w8, [x29, #-52]
b LBB1_23
LBB1_26: ; in Loop: Header=BB1_21 Depth=1
b LBB1_27
LBB1_27: ; in Loop: Header=BB1_21 Depth=1
ldur w8, [x29, #-48]
add w8, w8, #1
stur w8, [x29, #-48]
b LBB1_21
LBB1_28:
ldur x8, [x29, #-64]
stur x8, [x29, #-152] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_30
b LBB1_29
LBB1_29:
bl ___stack_chk_fail
LBB1_30:
ldur x8, [x29, #-152] ; 8-byte Folded Reload
mov sp, x8
mov sp, x29
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _copyR ## -- Begin function copyR
.p2align 4, 0x90
_copyR: ## @copyR
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movq %rdx, -16(%rbp)
movq %rcx, -24(%rbp)
movl -8(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -48(%rbp) ## 8-byte Spill
movl -8(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -40(%rbp) ## 8-byte Spill
movl $0, -28(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movl -28(%rbp), %eax
movl %eax, -52(%rbp) ## 4-byte Spill
movl -4(%rbp), %edi
movl -8(%rbp), %esi
callq _min
movl %eax, %ecx
movl -52(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jae LBB0_8
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -32(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -32(%rbp), %eax
movl %eax, -56(%rbp) ## 4-byte Spill
movl -4(%rbp), %edi
movl -8(%rbp), %esi
callq _min
movl %eax, %ecx
movl -56(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jae LBB0_6
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movq -48(%rbp), %rdx ## 8-byte Reload
movq -40(%rbp), %rsi ## 8-byte Reload
movq -24(%rbp), %rax
movslq -28(%rbp), %rcx
imulq %rsi, %rcx
shlq $3, %rcx
addq %rcx, %rax
movslq -32(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
imulq %rdx, %rcx
shlq $3, %rcx
addq %rcx, %rax
movslq -32(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_3
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_7
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB0_1
LBB0_8:
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _applyR ## -- Begin function applyR
.p2align 4, 0x90
_applyR: ## @applyR
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $128, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl %edi, -12(%rbp)
movq %rsi, -24(%rbp)
movq %rdx, -32(%rbp)
movsd %xmm0, -40(%rbp)
movl %ecx, -44(%rbp)
movl -12(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -120(%rbp) ## 8-byte Spill
movq %rax, %rcx
movq %rcx, -128(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -64(%rbp)
imulq %rax, %rax
shlq $3, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -120(%rbp), %rax ## 8-byte Reload
movq %rsp, %rcx
movq %rcx, -112(%rbp) ## 8-byte Spill
movq %rax, -72(%rbp)
movq %rax, -80(%rbp)
movl -12(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -104(%rbp) ## 8-byte Spill
shlq $3, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -104(%rbp), %rax ## 8-byte Reload
movq %rsp, %rcx
movq %rcx, -96(%rbp) ## 8-byte Spill
movq %rax, -88(%rbp)
movl $0, -48(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -48(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -96(%rbp), %rax ## 8-byte Reload
movslq -48(%rbp), %rcx
xorps %xmm0, %xmm0
movsd %xmm0, (%rax,%rcx,8)
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB1_1
LBB1_4:
movl $0, -52(%rbp)
LBB1_5: ## =>This Loop Header: Depth=1
## Child Loop BB1_7 Depth 2
movl -52(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_12
## %bb.6: ## in Loop: Header=BB1_5 Depth=1
movl -44(%rbp), %eax
movl %eax, -48(%rbp)
LBB1_7: ## Parent Loop BB1_5 Depth=1
## => This Inner Loop Header: Depth=2
movl -48(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_10
## %bb.8: ## in Loop: Header=BB1_7 Depth=2
movq -96(%rbp), %rax ## 8-byte Reload
movq -120(%rbp), %rsi ## 8-byte Reload
movq -32(%rbp), %rcx
movslq -48(%rbp), %rdx
movsd (%rcx,%rdx,8), %xmm0 ## xmm0 = mem[0],zero
movq -24(%rbp), %rcx
movslq -48(%rbp), %rdx
imulq %rsi, %rdx
shlq $3, %rdx
addq %rdx, %rcx
movslq -52(%rbp), %rdx
movsd (%rcx,%rdx,8), %xmm2 ## xmm2 = mem[0],zero
movslq -52(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
## %bb.9: ## in Loop: Header=BB1_7 Depth=2
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB1_7
LBB1_10: ## in Loop: Header=BB1_5 Depth=1
jmp LBB1_11
LBB1_11: ## in Loop: Header=BB1_5 Depth=1
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB1_5
LBB1_12:
movl $0, -48(%rbp)
LBB1_13: ## =>This Loop Header: Depth=1
## Child Loop BB1_15 Depth 2
movl -48(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_20
## %bb.14: ## in Loop: Header=BB1_13 Depth=1
movl -44(%rbp), %eax
movl %eax, -52(%rbp)
LBB1_15: ## Parent Loop BB1_13 Depth=1
## => This Inner Loop Header: Depth=2
movl -52(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_18
## %bb.16: ## in Loop: Header=BB1_15 Depth=2
movq -112(%rbp), %rax ## 8-byte Reload
movq -128(%rbp), %rdx ## 8-byte Reload
movq -96(%rbp), %rcx ## 8-byte Reload
movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -32(%rbp), %rsi
movslq -52(%rbp), %rdi
mulsd (%rsi,%rdi,8), %xmm0
movslq -48(%rbp), %rsi
mulsd (%rcx,%rsi,8), %xmm0
movslq -52(%rbp), %rcx
imulq %rdx, %rcx
shlq $3, %rcx
addq %rcx, %rax
movslq -48(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.17: ## in Loop: Header=BB1_15 Depth=2
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB1_15
LBB1_18: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_19
LBB1_19: ## in Loop: Header=BB1_13 Depth=1
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB1_13
LBB1_20:
movl -44(%rbp), %eax
movl %eax, -48(%rbp)
LBB1_21: ## =>This Loop Header: Depth=1
## Child Loop BB1_23 Depth 2
movl -48(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_28
## %bb.22: ## in Loop: Header=BB1_21 Depth=1
movl $0, -52(%rbp)
LBB1_23: ## Parent Loop BB1_21 Depth=1
## => This Inner Loop Header: Depth=2
movl -52(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_26
## %bb.24: ## in Loop: Header=BB1_23 Depth=2
movq -120(%rbp), %rdx ## 8-byte Reload
movq -112(%rbp), %rax ## 8-byte Reload
movq -128(%rbp), %rsi ## 8-byte Reload
movslq -48(%rbp), %rcx
imulq %rsi, %rcx
shlq $3, %rcx
addq %rcx, %rax
movslq -52(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero
movq -24(%rbp), %rax
movslq -48(%rbp), %rcx
imulq %rdx, %rcx
shlq $3, %rcx
addq %rcx, %rax
movslq -52(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
subsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
## %bb.25: ## in Loop: Header=BB1_23 Depth=2
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB1_23
LBB1_26: ## in Loop: Header=BB1_21 Depth=1
jmp LBB1_27
LBB1_27: ## in Loop: Header=BB1_21 Depth=1
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB1_21
LBB1_28:
movq -64(%rbp), %rax
movq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_30
## %bb.29:
movq %rbp, %rsp
popq %rbp
retq
LBB1_30:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/59220.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/70450784.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #208
.cfi_def_cfa_offset 208
stp x29, x30, [sp, #192] ; 16-byte Folded Spill
add x29, sp, #192
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #80]
str w0, [sp, #76]
str x1, [sp, #64]
add x0, sp, #84
str x0, [sp, #32] ; 8-byte Folded Spill
bl _inicializaMatriz
ldr x0, [sp, #32] ; 8-byte Folded Reload
bl _mostraMatriz
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
add x0, sp, #59
bl _gets
str wzr, [sp, #52]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldr w8, [sp, #52]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB0_42
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #48]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #48]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB0_40
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #52]
mov x9, #10
mul x9, x8, x9
add x8, sp, #84
add x8, x8, x9
ldrsw x9, [sp, #48]
ldrsb w8, [x8, x9]
ldrsb w9, [sp, #59]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_38
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #52]
subs w8, w8, #3
cset w8, le
tbnz w8, #0, LBB0_13
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #52]
subs w8, w8, #1
add x10, sp, #84
mov w9, #10
smaddl x8, w8, w9, x10
ldrsw x9, [sp, #48]
ldrsb w8, [x8, x9]
ldrsb w9, [sp, #60]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_12
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #52]
subs w8, w8, #2
add x10, sp, #84
mov w9, #10
smaddl x8, w8, w9, x10
ldrsw x9, [sp, #48]
ldrsb w8, [x8, x9]
ldrsb w9, [sp, #61]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_11
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #52]
subs w8, w8, #3
add x10, sp, #84
mov w9, #10
smaddl x8, w8, w9, x10
ldrsw x9, [sp, #48]
ldrsb w8, [x8, x9]
ldrsb w9, [sp, #62]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #52]
subs w8, w8, #3
str w8, [sp, #44]
ldr w8, [sp, #48]
str w8, [sp, #40]
ldr w8, [sp, #52]
; implicit-def: $x12
mov x12, x8
ldr w8, [sp, #48]
; implicit-def: $x11
mov x11, x8
ldr w8, [sp, #44]
; implicit-def: $x10
mov x10, x8
ldr w9, [sp, #40]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_40
LBB0_10: ; in Loop: Header=BB0_3 Depth=2
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_3 Depth=2
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_3 Depth=2
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #52]
subs w8, w8, #7
cset w8, ge
tbnz w8, #0, LBB0_21
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #52]
add w8, w8, #1
add x10, sp, #84
mov w9, #10
smaddl x8, w8, w9, x10
ldrsw x9, [sp, #48]
ldrsb w8, [x8, x9]
ldrsb w9, [sp, #60]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_20
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #52]
add w8, w8, #2
add x10, sp, #84
mov w9, #10
smaddl x8, w8, w9, x10
ldrsw x9, [sp, #48]
ldrsb w8, [x8, x9]
ldrsb w9, [sp, #61]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_19
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #52]
add w8, w8, #3
add x10, sp, #84
mov w9, #10
smaddl x8, w8, w9, x10
ldrsw x9, [sp, #48]
ldrsb w8, [x8, x9]
ldrsb w9, [sp, #62]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_18
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #52]
add w8, w8, #3
str w8, [sp, #44]
ldr w8, [sp, #48]
str w8, [sp, #40]
ldr w8, [sp, #52]
; implicit-def: $x12
mov x12, x8
ldr w8, [sp, #48]
; implicit-def: $x11
mov x11, x8
ldr w8, [sp, #44]
; implicit-def: $x10
mov x10, x8
ldr w9, [sp, #40]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_40
LBB0_18: ; in Loop: Header=BB0_3 Depth=2
b LBB0_19
LBB0_19: ; in Loop: Header=BB0_3 Depth=2
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_3 Depth=2
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #48]
subs w8, w8, #3
cset w8, le
tbnz w8, #0, LBB0_29
b LBB0_22
LBB0_22: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #52]
mov x9, #10
mul x9, x8, x9
add x8, sp, #84
add x8, x8, x9
ldr w9, [sp, #48]
subs w9, w9, #1
ldrsb w8, [x8, w9, sxtw]
ldrsb w9, [sp, #60]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_28
b LBB0_23
LBB0_23: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #52]
mov x9, #10
mul x9, x8, x9
add x8, sp, #84
add x8, x8, x9
ldr w9, [sp, #48]
subs w9, w9, #2
ldrsb w8, [x8, w9, sxtw]
ldrsb w9, [sp, #61]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_27
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #52]
mov x9, #10
mul x9, x8, x9
add x8, sp, #84
add x8, x8, x9
ldr w9, [sp, #48]
subs w9, w9, #3
ldrsb w8, [x8, w9, sxtw]
ldrsb w9, [sp, #62]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_26
b LBB0_25
LBB0_25: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #52]
str w8, [sp, #44]
ldr w8, [sp, #48]
subs w8, w8, #3
str w8, [sp, #40]
ldr w8, [sp, #52]
; implicit-def: $x12
mov x12, x8
ldr w8, [sp, #48]
; implicit-def: $x11
mov x11, x8
ldr w8, [sp, #44]
; implicit-def: $x10
mov x10, x8
ldr w9, [sp, #40]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_40
LBB0_26: ; in Loop: Header=BB0_3 Depth=2
b LBB0_27
LBB0_27: ; in Loop: Header=BB0_3 Depth=2
b LBB0_28
LBB0_28: ; in Loop: Header=BB0_3 Depth=2
b LBB0_29
LBB0_29: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #48]
subs w8, w8, #7
cset w8, ge
tbnz w8, #0, LBB0_37
b LBB0_30
LBB0_30: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #52]
mov x9, #10
mul x9, x8, x9
add x8, sp, #84
add x8, x8, x9
ldr w9, [sp, #48]
add w9, w9, #1
ldrsb w8, [x8, w9, sxtw]
ldrsb w9, [sp, #60]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_36
b LBB0_31
LBB0_31: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #52]
mov x9, #10
mul x9, x8, x9
add x8, sp, #84
add x8, x8, x9
ldr w9, [sp, #48]
add w9, w9, #2
ldrsb w8, [x8, w9, sxtw]
ldrsb w9, [sp, #61]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_35
b LBB0_32
LBB0_32: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #52]
mov x9, #10
mul x9, x8, x9
add x8, sp, #84
add x8, x8, x9
ldr w9, [sp, #48]
add w9, w9, #3
ldrsb w8, [x8, w9, sxtw]
ldrsb w9, [sp, #62]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_34
b LBB0_33
LBB0_33: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #52]
str w8, [sp, #44]
ldr w8, [sp, #48]
add w8, w8, #3
str w8, [sp, #40]
ldr w8, [sp, #52]
; implicit-def: $x12
mov x12, x8
ldr w8, [sp, #48]
; implicit-def: $x11
mov x11, x8
ldr w8, [sp, #44]
; implicit-def: $x10
mov x10, x8
ldr w9, [sp, #40]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_40
LBB0_34: ; in Loop: Header=BB0_3 Depth=2
b LBB0_35
LBB0_35: ; in Loop: Header=BB0_3 Depth=2
b LBB0_36
LBB0_36: ; in Loop: Header=BB0_3 Depth=2
b LBB0_37
LBB0_37: ; in Loop: Header=BB0_3 Depth=2
b LBB0_38
LBB0_38: ; in Loop: Header=BB0_3 Depth=2
b LBB0_39
LBB0_39: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #48]
add w8, w8, #1
str w8, [sp, #48]
b LBB0_3
LBB0_40: ; in Loop: Header=BB0_1 Depth=1
b LBB0_41
LBB0_41: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #52]
add w8, w8, #1
str w8, [sp, #52]
b LBB0_1
LBB0_42:
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_44
b LBB0_43
LBB0_43:
bl ___stack_chk_fail
LBB0_44:
mov w0, #0
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
add sp, sp, #208
ret
.cfi_endproc
; -- End function
.globl _inicializaMatriz ; -- Begin function inicializaMatriz
.p2align 2
_inicializaMatriz: ; @inicializaMatriz
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
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
.cfi_offset w19, -8
.cfi_offset w20, -16
.cfi_offset w21, -24
.cfi_offset w22, -32
.cfi_offset w23, -40
.cfi_offset w24, -48
.cfi_offset w25, -56
.cfi_offset w26, -64
str x0, [sp, #8]
ldr x9, [sp, #8]
mov w8, #81
strb w8, [x9]
ldr x9, [sp, #8]
mov w2, #70
strb w2, [x9, #1]
ldr x9, [sp, #8]
mov w22, #72
strb w22, [x9, #2]
ldr x9, [sp, #8]
strb w8, [x9, #3]
ldr x9, [sp, #8]
mov w15, #80
strb w15, [x9, #4]
ldr x9, [sp, #8]
mov w6, #76
strb w6, [x9, #5]
ldr x9, [sp, #8]
strb w15, [x9, #6]
ldr x9, [sp, #8]
mov w24, #87
strb w24, [x9, #7]
ldr x9, [sp, #8]
mov w13, #83
strb w13, [x9, #8]
ldr x9, [sp, #8]
mov w16, #89
strb w16, [x9, #9]
ldr x9, [sp, #8]
mov w0, #65
strb w0, [x9, #10]
ldr x9, [sp, #8]
mov w7, #66
strb w7, [x9, #11]
ldr x9, [sp, #8]
mov w3, #78
strb w3, [x9, #12]
ldr x9, [sp, #8]
strb w24, [x9, #13]
ldr x9, [sp, #8]
strb w0, [x9, #14]
ldr x10, [sp, #8]
mov w9, #90
strb w9, [x10, #15]
ldr x10, [sp, #8]
mov w14, #79
strb w14, [x10, #16]
ldr x10, [sp, #8]
strb w8, [x10, #17]
ldr x10, [sp, #8]
strb w0, [x10, #18]
ldr x10, [sp, #8]
mov w21, #84
strb w21, [x10, #19]
ldr x10, [sp, #8]
strb w9, [x10, #20]
ldr x10, [sp, #8]
strb w14, [x10, #21]
ldr x10, [sp, #8]
mov w23, #85
strb w23, [x10, #22]
ldr x10, [sp, #8]
mov w11, #69
strb w11, [x10, #23]
ldr x10, [sp, #8]
strb w13, [x10, #24]
ldr x10, [sp, #8]
strb w14, [x10, #25]
ldr x10, [sp, #8]
strb w21, [x10, #26]
ldr x10, [sp, #8]
strb w0, [x10, #27]
ldr x10, [sp, #8]
mov w20, #71
strb w20, [x10, #28]
ldr x10, [sp, #8]
mov w17, #82
strb w17, [x10, #29]
ldr x10, [sp, #8]
strb w24, [x10, #30]
ldr x12, [sp, #8]
mov w10, #68
strb w10, [x12, #31]
ldr x12, [sp, #8]
mov w4, #74
strb w4, [x12, #32]
ldr x12, [sp, #8]
strb w17, [x12, #33]
ldr x12, [sp, #8]
strb w10, [x12, #34]
ldr x12, [sp, #8]
mov w1, #88
strb w1, [x12, #35]
ldr x12, [sp, #8]
mov w5, #73
strb w5, [x12, #36]
ldr x12, [sp, #8]
strb w6, [x12, #37]
ldr x19, [sp, #8]
mov w12, #77
strb w12, [x19, #38]
ldr x19, [sp, #8]
strb w11, [x19, #39]
ldr x19, [sp, #8]
strb w13, [x19, #40]
ldr x13, [sp, #8]
strb w11, [x13, #41]
ldr x13, [sp, #8]
strb w12, [x13, #42]
ldr x13, [sp, #8]
strb w21, [x13, #43]
ldr x13, [sp, #8]
strb w2, [x13, #44]
ldr x13, [sp, #8]
mov w19, #67
strb w19, [x13, #45]
ldr x13, [sp, #8]
strb w23, [x13, #46]
ldr x25, [sp, #8]
mov w13, #75
strb w13, [x25, #47]
ldr x25, [sp, #8]
strb w3, [x25, #48]
ldr x25, [sp, #8]
strb w24, [x25, #49]
ldr x24, [sp, #8]
strb w1, [x24, #50]
ldr x25, [sp, #8]
mov w24, #86
strb w24, [x25, #51]
ldr x25, [sp, #8]
strb w5, [x25, #52]
ldr x25, [sp, #8]
strb w24, [x25, #53]
ldr x25, [sp, #8]
strb w0, [x25, #54]
ldr x25, [sp, #8]
strb w19, [x25, #55]
ldr x25, [sp, #8]
strb w0, [x25, #56]
ldr x25, [sp, #8]
strb w4, [x25, #57]
ldr x25, [sp, #8]
strb w7, [x25, #58]
ldr x25, [sp, #8]
strb w0, [x25, #59]
ldr x25, [sp, #8]
strb w11, [x25, #60]
ldr x25, [sp, #8]
strb w21, [x25, #61]
ldr x25, [sp, #8]
strb w13, [x25, #62]
ldr x25, [sp, #8]
strb w16, [x25, #63]
ldr x25, [sp, #8]
strb w20, [x25, #64]
ldr x25, [sp, #8]
strb w24, [x25, #65]
ldr x25, [sp, #8]
strb w16, [x25, #66]
ldr x25, [sp, #8]
strb w22, [x25, #67]
ldr x25, [sp, #8]
strb w24, [x25, #68]
ldr x24, [sp, #8]
strb w21, [x24, #69]
ldr x24, [sp, #8]
strb w10, [x24, #70]
ldr x24, [sp, #8]
strb w20, [x24, #71]
ldr x24, [sp, #8]
strb w14, [x24, #72]
ldr x24, [sp, #8]
strb w23, [x24, #73]
ldr x23, [sp, #8]
strb w22, [x23, #74]
ldr x22, [sp, #8]
strb w7, [x22, #75]
ldr x22, [sp, #8]
strb w21, [x22, #76]
ldr x21, [sp, #8]
strb w20, [x21, #77]
ldr x20, [sp, #8]
strb w19, [x20, #78]
ldr x20, [sp, #8]
strb w3, [x20, #79]
ldr x20, [sp, #8]
strb w19, [x20, #80]
ldr x19, [sp, #8]
strb w7, [x19, #81]
ldr x7, [sp, #8]
strb w6, [x7, #82]
ldr x6, [sp, #8]
strb w5, [x6, #83]
ldr x5, [sp, #8]
strb w4, [x5, #84]
ldr x4, [sp, #8]
strb w3, [x4, #85]
ldr x3, [sp, #8]
strb w17, [x3, #86]
ldr x3, [sp, #8]
strb w2, [x3, #87]
ldr x2, [sp, #8]
strb w1, [x2, #88]
ldr x1, [sp, #8]
strb w0, [x1, #89]
ldr x0, [sp, #8]
strb w17, [x0, #90]
ldr x17, [sp, #8]
strb w16, [x17, #91]
ldr x16, [sp, #8]
strb w15, [x16, #92]
ldr x15, [sp, #8]
strb w14, [x15, #93]
ldr x14, [sp, #8]
strb w13, [x14, #94]
ldr x13, [sp, #8]
strb w12, [x13, #95]
ldr x12, [sp, #8]
strb w11, [x12, #96]
ldr x11, [sp, #8]
strb w10, [x11, #97]
ldr x10, [sp, #8]
strb w9, [x10, #98]
ldr x9, [sp, #8]
strb w8, [x9, #99]
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, #80
ret
.cfi_endproc
; -- End function
.globl _mostraMatriz ; -- Begin function mostraMatriz
.p2align 2
_mostraMatriz: ; @mostraMatriz
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur wzr, [x29, #-12]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB2_1
LBB2_4:
stur wzr, [x29, #-12]
b LBB2_5
LBB2_5: ; =>This Loop Header: Depth=1
; Child Loop BB2_7 Depth 2
ldur w8, [x29, #-12]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB2_12
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_5 Depth=1
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
str wzr, [sp, #16]
b LBB2_7
LBB2_7: ; Parent Loop BB2_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #16]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB2_10
b LBB2_8
LBB2_8: ; in Loop: Header=BB2_7 Depth=2
ldur x8, [x29, #-8]
ldursw x9, [x29, #-12]
mov x10, #10
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #16]
ldrsb w10, [x8, x9]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB2_9
LBB2_9: ; in Loop: Header=BB2_7 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB2_7
LBB2_10: ; in Loop: Header=BB2_5 Depth=1
b LBB2_11
LBB2_11: ; in Loop: Header=BB2_5 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB2_5
LBB2_12:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\n\nDigite o nome de um animal ! \n"
l_.str.1: ; @.str.1
.asciz "\nCome\357\277\275a em %d, %d e termina em %d,%d \n"
l_.str.2: ; @.str.2
.asciz " %d"
l_.str.3: ; @.str.3
.asciz "\n%d"
l_.str.4: ; @.str.4
.asciz " %c "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $160, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -116(%rbp)
movl %edi, -120(%rbp)
movq %rsi, -128(%rbp)
leaq -112(%rbp), %rdi
callq _inicializaMatriz
leaq -112(%rbp), %rdi
callq _mostraMatriz
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq -133(%rbp), %rdi
callq _gets
movl $0, -140(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
cmpl $10, -140(%rbp)
jge LBB0_42
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -144(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $10, -144(%rbp)
jge LBB0_40
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movslq -140(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movslq -144(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movsbl -133(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_38
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
cmpl $3, -140(%rbp)
jle LBB0_13
## %bb.6: ## in Loop: Header=BB0_3 Depth=2
movl -140(%rbp), %eax
subl $1, %eax
movslq %eax, %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movslq -144(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movsbl -132(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_12
## %bb.7: ## in Loop: Header=BB0_3 Depth=2
movl -140(%rbp), %eax
subl $2, %eax
movslq %eax, %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movslq -144(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movsbl -131(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_11
## %bb.8: ## in Loop: Header=BB0_3 Depth=2
movl -140(%rbp), %eax
subl $3, %eax
movslq %eax, %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movslq -144(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movsbl -130(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_10
## %bb.9: ## in Loop: Header=BB0_1 Depth=1
movl -140(%rbp), %eax
subl $3, %eax
movl %eax, -148(%rbp)
movl -144(%rbp), %eax
movl %eax, -152(%rbp)
movl -140(%rbp), %esi
movl -144(%rbp), %edx
movl -148(%rbp), %ecx
movl -152(%rbp), %r8d
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_40
LBB0_10: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_11
LBB0_11: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_12
LBB0_12: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_13
LBB0_13: ## in Loop: Header=BB0_3 Depth=2
cmpl $7, -140(%rbp)
jge LBB0_21
## %bb.14: ## in Loop: Header=BB0_3 Depth=2
movl -140(%rbp), %eax
addl $1, %eax
movslq %eax, %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movslq -144(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movsbl -132(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_20
## %bb.15: ## in Loop: Header=BB0_3 Depth=2
movl -140(%rbp), %eax
addl $2, %eax
movslq %eax, %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movslq -144(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movsbl -131(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_19
## %bb.16: ## in Loop: Header=BB0_3 Depth=2
movl -140(%rbp), %eax
addl $3, %eax
movslq %eax, %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movslq -144(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movsbl -130(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_18
## %bb.17: ## in Loop: Header=BB0_1 Depth=1
movl -140(%rbp), %eax
addl $3, %eax
movl %eax, -148(%rbp)
movl -144(%rbp), %eax
movl %eax, -152(%rbp)
movl -140(%rbp), %esi
movl -144(%rbp), %edx
movl -148(%rbp), %ecx
movl -152(%rbp), %r8d
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_40
LBB0_18: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_19
LBB0_19: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_20
LBB0_20: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_21
LBB0_21: ## in Loop: Header=BB0_3 Depth=2
cmpl $3, -144(%rbp)
jle LBB0_29
## %bb.22: ## in Loop: Header=BB0_3 Depth=2
movslq -140(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movl -144(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %eax
movsbl -132(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_28
## %bb.23: ## in Loop: Header=BB0_3 Depth=2
movslq -140(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movl -144(%rbp), %ecx
subl $2, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %eax
movsbl -131(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_27
## %bb.24: ## in Loop: Header=BB0_3 Depth=2
movslq -140(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movl -144(%rbp), %ecx
subl $3, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %eax
movsbl -130(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_26
## %bb.25: ## in Loop: Header=BB0_1 Depth=1
movl -140(%rbp), %eax
movl %eax, -148(%rbp)
movl -144(%rbp), %eax
subl $3, %eax
movl %eax, -152(%rbp)
movl -140(%rbp), %esi
movl -144(%rbp), %edx
movl -148(%rbp), %ecx
movl -152(%rbp), %r8d
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_40
LBB0_26: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_27
LBB0_27: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_28
LBB0_28: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_29
LBB0_29: ## in Loop: Header=BB0_3 Depth=2
cmpl $7, -144(%rbp)
jge LBB0_37
## %bb.30: ## in Loop: Header=BB0_3 Depth=2
movslq -140(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movl -144(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %eax
movsbl -132(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_36
## %bb.31: ## in Loop: Header=BB0_3 Depth=2
movslq -140(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movl -144(%rbp), %ecx
addl $2, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %eax
movsbl -131(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_35
## %bb.32: ## in Loop: Header=BB0_3 Depth=2
movslq -140(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $10, %rcx, %rcx
addq %rcx, %rax
movl -144(%rbp), %ecx
addl $3, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %eax
movsbl -130(%rbp), %ecx
cmpl %ecx, %eax
jne LBB0_34
## %bb.33: ## in Loop: Header=BB0_1 Depth=1
movl -140(%rbp), %eax
movl %eax, -148(%rbp)
movl -144(%rbp), %eax
addl $3, %eax
movl %eax, -152(%rbp)
movl -140(%rbp), %esi
movl -144(%rbp), %edx
movl -148(%rbp), %ecx
movl -152(%rbp), %r8d
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_40
LBB0_34: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_35
LBB0_35: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_36
LBB0_36: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_37
LBB0_37: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_38
LBB0_38: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_39
LBB0_39: ## in Loop: Header=BB0_3 Depth=2
movl -144(%rbp), %eax
addl $1, %eax
movl %eax, -144(%rbp)
jmp LBB0_3
LBB0_40: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_41
LBB0_41: ## in Loop: Header=BB0_1 Depth=1
movl -140(%rbp), %eax
addl $1, %eax
movl %eax, -140(%rbp)
jmp LBB0_1
LBB0_42:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_44
## %bb.43:
xorl %eax, %eax
addq $160, %rsp
popq %rbp
retq
LBB0_44:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _inicializaMatriz ## -- Begin function inicializaMatriz
.p2align 4, 0x90
_inicializaMatriz: ## @inicializaMatriz
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movb $81, (%rax)
movq -8(%rbp), %rax
movb $70, 1(%rax)
movq -8(%rbp), %rax
movb $72, 2(%rax)
movq -8(%rbp), %rax
movb $81, 3(%rax)
movq -8(%rbp), %rax
movb $80, 4(%rax)
movq -8(%rbp), %rax
movb $76, 5(%rax)
movq -8(%rbp), %rax
movb $80, 6(%rax)
movq -8(%rbp), %rax
movb $87, 7(%rax)
movq -8(%rbp), %rax
movb $83, 8(%rax)
movq -8(%rbp), %rax
movb $89, 9(%rax)
movq -8(%rbp), %rax
movb $65, 10(%rax)
movq -8(%rbp), %rax
movb $66, 11(%rax)
movq -8(%rbp), %rax
movb $78, 12(%rax)
movq -8(%rbp), %rax
movb $87, 13(%rax)
movq -8(%rbp), %rax
movb $65, 14(%rax)
movq -8(%rbp), %rax
movb $90, 15(%rax)
movq -8(%rbp), %rax
movb $79, 16(%rax)
movq -8(%rbp), %rax
movb $81, 17(%rax)
movq -8(%rbp), %rax
movb $65, 18(%rax)
movq -8(%rbp), %rax
movb $84, 19(%rax)
movq -8(%rbp), %rax
movb $90, 20(%rax)
movq -8(%rbp), %rax
movb $79, 21(%rax)
movq -8(%rbp), %rax
movb $85, 22(%rax)
movq -8(%rbp), %rax
movb $69, 23(%rax)
movq -8(%rbp), %rax
movb $83, 24(%rax)
movq -8(%rbp), %rax
movb $79, 25(%rax)
movq -8(%rbp), %rax
movb $84, 26(%rax)
movq -8(%rbp), %rax
movb $65, 27(%rax)
movq -8(%rbp), %rax
movb $71, 28(%rax)
movq -8(%rbp), %rax
movb $82, 29(%rax)
movq -8(%rbp), %rax
movb $87, 30(%rax)
movq -8(%rbp), %rax
movb $68, 31(%rax)
movq -8(%rbp), %rax
movb $74, 32(%rax)
movq -8(%rbp), %rax
movb $82, 33(%rax)
movq -8(%rbp), %rax
movb $68, 34(%rax)
movq -8(%rbp), %rax
movb $88, 35(%rax)
movq -8(%rbp), %rax
movb $73, 36(%rax)
movq -8(%rbp), %rax
movb $76, 37(%rax)
movq -8(%rbp), %rax
movb $77, 38(%rax)
movq -8(%rbp), %rax
movb $69, 39(%rax)
movq -8(%rbp), %rax
movb $83, 40(%rax)
movq -8(%rbp), %rax
movb $69, 41(%rax)
movq -8(%rbp), %rax
movb $77, 42(%rax)
movq -8(%rbp), %rax
movb $84, 43(%rax)
movq -8(%rbp), %rax
movb $70, 44(%rax)
movq -8(%rbp), %rax
movb $67, 45(%rax)
movq -8(%rbp), %rax
movb $85, 46(%rax)
movq -8(%rbp), %rax
movb $75, 47(%rax)
movq -8(%rbp), %rax
movb $78, 48(%rax)
movq -8(%rbp), %rax
movb $87, 49(%rax)
movq -8(%rbp), %rax
movb $88, 50(%rax)
movq -8(%rbp), %rax
movb $86, 51(%rax)
movq -8(%rbp), %rax
movb $73, 52(%rax)
movq -8(%rbp), %rax
movb $86, 53(%rax)
movq -8(%rbp), %rax
movb $65, 54(%rax)
movq -8(%rbp), %rax
movb $67, 55(%rax)
movq -8(%rbp), %rax
movb $65, 56(%rax)
movq -8(%rbp), %rax
movb $74, 57(%rax)
movq -8(%rbp), %rax
movb $66, 58(%rax)
movq -8(%rbp), %rax
movb $65, 59(%rax)
movq -8(%rbp), %rax
movb $69, 60(%rax)
movq -8(%rbp), %rax
movb $84, 61(%rax)
movq -8(%rbp), %rax
movb $75, 62(%rax)
movq -8(%rbp), %rax
movb $89, 63(%rax)
movq -8(%rbp), %rax
movb $71, 64(%rax)
movq -8(%rbp), %rax
movb $86, 65(%rax)
movq -8(%rbp), %rax
movb $89, 66(%rax)
movq -8(%rbp), %rax
movb $72, 67(%rax)
movq -8(%rbp), %rax
movb $86, 68(%rax)
movq -8(%rbp), %rax
movb $84, 69(%rax)
movq -8(%rbp), %rax
movb $68, 70(%rax)
movq -8(%rbp), %rax
movb $71, 71(%rax)
movq -8(%rbp), %rax
movb $79, 72(%rax)
movq -8(%rbp), %rax
movb $85, 73(%rax)
movq -8(%rbp), %rax
movb $72, 74(%rax)
movq -8(%rbp), %rax
movb $66, 75(%rax)
movq -8(%rbp), %rax
movb $84, 76(%rax)
movq -8(%rbp), %rax
movb $71, 77(%rax)
movq -8(%rbp), %rax
movb $67, 78(%rax)
movq -8(%rbp), %rax
movb $78, 79(%rax)
movq -8(%rbp), %rax
movb $67, 80(%rax)
movq -8(%rbp), %rax
movb $66, 81(%rax)
movq -8(%rbp), %rax
movb $76, 82(%rax)
movq -8(%rbp), %rax
movb $73, 83(%rax)
movq -8(%rbp), %rax
movb $74, 84(%rax)
movq -8(%rbp), %rax
movb $78, 85(%rax)
movq -8(%rbp), %rax
movb $82, 86(%rax)
movq -8(%rbp), %rax
movb $70, 87(%rax)
movq -8(%rbp), %rax
movb $88, 88(%rax)
movq -8(%rbp), %rax
movb $65, 89(%rax)
movq -8(%rbp), %rax
movb $82, 90(%rax)
movq -8(%rbp), %rax
movb $89, 91(%rax)
movq -8(%rbp), %rax
movb $80, 92(%rax)
movq -8(%rbp), %rax
movb $79, 93(%rax)
movq -8(%rbp), %rax
movb $75, 94(%rax)
movq -8(%rbp), %rax
movb $77, 95(%rax)
movq -8(%rbp), %rax
movb $69, 96(%rax)
movq -8(%rbp), %rax
movb $68, 97(%rax)
movq -8(%rbp), %rax
movb $90, 98(%rax)
movq -8(%rbp), %rax
movb $81, 99(%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _mostraMatriz ## -- Begin function mostraMatriz
.p2align 4, 0x90
_mostraMatriz: ## @mostraMatriz
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movl $0, -12(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
cmpl $10, -12(%rbp)
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movl -12(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB2_1
LBB2_4:
movl $0, -12(%rbp)
LBB2_5: ## =>This Loop Header: Depth=1
## Child Loop BB2_7 Depth 2
cmpl $10, -12(%rbp)
jge LBB2_12
## %bb.6: ## in Loop: Header=BB2_5 Depth=1
movl -12(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -16(%rbp)
LBB2_7: ## Parent Loop BB2_5 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $10, -16(%rbp)
jge LBB2_10
## %bb.8: ## in Loop: Header=BB2_7 Depth=2
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
imulq $10, %rcx, %rcx
addq %rcx, %rax
movslq -16(%rbp), %rcx
movsbl (%rax,%rcx), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
## %bb.9: ## in Loop: Header=BB2_7 Depth=2
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB2_7
LBB2_10: ## in Loop: Header=BB2_5 Depth=1
jmp LBB2_11
LBB2_11: ## in Loop: Header=BB2_5 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB2_5
LBB2_12:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n\nDigite o nome de um animal ! \n"
L_.str.1: ## @.str.1
.asciz "\nCome\357\277\275a em %d, %d e termina em %d,%d \n"
L_.str.2: ## @.str.2
.asciz " %d"
L_.str.3: ## @.str.3
.asciz "\n%d"
L_.str.4: ## @.str.4
.asciz " %c "
.subsections_via_symbols
| the_stack_data/679859.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/52761.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _isPrime ; -- Begin function isPrime
.p2align 2
_isPrime: ; @isPrime
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #8]
ldr w8, [sp, #8]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
mov w8, #1
str w8, [sp, #12]
b LBB0_12
LBB0_2:
ldr w8, [sp, #8]
subs w8, w8, #2
cset w8, lt
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldr w8, [sp, #8]
mov w10, #2
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
str wzr, [sp, #12]
b LBB0_12
LBB0_5:
mov w8, #3
str w8, [sp, #4]
b LBB0_6
LBB0_6: ; =>This Inner Loop Header: Depth=1
ldr s1, [sp, #4]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
ldr s2, [sp, #8]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fsqrt d1, d1
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB0_11
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_6 Depth=1
ldr w8, [sp, #8]
ldr w10, [sp, #4]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8:
str wzr, [sp, #12]
b LBB0_12
LBB0_9: ; in Loop: Header=BB0_6 Depth=1
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_6 Depth=1
ldr w8, [sp, #4]
add w8, w8, #2
str w8, [sp, #4]
b LBB0_6
LBB0_11:
mov w8, #1
str w8, [sp, #12]
b LBB0_12
LBB0_12:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #40048
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #9, lsl #12 ; =36864
sub sp, sp, #3184
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #32]
str wzr, [sp, #20]
mov x9, sp
add x8, sp, #24
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
str wzr, [sp, #28]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #28]
ldr w9, [sp, #24]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldrsw x9, [sp, #28]
add x8, sp, #36
add x8, x8, x9, lsl #2
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #28]
add w8, w8, #1
str w8, [sp, #28]
b LBB1_1
LBB1_4:
str wzr, [sp, #28]
b LBB1_5
LBB1_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #28]
ldr w9, [sp, #24]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_10
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_5 Depth=1
ldrsw x9, [sp, #28]
add x8, sp, #36
ldr w0, [x8, x9, lsl #2]
bl _isPrime
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_8
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_5 Depth=1
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [sp, #28]
add w8, w8, #1
str w8, [sp, #28]
b LBB1_5
LBB1_10:
ldr w9, [sp, #20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_12
b LBB1_11
LBB1_11:
bl ___stack_chk_fail
LBB1_12:
mov w0, #0
add sp, sp, #9, lsl #12 ; =36864
add sp, sp, #3184
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _isPrime ## -- Begin function isPrime
.p2align 4, 0x90
_isPrime: ## @isPrime
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
cmpl $2, -8(%rbp)
jne LBB0_2
## %bb.1:
movl $1, -4(%rbp)
jmp LBB0_12
LBB0_2:
cmpl $2, -8(%rbp)
jl LBB0_4
## %bb.3:
movl -8(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
cmpl $0, %edx
jne LBB0_5
LBB0_4:
movl $0, -4(%rbp)
jmp LBB0_12
LBB0_5:
movl $3, -12(%rbp)
LBB0_6: ## =>This Inner Loop Header: Depth=1
cvtsi2sdl -12(%rbp), %xmm1
cvtsi2sdl -8(%rbp), %xmm0
sqrtsd %xmm0, %xmm0
ucomisd %xmm1, %xmm0
jb LBB0_11
## %bb.7: ## in Loop: Header=BB0_6 Depth=1
movl -8(%rbp), %eax
cltd
idivl -12(%rbp)
cmpl $0, %edx
jne LBB0_9
## %bb.8:
movl $0, -4(%rbp)
jmp LBB0_12
LBB0_9: ## in Loop: Header=BB0_6 Depth=1
jmp LBB0_10
LBB0_10: ## in Loop: Header=BB0_6 Depth=1
movl -12(%rbp), %eax
addl $2, %eax
movl %eax, -12(%rbp)
jmp LBB0_6
LBB0_11:
movl $1, -4(%rbp)
LBB0_12:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $40032, %eax ## imm = 0x9C60
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -40020(%rbp)
movl $0, -40032(%rbp)
leaq L_.str(%rip), %rdi
leaq -40028(%rbp), %rsi
movb $0, %al
callq _scanf
movl $0, -40024(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -40024(%rbp), %eax
cmpl -40028(%rbp), %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movslq -40024(%rbp), %rax
leaq -40016(%rbp), %rsi
shlq $2, %rax
addq %rax, %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -40024(%rbp), %eax
addl $1, %eax
movl %eax, -40024(%rbp)
jmp LBB1_1
LBB1_4:
movl $0, -40024(%rbp)
LBB1_5: ## =>This Inner Loop Header: Depth=1
movl -40024(%rbp), %eax
cmpl -40028(%rbp), %eax
jge LBB1_10
## %bb.6: ## in Loop: Header=BB1_5 Depth=1
movslq -40024(%rbp), %rax
movl -40016(%rbp,%rax,4), %edi
callq _isPrime
cmpl $0, %eax
je LBB1_8
## %bb.7: ## in Loop: Header=BB1_5 Depth=1
movl -40032(%rbp), %eax
addl $1, %eax
movl %eax, -40032(%rbp)
LBB1_8: ## in Loop: Header=BB1_5 Depth=1
jmp LBB1_9
LBB1_9: ## in Loop: Header=BB1_5 Depth=1
movl -40024(%rbp), %eax
addl $1, %eax
movl %eax, -40024(%rbp)
jmp LBB1_5
LBB1_10:
movl -40032(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_12
## %bb.11:
xorl %eax, %eax
addq $40032, %rsp ## imm = 0x9C60
popq %rbp
retq
LBB1_12:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/1156953.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
; kill: def $x8 killed $xzr
str xzr, [sp, #24]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_4 Depth 2
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #20
str x8, [x9]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _scanf
ldur w8, [x29, #-20]
subs w8, w8, #0
; kill: def $x8 killed $w8
str x8, [sp, #16] ; 8-byte Folded Spill
subs x8, x8, #3
cset w8, hi
tbnz w8, #0, LBB0_14
; %bb.2: ; in Loop: Header=BB0_1 Depth=1
ldr x11, [sp, #16] ; 8-byte Folded Reload
adrp x10, lJTI0_0@PAGE
add x10, x10, lJTI0_0@PAGEOFF
Ltmp0:
adr x8, Ltmp0
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _scanf
stur wzr, [x29, #-16]
b LBB0_4
LBB0_4: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-16]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_7
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_4 Depth=2
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #12
str x8, [x9]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _scanf
ldr x0, [sp, #24]
ldur w1, [x29, #-12]
bl _insert
str x0, [sp, #24]
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_4 Depth=2
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB0_4
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldr x0, [sp, #24]
mov w1, #0
bl _print
b LBB0_15
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #24
str x8, [x9]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _scanf
ldr x0, [sp, #24]
ldur w1, [x29, #-24]
bl _search
str w0, [sp, #32]
ldr w8, [sp, #32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
b LBB0_11
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
b LBB0_15
LBB0_12: ; in Loop: Header=BB0_1 Depth=1
ldr x0, [sp, #24]
mov w1, #0
bl _print
b LBB0_15
LBB0_13:
mov w0, #1
bl _exit
LBB0_14: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _printf
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_1 Depth=1
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-20]
subs w8, w8, #0
cset w8, gt
tbnz w8, #0, LBB0_1
b LBB0_17
LBB0_17:
adrp x0, l_.str.14@PAGE
add x0, x0, l_.str.14@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
.p2align 2
lJTI0_0:
.long LBB0_13-Ltmp0
.long LBB0_3-Ltmp0
.long LBB0_8-Ltmp0
.long LBB0_12-Ltmp0
; -- End function
.globl _insert ; -- Begin function insert
.p2align 2
_insert: ; @insert
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-16]
stur w1, [x29, #-20]
; kill: def $x8 killed $xzr
str xzr, [sp, #32]
ldur x8, [x29, #-16]
str x8, [sp, #24]
ldur x8, [x29, #-16]
str x8, [sp, #16]
mov x0, #24
bl _malloc
str x0, [sp, #8]
ldur w8, [x29, #-20]
ldr x9, [sp, #8]
str w8, [x9]
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldr x8, [sp, #8]
stur x8, [x29, #-16]
ldur x8, [x29, #-16]
stur x8, [x29, #-8]
b LBB1_12
LBB1_2:
b LBB1_3
LBB1_3: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_8
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=1
ldr x8, [sp, #24]
str x8, [sp, #32]
ldur w8, [x29, #-20]
ldur x9, [x29, #-16]
ldr w9, [x9]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_3 Depth=1
ldr x8, [sp, #24]
ldr x8, [x8, #16]
str x8, [sp, #24]
b LBB1_7
LBB1_6: ; in Loop: Header=BB1_3 Depth=1
ldr x8, [sp, #24]
ldr x8, [x8, #8]
str x8, [sp, #24]
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_3 Depth=1
b LBB1_3
LBB1_8:
ldur w8, [x29, #-20]
ldur x9, [x29, #-16]
ldr w9, [x9]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB1_10
b LBB1_9
LBB1_9:
ldr x8, [sp, #8]
ldr x9, [sp, #32]
str x8, [x9, #16]
b LBB1_11
LBB1_10:
ldr x8, [sp, #8]
ldr x9, [sp, #32]
str x8, [x9, #8]
b LBB1_11
LBB1_11:
ldur x8, [x29, #-16]
stur x8, [x29, #-8]
b LBB1_12
LBB1_12:
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.globl _print ; -- Begin function print
.p2align 2
_print: ; @print
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
ldur x8, [x29, #-8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
b LBB2_3
LBB2_2:
ldur w8, [x29, #-12]
add w8, w8, #10
stur w8, [x29, #-12]
ldur x8, [x29, #-8]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.15@PAGE
add x0, x0, l_.str.15@PAGEOFF
bl _printf
ldur x8, [x29, #-8]
ldr x0, [x8, #8]
ldur w1, [x29, #-12]
bl _print
ldur x8, [x29, #-8]
ldr x0, [x8, #16]
ldur w1, [x29, #-12]
bl _print
b LBB2_3
LBB2_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _search ; -- Begin function search
.p2align 2
_search: ; @search
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #16]
str w1, [sp, #12]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
ldr x8, [sp, #16]
ldr w8, [x8]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB3_3
b LBB3_2
LBB3_2:
str wzr, [sp, #28]
b LBB3_13
LBB3_3:
b LBB3_4
LBB3_4: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB3_12
b LBB3_5
LBB3_5: ; in Loop: Header=BB3_4 Depth=1
ldr w8, [sp, #12]
ldr x9, [sp, #16]
ldr w9, [x9]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB3_7
b LBB3_6
LBB3_6: ; in Loop: Header=BB3_4 Depth=1
ldr x8, [sp, #16]
ldr x8, [x8, #16]
str x8, [sp, #16]
b LBB3_11
LBB3_7: ; in Loop: Header=BB3_4 Depth=1
ldr w8, [sp, #12]
ldr x9, [sp, #16]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_9
b LBB3_8
LBB3_8: ; in Loop: Header=BB3_4 Depth=1
ldr x8, [sp, #16]
ldr x8, [x8, #8]
str x8, [sp, #16]
b LBB3_10
LBB3_9:
mov w8, #1
str w8, [sp, #28]
b LBB3_13
LBB3_10: ; in Loop: Header=BB3_4 Depth=1
b LBB3_11
LBB3_11: ; in Loop: Header=BB3_4 Depth=1
b LBB3_4
LBB3_12:
str wzr, [sp, #28]
b LBB3_13
LBB3_13:
ldr w0, [sp, #28]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\n-----------Non Recursive BST------------:"
l_.str.1: ; @.str.1
.asciz "\n\n1. Insert.\n"
l_.str.2: ; @.str.2
.asciz "\n2. Search.\n"
l_.str.3: ; @.str.3
.asciz "\n3. Display.\n"
l_.str.4: ; @.str.4
.asciz "\n0. Exit\n"
l_.str.5: ; @.str.5
.asciz "\nEnter the choice :"
l_.str.6: ; @.str.6
.asciz "%d"
l_.str.7: ; @.str.7
.asciz "\nEnter the number n : "
l_.str.8: ; @.str.8
.asciz "\nEnter the value of element : "
l_.str.9: ; @.str.9
.asciz " %d"
l_.str.10: ; @.str.10
.asciz "\nEnter the value "
l_.str.11: ; @.str.11
.asciz "Element is found..."
l_.str.12: ; @.str.12
.asciz "Element is not found..."
l_.str.13: ; @.str.13
.asciz "\nInvalid Input\n"
l_.str.14: ; @.str.14
.asciz "\n"
l_.str.15: ; @.str.15
.asciz "%d\t"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movl $0, -4(%rbp)
movq $0, -40(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
leaq L_.str(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movb %al, -49(%rbp) ## 1-byte Spill
callq _printf
## kill: def $ecx killed $eax
movb -49(%rbp), %al ## 1-byte Reload
leaq L_.str.1(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -49(%rbp), %al ## 1-byte Reload
leaq L_.str.2(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -49(%rbp), %al ## 1-byte Reload
leaq L_.str.3(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -49(%rbp), %al ## 1-byte Reload
leaq L_.str.4(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -49(%rbp), %al ## 1-byte Reload
leaq L_.str.5(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -49(%rbp), %al ## 1-byte Reload
leaq L_.str.6(%rip), %rdi
leaq -20(%rbp), %rsi
callq _scanf
movl -20(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -48(%rbp) ## 8-byte Spill
subq $3, %rax
ja LBB0_13
## %bb.17: ## in Loop: Header=BB0_1 Depth=1
movq -48(%rbp), %rax ## 8-byte Reload
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB0_2: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.6(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl $0, -16(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -16(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_6
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.9(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
movq -40(%rbp), %rdi
movl -12(%rbp), %esi
callq _insert
movq %rax, -40(%rbp)
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB0_3
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movq -40(%rbp), %rdi
xorl %esi, %esi
callq _print
jmp LBB0_14
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.10(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.9(%rip), %rdi
leaq -24(%rbp), %rsi
movb $0, %al
callq _scanf
movq -40(%rbp), %rdi
movl -24(%rbp), %esi
callq _search
movl %eax, -32(%rbp)
cmpl $0, -32(%rbp)
je LBB0_9
## %bb.8: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_10
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_14
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
movq -40(%rbp), %rdi
xorl %esi, %esi
callq _print
jmp LBB0_14
LBB0_12:
movl $1, %edi
callq _exit
LBB0_13: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.13(%rip), %rdi
movb $0, %al
callq _printf
LBB0_14: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_15
LBB0_15: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -20(%rbp)
jg LBB0_1
## %bb.16:
leaq L_.str.14(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_12, LBB0_12-LJTI0_0
.set L0_0_set_2, LBB0_2-LJTI0_0
.set L0_0_set_7, LBB0_7-LJTI0_0
.set L0_0_set_11, LBB0_11-LJTI0_0
LJTI0_0:
.long L0_0_set_12
.long L0_0_set_2
.long L0_0_set_7
.long L0_0_set_11
.end_data_region
## -- End function
.globl _insert ## -- Begin function insert
.p2align 4, 0x90
_insert: ## @insert
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movq $0, -32(%rbp)
movq -16(%rbp), %rax
movq %rax, -40(%rbp)
movq -16(%rbp), %rax
movq %rax, -48(%rbp)
movl $24, %edi
callq _malloc
movq %rax, -56(%rbp)
movl -20(%rbp), %ecx
movq -56(%rbp), %rax
movl %ecx, (%rax)
cmpq $0, -16(%rbp)
jne LBB1_2
## %bb.1:
movq -56(%rbp), %rax
movq %rax, -16(%rbp)
movq -16(%rbp), %rax
movq %rax, -8(%rbp)
jmp LBB1_12
LBB1_2:
jmp LBB1_3
LBB1_3: ## =>This Inner Loop Header: Depth=1
cmpq $0, -40(%rbp)
je LBB1_8
## %bb.4: ## in Loop: Header=BB1_3 Depth=1
movq -40(%rbp), %rax
movq %rax, -32(%rbp)
movl -20(%rbp), %eax
movq -16(%rbp), %rcx
cmpl (%rcx), %eax
jle LBB1_6
## %bb.5: ## in Loop: Header=BB1_3 Depth=1
movq -40(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -40(%rbp)
jmp LBB1_7
LBB1_6: ## in Loop: Header=BB1_3 Depth=1
movq -40(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -40(%rbp)
LBB1_7: ## in Loop: Header=BB1_3 Depth=1
jmp LBB1_3
LBB1_8:
movl -20(%rbp), %eax
movq -16(%rbp), %rcx
cmpl (%rcx), %eax
jle LBB1_10
## %bb.9:
movq -56(%rbp), %rcx
movq -32(%rbp), %rax
movq %rcx, 16(%rax)
jmp LBB1_11
LBB1_10:
movq -56(%rbp), %rcx
movq -32(%rbp), %rax
movq %rcx, 8(%rax)
LBB1_11:
movq -16(%rbp), %rax
movq %rax, -8(%rbp)
LBB1_12:
movq -8(%rbp), %rax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _print ## -- Begin function print
.p2align 4, 0x90
_print: ## @print
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
cmpq $0, -8(%rbp)
jne LBB2_2
## %bb.1:
jmp LBB2_3
LBB2_2:
movl -12(%rbp), %eax
addl $10, %eax
movl %eax, -12(%rbp)
movq -8(%rbp), %rax
movl (%rax), %esi
leaq L_.str.15(%rip), %rdi
movb $0, %al
callq _printf
movq -8(%rbp), %rax
movq 8(%rax), %rdi
movl -12(%rbp), %esi
callq _print
movq -8(%rbp), %rax
movq 16(%rax), %rdi
movl -12(%rbp), %esi
callq _print
LBB2_3:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _search ## -- Begin function search
.p2align 4, 0x90
_search: ## @search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
cmpq $0, -16(%rbp)
je LBB3_2
## %bb.1:
movq -16(%rbp), %rax
movl (%rax), %eax
cmpl -20(%rbp), %eax
jne LBB3_3
LBB3_2:
movl $0, -4(%rbp)
jmp LBB3_13
LBB3_3:
jmp LBB3_4
LBB3_4: ## =>This Inner Loop Header: Depth=1
cmpq $0, -16(%rbp)
je LBB3_12
## %bb.5: ## in Loop: Header=BB3_4 Depth=1
movl -20(%rbp), %eax
movq -16(%rbp), %rcx
cmpl (%rcx), %eax
jle LBB3_7
## %bb.6: ## in Loop: Header=BB3_4 Depth=1
movq -16(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -16(%rbp)
jmp LBB3_11
LBB3_7: ## in Loop: Header=BB3_4 Depth=1
movl -20(%rbp), %eax
movq -16(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB3_9
## %bb.8: ## in Loop: Header=BB3_4 Depth=1
movq -16(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -16(%rbp)
jmp LBB3_10
LBB3_9:
movl $1, -4(%rbp)
jmp LBB3_13
LBB3_10: ## in Loop: Header=BB3_4 Depth=1
jmp LBB3_11
LBB3_11: ## in Loop: Header=BB3_4 Depth=1
jmp LBB3_4
LBB3_12:
movl $0, -4(%rbp)
LBB3_13:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n-----------Non Recursive BST------------:"
L_.str.1: ## @.str.1
.asciz "\n\n1. Insert.\n"
L_.str.2: ## @.str.2
.asciz "\n2. Search.\n"
L_.str.3: ## @.str.3
.asciz "\n3. Display.\n"
L_.str.4: ## @.str.4
.asciz "\n0. Exit\n"
L_.str.5: ## @.str.5
.asciz "\nEnter the choice :"
L_.str.6: ## @.str.6
.asciz "%d"
L_.str.7: ## @.str.7
.asciz "\nEnter the number n : "
L_.str.8: ## @.str.8
.asciz "\nEnter the value of element : "
L_.str.9: ## @.str.9
.asciz " %d"
L_.str.10: ## @.str.10
.asciz "\nEnter the value "
L_.str.11: ## @.str.11
.asciz "Element is found..."
L_.str.12: ## @.str.12
.asciz "Element is not found..."
L_.str.13: ## @.str.13
.asciz "\nInvalid Input\n"
L_.str.14: ## @.str.14
.asciz "\n"
L_.str.15: ## @.str.15
.asciz "%d\t"
.subsections_via_symbols
| the_stack_data/329304.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
stur wzr, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
subs w9, w9, #1
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_4:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "Ho "
l_.str.2: ; @.str.2
.asciz "Ho!\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl $0, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
movl -8(%rbp), %ecx
subl $1, %ecx
cmpl %ecx, %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_4:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "Ho "
L_.str.2: ## @.str.2
.asciz "Ho!\n"
.subsections_via_symbols
| the_stack_data/161340.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sig_die ; -- Begin function sig_die
.p2align 2
_sig_die: ; @sig_die
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
stur x0, [x29, #-8]
stur w1, [x29, #-12]
ldr x0, [x8]
ldur x8, [x29, #-8]
mov x9, sp
str x8, [x9]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fprintf
ldur w8, [x29, #-12]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [x8]
bl _fflush
bl _f_exit
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [x8]
bl _fflush
mov w0, #6
mov x1, #0
bl _signal
bl _abort
LBB0_2:
mov w0, #1
bl _exit
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sig_die ## -- Begin function sig_die
.p2align 4, 0x90
_sig_die: ## @sig_die
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -8(%rbp), %rdx
leaq L_.str(%rip), %rsi
movb $0, %al
callq _fprintf
cmpl $0, -12(%rbp)
je LBB0_2
## %bb.1:
movq ___stderrp@GOTPCREL(%rip), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
movq (%rax), %rdi
callq _fflush
callq _f_exit
movq -24(%rbp), %rax ## 8-byte Reload
movq (%rax), %rdi
callq _fflush
xorl %eax, %eax
movl %eax, %esi
movl $6, %edi
callq _signal
callq _abort
LBB0_2:
movl $1, %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s\n"
.subsections_via_symbols
| the_stack_data/1143298.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w8, #10
str w8, [sp, #8]
mov w8, #2
str w8, [sp, #4]
ldr w8, [sp, #4]
str w8, [sp, #8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_2
LBB0_2:
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "a=b\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $10, -8(%rbp)
movl $2, -12(%rbp)
movl -12(%rbp), %eax
movl %eax, -8(%rbp)
cmpl $0, %eax
je LBB0_2
## %bb.1:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
LBB0_2:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "a=b\n"
.subsections_via_symbols
| the_stack_data/182952674.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _Xreaddir ; -- Begin function Xreaddir
.p2align 2
_Xreaddir: ; @Xreaddir
.cfi_startproc
; %bb.0:
sub sp, sp, #160
.cfi_def_cfa_offset 160
stp x29, x30, [sp, #144] ; 16-byte Folded Spill
add x29, sp, #144
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x10, _Xreaddir.entry@PAGE
add x10, x10, _Xreaddir.entry@PAGEOFF
str x10, [sp, #32] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #48]
ldr x8, [sp, #48]
ldrh w8, [x8, #2]
strh w8, [x10, #18]
adrp x8, _b1@GOTPAGE
ldr x8, [x8, _b1@GOTPAGEOFF]
ldr w9, [x8]
add x8, sp, #64
str w9, [sp, #64]
ldr x9, [sp, #48]
ldrh w9, [x9, #2]
add w9, w9, #4
ldr x11, [sp, #48]
strh w9, [x11, #2]
ldrb w9, [sp, #66]
ldrb w11, [sp, #67]
add w11, w9, w11, lsl #8
mov w9, #254
mul w9, w9, w11
strh w9, [x10, #20]
adrp x9, _b2@PAGE
add x9, x9, _b2@PAGEOFF
ldr q0, [x9]
str q0, [sp, #64]
ldr x9, [sp, #48]
ldrh w9, [x9, #2]
ldrb w10, [sp, #46]
add w9, w9, w10
ldr x10, [sp, #48]
strh w9, [x10, #2]
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
strb wzr, [sp, #46]
strb wzr, [sp, #45]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #46]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_11
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldrb w8, [sp, #45]
mov x9, x8
add x8, sp, #64
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #47]
ldrb w8, [sp, #45]
add w8, w8, #1
strb w8, [sp, #45]
ldrb w8, [sp, #45]
subs w8, w8, #16
cset w8, le
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
; kill: def $x8 killed $xzr
str xzr, [sp, #56]
b LBB0_15
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldrb w8, [sp, #47]
subs w8, w8, #34
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldrb w8, [sp, #46]
add w8, w8, #1
strb w8, [sp, #46]
b LBB0_9
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
ldrb w8, [sp, #47]
subs w8, w8, #98
cset w8, ne
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
; kill: def $x8 killed $xzr
str xzr, [sp, #56]
b LBB0_15
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_11:
mov x9, sp
add x8, sp, #64
str x8, [sp, #24] ; 8-byte Folded Spill
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr x8, [sp, #24] ; 8-byte Folded Reload
strb wzr, [sp, #46]
ldrb w9, [sp, #45]
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #47]
ldrb w8, [sp, #45]
add w8, w8, #1
strb w8, [sp, #45]
b LBB0_12
LBB0_12: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #47]
subs w8, w8, #34
cset w8, eq
tbnz w8, #0, LBB0_14
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_12 Depth=1
ldrb w8, [sp, #47]
ldrb w9, [sp, #46]
mov x10, x9
adrp x9, _Xreaddir.entry@PAGE
add x9, x9, _Xreaddir.entry@PAGEOFF
add x9, x9, x10
strb w8, [x9]
ldrb w8, [sp, #46]
add w8, w8, #1
strb w8, [sp, #46]
ldrb w8, [sp, #45]
mov x9, x8
add x8, sp, #64
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #47]
ldrb w8, [sp, #45]
add w8, w8, #1
strb w8, [sp, #45]
b LBB0_12
LBB0_14:
ldr x10, [sp, #32] ; 8-byte Folded Reload
ldrb w8, [sp, #46]
mov x11, x8
adrp x8, _Xreaddir.entry@PAGE
add x8, x8, _Xreaddir.entry@PAGEOFF
mov x9, x8
add x9, x9, x11
strb wzr, [x9]
ldrb w9, [sp, #46]
strb w9, [x10, #23]
str x8, [sp, #56]
b LBB0_15
LBB0_15:
ldr x8, [sp, #56]
str x8, [sp, #16] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_17
b LBB0_16
LBB0_16:
bl ___stack_chk_fail
LBB0_17:
ldr x0, [sp, #16] ; 8-byte Folded Reload
ldp x29, x30, [sp, #144] ; 16-byte Folded Reload
add sp, sp, #160
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #20]
adrp x8, l___const.main.mydirname@PAGE
add x8, x8, l___const.main.mydirname@PAGEOFF
ldr q0, [x8]
stur q0, [x29, #-32]
ldrb w8, [x8, #16]
sturb w8, [x29, #-16]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
add x0, sp, #26
bl _Xreaddir
mov x8, x0
str x8, [sp, #8]
subs x8, x0, #0
cset w8, ne
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB1_3
LBB1_2:
ldr x8, [sp, #8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB1_3
LBB1_3:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4:
bl ___stack_chk_fail
LBB1_5:
mov w0, #0
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _b2 ; @b2
_b2:
.asciz " \"test\" \000\000\000\000\000"
.zerofill __DATA,__bss,_Xreaddir.entry,24,1 ; @Xreaddir.entry
.zerofill __DATA,__bss,_Xreaddir.ch,1,0 ; @Xreaddir.ch
.comm _b1,4,0 ; @b1
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Xreaddir: '%s'\n"
.section __TEXT,__const
l___const.main.mydirname: ; @__const.main.mydirname
.asciz ".\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "start\n"
l_.str.2: ; @.str.2
.asciz "NULL\n"
l_.str.3: ; @.str.3
.asciz "=%s\n"
l_.str.4: ; @.str.4
.asciz "done\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _Xreaddir ## -- Begin function Xreaddir
.p2align 4, 0x90
_Xreaddir: ## @Xreaddir
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $112, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -96(%rbp)
movq -96(%rbp), %rax
movw 2(%rax), %ax
movw %ax, _Xreaddir.entry+18(%rip)
movq _b1@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -80(%rbp)
movq -96(%rbp), %rax
movzwl 2(%rax), %eax
addl $4, %eax
movw %ax, %cx
movq -96(%rbp), %rax
movw %cx, 2(%rax)
movzbl -78(%rbp), %eax
movzbl -77(%rbp), %ecx
shll $8, %ecx
addl %ecx, %eax
imull $254, %eax, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, _Xreaddir.entry+20(%rip)
movq _b2(%rip), %rax
movq %rax, -80(%rbp)
movq _b2+8(%rip), %rax
movq %rax, -72(%rbp)
movq -96(%rbp), %rax
movzwl 2(%rax), %eax
movzbl -98(%rbp), %ecx
addl %ecx, %eax
movw %ax, %cx
movq -96(%rbp), %rax
movw %cx, 2(%rax)
leaq -80(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movb $0, -98(%rbp)
movb $0, -99(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movzbl -98(%rbp), %eax
cmpl $0, %eax
jne LBB0_11
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movzbl -99(%rbp), %eax
## kill: def $rax killed $eax
movb -80(%rbp,%rax), %al
movb %al, -97(%rbp)
movb -99(%rbp), %al
addb $1, %al
movb %al, -99(%rbp)
movzbl -99(%rbp), %eax
cmpl $16, %eax
jle LBB0_4
## %bb.3:
movq $0, -88(%rbp)
jmp LBB0_15
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movzbl -97(%rbp), %eax
cmpl $34, %eax
jne LBB0_6
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movb -98(%rbp), %al
addb $1, %al
movb %al, -98(%rbp)
jmp LBB0_9
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movzbl -97(%rbp), %eax
cmpl $98, %eax
jne LBB0_8
## %bb.7:
movq $0, -88(%rbp)
jmp LBB0_15
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_9
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_10
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_11:
leaq -80(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movb $0, -98(%rbp)
movzbl -99(%rbp), %eax
## kill: def $rax killed $eax
movb -80(%rbp,%rax), %al
movb %al, -97(%rbp)
movb -99(%rbp), %al
addb $1, %al
movb %al, -99(%rbp)
LBB0_12: ## =>This Inner Loop Header: Depth=1
movzbl -97(%rbp), %eax
cmpl $34, %eax
je LBB0_14
## %bb.13: ## in Loop: Header=BB0_12 Depth=1
movb -97(%rbp), %dl
movzbl -98(%rbp), %eax
movl %eax, %ecx
leaq _Xreaddir.entry(%rip), %rax
movb %dl, (%rax,%rcx)
movb -98(%rbp), %al
addb $1, %al
movb %al, -98(%rbp)
movzbl -99(%rbp), %eax
## kill: def $rax killed $eax
movb -80(%rbp,%rax), %al
movb %al, -97(%rbp)
movb -99(%rbp), %al
addb $1, %al
movb %al, -99(%rbp)
jmp LBB0_12
LBB0_14:
movzbl -98(%rbp), %eax
movl %eax, %ecx
leaq _Xreaddir.entry(%rip), %rax
movb $0, (%rax,%rcx)
movb -98(%rbp), %al
movb %al, _Xreaddir.entry+23(%rip)
leaq _Xreaddir.entry(%rip), %rax
movq %rax, -88(%rbp)
LBB0_15:
movq -88(%rbp), %rax
movq %rax, -112(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_17
## %bb.16:
movq -112(%rbp), %rax ## 8-byte Reload
addq $112, %rsp
popq %rbp
retq
LBB0_17:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -60(%rbp)
movq l___const.main.mydirname(%rip), %rax
movq %rax, -32(%rbp)
movq l___const.main.mydirname+8(%rip), %rax
movq %rax, -24(%rbp)
movb l___const.main.mydirname+16(%rip), %al
movb %al, -16(%rbp)
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
leaq -56(%rbp), %rdi
callq _Xreaddir
movq %rax, -72(%rbp)
cmpq $0, %rax
jne LBB1_2
## %bb.1:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_3
LBB1_2:
movq -72(%rbp), %rsi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB1_3:
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_5
## %bb.4:
xorl %eax, %eax
addq $80, %rsp
popq %rbp
retq
LBB1_5:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _b2 ## @b2
.p2align 4
_b2:
.asciz " \"test\" \000\000\000\000\000"
.zerofill __DATA,__bss,_Xreaddir.entry,24,1 ## @Xreaddir.entry
.zerofill __DATA,__bss,_Xreaddir.ch,1,0 ## @Xreaddir.ch
.comm _b1,4,0 ## @b1
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Xreaddir: '%s'\n"
.section __TEXT,__const
.p2align 4 ## @__const.main.mydirname
l___const.main.mydirname:
.asciz ".\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "start\n"
L_.str.2: ## @.str.2
.asciz "NULL\n"
L_.str.3: ## @.str.3
.asciz "=%s\n"
L_.str.4: ## @.str.4
.asciz "done\n"
.subsections_via_symbols
| the_stack_data/46539.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _init ; -- Begin function init
.p2align 2
_init: ; @init
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
ldr x9, [sp, #8]
mov w8, #14
str w8, [x9]
ldr x9, [sp, #8]
mov w8, #29
str w8, [x9, #4]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _worker ; -- Begin function worker
.p2align 2
_worker: ; @worker
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _nobjects@PAGE
ldr w8, [x8, _nobjects@PAGEOFF]
adrp x9, _nthreads@PAGE
ldr w9, [x9, _nthreads@PAGEOFF]
sdiv w9, w8, w9
; implicit-def: $x8
mov x8, x9
sxtw x9, w8
mov x8, #8
mul x0, x8, x9
bl _malloc
str x0, [sp, #16]
stur wzr, [x29, #-8]
b LBB1_1
LBB1_1: ; =>This Loop Header: Depth=1
; Child Loop BB1_3 Depth 2
; Child Loop BB1_5 Depth 3
; Child Loop BB1_14 Depth 2
; Child Loop BB1_16 Depth 3
ldur w8, [x29, #-8]
adrp x9, _niterations@PAGE
ldr w9, [x9, _niterations@PAGEOFF]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_23
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
stur wzr, [x29, #-4]
b LBB1_3
LBB1_3: ; Parent Loop BB1_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB1_5 Depth 3
ldur w8, [x29, #-4]
adrp x9, _nobjects@PAGE
ldr w9, [x9, _nobjects@PAGEOFF]
adrp x10, _nthreads@PAGE
ldr w10, [x10, _nthreads@PAGEOFF]
sdiv w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_13
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=2
mov x0, #8
bl _malloc
ldr x8, [sp, #16]
ldursw x9, [x29, #-4]
str x0, [x8, x9, lsl #3]
ldr x8, [sp, #16]
ldursw x9, [x29, #-4]
ldr x0, [x8, x9, lsl #3]
bl _init
str wzr, [sp, #12]
b LBB1_5
LBB1_5: ; Parent Loop BB1_1 Depth=1
; Parent Loop BB1_3 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #12]
adrp x9, _work@PAGE
ldr w9, [x9, _work@PAGEOFF]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_8
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_5 Depth=3
mov w8, #1
str w8, [sp, #8]
ldr w8, [sp, #8]
ldr w9, [sp, #8]
add w8, w8, w9
str w8, [sp, #8]
ldr w8, [sp, #8]
ldr w9, [sp, #8]
mul w8, w8, w9
str w8, [sp, #8]
ldr w8, [sp, #8]
ldr w9, [sp, #8]
add w8, w8, w9
str w8, [sp, #8]
ldr w8, [sp, #8]
ldr w9, [sp, #8]
mul w8, w8, w9
str w8, [sp, #8]
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_5 Depth=3
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_5
LBB1_8: ; in Loop: Header=BB1_3 Depth=2
ldr x8, [sp, #16]
ldursw x9, [x29, #-4]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w9, eq
; implicit-def: $x8
mov x8, x9
ands x8, x8, #0x1
cset w8, eq
tbnz w8, #0, LBB1_10
b LBB1_9
LBB1_9:
adrp x0, l___func__.worker@PAGE
add x0, x0, l___func__.worker@PAGEOFF
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
mov w2, #74
adrp x3, l_.str.1@PAGE
add x3, x3, l_.str.1@PAGEOFF
bl ___assert_rtn
LBB1_10: ; in Loop: Header=BB1_3 Depth=2
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_3 Depth=2
b LBB1_12
LBB1_12: ; in Loop: Header=BB1_3 Depth=2
ldur w8, [x29, #-4]
add w8, w8, #1
stur w8, [x29, #-4]
b LBB1_3
LBB1_13: ; in Loop: Header=BB1_1 Depth=1
stur wzr, [x29, #-4]
b LBB1_14
LBB1_14: ; Parent Loop BB1_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB1_16 Depth 3
ldur w8, [x29, #-4]
adrp x9, _nobjects@PAGE
ldr w9, [x9, _nobjects@PAGEOFF]
adrp x10, _nthreads@PAGE
ldr w10, [x10, _nthreads@PAGEOFF]
sdiv w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_21
b LBB1_15
LBB1_15: ; in Loop: Header=BB1_14 Depth=2
ldr x8, [sp, #16]
ldursw x9, [x29, #-4]
ldr x0, [x8, x9, lsl #3]
bl _free
str wzr, [sp, #4]
b LBB1_16
LBB1_16: ; Parent Loop BB1_1 Depth=1
; Parent Loop BB1_14 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #4]
adrp x9, _work@PAGE
ldr w9, [x9, _work@PAGEOFF]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_19
b LBB1_17
LBB1_17: ; in Loop: Header=BB1_16 Depth=3
mov w8, #1
str w8, [sp]
ldr w8, [sp]
ldr w9, [sp]
add w8, w8, w9
str w8, [sp]
ldr w8, [sp]
ldr w9, [sp]
mul w8, w8, w9
str w8, [sp]
ldr w8, [sp]
ldr w9, [sp]
add w8, w8, w9
str w8, [sp]
ldr w8, [sp]
ldr w9, [sp]
mul w8, w8, w9
str w8, [sp]
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_16 Depth=3
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB1_16
LBB1_19: ; in Loop: Header=BB1_14 Depth=2
b LBB1_20
LBB1_20: ; in Loop: Header=BB1_14 Depth=2
ldur w8, [x29, #-4]
add w8, w8, #1
stur w8, [x29, #-4]
b LBB1_14
LBB1_21: ; in Loop: Header=BB1_1 Depth=1
b LBB1_22
LBB1_22: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-8]
add w8, w8, #1
stur w8, [x29, #-8]
b LBB1_1
LBB1_23:
ldr x0, [sp, #16]
bl _free
mov x0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function main
lCPI2_0:
.quad 0x412e848000000000 ; double 1.0E+6
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
ldur w8, [x29, #-8]
subs w8, w8, #2
cset w8, lt
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
ldur x8, [x29, #-16]
ldr x0, [x8, #8]
bl _atoi
adrp x8, _nthreads@PAGE
str w0, [x8, _nthreads@PAGEOFF]
b LBB2_2
LBB2_2:
ldur w8, [x29, #-8]
subs w8, w8, #3
cset w8, lt
tbnz w8, #0, LBB2_4
b LBB2_3
LBB2_3:
ldur x8, [x29, #-16]
ldr x0, [x8, #16]
bl _atoi
adrp x8, _niterations@PAGE
str w0, [x8, _niterations@PAGEOFF]
b LBB2_4
LBB2_4:
ldur w8, [x29, #-8]
subs w8, w8, #4
cset w8, lt
tbnz w8, #0, LBB2_6
b LBB2_5
LBB2_5:
ldur x8, [x29, #-16]
ldr x0, [x8, #24]
bl _atoi
adrp x8, _nobjects@PAGE
str w0, [x8, _nobjects@PAGEOFF]
b LBB2_6
LBB2_6:
ldur w8, [x29, #-8]
subs w8, w8, #5
cset w8, lt
tbnz w8, #0, LBB2_8
b LBB2_7
LBB2_7:
ldur x8, [x29, #-16]
ldr x0, [x8, #32]
bl _atoi
adrp x8, _work@PAGE
str w0, [x8, _work@PAGEOFF]
b LBB2_8
LBB2_8:
ldur w8, [x29, #-8]
subs w8, w8, #6
cset w8, lt
tbnz w8, #0, LBB2_10
b LBB2_9
LBB2_9:
ldur x8, [x29, #-16]
ldr x0, [x8, #40]
bl _atoi
adrp x8, _objSize@PAGE
str w0, [x8, _objSize@PAGEOFF]
b LBB2_10
LBB2_10:
adrp x8, _nthreads@PAGE
str x8, [sp, #48] ; 8-byte Folded Spill
ldr w8, [x8, _nthreads@PAGEOFF]
; implicit-def: $x13
mov x13, x8
adrp x8, _niterations@PAGE
ldr w8, [x8, _niterations@PAGEOFF]
; implicit-def: $x12
mov x12, x8
adrp x8, _nobjects@PAGE
ldr w8, [x8, _nobjects@PAGEOFF]
; implicit-def: $x11
mov x11, x8
adrp x8, _work@PAGE
ldr w8, [x8, _work@PAGEOFF]
; implicit-def: $x10
mov x10, x8
adrp x8, _objSize@PAGE
ldr w9, [x8, _objSize@PAGEOFF]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x13, [x9]
str x12, [x9, #8]
str x11, [x9, #16]
str x10, [x9, #24]
str x8, [x9, #32]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldrsw x9, [x8, _nthreads@PAGEOFF]
mov x8, #8
mul x0, x8, x9
bl _malloc
stur x0, [x29, #-24]
sub x0, x29, #40
mov x1, #0
bl _gettimeofday
stur wzr, [x29, #-44]
b LBB2_11
LBB2_11: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-44]
adrp x9, _nthreads@PAGE
ldr w9, [x9, _nthreads@PAGEOFF]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_14
b LBB2_12
LBB2_12: ; in Loop: Header=BB2_11 Depth=1
ldur x8, [x29, #-24]
ldursw x9, [x29, #-44]
add x0, x8, x9, lsl #3
mov x3, #0
mov x1, x3
adrp x2, _worker@PAGE
add x2, x2, _worker@PAGEOFF
bl _pthread_create
b LBB2_13
LBB2_13: ; in Loop: Header=BB2_11 Depth=1
ldur w8, [x29, #-44]
add w8, w8, #1
stur w8, [x29, #-44]
b LBB2_11
LBB2_14:
stur wzr, [x29, #-48]
b LBB2_15
LBB2_15: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-48]
adrp x9, _nthreads@PAGE
ldr w9, [x9, _nthreads@PAGEOFF]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_18
b LBB2_16
LBB2_16: ; in Loop: Header=BB2_15 Depth=1
ldur x8, [x29, #-24]
ldursw x9, [x29, #-48]
ldr x0, [x8, x9, lsl #3]
mov x1, #0
bl _pthread_join
b LBB2_17
LBB2_17: ; in Loop: Header=BB2_15 Depth=1
ldur w8, [x29, #-48]
add w8, w8, #1
stur w8, [x29, #-48]
b LBB2_15
LBB2_18:
movi d0, #0000000000000000
stur d0, [x29, #-56]
add x0, sp, #56
mov x1, #0
bl _gettimeofday
ldr x8, [sp, #56]
ldur x9, [x29, #-40]
subs x8, x8, x9
scvtf d0, x8
ldr w8, [sp, #64]
ldur w9, [x29, #-32]
subs w8, w8, w9
scvtf d1, w8
adrp x8, lCPI2_0@PAGE
ldr d2, [x8, lCPI2_0@PAGEOFF]
fdiv d1, d1, d2
fadd d0, d0, d1
stur d0, [x29, #-56]
ldur d0, [x29, #-56]
mov x8, sp
str d0, [x8]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldur x0, [x29, #-24]
bl _free
mov w0, #0
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _niterations ; @niterations
.p2align 2
_niterations:
.long 50 ; 0x32
.globl _nobjects ; @nobjects
.p2align 2
_nobjects:
.long 30000 ; 0x7530
.globl _nthreads ; @nthreads
.p2align 2
_nthreads:
.long 1 ; 0x1
.globl _work ; @work
.zerofill __DATA,__common,_work,4,2
.globl _objSize ; @objSize
.p2align 2
_objSize:
.long 1 ; 0x1
.section __TEXT,__cstring,cstring_literals
l___func__.worker: ; @__func__.worker
.asciz "worker"
l_.str: ; @.str
.asciz "40762321.c"
l_.str.1: ; @.str.1
.asciz "a[i]"
l_.str.2: ; @.str.2
.asciz "Running threadtest for %d threads, %d iterations, %d objects, %d work and %d objSize...\n"
l_.str.3: ; @.str.3
.asciz "Time elapsed = %.2lfs\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _init ## -- Begin function init
.p2align 4, 0x90
_init: ## @init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movl $14, (%rax)
movq -8(%rbp), %rax
movl $29, 4(%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _worker ## -- Begin function worker
.p2align 4, 0x90
_worker: ## @worker
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movl _nobjects(%rip), %eax
cltd
idivl _nthreads(%rip)
movslq %eax, %rdi
shlq $3, %rdi
callq _malloc
movq %rax, -16(%rbp)
movl $0, -8(%rbp)
LBB1_1: ## =>This Loop Header: Depth=1
## Child Loop BB1_3 Depth 2
## Child Loop BB1_5 Depth 3
## Child Loop BB1_14 Depth 2
## Child Loop BB1_16 Depth 3
movl -8(%rbp), %eax
cmpl _niterations(%rip), %eax
jge LBB1_23
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl $0, -4(%rbp)
LBB1_3: ## Parent Loop BB1_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB1_5 Depth 3
movl -4(%rbp), %eax
movl %eax, -36(%rbp) ## 4-byte Spill
movl _nobjects(%rip), %eax
cltd
idivl _nthreads(%rip)
movl %eax, %ecx
movl -36(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jge LBB1_13
## %bb.4: ## in Loop: Header=BB1_3 Depth=2
movl $8, %edi
callq _malloc
movq %rax, %rdx
movq -16(%rbp), %rax
movslq -4(%rbp), %rcx
movq %rdx, (%rax,%rcx,8)
movq -16(%rbp), %rax
movslq -4(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
callq _init
movl $0, -20(%rbp)
LBB1_5: ## Parent Loop BB1_1 Depth=1
## Parent Loop BB1_3 Depth=2
## => This Inner Loop Header: Depth=3
movl -20(%rbp), %eax
cmpl _work(%rip), %eax
jge LBB1_8
## %bb.6: ## in Loop: Header=BB1_5 Depth=3
movl $1, -24(%rbp)
movl -24(%rbp), %eax
movl -24(%rbp), %ecx
addl %ecx, %eax
movl %eax, -24(%rbp)
movl -24(%rbp), %eax
movl -24(%rbp), %ecx
imull %ecx, %eax
movl %eax, -24(%rbp)
movl -24(%rbp), %eax
movl -24(%rbp), %ecx
addl %ecx, %eax
movl %eax, -24(%rbp)
movl -24(%rbp), %eax
movl -24(%rbp), %ecx
imull %ecx, %eax
movl %eax, -24(%rbp)
## %bb.7: ## in Loop: Header=BB1_5 Depth=3
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_5
LBB1_8: ## in Loop: Header=BB1_3 Depth=2
movq -16(%rbp), %rax
movslq -4(%rbp), %rcx
cmpq $0, (%rax,%rcx,8)
setne %al
xorb $-1, %al
andb $1, %al
movzbl %al, %eax
cltq
cmpq $0, %rax
je LBB1_10
## %bb.9:
leaq L___func__.worker(%rip), %rdi
leaq L_.str(%rip), %rsi
leaq L_.str.1(%rip), %rcx
movl $74, %edx
callq ___assert_rtn
LBB1_10: ## in Loop: Header=BB1_3 Depth=2
jmp LBB1_11
LBB1_11: ## in Loop: Header=BB1_3 Depth=2
jmp LBB1_12
LBB1_12: ## in Loop: Header=BB1_3 Depth=2
movl -4(%rbp), %eax
addl $1, %eax
movl %eax, -4(%rbp)
jmp LBB1_3
LBB1_13: ## in Loop: Header=BB1_1 Depth=1
movl $0, -4(%rbp)
LBB1_14: ## Parent Loop BB1_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB1_16 Depth 3
movl -4(%rbp), %eax
movl %eax, -40(%rbp) ## 4-byte Spill
movl _nobjects(%rip), %eax
cltd
idivl _nthreads(%rip)
movl %eax, %ecx
movl -40(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jge LBB1_21
## %bb.15: ## in Loop: Header=BB1_14 Depth=2
movq -16(%rbp), %rax
movslq -4(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
callq _free
movl $0, -28(%rbp)
LBB1_16: ## Parent Loop BB1_1 Depth=1
## Parent Loop BB1_14 Depth=2
## => This Inner Loop Header: Depth=3
movl -28(%rbp), %eax
cmpl _work(%rip), %eax
jge LBB1_19
## %bb.17: ## in Loop: Header=BB1_16 Depth=3
movl $1, -32(%rbp)
movl -32(%rbp), %eax
movl -32(%rbp), %ecx
addl %ecx, %eax
movl %eax, -32(%rbp)
movl -32(%rbp), %eax
movl -32(%rbp), %ecx
imull %ecx, %eax
movl %eax, -32(%rbp)
movl -32(%rbp), %eax
movl -32(%rbp), %ecx
addl %ecx, %eax
movl %eax, -32(%rbp)
movl -32(%rbp), %eax
movl -32(%rbp), %ecx
imull %ecx, %eax
movl %eax, -32(%rbp)
## %bb.18: ## in Loop: Header=BB1_16 Depth=3
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB1_16
LBB1_19: ## in Loop: Header=BB1_14 Depth=2
jmp LBB1_20
LBB1_20: ## in Loop: Header=BB1_14 Depth=2
movl -4(%rbp), %eax
addl $1, %eax
movl %eax, -4(%rbp)
jmp LBB1_14
LBB1_21: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_22
LBB1_22: ## in Loop: Header=BB1_1 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB1_1
LBB1_23:
movq -16(%rbp), %rdi
callq _free
xorl %eax, %eax
## kill: def $rax killed $eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI2_0:
.quad 0x412e848000000000 ## double 1.0E+6
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
cmpl $2, -8(%rbp)
jl LBB2_2
## %bb.1:
movq -16(%rbp), %rax
movq 8(%rax), %rdi
callq _atoi
movl %eax, _nthreads(%rip)
LBB2_2:
cmpl $3, -8(%rbp)
jl LBB2_4
## %bb.3:
movq -16(%rbp), %rax
movq 16(%rax), %rdi
callq _atoi
movl %eax, _niterations(%rip)
LBB2_4:
cmpl $4, -8(%rbp)
jl LBB2_6
## %bb.5:
movq -16(%rbp), %rax
movq 24(%rax), %rdi
callq _atoi
movl %eax, _nobjects(%rip)
LBB2_6:
cmpl $5, -8(%rbp)
jl LBB2_8
## %bb.7:
movq -16(%rbp), %rax
movq 32(%rax), %rdi
callq _atoi
movl %eax, _work(%rip)
LBB2_8:
cmpl $6, -8(%rbp)
jl LBB2_10
## %bb.9:
movq -16(%rbp), %rax
movq 40(%rax), %rdi
callq _atoi
movl %eax, _objSize(%rip)
LBB2_10:
movl _nthreads(%rip), %esi
movl _niterations(%rip), %edx
movl _nobjects(%rip), %ecx
movl _work(%rip), %r8d
movl _objSize(%rip), %r9d
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movslq _nthreads(%rip), %rdi
shlq $3, %rdi
callq _malloc
movq %rax, -24(%rbp)
leaq -40(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _gettimeofday
movl $0, -44(%rbp)
LBB2_11: ## =>This Inner Loop Header: Depth=1
movl -44(%rbp), %eax
cmpl _nthreads(%rip), %eax
jge LBB2_14
## %bb.12: ## in Loop: Header=BB2_11 Depth=1
movq -24(%rbp), %rdi
movslq -44(%rbp), %rax
shlq $3, %rax
addq %rax, %rdi
xorl %eax, %eax
movl %eax, %ecx
leaq _worker(%rip), %rdx
movq %rcx, %rsi
callq _pthread_create
## %bb.13: ## in Loop: Header=BB2_11 Depth=1
movl -44(%rbp), %eax
addl $1, %eax
movl %eax, -44(%rbp)
jmp LBB2_11
LBB2_14:
movl $0, -48(%rbp)
LBB2_15: ## =>This Inner Loop Header: Depth=1
movl -48(%rbp), %eax
cmpl _nthreads(%rip), %eax
jge LBB2_18
## %bb.16: ## in Loop: Header=BB2_15 Depth=1
movq -24(%rbp), %rax
movslq -48(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_join
## %bb.17: ## in Loop: Header=BB2_15 Depth=1
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB2_15
LBB2_18:
xorps %xmm0, %xmm0
movsd %xmm0, -56(%rbp)
leaq -72(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _gettimeofday
movq -72(%rbp), %rax
subq -40(%rbp), %rax
cvtsi2sd %rax, %xmm0
movl -64(%rbp), %eax
subl -32(%rbp), %eax
cvtsi2sd %eax, %xmm1
movsd LCPI2_0(%rip), %xmm2 ## xmm2 = mem[0],zero
divsd %xmm2, %xmm1
addsd %xmm1, %xmm0
movsd %xmm0, -56(%rbp)
movsd -56(%rbp), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str.3(%rip), %rdi
movb $1, %al
callq _printf
movq -24(%rbp), %rdi
callq _free
xorl %eax, %eax
addq $80, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _niterations ## @niterations
.p2align 2
_niterations:
.long 50 ## 0x32
.globl _nobjects ## @nobjects
.p2align 2
_nobjects:
.long 30000 ## 0x7530
.globl _nthreads ## @nthreads
.p2align 2
_nthreads:
.long 1 ## 0x1
.globl _work ## @work
.zerofill __DATA,__common,_work,4,2
.globl _objSize ## @objSize
.p2align 2
_objSize:
.long 1 ## 0x1
.section __TEXT,__cstring,cstring_literals
L___func__.worker: ## @__func__.worker
.asciz "worker"
L_.str: ## @.str
.asciz "40762321.c"
L_.str.1: ## @.str.1
.asciz "a[i]"
L_.str.2: ## @.str.2
.asciz "Running threadtest for %d threads, %d iterations, %d objects, %d work and %d objSize...\n"
L_.str.3: ## @.str.3
.asciz "Time elapsed = %.2lfs\n"
.subsections_via_symbols
| the_stack_data/40762321.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sumOfDigits ; -- Begin function sumOfDigits
.p2align 2
_sumOfDigits: ; @sumOfDigits
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str wzr, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #8]
ldr w10, [sp, #12]
mov w9, #10
sdiv w11, w10, w9
mul w11, w11, w9
subs w10, w10, w11
add w8, w8, w10
str w8, [sp, #8]
ldr w8, [sp, #12]
sdiv w8, w8, w9
str w8, [sp, #12]
b LBB0_1
LBB0_3:
ldr w0, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _reverse ; -- Begin function reverse
.p2align 2
_reverse: ; @reverse
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str wzr, [sp, #8]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #8]
mov w9, #10
mul w8, w8, w9
ldr w10, [sp, #12]
sdiv w11, w10, w9
mul w11, w11, w9
subs w10, w10, w11
add w8, w8, w10
str w8, [sp, #8]
ldr w8, [sp, #12]
sdiv w8, w8, w9
str w8, [sp, #12]
b LBB1_1
LBB1_3:
ldr w0, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur w0, [x29, #-8]
bl _sumOfDigits
stur w0, [x29, #-12]
ldur w8, [x29, #-12]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB2_5
b LBB2_1
LBB2_1:
ldur w8, [x29, #-12]
ldur w9, [x29, #-12]
mul w8, w8, w9
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB2_3
b LBB2_2
LBB2_2:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB2_4
LBB2_3:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB2_4
LBB2_4:
stur wzr, [x29, #-4]
b LBB2_9
LBB2_5:
ldur w0, [x29, #-12]
bl _reverse
str w0, [sp, #16]
ldur w8, [x29, #-12]
ldr w9, [sp, #16]
mul w8, w8, w9
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB2_7
b LBB2_6
LBB2_6:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB2_8
LBB2_7:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB2_8
LBB2_8:
stur wzr, [x29, #-4]
b LBB2_9
LBB2_9:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter the value for a number:"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d is a magic number\n"
l_.str.3: ; @.str.3
.asciz "%d is not a magic number\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sumOfDigits ## -- Begin function sumOfDigits
.p2align 4, 0x90
_sumOfDigits: ## @sumOfDigits
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl $0, -8(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -4(%rbp)
jle LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
movl -4(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl -12(%rbp), %eax ## 4-byte Reload
addl %edx, %eax
movl %eax, -8(%rbp)
movl -4(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %eax, -4(%rbp)
jmp LBB0_1
LBB0_3:
movl -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _reverse ## -- Begin function reverse
.p2align 4, 0x90
_reverse: ## @reverse
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl $0, -8(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -4(%rbp)
jle LBB1_3
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
imull $10, -8(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
movl -4(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl -12(%rbp), %eax ## 4-byte Reload
addl %edx, %eax
movl %eax, -8(%rbp)
movl -4(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %eax, -4(%rbp)
jmp LBB1_1
LBB1_3:
movl -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl -8(%rbp), %edi
callq _sumOfDigits
movl %eax, -12(%rbp)
cmpl $10, -12(%rbp)
jge LBB2_5
## %bb.1:
movl -12(%rbp), %eax
imull -12(%rbp), %eax
cmpl -8(%rbp), %eax
jne LBB2_3
## %bb.2:
movl -8(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB2_4
LBB2_3:
movl -8(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB2_4:
movl $0, -4(%rbp)
jmp LBB2_9
LBB2_5:
movl -12(%rbp), %edi
callq _reverse
movl %eax, -16(%rbp)
movl -12(%rbp), %eax
imull -16(%rbp), %eax
cmpl -8(%rbp), %eax
jne LBB2_7
## %bb.6:
movl -8(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB2_8
LBB2_7:
movl -8(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB2_8:
movl $0, -4(%rbp)
LBB2_9:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter the value for a number:"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d is a magic number\n"
L_.str.3: ## @.str.3
.asciz "%d is not a magic number\n"
.subsections_via_symbols
| the_stack_data/242329493.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _f ; -- Begin function f
.p2align 2
_f: ; @f
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str d0, [sp, #8]
ldr d0, [sp, #8]
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
fmov d0, #1.00000000
str d0, [sp] ; 8-byte Folded Spill
b LBB0_3
LBB0_2:
ldr d0, [sp, #8]
bl _sin
ldr d1, [sp, #8]
fdiv d0, d0, d1
str d0, [sp] ; 8-byte Folded Spill
b LBB0_3
LBB0_3:
ldr d0, [sp] ; 8-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function main
lCPI1_0:
.quad 0x4044000000000000 ; double 40
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
fmov d0, #-20.00000000
stur d0, [x29, #-16]
fmov d0, #20.00000000
stur d0, [x29, #-24]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
mov x9, sp
sub x8, x29, #28
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-28]
subs w8, w8, #100
cset w8, lt
tbnz w8, #0, LBB1_1
b LBB1_3
LBB1_3:
ldur s1, [x29, #-28]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d1, d0
adrp x8, lCPI1_0@PAGE
ldr d0, [x8, lCPI1_0@PAGEOFF]
fdiv d0, d0, d1
str d0, [sp, #24]
str wzr, [sp, #20]
b LBB1_4
LBB1_4: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
ldur w9, [x29, #-28]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_7
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_4 Depth=1
ldr s1, [sp, #20]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
ldr d1, [sp, #24]
fmov d2, #-20.00000000
fmadd d0, d0, d1, d2
str d0, [sp, #40]
ldr d0, [sp, #40]
bl _f
str d0, [sp, #32]
ldr d1, [sp, #40]
ldr d0, [sp, #32]
mov x8, sp
str d1, [x8]
str d0, [x8, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB1_4
LBB1_7:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%+f %+f\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function f
LCPI0_0:
.quad 0x3ff0000000000000 ## double 1
.section __TEXT,__text,regular,pure_instructions
.globl _f
.p2align 4, 0x90
_f: ## @f
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movsd %xmm0, -8(%rbp)
movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB0_2
jp LBB0_2
## %bb.1:
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -16(%rbp) ## 8-byte Spill
jmp LBB0_3
LBB0_2:
movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq _sin
divsd -8(%rbp), %xmm0
movsd %xmm0, -16(%rbp) ## 8-byte Spill
LBB0_3:
movsd -16(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI1_0:
.quad 0x4034000000000000 ## double 20
LCPI1_1:
.quad 0xc034000000000000 ## double -20
LCPI1_2:
.quad 0x4044000000000000 ## double 40
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movl $0, -4(%rbp)
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -16(%rbp)
movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -24(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
leaq L_.str(%rip), %rdi
leaq -28(%rbp), %rsi
movb $0, %al
callq _scanf
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
cmpl $100, -28(%rbp)
jl LBB1_1
## %bb.3:
cvtsi2sdl -28(%rbp), %xmm1
movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, -56(%rbp)
movl $0, -60(%rbp)
LBB1_4: ## =>This Inner Loop Header: Depth=1
movl -60(%rbp), %eax
cmpl -28(%rbp), %eax
jg LBB1_7
## %bb.5: ## in Loop: Header=BB1_4 Depth=1
cvtsi2sdl -60(%rbp), %xmm0
movsd -56(%rbp), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -40(%rbp)
movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero
callq _f
movsd %xmm0, -48(%rbp)
movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -48(%rbp), %xmm1 ## xmm1 = mem[0],zero
leaq L_.str.1(%rip), %rdi
movb $2, %al
callq _printf
## %bb.6: ## in Loop: Header=BB1_4 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB1_4
LBB1_7:
movl -4(%rbp), %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%+f %+f\n"
.subsections_via_symbols
| the_stack_data/372162.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _bar ; -- Begin function bar
.p2align 2
_bar: ; @bar
.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 _baz
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function baz
_baz: ; @baz
.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 _foo
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _bar ## -- Begin function bar
.p2align 4, 0x90
_bar: ## @bar
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _baz
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function baz
_baz: ## @baz
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq _foo
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/42827.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur wzr, [x29, #-28]
adrp x8, l___const.main.a@PAGE
add x8, x8, l___const.main.a@PAGEOFF
ldr x9, [x8]
stur x9, [x29, #-24]
ldr w8, [x8, #8]
stur w8, [x29, #-16]
str wzr, [sp, #32]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
subs w8, w8, #3
cset w8, gt
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #32]
; implicit-def: $x10
mov x10, x8
ldrsw x9, [sp, #32]
sub x8, x29, #24
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB0_1
LBB0_4:
ldur w8, [x29, #-28]
str w8, [sp, #28] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
bl ___stack_chk_fail
LBB0_6:
ldr w0, [sp, #28] ; 4-byte Folded Reload
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
.p2align 2 ; @__const.main.a
l___const.main.a:
.long 0 ; 0x0
.long 1 ; 0x1
.long 2 ; 0x2
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "value of a[%d] is %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -24(%rbp)
movq l___const.main.a(%rip), %rax
movq %rax, -20(%rbp)
movl l___const.main.a+8(%rip), %eax
movl %eax, -12(%rbp)
movl $0, -28(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $3, -28(%rbp)
jg LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %esi
movslq -28(%rbp), %rax
movl -20(%rbp,%rax,4), %edx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB0_1
LBB0_4:
movl -24(%rbp), %eax
movl %eax, -32(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_6
## %bb.5:
movl -32(%rbp), %eax ## 4-byte Reload
addq $32, %rsp
popq %rbp
retq
LBB0_6:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 2 ## @__const.main.a
l___const.main.a:
.long 0 ## 0x0
.long 1 ## 0x1
.long 2 ## 0x2
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "value of a[%d] is %d\n"
.subsections_via_symbols
| the_stack_data/138933.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #896
adrp x8, ___darwin_check_fd_set_overflow@GOTPAGE
ldr x8, [x8, ___darwin_check_fd_set_overflow@GOTPAGEOFF]
subs x8, x8, #0
cset w8, ne
str w8, [sp, #56] ; 4-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #244]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
mov w1, #4
str w1, [sp, #60] ; 4-byte Folded Spill
bl _open
ldr w1, [sp, #60] ; 4-byte Folded Reload
str w0, [sp, #240]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _open
str w0, [sp, #236]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_25 Depth 2
; Child Loop BB0_38 Depth 2
add x0, sp, #108
str x0, [sp, #48] ; 8-byte Folded Spill
mov w1, #0
mov x2, #128
bl _memset
ldr x9, [sp, #48] ; 8-byte Folded Reload
ldr w8, [sp, #56] ; 4-byte Folded Reload
ldr w10, [sp, #240]
str w10, [sp, #276]
str x9, [sp, #264]
ldr w10, [sp, #276]
ldr x9, [sp, #264]
str w10, [sp, #352]
str x9, [sp, #344]
tbz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w0, [sp, #352]
ldr x1, [sp, #344]
mov w2, #0
bl ___darwin_check_fd_set_overflow
str w0, [sp, #356]
b LBB0_4
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
str w8, [sp, #356]
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #356]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldrsw x8, [sp, #276]
mov x11, #32
udiv x9, x8, x11
mul x9, x9, x11
subs x9, x8, x9
mov x8, #1
lsl x8, x8, x9
mov x10, x8
ldr x8, [sp, #264]
ldrsw x9, [sp, #276]
udiv x9, x9, x11
add x9, x8, x9, lsl #2
ldr w8, [x9]
orr w8, w8, w10
str w8, [x9]
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #56] ; 4-byte Folded Reload
ldr w9, [sp, #236]
str w9, [sp, #260]
add x9, sp, #108
str x9, [sp, #248]
ldr w10, [sp, #260]
ldr x9, [sp, #248]
str w10, [sp, #368]
str x9, [sp, #360]
tbz w8, #0, LBB0_8
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldr w0, [sp, #368]
ldr x1, [sp, #360]
mov w2, #0
bl ___darwin_check_fd_set_overflow
str w0, [sp, #372]
b LBB0_9
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
str w8, [sp, #372]
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #372]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
ldrsw x8, [sp, #260]
mov x11, #32
udiv x9, x8, x11
mul x9, x9, x11
subs x9, x8, x9
mov x8, #1
lsl x8, x8, x9
mov x10, x8
ldr x8, [sp, #248]
ldrsw x9, [sp, #260]
udiv x9, x9, x11
add x9, x8, x9, lsl #2
ldr w8, [x9]
orr w8, w8, w10
str w8, [x9]
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
mov x8, #10
str x8, [sp, #88]
str wzr, [sp, #96]
ldr w8, [sp, #240]
ldr w9, [sp, #236]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #240]
str w8, [sp, #80]
b LBB0_14
LBB0_13: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #236]
str w8, [sp, #80]
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #80]
add w0, w8, #1
add x1, sp, #108
mov x3, #0
mov x2, x3
add x4, sp, #88
bl _select
str w0, [sp, #84]
ldr w8, [sp, #84]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_16
b LBB0_15
LBB0_15:
bl ___error
ldr w9, [x0]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #40] ; 8-byte Folded Spill
bl ___error
ldr w0, [x0]
bl _strerror
ldr x9, [sp, #40] ; 8-byte Folded Reload
mov x8, sp
str x9, [x8]
str x0, [x8, #8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w8, #-1
str w8, [sp, #244]
b LBB0_47
LBB0_16: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #84]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_44
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #56] ; 4-byte Folded Reload
ldr w9, [sp, #240]
str w9, [sp, #304]
add x9, sp, #108
str x9, [sp, #296]
ldr w10, [sp, #304]
ldr x9, [sp, #296]
str w10, [sp, #320]
str x9, [sp, #312]
tbz w8, #0, LBB0_19
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_1 Depth=1
ldr w0, [sp, #320]
ldr x1, [sp, #312]
mov w2, #0
bl ___darwin_check_fd_set_overflow
str w0, [sp, #324]
b LBB0_20
LBB0_19: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
str w8, [sp, #324]
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #324]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_22
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #296]
ldrsw x9, [sp, #304]
mov x11, #32
udiv x9, x9, x11
ldr w8, [x8, x9, lsl #2]
ldrsw x9, [sp, #304]
udiv x10, x9, x11
mul x10, x10, x11
subs x10, x9, x10
mov x9, #1
lsl x9, x9, x10
; kill: def $w9 killed $w9 killed $x9
and w8, w8, w9
str w8, [sp, #308]
b LBB0_23
LBB0_22: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #308]
b LBB0_23
LBB0_23: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #308]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_30
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB0_25
LBB0_25: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w0, [sp, #240]
add x1, sp, #632
mov x2, #256
bl _read
mov x8, x0
mov x9, x0
str w9, [sp, #76]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_29
b LBB0_26
LBB0_26: ; in Loop: Header=BB0_25 Depth=2
ldr w8, [sp, #76]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_28
b LBB0_27
LBB0_27:
bl ___error
ldr w9, [x0]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #32] ; 8-byte Folded Spill
bl ___error
ldr w0, [x0]
bl _strerror
ldr x9, [sp, #32] ; 8-byte Folded Reload
mov x8, sp
str x9, [x8]
str x0, [x8, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
mov w8, #-1
str w8, [sp, #244]
b LBB0_47
LBB0_28: ; in Loop: Header=BB0_25 Depth=2
ldrsw x10, [sp, #76]
add x8, sp, #632
mov x9, x8
add x9, x9, x10
strb wzr, [x9]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
b LBB0_25
LBB0_29: ; in Loop: Header=BB0_1 Depth=1
ldr w0, [sp, #240]
bl _close
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
mov w1, #4
bl _open
str w0, [sp, #72]
b LBB0_30
LBB0_30: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #56] ; 4-byte Folded Reload
ldr w9, [sp, #236]
str w9, [sp, #288]
add x9, sp, #108
str x9, [sp, #280]
ldr w10, [sp, #288]
ldr x9, [sp, #280]
str w10, [sp, #336]
str x9, [sp, #328]
tbz w8, #0, LBB0_32
b LBB0_31
LBB0_31: ; in Loop: Header=BB0_1 Depth=1
ldr w0, [sp, #336]
ldr x1, [sp, #328]
mov w2, #0
bl ___darwin_check_fd_set_overflow
str w0, [sp, #340]
b LBB0_33
LBB0_32: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
str w8, [sp, #340]
b LBB0_33
LBB0_33: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #340]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_35
b LBB0_34
LBB0_34: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #280]
ldrsw x9, [sp, #288]
mov x11, #32
udiv x9, x9, x11
ldr w8, [x8, x9, lsl #2]
ldrsw x9, [sp, #288]
udiv x10, x9, x11
mul x10, x10, x11
subs x10, x9, x10
mov x9, #1
lsl x9, x9, x10
; kill: def $w9 killed $w9 killed $x9
and w8, w8, w9
str w8, [sp, #292]
b LBB0_36
LBB0_35: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #292]
b LBB0_36
LBB0_36: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #292]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_43
b LBB0_37
LBB0_37: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB0_38
LBB0_38: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w0, [sp, #236]
add x1, sp, #376
mov x2, #256
bl _read
mov x8, x0
mov x9, x0
str w9, [sp, #68]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_42
b LBB0_39
LBB0_39: ; in Loop: Header=BB0_38 Depth=2
ldr w8, [sp, #68]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_41
b LBB0_40
LBB0_40:
bl ___error
ldr w9, [x0]
; implicit-def: $x8
mov x8, x9
str x8, [sp, #24] ; 8-byte Folded Spill
bl ___error
ldr w0, [x0]
bl _strerror
ldr x9, [sp, #24] ; 8-byte Folded Reload
mov x8, sp
str x9, [x8]
str x0, [x8, #8]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
mov w8, #-1
str w8, [sp, #244]
b LBB0_47
LBB0_41: ; in Loop: Header=BB0_38 Depth=2
ldrsw x10, [sp, #68]
add x8, sp, #376
mov x9, x8
add x9, x9, x10
strb wzr, [x9]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
b LBB0_38
LBB0_42: ; in Loop: Header=BB0_1 Depth=1
ldr w0, [sp, #236]
bl _close
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
mov w1, #4
bl _open
str w0, [sp, #64]
b LBB0_43
LBB0_43: ; in Loop: Header=BB0_1 Depth=1
b LBB0_45
LBB0_44: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
b LBB0_45
LBB0_45: ; in Loop: Header=BB0_1 Depth=1
b LBB0_46
LBB0_46: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_47:
ldr w8, [sp, #244]
str w8, [sp, #20] ; 4-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_49
b LBB0_48
LBB0_48:
bl ___stack_chk_fail
LBB0_49:
ldr w0, [sp, #20] ; 4-byte Folded Reload
add sp, sp, #896
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "tuberia1"
l_.str.1: ; @.str.1
.asciz "tuberia2"
l_.str.2: ; @.str.2
.asciz "Error select() %d: %s\n"
l_.str.3: ; @.str.3
.asciz "Lectura tuberia1\n"
l_.str.4: ; @.str.4
.asciz "Error read() %d: %s\n"
l_.str.5: ; @.str.5
.asciz "Tuber\303\255a1 ha le\303\255do: %s\n"
l_.str.6: ; @.str.6
.asciz "Lectura tuberia2\n"
l_.str.7: ; @.str.7
.asciz "Tuber\303\255a2 ha le\303\255do: %s\n"
l_.str.8: ; @.str.8
.asciz "Sin datos le\303\255dos en los \303\272ltimmos 10 segundos\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $880, %rsp ## imm = 0x370
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -660(%rbp)
leaq L_.str(%rip), %rdi
movl $4, %esi
movb $0, %al
callq _open
movl %eax, -664(%rbp)
leaq L_.str.1(%rip), %rdi
movl $4, %esi
movb $0, %al
callq _open
movl %eax, -668(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_25 Depth 2
## Child Loop BB0_38 Depth 2
xorps %xmm0, %xmm0
movaps %xmm0, -864(%rbp) ## 16-byte Spill
movaps %xmm0, -688(%rbp)
movaps %xmm0, -704(%rbp)
movaps %xmm0, -720(%rbp)
movaps %xmm0, -736(%rbp)
movaps %xmm0, -752(%rbp)
movaps %xmm0, -768(%rbp)
movaps %xmm0, -784(%rbp)
movaps %xmm0, -800(%rbp)
movl -664(%rbp), %eax
movl %eax, -628(%rbp)
leaq -800(%rbp), %rax
movq %rax, -640(%rbp)
movl -628(%rbp), %ecx
movq -640(%rbp), %rax
movl %ecx, -552(%rbp)
movq %rax, -560(%rbp)
movq ___darwin_check_fd_set_overflow@GOTPCREL(%rip), %rax
testq %rax, %rax
je LBB0_3
jmp LBB0_2
LBB0_2: ## in Loop: Header=BB0_1 Depth=1
movl -552(%rbp), %edi
movq -560(%rbp), %rsi
xorl %edx, %edx
callq ___darwin_check_fd_set_overflow
movl %eax, -548(%rbp)
jmp LBB0_4
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movl $1, -548(%rbp)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -548(%rbp)
je LBB0_6
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movslq -628(%rbp), %rcx
andq $31, %rcx
movl $1, %eax
## kill: def $cl killed $rcx
shlq %cl, %rax
movl %eax, %edx
movq -640(%rbp), %rax
movslq -628(%rbp), %rcx
shrq $5, %rcx
orl (%rax,%rcx,4), %edx
movl %edx, (%rax,%rcx,4)
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movl -668(%rbp), %eax
movl %eax, -644(%rbp)
leaq -800(%rbp), %rax
movq %rax, -656(%rbp)
movl -644(%rbp), %ecx
movq -656(%rbp), %rax
movl %ecx, -536(%rbp)
movq %rax, -544(%rbp)
movq ___darwin_check_fd_set_overflow@GOTPCREL(%rip), %rax
testq %rax, %rax
je LBB0_8
jmp LBB0_7
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
movl -536(%rbp), %edi
movq -544(%rbp), %rsi
xorl %edx, %edx
callq ___darwin_check_fd_set_overflow
movl %eax, -532(%rbp)
jmp LBB0_9
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
movl $1, -532(%rbp)
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -532(%rbp)
je LBB0_11
## %bb.10: ## in Loop: Header=BB0_1 Depth=1
movslq -644(%rbp), %rcx
andq $31, %rcx
movl $1, %eax
## kill: def $cl killed $rcx
shlq %cl, %rax
movl %eax, %edx
movq -656(%rbp), %rax
movslq -644(%rbp), %rcx
shrq $5, %rcx
orl (%rax,%rcx,4), %edx
movl %edx, (%rax,%rcx,4)
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
movq $10, -816(%rbp)
movl $0, -808(%rbp)
movl -664(%rbp), %eax
cmpl -668(%rbp), %eax
jle LBB0_13
## %bb.12: ## in Loop: Header=BB0_1 Depth=1
movl -664(%rbp), %eax
movl %eax, -824(%rbp)
jmp LBB0_14
LBB0_13: ## in Loop: Header=BB0_1 Depth=1
movl -668(%rbp), %eax
movl %eax, -824(%rbp)
LBB0_14: ## in Loop: Header=BB0_1 Depth=1
movl -824(%rbp), %edi
addl $1, %edi
leaq -800(%rbp), %rsi
xorl %eax, %eax
movl %eax, %ecx
leaq -816(%rbp), %r8
movq %rcx, %rdx
callq _select$1050
movl %eax, -820(%rbp)
cmpl $-1, -820(%rbp)
jne LBB0_16
## %bb.15:
callq ___error
movl (%rax), %eax
movl %eax, -868(%rbp) ## 4-byte Spill
callq ___error
movl (%rax), %edi
callq _strerror
movl -868(%rbp), %esi ## 4-byte Reload
movq %rax, %rdx
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $-1, -660(%rbp)
jmp LBB0_47
LBB0_16: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -820(%rbp)
je LBB0_44
## %bb.17: ## in Loop: Header=BB0_1 Depth=1
movl -664(%rbp), %eax
movl %eax, -600(%rbp)
leaq -800(%rbp), %rax
movq %rax, -608(%rbp)
movl -600(%rbp), %ecx
movq -608(%rbp), %rax
movl %ecx, -584(%rbp)
movq %rax, -592(%rbp)
movq ___darwin_check_fd_set_overflow@GOTPCREL(%rip), %rax
testq %rax, %rax
je LBB0_19
jmp LBB0_18
LBB0_18: ## in Loop: Header=BB0_1 Depth=1
movl -584(%rbp), %edi
movq -592(%rbp), %rsi
xorl %edx, %edx
callq ___darwin_check_fd_set_overflow
movl %eax, -580(%rbp)
jmp LBB0_20
LBB0_19: ## in Loop: Header=BB0_1 Depth=1
movl $1, -580(%rbp)
LBB0_20: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -580(%rbp)
je LBB0_22
## %bb.21: ## in Loop: Header=BB0_1 Depth=1
movq -608(%rbp), %rax
movslq -600(%rbp), %rcx
shrq $5, %rcx
movl (%rax,%rcx,4), %eax
movslq -600(%rbp), %rcx
andq $31, %rcx
movl $1, %edx
## kill: def $cl killed $rcx
shlq %cl, %rdx
movq %rdx, %rcx
## kill: def $ecx killed $ecx killed $rcx
andl %ecx, %eax
movl %eax, -596(%rbp)
jmp LBB0_23
LBB0_22: ## in Loop: Header=BB0_1 Depth=1
movl $0, -596(%rbp)
LBB0_23: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -596(%rbp)
je LBB0_30
## %bb.24: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB0_25: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -664(%rbp), %edi
leaq -272(%rbp), %rsi
movl $256, %edx ## imm = 0x100
callq _read
## kill: def $eax killed $eax killed $rax
movl %eax, -828(%rbp)
cmpl $0, %eax
je LBB0_29
## %bb.26: ## in Loop: Header=BB0_25 Depth=2
cmpl $-1, -828(%rbp)
jne LBB0_28
## %bb.27:
callq ___error
movl (%rax), %eax
movl %eax, -872(%rbp) ## 4-byte Spill
callq ___error
movl (%rax), %edi
callq _strerror
movl -872(%rbp), %esi ## 4-byte Reload
movq %rax, %rdx
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movl $-1, -660(%rbp)
jmp LBB0_47
LBB0_28: ## in Loop: Header=BB0_25 Depth=2
movslq -828(%rbp), %rax
movb $0, -272(%rbp,%rax)
leaq -272(%rbp), %rsi
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_25
LBB0_29: ## in Loop: Header=BB0_1 Depth=1
movl -664(%rbp), %edi
callq _close
leaq L_.str(%rip), %rdi
movl $4, %esi
movb $0, %al
callq _open
movl %eax, -832(%rbp)
LBB0_30: ## in Loop: Header=BB0_1 Depth=1
movl -668(%rbp), %eax
movl %eax, -616(%rbp)
leaq -800(%rbp), %rax
movq %rax, -624(%rbp)
movl -616(%rbp), %ecx
movq -624(%rbp), %rax
movl %ecx, -568(%rbp)
movq %rax, -576(%rbp)
movq ___darwin_check_fd_set_overflow@GOTPCREL(%rip), %rax
testq %rax, %rax
je LBB0_32
jmp LBB0_31
LBB0_31: ## in Loop: Header=BB0_1 Depth=1
movl -568(%rbp), %edi
movq -576(%rbp), %rsi
xorl %edx, %edx
callq ___darwin_check_fd_set_overflow
movl %eax, -564(%rbp)
jmp LBB0_33
LBB0_32: ## in Loop: Header=BB0_1 Depth=1
movl $1, -564(%rbp)
LBB0_33: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -564(%rbp)
je LBB0_35
## %bb.34: ## in Loop: Header=BB0_1 Depth=1
movq -624(%rbp), %rax
movslq -616(%rbp), %rcx
shrq $5, %rcx
movl (%rax,%rcx,4), %eax
movslq -616(%rbp), %rcx
andq $31, %rcx
movl $1, %edx
## kill: def $cl killed $rcx
shlq %cl, %rdx
movq %rdx, %rcx
## kill: def $ecx killed $ecx killed $rcx
andl %ecx, %eax
movl %eax, -612(%rbp)
jmp LBB0_36
LBB0_35: ## in Loop: Header=BB0_1 Depth=1
movl $0, -612(%rbp)
LBB0_36: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -612(%rbp)
je LBB0_43
## %bb.37: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
LBB0_38: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -668(%rbp), %edi
leaq -528(%rbp), %rsi
movl $256, %edx ## imm = 0x100
callq _read
## kill: def $eax killed $eax killed $rax
movl %eax, -836(%rbp)
cmpl $0, %eax
je LBB0_42
## %bb.39: ## in Loop: Header=BB0_38 Depth=2
cmpl $-1, -836(%rbp)
jne LBB0_41
## %bb.40:
callq ___error
movl (%rax), %eax
movl %eax, -876(%rbp) ## 4-byte Spill
callq ___error
movl (%rax), %edi
callq _strerror
movl -876(%rbp), %esi ## 4-byte Reload
movq %rax, %rdx
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movl $-1, -660(%rbp)
jmp LBB0_47
LBB0_41: ## in Loop: Header=BB0_38 Depth=2
movslq -836(%rbp), %rax
movb $0, -528(%rbp,%rax)
leaq -528(%rbp), %rsi
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_38
LBB0_42: ## in Loop: Header=BB0_1 Depth=1
movl -668(%rbp), %edi
callq _close
leaq L_.str.1(%rip), %rdi
movl $4, %esi
movb $0, %al
callq _open
movl %eax, -840(%rbp)
LBB0_43: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_45
LBB0_44: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
LBB0_45: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_46
LBB0_46: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_47:
movl -660(%rbp), %eax
movl %eax, -880(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_49
## %bb.48:
movl -880(%rbp), %eax ## 4-byte Reload
addq $880, %rsp ## imm = 0x370
popq %rbp
retq
LBB0_49:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "tuberia1"
L_.str.1: ## @.str.1
.asciz "tuberia2"
L_.str.2: ## @.str.2
.asciz "Error select() %d: %s\n"
L_.str.3: ## @.str.3
.asciz "Lectura tuberia1\n"
L_.str.4: ## @.str.4
.asciz "Error read() %d: %s\n"
L_.str.5: ## @.str.5
.asciz "Tuber\303\255a1 ha le\303\255do: %s\n"
L_.str.6: ## @.str.6
.asciz "Lectura tuberia2\n"
L_.str.7: ## @.str.7
.asciz "Tuber\303\255a2 ha le\303\255do: %s\n"
L_.str.8: ## @.str.8
.asciz "Sin datos le\303\255dos en los \303\272ltimmos 10 segundos\n"
.subsections_via_symbols
| the_stack_data/206391887.c |
.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:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
str x1, [sp]
ldr x0, [sp, #8]
ldr x1, [sp]
bl _strcmp
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _binary_search ; -- Begin function binary_search
.p2align 2
_binary_search: ; @binary_search
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #16]
str w1, [sp, #12]
str w2, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
mov w8, #-1
stur w8, [x29, #-4]
b LBB1_7
LBB1_2:
ldr w8, [sp, #12]
ldr w9, [sp, #8]
add w8, w8, w9
mov w9, #2
sdiv w8, w8, w9
str w8, [sp, #4]
ldrsw x8, [sp, #4]
mov x9, #50
mul x9, x8, x9
adrp x8, _city_names@GOTPAGE
ldr x8, [x8, _city_names@GOTPAGEOFF]
add x0, x8, x9
ldr x1, [sp, #16]
bl _strcmp
str w0, [sp]
ldr w8, [sp]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
ldr w8, [sp, #4]
stur w8, [x29, #-4]
b LBB1_7
LBB1_4:
ldr w8, [sp]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5:
ldr x0, [sp, #16]
ldr w1, [sp, #12]
ldr w8, [sp, #4]
subs w2, w8, #1
bl _binary_search
stur w0, [x29, #-4]
b LBB1_7
LBB1_6:
ldr x0, [sp, #16]
ldr w8, [sp, #4]
add w1, w8, #1
ldr w2, [sp, #8]
bl _binary_search
stur w0, [x29, #-4]
b LBB1_7
LBB1_7:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _initialize_graph ; -- Begin function initialize_graph
.p2align 2
_initialize_graph: ; @initialize_graph
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
str wzr, [sp, #4]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
ldr x9, [sp, #8]
mov x10, #20752
movk x10, #18, lsl #16
ldr w9, [x9, x10]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr x8, [sp, #8]
mov x9, #20352
movk x9, #18, lsl #16
add x9, x8, x9
ldrsw x10, [sp, #4]
mov w8, #0
str w8, [x9, x10, lsl #2]
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB2_1
LBB2_4:
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _read_cities ; -- Begin function read_cities
.p2align 2
_read_cities: ; @read_cities
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
str wzr, [sp, #8]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldur w9, [x29, #-4]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_4
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldrsw x8, [sp, #8]
mov x9, #50
mul x9, x8, x9
adrp x8, _city_names@GOTPAGE
ldr x8, [x8, _city_names@GOTPAGEOFF]
add x8, x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
b LBB3_3
LBB3_3: ; in Loop: Header=BB3_1 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB3_1
LBB3_4:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _construct_graph ; -- Begin function construct_graph
.p2align 2
_construct_graph: ; @construct_graph
.cfi_startproc
; %bb.0:
sub sp, sp, #160
.cfi_def_cfa_offset 160
stp x29, x30, [sp, #144] ; 16-byte Folded Spill
add x29, sp, #144
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #72]
ldr x0, [sp, #72]
bl _initialize_graph
mov x9, sp
add x8, sp, #68
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
str wzr, [sp, #44]
b LBB4_1
LBB4_1: ; =>This Loop Header: Depth=1
; Child Loop BB4_3 Depth 2
ldr w8, [sp, #44]
ldr w9, [sp, #68]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB4_8
b LBB4_2
LBB4_2: ; in Loop: Header=BB4_1 Depth=1
mov x9, sp
add x8, sp, #64
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
mov x9, sp
add x8, sp, #60
str x8, [x9]
sub x8, x29, #58
str x8, [sp, #24] ; 8-byte Folded Spill
str x8, [x9, #8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr x0, [sp, #24] ; 8-byte Folded Reload
ldr x8, [sp, #72]
mov x9, #20752
movk x9, #18, lsl #16
ldr w8, [x8, x9]
mov w9, #1
str w9, [sp, #32] ; 4-byte Folded Spill
subs w2, w8, #1
mov w1, #0
bl _binary_search
ldr w8, [sp, #32] ; 4-byte Folded Reload
str w0, [sp, #52]
str w8, [sp, #40]
b LBB4_3
LBB4_3: ; Parent Loop BB4_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #40]
ldr w9, [sp, #64]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB4_6
b LBB4_4
LBB4_4: ; in Loop: Header=BB4_3 Depth=2
mov x9, sp
add x8, sp, #56
str x8, [x9]
sub x8, x29, #58
str x8, [sp, #16] ; 8-byte Folded Spill
str x8, [x9, #8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldr x0, [sp, #16] ; 8-byte Folded Reload
ldr x8, [sp, #72]
mov x9, #20752
movk x9, #18, lsl #16
ldr w8, [x8, x9]
subs w2, w8, #1
mov w1, #0
bl _binary_search
str w0, [sp, #48]
ldr w8, [sp, #48]
ldr x9, [sp, #72]
ldrsw x10, [sp, #52]
mov x13, #12000
mul x10, x10, x13
add x10, x9, x10
ldr x11, [sp, #72]
mov x9, #20352
movk x9, #18, lsl #16
add x11, x11, x9
ldrsw x12, [sp, #52]
ldrsw x11, [x11, x12, lsl #2]
mov x12, #12
mul x11, x11, x12
str w8, [x10, x11]
ldr w8, [sp, #60]
ldr x10, [sp, #72]
ldrsw x11, [sp, #52]
mul x11, x11, x13
add x10, x10, x11
ldr x11, [sp, #72]
add x11, x11, x9
ldrsw x14, [sp, #52]
ldrsw x11, [x11, x14, lsl #2]
mul x11, x11, x12
add x10, x10, x11
str w8, [x10, #4]
ldr w8, [sp, #56]
ldr x10, [sp, #72]
ldrsw x11, [sp, #52]
mul x11, x11, x13
add x10, x10, x11
ldr x11, [sp, #72]
add x11, x11, x9
ldrsw x13, [sp, #52]
ldrsw x11, [x11, x13, lsl #2]
mul x11, x11, x12
add x10, x10, x11
str w8, [x10, #8]
ldr x8, [sp, #72]
add x8, x8, x9
ldrsw x9, [sp, #52]
add x9, x8, x9, lsl #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
ldr w8, [sp, #48]
str w8, [sp, #52]
ldr w8, [sp, #56]
str w8, [sp, #60]
b LBB4_5
LBB4_5: ; in Loop: Header=BB4_3 Depth=2
ldr w8, [sp, #40]
add w8, w8, #1
str w8, [sp, #40]
b LBB4_3
LBB4_6: ; in Loop: Header=BB4_1 Depth=1
b LBB4_7
LBB4_7: ; in Loop: Header=BB4_1 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB4_1
LBB4_8:
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB4_10
b LBB4_9
LBB4_9:
bl ___stack_chk_fail
LBB4_10:
ldp x29, x30, [sp, #144] ; 16-byte Folded Reload
add sp, sp, #160
ret
.cfi_endproc
; -- End function
.globl _dijkstra ; -- Begin function dijkstra
.p2align 2
_dijkstra: ; @dijkstra
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
stp x29, x30, [sp, #176] ; 16-byte Folded Spill
add x29, sp, #176
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _distance@GOTPAGE
ldr x8, [x8, _distance@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #56]
str w1, [sp, #52]
str w2, [sp, #48]
str wzr, [sp, #44]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #44]
ldr x9, [sp, #56]
mov x10, #20752
movk x10, #18, lsl #16
ldr w9, [x9, x10]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB5_4
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldrsw x10, [sp, #44]
add x8, sp, #68
add x8, x8, x10
strb wzr, [x8]
ldrsw x10, [sp, #44]
mov x8, x9
add x10, x8, x10, lsl #3
mov w8, #10000
str w8, [x10, #4]
ldrsw x8, [sp, #44]
lsl x10, x8, #3
mov w8, #-1
str w8, [x9, x10]
ldrsw x10, [sp, #44]
adrp x9, _parent@GOTPAGE
ldr x9, [x9, _parent@GOTPAGEOFF]
str w8, [x9, x10, lsl #2]
b LBB5_3
LBB5_3: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB5_1
LBB5_4:
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrsw x9, [sp, #52]
add x8, x8, x9, lsl #3
str wzr, [x8, #4]
ldr w8, [sp, #52]
str w8, [sp, #36]
b LBB5_5
LBB5_5: ; =>This Loop Header: Depth=1
; Child Loop BB5_7 Depth 2
; Child Loop BB5_26 Depth 2
ldrsw x9, [sp, #36]
add x8, sp, #68
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB5_33
b LBB5_6
LBB5_6: ; in Loop: Header=BB5_5 Depth=1
ldrsw x9, [sp, #36]
add x8, sp, #68
add x9, x8, x9
mov w8, #1
strb w8, [x9]
str wzr, [sp, #44]
b LBB5_7
LBB5_7: ; Parent Loop BB5_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #44]
ldr x9, [sp, #56]
mov x10, #20352
movk x10, #18, lsl #16
add x9, x9, x10
ldrsw x10, [sp, #36]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB5_25
b LBB5_8
LBB5_8: ; in Loop: Header=BB5_7 Depth=2
ldr w8, [sp, #36]
ldr w9, [sp, #52]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB5_10
b LBB5_9
LBB5_9: ; in Loop: Header=BB5_7 Depth=2
ldr w8, [sp, #48]
str w8, [sp, #20]
b LBB5_11
LBB5_10: ; in Loop: Header=BB5_7 Depth=2
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrsw x9, [sp, #36]
add x8, x8, x9, lsl #3
ldr w8, [x8, #4]
str w8, [sp, #20]
b LBB5_11
LBB5_11: ; in Loop: Header=BB5_7 Depth=2
ldr x8, [sp, #56]
ldrsw x9, [sp, #36]
mov x10, #12000
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #44]
mov x10, #12
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #4]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB5_23
b LBB5_12
LBB5_12: ; in Loop: Header=BB5_7 Depth=2
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x9, [sp, #56]
ldrsw x10, [sp, #36]
mov x12, #12000
mul x10, x10, x12
add x9, x9, x10
ldrsw x10, [sp, #44]
mov x11, #12
mul x10, x10, x11
ldr w9, [x9, x10]
str w9, [sp, #32]
ldr x9, [sp, #56]
ldrsw x10, [sp, #36]
mul x10, x10, x12
add x9, x9, x10
ldrsw x10, [sp, #44]
mul x10, x10, x11
add x9, x9, x10
ldr w9, [x9, #8]
str w9, [sp, #28]
ldrsw x9, [sp, #32]
add x8, x8, x9, lsl #3
ldr w8, [x8, #4]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB5_17
b LBB5_13
LBB5_13: ; in Loop: Header=BB5_7 Depth=2
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldr w8, [sp, #28]
ldrsw x10, [sp, #32]
add x9, x9, x10, lsl #3
str w8, [x9, #4]
ldr w8, [sp, #36]
ldrsw x10, [sp, #32]
adrp x9, _parent@GOTPAGE
ldr x9, [x9, _parent@GOTPAGEOFF]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #36]
ldr w9, [sp, #52]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB5_15
b LBB5_14
LBB5_14: ; in Loop: Header=BB5_7 Depth=2
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldr x8, [sp, #56]
ldrsw x10, [sp, #36]
mov x11, #12000
mul x10, x10, x11
add x8, x8, x10
ldrsw x10, [sp, #44]
mov x11, #12
mul x10, x10, x11
add x8, x8, x10
ldr w8, [x8, #4]
ldrsw x10, [sp, #32]
lsl x10, x10, #3
str w8, [x9, x10]
b LBB5_16
LBB5_15: ; in Loop: Header=BB5_7 Depth=2
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldrsw x8, [sp, #36]
lsl x8, x8, #3
ldr w8, [x9, x8]
ldrsw x10, [sp, #32]
lsl x10, x10, #3
str w8, [x9, x10]
b LBB5_16
LBB5_16: ; in Loop: Header=BB5_7 Depth=2
b LBB5_22
LBB5_17: ; in Loop: Header=BB5_7 Depth=2
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrsw x9, [sp, #32]
add x8, x8, x9, lsl #3
ldr w8, [x8, #4]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB5_21
b LBB5_18
LBB5_18: ; in Loop: Header=BB5_7 Depth=2
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldr x8, [sp, #56]
ldrsw x10, [sp, #36]
mov x11, #12000
mul x10, x10, x11
add x8, x8, x10
ldrsw x10, [sp, #44]
mov x11, #12
mul x10, x10, x11
add x8, x8, x10
ldr w8, [x8, #4]
ldrsw x10, [sp, #32]
lsl x10, x10, #3
ldr w9, [x9, x10]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB5_20
b LBB5_19
LBB5_19: ; in Loop: Header=BB5_7 Depth=2
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldr x8, [sp, #56]
ldrsw x10, [sp, #36]
mov x11, #12000
mul x10, x10, x11
add x8, x8, x10
ldrsw x10, [sp, #44]
mov x11, #12
mul x10, x10, x11
add x8, x8, x10
ldr w8, [x8, #4]
ldrsw x10, [sp, #32]
lsl x10, x10, #3
str w8, [x9, x10]
b LBB5_20
LBB5_20: ; in Loop: Header=BB5_7 Depth=2
b LBB5_21
LBB5_21: ; in Loop: Header=BB5_7 Depth=2
b LBB5_22
LBB5_22: ; in Loop: Header=BB5_7 Depth=2
b LBB5_23
LBB5_23: ; in Loop: Header=BB5_7 Depth=2
b LBB5_24
LBB5_24: ; in Loop: Header=BB5_7 Depth=2
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB5_7
LBB5_25: ; in Loop: Header=BB5_5 Depth=1
str wzr, [sp, #36]
mov w8, #10000
str w8, [sp, #16]
str wzr, [sp, #44]
b LBB5_26
LBB5_26: ; Parent Loop BB5_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #44]
ldr x9, [sp, #56]
mov x10, #20752
movk x10, #18, lsl #16
ldr w9, [x9, x10]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB5_32
b LBB5_27
LBB5_27: ; in Loop: Header=BB5_26 Depth=2
ldrsw x9, [sp, #44]
add x8, sp, #68
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB5_30
b LBB5_28
LBB5_28: ; in Loop: Header=BB5_26 Depth=2
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldr w8, [sp, #16]
ldrsw x10, [sp, #44]
add x9, x9, x10, lsl #3
ldr w9, [x9, #4]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB5_30
b LBB5_29
LBB5_29: ; in Loop: Header=BB5_26 Depth=2
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrsw x9, [sp, #44]
add x8, x8, x9, lsl #3
ldr w8, [x8, #4]
str w8, [sp, #16]
ldr w8, [sp, #44]
str w8, [sp, #36]
b LBB5_30
LBB5_30: ; in Loop: Header=BB5_26 Depth=2
b LBB5_31
LBB5_31: ; in Loop: Header=BB5_26 Depth=2
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB5_26
LBB5_32: ; in Loop: Header=BB5_5 Depth=1
b LBB5_5
LBB5_33:
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB5_35
b LBB5_34
LBB5_34:
bl ___stack_chk_fail
LBB5_35:
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
add sp, sp, #192
ret
.cfi_endproc
; -- End function
.globl _get_dept ; -- Begin function get_dept
.p2align 2
_get_dept: ; @get_dept
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _distance@GOTPAGE
ldr x8, [x8, _distance@GOTPAGEOFF]
str x8, [sp] ; 8-byte Folded Spill
stur x0, [x29, #-16]
stur w1, [x29, #-20]
str w2, [sp, #24]
ldrsw x9, [sp, #24]
adrp x8, _parent@GOTPAGE
ldr x8, [x8, _parent@GOTPAGEOFF]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #16]
mov w8, #-1
str w8, [sp, #12]
ldr w8, [sp, #16]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB6_12
b LBB6_1
LBB6_1:
str wzr, [sp, #20]
b LBB6_2
LBB6_2: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
ldur x9, [x29, #-16]
mov x10, #20352
movk x10, #18, lsl #16
add x9, x9, x10
ldrsw x10, [sp, #16]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB6_11
b LBB6_3
LBB6_3: ; in Loop: Header=BB6_2 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
mov x10, #12000
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #20]
mov x10, #12
mul x9, x9, x10
ldr w8, [x8, x9]
ldr w9, [sp, #24]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB6_9
b LBB6_4
LBB6_4: ; in Loop: Header=BB6_2 Depth=1
ldr x9, [sp] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldrsw x10, [sp, #16]
mov x11, #12000
mul x10, x10, x11
add x8, x8, x10
ldrsw x10, [sp, #20]
mov x11, #12
mul x10, x10, x11
add x8, x8, x10
ldr w8, [x8, #8]
ldrsw x10, [sp, #24]
add x9, x9, x10, lsl #3
ldr w9, [x9, #4]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB6_8
b LBB6_5
LBB6_5: ; in Loop: Header=BB6_2 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
mov x10, #12000
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #20]
mov x10, #12
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #4]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB6_7
b LBB6_6
LBB6_6: ; in Loop: Header=BB6_2 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
mov x10, #12000
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #20]
mov x10, #12
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #4]
str w8, [sp, #12]
b LBB6_7
LBB6_7: ; in Loop: Header=BB6_2 Depth=1
b LBB6_8
LBB6_8: ; in Loop: Header=BB6_2 Depth=1
b LBB6_9
LBB6_9: ; in Loop: Header=BB6_2 Depth=1
b LBB6_10
LBB6_10: ; in Loop: Header=BB6_2 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB6_2
LBB6_11:
ldr w8, [sp, #12]
stur w8, [x29, #-4]
b LBB6_24
LBB6_12:
str wzr, [sp, #20]
b LBB6_13
LBB6_13: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
ldur x9, [x29, #-16]
mov x10, #20352
movk x10, #18, lsl #16
add x9, x9, x10
ldrsw x10, [sp, #16]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB6_23
b LBB6_14
LBB6_14: ; in Loop: Header=BB6_13 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
mov x10, #12000
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #20]
mov x10, #12
mul x9, x9, x10
ldr w8, [x8, x9]
ldr w9, [sp, #24]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB6_21
b LBB6_15
LBB6_15: ; in Loop: Header=BB6_13 Depth=1
ldr x9, [sp] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldrsw x10, [sp, #16]
mov x11, #12000
mul x10, x10, x11
add x8, x8, x10
ldrsw x10, [sp, #20]
mov x11, #12
mul x10, x10, x11
add x8, x8, x10
ldr w8, [x8, #4]
ldrsw x10, [sp, #16]
add x9, x9, x10, lsl #3
ldr w9, [x9, #4]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB6_20
b LBB6_16
LBB6_16: ; in Loop: Header=BB6_13 Depth=1
ldr x9, [sp] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldrsw x10, [sp, #16]
mov x11, #12000
mul x10, x10, x11
add x8, x8, x10
ldrsw x10, [sp, #20]
mov x11, #12
mul x10, x10, x11
add x8, x8, x10
ldr w8, [x8, #4]
ldrsw x10, [sp, #24]
add x9, x9, x10, lsl #3
ldr w9, [x9, #4]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB6_20
b LBB6_17
LBB6_17: ; in Loop: Header=BB6_13 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
mov x10, #12000
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #20]
mov x10, #12
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #4]
ldr w9, [sp, #12]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB6_19
b LBB6_18
LBB6_18: ; in Loop: Header=BB6_13 Depth=1
ldur x8, [x29, #-16]
ldrsw x9, [sp, #16]
mov x10, #12000
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #20]
mov x10, #12
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #4]
str w8, [sp, #12]
b LBB6_19
LBB6_19: ; in Loop: Header=BB6_13 Depth=1
b LBB6_20
LBB6_20: ; in Loop: Header=BB6_13 Depth=1
b LBB6_21
LBB6_21: ; in Loop: Header=BB6_13 Depth=1
b LBB6_22
LBB6_22: ; in Loop: Header=BB6_13 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB6_13
LBB6_23:
ldr x9, [sp] ; 8-byte Folded Reload
ldr w8, [sp, #12]
ldrsw x10, [sp, #16]
add x9, x9, x10, lsl #3
str w8, [x9, #4]
ldur x0, [x29, #-16]
ldur w1, [x29, #-20]
ldr w2, [sp, #16]
bl _get_dept
stur w0, [x29, #-4]
b LBB6_24
LBB6_24:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _print_graph ; -- Begin function print_graph
.p2align 2
_print_graph: ; @print_graph
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur wzr, [x29, #-12]
b LBB7_1
LBB7_1: ; =>This Loop Header: Depth=1
; Child Loop BB7_3 Depth 2
ldur w8, [x29, #-12]
ldur x9, [x29, #-8]
mov x10, #20752
movk x10, #18, lsl #16
ldr w9, [x9, x10]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB7_8
b LBB7_2
LBB7_2: ; in Loop: Header=BB7_1 Depth=1
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
stur wzr, [x29, #-16]
b LBB7_3
LBB7_3: ; Parent Loop BB7_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-16]
ldur x9, [x29, #-8]
mov x10, #20352
movk x10, #18, lsl #16
add x9, x9, x10
ldursw x10, [x29, #-12]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB7_6
b LBB7_4
LBB7_4: ; in Loop: Header=BB7_3 Depth=2
ldur x8, [x29, #-8]
ldursw x9, [x29, #-12]
mov x13, #12000
mul x9, x9, x13
add x8, x8, x9
ldursw x9, [x29, #-16]
mov x12, #12
mul x9, x9, x12
ldr w8, [x8, x9]
; implicit-def: $x11
mov x11, x8
ldur x8, [x29, #-8]
ldursw x9, [x29, #-12]
mul x9, x9, x13
add x8, x8, x9
ldursw x9, [x29, #-16]
mul x9, x9, x12
add x8, x8, x9
ldr w8, [x8, #4]
; implicit-def: $x10
mov x10, x8
ldur x8, [x29, #-8]
ldursw x9, [x29, #-12]
mul x9, x9, x13
add x8, x8, x9
ldursw x9, [x29, #-16]
mul x9, x9, x12
add x8, x8, x9
ldr w9, [x8, #8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB7_5
LBB7_5: ; in Loop: Header=BB7_3 Depth=2
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB7_3
LBB7_6: ; in Loop: Header=BB7_1 Depth=1
mov w0, #10
bl _putchar
b LBB7_7
LBB7_7: ; in Loop: Header=BB7_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB7_1
LBB7_8:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #20944
movk w9, #18, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #293, lsl #12 ; =1200128
sub sp, sp, #464
sub x8, x29, #104
str x8, [sp, #88] ; 8-byte Folded Spill
adrp x9, _city_names@GOTPAGE
ldr x9, [x9, _city_names@GOTPAGEOFF]
str x9, [sp, #72] ; 8-byte Folded Spill
adrp x9, _distance@GOTPAGE
ldr x9, [x9, _distance@GOTPAGEOFF]
str x9, [sp, #80] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
str wzr, [x8, #24]
mov x9, sp
sub x8, x29, #84
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldr x9, [sp, #88] ; 8-byte Folded Reload
mov w8, #1
str w8, [x9, #16]
b LBB8_1
LBB8_1: ; =>This Inner Loop Header: Depth=1
ldr x9, [sp, #88] ; 8-byte Folded Reload
ldr w8, [x9, #16]
ldr w9, [x9, #20]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB8_7
b LBB8_2
LBB8_2: ; in Loop: Header=BB8_1 Depth=1
mov x9, sp
sub x8, x29, #92
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
str x0, [sp, #32] ; 8-byte Folded Spill
bl _scanf
bl _getchar
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8, #12]
bl _read_cities
ldr x0, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldrsw x1, [x8, #12]
mov x2, #50
adrp x3, _compare@PAGE
add x3, x3, _compare@PAGEOFF
bl _qsort
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w8, [x8, #12]
mov x9, #20752
movk x9, #18, lsl #16
add x0, sp, #100
str x0, [sp, #64] ; 8-byte Folded Spill
str w8, [x0, x9]
bl _construct_graph
ldr x0, [sp, #32] ; 8-byte Folded Reload
mov x9, sp
sub x8, x29, #104
str x8, [x9]
bl _scanf
bl _getchar
mov x9, sp
sub x8, x29, #74
str x8, [sp, #56] ; 8-byte Folded Spill
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
str x0, [sp, #40] ; 8-byte Folded Spill
bl _scanf
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x0, [sp, #56] ; 8-byte Folded Reload
ldr w8, [x8, #12]
subs w2, w8, #1
mov w1, #0
str w1, [sp, #52] ; 4-byte Folded Spill
bl _binary_search
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x10, [sp, #88] ; 8-byte Folded Reload
mov x9, x0
ldr x0, [sp, #40] ; 8-byte Folded Reload
str w9, [x10, #8]
mov x9, sp
str x8, [x9]
bl _scanf
ldr w1, [sp, #52] ; 4-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x0, [sp, #56] ; 8-byte Folded Reload
ldr w8, [x8, #12]
subs w2, w8, #1
bl _binary_search
ldr x8, [sp, #88] ; 8-byte Folded Reload
mov x9, x0
ldr x0, [sp, #64] ; 8-byte Folded Reload
str w9, [x8, #4]
ldr w1, [x8, #8]
ldr w2, [x8]
bl _dijkstra
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w9, [x8, #16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
ldr x9, [sp, #88] ; 8-byte Folded Reload
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrsw x9, [x9, #4]
add x8, x8, x9, lsl #3
ldr w8, [x8, #4]
mov w9, #10000
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB8_4
b LBB8_3
LBB8_3: ; in Loop: Header=BB8_1 Depth=1
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB8_5
LBB8_4: ; in Loop: Header=BB8_1 Depth=1
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w1, [x8, #8]
ldr w2, [x8, #4]
add x0, sp, #100
bl _get_dept
ldr x10, [sp, #80] ; 8-byte Folded Reload
ldr x9, [sp, #88] ; 8-byte Folded Reload
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldrsw x11, [x9, #4]
lsl x11, x11, #3
str w0, [x10, x11]
ldrsw x11, [x9, #4]
lsl x11, x11, #3
ldr w11, [x10, x11]
; implicit-def: $x10
mov x10, x11
ldrsw x9, [x9, #8]
mov x11, #50
str x11, [sp, #24] ; 8-byte Folded Spill
mul x9, x9, x11
add x8, x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
ldr x10, [sp, #80] ; 8-byte Folded Reload
ldr x9, [sp, #88] ; 8-byte Folded Reload
ldr x11, [sp, #24] ; 8-byte Folded Reload
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldrsw x12, [x9, #4]
add x10, x10, x12, lsl #3
ldr w12, [x10, #4]
; implicit-def: $x10
mov x10, x12
ldrsw x9, [x9, #4]
mul x9, x9, x11
add x8, x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
b LBB8_5
LBB8_5: ; in Loop: Header=BB8_1 Depth=1
b LBB8_6
LBB8_6: ; in Loop: Header=BB8_1 Depth=1
ldr x9, [sp, #88] ; 8-byte Folded Reload
ldr w8, [x9, #16]
add w8, w8, #1
str w8, [x9, #16]
b LBB8_1
LBB8_7:
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB8_9
b LBB8_8
LBB8_8:
bl ___stack_chk_fail
LBB8_9:
mov w0, #0
add sp, sp, #293, lsl #12 ; =1200128
add sp, sp, #464
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.comm _city_names,5000,0 ; @city_names
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d %s"
.comm _distance,800,2 ; @distance
.comm _parent,400,2 ; @parent
l_.str.3: ; @.str.3
.asciz "%d: "
l_.str.4: ; @.str.4
.asciz " %d-%d-%d"
l_.str.5: ; @.str.5
.asciz "Scenario %d\n"
l_.str.6: ; @.str.6
.asciz "No connection\n\n"
l_.str.7: ; @.str.7
.asciz "Departure %04d %s\n"
l_.str.8: ; @.str.8
.asciz "Arrival %04d %s\n\n"
.subsections_via_symbols
| .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
subq $16, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq _strcmp
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _binary_search ## -- Begin function binary_search
.p2align 4, 0x90
_binary_search: ## @binary_search
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movl %edx, -24(%rbp)
movl -20(%rbp), %eax
cmpl -24(%rbp), %eax
jle LBB1_2
## %bb.1:
movl $-1, -4(%rbp)
jmp LBB1_7
LBB1_2:
movl -20(%rbp), %eax
addl -24(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -28(%rbp)
movslq -28(%rbp), %rax
movq _city_names@GOTPCREL(%rip), %rdi
imulq $50, %rax, %rax
addq %rax, %rdi
movq -16(%rbp), %rsi
callq _strcmp
movl %eax, -32(%rbp)
cmpl $0, -32(%rbp)
jne LBB1_4
## %bb.3:
movl -28(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB1_7
LBB1_4:
cmpl $0, -32(%rbp)
jle LBB1_6
## %bb.5:
movq -16(%rbp), %rdi
movl -20(%rbp), %esi
movl -28(%rbp), %edx
subl $1, %edx
callq _binary_search
movl %eax, -4(%rbp)
jmp LBB1_7
LBB1_6:
movq -16(%rbp), %rdi
movl -28(%rbp), %esi
addl $1, %esi
movl -24(%rbp), %edx
callq _binary_search
movl %eax, -4(%rbp)
LBB1_7:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _initialize_graph ## -- Begin function initialize_graph
.p2align 4, 0x90
_initialize_graph: ## @initialize_graph
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movl $0, -12(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
movq -8(%rbp), %rcx
cmpl 1200400(%rcx), %eax
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movl $0, 1200000(%rax,%rcx,4)
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB2_1
LBB2_4:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _read_cities ## -- Begin function read_cities
.p2align 4, 0x90
_read_cities: ## @read_cities
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
movl $0, -8(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movl -8(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB3_4
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movslq -8(%rbp), %rax
movq _city_names@GOTPCREL(%rip), %rsi
imulq $50, %rax, %rax
addq %rax, %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB3_1 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB3_1
LBB3_4:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _construct_graph ## -- Begin function construct_graph
.p2align 4, 0x90
_construct_graph: ## @construct_graph
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $112, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -72(%rbp)
movq -72(%rbp), %rdi
callq _initialize_graph
leaq L_.str.1(%rip), %rdi
leaq -76(%rbp), %rsi
movb $0, %al
callq _scanf
movl $0, -100(%rbp)
LBB4_1: ## =>This Loop Header: Depth=1
## Child Loop BB4_3 Depth 2
movl -100(%rbp), %eax
cmpl -76(%rbp), %eax
jge LBB4_8
## %bb.2: ## in Loop: Header=BB4_1 Depth=1
leaq L_.str.1(%rip), %rdi
leaq -80(%rbp), %rsi
movb $0, %al
callq _scanf
leaq -64(%rbp), %rdx
leaq L_.str.2(%rip), %rdi
leaq -84(%rbp), %rsi
movb $0, %al
callq _scanf
leaq -64(%rbp), %rdi
movq -72(%rbp), %rax
movl 1200400(%rax), %edx
subl $1, %edx
xorl %esi, %esi
callq _binary_search
movl %eax, -92(%rbp)
movl $1, -104(%rbp)
LBB4_3: ## Parent Loop BB4_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -104(%rbp), %eax
cmpl -80(%rbp), %eax
jge LBB4_6
## %bb.4: ## in Loop: Header=BB4_3 Depth=2
leaq -64(%rbp), %rdx
leaq L_.str.2(%rip), %rdi
leaq -88(%rbp), %rsi
movb $0, %al
callq _scanf
leaq -64(%rbp), %rdi
movq -72(%rbp), %rax
movl 1200400(%rax), %edx
subl $1, %edx
xorl %esi, %esi
callq _binary_search
movl %eax, -96(%rbp)
movl -96(%rbp), %ecx
movq -72(%rbp), %rax
movslq -92(%rbp), %rdx
imulq $12000, %rdx, %rdx ## imm = 0x2EE0
addq %rdx, %rax
movq -72(%rbp), %rdx
movslq -92(%rbp), %rsi
movslq 1200000(%rdx,%rsi,4), %rdx
imulq $12, %rdx, %rdx
addq %rdx, %rax
movl %ecx, (%rax)
movl -84(%rbp), %ecx
movq -72(%rbp), %rax
movslq -92(%rbp), %rdx
imulq $12000, %rdx, %rdx ## imm = 0x2EE0
addq %rdx, %rax
movq -72(%rbp), %rdx
movslq -92(%rbp), %rsi
movslq 1200000(%rdx,%rsi,4), %rdx
imulq $12, %rdx, %rdx
addq %rdx, %rax
movl %ecx, 4(%rax)
movl -88(%rbp), %ecx
movq -72(%rbp), %rax
movslq -92(%rbp), %rdx
imulq $12000, %rdx, %rdx ## imm = 0x2EE0
addq %rdx, %rax
movq -72(%rbp), %rdx
movslq -92(%rbp), %rsi
movslq 1200000(%rdx,%rsi,4), %rdx
imulq $12, %rdx, %rdx
addq %rdx, %rax
movl %ecx, 8(%rax)
movq -72(%rbp), %rax
movslq -92(%rbp), %rcx
movl 1200000(%rax,%rcx,4), %edx
addl $1, %edx
movl %edx, 1200000(%rax,%rcx,4)
movl -96(%rbp), %eax
movl %eax, -92(%rbp)
movl -88(%rbp), %eax
movl %eax, -84(%rbp)
## %bb.5: ## in Loop: Header=BB4_3 Depth=2
movl -104(%rbp), %eax
addl $1, %eax
movl %eax, -104(%rbp)
jmp LBB4_3
LBB4_6: ## in Loop: Header=BB4_1 Depth=1
jmp LBB4_7
LBB4_7: ## in Loop: Header=BB4_1 Depth=1
movl -100(%rbp), %eax
addl $1, %eax
movl %eax, -100(%rbp)
jmp LBB4_1
LBB4_8:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB4_10
## %bb.9:
addq $112, %rsp
popq %rbp
retq
LBB4_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _dijkstra ## -- Begin function dijkstra
.p2align 4, 0x90
_dijkstra: ## @dijkstra
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $160, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -120(%rbp)
movl %esi, -124(%rbp)
movl %edx, -128(%rbp)
movl $0, -132(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
movl -132(%rbp), %eax
movq -120(%rbp), %rcx
cmpl 1200400(%rcx), %eax
jge LBB5_4
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movslq -132(%rbp), %rax
movb $0, -112(%rbp,%rax)
movslq -132(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl $10000, 4(%rax,%rcx,8) ## imm = 0x2710
movslq -132(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl $-1, (%rax,%rcx,8)
movslq -132(%rbp), %rcx
movq _parent@GOTPCREL(%rip), %rax
movl $-1, (%rax,%rcx,4)
## %bb.3: ## in Loop: Header=BB5_1 Depth=1
movl -132(%rbp), %eax
addl $1, %eax
movl %eax, -132(%rbp)
jmp LBB5_1
LBB5_4:
movslq -124(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl $0, 4(%rax,%rcx,8)
movl -124(%rbp), %eax
movl %eax, -140(%rbp)
LBB5_5: ## =>This Loop Header: Depth=1
## Child Loop BB5_7 Depth 2
## Child Loop BB5_26 Depth 2
movslq -140(%rbp), %rax
movsbl -112(%rbp,%rax), %eax
cmpl $0, %eax
jne LBB5_33
## %bb.6: ## in Loop: Header=BB5_5 Depth=1
movslq -140(%rbp), %rax
movb $1, -112(%rbp,%rax)
movl $0, -132(%rbp)
LBB5_7: ## Parent Loop BB5_5 Depth=1
## => This Inner Loop Header: Depth=2
movl -132(%rbp), %eax
movq -120(%rbp), %rcx
movslq -140(%rbp), %rdx
cmpl 1200000(%rcx,%rdx,4), %eax
jge LBB5_25
## %bb.8: ## in Loop: Header=BB5_7 Depth=2
movl -140(%rbp), %eax
cmpl -124(%rbp), %eax
jne LBB5_10
## %bb.9: ## in Loop: Header=BB5_7 Depth=2
movl -128(%rbp), %eax
movl %eax, -156(%rbp)
jmp LBB5_11
LBB5_10: ## in Loop: Header=BB5_7 Depth=2
movslq -140(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl 4(%rax,%rcx,8), %eax
movl %eax, -156(%rbp)
LBB5_11: ## in Loop: Header=BB5_7 Depth=2
movq -120(%rbp), %rax
movslq -140(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -132(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %eax
cmpl -156(%rbp), %eax
jl LBB5_23
## %bb.12: ## in Loop: Header=BB5_7 Depth=2
movq -120(%rbp), %rax
movslq -140(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -132(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl (%rax), %eax
movl %eax, -144(%rbp)
movq -120(%rbp), %rax
movslq -140(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -132(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 8(%rax), %eax
movl %eax, -148(%rbp)
movslq -144(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl 4(%rax,%rcx,8), %eax
cmpl -148(%rbp), %eax
jle LBB5_17
## %bb.13: ## in Loop: Header=BB5_7 Depth=2
movl -148(%rbp), %edx
movslq -144(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl %edx, 4(%rax,%rcx,8)
movl -140(%rbp), %edx
movslq -144(%rbp), %rcx
movq _parent@GOTPCREL(%rip), %rax
movl %edx, (%rax,%rcx,4)
movl -140(%rbp), %eax
cmpl -124(%rbp), %eax
jne LBB5_15
## %bb.14: ## in Loop: Header=BB5_7 Depth=2
movq -120(%rbp), %rax
movslq -140(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -132(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %edx
movslq -144(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl %edx, (%rax,%rcx,8)
jmp LBB5_16
LBB5_15: ## in Loop: Header=BB5_7 Depth=2
movslq -140(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl (%rax,%rcx,8), %edx
movslq -144(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl %edx, (%rax,%rcx,8)
LBB5_16: ## in Loop: Header=BB5_7 Depth=2
jmp LBB5_22
LBB5_17: ## in Loop: Header=BB5_7 Depth=2
movslq -144(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl 4(%rax,%rcx,8), %eax
cmpl -148(%rbp), %eax
jne LBB5_21
## %bb.18: ## in Loop: Header=BB5_7 Depth=2
movq -120(%rbp), %rax
movslq -140(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -132(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %eax
movslq -144(%rbp), %rdx
movq _distance@GOTPCREL(%rip), %rcx
cmpl (%rcx,%rdx,8), %eax
jle LBB5_20
## %bb.19: ## in Loop: Header=BB5_7 Depth=2
movq -120(%rbp), %rax
movslq -140(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -132(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %edx
movslq -144(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl %edx, (%rax,%rcx,8)
LBB5_20: ## in Loop: Header=BB5_7 Depth=2
jmp LBB5_21
LBB5_21: ## in Loop: Header=BB5_7 Depth=2
jmp LBB5_22
LBB5_22: ## in Loop: Header=BB5_7 Depth=2
jmp LBB5_23
LBB5_23: ## in Loop: Header=BB5_7 Depth=2
jmp LBB5_24
LBB5_24: ## in Loop: Header=BB5_7 Depth=2
movl -132(%rbp), %eax
addl $1, %eax
movl %eax, -132(%rbp)
jmp LBB5_7
LBB5_25: ## in Loop: Header=BB5_5 Depth=1
movl $0, -140(%rbp)
movl $10000, -160(%rbp) ## imm = 0x2710
movl $0, -132(%rbp)
LBB5_26: ## Parent Loop BB5_5 Depth=1
## => This Inner Loop Header: Depth=2
movl -132(%rbp), %eax
movq -120(%rbp), %rcx
cmpl 1200400(%rcx), %eax
jge LBB5_32
## %bb.27: ## in Loop: Header=BB5_26 Depth=2
movslq -132(%rbp), %rax
movsbl -112(%rbp,%rax), %eax
cmpl $0, %eax
jne LBB5_30
## %bb.28: ## in Loop: Header=BB5_26 Depth=2
movl -160(%rbp), %eax
movslq -132(%rbp), %rdx
movq _distance@GOTPCREL(%rip), %rcx
cmpl 4(%rcx,%rdx,8), %eax
jle LBB5_30
## %bb.29: ## in Loop: Header=BB5_26 Depth=2
movslq -132(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl 4(%rax,%rcx,8), %eax
movl %eax, -160(%rbp)
movl -132(%rbp), %eax
movl %eax, -140(%rbp)
LBB5_30: ## in Loop: Header=BB5_26 Depth=2
jmp LBB5_31
LBB5_31: ## in Loop: Header=BB5_26 Depth=2
movl -132(%rbp), %eax
addl $1, %eax
movl %eax, -132(%rbp)
jmp LBB5_26
LBB5_32: ## in Loop: Header=BB5_5 Depth=1
jmp LBB5_5
LBB5_33:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB5_35
## %bb.34:
addq $160, %rsp
popq %rbp
retq
LBB5_35:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _get_dept ## -- Begin function get_dept
.p2align 4, 0x90
_get_dept: ## @get_dept
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movl %edx, -24(%rbp)
movslq -24(%rbp), %rcx
movq _parent@GOTPCREL(%rip), %rax
movl (%rax,%rcx,4), %eax
movl %eax, -32(%rbp)
movl $-1, -36(%rbp)
movl -32(%rbp), %eax
cmpl -20(%rbp), %eax
jne LBB6_12
## %bb.1:
movl $0, -28(%rbp)
LBB6_2: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
movq -16(%rbp), %rcx
movslq -32(%rbp), %rdx
cmpl 1200000(%rcx,%rdx,4), %eax
jge LBB6_11
## %bb.3: ## in Loop: Header=BB6_2 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl (%rax), %eax
cmpl -24(%rbp), %eax
jne LBB6_9
## %bb.4: ## in Loop: Header=BB6_2 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 8(%rax), %eax
movslq -24(%rbp), %rdx
movq _distance@GOTPCREL(%rip), %rcx
cmpl 4(%rcx,%rdx,8), %eax
jg LBB6_8
## %bb.5: ## in Loop: Header=BB6_2 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %eax
cmpl -36(%rbp), %eax
jle LBB6_7
## %bb.6: ## in Loop: Header=BB6_2 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %eax
movl %eax, -36(%rbp)
LBB6_7: ## in Loop: Header=BB6_2 Depth=1
jmp LBB6_8
LBB6_8: ## in Loop: Header=BB6_2 Depth=1
jmp LBB6_9
LBB6_9: ## in Loop: Header=BB6_2 Depth=1
jmp LBB6_10
LBB6_10: ## in Loop: Header=BB6_2 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB6_2
LBB6_11:
movl -36(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB6_24
LBB6_12:
movl $0, -28(%rbp)
LBB6_13: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
movq -16(%rbp), %rcx
movslq -32(%rbp), %rdx
cmpl 1200000(%rcx,%rdx,4), %eax
jge LBB6_23
## %bb.14: ## in Loop: Header=BB6_13 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl (%rax), %eax
cmpl -24(%rbp), %eax
jne LBB6_21
## %bb.15: ## in Loop: Header=BB6_13 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %eax
movslq -32(%rbp), %rdx
movq _distance@GOTPCREL(%rip), %rcx
cmpl 4(%rcx,%rdx,8), %eax
jl LBB6_20
## %bb.16: ## in Loop: Header=BB6_13 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %eax
movslq -24(%rbp), %rdx
movq _distance@GOTPCREL(%rip), %rcx
cmpl 4(%rcx,%rdx,8), %eax
jg LBB6_20
## %bb.17: ## in Loop: Header=BB6_13 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %eax
cmpl -36(%rbp), %eax
jle LBB6_19
## %bb.18: ## in Loop: Header=BB6_13 Depth=1
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -28(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %eax
movl %eax, -36(%rbp)
LBB6_19: ## in Loop: Header=BB6_13 Depth=1
jmp LBB6_20
LBB6_20: ## in Loop: Header=BB6_13 Depth=1
jmp LBB6_21
LBB6_21: ## in Loop: Header=BB6_13 Depth=1
jmp LBB6_22
LBB6_22: ## in Loop: Header=BB6_13 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB6_13
LBB6_23:
movl -36(%rbp), %edx
movslq -32(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl %edx, 4(%rax,%rcx,8)
movq -16(%rbp), %rdi
movl -20(%rbp), %esi
movl -32(%rbp), %edx
callq _get_dept
movl %eax, -4(%rbp)
LBB6_24:
movl -4(%rbp), %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _print_graph ## -- Begin function print_graph
.p2align 4, 0x90
_print_graph: ## @print_graph
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movl $0, -12(%rbp)
LBB7_1: ## =>This Loop Header: Depth=1
## Child Loop BB7_3 Depth 2
movl -12(%rbp), %eax
movq -8(%rbp), %rcx
cmpl 1200400(%rcx), %eax
jge LBB7_8
## %bb.2: ## in Loop: Header=BB7_1 Depth=1
movl -12(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -16(%rbp)
LBB7_3: ## Parent Loop BB7_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -16(%rbp), %eax
movq -8(%rbp), %rcx
movslq -12(%rbp), %rdx
cmpl 1200000(%rcx,%rdx,4), %eax
jge LBB7_6
## %bb.4: ## in Loop: Header=BB7_3 Depth=2
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -16(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl (%rax), %esi
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -16(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 4(%rax), %edx
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
imulq $12000, %rcx, %rcx ## imm = 0x2EE0
addq %rcx, %rax
movslq -16(%rbp), %rcx
imulq $12, %rcx, %rcx
addq %rcx, %rax
movl 8(%rax), %ecx
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
## %bb.5: ## in Loop: Header=BB7_3 Depth=2
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB7_3
LBB7_6: ## in Loop: Header=BB7_1 Depth=1
movl $10, %edi
callq _putchar
## %bb.7: ## in Loop: Header=BB7_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB7_1
LBB7_8:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $1200496, %eax ## imm = 0x125170
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -68(%rbp)
leaq L_.str.1(%rip), %rdi
leaq -72(%rbp), %rsi
movb $0, %al
callq _scanf
movl $1, -76(%rbp)
LBB8_1: ## =>This Inner Loop Header: Depth=1
movl -76(%rbp), %eax
cmpl -72(%rbp), %eax
jg LBB8_7
## %bb.2: ## in Loop: Header=BB8_1 Depth=1
leaq L_.str.1(%rip), %rdi
leaq -80(%rbp), %rsi
movb $0, %al
callq _scanf
callq _getchar
movl -80(%rbp), %edi
callq _read_cities
movslq -80(%rbp), %rsi
movq _city_names@GOTPCREL(%rip), %rdi
movl $50, %edx
leaq _compare(%rip), %rcx
callq _qsort
movl -80(%rbp), %eax
movl %eax, -96(%rbp)
leaq -1200496(%rbp), %rdi
callq _construct_graph
leaq L_.str.1(%rip), %rdi
leaq -92(%rbp), %rsi
movb $0, %al
callq _scanf
callq _getchar
leaq -64(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _scanf
leaq -64(%rbp), %rdi
movl -80(%rbp), %edx
subl $1, %edx
xorl %esi, %esi
callq _binary_search
movl %eax, -84(%rbp)
leaq -64(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _scanf
leaq -64(%rbp), %rdi
movl -80(%rbp), %edx
subl $1, %edx
xorl %esi, %esi
callq _binary_search
movl %eax, -88(%rbp)
movl -84(%rbp), %esi
movl -92(%rbp), %edx
leaq -1200496(%rbp), %rdi
callq _dijkstra
movl -76(%rbp), %esi
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
movslq -88(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
cmpl $10000, 4(%rax,%rcx,8) ## imm = 0x2710
jne LBB8_4
## %bb.3: ## in Loop: Header=BB8_1 Depth=1
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB8_5
LBB8_4: ## in Loop: Header=BB8_1 Depth=1
movl -84(%rbp), %esi
movl -88(%rbp), %edx
leaq -1200496(%rbp), %rdi
callq _get_dept
movl %eax, %edx
movslq -88(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl %edx, (%rax,%rcx,8)
movslq -88(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl (%rax,%rcx,8), %esi
movslq -84(%rbp), %rax
movq _city_names@GOTPCREL(%rip), %rdx
imulq $50, %rax, %rax
addq %rax, %rdx
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
movslq -88(%rbp), %rcx
movq _distance@GOTPCREL(%rip), %rax
movl 4(%rax,%rcx,8), %esi
movslq -88(%rbp), %rax
movq _city_names@GOTPCREL(%rip), %rdx
imulq $50, %rax, %rax
addq %rax, %rdx
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
LBB8_5: ## in Loop: Header=BB8_1 Depth=1
jmp LBB8_6
LBB8_6: ## in Loop: Header=BB8_1 Depth=1
movl -76(%rbp), %eax
addl $1, %eax
movl %eax, -76(%rbp)
jmp LBB8_1
LBB8_7:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB8_9
## %bb.8:
xorl %eax, %eax
addq $1200496, %rsp ## imm = 0x125170
popq %rbp
retq
LBB8_9:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.comm _city_names,5000,4 ## @city_names
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d %s"
.comm _distance,800,4 ## @distance
.comm _parent,400,4 ## @parent
L_.str.3: ## @.str.3
.asciz "%d: "
L_.str.4: ## @.str.4
.asciz " %d-%d-%d"
L_.str.5: ## @.str.5
.asciz "Scenario %d\n"
L_.str.6: ## @.str.6
.asciz "No connection\n\n"
L_.str.7: ## @.str.7
.asciz "Departure %04d %s\n"
L_.str.8: ## @.str.8
.asciz "Arrival %04d %s\n\n"
.subsections_via_symbols
| the_stack_data/173579030.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w0, #401
bl _putchar
mov w0, #10
bl _putchar
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $401, %edi ## imm = 0x191
callq _putchar
movl $10, %edi
callq _putchar
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/198579998.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #60] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
stur wzr, [x29, #-28]
mov w8, #1
stur w8, [x29, #-32]
movi d0, #0000000000000000
stur s0, [x29, #-36]
stur s0, [x29, #-40]
stur s0, [x29, #-44]
stur s0, [x29, #-48]
mov w8, #48
sturb w8, [x29, #-49]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
stur x0, [x29, #-16]
ldur x0, [x29, #-16]
mov x1, #0
str x1, [sp, #48] ; 8-byte Folded Spill
mov w2, #2
bl _fseek
ldur x0, [x29, #-16]
bl _ftell
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldr w2, [sp, #60] ; 4-byte Folded Reload
mov x8, x0
stur w8, [x29, #-28]
ldur x0, [x29, #-16]
bl _fseek
ldur w8, [x29, #-28]
add w9, w8, #1
; implicit-def: $x8
mov x8, x9
sxtw x9, w8
mov x8, #1
str x8, [sp, #64] ; 8-byte Folded Spill
mul x0, x8, x9
bl _malloc
ldr x2, [sp, #64] ; 8-byte Folded Reload
stur x0, [x29, #-24]
ldur x0, [x29, #-24]
ldursw x1, [x29, #-28]
ldur x3, [x29, #-16]
bl _fread
ldur x0, [x29, #-16]
bl _fclose
ldur x8, [x29, #-24]
ldur w9, [x29, #-28]
add w9, w9, #1
add x8, x8, w9, sxtw
strb wzr, [x8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fopen
stur x0, [x29, #-16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-24]
ldrb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_28
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur x8, [x29, #-24]
ldrsb w8, [x8]
subs w8, w8, #10
; kill: def $x8 killed $w8
str x8, [sp, #40] ; 8-byte Folded Spill
subs x8, x8, #47
cset w8, hi
tbnz w8, #0, LBB0_26
; %bb.3: ; in Loop: Header=BB0_1 Depth=1
ldr x11, [sp, #40] ; 8-byte Folded Reload
adrp x10, lJTI0_0@PAGE
add x10, x10, lJTI0_0@PAGEOFF
Ltmp0:
adr x8, Ltmp0
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-32]
scvtf s1, s0
ldur s0, [x29, #-36]
fmul s0, s0, s1
stur s0, [x29, #-36]
ldur x8, [x29, #-24]
ldrsb w8, [x8]
subs w8, w8, #48
scvtf s1, w8
ldur s0, [x29, #-36]
fadd s0, s0, s1
stur s0, [x29, #-36]
ldur w8, [x29, #-32]
mov w9, #10
mul w8, w8, w9
stur w8, [x29, #-32]
b LBB0_27
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldur x8, [x29, #-24]
ldrsb w8, [x8, #1]
subs w8, w8, #48
cset w8, le
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
ldur x8, [x29, #-24]
ldrsb w8, [x8, #1]
subs w8, w8, #57
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-36]
stur s0, [x29, #-48]
movi d0, #0000000000000000
stur s0, [x29, #-36]
mov w8, #1
stur w8, [x29, #-32]
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
b LBB0_27
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-48]
fcmp s0, #0.0
cset w8, eq
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-48]
ldur s1, [x29, #-36]
fadd s0, s0, s1
str s0, [sp, #36] ; 4-byte Folded Spill
b LBB0_12
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-40]
ldur s1, [x29, #-36]
fadd s0, s0, s1
str s0, [sp, #36] ; 4-byte Folded Spill
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_1 Depth=1
ldr s0, [sp, #36] ; 4-byte Folded Reload
stur s0, [x29, #-44]
ldur s0, [x29, #-44]
stur s0, [x29, #-40]
ldur s0, [x29, #-44]
stur s0, [x29, #-36]
mov w8, #1
stur w8, [x29, #-32]
b LBB0_27
LBB0_13: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-48]
fcmp s0, #0.0
cset w8, eq
tbnz w8, #0, LBB0_15
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-48]
ldur s1, [x29, #-36]
fsub s0, s0, s1
str s0, [sp, #32] ; 4-byte Folded Spill
b LBB0_16
LBB0_15: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-40]
ldur s1, [x29, #-36]
fsub s0, s0, s1
str s0, [sp, #32] ; 4-byte Folded Spill
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_1 Depth=1
ldr s0, [sp, #32] ; 4-byte Folded Reload
stur s0, [x29, #-44]
ldur s0, [x29, #-44]
stur s0, [x29, #-40]
ldur s0, [x29, #-44]
stur s0, [x29, #-36]
mov w8, #1
stur w8, [x29, #-32]
b LBB0_27
LBB0_17: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-48]
fcmp s0, #0.0
cset w8, eq
tbnz w8, #0, LBB0_19
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-48]
ldur s1, [x29, #-36]
fmul s0, s0, s1
str s0, [sp, #28] ; 4-byte Folded Spill
b LBB0_20
LBB0_19: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-40]
ldur s1, [x29, #-36]
fmul s0, s0, s1
str s0, [sp, #28] ; 4-byte Folded Spill
b LBB0_20
LBB0_20: ; in Loop: Header=BB0_1 Depth=1
ldr s0, [sp, #28] ; 4-byte Folded Reload
stur s0, [x29, #-44]
ldur s0, [x29, #-44]
stur s0, [x29, #-40]
ldur s0, [x29, #-44]
stur s0, [x29, #-36]
mov w8, #1
stur w8, [x29, #-32]
b LBB0_27
LBB0_21: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-48]
fcmp s0, #0.0
cset w8, eq
tbnz w8, #0, LBB0_23
b LBB0_22
LBB0_22: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-48]
ldur s1, [x29, #-36]
fdiv s0, s0, s1
str s0, [sp, #24] ; 4-byte Folded Spill
b LBB0_24
LBB0_23: ; in Loop: Header=BB0_1 Depth=1
ldur s0, [x29, #-40]
ldur s1, [x29, #-36]
fdiv s0, s0, s1
str s0, [sp, #24] ; 4-byte Folded Spill
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_1 Depth=1
ldr s0, [sp, #24] ; 4-byte Folded Reload
stur s0, [x29, #-44]
ldur s0, [x29, #-44]
stur s0, [x29, #-40]
ldur s0, [x29, #-44]
stur s0, [x29, #-36]
mov w8, #1
stur w8, [x29, #-32]
b LBB0_27
LBB0_25: ; in Loop: Header=BB0_1 Depth=1
movi d0, #0000000000000000
str s0, [sp, #20] ; 4-byte Folded Spill
stur s0, [x29, #-36]
stur s0, [x29, #-40]
mov w8, #1
stur w8, [x29, #-32]
ldur x0, [x29, #-16]
ldur s0, [x29, #-44]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _fprintf
ldr s0, [sp, #20] ; 4-byte Folded Reload
stur s0, [x29, #-44]
b LBB0_27
LBB0_26: ; in Loop: Header=BB0_1 Depth=1
b LBB0_27
LBB0_27: ; in Loop: Header=BB0_1 Depth=1
ldur x8, [x29, #-24]
add x8, x8, #1
stur x8, [x29, #-24]
b LBB0_1
LBB0_28:
mov w0, #0
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
.p2align 2
lJTI0_0:
.long LBB0_25-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_5-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_9-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_13-Ltmp0
.long LBB0_26-Ltmp0
.long LBB0_21-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
.long LBB0_4-Ltmp0
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "expressions.txt"
l_.str.1: ; @.str.1
.asciz "rb"
l_.str.2: ; @.str.2
.asciz "results.txt"
l_.str.3: ; @.str.3
.asciz "w"
l_.str.4: ; @.str.4
.asciz "%f\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movl $0, -4(%rbp)
movl $0, -28(%rbp)
movl $1, -32(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -36(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -40(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -44(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -48(%rbp)
movb $48, -49(%rbp)
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -16(%rbp)
movq -16(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
movl $2, %edx
callq _fseek
movq -16(%rbp), %rdi
callq _ftell
## kill: def $eax killed $eax killed $rax
movl %eax, -28(%rbp)
movq -16(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
xorl %edx, %edx
callq _fseek
movl -28(%rbp), %eax
addl $1, %eax
movslq %eax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -24(%rbp)
movq -24(%rbp), %rdi
movslq -28(%rbp), %rsi
movq -16(%rbp), %rcx
movl $1, %edx
callq _fread
movq -16(%rbp), %rdi
callq _fclose
movq -24(%rbp), %rax
movl -28(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movb $0, (%rax,%rcx)
leaq L_.str.2(%rip), %rdi
leaq L_.str.3(%rip), %rsi
callq _fopen
movq %rax, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -24(%rbp), %rax
cmpb $0, (%rax)
je LBB0_27
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movsbl (%rax), %eax
addl $-10, %eax
movl %eax, %ecx
movq %rcx, -64(%rbp) ## 8-byte Spill
subl $47, %eax
ja LBB0_25
## %bb.28: ## in Loop: Header=BB0_1 Depth=1
movq -64(%rbp), %rax ## 8-byte Reload
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
cvtsi2ssl -32(%rbp), %xmm0
mulss -36(%rbp), %xmm0
movss %xmm0, -36(%rbp)
movq -24(%rbp), %rax
movsbl (%rax), %eax
subl $48, %eax
cvtsi2ss %eax, %xmm0
addss -36(%rbp), %xmm0
movss %xmm0, -36(%rbp)
imull $10, -32(%rbp), %eax
movl %eax, -32(%rbp)
jmp LBB0_26
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movsbl 1(%rax), %eax
cmpl $48, %eax
jle LBB0_7
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movsbl 1(%rax), %eax
cmpl $57, %eax
jge LBB0_7
## %bb.6: ## in Loop: Header=BB0_1 Depth=1
movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -48(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -36(%rbp)
movl $1, -32(%rbp)
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_26
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorps %xmm1, %xmm1
ucomiss %xmm1, %xmm0
jne LBB0_9
jp LBB0_9
jmp LBB0_10
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
addss -36(%rbp), %xmm0
movss %xmm0, -68(%rbp) ## 4-byte Spill
jmp LBB0_11
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
addss -36(%rbp), %xmm0
movss %xmm0, -68(%rbp) ## 4-byte Spill
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
movss -68(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -44(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -40(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -36(%rbp)
movl $1, -32(%rbp)
jmp LBB0_26
LBB0_12: ## in Loop: Header=BB0_1 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorps %xmm1, %xmm1
ucomiss %xmm1, %xmm0
jne LBB0_13
jp LBB0_13
jmp LBB0_14
LBB0_13: ## in Loop: Header=BB0_1 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -36(%rbp), %xmm0
movss %xmm0, -72(%rbp) ## 4-byte Spill
jmp LBB0_15
LBB0_14: ## in Loop: Header=BB0_1 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -36(%rbp), %xmm0
movss %xmm0, -72(%rbp) ## 4-byte Spill
LBB0_15: ## in Loop: Header=BB0_1 Depth=1
movss -72(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -44(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -40(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -36(%rbp)
movl $1, -32(%rbp)
jmp LBB0_26
LBB0_16: ## in Loop: Header=BB0_1 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorps %xmm1, %xmm1
ucomiss %xmm1, %xmm0
jne LBB0_17
jp LBB0_17
jmp LBB0_18
LBB0_17: ## in Loop: Header=BB0_1 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -36(%rbp), %xmm0
movss %xmm0, -76(%rbp) ## 4-byte Spill
jmp LBB0_19
LBB0_18: ## in Loop: Header=BB0_1 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -36(%rbp), %xmm0
movss %xmm0, -76(%rbp) ## 4-byte Spill
LBB0_19: ## in Loop: Header=BB0_1 Depth=1
movss -76(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -44(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -40(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -36(%rbp)
movl $1, -32(%rbp)
jmp LBB0_26
LBB0_20: ## in Loop: Header=BB0_1 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorps %xmm1, %xmm1
ucomiss %xmm1, %xmm0
jne LBB0_21
jp LBB0_21
jmp LBB0_22
LBB0_21: ## in Loop: Header=BB0_1 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
divss -36(%rbp), %xmm0
movss %xmm0, -80(%rbp) ## 4-byte Spill
jmp LBB0_23
LBB0_22: ## in Loop: Header=BB0_1 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
divss -36(%rbp), %xmm0
movss %xmm0, -80(%rbp) ## 4-byte Spill
LBB0_23: ## in Loop: Header=BB0_1 Depth=1
movss -80(%rbp), %xmm0 ## 4-byte Reload
## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -44(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -40(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -36(%rbp)
movl $1, -32(%rbp)
jmp LBB0_26
LBB0_24: ## in Loop: Header=BB0_1 Depth=1
xorps %xmm0, %xmm0
movss %xmm0, -36(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -40(%rbp)
movl $1, -32(%rbp)
movq -16(%rbp), %rdi
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.4(%rip), %rsi
movb $1, %al
callq _fprintf
xorps %xmm0, %xmm0
movss %xmm0, -44(%rbp)
jmp LBB0_26
LBB0_25: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_26
LBB0_26: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
jmp LBB0_1
LBB0_27:
xorl %eax, %eax
addq $80, %rsp
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_24, LBB0_24-LJTI0_0
.set L0_0_set_25, LBB0_25-LJTI0_0
.set L0_0_set_4, LBB0_4-LJTI0_0
.set L0_0_set_16, LBB0_16-LJTI0_0
.set L0_0_set_8, LBB0_8-LJTI0_0
.set L0_0_set_12, LBB0_12-LJTI0_0
.set L0_0_set_20, LBB0_20-LJTI0_0
.set L0_0_set_3, LBB0_3-LJTI0_0
LJTI0_0:
.long L0_0_set_24
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_4
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_25
.long L0_0_set_16
.long L0_0_set_8
.long L0_0_set_25
.long L0_0_set_12
.long L0_0_set_25
.long L0_0_set_20
.long L0_0_set_3
.long L0_0_set_3
.long L0_0_set_3
.long L0_0_set_3
.long L0_0_set_3
.long L0_0_set_3
.long L0_0_set_3
.long L0_0_set_3
.long L0_0_set_3
.long L0_0_set_3
.end_data_region
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "expressions.txt"
L_.str.1: ## @.str.1
.asciz "rb"
L_.str.2: ## @.str.2
.asciz "results.txt"
L_.str.3: ## @.str.3
.asciz "w"
L_.str.4: ## @.str.4
.asciz "%f\n"
.subsections_via_symbols
| the_stack_data/56158.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
bl _MakeEmpty
str x0, [sp, #48]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
stur x0, [x29, #-48]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fopen
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
str x0, [x8]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_6 Depth 2
ldur x0, [x29, #-48]
mov x9, sp
sub x8, x29, #49
str x8, [x9]
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _fscanf
ldur x0, [x29, #-48]
bl _feof
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
b LBB0_19
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldursb w8, [x29, #-49]
subs w8, w8, #100
; kill: def $x8 killed $w8
str x8, [sp, #32] ; 8-byte Folded Spill
subs x8, x8, #12
cset w8, hi
tbnz w8, #0, LBB0_17
; %bb.4: ; in Loop: Header=BB0_1 Depth=1
ldr x11, [sp, #32] ; 8-byte Folded Reload
adrp x10, lJTI0_0@PAGE
add x10, x10, lJTI0_0@PAGEOFF
Ltmp0:
adr x8, Ltmp0
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldur x0, [x29, #-48]
mov x9, sp
add x8, sp, #56
str x8, [x9]
adrp x1, l_.str.5@PAGE
add x1, x1, l_.str.5@PAGEOFF
bl _fscanf
str wzr, [sp, #44]
b LBB0_6
LBB0_6: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #44]
subs w8, w8, #31
cset w8, ge
tbnz w8, #0, LBB0_13
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_6 Depth=2
ldur x0, [x29, #-48]
ldrsw x9, [sp, #44]
sub x8, x29, #39
str x8, [sp, #24] ; 8-byte Folded Spill
add x8, x8, x9
mov x9, sp
str x8, [x9]
adrp x1, l_.str.6@PAGE
add x1, x1, l_.str.6@PAGEOFF
bl _fscanf
ldr x8, [sp, #24] ; 8-byte Folded Reload
str w0, [sp, #40]
ldrsw x9, [sp, #44]
ldrsb w8, [x8, x9]
subs w8, w8, #13
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_6 Depth=2
ldrsw x9, [sp, #44]
sub x8, x29, #39
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_6 Depth=2
ldr w8, [sp, #40]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
ldrsw x9, [sp, #44]
sub x8, x29, #39
add x8, x8, x9
strb wzr, [x8]
b LBB0_13
LBB0_11: ; in Loop: Header=BB0_6 Depth=2
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_6 Depth=2
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB0_6
LBB0_13: ; in Loop: Header=BB0_1 Depth=1
sub x0, x29, #39
str x0, [sp, #16] ; 8-byte Folded Spill
bl _strlen
mov x8, #1
add x9, x0, #1
mul x0, x8, x9
bl _malloc
ldr x1, [sp, #16] ; 8-byte Folded Reload
str x0, [sp, #64]
ldr x0, [sp, #64]
mov x2, #-1
bl ___strcpy_chk
ldr x2, [sp, #48]
ldr x0, [sp, #56]
ldr x1, [sp, #64]
bl _Insert
b LBB0_18
LBB0_14: ; in Loop: Header=BB0_1 Depth=1
ldur x0, [x29, #-48]
mov x9, sp
sub x8, x29, #56
str x8, [x9]
adrp x1, l_.str.7@PAGE
add x1, x1, l_.str.7@PAGEOFF
bl _fscanf
ldur w0, [x29, #-56]
ldr x1, [sp, #48]
bl _Delete
b LBB0_18
LBB0_15: ; in Loop: Header=BB0_1 Depth=1
ldur x0, [x29, #-48]
mov x9, sp
sub x8, x29, #56
str x8, [x9]
adrp x1, l_.str.7@PAGE
add x1, x1, l_.str.7@PAGEOFF
bl _fscanf
ldur w0, [x29, #-56]
ldr x1, [sp, #48]
bl _Find
b LBB0_18
LBB0_16: ; in Loop: Header=BB0_1 Depth=1
ldr x0, [sp, #48]
bl _PrintList
b LBB0_18
LBB0_17: ; in Loop: Header=BB0_1 Depth=1
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_19:
ldr x0, [sp, #48]
bl _DeleteList
ldur x0, [x29, #-48]
bl _fclose
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
ldr x0, [x8]
bl _fclose
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_21
b LBB0_20
LBB0_20:
bl ___stack_chk_fail
LBB0_21:
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
.p2align 2
lJTI0_0:
.long LBB0_14-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_15-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_5-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_17-Ltmp0
.long LBB0_16-Ltmp0
; -- End function
.globl _Insert ; -- Begin function Insert
.p2align 2
_Insert: ; @Insert
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-16]
stur x1, [x29, #-8]
str x2, [sp, #24]
ldr x8, [sp, #24]
str x8, [sp, #16]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
ldr x8, [x8, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-16]
ldr x9, [sp, #16]
ldr x9, [x9, #16]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
mov x0, #24
bl _malloc
str x0, [sp, #8]
ldr x8, [sp, #8]
ldur q0, [x29, #-16]
str q0, [x8]
ldr x8, [sp, #16]
ldr x8, [x8, #16]
ldr x9, [sp, #8]
str x8, [x9, #16]
ldr x8, [sp, #8]
ldr x9, [sp, #16]
str x8, [x9, #16]
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
ldr x0, [x8]
ldr x8, [sp, #8]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x1, l_.str.8@PAGE
add x1, x1, l_.str.8@PAGEOFF
bl _fprintf
ldr x0, [sp, #24]
bl _PrintCurrentList
b LBB1_8
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-16]
ldr x9, [sp, #16]
ldr x9, [x9, #16]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5:
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
ldr x0, [x8]
ldur w9, [x29, #-16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x1, l_.str.9@PAGE
add x1, x1, l_.str.9@PAGEOFF
bl _fprintf
b LBB1_8
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #16]
ldr x8, [x8, #16]
str x8, [sp, #16]
b LBB1_1
LBB1_8:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _Delete ; -- Begin function Delete
.p2align 2
_Delete: ; @Delete
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur x1, [x29, #-16]
ldur w0, [x29, #-4]
ldur x1, [x29, #-16]
bl _FindPreNode
str x0, [sp, #24]
ldr x8, [sp, #24]
ldr x8, [x8, #16]
str x8, [sp, #16]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
ldr x8, [sp, #16]
ldr x8, [x8, #16]
ldr x9, [sp, #24]
str x8, [x9, #16]
ldr x0, [sp, #16]
bl _FreeNode
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
ldr x0, [x8]
ldur w9, [x29, #-4]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x1, l_.str.10@PAGE
add x1, x1, l_.str.10@PAGEOFF
bl _fprintf
ldur x0, [x29, #-16]
bl _PrintCurrentList
b LBB2_3
LBB2_2:
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
ldr x0, [x8]
ldur w9, [x29, #-4]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x1, l_.str.11@PAGE
add x1, x1, l_.str.11@PAGEOFF
bl _fprintf
b LBB2_3
LBB2_3:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _Find ; -- Begin function Find
.p2align 2
_Find: ; @Find
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur x1, [x29, #-16]
ldur w0, [x29, #-4]
ldur x1, [x29, #-16]
bl _FindPreNode
ldr x8, [x0, #16]
str x8, [sp, #24]
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
ldr x0, [x8]
ldr x8, [sp, #24]
ldr w8, [x8]
; implicit-def: $x10
mov x10, x8
ldr x8, [sp, #24]
ldr x8, [x8, #8]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x1, l_.str.12@PAGE
add x1, x1, l_.str.12@PAGEOFF
bl _fprintf
b LBB3_3
LBB3_2:
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
ldr x0, [x8]
ldur w9, [x29, #-4]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x1, l_.str.13@PAGE
add x1, x1, l_.str.13@PAGEOFF
bl _fprintf
b LBB3_3
LBB3_3:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _PrintList ; -- Begin function PrintList
.p2align 2
_PrintList: ; @PrintList
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
str x8, [sp, #24] ; 8-byte Folded Spill
stur x0, [x29, #-8]
ldur x9, [x29, #-8]
ldr x9, [x9, #16]
stur x9, [x29, #-16]
ldr x0, [x8]
adrp x1, l_.str.14@PAGE
add x1, x1, l_.str.14@PAGEOFF
bl _fprintf
b LBB4_1
LBB4_1: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB4_4
b LBB4_2
LBB4_2: ; in Loop: Header=BB4_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x0, [x8]
ldur x8, [x29, #-16]
ldr w8, [x8]
; implicit-def: $x10
mov x10, x8
ldur x8, [x29, #-16]
ldr x8, [x8, #8]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x1, l_.str.15@PAGE
add x1, x1, l_.str.15@PAGEOFF
bl _fprintf
b LBB4_3
LBB4_3: ; in Loop: Header=BB4_1 Depth=1
ldur x8, [x29, #-16]
ldr x8, [x8, #16]
stur x8, [x29, #-16]
b LBB4_1
LBB4_4:
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.16@PAGE
add x1, x1, l_.str.16@PAGEOFF
bl _fprintf
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _DeleteList ; -- Begin function DeleteList
.p2align 2
_DeleteList: ; @DeleteList
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
ldr x8, [x8, #16]
str x8, [sp, #16]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB5_3
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
ldr x8, [x8, #16]
str x8, [sp, #8]
ldr x0, [sp, #16]
bl _FreeNode
ldr x8, [sp, #8]
str x8, [sp, #16]
b LBB5_1
LBB5_3:
ldur x0, [x29, #-8]
bl _free
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _PrintCurrentList ; -- Begin function PrintCurrentList
.p2align 2
_PrintCurrentList: ; @PrintCurrentList
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _output@GOTPAGE
ldr x8, [x8, _output@GOTPAGEOFF]
str x8, [sp, #16] ; 8-byte Folded Spill
stur x0, [x29, #-8]
ldur x9, [x29, #-8]
ldr x9, [x9, #16]
stur x9, [x29, #-16]
ldur x9, [x29, #-16]
subs x9, x9, #0
cset w9, ne
and w9, w9, #0x1
stur w9, [x29, #-20]
ldr x0, [x8]
adrp x1, l_.str.18@PAGE
add x1, x1, l_.str.18@PAGEOFF
bl _fprintf
b LBB6_1
LBB6_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-20]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB6_5
b LBB6_2
LBB6_2: ; in Loop: Header=BB6_1 Depth=1
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x0, [x8]
ldur x8, [x29, #-16]
ldr w8, [x8]
; implicit-def: $x10
mov x10, x8
ldur x8, [x29, #-16]
ldr x8, [x8, #8]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x1, l_.str.19@PAGE
add x1, x1, l_.str.19@PAGEOFF
bl _fprintf
ldur x8, [x29, #-16]
ldr x8, [x8, #16]
stur x8, [x29, #-16]
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, ne
and w9, w8, #0x1
stur w9, [x29, #-20]
tbz w8, #0, LBB6_4
b LBB6_3
LBB6_3: ; in Loop: Header=BB6_1 Depth=1
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.20@PAGE
add x1, x1, l_.str.20@PAGEOFF
bl _fprintf
b LBB6_4
LBB6_4: ; in Loop: Header=BB6_1 Depth=1
b LBB6_1
LBB6_5:
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.21@PAGE
add x1, x1, l_.str.21@PAGEOFF
bl _fprintf
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _FindPreNode ; -- Begin function FindPreNode
.p2align 2
_FindPreNode: ; @FindPreNode
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #28]
str x1, [sp, #16]
ldr x8, [sp, #16]
str x8, [sp, #8]
b LBB7_1
LBB7_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
ldr x8, [x8, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB7_3
b LBB7_2
LBB7_2: ; in Loop: Header=BB7_1 Depth=1
ldr x8, [sp, #8]
ldr x8, [x8, #16]
ldr w8, [x8]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB7_4
b LBB7_3
LBB7_3:
ldr x0, [sp, #8]
add sp, sp, #32
ret
LBB7_4: ; in Loop: Header=BB7_1 Depth=1
b LBB7_5
LBB7_5: ; in Loop: Header=BB7_1 Depth=1
ldr x8, [sp, #8]
ldr x8, [x8, #16]
str x8, [sp, #8]
b LBB7_1
.cfi_endproc
; -- End function
.globl _FreeNode ; -- Begin function FreeNode
.p2align 2
_FreeNode: ; @FreeNode
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
ldr x0, [x8, #8]
bl _free
ldr x0, [sp, #8]
bl _free
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _MakeEmpty ; -- Begin function MakeEmpty
.p2align 2
_MakeEmpty: ; @MakeEmpty
.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, #24
bl _malloc
str x0, [sp, #8]
ldr x9, [sp, #8]
mov w8, #-1
str w8, [x9]
ldr x9, [sp, #8]
adrp x8, l_.str.17@PAGE
add x8, x8, l_.str.17@PAGEOFF
str x8, [x9, #8]
ldr x8, [sp, #8]
; kill: def $x9 killed $xzr
str xzr, [x8, #16]
ldr x0, [sp, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "input.txt"
l_.str.1: ; @.str.1
.asciz "r"
l_.str.2: ; @.str.2
.asciz "output.txt"
l_.str.3: ; @.str.3
.asciz "w"
.comm _output,8,3 ; @output
l_.str.4: ; @.str.4
.asciz " %c"
l_.str.5: ; @.str.5
.asciz "%d "
l_.str.6: ; @.str.6
.asciz "%c"
l_.str.7: ; @.str.7
.asciz "%d"
l_.str.8: ; @.str.8
.asciz "Insertion Success : %d\n"
l_.str.9: ; @.str.9
.asciz "Insertion Failed. Id %d already exists.\n"
l_.str.10: ; @.str.10
.asciz "Deletion Success : %d\n"
l_.str.11: ; @.str.11
.asciz "Deletion Failed : Student ID %d is not in the list.\n"
l_.str.12: ; @.str.12
.asciz "Find Success : %d %s\n"
l_.str.13: ; @.str.13
.asciz "Find %d Failed. There is no student ID\n"
l_.str.14: ; @.str.14
.asciz "-----LIST-----\n"
l_.str.15: ; @.str.15
.asciz "%d %s\n"
l_.str.16: ; @.str.16
.asciz "--------------\n"
l_.str.17: ; @.str.17
.space 1
l_.str.18: ; @.str.18
.asciz "Current List > "
l_.str.19: ; @.str.19
.asciz "%d %s"
l_.str.20: ; @.str.20
.asciz "-"
l_.str.21: ; @.str.21
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $112, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
callq _MakeEmpty
movq %rax, -88(%rbp)
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -56(%rbp)
leaq L_.str.2(%rip), %rdi
leaq L_.str.3(%rip), %rsi
callq _fopen
movq %rax, %rcx
movq _output@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_5 Depth 2
movq -56(%rbp), %rdi
leaq L_.str.4(%rip), %rsi
leaq -57(%rbp), %rdx
movb $0, %al
callq _fscanf
movq -56(%rbp), %rdi
callq _feof
cmpl $0, %eax
je LBB0_3
## %bb.2:
jmp LBB0_18
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movsbl -57(%rbp), %eax
addl $-100, %eax
movl %eax, %ecx
movq %rcx, -104(%rbp) ## 8-byte Spill
subl $12, %eax
ja LBB0_16
## %bb.21: ## in Loop: Header=BB0_1 Depth=1
movq -104(%rbp), %rax ## 8-byte Reload
leaq LJTI0_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movq -56(%rbp), %rdi
leaq -80(%rbp), %rdx
leaq L_.str.5(%rip), %rsi
movb $0, %al
callq _fscanf
movl $0, -92(%rbp)
LBB0_5: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $31, -92(%rbp)
jge LBB0_12
## %bb.6: ## in Loop: Header=BB0_5 Depth=2
movq -56(%rbp), %rdi
movslq -92(%rbp), %rax
leaq -48(%rbp), %rdx
addq %rax, %rdx
leaq L_.str.6(%rip), %rsi
movb $0, %al
callq _fscanf
movl %eax, -96(%rbp)
movslq -92(%rbp), %rax
movsbl -48(%rbp,%rax), %eax
cmpl $13, %eax
je LBB0_9
## %bb.7: ## in Loop: Header=BB0_5 Depth=2
movslq -92(%rbp), %rax
movsbl -48(%rbp,%rax), %eax
cmpl $10, %eax
je LBB0_9
## %bb.8: ## in Loop: Header=BB0_5 Depth=2
cmpl $-1, -96(%rbp)
jne LBB0_10
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
movslq -92(%rbp), %rax
movb $0, -48(%rbp,%rax)
jmp LBB0_12
LBB0_10: ## in Loop: Header=BB0_5 Depth=2
jmp LBB0_11
LBB0_11: ## in Loop: Header=BB0_5 Depth=2
movl -92(%rbp), %eax
addl $1, %eax
movl %eax, -92(%rbp)
jmp LBB0_5
LBB0_12: ## in Loop: Header=BB0_1 Depth=1
leaq -48(%rbp), %rdi
callq _strlen
movq %rax, %rdi
addq $1, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -72(%rbp)
movq -72(%rbp), %rdi
leaq -48(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -88(%rbp), %rdx
movl -80(%rbp), %edi
movq -72(%rbp), %rsi
callq _Insert
jmp LBB0_17
LBB0_13: ## in Loop: Header=BB0_1 Depth=1
movq -56(%rbp), %rdi
leaq L_.str.7(%rip), %rsi
leaq -64(%rbp), %rdx
movb $0, %al
callq _fscanf
movl -64(%rbp), %edi
movq -88(%rbp), %rsi
callq _Delete
jmp LBB0_17
LBB0_14: ## in Loop: Header=BB0_1 Depth=1
movq -56(%rbp), %rdi
leaq L_.str.7(%rip), %rsi
leaq -64(%rbp), %rdx
movb $0, %al
callq _fscanf
movl -64(%rbp), %edi
movq -88(%rbp), %rsi
callq _Find
jmp LBB0_17
LBB0_15: ## in Loop: Header=BB0_1 Depth=1
movq -88(%rbp), %rdi
callq _PrintList
jmp LBB0_17
LBB0_16: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_17
LBB0_17: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_18:
movq -88(%rbp), %rdi
callq _DeleteList
movq -56(%rbp), %rdi
callq _fclose
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _fclose
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_20
## %bb.19:
addq $112, %rsp
popq %rbp
retq
LBB0_20:
callq ___stack_chk_fail
ud2
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L0_0_set_13, LBB0_13-LJTI0_0
.set L0_0_set_16, LBB0_16-LJTI0_0
.set L0_0_set_14, LBB0_14-LJTI0_0
.set L0_0_set_4, LBB0_4-LJTI0_0
.set L0_0_set_15, LBB0_15-LJTI0_0
LJTI0_0:
.long L0_0_set_13
.long L0_0_set_16
.long L0_0_set_14
.long L0_0_set_16
.long L0_0_set_16
.long L0_0_set_4
.long L0_0_set_16
.long L0_0_set_16
.long L0_0_set_16
.long L0_0_set_16
.long L0_0_set_16
.long L0_0_set_16
.long L0_0_set_15
.end_data_region
## -- End function
.globl _Insert ## -- Begin function Insert
.p2align 4, 0x90
_Insert: ## @Insert
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movl %edi, -16(%rbp)
movq %rsi, -8(%rbp)
movq %rdx, -24(%rbp)
movq -24(%rbp), %rax
movq %rax, -32(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movq -32(%rbp), %rax
cmpq $0, 16(%rax)
je LBB1_3
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
movq -32(%rbp), %rcx
movq 16(%rcx), %rcx
cmpl (%rcx), %eax
jge LBB1_4
LBB1_3:
movl $24, %edi
callq _malloc
movq %rax, -40(%rbp)
movq -40(%rbp), %rax
movq -16(%rbp), %rcx
movq %rcx, (%rax)
movq -8(%rbp), %rcx
movq %rcx, 8(%rax)
movq -32(%rbp), %rax
movq 16(%rax), %rcx
movq -40(%rbp), %rax
movq %rcx, 16(%rax)
movq -40(%rbp), %rcx
movq -32(%rbp), %rax
movq %rcx, 16(%rax)
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -40(%rbp), %rax
movl (%rax), %edx
leaq L_.str.8(%rip), %rsi
movb $0, %al
callq _fprintf
movq -24(%rbp), %rdi
callq _PrintCurrentList
jmp LBB1_8
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
movq -32(%rbp), %rcx
movq 16(%rcx), %rcx
cmpl (%rcx), %eax
jne LBB1_6
## %bb.5:
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movl -16(%rbp), %edx
leaq L_.str.9(%rip), %rsi
movb $0, %al
callq _fprintf
jmp LBB1_8
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_7
LBB1_7: ## in Loop: Header=BB1_1 Depth=1
movq -32(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -32(%rbp)
jmp LBB1_1
LBB1_8:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _Delete ## -- Begin function Delete
.p2align 4, 0x90
_Delete: ## @Delete
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movl -4(%rbp), %edi
movq -16(%rbp), %rsi
callq _FindPreNode
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -32(%rbp)
cmpq $0, -32(%rbp)
je LBB2_2
## %bb.1:
movq -32(%rbp), %rax
movq 16(%rax), %rcx
movq -24(%rbp), %rax
movq %rcx, 16(%rax)
movq -32(%rbp), %rdi
callq _FreeNode
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movl -4(%rbp), %edx
leaq L_.str.10(%rip), %rsi
movb $0, %al
callq _fprintf
movq -16(%rbp), %rdi
callq _PrintCurrentList
jmp LBB2_3
LBB2_2:
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movl -4(%rbp), %edx
leaq L_.str.11(%rip), %rsi
movb $0, %al
callq _fprintf
LBB2_3:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _Find ## -- Begin function Find
.p2align 4, 0x90
_Find: ## @Find
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movl -4(%rbp), %edi
movq -16(%rbp), %rsi
callq _FindPreNode
movq 16(%rax), %rax
movq %rax, -24(%rbp)
cmpq $0, -24(%rbp)
je LBB3_2
## %bb.1:
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -24(%rbp), %rax
movl (%rax), %edx
movq -24(%rbp), %rax
movq 8(%rax), %rcx
leaq L_.str.12(%rip), %rsi
movb $0, %al
callq _fprintf
jmp LBB3_3
LBB3_2:
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movl -4(%rbp), %edx
leaq L_.str.13(%rip), %rsi
movb $0, %al
callq _fprintf
LBB3_3:
addq $32, %rsp
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
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -16(%rbp)
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.14(%rip), %rsi
movb $0, %al
callq _fprintf
LBB4_1: ## =>This Inner Loop Header: Depth=1
cmpq $0, -16(%rbp)
je LBB4_4
## %bb.2: ## in Loop: Header=BB4_1 Depth=1
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -16(%rbp), %rax
movl (%rax), %edx
movq -16(%rbp), %rax
movq 8(%rax), %rcx
leaq L_.str.15(%rip), %rsi
movb $0, %al
callq _fprintf
## %bb.3: ## in Loop: Header=BB4_1 Depth=1
movq -16(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -16(%rbp)
jmp LBB4_1
LBB4_4:
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.16(%rip), %rsi
movb $0, %al
callq _fprintf
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _DeleteList ## -- Begin function DeleteList
.p2align 4, 0x90
_DeleteList: ## @DeleteList
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -16(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
cmpq $0, -16(%rbp)
je LBB5_3
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -24(%rbp)
movq -16(%rbp), %rdi
callq _FreeNode
movq -24(%rbp), %rax
movq %rax, -16(%rbp)
jmp LBB5_1
LBB5_3:
movq -8(%rbp), %rdi
callq _free
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _PrintCurrentList ## -- Begin function PrintCurrentList
.p2align 4, 0x90
_PrintCurrentList: ## @PrintCurrentList
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -16(%rbp)
cmpq $0, -16(%rbp)
setne %al
andb $1, %al
movzbl %al, %eax
movl %eax, -20(%rbp)
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.18(%rip), %rsi
movb $0, %al
callq _fprintf
LBB6_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -20(%rbp)
je LBB6_5
## %bb.2: ## in Loop: Header=BB6_1 Depth=1
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -16(%rbp), %rax
movl (%rax), %edx
movq -16(%rbp), %rax
movq 8(%rax), %rcx
leaq L_.str.19(%rip), %rsi
movb $0, %al
callq _fprintf
movq -16(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -16(%rbp)
cmpq $0, -16(%rbp)
setne %al
movb %al, %cl
andb $1, %cl
movzbl %cl, %ecx
movl %ecx, -20(%rbp)
testb $1, %al
jne LBB6_3
jmp LBB6_4
LBB6_3: ## in Loop: Header=BB6_1 Depth=1
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.20(%rip), %rsi
movb $0, %al
callq _fprintf
LBB6_4: ## in Loop: Header=BB6_1 Depth=1
jmp LBB6_1
LBB6_5:
movq _output@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.21(%rip), %rsi
movb $0, %al
callq _fprintf
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FindPreNode ## -- Begin function FindPreNode
.p2align 4, 0x90
_FindPreNode: ## @FindPreNode
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
LBB7_1: ## =>This Inner Loop Header: Depth=1
movq -24(%rbp), %rax
cmpq $0, 16(%rax)
je LBB7_3
## %bb.2: ## in Loop: Header=BB7_1 Depth=1
movq -24(%rbp), %rax
movq 16(%rax), %rax
movl (%rax), %eax
cmpl -4(%rbp), %eax
jne LBB7_4
LBB7_3:
movq -24(%rbp), %rax
popq %rbp
retq
LBB7_4: ## in Loop: Header=BB7_1 Depth=1
jmp LBB7_5
LBB7_5: ## in Loop: Header=BB7_1 Depth=1
movq -24(%rbp), %rax
movq 16(%rax), %rax
movq %rax, -24(%rbp)
jmp LBB7_1
.cfi_endproc
## -- End function
.globl _FreeNode ## -- Begin function FreeNode
.p2align 4, 0x90
_FreeNode: ## @FreeNode
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq 8(%rax), %rdi
callq _free
movq -8(%rbp), %rdi
callq _free
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _MakeEmpty ## -- Begin function MakeEmpty
.p2align 4, 0x90
_MakeEmpty: ## @MakeEmpty
.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 $24, %edi
callq _malloc
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movl $-1, (%rax)
movq -8(%rbp), %rax
leaq L_.str.17(%rip), %rcx
movq %rcx, 8(%rax)
movq -8(%rbp), %rax
movq $0, 16(%rax)
movq -8(%rbp), %rax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "input.txt"
L_.str.1: ## @.str.1
.asciz "r"
L_.str.2: ## @.str.2
.asciz "output.txt"
L_.str.3: ## @.str.3
.asciz "w"
.comm _output,8,3 ## @output
L_.str.4: ## @.str.4
.asciz " %c"
L_.str.5: ## @.str.5
.asciz "%d "
L_.str.6: ## @.str.6
.asciz "%c"
L_.str.7: ## @.str.7
.asciz "%d"
L_.str.8: ## @.str.8
.asciz "Insertion Success : %d\n"
L_.str.9: ## @.str.9
.asciz "Insertion Failed. Id %d already exists.\n"
L_.str.10: ## @.str.10
.asciz "Deletion Success : %d\n"
L_.str.11: ## @.str.11
.asciz "Deletion Failed : Student ID %d is not in the list.\n"
L_.str.12: ## @.str.12
.asciz "Find Success : %d %s\n"
L_.str.13: ## @.str.13
.asciz "Find %d Failed. There is no student ID\n"
L_.str.14: ## @.str.14
.asciz "-----LIST-----\n"
L_.str.15: ## @.str.15
.asciz "%d %s\n"
L_.str.16: ## @.str.16
.asciz "--------------\n"
L_.str.17: ## @.str.17
.space 1
L_.str.18: ## @.str.18
.asciz "Current List > "
L_.str.19: ## @.str.19
.asciz "%d %s"
L_.str.20: ## @.str.20
.asciz "-"
L_.str.21: ## @.str.21
.asciz "\n"
.subsections_via_symbols
| the_stack_data/2605.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _start_routine ; -- Begin function start_routine
.p2align 2
_start_routine: ; @start_routine
.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 x8, x0
adrp x0, _counter@TLVPPAGE
ldr x0, [x0, _counter@TLVPPAGEOFF]
ldr x9, [x0]
blr x9
str x8, [sp, #8]
ldr x8, [sp, #8]
ldr x8, [x8]
str x8, [sp]
ldr x8, [sp]
add x8, x8, #1
str x8, [x0]
mov x0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x0, _counter@TLVPPAGE
ldr x0, [x0, _counter@TLVPPAGEOFF]
ldr x8, [x0]
blr x8
mov x3, x0
stur wzr, [x29, #-4]
str xzr, [x3]
mov x0, sp
mov x1, #0
adrp x2, _start_routine@PAGE
add x2, x2, _start_routine@PAGEOFF
bl _pthread_create
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
mov w0, #1
bl _exit
LBB1_2:
ldr x0, [sp]
mov x1, #0
bl _pthread_join
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
mov w0, #1
bl _exit
LBB1_4:
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.tbss _counter$tlv$init, 8, 3 ; @counter
.section __DATA,__thread_vars,thread_local_variables
_counter:
.quad __tlv_bootstrap
.quad 0
.quad _counter$tlv$init
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _start_routine ## -- Begin function start_routine
.p2align 4, 0x90
_start_routine: ## @start_routine
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq (%rax), %rax
movq %rax, -16(%rbp)
movq -16(%rbp), %rcx
incq %rcx
movq _counter@TLVP(%rip), %rdi
callq *(%rdi)
movq %rcx, (%rax)
xorl %eax, %eax
## kill: def $rax killed $eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movq _counter@TLVP(%rip), %rdi
callq *(%rdi)
movq $0, (%rax)
xorl %eax, %eax
## kill: def $rax killed $eax
movq _counter@TLVP(%rip), %rdi
callq *(%rdi)
movq %rax, %rcx
leaq _start_routine(%rip), %rdx
xorl %eax, %eax
movl %eax, %esi
leaq -16(%rbp), %rdi
callq _pthread_create
cmpl $0, %eax
je LBB1_2
## %bb.1:
movl $1, %edi
callq _exit
LBB1_2:
movq -16(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_join
cmpl $0, %eax
je LBB1_4
## %bb.3:
movl $1, %edi
callq _exit
LBB1_4:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.tbss _counter$tlv$init, 8, 3 ## @counter
.section __DATA,__thread_vars,thread_local_variables
_counter:
.quad __tlv_bootstrap
.quad 0
.quad _counter$tlv$init
.subsections_via_symbols
| the_stack_data/234518461.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str wzr, [sp, #28]
add x8, sp, #20
str x8, [sp, #8]
mov w8, #1
str w8, [sp, #20]
ldr x9, [sp, #8]
mov w8, #2
str w8, [x9, #4]
ldr x8, [sp, #8]
ldr w8, [x8, #4]
ldr x9, [sp, #8]
ldr w9, [x9]
add w8, w8, w9
subs w0, w8, #3
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
leaq -16(%rbp), %rax
movq %rax, -24(%rbp)
movl $1, -16(%rbp)
movq -24(%rbp), %rax
movl $2, 4(%rax)
movq -24(%rbp), %rax
movl 4(%rax), %eax
movq -24(%rbp), %rcx
addl (%rcx), %eax
subl $3, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/156392886.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _space ; -- Begin function space
.p2align 2
_space: ; @space
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _spc@PAGE
ldr w8, [x8, _spc@PAGEOFF]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_2
LBB0_2:
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _yylex ; -- Begin function yylex
.p2align 2
_yylex: ; @yylex
.cfi_startproc
; %bb.0:
sub sp, sp, #320
.cfi_def_cfa_offset 320
stp x28, x27, [sp, #288] ; 16-byte Folded Spill
stp x29, x30, [sp, #304] ; 16-byte Folded Spill
add x29, sp, #304
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
adrp x8, _yytext@GOTPAGE
ldr x8, [x8, _yytext@GOTPAGEOFF]
stur x8, [x29, #-72] ; 8-byte Folded Spill
adrp x8, _yyleng@GOTPAGE
ldr x8, [x8, _yyleng@GOTPAGEOFF]
stur x8, [x29, #-64] ; 8-byte Folded Spill
adrp x8, _yy_init@PAGE
ldr w8, [x8, _yy_init@PAGEOFF]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_12
b LBB1_1
LBB1_1:
mov w8, #1
adrp x9, _yy_init@PAGE
str w8, [x9, _yy_init@PAGEOFF]
adrp x8, _yy_start@PAGE
ldr w8, [x8, _yy_start@PAGEOFF]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2:
adrp x9, _yy_start@PAGE
mov w8, #1
str w8, [x9, _yy_start@PAGEOFF]
b LBB1_3
LBB1_3:
adrp x8, _yyin@PAGE
ldr x8, [x8, _yyin@PAGEOFF]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4:
adrp x8, ___stdinp@GOTPAGE
ldr x8, [x8, ___stdinp@GOTPAGEOFF]
ldr x8, [x8]
adrp x9, _yyin@PAGE
str x8, [x9, _yyin@PAGEOFF]
b LBB1_5
LBB1_5:
adrp x8, _yyout@PAGE
ldr x8, [x8, _yyout@PAGEOFF]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_7
b LBB1_6
LBB1_6:
adrp x8, ___stdoutp@GOTPAGE
ldr x8, [x8, ___stdoutp@GOTPAGEOFF]
ldr x8, [x8]
adrp x9, _yyout@PAGE
str x8, [x9, _yyout@PAGEOFF]
b LBB1_7
LBB1_7:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_9
b LBB1_8
LBB1_8:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_11
b LBB1_10
LBB1_9:
mov w8, #0
tbnz w8, #0, LBB1_11
b LBB1_10
LBB1_10:
bl _yyensure_buffer_stack
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
mov w1, #16384
bl _yy_create_buffer
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
str x0, [x8, x9, lsl #3]
b LBB1_11
LBB1_11:
bl _yy_load_buffer_state
b LBB1_12
LBB1_12:
b LBB1_13
LBB1_13: ; =>This Loop Header: Depth=1
; Child Loop BB1_14 Depth 2
; Child Loop BB1_15 Depth 3
; Child Loop BB1_18 Depth 4
; Child Loop BB1_25 Depth 3
; Child Loop BB1_28 Depth 4
adrp x8, _yy_c_buf_p@PAGE
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
stur x8, [x29, #-32]
adrp x8, _yy_hold_char@PAGE
ldrb w8, [x8, _yy_hold_char@PAGEOFF]
ldur x9, [x29, #-32]
strb w8, [x9]
ldur x8, [x29, #-32]
stur x8, [x29, #-40]
adrp x8, _yy_start@PAGE
ldr w8, [x8, _yy_start@PAGEOFF]
stur w8, [x29, #-20]
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr w9, [x8, #44]
ldur w8, [x29, #-20]
add w8, w8, w9
stur w8, [x29, #-20]
b LBB1_14
LBB1_14: ; Parent Loop BB1_13 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB1_15 Depth 3
; Child Loop BB1_18 Depth 4
; Child Loop BB1_25 Depth 3
; Child Loop BB1_28 Depth 4
b LBB1_15
LBB1_15: ; Parent Loop BB1_13 Depth=1
; Parent Loop BB1_14 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB1_18 Depth 4
ldur x8, [x29, #-32]
ldrb w8, [x8]
mov x9, x8
adrp x8, _yy_ec@PAGE
add x8, x8, _yy_ec@PAGEOFF
add x8, x8, x9
ldrb w8, [x8]
sturb w8, [x29, #-45]
ldursw x9, [x29, #-20]
adrp x8, _yy_accept@PAGE
add x8, x8, _yy_accept@PAGEOFF
add x8, x8, x9, lsl #1
ldrh w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_17
b LBB1_16
LBB1_16: ; in Loop: Header=BB1_15 Depth=3
ldur w8, [x29, #-20]
adrp x9, _yy_last_accepting_state@PAGE
str w8, [x9, _yy_last_accepting_state@PAGEOFF]
ldur x8, [x29, #-32]
adrp x9, _yy_last_accepting_cpos@PAGE
str x8, [x9, _yy_last_accepting_cpos@PAGEOFF]
b LBB1_17
LBB1_17: ; in Loop: Header=BB1_15 Depth=3
b LBB1_18
LBB1_18: ; Parent Loop BB1_13 Depth=1
; Parent Loop BB1_14 Depth=2
; Parent Loop BB1_15 Depth=3
; => This Inner Loop Header: Depth=4
ldursw x9, [x29, #-20]
adrp x8, _yy_base@PAGE
add x8, x8, _yy_base@PAGEOFF
ldrh w8, [x8, x9, lsl #1]
ldurb w9, [x29, #-45]
add w9, w8, w9
adrp x8, _yy_chk@PAGE
add x8, x8, _yy_chk@PAGEOFF
ldrsh w8, [x8, w9, sxtw #1]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_22
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_18 Depth=4
ldursw x9, [x29, #-20]
adrp x8, _yy_def@PAGE
add x8, x8, _yy_def@PAGEOFF
ldrsh w8, [x8, x9, lsl #1]
stur w8, [x29, #-20]
ldur w8, [x29, #-20]
subs w8, w8, #148
cset w8, lt
tbnz w8, #0, LBB1_21
b LBB1_20
LBB1_20: ; in Loop: Header=BB1_18 Depth=4
ldurb w8, [x29, #-45]
mov x9, x8
adrp x8, _yy_meta@PAGE
add x8, x8, _yy_meta@PAGEOFF
add x8, x8, x9
ldrb w8, [x8]
sturb w8, [x29, #-45]
b LBB1_21
LBB1_21: ; in Loop: Header=BB1_18 Depth=4
b LBB1_18
LBB1_22: ; in Loop: Header=BB1_15 Depth=3
ldursw x9, [x29, #-20]
adrp x8, _yy_base@PAGE
add x8, x8, _yy_base@PAGEOFF
ldrh w8, [x8, x9, lsl #1]
ldurb w9, [x29, #-45]
add w9, w8, w9
adrp x8, _yy_nxt@PAGE
add x8, x8, _yy_nxt@PAGEOFF
ldrh w8, [x8, w9, uxtw #1]
stur w8, [x29, #-20]
ldur x8, [x29, #-32]
add x8, x8, #1
stur x8, [x29, #-32]
b LBB1_23
LBB1_23: ; in Loop: Header=BB1_15 Depth=3
ldursw x9, [x29, #-20]
adrp x8, _yy_base@PAGE
add x8, x8, _yy_base@PAGEOFF
ldrh w8, [x8, x9, lsl #1]
subs w8, w8, #161
cset w8, ne
tbnz w8, #0, LBB1_15
b LBB1_24
LBB1_24: ; in Loop: Header=BB1_14 Depth=2
b LBB1_25
LBB1_25: ; Parent Loop BB1_13 Depth=1
; Parent Loop BB1_14 Depth=2
; => This Loop Header: Depth=3
; Child Loop BB1_28 Depth 4
ldursw x9, [x29, #-20]
adrp x8, _yy_accept@PAGE
add x8, x8, _yy_accept@PAGEOFF
ldrsh w8, [x8, x9, lsl #1]
stur w8, [x29, #-44]
ldur w8, [x29, #-44]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_27
b LBB1_26
LBB1_26: ; in Loop: Header=BB1_25 Depth=3
adrp x8, _yy_last_accepting_cpos@PAGE
ldr x8, [x8, _yy_last_accepting_cpos@PAGEOFF]
stur x8, [x29, #-32]
adrp x8, _yy_last_accepting_state@PAGE
ldr w8, [x8, _yy_last_accepting_state@PAGEOFF]
stur w8, [x29, #-20]
ldursw x9, [x29, #-20]
adrp x8, _yy_accept@PAGE
add x8, x8, _yy_accept@PAGEOFF
ldrsh w8, [x8, x9, lsl #1]
stur w8, [x29, #-44]
b LBB1_27
LBB1_27: ; in Loop: Header=BB1_25 Depth=3
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x10, [x29, #-72] ; 8-byte Folded Reload
ldur x8, [x29, #-40]
str x8, [x10]
ldur x8, [x29, #-32]
ldur x10, [x29, #-40]
subs x8, x8, x10
str x8, [x9]
ldur x8, [x29, #-32]
ldrb w8, [x8]
adrp x9, _yy_hold_char@PAGE
strb w8, [x9, _yy_hold_char@PAGEOFF]
ldur x8, [x29, #-32]
strb wzr, [x8]
ldur x8, [x29, #-32]
adrp x9, _yy_c_buf_p@PAGE
str x8, [x9, _yy_c_buf_p@PAGEOFF]
b LBB1_28
LBB1_28: ; Parent Loop BB1_13 Depth=1
; Parent Loop BB1_14 Depth=2
; Parent Loop BB1_25 Depth=3
; => This Inner Loop Header: Depth=4
ldur w8, [x29, #-44]
subs w8, w8, #0
; kill: def $x8 killed $w8
stur x8, [x29, #-80] ; 8-byte Folded Spill
subs x8, x8, #125
cset w8, hi
tbnz w8, #0, LBB1_409
; %bb.29: ; in Loop: Header=BB1_28 Depth=4
ldur x11, [x29, #-80] ; 8-byte Folded Reload
adrp x10, lJTI1_0@PAGE
add x10, x10, lJTI1_0@PAGEOFF
Ltmp0:
adr x8, Ltmp0
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB1_30: ; in Loop: Header=BB1_25 Depth=3
adrp x8, _yy_hold_char@PAGE
ldrb w8, [x8, _yy_hold_char@PAGEOFF]
ldur x9, [x29, #-32]
strb w8, [x9]
adrp x8, _yy_last_accepting_cpos@PAGE
ldr x8, [x8, _yy_last_accepting_cpos@PAGEOFF]
stur x8, [x29, #-32]
adrp x8, _yy_last_accepting_state@PAGE
ldr w8, [x8, _yy_last_accepting_state@PAGEOFF]
stur w8, [x29, #-20]
b LBB1_25
LBB1_31: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_33
b LBB1_32
LBB1_32: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_33
LBB1_33: ; in Loop: Header=BB1_13 Depth=1
b LBB1_410
LBB1_34: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_36
b LBB1_35
LBB1_35: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_36
LBB1_36: ; in Loop: Header=BB1_13 Depth=1
mov w8, #3
adrp x9, _yy_start@PAGE
str w8, [x9, _yy_start@PAGEOFF]
b LBB1_410
LBB1_37: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_39
b LBB1_38
LBB1_38: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_39
LBB1_39: ; in Loop: Header=BB1_13 Depth=1
b LBB1_410
LBB1_40: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_42
b LBB1_41
LBB1_41: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_42
LBB1_42: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _yy_start@PAGE
mov w8, #1
str w8, [x9, _yy_start@PAGEOFF]
b LBB1_410
LBB1_43: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_45
b LBB1_44
LBB1_44: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_45
LBB1_45: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-72] ; 8-byte Folded Reload
mov w9, #5
adrp x10, _yy_start@PAGE
str w9, [x10, _yy_start@PAGEOFF]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB1_410
LBB1_46: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_48
b LBB1_47
LBB1_47: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_48
LBB1_48: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
adrp x9, _yy_start@PAGE
mov w8, #1
str w8, [x9, _yy_start@PAGEOFF]
b LBB1_410
LBB1_49: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_51
b LBB1_50
LBB1_50: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_51
LBB1_51: ; in Loop: Header=BB1_13 Depth=1
mov w8, #7
adrp x9, _yy_start@PAGE
str w8, [x9, _yy_start@PAGEOFF]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB1_410
LBB1_52: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_54
b LBB1_53
LBB1_53: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_54
LBB1_54: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB1_410
LBB1_55: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_57
b LBB1_56
LBB1_56: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_57
LBB1_57: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
adrp x9, _yy_start@PAGE
mov w8, #1
str w8, [x9, _yy_start@PAGEOFF]
b LBB1_410
LBB1_58: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_60
b LBB1_59
LBB1_59: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_60
LBB1_60: ; in Loop: Header=BB1_13 Depth=1
mov w8, #9
adrp x9, _yy_start@PAGE
str w8, [x9, _yy_start@PAGEOFF]
adrp x8, _spc@PAGE
str wzr, [x8, _spc@PAGEOFF]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB1_410
LBB1_61: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_63
b LBB1_62
LBB1_62: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_63
LBB1_63: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
b LBB1_410
LBB1_64: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_66
b LBB1_65
LBB1_65: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_66
LBB1_66: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
b LBB1_410
LBB1_67: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_69
b LBB1_68
LBB1_68: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_69
LBB1_69: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
b LBB1_410
LBB1_70: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_72
b LBB1_71
LBB1_71: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_72
LBB1_72: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _printf
b LBB1_410
LBB1_73: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_75
b LBB1_74
LBB1_74: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_75
LBB1_75: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
b LBB1_410
LBB1_76: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_78
b LBB1_77
LBB1_77: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_78
LBB1_78: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
b LBB1_410
LBB1_79: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_81
b LBB1_80
LBB1_80: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_81
LBB1_81: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _printf
b LBB1_410
LBB1_82: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_84
b LBB1_83
LBB1_83: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_84
LBB1_84: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.14@PAGE
add x0, x0, l_.str.14@PAGEOFF
bl _printf
b LBB1_410
LBB1_85: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_87
b LBB1_86
LBB1_86: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_87
LBB1_87: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _spc@PAGE
str wzr, [x8, _spc@PAGEOFF]
adrp x8, _stress@PAGE
ldr w9, [x8, _stress@PAGEOFF]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.15@PAGE
add x0, x0, l_.str.15@PAGEOFF
bl _printf
b LBB1_410
LBB1_88: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_90
b LBB1_89
LBB1_89: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_90
LBB1_90: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _spc@PAGE
str wzr, [x8, _spc@PAGEOFF]
adrp x8, _stress@PAGE
ldr w9, [x8, _stress@PAGEOFF]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.16@PAGE
add x0, x0, l_.str.16@PAGEOFF
bl _printf
adrp x9, _yy_start@PAGE
mov w8, #1
str w8, [x9, _yy_start@PAGEOFF]
b LBB1_410
LBB1_91: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_93
b LBB1_92
LBB1_92: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_93
LBB1_93: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _spc@PAGE
str wzr, [x8, _spc@PAGEOFF]
adrp x8, _stress@PAGE
ldr w9, [x8, _stress@PAGEOFF]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.17@PAGE
add x0, x0, l_.str.17@PAGEOFF
bl _printf
mov w8, #11
adrp x9, _yy_start@PAGE
str w8, [x9, _yy_start@PAGEOFF]
b LBB1_410
LBB1_94: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_96
b LBB1_95
LBB1_95: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_96
LBB1_96: ; in Loop: Header=BB1_13 Depth=1
b LBB1_410
LBB1_97: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_99
b LBB1_98
LBB1_98: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_99
LBB1_99: ; in Loop: Header=BB1_13 Depth=1
adrp x0, l_.str.18@PAGE
add x0, x0, l_.str.18@PAGEOFF
bl _printf
adrp x9, _yy_start@PAGE
mov w8, #1
str w8, [x9, _yy_start@PAGEOFF]
b LBB1_410
LBB1_100: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_102
b LBB1_101
LBB1_101: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_102
LBB1_102: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.19@PAGE
add x0, x0, l_.str.19@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_103: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_105
b LBB1_104
LBB1_104: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_105
LBB1_105: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.20@PAGE
add x0, x0, l_.str.20@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_106: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_108
b LBB1_107
LBB1_107: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_108
LBB1_108: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.21@PAGE
add x0, x0, l_.str.21@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_109: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_111
b LBB1_110
LBB1_110: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_111
LBB1_111: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.22@PAGE
add x0, x0, l_.str.22@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_112: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_114
b LBB1_113
LBB1_113: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_114
LBB1_114: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.23@PAGE
add x0, x0, l_.str.23@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_115: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_117
b LBB1_116
LBB1_116: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_117
LBB1_117: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.24@PAGE
add x0, x0, l_.str.24@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_118: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_120
b LBB1_119
LBB1_119: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_120
LBB1_120: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.25@PAGE
add x0, x0, l_.str.25@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_121: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_123
b LBB1_122
LBB1_122: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_123
LBB1_123: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.26@PAGE
add x0, x0, l_.str.26@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_124: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_126
b LBB1_125
LBB1_125: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_126
LBB1_126: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.27@PAGE
add x0, x0, l_.str.27@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_127: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_129
b LBB1_128
LBB1_128: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_129
LBB1_129: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.28@PAGE
add x0, x0, l_.str.28@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_130: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_132
b LBB1_131
LBB1_131: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_132
LBB1_132: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.27@PAGE
add x0, x0, l_.str.27@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_133: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_135
b LBB1_134
LBB1_134: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_135
LBB1_135: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.29@PAGE
add x0, x0, l_.str.29@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_136: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_138
b LBB1_137
LBB1_137: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_138
LBB1_138: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.30@PAGE
add x0, x0, l_.str.30@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_139: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_141
b LBB1_140
LBB1_140: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_141
LBB1_141: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.30@PAGE
add x0, x0, l_.str.30@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_142: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_144
b LBB1_143
LBB1_143: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_144
LBB1_144: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.31@PAGE
add x0, x0, l_.str.31@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_145: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_147
b LBB1_146
LBB1_146: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_147
LBB1_147: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.32@PAGE
add x0, x0, l_.str.32@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_148: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_150
b LBB1_149
LBB1_149: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_150
LBB1_150: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.33@PAGE
add x0, x0, l_.str.33@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_151: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_153
b LBB1_152
LBB1_152: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_153
LBB1_153: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.34@PAGE
add x0, x0, l_.str.34@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_154: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_156
b LBB1_155
LBB1_155: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_156
LBB1_156: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.35@PAGE
add x0, x0, l_.str.35@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_157: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_159
b LBB1_158
LBB1_158: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_159
LBB1_159: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.36@PAGE
add x0, x0, l_.str.36@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_160: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_162
b LBB1_161
LBB1_161: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_162
LBB1_162: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.37@PAGE
add x0, x0, l_.str.37@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_163: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_165
b LBB1_164
LBB1_164: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_165
LBB1_165: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.38@PAGE
add x0, x0, l_.str.38@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_166: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_168
b LBB1_167
LBB1_167: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_168
LBB1_168: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.39@PAGE
add x0, x0, l_.str.39@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_169: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_171
b LBB1_170
LBB1_170: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_171
LBB1_171: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.40@PAGE
add x0, x0, l_.str.40@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_172: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_174
b LBB1_173
LBB1_173: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_174
LBB1_174: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.41@PAGE
add x0, x0, l_.str.41@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_175: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_177
b LBB1_176
LBB1_176: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_177
LBB1_177: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.20@PAGE
add x0, x0, l_.str.20@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_178: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_180
b LBB1_179
LBB1_179: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_180
LBB1_180: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.42@PAGE
add x0, x0, l_.str.42@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_181: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_183
b LBB1_182
LBB1_182: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_183
LBB1_183: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.43@PAGE
add x0, x0, l_.str.43@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_184: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_186
b LBB1_185
LBB1_185: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_186
LBB1_186: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.44@PAGE
add x0, x0, l_.str.44@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_187: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_189
b LBB1_188
LBB1_188: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_189
LBB1_189: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.45@PAGE
add x0, x0, l_.str.45@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_190: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_192
b LBB1_191
LBB1_191: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_192
LBB1_192: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.46@PAGE
add x0, x0, l_.str.46@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_193: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_195
b LBB1_194
LBB1_194: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_195
LBB1_195: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.47@PAGE
add x0, x0, l_.str.47@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_196: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_198
b LBB1_197
LBB1_197: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_198
LBB1_198: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.48@PAGE
add x0, x0, l_.str.48@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_199: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_201
b LBB1_200
LBB1_200: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_201
LBB1_201: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.49@PAGE
add x0, x0, l_.str.49@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_202: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_204
b LBB1_203
LBB1_203: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_204
LBB1_204: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.50@PAGE
add x0, x0, l_.str.50@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_205: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_207
b LBB1_206
LBB1_206: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_207
LBB1_207: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.51@PAGE
add x0, x0, l_.str.51@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_208: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_210
b LBB1_209
LBB1_209: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_210
LBB1_210: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.52@PAGE
add x0, x0, l_.str.52@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_211: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_213
b LBB1_212
LBB1_212: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_213
LBB1_213: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.53@PAGE
add x0, x0, l_.str.53@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_214: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_216
b LBB1_215
LBB1_215: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_216
LBB1_216: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.54@PAGE
add x0, x0, l_.str.54@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_217: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_219
b LBB1_218
LBB1_218: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_219
LBB1_219: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.55@PAGE
add x0, x0, l_.str.55@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_220: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_222
b LBB1_221
LBB1_221: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_222
LBB1_222: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.56@PAGE
add x0, x0, l_.str.56@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_223: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_225
b LBB1_224
LBB1_224: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_225
LBB1_225: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.57@PAGE
add x0, x0, l_.str.57@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_226: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_228
b LBB1_227
LBB1_227: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_228
LBB1_228: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.58@PAGE
add x0, x0, l_.str.58@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_229: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_231
b LBB1_230
LBB1_230: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_231
LBB1_231: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.59@PAGE
add x0, x0, l_.str.59@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_232: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_234
b LBB1_233
LBB1_233: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_234
LBB1_234: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.60@PAGE
add x0, x0, l_.str.60@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_235: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_237
b LBB1_236
LBB1_236: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_237
LBB1_237: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.61@PAGE
add x0, x0, l_.str.61@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_238: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_240
b LBB1_239
LBB1_239: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_240
LBB1_240: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _stress@PAGE
str wzr, [x8, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.62@PAGE
add x0, x0, l_.str.62@PAGEOFF
bl _printf
adrp x9, _spc@PAGE
mov w8, #1
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_241: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_243
b LBB1_242
LBB1_242: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_243
LBB1_243: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-84] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.19@PAGE
add x0, x0, l_.str.19@PAGEOFF
bl _printf
ldur w8, [x29, #-84] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_244: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_246
b LBB1_245
LBB1_245: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_246
LBB1_246: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-88] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.20@PAGE
add x0, x0, l_.str.20@PAGEOFF
bl _printf
ldur w8, [x29, #-88] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_247: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_249
b LBB1_248
LBB1_248: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_249
LBB1_249: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-92] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.21@PAGE
add x0, x0, l_.str.21@PAGEOFF
bl _printf
ldur w8, [x29, #-92] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_250: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_252
b LBB1_251
LBB1_251: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_252
LBB1_252: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-96] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.22@PAGE
add x0, x0, l_.str.22@PAGEOFF
bl _printf
ldur w8, [x29, #-96] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_253: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_255
b LBB1_254
LBB1_254: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_255
LBB1_255: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-100] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.23@PAGE
add x0, x0, l_.str.23@PAGEOFF
bl _printf
ldur w8, [x29, #-100] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_256: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_258
b LBB1_257
LBB1_257: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_258
LBB1_258: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-104] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.24@PAGE
add x0, x0, l_.str.24@PAGEOFF
bl _printf
ldur w8, [x29, #-104] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_259: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_261
b LBB1_260
LBB1_260: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_261
LBB1_261: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-108] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.25@PAGE
add x0, x0, l_.str.25@PAGEOFF
bl _printf
ldur w8, [x29, #-108] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_262: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_264
b LBB1_263
LBB1_263: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_264
LBB1_264: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-112] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.26@PAGE
add x0, x0, l_.str.26@PAGEOFF
bl _printf
ldur w8, [x29, #-112] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_265: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_267
b LBB1_266
LBB1_266: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_267
LBB1_267: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-116] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.27@PAGE
add x0, x0, l_.str.27@PAGEOFF
bl _printf
ldur w8, [x29, #-116] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_268: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_270
b LBB1_269
LBB1_269: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_270
LBB1_270: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-120] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.28@PAGE
add x0, x0, l_.str.28@PAGEOFF
bl _printf
ldur w8, [x29, #-120] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_271: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_273
b LBB1_272
LBB1_272: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_273
LBB1_273: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-124] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.27@PAGE
add x0, x0, l_.str.27@PAGEOFF
bl _printf
ldur w8, [x29, #-124] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_274: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_276
b LBB1_275
LBB1_275: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_276
LBB1_276: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-128] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.29@PAGE
add x0, x0, l_.str.29@PAGEOFF
bl _printf
ldur w8, [x29, #-128] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_277: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_279
b LBB1_278
LBB1_278: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_279
LBB1_279: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-132] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.30@PAGE
add x0, x0, l_.str.30@PAGEOFF
bl _printf
ldur w8, [x29, #-132] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_280: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_282
b LBB1_281
LBB1_281: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_282
LBB1_282: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-136] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.30@PAGE
add x0, x0, l_.str.30@PAGEOFF
bl _printf
ldur w8, [x29, #-136] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_283: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_285
b LBB1_284
LBB1_284: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_285
LBB1_285: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-140] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.31@PAGE
add x0, x0, l_.str.31@PAGEOFF
bl _printf
ldur w8, [x29, #-140] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_286: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_288
b LBB1_287
LBB1_287: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_288
LBB1_288: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-144] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.32@PAGE
add x0, x0, l_.str.32@PAGEOFF
bl _printf
ldur w8, [x29, #-144] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_289: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_291
b LBB1_290
LBB1_290: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_291
LBB1_291: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
stur w8, [x29, #-148] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.33@PAGE
add x0, x0, l_.str.33@PAGEOFF
bl _printf
ldur w8, [x29, #-148] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_292: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_294
b LBB1_293
LBB1_293: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_294
LBB1_294: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #152] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.34@PAGE
add x0, x0, l_.str.34@PAGEOFF
bl _printf
ldr w8, [sp, #152] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_295: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_297
b LBB1_296
LBB1_296: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_297
LBB1_297: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #148] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.35@PAGE
add x0, x0, l_.str.35@PAGEOFF
bl _printf
ldr w8, [sp, #148] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_298: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_300
b LBB1_299
LBB1_299: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_300
LBB1_300: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #144] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.36@PAGE
add x0, x0, l_.str.36@PAGEOFF
bl _printf
ldr w8, [sp, #144] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_301: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_303
b LBB1_302
LBB1_302: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_303
LBB1_303: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #140] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.37@PAGE
add x0, x0, l_.str.37@PAGEOFF
bl _printf
ldr w8, [sp, #140] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_304: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_306
b LBB1_305
LBB1_305: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_306
LBB1_306: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #136] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.38@PAGE
add x0, x0, l_.str.38@PAGEOFF
bl _printf
ldr w8, [sp, #136] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_307: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_309
b LBB1_308
LBB1_308: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_309
LBB1_309: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #132] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.39@PAGE
add x0, x0, l_.str.39@PAGEOFF
bl _printf
ldr w8, [sp, #132] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_310: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_312
b LBB1_311
LBB1_311: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_312
LBB1_312: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #128] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.40@PAGE
add x0, x0, l_.str.40@PAGEOFF
bl _printf
ldr w8, [sp, #128] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_313: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_315
b LBB1_314
LBB1_314: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_315
LBB1_315: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #124] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.41@PAGE
add x0, x0, l_.str.41@PAGEOFF
bl _printf
ldr w8, [sp, #124] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_316: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_318
b LBB1_317
LBB1_317: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_318
LBB1_318: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #120] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.20@PAGE
add x0, x0, l_.str.20@PAGEOFF
bl _printf
ldr w8, [sp, #120] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_319: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_321
b LBB1_320
LBB1_320: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_321
LBB1_321: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #116] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.42@PAGE
add x0, x0, l_.str.42@PAGEOFF
bl _printf
ldr w8, [sp, #116] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_322: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_324
b LBB1_323
LBB1_323: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_324
LBB1_324: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #112] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.43@PAGE
add x0, x0, l_.str.43@PAGEOFF
bl _printf
ldr w8, [sp, #112] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_325: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_327
b LBB1_326
LBB1_326: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_327
LBB1_327: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #108] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.44@PAGE
add x0, x0, l_.str.44@PAGEOFF
bl _printf
ldr w8, [sp, #108] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_328: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_330
b LBB1_329
LBB1_329: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_330
LBB1_330: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #104] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.45@PAGE
add x0, x0, l_.str.45@PAGEOFF
bl _printf
ldr w8, [sp, #104] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_331: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_333
b LBB1_332
LBB1_332: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_333
LBB1_333: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #100] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.46@PAGE
add x0, x0, l_.str.46@PAGEOFF
bl _printf
ldr w8, [sp, #100] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_334: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_336
b LBB1_335
LBB1_335: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_336
LBB1_336: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #96] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.47@PAGE
add x0, x0, l_.str.47@PAGEOFF
bl _printf
ldr w8, [sp, #96] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_337: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_339
b LBB1_338
LBB1_338: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_339
LBB1_339: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #92] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.48@PAGE
add x0, x0, l_.str.48@PAGEOFF
bl _printf
ldr w8, [sp, #92] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_340: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_342
b LBB1_341
LBB1_341: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_342
LBB1_342: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #88] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.49@PAGE
add x0, x0, l_.str.49@PAGEOFF
bl _printf
ldr w8, [sp, #88] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_343: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_345
b LBB1_344
LBB1_344: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_345
LBB1_345: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #84] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.50@PAGE
add x0, x0, l_.str.50@PAGEOFF
bl _printf
ldr w8, [sp, #84] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_346: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_348
b LBB1_347
LBB1_347: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_348
LBB1_348: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #80] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.51@PAGE
add x0, x0, l_.str.51@PAGEOFF
bl _printf
ldr w8, [sp, #80] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_349: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_351
b LBB1_350
LBB1_350: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_351
LBB1_351: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #76] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.52@PAGE
add x0, x0, l_.str.52@PAGEOFF
bl _printf
ldr w8, [sp, #76] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_352: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_354
b LBB1_353
LBB1_353: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_354
LBB1_354: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #72] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.53@PAGE
add x0, x0, l_.str.53@PAGEOFF
bl _printf
ldr w8, [sp, #72] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_355: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_357
b LBB1_356
LBB1_356: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_357
LBB1_357: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #68] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.54@PAGE
add x0, x0, l_.str.54@PAGEOFF
bl _printf
ldr w8, [sp, #68] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_358: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_360
b LBB1_359
LBB1_359: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_360
LBB1_360: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #64] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.55@PAGE
add x0, x0, l_.str.55@PAGEOFF
bl _printf
ldr w8, [sp, #64] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_361: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_363
b LBB1_362
LBB1_362: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_363
LBB1_363: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #60] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.56@PAGE
add x0, x0, l_.str.56@PAGEOFF
bl _printf
ldr w8, [sp, #60] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_364: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_366
b LBB1_365
LBB1_365: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_366
LBB1_366: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #56] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.57@PAGE
add x0, x0, l_.str.57@PAGEOFF
bl _printf
ldr w8, [sp, #56] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_367: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_369
b LBB1_368
LBB1_368: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_369
LBB1_369: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #52] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.58@PAGE
add x0, x0, l_.str.58@PAGEOFF
bl _printf
ldr w8, [sp, #52] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_370: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_372
b LBB1_371
LBB1_371: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_372
LBB1_372: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #48] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.59@PAGE
add x0, x0, l_.str.59@PAGEOFF
bl _printf
ldr w8, [sp, #48] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_373: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_375
b LBB1_374
LBB1_374: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_375
LBB1_375: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #44] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.60@PAGE
add x0, x0, l_.str.60@PAGEOFF
bl _printf
ldr w8, [sp, #44] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_376: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_378
b LBB1_377
LBB1_377: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_378
LBB1_378: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #40] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.61@PAGE
add x0, x0, l_.str.61@PAGEOFF
bl _printf
ldr w8, [sp, #40] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_379: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_381
b LBB1_380
LBB1_380: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_381
LBB1_381: ; in Loop: Header=BB1_13 Depth=1
adrp x9, _stress@PAGE
mov w8, #1
str w8, [sp, #36] ; 4-byte Folded Spill
str w8, [x9, _stress@PAGEOFF]
bl _space
adrp x0, l_.str.62@PAGE
add x0, x0, l_.str.62@PAGEOFF
bl _printf
ldr w8, [sp, #36] ; 4-byte Folded Reload
adrp x9, _spc@PAGE
str w8, [x9, _spc@PAGEOFF]
b LBB1_410
LBB1_382: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldr x8, [x8]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB1_384
b LBB1_383
LBB1_383: ; in Loop: Header=BB1_13 Depth=1
ldur x9, [x29, #-64] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x9, [x9]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
and w8, w8, #0x1
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #44]
b LBB1_384
LBB1_384: ; in Loop: Header=BB1_13 Depth=1
b LBB1_385
LBB1_385: ; in Loop: Header=BB1_13 Depth=1
ldur x8, [x29, #-64] ; 8-byte Folded Reload
ldur x9, [x29, #-72] ; 8-byte Folded Reload
ldr x0, [x9]
ldr x1, [x8]
adrp x8, _yyout@PAGE
ldr x3, [x8, _yyout@PAGEOFF]
mov x2, #1
bl _fwrite
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB1_387
b LBB1_386
LBB1_386: ; in Loop: Header=BB1_13 Depth=1
b LBB1_387
LBB1_387: ; in Loop: Header=BB1_13 Depth=1
b LBB1_388
LBB1_388: ; in Loop: Header=BB1_13 Depth=1
b LBB1_410
LBB1_389:
mov w0, #0
ldp x29, x30, [sp, #304] ; 16-byte Folded Reload
ldp x28, x27, [sp, #288] ; 16-byte Folded Reload
add sp, sp, #320
ret
LBB1_390: ; in Loop: Header=BB1_28 Depth=4
ldur x9, [x29, #-72] ; 8-byte Folded Reload
ldur x8, [x29, #-32]
ldr x9, [x9]
subs x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
subs w8, w8, #1
stur w8, [x29, #-52]
adrp x8, _yy_hold_char@PAGE
ldrb w8, [x8, _yy_hold_char@PAGEOFF]
ldur x9, [x29, #-32]
strb w8, [x9]
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr w8, [x8, #60]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_392
b LBB1_391
LBB1_391: ; in Loop: Header=BB1_28 Depth=4
adrp x8, _yy_buffer_stack@PAGE
ldr x10, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x11, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
ldr w10, [x10, #32]
adrp x11, _yy_n_chars@PAGE
str w10, [x11, _yy_n_chars@PAGEOFF]
adrp x10, _yyin@PAGE
ldr x10, [x10, _yyin@PAGEOFF]
ldr x11, [x8, _yy_buffer_stack@PAGEOFF]
ldr x12, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x11, [x11, x12, lsl #3]
str x10, [x11]
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x8, x9, lsl #3]
mov w8, #1
str w8, [x9, #60]
b LBB1_392
LBB1_392: ; in Loop: Header=BB1_28 Depth=4
adrp x8, _yy_c_buf_p@PAGE
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
ldr x9, [x9, #8]
adrp x10, _yy_n_chars@PAGE
ldrsw x10, [x10, _yy_n_chars@PAGEOFF]
add x9, x9, x10
subs x8, x8, x9
cset w8, hi
tbnz w8, #0, LBB1_396
b LBB1_393
LBB1_393: ; in Loop: Header=BB1_25 Depth=3
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-52]
add x8, x8, x9
adrp x9, _yy_c_buf_p@PAGE
str x8, [x9, _yy_c_buf_p@PAGEOFF]
bl _yy_get_previous_state
stur w0, [x29, #-20]
ldur w0, [x29, #-20]
bl _yy_try_NUL_trans
ldur x8, [x29, #-72] ; 8-byte Folded Reload
stur w0, [x29, #-56]
ldr x8, [x8]
stur x8, [x29, #-40]
ldur w8, [x29, #-56]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_395
b LBB1_394
LBB1_394: ; in Loop: Header=BB1_14 Depth=2
adrp x10, _yy_c_buf_p@PAGE
ldr x8, [x10, _yy_c_buf_p@PAGEOFF]
add x8, x8, #1
mov x9, x8
str x9, [x10, _yy_c_buf_p@PAGEOFF]
stur x8, [x29, #-32]
ldur w8, [x29, #-56]
stur w8, [x29, #-20]
b LBB1_14
LBB1_395: ; in Loop: Header=BB1_25 Depth=3
adrp x8, _yy_c_buf_p@PAGE
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
stur x8, [x29, #-32]
b LBB1_25
LBB1_396: ; in Loop: Header=BB1_28 Depth=4
bl _yy_get_next_buffer
str w0, [sp, #32] ; 4-byte Folded Spill
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_405
b LBB1_397
LBB1_397: ; in Loop: Header=BB1_28 Depth=4
ldr w8, [sp, #32] ; 4-byte Folded Reload
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_399
b LBB1_398
LBB1_398: ; in Loop: Header=BB1_25 Depth=3
ldr w8, [sp, #32] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_406
b LBB1_407
LBB1_399: ; in Loop: Header=BB1_28 Depth=4
adrp x8, _yy_did_buffer_switch_on_eof@PAGE
str wzr, [x8, _yy_did_buffer_switch_on_eof@PAGEOFF]
bl _yywrap
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_401
b LBB1_400
LBB1_400: ; in Loop: Header=BB1_28 Depth=4
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
adrp x9, _yy_c_buf_p@PAGE
str x8, [x9, _yy_c_buf_p@PAGEOFF]
adrp x8, _yy_start@PAGE
ldr w8, [x8, _yy_start@PAGEOFF]
subs w8, w8, #1
mov w9, #2
sdiv w8, w8, w9
add w8, w8, #119
add w8, w8, #1
stur w8, [x29, #-44]
b LBB1_28
LBB1_401: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _yy_did_buffer_switch_on_eof@PAGE
ldr w8, [x8, _yy_did_buffer_switch_on_eof@PAGEOFF]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_403
b LBB1_402
LBB1_402: ; in Loop: Header=BB1_13 Depth=1
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
bl _yyrestart
b LBB1_403
LBB1_403: ; in Loop: Header=BB1_13 Depth=1
b LBB1_404
LBB1_404: ; in Loop: Header=BB1_13 Depth=1
b LBB1_407
LBB1_405: ; in Loop: Header=BB1_14 Depth=2
ldur x8, [x29, #-72] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-52]
add x8, x8, x9
adrp x9, _yy_c_buf_p@PAGE
str x9, [sp, #24] ; 8-byte Folded Spill
str x8, [x9, _yy_c_buf_p@PAGEOFF]
bl _yy_get_previous_state
ldr x9, [sp, #24] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
stur w0, [x29, #-20]
ldr x9, [x9, _yy_c_buf_p@PAGEOFF]
stur x9, [x29, #-32]
ldr x8, [x8]
stur x8, [x29, #-40]
b LBB1_14
LBB1_406: ; in Loop: Header=BB1_25 Depth=3
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #8]
adrp x9, _yy_n_chars@PAGE
ldrsw x9, [x9, _yy_n_chars@PAGEOFF]
add x8, x8, x9
adrp x9, _yy_c_buf_p@PAGE
str x9, [sp, #16] ; 8-byte Folded Spill
str x8, [x9, _yy_c_buf_p@PAGEOFF]
bl _yy_get_previous_state
ldr x9, [sp, #16] ; 8-byte Folded Reload
ldur x8, [x29, #-72] ; 8-byte Folded Reload
stur w0, [x29, #-20]
ldr x9, [x9, _yy_c_buf_p@PAGEOFF]
stur x9, [x29, #-32]
ldr x8, [x8]
stur x8, [x29, #-40]
b LBB1_25
LBB1_407: ; in Loop: Header=BB1_13 Depth=1
b LBB1_408
LBB1_408: ; in Loop: Header=BB1_13 Depth=1
b LBB1_410
LBB1_409:
adrp x0, l_.str.63@PAGE
add x0, x0, l_.str.63@PAGEOFF
bl _yy_fatal_error
LBB1_410: ; in Loop: Header=BB1_13 Depth=1
b LBB1_13
.cfi_endproc
.p2align 2
lJTI1_0:
.long LBB1_30-Ltmp0
.long LBB1_31-Ltmp0
.long LBB1_34-Ltmp0
.long LBB1_37-Ltmp0
.long LBB1_40-Ltmp0
.long LBB1_43-Ltmp0
.long LBB1_46-Ltmp0
.long LBB1_49-Ltmp0
.long LBB1_52-Ltmp0
.long LBB1_55-Ltmp0
.long LBB1_58-Ltmp0
.long LBB1_61-Ltmp0
.long LBB1_64-Ltmp0
.long LBB1_67-Ltmp0
.long LBB1_70-Ltmp0
.long LBB1_73-Ltmp0
.long LBB1_76-Ltmp0
.long LBB1_79-Ltmp0
.long LBB1_82-Ltmp0
.long LBB1_85-Ltmp0
.long LBB1_88-Ltmp0
.long LBB1_91-Ltmp0
.long LBB1_94-Ltmp0
.long LBB1_97-Ltmp0
.long LBB1_100-Ltmp0
.long LBB1_103-Ltmp0
.long LBB1_106-Ltmp0
.long LBB1_109-Ltmp0
.long LBB1_112-Ltmp0
.long LBB1_115-Ltmp0
.long LBB1_118-Ltmp0
.long LBB1_121-Ltmp0
.long LBB1_124-Ltmp0
.long LBB1_127-Ltmp0
.long LBB1_130-Ltmp0
.long LBB1_133-Ltmp0
.long LBB1_136-Ltmp0
.long LBB1_139-Ltmp0
.long LBB1_142-Ltmp0
.long LBB1_145-Ltmp0
.long LBB1_148-Ltmp0
.long LBB1_151-Ltmp0
.long LBB1_154-Ltmp0
.long LBB1_157-Ltmp0
.long LBB1_160-Ltmp0
.long LBB1_163-Ltmp0
.long LBB1_166-Ltmp0
.long LBB1_169-Ltmp0
.long LBB1_172-Ltmp0
.long LBB1_175-Ltmp0
.long LBB1_178-Ltmp0
.long LBB1_181-Ltmp0
.long LBB1_184-Ltmp0
.long LBB1_187-Ltmp0
.long LBB1_190-Ltmp0
.long LBB1_193-Ltmp0
.long LBB1_196-Ltmp0
.long LBB1_199-Ltmp0
.long LBB1_202-Ltmp0
.long LBB1_205-Ltmp0
.long LBB1_208-Ltmp0
.long LBB1_211-Ltmp0
.long LBB1_214-Ltmp0
.long LBB1_217-Ltmp0
.long LBB1_220-Ltmp0
.long LBB1_223-Ltmp0
.long LBB1_226-Ltmp0
.long LBB1_229-Ltmp0
.long LBB1_232-Ltmp0
.long LBB1_235-Ltmp0
.long LBB1_238-Ltmp0
.long LBB1_241-Ltmp0
.long LBB1_244-Ltmp0
.long LBB1_247-Ltmp0
.long LBB1_250-Ltmp0
.long LBB1_253-Ltmp0
.long LBB1_256-Ltmp0
.long LBB1_259-Ltmp0
.long LBB1_262-Ltmp0
.long LBB1_265-Ltmp0
.long LBB1_268-Ltmp0
.long LBB1_271-Ltmp0
.long LBB1_274-Ltmp0
.long LBB1_277-Ltmp0
.long LBB1_280-Ltmp0
.long LBB1_283-Ltmp0
.long LBB1_286-Ltmp0
.long LBB1_289-Ltmp0
.long LBB1_292-Ltmp0
.long LBB1_295-Ltmp0
.long LBB1_298-Ltmp0
.long LBB1_301-Ltmp0
.long LBB1_304-Ltmp0
.long LBB1_307-Ltmp0
.long LBB1_310-Ltmp0
.long LBB1_313-Ltmp0
.long LBB1_316-Ltmp0
.long LBB1_319-Ltmp0
.long LBB1_322-Ltmp0
.long LBB1_325-Ltmp0
.long LBB1_328-Ltmp0
.long LBB1_331-Ltmp0
.long LBB1_334-Ltmp0
.long LBB1_337-Ltmp0
.long LBB1_340-Ltmp0
.long LBB1_343-Ltmp0
.long LBB1_346-Ltmp0
.long LBB1_349-Ltmp0
.long LBB1_352-Ltmp0
.long LBB1_355-Ltmp0
.long LBB1_358-Ltmp0
.long LBB1_361-Ltmp0
.long LBB1_364-Ltmp0
.long LBB1_367-Ltmp0
.long LBB1_370-Ltmp0
.long LBB1_373-Ltmp0
.long LBB1_376-Ltmp0
.long LBB1_379-Ltmp0
.long LBB1_382-Ltmp0
.long LBB1_390-Ltmp0
.long LBB1_389-Ltmp0
.long LBB1_389-Ltmp0
.long LBB1_389-Ltmp0
.long LBB1_389-Ltmp0
.long LBB1_389-Ltmp0
.long LBB1_389-Ltmp0
; -- End function
.p2align 2 ; -- Begin function yyensure_buffer_stack
_yyensure_buffer_stack: ; @yyensure_buffer_stack
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB2_4
b LBB2_1
LBB2_1:
mov x8, #1
stur x8, [x29, #-8]
ldur x8, [x29, #-8]
lsl x0, x8, #3
bl _yyalloc
adrp x8, _yy_buffer_stack@PAGE
str x0, [x8, _yy_buffer_stack@PAGEOFF]
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB2_3
b LBB2_2
LBB2_2:
adrp x0, l_.str.72@PAGE
add x0, x0, l_.str.72@PAGEOFF
bl _yy_fatal_error
LBB2_3:
adrp x8, _yy_buffer_stack@PAGE
ldr x0, [x8, _yy_buffer_stack@PAGEOFF]
ldur x8, [x29, #-8]
lsl x2, x8, #3
mov w1, #0
mov x3, #-1
bl ___memset_chk
ldur x8, [x29, #-8]
adrp x9, _yy_buffer_stack_max@PAGE
str x8, [x9, _yy_buffer_stack_max@PAGEOFF]
adrp x8, _yy_buffer_stack_top@PAGE
str xzr, [x8, _yy_buffer_stack_top@PAGEOFF]
b LBB2_8
LBB2_4:
adrp x8, _yy_buffer_stack_top@PAGE
ldr x8, [x8, _yy_buffer_stack_top@PAGEOFF]
adrp x9, _yy_buffer_stack_max@PAGE
ldr x9, [x9, _yy_buffer_stack_max@PAGEOFF]
subs x9, x9, #1
subs x8, x8, x9
cset w8, lo
tbnz w8, #0, LBB2_8
b LBB2_5
LBB2_5:
mov x8, #8
str x8, [sp, #16]
adrp x8, _yy_buffer_stack_max@PAGE
ldr x8, [x8, _yy_buffer_stack_max@PAGEOFF]
ldr x9, [sp, #16]
add x8, x8, x9
stur x8, [x29, #-8]
adrp x8, _yy_buffer_stack@PAGE
str x8, [sp, #8] ; 8-byte Folded Spill
ldr x0, [x8, _yy_buffer_stack@PAGEOFF]
ldur x8, [x29, #-8]
lsl x1, x8, #3
bl _yyrealloc
ldr x8, [sp, #8] ; 8-byte Folded Reload
str x0, [x8, _yy_buffer_stack@PAGEOFF]
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB2_7
b LBB2_6
LBB2_6:
adrp x0, l_.str.72@PAGE
add x0, x0, l_.str.72@PAGEOFF
bl _yy_fatal_error
LBB2_7:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_max@PAGE
str x9, [sp] ; 8-byte Folded Spill
ldr x9, [x9, _yy_buffer_stack_max@PAGEOFF]
add x0, x8, x9, lsl #3
ldr x8, [sp, #16]
lsl x2, x8, #3
mov w1, #0
mov x3, #-1
bl ___memset_chk
ldr x9, [sp] ; 8-byte Folded Reload
ldur x8, [x29, #-8]
str x8, [x9, _yy_buffer_stack_max@PAGEOFF]
b LBB2_8
LBB2_8:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _yy_create_buffer ; -- Begin function yy_create_buffer
.p2align 2
_yy_create_buffer: ; @yy_create_buffer
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
mov x0, #64
bl _yyalloc
str x0, [sp, #8]
ldr x8, [sp, #8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
adrp x0, l_.str.64@PAGE
add x0, x0, l_.str.64@PAGEOFF
bl _yy_fatal_error
LBB3_2:
ldursw x8, [x29, #-12]
ldr x9, [sp, #8]
str x8, [x9, #24]
ldr x8, [sp, #8]
ldr x8, [x8, #24]
add x0, x8, #2
bl _yyalloc
ldr x8, [sp, #8]
str x0, [x8, #8]
ldr x8, [sp, #8]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB3_4
b LBB3_3
LBB3_3:
adrp x0, l_.str.64@PAGE
add x0, x0, l_.str.64@PAGEOFF
bl _yy_fatal_error
LBB3_4:
ldr x9, [sp, #8]
mov w8, #1
str w8, [x9, #36]
ldr x0, [sp, #8]
ldur x1, [x29, #-8]
bl _yy_init_buffer
ldr x0, [sp, #8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function yy_load_buffer_state
_yy_load_buffer_state: ; @yy_load_buffer_state
.cfi_startproc
; %bb.0:
adrp x9, _yy_buffer_stack@PAGE
ldr x8, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x11, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x11, lsl #3]
ldr w8, [x8, #32]
adrp x11, _yy_n_chars@PAGE
str w8, [x11, _yy_n_chars@PAGEOFF]
ldr x8, [x9, _yy_buffer_stack@PAGEOFF]
ldr x11, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x11, lsl #3]
ldr x11, [x8, #16]
adrp x8, _yy_c_buf_p@PAGE
str x11, [x8, _yy_c_buf_p@PAGEOFF]
adrp x12, _yytext@GOTPAGE
ldr x12, [x12, _yytext@GOTPAGEOFF]
str x11, [x12]
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
ldr x9, [x9]
adrp x10, _yyin@PAGE
str x9, [x10, _yyin@PAGEOFF]
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
ldrb w8, [x8]
adrp x9, _yy_hold_char@PAGE
strb w8, [x9, _yy_hold_char@PAGEOFF]
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function yy_get_previous_state
_yy_get_previous_state: ; @yy_get_previous_state
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
adrp x8, _yy_start@PAGE
ldr w8, [x8, _yy_start@PAGEOFF]
str w8, [sp, #28]
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr w9, [x8, #44]
ldr w8, [sp, #28]
add w8, w8, w9
str w8, [sp, #28]
adrp x8, _yytext@GOTPAGE
ldr x8, [x8, _yytext@GOTPAGEOFF]
ldr x8, [x8]
str x8, [sp, #16]
b LBB5_1
LBB5_1: ; =>This Loop Header: Depth=1
; Child Loop BB5_8 Depth 2
ldr x8, [sp, #16]
adrp x9, _yy_c_buf_p@PAGE
ldr x9, [x9, _yy_c_buf_p@PAGEOFF]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB5_14
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
ldrsb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB5_4
b LBB5_3
LBB5_3: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
ldrb w8, [x8]
mov x9, x8
adrp x8, _yy_ec@PAGE
add x8, x8, _yy_ec@PAGEOFF
ldrb w8, [x8, x9]
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB5_5
LBB5_4: ; in Loop: Header=BB5_1 Depth=1
mov w8, #1
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB5_5
LBB5_5: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #8] ; 4-byte Folded Reload
strb w8, [sp, #15]
ldrsw x9, [sp, #28]
adrp x8, _yy_accept@PAGE
add x8, x8, _yy_accept@PAGEOFF
add x8, x8, x9, lsl #1
ldrh w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB5_7
b LBB5_6
LBB5_6: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #28]
adrp x9, _yy_last_accepting_state@PAGE
str w8, [x9, _yy_last_accepting_state@PAGEOFF]
ldr x8, [sp, #16]
adrp x9, _yy_last_accepting_cpos@PAGE
str x8, [x9, _yy_last_accepting_cpos@PAGEOFF]
b LBB5_7
LBB5_7: ; in Loop: Header=BB5_1 Depth=1
b LBB5_8
LBB5_8: ; Parent Loop BB5_1 Depth=1
; => This Inner Loop Header: Depth=2
ldrsw x9, [sp, #28]
adrp x8, _yy_base@PAGE
add x8, x8, _yy_base@PAGEOFF
ldrh w8, [x8, x9, lsl #1]
ldrb w9, [sp, #15]
add w9, w8, w9
adrp x8, _yy_chk@PAGE
add x8, x8, _yy_chk@PAGEOFF
ldrsh w8, [x8, w9, sxtw #1]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB5_12
b LBB5_9
LBB5_9: ; in Loop: Header=BB5_8 Depth=2
ldrsw x9, [sp, #28]
adrp x8, _yy_def@PAGE
add x8, x8, _yy_def@PAGEOFF
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #28]
ldr w8, [sp, #28]
subs w8, w8, #148
cset w8, lt
tbnz w8, #0, LBB5_11
b LBB5_10
LBB5_10: ; in Loop: Header=BB5_8 Depth=2
ldrb w8, [sp, #15]
mov x9, x8
adrp x8, _yy_meta@PAGE
add x8, x8, _yy_meta@PAGEOFF
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #15]
b LBB5_11
LBB5_11: ; in Loop: Header=BB5_8 Depth=2
b LBB5_8
LBB5_12: ; in Loop: Header=BB5_1 Depth=1
ldrsw x9, [sp, #28]
adrp x8, _yy_base@PAGE
add x8, x8, _yy_base@PAGEOFF
ldrh w8, [x8, x9, lsl #1]
ldrb w9, [sp, #15]
add w9, w8, w9
adrp x8, _yy_nxt@PAGE
add x8, x8, _yy_nxt@PAGEOFF
ldrh w8, [x8, w9, uxtw #1]
str w8, [sp, #28]
b LBB5_13
LBB5_13: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
b LBB5_1
LBB5_14:
ldr w0, [sp, #28]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function yy_try_NUL_trans
_yy_try_NUL_trans: ; @yy_try_NUL_trans
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #28]
adrp x8, _yy_c_buf_p@PAGE
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
str x8, [sp, #16]
mov w8, #1
strb w8, [sp, #15]
ldrsw x9, [sp, #28]
adrp x8, _yy_accept@PAGE
add x8, x8, _yy_accept@PAGEOFF
add x8, x8, x9, lsl #1
ldrh w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB6_2
b LBB6_1
LBB6_1:
ldr w8, [sp, #28]
adrp x9, _yy_last_accepting_state@PAGE
str w8, [x9, _yy_last_accepting_state@PAGEOFF]
ldr x8, [sp, #16]
adrp x9, _yy_last_accepting_cpos@PAGE
str x8, [x9, _yy_last_accepting_cpos@PAGEOFF]
b LBB6_2
LBB6_2:
b LBB6_3
LBB6_3: ; =>This Inner Loop Header: Depth=1
ldrsw x9, [sp, #28]
adrp x8, _yy_base@PAGE
add x8, x8, _yy_base@PAGEOFF
ldrh w8, [x8, x9, lsl #1]
ldrb w9, [sp, #15]
add w9, w8, w9
adrp x8, _yy_chk@PAGE
add x8, x8, _yy_chk@PAGEOFF
ldrsh w8, [x8, w9, sxtw #1]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB6_7
b LBB6_4
LBB6_4: ; in Loop: Header=BB6_3 Depth=1
ldrsw x9, [sp, #28]
adrp x8, _yy_def@PAGE
add x8, x8, _yy_def@PAGEOFF
ldrsh w8, [x8, x9, lsl #1]
str w8, [sp, #28]
ldr w8, [sp, #28]
subs w8, w8, #148
cset w8, lt
tbnz w8, #0, LBB6_6
b LBB6_5
LBB6_5: ; in Loop: Header=BB6_3 Depth=1
ldrb w8, [sp, #15]
mov x9, x8
adrp x8, _yy_meta@PAGE
add x8, x8, _yy_meta@PAGEOFF
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #15]
b LBB6_6
LBB6_6: ; in Loop: Header=BB6_3 Depth=1
b LBB6_3
LBB6_7:
ldrsw x9, [sp, #28]
adrp x8, _yy_base@PAGE
add x8, x8, _yy_base@PAGEOFF
ldrh w8, [x8, x9, lsl #1]
ldrb w9, [sp, #15]
add w9, w8, w9
adrp x8, _yy_nxt@PAGE
add x8, x8, _yy_nxt@PAGEOFF
ldrh w8, [x8, w9, uxtw #1]
str w8, [sp, #28]
ldr w8, [sp, #28]
subs w8, w8, #147
cset w8, eq
and w8, w8, #0x1
str w8, [sp, #24]
ldr w8, [sp, #24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB6_9
b LBB6_8
LBB6_8:
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB6_10
LBB6_9:
ldr w8, [sp, #28]
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB6_10
LBB6_10:
ldr w0, [sp, #8] ; 4-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function yy_get_next_buffer
_yy_get_next_buffer: ; @yy_get_next_buffer
.cfi_startproc
; %bb.0:
sub sp, sp, #160
.cfi_def_cfa_offset 160
stp x29, x30, [sp, #144] ; 16-byte Folded Spill
add x29, sp, #144
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _yytext@GOTPAGE
ldr x8, [x8, _yytext@GOTPAGEOFF]
str x8, [sp, #32] ; 8-byte Folded Spill
adrp x9, _yy_buffer_stack@PAGE
ldr x11, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x12, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x11, [x11, x12, lsl #3]
ldr x11, [x11, #8]
stur x11, [x29, #-16]
ldr x8, [x8]
stur x8, [x29, #-24]
adrp x8, _yy_c_buf_p@PAGE
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
ldr x9, [x9, #8]
adrp x10, _yy_n_chars@PAGE
ldr w10, [x10, _yy_n_chars@PAGEOFF]
add w10, w10, #1
add x9, x9, w10, sxtw
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB7_2
b LBB7_1
LBB7_1:
adrp x0, l_.str.68@PAGE
add x0, x0, l_.str.68@PAGEOFF
bl _yy_fatal_error
LBB7_2:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr w8, [x8, #56]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB7_6
b LBB7_3
LBB7_3:
ldr x9, [sp, #32] ; 8-byte Folded Reload
adrp x8, _yy_c_buf_p@PAGE
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
ldr x9, [x9]
subs x8, x8, x9
subs x8, x8, #0
subs x8, x8, #1
cset w8, ne
tbnz w8, #0, LBB7_5
b LBB7_4
LBB7_4:
mov w8, #1
stur w8, [x29, #-4]
b LBB7_59
LBB7_5:
mov w8, #2
stur w8, [x29, #-4]
b LBB7_59
LBB7_6:
ldr x9, [sp, #32] ; 8-byte Folded Reload
adrp x8, _yy_c_buf_p@PAGE
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
ldr x9, [x9]
subs x8, x8, x9
subs x8, x8, #1
stur x8, [x29, #-32]
stur xzr, [x29, #-40]
b LBB7_7
LBB7_7: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-40]
ldur x9, [x29, #-32]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB7_10
b LBB7_8
LBB7_8: ; in Loop: Header=BB7_7 Depth=1
ldur x8, [x29, #-24]
add x9, x8, #1
stur x9, [x29, #-24]
ldrb w8, [x8]
ldur x9, [x29, #-16]
add x10, x9, #1
stur x10, [x29, #-16]
strb w8, [x9]
b LBB7_9
LBB7_9: ; in Loop: Header=BB7_7 Depth=1
ldur x8, [x29, #-40]
add x8, x8, #1
stur x8, [x29, #-40]
b LBB7_7
LBB7_10:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr w8, [x8, #60]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB7_12
b LBB7_11
LBB7_11:
adrp x8, _yy_n_chars@PAGE
str wzr, [x8, _yy_n_chars@PAGEOFF]
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
str wzr, [x8, #32]
b LBB7_48
LBB7_12:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #24]
ldur x9, [x29, #-32]
subs x8, x8, x9
subs x8, x8, #1
stur x8, [x29, #-56]
b LBB7_13
LBB7_13: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-56]
subs x8, x8, #0
cset w8, hi
tbnz w8, #0, LBB7_23
b LBB7_14
LBB7_14: ; in Loop: Header=BB7_13 Depth=1
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
stur x8, [x29, #-64]
adrp x8, _yy_c_buf_p@PAGE
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
ldur x9, [x29, #-64]
ldr x9, [x9, #8]
subs x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
stur w8, [x29, #-68]
ldur x8, [x29, #-64]
ldr w8, [x8, #36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB7_19
b LBB7_15
LBB7_15: ; in Loop: Header=BB7_13 Depth=1
ldur x8, [x29, #-64]
ldr x8, [x8, #24]
lsl x8, x8, #1
str x8, [sp, #64]
ldr x8, [sp, #64]
subs x8, x8, #0
cset w8, hi
tbnz w8, #0, LBB7_17
b LBB7_16
LBB7_16: ; in Loop: Header=BB7_13 Depth=1
ldur x8, [x29, #-64]
ldr x8, [x8, #24]
mov x9, #8
udiv x10, x8, x9
ldur x9, [x29, #-64]
ldr x8, [x9, #24]
add x8, x8, x10
str x8, [x9, #24]
b LBB7_18
LBB7_17: ; in Loop: Header=BB7_13 Depth=1
ldur x9, [x29, #-64]
ldr x8, [x9, #24]
lsl x8, x8, #1
str x8, [x9, #24]
b LBB7_18
LBB7_18: ; in Loop: Header=BB7_13 Depth=1
ldur x8, [x29, #-64]
ldr x0, [x8, #8]
ldur x8, [x29, #-64]
ldr x8, [x8, #24]
add x1, x8, #2
bl _yyrealloc
ldur x8, [x29, #-64]
str x0, [x8, #8]
b LBB7_20
LBB7_19: ; in Loop: Header=BB7_13 Depth=1
ldur x8, [x29, #-64]
; kill: def $x9 killed $xzr
str xzr, [x8, #8]
b LBB7_20
LBB7_20: ; in Loop: Header=BB7_13 Depth=1
ldur x8, [x29, #-64]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB7_22
b LBB7_21
LBB7_21:
adrp x0, l_.str.69@PAGE
add x0, x0, l_.str.69@PAGEOFF
bl _yy_fatal_error
LBB7_22: ; in Loop: Header=BB7_13 Depth=1
ldur x8, [x29, #-64]
ldr x8, [x8, #8]
ldursw x9, [x29, #-68]
add x8, x8, x9
adrp x9, _yy_c_buf_p@PAGE
str x8, [x9, _yy_c_buf_p@PAGEOFF]
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #24]
ldur x9, [x29, #-32]
subs x8, x8, x9
subs x8, x8, #1
stur x8, [x29, #-56]
b LBB7_13
LBB7_23:
ldur x8, [x29, #-56]
subs x8, x8, #2, lsl #12 ; =8192
cset w8, ls
tbnz w8, #0, LBB7_25
b LBB7_24
LBB7_24:
mov x8, #8192
stur x8, [x29, #-56]
b LBB7_25
LBB7_25:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr w8, [x8, #40]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB7_39
b LBB7_26
LBB7_26:
mov w8, #42
str w8, [sp, #60]
str xzr, [sp, #48]
b LBB7_27
LBB7_27: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #48]
ldur x9, [x29, #-56]
subs x8, x8, x9
cset w8, hs
mov w9, #0
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB7_30
b LBB7_28
LBB7_28: ; in Loop: Header=BB7_27 Depth=1
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
bl _getc
str w0, [sp, #60]
adds w8, w0, #1
cset w8, eq
mov w9, #0
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB7_30
b LBB7_29
LBB7_29: ; in Loop: Header=BB7_27 Depth=1
ldr w8, [sp, #60]
subs w8, w8, #10
cset w8, ne
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB7_30
LBB7_30: ; in Loop: Header=BB7_27 Depth=1
ldr w8, [sp, #28] ; 4-byte Folded Reload
tbz w8, #0, LBB7_33
b LBB7_31
LBB7_31: ; in Loop: Header=BB7_27 Depth=1
ldr w8, [sp, #60]
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
ldr x9, [x9, #8]
ldur x10, [x29, #-32]
add x9, x9, x10
ldr x10, [sp, #48]
strb w8, [x9, x10]
b LBB7_32
LBB7_32: ; in Loop: Header=BB7_27 Depth=1
ldr x8, [sp, #48]
add x8, x8, #1
str x8, [sp, #48]
b LBB7_27
LBB7_33:
ldr w8, [sp, #60]
subs w8, w8, #10
cset w8, ne
tbnz w8, #0, LBB7_35
b LBB7_34
LBB7_34:
ldr w8, [sp, #60]
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
ldr x9, [x9, #8]
ldur x10, [x29, #-32]
add x9, x9, x10
ldr x10, [sp, #48]
add x11, x10, #1
str x11, [sp, #48]
strb w8, [x9, x10]
b LBB7_35
LBB7_35:
ldr w8, [sp, #60]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB7_38
b LBB7_36
LBB7_36:
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
bl _ferror
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB7_38
b LBB7_37
LBB7_37:
adrp x0, l_.str.70@PAGE
add x0, x0, l_.str.70@PAGEOFF
bl _yy_fatal_error
LBB7_38:
ldr x8, [sp, #48]
adrp x9, _yy_n_chars@PAGE
; kill: def $w8 killed $w8 killed $x8
str w8, [x9, _yy_n_chars@PAGEOFF]
b LBB7_47
LBB7_39:
bl ___error
str wzr, [x0]
b LBB7_40
LBB7_40: ; =>This Inner Loop Header: Depth=1
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #8]
ldur x9, [x29, #-32]
add x0, x8, x9
ldur x2, [x29, #-56]
adrp x8, _yyin@PAGE
ldr x3, [x8, _yyin@PAGEOFF]
mov x1, #1
bl _fread
mov x8, x0
adrp x10, _yy_n_chars@PAGE
mov x9, x0
str w9, [x10, _yy_n_chars@PAGEOFF]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #24] ; 4-byte Folded Spill
tbnz w8, #0, LBB7_42
b LBB7_41
LBB7_41: ; in Loop: Header=BB7_40 Depth=1
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
bl _ferror
subs w8, w0, #0
cset w8, ne
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB7_42
LBB7_42: ; in Loop: Header=BB7_40 Depth=1
ldr w8, [sp, #24] ; 4-byte Folded Reload
tbz w8, #0, LBB7_46
b LBB7_43
LBB7_43: ; in Loop: Header=BB7_40 Depth=1
bl ___error
ldr w8, [x0]
subs w8, w8, #4
cset w8, eq
tbnz w8, #0, LBB7_45
b LBB7_44
LBB7_44:
adrp x0, l_.str.70@PAGE
add x0, x0, l_.str.70@PAGEOFF
bl _yy_fatal_error
LBB7_45: ; in Loop: Header=BB7_40 Depth=1
bl ___error
str wzr, [x0]
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
bl _clearerr
b LBB7_40
LBB7_46:
b LBB7_47
LBB7_47:
adrp x8, _yy_n_chars@PAGE
ldr w8, [x8, _yy_n_chars@PAGEOFF]
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #32]
b LBB7_48
LBB7_48:
adrp x8, _yy_n_chars@PAGE
ldr w8, [x8, _yy_n_chars@PAGEOFF]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB7_53
b LBB7_49
LBB7_49:
ldur x8, [x29, #-32]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB7_51
b LBB7_50
LBB7_50:
mov w8, #1
stur w8, [x29, #-44]
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
bl _yyrestart
b LBB7_52
LBB7_51:
mov w8, #2
stur w8, [x29, #-44]
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #60]
b LBB7_52
LBB7_52:
b LBB7_54
LBB7_53:
stur wzr, [x29, #-44]
b LBB7_54
LBB7_54:
adrp x8, _yy_n_chars@PAGE
ldrsw x8, [x8, _yy_n_chars@PAGEOFF]
ldur x9, [x29, #-32]
add x8, x8, x9
mov x9, x8
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x10, lsl #3]
ldr x8, [x8, #24]
subs x8, x8, w9, sxtw
cset w8, hs
tbnz w8, #0, LBB7_58
b LBB7_55
LBB7_55:
adrp x9, _yy_n_chars@PAGE
ldrsw x8, [x9, _yy_n_chars@PAGEOFF]
ldur x10, [x29, #-32]
add x8, x8, x10
ldr w9, [x9, _yy_n_chars@PAGEOFF]
asr w9, w9, #1
add x8, x8, w9, sxtw
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #44]
adrp x8, _yy_buffer_stack@PAGE
str x8, [sp, #8] ; 8-byte Folded Spill
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
str x9, [sp, #16] ; 8-byte Folded Spill
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x0, [x8, #8]
ldrsw x1, [sp, #44]
bl _yyrealloc
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x9, [sp, #16] ; 8-byte Folded Reload
ldr x10, [x8, _yy_buffer_stack@PAGEOFF]
ldr x11, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x10, [x10, x11, lsl #3]
str x0, [x10, #8]
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB7_57
b LBB7_56
LBB7_56:
adrp x0, l_.str.71@PAGE
add x0, x0, l_.str.71@PAGEOFF
bl _yy_fatal_error
LBB7_57:
b LBB7_58
LBB7_58:
ldr x9, [sp, #32] ; 8-byte Folded Reload
ldur x10, [x29, #-32]
adrp x12, _yy_n_chars@PAGE
ldrsw x8, [x12, _yy_n_chars@PAGEOFF]
add x8, x8, x10
; kill: def $w8 killed $w8 killed $x8
str w8, [x12, _yy_n_chars@PAGEOFF]
adrp x8, _yy_buffer_stack@PAGE
ldr x11, [x8, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x13, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x11, [x11, x13, lsl #3]
ldr x11, [x11, #8]
ldrsw x13, [x12, _yy_n_chars@PAGEOFF]
add x11, x11, x13
strb wzr, [x11]
ldr x11, [x8, _yy_buffer_stack@PAGEOFF]
ldr x13, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x11, [x11, x13, lsl #3]
ldr x11, [x11, #8]
ldr w12, [x12, _yy_n_chars@PAGEOFF]
add w12, w12, #1
add x11, x11, w12, sxtw
strb wzr, [x11]
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x10, lsl #3]
ldr x8, [x8, #8]
str x8, [x9]
ldur w8, [x29, #-44]
stur w8, [x29, #-4]
b LBB7_59
LBB7_59:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #144] ; 16-byte Folded Reload
add sp, sp, #160
ret
.cfi_endproc
; -- End function
.globl _yyrestart ; -- Begin function yyrestart
.p2align 2
_yyrestart: ; @yyrestart
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB8_2
b LBB8_1
LBB8_1:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB8_4
b LBB8_3
LBB8_2:
mov w8, #0
tbnz w8, #0, LBB8_4
b LBB8_3
LBB8_3:
bl _yyensure_buffer_stack
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
mov w1, #16384
bl _yy_create_buffer
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
str x0, [x8, x9, lsl #3]
b LBB8_4
LBB8_4:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB8_6
b LBB8_5
LBB8_5:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
str x8, [sp] ; 8-byte Folded Spill
b LBB8_7
LBB8_6:
mov x8, #0
str x8, [sp] ; 8-byte Folded Spill
b LBB8_7
LBB8_7:
ldr x0, [sp] ; 8-byte Folded Reload
ldr x1, [sp, #8]
bl _yy_init_buffer
bl _yy_load_buffer_state
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function yy_fatal_error
_yy_fatal_error: ; @yy_fatal_error
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
ldr x0, [x8]
ldr x8, [sp, #8]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.73@PAGE
add x1, x1, l_.str.73@PAGEOFF
bl _fprintf
mov w0, #2
bl _exit
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function yy_init_buffer
_yy_init_buffer: ; @yy_init_buffer
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
bl ___error
ldr w8, [x0]
stur w8, [x29, #-20]
ldur x0, [x29, #-8]
bl _yy_flush_buffer
ldur x8, [x29, #-16]
ldur x9, [x29, #-8]
str x8, [x9]
ldur x9, [x29, #-8]
mov w8, #1
str w8, [x9, #56]
ldur x8, [x29, #-8]
str x8, [sp, #16] ; 8-byte Folded Spill
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB10_2
b LBB10_1
LBB10_1:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB10_3
LBB10_2:
mov x8, #0
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB10_3
LBB10_3:
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x9, [sp, #8] ; 8-byte Folded Reload
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB10_5
b LBB10_4
LBB10_4:
ldur x9, [x29, #-8]
mov w8, #1
str w8, [x9, #48]
ldur x8, [x29, #-8]
str wzr, [x8, #52]
b LBB10_5
LBB10_5:
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB10_7
b LBB10_6
LBB10_6:
ldur x0, [x29, #-16]
bl _fileno
bl _isatty
subs w8, w0, #0
cset w8, gt
and w8, w8, #0x1
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB10_8
LBB10_7:
mov w8, #0
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB10_8
LBB10_8:
ldr w8, [sp, #4] ; 4-byte Folded Reload
ldur x9, [x29, #-8]
str w8, [x9, #40]
ldur w8, [x29, #-20]
str w8, [sp] ; 4-byte Folded Spill
bl ___error
ldr w8, [sp] ; 4-byte Folded Reload
str w8, [x0]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _yy_switch_to_buffer ; -- Begin function yy_switch_to_buffer
.p2align 2
_yy_switch_to_buffer: ; @yy_switch_to_buffer
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
bl _yyensure_buffer_stack
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB11_2
b LBB11_1
LBB11_1:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
str x8, [sp] ; 8-byte Folded Spill
b LBB11_3
LBB11_2:
mov x8, #0
str x8, [sp] ; 8-byte Folded Spill
b LBB11_3
LBB11_3:
ldr x8, [sp] ; 8-byte Folded Reload
ldr x9, [sp, #8]
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB11_5
b LBB11_4
LBB11_4:
b LBB11_10
LBB11_5:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB11_7
b LBB11_6
LBB11_6:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB11_8
b LBB11_9
LBB11_7:
mov w8, #0
tbz w8, #0, LBB11_9
b LBB11_8
LBB11_8:
adrp x8, _yy_hold_char@PAGE
ldrb w9, [x8, _yy_hold_char@PAGEOFF]
adrp x8, _yy_c_buf_p@PAGE
ldr x10, [x8, _yy_c_buf_p@PAGEOFF]
strb w9, [x10]
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
adrp x9, _yy_buffer_stack@PAGE
ldr x11, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x12, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x11, [x11, x12, lsl #3]
str x8, [x11, #16]
adrp x8, _yy_n_chars@PAGE
ldr w8, [x8, _yy_n_chars@PAGEOFF]
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #32]
b LBB11_9
LBB11_9:
ldr x8, [sp, #8]
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
str x8, [x9, x10, lsl #3]
bl _yy_load_buffer_state
adrp x9, _yy_did_buffer_switch_on_eof@PAGE
mov w8, #1
str w8, [x9, _yy_did_buffer_switch_on_eof@PAGEOFF]
b LBB11_10
LBB11_10:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _yyalloc ; -- Begin function yyalloc
.p2align 2
_yyalloc: ; @yyalloc
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x0, [sp, #8]
bl _malloc
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _yy_delete_buffer ; -- Begin function yy_delete_buffer
.p2align 2
_yy_delete_buffer: ; @yy_delete_buffer
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB13_2
b LBB13_1
LBB13_1:
b LBB13_10
LBB13_2:
ldur x8, [x29, #-8]
str x8, [sp, #16] ; 8-byte Folded Spill
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB13_4
b LBB13_3
LBB13_3:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB13_5
LBB13_4:
mov x8, #0
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB13_5
LBB13_5:
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x9, [sp, #8] ; 8-byte Folded Reload
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB13_7
b LBB13_6
LBB13_6:
adrp x8, _yy_buffer_stack@PAGE
ldr x9, [x8, _yy_buffer_stack@PAGEOFF]
adrp x8, _yy_buffer_stack_top@PAGE
ldr x10, [x8, _yy_buffer_stack_top@PAGEOFF]
mov x8, #0
str x8, [x9, x10, lsl #3]
b LBB13_7
LBB13_7:
ldur x8, [x29, #-8]
ldr w8, [x8, #36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB13_9
b LBB13_8
LBB13_8:
ldur x8, [x29, #-8]
ldr x0, [x8, #8]
bl _yyfree
b LBB13_9
LBB13_9:
ldur x0, [x29, #-8]
bl _yyfree
b LBB13_10
LBB13_10:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _yyfree ; -- Begin function yyfree
.p2align 2
_yyfree: ; @yyfree
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x0, [sp, #8]
bl _free
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _yy_flush_buffer ; -- Begin function yy_flush_buffer
.p2align 2
_yy_flush_buffer: ; @yy_flush_buffer
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB15_2
b LBB15_1
LBB15_1:
b LBB15_7
LBB15_2:
ldur x8, [x29, #-8]
str wzr, [x8, #32]
ldur x8, [x29, #-8]
ldr x8, [x8, #8]
strb wzr, [x8]
ldur x8, [x29, #-8]
ldr x8, [x8, #8]
strb wzr, [x8, #1]
ldur x8, [x29, #-8]
ldr x8, [x8, #8]
ldur x9, [x29, #-8]
str x8, [x9, #16]
ldur x9, [x29, #-8]
mov w8, #1
str w8, [x9, #44]
ldur x8, [x29, #-8]
str wzr, [x8, #60]
ldur x8, [x29, #-8]
str x8, [sp, #16] ; 8-byte Folded Spill
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB15_4
b LBB15_3
LBB15_3:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB15_5
LBB15_4:
mov x8, #0
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB15_5
LBB15_5:
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x9, [sp, #8] ; 8-byte Folded Reload
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB15_7
b LBB15_6
LBB15_6:
bl _yy_load_buffer_state
b LBB15_7
LBB15_7:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _yypush_buffer_state ; -- Begin function yypush_buffer_state
.p2align 2
_yypush_buffer_state: ; @yypush_buffer_state
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB16_2
b LBB16_1
LBB16_1:
b LBB16_11
LBB16_2:
bl _yyensure_buffer_stack
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB16_4
b LBB16_3
LBB16_3:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB16_5
b LBB16_6
LBB16_4:
mov w8, #0
tbz w8, #0, LBB16_6
b LBB16_5
LBB16_5:
adrp x8, _yy_hold_char@PAGE
ldrb w9, [x8, _yy_hold_char@PAGEOFF]
adrp x8, _yy_c_buf_p@PAGE
ldr x10, [x8, _yy_c_buf_p@PAGEOFF]
strb w9, [x10]
ldr x8, [x8, _yy_c_buf_p@PAGEOFF]
adrp x9, _yy_buffer_stack@PAGE
ldr x11, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x12, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x11, [x11, x12, lsl #3]
str x8, [x11, #16]
adrp x8, _yy_n_chars@PAGE
ldr w8, [x8, _yy_n_chars@PAGEOFF]
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
ldr x9, [x9, x10, lsl #3]
str w8, [x9, #32]
b LBB16_6
LBB16_6:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB16_8
b LBB16_7
LBB16_7:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB16_9
b LBB16_10
LBB16_8:
mov w8, #0
tbz w8, #0, LBB16_10
b LBB16_9
LBB16_9:
adrp x9, _yy_buffer_stack_top@PAGE
ldr x8, [x9, _yy_buffer_stack_top@PAGEOFF]
add x8, x8, #1
str x8, [x9, _yy_buffer_stack_top@PAGEOFF]
b LBB16_10
LBB16_10:
ldr x8, [sp, #8]
adrp x9, _yy_buffer_stack@PAGE
ldr x9, [x9, _yy_buffer_stack@PAGEOFF]
adrp x10, _yy_buffer_stack_top@PAGE
ldr x10, [x10, _yy_buffer_stack_top@PAGEOFF]
str x8, [x9, x10, lsl #3]
bl _yy_load_buffer_state
adrp x9, _yy_did_buffer_switch_on_eof@PAGE
mov w8, #1
str w8, [x9, _yy_did_buffer_switch_on_eof@PAGEOFF]
b LBB16_11
LBB16_11:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _yypop_buffer_state ; -- Begin function yypop_buffer_state
.p2align 2
_yypop_buffer_state: ; @yypop_buffer_state
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB17_2
b LBB17_1
LBB17_1:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB17_4
b LBB17_3
LBB17_2:
mov w8, #0
tbnz w8, #0, LBB17_4
b LBB17_3
LBB17_3:
b LBB17_13
LBB17_4:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB17_6
b LBB17_5
LBB17_5:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB17_7
LBB17_6:
mov x8, #0
str x8, [sp, #8] ; 8-byte Folded Spill
b LBB17_7
LBB17_7:
ldr x0, [sp, #8] ; 8-byte Folded Reload
bl _yy_delete_buffer
adrp x8, _yy_buffer_stack@PAGE
ldr x10, [x8, _yy_buffer_stack@PAGEOFF]
adrp x8, _yy_buffer_stack_top@PAGE
ldr x11, [x8, _yy_buffer_stack_top@PAGEOFF]
mov x9, #0
str x9, [x10, x11, lsl #3]
ldr x8, [x8, _yy_buffer_stack_top@PAGEOFF]
subs x8, x8, #0
cset w8, ls
tbnz w8, #0, LBB17_9
b LBB17_8
LBB17_8:
adrp x9, _yy_buffer_stack_top@PAGE
ldr x8, [x9, _yy_buffer_stack_top@PAGEOFF]
subs x8, x8, #1
str x8, [x9, _yy_buffer_stack_top@PAGEOFF]
b LBB17_9
LBB17_9:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB17_11
b LBB17_10
LBB17_10:
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB17_12
b LBB17_13
LBB17_11:
mov w8, #0
tbz w8, #0, LBB17_13
b LBB17_12
LBB17_12:
bl _yy_load_buffer_state
adrp x9, _yy_did_buffer_switch_on_eof@PAGE
mov w8, #1
str w8, [x9, _yy_did_buffer_switch_on_eof@PAGEOFF]
b LBB17_13
LBB17_13:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _yy_scan_buffer ; -- Begin function yy_scan_buffer
.p2align 2
_yy_scan_buffer: ; @yy_scan_buffer
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #16]
str x1, [sp, #8]
ldr x8, [sp, #8]
subs x8, x8, #2
cset w8, lo
tbnz w8, #0, LBB18_3
b LBB18_1
LBB18_1:
ldr x8, [sp, #16]
ldr x9, [sp, #8]
subs x9, x9, #2
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB18_3
b LBB18_2
LBB18_2:
ldr x8, [sp, #16]
ldr x9, [sp, #8]
subs x9, x9, #1
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB18_4
b LBB18_3
LBB18_3:
; kill: def $x8 killed $xzr
stur xzr, [x29, #-8]
b LBB18_7
LBB18_4:
mov x0, #64
bl _yyalloc
str x0, [sp]
ldr x8, [sp]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB18_6
b LBB18_5
LBB18_5:
adrp x0, l_.str.65@PAGE
add x0, x0, l_.str.65@PAGEOFF
bl _yy_fatal_error
LBB18_6:
ldr x8, [sp, #8]
subs x8, x8, #2
ldr x9, [sp]
str x8, [x9, #24]
ldr x8, [sp, #16]
ldr x9, [sp]
str x8, [x9, #8]
ldr x9, [sp]
str x8, [x9, #16]
ldr x8, [sp]
str wzr, [x8, #36]
ldr x8, [sp]
; kill: def $x9 killed $xzr
str xzr, [x8]
ldr x8, [sp]
ldr x8, [x8, #24]
ldr x9, [sp]
; kill: def $w8 killed $w8 killed $x8
str w8, [x9, #32]
ldr x8, [sp]
str wzr, [x8, #40]
ldr x9, [sp]
mov w8, #1
str w8, [x9, #44]
ldr x8, [sp]
str wzr, [x8, #56]
ldr x8, [sp]
str wzr, [x8, #60]
ldr x0, [sp]
bl _yy_switch_to_buffer
ldr x8, [sp]
stur x8, [x29, #-8]
b LBB18_7
LBB18_7:
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _yy_scan_string ; -- Begin function yy_scan_string
.p2align 2
_yy_scan_string: ; @yy_scan_string
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
str x8, [sp] ; 8-byte Folded Spill
ldr x0, [sp, #8]
bl _strlen
mov x1, x0
ldr x0, [sp] ; 8-byte Folded Reload
bl _yy_scan_bytes
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _yy_scan_bytes ; -- Begin function yy_scan_bytes
.p2align 2
_yy_scan_bytes: ; @yy_scan_bytes
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
ldur x8, [x29, #-16]
add x8, x8, #2
str x8, [sp, #8]
ldr x0, [sp, #8]
bl _yyalloc
str x0, [sp, #16]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB20_2
b LBB20_1
LBB20_1:
adrp x0, l_.str.66@PAGE
add x0, x0, l_.str.66@PAGEOFF
bl _yy_fatal_error
LBB20_2:
str xzr, [sp]
b LBB20_3
LBB20_3: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp]
ldur x9, [x29, #-16]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB20_6
b LBB20_4
LBB20_4: ; in Loop: Header=BB20_3 Depth=1
ldur x8, [x29, #-8]
ldr x9, [sp]
add x8, x8, x9
ldrb w8, [x8]
ldr x9, [sp, #16]
ldr x10, [sp]
add x9, x9, x10
strb w8, [x9]
b LBB20_5
LBB20_5: ; in Loop: Header=BB20_3 Depth=1
ldr x8, [sp]
add x8, x8, #1
str x8, [sp]
b LBB20_3
LBB20_6:
ldr x8, [sp, #16]
ldur x9, [x29, #-16]
add x9, x9, #1
add x8, x8, x9
strb wzr, [x8]
ldr x8, [sp, #16]
ldur x9, [x29, #-16]
add x8, x8, x9
strb wzr, [x8]
ldr x0, [sp, #16]
ldr x1, [sp, #8]
bl _yy_scan_buffer
str x0, [sp, #24]
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB20_8
b LBB20_7
LBB20_7:
adrp x0, l_.str.67@PAGE
add x0, x0, l_.str.67@PAGEOFF
bl _yy_fatal_error
LBB20_8:
ldr x9, [sp, #24]
mov w8, #1
str w8, [x9, #36]
ldr x0, [sp, #24]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _yyget_lineno ; -- Begin function yyget_lineno
.p2align 2
_yyget_lineno: ; @yyget_lineno
.cfi_startproc
; %bb.0:
adrp x8, _yylineno@PAGE
ldr w0, [x8, _yylineno@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yyget_in ; -- Begin function yyget_in
.p2align 2
_yyget_in: ; @yyget_in
.cfi_startproc
; %bb.0:
adrp x8, _yyin@PAGE
ldr x0, [x8, _yyin@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yyget_out ; -- Begin function yyget_out
.p2align 2
_yyget_out: ; @yyget_out
.cfi_startproc
; %bb.0:
adrp x8, _yyout@PAGE
ldr x0, [x8, _yyout@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yyget_leng ; -- Begin function yyget_leng
.p2align 2
_yyget_leng: ; @yyget_leng
.cfi_startproc
; %bb.0:
adrp x8, _yyleng@GOTPAGE
ldr x8, [x8, _yyleng@GOTPAGEOFF]
ldr x0, [x8]
ret
.cfi_endproc
; -- End function
.globl _yyget_text ; -- Begin function yyget_text
.p2align 2
_yyget_text: ; @yyget_text
.cfi_startproc
; %bb.0:
adrp x8, _yytext@GOTPAGE
ldr x8, [x8, _yytext@GOTPAGEOFF]
ldr x0, [x8]
ret
.cfi_endproc
; -- End function
.globl _yyset_lineno ; -- Begin function yyset_lineno
.p2align 2
_yyset_lineno: ; @yyset_lineno
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
adrp x9, _yylineno@PAGE
str w8, [x9, _yylineno@PAGEOFF]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _yyset_in ; -- Begin function yyset_in
.p2align 2
_yyset_in: ; @yyset_in
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
ldr x8, [sp, #8]
adrp x9, _yyin@PAGE
str x8, [x9, _yyin@PAGEOFF]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _yyset_out ; -- Begin function yyset_out
.p2align 2
_yyset_out: ; @yyset_out
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
ldr x8, [sp, #8]
adrp x9, _yyout@PAGE
str x8, [x9, _yyout@PAGEOFF]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _yyget_debug ; -- Begin function yyget_debug
.p2align 2
_yyget_debug: ; @yyget_debug
.cfi_startproc
; %bb.0:
adrp x8, _yy_flex_debug@PAGE
ldr w0, [x8, _yy_flex_debug@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yyset_debug ; -- Begin function yyset_debug
.p2align 2
_yyset_debug: ; @yyset_debug
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
adrp x9, _yy_flex_debug@PAGE
str w8, [x9, _yy_flex_debug@PAGEOFF]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _yylex_destroy ; -- Begin function yylex_destroy
.p2align 2
_yylex_destroy: ; @yylex_destroy
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
b LBB31_1
LBB31_1: ; =>This Inner Loop Header: Depth=1
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB31_3
b LBB31_2
LBB31_2: ; in Loop: Header=BB31_1 Depth=1
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
stur x8, [x29, #-8] ; 8-byte Folded Spill
b LBB31_4
LBB31_3: ; in Loop: Header=BB31_1 Depth=1
mov x8, #0
stur x8, [x29, #-8] ; 8-byte Folded Spill
b LBB31_4
LBB31_4: ; in Loop: Header=BB31_1 Depth=1
ldur x8, [x29, #-8] ; 8-byte Folded Reload
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB31_9
b LBB31_5
LBB31_5: ; in Loop: Header=BB31_1 Depth=1
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB31_7
b LBB31_6
LBB31_6: ; in Loop: Header=BB31_1 Depth=1
adrp x8, _yy_buffer_stack@PAGE
ldr x8, [x8, _yy_buffer_stack@PAGEOFF]
adrp x9, _yy_buffer_stack_top@PAGE
ldr x9, [x9, _yy_buffer_stack_top@PAGEOFF]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #16] ; 8-byte Folded Spill
b LBB31_8
LBB31_7: ; in Loop: Header=BB31_1 Depth=1
mov x8, #0
str x8, [sp, #16] ; 8-byte Folded Spill
b LBB31_8
LBB31_8: ; in Loop: Header=BB31_1 Depth=1
ldr x0, [sp, #16] ; 8-byte Folded Reload
bl _yy_delete_buffer
adrp x8, _yy_buffer_stack@PAGE
ldr x9, [x8, _yy_buffer_stack@PAGEOFF]
adrp x8, _yy_buffer_stack_top@PAGE
ldr x10, [x8, _yy_buffer_stack_top@PAGEOFF]
mov x8, #0
str x8, [x9, x10, lsl #3]
bl _yypop_buffer_state
b LBB31_1
LBB31_9:
adrp x8, _yy_buffer_stack@PAGE
str x8, [sp, #8] ; 8-byte Folded Spill
ldr x0, [x8, _yy_buffer_stack@PAGEOFF]
bl _yyfree
ldr x8, [sp, #8] ; 8-byte Folded Reload
; kill: def $x9 killed $xzr
str xzr, [x8, _yy_buffer_stack@PAGEOFF]
bl _yy_init_globals
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function yy_init_globals
_yy_init_globals: ; @yy_init_globals
.cfi_startproc
; %bb.0:
adrp x8, _yy_buffer_stack@PAGE
; kill: def $x9 killed $xzr
str xzr, [x8, _yy_buffer_stack@PAGEOFF]
adrp x8, _yy_buffer_stack_top@PAGE
str xzr, [x8, _yy_buffer_stack_top@PAGEOFF]
adrp x8, _yy_buffer_stack_max@PAGE
str xzr, [x8, _yy_buffer_stack_max@PAGEOFF]
adrp x8, _yy_c_buf_p@PAGE
str xzr, [x8, _yy_c_buf_p@PAGEOFF]
adrp x8, _yy_init@PAGE
mov w0, #0
str wzr, [x8, _yy_init@PAGEOFF]
adrp x8, _yy_start@PAGE
str wzr, [x8, _yy_start@PAGEOFF]
adrp x8, _yyin@PAGE
str xzr, [x8, _yyin@PAGEOFF]
adrp x8, _yyout@PAGE
str xzr, [x8, _yyout@PAGEOFF]
ret
.cfi_endproc
; -- End function
.globl _yyrealloc ; -- Begin function yyrealloc
.p2align 2
_yyrealloc: ; @yyrealloc
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
str x1, [sp]
ldr x0, [sp, #8]
ldr x1, [sp]
bl _realloc
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _yyin ; @yyin
.zerofill __DATA,__common,_yyin,8,3
.globl _yyout ; @yyout
.zerofill __DATA,__common,_yyout,8,3
.section __DATA,__data
.globl _yylineno ; @yylineno
.p2align 2
_yylineno:
.long 1 ; 0x1
.globl _yy_flex_debug ; @yy_flex_debug
.zerofill __DATA,__common,_yy_flex_debug,4,2
.globl _stress ; @stress
.zerofill __DATA,__common,_stress,4,2
.globl _spc ; @spc
.p2align 2
_spc:
.long 1 ; 0x1
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz " "
.zerofill __DATA,__bss,_yy_init,4,2 ; @yy_init
.zerofill __DATA,__bss,_yy_start,4,2 ; @yy_start
.zerofill __DATA,__bss,_yy_buffer_stack,8,3 ; @yy_buffer_stack
.zerofill __DATA,__bss,_yy_buffer_stack_top,8,3 ; @yy_buffer_stack_top
.zerofill __DATA,__bss,_yy_c_buf_p,8,3 ; @yy_c_buf_p
.zerofill __DATA,__bss,_yy_hold_char,1,0 ; @yy_hold_char
.section __TEXT,__const
_yy_ec: ; @yy_ec
.ascii "\000\001\001\001\001\001\001\001\001\002\003\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\002\001\001\004\001\001\001\001\001\001\001\001\001\005\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\006\007\b\t\n\013\f\r\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\026\035\036\001\001\001\001\001\001\037 !\"#$%&'()*+,-.\026/01234\02656\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001"
.p2align 1 ; @yy_accept
_yy_accept:
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 119 ; 0x77
.short 118 ; 0x76
.short 1 ; 0x1
.short 2 ; 0x2
.short 5 ; 0x5
.short 3 ; 0x3
.short 4 ; 0x4
.short 8 ; 0x8
.short 7 ; 0x7
.short 6 ; 0x6
.short 10 ; 0xa
.short 9 ; 0x9
.short 118 ; 0x76
.short 118 ; 0x76
.short 118 ; 0x76
.short 118 ; 0x76
.short 118 ; 0x76
.short 21 ; 0x15
.short 20 ; 0x14
.short 19 ; 0x13
.short 71 ; 0x47
.short 76 ; 0x4c
.short 118 ; 0x76
.short 78 ; 0x4e
.short 79 ; 0x4f
.short 87 ; 0x57
.short 88 ; 0x58
.short 89 ; 0x59
.short 83 ; 0x53
.short 90 ; 0x5a
.short 91 ; 0x5b
.short 92 ; 0x5c
.short 93 ; 0x5d
.short 94 ; 0x5e
.short 96 ; 0x60
.short 102 ; 0x66
.short 103 ; 0x67
.short 104 ; 0x68
.short 106 ; 0x6a
.short 109 ; 0x6d
.short 113 ; 0x71
.short 114 ; 0x72
.short 115 ; 0x73
.short 116 ; 0x74
.short 24 ; 0x18
.short 29 ; 0x1d
.short 118 ; 0x76
.short 31 ; 0x1f
.short 32 ; 0x20
.short 40 ; 0x28
.short 41 ; 0x29
.short 42 ; 0x2a
.short 36 ; 0x24
.short 43 ; 0x2b
.short 44 ; 0x2c
.short 45 ; 0x2d
.short 46 ; 0x2e
.short 47 ; 0x2f
.short 49 ; 0x31
.short 55 ; 0x37
.short 56 ; 0x38
.short 57 ; 0x39
.short 59 ; 0x3b
.short 62 ; 0x3e
.short 66 ; 0x42
.short 67 ; 0x43
.short 68 ; 0x44
.short 69 ; 0x45
.short 22 ; 0x16
.short 23 ; 0x17
.short 7 ; 0x7
.short 10 ; 0xa
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 21 ; 0x15
.short 72 ; 0x48
.short 74 ; 0x4a
.short 75 ; 0x4b
.short 77 ; 0x4d
.short 108 ; 0x6c
.short 80 ; 0x50
.short 81 ; 0x51
.short 84 ; 0x54
.short 86 ; 0x56
.short 95 ; 0x5f
.short 97 ; 0x61
.short 99 ; 0x63
.short 100 ; 0x64
.short 101 ; 0x65
.short 105 ; 0x69
.short 107 ; 0x6b
.short 110 ; 0x6e
.short 112 ; 0x70
.short 117 ; 0x75
.short 25 ; 0x19
.short 27 ; 0x1b
.short 28 ; 0x1c
.short 30 ; 0x1e
.short 61 ; 0x3d
.short 33 ; 0x21
.short 34 ; 0x22
.short 37 ; 0x25
.short 39 ; 0x27
.short 48 ; 0x30
.short 50 ; 0x32
.short 52 ; 0x34
.short 53 ; 0x35
.short 54 ; 0x36
.short 58 ; 0x3a
.short 60 ; 0x3c
.short 63 ; 0x3f
.short 65 ; 0x41
.short 70 ; 0x46
.short 11 ; 0xb
.short 12 ; 0xc
.short 13 ; 0xd
.short 14 ; 0xe
.short 15 ; 0xf
.short 16 ; 0x10
.short 17 ; 0x11
.short 18 ; 0x12
.short 73 ; 0x49
.short 82 ; 0x52
.short 85 ; 0x55
.short 98 ; 0x62
.short 111 ; 0x6f
.short 26 ; 0x1a
.short 35 ; 0x23
.short 38 ; 0x26
.short 51 ; 0x33
.short 64 ; 0x40
.short 0 ; 0x0
.zerofill __DATA,__bss,_yy_last_accepting_state,4,2 ; @yy_last_accepting_state
.zerofill __DATA,__bss,_yy_last_accepting_cpos,8,3 ; @yy_last_accepting_cpos
.p2align 1 ; @yy_chk
_yy_chk:
.short 0 ; 0x0
.short 2 ; 0x2
.short 2 ; 0x2
.short 2 ; 0x2
.short 2 ; 0x2
.short 2 ; 0x2
.short 5 ; 0x5
.short 5 ; 0x5
.short 6 ; 0x6
.short 6 ; 0x6
.short 7 ; 0x7
.short 7 ; 0x7
.short 152 ; 0x98
.short 8 ; 0x8
.short 8 ; 0x8
.short 33 ; 0x21
.short 37 ; 0x25
.short 41 ; 0x29
.short 151 ; 0x97
.short 37 ; 0x25
.short 47 ; 0x2f
.short 52 ; 0x34
.short 33 ; 0x21
.short 150 ; 0x96
.short 149 ; 0x95
.short 148 ; 0x94
.short 0 ; 0x0
.short 47 ; 0x2f
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 33 ; 0x21
.short 0 ; 0x0
.short 41 ; 0x29
.short 52 ; 0x34
.short 47 ; 0x2f
.short 47 ; 0x2f
.short 61 ; 0x3d
.short 57 ; 0x39
.short 7 ; 0x7
.short 61 ; 0x3d
.short 7 ; 0x7
.short 8 ; 0x8
.short 65 ; 0x41
.short 8 ; 0x8
.short 57 ; 0x39
.short 0 ; 0x0
.short 86 ; 0x56
.short 76 ; 0x4c
.short 86 ; 0x56
.short 85 ; 0x55
.short 126 ; 0x7e
.short 7 ; 0x7
.short 57 ; 0x39
.short 7 ; 0x7
.short 8 ; 0x8
.short 120 ; 0x78
.short 8 ; 0x8
.short 65 ; 0x41
.short 7 ; 0x7
.short 76 ; 0x4c
.short 85 ; 0x55
.short 8 ; 0x8
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 9 ; 0x9
.short 71 ; 0x47
.short 88 ; 0x58
.short 117 ; 0x75
.short 88 ; 0x58
.short 116 ; 0x74
.short 110 ; 0x6e
.short 107 ; 0x6b
.short 71 ; 0x47
.short 101 ; 0x65
.short 98 ; 0x62
.short 97 ; 0x61
.short 91 ; 0x5b
.short 90 ; 0x5a
.short 89 ; 0x59
.short 71 ; 0x47
.short 71 ; 0x47
.short 87 ; 0x57
.short 84 ; 0x54
.short 83 ; 0x53
.short 80 ; 0x50
.short 75 ; 0x4b
.short 74 ; 0x4a
.short 70 ; 0x46
.short 60 ; 0x3c
.short 59 ; 0x3b
.short 56 ; 0x38
.short 51 ; 0x33
.short 50 ; 0x32
.short 46 ; 0x2e
.short 36 ; 0x24
.short 35 ; 0x23
.short 30 ; 0x1e
.short 29 ; 0x1d
.short 28 ; 0x1c
.short 27 ; 0x1b
.short 26 ; 0x1a
.short 25 ; 0x19
.short 23 ; 0x17
.short 21 ; 0x15
.short 13 ; 0xd
.short 12 ; 0xc
.short 11 ; 0xb
.short 4 ; 0x4
.short 3 ; 0x3
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.p2align 1 ; @yy_base
_yy_base:
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 157 ; 0x9d
.short 156 ; 0x9c
.short 4 ; 0x4
.short 6 ; 0x6
.short 8 ; 0x8
.short 11 ; 0xb
.short 62 ; 0x3e
.short 0 ; 0x0
.short 155 ; 0x9b
.short 154 ; 0x9a
.short 156 ; 0x9c
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 153 ; 0x99
.short 161 ; 0xa1
.short 152 ; 0x98
.short 161 ; 0xa1
.short 119 ; 0x77
.short 108 ; 0x6c
.short 112 ; 0x70
.short 106 ; 0x6a
.short 102 ; 0x66
.short 146 ; 0x92
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 2 ; 0x2
.short 161 ; 0xa1
.short 134 ; 0x86
.short 133 ; 0x85
.short 6 ; 0x6
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 4 ; 0x4
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 133 ; 0x85
.short 7 ; 0x7
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 131 ; 0x83
.short 130 ; 0x82
.short 8 ; 0x8
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 129 ; 0x81
.short 0 ; 0x0
.short 161 ; 0xa1
.short 103 ; 0x67
.short 102 ; 0x66
.short 2 ; 0x2
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 5 ; 0x5
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 102 ; 0x66
.short 79 ; 0x4f
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 100 ; 0x64
.short 99 ; 0x63
.short 10 ; 0xa
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 98 ; 0x62
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 133 ; 0x85
.short 132 ; 0x84
.short 10 ; 0xa
.short 1 ; 0x1
.short 91 ; 0x5b
.short 72 ; 0x48
.short 98 ; 0x62
.short 127 ; 0x7f
.short 105 ; 0x69
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 104 ; 0x68
.short 103 ; 0x67
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 102 ; 0x66
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 100 ; 0x64
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 75 ; 0x4b
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 74 ; 0x4a
.short 72 ; 0x48
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 9 ; 0x9
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 4 ; 0x4
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 161 ; 0xa1
.short 24 ; 0x18
.short 23 ; 0x17
.short 22 ; 0x16
.short 17 ; 0x11
.short 11 ; 0xb
.p2align 1 ; @yy_def
_yy_def:
.short 0 ; 0x0
.short 148 ; 0x94
.short 149 ; 0x95
.short 150 ; 0x96
.short 150 ; 0x96
.short 151 ; 0x97
.short 151 ; 0x97
.short 148 ; 0x94
.short 148 ; 0x94
.short 147 ; 0x93
.short 9 ; 0x9
.short 152 ; 0x98
.short 152 ; 0x98
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 0 ; 0x0
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
_yy_meta: ; @yy_meta
.ascii "\000\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001"
.p2align 1 ; @yy_nxt
_yy_nxt:
.short 0 ; 0x0
.short 14 ; 0xe
.short 14 ; 0xe
.short 15 ; 0xf
.short 16 ; 0x10
.short 14 ; 0xe
.short 21 ; 0x15
.short 22 ; 0x16
.short 21 ; 0x15
.short 22 ; 0x16
.short 23 ; 0x17
.short 24 ; 0x18
.short 81 ; 0x51
.short 23 ; 0x17
.short 24 ; 0x18
.short 91 ; 0x5b
.short 96 ; 0x60
.short 98 ; 0x62
.short 20 ; 0x14
.short 97 ; 0x61
.short 101 ; 0x65
.short 107 ; 0x6b
.short 92 ; 0x5c
.short 18 ; 0x12
.short 17 ; 0x11
.short 14 ; 0xe
.short 147 ; 0x93
.short 102 ; 0x66
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 93 ; 0x5d
.short 147 ; 0x93
.short 99 ; 0x63
.short 108 ; 0x6c
.short 103 ; 0x67
.short 104 ; 0x68
.short 115 ; 0x73
.short 110 ; 0x6e
.short 25 ; 0x19
.short 116 ; 0x74
.short 26 ; 0x1a
.short 25 ; 0x19
.short 117 ; 0x75
.short 26 ; 0x1a
.short 111 ; 0x6f
.short 147 ; 0x93
.short 131 ; 0x83
.short 126 ; 0x7e
.short 132 ; 0x84
.short 129 ; 0x81
.short 146 ; 0x92
.short 27 ; 0x1b
.short 112 ; 0x70
.short 28 ; 0x1c
.short 27 ; 0x1b
.short 145 ; 0x91
.short 28 ; 0x1c
.short 118 ; 0x76
.short 29 ; 0x1d
.short 127 ; 0x7f
.short 130 ; 0x82
.short 29 ; 0x1d
.short 14 ; 0xe
.short 30 ; 0x1e
.short 31 ; 0x1f
.short 14 ; 0xe
.short 32 ; 0x20
.short 33 ; 0x21
.short 34 ; 0x22
.short 35 ; 0x23
.short 36 ; 0x24
.short 37 ; 0x25
.short 38 ; 0x26
.short 39 ; 0x27
.short 40 ; 0x28
.short 41 ; 0x29
.short 42 ; 0x2a
.short 43 ; 0x2b
.short 44 ; 0x2c
.short 45 ; 0x2d
.short 46 ; 0x2e
.short 47 ; 0x2f
.short 48 ; 0x30
.short 14 ; 0xe
.short 49 ; 0x31
.short 50 ; 0x32
.short 51 ; 0x33
.short 52 ; 0x34
.short 53 ; 0x35
.short 54 ; 0x36
.short 55 ; 0x37
.short 56 ; 0x38
.short 57 ; 0x39
.short 58 ; 0x3a
.short 59 ; 0x3b
.short 60 ; 0x3c
.short 61 ; 0x3d
.short 62 ; 0x3e
.short 63 ; 0x3f
.short 64 ; 0x40
.short 65 ; 0x41
.short 66 ; 0x42
.short 67 ; 0x43
.short 68 ; 0x44
.short 69 ; 0x45
.short 70 ; 0x46
.short 71 ; 0x47
.short 72 ; 0x48
.short 73 ; 0x49
.short 74 ; 0x4a
.short 75 ; 0x4b
.short 76 ; 0x4c
.short 77 ; 0x4d
.short 78 ; 0x4e
.short 79 ; 0x4f
.short 80 ; 0x50
.short 120 ; 0x78
.short 134 ; 0x86
.short 144 ; 0x90
.short 135 ; 0x87
.short 143 ; 0x8f
.short 142 ; 0x8e
.short 141 ; 0x8d
.short 121 ; 0x79
.short 140 ; 0x8c
.short 139 ; 0x8b
.short 138 ; 0x8a
.short 137 ; 0x89
.short 90 ; 0x5a
.short 136 ; 0x88
.short 122 ; 0x7a
.short 123 ; 0x7b
.short 133 ; 0x85
.short 84 ; 0x54
.short 83 ; 0x53
.short 128 ; 0x80
.short 125 ; 0x7d
.short 124 ; 0x7c
.short 119 ; 0x77
.short 114 ; 0x72
.short 113 ; 0x71
.short 109 ; 0x6d
.short 106 ; 0x6a
.short 105 ; 0x69
.short 100 ; 0x64
.short 95 ; 0x5f
.short 94 ; 0x5e
.short 90 ; 0x5a
.short 89 ; 0x59
.short 88 ; 0x58
.short 87 ; 0x57
.short 86 ; 0x56
.short 85 ; 0x55
.short 84 ; 0x54
.short 83 ; 0x53
.short 147 ; 0x93
.short 82 ; 0x52
.short 82 ; 0x52
.short 19 ; 0x13
.short 19 ; 0x13
.short 13 ; 0xd
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.short 147 ; 0x93
.comm _yytext,8,3 ; @yytext
.comm _yyleng,8,3 ; @yyleng
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "(\"%s"
l_.str.2: ; @.str.2
.asciz "\")\n"
l_.str.3: ; @.str.3
.asciz "\" "
l_.str.4: ; @.str.4
.asciz "%s"
l_.str.5: ; @.str.5
.asciz ")\n"
l_.str.6: ; @.str.6
.asciz " ((("
l_.str.7: ; @.str.7
.asciz "jj"
l_.str.8: ; @.str.8
.asciz "rb"
l_.str.9: ; @.str.9
.asciz "nns"
l_.str.10: ; @.str.10
.asciz "nn"
l_.str.11: ; @.str.11
.asciz "nil"
l_.str.12: ; @.str.12
.asciz "nnps"
l_.str.13: ; @.str.13
.asciz "nnp"
l_.str.14: ; @.str.14
.asciz "vb"
l_.str.15: ; @.str.15
.asciz ") %d) (("
l_.str.16: ; @.str.16
.asciz ") %d)))\n"
l_.str.17: ; @.str.17
.asciz ") %d)))"
l_.str.18: ; @.str.18
.asciz "\n"
l_.str.19: ; @.str.19
.asciz "ae"
l_.str.20: ; @.str.20
.asciz "aa"
l_.str.21: ; @.str.21
.asciz "aa r"
l_.str.22: ; @.str.22
.asciz "ao"
l_.str.23: ; @.str.23
.asciz "ey"
l_.str.24: ; @.str.24
.asciz "b"
l_.str.25: ; @.str.25
.asciz "ch"
l_.str.26: ; @.str.26
.asciz "d"
l_.str.27: ; @.str.27
.asciz "eh"
l_.str.28: ; @.str.28
.asciz "iy"
l_.str.29: ; @.str.29
.asciz "eh r"
l_.str.30: ; @.str.30
.asciz "ih"
l_.str.31: ; @.str.31
.asciz "ih r"
l_.str.32: ; @.str.32
.asciz "ay"
l_.str.33: ; @.str.33
.asciz "f"
l_.str.34: ; @.str.34
.asciz "g"
l_.str.35: ; @.str.35
.asciz "hh"
l_.str.36: ; @.str.36
.asciz "jh"
l_.str.37: ; @.str.37
.asciz "k"
l_.str.38: ; @.str.38
.asciz "l"
l_.str.39: ; @.str.39
.asciz "m"
l_.str.40: ; @.str.40
.asciz "n"
l_.str.41: ; @.str.41
.asciz "ng"
l_.str.42: ; @.str.42
.asciz "ow"
l_.str.43: ; @.str.43
.asciz "ao r"
l_.str.44: ; @.str.44
.asciz "uw"
l_.str.45: ; @.str.45
.asciz "aw"
l_.str.46: ; @.str.46
.asciz "oy"
l_.str.47: ; @.str.47
.asciz "p"
l_.str.48: ; @.str.48
.asciz "r"
l_.str.49: ; @.str.49
.asciz "s"
l_.str.50: ; @.str.50
.asciz "sh"
l_.str.51: ; @.str.51
.asciz "t"
l_.str.52: ; @.str.52
.asciz "th"
l_.str.53: ; @.str.53
.asciz "dh"
l_.str.54: ; @.str.54
.asciz "ah"
l_.str.55: ; @.str.55
.asciz "ax"
l_.str.56: ; @.str.56
.asciz "er"
l_.str.57: ; @.str.57
.asciz "uh"
l_.str.58: ; @.str.58
.asciz "v"
l_.str.59: ; @.str.59
.asciz "w"
l_.str.60: ; @.str.60
.asciz "y"
l_.str.61: ; @.str.61
.asciz "z"
l_.str.62: ; @.str.62
.asciz "zh"
.zerofill __DATA,__bss,_yy_n_chars,4,2 ; @yy_n_chars
.zerofill __DATA,__bss,_yy_did_buffer_switch_on_eof,4,2 ; @yy_did_buffer_switch_on_eof
l_.str.63: ; @.str.63
.asciz "fatal flex scanner internal error--no action found"
l_.str.64: ; @.str.64
.asciz "out of dynamic memory in yy_create_buffer()"
l_.str.65: ; @.str.65
.asciz "out of dynamic memory in yy_scan_buffer()"
l_.str.66: ; @.str.66
.asciz "out of dynamic memory in yy_scan_bytes()"
l_.str.67: ; @.str.67
.asciz "bad buffer in yy_scan_bytes()"
l_.str.68: ; @.str.68
.asciz "fatal flex scanner internal error--end of buffer missed"
l_.str.69: ; @.str.69
.asciz "fatal error - scanner input buffer overflow"
l_.str.70: ; @.str.70
.asciz "input in flex scanner failed"
l_.str.71: ; @.str.71
.asciz "out of dynamic memory in yy_get_next_buffer()"
l_.str.72: ; @.str.72
.asciz "out of dynamic memory in yyensure_buffer_stack()"
.zerofill __DATA,__bss,_yy_buffer_stack_max,8,3 ; @yy_buffer_stack_max
l_.str.73: ; @.str.73
.asciz "%s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _space ## -- Begin function space
.p2align 4, 0x90
_space: ## @space
.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, _spc(%rip)
je LBB0_2
## %bb.1:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
LBB0_2:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yylex ## -- Begin function yylex
.p2align 4, 0x90
_yylex: ## @yylex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
cmpl $0, _yy_init(%rip)
jne LBB1_12
## %bb.1:
movl $1, _yy_init(%rip)
cmpl $0, _yy_start(%rip)
jne LBB1_3
## %bb.2:
movl $1, _yy_start(%rip)
LBB1_3:
cmpq $0, _yyin(%rip)
jne LBB1_5
## %bb.4:
movq ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
LBB1_5:
cmpq $0, _yyout(%rip)
jne LBB1_7
## %bb.6:
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, _yyout(%rip)
LBB1_7:
cmpq $0, _yy_buffer_stack(%rip)
je LBB1_9
## %bb.8:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
cmpq $0, (%rax,%rcx,8)
jne LBB1_11
jmp LBB1_10
LBB1_9:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB1_11
jmp LBB1_10
LBB1_10:
callq _yyensure_buffer_stack
movq _yyin(%rip), %rdi
movl $16384, %esi ## imm = 0x4000
callq _yy_create_buffer
movq %rax, %rdx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq %rdx, (%rax,%rcx,8)
LBB1_11:
callq _yy_load_buffer_state
LBB1_12:
jmp LBB1_13
LBB1_13: ## =>This Loop Header: Depth=1
## Child Loop BB1_14 Depth 2
## Child Loop BB1_15 Depth 3
## Child Loop BB1_18 Depth 4
## Child Loop BB1_25 Depth 3
## Child Loop BB1_28 Depth 4
movq _yy_c_buf_p(%rip), %rax
movq %rax, -16(%rbp)
movb _yy_hold_char(%rip), %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
movl _yy_start(%rip), %eax
movl %eax, -4(%rbp)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl 44(%rax), %eax
addl -4(%rbp), %eax
movl %eax, -4(%rbp)
LBB1_14: ## Parent Loop BB1_13 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB1_15 Depth 3
## Child Loop BB1_18 Depth 4
## Child Loop BB1_25 Depth 3
## Child Loop BB1_28 Depth 4
jmp LBB1_15
LBB1_15: ## Parent Loop BB1_13 Depth=1
## Parent Loop BB1_14 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB1_18 Depth 4
movq -16(%rbp), %rax
movzbl (%rax), %eax
movl %eax, %eax
movl %eax, %ecx
leaq _yy_ec(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -29(%rbp)
movslq -4(%rbp), %rcx
leaq _yy_accept(%rip), %rax
cmpw $0, (%rax,%rcx,2)
je LBB1_17
## %bb.16: ## in Loop: Header=BB1_15 Depth=3
movl -4(%rbp), %eax
movl %eax, _yy_last_accepting_state(%rip)
movq -16(%rbp), %rax
movq %rax, _yy_last_accepting_cpos(%rip)
LBB1_17: ## in Loop: Header=BB1_15 Depth=3
jmp LBB1_18
LBB1_18: ## Parent Loop BB1_13 Depth=1
## Parent Loop BB1_14 Depth=2
## Parent Loop BB1_15 Depth=3
## => This Inner Loop Header: Depth=4
movslq -4(%rbp), %rcx
leaq _yy_base(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movzbl -29(%rbp), %ecx
addl %ecx, %eax
movslq %eax, %rcx
leaq _yy_chk(%rip), %rax
movswl (%rax,%rcx,2), %eax
cmpl -4(%rbp), %eax
je LBB1_22
## %bb.19: ## in Loop: Header=BB1_18 Depth=4
movslq -4(%rbp), %rcx
leaq _yy_def(%rip), %rax
movswl (%rax,%rcx,2), %eax
movl %eax, -4(%rbp)
cmpl $148, -4(%rbp)
jl LBB1_21
## %bb.20: ## in Loop: Header=BB1_18 Depth=4
movzbl -29(%rbp), %eax
movl %eax, %eax
movl %eax, %ecx
leaq _yy_meta(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -29(%rbp)
LBB1_21: ## in Loop: Header=BB1_18 Depth=4
jmp LBB1_18
LBB1_22: ## in Loop: Header=BB1_15 Depth=3
movslq -4(%rbp), %rcx
leaq _yy_base(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movzbl -29(%rbp), %ecx
addl %ecx, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _yy_nxt(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movl %eax, -4(%rbp)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
## %bb.23: ## in Loop: Header=BB1_15 Depth=3
movslq -4(%rbp), %rcx
leaq _yy_base(%rip), %rax
movzwl (%rax,%rcx,2), %eax
cmpl $161, %eax
jne LBB1_15
## %bb.24: ## in Loop: Header=BB1_14 Depth=2
jmp LBB1_25
LBB1_25: ## Parent Loop BB1_13 Depth=1
## Parent Loop BB1_14 Depth=2
## => This Loop Header: Depth=3
## Child Loop BB1_28 Depth 4
movslq -4(%rbp), %rcx
leaq _yy_accept(%rip), %rax
movswl (%rax,%rcx,2), %eax
movl %eax, -28(%rbp)
cmpl $0, -28(%rbp)
jne LBB1_27
## %bb.26: ## in Loop: Header=BB1_25 Depth=3
movq _yy_last_accepting_cpos(%rip), %rax
movq %rax, -16(%rbp)
movl _yy_last_accepting_state(%rip), %eax
movl %eax, -4(%rbp)
movslq -4(%rbp), %rcx
leaq _yy_accept(%rip), %rax
movswl (%rax,%rcx,2), %eax
movl %eax, -28(%rbp)
LBB1_27: ## in Loop: Header=BB1_25 Depth=3
movq -24(%rbp), %rcx
movq _yytext@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq -16(%rbp), %rcx
movq -24(%rbp), %rax
subq %rax, %rcx
movq _yyleng@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq -16(%rbp), %rax
movb (%rax), %al
movb %al, _yy_hold_char(%rip)
movq -16(%rbp), %rax
movb $0, (%rax)
movq -16(%rbp), %rax
movq %rax, _yy_c_buf_p(%rip)
LBB1_28: ## Parent Loop BB1_13 Depth=1
## Parent Loop BB1_14 Depth=2
## Parent Loop BB1_25 Depth=3
## => This Inner Loop Header: Depth=4
movl -28(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -48(%rbp) ## 8-byte Spill
subq $125, %rax
ja LBB1_406
## %bb.408: ## in Loop: Header=BB1_28 Depth=4
movq -48(%rbp), %rax ## 8-byte Reload
leaq LJTI1_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB1_29: ## in Loop: Header=BB1_25 Depth=3
movb _yy_hold_char(%rip), %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq _yy_last_accepting_cpos(%rip), %rax
movq %rax, -16(%rbp)
movl _yy_last_accepting_state(%rip), %eax
movl %eax, -4(%rbp)
jmp LBB1_25
LBB1_30: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_32
## %bb.31: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_32: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_407
LBB1_33: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_35
## %bb.34: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_35: ## in Loop: Header=BB1_13 Depth=1
movl $3, _yy_start(%rip)
jmp LBB1_407
LBB1_36: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_38
## %bb.37: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_38: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_407
LBB1_39: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_41
## %bb.40: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_41: ## in Loop: Header=BB1_13 Depth=1
movl $1, _yy_start(%rip)
jmp LBB1_407
LBB1_42: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_44
## %bb.43: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_44: ## in Loop: Header=BB1_13 Depth=1
movl $5, _yy_start(%rip)
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_45: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_47
## %bb.46: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_47: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _yy_start(%rip)
jmp LBB1_407
LBB1_48: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_50
## %bb.49: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_50: ## in Loop: Header=BB1_13 Depth=1
movl $7, _yy_start(%rip)
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_51: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_53
## %bb.52: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_53: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_54: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_56
## %bb.55: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_56: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _yy_start(%rip)
jmp LBB1_407
LBB1_57: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_59
## %bb.58: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_59: ## in Loop: Header=BB1_13 Depth=1
movl $9, _yy_start(%rip)
movl $0, _spc(%rip)
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_60: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_62
## %bb.61: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_62: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.7(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_63: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_65
## %bb.64: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_65: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_66: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_68
## %bb.67: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_68: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_69: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_71
## %bb.70: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_71: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.10(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_72: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_74
## %bb.73: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_74: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_75: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_77
## %bb.76: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_77: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_78: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_80
## %bb.79: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_80: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.13(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_81: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_83
## %bb.82: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_83: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.14(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_84: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_86
## %bb.85: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_86: ## in Loop: Header=BB1_13 Depth=1
movl $0, _spc(%rip)
movl _stress(%rip), %esi
leaq L_.str.15(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_407
LBB1_87: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_89
## %bb.88: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_89: ## in Loop: Header=BB1_13 Depth=1
movl $0, _spc(%rip)
movl _stress(%rip), %esi
leaq L_.str.16(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _yy_start(%rip)
jmp LBB1_407
LBB1_90: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_92
## %bb.91: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_92: ## in Loop: Header=BB1_13 Depth=1
movl $0, _spc(%rip)
movl _stress(%rip), %esi
leaq L_.str.17(%rip), %rdi
movb $0, %al
callq _printf
movl $11, _yy_start(%rip)
jmp LBB1_407
LBB1_93: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_95
## %bb.94: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_95: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_407
LBB1_96: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_98
## %bb.97: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_98: ## in Loop: Header=BB1_13 Depth=1
leaq L_.str.18(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _yy_start(%rip)
jmp LBB1_407
LBB1_99: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_101
## %bb.100: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_101: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.19(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_102: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_104
## %bb.103: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_104: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.20(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_105: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_107
## %bb.106: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_107: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.21(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_108: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_110
## %bb.109: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_110: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.22(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_111: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_113
## %bb.112: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_113: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.23(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_114: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_116
## %bb.115: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_116: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.24(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_117: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_119
## %bb.118: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_119: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.25(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_120: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_122
## %bb.121: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_122: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.26(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_123: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_125
## %bb.124: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_125: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.27(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_126: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_128
## %bb.127: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_128: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.28(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_129: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_131
## %bb.130: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_131: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.27(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_132: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_134
## %bb.133: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_134: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.29(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_135: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_137
## %bb.136: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_137: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.30(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_138: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_140
## %bb.139: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_140: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.30(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_141: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_143
## %bb.142: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_143: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.31(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_144: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_146
## %bb.145: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_146: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.32(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_147: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_149
## %bb.148: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_149: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.33(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_150: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_152
## %bb.151: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_152: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.34(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_153: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_155
## %bb.154: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_155: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.35(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_156: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_158
## %bb.157: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_158: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.36(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_159: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_161
## %bb.160: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_161: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.37(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_162: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_164
## %bb.163: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_164: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.38(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_165: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_167
## %bb.166: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_167: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.39(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_168: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_170
## %bb.169: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_170: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.40(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_171: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_173
## %bb.172: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_173: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.41(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_174: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_176
## %bb.175: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_176: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.20(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_177: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_179
## %bb.178: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_179: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.42(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_180: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_182
## %bb.181: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_182: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.43(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_183: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_185
## %bb.184: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_185: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.44(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_186: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_188
## %bb.187: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_188: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.45(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_189: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_191
## %bb.190: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_191: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.46(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_192: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_194
## %bb.193: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_194: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.47(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_195: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_197
## %bb.196: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_197: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.48(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_198: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_200
## %bb.199: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_200: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.49(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_201: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_203
## %bb.202: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_203: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.50(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_204: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_206
## %bb.205: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_206: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.51(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_207: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_209
## %bb.208: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_209: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.52(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_210: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_212
## %bb.211: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_212: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.53(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_213: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_215
## %bb.214: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_215: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.54(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_216: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_218
## %bb.217: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_218: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.55(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_219: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_221
## %bb.220: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_221: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.56(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_222: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_224
## %bb.223: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_224: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.57(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_225: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_227
## %bb.226: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_227: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.58(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_228: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_230
## %bb.229: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_230: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.59(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_231: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_233
## %bb.232: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_233: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.60(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_234: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_236
## %bb.235: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_236: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.61(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_237: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_239
## %bb.238: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_239: ## in Loop: Header=BB1_13 Depth=1
movl $0, _stress(%rip)
callq _space
leaq L_.str.62(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_240: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_242
## %bb.241: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_242: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.19(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_243: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_245
## %bb.244: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_245: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.20(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_246: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_248
## %bb.247: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_248: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.21(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_249: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_251
## %bb.250: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_251: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.22(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_252: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_254
## %bb.253: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_254: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.23(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_255: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_257
## %bb.256: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_257: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.24(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_258: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_260
## %bb.259: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_260: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.25(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_261: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_263
## %bb.262: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_263: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.26(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_264: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_266
## %bb.265: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_266: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.27(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_267: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_269
## %bb.268: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_269: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.28(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_270: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_272
## %bb.271: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_272: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.27(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_273: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_275
## %bb.274: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_275: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.29(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_276: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_278
## %bb.277: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_278: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.30(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_279: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_281
## %bb.280: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_281: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.30(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_282: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_284
## %bb.283: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_284: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.31(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_285: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_287
## %bb.286: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_287: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.32(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_288: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_290
## %bb.289: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_290: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.33(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_291: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_293
## %bb.292: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_293: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.34(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_294: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_296
## %bb.295: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_296: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.35(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_297: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_299
## %bb.298: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_299: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.36(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_300: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_302
## %bb.301: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_302: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.37(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_303: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_305
## %bb.304: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_305: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.38(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_306: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_308
## %bb.307: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_308: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.39(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_309: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_311
## %bb.310: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_311: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.40(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_312: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_314
## %bb.313: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_314: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.41(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_315: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_317
## %bb.316: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_317: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.20(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_318: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_320
## %bb.319: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_320: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.42(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_321: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_323
## %bb.322: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_323: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.43(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_324: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_326
## %bb.325: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_326: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.44(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_327: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_329
## %bb.328: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_329: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.45(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_330: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_332
## %bb.331: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_332: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.46(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_333: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_335
## %bb.334: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_335: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.47(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_336: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_338
## %bb.337: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_338: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.48(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_339: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_341
## %bb.340: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_341: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.49(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_342: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_344
## %bb.343: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_344: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.50(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_345: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_347
## %bb.346: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_347: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.51(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_348: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_350
## %bb.349: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_350: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.52(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_351: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_353
## %bb.352: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_353: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.53(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_354: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_356
## %bb.355: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_356: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.54(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_357: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_359
## %bb.358: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_359: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.55(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_360: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_362
## %bb.361: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_362: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.56(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_363: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_365
## %bb.364: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_365: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.57(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_366: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_368
## %bb.367: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_368: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.58(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_369: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_371
## %bb.370: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_371: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.59(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_372: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_374
## %bb.373: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_374: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.60(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_375: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_377
## %bb.376: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_377: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.61(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_378: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_380
## %bb.379: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_380: ## in Loop: Header=BB1_13 Depth=1
movl $1, _stress(%rip)
callq _space
leaq L_.str.62(%rip), %rdi
movb $0, %al
callq _printf
movl $1, _spc(%rip)
jmp LBB1_407
LBB1_381: ## in Loop: Header=BB1_13 Depth=1
movq _yyleng@GOTPCREL(%rip), %rax
cmpq $0, (%rax)
jbe LBB1_383
## %bb.382: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _yyleng@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
sete %al
andb $1, %al
movzbl %al, %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 44(%rax)
LBB1_383: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_384
LBB1_384: ## in Loop: Header=BB1_13 Depth=1
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rsi
movq _yyout(%rip), %rcx
movl $1, %edx
callq _fwrite
cmpq $0, %rax
je LBB1_386
## %bb.385: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_386
LBB1_386: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_387
LBB1_387: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_407
LBB1_388:
xorl %eax, %eax
addq $64, %rsp
popq %rbp
retq
LBB1_389: ## in Loop: Header=BB1_28 Depth=4
movq -16(%rbp), %rax
movq _yytext@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq %rcx, %rax
## kill: def $eax killed $eax killed $rax
subl $1, %eax
movl %eax, -36(%rbp)
movb _yy_hold_char(%rip), %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
cmpl $0, 60(%rax)
jne LBB1_391
## %bb.390: ## in Loop: Header=BB1_28 Depth=4
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl 32(%rax), %eax
movl %eax, _yy_n_chars(%rip)
movq _yyin(%rip), %rcx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movq %rcx, (%rax)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl $1, 60(%rax)
LBB1_391: ## in Loop: Header=BB1_28 Depth=4
movq _yy_c_buf_p(%rip), %rax
movq _yy_buffer_stack(%rip), %rcx
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rcx,%rdx,8), %rcx
movq 8(%rcx), %rcx
movslq _yy_n_chars(%rip), %rdx
addq %rdx, %rcx
cmpq %rcx, %rax
ja LBB1_395
## %bb.392: ## in Loop: Header=BB1_25 Depth=3
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -36(%rbp), %rcx
addq %rcx, %rax
movq %rax, _yy_c_buf_p(%rip)
callq _yy_get_previous_state
movl %eax, -4(%rbp)
movl -4(%rbp), %edi
callq _yy_try_NUL_trans
movl %eax, -40(%rbp)
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
cmpl $0, -40(%rbp)
je LBB1_394
## %bb.393: ## in Loop: Header=BB1_14 Depth=2
movq _yy_c_buf_p(%rip), %rax
addq $1, %rax
movq %rax, _yy_c_buf_p(%rip)
movq %rax, -16(%rbp)
movl -40(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB1_14
LBB1_394: ## in Loop: Header=BB1_25 Depth=3
movq _yy_c_buf_p(%rip), %rax
movq %rax, -16(%rbp)
jmp LBB1_25
LBB1_395: ## in Loop: Header=BB1_28 Depth=4
callq _yy_get_next_buffer
movl %eax, %ecx
movl %ecx, -52(%rbp) ## 4-byte Spill
testl %eax, %eax
je LBB1_402
jmp LBB1_409
LBB1_409: ## in Loop: Header=BB1_28 Depth=4
movl -52(%rbp), %eax ## 4-byte Reload
subl $1, %eax
je LBB1_396
jmp LBB1_410
LBB1_410: ## in Loop: Header=BB1_25 Depth=3
movl -52(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB1_403
jmp LBB1_404
LBB1_396: ## in Loop: Header=BB1_28 Depth=4
movl $0, _yy_did_buffer_switch_on_eof(%rip)
callq _yywrap
cmpl $0, %eax
je LBB1_398
## %bb.397: ## in Loop: Header=BB1_28 Depth=4
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, _yy_c_buf_p(%rip)
movl _yy_start(%rip), %eax
subl $1, %eax
movl $2, %ecx
cltd
idivl %ecx
addl $119, %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB1_28
LBB1_398: ## in Loop: Header=BB1_13 Depth=1
cmpl $0, _yy_did_buffer_switch_on_eof(%rip)
jne LBB1_400
## %bb.399: ## in Loop: Header=BB1_13 Depth=1
movq _yyin(%rip), %rdi
callq _yyrestart
LBB1_400: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_401
LBB1_401: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_404
LBB1_402: ## in Loop: Header=BB1_14 Depth=2
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -36(%rbp), %rcx
addq %rcx, %rax
movq %rax, _yy_c_buf_p(%rip)
callq _yy_get_previous_state
movl %eax, -4(%rbp)
movq _yy_c_buf_p(%rip), %rax
movq %rax, -16(%rbp)
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
jmp LBB1_14
LBB1_403: ## in Loop: Header=BB1_25 Depth=3
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rax
movslq _yy_n_chars(%rip), %rcx
addq %rcx, %rax
movq %rax, _yy_c_buf_p(%rip)
callq _yy_get_previous_state
movl %eax, -4(%rbp)
movq _yy_c_buf_p(%rip), %rax
movq %rax, -16(%rbp)
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
jmp LBB1_25
LBB1_404: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_405
LBB1_405: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_407
LBB1_406:
leaq L_.str.63(%rip), %rdi
callq _yy_fatal_error
LBB1_407: ## in Loop: Header=BB1_13 Depth=1
jmp LBB1_13
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L1_0_set_29, LBB1_29-LJTI1_0
.set L1_0_set_30, LBB1_30-LJTI1_0
.set L1_0_set_33, LBB1_33-LJTI1_0
.set L1_0_set_36, LBB1_36-LJTI1_0
.set L1_0_set_39, LBB1_39-LJTI1_0
.set L1_0_set_42, LBB1_42-LJTI1_0
.set L1_0_set_45, LBB1_45-LJTI1_0
.set L1_0_set_48, LBB1_48-LJTI1_0
.set L1_0_set_51, LBB1_51-LJTI1_0
.set L1_0_set_54, LBB1_54-LJTI1_0
.set L1_0_set_57, LBB1_57-LJTI1_0
.set L1_0_set_60, LBB1_60-LJTI1_0
.set L1_0_set_63, LBB1_63-LJTI1_0
.set L1_0_set_66, LBB1_66-LJTI1_0
.set L1_0_set_69, LBB1_69-LJTI1_0
.set L1_0_set_72, LBB1_72-LJTI1_0
.set L1_0_set_75, LBB1_75-LJTI1_0
.set L1_0_set_78, LBB1_78-LJTI1_0
.set L1_0_set_81, LBB1_81-LJTI1_0
.set L1_0_set_84, LBB1_84-LJTI1_0
.set L1_0_set_87, LBB1_87-LJTI1_0
.set L1_0_set_90, LBB1_90-LJTI1_0
.set L1_0_set_93, LBB1_93-LJTI1_0
.set L1_0_set_96, LBB1_96-LJTI1_0
.set L1_0_set_99, LBB1_99-LJTI1_0
.set L1_0_set_102, LBB1_102-LJTI1_0
.set L1_0_set_105, LBB1_105-LJTI1_0
.set L1_0_set_108, LBB1_108-LJTI1_0
.set L1_0_set_111, LBB1_111-LJTI1_0
.set L1_0_set_114, LBB1_114-LJTI1_0
.set L1_0_set_117, LBB1_117-LJTI1_0
.set L1_0_set_120, LBB1_120-LJTI1_0
.set L1_0_set_123, LBB1_123-LJTI1_0
.set L1_0_set_126, LBB1_126-LJTI1_0
.set L1_0_set_129, LBB1_129-LJTI1_0
.set L1_0_set_132, LBB1_132-LJTI1_0
.set L1_0_set_135, LBB1_135-LJTI1_0
.set L1_0_set_138, LBB1_138-LJTI1_0
.set L1_0_set_141, LBB1_141-LJTI1_0
.set L1_0_set_144, LBB1_144-LJTI1_0
.set L1_0_set_147, LBB1_147-LJTI1_0
.set L1_0_set_150, LBB1_150-LJTI1_0
.set L1_0_set_153, LBB1_153-LJTI1_0
.set L1_0_set_156, LBB1_156-LJTI1_0
.set L1_0_set_159, LBB1_159-LJTI1_0
.set L1_0_set_162, LBB1_162-LJTI1_0
.set L1_0_set_165, LBB1_165-LJTI1_0
.set L1_0_set_168, LBB1_168-LJTI1_0
.set L1_0_set_171, LBB1_171-LJTI1_0
.set L1_0_set_174, LBB1_174-LJTI1_0
.set L1_0_set_177, LBB1_177-LJTI1_0
.set L1_0_set_180, LBB1_180-LJTI1_0
.set L1_0_set_183, LBB1_183-LJTI1_0
.set L1_0_set_186, LBB1_186-LJTI1_0
.set L1_0_set_189, LBB1_189-LJTI1_0
.set L1_0_set_192, LBB1_192-LJTI1_0
.set L1_0_set_195, LBB1_195-LJTI1_0
.set L1_0_set_198, LBB1_198-LJTI1_0
.set L1_0_set_201, LBB1_201-LJTI1_0
.set L1_0_set_204, LBB1_204-LJTI1_0
.set L1_0_set_207, LBB1_207-LJTI1_0
.set L1_0_set_210, LBB1_210-LJTI1_0
.set L1_0_set_213, LBB1_213-LJTI1_0
.set L1_0_set_216, LBB1_216-LJTI1_0
.set L1_0_set_219, LBB1_219-LJTI1_0
.set L1_0_set_222, LBB1_222-LJTI1_0
.set L1_0_set_225, LBB1_225-LJTI1_0
.set L1_0_set_228, LBB1_228-LJTI1_0
.set L1_0_set_231, LBB1_231-LJTI1_0
.set L1_0_set_234, LBB1_234-LJTI1_0
.set L1_0_set_237, LBB1_237-LJTI1_0
.set L1_0_set_240, LBB1_240-LJTI1_0
.set L1_0_set_243, LBB1_243-LJTI1_0
.set L1_0_set_246, LBB1_246-LJTI1_0
.set L1_0_set_249, LBB1_249-LJTI1_0
.set L1_0_set_252, LBB1_252-LJTI1_0
.set L1_0_set_255, LBB1_255-LJTI1_0
.set L1_0_set_258, LBB1_258-LJTI1_0
.set L1_0_set_261, LBB1_261-LJTI1_0
.set L1_0_set_264, LBB1_264-LJTI1_0
.set L1_0_set_267, LBB1_267-LJTI1_0
.set L1_0_set_270, LBB1_270-LJTI1_0
.set L1_0_set_273, LBB1_273-LJTI1_0
.set L1_0_set_276, LBB1_276-LJTI1_0
.set L1_0_set_279, LBB1_279-LJTI1_0
.set L1_0_set_282, LBB1_282-LJTI1_0
.set L1_0_set_285, LBB1_285-LJTI1_0
.set L1_0_set_288, LBB1_288-LJTI1_0
.set L1_0_set_291, LBB1_291-LJTI1_0
.set L1_0_set_294, LBB1_294-LJTI1_0
.set L1_0_set_297, LBB1_297-LJTI1_0
.set L1_0_set_300, LBB1_300-LJTI1_0
.set L1_0_set_303, LBB1_303-LJTI1_0
.set L1_0_set_306, LBB1_306-LJTI1_0
.set L1_0_set_309, LBB1_309-LJTI1_0
.set L1_0_set_312, LBB1_312-LJTI1_0
.set L1_0_set_315, LBB1_315-LJTI1_0
.set L1_0_set_318, LBB1_318-LJTI1_0
.set L1_0_set_321, LBB1_321-LJTI1_0
.set L1_0_set_324, LBB1_324-LJTI1_0
.set L1_0_set_327, LBB1_327-LJTI1_0
.set L1_0_set_330, LBB1_330-LJTI1_0
.set L1_0_set_333, LBB1_333-LJTI1_0
.set L1_0_set_336, LBB1_336-LJTI1_0
.set L1_0_set_339, LBB1_339-LJTI1_0
.set L1_0_set_342, LBB1_342-LJTI1_0
.set L1_0_set_345, LBB1_345-LJTI1_0
.set L1_0_set_348, LBB1_348-LJTI1_0
.set L1_0_set_351, LBB1_351-LJTI1_0
.set L1_0_set_354, LBB1_354-LJTI1_0
.set L1_0_set_357, LBB1_357-LJTI1_0
.set L1_0_set_360, LBB1_360-LJTI1_0
.set L1_0_set_363, LBB1_363-LJTI1_0
.set L1_0_set_366, LBB1_366-LJTI1_0
.set L1_0_set_369, LBB1_369-LJTI1_0
.set L1_0_set_372, LBB1_372-LJTI1_0
.set L1_0_set_375, LBB1_375-LJTI1_0
.set L1_0_set_378, LBB1_378-LJTI1_0
.set L1_0_set_381, LBB1_381-LJTI1_0
.set L1_0_set_389, LBB1_389-LJTI1_0
.set L1_0_set_388, LBB1_388-LJTI1_0
LJTI1_0:
.long L1_0_set_29
.long L1_0_set_30
.long L1_0_set_33
.long L1_0_set_36
.long L1_0_set_39
.long L1_0_set_42
.long L1_0_set_45
.long L1_0_set_48
.long L1_0_set_51
.long L1_0_set_54
.long L1_0_set_57
.long L1_0_set_60
.long L1_0_set_63
.long L1_0_set_66
.long L1_0_set_69
.long L1_0_set_72
.long L1_0_set_75
.long L1_0_set_78
.long L1_0_set_81
.long L1_0_set_84
.long L1_0_set_87
.long L1_0_set_90
.long L1_0_set_93
.long L1_0_set_96
.long L1_0_set_99
.long L1_0_set_102
.long L1_0_set_105
.long L1_0_set_108
.long L1_0_set_111
.long L1_0_set_114
.long L1_0_set_117
.long L1_0_set_120
.long L1_0_set_123
.long L1_0_set_126
.long L1_0_set_129
.long L1_0_set_132
.long L1_0_set_135
.long L1_0_set_138
.long L1_0_set_141
.long L1_0_set_144
.long L1_0_set_147
.long L1_0_set_150
.long L1_0_set_153
.long L1_0_set_156
.long L1_0_set_159
.long L1_0_set_162
.long L1_0_set_165
.long L1_0_set_168
.long L1_0_set_171
.long L1_0_set_174
.long L1_0_set_177
.long L1_0_set_180
.long L1_0_set_183
.long L1_0_set_186
.long L1_0_set_189
.long L1_0_set_192
.long L1_0_set_195
.long L1_0_set_198
.long L1_0_set_201
.long L1_0_set_204
.long L1_0_set_207
.long L1_0_set_210
.long L1_0_set_213
.long L1_0_set_216
.long L1_0_set_219
.long L1_0_set_222
.long L1_0_set_225
.long L1_0_set_228
.long L1_0_set_231
.long L1_0_set_234
.long L1_0_set_237
.long L1_0_set_240
.long L1_0_set_243
.long L1_0_set_246
.long L1_0_set_249
.long L1_0_set_252
.long L1_0_set_255
.long L1_0_set_258
.long L1_0_set_261
.long L1_0_set_264
.long L1_0_set_267
.long L1_0_set_270
.long L1_0_set_273
.long L1_0_set_276
.long L1_0_set_279
.long L1_0_set_282
.long L1_0_set_285
.long L1_0_set_288
.long L1_0_set_291
.long L1_0_set_294
.long L1_0_set_297
.long L1_0_set_300
.long L1_0_set_303
.long L1_0_set_306
.long L1_0_set_309
.long L1_0_set_312
.long L1_0_set_315
.long L1_0_set_318
.long L1_0_set_321
.long L1_0_set_324
.long L1_0_set_327
.long L1_0_set_330
.long L1_0_set_333
.long L1_0_set_336
.long L1_0_set_339
.long L1_0_set_342
.long L1_0_set_345
.long L1_0_set_348
.long L1_0_set_351
.long L1_0_set_354
.long L1_0_set_357
.long L1_0_set_360
.long L1_0_set_363
.long L1_0_set_366
.long L1_0_set_369
.long L1_0_set_372
.long L1_0_set_375
.long L1_0_set_378
.long L1_0_set_381
.long L1_0_set_389
.long L1_0_set_388
.long L1_0_set_388
.long L1_0_set_388
.long L1_0_set_388
.long L1_0_set_388
.long L1_0_set_388
.end_data_region
## -- End function
.p2align 4, 0x90 ## -- Begin function yyensure_buffer_stack
_yyensure_buffer_stack: ## @yyensure_buffer_stack
.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
cmpq $0, _yy_buffer_stack(%rip)
jne LBB2_4
## %bb.1:
movq $1, -8(%rbp)
movq -8(%rbp), %rdi
shlq $3, %rdi
callq _yyalloc
movq %rax, _yy_buffer_stack(%rip)
cmpq $0, _yy_buffer_stack(%rip)
jne LBB2_3
## %bb.2:
leaq L_.str.72(%rip), %rdi
callq _yy_fatal_error
LBB2_3:
movq _yy_buffer_stack(%rip), %rdi
movq -8(%rbp), %rdx
shlq $3, %rdx
xorl %esi, %esi
movq $-1, %rcx
callq ___memset_chk
movq -8(%rbp), %rax
movq %rax, _yy_buffer_stack_max(%rip)
movq $0, _yy_buffer_stack_top(%rip)
jmp LBB2_8
LBB2_4:
movq _yy_buffer_stack_top(%rip), %rax
movq _yy_buffer_stack_max(%rip), %rcx
subq $1, %rcx
cmpq %rcx, %rax
jb LBB2_8
## %bb.5:
movq $8, -16(%rbp)
movq _yy_buffer_stack_max(%rip), %rax
addq -16(%rbp), %rax
movq %rax, -8(%rbp)
movq _yy_buffer_stack(%rip), %rdi
movq -8(%rbp), %rsi
shlq $3, %rsi
callq _yyrealloc
movq %rax, _yy_buffer_stack(%rip)
cmpq $0, _yy_buffer_stack(%rip)
jne LBB2_7
## %bb.6:
leaq L_.str.72(%rip), %rdi
callq _yy_fatal_error
LBB2_7:
movq _yy_buffer_stack(%rip), %rdi
movq _yy_buffer_stack_max(%rip), %rax
shlq $3, %rax
addq %rax, %rdi
movq -16(%rbp), %rdx
shlq $3, %rdx
xorl %esi, %esi
movq $-1, %rcx
callq ___memset_chk
movq -8(%rbp), %rax
movq %rax, _yy_buffer_stack_max(%rip)
LBB2_8:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_create_buffer ## -- Begin function yy_create_buffer
.p2align 4, 0x90
_yy_create_buffer: ## @yy_create_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl $64, %edi
callq _yyalloc
movq %rax, -24(%rbp)
cmpq $0, -24(%rbp)
jne LBB3_2
## %bb.1:
leaq L_.str.64(%rip), %rdi
callq _yy_fatal_error
LBB3_2:
movslq -12(%rbp), %rcx
movq -24(%rbp), %rax
movq %rcx, 24(%rax)
movq -24(%rbp), %rax
movq 24(%rax), %rdi
addq $2, %rdi
callq _yyalloc
movq %rax, %rcx
movq -24(%rbp), %rax
movq %rcx, 8(%rax)
movq -24(%rbp), %rax
cmpq $0, 8(%rax)
jne LBB3_4
## %bb.3:
leaq L_.str.64(%rip), %rdi
callq _yy_fatal_error
LBB3_4:
movq -24(%rbp), %rax
movl $1, 36(%rax)
movq -24(%rbp), %rdi
movq -8(%rbp), %rsi
callq _yy_init_buffer
movq -24(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_load_buffer_state
_yy_load_buffer_state: ## @yy_load_buffer_state
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl 32(%rax), %eax
movl %eax, _yy_n_chars(%rip)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 16(%rax), %rcx
movq %rcx, _yy_c_buf_p(%rip)
movq _yytext@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq (%rax), %rax
movq %rax, _yyin(%rip)
movq _yy_c_buf_p(%rip), %rax
movb (%rax), %al
movb %al, _yy_hold_char(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_get_previous_state
_yy_get_previous_state: ## @yy_get_previous_state
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl _yy_start(%rip), %eax
movl %eax, -4(%rbp)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl 44(%rax), %eax
addl -4(%rbp), %eax
movl %eax, -4(%rbp)
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -16(%rbp)
LBB5_1: ## =>This Loop Header: Depth=1
## Child Loop BB5_8 Depth 2
movq -16(%rbp), %rax
cmpq _yy_c_buf_p(%rip), %rax
jae LBB5_14
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
movsbl (%rax), %eax
cmpl $0, %eax
je LBB5_4
## %bb.3: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
movzbl (%rax), %eax
movl %eax, %eax
movl %eax, %ecx
leaq _yy_ec(%rip), %rax
movzbl (%rax,%rcx), %eax
movl %eax, -24(%rbp) ## 4-byte Spill
jmp LBB5_5
LBB5_4: ## in Loop: Header=BB5_1 Depth=1
movl $1, %eax
movl %eax, -24(%rbp) ## 4-byte Spill
jmp LBB5_5
LBB5_5: ## in Loop: Header=BB5_1 Depth=1
movl -24(%rbp), %eax ## 4-byte Reload
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
movslq -4(%rbp), %rcx
leaq _yy_accept(%rip), %rax
cmpw $0, (%rax,%rcx,2)
je LBB5_7
## %bb.6: ## in Loop: Header=BB5_1 Depth=1
movl -4(%rbp), %eax
movl %eax, _yy_last_accepting_state(%rip)
movq -16(%rbp), %rax
movq %rax, _yy_last_accepting_cpos(%rip)
LBB5_7: ## in Loop: Header=BB5_1 Depth=1
jmp LBB5_8
LBB5_8: ## Parent Loop BB5_1 Depth=1
## => This Inner Loop Header: Depth=2
movslq -4(%rbp), %rcx
leaq _yy_base(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movzbl -17(%rbp), %ecx
addl %ecx, %eax
movslq %eax, %rcx
leaq _yy_chk(%rip), %rax
movswl (%rax,%rcx,2), %eax
cmpl -4(%rbp), %eax
je LBB5_12
## %bb.9: ## in Loop: Header=BB5_8 Depth=2
movslq -4(%rbp), %rcx
leaq _yy_def(%rip), %rax
movswl (%rax,%rcx,2), %eax
movl %eax, -4(%rbp)
cmpl $148, -4(%rbp)
jl LBB5_11
## %bb.10: ## in Loop: Header=BB5_8 Depth=2
movzbl -17(%rbp), %eax
movl %eax, %eax
movl %eax, %ecx
leaq _yy_meta(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -17(%rbp)
LBB5_11: ## in Loop: Header=BB5_8 Depth=2
jmp LBB5_8
LBB5_12: ## in Loop: Header=BB5_1 Depth=1
movslq -4(%rbp), %rcx
leaq _yy_base(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movzbl -17(%rbp), %ecx
addl %ecx, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _yy_nxt(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movl %eax, -4(%rbp)
## %bb.13: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
jmp LBB5_1
LBB5_14:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_try_NUL_trans
_yy_try_NUL_trans: ## @yy_try_NUL_trans
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movq _yy_c_buf_p(%rip), %rax
movq %rax, -16(%rbp)
movb $1, -17(%rbp)
movslq -4(%rbp), %rcx
leaq _yy_accept(%rip), %rax
cmpw $0, (%rax,%rcx,2)
je LBB6_2
## %bb.1:
movl -4(%rbp), %eax
movl %eax, _yy_last_accepting_state(%rip)
movq -16(%rbp), %rax
movq %rax, _yy_last_accepting_cpos(%rip)
LBB6_2:
jmp LBB6_3
LBB6_3: ## =>This Inner Loop Header: Depth=1
movslq -4(%rbp), %rcx
leaq _yy_base(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movzbl -17(%rbp), %ecx
addl %ecx, %eax
movslq %eax, %rcx
leaq _yy_chk(%rip), %rax
movswl (%rax,%rcx,2), %eax
cmpl -4(%rbp), %eax
je LBB6_7
## %bb.4: ## in Loop: Header=BB6_3 Depth=1
movslq -4(%rbp), %rcx
leaq _yy_def(%rip), %rax
movswl (%rax,%rcx,2), %eax
movl %eax, -4(%rbp)
cmpl $148, -4(%rbp)
jl LBB6_6
## %bb.5: ## in Loop: Header=BB6_3 Depth=1
movzbl -17(%rbp), %eax
movl %eax, %eax
movl %eax, %ecx
leaq _yy_meta(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -17(%rbp)
LBB6_6: ## in Loop: Header=BB6_3 Depth=1
jmp LBB6_3
LBB6_7:
movslq -4(%rbp), %rcx
leaq _yy_base(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movzbl -17(%rbp), %ecx
addl %ecx, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _yy_nxt(%rip), %rax
movzwl (%rax,%rcx,2), %eax
movl %eax, -4(%rbp)
cmpl $147, -4(%rbp)
sete %al
andb $1, %al
movzbl %al, %eax
movl %eax, -8(%rbp)
cmpl $0, -8(%rbp)
je LBB6_9
## %bb.8:
xorl %eax, %eax
movl %eax, -24(%rbp) ## 4-byte Spill
jmp LBB6_10
LBB6_9:
movl -4(%rbp), %eax
movl %eax, -24(%rbp) ## 4-byte Spill
LBB6_10:
movl -24(%rbp), %eax ## 4-byte Reload
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_get_next_buffer
_yy_get_next_buffer: ## @yy_get_next_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $112, %rsp
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rax
movq %rax, -16(%rbp)
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
movq _yy_c_buf_p(%rip), %rax
movq _yy_buffer_stack(%rip), %rcx
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rcx,%rdx,8), %rcx
movq 8(%rcx), %rcx
movl _yy_n_chars(%rip), %edx
addl $1, %edx
movslq %edx, %rdx
addq %rdx, %rcx
cmpq %rcx, %rax
jbe LBB7_2
## %bb.1:
leaq L_.str.68(%rip), %rdi
callq _yy_fatal_error
LBB7_2:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
cmpl $0, 56(%rax)
jne LBB7_6
## %bb.3:
movq _yy_c_buf_p(%rip), %rax
movq _yytext@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq %rcx, %rax
subq $0, %rax
cmpq $1, %rax
jne LBB7_5
## %bb.4:
movl $1, -4(%rbp)
jmp LBB7_59
LBB7_5:
movl $2, -4(%rbp)
jmp LBB7_59
LBB7_6:
movq _yy_c_buf_p(%rip), %rax
movq _yytext@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
subq %rcx, %rax
subq $1, %rax
movq %rax, -32(%rbp)
movq $0, -40(%rbp)
LBB7_7: ## =>This Inner Loop Header: Depth=1
movq -40(%rbp), %rax
cmpq -32(%rbp), %rax
jae LBB7_10
## %bb.8: ## in Loop: Header=BB7_7 Depth=1
movq -24(%rbp), %rax
movq %rax, %rcx
addq $1, %rcx
movq %rcx, -24(%rbp)
movb (%rax), %cl
movq -16(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -16(%rbp)
movb %cl, (%rax)
## %bb.9: ## in Loop: Header=BB7_7 Depth=1
movq -40(%rbp), %rax
addq $1, %rax
movq %rax, -40(%rbp)
jmp LBB7_7
LBB7_10:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
cmpl $2, 60(%rax)
jne LBB7_12
## %bb.11:
movl $0, _yy_n_chars(%rip)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl $0, 32(%rax)
jmp LBB7_48
LBB7_12:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 24(%rax), %rax
subq -32(%rbp), %rax
subq $1, %rax
movq %rax, -56(%rbp)
LBB7_13: ## =>This Inner Loop Header: Depth=1
cmpq $0, -56(%rbp)
ja LBB7_23
## %bb.14: ## in Loop: Header=BB7_13 Depth=1
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -64(%rbp)
movq _yy_c_buf_p(%rip), %rax
movq -64(%rbp), %rcx
movq 8(%rcx), %rcx
subq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -68(%rbp)
movq -64(%rbp), %rax
cmpl $0, 36(%rax)
je LBB7_19
## %bb.15: ## in Loop: Header=BB7_13 Depth=1
movq -64(%rbp), %rax
movq 24(%rax), %rax
shlq $1, %rax
movq %rax, -80(%rbp)
cmpq $0, -80(%rbp)
ja LBB7_17
## %bb.16: ## in Loop: Header=BB7_13 Depth=1
movq -64(%rbp), %rax
movq 24(%rax), %rcx
shrq $3, %rcx
movq -64(%rbp), %rax
addq 24(%rax), %rcx
movq %rcx, 24(%rax)
jmp LBB7_18
LBB7_17: ## in Loop: Header=BB7_13 Depth=1
movq -64(%rbp), %rax
movq 24(%rax), %rcx
shlq $1, %rcx
movq %rcx, 24(%rax)
LBB7_18: ## in Loop: Header=BB7_13 Depth=1
movq -64(%rbp), %rax
movq 8(%rax), %rdi
movq -64(%rbp), %rax
movq 24(%rax), %rsi
addq $2, %rsi
callq _yyrealloc
movq %rax, %rcx
movq -64(%rbp), %rax
movq %rcx, 8(%rax)
jmp LBB7_20
LBB7_19: ## in Loop: Header=BB7_13 Depth=1
movq -64(%rbp), %rax
movq $0, 8(%rax)
LBB7_20: ## in Loop: Header=BB7_13 Depth=1
movq -64(%rbp), %rax
cmpq $0, 8(%rax)
jne LBB7_22
## %bb.21:
leaq L_.str.69(%rip), %rdi
callq _yy_fatal_error
LBB7_22: ## in Loop: Header=BB7_13 Depth=1
movq -64(%rbp), %rax
movq 8(%rax), %rax
movslq -68(%rbp), %rcx
addq %rcx, %rax
movq %rax, _yy_c_buf_p(%rip)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 24(%rax), %rax
subq -32(%rbp), %rax
subq $1, %rax
movq %rax, -56(%rbp)
jmp LBB7_13
LBB7_23:
cmpq $8192, -56(%rbp) ## imm = 0x2000
jbe LBB7_25
## %bb.24:
movq $8192, -56(%rbp) ## imm = 0x2000
LBB7_25:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
cmpl $0, 40(%rax)
je LBB7_39
## %bb.26:
movl $42, -84(%rbp)
movq $0, -96(%rbp)
LBB7_27: ## =>This Inner Loop Header: Depth=1
movq -96(%rbp), %rcx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpq -56(%rbp), %rcx
movb %al, -101(%rbp) ## 1-byte Spill
jae LBB7_30
## %bb.28: ## in Loop: Header=BB7_27 Depth=1
movq _yyin(%rip), %rdi
callq _getc
movl %eax, %ecx
movl %ecx, -84(%rbp)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $-1, %ecx
movb %al, -101(%rbp) ## 1-byte Spill
je LBB7_30
## %bb.29: ## in Loop: Header=BB7_27 Depth=1
cmpl $10, -84(%rbp)
setne %al
movb %al, -101(%rbp) ## 1-byte Spill
LBB7_30: ## in Loop: Header=BB7_27 Depth=1
movb -101(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB7_31
jmp LBB7_33
LBB7_31: ## in Loop: Header=BB7_27 Depth=1
movl -84(%rbp), %eax
movb %al, %dl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rax
addq -32(%rbp), %rax
movq -96(%rbp), %rcx
movb %dl, (%rax,%rcx)
## %bb.32: ## in Loop: Header=BB7_27 Depth=1
movq -96(%rbp), %rax
addq $1, %rax
movq %rax, -96(%rbp)
jmp LBB7_27
LBB7_33:
cmpl $10, -84(%rbp)
jne LBB7_35
## %bb.34:
movl -84(%rbp), %eax
movb %al, %dl
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rax
addq -32(%rbp), %rax
movq -96(%rbp), %rcx
movq %rcx, %rsi
addq $1, %rsi
movq %rsi, -96(%rbp)
movb %dl, (%rax,%rcx)
LBB7_35:
cmpl $-1, -84(%rbp)
jne LBB7_38
## %bb.36:
movq _yyin(%rip), %rdi
callq _ferror
cmpl $0, %eax
je LBB7_38
## %bb.37:
leaq L_.str.70(%rip), %rdi
callq _yy_fatal_error
LBB7_38:
movq -96(%rbp), %rax
## kill: def $eax killed $eax killed $rax
movl %eax, _yy_n_chars(%rip)
jmp LBB7_47
LBB7_39:
callq ___error
movl $0, (%rax)
LBB7_40: ## =>This Inner Loop Header: Depth=1
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rdi
addq -32(%rbp), %rdi
movq -56(%rbp), %rdx
movq _yyin(%rip), %rcx
movl $1, %esi
callq _fread
movl %eax, %ecx
movl %ecx, _yy_n_chars(%rip)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -102(%rbp) ## 1-byte Spill
jne LBB7_42
## %bb.41: ## in Loop: Header=BB7_40 Depth=1
movq _yyin(%rip), %rdi
callq _ferror
cmpl $0, %eax
setne %al
movb %al, -102(%rbp) ## 1-byte Spill
LBB7_42: ## in Loop: Header=BB7_40 Depth=1
movb -102(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB7_43
jmp LBB7_46
LBB7_43: ## in Loop: Header=BB7_40 Depth=1
callq ___error
cmpl $4, (%rax)
je LBB7_45
## %bb.44:
leaq L_.str.70(%rip), %rdi
callq _yy_fatal_error
LBB7_45: ## in Loop: Header=BB7_40 Depth=1
callq ___error
movl $0, (%rax)
movq _yyin(%rip), %rdi
callq _clearerr
jmp LBB7_40
LBB7_46:
jmp LBB7_47
LBB7_47:
movl _yy_n_chars(%rip), %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 32(%rax)
LBB7_48:
cmpl $0, _yy_n_chars(%rip)
jne LBB7_53
## %bb.49:
cmpq $0, -32(%rbp)
jne LBB7_51
## %bb.50:
movl $1, -44(%rbp)
movq _yyin(%rip), %rdi
callq _yyrestart
jmp LBB7_52
LBB7_51:
movl $2, -44(%rbp)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movl $2, 60(%rax)
LBB7_52:
jmp LBB7_54
LBB7_53:
movl $0, -44(%rbp)
LBB7_54:
movslq _yy_n_chars(%rip), %rax
addq -32(%rbp), %rax
## kill: def $eax killed $eax killed $rax
cltq
movq _yy_buffer_stack(%rip), %rcx
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rcx,%rdx,8), %rcx
cmpq 24(%rcx), %rax
jbe LBB7_58
## %bb.55:
movslq _yy_n_chars(%rip), %rax
addq -32(%rbp), %rax
movl _yy_n_chars(%rip), %ecx
sarl $1, %ecx
movslq %ecx, %rcx
addq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -100(%rbp)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rdi
movslq -100(%rbp), %rsi
callq _yyrealloc
movq %rax, %rcx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movq %rcx, 8(%rax)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
cmpq $0, 8(%rax)
jne LBB7_57
## %bb.56:
leaq L_.str.71(%rip), %rdi
callq _yy_fatal_error
LBB7_57:
jmp LBB7_58
LBB7_58:
movq -32(%rbp), %rcx
movslq _yy_n_chars(%rip), %rax
addq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, _yy_n_chars(%rip)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rax
movslq _yy_n_chars(%rip), %rcx
movb $0, (%rax,%rcx)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rax
movl _yy_n_chars(%rip), %ecx
addl $1, %ecx
movslq %ecx, %rcx
movb $0, (%rax,%rcx)
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq 8(%rax), %rcx
movq _yytext@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movl -44(%rbp), %eax
movl %eax, -4(%rbp)
LBB7_59:
movl -4(%rbp), %eax
addq $112, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyrestart ## -- Begin function yyrestart
.p2align 4, 0x90
_yyrestart: ## @yyrestart
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
cmpq $0, _yy_buffer_stack(%rip)
je LBB8_2
## %bb.1:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
cmpq $0, (%rax,%rcx,8)
jne LBB8_4
jmp LBB8_3
LBB8_2:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB8_4
jmp LBB8_3
LBB8_3:
callq _yyensure_buffer_stack
movq _yyin(%rip), %rdi
movl $16384, %esi ## imm = 0x4000
callq _yy_create_buffer
movq %rax, %rdx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq %rdx, (%rax,%rcx,8)
LBB8_4:
cmpq $0, _yy_buffer_stack(%rip)
je LBB8_6
## %bb.5:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -16(%rbp) ## 8-byte Spill
jmp LBB8_7
LBB8_6:
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -16(%rbp) ## 8-byte Spill
jmp LBB8_7
LBB8_7:
movq -16(%rbp), %rdi ## 8-byte Reload
movq -8(%rbp), %rsi
callq _yy_init_buffer
callq _yy_load_buffer_state
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_fatal_error
_yy_fatal_error: ## @yy_fatal_error
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -8(%rbp), %rdx
leaq L_.str.73(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _fprintf
movl $2, %edi
callq _exit
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_init_buffer
_yy_init_buffer: ## @yy_init_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
callq ___error
movl (%rax), %eax
movl %eax, -20(%rbp)
movq -8(%rbp), %rdi
callq _yy_flush_buffer
movq -16(%rbp), %rcx
movq -8(%rbp), %rax
movq %rcx, (%rax)
movq -8(%rbp), %rax
movl $1, 56(%rax)
movq -8(%rbp), %rax
movq %rax, -32(%rbp) ## 8-byte Spill
cmpq $0, _yy_buffer_stack(%rip)
je LBB10_2
## %bb.1:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -40(%rbp) ## 8-byte Spill
jmp LBB10_3
LBB10_2:
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -40(%rbp) ## 8-byte Spill
jmp LBB10_3
LBB10_3:
movq -32(%rbp), %rax ## 8-byte Reload
movq -40(%rbp), %rcx ## 8-byte Reload
cmpq %rcx, %rax
je LBB10_5
## %bb.4:
movq -8(%rbp), %rax
movl $1, 48(%rax)
movq -8(%rbp), %rax
movl $0, 52(%rax)
LBB10_5:
cmpq $0, -16(%rbp)
je LBB10_7
## %bb.6:
movq -16(%rbp), %rdi
callq _fileno
movl %eax, %edi
callq _isatty
cmpl $0, %eax
setg %al
andb $1, %al
movzbl %al, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
jmp LBB10_8
LBB10_7:
xorl %eax, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
jmp LBB10_8
LBB10_8:
movl -44(%rbp), %ecx ## 4-byte Reload
movq -8(%rbp), %rax
movl %ecx, 40(%rax)
movl -20(%rbp), %eax
movl %eax, -48(%rbp) ## 4-byte Spill
callq ___error
movl -48(%rbp), %ecx ## 4-byte Reload
movl %ecx, (%rax)
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_switch_to_buffer ## -- Begin function yy_switch_to_buffer
.p2align 4, 0x90
_yy_switch_to_buffer: ## @yy_switch_to_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
callq _yyensure_buffer_stack
cmpq $0, _yy_buffer_stack(%rip)
je LBB11_2
## %bb.1:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -16(%rbp) ## 8-byte Spill
jmp LBB11_3
LBB11_2:
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -16(%rbp) ## 8-byte Spill
jmp LBB11_3
LBB11_3:
movq -16(%rbp), %rax ## 8-byte Reload
cmpq -8(%rbp), %rax
jne LBB11_5
## %bb.4:
jmp LBB11_10
LBB11_5:
cmpq $0, _yy_buffer_stack(%rip)
je LBB11_7
## %bb.6:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
cmpq $0, (%rax,%rcx,8)
jne LBB11_8
jmp LBB11_9
LBB11_7:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB11_8
jmp LBB11_9
LBB11_8:
movb _yy_hold_char(%rip), %cl
movq _yy_c_buf_p(%rip), %rax
movb %cl, (%rax)
movq _yy_c_buf_p(%rip), %rcx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movq %rcx, 16(%rax)
movl _yy_n_chars(%rip), %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 32(%rax)
LBB11_9:
movq -8(%rbp), %rdx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq %rdx, (%rax,%rcx,8)
callq _yy_load_buffer_state
movl $1, _yy_did_buffer_switch_on_eof(%rip)
LBB11_10:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyalloc ## -- Begin function yyalloc
.p2align 4, 0x90
_yyalloc: ## @yyalloc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rdi
callq _malloc
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_delete_buffer ## -- Begin function yy_delete_buffer
.p2align 4, 0x90
_yy_delete_buffer: ## @yy_delete_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
cmpq $0, -8(%rbp)
jne LBB13_2
## %bb.1:
jmp LBB13_10
LBB13_2:
movq -8(%rbp), %rax
movq %rax, -16(%rbp) ## 8-byte Spill
cmpq $0, _yy_buffer_stack(%rip)
je LBB13_4
## %bb.3:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
jmp LBB13_5
LBB13_4:
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -24(%rbp) ## 8-byte Spill
jmp LBB13_5
LBB13_5:
movq -16(%rbp), %rax ## 8-byte Reload
movq -24(%rbp), %rcx ## 8-byte Reload
cmpq %rcx, %rax
jne LBB13_7
## %bb.6:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq $0, (%rax,%rcx,8)
LBB13_7:
movq -8(%rbp), %rax
cmpl $0, 36(%rax)
je LBB13_9
## %bb.8:
movq -8(%rbp), %rax
movq 8(%rax), %rdi
callq _yyfree
LBB13_9:
movq -8(%rbp), %rdi
callq _yyfree
LBB13_10:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyfree ## -- Begin function yyfree
.p2align 4, 0x90
_yyfree: ## @yyfree
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rdi
callq _free
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_flush_buffer ## -- Begin function yy_flush_buffer
.p2align 4, 0x90
_yy_flush_buffer: ## @yy_flush_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
cmpq $0, -8(%rbp)
jne LBB15_2
## %bb.1:
jmp LBB15_7
LBB15_2:
movq -8(%rbp), %rax
movl $0, 32(%rax)
movq -8(%rbp), %rax
movq 8(%rax), %rax
movb $0, (%rax)
movq -8(%rbp), %rax
movq 8(%rax), %rax
movb $0, 1(%rax)
movq -8(%rbp), %rax
movq 8(%rax), %rcx
movq -8(%rbp), %rax
movq %rcx, 16(%rax)
movq -8(%rbp), %rax
movl $1, 44(%rax)
movq -8(%rbp), %rax
movl $0, 60(%rax)
movq -8(%rbp), %rax
movq %rax, -16(%rbp) ## 8-byte Spill
cmpq $0, _yy_buffer_stack(%rip)
je LBB15_4
## %bb.3:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
jmp LBB15_5
LBB15_4:
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -24(%rbp) ## 8-byte Spill
jmp LBB15_5
LBB15_5:
movq -16(%rbp), %rax ## 8-byte Reload
movq -24(%rbp), %rcx ## 8-byte Reload
cmpq %rcx, %rax
jne LBB15_7
## %bb.6:
callq _yy_load_buffer_state
LBB15_7:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yypush_buffer_state ## -- Begin function yypush_buffer_state
.p2align 4, 0x90
_yypush_buffer_state: ## @yypush_buffer_state
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
cmpq $0, -8(%rbp)
jne LBB16_2
## %bb.1:
jmp LBB16_11
LBB16_2:
callq _yyensure_buffer_stack
cmpq $0, _yy_buffer_stack(%rip)
je LBB16_4
## %bb.3:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
cmpq $0, (%rax,%rcx,8)
jne LBB16_5
jmp LBB16_6
LBB16_4:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB16_5
jmp LBB16_6
LBB16_5:
movb _yy_hold_char(%rip), %cl
movq _yy_c_buf_p(%rip), %rax
movb %cl, (%rax)
movq _yy_c_buf_p(%rip), %rcx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movq %rcx, 16(%rax)
movl _yy_n_chars(%rip), %ecx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rdx
movq (%rax,%rdx,8), %rax
movl %ecx, 32(%rax)
LBB16_6:
cmpq $0, _yy_buffer_stack(%rip)
je LBB16_8
## %bb.7:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
cmpq $0, (%rax,%rcx,8)
jne LBB16_9
jmp LBB16_10
LBB16_8:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB16_9
jmp LBB16_10
LBB16_9:
movq _yy_buffer_stack_top(%rip), %rax
addq $1, %rax
movq %rax, _yy_buffer_stack_top(%rip)
LBB16_10:
movq -8(%rbp), %rdx
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq %rdx, (%rax,%rcx,8)
callq _yy_load_buffer_state
movl $1, _yy_did_buffer_switch_on_eof(%rip)
LBB16_11:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yypop_buffer_state ## -- Begin function yypop_buffer_state
.p2align 4, 0x90
_yypop_buffer_state: ## @yypop_buffer_state
.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
cmpq $0, _yy_buffer_stack(%rip)
je LBB17_2
## %bb.1:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
cmpq $0, (%rax,%rcx,8)
jne LBB17_4
jmp LBB17_3
LBB17_2:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB17_4
jmp LBB17_3
LBB17_3:
jmp LBB17_13
LBB17_4:
cmpq $0, _yy_buffer_stack(%rip)
je LBB17_6
## %bb.5:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -8(%rbp) ## 8-byte Spill
jmp LBB17_7
LBB17_6:
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -8(%rbp) ## 8-byte Spill
jmp LBB17_7
LBB17_7:
movq -8(%rbp), %rdi ## 8-byte Reload
callq _yy_delete_buffer
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq $0, (%rax,%rcx,8)
cmpq $0, _yy_buffer_stack_top(%rip)
jbe LBB17_9
## %bb.8:
movq _yy_buffer_stack_top(%rip), %rax
addq $-1, %rax
movq %rax, _yy_buffer_stack_top(%rip)
LBB17_9:
cmpq $0, _yy_buffer_stack(%rip)
je LBB17_11
## %bb.10:
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
cmpq $0, (%rax,%rcx,8)
jne LBB17_12
jmp LBB17_13
LBB17_11:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
testb $1, %al
jne LBB17_12
jmp LBB17_13
LBB17_12:
callq _yy_load_buffer_state
movl $1, _yy_did_buffer_switch_on_eof(%rip)
LBB17_13:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_scan_buffer ## -- Begin function yy_scan_buffer
.p2align 4, 0x90
_yy_scan_buffer: ## @yy_scan_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
cmpq $2, -24(%rbp)
jb LBB18_3
## %bb.1:
movq -16(%rbp), %rax
movq -24(%rbp), %rcx
subq $2, %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
jne LBB18_3
## %bb.2:
movq -16(%rbp), %rax
movq -24(%rbp), %rcx
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
je LBB18_4
LBB18_3:
movq $0, -8(%rbp)
jmp LBB18_7
LBB18_4:
movl $64, %edi
callq _yyalloc
movq %rax, -32(%rbp)
cmpq $0, -32(%rbp)
jne LBB18_6
## %bb.5:
leaq L_.str.65(%rip), %rdi
callq _yy_fatal_error
LBB18_6:
movq -24(%rbp), %rcx
subq $2, %rcx
movq -32(%rbp), %rax
movq %rcx, 24(%rax)
movq -16(%rbp), %rcx
movq -32(%rbp), %rax
movq %rcx, 8(%rax)
movq -32(%rbp), %rax
movq %rcx, 16(%rax)
movq -32(%rbp), %rax
movl $0, 36(%rax)
movq -32(%rbp), %rax
movq $0, (%rax)
movq -32(%rbp), %rax
movq 24(%rax), %rax
movl %eax, %ecx
movq -32(%rbp), %rax
movl %ecx, 32(%rax)
movq -32(%rbp), %rax
movl $0, 40(%rax)
movq -32(%rbp), %rax
movl $1, 44(%rax)
movq -32(%rbp), %rax
movl $0, 56(%rax)
movq -32(%rbp), %rax
movl $0, 60(%rax)
movq -32(%rbp), %rdi
callq _yy_switch_to_buffer
movq -32(%rbp), %rax
movq %rax, -8(%rbp)
LBB18_7:
movq -8(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_scan_string ## -- Begin function yy_scan_string
.p2align 4, 0x90
_yy_scan_string: ## @yy_scan_string
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, -16(%rbp) ## 8-byte Spill
movq -8(%rbp), %rdi
callq _strlen
movq -16(%rbp), %rdi ## 8-byte Reload
movq %rax, %rsi
callq _yy_scan_bytes
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yy_scan_bytes ## -- Begin function yy_scan_bytes
.p2align 4, 0x90
_yy_scan_bytes: ## @yy_scan_bytes
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq -16(%rbp), %rax
addq $2, %rax
movq %rax, -40(%rbp)
movq -40(%rbp), %rdi
callq _yyalloc
movq %rax, -32(%rbp)
cmpq $0, -32(%rbp)
jne LBB20_2
## %bb.1:
leaq L_.str.66(%rip), %rdi
callq _yy_fatal_error
LBB20_2:
movq $0, -48(%rbp)
LBB20_3: ## =>This Inner Loop Header: Depth=1
movq -48(%rbp), %rax
cmpq -16(%rbp), %rax
jae LBB20_6
## %bb.4: ## in Loop: Header=BB20_3 Depth=1
movq -8(%rbp), %rax
movq -48(%rbp), %rcx
movb (%rax,%rcx), %dl
movq -32(%rbp), %rax
movq -48(%rbp), %rcx
movb %dl, (%rax,%rcx)
## %bb.5: ## in Loop: Header=BB20_3 Depth=1
movq -48(%rbp), %rax
addq $1, %rax
movq %rax, -48(%rbp)
jmp LBB20_3
LBB20_6:
movq -32(%rbp), %rax
movq -16(%rbp), %rcx
movb $0, 1(%rax,%rcx)
movq -32(%rbp), %rax
movq -16(%rbp), %rcx
movb $0, (%rax,%rcx)
movq -32(%rbp), %rdi
movq -40(%rbp), %rsi
callq _yy_scan_buffer
movq %rax, -24(%rbp)
cmpq $0, -24(%rbp)
jne LBB20_8
## %bb.7:
leaq L_.str.67(%rip), %rdi
callq _yy_fatal_error
LBB20_8:
movq -24(%rbp), %rax
movl $1, 36(%rax)
movq -24(%rbp), %rax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_lineno ## -- Begin function yyget_lineno
.p2align 4, 0x90
_yyget_lineno: ## @yyget_lineno
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl _yylineno(%rip), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_in ## -- Begin function yyget_in
.p2align 4, 0x90
_yyget_in: ## @yyget_in
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yyin(%rip), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_out ## -- Begin function yyget_out
.p2align 4, 0x90
_yyget_out: ## @yyget_out
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yyout(%rip), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_leng ## -- Begin function yyget_leng
.p2align 4, 0x90
_yyget_leng: ## @yyget_leng
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yyleng@GOTPCREL(%rip), %rax
movq (%rax), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_text ## -- Begin function yyget_text
.p2align 4, 0x90
_yyget_text: ## @yyget_text
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _yytext@GOTPCREL(%rip), %rax
movq (%rax), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyset_lineno ## -- Begin function yyset_lineno
.p2align 4, 0x90
_yyset_lineno: ## @yyset_lineno
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, _yylineno(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyset_in ## -- Begin function yyset_in
.p2align 4, 0x90
_yyset_in: ## @yyset_in
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, _yyin(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyset_out ## -- Begin function yyset_out
.p2align 4, 0x90
_yyset_out: ## @yyset_out
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, _yyout(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyget_debug ## -- Begin function yyget_debug
.p2align 4, 0x90
_yyget_debug: ## @yyget_debug
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl _yy_flex_debug(%rip), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyset_debug ## -- Begin function yyset_debug
.p2align 4, 0x90
_yyset_debug: ## @yyset_debug
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, _yy_flex_debug(%rip)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yylex_destroy ## -- Begin function yylex_destroy
.p2align 4, 0x90
_yylex_destroy: ## @yylex_destroy
.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
jmp LBB31_1
LBB31_1: ## =>This Inner Loop Header: Depth=1
cmpq $0, _yy_buffer_stack(%rip)
je LBB31_3
## %bb.2: ## in Loop: Header=BB31_1 Depth=1
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -8(%rbp) ## 8-byte Spill
jmp LBB31_4
LBB31_3: ## in Loop: Header=BB31_1 Depth=1
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -8(%rbp) ## 8-byte Spill
jmp LBB31_4
LBB31_4: ## in Loop: Header=BB31_1 Depth=1
movq -8(%rbp), %rax ## 8-byte Reload
cmpq $0, %rax
je LBB31_9
## %bb.5: ## in Loop: Header=BB31_1 Depth=1
cmpq $0, _yy_buffer_stack(%rip)
je LBB31_7
## %bb.6: ## in Loop: Header=BB31_1 Depth=1
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -16(%rbp) ## 8-byte Spill
jmp LBB31_8
LBB31_7: ## in Loop: Header=BB31_1 Depth=1
xorl %eax, %eax
## kill: def $rax killed $eax
movq %rax, -16(%rbp) ## 8-byte Spill
jmp LBB31_8
LBB31_8: ## in Loop: Header=BB31_1 Depth=1
movq -16(%rbp), %rdi ## 8-byte Reload
callq _yy_delete_buffer
movq _yy_buffer_stack(%rip), %rax
movq _yy_buffer_stack_top(%rip), %rcx
movq $0, (%rax,%rcx,8)
callq _yypop_buffer_state
jmp LBB31_1
LBB31_9:
movq _yy_buffer_stack(%rip), %rdi
callq _yyfree
movq $0, _yy_buffer_stack(%rip)
callq _yy_init_globals
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function yy_init_globals
_yy_init_globals: ## @yy_init_globals
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq $0, _yy_buffer_stack(%rip)
movq $0, _yy_buffer_stack_top(%rip)
movq $0, _yy_buffer_stack_max(%rip)
movq $0, _yy_c_buf_p(%rip)
movl $0, _yy_init(%rip)
movl $0, _yy_start(%rip)
movq $0, _yyin(%rip)
movq $0, _yyout(%rip)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyrealloc ## -- Begin function yyrealloc
.p2align 4, 0x90
_yyrealloc: ## @yyrealloc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq _realloc
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _yyin ## @yyin
.zerofill __DATA,__common,_yyin,8,3
.globl _yyout ## @yyout
.zerofill __DATA,__common,_yyout,8,3
.section __DATA,__data
.globl _yylineno ## @yylineno
.p2align 2
_yylineno:
.long 1 ## 0x1
.globl _yy_flex_debug ## @yy_flex_debug
.zerofill __DATA,__common,_yy_flex_debug,4,2
.globl _stress ## @stress
.zerofill __DATA,__common,_stress,4,2
.globl _spc ## @spc
.p2align 2
_spc:
.long 1 ## 0x1
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz " "
.zerofill __DATA,__bss,_yy_init,4,2 ## @yy_init
.zerofill __DATA,__bss,_yy_start,4,2 ## @yy_start
.zerofill __DATA,__bss,_yy_buffer_stack,8,3 ## @yy_buffer_stack
.zerofill __DATA,__bss,_yy_buffer_stack_top,8,3 ## @yy_buffer_stack_top
.zerofill __DATA,__bss,_yy_c_buf_p,8,3 ## @yy_c_buf_p
.zerofill __DATA,__bss,_yy_hold_char,1,0 ## @yy_hold_char
.section __TEXT,__const
.p2align 4 ## @yy_ec
_yy_ec:
.ascii "\000\001\001\001\001\001\001\001\001\002\003\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\002\001\001\004\001\001\001\001\001\001\001\001\001\005\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\006\007\b\t\n\013\f\r\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\026\035\036\001\001\001\001\001\001\037 !\"#$%&'()*+,-.\026/01234\02656\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001"
.p2align 4 ## @yy_accept
_yy_accept:
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 119 ## 0x77
.short 118 ## 0x76
.short 1 ## 0x1
.short 2 ## 0x2
.short 5 ## 0x5
.short 3 ## 0x3
.short 4 ## 0x4
.short 8 ## 0x8
.short 7 ## 0x7
.short 6 ## 0x6
.short 10 ## 0xa
.short 9 ## 0x9
.short 118 ## 0x76
.short 118 ## 0x76
.short 118 ## 0x76
.short 118 ## 0x76
.short 118 ## 0x76
.short 21 ## 0x15
.short 20 ## 0x14
.short 19 ## 0x13
.short 71 ## 0x47
.short 76 ## 0x4c
.short 118 ## 0x76
.short 78 ## 0x4e
.short 79 ## 0x4f
.short 87 ## 0x57
.short 88 ## 0x58
.short 89 ## 0x59
.short 83 ## 0x53
.short 90 ## 0x5a
.short 91 ## 0x5b
.short 92 ## 0x5c
.short 93 ## 0x5d
.short 94 ## 0x5e
.short 96 ## 0x60
.short 102 ## 0x66
.short 103 ## 0x67
.short 104 ## 0x68
.short 106 ## 0x6a
.short 109 ## 0x6d
.short 113 ## 0x71
.short 114 ## 0x72
.short 115 ## 0x73
.short 116 ## 0x74
.short 24 ## 0x18
.short 29 ## 0x1d
.short 118 ## 0x76
.short 31 ## 0x1f
.short 32 ## 0x20
.short 40 ## 0x28
.short 41 ## 0x29
.short 42 ## 0x2a
.short 36 ## 0x24
.short 43 ## 0x2b
.short 44 ## 0x2c
.short 45 ## 0x2d
.short 46 ## 0x2e
.short 47 ## 0x2f
.short 49 ## 0x31
.short 55 ## 0x37
.short 56 ## 0x38
.short 57 ## 0x39
.short 59 ## 0x3b
.short 62 ## 0x3e
.short 66 ## 0x42
.short 67 ## 0x43
.short 68 ## 0x44
.short 69 ## 0x45
.short 22 ## 0x16
.short 23 ## 0x17
.short 7 ## 0x7
.short 10 ## 0xa
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 21 ## 0x15
.short 72 ## 0x48
.short 74 ## 0x4a
.short 75 ## 0x4b
.short 77 ## 0x4d
.short 108 ## 0x6c
.short 80 ## 0x50
.short 81 ## 0x51
.short 84 ## 0x54
.short 86 ## 0x56
.short 95 ## 0x5f
.short 97 ## 0x61
.short 99 ## 0x63
.short 100 ## 0x64
.short 101 ## 0x65
.short 105 ## 0x69
.short 107 ## 0x6b
.short 110 ## 0x6e
.short 112 ## 0x70
.short 117 ## 0x75
.short 25 ## 0x19
.short 27 ## 0x1b
.short 28 ## 0x1c
.short 30 ## 0x1e
.short 61 ## 0x3d
.short 33 ## 0x21
.short 34 ## 0x22
.short 37 ## 0x25
.short 39 ## 0x27
.short 48 ## 0x30
.short 50 ## 0x32
.short 52 ## 0x34
.short 53 ## 0x35
.short 54 ## 0x36
.short 58 ## 0x3a
.short 60 ## 0x3c
.short 63 ## 0x3f
.short 65 ## 0x41
.short 70 ## 0x46
.short 11 ## 0xb
.short 12 ## 0xc
.short 13 ## 0xd
.short 14 ## 0xe
.short 15 ## 0xf
.short 16 ## 0x10
.short 17 ## 0x11
.short 18 ## 0x12
.short 73 ## 0x49
.short 82 ## 0x52
.short 85 ## 0x55
.short 98 ## 0x62
.short 111 ## 0x6f
.short 26 ## 0x1a
.short 35 ## 0x23
.short 38 ## 0x26
.short 51 ## 0x33
.short 64 ## 0x40
.short 0 ## 0x0
.zerofill __DATA,__bss,_yy_last_accepting_state,4,2 ## @yy_last_accepting_state
.zerofill __DATA,__bss,_yy_last_accepting_cpos,8,3 ## @yy_last_accepting_cpos
.p2align 4 ## @yy_chk
_yy_chk:
.short 0 ## 0x0
.short 2 ## 0x2
.short 2 ## 0x2
.short 2 ## 0x2
.short 2 ## 0x2
.short 2 ## 0x2
.short 5 ## 0x5
.short 5 ## 0x5
.short 6 ## 0x6
.short 6 ## 0x6
.short 7 ## 0x7
.short 7 ## 0x7
.short 152 ## 0x98
.short 8 ## 0x8
.short 8 ## 0x8
.short 33 ## 0x21
.short 37 ## 0x25
.short 41 ## 0x29
.short 151 ## 0x97
.short 37 ## 0x25
.short 47 ## 0x2f
.short 52 ## 0x34
.short 33 ## 0x21
.short 150 ## 0x96
.short 149 ## 0x95
.short 148 ## 0x94
.short 0 ## 0x0
.short 47 ## 0x2f
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 33 ## 0x21
.short 0 ## 0x0
.short 41 ## 0x29
.short 52 ## 0x34
.short 47 ## 0x2f
.short 47 ## 0x2f
.short 61 ## 0x3d
.short 57 ## 0x39
.short 7 ## 0x7
.short 61 ## 0x3d
.short 7 ## 0x7
.short 8 ## 0x8
.short 65 ## 0x41
.short 8 ## 0x8
.short 57 ## 0x39
.short 0 ## 0x0
.short 86 ## 0x56
.short 76 ## 0x4c
.short 86 ## 0x56
.short 85 ## 0x55
.short 126 ## 0x7e
.short 7 ## 0x7
.short 57 ## 0x39
.short 7 ## 0x7
.short 8 ## 0x8
.short 120 ## 0x78
.short 8 ## 0x8
.short 65 ## 0x41
.short 7 ## 0x7
.short 76 ## 0x4c
.short 85 ## 0x55
.short 8 ## 0x8
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 9 ## 0x9
.short 71 ## 0x47
.short 88 ## 0x58
.short 117 ## 0x75
.short 88 ## 0x58
.short 116 ## 0x74
.short 110 ## 0x6e
.short 107 ## 0x6b
.short 71 ## 0x47
.short 101 ## 0x65
.short 98 ## 0x62
.short 97 ## 0x61
.short 91 ## 0x5b
.short 90 ## 0x5a
.short 89 ## 0x59
.short 71 ## 0x47
.short 71 ## 0x47
.short 87 ## 0x57
.short 84 ## 0x54
.short 83 ## 0x53
.short 80 ## 0x50
.short 75 ## 0x4b
.short 74 ## 0x4a
.short 70 ## 0x46
.short 60 ## 0x3c
.short 59 ## 0x3b
.short 56 ## 0x38
.short 51 ## 0x33
.short 50 ## 0x32
.short 46 ## 0x2e
.short 36 ## 0x24
.short 35 ## 0x23
.short 30 ## 0x1e
.short 29 ## 0x1d
.short 28 ## 0x1c
.short 27 ## 0x1b
.short 26 ## 0x1a
.short 25 ## 0x19
.short 23 ## 0x17
.short 21 ## 0x15
.short 13 ## 0xd
.short 12 ## 0xc
.short 11 ## 0xb
.short 4 ## 0x4
.short 3 ## 0x3
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.p2align 4 ## @yy_base
_yy_base:
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 157 ## 0x9d
.short 156 ## 0x9c
.short 4 ## 0x4
.short 6 ## 0x6
.short 8 ## 0x8
.short 11 ## 0xb
.short 62 ## 0x3e
.short 0 ## 0x0
.short 155 ## 0x9b
.short 154 ## 0x9a
.short 156 ## 0x9c
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 153 ## 0x99
.short 161 ## 0xa1
.short 152 ## 0x98
.short 161 ## 0xa1
.short 119 ## 0x77
.short 108 ## 0x6c
.short 112 ## 0x70
.short 106 ## 0x6a
.short 102 ## 0x66
.short 146 ## 0x92
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 2 ## 0x2
.short 161 ## 0xa1
.short 134 ## 0x86
.short 133 ## 0x85
.short 6 ## 0x6
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 4 ## 0x4
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 133 ## 0x85
.short 7 ## 0x7
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 131 ## 0x83
.short 130 ## 0x82
.short 8 ## 0x8
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 129 ## 0x81
.short 0 ## 0x0
.short 161 ## 0xa1
.short 103 ## 0x67
.short 102 ## 0x66
.short 2 ## 0x2
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 5 ## 0x5
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 102 ## 0x66
.short 79 ## 0x4f
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 100 ## 0x64
.short 99 ## 0x63
.short 10 ## 0xa
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 98 ## 0x62
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 133 ## 0x85
.short 132 ## 0x84
.short 10 ## 0xa
.short 1 ## 0x1
.short 91 ## 0x5b
.short 72 ## 0x48
.short 98 ## 0x62
.short 127 ## 0x7f
.short 105 ## 0x69
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 104 ## 0x68
.short 103 ## 0x67
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 102 ## 0x66
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 100 ## 0x64
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 75 ## 0x4b
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 74 ## 0x4a
.short 72 ## 0x48
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 9 ## 0x9
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 4 ## 0x4
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 161 ## 0xa1
.short 24 ## 0x18
.short 23 ## 0x17
.short 22 ## 0x16
.short 17 ## 0x11
.short 11 ## 0xb
.p2align 4 ## @yy_def
_yy_def:
.short 0 ## 0x0
.short 148 ## 0x94
.short 149 ## 0x95
.short 150 ## 0x96
.short 150 ## 0x96
.short 151 ## 0x97
.short 151 ## 0x97
.short 148 ## 0x94
.short 148 ## 0x94
.short 147 ## 0x93
.short 9 ## 0x9
.short 152 ## 0x98
.short 152 ## 0x98
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 0 ## 0x0
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.p2align 4 ## @yy_meta
_yy_meta:
.ascii "\000\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001"
.p2align 4 ## @yy_nxt
_yy_nxt:
.short 0 ## 0x0
.short 14 ## 0xe
.short 14 ## 0xe
.short 15 ## 0xf
.short 16 ## 0x10
.short 14 ## 0xe
.short 21 ## 0x15
.short 22 ## 0x16
.short 21 ## 0x15
.short 22 ## 0x16
.short 23 ## 0x17
.short 24 ## 0x18
.short 81 ## 0x51
.short 23 ## 0x17
.short 24 ## 0x18
.short 91 ## 0x5b
.short 96 ## 0x60
.short 98 ## 0x62
.short 20 ## 0x14
.short 97 ## 0x61
.short 101 ## 0x65
.short 107 ## 0x6b
.short 92 ## 0x5c
.short 18 ## 0x12
.short 17 ## 0x11
.short 14 ## 0xe
.short 147 ## 0x93
.short 102 ## 0x66
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 93 ## 0x5d
.short 147 ## 0x93
.short 99 ## 0x63
.short 108 ## 0x6c
.short 103 ## 0x67
.short 104 ## 0x68
.short 115 ## 0x73
.short 110 ## 0x6e
.short 25 ## 0x19
.short 116 ## 0x74
.short 26 ## 0x1a
.short 25 ## 0x19
.short 117 ## 0x75
.short 26 ## 0x1a
.short 111 ## 0x6f
.short 147 ## 0x93
.short 131 ## 0x83
.short 126 ## 0x7e
.short 132 ## 0x84
.short 129 ## 0x81
.short 146 ## 0x92
.short 27 ## 0x1b
.short 112 ## 0x70
.short 28 ## 0x1c
.short 27 ## 0x1b
.short 145 ## 0x91
.short 28 ## 0x1c
.short 118 ## 0x76
.short 29 ## 0x1d
.short 127 ## 0x7f
.short 130 ## 0x82
.short 29 ## 0x1d
.short 14 ## 0xe
.short 30 ## 0x1e
.short 31 ## 0x1f
.short 14 ## 0xe
.short 32 ## 0x20
.short 33 ## 0x21
.short 34 ## 0x22
.short 35 ## 0x23
.short 36 ## 0x24
.short 37 ## 0x25
.short 38 ## 0x26
.short 39 ## 0x27
.short 40 ## 0x28
.short 41 ## 0x29
.short 42 ## 0x2a
.short 43 ## 0x2b
.short 44 ## 0x2c
.short 45 ## 0x2d
.short 46 ## 0x2e
.short 47 ## 0x2f
.short 48 ## 0x30
.short 14 ## 0xe
.short 49 ## 0x31
.short 50 ## 0x32
.short 51 ## 0x33
.short 52 ## 0x34
.short 53 ## 0x35
.short 54 ## 0x36
.short 55 ## 0x37
.short 56 ## 0x38
.short 57 ## 0x39
.short 58 ## 0x3a
.short 59 ## 0x3b
.short 60 ## 0x3c
.short 61 ## 0x3d
.short 62 ## 0x3e
.short 63 ## 0x3f
.short 64 ## 0x40
.short 65 ## 0x41
.short 66 ## 0x42
.short 67 ## 0x43
.short 68 ## 0x44
.short 69 ## 0x45
.short 70 ## 0x46
.short 71 ## 0x47
.short 72 ## 0x48
.short 73 ## 0x49
.short 74 ## 0x4a
.short 75 ## 0x4b
.short 76 ## 0x4c
.short 77 ## 0x4d
.short 78 ## 0x4e
.short 79 ## 0x4f
.short 80 ## 0x50
.short 120 ## 0x78
.short 134 ## 0x86
.short 144 ## 0x90
.short 135 ## 0x87
.short 143 ## 0x8f
.short 142 ## 0x8e
.short 141 ## 0x8d
.short 121 ## 0x79
.short 140 ## 0x8c
.short 139 ## 0x8b
.short 138 ## 0x8a
.short 137 ## 0x89
.short 90 ## 0x5a
.short 136 ## 0x88
.short 122 ## 0x7a
.short 123 ## 0x7b
.short 133 ## 0x85
.short 84 ## 0x54
.short 83 ## 0x53
.short 128 ## 0x80
.short 125 ## 0x7d
.short 124 ## 0x7c
.short 119 ## 0x77
.short 114 ## 0x72
.short 113 ## 0x71
.short 109 ## 0x6d
.short 106 ## 0x6a
.short 105 ## 0x69
.short 100 ## 0x64
.short 95 ## 0x5f
.short 94 ## 0x5e
.short 90 ## 0x5a
.short 89 ## 0x59
.short 88 ## 0x58
.short 87 ## 0x57
.short 86 ## 0x56
.short 85 ## 0x55
.short 84 ## 0x54
.short 83 ## 0x53
.short 147 ## 0x93
.short 82 ## 0x52
.short 82 ## 0x52
.short 19 ## 0x13
.short 19 ## 0x13
.short 13 ## 0xd
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.short 147 ## 0x93
.comm _yytext,8,3 ## @yytext
.comm _yyleng,8,3 ## @yyleng
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "(\"%s"
L_.str.2: ## @.str.2
.asciz "\")\n"
L_.str.3: ## @.str.3
.asciz "\" "
L_.str.4: ## @.str.4
.asciz "%s"
L_.str.5: ## @.str.5
.asciz ")\n"
L_.str.6: ## @.str.6
.asciz " ((("
L_.str.7: ## @.str.7
.asciz "jj"
L_.str.8: ## @.str.8
.asciz "rb"
L_.str.9: ## @.str.9
.asciz "nns"
L_.str.10: ## @.str.10
.asciz "nn"
L_.str.11: ## @.str.11
.asciz "nil"
L_.str.12: ## @.str.12
.asciz "nnps"
L_.str.13: ## @.str.13
.asciz "nnp"
L_.str.14: ## @.str.14
.asciz "vb"
L_.str.15: ## @.str.15
.asciz ") %d) (("
L_.str.16: ## @.str.16
.asciz ") %d)))\n"
L_.str.17: ## @.str.17
.asciz ") %d)))"
L_.str.18: ## @.str.18
.asciz "\n"
L_.str.19: ## @.str.19
.asciz "ae"
L_.str.20: ## @.str.20
.asciz "aa"
L_.str.21: ## @.str.21
.asciz "aa r"
L_.str.22: ## @.str.22
.asciz "ao"
L_.str.23: ## @.str.23
.asciz "ey"
L_.str.24: ## @.str.24
.asciz "b"
L_.str.25: ## @.str.25
.asciz "ch"
L_.str.26: ## @.str.26
.asciz "d"
L_.str.27: ## @.str.27
.asciz "eh"
L_.str.28: ## @.str.28
.asciz "iy"
L_.str.29: ## @.str.29
.asciz "eh r"
L_.str.30: ## @.str.30
.asciz "ih"
L_.str.31: ## @.str.31
.asciz "ih r"
L_.str.32: ## @.str.32
.asciz "ay"
L_.str.33: ## @.str.33
.asciz "f"
L_.str.34: ## @.str.34
.asciz "g"
L_.str.35: ## @.str.35
.asciz "hh"
L_.str.36: ## @.str.36
.asciz "jh"
L_.str.37: ## @.str.37
.asciz "k"
L_.str.38: ## @.str.38
.asciz "l"
L_.str.39: ## @.str.39
.asciz "m"
L_.str.40: ## @.str.40
.asciz "n"
L_.str.41: ## @.str.41
.asciz "ng"
L_.str.42: ## @.str.42
.asciz "ow"
L_.str.43: ## @.str.43
.asciz "ao r"
L_.str.44: ## @.str.44
.asciz "uw"
L_.str.45: ## @.str.45
.asciz "aw"
L_.str.46: ## @.str.46
.asciz "oy"
L_.str.47: ## @.str.47
.asciz "p"
L_.str.48: ## @.str.48
.asciz "r"
L_.str.49: ## @.str.49
.asciz "s"
L_.str.50: ## @.str.50
.asciz "sh"
L_.str.51: ## @.str.51
.asciz "t"
L_.str.52: ## @.str.52
.asciz "th"
L_.str.53: ## @.str.53
.asciz "dh"
L_.str.54: ## @.str.54
.asciz "ah"
L_.str.55: ## @.str.55
.asciz "ax"
L_.str.56: ## @.str.56
.asciz "er"
L_.str.57: ## @.str.57
.asciz "uh"
L_.str.58: ## @.str.58
.asciz "v"
L_.str.59: ## @.str.59
.asciz "w"
L_.str.60: ## @.str.60
.asciz "y"
L_.str.61: ## @.str.61
.asciz "z"
L_.str.62: ## @.str.62
.asciz "zh"
.zerofill __DATA,__bss,_yy_n_chars,4,2 ## @yy_n_chars
.zerofill __DATA,__bss,_yy_did_buffer_switch_on_eof,4,2 ## @yy_did_buffer_switch_on_eof
L_.str.63: ## @.str.63
.asciz "fatal flex scanner internal error--no action found"
L_.str.64: ## @.str.64
.asciz "out of dynamic memory in yy_create_buffer()"
L_.str.65: ## @.str.65
.asciz "out of dynamic memory in yy_scan_buffer()"
L_.str.66: ## @.str.66
.asciz "out of dynamic memory in yy_scan_bytes()"
L_.str.67: ## @.str.67
.asciz "bad buffer in yy_scan_bytes()"
L_.str.68: ## @.str.68
.asciz "fatal flex scanner internal error--end of buffer missed"
L_.str.69: ## @.str.69
.asciz "fatal error - scanner input buffer overflow"
L_.str.70: ## @.str.70
.asciz "input in flex scanner failed"
L_.str.71: ## @.str.71
.asciz "out of dynamic memory in yy_get_next_buffer()"
L_.str.72: ## @.str.72
.asciz "out of dynamic memory in yyensure_buffer_stack()"
.zerofill __DATA,__bss,_yy_buffer_stack_max,8,3 ## @yy_buffer_stack_max
L_.str.73: ## @.str.73
.asciz "%s\n"
.subsections_via_symbols
| the_stack_data/197948.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov x0, #42
mov x1, #53
bl __checkGreater
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $42, %edi
movl $53, %esi
callq __checkGreater
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/135795.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function generate_rand
lCPI0_0:
.quad 0x409f400000000000 ; double 2000
.section __TEXT,__text,regular,pure_instructions
.globl _generate_rand
.p2align 2
_generate_rand: ; @generate_rand
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur w1, [x29, #-8]
str x2, [sp, #16]
mov x0, #0
bl _time
; kill: def $w0 killed $w0 killed $x0
bl _srand
str wzr, [sp, #12]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldr w8, [sp, #12]
ldur w9, [x29, #-4]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #8]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #8]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
bl _rand
scvtf s0, w0
str s0, [sp, #4]
bl _rand
mov w9, #1000
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
add w8, w8, #1
scvtf d0, w8
adrp x8, lCPI0_0@PAGE
ldr d1, [x8, lCPI0_0@PAGEOFF]
fdiv d0, d0, d1
fcvt s0, d0
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
mov x10, #72
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #8]
str s0, [x8, x9, lsl #2]
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_3
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_1
LBB0_8:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function generate_rand2
lCPI1_0:
.quad 0x409f400000000000 ; double 2000
.section __TEXT,__text,regular,pure_instructions
.globl _generate_rand2
.p2align 2
_generate_rand2: ; @generate_rand2
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur w1, [x29, #-8]
str x2, [sp, #16]
mov x0, #0
bl _time
; kill: def $w0 killed $w0 killed $x0
bl _srand
str wzr, [sp, #12]
b LBB1_1
LBB1_1: ; =>This Loop Header: Depth=1
; Child Loop BB1_3 Depth 2
ldr w8, [sp, #12]
ldur w9, [x29, #-4]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_8
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
str wzr, [sp, #8]
b LBB1_3
LBB1_3: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #8]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=2
bl _rand
scvtf s0, w0
str s0, [sp, #4]
bl _rand
mov w9, #1000
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
add w8, w8, #1
scvtf d0, w8
adrp x8, lCPI1_0@PAGE
ldr d1, [x8, lCPI1_0@PAGEOFF]
fdiv d0, d0, d1
fcvt s0, d0
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
mov x10, #24
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #8]
str s0, [x8, x9, lsl #2]
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_3 Depth=2
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_3
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_1
LBB1_8:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _get_act ; -- Begin function get_act
.p2align 2
_get_act: ; @get_act
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub sp, sp, #112
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-16]
stur w1, [x29, #-20]
stur x2, [x29, #-32]
stur x3, [x29, #-40]
stur w4, [x29, #-44]
stur w5, [x29, #-48]
stur x6, [x29, #-56]
ldur w8, [x29, #-20]
; kill: def $x8 killed $w8
mov x9, sp
stur x9, [x29, #-72]
lsl x9, x8, #2
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-104] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-104] ; 8-byte Folded Reload
mov x9, sp
subs x9, x9, x10
mov sp, x9
stur x9, [x29, #-96] ; 8-byte Folded Spill
stur x8, [x29, #-80]
stur wzr, [x29, #-60]
b LBB2_1
LBB2_1: ; =>This Loop Header: Depth=1
; Child Loop BB2_3 Depth 2
ldur w8, [x29, #-60]
ldur w9, [x29, #-44]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_8
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldursw x9, [x29, #-60]
movi d0, #0000000000000000
str s0, [x8, x9, lsl #2]
stur wzr, [x29, #-64]
b LBB2_3
LBB2_3: ; Parent Loop BB2_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-64]
ldur w9, [x29, #-48]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_6
b LBB2_4
LBB2_4: ; in Loop: Header=BB2_3 Depth=2
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldursw x9, [x29, #-60]
ldr s2, [x8, x9, lsl #2]
ldur x9, [x29, #-32]
ldursw x10, [x29, #-64]
ldr s0, [x9, x10, lsl #2]
ldur x9, [x29, #-40]
ldursw x10, [x29, #-60]
mov x11, #72
mul x10, x10, x11
add x9, x9, x10
ldursw x10, [x29, #-64]
ldr s1, [x9, x10, lsl #2]
fmadd s0, s0, s1, s2
ldursw x9, [x29, #-60]
str s0, [x8, x9, lsl #2]
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_3 Depth=2
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB2_3
LBB2_6: ; in Loop: Header=BB2_1 Depth=1
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldursw x9, [x29, #-60]
ldr s1, [x8, x9, lsl #2]
fmov s0, #-1.00000000
fmul s0, s0, s1
ldursw x9, [x29, #-60]
str s0, [x8, x9, lsl #2]
ldursw x9, [x29, #-60]
ldr s0, [x8, x9, lsl #2]
fcvt d0, s0
bl _exp
fmov d1, d0
fmov d0, #1.00000000
fadd d0, d0, d1
fcvt s0, d0
stur s0, [x29, #-84]
ldur s0, [x29, #-84]
fmov s1, #1.00000000
fdiv s0, s1, s0
ldur x8, [x29, #-16]
ldursw x9, [x29, #-60]
str s0, [x8, x9, lsl #2]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-60]
ldr s0, [x8, x9, lsl #2]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-60]
ldr s2, [x8, x9, lsl #2]
fsub s1, s1, s2
fmul s0, s0, s1
ldur x8, [x29, #-56]
ldursw x9, [x29, #-60]
str s0, [x8, x9, lsl #2]
b LBB2_7
LBB2_7: ; in Loop: Header=BB2_1 Depth=1
ldur w8, [x29, #-60]
add w8, w8, #1
stur w8, [x29, #-60]
b LBB2_1
LBB2_8:
ldur x8, [x29, #-72]
stur x8, [x29, #-112] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB2_10
b LBB2_9
LBB2_9:
bl ___stack_chk_fail
LBB2_10:
ldur x8, [x29, #-112] ; 8-byte Folded Reload
mov sp, x8
mov sp, x29
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _get_act2 ; -- Begin function get_act2
.p2align 2
_get_act2: ; @get_act2
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub sp, sp, #112
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-16]
stur w1, [x29, #-20]
stur x2, [x29, #-32]
stur x3, [x29, #-40]
stur w4, [x29, #-44]
stur w5, [x29, #-48]
stur x6, [x29, #-56]
ldur w8, [x29, #-20]
; kill: def $x8 killed $w8
mov x9, sp
stur x9, [x29, #-72]
lsl x9, x8, #2
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-104] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-104] ; 8-byte Folded Reload
mov x9, sp
subs x9, x9, x10
mov sp, x9
stur x9, [x29, #-96] ; 8-byte Folded Spill
stur x8, [x29, #-80]
stur wzr, [x29, #-60]
b LBB3_1
LBB3_1: ; =>This Loop Header: Depth=1
; Child Loop BB3_3 Depth 2
ldur w8, [x29, #-60]
ldur w9, [x29, #-44]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_8
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldursw x9, [x29, #-60]
movi d0, #0000000000000000
str s0, [x8, x9, lsl #2]
stur wzr, [x29, #-64]
b LBB3_3
LBB3_3: ; Parent Loop BB3_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-64]
ldur w9, [x29, #-48]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_6
b LBB3_4
LBB3_4: ; in Loop: Header=BB3_3 Depth=2
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldursw x9, [x29, #-60]
ldr s2, [x8, x9, lsl #2]
ldur x9, [x29, #-32]
ldursw x10, [x29, #-64]
ldr s0, [x9, x10, lsl #2]
ldur x9, [x29, #-40]
ldursw x10, [x29, #-60]
mov x11, #24
mul x10, x10, x11
add x9, x9, x10
ldursw x10, [x29, #-64]
ldr s1, [x9, x10, lsl #2]
fmadd s0, s0, s1, s2
ldursw x9, [x29, #-60]
str s0, [x8, x9, lsl #2]
b LBB3_5
LBB3_5: ; in Loop: Header=BB3_3 Depth=2
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB3_3
LBB3_6: ; in Loop: Header=BB3_1 Depth=1
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldursw x9, [x29, #-60]
ldr s1, [x8, x9, lsl #2]
fmov s0, #-1.00000000
fmul s0, s0, s1
ldursw x9, [x29, #-60]
str s0, [x8, x9, lsl #2]
ldursw x9, [x29, #-60]
ldr s0, [x8, x9, lsl #2]
fcvt d0, s0
bl _exp
fmov d1, d0
fmov d0, #1.00000000
fadd d0, d0, d1
fcvt s0, d0
stur s0, [x29, #-84]
ldur s0, [x29, #-84]
fmov s1, #1.00000000
fdiv s0, s1, s0
ldur x8, [x29, #-16]
ldursw x9, [x29, #-60]
str s0, [x8, x9, lsl #2]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-60]
ldr s0, [x8, x9, lsl #2]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-60]
ldr s2, [x8, x9, lsl #2]
fsub s1, s1, s2
fmul s0, s0, s1
ldur x8, [x29, #-56]
ldursw x9, [x29, #-60]
str s0, [x8, x9, lsl #2]
b LBB3_7
LBB3_7: ; in Loop: Header=BB3_1 Depth=1
ldur w8, [x29, #-60]
add w8, w8, #1
stur w8, [x29, #-60]
b LBB3_1
LBB3_8:
ldur x8, [x29, #-72]
stur x8, [x29, #-112] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB3_10
b LBB3_9
LBB3_9:
bl ___stack_chk_fail
LBB3_10:
ldur x8, [x29, #-112] ; 8-byte Folded Reload
mov sp, x8
mov sp, x29
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _multi_layer ; -- Begin function multi_layer
.p2align 2
_multi_layer: ; @multi_layer
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
ldr x10, [sp, #112]
ldr x9, [sp, #120]
ldr x8, [sp, #128]
str w0, [sp, #104]
str x1, [sp, #96]
str x2, [sp, #88]
str x3, [sp, #80]
str x4, [sp, #72]
str x5, [sp, #64]
str x6, [sp, #56]
str x7, [sp, #48]
str x10, [sp, #40]
str x9, [sp, #32]
str x8, [sp, #24]
str wzr, [sp, #16]
b LBB4_1
LBB4_1: ; =>This Loop Header: Depth=1
; Child Loop BB4_3 Depth 2
ldr w8, [sp, #16]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB4_8
b LBB4_2
LBB4_2: ; in Loop: Header=BB4_1 Depth=1
str wzr, [sp, #20]
b LBB4_3
LBB4_3: ; Parent Loop BB4_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #20]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB4_6
b LBB4_4
LBB4_4: ; in Loop: Header=BB4_3 Depth=2
adrp x8, _leeta@PAGE
ldr s0, [x8, _leeta@PAGEOFF]
ldr x8, [sp, #96]
ldrsw x9, [sp, #20]
ldr s1, [x8, x9, lsl #2]
fmul s0, s0, s1
ldr x8, [sp, #64]
ldrsw x9, [sp, #16]
ldr s1, [x8, x9, lsl #2]
fmul s0, s0, s1
ldr x8, [sp, #40]
ldrsw x9, [sp, #16]
ldr s1, [x8, x9, lsl #2]
fmul s0, s0, s1
fmov s1, #-1.00000000
fmul s0, s0, s1
str s0, [sp, #12]
ldr s1, [sp, #12]
ldr x8, [sp, #72]
ldrsw x9, [sp, #16]
mov x10, #24
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #20]
add x8, x8, x9, lsl #2
ldr s0, [x8]
fadd s0, s0, s1
str s0, [x8]
b LBB4_5
LBB4_5: ; in Loop: Header=BB4_3 Depth=2
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB4_3
LBB4_6: ; in Loop: Header=BB4_1 Depth=1
b LBB4_7
LBB4_7: ; in Loop: Header=BB4_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB4_1
LBB4_8:
str wzr, [sp, #8]
b LBB4_9
LBB4_9: ; =>This Loop Header: Depth=1
; Child Loop BB4_11 Depth 2
ldr w8, [sp, #8]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB4_16
b LBB4_10
LBB4_10: ; in Loop: Header=BB4_9 Depth=1
movi d0, #0000000000000000
str s0, [sp, #12]
str wzr, [sp, #20]
b LBB4_11
LBB4_11: ; Parent Loop BB4_9 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #20]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB4_14
b LBB4_12
LBB4_12: ; in Loop: Header=BB4_11 Depth=2
ldr s2, [sp, #12]
ldr x8, [sp, #32]
ldrsw x9, [sp, #20]
ldr s0, [x8, x9, lsl #2]
ldr x8, [sp, #72]
ldrsw x9, [sp, #20]
mov x10, #24
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #8]
ldr s1, [x8, x9, lsl #2]
fmul s0, s0, s1
ldr x8, [sp, #48]
ldrsw x9, [sp, #8]
ldr s1, [x8, x9, lsl #2]
fmadd s0, s0, s1, s2
str s0, [sp, #12]
b LBB4_13
LBB4_13: ; in Loop: Header=BB4_11 Depth=2
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB4_11
LBB4_14: ; in Loop: Header=BB4_9 Depth=1
ldr s0, [sp, #12]
ldr x8, [sp, #24]
ldrsw x9, [sp, #8]
str s0, [x8, x9, lsl #2]
b LBB4_15
LBB4_15: ; in Loop: Header=BB4_9 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB4_9
LBB4_16:
str wzr, [sp, #16]
b LBB4_17
LBB4_17: ; =>This Loop Header: Depth=1
; Child Loop BB4_19 Depth 2
ldr w8, [sp, #16]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB4_24
b LBB4_18
LBB4_18: ; in Loop: Header=BB4_17 Depth=1
str wzr, [sp, #20]
b LBB4_19
LBB4_19: ; Parent Loop BB4_17 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #20]
subs w8, w8, #17
cset w8, ge
tbnz w8, #0, LBB4_22
b LBB4_20
LBB4_20: ; in Loop: Header=BB4_19 Depth=2
adrp x8, _leeta@PAGE
ldr s0, [x8, _leeta@PAGEOFF]
ldr x8, [sp, #56]
ldrsw x9, [sp, #20]
ldr s1, [x8, x9, lsl #2]
fmul s0, s0, s1
ldr x8, [sp, #24]
ldrsw x9, [sp, #16]
ldr s1, [x8, x9, lsl #2]
fmul s0, s0, s1
str s0, [sp, #12]
ldr s1, [sp, #12]
ldr x8, [sp, #80]
ldrsw x9, [sp, #16]
mov x10, #72
mul x9, x9, x10
add x8, x8, x9
ldrsw x9, [sp, #20]
add x8, x8, x9, lsl #2
ldr s0, [x8]
fadd s0, s0, s1
str s0, [x8]
b LBB4_21
LBB4_21: ; in Loop: Header=BB4_19 Depth=2
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB4_19
LBB4_22: ; in Loop: Header=BB4_17 Depth=1
b LBB4_23
LBB4_23: ; in Loop: Header=BB4_17 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB4_17
LBB4_24:
ldr s0, [sp, #108]
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.globl _extractmaxindex ; -- Begin function extractmaxindex
.p2align 2
_extractmaxindex: ; @extractmaxindex
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
ldr x8, [sp, #24]
ldr s0, [x8]
str s0, [sp, #20]
str wzr, [sp, #16]
mov w8, #1
str w8, [sp, #12]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB5_6
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
ldr s0, [x8, x9, lsl #2]
ldr s1, [sp, #20]
fcmp s0, s1
cset w8, lt
tbnz w8, #0, LBB5_4
b LBB5_3
LBB5_3: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
ldr s0, [x8, x9, lsl #2]
str s0, [sp, #20]
ldr w8, [sp, #12]
str w8, [sp, #16]
b LBB5_4
LBB5_4: ; in Loop: Header=BB5_1 Depth=1
b LBB5_5
LBB5_5: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB5_1
LBB5_6:
ldr w8, [sp, #16]
add w0, w8, #1
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function func1
lCPI6_0:
.quad 0x4059000000000000 ; double 100
.section __TEXT,__text,regular,pure_instructions
.globl _func1
.p2align 2
_func1: ; @func1
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #15824
movk w9, #1, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #19, lsl #12 ; =77824
sub sp, sp, #3536
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2432
str x8, [sp, #80] ; 8-byte Folded Spill
adrp x9, _original_class@GOTPAGE
ldr x9, [x9, _original_class@GOTPAGEOFF]
str x9, [sp, #88] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
mov w9, #1
str w9, [sp, #184]
str wzr, [sp, #180]
fmov s0, #1.00000000
str s0, [x8, #1028]
mov w0, #5
str w0, [sp, #96] ; 4-byte Folded Spill
mov w1, #17
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #3028
bl _generate_rand
ldr w1, [sp, #96] ; 4-byte Folded Reload
mov w0, #10
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #2744
bl _generate_rand2
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #168]
mov w8, #55050
movk w8, #15395, lsl #16
fmov s0, w8
str s0, [sp, #164]
fmov s0, #10.00000000
str s0, [sp, #160]
movi d0, #0000000000000000
str s0, [sp, #156]
b LBB6_1
LBB6_1: ; =>This Loop Header: Depth=1
; Child Loop BB6_3 Depth 2
; Child Loop BB6_7 Depth 2
; Child Loop BB6_8 Depth 3
; Child Loop BB6_12 Depth 3
; Child Loop BB6_16 Depth 3
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x0, [sp, #168]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fscanf
subs w8, w0, #1
cset w8, lt
tbnz w8, #0, LBB6_23
b LBB6_2
LBB6_2: ; in Loop: Header=BB6_1 Depth=1
str wzr, [sp, #192]
b LBB6_3
LBB6_3: ; Parent Loop BB6_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #192]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB6_6
b LBB6_4
LBB6_4: ; in Loop: Header=BB6_3 Depth=2
ldr x0, [sp, #168]
ldr w8, [sp, #192]
add w9, w8, #1
sub x8, x29, #92
add x8, x8, w9, sxtw #2
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fscanf
b LBB6_5
LBB6_5: ; in Loop: Header=BB6_3 Depth=2
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB6_3
LBB6_6: ; in Loop: Header=BB6_1 Depth=1
b LBB6_7
LBB6_7: ; Parent Loop BB6_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB6_8 Depth 3
; Child Loop BB6_12 Depth 3
; Child Loop BB6_16 Depth 3
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #3008
str x0, [sp, #64] ; 8-byte Folded Spill
mov w4, #5
str w4, [sp, #76] ; 4-byte Folded Spill
mov x1, x4
sub x2, x29, #92
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
mov w5, #17
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2684
bl _get_act
ldr x2, [sp, #64] ; 8-byte Folded Reload
ldr w5, [sp, #76] ; 4-byte Folded Reload
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2704
mov w4, #10
mov x1, x4
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #2744
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2644
bl _get_act2
movi d0, #0000000000000000
str s0, [sp, #140]
str wzr, [sp, #152]
b LBB6_8
LBB6_8: ; Parent Loop BB6_1 Depth=1
; Parent Loop BB6_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #152]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB6_11
b LBB6_9
LBB6_9: ; in Loop: Header=BB6_8 Depth=3
ldrsw x10, [sp, #152]
add x9, sp, #19, lsl #12 ; =77824
add x9, x9, #2540
mov w8, #0
str w8, [x9, x10, lsl #2]
b LBB6_10
LBB6_10: ; in Loop: Header=BB6_8 Depth=3
ldr w8, [sp, #152]
add w8, w8, #1
str w8, [sp, #152]
b LBB6_8
LBB6_11: ; in Loop: Header=BB6_7 Depth=2
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w9, [x8]
mov w8, #1
subs w10, w9, #1
add x9, sp, #19, lsl #12 ; =77824
add x9, x9, #2540
str w8, [x9, w10, sxtw #2]
str wzr, [sp, #152]
b LBB6_12
LBB6_12: ; Parent Loop BB6_1 Depth=1
; Parent Loop BB6_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #152]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB6_15
b LBB6_13
LBB6_13: ; in Loop: Header=BB6_12 Depth=3
ldrsw x9, [sp, #152]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2540
ldr s0, [x8, x9, lsl #2]
scvtf s0, s0
str s0, [sp, #136]
ldr s0, [sp, #140]
fcvt d0, s0
str d0, [sp, #56] ; 8-byte Folded Spill
ldr s0, [sp, #136]
ldrsw x9, [sp, #152]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2704
str x8, [sp, #48] ; 8-byte Folded Spill
ldr s1, [x8, x9, lsl #2]
fsub s0, s0, s1
fcvt d0, s0
fmov d1, #2.00000000
bl _pow
ldr x8, [sp, #48] ; 8-byte Folded Reload
fmov d1, d0
ldr d0, [sp, #56] ; 8-byte Folded Reload
fadd d0, d0, d1
fcvt s0, d0
str s0, [sp, #140]
ldrsw x9, [sp, #152]
ldr s0, [x8, x9, lsl #2]
ldr s1, [sp, #136]
fsub s0, s0, s1
ldrsw x9, [sp, #152]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2500
str s0, [x8, x9, lsl #2]
b LBB6_14
LBB6_14: ; in Loop: Header=BB6_12 Depth=3
ldr w8, [sp, #152]
add w8, w8, #1
str w8, [sp, #152]
b LBB6_12
LBB6_15: ; in Loop: Header=BB6_7 Depth=2
ldr s0, [sp, #140]
fcvt d0, s0
fmov d1, #2.00000000
fdiv d0, d0, d1
fcvt s0, d0
str s0, [sp, #156]
str wzr, [sp, #132]
b LBB6_16
LBB6_16: ; Parent Loop BB6_1 Depth=1
; Parent Loop BB6_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #132]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB6_19
b LBB6_17
LBB6_17: ; in Loop: Header=BB6_16 Depth=3
ldrsw x9, [sp, #132]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2500
ldr s1, [x8, x9, lsl #2]
fmov s0, #-1.00000000
fmul s0, s0, s1
ldrsw x9, [sp, #132]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2644
ldr s1, [x8, x9, lsl #2]
fmul s0, s0, s1
ldrsw x9, [sp, #132]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2604
str s0, [x8, x9, lsl #2]
b LBB6_18
LBB6_18: ; in Loop: Header=BB6_16 Depth=3
ldr w8, [sp, #132]
add w8, w8, #1
str w8, [sp, #132]
b LBB6_16
LBB6_19: ; in Loop: Header=BB6_7 Depth=2
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
mov x9, sp
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2500
str x8, [x9]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2604
str x8, [x9, #8]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2584
str x8, [x9, #16]
add x1, sp, #19, lsl #12 ; =77824
add x1, x1, #2704
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #3008
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
add x4, sp, #19, lsl #12 ; =77824
add x4, x4, #2744
add x5, sp, #19, lsl #12 ; =77824
add x5, x5, #2644
sub x6, x29, #92
add x7, sp, #19, lsl #12 ; =77824
add x7, x7, #2684
bl _multi_layer
ldr s0, [sp, #160]
ldr s1, [sp, #156]
fsub s0, s0, s1
fcvtzs w0, s0
bl _abs
scvtf s0, w0
ldr s1, [sp, #164]
fcmp s0, s1
cset w8, pl
tbnz w8, #0, LBB6_21
b LBB6_20
LBB6_20: ; in Loop: Header=BB6_1 Depth=1
b LBB6_22
LBB6_21: ; in Loop: Header=BB6_7 Depth=2
ldr s0, [sp, #156]
str s0, [sp, #160]
b LBB6_7
LBB6_22: ; in Loop: Header=BB6_1 Depth=1
b LBB6_1
LBB6_23:
ldr x0, [sp, #168]
bl _fclose
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #120]
str wzr, [sp, #116]
str wzr, [sp, #112]
b LBB6_24
LBB6_24: ; =>This Loop Header: Depth=1
; Child Loop BB6_26 Depth 2
ldr x0, [sp, #120]
mov x9, sp
add x8, sp, #128
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fscanf
subs w8, w0, #1
cset w8, lt
tbnz w8, #0, LBB6_30
b LBB6_25
LBB6_25: ; in Loop: Header=BB6_24 Depth=1
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldr w9, [sp, #128]
ldrsw x11, [sp, #116]
mov x10, x11
add w10, w10, #1
str w10, [sp, #116]
add x10, sp, #9, lsl #12 ; =36864
add x10, x10, #3332
str w9, [x10, x11, lsl #2]
fmov s0, #1.00000000
str s0, [x8]
str wzr, [sp, #192]
b LBB6_26
LBB6_26: ; Parent Loop BB6_24 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #192]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB6_29
b LBB6_27
LBB6_27: ; in Loop: Header=BB6_26 Depth=2
ldr x0, [sp, #120]
ldr w8, [sp, #192]
add w9, w8, #1
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2432
add x8, x8, w9, sxtw #2
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fscanf
b LBB6_28
LBB6_28: ; in Loop: Header=BB6_26 Depth=2
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB6_26
LBB6_29: ; in Loop: Header=BB6_24 Depth=1
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2412
str x0, [sp, #24] ; 8-byte Folded Spill
mov w4, #5
str w4, [sp, #36] ; 4-byte Folded Spill
mov x1, x4
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #2432
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
mov w5, #17
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2684
bl _get_act
ldr x2, [sp, #24] ; 8-byte Folded Reload
ldr w5, [sp, #36] ; 4-byte Folded Reload
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2372
str x0, [sp, #40] ; 8-byte Folded Spill
mov w4, #10
mov x1, x4
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #2744
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2644
bl _get_act2
ldr x0, [sp, #40] ; 8-byte Folded Reload
bl _extractmaxindex
str w0, [sp, #108]
ldr w8, [sp, #108]
ldrsw x10, [sp, #112]
mov x9, x10
add w9, w9, #1
str w9, [sp, #112]
add x9, sp, #196
str w8, [x9, x10, lsl #2]
b LBB6_24
LBB6_30:
str wzr, [sp, #104]
str wzr, [sp, #192]
b LBB6_31
LBB6_31: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #192]
ldr w9, [sp, #112]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB6_36
b LBB6_32
LBB6_32: ; in Loop: Header=BB6_31 Depth=1
ldrsw x9, [sp, #192]
add x8, sp, #9, lsl #12 ; =36864
add x8, x8, #3332
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #192]
add x9, sp, #196
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB6_34
b LBB6_33
LBB6_33: ; in Loop: Header=BB6_31 Depth=1
ldr w8, [sp, #104]
add w8, w8, #1
str w8, [sp, #104]
b LBB6_34
LBB6_34: ; in Loop: Header=BB6_31 Depth=1
b LBB6_35
LBB6_35: ; in Loop: Header=BB6_31 Depth=1
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB6_31
LBB6_36:
ldr s0, [sp, #104]
scvtf s0, s0
fcvt d0, s0
adrp x8, lCPI6_0@PAGE
ldr d1, [x8, lCPI6_0@PAGEOFF]
fmul d0, d0, d1
ldr s2, [sp, #112]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fdiv d0, d0, d1
fcvt s0, d0
str s0, [sp, #100]
ldr w9, [sp, #104]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldr s0, [sp, #100]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB6_38
b LBB6_37
LBB6_37:
bl ___stack_chk_fail
LBB6_38:
add sp, sp, #19, lsl #12 ; =77824
add sp, sp, #3536
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function func2
lCPI7_0:
.quad 0x4059000000000000 ; double 100
.section __TEXT,__text,regular,pure_instructions
.globl _func2
.p2align 2
_func2: ; @func2
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #15824
movk w9, #1, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #19, lsl #12 ; =77824
sub sp, sp, #3536
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2432
str x8, [sp, #80] ; 8-byte Folded Spill
adrp x9, _original_class@GOTPAGE
ldr x9, [x9, _original_class@GOTPAGEOFF]
str x9, [sp, #88] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
mov w9, #1
str w9, [sp, #184]
fmov s0, #1.00000000
str s0, [x8, #1028]
mov w0, #5
str w0, [sp, #96] ; 4-byte Folded Spill
mov w1, #17
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #3028
bl _generate_rand
ldr w1, [sp, #96] ; 4-byte Folded Reload
mov w0, #10
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #2744
bl _generate_rand2
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #168]
mov w8, #100
str w8, [sp, #164]
b LBB7_1
LBB7_1: ; =>This Loop Header: Depth=1
; Child Loop BB7_3 Depth 2
; Child Loop BB7_7 Depth 2
; Child Loop BB7_9 Depth 3
; Child Loop BB7_13 Depth 3
; Child Loop BB7_17 Depth 3
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x0, [sp, #168]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fscanf
subs w8, w0, #1
cset w8, lt
tbnz w8, #0, LBB7_22
b LBB7_2
LBB7_2: ; in Loop: Header=BB7_1 Depth=1
str wzr, [sp, #192]
b LBB7_3
LBB7_3: ; Parent Loop BB7_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #192]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB7_6
b LBB7_4
LBB7_4: ; in Loop: Header=BB7_3 Depth=2
ldr x0, [sp, #168]
ldr w8, [sp, #192]
add w9, w8, #1
sub x8, x29, #92
add x8, x8, w9, sxtw #2
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fscanf
b LBB7_5
LBB7_5: ; in Loop: Header=BB7_3 Depth=2
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB7_3
LBB7_6: ; in Loop: Header=BB7_1 Depth=1
b LBB7_7
LBB7_7: ; Parent Loop BB7_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB7_9 Depth 3
; Child Loop BB7_13 Depth 3
; Child Loop BB7_17 Depth 3
ldr w8, [sp, #164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB7_21
b LBB7_8
LBB7_8: ; in Loop: Header=BB7_7 Depth=2
ldr w8, [sp, #164]
subs w8, w8, #1
str w8, [sp, #164]
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #3008
str x0, [sp, #64] ; 8-byte Folded Spill
mov w4, #5
str w4, [sp, #76] ; 4-byte Folded Spill
mov x1, x4
sub x2, x29, #92
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
mov w5, #17
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2684
bl _get_act
ldr x2, [sp, #64] ; 8-byte Folded Reload
ldr w5, [sp, #76] ; 4-byte Folded Reload
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2704
mov w4, #10
mov x1, x4
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #2744
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2644
bl _get_act2
str wzr, [sp, #152]
movi d0, #0000000000000000
str s0, [sp, #144]
str wzr, [sp, #160]
b LBB7_9
LBB7_9: ; Parent Loop BB7_1 Depth=1
; Parent Loop BB7_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #160]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB7_12
b LBB7_10
LBB7_10: ; in Loop: Header=BB7_9 Depth=3
ldrsw x10, [sp, #160]
add x9, sp, #19, lsl #12 ; =77824
add x9, x9, #2540
mov w8, #0
str w8, [x9, x10, lsl #2]
b LBB7_11
LBB7_11: ; in Loop: Header=BB7_9 Depth=3
ldr w8, [sp, #160]
add w8, w8, #1
str w8, [sp, #160]
b LBB7_9
LBB7_12: ; in Loop: Header=BB7_7 Depth=2
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w9, [x8]
mov w8, #1
subs w10, w9, #1
add x9, sp, #19, lsl #12 ; =77824
add x9, x9, #2540
str w8, [x9, w10, sxtw #2]
str wzr, [sp, #160]
b LBB7_13
LBB7_13: ; Parent Loop BB7_1 Depth=1
; Parent Loop BB7_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #160]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB7_16
b LBB7_14
LBB7_14: ; in Loop: Header=BB7_13 Depth=3
ldrsw x9, [sp, #160]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2540
ldr s0, [x8, x9, lsl #2]
scvtf s0, s0
str s0, [sp, #140]
ldr s0, [sp, #144]
fcvt d0, s0
str d0, [sp, #56] ; 8-byte Folded Spill
ldr s0, [sp, #140]
ldrsw x9, [sp, #160]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2704
str x8, [sp, #48] ; 8-byte Folded Spill
ldr s1, [x8, x9, lsl #2]
fsub s0, s0, s1
fcvt d0, s0
fmov d1, #2.00000000
bl _pow
ldr x8, [sp, #48] ; 8-byte Folded Reload
fmov d1, d0
ldr d0, [sp, #56] ; 8-byte Folded Reload
fadd d0, d0, d1
fcvt s0, d0
str s0, [sp, #144]
ldrsw x9, [sp, #160]
ldr s0, [x8, x9, lsl #2]
ldr s1, [sp, #140]
fsub s0, s0, s1
ldrsw x9, [sp, #160]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2500
str s0, [x8, x9, lsl #2]
b LBB7_15
LBB7_15: ; in Loop: Header=BB7_13 Depth=3
ldr w8, [sp, #160]
add w8, w8, #1
str w8, [sp, #160]
b LBB7_13
LBB7_16: ; in Loop: Header=BB7_7 Depth=2
ldr s0, [sp, #144]
fcvt d0, s0
fmov d1, #2.00000000
fdiv d0, d0, d1
fcvtzs w8, d0
str w8, [sp, #152]
str wzr, [sp, #136]
b LBB7_17
LBB7_17: ; Parent Loop BB7_1 Depth=1
; Parent Loop BB7_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #136]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB7_20
b LBB7_18
LBB7_18: ; in Loop: Header=BB7_17 Depth=3
ldrsw x9, [sp, #136]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2500
ldr s1, [x8, x9, lsl #2]
fmov s0, #-1.00000000
fmul s0, s0, s1
ldrsw x9, [sp, #136]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2644
ldr s1, [x8, x9, lsl #2]
fmul s0, s0, s1
ldrsw x9, [sp, #136]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2604
str s0, [x8, x9, lsl #2]
b LBB7_19
LBB7_19: ; in Loop: Header=BB7_17 Depth=3
ldr w8, [sp, #136]
add w8, w8, #1
str w8, [sp, #136]
b LBB7_17
LBB7_20: ; in Loop: Header=BB7_7 Depth=2
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
mov x9, sp
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2500
str x8, [x9]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2604
str x8, [x9, #8]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2584
str x8, [x9, #16]
add x1, sp, #19, lsl #12 ; =77824
add x1, x1, #2704
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #3008
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
add x4, sp, #19, lsl #12 ; =77824
add x4, x4, #2744
add x5, sp, #19, lsl #12 ; =77824
add x5, x5, #2644
sub x6, x29, #92
add x7, sp, #19, lsl #12 ; =77824
add x7, x7, #2684
bl _multi_layer
b LBB7_7
LBB7_21: ; in Loop: Header=BB7_1 Depth=1
mov w8, #100
str w8, [sp, #164]
ldr w8, [sp, #184]
add w8, w8, #1
str w8, [sp, #184]
b LBB7_1
LBB7_22:
ldr x0, [sp, #168]
bl _fclose
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #120]
str wzr, [sp, #116]
str wzr, [sp, #112]
b LBB7_23
LBB7_23: ; =>This Loop Header: Depth=1
; Child Loop BB7_25 Depth 2
ldr x0, [sp, #120]
mov x9, sp
add x8, sp, #132
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fscanf
subs w8, w0, #1
cset w8, lt
tbnz w8, #0, LBB7_29
b LBB7_24
LBB7_24: ; in Loop: Header=BB7_23 Depth=1
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldr w9, [sp, #132]
ldrsw x11, [sp, #116]
mov x10, x11
add w10, w10, #1
str w10, [sp, #116]
add x10, sp, #9, lsl #12 ; =36864
add x10, x10, #3332
str w9, [x10, x11, lsl #2]
fmov s0, #1.00000000
str s0, [x8]
str wzr, [sp, #192]
b LBB7_25
LBB7_25: ; Parent Loop BB7_23 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #192]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB7_28
b LBB7_26
LBB7_26: ; in Loop: Header=BB7_25 Depth=2
ldr x0, [sp, #120]
ldr w8, [sp, #192]
add w9, w8, #1
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2432
add x8, x8, w9, sxtw #2
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fscanf
b LBB7_27
LBB7_27: ; in Loop: Header=BB7_25 Depth=2
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB7_25
LBB7_28: ; in Loop: Header=BB7_23 Depth=1
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2412
str x0, [sp, #24] ; 8-byte Folded Spill
mov w4, #5
str w4, [sp, #36] ; 4-byte Folded Spill
mov x1, x4
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #2432
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
mov w5, #17
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2684
bl _get_act
ldr x2, [sp, #24] ; 8-byte Folded Reload
ldr w5, [sp, #36] ; 4-byte Folded Reload
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2372
str x0, [sp, #40] ; 8-byte Folded Spill
mov w4, #10
mov x1, x4
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #2744
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2644
bl _get_act2
ldr x0, [sp, #40] ; 8-byte Folded Reload
bl _extractmaxindex
str w0, [sp, #108]
ldr w8, [sp, #108]
ldrsw x10, [sp, #112]
mov x9, x10
add w9, w9, #1
str w9, [sp, #112]
add x9, sp, #196
str w8, [x9, x10, lsl #2]
b LBB7_23
LBB7_29:
str wzr, [sp, #104]
str wzr, [sp, #192]
b LBB7_30
LBB7_30: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #192]
ldr w9, [sp, #112]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB7_35
b LBB7_31
LBB7_31: ; in Loop: Header=BB7_30 Depth=1
ldrsw x9, [sp, #192]
add x8, sp, #9, lsl #12 ; =36864
add x8, x8, #3332
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #192]
add x9, sp, #196
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB7_33
b LBB7_32
LBB7_32: ; in Loop: Header=BB7_30 Depth=1
ldr w8, [sp, #104]
add w8, w8, #1
str w8, [sp, #104]
b LBB7_33
LBB7_33: ; in Loop: Header=BB7_30 Depth=1
b LBB7_34
LBB7_34: ; in Loop: Header=BB7_30 Depth=1
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB7_30
LBB7_35:
ldr s0, [sp, #104]
scvtf s0, s0
fcvt d0, s0
adrp x8, lCPI7_0@PAGE
ldr d1, [x8, lCPI7_0@PAGEOFF]
fmul d0, d0, d1
ldr s2, [sp, #112]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fdiv d0, d0, d1
fcvt s0, d0
str s0, [sp, #100]
ldr w9, [sp, #104]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldr s0, [sp, #100]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB7_37
b LBB7_36
LBB7_36:
bl ___stack_chk_fail
LBB7_37:
add sp, sp, #19, lsl #12 ; =77824
add sp, sp, #3536
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function func3
lCPI8_0:
.quad 0x4059000000000000 ; double 100
.section __TEXT,__text,regular,pure_instructions
.globl _func3
.p2align 2
_func3: ; @func3
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #15840
movk w9, #1, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #19, lsl #12 ; =77824
sub sp, sp, #3552
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2448
str x8, [sp, #88] ; 8-byte Folded Spill
adrp x9, _original_class@GOTPAGE
ldr x9, [x9, _original_class@GOTPAGEOFF]
str x9, [sp, #96] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
mov w9, #1
str w9, [sp, #200]
fmov s0, #1.00000000
str s0, [x8, #1028]
mov w0, #5
str w0, [sp, #104] ; 4-byte Folded Spill
mov w1, #17
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #3044
bl _generate_rand
ldr w1, [sp, #104] ; 4-byte Folded Reload
mov w0, #10
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #2760
bl _generate_rand2
mov w8, #55050
movk w8, #15395, lsl #16
fmov s0, w8
str s0, [sp, #180]
fmov s0, #10.00000000
str s0, [sp, #176]
movi d0, #0000000000000000
str s0, [sp, #172]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #184]
mov w8, #100
str w8, [sp, #168]
b LBB8_1
LBB8_1: ; =>This Loop Header: Depth=1
; Child Loop BB8_3 Depth 2
; Child Loop BB8_7 Depth 2
; Child Loop BB8_8 Depth 3
; Child Loop BB8_12 Depth 3
; Child Loop BB8_16 Depth 3
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr x0, [sp, #184]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fscanf
subs w8, w0, #1
cset w8, lt
tbnz w8, #0, LBB8_23
b LBB8_2
LBB8_2: ; in Loop: Header=BB8_1 Depth=1
str wzr, [sp, #208]
b LBB8_3
LBB8_3: ; Parent Loop BB8_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #208]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB8_6
b LBB8_4
LBB8_4: ; in Loop: Header=BB8_3 Depth=2
ldr x0, [sp, #184]
ldr w8, [sp, #208]
add w9, w8, #1
sub x8, x29, #92
add x8, x8, w9, sxtw #2
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fscanf
b LBB8_5
LBB8_5: ; in Loop: Header=BB8_3 Depth=2
ldr w8, [sp, #208]
add w8, w8, #1
str w8, [sp, #208]
b LBB8_3
LBB8_6: ; in Loop: Header=BB8_1 Depth=1
b LBB8_7
LBB8_7: ; Parent Loop BB8_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB8_8 Depth 3
; Child Loop BB8_12 Depth 3
; Child Loop BB8_16 Depth 3
ldr w8, [sp, #168]
subs w8, w8, #1
str w8, [sp, #168]
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #3024
str x0, [sp, #72] ; 8-byte Folded Spill
mov w4, #5
str w4, [sp, #84] ; 4-byte Folded Spill
mov x1, x4
sub x2, x29, #92
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3044
mov w5, #17
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2700
bl _get_act
ldr x2, [sp, #72] ; 8-byte Folded Reload
ldr w5, [sp, #84] ; 4-byte Folded Reload
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2720
mov w4, #10
mov x1, x4
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #2760
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2660
bl _get_act2
str wzr, [sp, #156]
movi d0, #0000000000000000
str s0, [sp, #148]
str wzr, [sp, #164]
b LBB8_8
LBB8_8: ; Parent Loop BB8_1 Depth=1
; Parent Loop BB8_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #164]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB8_11
b LBB8_9
LBB8_9: ; in Loop: Header=BB8_8 Depth=3
ldrsw x10, [sp, #164]
add x9, sp, #19, lsl #12 ; =77824
add x9, x9, #2556
mov w8, #0
str w8, [x9, x10, lsl #2]
b LBB8_10
LBB8_10: ; in Loop: Header=BB8_8 Depth=3
ldr w8, [sp, #164]
add w8, w8, #1
str w8, [sp, #164]
b LBB8_8
LBB8_11: ; in Loop: Header=BB8_7 Depth=2
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr w9, [x8]
mov w8, #1
subs w10, w9, #1
add x9, sp, #19, lsl #12 ; =77824
add x9, x9, #2556
str w8, [x9, w10, sxtw #2]
str wzr, [sp, #164]
b LBB8_12
LBB8_12: ; Parent Loop BB8_1 Depth=1
; Parent Loop BB8_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #164]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB8_15
b LBB8_13
LBB8_13: ; in Loop: Header=BB8_12 Depth=3
ldrsw x9, [sp, #164]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2556
ldr s0, [x8, x9, lsl #2]
scvtf s0, s0
str s0, [sp, #144]
ldr s0, [sp, #148]
fcvt d0, s0
str d0, [sp, #64] ; 8-byte Folded Spill
ldr s0, [sp, #144]
ldrsw x9, [sp, #164]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2720
str x8, [sp, #56] ; 8-byte Folded Spill
ldr s1, [x8, x9, lsl #2]
fsub s0, s0, s1
fcvt d0, s0
fmov d1, #2.00000000
bl _pow
ldr x8, [sp, #56] ; 8-byte Folded Reload
fmov d1, d0
ldr d0, [sp, #64] ; 8-byte Folded Reload
fadd d0, d0, d1
fcvt s0, d0
str s0, [sp, #148]
ldrsw x9, [sp, #164]
ldr s0, [x8, x9, lsl #2]
ldr s1, [sp, #144]
fsub s0, s0, s1
ldrsw x9, [sp, #164]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2516
str s0, [x8, x9, lsl #2]
b LBB8_14
LBB8_14: ; in Loop: Header=BB8_12 Depth=3
ldr w8, [sp, #164]
add w8, w8, #1
str w8, [sp, #164]
b LBB8_12
LBB8_15: ; in Loop: Header=BB8_7 Depth=2
ldr s0, [sp, #148]
fcvt d0, s0
fmov d1, #2.00000000
fdiv d0, d0, d1
fcvt s0, d0
str s0, [sp, #172]
str wzr, [sp, #140]
b LBB8_16
LBB8_16: ; Parent Loop BB8_1 Depth=1
; Parent Loop BB8_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #140]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB8_19
b LBB8_17
LBB8_17: ; in Loop: Header=BB8_16 Depth=3
ldrsw x9, [sp, #140]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2720
ldr s0, [x8, x9, lsl #2]
fcvt d1, s0
fmov d0, #1.00000000
fdiv d1, d0, d1
fmov d0, #-1.00000000
fmul d0, d0, d1
ldrsw x9, [sp, #140]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2660
ldr s1, [x8, x9, lsl #2]
fcvt d1, s1
fmul d0, d0, d1
fcvt s0, d0
ldrsw x9, [sp, #140]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2620
str s0, [x8, x9, lsl #2]
b LBB8_18
LBB8_18: ; in Loop: Header=BB8_16 Depth=3
ldr w8, [sp, #140]
add w8, w8, #1
str w8, [sp, #140]
b LBB8_16
LBB8_19: ; in Loop: Header=BB8_7 Depth=2
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldr w0, [x8]
mov x9, sp
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2516
str x8, [x9]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2620
str x8, [x9, #8]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2600
str x8, [x9, #16]
add x1, sp, #19, lsl #12 ; =77824
add x1, x1, #2720
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #3024
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3044
add x4, sp, #19, lsl #12 ; =77824
add x4, x4, #2760
add x5, sp, #19, lsl #12 ; =77824
add x5, x5, #2660
sub x6, x29, #92
add x7, sp, #19, lsl #12 ; =77824
add x7, x7, #2700
bl _multi_layer
ldr s0, [sp, #176]
ldr s1, [sp, #172]
fsub s0, s0, s1
fcvtzs w0, s0
bl _abs
scvtf s0, w0
ldr s1, [sp, #180]
fcmp s0, s1
cset w8, pl
tbnz w8, #0, LBB8_21
b LBB8_20
LBB8_20: ; in Loop: Header=BB8_1 Depth=1
b LBB8_22
LBB8_21: ; in Loop: Header=BB8_7 Depth=2
ldr s0, [sp, #172]
str s0, [sp, #176]
b LBB8_7
LBB8_22: ; in Loop: Header=BB8_1 Depth=1
b LBB8_1
LBB8_23:
ldr x0, [sp, #184]
bl _fclose
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #128]
str wzr, [sp, #124]
str wzr, [sp, #120]
b LBB8_24
LBB8_24: ; =>This Loop Header: Depth=1
; Child Loop BB8_26 Depth 2
ldr x0, [sp, #128]
mov x9, sp
add x8, sp, #136
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fscanf
subs w8, w0, #1
cset w8, lt
tbnz w8, #0, LBB8_30
b LBB8_25
LBB8_25: ; in Loop: Header=BB8_24 Depth=1
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w9, [sp, #136]
ldrsw x11, [sp, #124]
mov x10, x11
add w10, w10, #1
str w10, [sp, #124]
add x10, sp, #9, lsl #12 ; =36864
add x10, x10, #3348
str w9, [x10, x11, lsl #2]
fmov s0, #1.00000000
str s0, [x8]
str wzr, [sp, #208]
b LBB8_26
LBB8_26: ; Parent Loop BB8_24 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #208]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB8_29
b LBB8_27
LBB8_27: ; in Loop: Header=BB8_26 Depth=2
ldr x0, [sp, #128]
ldr w8, [sp, #208]
add w9, w8, #1
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2448
add x8, x8, w9, sxtw #2
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fscanf
b LBB8_28
LBB8_28: ; in Loop: Header=BB8_26 Depth=2
ldr w8, [sp, #208]
add w8, w8, #1
str w8, [sp, #208]
b LBB8_26
LBB8_29: ; in Loop: Header=BB8_24 Depth=1
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2428
str x0, [sp, #32] ; 8-byte Folded Spill
mov w4, #5
str w4, [sp, #44] ; 4-byte Folded Spill
mov x1, x4
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #2448
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3044
mov w5, #17
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2700
bl _get_act
ldr x2, [sp, #32] ; 8-byte Folded Reload
ldr w5, [sp, #44] ; 4-byte Folded Reload
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2388
str x0, [sp, #48] ; 8-byte Folded Spill
mov w4, #10
mov x1, x4
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #2760
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2660
bl _get_act2
ldr x0, [sp, #48] ; 8-byte Folded Reload
bl _extractmaxindex
str w0, [sp, #116]
ldr w8, [sp, #116]
ldrsw x10, [sp, #120]
mov x9, x10
add w9, w9, #1
str w9, [sp, #120]
add x9, sp, #212
str w8, [x9, x10, lsl #2]
b LBB8_24
LBB8_30:
str wzr, [sp, #112]
str wzr, [sp, #208]
b LBB8_31
LBB8_31: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #208]
ldr w9, [sp, #120]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB8_36
b LBB8_32
LBB8_32: ; in Loop: Header=BB8_31 Depth=1
ldrsw x9, [sp, #208]
add x8, sp, #9, lsl #12 ; =36864
add x8, x8, #3348
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #208]
add x9, sp, #212
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB8_34
b LBB8_33
LBB8_33: ; in Loop: Header=BB8_31 Depth=1
ldr w8, [sp, #112]
add w8, w8, #1
str w8, [sp, #112]
b LBB8_34
LBB8_34: ; in Loop: Header=BB8_31 Depth=1
b LBB8_35
LBB8_35: ; in Loop: Header=BB8_31 Depth=1
ldr w8, [sp, #208]
add w8, w8, #1
str w8, [sp, #208]
b LBB8_31
LBB8_36:
ldr s0, [sp, #112]
scvtf s0, s0
fcvt d0, s0
adrp x8, lCPI8_0@PAGE
ldr d1, [x8, lCPI8_0@PAGEOFF]
fmul d0, d0, d1
ldr s2, [sp, #120]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fdiv d0, d0, d1
fcvt s0, d0
str s0, [sp, #108]
ldr w9, [sp, #112]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldr s0, [sp, #108]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB8_38
b LBB8_37
LBB8_37:
bl ___stack_chk_fail
LBB8_38:
add sp, sp, #19, lsl #12 ; =77824
add sp, sp, #3552
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function func4
lCPI9_0:
.quad 0x4059000000000000 ; double 100
.section __TEXT,__text,regular,pure_instructions
.globl _func4
.p2align 2
_func4: ; @func4
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #15824
movk w9, #1, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #19, lsl #12 ; =77824
sub sp, sp, #3536
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2432
str x8, [sp, #80] ; 8-byte Folded Spill
adrp x9, _original_class@GOTPAGE
ldr x9, [x9, _original_class@GOTPAGEOFF]
str x9, [sp, #88] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
mov w9, #1
str w9, [sp, #184]
fmov s0, #1.00000000
str s0, [x8, #1028]
mov w0, #5
str w0, [sp, #96] ; 4-byte Folded Spill
mov w1, #17
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #3028
bl _generate_rand
ldr w1, [sp, #96] ; 4-byte Folded Reload
mov w0, #10
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #2744
bl _generate_rand2
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #168]
mov w8, #100
str w8, [sp, #164]
b LBB9_1
LBB9_1: ; =>This Loop Header: Depth=1
; Child Loop BB9_3 Depth 2
; Child Loop BB9_7 Depth 2
; Child Loop BB9_9 Depth 3
; Child Loop BB9_13 Depth 3
; Child Loop BB9_17 Depth 3
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x0, [sp, #168]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fscanf
subs w8, w0, #1
cset w8, lt
tbnz w8, #0, LBB9_22
b LBB9_2
LBB9_2: ; in Loop: Header=BB9_1 Depth=1
str wzr, [sp, #192]
b LBB9_3
LBB9_3: ; Parent Loop BB9_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #192]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB9_6
b LBB9_4
LBB9_4: ; in Loop: Header=BB9_3 Depth=2
ldr x0, [sp, #168]
ldr w8, [sp, #192]
add w9, w8, #1
sub x8, x29, #92
add x8, x8, w9, sxtw #2
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fscanf
b LBB9_5
LBB9_5: ; in Loop: Header=BB9_3 Depth=2
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB9_3
LBB9_6: ; in Loop: Header=BB9_1 Depth=1
b LBB9_7
LBB9_7: ; Parent Loop BB9_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB9_9 Depth 3
; Child Loop BB9_13 Depth 3
; Child Loop BB9_17 Depth 3
ldr w8, [sp, #164]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB9_21
b LBB9_8
LBB9_8: ; in Loop: Header=BB9_7 Depth=2
ldr w8, [sp, #164]
subs w8, w8, #1
str w8, [sp, #164]
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #3008
str x0, [sp, #64] ; 8-byte Folded Spill
mov w4, #5
str w4, [sp, #76] ; 4-byte Folded Spill
mov x1, x4
sub x2, x29, #92
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
mov w5, #17
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2684
bl _get_act
ldr x2, [sp, #64] ; 8-byte Folded Reload
ldr w5, [sp, #76] ; 4-byte Folded Reload
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2704
mov w4, #10
mov x1, x4
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #2744
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2644
bl _get_act2
str wzr, [sp, #152]
movi d0, #0000000000000000
str s0, [sp, #144]
str wzr, [sp, #160]
b LBB9_9
LBB9_9: ; Parent Loop BB9_1 Depth=1
; Parent Loop BB9_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #160]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB9_12
b LBB9_10
LBB9_10: ; in Loop: Header=BB9_9 Depth=3
ldrsw x10, [sp, #160]
add x9, sp, #19, lsl #12 ; =77824
add x9, x9, #2540
mov w8, #0
str w8, [x9, x10, lsl #2]
b LBB9_11
LBB9_11: ; in Loop: Header=BB9_9 Depth=3
ldr w8, [sp, #160]
add w8, w8, #1
str w8, [sp, #160]
b LBB9_9
LBB9_12: ; in Loop: Header=BB9_7 Depth=2
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w9, [x8]
mov w8, #1
subs w10, w9, #1
add x9, sp, #19, lsl #12 ; =77824
add x9, x9, #2540
str w8, [x9, w10, sxtw #2]
str wzr, [sp, #160]
b LBB9_13
LBB9_13: ; Parent Loop BB9_1 Depth=1
; Parent Loop BB9_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #160]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB9_16
b LBB9_14
LBB9_14: ; in Loop: Header=BB9_13 Depth=3
ldrsw x9, [sp, #160]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2540
ldr s0, [x8, x9, lsl #2]
scvtf s0, s0
str s0, [sp, #140]
ldr s0, [sp, #144]
fcvt d0, s0
str d0, [sp, #56] ; 8-byte Folded Spill
ldr s0, [sp, #140]
ldrsw x9, [sp, #160]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2704
str x8, [sp, #48] ; 8-byte Folded Spill
ldr s1, [x8, x9, lsl #2]
fsub s0, s0, s1
fcvt d0, s0
fmov d1, #2.00000000
bl _pow
ldr x8, [sp, #48] ; 8-byte Folded Reload
fmov d1, d0
ldr d0, [sp, #56] ; 8-byte Folded Reload
fadd d0, d0, d1
fcvt s0, d0
str s0, [sp, #144]
ldrsw x9, [sp, #160]
ldr s0, [x8, x9, lsl #2]
ldr s1, [sp, #140]
fsub s0, s0, s1
ldrsw x9, [sp, #160]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2500
str s0, [x8, x9, lsl #2]
b LBB9_15
LBB9_15: ; in Loop: Header=BB9_13 Depth=3
ldr w8, [sp, #160]
add w8, w8, #1
str w8, [sp, #160]
b LBB9_13
LBB9_16: ; in Loop: Header=BB9_7 Depth=2
ldr s0, [sp, #144]
fcvt d0, s0
fmov d1, #2.00000000
fdiv d0, d0, d1
fcvtzs w8, d0
str w8, [sp, #152]
str wzr, [sp, #136]
b LBB9_17
LBB9_17: ; Parent Loop BB9_1 Depth=1
; Parent Loop BB9_7 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #136]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB9_20
b LBB9_18
LBB9_18: ; in Loop: Header=BB9_17 Depth=3
ldrsw x9, [sp, #136]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2704
ldr s0, [x8, x9, lsl #2]
fcvt d1, s0
fmov d0, #1.00000000
fdiv d1, d0, d1
fmov d0, #-1.00000000
fmul d0, d0, d1
ldrsw x9, [sp, #136]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2644
ldr s1, [x8, x9, lsl #2]
fcvt d1, s1
fmul d0, d0, d1
fcvt s0, d0
ldrsw x9, [sp, #136]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2604
str s0, [x8, x9, lsl #2]
b LBB9_19
LBB9_19: ; in Loop: Header=BB9_17 Depth=3
ldr w8, [sp, #136]
add w8, w8, #1
str w8, [sp, #136]
b LBB9_17
LBB9_20: ; in Loop: Header=BB9_7 Depth=2
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
mov x9, sp
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2500
str x8, [x9]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2604
str x8, [x9, #8]
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2584
str x8, [x9, #16]
add x1, sp, #19, lsl #12 ; =77824
add x1, x1, #2704
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #3008
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
add x4, sp, #19, lsl #12 ; =77824
add x4, x4, #2744
add x5, sp, #19, lsl #12 ; =77824
add x5, x5, #2644
sub x6, x29, #92
add x7, sp, #19, lsl #12 ; =77824
add x7, x7, #2684
bl _multi_layer
b LBB9_7
LBB9_21: ; in Loop: Header=BB9_1 Depth=1
mov w8, #100
str w8, [sp, #164]
ldr w8, [sp, #184]
add w8, w8, #1
str w8, [sp, #184]
b LBB9_1
LBB9_22:
ldr x0, [sp, #168]
bl _fclose
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
str x0, [sp, #120]
str wzr, [sp, #116]
str wzr, [sp, #112]
b LBB9_23
LBB9_23: ; =>This Loop Header: Depth=1
; Child Loop BB9_25 Depth 2
ldr x0, [sp, #120]
mov x9, sp
add x8, sp, #132
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fscanf
subs w8, w0, #1
cset w8, lt
tbnz w8, #0, LBB9_29
b LBB9_24
LBB9_24: ; in Loop: Header=BB9_23 Depth=1
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldr w9, [sp, #132]
ldrsw x11, [sp, #116]
mov x10, x11
add w10, w10, #1
str w10, [sp, #116]
add x10, sp, #9, lsl #12 ; =36864
add x10, x10, #3332
str w9, [x10, x11, lsl #2]
fmov s0, #1.00000000
str s0, [x8]
str wzr, [sp, #192]
b LBB9_25
LBB9_25: ; Parent Loop BB9_23 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #192]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB9_28
b LBB9_26
LBB9_26: ; in Loop: Header=BB9_25 Depth=2
ldr x0, [sp, #120]
ldr w8, [sp, #192]
add w9, w8, #1
add x8, sp, #19, lsl #12 ; =77824
add x8, x8, #2432
add x8, x8, w9, sxtw #2
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fscanf
b LBB9_27
LBB9_27: ; in Loop: Header=BB9_25 Depth=2
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB9_25
LBB9_28: ; in Loop: Header=BB9_23 Depth=1
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2412
str x0, [sp, #24] ; 8-byte Folded Spill
mov w4, #5
str w4, [sp, #36] ; 4-byte Folded Spill
mov x1, x4
add x2, sp, #19, lsl #12 ; =77824
add x2, x2, #2432
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #3028
mov w5, #17
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2684
bl _get_act
ldr x2, [sp, #24] ; 8-byte Folded Reload
ldr w5, [sp, #36] ; 4-byte Folded Reload
add x0, sp, #19, lsl #12 ; =77824
add x0, x0, #2372
str x0, [sp, #40] ; 8-byte Folded Spill
mov w4, #10
mov x1, x4
add x3, sp, #19, lsl #12 ; =77824
add x3, x3, #2744
add x6, sp, #19, lsl #12 ; =77824
add x6, x6, #2644
bl _get_act2
ldr x0, [sp, #40] ; 8-byte Folded Reload
bl _extractmaxindex
str w0, [sp, #108]
ldr w8, [sp, #108]
ldrsw x10, [sp, #112]
mov x9, x10
add w9, w9, #1
str w9, [sp, #112]
add x9, sp, #196
str w8, [x9, x10, lsl #2]
b LBB9_23
LBB9_29:
str wzr, [sp, #104]
str wzr, [sp, #192]
b LBB9_30
LBB9_30: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #192]
ldr w9, [sp, #112]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB9_35
b LBB9_31
LBB9_31: ; in Loop: Header=BB9_30 Depth=1
ldrsw x9, [sp, #192]
add x8, sp, #9, lsl #12 ; =36864
add x8, x8, #3332
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #192]
add x9, sp, #196
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB9_33
b LBB9_32
LBB9_32: ; in Loop: Header=BB9_30 Depth=1
ldr w8, [sp, #104]
add w8, w8, #1
str w8, [sp, #104]
b LBB9_33
LBB9_33: ; in Loop: Header=BB9_30 Depth=1
b LBB9_34
LBB9_34: ; in Loop: Header=BB9_30 Depth=1
ldr w8, [sp, #192]
add w8, w8, #1
str w8, [sp, #192]
b LBB9_30
LBB9_35:
ldr s0, [sp, #104]
scvtf s0, s0
fcvt d0, s0
adrp x8, lCPI9_0@PAGE
ldr d1, [x8, lCPI9_0@PAGEOFF]
fmul d0, d0, d1
ldr s2, [sp, #112]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fdiv d0, d0, d1
fcvt s0, d0
str s0, [sp, #100]
ldr w9, [sp, #104]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
ldr s0, [sp, #100]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB9_37
b LBB9_36
LBB9_36:
bl ___stack_chk_fail
LBB9_37:
add sp, sp, #19, lsl #12 ; =77824
add sp, sp, #3536
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _printf
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldur w8, [x29, #-8]
subs w8, w8, #1
; kill: def $x8 killed $w8
str x8, [sp, #16] ; 8-byte Folded Spill
subs x8, x8, #3
cset w8, hi
tbnz w8, #0, LBB10_6
; %bb.1:
ldr x11, [sp, #16] ; 8-byte Folded Reload
adrp x10, lJTI10_0@PAGE
add x10, x10, lJTI10_0@PAGEOFF
Ltmp2:
adr x8, Ltmp2
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB10_2:
bl _func1
b LBB10_6
LBB10_3:
bl _func2
b LBB10_6
LBB10_4:
bl _func3
b LBB10_6
LBB10_5:
bl _func4
b LBB10_6
LBB10_6:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
.p2align 2
lJTI10_0:
.long LBB10_2-Ltmp2
.long LBB10_3-Ltmp2
.long LBB10_4-Ltmp2
.long LBB10_5-Ltmp2
; -- End function
.section __DATA,__data
.globl _leeta ; @leeta
.p2align 2
_leeta:
.long 0x3a83126f ; float 0.00100000005
.globl _epsi ; @epsi
.p2align 2
_epsi:
.long 0x3c23d70a ; float 0.00999999977
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "test.txt"
l_.str.1: ; @.str.1
.asciz "r"
l_.str.2: ; @.str.2
.asciz "%d"
.comm _original_class,4,2 ; @original_class
l_.str.3: ; @.str.3
.asciz "%f"
l_.str.4: ; @.str.4
.asciz "COUNT OF MATCHING CLASSES:- %d\n"
l_.str.5: ; @.str.5
.asciz "ACCURACY IS PERCENTAGE:- %f \n"
l_.str.6: ; @.str.6
.asciz "ACCURACY IS PERCENTAGE:-%f\n"
l_.str.7: ; @.str.7
.asciz "\n CHOOSE AN OPTION BETWEEN 1 AND 4\n"
l_.str.8: ; @.str.8
.asciz "\n OPTION 1:- Sum of Squared Deviation loss and ||\316\224W|| < \316\265. where ||\316\224W|| is the Euclidian norm of vector \316\224W and considering \316\265 as 0.01. \n"
l_.str.9: ; @.str.9
.asciz "\n OPTION 2:- Sum of Squared Deviation loss and number of epochs as 100 \n"
l_.str.10: ; @.str.10
.asciz "\n OPTION 3:- Cross-entropy loss and ||\316\224W|| < \316\265. where ||\316\224W|| is the Euclidian norm of vector \316\224W and considering \316\265 as 0.01. \n"
l_.str.11: ; @.str.11
.asciz "\n OPTION 4:- Cross-entropy loss and number of epochs as 100 \n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function generate_rand
LCPI0_0:
.quad 0x409f400000000000 ## double 2000
.section __TEXT,__text,regular,pure_instructions
.globl _generate_rand
.p2align 4, 0x90
_generate_rand: ## @generate_rand
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movq %rdx, -16(%rbp)
xorl %eax, %eax
movl %eax, %edi
callq _time
movl %eax, %edi
callq _srand
movl $0, -20(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movl -20(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB0_8
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -24(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -24(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_6
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
callq _rand
cvtsi2ss %eax, %xmm0
movss %xmm0, -28(%rbp)
callq _rand
movl $1000, %ecx ## imm = 0x3E8
cltd
idivl %ecx
addl $1, %edx
cvtsi2sd %edx, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
imulq $72, %rcx, %rcx
addq %rcx, %rax
movslq -24(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB0_3
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_7
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB0_1
LBB0_8:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function generate_rand2
LCPI1_0:
.quad 0x409f400000000000 ## double 2000
.section __TEXT,__text,regular,pure_instructions
.globl _generate_rand2
.p2align 4, 0x90
_generate_rand2: ## @generate_rand2
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movq %rdx, -16(%rbp)
xorl %eax, %eax
movl %eax, %edi
callq _time
movl %eax, %edi
callq _srand
movl $0, -20(%rbp)
LBB1_1: ## =>This Loop Header: Depth=1
## Child Loop BB1_3 Depth 2
movl -20(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB1_8
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl $0, -24(%rbp)
LBB1_3: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -24(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB1_6
## %bb.4: ## in Loop: Header=BB1_3 Depth=2
callq _rand
cvtsi2ss %eax, %xmm0
movss %xmm0, -28(%rbp)
callq _rand
movl $1000, %ecx ## imm = 0x3E8
cltd
idivl %ecx
addl $1, %edx
cvtsi2sd %edx, %xmm0
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
imulq $24, %rcx, %rcx
addq %rcx, %rax
movslq -24(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
## %bb.5: ## in Loop: Header=BB1_3 Depth=2
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB1_3
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_7
LBB1_7: ## in Loop: Header=BB1_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_1
LBB1_8:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function get_act
LCPI2_0:
.long 0x3f800000 ## float 1
LCPI2_2:
.long 0xbf800000 ## float -1
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI2_1:
.quad 0x3ff0000000000000 ## double 1
.section __TEXT,__text,regular,pure_instructions
.globl _get_act
.p2align 4, 0x90
_get_act: ## @get_act
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $96, %rsp
movq 16(%rbp), %rax
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movq %rdx, -32(%rbp)
movq %rcx, -40(%rbp)
movl %r8d, -44(%rbp)
movl %r9d, -48(%rbp)
movl -20(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -96(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -64(%rbp)
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -96(%rbp), %rax ## 8-byte Reload
movq %rsp, %rcx
movq %rcx, -88(%rbp) ## 8-byte Spill
movq %rax, -72(%rbp)
movl $0, -52(%rbp)
LBB2_1: ## =>This Loop Header: Depth=1
## Child Loop BB2_3 Depth 2
movl -52(%rbp), %eax
cmpl -44(%rbp), %eax
jge LBB2_8
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movq -88(%rbp), %rax ## 8-byte Reload
movslq -52(%rbp), %rcx
xorps %xmm0, %xmm0
movss %xmm0, (%rax,%rcx,4)
movl $0, -56(%rbp)
LBB2_3: ## Parent Loop BB2_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -56(%rbp), %eax
cmpl -48(%rbp), %eax
jge LBB2_6
## %bb.4: ## in Loop: Header=BB2_3 Depth=2
movq -88(%rbp), %rax ## 8-byte Reload
movslq -52(%rbp), %rcx
movss (%rax,%rcx,4), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movq -32(%rbp), %rcx
movslq -56(%rbp), %rdx
movss (%rcx,%rdx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -40(%rbp), %rcx
movslq -52(%rbp), %rdx
imulq $72, %rdx, %rdx
addq %rdx, %rcx
movslq -56(%rbp), %rdx
movss (%rcx,%rdx,4), %xmm2 ## xmm2 = mem[0],zero,zero,zero
mulss %xmm2, %xmm0
addss %xmm1, %xmm0
movslq -52(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
## %bb.5: ## in Loop: Header=BB2_3 Depth=2
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB2_3
LBB2_6: ## in Loop: Header=BB2_1 Depth=1
movq -88(%rbp), %rax ## 8-byte Reload
movslq -52(%rbp), %rcx
movss LCPI2_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss (%rax,%rcx,4), %xmm0
movslq -52(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
movslq -52(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
callq _exp
movaps %xmm0, %xmm1
movsd LCPI2_1(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -76(%rbp)
movss LCPI2_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
divss -76(%rbp), %xmm0
movq -16(%rbp), %rax
movslq -52(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
movq -16(%rbp), %rax
movslq -52(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -16(%rbp), %rax
movslq -52(%rbp), %rcx
movss LCPI2_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
subss (%rax,%rcx,4), %xmm1
mulss %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -52(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
## %bb.7: ## in Loop: Header=BB2_1 Depth=1
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB2_1
LBB2_8:
movq -64(%rbp), %rax
movq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB2_10
## %bb.9:
movq %rbp, %rsp
popq %rbp
retq
LBB2_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function get_act2
LCPI3_0:
.long 0x3f800000 ## float 1
LCPI3_2:
.long 0xbf800000 ## float -1
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI3_1:
.quad 0x3ff0000000000000 ## double 1
.section __TEXT,__text,regular,pure_instructions
.globl _get_act2
.p2align 4, 0x90
_get_act2: ## @get_act2
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $96, %rsp
movq 16(%rbp), %rax
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movq %rdx, -32(%rbp)
movq %rcx, -40(%rbp)
movl %r8d, -44(%rbp)
movl %r9d, -48(%rbp)
movl -20(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -96(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -64(%rbp)
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -96(%rbp), %rax ## 8-byte Reload
movq %rsp, %rcx
movq %rcx, -88(%rbp) ## 8-byte Spill
movq %rax, -72(%rbp)
movl $0, -52(%rbp)
LBB3_1: ## =>This Loop Header: Depth=1
## Child Loop BB3_3 Depth 2
movl -52(%rbp), %eax
cmpl -44(%rbp), %eax
jge LBB3_8
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movq -88(%rbp), %rax ## 8-byte Reload
movslq -52(%rbp), %rcx
xorps %xmm0, %xmm0
movss %xmm0, (%rax,%rcx,4)
movl $0, -56(%rbp)
LBB3_3: ## Parent Loop BB3_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -56(%rbp), %eax
cmpl -48(%rbp), %eax
jge LBB3_6
## %bb.4: ## in Loop: Header=BB3_3 Depth=2
movq -88(%rbp), %rax ## 8-byte Reload
movslq -52(%rbp), %rcx
movss (%rax,%rcx,4), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movq -32(%rbp), %rcx
movslq -56(%rbp), %rdx
movss (%rcx,%rdx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -40(%rbp), %rcx
movslq -52(%rbp), %rdx
imulq $24, %rdx, %rdx
addq %rdx, %rcx
movslq -56(%rbp), %rdx
movss (%rcx,%rdx,4), %xmm2 ## xmm2 = mem[0],zero,zero,zero
mulss %xmm2, %xmm0
addss %xmm1, %xmm0
movslq -52(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
## %bb.5: ## in Loop: Header=BB3_3 Depth=2
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB3_3
LBB3_6: ## in Loop: Header=BB3_1 Depth=1
movq -88(%rbp), %rax ## 8-byte Reload
movslq -52(%rbp), %rcx
movss LCPI3_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss (%rax,%rcx,4), %xmm0
movslq -52(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
movslq -52(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
callq _exp
movaps %xmm0, %xmm1
movsd LCPI3_1(%rip), %xmm0 ## xmm0 = mem[0],zero
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -76(%rbp)
movss LCPI3_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
divss -76(%rbp), %xmm0
movq -16(%rbp), %rax
movslq -52(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
movq -16(%rbp), %rax
movslq -52(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -16(%rbp), %rax
movslq -52(%rbp), %rcx
movss LCPI3_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
subss (%rax,%rcx,4), %xmm1
mulss %xmm1, %xmm0
movq 16(%rbp), %rax
movslq -52(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
## %bb.7: ## in Loop: Header=BB3_1 Depth=1
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB3_1
LBB3_8:
movq -64(%rbp), %rax
movq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB3_10
## %bb.9:
movq %rbp, %rsp
popq %rbp
retq
LBB3_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function multi_layer
LCPI4_0:
.long 0xbf800000 ## float -1
.section __TEXT,__text,regular,pure_instructions
.globl _multi_layer
.p2align 4, 0x90
_multi_layer: ## @multi_layer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq 48(%rbp), %rax
movq 40(%rbp), %rax
movq 32(%rbp), %rax
movq 24(%rbp), %rax
movq 16(%rbp), %rax
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq %rcx, -32(%rbp)
movq %r8, -40(%rbp)
movq %r9, -48(%rbp)
movl $0, -56(%rbp)
LBB4_1: ## =>This Loop Header: Depth=1
## Child Loop BB4_3 Depth 2
cmpl $10, -56(%rbp)
jge LBB4_8
## %bb.2: ## in Loop: Header=BB4_1 Depth=1
movl $0, -52(%rbp)
LBB4_3: ## Parent Loop BB4_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $5, -52(%rbp)
jge LBB4_6
## %bb.4: ## in Loop: Header=BB4_3 Depth=2
movss _leeta(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -16(%rbp), %rax
movslq -52(%rbp), %rcx
mulss (%rax,%rcx,4), %xmm0
movq -48(%rbp), %rax
movslq -56(%rbp), %rcx
mulss (%rax,%rcx,4), %xmm0
movq 32(%rbp), %rax
movslq -56(%rbp), %rcx
mulss (%rax,%rcx,4), %xmm0
movss LCPI4_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero
mulss %xmm1, %xmm0
movss %xmm0, -60(%rbp)
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -40(%rbp), %rax
movslq -56(%rbp), %rcx
imulq $24, %rcx, %rcx
addq %rcx, %rax
movslq -52(%rbp), %rcx
addss (%rax,%rcx,4), %xmm0
movss %xmm0, (%rax,%rcx,4)
## %bb.5: ## in Loop: Header=BB4_3 Depth=2
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB4_3
LBB4_6: ## in Loop: Header=BB4_1 Depth=1
jmp LBB4_7
LBB4_7: ## in Loop: Header=BB4_1 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB4_1
LBB4_8:
movl $0, -64(%rbp)
LBB4_9: ## =>This Loop Header: Depth=1
## Child Loop BB4_11 Depth 2
cmpl $5, -64(%rbp)
jge LBB4_16
## %bb.10: ## in Loop: Header=BB4_9 Depth=1
xorps %xmm0, %xmm0
movss %xmm0, -60(%rbp)
movl $0, -52(%rbp)
LBB4_11: ## Parent Loop BB4_9 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $10, -52(%rbp)
jge LBB4_14
## %bb.12: ## in Loop: Header=BB4_11 Depth=2
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movq 40(%rbp), %rax
movslq -52(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -40(%rbp), %rax
movslq -52(%rbp), %rcx
imulq $24, %rcx, %rcx
addq %rcx, %rax
movslq -64(%rbp), %rcx
mulss (%rax,%rcx,4), %xmm0
movq 24(%rbp), %rax
movslq -64(%rbp), %rcx
movss (%rax,%rcx,4), %xmm2 ## xmm2 = mem[0],zero,zero,zero
mulss %xmm2, %xmm0
addss %xmm1, %xmm0
movss %xmm0, -60(%rbp)
## %bb.13: ## in Loop: Header=BB4_11 Depth=2
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB4_11
LBB4_14: ## in Loop: Header=BB4_9 Depth=1
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq 48(%rbp), %rax
movslq -64(%rbp), %rcx
movss %xmm0, (%rax,%rcx,4)
## %bb.15: ## in Loop: Header=BB4_9 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB4_9
LBB4_16:
movl $0, -56(%rbp)
LBB4_17: ## =>This Loop Header: Depth=1
## Child Loop BB4_19 Depth 2
cmpl $5, -56(%rbp)
jge LBB4_24
## %bb.18: ## in Loop: Header=BB4_17 Depth=1
movl $0, -52(%rbp)
LBB4_19: ## Parent Loop BB4_17 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $17, -52(%rbp)
jge LBB4_22
## %bb.20: ## in Loop: Header=BB4_19 Depth=2
movss _leeta(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq 16(%rbp), %rax
movslq -52(%rbp), %rcx
mulss (%rax,%rcx,4), %xmm0
movq 48(%rbp), %rax
movslq -56(%rbp), %rcx
mulss (%rax,%rcx,4), %xmm0
movss %xmm0, -60(%rbp)
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movq -32(%rbp), %rax
movslq -56(%rbp), %rcx
imulq $72, %rcx, %rcx
addq %rcx, %rax
movslq -52(%rbp), %rcx
addss (%rax,%rcx,4), %xmm0
movss %xmm0, (%rax,%rcx,4)
## %bb.21: ## in Loop: Header=BB4_19 Depth=2
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB4_19
LBB4_22: ## in Loop: Header=BB4_17 Depth=1
jmp LBB4_23
LBB4_23: ## in Loop: Header=BB4_17 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB4_17
LBB4_24:
movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _extractmaxindex ## -- Begin function extractmaxindex
.p2align 4, 0x90
_extractmaxindex: ## @extractmaxindex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -12(%rbp)
movl $0, -16(%rbp)
movl $1, -20(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
cmpl $10, -20(%rbp)
jge LBB5_6
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss -12(%rbp), %xmm0
jb LBB5_4
## %bb.3: ## in Loop: Header=BB5_1 Depth=1
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -12(%rbp)
movl -20(%rbp), %eax
movl %eax, -16(%rbp)
LBB5_4: ## in Loop: Header=BB5_1 Depth=1
jmp LBB5_5
LBB5_5: ## in Loop: Header=BB5_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB5_1
LBB5_6:
movl -16(%rbp), %eax
addl $1, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function func1
LCPI6_0:
.long 0x41200000 ## float 10
LCPI6_1:
.long 0x3c23d70a ## float 0.00999999977
LCPI6_2:
.long 0x3f800000 ## float 1
LCPI6_5:
.long 0xbf800000 ## float -1
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI6_3:
.quad 0x4059000000000000 ## double 100
LCPI6_4:
.quad 0x4000000000000000 ## double 2
.section __TEXT,__text,regular,pure_instructions
.globl _func1
.p2align 4, 0x90
_func1: ## @func1
.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
movl $81440, %eax ## imm = 0x13E20
callq ____chkstk_darwin
subq %rax, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
movl $1, -81308(%rbp)
movl $0, -81312(%rbp)
movss LCPI6_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -96(%rbp)
leaq -528(%rbp), %rdx
movl $5, %edi
movl $17, %esi
callq _generate_rand
leaq -832(%rbp), %rdx
movl $10, %edi
movl $5, %esi
callq _generate_rand2
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -81328(%rbp)
movss LCPI6_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -81332(%rbp)
movss LCPI6_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -81336(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -81340(%rbp)
LBB6_1: ## =>This Loop Header: Depth=1
## Child Loop BB6_3 Depth 2
## Child Loop BB6_7 Depth 2
## Child Loop BB6_8 Depth 3
## Child Loop BB6_12 Depth 3
## Child Loop BB6_16 Depth 3
movq -81328(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
movq _original_class@GOTPCREL(%rip), %rdx
movb $0, %al
callq _fscanf
cmpl $1, %eax
jl LBB6_23
## %bb.2: ## in Loop: Header=BB6_1 Depth=1
movl $0, -81300(%rbp)
LBB6_3: ## Parent Loop BB6_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $16, -81300(%rbp)
jge LBB6_6
## %bb.4: ## in Loop: Header=BB6_3 Depth=2
movq -81328(%rbp), %rdi
movl -81300(%rbp), %eax
addl $1, %eax
cltq
leaq -96(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fscanf
## %bb.5: ## in Loop: Header=BB6_3 Depth=2
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB6_3
LBB6_6: ## in Loop: Header=BB6_1 Depth=1
jmp LBB6_7
LBB6_7: ## Parent Loop BB6_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB6_8 Depth 3
## Child Loop BB6_12 Depth 3
## Child Loop BB6_16 Depth 3
leaq -560(%rbp), %rdi
leaq -96(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -912(%rbp), %rax
movl $5, %r8d
movl $17, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act
leaq -880(%rbp), %rdi
leaq -560(%rbp), %rdx
leaq -832(%rbp), %rcx
leaq -960(%rbp), %rax
movl $10, %r8d
movl $5, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act2
xorps %xmm0, %xmm0
movss %xmm0, -81356(%rbp)
movl $0, -81344(%rbp)
LBB6_8: ## Parent Loop BB6_1 Depth=1
## Parent Loop BB6_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81344(%rbp)
jge LBB6_11
## %bb.9: ## in Loop: Header=BB6_8 Depth=3
movslq -81344(%rbp), %rax
movl $0, -1088(%rbp,%rax,4)
## %bb.10: ## in Loop: Header=BB6_8 Depth=3
movl -81344(%rbp), %eax
addl $1, %eax
movl %eax, -81344(%rbp)
jmp LBB6_8
LBB6_11: ## in Loop: Header=BB6_7 Depth=2
movq _original_class@GOTPCREL(%rip), %rax
movl (%rax), %eax
subl $1, %eax
cltq
movl $1, -1088(%rbp,%rax,4)
movl $0, -81344(%rbp)
LBB6_12: ## Parent Loop BB6_1 Depth=1
## Parent Loop BB6_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81344(%rbp)
jge LBB6_15
## %bb.13: ## in Loop: Header=BB6_12 Depth=3
movslq -81344(%rbp), %rax
cvtsi2ssl -1088(%rbp,%rax,4), %xmm0
movss %xmm0, -81360(%rbp)
movss -81356(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd %xmm0, -81408(%rbp) ## 8-byte Spill
movss -81360(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movslq -81344(%rbp), %rax
subss -880(%rbp,%rax,4), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI6_4(%rip), %xmm1 ## xmm1 = mem[0],zero
callq _pow
movaps %xmm0, %xmm1
movsd -81408(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81356(%rbp)
movslq -81344(%rbp), %rax
movss -880(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -81360(%rbp), %xmm0
movslq -81344(%rbp), %rax
movss %xmm0, -1136(%rbp,%rax,4)
## %bb.14: ## in Loop: Header=BB6_12 Depth=3
movl -81344(%rbp), %eax
addl $1, %eax
movl %eax, -81344(%rbp)
jmp LBB6_12
LBB6_15: ## in Loop: Header=BB6_7 Depth=2
movss -81356(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI6_4(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81340(%rbp)
movl $0, -81364(%rbp)
LBB6_16: ## Parent Loop BB6_1 Depth=1
## Parent Loop BB6_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81364(%rbp)
jge LBB6_19
## %bb.17: ## in Loop: Header=BB6_16 Depth=3
movslq -81364(%rbp), %rax
movss LCPI6_5(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -1136(%rbp,%rax,4), %xmm0
movslq -81364(%rbp), %rax
mulss -960(%rbp,%rax,4), %xmm0
movslq -81364(%rbp), %rax
movss %xmm0, -1008(%rbp,%rax,4)
## %bb.18: ## in Loop: Header=BB6_16 Depth=3
movl -81364(%rbp), %eax
addl $1, %eax
movl %eax, -81364(%rbp)
jmp LBB6_16
LBB6_19: ## in Loop: Header=BB6_7 Depth=2
movq _original_class@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -880(%rbp), %rsi
leaq -560(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -832(%rbp), %r8
leaq -960(%rbp), %r9
leaq -96(%rbp), %r14
leaq -912(%rbp), %rbx
leaq -1136(%rbp), %r11
leaq -1008(%rbp), %r10
leaq -1040(%rbp), %rax
movq %r14, (%rsp)
movq %rbx, 8(%rsp)
movq %r11, 16(%rsp)
movq %r10, 24(%rsp)
movq %rax, 32(%rsp)
callq _multi_layer
movss -81336(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -81340(%rbp), %xmm0
cvttss2si %xmm0, %edi
callq _abs
cvtsi2ss %eax, %xmm1
movss -81332(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jbe LBB6_21
## %bb.20: ## in Loop: Header=BB6_1 Depth=1
jmp LBB6_22
LBB6_21: ## in Loop: Header=BB6_7 Depth=2
movss -81340(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -81336(%rbp)
jmp LBB6_7
LBB6_22: ## in Loop: Header=BB6_1 Depth=1
jmp LBB6_1
LBB6_23:
movq -81328(%rbp), %rdi
callq _fclose
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -81376(%rbp)
movl $0, -81380(%rbp)
movl $0, -81384(%rbp)
LBB6_24: ## =>This Loop Header: Depth=1
## Child Loop BB6_26 Depth 2
movq -81376(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
leaq -81368(%rbp), %rdx
movb $0, %al
callq _fscanf
cmpl $1, %eax
jl LBB6_30
## %bb.25: ## in Loop: Header=BB6_24 Depth=1
movl -81368(%rbp), %ecx
movl -81380(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -81380(%rbp)
cltq
movl %ecx, -41296(%rbp,%rax,4)
movss LCPI6_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -1216(%rbp)
movl $0, -81300(%rbp)
LBB6_26: ## Parent Loop BB6_24 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $16, -81300(%rbp)
jge LBB6_29
## %bb.27: ## in Loop: Header=BB6_26 Depth=2
movq -81376(%rbp), %rdi
movl -81300(%rbp), %eax
addl $1, %eax
cltq
leaq -1216(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fscanf
## %bb.28: ## in Loop: Header=BB6_26 Depth=2
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB6_26
LBB6_29: ## in Loop: Header=BB6_24 Depth=1
leaq -1248(%rbp), %rdi
leaq -1216(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -912(%rbp), %rax
movl $5, %r8d
movl $17, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act
leaq -1296(%rbp), %rdi
leaq -1248(%rbp), %rdx
leaq -832(%rbp), %rcx
leaq -960(%rbp), %rax
movl $10, %r8d
movl $5, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act2
leaq -1296(%rbp), %rdi
callq _extractmaxindex
movl %eax, -81388(%rbp)
movl -81388(%rbp), %ecx
movl -81384(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -81384(%rbp)
cltq
movl %ecx, -81296(%rbp,%rax,4)
jmp LBB6_24
LBB6_30:
movl $0, -81392(%rbp)
movl $0, -81300(%rbp)
LBB6_31: ## =>This Inner Loop Header: Depth=1
movl -81300(%rbp), %eax
cmpl -81384(%rbp), %eax
jge LBB6_36
## %bb.32: ## in Loop: Header=BB6_31 Depth=1
movslq -81300(%rbp), %rax
movl -41296(%rbp,%rax,4), %eax
movslq -81300(%rbp), %rcx
cmpl -81296(%rbp,%rcx,4), %eax
jne LBB6_34
## %bb.33: ## in Loop: Header=BB6_31 Depth=1
movl -81392(%rbp), %eax
addl $1, %eax
movl %eax, -81392(%rbp)
LBB6_34: ## in Loop: Header=BB6_31 Depth=1
jmp LBB6_35
LBB6_35: ## in Loop: Header=BB6_31 Depth=1
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB6_31
LBB6_36:
cvtsi2ssl -81392(%rbp), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI6_3(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
cvtsi2sdl -81384(%rbp), %xmm1
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81396(%rbp)
movl -81392(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movss -81396(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.5(%rip), %rdi
movb $1, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -24(%rbp), %rcx
cmpq %rcx, %rax
jne LBB6_38
## %bb.37:
addq $81440, %rsp ## imm = 0x13E20
popq %rbx
popq %r14
popq %rbp
retq
LBB6_38:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function func2
LCPI7_0:
.long 0x3f800000 ## float 1
LCPI7_3:
.long 0xbf800000 ## float -1
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI7_1:
.quad 0x4059000000000000 ## double 100
LCPI7_2:
.quad 0x4000000000000000 ## double 2
.section __TEXT,__text,regular,pure_instructions
.globl _func2
.p2align 4, 0x90
_func2: ## @func2
.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
movl $81424, %eax ## imm = 0x13E10
callq ____chkstk_darwin
subq %rax, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
movl $1, -81308(%rbp)
movss LCPI7_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -96(%rbp)
leaq -528(%rbp), %rdx
movl $5, %edi
movl $17, %esi
callq _generate_rand
leaq -832(%rbp), %rdx
movl $10, %edi
movl $5, %esi
callq _generate_rand2
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -81320(%rbp)
movl $100, -81324(%rbp)
LBB7_1: ## =>This Loop Header: Depth=1
## Child Loop BB7_3 Depth 2
## Child Loop BB7_7 Depth 2
## Child Loop BB7_9 Depth 3
## Child Loop BB7_13 Depth 3
## Child Loop BB7_17 Depth 3
movq -81320(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
movq _original_class@GOTPCREL(%rip), %rdx
movb $0, %al
callq _fscanf
cmpl $1, %eax
jl LBB7_22
## %bb.2: ## in Loop: Header=BB7_1 Depth=1
movl $0, -81300(%rbp)
LBB7_3: ## Parent Loop BB7_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $16, -81300(%rbp)
jge LBB7_6
## %bb.4: ## in Loop: Header=BB7_3 Depth=2
movq -81320(%rbp), %rdi
movl -81300(%rbp), %eax
addl $1, %eax
cltq
leaq -96(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fscanf
## %bb.5: ## in Loop: Header=BB7_3 Depth=2
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB7_3
LBB7_6: ## in Loop: Header=BB7_1 Depth=1
jmp LBB7_7
LBB7_7: ## Parent Loop BB7_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB7_9 Depth 3
## Child Loop BB7_13 Depth 3
## Child Loop BB7_17 Depth 3
cmpl $0, -81324(%rbp)
je LBB7_21
## %bb.8: ## in Loop: Header=BB7_7 Depth=2
movl -81324(%rbp), %eax
addl $-1, %eax
movl %eax, -81324(%rbp)
leaq -560(%rbp), %rdi
leaq -96(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -912(%rbp), %rax
movl $5, %r8d
movl $17, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act
leaq -880(%rbp), %rdi
leaq -560(%rbp), %rdx
leaq -832(%rbp), %rcx
leaq -960(%rbp), %rax
movl $10, %r8d
movl $5, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act2
movl $0, -81336(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -81344(%rbp)
movl $0, -81328(%rbp)
LBB7_9: ## Parent Loop BB7_1 Depth=1
## Parent Loop BB7_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81328(%rbp)
jge LBB7_12
## %bb.10: ## in Loop: Header=BB7_9 Depth=3
movslq -81328(%rbp), %rax
movl $0, -1088(%rbp,%rax,4)
## %bb.11: ## in Loop: Header=BB7_9 Depth=3
movl -81328(%rbp), %eax
addl $1, %eax
movl %eax, -81328(%rbp)
jmp LBB7_9
LBB7_12: ## in Loop: Header=BB7_7 Depth=2
movq _original_class@GOTPCREL(%rip), %rax
movl (%rax), %eax
subl $1, %eax
cltq
movl $1, -1088(%rbp,%rax,4)
movl $0, -81328(%rbp)
LBB7_13: ## Parent Loop BB7_1 Depth=1
## Parent Loop BB7_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81328(%rbp)
jge LBB7_16
## %bb.14: ## in Loop: Header=BB7_13 Depth=3
movslq -81328(%rbp), %rax
cvtsi2ssl -1088(%rbp,%rax,4), %xmm0
movss %xmm0, -81348(%rbp)
movss -81344(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd %xmm0, -81400(%rbp) ## 8-byte Spill
movss -81348(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movslq -81328(%rbp), %rax
subss -880(%rbp,%rax,4), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI7_2(%rip), %xmm1 ## xmm1 = mem[0],zero
callq _pow
movaps %xmm0, %xmm1
movsd -81400(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81344(%rbp)
movslq -81328(%rbp), %rax
movss -880(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -81348(%rbp), %xmm0
movslq -81328(%rbp), %rax
movss %xmm0, -1136(%rbp,%rax,4)
## %bb.15: ## in Loop: Header=BB7_13 Depth=3
movl -81328(%rbp), %eax
addl $1, %eax
movl %eax, -81328(%rbp)
jmp LBB7_13
LBB7_16: ## in Loop: Header=BB7_7 Depth=2
movss -81344(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI7_2(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
cvttsd2si %xmm0, %eax
movl %eax, -81336(%rbp)
movl $0, -81352(%rbp)
LBB7_17: ## Parent Loop BB7_1 Depth=1
## Parent Loop BB7_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81352(%rbp)
jge LBB7_20
## %bb.18: ## in Loop: Header=BB7_17 Depth=3
movslq -81352(%rbp), %rax
movss LCPI7_3(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
mulss -1136(%rbp,%rax,4), %xmm0
movslq -81352(%rbp), %rax
mulss -960(%rbp,%rax,4), %xmm0
movslq -81352(%rbp), %rax
movss %xmm0, -1008(%rbp,%rax,4)
## %bb.19: ## in Loop: Header=BB7_17 Depth=3
movl -81352(%rbp), %eax
addl $1, %eax
movl %eax, -81352(%rbp)
jmp LBB7_17
LBB7_20: ## in Loop: Header=BB7_7 Depth=2
movq _original_class@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -880(%rbp), %rsi
leaq -560(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -832(%rbp), %r8
leaq -960(%rbp), %r9
leaq -96(%rbp), %r14
leaq -912(%rbp), %rbx
leaq -1136(%rbp), %r11
leaq -1008(%rbp), %r10
leaq -1040(%rbp), %rax
movq %r14, (%rsp)
movq %rbx, 8(%rsp)
movq %r11, 16(%rsp)
movq %r10, 24(%rsp)
movq %rax, 32(%rsp)
callq _multi_layer
jmp LBB7_7
LBB7_21: ## in Loop: Header=BB7_1 Depth=1
movl $100, -81324(%rbp)
movl -81308(%rbp), %eax
addl $1, %eax
movl %eax, -81308(%rbp)
jmp LBB7_1
LBB7_22:
movq -81320(%rbp), %rdi
callq _fclose
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -81368(%rbp)
movl $0, -81372(%rbp)
movl $0, -81376(%rbp)
LBB7_23: ## =>This Loop Header: Depth=1
## Child Loop BB7_25 Depth 2
movq -81368(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
leaq -81356(%rbp), %rdx
movb $0, %al
callq _fscanf
cmpl $1, %eax
jl LBB7_29
## %bb.24: ## in Loop: Header=BB7_23 Depth=1
movl -81356(%rbp), %ecx
movl -81372(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -81372(%rbp)
cltq
movl %ecx, -41296(%rbp,%rax,4)
movss LCPI7_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -1216(%rbp)
movl $0, -81300(%rbp)
LBB7_25: ## Parent Loop BB7_23 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $16, -81300(%rbp)
jge LBB7_28
## %bb.26: ## in Loop: Header=BB7_25 Depth=2
movq -81368(%rbp), %rdi
movl -81300(%rbp), %eax
addl $1, %eax
cltq
leaq -1216(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fscanf
## %bb.27: ## in Loop: Header=BB7_25 Depth=2
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB7_25
LBB7_28: ## in Loop: Header=BB7_23 Depth=1
leaq -1248(%rbp), %rdi
leaq -1216(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -912(%rbp), %rax
movl $5, %r8d
movl $17, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act
leaq -1296(%rbp), %rdi
leaq -1248(%rbp), %rdx
leaq -832(%rbp), %rcx
leaq -960(%rbp), %rax
movl $10, %r8d
movl $5, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act2
leaq -1296(%rbp), %rdi
callq _extractmaxindex
movl %eax, -81380(%rbp)
movl -81380(%rbp), %ecx
movl -81376(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -81376(%rbp)
cltq
movl %ecx, -81296(%rbp,%rax,4)
jmp LBB7_23
LBB7_29:
movl $0, -81384(%rbp)
movl $0, -81300(%rbp)
LBB7_30: ## =>This Inner Loop Header: Depth=1
movl -81300(%rbp), %eax
cmpl -81376(%rbp), %eax
jge LBB7_35
## %bb.31: ## in Loop: Header=BB7_30 Depth=1
movslq -81300(%rbp), %rax
movl -41296(%rbp,%rax,4), %eax
movslq -81300(%rbp), %rcx
cmpl -81296(%rbp,%rcx,4), %eax
jne LBB7_33
## %bb.32: ## in Loop: Header=BB7_30 Depth=1
movl -81384(%rbp), %eax
addl $1, %eax
movl %eax, -81384(%rbp)
LBB7_33: ## in Loop: Header=BB7_30 Depth=1
jmp LBB7_34
LBB7_34: ## in Loop: Header=BB7_30 Depth=1
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB7_30
LBB7_35:
cvtsi2ssl -81384(%rbp), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI7_1(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
cvtsi2sdl -81376(%rbp), %xmm1
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81388(%rbp)
movl -81384(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movss -81388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.6(%rip), %rdi
movb $1, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -24(%rbp), %rcx
cmpq %rcx, %rax
jne LBB7_37
## %bb.36:
addq $81424, %rsp ## imm = 0x13E10
popq %rbx
popq %r14
popq %rbp
retq
LBB7_37:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function func3
LCPI8_0:
.long 0x41200000 ## float 10
LCPI8_1:
.long 0x3c23d70a ## float 0.00999999977
LCPI8_2:
.long 0x3f800000 ## float 1
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI8_3:
.quad 0x4059000000000000 ## double 100
LCPI8_4:
.quad 0x4000000000000000 ## double 2
LCPI8_5:
.quad 0xbff0000000000000 ## double -1
LCPI8_6:
.quad 0x3ff0000000000000 ## double 1
.section __TEXT,__text,regular,pure_instructions
.globl _func3
.p2align 4, 0x90
_func3: ## @func3
.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
movl $81440, %eax ## imm = 0x13E20
callq ____chkstk_darwin
subq %rax, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
movl $1, -81308(%rbp)
movss LCPI8_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -96(%rbp)
leaq -528(%rbp), %rdx
movl $5, %edi
movl $17, %esi
callq _generate_rand
leaq -832(%rbp), %rdx
movl $10, %edi
movl $5, %esi
callq _generate_rand2
movss LCPI8_1(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -81324(%rbp)
movss LCPI8_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -81328(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -81332(%rbp)
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -81320(%rbp)
movl $100, -81336(%rbp)
LBB8_1: ## =>This Loop Header: Depth=1
## Child Loop BB8_3 Depth 2
## Child Loop BB8_7 Depth 2
## Child Loop BB8_8 Depth 3
## Child Loop BB8_12 Depth 3
## Child Loop BB8_16 Depth 3
movq -81320(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
movq _original_class@GOTPCREL(%rip), %rdx
movb $0, %al
callq _fscanf
cmpl $1, %eax
jl LBB8_23
## %bb.2: ## in Loop: Header=BB8_1 Depth=1
movl $0, -81300(%rbp)
LBB8_3: ## Parent Loop BB8_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $16, -81300(%rbp)
jge LBB8_6
## %bb.4: ## in Loop: Header=BB8_3 Depth=2
movq -81320(%rbp), %rdi
movl -81300(%rbp), %eax
addl $1, %eax
cltq
leaq -96(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fscanf
## %bb.5: ## in Loop: Header=BB8_3 Depth=2
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB8_3
LBB8_6: ## in Loop: Header=BB8_1 Depth=1
jmp LBB8_7
LBB8_7: ## Parent Loop BB8_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB8_8 Depth 3
## Child Loop BB8_12 Depth 3
## Child Loop BB8_16 Depth 3
movl -81336(%rbp), %eax
addl $-1, %eax
movl %eax, -81336(%rbp)
leaq -560(%rbp), %rdi
leaq -96(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -912(%rbp), %rax
movl $5, %r8d
movl $17, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act
leaq -880(%rbp), %rdi
leaq -560(%rbp), %rdx
leaq -832(%rbp), %rcx
leaq -960(%rbp), %rax
movl $10, %r8d
movl $5, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act2
movl $0, -81348(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -81356(%rbp)
movl $0, -81340(%rbp)
LBB8_8: ## Parent Loop BB8_1 Depth=1
## Parent Loop BB8_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81340(%rbp)
jge LBB8_11
## %bb.9: ## in Loop: Header=BB8_8 Depth=3
movslq -81340(%rbp), %rax
movl $0, -1088(%rbp,%rax,4)
## %bb.10: ## in Loop: Header=BB8_8 Depth=3
movl -81340(%rbp), %eax
addl $1, %eax
movl %eax, -81340(%rbp)
jmp LBB8_8
LBB8_11: ## in Loop: Header=BB8_7 Depth=2
movq _original_class@GOTPCREL(%rip), %rax
movl (%rax), %eax
subl $1, %eax
cltq
movl $1, -1088(%rbp,%rax,4)
movl $0, -81340(%rbp)
LBB8_12: ## Parent Loop BB8_1 Depth=1
## Parent Loop BB8_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81340(%rbp)
jge LBB8_15
## %bb.13: ## in Loop: Header=BB8_12 Depth=3
movslq -81340(%rbp), %rax
cvtsi2ssl -1088(%rbp,%rax,4), %xmm0
movss %xmm0, -81360(%rbp)
movss -81356(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd %xmm0, -81408(%rbp) ## 8-byte Spill
movss -81360(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movslq -81340(%rbp), %rax
subss -880(%rbp,%rax,4), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI8_4(%rip), %xmm1 ## xmm1 = mem[0],zero
callq _pow
movaps %xmm0, %xmm1
movsd -81408(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81356(%rbp)
movslq -81340(%rbp), %rax
movss -880(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -81360(%rbp), %xmm0
movslq -81340(%rbp), %rax
movss %xmm0, -1136(%rbp,%rax,4)
## %bb.14: ## in Loop: Header=BB8_12 Depth=3
movl -81340(%rbp), %eax
addl $1, %eax
movl %eax, -81340(%rbp)
jmp LBB8_12
LBB8_15: ## in Loop: Header=BB8_7 Depth=2
movss -81356(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI8_4(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81332(%rbp)
movl $0, -81364(%rbp)
LBB8_16: ## Parent Loop BB8_1 Depth=1
## Parent Loop BB8_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81364(%rbp)
jge LBB8_19
## %bb.17: ## in Loop: Header=BB8_16 Depth=3
movslq -81364(%rbp), %rax
movss -880(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI8_6(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm0, %xmm1
movsd LCPI8_5(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd %xmm1, %xmm0
movslq -81364(%rbp), %rax
movss -960(%rbp,%rax,4), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
mulsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movslq -81364(%rbp), %rax
movss %xmm0, -1008(%rbp,%rax,4)
## %bb.18: ## in Loop: Header=BB8_16 Depth=3
movl -81364(%rbp), %eax
addl $1, %eax
movl %eax, -81364(%rbp)
jmp LBB8_16
LBB8_19: ## in Loop: Header=BB8_7 Depth=2
movq _original_class@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -880(%rbp), %rsi
leaq -560(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -832(%rbp), %r8
leaq -960(%rbp), %r9
leaq -96(%rbp), %r14
leaq -912(%rbp), %rbx
leaq -1136(%rbp), %r11
leaq -1008(%rbp), %r10
leaq -1040(%rbp), %rax
movq %r14, (%rsp)
movq %rbx, 8(%rsp)
movq %r11, 16(%rsp)
movq %r10, 24(%rsp)
movq %rax, 32(%rsp)
callq _multi_layer
movss -81328(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -81332(%rbp), %xmm0
cvttss2si %xmm0, %edi
callq _abs
cvtsi2ss %eax, %xmm1
movss -81324(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
ucomiss %xmm1, %xmm0
jbe LBB8_21
## %bb.20: ## in Loop: Header=BB8_1 Depth=1
jmp LBB8_22
LBB8_21: ## in Loop: Header=BB8_7 Depth=2
movss -81332(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -81328(%rbp)
jmp LBB8_7
LBB8_22: ## in Loop: Header=BB8_1 Depth=1
jmp LBB8_1
LBB8_23:
movq -81320(%rbp), %rdi
callq _fclose
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -81376(%rbp)
movl $0, -81380(%rbp)
movl $0, -81384(%rbp)
LBB8_24: ## =>This Loop Header: Depth=1
## Child Loop BB8_26 Depth 2
movq -81376(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
leaq -81368(%rbp), %rdx
movb $0, %al
callq _fscanf
cmpl $1, %eax
jl LBB8_30
## %bb.25: ## in Loop: Header=BB8_24 Depth=1
movl -81368(%rbp), %ecx
movl -81380(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -81380(%rbp)
cltq
movl %ecx, -41296(%rbp,%rax,4)
movss LCPI8_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -1216(%rbp)
movl $0, -81300(%rbp)
LBB8_26: ## Parent Loop BB8_24 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $16, -81300(%rbp)
jge LBB8_29
## %bb.27: ## in Loop: Header=BB8_26 Depth=2
movq -81376(%rbp), %rdi
movl -81300(%rbp), %eax
addl $1, %eax
cltq
leaq -1216(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fscanf
## %bb.28: ## in Loop: Header=BB8_26 Depth=2
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB8_26
LBB8_29: ## in Loop: Header=BB8_24 Depth=1
leaq -1248(%rbp), %rdi
leaq -1216(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -912(%rbp), %rax
movl $5, %r8d
movl $17, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act
leaq -1296(%rbp), %rdi
leaq -1248(%rbp), %rdx
leaq -832(%rbp), %rcx
leaq -960(%rbp), %rax
movl $10, %r8d
movl $5, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act2
leaq -1296(%rbp), %rdi
callq _extractmaxindex
movl %eax, -81388(%rbp)
movl -81388(%rbp), %ecx
movl -81384(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -81384(%rbp)
cltq
movl %ecx, -81296(%rbp,%rax,4)
jmp LBB8_24
LBB8_30:
movl $0, -81392(%rbp)
movl $0, -81300(%rbp)
LBB8_31: ## =>This Inner Loop Header: Depth=1
movl -81300(%rbp), %eax
cmpl -81384(%rbp), %eax
jge LBB8_36
## %bb.32: ## in Loop: Header=BB8_31 Depth=1
movslq -81300(%rbp), %rax
movl -41296(%rbp,%rax,4), %eax
movslq -81300(%rbp), %rcx
cmpl -81296(%rbp,%rcx,4), %eax
jne LBB8_34
## %bb.33: ## in Loop: Header=BB8_31 Depth=1
movl -81392(%rbp), %eax
addl $1, %eax
movl %eax, -81392(%rbp)
LBB8_34: ## in Loop: Header=BB8_31 Depth=1
jmp LBB8_35
LBB8_35: ## in Loop: Header=BB8_31 Depth=1
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB8_31
LBB8_36:
cvtsi2ssl -81392(%rbp), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI8_3(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
cvtsi2sdl -81384(%rbp), %xmm1
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81396(%rbp)
movl -81392(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movss -81396(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.6(%rip), %rdi
movb $1, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -24(%rbp), %rcx
cmpq %rcx, %rax
jne LBB8_38
## %bb.37:
addq $81440, %rsp ## imm = 0x13E20
popq %rbx
popq %r14
popq %rbp
retq
LBB8_38:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function func4
LCPI9_0:
.long 0x3f800000 ## float 1
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI9_1:
.quad 0x4059000000000000 ## double 100
LCPI9_2:
.quad 0x4000000000000000 ## double 2
LCPI9_3:
.quad 0xbff0000000000000 ## double -1
LCPI9_4:
.quad 0x3ff0000000000000 ## double 1
.section __TEXT,__text,regular,pure_instructions
.globl _func4
.p2align 4, 0x90
_func4: ## @func4
.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
movl $81424, %eax ## imm = 0x13E10
callq ____chkstk_darwin
subq %rax, %rsp
.cfi_offset %rbx, -32
.cfi_offset %r14, -24
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
movl $1, -81308(%rbp)
movss LCPI9_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -96(%rbp)
leaq -528(%rbp), %rdx
movl $5, %edi
movl $17, %esi
callq _generate_rand
leaq -832(%rbp), %rdx
movl $10, %edi
movl $5, %esi
callq _generate_rand2
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -81320(%rbp)
movl $100, -81324(%rbp)
LBB9_1: ## =>This Loop Header: Depth=1
## Child Loop BB9_3 Depth 2
## Child Loop BB9_7 Depth 2
## Child Loop BB9_9 Depth 3
## Child Loop BB9_13 Depth 3
## Child Loop BB9_17 Depth 3
movq -81320(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
movq _original_class@GOTPCREL(%rip), %rdx
movb $0, %al
callq _fscanf
cmpl $1, %eax
jl LBB9_22
## %bb.2: ## in Loop: Header=BB9_1 Depth=1
movl $0, -81300(%rbp)
LBB9_3: ## Parent Loop BB9_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $16, -81300(%rbp)
jge LBB9_6
## %bb.4: ## in Loop: Header=BB9_3 Depth=2
movq -81320(%rbp), %rdi
movl -81300(%rbp), %eax
addl $1, %eax
cltq
leaq -96(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fscanf
## %bb.5: ## in Loop: Header=BB9_3 Depth=2
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB9_3
LBB9_6: ## in Loop: Header=BB9_1 Depth=1
jmp LBB9_7
LBB9_7: ## Parent Loop BB9_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB9_9 Depth 3
## Child Loop BB9_13 Depth 3
## Child Loop BB9_17 Depth 3
cmpl $0, -81324(%rbp)
je LBB9_21
## %bb.8: ## in Loop: Header=BB9_7 Depth=2
movl -81324(%rbp), %eax
addl $-1, %eax
movl %eax, -81324(%rbp)
leaq -560(%rbp), %rdi
leaq -96(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -912(%rbp), %rax
movl $5, %r8d
movl $17, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act
leaq -880(%rbp), %rdi
leaq -560(%rbp), %rdx
leaq -832(%rbp), %rcx
leaq -960(%rbp), %rax
movl $10, %r8d
movl $5, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act2
movl $0, -81336(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -81344(%rbp)
movl $0, -81328(%rbp)
LBB9_9: ## Parent Loop BB9_1 Depth=1
## Parent Loop BB9_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81328(%rbp)
jge LBB9_12
## %bb.10: ## in Loop: Header=BB9_9 Depth=3
movslq -81328(%rbp), %rax
movl $0, -1088(%rbp,%rax,4)
## %bb.11: ## in Loop: Header=BB9_9 Depth=3
movl -81328(%rbp), %eax
addl $1, %eax
movl %eax, -81328(%rbp)
jmp LBB9_9
LBB9_12: ## in Loop: Header=BB9_7 Depth=2
movq _original_class@GOTPCREL(%rip), %rax
movl (%rax), %eax
subl $1, %eax
cltq
movl $1, -1088(%rbp,%rax,4)
movl $0, -81328(%rbp)
LBB9_13: ## Parent Loop BB9_1 Depth=1
## Parent Loop BB9_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81328(%rbp)
jge LBB9_16
## %bb.14: ## in Loop: Header=BB9_13 Depth=3
movslq -81328(%rbp), %rax
cvtsi2ssl -1088(%rbp,%rax,4), %xmm0
movss %xmm0, -81348(%rbp)
movss -81344(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd %xmm0, -81400(%rbp) ## 8-byte Spill
movss -81348(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movslq -81328(%rbp), %rax
subss -880(%rbp,%rax,4), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI9_2(%rip), %xmm1 ## xmm1 = mem[0],zero
callq _pow
movaps %xmm0, %xmm1
movsd -81400(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
addsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81344(%rbp)
movslq -81328(%rbp), %rax
movss -880(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -81348(%rbp), %xmm0
movslq -81328(%rbp), %rax
movss %xmm0, -1136(%rbp,%rax,4)
## %bb.15: ## in Loop: Header=BB9_13 Depth=3
movl -81328(%rbp), %eax
addl $1, %eax
movl %eax, -81328(%rbp)
jmp LBB9_13
LBB9_16: ## in Loop: Header=BB9_7 Depth=2
movss -81344(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI9_2(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
cvttsd2si %xmm0, %eax
movl %eax, -81336(%rbp)
movl $0, -81352(%rbp)
LBB9_17: ## Parent Loop BB9_1 Depth=1
## Parent Loop BB9_7 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $10, -81352(%rbp)
jge LBB9_20
## %bb.18: ## in Loop: Header=BB9_17 Depth=3
movslq -81352(%rbp), %rax
movss -880(%rbp,%rax,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd LCPI9_4(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm0, %xmm1
movsd LCPI9_3(%rip), %xmm0 ## xmm0 = mem[0],zero
mulsd %xmm1, %xmm0
movslq -81352(%rbp), %rax
movss -960(%rbp,%rax,4), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
mulsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movslq -81352(%rbp), %rax
movss %xmm0, -1008(%rbp,%rax,4)
## %bb.19: ## in Loop: Header=BB9_17 Depth=3
movl -81352(%rbp), %eax
addl $1, %eax
movl %eax, -81352(%rbp)
jmp LBB9_17
LBB9_20: ## in Loop: Header=BB9_7 Depth=2
movq _original_class@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -880(%rbp), %rsi
leaq -560(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -832(%rbp), %r8
leaq -960(%rbp), %r9
leaq -96(%rbp), %r14
leaq -912(%rbp), %rbx
leaq -1136(%rbp), %r11
leaq -1008(%rbp), %r10
leaq -1040(%rbp), %rax
movq %r14, (%rsp)
movq %rbx, 8(%rsp)
movq %r11, 16(%rsp)
movq %r10, 24(%rsp)
movq %rax, 32(%rsp)
callq _multi_layer
jmp LBB9_7
LBB9_21: ## in Loop: Header=BB9_1 Depth=1
movl $100, -81324(%rbp)
movl -81308(%rbp), %eax
addl $1, %eax
movl %eax, -81308(%rbp)
jmp LBB9_1
LBB9_22:
movq -81320(%rbp), %rdi
callq _fclose
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -81368(%rbp)
movl $0, -81372(%rbp)
movl $0, -81376(%rbp)
LBB9_23: ## =>This Loop Header: Depth=1
## Child Loop BB9_25 Depth 2
movq -81368(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
leaq -81356(%rbp), %rdx
movb $0, %al
callq _fscanf
cmpl $1, %eax
jl LBB9_29
## %bb.24: ## in Loop: Header=BB9_23 Depth=1
movl -81356(%rbp), %ecx
movl -81372(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -81372(%rbp)
cltq
movl %ecx, -41296(%rbp,%rax,4)
movss LCPI9_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -1216(%rbp)
movl $0, -81300(%rbp)
LBB9_25: ## Parent Loop BB9_23 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $16, -81300(%rbp)
jge LBB9_28
## %bb.26: ## in Loop: Header=BB9_25 Depth=2
movq -81368(%rbp), %rdi
movl -81300(%rbp), %eax
addl $1, %eax
cltq
leaq -1216(%rbp), %rdx
shlq $2, %rax
addq %rax, %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fscanf
## %bb.27: ## in Loop: Header=BB9_25 Depth=2
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB9_25
LBB9_28: ## in Loop: Header=BB9_23 Depth=1
leaq -1248(%rbp), %rdi
leaq -1216(%rbp), %rdx
leaq -528(%rbp), %rcx
leaq -912(%rbp), %rax
movl $5, %r8d
movl $17, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act
leaq -1296(%rbp), %rdi
leaq -1248(%rbp), %rdx
leaq -832(%rbp), %rcx
leaq -960(%rbp), %rax
movl $10, %r8d
movl $5, %r9d
movl %r8d, %esi
movq %rax, (%rsp)
callq _get_act2
leaq -1296(%rbp), %rdi
callq _extractmaxindex
movl %eax, -81380(%rbp)
movl -81380(%rbp), %ecx
movl -81376(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -81376(%rbp)
cltq
movl %ecx, -81296(%rbp,%rax,4)
jmp LBB9_23
LBB9_29:
movl $0, -81384(%rbp)
movl $0, -81300(%rbp)
LBB9_30: ## =>This Inner Loop Header: Depth=1
movl -81300(%rbp), %eax
cmpl -81376(%rbp), %eax
jge LBB9_35
## %bb.31: ## in Loop: Header=BB9_30 Depth=1
movslq -81300(%rbp), %rax
movl -41296(%rbp,%rax,4), %eax
movslq -81300(%rbp), %rcx
cmpl -81296(%rbp,%rcx,4), %eax
jne LBB9_33
## %bb.32: ## in Loop: Header=BB9_30 Depth=1
movl -81384(%rbp), %eax
addl $1, %eax
movl %eax, -81384(%rbp)
LBB9_33: ## in Loop: Header=BB9_30 Depth=1
jmp LBB9_34
LBB9_34: ## in Loop: Header=BB9_30 Depth=1
movl -81300(%rbp), %eax
addl $1, %eax
movl %eax, -81300(%rbp)
jmp LBB9_30
LBB9_35:
cvtsi2ssl -81384(%rbp), %xmm0
cvtss2sd %xmm0, %xmm0
movsd LCPI9_1(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
cvtsi2sdl -81376(%rbp), %xmm1
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -81388(%rbp)
movl -81384(%rbp), %esi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movss -81388(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.6(%rip), %rdi
movb $1, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -24(%rbp), %rcx
cmpq %rcx, %rax
jne LBB9_37
## %bb.36:
addq $81424, %rsp ## imm = 0x13E10
popq %rbx
popq %r14
popq %rbp
retq
LBB9_37:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str.7(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp) ## 1-byte Spill
callq _printf
## kill: def $ecx killed $eax
movb -17(%rbp), %al ## 1-byte Reload
leaq L_.str.8(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -17(%rbp), %al ## 1-byte Reload
leaq L_.str.9(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -17(%rbp), %al ## 1-byte Reload
leaq L_.str.10(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -17(%rbp), %al ## 1-byte Reload
leaq L_.str.11(%rip), %rdi
callq _printf
## kill: def $ecx killed $eax
movb -17(%rbp), %al ## 1-byte Reload
leaq L_.str.2(%rip), %rdi
leaq -8(%rbp), %rsi
callq _scanf
movl -8(%rbp), %eax
decl %eax
movl %eax, %ecx
movq %rcx, -16(%rbp) ## 8-byte Spill
subl $3, %eax
ja LBB10_5
## %bb.6:
movq -16(%rbp), %rax ## 8-byte Reload
leaq LJTI10_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB10_1:
callq _func1
jmp LBB10_5
LBB10_2:
callq _func2
jmp LBB10_5
LBB10_3:
callq _func3
jmp LBB10_5
LBB10_4:
callq _func4
LBB10_5:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L10_0_set_1, LBB10_1-LJTI10_0
.set L10_0_set_2, LBB10_2-LJTI10_0
.set L10_0_set_3, LBB10_3-LJTI10_0
.set L10_0_set_4, LBB10_4-LJTI10_0
LJTI10_0:
.long L10_0_set_1
.long L10_0_set_2
.long L10_0_set_3
.long L10_0_set_4
.end_data_region
## -- End function
.section __DATA,__data
.globl _leeta ## @leeta
.p2align 2
_leeta:
.long 0x3a83126f ## float 0.00100000005
.globl _epsi ## @epsi
.p2align 2
_epsi:
.long 0x3c23d70a ## float 0.00999999977
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "test.txt"
L_.str.1: ## @.str.1
.asciz "r"
L_.str.2: ## @.str.2
.asciz "%d"
.comm _original_class,4,2 ## @original_class
L_.str.3: ## @.str.3
.asciz "%f"
L_.str.4: ## @.str.4
.asciz "COUNT OF MATCHING CLASSES:- %d\n"
L_.str.5: ## @.str.5
.asciz "ACCURACY IS PERCENTAGE:- %f \n"
L_.str.6: ## @.str.6
.asciz "ACCURACY IS PERCENTAGE:-%f\n"
L_.str.7: ## @.str.7
.asciz "\n CHOOSE AN OPTION BETWEEN 1 AND 4\n"
L_.str.8: ## @.str.8
.asciz "\n OPTION 1:- Sum of Squared Deviation loss and ||\316\224W|| < \316\265. where ||\316\224W|| is the Euclidian norm of vector \316\224W and considering \316\265 as 0.01. \n"
L_.str.9: ## @.str.9
.asciz "\n OPTION 2:- Sum of Squared Deviation loss and number of epochs as 100 \n"
L_.str.10: ## @.str.10
.asciz "\n OPTION 3:- Cross-entropy loss and ||\316\224W|| < \316\265. where ||\316\224W|| is the Euclidian norm of vector \316\224W and considering \316\265 as 0.01. \n"
L_.str.11: ## @.str.11
.asciz "\n OPTION 4:- Cross-entropy loss and number of epochs as 100 \n"
.subsections_via_symbols
| the_stack_data/15466.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #384
.cfi_def_cfa_offset 384
stp x28, x27, [sp, #352] ; 16-byte Folded Spill
stp x29, x30, [sp, #368] ; 16-byte Folded Spill
add x29, sp, #368
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov x8, x0
adrp x0, _start@GOTPAGE
ldr x0, [x0, _start@GOTPAGEOFF]
str x0, [sp, #32] ; 8-byte Folded Spill
adrp x9, _end@GOTPAGE
ldr x9, [x9, _end@GOTPAGEOFF]
str x9, [sp, #40] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
str wzr, [sp, #84]
str w8, [sp, #80]
str x1, [sp, #72]
mov x1, #0
bl _gettimeofday
add x0, sp, #152
str x0, [sp, #56] ; 8-byte Folded Spill
bl _init
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _perror
add x0, sp, #88
str x0, [sp, #48] ; 8-byte Folded Spill
bl _pthread_attr_init
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _perror
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldr x3, [sp, #56] ; 8-byte Folded Reload
add x0, x3, #168
adrp x2, _threadA_subroutine@PAGE
add x2, x2, _threadA_subroutine@PAGEOFF
bl _pthread_create
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _perror
b LBB0_4
LBB0_2:
b LBB0_3
LBB0_3:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB0_4:
add x3, sp, #152
add x0, x3, #176
add x1, sp, #88
adrp x2, _threadB_subroutine@PAGE
add x2, x2, _threadB_subroutine@PAGEOFF
bl _pthread_create
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _perror
b LBB0_8
LBB0_6:
b LBB0_7
LBB0_7:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB0_8:
add x3, sp, #152
add x0, x3, #184
add x1, sp, #88
adrp x2, _threadC_subroutine@PAGE
add x2, x2, _threadC_subroutine@PAGEOFF
bl _pthread_create
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9:
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _perror
b LBB0_12
LBB0_10:
b LBB0_11
LBB0_11:
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB0_12:
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _perror
add x8, sp, #152
str x8, [sp, #16] ; 8-byte Folded Spill
ldr x0, [sp, #320]
mov x1, #0
str x1, [sp, #24] ; 8-byte Folded Spill
bl _pthread_join
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr x0, [sp, #328]
bl _pthread_join
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr x0, [sp, #336]
bl _pthread_join
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _perror
ldr x0, [sp, #16] ; 8-byte Folded Reload
bl _terminate
adrp x0, l_.str.10@PAGE
add x0, x0, l_.str.10@PAGEOFF
bl _perror
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr x0, [sp, #40] ; 8-byte Folded Reload
bl _gettimeofday
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldr x10, [sp, #32] ; 8-byte Folded Reload
ldr x8, [x9]
ldr x11, [x10]
subs x8, x8, x11
mov x11, #1000
mul x8, x8, x11
ldr w9, [x9, #8]
ldr w10, [x10, #8]
subs w9, w9, w10
mov w10, #1000
sdiv w9, w9, w10
add x8, x8, w9, sxtw
scvtf d0, x8
add x0, sp, #64
str d0, [sp, #64]
bl _writeToSharedMemory
ldr d0, [sp, #64]
mov x8, sp
str d0, [x8]
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_14
b LBB0_13
LBB0_13:
bl ___stack_chk_fail
LBB0_14:
mov w0, #0
ldp x29, x30, [sp, #368] ; 16-byte Folded Reload
ldp x28, x27, [sp, #352] ; 16-byte Folded Reload
add sp, sp, #384
ret
.cfi_endproc
; -- End function
.globl _init ; -- Begin function init
.p2align 2
_init: ; @init
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
str x8, [sp, #16]
mov x0, #508
bl _malloc
ldr x8, [sp, #16]
str x0, [x8]
ldr x8, [sp, #16]
ldr x8, [x8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_3
b LBB1_1
LBB1_1:
b LBB1_2
LBB1_2:
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB1_3:
ldr x8, [sp, #16]
add x0, x8, #24
mov x1, #0
str x1, [sp] ; 8-byte Folded Spill
bl _pthread_mutex_init
ldr x1, [sp] ; 8-byte Folded Reload
ldr x8, [sp, #16]
add x0, x8, #88
bl _pthread_mutex_init
ldr x8, [sp, #16]
add x0, x8, #24
bl _pthread_mutex_lock
ldr x8, [sp, #16]
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
str wzr, [x8, #16]
ldr x8, [sp, #16]
add x0, x8, #24
bl _pthread_mutex_unlock
ldr w2, [sp, #12] ; 4-byte Folded Reload
ldr x8, [sp, #16]
add x0, x8, #152
mov x1, x2
bl _sem_init
ldr w2, [sp, #12] ; 4-byte Folded Reload
ldr x8, [sp, #16]
add x0, x8, #156
mov x1, x2
bl _sem_init
ldr w2, [sp, #12] ; 4-byte Folded Reload
ldr x8, [sp, #16]
add x0, x8, #160
mov x1, x2
bl _sem_init
ldr x8, [sp, #16]
add x0, x8, #152
bl _sem_post
ldr x8, [sp, #16]
add x0, x8, #8
bl _pipe
subs w8, w0, #0
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_4
LBB1_4:
b LBB1_5
LBB1_5:
adrp x0, l_.str.13@PAGE
add x0, x0, l_.str.13@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB1_6:
ldr x8, [sp, #16]
ldr x0, [x8]
bl _free
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _threadA_subroutine ; -- Begin function threadA_subroutine
.p2align 2
_threadA_subroutine: ; @threadA_subroutine
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
stp x29, x30, [sp, #176] ; 16-byte Folded Spill
add x29, sp, #176
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub x9, x29, #16
str x9, [sp, #16] ; 8-byte Folded Spill
str x0, [x9, #8]
ldr x8, [x9, #8]
str x8, [x9]
adrp x0, l_.str.14@PAGE
add x0, x0, l_.str.14@PAGEOFF
adrp x1, l_.str.15@PAGE
add x1, x1, l_.str.15@PAGEOFF
bl _fopen
mov x8, x0
stur x8, [x29, #-24]
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB2_5
b LBB2_1
LBB2_1:
b LBB2_2
LBB2_2: ; =>This Inner Loop Header: Depth=1
ldur x2, [x29, #-24]
add x0, sp, #25
mov w1, #127
bl _fgets
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB2_4
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_2 Depth=1
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x8, [x8]
add x0, x8, #152
bl _sem_wait
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x8, [x8]
ldr w8, [x8, #12]
str w8, [sp, #12] ; 4-byte Folded Spill
add x0, sp, #25
str x0, [sp] ; 8-byte Folded Spill
bl _strlen
ldr x1, [sp] ; 8-byte Folded Reload
mov x2, x0
ldr w0, [sp, #12] ; 4-byte Folded Reload
bl _write
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x8, [x8]
add x0, x8, #156
bl _sem_post
b LBB2_2
LBB2_4:
ldur x0, [x29, #-24]
bl _fclose
adrp x0, l_.str.16@PAGE
add x0, x0, l_.str.16@PAGEOFF
bl _perror
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x9, [x8]
mov w8, #1
str w8, [x9, #16]
b LBB2_7
LBB2_5:
b LBB2_6
LBB2_6:
adrp x0, l_.str.17@PAGE
add x0, x0, l_.str.17@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB2_7:
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x8, [x8]
add x0, x8, #156
bl _sem_post
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x8, [x8]
add x0, x8, #152
bl _sem_wait
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8, #168]
bl _pthread_cancel
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8, #176]
bl _pthread_cancel
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8, #184]
bl _pthread_cancel
adrp x0, l_.str.18@PAGE
add x0, x0, l_.str.18@PAGEOFF
bl _perror
mov x0, #0
bl _pthread_exit
.cfi_endproc
; -- End function
.globl _terminate ; -- Begin function terminate
.p2align 2
_terminate: ; @terminate
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
str x8, [sp]
ldr x8, [sp]
ldr w0, [x8, #8]
bl _close
ldr x8, [sp]
ldr w0, [x8, #12]
bl _close
ldr x8, [sp]
ldr x0, [x8]
bl _free
ldr x8, [sp]
add x0, x8, #152
bl _sem_destroy
ldr x8, [sp]
add x0, x8, #156
bl _sem_destroy
ldr x8, [sp]
add x0, x8, #160
bl _sem_destroy
ldr x8, [sp]
add x0, x8, #24
bl _pthread_mutex_destroy
ldr x8, [sp]
add x0, x8, #88
bl _pthread_mutex_destroy
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _threadB_subroutine ; -- Begin function threadB_subroutine
.p2align 2
_threadB_subroutine: ; @threadB_subroutine
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
str x8, [sp, #16]
b LBB4_1
LBB4_1: ; =>This Inner Loop Header: Depth=1
ldr x0, [sp, #16]
bl _eof
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB4_7
b LBB4_2
LBB4_2: ; in Loop: Header=BB4_1 Depth=1
ldr x8, [sp, #16]
add x0, x8, #156
bl _sem_wait
ldr x0, [sp, #16]
bl _eof
subs w8, w0, #2
cset w8, ne
tbnz w8, #0, LBB4_4
b LBB4_3
LBB4_3:
ldr x8, [sp, #16]
add x0, x8, #160
bl _sem_post
mov x0, #0
bl _pthread_exit
LBB4_4: ; in Loop: Header=BB4_1 Depth=1
ldr x8, [sp, #16]
add x0, x8, #88
bl _pthread_mutex_lock
ldr x8, [sp, #16]
ldr w0, [x8, #8]
ldr x8, [sp, #16]
ldr x1, [x8]
mov x2, #127
bl _read
mov x8, x0
str w8, [sp, #12]
ldr x8, [sp, #16]
ldr x8, [x8]
ldrsw x9, [sp, #12]
add x8, x8, x9
strb wzr, [x8]
ldr x8, [sp, #16]
add x0, x8, #88
bl _pthread_mutex_unlock
ldr x0, [sp, #16]
bl _eof
subs w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB4_6
b LBB4_5
LBB4_5:
ldr x8, [sp, #16]
add x0, x8, #160
bl _sem_post
mov x0, #0
bl _pthread_exit
LBB4_6: ; in Loop: Header=BB4_1 Depth=1
ldr x8, [sp, #16]
add x0, x8, #160
bl _sem_post
b LBB4_1
LBB4_7:
ldr x8, [sp, #16]
ldr w0, [x8, #8]
bl _close
ldr x8, [sp, #16]
add x0, x8, #160
bl _sem_post
adrp x0, l_.str.19@PAGE
add x0, x0, l_.str.19@PAGEOFF
bl _perror
mov x0, #0
bl _pthread_exit
.cfi_endproc
; -- End function
.globl _threadC_subroutine ; -- Begin function threadC_subroutine
.p2align 2
_threadC_subroutine: ; @threadC_subroutine
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
str x8, [sp, #16]
str wzr, [sp, #4]
adrp x0, l_.str.20@PAGE
add x0, x0, l_.str.20@PAGEOFF
adrp x1, l_.str.21@PAGE
add x1, x1, l_.str.21@PAGEOFF
bl _fopen
str x0, [sp, #8]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldr x0, [sp, #16]
bl _eof
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB5_12
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
add x0, x8, #160
bl _sem_wait
ldr x0, [sp, #16]
bl _eof
subs w8, w0, #2
cset w8, ne
tbnz w8, #0, LBB5_4
b LBB5_3
LBB5_3:
ldr x0, [sp, #8]
bl _fclose
mov x0, #0
bl _pthread_exit
LBB5_4: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB5_6
b LBB5_5
LBB5_5: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
ldr x0, [x8]
ldr x1, [sp, #8]
bl _fputs
b LBB5_9
LBB5_6: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
ldr x0, [x8]
adrp x1, l_.str.22@PAGE
add x1, x1, l_.str.22@PAGEOFF
bl _strstr
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB5_8
b LBB5_7
LBB5_7: ; in Loop: Header=BB5_1 Depth=1
mov w8, #1
str w8, [sp, #4]
b LBB5_8
LBB5_8: ; in Loop: Header=BB5_1 Depth=1
b LBB5_9
LBB5_9: ; in Loop: Header=BB5_1 Depth=1
ldr x0, [sp, #16]
bl _eof
subs w8, w0, #1
cset w8, ne
tbnz w8, #0, LBB5_11
b LBB5_10
LBB5_10:
ldr x0, [sp, #8]
bl _fclose
mov x0, #0
bl _pthread_exit
LBB5_11: ; in Loop: Header=BB5_1 Depth=1
ldr x8, [sp, #16]
add x0, x8, #152
bl _sem_post
b LBB5_1
LBB5_12:
ldr x0, [sp, #8]
bl _fclose
ldr x8, [sp, #16]
add x0, x8, #152
bl _sem_post
adrp x0, l_.str.23@PAGE
add x0, x0, l_.str.23@PAGEOFF
bl _perror
mov x0, #0
bl _pthread_exit
.cfi_endproc
; -- End function
.globl _writeToSharedMemory ; -- Begin function writeToSharedMemory
.p2align 2
_writeToSharedMemory: ; @writeToSharedMemory
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
; kill: def $x8 killed $xzr
str xzr, [sp, #24]
mov w0, #57920
movk w0, #1, lsl #16
mov x1, #6
mov w2, #950
bl _shmget
stur w0, [x29, #-12]
ldur w8, [x29, #-12]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB6_3
b LBB6_1
LBB6_1:
b LBB6_2
LBB6_2:
adrp x0, l_.str.24@PAGE
add x0, x0, l_.str.24@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB6_3:
ldur w0, [x29, #-12]
mov x1, #0
mov w2, #0
bl _shmat
str x0, [sp, #24]
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB6_6
b LBB6_4
LBB6_4:
b LBB6_5
LBB6_5:
adrp x0, l_.str.25@PAGE
add x0, x0, l_.str.25@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB6_6:
ldr x8, [sp, #24]
str x8, [sp, #16]
ldr x0, [sp, #16]
mov w1, #0
mov x2, #8
str x2, [sp] ; 8-byte Folded Spill
mov x3, #-1
str x3, [sp, #8] ; 8-byte Folded Spill
bl ___memset_chk
ldr x2, [sp] ; 8-byte Folded Reload
ldr x3, [sp, #8] ; 8-byte Folded Reload
ldr x0, [sp, #16]
ldur x1, [x29, #-8]
bl ___memcpy_chk
ldr x0, [sp, #16]
bl _shmdt
stur w0, [x29, #-16]
ldur w8, [x29, #-16]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB6_9
b LBB6_7
LBB6_7:
b LBB6_8
LBB6_8:
adrp x0, l_.str.26@PAGE
add x0, x0, l_.str.26@PAGEOFF
bl _perror
mov w0, #1
bl _exit
LBB6_9:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _eof ; -- Begin function eof
.p2align 2
_eof: ; @eof
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp]
ldr x8, [sp]
add x0, x8, #24
bl _pthread_mutex_lock
ldr x8, [sp]
ldr w8, [x8, #16]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB7_2
b LBB7_1
LBB7_1:
ldr x8, [sp]
add x0, x8, #24
bl _pthread_mutex_unlock
stur wzr, [x29, #-4]
b LBB7_7
LBB7_2:
ldr x8, [sp]
ldr w8, [x8, #16]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB7_4
b LBB7_3
LBB7_3:
ldr x8, [sp]
add x0, x8, #24
bl _pthread_mutex_unlock
mov w8, #1
stur w8, [x29, #-4]
b LBB7_7
LBB7_4:
ldr x8, [sp]
ldr w8, [x8, #16]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB7_6
b LBB7_5
LBB7_5:
ldr x8, [sp]
add x0, x8, #24
bl _pthread_mutex_unlock
mov w8, #2
stur w8, [x29, #-4]
b LBB7_7
LBB7_6:
ldr x8, [sp]
add x0, x8, #24
bl _pthread_mutex_unlock
mov w8, #-1
stur w8, [x29, #-4]
b LBB7_7
LBB7_7:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.comm _start,16,3 ; @start
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "thread initialised"
l_.str.1: ; @.str.1
.asciz "thread attributes"
l_.str.2: ; @.str.2
.asciz "Thread A Created.\n"
l_.str.3: ; @.str.3
.asciz "pthread A create error"
l_.str.4: ; @.str.4
.asciz "Thread B created.\n"
l_.str.5: ; @.str.5
.asciz "pthread B create error"
l_.str.6: ; @.str.6
.asciz "Thread C created.\n"
l_.str.7: ; @.str.7
.asciz "pthread C create error"
l_.str.8: ; @.str.8
.asciz "all working till here"
l_.str.9: ; @.str.9
.asciz "threads are working!"
l_.str.10: ; @.str.10
.asciz "threads terminated successfully"
.comm _end,16,3 ; @end
l_.str.11: ; @.str.11
.asciz "The execution time is.....\nRuntime: %f millisecond(s)\n"
l_.str.12: ; @.str.12
.asciz "Error: tempData"
l_.str.13: ; @.str.13
.asciz "Error: pipe error"
l_.str.14: ; @.str.14
.asciz "data.txt"
l_.str.15: ; @.str.15
.asciz "r"
l_.str.16: ; @.str.16
.asciz "trial thread A....."
l_.str.17: ; @.str.17
.asciz "Error: data.txt"
l_.str.18: ; @.str.18
.asciz "thread A completed...."
l_.str.19: ; @.str.19
.asciz "thread B completed"
l_.str.20: ; @.str.20
.asciz "src.txt"
l_.str.21: ; @.str.21
.asciz "w"
l_.str.22: ; @.str.22
.asciz "end_header"
l_.str.23: ; @.str.23
.asciz "Thread C completed..."
l_.str.24: ; @.str.24
.asciz "Error: memory creation failed\n"
l_.str.25: ; @.str.25
.asciz "Error: Memory attachment failure\n"
l_.str.26: ; @.str.26
.asciz "Error: memory partition failed"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $304, %rsp ## imm = 0x130
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -268(%rbp)
movl %edi, -272(%rbp)
movq %rsi, -280(%rbp)
movq _start@GOTPCREL(%rip), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _gettimeofday
leaq -200(%rbp), %rdi
callq _init
leaq L_.str(%rip), %rdi
callq _perror
leaq -264(%rbp), %rdi
callq _pthread_attr_init
leaq L_.str.1(%rip), %rdi
callq _perror
leaq -200(%rbp), %rdi
addq $168, %rdi
leaq -200(%rbp), %rcx
leaq -264(%rbp), %rsi
leaq _threadA_subroutine(%rip), %rdx
callq _pthread_create
cmpl $0, %eax
jne LBB0_2
## %bb.1:
leaq L_.str.2(%rip), %rdi
callq _perror
jmp LBB0_4
LBB0_2:
jmp LBB0_3
LBB0_3:
leaq L_.str.3(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB0_4:
leaq -200(%rbp), %rdi
addq $176, %rdi
leaq -200(%rbp), %rcx
leaq -264(%rbp), %rsi
leaq _threadB_subroutine(%rip), %rdx
callq _pthread_create
cmpl $0, %eax
jne LBB0_6
## %bb.5:
leaq L_.str.4(%rip), %rdi
callq _perror
jmp LBB0_8
LBB0_6:
jmp LBB0_7
LBB0_7:
leaq L_.str.5(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB0_8:
leaq -200(%rbp), %rdi
addq $184, %rdi
leaq -200(%rbp), %rcx
leaq -264(%rbp), %rsi
leaq _threadC_subroutine(%rip), %rdx
callq _pthread_create
cmpl $0, %eax
jne LBB0_10
## %bb.9:
leaq L_.str.6(%rip), %rdi
callq _perror
jmp LBB0_12
LBB0_10:
jmp LBB0_11
LBB0_11:
leaq L_.str.7(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB0_12:
leaq L_.str.8(%rip), %rdi
callq _perror
movq -32(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_join
movq -24(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_join
movq -16(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_join
leaq L_.str.9(%rip), %rdi
callq _perror
leaq -200(%rbp), %rdi
callq _terminate
leaq L_.str.10(%rip), %rdi
callq _perror
movq _end@GOTPCREL(%rip), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _gettimeofday
movq _end@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _start@GOTPCREL(%rip), %rcx
subq (%rcx), %rax
imulq $1000, %rax, %rax ## imm = 0x3E8
movq %rax, -296(%rbp) ## 8-byte Spill
movq _end@GOTPCREL(%rip), %rax
movl 8(%rax), %eax
movq _start@GOTPCREL(%rip), %rcx
subl 8(%rcx), %eax
movl $1000, %ecx ## imm = 0x3E8
cltd
idivl %ecx
movl %eax, %ecx
movq -296(%rbp), %rax ## 8-byte Reload
movslq %ecx, %rcx
addq %rcx, %rax
cvtsi2sd %rax, %xmm0
movsd %xmm0, -288(%rbp)
leaq -288(%rbp), %rdi
callq _writeToSharedMemory
movsd -288(%rbp), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str.11(%rip), %rdi
movb $1, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_14
## %bb.13:
xorl %eax, %eax
addq $304, %rsp ## imm = 0x130
popq %rbp
retq
LBB0_14:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _init ## -- Begin function init
.p2align 4, 0x90
_init: ## @init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, -16(%rbp)
movl $508, %edi ## imm = 0x1FC
callq _malloc
movq %rax, %rcx
movq -16(%rbp), %rax
movq %rcx, (%rax)
movq -16(%rbp), %rax
cmpq $0, (%rax)
jne LBB1_3
## %bb.1:
jmp LBB1_2
LBB1_2:
leaq L_.str.12(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB1_3:
movq -16(%rbp), %rdi
addq $24, %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_mutex_init
movq -16(%rbp), %rdi
addq $88, %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_mutex_init
movq -16(%rbp), %rdi
addq $24, %rdi
callq _pthread_mutex_lock
movq -16(%rbp), %rax
movl $0, 16(%rax)
movq -16(%rbp), %rdi
addq $24, %rdi
callq _pthread_mutex_unlock
movq -16(%rbp), %rdi
addq $152, %rdi
xorl %edx, %edx
movl %edx, %esi
callq _sem_init
movq -16(%rbp), %rdi
addq $156, %rdi
xorl %edx, %edx
movl %edx, %esi
callq _sem_init
movq -16(%rbp), %rdi
addq $160, %rdi
xorl %edx, %edx
movl %edx, %esi
callq _sem_init
movq -16(%rbp), %rdi
addq $152, %rdi
callq _sem_post
movq -16(%rbp), %rdi
addq $8, %rdi
callq _pipe
cmpl $0, %eax
jge LBB1_6
## %bb.4:
jmp LBB1_5
LBB1_5:
leaq L_.str.13(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB1_6:
movq -16(%rbp), %rax
movq (%rax), %rdi
callq _free
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _threadA_subroutine ## -- Begin function threadA_subroutine
.p2align 4, 0x90
_threadA_subroutine: ## @threadA_subroutine
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $176, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, -16(%rbp)
leaq L_.str.14(%rip), %rdi
leaq L_.str.15(%rip), %rsi
callq _fopen
movq %rax, -24(%rbp)
cmpq $0, %rax
je LBB2_5
## %bb.1:
jmp LBB2_2
LBB2_2: ## =>This Inner Loop Header: Depth=1
leaq -160(%rbp), %rdi
movq -24(%rbp), %rdx
movl $127, %esi
callq _fgets
cmpq $0, %rax
je LBB2_4
## %bb.3: ## in Loop: Header=BB2_2 Depth=1
movq -16(%rbp), %rdi
addq $152, %rdi
callq _sem_wait
movq -16(%rbp), %rax
movl 12(%rax), %eax
movl %eax, -172(%rbp) ## 4-byte Spill
leaq -160(%rbp), %rax
movq %rax, -168(%rbp) ## 8-byte Spill
leaq -160(%rbp), %rdi
callq _strlen
movl -172(%rbp), %edi ## 4-byte Reload
movq -168(%rbp), %rsi ## 8-byte Reload
movq %rax, %rdx
callq _write
movq -16(%rbp), %rdi
addq $156, %rdi
callq _sem_post
jmp LBB2_2
LBB2_4:
movq -24(%rbp), %rdi
callq _fclose
leaq L_.str.16(%rip), %rdi
callq _perror
movq -16(%rbp), %rax
movl $1, 16(%rax)
jmp LBB2_7
LBB2_5:
jmp LBB2_6
LBB2_6:
leaq L_.str.17(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB2_7:
movq -16(%rbp), %rdi
addq $156, %rdi
callq _sem_post
movq -16(%rbp), %rdi
addq $152, %rdi
callq _sem_wait
movq -16(%rbp), %rax
movq 168(%rax), %rdi
callq _pthread_cancel
movq -16(%rbp), %rax
movq 176(%rax), %rdi
callq _pthread_cancel
movq -16(%rbp), %rax
movq 184(%rax), %rdi
callq _pthread_cancel
leaq L_.str.18(%rip), %rdi
callq _perror
xorl %eax, %eax
movl %eax, %edi
callq _pthread_exit
.cfi_endproc
## -- End function
.globl _terminate ## -- Begin function terminate
.p2align 4, 0x90
_terminate: ## @terminate
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, -16(%rbp)
movq -16(%rbp), %rax
movl 8(%rax), %edi
callq _close
movq -16(%rbp), %rax
movl 12(%rax), %edi
callq _close
movq -16(%rbp), %rax
movq (%rax), %rdi
callq _free
movq -16(%rbp), %rdi
addq $152, %rdi
callq _sem_destroy
movq -16(%rbp), %rdi
addq $156, %rdi
callq _sem_destroy
movq -16(%rbp), %rdi
addq $160, %rdi
callq _sem_destroy
movq -16(%rbp), %rdi
addq $24, %rdi
callq _pthread_mutex_destroy
movq -16(%rbp), %rdi
addq $88, %rdi
callq _pthread_mutex_destroy
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _threadB_subroutine ## -- Begin function threadB_subroutine
.p2align 4, 0x90
_threadB_subroutine: ## @threadB_subroutine
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, -16(%rbp)
LBB4_1: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rdi
callq _eof
cmpl $0, %eax
jne LBB4_7
## %bb.2: ## in Loop: Header=BB4_1 Depth=1
movq -16(%rbp), %rdi
addq $156, %rdi
callq _sem_wait
movq -16(%rbp), %rdi
callq _eof
cmpl $2, %eax
jne LBB4_4
## %bb.3:
movq -16(%rbp), %rdi
addq $160, %rdi
callq _sem_post
xorl %eax, %eax
movl %eax, %edi
callq _pthread_exit
LBB4_4: ## in Loop: Header=BB4_1 Depth=1
movq -16(%rbp), %rdi
addq $88, %rdi
callq _pthread_mutex_lock
movq -16(%rbp), %rax
movl 8(%rax), %edi
movq -16(%rbp), %rax
movq (%rax), %rsi
movl $127, %edx
callq _read
## kill: def $eax killed $eax killed $rax
movl %eax, -20(%rbp)
movq -16(%rbp), %rax
movq (%rax), %rax
movslq -20(%rbp), %rcx
movb $0, (%rax,%rcx)
movq -16(%rbp), %rdi
addq $88, %rdi
callq _pthread_mutex_unlock
movq -16(%rbp), %rdi
callq _eof
cmpl $1, %eax
jne LBB4_6
## %bb.5:
movq -16(%rbp), %rdi
addq $160, %rdi
callq _sem_post
xorl %eax, %eax
movl %eax, %edi
callq _pthread_exit
LBB4_6: ## in Loop: Header=BB4_1 Depth=1
movq -16(%rbp), %rdi
addq $160, %rdi
callq _sem_post
jmp LBB4_1
LBB4_7:
movq -16(%rbp), %rax
movl 8(%rax), %edi
callq _close
movq -16(%rbp), %rdi
addq $160, %rdi
callq _sem_post
leaq L_.str.19(%rip), %rdi
callq _perror
xorl %eax, %eax
movl %eax, %edi
callq _pthread_exit
.cfi_endproc
## -- End function
.globl _threadC_subroutine ## -- Begin function threadC_subroutine
.p2align 4, 0x90
_threadC_subroutine: ## @threadC_subroutine
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq %rax, -16(%rbp)
movl $0, -28(%rbp)
leaq L_.str.20(%rip), %rdi
leaq L_.str.21(%rip), %rsi
callq _fopen
movq %rax, -24(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rdi
callq _eof
cmpl $0, %eax
jne LBB5_12
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rdi
addq $160, %rdi
callq _sem_wait
movq -16(%rbp), %rdi
callq _eof
cmpl $2, %eax
jne LBB5_4
## %bb.3:
movq -24(%rbp), %rdi
callq _fclose
xorl %eax, %eax
movl %eax, %edi
callq _pthread_exit
LBB5_4: ## in Loop: Header=BB5_1 Depth=1
cmpl $0, -28(%rbp)
je LBB5_6
## %bb.5: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
movq (%rax), %rdi
movq -24(%rbp), %rsi
callq _fputs
jmp LBB5_9
LBB5_6: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rax
movq (%rax), %rdi
leaq L_.str.22(%rip), %rsi
callq _strstr
cmpq $0, %rax
je LBB5_8
## %bb.7: ## in Loop: Header=BB5_1 Depth=1
movl $1, -28(%rbp)
LBB5_8: ## in Loop: Header=BB5_1 Depth=1
jmp LBB5_9
LBB5_9: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rdi
callq _eof
cmpl $1, %eax
jne LBB5_11
## %bb.10:
movq -24(%rbp), %rdi
callq _fclose
xorl %eax, %eax
movl %eax, %edi
callq _pthread_exit
LBB5_11: ## in Loop: Header=BB5_1 Depth=1
movq -16(%rbp), %rdi
addq $152, %rdi
callq _sem_post
jmp LBB5_1
LBB5_12:
movq -24(%rbp), %rdi
callq _fclose
movq -16(%rbp), %rdi
addq $152, %rdi
callq _sem_post
leaq L_.str.23(%rip), %rdi
callq _perror
xorl %eax, %eax
movl %eax, %edi
callq _pthread_exit
.cfi_endproc
## -- End function
.globl _writeToSharedMemory ## -- Begin function writeToSharedMemory
.p2align 4, 0x90
_writeToSharedMemory: ## @writeToSharedMemory
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq $0, -24(%rbp)
movl $123456, %edi ## imm = 0x1E240
movl $6, %esi
movl $950, %edx ## imm = 0x3B6
callq _shmget
movl %eax, -12(%rbp)
cmpl $0, -12(%rbp)
jge LBB6_3
## %bb.1:
jmp LBB6_2
LBB6_2:
leaq L_.str.24(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB6_3:
movl -12(%rbp), %edi
xorl %eax, %eax
movl %eax, %esi
xorl %edx, %edx
callq _shmat
movq %rax, -24(%rbp)
cmpq $0, -24(%rbp)
jne LBB6_6
## %bb.4:
jmp LBB6_5
LBB6_5:
leaq L_.str.25(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB6_6:
movq -24(%rbp), %rax
movq %rax, -32(%rbp)
movq -32(%rbp), %rdi
xorl %esi, %esi
movl $8, %edx
movq $-1, %rcx
callq ___memset_chk
movq -32(%rbp), %rdi
movq -8(%rbp), %rsi
movl $8, %edx
movq $-1, %rcx
callq ___memcpy_chk
movq -32(%rbp), %rdi
callq _shmdt
movl %eax, -16(%rbp)
cmpl $0, -16(%rbp)
jge LBB6_9
## %bb.7:
jmp LBB6_8
LBB6_8:
leaq L_.str.26(%rip), %rdi
callq _perror
movl $1, %edi
callq _exit
LBB6_9:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _eof ## -- Begin function eof
.p2align 4, 0x90
_eof: ## @eof
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -16(%rbp)
movq -16(%rbp), %rdi
addq $24, %rdi
callq _pthread_mutex_lock
movq -16(%rbp), %rax
cmpl $0, 16(%rax)
jne LBB7_2
## %bb.1:
movq -16(%rbp), %rdi
addq $24, %rdi
callq _pthread_mutex_unlock
movl $0, -4(%rbp)
jmp LBB7_7
LBB7_2:
movq -16(%rbp), %rax
cmpl $1, 16(%rax)
jne LBB7_4
## %bb.3:
movq -16(%rbp), %rdi
addq $24, %rdi
callq _pthread_mutex_unlock
movl $1, -4(%rbp)
jmp LBB7_7
LBB7_4:
movq -16(%rbp), %rax
cmpl $2, 16(%rax)
jne LBB7_6
## %bb.5:
movq -16(%rbp), %rdi
addq $24, %rdi
callq _pthread_mutex_unlock
movl $2, -4(%rbp)
jmp LBB7_7
LBB7_6:
movq -16(%rbp), %rdi
addq $24, %rdi
callq _pthread_mutex_unlock
movl $-1, -4(%rbp)
LBB7_7:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _start,16,3 ## @start
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "thread initialised"
L_.str.1: ## @.str.1
.asciz "thread attributes"
L_.str.2: ## @.str.2
.asciz "Thread A Created.\n"
L_.str.3: ## @.str.3
.asciz "pthread A create error"
L_.str.4: ## @.str.4
.asciz "Thread B created.\n"
L_.str.5: ## @.str.5
.asciz "pthread B create error"
L_.str.6: ## @.str.6
.asciz "Thread C created.\n"
L_.str.7: ## @.str.7
.asciz "pthread C create error"
L_.str.8: ## @.str.8
.asciz "all working till here"
L_.str.9: ## @.str.9
.asciz "threads are working!"
L_.str.10: ## @.str.10
.asciz "threads terminated successfully"
.comm _end,16,3 ## @end
L_.str.11: ## @.str.11
.asciz "The execution time is.....\nRuntime: %f millisecond(s)\n"
L_.str.12: ## @.str.12
.asciz "Error: tempData"
L_.str.13: ## @.str.13
.asciz "Error: pipe error"
L_.str.14: ## @.str.14
.asciz "data.txt"
L_.str.15: ## @.str.15
.asciz "r"
L_.str.16: ## @.str.16
.asciz "trial thread A....."
L_.str.17: ## @.str.17
.asciz "Error: data.txt"
L_.str.18: ## @.str.18
.asciz "thread A completed...."
L_.str.19: ## @.str.19
.asciz "thread B completed"
L_.str.20: ## @.str.20
.asciz "src.txt"
L_.str.21: ## @.str.21
.asciz "w"
L_.str.22: ## @.str.22
.asciz "end_header"
L_.str.23: ## @.str.23
.asciz "Thread C completed..."
L_.str.24: ## @.str.24
.asciz "Error: memory creation failed\n"
L_.str.25: ## @.str.25
.asciz "Error: Memory attachment failure\n"
L_.str.26: ## @.str.26
.asciz "Error: memory partition failed"
.subsections_via_symbols
| the_stack_data/59513142.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
mov w8, #1
str w8, [sp, #12]
ldr w8, [sp, #12]
subs w8, w8, #1
str w8, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $1, -4(%rbp)
movl -4(%rbp), %eax
addl $-1, %eax
movl %eax, -4(%rbp)
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/34512031.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _xf_sspsplit1_l ; -- Begin function xf_sspsplit1_l
.p2align 2
_xf_sspsplit1_l: ; @xf_sspsplit1_l
.cfi_startproc
; %bb.0:
sub sp, sp, #208
.cfi_def_cfa_offset 208
stp x29, x30, [sp, #192] ; 16-byte Folded Spill
add x29, sp, #192
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-16]
stur x1, [x29, #-24]
stur x2, [x29, #-32]
stur x3, [x29, #-40]
stur x4, [x29, #-48]
stur x5, [x29, #-56]
stur x6, [x29, #-64]
adrp x8, l_.str@PAGE
add x8, x8, l_.str@PAGEOFF
stur x8, [x29, #-72]
mov w8, #8
stur w8, [x29, #-76]
; kill: def $x8 killed $xzr
str xzr, [sp, #72]
str xzr, [sp, #64]
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldur x0, [x29, #-64]
ldur x8, [x29, #-72]
mov x9, sp
str x8, [x9]
mov w1, #0
mov x2, #-1
str x2, [sp, #56] ; 8-byte Folded Spill
adrp x3, l_.str.1@PAGE
add x3, x3, l_.str.1@PAGEOFF
bl ___sprintf_chk
ldr x8, [sp, #56] ; 8-byte Folded Reload
stur x8, [x29, #-8]
b LBB0_20
LBB0_2:
ldur x8, [x29, #-24]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldur x0, [x29, #-64]
ldur x8, [x29, #-72]
mov x9, sp
str x8, [x9]
mov w1, #0
mov x2, #-1
str x2, [sp, #48] ; 8-byte Folded Spill
adrp x3, l_.str.2@PAGE
add x3, x3, l_.str.2@PAGEOFF
bl ___sprintf_chk
ldr x8, [sp, #48] ; 8-byte Folded Reload
stur x8, [x29, #-8]
b LBB0_20
LBB0_4:
ldur x8, [x29, #-32]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldur x0, [x29, #-64]
ldur x10, [x29, #-72]
ldur x8, [x29, #-32]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
mov w1, #0
mov x2, #-1
str x2, [sp, #40] ; 8-byte Folded Spill
adrp x3, l_.str.3@PAGE
add x3, x3, l_.str.3@PAGEOFF
bl ___sprintf_chk
ldr x8, [sp, #40] ; 8-byte Folded Reload
stur x8, [x29, #-8]
b LBB0_20
LBB0_6:
ldur x8, [x29, #-40]
subs x8, x8, #1
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldur x0, [x29, #-64]
ldur x10, [x29, #-72]
ldur x8, [x29, #-40]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
mov w1, #0
mov x2, #-1
str x2, [sp, #32] ; 8-byte Folded Spill
adrp x3, l_.str.4@PAGE
add x3, x3, l_.str.4@PAGEOFF
bl ___sprintf_chk
ldr x8, [sp, #32] ; 8-byte Folded Reload
stur x8, [x29, #-8]
b LBB0_20
LBB0_8:
str xzr, [sp, #80]
stur xzr, [x29, #-88]
b LBB0_9
LBB0_9: ; =>This Loop Header: Depth=1
; Child Loop BB0_11 Depth 2
ldur x8, [x29, #-88]
ldur x9, [x29, #-32]
subs x8, x8, x9
cset w8, ge
tbnz w8, #0, LBB0_19
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_9 Depth=1
ldur x8, [x29, #-24]
ldur x9, [x29, #-88]
ldr x8, [x8, x9, lsl #3]
ldur x9, [x29, #-40]
subs x8, x8, x9
str x8, [sp, #88]
ldur x8, [x29, #-16]
ldur x9, [x29, #-88]
ldr x8, [x8, x9, lsl #3]
str x8, [sp, #96]
b LBB0_11
LBB0_11: ; Parent Loop BB0_9 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #96]
ldr x9, [sp, #88]
subs x8, x8, x9
cset w8, ge
tbnz w8, #0, LBB0_17
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_11 Depth=2
ldr x0, [sp, #72]
ldr x8, [sp, #80]
add x8, x8, #1
ldursw x9, [x29, #-76]
mul x1, x8, x9
bl _realloc
str x0, [sp, #72]
ldr x0, [sp, #64]
ldr x8, [sp, #80]
add x8, x8, #1
ldursw x9, [x29, #-76]
mul x1, x8, x9
bl _realloc
str x0, [sp, #64]
ldr x8, [sp, #72]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_14
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_11 Depth=2
ldr x8, [sp, #64]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_15
b LBB0_14
LBB0_14:
ldur x0, [x29, #-64]
ldur x8, [x29, #-72]
mov x9, sp
str x8, [x9]
mov w1, #0
mov x2, #-1
str x2, [sp, #24] ; 8-byte Folded Spill
adrp x3, l_.str.5@PAGE
add x3, x3, l_.str.5@PAGEOFF
bl ___sprintf_chk
ldr x8, [sp, #24] ; 8-byte Folded Reload
stur x8, [x29, #-8]
b LBB0_20
LBB0_15: ; in Loop: Header=BB0_11 Depth=2
ldr x8, [sp, #96]
ldr x9, [sp, #72]
ldr x10, [sp, #80]
str x8, [x9, x10, lsl #3]
ldr x8, [sp, #96]
ldur x9, [x29, #-40]
add x8, x8, x9
ldr x9, [sp, #64]
ldr x10, [sp, #80]
str x8, [x9, x10, lsl #3]
ldr x8, [sp, #80]
add x8, x8, #1
str x8, [sp, #80]
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_11 Depth=2
ldur x9, [x29, #-40]
ldr x8, [sp, #96]
add x8, x8, x9
str x8, [sp, #96]
b LBB0_11
LBB0_17: ; in Loop: Header=BB0_9 Depth=1
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_9 Depth=1
ldur x8, [x29, #-88]
add x8, x8, #1
stur x8, [x29, #-88]
b LBB0_9
LBB0_19:
ldr x8, [sp, #72]
ldur x9, [x29, #-48]
str x8, [x9]
ldr x8, [sp, #64]
ldur x9, [x29, #-56]
str x8, [x9]
ldr x8, [sp, #80]
stur x8, [x29, #-8]
b LBB0_20
LBB0_20:
ldur x0, [x29, #-8]
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
add sp, sp, #208
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
l_.str: ; @.str
.asciz "xf_sspplit1_l\000"
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "%s [ERROR]: input start-array is NULL"
l_.str.2: ; @.str.2
.asciz "%s [ERROR]: input stop-array is NULL"
l_.str.3: ; @.str.3
.asciz "%s [ERROR]: invalid size of input (%ld)"
l_.str.4: ; @.str.4
.asciz "%s [ERROR]: invalid size of windows (%ld)"
l_.str.5: ; @.str.5
.asciz "%s [ERROR]: insufficient memory"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _xf_sspsplit1_l ## -- Begin function xf_sspsplit1_l
.p2align 4, 0x90
_xf_sspsplit1_l: ## @xf_sspsplit1_l
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $128, %rsp
movq 16(%rbp), %rax
movq %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
movq %rdx, -32(%rbp)
movq %rcx, -40(%rbp)
movq %r8, -48(%rbp)
movq %r9, -56(%rbp)
leaq l_.str(%rip), %rax
movq %rax, -64(%rbp)
movl $8, -68(%rbp)
movq $0, -112(%rbp)
movq $0, -120(%rbp)
cmpq $0, -16(%rbp)
jne LBB0_2
## %bb.1:
movq 16(%rbp), %rdi
movq -64(%rbp), %r8
xorl %esi, %esi
movq $-1, %rdx
leaq L_.str.1(%rip), %rcx
movb $0, %al
callq ___sprintf_chk
movq $-1, -8(%rbp)
jmp LBB0_20
LBB0_2:
cmpq $0, -24(%rbp)
jne LBB0_4
## %bb.3:
movq 16(%rbp), %rdi
movq -64(%rbp), %r8
xorl %esi, %esi
movq $-1, %rdx
leaq L_.str.2(%rip), %rcx
movb $0, %al
callq ___sprintf_chk
movq $-1, -8(%rbp)
jmp LBB0_20
LBB0_4:
cmpq $0, -32(%rbp)
jne LBB0_6
## %bb.5:
movq 16(%rbp), %rdi
movq -64(%rbp), %r8
movq -32(%rbp), %r9
xorl %esi, %esi
movq $-1, %rdx
leaq L_.str.3(%rip), %rcx
movb $0, %al
callq ___sprintf_chk
movq $-1, -8(%rbp)
jmp LBB0_20
LBB0_6:
cmpq $1, -40(%rbp)
jge LBB0_8
## %bb.7:
movq 16(%rbp), %rdi
movq -64(%rbp), %r8
movq -40(%rbp), %r9
xorl %esi, %esi
movq $-1, %rdx
leaq L_.str.4(%rip), %rcx
movb $0, %al
callq ___sprintf_chk
movq $-1, -8(%rbp)
jmp LBB0_20
LBB0_8:
movq $0, -104(%rbp)
movq $0, -80(%rbp)
LBB0_9: ## =>This Loop Header: Depth=1
## Child Loop BB0_11 Depth 2
movq -80(%rbp), %rax
cmpq -32(%rbp), %rax
jge LBB0_19
## %bb.10: ## in Loop: Header=BB0_9 Depth=1
movq -24(%rbp), %rax
movq -80(%rbp), %rcx
movq (%rax,%rcx,8), %rax
subq -40(%rbp), %rax
movq %rax, -96(%rbp)
movq -16(%rbp), %rax
movq -80(%rbp), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -88(%rbp)
LBB0_11: ## Parent Loop BB0_9 Depth=1
## => This Inner Loop Header: Depth=2
movq -88(%rbp), %rax
cmpq -96(%rbp), %rax
jge LBB0_17
## %bb.12: ## in Loop: Header=BB0_11 Depth=2
movq -112(%rbp), %rdi
movq -104(%rbp), %rsi
addq $1, %rsi
movslq -68(%rbp), %rax
imulq %rax, %rsi
callq _realloc
movq %rax, -112(%rbp)
movq -120(%rbp), %rdi
movq -104(%rbp), %rsi
addq $1, %rsi
movslq -68(%rbp), %rax
imulq %rax, %rsi
callq _realloc
movq %rax, -120(%rbp)
cmpq $0, -112(%rbp)
je LBB0_14
## %bb.13: ## in Loop: Header=BB0_11 Depth=2
cmpq $0, -120(%rbp)
jne LBB0_15
LBB0_14:
movq 16(%rbp), %rdi
movq -64(%rbp), %r8
xorl %esi, %esi
movq $-1, %rdx
leaq L_.str.5(%rip), %rcx
movb $0, %al
callq ___sprintf_chk
movq $-1, -8(%rbp)
jmp LBB0_20
LBB0_15: ## in Loop: Header=BB0_11 Depth=2
movq -88(%rbp), %rdx
movq -112(%rbp), %rax
movq -104(%rbp), %rcx
movq %rdx, (%rax,%rcx,8)
movq -88(%rbp), %rdx
addq -40(%rbp), %rdx
movq -120(%rbp), %rax
movq -104(%rbp), %rcx
movq %rdx, (%rax,%rcx,8)
movq -104(%rbp), %rax
addq $1, %rax
movq %rax, -104(%rbp)
## %bb.16: ## in Loop: Header=BB0_11 Depth=2
movq -40(%rbp), %rax
addq -88(%rbp), %rax
movq %rax, -88(%rbp)
jmp LBB0_11
LBB0_17: ## in Loop: Header=BB0_9 Depth=1
jmp LBB0_18
LBB0_18: ## in Loop: Header=BB0_9 Depth=1
movq -80(%rbp), %rax
addq $1, %rax
movq %rax, -80(%rbp)
jmp LBB0_9
LBB0_19:
movq -112(%rbp), %rcx
movq -48(%rbp), %rax
movq %rcx, (%rax)
movq -120(%rbp), %rcx
movq -56(%rbp), %rax
movq %rcx, (%rax)
movq -104(%rbp), %rax
movq %rax, -8(%rbp)
LBB0_20:
movq -8(%rbp), %rax
addq $128, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__const
l_.str: ## @.str
.asciz "xf_sspplit1_l\000"
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "%s [ERROR]: input start-array is NULL"
L_.str.2: ## @.str.2
.asciz "%s [ERROR]: input stop-array is NULL"
L_.str.3: ## @.str.3
.asciz "%s [ERROR]: invalid size of input (%ld)"
L_.str.4: ## @.str.4
.asciz "%s [ERROR]: invalid size of windows (%ld)"
L_.str.5: ## @.str.5
.asciz "%s [ERROR]: insufficient memory"
.subsections_via_symbols
| the_stack_data/579341.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _read_howteck_image_header ; -- Begin function read_howteck_image_header
.p2align 2
_read_howteck_image_header: ; @read_howteck_image_header
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-16]
stur x1, [x29, #-24]
stur x2, [x29, #-32]
stur x3, [x29, #-40]
str x4, [sp, #48]
ldur x0, [x29, #-16]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fopen
mov x8, x0
str x8, [sp, #40]
subs x8, x0, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
ldr x0, [x8]
ldur x8, [x29, #-16]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
stur wzr, [x29, #-4]
b LBB0_11
LBB0_2:
ldr x0, [sp, #40]
bl _fgetc
strh w0, [sp, #38]
ldr x0, [sp, #40]
bl _fgetc
strh w0, [sp, #36]
mov w8, #73
strh w8, [sp, #38]
strh w8, [sp, #36]
ldrh w8, [sp, #38]
sxtb w8, w8
subs w8, w8, #73
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_3
LBB0_3:
ldrh w8, [sp, #36]
sxtb w8, w8
subs w8, w8, #73
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
ldr x9, [sp, #48]
mov w8, #1
str w8, [x9]
adrp x8, _chars_to_int_swapped@PAGE
add x8, x8, _chars_to_int_swapped@PAGEOFF
str x8, [sp, #24]
b LBB0_10
LBB0_5:
ldrh w8, [sp, #38]
sxtb w8, w8
subs w8, w8, #77
cset w8, ne
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6:
ldrh w8, [sp, #36]
sxtb w8, w8
subs w8, w8, #77
cset w8, ne
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldr x8, [sp, #48]
str wzr, [x8]
adrp x8, _chars_to_int@PAGE
add x8, x8, _chars_to_int@PAGEOFF
str x8, [sp, #24]
b LBB0_9
LBB0_8:
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
ldr x0, [x8]
ldur x8, [x29, #-16]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fprintf
stur wzr, [x29, #-4]
b LBB0_11
LBB0_9:
b LBB0_10
LBB0_10:
ldr x0, [sp, #40]
ldr x1, [sp, #24]
adrp x2, _read_short_int@PAGE
add x2, x2, _read_short_int@PAGEOFF
str x2, [sp, #16] ; 8-byte Folded Spill
bl _find_rows
ldr x2, [sp, #16] ; 8-byte Folded Reload
sxth w8, w0
ldur x9, [x29, #-24]
str w8, [x9]
ldr x0, [sp, #40]
ldr x1, [sp, #24]
bl _find_cols
ldr x2, [sp, #16] ; 8-byte Folded Reload
sxth w8, w0
ldur x9, [x29, #-32]
str w8, [x9]
ldr x0, [sp, #40]
ldr x1, [sp, #24]
bl _find_headerbytes
ldur x9, [x29, #-40]
mov x8, x0
str w8, [x9]
ldr x0, [sp, #40]
bl _fclose
mov w8, #1
stur w8, [x29, #-4]
b LBB0_11
LBB0_11:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.globl _chars_to_int_swapped ; -- Begin function chars_to_int_swapped
.p2align 2
_chars_to_int_swapped: ; @chars_to_int_swapped
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, #15]
strb w1, [sp, #14]
strh wzr, [sp, #12]
ldrb w8, [sp, #14]
strh w8, [sp, #12]
ldrsh w8, [sp, #12]
lsl w8, w8, #8
strh w8, [sp, #12]
ldrb w9, [sp, #15]
ldrsh w8, [sp, #12]
add w8, w8, w9
strh w8, [sp, #12]
ldrsh w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _chars_to_int ; -- Begin function chars_to_int
.p2align 2
_chars_to_int: ; @chars_to_int
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, #15]
strb w1, [sp, #14]
strh wzr, [sp, #12]
ldrb w8, [sp, #15]
strh w8, [sp, #12]
ldrsh w8, [sp, #12]
lsl w8, w8, #8
strh w8, [sp, #12]
ldrb w9, [sp, #14]
ldrsh w8, [sp, #12]
add w8, w8, w9
strh w8, [sp, #12]
ldrsh w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _find_rows ; -- Begin function find_rows
.p2align 2
_find_rows: ; @find_rows
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str x1, [sp, #16]
str x2, [sp, #8]
ldur x0, [x29, #-8]
mov x1, #0
mov w2, #0
bl _fseek
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #6]
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #4]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldrsh w8, [sp, #6]
subs w8, w8, #40
cset w8, ne
mov w9, #0
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_3
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldrsh w8, [sp, #4]
subs w8, w8, #16
cset w8, eq
str w8, [sp] ; 4-byte Folded Spill
b LBB3_3
LBB3_3: ; in Loop: Header=BB3_1 Depth=1
ldr w8, [sp] ; 4-byte Folded Reload
tbnz w8, #0, LBB3_5
b LBB3_4
LBB3_4: ; in Loop: Header=BB3_1 Depth=1
ldrh w8, [sp, #4]
strh w8, [sp, #6]
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #4]
b LBB3_1
LBB3_5:
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #6]
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #6]
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #6]
ldrsh w0, [sp, #6]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _read_short_int ; -- Begin function read_short_int
.p2align 2
_read_short_int: ; @read_short_int
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str x1, [sp, #16]
strb wzr, [sp, #15]
strb wzr, [sp, #14]
ldur x0, [x29, #-8]
bl _fgetc
strb w0, [sp, #15]
ldur x0, [x29, #-8]
bl _fgetc
strb w0, [sp, #14]
ldr x8, [sp, #16]
ldrb w0, [sp, #15]
ldrb w1, [sp, #14]
blr x8
strh w0, [sp, #12]
ldrsh w0, [sp, #12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _find_cols ; -- Begin function find_cols
.p2align 2
_find_cols: ; @find_cols
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str x1, [sp, #16]
str x2, [sp, #8]
ldur x0, [x29, #-8]
mov x1, #0
mov w2, #0
bl _fseek
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #6]
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #4]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldrsh w8, [sp, #6]
subs w8, w8, #40
cset w8, ne
mov w9, #0
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB5_3
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldrsh w8, [sp, #4]
subs w8, w8, #17
cset w8, eq
str w8, [sp] ; 4-byte Folded Spill
b LBB5_3
LBB5_3: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp] ; 4-byte Folded Reload
tbnz w8, #0, LBB5_5
b LBB5_4
LBB5_4: ; in Loop: Header=BB5_1 Depth=1
ldrh w8, [sp, #4]
strh w8, [sp, #6]
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #4]
b LBB5_1
LBB5_5:
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #6]
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #6]
ldr x8, [sp, #8]
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
blr x8
strh w0, [sp, #6]
ldrsh w0, [sp, #6]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _find_headerbytes ; -- Begin function find_headerbytes
.p2align 2
_find_headerbytes: ; @find_headerbytes
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
str x2, [sp, #24]
ldur x0, [x29, #-8]
mov x1, #0
mov w2, #0
bl _fseek
ldr x8, [sp, #24]
ldur x0, [x29, #-8]
ldur x1, [x29, #-16]
blr x8
strh w0, [sp, #22]
ldr x8, [sp, #24]
ldur x0, [x29, #-8]
ldur x1, [x29, #-16]
blr x8
strh w0, [sp, #20]
b LBB6_1
LBB6_1: ; =>This Inner Loop Header: Depth=1
ldrsh w8, [sp, #22]
mov w9, #32736
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #4] ; 4-byte Folded Spill
tbnz w8, #0, LBB6_3
b LBB6_2
LBB6_2: ; in Loop: Header=BB6_1 Depth=1
ldrsh w8, [sp, #20]
subs w8, w8, #16
cset w8, eq
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB6_3
LBB6_3: ; in Loop: Header=BB6_1 Depth=1
ldr w8, [sp, #4] ; 4-byte Folded Reload
tbnz w8, #0, LBB6_5
b LBB6_4
LBB6_4: ; in Loop: Header=BB6_1 Depth=1
ldrh w8, [sp, #20]
strh w8, [sp, #22]
ldr x8, [sp, #24]
ldur x0, [x29, #-8]
ldur x1, [x29, #-16]
blr x8
strh w0, [sp, #20]
ldur x0, [x29, #-8]
bl _ftell
str x0, [sp, #8]
b LBB6_1
LBB6_5:
ldr x8, [sp, #24]
ldur x0, [x29, #-8]
ldur x1, [x29, #-16]
blr x8
strh w0, [sp, #22]
ldr x8, [sp, #24]
ldur x0, [x29, #-8]
ldur x1, [x29, #-16]
blr x8
strh w0, [sp, #22]
ldur x0, [x29, #-8]
bl _ftell
str x0, [sp, #8]
ldr x0, [sp, #8]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "rb"
l_.str.1: ; @.str.1
.asciz "Error opening the file %s for reading.\n"
l_.str.2: ; @.str.2
.asciz "The file (%s) does not appear to be in HowTeck format.\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _read_howteck_image_header ## -- Begin function read_howteck_image_header
.p2align 4, 0x90
_read_howteck_image_header: ## @read_howteck_image_header
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movq %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
movq %rdx, -32(%rbp)
movq %rcx, -40(%rbp)
movq %r8, -48(%rbp)
movq -16(%rbp), %rdi
leaq L_.str(%rip), %rsi
callq _fopen
movq %rax, -56(%rbp)
cmpq $0, %rax
jne LBB0_2
## %bb.1:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -16(%rbp), %rdx
leaq L_.str.1(%rip), %rsi
movb $0, %al
callq _fprintf
movl $0, -4(%rbp)
jmp LBB0_11
LBB0_2:
movq -56(%rbp), %rdi
callq _fgetc
## kill: def $ax killed $ax killed $eax
movw %ax, -58(%rbp)
movq -56(%rbp), %rdi
callq _fgetc
## kill: def $ax killed $ax killed $eax
movw %ax, -60(%rbp)
movw $73, -58(%rbp)
movw $73, -60(%rbp)
movw -58(%rbp), %ax
## kill: def $al killed $al killed $ax
movsbl %al, %eax
cmpl $73, %eax
jne LBB0_5
## %bb.3:
movw -60(%rbp), %ax
## kill: def $al killed $al killed $ax
movsbl %al, %eax
cmpl $73, %eax
jne LBB0_5
## %bb.4:
movq -48(%rbp), %rax
movl $1, (%rax)
leaq _chars_to_int_swapped(%rip), %rax
movq %rax, -72(%rbp)
jmp LBB0_10
LBB0_5:
movw -58(%rbp), %ax
## kill: def $al killed $al killed $ax
movsbl %al, %eax
cmpl $77, %eax
jne LBB0_8
## %bb.6:
movw -60(%rbp), %ax
## kill: def $al killed $al killed $ax
movsbl %al, %eax
cmpl $77, %eax
jne LBB0_8
## %bb.7:
movq -48(%rbp), %rax
movl $0, (%rax)
leaq _chars_to_int(%rip), %rax
movq %rax, -72(%rbp)
jmp LBB0_9
LBB0_8:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -16(%rbp), %rdx
leaq L_.str.2(%rip), %rsi
movb $0, %al
callq _fprintf
movl $0, -4(%rbp)
jmp LBB0_11
LBB0_9:
jmp LBB0_10
LBB0_10:
movq -56(%rbp), %rdi
movq -72(%rbp), %rsi
leaq _read_short_int(%rip), %rdx
callq _find_rows
movswl %ax, %ecx
movq -24(%rbp), %rax
movl %ecx, (%rax)
movq -56(%rbp), %rdi
movq -72(%rbp), %rsi
leaq _read_short_int(%rip), %rdx
callq _find_cols
movswl %ax, %ecx
movq -32(%rbp), %rax
movl %ecx, (%rax)
movq -56(%rbp), %rdi
movq -72(%rbp), %rsi
leaq _read_short_int(%rip), %rdx
callq _find_headerbytes
movl %eax, %ecx
movq -40(%rbp), %rax
movl %ecx, (%rax)
movq -56(%rbp), %rdi
callq _fclose
movl $1, -4(%rbp)
LBB0_11:
movl -4(%rbp), %eax
addq $80, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _chars_to_int_swapped ## -- Begin function chars_to_int_swapped
.p2align 4, 0x90
_chars_to_int_swapped: ## @chars_to_int_swapped
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %sil, %al
movb %dil, %cl
movb %cl, -1(%rbp)
movb %al, -2(%rbp)
movw $0, -4(%rbp)
movzbl -2(%rbp), %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movswl -4(%rbp), %eax
shll $8, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -1(%rbp), %ecx
movswl -4(%rbp), %eax
addl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movswl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _chars_to_int ## -- Begin function chars_to_int
.p2align 4, 0x90
_chars_to_int: ## @chars_to_int
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %sil, %al
movb %dil, %cl
movb %cl, -1(%rbp)
movb %al, -2(%rbp)
movw $0, -4(%rbp)
movzbl -1(%rbp), %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movswl -4(%rbp), %eax
shll $8, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -2(%rbp), %ecx
movswl -4(%rbp), %eax
addl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movswl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _find_rows ## -- Begin function find_rows
.p2align 4, 0x90
_find_rows: ## @find_rows
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq -8(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
xorl %edx, %edx
callq _fseek
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -28(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movswl -26(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $40, %ecx
movb %al, -29(%rbp) ## 1-byte Spill
jne LBB3_3
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movswl -28(%rbp), %eax
cmpl $16, %eax
sete %al
movb %al, -29(%rbp) ## 1-byte Spill
LBB3_3: ## in Loop: Header=BB3_1 Depth=1
movb -29(%rbp), %al ## 1-byte Reload
xorb $-1, %al
testb $1, %al
jne LBB3_4
jmp LBB3_5
LBB3_4: ## in Loop: Header=BB3_1 Depth=1
movw -28(%rbp), %ax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -28(%rbp)
jmp LBB3_1
LBB3_5:
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movswl -26(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _read_short_int ## -- Begin function read_short_int
.p2align 4, 0x90
_read_short_int: ## @read_short_int
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movb $0, -17(%rbp)
movb $0, -18(%rbp)
movq -8(%rbp), %rdi
callq _fgetc
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
movq -8(%rbp), %rdi
callq _fgetc
## kill: def $al killed $al killed $eax
movb %al, -18(%rbp)
movq -16(%rbp), %rax
movb -17(%rbp), %cl
movzbl %cl, %edi
movzbl -18(%rbp), %esi
callq *%rax
movw %ax, -20(%rbp)
movswl -20(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _find_cols ## -- Begin function find_cols
.p2align 4, 0x90
_find_cols: ## @find_cols
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq -8(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
xorl %edx, %edx
callq _fseek
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -28(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
movswl -26(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $40, %ecx
movb %al, -29(%rbp) ## 1-byte Spill
jne LBB5_3
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movswl -28(%rbp), %eax
cmpl $17, %eax
sete %al
movb %al, -29(%rbp) ## 1-byte Spill
LBB5_3: ## in Loop: Header=BB5_1 Depth=1
movb -29(%rbp), %al ## 1-byte Reload
xorb $-1, %al
testb $1, %al
jne LBB5_4
jmp LBB5_5
LBB5_4: ## in Loop: Header=BB5_1 Depth=1
movw -28(%rbp), %ax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -28(%rbp)
jmp LBB5_1
LBB5_5:
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movswl -26(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _find_headerbytes ## -- Begin function find_headerbytes
.p2align 4, 0x90
_find_headerbytes: ## @find_headerbytes
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq -8(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
xorl %edx, %edx
callq _fseek
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -28(%rbp)
LBB6_1: ## =>This Inner Loop Header: Depth=1
movswl -26(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $32736, %ecx ## imm = 0x7FE0
movb %al, -41(%rbp) ## 1-byte Spill
jne LBB6_3
## %bb.2: ## in Loop: Header=BB6_1 Depth=1
movswl -28(%rbp), %eax
cmpl $16, %eax
sete %al
movb %al, -41(%rbp) ## 1-byte Spill
LBB6_3: ## in Loop: Header=BB6_1 Depth=1
movb -41(%rbp), %al ## 1-byte Reload
xorb $-1, %al
testb $1, %al
jne LBB6_4
jmp LBB6_5
LBB6_4: ## in Loop: Header=BB6_1 Depth=1
movw -28(%rbp), %ax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -28(%rbp)
movq -8(%rbp), %rdi
callq _ftell
movq %rax, -40(%rbp)
jmp LBB6_1
LBB6_5:
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -24(%rbp), %rax
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq *%rax
movw %ax, -26(%rbp)
movq -8(%rbp), %rdi
callq _ftell
movq %rax, -40(%rbp)
movq -40(%rbp), %rax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "rb"
L_.str.1: ## @.str.1
.asciz "Error opening the file %s for reading.\n"
L_.str.2: ## @.str.2
.asciz "The file (%s) does not appear to be in HowTeck format.\n"
.subsections_via_symbols
| the_stack_data/64835.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _putchar ; -- Begin function putchar
.p2align 2
_putchar: ; @putchar
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
ldur w0, [x29, #-4]
adrp x8, ___stdoutp@GOTPAGE
ldr x8, [x8, ___stdoutp@GOTPAGEOFF]
ldr x1, [x8]
bl _fputc
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _putchar ## -- Begin function putchar
.p2align 4, 0x90
_putchar: ## @putchar
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
movl -4(%rbp), %edi
movq ___stdoutp@GOTPCREL(%rip), %rax
movq (%rax), %rsi
callq _fputc
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/46398.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #40480
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #9, lsl #12 ; =36864
sub sp, sp, #3616
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #68]
mov x9, sp
add x8, sp, #52
str x8, [x9]
add x8, sp, #48
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
str wzr, [sp, #64]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #64]
ldr w9, [sp, #52]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldrsw x9, [sp, #64]
add x8, sp, #472
add x8, x8, x9, lsl #2
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #64]
add w8, w8, #1
str w8, [sp, #64]
b LBB0_1
LBB0_4:
str wzr, [sp, #64]
b LBB0_5
LBB0_5: ; =>This Loop Header: Depth=1
; Child Loop BB0_7 Depth 2
; Child Loop BB0_10 Depth 2
; Child Loop BB0_18 Depth 2
ldr w8, [sp, #64]
ldr w9, [sp, #48]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_23
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
mov x9, sp
add x8, sp, #60
str x8, [x9]
add x8, sp, #56
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldr w8, [sp, #60]
str w8, [sp, #44]
str wzr, [sp, #40]
b LBB0_7
LBB0_7: ; Parent Loop BB0_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #44]
ldr w9, [sp, #56]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_7 Depth=2
ldrsw x9, [sp, #44]
add x8, sp, #472
ldr w8, [x8, x9, lsl #2]
ldr w9, [sp, #40]
add w8, w8, w9
str w8, [sp, #40]
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB0_7
LBB0_9: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #40]
ldr w10, [sp, #52]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #36]
ldr w8, [sp, #60]
str w8, [sp, #44]
mov w8, #1
str w8, [sp, #28]
b LBB0_10
LBB0_10: ; Parent Loop BB0_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #44]
ldr w9, [sp, #56]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_12
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_10 Depth=2
ldrsw x9, [sp, #44]
add x8, sp, #472
ldr w8, [x8, x9, lsl #2]
ldr w10, [sp, #52]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
ldr w9, [sp, #28]
mul w8, w8, w9
ldr w10, [sp, #52]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #28]
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB0_10
LBB0_12: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #28]
str w8, [sp, #32]
ldr w8, [sp, #36]
ldr w9, [sp, #32]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_14
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #36]
str w8, [sp, #60]
ldr w8, [sp, #32]
str w8, [sp, #56]
b LBB0_15
LBB0_14: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #32]
str w8, [sp, #60]
ldr w8, [sp, #36]
str w8, [sp, #56]
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #56]
ldr w9, [sp, #60]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_17
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_5 Depth=1
ldrsw x9, [sp, #60]
add x8, sp, #472
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #24]
b LBB0_21
LBB0_17: ; in Loop: Header=BB0_5 Depth=1
ldrsw x8, [sp, #60]
add x9, sp, #472
ldr w8, [x9, x8, lsl #2]
ldr w10, [sp, #60]
add w10, w10, #1
ldr w9, [x9, w10, sxtw #2]
eor w8, w8, w9
str w8, [sp, #24]
ldr w8, [sp, #60]
add w8, w8, #2
str w8, [sp, #60]
b LBB0_18
LBB0_18: ; Parent Loop BB0_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #60]
ldr w9, [sp, #56]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_20
b LBB0_19
LBB0_19: ; in Loop: Header=BB0_18 Depth=2
ldr w8, [sp, #24]
ldrsw x10, [sp, #60]
add x9, sp, #472
ldr w9, [x9, x10, lsl #2]
eor w8, w8, w9
str w8, [sp, #24]
ldr w8, [sp, #60]
add w8, w8, #1
str w8, [sp, #60]
b LBB0_18
LBB0_20: ; in Loop: Header=BB0_5 Depth=1
b LBB0_21
LBB0_21: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #24]
ldrsw x10, [sp, #64]
add x9, sp, #72
str w8, [x9, x10, lsl #2]
b LBB0_22
LBB0_22: ; in Loop: Header=BB0_5 Depth=1
ldr w8, [sp, #64]
add w8, w8, #1
str w8, [sp, #64]
b LBB0_5
LBB0_23:
str wzr, [sp, #64]
b LBB0_24
LBB0_24: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #64]
ldr w9, [sp, #48]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_27
b LBB0_25
LBB0_25: ; in Loop: Header=BB0_24 Depth=1
ldrsw x9, [sp, #64]
add x8, sp, #72
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_26
LBB0_26: ; in Loop: Header=BB0_24 Depth=1
ldr w8, [sp, #64]
add w8, w8, #1
str w8, [sp, #64]
b LBB0_24
LBB0_27:
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_29
b LBB0_28
LBB0_28:
bl ___stack_chk_fail
LBB0_29:
mov w0, #0
add sp, sp, #9, lsl #12 ; =36864
add sp, sp, #3616
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d%d"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $40464, %eax ## imm = 0x9E10
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -40420(%rbp)
leaq L_.str(%rip), %rdi
leaq -40436(%rbp), %rsi
leaq -40440(%rbp), %rdx
movb $0, %al
callq _scanf
movl $0, -40424(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -40424(%rbp), %eax
cmpl -40436(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movslq -40424(%rbp), %rax
leaq -40016(%rbp), %rsi
shlq $2, %rax
addq %rax, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -40424(%rbp), %eax
addl $1, %eax
movl %eax, -40424(%rbp)
jmp LBB0_1
LBB0_4:
movl $0, -40424(%rbp)
LBB0_5: ## =>This Loop Header: Depth=1
## Child Loop BB0_7 Depth 2
## Child Loop BB0_10 Depth 2
## Child Loop BB0_18 Depth 2
movl -40424(%rbp), %eax
cmpl -40440(%rbp), %eax
jge LBB0_23
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
leaq L_.str(%rip), %rdi
leaq -40428(%rbp), %rsi
leaq -40432(%rbp), %rdx
movb $0, %al
callq _scanf
movl -40428(%rbp), %eax
movl %eax, -40444(%rbp)
movl $0, -40448(%rbp)
LBB0_7: ## Parent Loop BB0_5 Depth=1
## => This Inner Loop Header: Depth=2
movl -40444(%rbp), %eax
cmpl -40432(%rbp), %eax
jg LBB0_9
## %bb.8: ## in Loop: Header=BB0_7 Depth=2
movslq -40444(%rbp), %rax
movl -40016(%rbp,%rax,4), %eax
addl -40448(%rbp), %eax
movl %eax, -40448(%rbp)
movl -40444(%rbp), %eax
addl $1, %eax
movl %eax, -40444(%rbp)
jmp LBB0_7
LBB0_9: ## in Loop: Header=BB0_5 Depth=1
movl -40448(%rbp), %eax
cltd
idivl -40436(%rbp)
movl %edx, -40452(%rbp)
movl -40428(%rbp), %eax
movl %eax, -40444(%rbp)
movl $1, -40460(%rbp)
LBB0_10: ## Parent Loop BB0_5 Depth=1
## => This Inner Loop Header: Depth=2
movl -40444(%rbp), %eax
cmpl -40432(%rbp), %eax
jg LBB0_12
## %bb.11: ## in Loop: Header=BB0_10 Depth=2
movslq -40444(%rbp), %rax
movl -40016(%rbp,%rax,4), %eax
cltd
idivl -40436(%rbp)
movl %edx, %eax
imull -40460(%rbp), %eax
cltd
idivl -40436(%rbp)
movl %edx, -40460(%rbp)
movl -40444(%rbp), %eax
addl $1, %eax
movl %eax, -40444(%rbp)
jmp LBB0_10
LBB0_12: ## in Loop: Header=BB0_5 Depth=1
movl -40460(%rbp), %eax
movl %eax, -40456(%rbp)
movl -40452(%rbp), %eax
cmpl -40456(%rbp), %eax
jge LBB0_14
## %bb.13: ## in Loop: Header=BB0_5 Depth=1
movl -40452(%rbp), %eax
movl %eax, -40428(%rbp)
movl -40456(%rbp), %eax
movl %eax, -40432(%rbp)
jmp LBB0_15
LBB0_14: ## in Loop: Header=BB0_5 Depth=1
movl -40456(%rbp), %eax
movl %eax, -40428(%rbp)
movl -40452(%rbp), %eax
movl %eax, -40432(%rbp)
LBB0_15: ## in Loop: Header=BB0_5 Depth=1
movl -40432(%rbp), %eax
cmpl -40428(%rbp), %eax
jne LBB0_17
## %bb.16: ## in Loop: Header=BB0_5 Depth=1
movslq -40428(%rbp), %rax
movl -40016(%rbp,%rax,4), %eax
movl %eax, -40464(%rbp)
jmp LBB0_21
LBB0_17: ## in Loop: Header=BB0_5 Depth=1
movslq -40428(%rbp), %rax
movl -40016(%rbp,%rax,4), %eax
movl -40428(%rbp), %ecx
addl $1, %ecx
movslq %ecx, %rcx
xorl -40016(%rbp,%rcx,4), %eax
movl %eax, -40464(%rbp)
movl -40428(%rbp), %eax
addl $2, %eax
movl %eax, -40428(%rbp)
LBB0_18: ## Parent Loop BB0_5 Depth=1
## => This Inner Loop Header: Depth=2
movl -40428(%rbp), %eax
cmpl -40432(%rbp), %eax
jg LBB0_20
## %bb.19: ## in Loop: Header=BB0_18 Depth=2
movl -40464(%rbp), %eax
movslq -40428(%rbp), %rcx
xorl -40016(%rbp,%rcx,4), %eax
movl %eax, -40464(%rbp)
movl -40428(%rbp), %eax
addl $1, %eax
movl %eax, -40428(%rbp)
jmp LBB0_18
LBB0_20: ## in Loop: Header=BB0_5 Depth=1
jmp LBB0_21
LBB0_21: ## in Loop: Header=BB0_5 Depth=1
movl -40464(%rbp), %ecx
movslq -40424(%rbp), %rax
movl %ecx, -40416(%rbp,%rax,4)
## %bb.22: ## in Loop: Header=BB0_5 Depth=1
movl -40424(%rbp), %eax
addl $1, %eax
movl %eax, -40424(%rbp)
jmp LBB0_5
LBB0_23:
movl $0, -40424(%rbp)
LBB0_24: ## =>This Inner Loop Header: Depth=1
movl -40424(%rbp), %eax
cmpl -40440(%rbp), %eax
jge LBB0_27
## %bb.25: ## in Loop: Header=BB0_24 Depth=1
movslq -40424(%rbp), %rax
movl -40416(%rbp,%rax,4), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.26: ## in Loop: Header=BB0_24 Depth=1
movl -40424(%rbp), %eax
addl $1, %eax
movl %eax, -40424(%rbp)
jmp LBB0_24
LBB0_27:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_29
## %bb.28:
xorl %eax, %eax
addq $40464, %rsp ## imm = 0x9E10
popq %rbp
retq
LBB0_29:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d%d"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/21332.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #224
.cfi_def_cfa_offset 224
stp x29, x30, [sp, #208] ; 16-byte Folded Spill
add x29, sp, #208
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #36]
str wzr, [sp, #32]
str wzr, [sp, #28]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
sub x0, x29, #88
mov w1, #80
bl _saca
str w0, [sp, #32]
subs w8, w0, #0
cset w8, le
tbnz w8, #0, LBB0_5
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #32]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
add x0, sp, #40
sub x1, x29, #88
bl _copia
ldr w8, [sp, #32]
str w8, [sp, #28]
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_5:
ldr w8, [sp, #28]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6:
ldr w9, [sp, #28]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
add x8, sp, #40
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_7
LBB0_7:
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8:
bl ___stack_chk_fail
LBB0_9:
mov w0, #0
ldp x29, x30, [sp, #208] ; 16-byte Folded Reload
add sp, sp, #224
ret
.cfi_endproc
; -- End function
.globl _saca ; -- Begin function saca
.p2align 2
_saca: ; @saca
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
str wzr, [sp, #12]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldur w9, [x29, #-12]
subs w9, w9, #1
subs w8, w8, w9
cset w8, ge
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
bl _getchar
str w0, [sp, #16]
adds w8, w0, #1
cset w8, eq
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
subs w8, w8, #10
cset w8, ne
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #8] ; 4-byte Folded Reload
tbz w8, #0, LBB1_7
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
ldur x9, [x29, #-8]
ldrsw x10, [sp, #12]
strb w8, [x9, x10]
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_1
LBB1_7:
ldur x8, [x29, #-8]
ldrsw x9, [sp, #12]
add x8, x8, x9
strb wzr, [x8]
ldr w0, [sp, #12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _copia ; -- Begin function copia
.p2align 2
_copia: ; @copia
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
str wzr, [sp, #12]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
ldrsb w8, [x8, x9]
ldr x9, [sp, #24]
ldrsw x10, [sp, #12]
strb w8, [x9, x10]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_3
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB2_1
LBB2_3:
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "mayor largo fue de %d con <%s>\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $192, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -180(%rbp)
movl $0, -184(%rbp)
movl $0, -188(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
leaq -96(%rbp), %rdi
movl $80, %esi
callq _saca
movl %eax, -184(%rbp)
cmpl $0, %eax
jle LBB0_5
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -184(%rbp), %eax
cmpl -188(%rbp), %eax
jle LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
leaq -176(%rbp), %rdi
leaq -96(%rbp), %rsi
callq _copia
movl -184(%rbp), %eax
movl %eax, -188(%rbp)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_5:
cmpl $0, -188(%rbp)
jle LBB0_7
## %bb.6:
movl -188(%rbp), %esi
leaq -176(%rbp), %rdx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
LBB0_7:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_9
## %bb.8:
xorl %eax, %eax
addq $192, %rsp
popq %rbp
retq
LBB0_9:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _saca ## -- Begin function saca
.p2align 4, 0x90
_saca: ## @saca
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl $0, -20(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %ecx
movl -12(%rbp), %edx
subl $1, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -21(%rbp) ## 1-byte Spill
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
callq _getchar
movl %eax, %ecx
movl %ecx, -16(%rbp)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $-1, %ecx
movb %al, -21(%rbp) ## 1-byte Spill
je LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
cmpl $10, -16(%rbp)
setne %al
movb %al, -21(%rbp) ## 1-byte Spill
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movb -21(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_5
jmp LBB1_7
LBB1_5: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
movb %al, %dl
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movb %dl, (%rax,%rcx)
## %bb.6: ## in Loop: Header=BB1_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_1
LBB1_7:
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movb $0, (%rax,%rcx)
movl -20(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _copia ## -- Begin function copia
.p2align 4, 0x90
_copia: ## @copia
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movq -16(%rbp), %rax
movslq -20(%rbp), %rcx
movb (%rax,%rcx), %al
movq -8(%rbp), %rcx
movslq -20(%rbp), %rdx
movb %al, (%rcx,%rdx)
movsbl %al, %eax
cmpl $0, %eax
je LBB2_3
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB2_1
LBB2_3:
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "mayor largo fue de %d con <%s>\n"
.subsections_via_symbols
| the_stack_data/735997.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _find_duplicate ; -- Begin function find_duplicate
.p2align 2
_find_duplicate: ; @find_duplicate
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #24]
str w1, [sp, #20]
str x2, [sp, #8]
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
ldr x9, [sp, #8]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
ldr x8, [x8, #8]
ldrsw x9, [sp, #4]
ldr w8, [x8, x9, lsl #2]
ldr w9, [sp, #24]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
mov w8, #1
str w8, [sp, #28]
b LBB0_7
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_1
LBB0_6:
str wzr, [sp, #28]
b LBB0_7
LBB0_7:
ldr w0, [sp, #28]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _my_array_uniq ; -- Begin function my_array_uniq
.p2align 2
_my_array_uniq: ; @my_array_uniq
.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, #4048
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #32]
str wzr, [sp, #28]
str wzr, [sp, #24]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
ldr x9, [sp, #32]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #32]
ldr x8, [x8, #8]
ldrsw x9, [sp, #24]
ldr w0, [x8, x9, lsl #2]
ldr w1, [sp, #24]
ldr x2, [sp, #32]
bl _find_duplicate
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #32]
ldr x8, [x8, #8]
ldrsw x9, [sp, #24]
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #28]
mov x9, x10
add w9, w9, #1
str w9, [sp, #28]
add x9, sp, #40
str w8, [x9, x10, lsl #2]
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB1_1
LBB1_6:
mov x0, #16
bl _malloc
str x0, [sp, #16]
ldrsw x9, [sp, #28]
mov x8, #4
mul x0, x8, x9
bl _malloc
ldr x8, [sp, #16]
str x0, [x8, #8]
ldr w8, [sp, #28]
ldr x9, [sp, #16]
str w8, [x9]
str wzr, [sp, #12]
b LBB1_7
LBB1_7: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_10
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_7 Depth=1
ldrsw x9, [sp, #12]
add x8, sp, #40
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #16]
ldr x9, [x9, #8]
ldrsw x10, [sp, #12]
str w8, [x9, x10, lsl #2]
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_7 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_7
LBB1_10:
ldr x8, [sp, #16]
str x8, [sp] ; 8-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_12
b LBB1_11
LBB1_11:
bl ___stack_chk_fail
LBB1_12:
ldr x0, [sp] ; 8-byte Folded Reload
add sp, sp, #4048
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x0, #16
bl _malloc
stur x0, [x29, #-16]
ldur x9, [x29, #-16]
mov w8, #5
str w8, [x9]
mov x0, #20
bl _malloc
ldur x8, [x29, #-16]
str x0, [x8, #8]
ldur x8, [x29, #-16]
ldr x9, [x8, #8]
mov w8, #1
str w8, [x9]
ldur x9, [x29, #-16]
ldr x10, [x9, #8]
mov w9, #2
str w9, [x10, #4]
ldur x10, [x29, #-16]
ldr x10, [x10, #8]
str w9, [x10, #8]
ldur x9, [x29, #-16]
ldr x10, [x9, #8]
mov w9, #3
str w9, [x10, #12]
ldur x9, [x29, #-16]
ldr x9, [x9, #8]
str w8, [x9, #16]
ldur x0, [x29, #-16]
bl _my_array_uniq
str x0, [sp, #24]
str wzr, [sp, #20]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
ldr x9, [sp, #24]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr x8, [sp, #24]
ldr x8, [x8, #8]
ldrsw x9, [sp, #20]
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB2_1
LBB2_4:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _find_duplicate ## -- Begin function find_duplicate
.p2align 4, 0x90
_find_duplicate: ## @find_duplicate
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
movl %esi, -12(%rbp)
movq %rdx, -24(%rbp)
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
movq -24(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB0_6
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movq 8(%rax), %rax
movslq -28(%rbp), %rcx
movl (%rax,%rcx,4), %eax
cmpl -8(%rbp), %eax
jne LBB0_4
## %bb.3:
movl $1, -4(%rbp)
jmp LBB0_7
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_5
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB0_1
LBB0_6:
movl $0, -4(%rbp)
LBB0_7:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _my_array_uniq ## -- Begin function my_array_uniq
.p2align 4, 0x90
_my_array_uniq: ## @my_array_uniq
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $4064, %rsp ## imm = 0xFE0
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -4024(%rbp)
movl $0, -4028(%rbp)
movl $0, -4032(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -4032(%rbp), %eax
movq -4024(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB1_6
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -4024(%rbp), %rax
movq 8(%rax), %rax
movslq -4032(%rbp), %rcx
movl (%rax,%rcx,4), %edi
movl -4032(%rbp), %esi
movq -4024(%rbp), %rdx
callq _find_duplicate
cmpl $0, %eax
jne LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movq -4024(%rbp), %rax
movq 8(%rax), %rax
movslq -4032(%rbp), %rcx
movl (%rax,%rcx,4), %ecx
movl -4028(%rbp), %eax
movl %eax, %edx
addl $1, %edx
movl %edx, -4028(%rbp)
cltq
movl %ecx, -4016(%rbp,%rax,4)
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_5
LBB1_5: ## in Loop: Header=BB1_1 Depth=1
movl -4032(%rbp), %eax
addl $1, %eax
movl %eax, -4032(%rbp)
jmp LBB1_1
LBB1_6:
movl $16, %edi
callq _malloc
movq %rax, -4040(%rbp)
movslq -4028(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, %rcx
movq -4040(%rbp), %rax
movq %rcx, 8(%rax)
movl -4028(%rbp), %ecx
movq -4040(%rbp), %rax
movl %ecx, (%rax)
movl $0, -4044(%rbp)
LBB1_7: ## =>This Inner Loop Header: Depth=1
movl -4044(%rbp), %eax
cmpl -4028(%rbp), %eax
jge LBB1_10
## %bb.8: ## in Loop: Header=BB1_7 Depth=1
movslq -4044(%rbp), %rax
movl -4016(%rbp,%rax,4), %edx
movq -4040(%rbp), %rax
movq 8(%rax), %rax
movslq -4044(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
## %bb.9: ## in Loop: Header=BB1_7 Depth=1
movl -4044(%rbp), %eax
addl $1, %eax
movl %eax, -4044(%rbp)
jmp LBB1_7
LBB1_10:
movq -4040(%rbp), %rax
movq %rax, -4056(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_12
## %bb.11:
movq -4056(%rbp), %rax ## 8-byte Reload
addq $4064, %rsp ## imm = 0xFE0
popq %rbp
retq
LBB1_12:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl $16, %edi
callq _malloc
movq %rax, -16(%rbp)
movq -16(%rbp), %rax
movl $5, (%rax)
movl $20, %edi
callq _malloc
movq %rax, %rcx
movq -16(%rbp), %rax
movq %rcx, 8(%rax)
movq -16(%rbp), %rax
movq 8(%rax), %rax
movl $1, (%rax)
movq -16(%rbp), %rax
movq 8(%rax), %rax
movl $2, 4(%rax)
movq -16(%rbp), %rax
movq 8(%rax), %rax
movl $2, 8(%rax)
movq -16(%rbp), %rax
movq 8(%rax), %rax
movl $3, 12(%rax)
movq -16(%rbp), %rax
movq 8(%rax), %rax
movl $1, 16(%rax)
movq -16(%rbp), %rdi
callq _my_array_uniq
movq %rax, -24(%rbp)
movl $0, -28(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
movq -24(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movq -24(%rbp), %rax
movq 8(%rax), %rax
movslq -28(%rbp), %rcx
movl (%rax,%rcx,4), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB2_1
LBB2_4:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/154831785.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Hello world!\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Hello world!\n"
.subsections_via_symbols
| the_stack_data/122015115.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _lldiv ; -- Begin function lldiv
.p2align 2
_lldiv: ; @lldiv
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #8]
str x1, [sp]
ldr x8, [sp, #8]
ldr x9, [sp]
sdiv x8, x8, x9
str x8, [sp, #16]
ldr x8, [sp, #8]
ldr x10, [sp]
sdiv x9, x8, x10
mul x9, x9, x10
subs x8, x8, x9
str x8, [sp, #24]
ldr x0, [sp, #16]
ldr x1, [sp, #24]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _lldiv ## -- Begin function lldiv
.p2align 4, 0x90
_lldiv: ## @lldiv
.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, -24(%rbp)
movq %rsi, -32(%rbp)
movq -24(%rbp), %rax
movq -32(%rbp), %rcx
cqto
idivq %rcx
movq %rax, -16(%rbp)
movq -24(%rbp), %rax
movq -32(%rbp), %rcx
cqto
idivq %rcx
movq %rdx, -8(%rbp)
movq -16(%rbp), %rax
movq -8(%rbp), %rdx
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/52611.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #4] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
bl _getchar
str w0, [sp, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldr w0, [sp, #8]
bl _putchar
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr w0, [sp, #4] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter a value :"
l_.str.1: ; @.str.1
.asciz "\nYou entered: "
l_.str.2: ; @.str.2
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
callq _getchar
movl %eax, -8(%rbp)
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movl -8(%rbp), %edi
callq _putchar
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter a value :"
L_.str.1: ## @.str.1
.asciz "\nYou entered: "
L_.str.2: ## @.str.2
.asciz "\n"
.subsections_via_symbols
| the_stack_data/24399.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x9, _b@GOTPAGE
ldr x9, [x9, _b@GOTPAGEOFF]
str x9, [sp, #16] ; 8-byte Folded Spill
adrp x10, _c@GOTPAGE
ldr x10, [x10, _c@GOTPAGEOFF]
str x10, [sp, #24] ; 8-byte Folded Spill
adrp x8, _f@GOTPAGE
ldr x8, [x8, _f@GOTPAGEOFF]
str x8, [sp, #32] ; 8-byte Folded Spill
adrp x8, _d@GOTPAGE
ldr x8, [x8, _d@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, _e@GOTPAGE
ldr x8, [x8, _e@GOTPAGEOFF]
stur x8, [x29, #-32] ; 8-byte Folded Spill
adrp x8, _g@GOTPAGE
ldr x8, [x8, _g@GOTPAGEOFF]
stur x8, [x29, #-24] ; 8-byte Folded Spill
adrp x8, _h@GOTPAGE
ldr x8, [x8, _h@GOTPAGEOFF]
stur x8, [x29, #-16] ; 8-byte Folded Spill
stur wzr, [x29, #-4]
adrp x8, _a@GOTPAGE
ldr x8, [x8, _a@GOTPAGEOFF]
mov w11, #1
str w11, [x8]
mov w11, #65
str w11, [x9]
ldr w9, [x9]
str w9, [x10]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
b LBB0_3
LBB0_2:
b LBB0_4
LBB0_3:
ldr x9, [sp, #24] ; 8-byte Folded Reload
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr w10, [x8]
mov w11, #100
mul w10, w10, w11
str w10, [x8]
ldr w10, [x8]
mov w11, #31072
movk w11, #65534, lsl #16
subs w10, w10, w11
str w10, [x8]
ldr w8, [x8]
str w8, [x9]
ldr w8, [x9]
mov w10, #-17000
subs w8, w8, w10
str w8, [x9]
b LBB0_4
LBB0_4: ; =>This Loop Header: Depth=1
; Child Loop BB0_5 Depth 2
; Child Loop BB0_6 Depth 3
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldr x10, [sp, #32] ; 8-byte Folded Reload
mov w8, #1
str w8, [x10]
mov w8, #2
str w8, [x9]
b LBB0_5
LBB0_5: ; Parent Loop BB0_4 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_6 Depth 3
ldur x9, [x29, #-32] ; 8-byte Folded Reload
mov w8, #2
str w8, [x9]
b LBB0_6
LBB0_6: ; Parent Loop BB0_4 Depth=1
; Parent Loop BB0_5 Depth=2
; => This Inner Loop Header: Depth=3
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x9, [sp, #16] ; 8-byte Folded Reload
ldur x10, [x29, #-32] ; 8-byte Folded Reload
ldr x11, [sp, #40] ; 8-byte Folded Reload
ldr w11, [x11]
str w11, [x8]
ldr w11, [x10]
ldr w10, [x8]
mul w10, w10, w11
str w10, [x8]
ldr w10, [x9]
ldr w9, [x8]
subs w9, w9, w10
str w9, [x8]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_6 Depth=3
b LBB0_9
LBB0_8: ; in Loop: Header=BB0_6 Depth=3
ldr x8, [sp, #32] ; 8-byte Folded Reload
str wzr, [x8]
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_6 Depth=3
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x9, [sp, #16] ; 8-byte Folded Reload
ldur x10, [x29, #-32] ; 8-byte Folded Reload
ldr w11, [x10]
add w11, w11, #1
str w11, [x10]
ldr w10, [x10]
str w10, [x8]
ldr w10, [x9]
ldr w9, [x8]
subs w9, w9, w10
str w9, [x8]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_6 Depth=3
b LBB0_6
LBB0_11: ; in Loop: Header=BB0_5 Depth=2
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x9, [sp, #16] ; 8-byte Folded Reload
ldr x10, [sp, #40] ; 8-byte Folded Reload
ldr w11, [x10]
add w11, w11, #1
str w11, [x10]
ldr w10, [x10]
str w10, [x8]
ldr w10, [x9]
ldr w9, [x8]
subs w9, w9, w10
str w9, [x8]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_13
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_5 Depth=2
b LBB0_5
LBB0_13: ; in Loop: Header=BB0_4 Depth=1
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_15
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_4 Depth=1
b LBB0_16
LBB0_15: ; in Loop: Header=BB0_4 Depth=1
ldur x9, [x29, #-16] ; 8-byte Folded Reload
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_4 Depth=1
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x9, [sp, #24] ; 8-byte Folded Reload
ldr x10, [sp, #16] ; 8-byte Folded Reload
ldr w10, [x10]
str w10, [x8]
ldr w10, [x9]
ldr w9, [x8]
subs w9, w9, w10
str w9, [x8]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_18
b LBB0_17
LBB0_17: ; in Loop: Header=BB0_4 Depth=1
b LBB0_19
LBB0_18:
b LBB0_20
LBB0_19: ; in Loop: Header=BB0_4 Depth=1
ldr x9, [sp, #16] ; 8-byte Folded Reload
ldr w8, [x9]
add w8, w8, #17
str w8, [x9]
b LBB0_4
LBB0_20:
ldur x8, [x29, #-16] ; 8-byte Folded Reload
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.comm _a,4,2 ; @a
.comm _b,4,2 ; @b
.comm _c,4,2 ; @c
.comm _f,4,2 ; @f
.comm _d,4,2 ; @d
.comm _e,4,2 ; @e
.comm _g,4,2 ; @g
.comm _h,4,2 ; @h
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "h: %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movq _a@GOTPCREL(%rip), %rax
movl $1, (%rax)
movq _b@GOTPCREL(%rip), %rax
movl $65, (%rax)
movq _b@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _c@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _a@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_2
## %bb.1:
jmp LBB0_3
LBB0_2:
jmp LBB0_4
LBB0_3:
movq _b@GOTPCREL(%rip), %rax
imull $100, (%rax), %ecx
movq _b@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _b@GOTPCREL(%rip), %rax
movl (%rax), %ecx
subl $-100000, %ecx ## imm = 0xFFFE7960
movq _b@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _b@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _c@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _c@GOTPCREL(%rip), %rax
movl (%rax), %ecx
subl $-17000, %ecx ## imm = 0xBD98
movq _c@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
LBB0_4: ## =>This Loop Header: Depth=1
## Child Loop BB0_5 Depth 2
## Child Loop BB0_6 Depth 3
movq _f@GOTPCREL(%rip), %rax
movl $1, (%rax)
movq _d@GOTPCREL(%rip), %rax
movl $2, (%rax)
LBB0_5: ## Parent Loop BB0_4 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_6 Depth 3
movq _e@GOTPCREL(%rip), %rax
movl $2, (%rax)
LBB0_6: ## Parent Loop BB0_4 Depth=1
## Parent Loop BB0_5 Depth=2
## => This Inner Loop Header: Depth=3
movq _d@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _e@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _g@GOTPCREL(%rip), %rax
imull (%rax), %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _b@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _g@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
subl %eax, %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _g@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_8
## %bb.7: ## in Loop: Header=BB0_6 Depth=3
jmp LBB0_9
LBB0_8: ## in Loop: Header=BB0_6 Depth=3
movq _f@GOTPCREL(%rip), %rax
movl $0, (%rax)
LBB0_9: ## in Loop: Header=BB0_6 Depth=3
movq _e@GOTPCREL(%rip), %rax
movl (%rax), %ecx
subl $-1, %ecx
movq _e@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _e@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _b@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _g@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
subl %eax, %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _g@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_11
## %bb.10: ## in Loop: Header=BB0_6 Depth=3
jmp LBB0_6
LBB0_11: ## in Loop: Header=BB0_5 Depth=2
movq _d@GOTPCREL(%rip), %rax
movl (%rax), %ecx
subl $-1, %ecx
movq _d@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _d@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _b@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _g@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
subl %eax, %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _g@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_13
## %bb.12: ## in Loop: Header=BB0_5 Depth=2
jmp LBB0_5
LBB0_13: ## in Loop: Header=BB0_4 Depth=1
movq _f@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_15
## %bb.14: ## in Loop: Header=BB0_4 Depth=1
jmp LBB0_16
LBB0_15: ## in Loop: Header=BB0_4 Depth=1
movq _h@GOTPCREL(%rip), %rax
movl (%rax), %ecx
subl $-1, %ecx
movq _h@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
LBB0_16: ## in Loop: Header=BB0_4 Depth=1
movq _b@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _c@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _g@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
subl %eax, %ecx
movq _g@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _g@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_18
## %bb.17: ## in Loop: Header=BB0_4 Depth=1
jmp LBB0_19
LBB0_18:
jmp LBB0_20
LBB0_19: ## in Loop: Header=BB0_4 Depth=1
movq _b@GOTPCREL(%rip), %rax
movl (%rax), %ecx
subl $-17, %ecx
movq _b@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
jmp LBB0_4
LBB0_20:
movq _h@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _a,4,2 ## @a
.comm _b,4,2 ## @b
.comm _c,4,2 ## @c
.comm _f,4,2 ## @f
.comm _d,4,2 ## @d
.comm _e,4,2 ## @e
.comm _g,4,2 ## @g
.comm _h,4,2 ## @h
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "h: %d\n"
.subsections_via_symbols
| the_stack_data/76701149.c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.