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, #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 mov x8, x1 adrp x9, ___stack_chk_guard@GOTPAGE ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-8] mov w1, #0 str wzr, [sp, #48] str w0, [sp, #44] str x8, [sp, #32] str wzr, [sp, #28] add x0, sp, #52 mov x2, #100 bl _memset ldr w8, [sp, #44] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_2: ldr x8, [sp, #32] ldr x0, [x8, #8] bl _atoi str w0, [sp, #28] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] add x0, sp, #52 mov w1, #100 bl _fgets ldrsb w8, [sp, #52] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: b LBB0_6 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 b LBB0_3 LBB0_6: str xzr, [sp, #16] b LBB0_7 LBB0_7: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] str x8, [sp, #8] ; 8-byte Folded Spill add x0, sp, #52 bl _strlen ldr x8, [sp, #8] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB0_15 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=1 ldr x9, [sp, #16] add x8, sp, #52 ldrsb w0, [x8, x9] bl _islower subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=1 ldr x8, [sp, #16] add x9, sp, #52 ldrsb w8, [x9, x8] subs w8, w8, #97 ldr w10, [sp, #28] add w8, w8, w10 mov w11, #26 sdiv w10, w8, w11 mul w10, w10, w11 subs w8, w8, w10 add w8, w8, #97 ldr x10, [sp, #16] strb w8, [x9, x10] b LBB0_13 LBB0_10: ; in Loop: Header=BB0_7 Depth=1 ldr x9, [sp, #16] add x8, sp, #52 ldrsb w0, [x8, x9] bl _isupper subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_7 Depth=1 ldr x8, [sp, #16] add x9, sp, #52 ldrsb w8, [x9, x8] subs w8, w8, #65 ldr w10, [sp, #28] add w8, w8, w10 mov w11, #26 sdiv w10, w8, w11 mul w10, w10, w11 subs w8, w8, w10 add w8, w8, #65 ldr x10, [sp, #16] strb w8, [x9, x10] b LBB0_12 LBB0_12: ; in Loop: Header=BB0_7 Depth=1 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_7 Depth=1 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_7 Depth=1 ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB0_7 LBB0_15: mov x9, sp add x8, sp, #52 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_17 b LBB0_16 LBB0_16: bl ___stack_chk_fail LBB0_17: mov w0, #0 ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Usage: ./caesar key\n" l_.str.1: ; @.str.1 .asciz "plaintext: " l_.str.2: ; @.str.2 .asciz "ciphertext: %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 $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) movl $0, -132(%rbp) leaq -112(%rbp), %rdi xorl %esi, %esi movl $100, %edx callq _memset cmpl $2, -120(%rbp) je LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_2: movq -128(%rbp), %rax movq 8(%rax), %rdi callq _atoi movl %eax, -132(%rbp) LBB0_3: ## =>This Inner Loop Header: Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq -112(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $100, %esi callq _fgets movsbl -112(%rbp), %eax cmpl $10, %eax je LBB0_5 ## %bb.4: jmp LBB0_6 LBB0_5: ## in Loop: Header=BB0_3 Depth=1 jmp LBB0_3 LBB0_6: movq $0, -144(%rbp) LBB0_7: ## =>This Inner Loop Header: Depth=1 movq -144(%rbp), %rax movq %rax, -152(%rbp) ## 8-byte Spill leaq -112(%rbp), %rdi callq _strlen movq %rax, %rcx movq -152(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB0_15 ## %bb.8: ## in Loop: Header=BB0_7 Depth=1 movq -144(%rbp), %rax movsbl -112(%rbp,%rax), %edi callq _islower cmpl $0, %eax je LBB0_10 ## %bb.9: ## in Loop: Header=BB0_7 Depth=1 movq -144(%rbp), %rax movsbl -112(%rbp,%rax), %eax subl $97, %eax addl -132(%rbp), %eax movl $26, %ecx cltd idivl %ecx addl $97, %edx movb %dl, %cl movq -144(%rbp), %rax movb %cl, -112(%rbp,%rax) jmp LBB0_13 LBB0_10: ## in Loop: Header=BB0_7 Depth=1 movq -144(%rbp), %rax movsbl -112(%rbp,%rax), %edi callq _isupper cmpl $0, %eax je LBB0_12 ## %bb.11: ## in Loop: Header=BB0_7 Depth=1 movq -144(%rbp), %rax movsbl -112(%rbp,%rax), %eax subl $65, %eax addl -132(%rbp), %eax movl $26, %ecx cltd idivl %ecx addl $65, %edx movb %dl, %cl movq -144(%rbp), %rax movb %cl, -112(%rbp,%rax) LBB0_12: ## in Loop: Header=BB0_7 Depth=1 jmp LBB0_13 LBB0_13: ## in Loop: Header=BB0_7 Depth=1 jmp LBB0_14 LBB0_14: ## in Loop: Header=BB0_7 Depth=1 movq -144(%rbp), %rax addq $1, %rax movq %rax, -144(%rbp) jmp LBB0_7 LBB0_15: leaq -112(%rbp), %rsi 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_17 ## %bb.16: xorl %eax, %eax addq $160, %rsp popq %rbp retq LBB0_17: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Usage: ./caesar key\n" L_.str.1: ## @.str.1 .asciz "plaintext: " L_.str.2: ## @.str.2 .asciz "ciphertext: %s\n" .subsections_via_symbols
the_stack_data/153267845.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 bl _getchar str w0, [sp, #8] adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w0, [sp, #8] bl _rcomment b LBB0_1 LBB0_3: mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _rcomment ; -- Begin function rcomment .p2align 2 _rcomment: ; @rcomment .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, #47 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_1 LBB1_1: bl _getchar str w0, [sp, #8] subs w8, w0, #42 cset w8, ne tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: bl _incomment b LBB1_7 LBB1_3: ldr w8, [sp, #8] subs w8, w8, #47 cset w8, ne tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ldur w0, [x29, #-4] bl _putchar ldr w0, [sp, #8] bl _rcomment b LBB1_6 LBB1_5: ldur w0, [x29, #-4] bl _putchar ldr w0, [sp, #8] bl _putchar b LBB1_6 LBB1_6: b LBB1_7 LBB1_7: b LBB1_13 LBB1_8: ldur w8, [x29, #-4] subs w8, w8, #39 cset w8, eq tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: ldur w8, [x29, #-4] subs w8, w8, #34 cset w8, ne tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: ldur w0, [x29, #-4] bl _echo_quote b LBB1_12 LBB1_11: ldur w0, [x29, #-4] bl _putchar b LBB1_12 LBB1_12: b LBB1_13 LBB1_13: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _incomment ; -- Begin function incomment .p2align 2 _incomment: ; @incomment .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 _getchar stur w0, [x29, #-4] bl _getchar str w0, [sp, #8] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] subs w8, w8, #42 cset w8, ne mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] subs w8, w8, #47 cset w8, ne str w8, [sp, #4] ; 4-byte Folded Spill b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #8] stur w8, [x29, #-4] bl _getchar str w0, [sp, #8] b LBB2_1 LBB2_5: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _echo_quote ; -- Begin function echo_quote .p2align 2 _echo_quote: ; @echo_quote .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] bl _putchar b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 bl _getchar str w0, [sp, #8] ldur w8, [x29, #-4] subs w8, w0, w8 cset w8, eq tbnz w8, #0, LBB3_5 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldr w0, [sp, #8] bl _putchar mov w8, #92 str w8, [sp, #8] mov w8, #1 tbz w8, #0, LBB3_4 b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 bl _getchar bl _putchar b LBB3_4 LBB3_4: ; in Loop: Header=BB3_1 Depth=1 b LBB3_1 LBB3_5: ldr w0, [sp, #8] bl _putchar 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 " To Check /* Quoted String */ \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 LBB0_1: ## =>This Inner Loop Header: Depth=1 callq _getchar movl %eax, -8(%rbp) cmpl $-1, %eax je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %edi callq _rcomment jmp LBB0_1 LBB0_3: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _rcomment ## -- Begin function rcomment .p2align 4, 0x90 _rcomment: ## @rcomment .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 $47, -4(%rbp) jne LBB1_8 ## %bb.1: callq _getchar movl %eax, -8(%rbp) cmpl $42, %eax jne LBB1_3 ## %bb.2: callq _incomment jmp LBB1_7 LBB1_3: cmpl $47, -8(%rbp) jne LBB1_5 ## %bb.4: movl -4(%rbp), %edi callq _putchar movl -8(%rbp), %edi callq _rcomment jmp LBB1_6 LBB1_5: movl -4(%rbp), %edi callq _putchar movl -8(%rbp), %edi callq _putchar LBB1_6: jmp LBB1_7 LBB1_7: jmp LBB1_13 LBB1_8: cmpl $39, -4(%rbp) je LBB1_10 ## %bb.9: cmpl $34, -4(%rbp) jne LBB1_11 LBB1_10: movl -4(%rbp), %edi callq _echo_quote jmp LBB1_12 LBB1_11: movl -4(%rbp), %edi callq _putchar LBB1_12: jmp LBB1_13 LBB1_13: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _incomment ## -- Begin function incomment .p2align 4, 0x90 _incomment: ## @incomment .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 _getchar movl %eax, -4(%rbp) callq _getchar movl %eax, -8(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $42, -4(%rbp) movb %al, -9(%rbp) ## 1-byte Spill jne LBB2_3 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 cmpl $47, -8(%rbp) setne %al movb %al, -9(%rbp) ## 1-byte Spill LBB2_3: ## in Loop: Header=BB2_1 Depth=1 movb -9(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_4 jmp LBB2_5 LBB2_4: ## in Loop: Header=BB2_1 Depth=1 movl -8(%rbp), %eax movl %eax, -4(%rbp) callq _getchar movl %eax, -8(%rbp) jmp LBB2_1 LBB2_5: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _echo_quote ## -- Begin function echo_quote .p2align 4, 0x90 _echo_quote: ## @echo_quote .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 callq _putchar LBB3_1: ## =>This Inner Loop Header: Depth=1 callq _getchar movl %eax, -8(%rbp) cmpl -4(%rbp), %eax je LBB3_5 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movl -8(%rbp), %edi callq _putchar movl $92, -8(%rbp) movb $1, %al testb $1, %al jne LBB3_3 jmp LBB3_4 LBB3_3: ## in Loop: Header=BB3_1 Depth=1 callq _getchar movl %eax, %edi callq _putchar LBB3_4: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_1 LBB3_5: movl -8(%rbp), %edi callq _putchar addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz " To Check /* Quoted String */ \n" .subsections_via_symbols
the_stack_data/72011735.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, #288 .cfi_def_cfa_offset 288 stp x28, x27, [sp, #256] ; 16-byte Folded Spill stp x29, x30, [sp, #272] ; 16-byte Folded Spill add x29, sp, #272 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #44] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #124 str x8, [sp, #32] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #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 add x8, sp, #48 str x8, [sp, #24] ; 8-byte Folded Spill str x8, [x9] bl _scanf ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_3 LBB0_2: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_3 LBB0_3: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr w8, [sp, #44] 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, LBB0_5 b LBB0_4 LBB0_4: bl ___stack_chk_fail LBB0_5: ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #272] ; 16-byte Folded Reload ldp x28, x27, [sp, #256] ; 16-byte Folded Reload add sp, sp, #288 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Please enter string 1:\n" l_.str.1: ; @.str.1 .asciz " %[^\n]" l_.str.2: ; @.str.2 .asciz "Please enter string 2:\n" l_.str.3: ; @.str.3 .asciz "Namen sind gleich" l_.str.4: ; @.str.4 .asciz "Die Namen sind unterschiedlich" 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 $240, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -228(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -112(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq -224(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf leaq -112(%rbp), %rdi leaq -224(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_2 ## %bb.1: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_3 LBB0_2: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf LBB0_3: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl -228(%rbp), %eax movl %eax, -232(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_5 ## %bb.4: movl -232(%rbp), %eax ## 4-byte Reload addq $240, %rsp popq %rbp retq LBB0_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Please enter string 1:\n" L_.str.1: ## @.str.1 .asciz " %[^\n]" L_.str.2: ## @.str.2 .asciz "Please enter string 2:\n" L_.str.3: ## @.str.3 .asciz "Namen sind gleich" L_.str.4: ## @.str.4 .asciz "Die Namen sind unterschiedlich" L_.str.5: ## @.str.5 .asciz "\n" .subsections_via_symbols
the_stack_data/145454156.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ; -- Begin function foo .p2align 2 _foo: ; @foo .cfi_startproc ; %bb.0: mov w0, #34 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] mov w8, #34 str w8, [sp, #4] ldr w8, [sp, #4] str w8, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ## -- Begin function foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $34, %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 $0, -4(%rbp) movl $34, -12(%rbp) movl -12(%rbp), %eax movl %eax, -8(%rbp) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/1226795.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _usage ; -- Begin function usage .p2align 2 _usage: ; @usage .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] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldur x11, [x29, #-8] ldur x10, [x29, #-8] ldur x8, [x29, #-8] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _options ; -- Begin function options .p2align 2 _options: ; @options .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 w8, [x29, #-4] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldur x8, [x29, #-16] ldr x10, [x8] ldur x8, [x29, #-16] ldr x8, [x8] 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 b LBB1_2 LBB1_2: ldur w8, [x29, #-4] subs w8, w8, #13 cset w8, le tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf mov w0, #0 bl _exit LBB1_4: mov w8, #1 stur w8, [x29, #-20] b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_30 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8, #1] subs w8, w8, #63 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #54 cset w8, hi tbnz w8, #0, LBB1_27 ; %bb.7: ; in Loop: Header=BB1_5 Depth=1 ldr x11, [sp, #16] ; 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_8: ldur x8, [x29, #-16] ldr x0, [x8] bl _usage mov w0, #0 bl _exit LBB1_9: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x8, [x8, w9, sxtw #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x0, [x8, w9, sxtw #3] bl _atoi adrp x8, _units@PAGE str w0, [x8, _units@PAGEOFF] ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_28 LBB1_11: ; in Loop: Header=BB1_5 Depth=1 b LBB1_28 LBB1_12: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x8, [x8, w9, sxtw #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_14 b LBB1_13 LBB1_13: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x0, [x8, w9, sxtw #3] bl _atoi adrp x8, _anzhost@PAGE str w0, [x8, _anzhost@PAGEOFF] ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_28 LBB1_14: ; in Loop: Header=BB1_5 Depth=1 b LBB1_28 LBB1_15: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x8, [x8, w9, sxtw #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_17 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x0, [x8, w9, sxtw #3] bl _atoi adrp x8, _max_days@PAGE str w0, [x8, _max_days@PAGEOFF] ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_28 LBB1_17: ; in Loop: Header=BB1_5 Depth=1 b LBB1_28 LBB1_18: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x8, [x8, w9, sxtw #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_20 b LBB1_19 LBB1_19: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x0, [x8, w9, sxtw #3] bl _atoi adrp x8, _runs@PAGE str w0, [x8, _runs@PAGEOFF] ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_28 LBB1_20: ; in Loop: Header=BB1_5 Depth=1 b LBB1_28 LBB1_21: ; in Loop: Header=BB1_5 Depth=1 adrp x9, _show@PAGE mov w8, #1 str w8, [x9, _show@PAGEOFF] ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x8, [x8, w9, sxtw #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_23 b LBB1_22 LBB1_22: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x0, [x8, w9, sxtw #3] bl _atoi adrp x8, _pause_time@PAGE str w0, [x8, _pause_time@PAGEOFF] ldr w9, [x8, _pause_time@PAGEOFF] ; 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 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_28 LBB1_23: ; in Loop: Header=BB1_5 Depth=1 b LBB1_28 LBB1_24: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x8, [x8, w9, sxtw #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_26 b LBB1_25 LBB1_25: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldur w9, [x29, #-20] add w9, w9, #1 ldr x8, [x8, w9, sxtw #3] ldrb w8, [x8] adrp x9, _commit@PAGE strb w8, [x9, _commit@PAGEOFF] ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_28 LBB1_26: ; in Loop: Header=BB1_5 Depth=1 b LBB1_28 LBB1_27: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldr x8, [x8, x9, lsl #3] mov x9, sp str x8, [x9] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fprintf ldur x8, [x29, #-16] ldr x0, [x8] bl _usage mov w0, #0 bl _exit LBB1_28: ; in Loop: Header=BB1_5 Depth=1 b LBB1_29 LBB1_29: ; in Loop: Header=BB1_5 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_5 LBB1_30: adrp x8, _runs@PAGE ldr w9, [x8, _runs@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf adrp x8, _units@PAGE ldr w9, [x8, _units@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf adrp x8, _anzhost@PAGE ldr w9, [x8, _anzhost@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf adrp x8, _max_days@PAGE ldr w9, [x8, _max_days@PAGEOFF] ; 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 x8, _commit@PAGE ldrsb w10, [x8, _commit@PAGEOFF] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf adrp x8, _show@PAGE ldr w8, [x8, _show@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_32 b LBB1_31 LBB1_31: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf adrp x8, _pause_time@PAGE ldr w9, [x8, _pause_time@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf b LBB1_33 LBB1_32: adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf b LBB1_33 LBB1_33: mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc .p2align 2 lJTI1_0: .long LBB1_8-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_8-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_24-Ltmp0 .long LBB1_15-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_12-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_18-Ltmp0 .long LBB1_21-Ltmp0 .long LBB1_27-Ltmp0 .long LBB1_9-Ltmp0 ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x20, x19, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w19, -24 .cfi_offset w20, -32 sub sp, sp, #1216 mov x19, sp adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [x19, #180] str w0, [x19, #176] str x1, [x19, #168] ldr w0, [x19, #176] ldr x1, [x19, #168] bl _options adrp x8, _anzhost@PAGE ldr w8, [x8, _anzhost@PAGEOFF] mov x9, x8 str x9, [x19, #48] ; 8-byte Folded Spill adrp x8, _units@PAGE ldr w8, [x8, _units@PAGEOFF] ; kill: def $x8 killed $w8 str x8, [x19, #32] ; 8-byte Folded Spill mov x10, sp str x10, [x19, #160] mul x9, x9, x8 lsl x9, x9, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 str x9, [x19, #40] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldr x11, [x19, #40] ; 8-byte Folded Reload ldr x9, [x19, #48] ; 8-byte Folded Reload mov x10, sp subs x10, x10, x11 mov sp, x10 str x10, [x19, #56] ; 8-byte Folded Spill str x9, [x19, #152] str x8, [x19, #144] str wzr, [x19, #104] str wzr, [x19, #100] adrp x8, _runs@PAGE ldr w8, [x8, _runs@PAGEOFF] ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 str x9, [x19, #64] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldr x10, [x19, #64] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 str x9, [x19, #72] ; 8-byte Folded Spill str x8, [x19, #80] str wzr, [x19, #120] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [x19, #120] adrp x9, _runs@PAGE ldr w9, [x9, _runs@PAGEOFF] 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 x9, [x19, #72] ; 8-byte Folded Reload ldrsw x10, [x19, #120] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [x19, #120] add w8, w8, #1 str w8, [x19, #120] b LBB2_1 LBB2_4: mov x0, #0 bl _time ; kill: def $w0 killed $w0 killed $x0 bl _srand adrp x10, _runs@PAGE ldr w9, [x10, _runs@PAGEOFF] mov w8, #1 add w9, w9, #1 str w9, [x10, _runs@PAGEOFF] str w8, [x19, #116] b LBB2_5 LBB2_5: ; =>This Loop Header: Depth=1 ; Child Loop BB2_7 Depth 2 ; Child Loop BB2_9 Depth 3 ; Child Loop BB2_13 Depth 2 ; Child Loop BB2_25 Depth 3 ldr w8, [x19, #116] adrp x9, _runs@PAGE ldr w9, [x9, _runs@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_47 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_5 Depth=1 str wzr, [x19, #120] str wzr, [x19, #112] str wzr, [x19, #124] str wzr, [x19, #128] str wzr, [x19, #132] str wzr, [x19, #136] str wzr, [x19, #140] b LBB2_7 LBB2_7: ; Parent Loop BB2_5 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB2_9 Depth 3 ldr w8, [x19, #120] adrp x9, _anzhost@PAGE ldr w9, [x9, _anzhost@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_12 b LBB2_8 LBB2_8: ; in Loop: Header=BB2_7 Depth=2 b LBB2_9 LBB2_9: ; Parent Loop BB2_5 Depth=1 ; Parent Loop BB2_7 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [x19, #112] adrp x9, _units@PAGE ldr w9, [x9, _units@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_11 b LBB2_10 LBB2_10: ; in Loop: Header=BB2_9 Depth=3 ldr x8, [x19, #56] ; 8-byte Folded Reload ldr x10, [x19, #32] ; 8-byte Folded Reload ldrsw x9, [x19, #120] mul x9, x9, x10 add x9, x8, x9, lsl #2 ldrsw x10, [x19, #112] mov w8, #0 str w8, [x9, x10, lsl #2] ldr w8, [x19, #112] add w8, w8, #1 str w8, [x19, #112] b LBB2_9 LBB2_11: ; in Loop: Header=BB2_7 Depth=2 ldr w8, [x19, #120] add w8, w8, #1 str w8, [x19, #120] str wzr, [x19, #112] b LBB2_7 LBB2_12: ; in Loop: Header=BB2_5 Depth=1 b LBB2_13 LBB2_13: ; Parent Loop BB2_5 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB2_25 Depth 3 ldr w8, [x19, #140] adrp x9, _max_days@PAGE ldr w9, [x9, _max_days@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_40 b LBB2_14 LBB2_14: ; in Loop: Header=BB2_13 Depth=2 ldr w8, [x19, #124] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_16 b LBB2_15 LBB2_15: ; in Loop: Header=BB2_5 Depth=1 b LBB2_40 LBB2_16: ; in Loop: Header=BB2_13 Depth=2 ldr w8, [x19, #140] adrp x9, _units@PAGE ldr w10, [x9, _units@PAGEOFF] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_18 b LBB2_17 LBB2_17: ; in Loop: Header=BB2_13 Depth=2 ldr w8, [x19, #132] add w8, w8, #1 str w8, [x19, #132] ldr w8, [x19, #136] add w8, w8, #1 str w8, [x19, #136] str wzr, [x19, #128] b LBB2_18 LBB2_18: ; in Loop: Header=BB2_13 Depth=2 ldr w8, [x19, #140] add w8, w8, #1 str w8, [x19, #140] ldr w8, [x19, #132] adrp x9, _anzhost@PAGE ldr w9, [x9, _anzhost@PAGEOFF] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_20 b LBB2_19 LBB2_19: ; in Loop: Header=BB2_13 Depth=2 str wzr, [x19, #132] b LBB2_20 LBB2_20: ; in Loop: Header=BB2_13 Depth=2 bl _rand adrp x8, _anzhost@PAGE ldr w9, [x8, _anzhost@PAGEOFF] sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 str w8, [x19, #108] ldr w8, [x19, #132] ldr w9, [x19, #108] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_22 b LBB2_21 LBB2_21: ; in Loop: Header=BB2_13 Depth=2 mov w8, #1 str w8, [x19, #128] b LBB2_22 LBB2_22: ; in Loop: Header=BB2_13 Depth=2 ldr w8, [x19, #128] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_24 b LBB2_23 LBB2_23: ; in Loop: Header=BB2_13 Depth=2 ldr x8, [x19, #56] ; 8-byte Folded Reload ldr x10, [x19, #32] ; 8-byte Folded Reload ldrsw x9, [x19, #108] mul x9, x9, x10 add x9, x8, x9, lsl #2 ldrsw x10, [x19, #132] mov w8, #1 str w8, [x9, x10, lsl #2] b LBB2_24 LBB2_24: ; in Loop: Header=BB2_13 Depth=2 str wzr, [x19, #120] b LBB2_25 LBB2_25: ; Parent Loop BB2_5 Depth=1 ; Parent Loop BB2_13 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [x19, #120] adrp x9, _units@PAGE ldr w9, [x9, _units@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_32 b LBB2_26 LBB2_26: ; in Loop: Header=BB2_25 Depth=3 ldr x8, [x19, #56] ; 8-byte Folded Reload ldr x10, [x19, #32] ; 8-byte Folded Reload ldrsw x9, [x19, #108] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [x19, #120] ldr w8, [x8, x9, lsl #2] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_28 b LBB2_27 LBB2_27: ; in Loop: Header=BB2_25 Depth=3 ldr w8, [x19, #120] add w8, w8, #1 str w8, [x19, #120] b LBB2_29 LBB2_28: ; in Loop: Header=BB2_13 Depth=2 b LBB2_32 LBB2_29: ; in Loop: Header=BB2_25 Depth=3 ldr w8, [x19, #120] subs w8, w8, #7 cset w8, ne tbnz w8, #0, LBB2_31 b LBB2_30 LBB2_30: ; in Loop: Header=BB2_25 Depth=3 ldr x10, [x19, #72] ; 8-byte Folded Reload ldr w9, [x19, #100] mov w8, #1 add w9, w9, #1 str w9, [x19, #100] ldr w9, [x19, #140] ldrsw x11, [x19, #116] str w9, [x10, x11, lsl #2] str w8, [x19, #124] b LBB2_31 LBB2_31: ; in Loop: Header=BB2_25 Depth=3 b LBB2_25 LBB2_32: ; in Loop: Header=BB2_13 Depth=2 adrp x8, _show@PAGE ldr w8, [x8, _show@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_34 b LBB2_33 LBB2_33: ; in Loop: Header=BB2_13 Depth=2 ldr x9, [x19, #56] ; 8-byte Folded Reload ldr x11, [x19, #32] ; 8-byte Folded Reload adrp x8, _runs@PAGE str x8, [x19, #24] ; 8-byte Folded Spill ldr w10, [x8, _runs@PAGEOFF] subs w10, w10, #1 str w10, [x8, _runs@PAGEOFF] ldr w10, [x19, #108] ; implicit-def: $x5 mov x5, x10 ldr w10, [x19, #132] ; implicit-def: $x4 mov x4, x10 ldr w10, [x19, #136] ; implicit-def: $x3 mov x3, x10 ldr w10, [x19, #140] ; implicit-def: $x2 mov x2, x10 ldr w10, [x19, #128] ; implicit-def: $x1 mov x1, x10 ldr w10, [x19, #108] ; implicit-def: $x0 mov x0, x10 ldrsw x10, [x19, #108] mul x10, x10, x11 ldr w10, [x9, x10, lsl #2] ; implicit-def: $x17 mov x17, x10 ldrsw x10, [x19, #108] mul x12, x10, x11 mov x10, x9 add x10, x10, x12, lsl #2 ldr w10, [x10, #4] ; implicit-def: $x16 mov x16, x10 ldrsw x10, [x19, #108] mul x12, x10, x11 mov x10, x9 add x10, x10, x12, lsl #2 ldr w10, [x10, #8] ; implicit-def: $x15 mov x15, x10 ldrsw x10, [x19, #108] mul x12, x10, x11 mov x10, x9 add x10, x10, x12, lsl #2 ldr w10, [x10, #12] ; implicit-def: $x14 mov x14, x10 ldrsw x10, [x19, #108] mul x12, x10, x11 mov x10, x9 add x10, x10, x12, lsl #2 ldr w10, [x10, #16] ; implicit-def: $x13 mov x13, x10 ldrsw x10, [x19, #108] mul x12, x10, x11 mov x10, x9 add x10, x10, x12, lsl #2 ldr w10, [x10, #20] ; implicit-def: $x12 mov x12, x10 ldrsw x10, [x19, #108] mul x10, x10, x11 add x9, x9, x10, lsl #2 ldr w9, [x9, #24] ; implicit-def: $x11 mov x11, x9 ldr w9, [x19, #116] ; implicit-def: $x10 mov x10, x9 ldr w9, [x8, _runs@PAGEOFF] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #128 mov x9, sp str x9, [x19, #16] ; 8-byte Folded Spill str x5, [x9] str x4, [x9, #8] str x3, [x9, #16] str x2, [x9, #24] str x1, [x9, #32] str x0, [x9, #40] str x17, [x9, #48] str x16, [x9, #56] str x15, [x9, #64] str x14, [x9, #72] str x13, [x9, #80] str x12, [x9, #88] str x11, [x9, #96] str x10, [x9, #104] str x8, [x9, #112] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf ldr x9, [x19, #24] ; 8-byte Folded Reload add sp, sp, #128 ldr w8, [x9, _runs@PAGEOFF] add w8, w8, #1 str w8, [x9, _runs@PAGEOFF] adrp x8, _pause_time@PAGE ldr w0, [x8, _pause_time@PAGEOFF] bl _sleep b LBB2_34 LBB2_34: ; in Loop: Header=BB2_13 Depth=2 ldr w8, [x19, #124] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_39 b LBB2_35 LBB2_35: ; in Loop: Header=BB2_13 Depth=2 ldr w8, [x19, #140] ; implicit-def: $x10 mov x10, x8 ldr w9, [x19, #116] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf add sp, sp, #16 adrp x8, _commit@PAGE ldrsb w8, [x8, _commit@PAGEOFF] subs w8, w8, #115 cset w8, eq tbnz w8, #0, LBB2_37 b LBB2_36 LBB2_36: ; in Loop: Header=BB2_13 Depth=2 adrp x8, _commit@PAGE ldrsb w8, [x8, _commit@PAGEOFF] subs w8, w8, #97 cset w8, ne tbnz w8, #0, LBB2_38 b LBB2_37 LBB2_37: ; in Loop: Header=BB2_13 Depth=2 adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp add x8, x19, #184 str x8, [x9] adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _scanf add sp, sp, #16 b LBB2_38 LBB2_38: ; in Loop: Header=BB2_13 Depth=2 b LBB2_39 LBB2_39: ; in Loop: Header=BB2_13 Depth=2 b LBB2_13 LBB2_40: ; in Loop: Header=BB2_5 Depth=1 ldr w8, [x19, #124] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB2_45 b LBB2_41 LBB2_41: ; in Loop: Header=BB2_5 Depth=1 ldr w8, [x19, #104] add w8, w8, #1 str w8, [x19, #104] adrp x8, _max_days@PAGE ldr w8, [x8, _max_days@PAGEOFF] ; implicit-def: $x10 mov x10, x8 ldr w9, [x19, #116] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printf add sp, sp, #16 adrp x8, _commit@PAGE ldrsb w8, [x8, _commit@PAGEOFF] subs w8, w8, #109 cset w8, eq tbnz w8, #0, LBB2_43 b LBB2_42 LBB2_42: ; in Loop: Header=BB2_5 Depth=1 adrp x8, _commit@PAGE ldrsb w8, [x8, _commit@PAGEOFF] subs w8, w8, #97 cset w8, ne tbnz w8, #0, LBB2_44 b LBB2_43 LBB2_43: ; in Loop: Header=BB2_5 Depth=1 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _system b LBB2_44 LBB2_44: ; in Loop: Header=BB2_5 Depth=1 adrp x8, _max_days@PAGE ldr w8, [x8, _max_days@PAGEOFF] str w8, [x19, #140] b LBB2_45 LBB2_45: ; in Loop: Header=BB2_5 Depth=1 b LBB2_46 LBB2_46: ; in Loop: Header=BB2_5 Depth=1 ldr w8, [x19, #116] add w8, w8, #1 str w8, [x19, #116] b LBB2_5 LBB2_47: ldr w8, [x19, #100] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB2_55 b LBB2_48 LBB2_48: str wzr, [x19, #140] str wzr, [x19, #120] b LBB2_49 LBB2_49: ; =>This Inner Loop Header: Depth=1 ldr w8, [x19, #120] adrp x9, _runs@PAGE ldr w9, [x9, _runs@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_54 b LBB2_50 LBB2_50: ; in Loop: Header=BB2_49 Depth=1 ldr x8, [x19, #72] ; 8-byte Folded Reload ldrsw x9, [x19, #120] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB2_52 b LBB2_51 LBB2_51: ; in Loop: Header=BB2_49 Depth=1 ldr x9, [x19, #72] ; 8-byte Folded Reload ldr w8, [x19, #140] ldrsw x10, [x19, #120] ldr w9, [x9, x10, lsl #2] add w8, w8, w9 str w8, [x19, #140] b LBB2_52 LBB2_52: ; in Loop: Header=BB2_49 Depth=1 b LBB2_53 LBB2_53: ; in Loop: Header=BB2_49 Depth=1 ldr w8, [x19, #120] add w8, w8, #1 str w8, [x19, #120] b LBB2_49 LBB2_54: ldr w8, [x19, #140] ldr w9, [x19, #100] sdiv w8, w8, w9 str w8, [x19, #140] b LBB2_55 LBB2_55: adrp x9, _runs@PAGE ldr w8, [x9, _runs@PAGEOFF] subs w8, w8, #1 str w8, [x9, _runs@PAGEOFF] ldr w8, [x19, #104] mov w10, #100 mul w8, w8, w10 ldr w11, [x9, _runs@PAGEOFF] sdiv w8, w8, w11 scvtf s0, w8 str s0, [x19, #92] ldr w8, [x19, #100] mul w8, w8, w10 ldr w9, [x9, _runs@PAGEOFF] sdiv w8, w8, w9 scvtf s0, w8 str s0, [x19, #96] adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf ldr w8, [x19, #104] ; implicit-def: $x11 mov x11, x8 ldr s0, [x19, #92] fcvt d1, s0 ldr w8, [x19, #100] ; implicit-def: $x10 mov x10, x8 ldr s0, [x19, #96] fcvt d0, s0 ldr w9, [x19, #140] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #48 mov x9, sp str x11, [x9] str d1, [x9, #8] str x10, [x9, #16] str d0, [x9, #24] str x8, [x9, #32] adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf add sp, sp, #48 str wzr, [x19, #180] ldr x8, [x19, #160] mov sp, x8 ldr w8, [x19, #180] str w8, [x19, #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, LBB2_57 b LBB2_56 LBB2_56: bl ___stack_chk_fail LBB2_57: ldr w0, [x19, #12] ; 4-byte Folded Reload sub sp, x29, #16 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x20, x19, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __DATA,__data .globl _units ; @units .p2align 2 _units: .long 10 ; 0xa .globl _anzhost ; @anzhost .p2align 2 _anzhost: .long 7 ; 0x7 .globl _max_days ; @max_days .p2align 2 _max_days: .long 500 ; 0x1f4 .globl _runs ; @runs .p2align 2 _runs: .long 100 ; 0x64 .globl _show ; @show .zerofill __DATA,__common,_show,4,2 .globl _pause_time ; @pause_time .zerofill __DATA,__common,_pause_time,4,2 .globl _commit ; @commit _commit: .byte 110 ; 0x6e .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n%s usage:\t%s\t-u units, number of days to keep track (DEFAULT: 7)\n\t\t\t\t\t-h number of hostages (DEFAULT: 10)\n\t\t\t\t\t-d maximum days (DEFAULT: 500)\n\t\t\t\t\t-r runs (DEFAULT: 100)\n\t\t\t\t\t-c require commit for certain types (DEFAULT: n) [possible types: a(ll), s(uccess) only, m(issed) only, n(one)]\n\t\t\t\t\t-s show mode (DEFAULT: 0)\n\n\t-->If you call -s without a time parameter it uses the default pause,\n\tbut enables the show mode. (!!THIS MUST BE THE LAST ARGUMENT!!)\n\t is on MS Windows in milliseconds and on Linux in seconds (afaik)\n\n\nIf you call %s without arguments, the default values will be taken.\n" l_.str.1: ; @.str.1 .asciz "\n\n\t\t\t\t\t\t\t\t\t\t\t\t\tby 0di 2oo4\n\n" l_.str.2: ; @.str.2 .asciz "\n\nUSE\n\t\t%s -H OR\n\t\t%s /?\nfor HELP\n\n" l_.str.3: ; @.str.3 .asciz "!!! too many arguments !!!\n" l_.str.4: ; @.str.4 .asciz "SHOW MODE ON\nPAUSE: %i\n" l_.str.5: ; @.str.5 .asciz "unknown option %s\n" l_.str.6: ; @.str.6 .asciz "RUNS: %i\n" l_.str.7: ; @.str.7 .asciz "UNITS: %i\n" l_.str.8: ; @.str.8 .asciz "HOSTAGES: %i\n" l_.str.9: ; @.str.9 .asciz "MAX_DAYS: %i\n" l_.str.10: ; @.str.10 .asciz "COMMIT: %c\n" l_.str.11: ; @.str.11 .asciz "SHOW MODE: ON\n" l_.str.12: ; @.str.12 .asciz "PAUSE: %i" l_.str.13: ; @.str.13 .asciz "SHOW MODE: OFF" l_.str.14: ; @.str.14 .asciz "Current Hostage:\t%i\nHostage Unit:\t\t%i\nUNITS:\t\t\t%i\nTotal Days:\t\t%i\nLIGHT:\t\t\t%i\t\t\t\tHOD(%i): %i %i %i %i %i %i %i\nRUN: %i of %i\n\n" l_.str.15: ; @.str.15 .asciz "\n\nHOSTAGES WERE RELEASED!!! After %i days (%i. run)\n\n" l_.str.16: ; @.str.16 .asciz "\n[Press Enter to continue]\n" l_.str.17: ; @.str.17 .asciz "%[^\n]" l_.str.18: ; @.str.18 .asciz "MISSED! The Hostage weren't released within %i days (%i. run)\n\n" l_.str.19: ; @.str.19 .asciz "pause" l_.str.20: ; @.str.20 .asciz "\n\n\n------------------TOTAL-------------------------------" l_.str.21: ; @.str.21 .asciz "\n\nMISS: %i (%f %%)\n\nSUCCESS: %i (%f %%)\n\n\nAverage days: %i\n\n\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _usage ## -- Begin function usage .p2align 4, 0x90 _usage: ## @usage .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 movq -8(%rbp), %rcx movq -8(%rbp), %r8 leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _options ## -- Begin function options .p2align 4, 0x90 _options: ## @options .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) cmpl $1, -4(%rbp) jne LBB1_2 ## %bb.1: movq -16(%rbp), %rax movq (%rax), %rsi movq -16(%rbp), %rax movq (%rax), %rdx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf LBB1_2: cmpl $13, -4(%rbp) jle LBB1_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.3(%rip), %rsi xorl %eax, %eax movl %eax, -24(%rbp) ## 4-byte Spill callq _fprintf movl -24(%rbp), %edi ## 4-byte Reload callq _exit LBB1_4: movl $1, -20(%rbp) LBB1_5: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -4(%rbp), %eax jge LBB1_29 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl 1(%rax), %eax addl $-63, %eax movl %eax, %ecx movq %rcx, -32(%rbp) ## 8-byte Spill subl $54, %eax ja LBB1_26 ## %bb.33: ## in Loop: Header=BB1_5 Depth=1 movq -32(%rbp), %rax ## 8-byte Reload leaq LJTI1_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB1_7: movq -16(%rbp), %rax movq (%rax), %rdi callq _usage xorl %edi, %edi callq _exit LBB1_8: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpq $0, (%rax,%rcx,8) je LBB1_10 ## %bb.9: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rdi callq _atoi movl %eax, _units(%rip) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_27 LBB1_10: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_27 LBB1_11: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpq $0, (%rax,%rcx,8) je LBB1_13 ## %bb.12: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rdi callq _atoi movl %eax, _anzhost(%rip) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_27 LBB1_13: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_27 LBB1_14: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpq $0, (%rax,%rcx,8) je LBB1_16 ## %bb.15: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rdi callq _atoi movl %eax, _max_days(%rip) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_27 LBB1_16: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_27 LBB1_17: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpq $0, (%rax,%rcx,8) je LBB1_19 ## %bb.18: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rdi callq _atoi movl %eax, _runs(%rip) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_27 LBB1_19: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_27 LBB1_20: ## in Loop: Header=BB1_5 Depth=1 movl $1, _show(%rip) movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpq $0, (%rax,%rcx,8) je LBB1_22 ## %bb.21: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rdi callq _atoi movl %eax, _pause_time(%rip) movl _pause_time(%rip), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_27 LBB1_22: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_27 LBB1_23: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx cmpq $0, (%rax,%rcx,8) je LBB1_25 ## %bb.24: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movb (%rax), %al movb %al, _commit(%rip) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_27 LBB1_25: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_27 LBB1_26: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdx leaq L_.str.5(%rip), %rsi xorl %eax, %eax movl %eax, -36(%rbp) ## 4-byte Spill callq _fprintf movq -16(%rbp), %rax movq (%rax), %rdi callq _usage movl -36(%rbp), %edi ## 4-byte Reload callq _exit LBB1_27: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_28 LBB1_28: ## in Loop: Header=BB1_5 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_5 LBB1_29: movl _runs(%rip), %esi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movl _units(%rip), %esi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movl _anzhost(%rip), %esi leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movl _max_days(%rip), %esi leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movsbl _commit(%rip), %esi leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf cmpl $1, _show(%rip) jne LBB1_31 ## %bb.30: leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf movl _pause_time(%rip), %esi leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf jmp LBB1_32 LBB1_31: leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf LBB1_32: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L1_0_set_7, LBB1_7-LJTI1_0 .set L1_0_set_26, LBB1_26-LJTI1_0 .set L1_0_set_23, LBB1_23-LJTI1_0 .set L1_0_set_14, LBB1_14-LJTI1_0 .set L1_0_set_11, LBB1_11-LJTI1_0 .set L1_0_set_17, LBB1_17-LJTI1_0 .set L1_0_set_20, LBB1_20-LJTI1_0 .set L1_0_set_8, LBB1_8-LJTI1_0 LJTI1_0: .long L1_0_set_7 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_7 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_23 .long L1_0_set_14 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_11 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_26 .long L1_0_set_17 .long L1_0_set_20 .long L1_0_set_26 .long L1_0_set_8 .end_data_region ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $1192, %rsp ## imm = 0x4A8 .cfi_offset %rbx, -56 .cfi_offset %r12, -48 .cfi_offset %r13, -40 .cfi_offset %r14, -32 .cfi_offset %r15, -24 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -48(%rbp) movl $0, -1076(%rbp) movl %edi, -1080(%rbp) movq %rsi, -1088(%rbp) movl -1080(%rbp), %edi movq -1088(%rbp), %rsi callq _options movl _anzhost(%rip), %eax ## kill: def $rax killed $eax movq %rax, -1216(%rbp) ## 8-byte Spill movl _units(%rip), %ecx ## kill: def $rcx killed $ecx movq %rcx, -1208(%rbp) ## 8-byte Spill movq %rsp, %rdx movq %rdx, -1096(%rbp) imulq %rcx, %rax shlq $2, %rax callq ____chkstk_darwin movq -1216(%rbp), %rcx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -1208(%rbp), %rax ## 8-byte Reload movq %rsp, %rdx movq %rdx, -1200(%rbp) ## 8-byte Spill movq %rcx, -1104(%rbp) movq %rax, -1112(%rbp) movl $0, -1152(%rbp) movl $0, -1156(%rbp) movl _runs(%rip), %eax ## kill: def $rax killed $eax movq %rax, -1192(%rbp) ## 8-byte Spill shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -1192(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -1184(%rbp) ## 8-byte Spill movq %rax, -1176(%rbp) movl $0, -1136(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -1136(%rbp), %eax cmpl _runs(%rip), %eax jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -1184(%rbp), %rax ## 8-byte Reload movslq -1136(%rbp), %rcx movl $0, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -1136(%rbp), %eax addl $1, %eax movl %eax, -1136(%rbp) jmp LBB2_1 LBB2_4: xorl %eax, %eax movl %eax, %edi callq _time movl %eax, %edi callq _srand movl _runs(%rip), %eax addl $1, %eax movl %eax, _runs(%rip) movl $1, -1140(%rbp) LBB2_5: ## =>This Loop Header: Depth=1 ## Child Loop BB2_7 Depth 2 ## Child Loop BB2_9 Depth 3 ## Child Loop BB2_13 Depth 2 ## Child Loop BB2_25 Depth 3 movl -1140(%rbp), %eax cmpl _runs(%rip), %eax jge LBB2_47 ## %bb.6: ## in Loop: Header=BB2_5 Depth=1 movl $0, -1136(%rbp) movl $0, -1144(%rbp) movl $0, -1132(%rbp) movl $0, -1128(%rbp) movl $0, -1124(%rbp) movl $0, -1120(%rbp) movl $0, -1116(%rbp) LBB2_7: ## Parent Loop BB2_5 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB2_9 Depth 3 movl -1136(%rbp), %eax cmpl _anzhost(%rip), %eax jge LBB2_12 ## %bb.8: ## in Loop: Header=BB2_7 Depth=2 jmp LBB2_9 LBB2_9: ## Parent Loop BB2_5 Depth=1 ## Parent Loop BB2_7 Depth=2 ## => This Inner Loop Header: Depth=3 movl -1144(%rbp), %eax cmpl _units(%rip), %eax jge LBB2_11 ## %bb.10: ## in Loop: Header=BB2_9 Depth=3 movq -1200(%rbp), %rax ## 8-byte Reload movq -1208(%rbp), %rdx ## 8-byte Reload movslq -1136(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -1144(%rbp), %rcx movl $0, (%rax,%rcx,4) movl -1144(%rbp), %eax addl $1, %eax movl %eax, -1144(%rbp) jmp LBB2_9 LBB2_11: ## in Loop: Header=BB2_7 Depth=2 movl -1136(%rbp), %eax addl $1, %eax movl %eax, -1136(%rbp) movl $0, -1144(%rbp) jmp LBB2_7 LBB2_12: ## in Loop: Header=BB2_5 Depth=1 jmp LBB2_13 LBB2_13: ## Parent Loop BB2_5 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB2_25 Depth 3 movl -1116(%rbp), %eax cmpl _max_days(%rip), %eax jge LBB2_40 ## %bb.14: ## in Loop: Header=BB2_13 Depth=2 cmpl $1, -1132(%rbp) jne LBB2_16 ## %bb.15: ## in Loop: Header=BB2_5 Depth=1 jmp LBB2_40 LBB2_16: ## in Loop: Header=BB2_13 Depth=2 movl -1116(%rbp), %eax cltd idivl _units(%rip) cmpl $0, %edx jne LBB2_18 ## %bb.17: ## in Loop: Header=BB2_13 Depth=2 movl -1124(%rbp), %eax addl $1, %eax movl %eax, -1124(%rbp) movl -1120(%rbp), %eax addl $1, %eax movl %eax, -1120(%rbp) movl $0, -1128(%rbp) LBB2_18: ## in Loop: Header=BB2_13 Depth=2 movl -1116(%rbp), %eax addl $1, %eax movl %eax, -1116(%rbp) movl -1124(%rbp), %eax cmpl _anzhost(%rip), %eax jne LBB2_20 ## %bb.19: ## in Loop: Header=BB2_13 Depth=2 movl $0, -1124(%rbp) LBB2_20: ## in Loop: Header=BB2_13 Depth=2 callq _rand cltd idivl _anzhost(%rip) movl %edx, -1148(%rbp) movl -1124(%rbp), %eax cmpl -1148(%rbp), %eax jne LBB2_22 ## %bb.21: ## in Loop: Header=BB2_13 Depth=2 movl $1, -1128(%rbp) LBB2_22: ## in Loop: Header=BB2_13 Depth=2 cmpl $1, -1128(%rbp) jne LBB2_24 ## %bb.23: ## in Loop: Header=BB2_13 Depth=2 movq -1200(%rbp), %rax ## 8-byte Reload movq -1208(%rbp), %rdx ## 8-byte Reload movslq -1148(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -1124(%rbp), %rcx movl $1, (%rax,%rcx,4) LBB2_24: ## in Loop: Header=BB2_13 Depth=2 movl $0, -1136(%rbp) LBB2_25: ## Parent Loop BB2_5 Depth=1 ## Parent Loop BB2_13 Depth=2 ## => This Inner Loop Header: Depth=3 movl -1136(%rbp), %eax cmpl _units(%rip), %eax jge LBB2_32 ## %bb.26: ## in Loop: Header=BB2_25 Depth=3 movq -1200(%rbp), %rax ## 8-byte Reload movq -1208(%rbp), %rdx ## 8-byte Reload movslq -1148(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -1136(%rbp), %rcx cmpl $1, (%rax,%rcx,4) jne LBB2_28 ## %bb.27: ## in Loop: Header=BB2_25 Depth=3 movl -1136(%rbp), %eax addl $1, %eax movl %eax, -1136(%rbp) jmp LBB2_29 LBB2_28: ## in Loop: Header=BB2_13 Depth=2 jmp LBB2_32 LBB2_29: ## in Loop: Header=BB2_25 Depth=3 cmpl $7, -1136(%rbp) jne LBB2_31 ## %bb.30: ## in Loop: Header=BB2_25 Depth=3 movq -1184(%rbp), %rax ## 8-byte Reload movl -1156(%rbp), %ecx addl $1, %ecx movl %ecx, -1156(%rbp) movl -1116(%rbp), %edx movslq -1140(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl $1, -1132(%rbp) LBB2_31: ## in Loop: Header=BB2_25 Depth=3 jmp LBB2_25 LBB2_32: ## in Loop: Header=BB2_13 Depth=2 cmpl $1, _show(%rip) jne LBB2_34 ## %bb.33: ## in Loop: Header=BB2_13 Depth=2 movq -1200(%rbp), %rdi ## 8-byte Reload movq -1208(%rbp), %r11 ## 8-byte Reload movl _runs(%rip), %eax addl $-1, %eax movl %eax, _runs(%rip) movl -1148(%rbp), %esi movl -1124(%rbp), %edx movl -1120(%rbp), %ecx movl -1116(%rbp), %r8d movl -1128(%rbp), %r9d movl -1148(%rbp), %eax movslq -1148(%rbp), %r10 imulq %r11, %r10 movl (%rdi,%r10,4), %r10d movl %r10d, -1224(%rbp) ## 4-byte Spill movslq -1148(%rbp), %r10 imulq %r11, %r10 movl 4(%rdi,%r10,4), %r13d movslq -1148(%rbp), %r10 imulq %r11, %r10 movl 8(%rdi,%r10,4), %r12d movslq -1148(%rbp), %r10 imulq %r11, %r10 movl 12(%rdi,%r10,4), %r15d movslq -1148(%rbp), %r10 imulq %r11, %r10 movl 16(%rdi,%r10,4), %r14d movslq -1148(%rbp), %r10 imulq %r11, %r10 movl 20(%rdi,%r10,4), %ebx movslq -1148(%rbp), %r10 imulq %r11, %r10 movl 24(%rdi,%r10,4), %r11d movl -1140(%rbp), %r10d movl _runs(%rip), %edi movl %edi, -1220(%rbp) ## 4-byte Spill leaq L_.str.14(%rip), %rdi subq $80, %rsp movl %eax, (%rsp) movl -1224(%rbp), %eax ## 4-byte Reload movl %eax, 8(%rsp) movl -1220(%rbp), %eax ## 4-byte Reload movl %r13d, 16(%rsp) movl %r12d, 24(%rsp) movl %r15d, 32(%rsp) movl %r14d, 40(%rsp) movl %ebx, 48(%rsp) movl %r11d, 56(%rsp) movl %r10d, 64(%rsp) movl %eax, 72(%rsp) movb $0, %al callq _printf addq $80, %rsp movl _runs(%rip), %eax addl $1, %eax movl %eax, _runs(%rip) movl _pause_time(%rip), %edi callq _sleep LBB2_34: ## in Loop: Header=BB2_13 Depth=2 cmpl $1, -1132(%rbp) jne LBB2_39 ## %bb.35: ## in Loop: Header=BB2_13 Depth=2 movl -1116(%rbp), %esi movl -1140(%rbp), %edx leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf movsbl _commit(%rip), %eax cmpl $115, %eax je LBB2_37 ## %bb.36: ## in Loop: Header=BB2_13 Depth=2 movsbl _commit(%rip), %eax cmpl $97, %eax jne LBB2_38 LBB2_37: ## in Loop: Header=BB2_13 Depth=2 leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf leaq -1072(%rbp), %rsi leaq L_.str.17(%rip), %rdi movb $0, %al callq _scanf LBB2_38: ## in Loop: Header=BB2_13 Depth=2 jmp LBB2_39 LBB2_39: ## in Loop: Header=BB2_13 Depth=2 jmp LBB2_13 LBB2_40: ## in Loop: Header=BB2_5 Depth=1 cmpl $1, -1132(%rbp) je LBB2_45 ## %bb.41: ## in Loop: Header=BB2_5 Depth=1 movl -1152(%rbp), %eax addl $1, %eax movl %eax, -1152(%rbp) movl _max_days(%rip), %esi movl -1140(%rbp), %edx leaq L_.str.18(%rip), %rdi movb $0, %al callq _printf movsbl _commit(%rip), %eax cmpl $109, %eax je LBB2_43 ## %bb.42: ## in Loop: Header=BB2_5 Depth=1 movsbl _commit(%rip), %eax cmpl $97, %eax jne LBB2_44 LBB2_43: ## in Loop: Header=BB2_5 Depth=1 leaq L_.str.19(%rip), %rdi callq _system LBB2_44: ## in Loop: Header=BB2_5 Depth=1 movl _max_days(%rip), %eax movl %eax, -1116(%rbp) LBB2_45: ## in Loop: Header=BB2_5 Depth=1 jmp LBB2_46 LBB2_46: ## in Loop: Header=BB2_5 Depth=1 movl -1140(%rbp), %eax addl $1, %eax movl %eax, -1140(%rbp) jmp LBB2_5 LBB2_47: cmpl $0, -1156(%rbp) jle LBB2_55 ## %bb.48: movl $0, -1116(%rbp) movl $0, -1136(%rbp) LBB2_49: ## =>This Inner Loop Header: Depth=1 movl -1136(%rbp), %eax cmpl _runs(%rip), %eax jge LBB2_54 ## %bb.50: ## in Loop: Header=BB2_49 Depth=1 movq -1184(%rbp), %rax ## 8-byte Reload movslq -1136(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jle LBB2_52 ## %bb.51: ## in Loop: Header=BB2_49 Depth=1 movq -1184(%rbp), %rcx ## 8-byte Reload movl -1116(%rbp), %eax movslq -1136(%rbp), %rdx addl (%rcx,%rdx,4), %eax movl %eax, -1116(%rbp) LBB2_52: ## in Loop: Header=BB2_49 Depth=1 jmp LBB2_53 LBB2_53: ## in Loop: Header=BB2_49 Depth=1 movl -1136(%rbp), %eax addl $1, %eax movl %eax, -1136(%rbp) jmp LBB2_49 LBB2_54: movl -1116(%rbp), %eax cltd idivl -1156(%rbp) movl %eax, -1116(%rbp) LBB2_55: movl _runs(%rip), %eax addl $-1, %eax movl %eax, _runs(%rip) imull $100, -1152(%rbp), %eax cltd idivl _runs(%rip) cvtsi2ss %eax, %xmm0 movss %xmm0, -1164(%rbp) imull $100, -1156(%rbp), %eax cltd idivl _runs(%rip) cvtsi2ss %eax, %xmm0 movss %xmm0, -1160(%rbp) leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf movl -1152(%rbp), %esi movss -1164(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movl -1156(%rbp), %edx movss -1160(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movl -1116(%rbp), %ecx leaq L_.str.21(%rip), %rdi movb $2, %al callq _printf movl $0, -1076(%rbp) movq -1096(%rbp), %rax movq %rax, %rsp movl -1076(%rbp), %eax movl %eax, -1228(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -48(%rbp), %rcx cmpq %rcx, %rax jne LBB2_57 ## %bb.56: movl -1228(%rbp), %eax ## 4-byte Reload leaq -40(%rbp), %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq LBB2_57: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __DATA,__data .globl _units ## @units .p2align 2 _units: .long 10 ## 0xa .globl _anzhost ## @anzhost .p2align 2 _anzhost: .long 7 ## 0x7 .globl _max_days ## @max_days .p2align 2 _max_days: .long 500 ## 0x1f4 .globl _runs ## @runs .p2align 2 _runs: .long 100 ## 0x64 .globl _show ## @show .zerofill __DATA,__common,_show,4,2 .globl _pause_time ## @pause_time .zerofill __DATA,__common,_pause_time,4,2 .globl _commit ## @commit _commit: .byte 110 ## 0x6e .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n%s usage:\t%s\t-u units, number of days to keep track (DEFAULT: 7)\n\t\t\t\t\t-h number of hostages (DEFAULT: 10)\n\t\t\t\t\t-d maximum days (DEFAULT: 500)\n\t\t\t\t\t-r runs (DEFAULT: 100)\n\t\t\t\t\t-c require commit for certain types (DEFAULT: n) [possible types: a(ll), s(uccess) only, m(issed) only, n(one)]\n\t\t\t\t\t-s show mode (DEFAULT: 0)\n\n\t-->If you call -s without a time parameter it uses the default pause,\n\tbut enables the show mode. (!!THIS MUST BE THE LAST ARGUMENT!!)\n\t is on MS Windows in milliseconds and on Linux in seconds (afaik)\n\n\nIf you call %s without arguments, the default values will be taken.\n" L_.str.1: ## @.str.1 .asciz "\n\n\t\t\t\t\t\t\t\t\t\t\t\t\tby 0di 2oo4\n\n" L_.str.2: ## @.str.2 .asciz "\n\nUSE\n\t\t%s -H OR\n\t\t%s /?\nfor HELP\n\n" L_.str.3: ## @.str.3 .asciz "!!! too many arguments !!!\n" L_.str.4: ## @.str.4 .asciz "SHOW MODE ON\nPAUSE: %i\n" L_.str.5: ## @.str.5 .asciz "unknown option %s\n" L_.str.6: ## @.str.6 .asciz "RUNS: %i\n" L_.str.7: ## @.str.7 .asciz "UNITS: %i\n" L_.str.8: ## @.str.8 .asciz "HOSTAGES: %i\n" L_.str.9: ## @.str.9 .asciz "MAX_DAYS: %i\n" L_.str.10: ## @.str.10 .asciz "COMMIT: %c\n" L_.str.11: ## @.str.11 .asciz "SHOW MODE: ON\n" L_.str.12: ## @.str.12 .asciz "PAUSE: %i" L_.str.13: ## @.str.13 .asciz "SHOW MODE: OFF" L_.str.14: ## @.str.14 .asciz "Current Hostage:\t%i\nHostage Unit:\t\t%i\nUNITS:\t\t\t%i\nTotal Days:\t\t%i\nLIGHT:\t\t\t%i\t\t\t\tHOD(%i): %i %i %i %i %i %i %i\nRUN: %i of %i\n\n" L_.str.15: ## @.str.15 .asciz "\n\nHOSTAGES WERE RELEASED!!! After %i days (%i. run)\n\n" L_.str.16: ## @.str.16 .asciz "\n[Press Enter to continue]\n" L_.str.17: ## @.str.17 .asciz "%[^\n]" L_.str.18: ## @.str.18 .asciz "MISSED! The Hostage weren't released within %i days (%i. run)\n\n" L_.str.19: ## @.str.19 .asciz "pause" L_.str.20: ## @.str.20 .asciz "\n\n\n------------------TOTAL-------------------------------" L_.str.21: ## @.str.21 .asciz "\n\nMISS: %i (%f %%)\n\nSUCCESS: %i (%f %%)\n\n\nAverage days: %i\n\n\n" .subsections_via_symbols
the_stack_data/6388610.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _heapify ; -- Begin function heapify .p2align 2 _heapify: ; @heapify .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str w2, [sp, #16] ldr w8, [sp, #16] str w8, [sp, #12] ldr w9, [sp, #16] mov w8, #2 mul w9, w8, w9 add w9, w9, #1 str w9, [sp, #8] ldr w9, [sp, #16] mul w8, w8, w9 add w8, w8, #2 str w8, [sp, #4] ldr w8, [sp, #8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldur x8, [x29, #-8] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] ldur x9, [x29, #-8] ldrsw x10, [sp, #12] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr w8, [sp, #8] str w8, [sp, #12] b LBB0_3 LBB0_3: ldr w8, [sp, #4] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ldur x8, [x29, #-8] ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] ldur x9, [x29, #-8] ldrsw x10, [sp, #12] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldr w8, [sp, #4] str w8, [sp, #12] b LBB0_6 LBB0_6: ldr w8, [sp, #12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur x8, [x29, #-8] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] str w8, [sp] ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldur x9, [x29, #-8] ldrsw x10, [sp, #16] str w8, [x9, x10, lsl #2] ldr w8, [sp] ldur x9, [x29, #-8] ldrsw x10, [sp, #12] str w8, [x9, x10, lsl #2] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr w2, [sp, #12] bl _heapify b LBB0_8 LBB0_8: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _build_max_heap ; -- Begin function build_max_heap .p2align 2 _build_max_heap: ; @build_max_heap .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 w8, [x29, #-12] mov w9, #2 sdiv w8, w8, w9 subs w8, w8, #1 str w8, [sp, #16] ldr w8, [sp, #16] str w8, [sp, #12] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr w2, [sp, #12] bl _heapify b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB1_1 LBB1_4: 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: 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, #96 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-12] bl _clock stur x0, [x29, #-32] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp sub x8, x29, #16 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, #-16] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-40] lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-80] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-80] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-72] ; 8-byte Folded Spill stur x8, [x29, #-48] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldursw x9, [x29, #-20] add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf add sp, sp, #16 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB2_1 LBB2_4: ldur x0, [x29, #-72] ; 8-byte Folded Reload ldur w1, [x29, #-16] bl _build_max_heap adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB2_5 LBB2_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_8 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_5 Depth=1 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldursw x9, [x29, #-20] 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.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf add sp, sp, #16 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_5 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB2_5 LBB2_8: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp sub x8, x29, #52 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, #-52] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_14 b LBB2_9 LBB2_9: ldur w8, [x29, #-52] subs w8, w8, #1 stur w8, [x29, #-20] b LBB2_10 LBB2_10: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_13 b LBB2_11 LBB2_11: ; in Loop: Header=BB2_10 Depth=1 ldur x9, [x29, #-72] ; 8-byte Folded Reload ldur w8, [x29, #-20] add w8, w8, #1 ldr w8, [x9, w8, sxtw #2] ldursw x10, [x29, #-20] str w8, [x9, x10, lsl #2] b LBB2_12 LBB2_12: ; in Loop: Header=BB2_10 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB2_10 LBB2_13: ldur w8, [x29, #-16] subs w8, w8, #1 stur w8, [x29, #-16] b LBB2_14 LBB2_14: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB2_15 LBB2_15: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] 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, #-72] ; 8-byte Folded Reload ldursw x9, [x29, #-20] 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.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf add sp, sp, #16 b LBB2_17 LBB2_17: ; in Loop: Header=BB2_15 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB2_15 LBB2_18: bl _clock ldur x8, [x29, #-32] subs x8, x0, x8 stur x8, [x29, #-32] ldur d0, [x29, #-32] ucvtf d0, d0 adrp x8, lCPI2_0@PAGE ldr d1, [x8, lCPI2_0@PAGEOFF] fdiv d0, d0, d1 stur d0, [x29, #-64] ldur d0, [x29, #-64] sub sp, sp, #16 mov x8, sp str d0, [x8] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf add sp, sp, #16 stur wzr, [x29, #-12] ldur x8, [x29, #-40] mov sp, x8 ldur w8, [x29, #-12] stur w8, [x29, #-84] ; 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_20 b LBB2_19 LBB2_19: bl ___stack_chk_fail LBB2_20: ldur w0, [x29, #-84] ; 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 "enter the size of array\n" l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "enter the elements of array\n" l_.str.3: ; @.str.3 .asciz "Max Heap is as Follows....\n" l_.str.4: ; @.str.4 .asciz "%d\t" l_.str.5: ; @.str.5 .asciz "\nenter the position you want to delete\n" l_.str.6: ; @.str.6 .asciz "\nDELETED\n" l_.str.7: ; @.str.7 .asciz "\nTime Taken: %f\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _heapify ## -- Begin function heapify .p2align 4, 0x90 _heapify: ## @heapify .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl -16(%rbp), %eax movl %eax, -20(%rbp) movl -16(%rbp), %eax shll $1, %eax addl $1, %eax movl %eax, -24(%rbp) movl -16(%rbp), %eax shll $1, %eax addl $2, %eax movl %eax, -28(%rbp) movl -24(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_3 ## %bb.1: movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax movq -8(%rbp), %rcx movslq -20(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax jle LBB0_3 ## %bb.2: movl -24(%rbp), %eax movl %eax, -20(%rbp) LBB0_3: movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_6 ## %bb.4: movq -8(%rbp), %rax movslq -28(%rbp), %rcx movl (%rax,%rcx,4), %eax movq -8(%rbp), %rcx movslq -20(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax jle LBB0_6 ## %bb.5: movl -28(%rbp), %eax movl %eax, -20(%rbp) LBB0_6: movl -20(%rbp), %eax cmpl -16(%rbp), %eax je LBB0_8 ## %bb.7: movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -32(%rbp) movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -32(%rbp), %edx movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -20(%rbp), %edx callq _heapify LBB0_8: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _build_max_heap ## -- Begin function build_max_heap .p2align 4, 0x90 _build_max_heap: ## @build_max_heap .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl -12(%rbp), %eax movl $2, %ecx cltd idivl %ecx subl $1, %eax movl %eax, -16(%rbp) movl -16(%rbp), %eax movl %eax, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -20(%rbp) jl LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -20(%rbp), %edx callq _heapify ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) jmp LBB1_1 LBB1_4: addq $32, %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,__literal16,16byte_literals .p2align 4 LCPI2_1: .long 1127219200 ## 0x43300000 .long 1160773632 ## 0x45300000 .long 0 ## 0x0 .long 0 ## 0x0 LCPI2_2: .quad 0x4330000000000000 ## double 4503599627370496 .quad 0x4530000000000000 ## double 1.9342813113834067E+25 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) callq _clock movq %rax, -32(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -81(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -81(%rbp), %al ## 1-byte Reload leaq L_.str.1(%rip), %rdi leaq -16(%rbp), %rsi callq _scanf movl -16(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -80(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -40(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -80(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -72(%rbp) ## 8-byte Spill movq %rax, -48(%rbp) leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -72(%rbp), %rsi ## 8-byte Reload movslq -20(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_1 LBB2_4: movq -72(%rbp), %rdi ## 8-byte Reload movl -16(%rbp), %esi callq _build_max_heap leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB2_5: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB2_8 ## %bb.6: ## in Loop: Header=BB2_5 Depth=1 movq -72(%rbp), %rax ## 8-byte Reload movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB2_5 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_5 LBB2_8: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -52(%rbp), %rsi movb $0, %al callq _scanf movl -52(%rbp), %eax cmpl -16(%rbp), %eax jg LBB2_14 ## %bb.9: movl -52(%rbp), %eax subl $1, %eax movl %eax, -20(%rbp) LBB2_10: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB2_13 ## %bb.11: ## in Loop: Header=BB2_10 Depth=1 movq -72(%rbp), %rax ## 8-byte Reload movl -20(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edx movslq -20(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.12: ## in Loop: Header=BB2_10 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_10 LBB2_13: movl -16(%rbp), %eax subl $1, %eax movl %eax, -16(%rbp) LBB2_14: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB2_15: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB2_18 ## %bb.16: ## in Loop: Header=BB2_15 Depth=1 movq -72(%rbp), %rax ## 8-byte Reload movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf ## %bb.17: ## in Loop: Header=BB2_15 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_15 LBB2_18: callq _clock movq -32(%rbp), %rcx subq %rcx, %rax movq %rax, -32(%rbp) movaps LCPI2_1(%rip), %xmm1 ## xmm1 = [1127219200,1160773632,0,0] movq -32(%rbp), %xmm0 ## xmm0 = mem[0],zero punpckldq %xmm1, %xmm0 ## xmm0 = xmm0[0],xmm1[0],xmm0[1],xmm1[1] movapd LCPI2_2(%rip), %xmm1 ## xmm1 = [4.503599627370496E+15,1.9342813113834067E+25] subpd %xmm1, %xmm0 movaps %xmm0, %xmm1 unpckhpd %xmm0, %xmm0 ## xmm0 = xmm0[1,1] addsd %xmm1, %xmm0 movsd LCPI2_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, -64(%rbp) movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.7(%rip), %rdi movb $1, %al callq _printf movl $0, -12(%rbp) movq -40(%rbp), %rax movq %rax, %rsp movl -12(%rbp), %eax movl %eax, -88(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_20 ## %bb.19: movl -88(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB2_20: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "enter the size of array\n" L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "enter the elements of array\n" L_.str.3: ## @.str.3 .asciz "Max Heap is as Follows....\n" L_.str.4: ## @.str.4 .asciz "%d\t" L_.str.5: ## @.str.5 .asciz "\nenter the position you want to delete\n" L_.str.6: ## @.str.6 .asciz "\nDELETED\n" L_.str.7: ## @.str.7 .asciz "\nTime Taken: %f\n" .subsections_via_symbols
the_stack_data/866778.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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill mov w8, #0 str w8, [sp, #28] ; 4-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] mov w8, #25246 stur w8, [x29, #-24] adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF stur x8, [x29, #-32] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x0, [x8] mov x1, #0 bl _setbuf ldr w1, [sp, #28] ; 4-byte Folded Reload adrp x8, l_.str.1@PAGE add x8, x8, l_.str.1@PAGEOFF str x8, [sp, #80] mov w8, #1 str w8, [sp, #24] ; 4-byte Folded Spill str w8, [sp, #60] sub x0, x29, #80 str x0, [sp, #40] ; 8-byte Folded Spill mov x2, #48 bl _memset ldr w8, [sp, #24] ; 4-byte Folded Reload ldr w1, [sp, #28] ; 4-byte Folded Reload mov w9, #2 stur w9, [x29, #-76] stur w8, [x29, #-72] ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] add x0, sp, #74 str x0, [sp, #32] ; 8-byte Folded Spill mov x2, #6 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl ___sprintf_chk ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #80] sub x3, x29, #88 bl _getaddrinfo str w0, [sp, #92] subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #8] ; 8-byte Folded Spill ldr w0, [sp, #92] bl _gai_strerror mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_2: ldur x8, [x29, #-88] str x8, [sp, #96] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #96] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #96] ldr w0, [x8, #4] ldr x8, [sp, #96] ldr w1, [x8, #8] ldr x8, [sp, #96] ldr w2, [x8, #12] bl _socket str w0, [sp, #68] adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf b LBB0_11 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 ldr w0, [sp, #68] mov w1, #65535 mov w4, #4 mov x2, x4 add x3, sp, #60 bl _setsockopt adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_8: ; in Loop: Header=BB0_3 Depth=1 ldr w0, [sp, #68] ldr x8, [sp, #96] ldr x1, [x8, #32] ldr x8, [sp, #96] ldr w2, [x8, #16] bl _bind adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=1 ldr w0, [sp, #68] bl _close ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf b LBB0_11 LBB0_10: b LBB0_12 LBB0_11: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #96] ldr x8, [x8, #40] str x8, [sp, #96] b LBB0_3 LBB0_12: ldur x0, [x29, #-88] bl _freeaddrinfo ldr x8, [sp, #96] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_14: ldr w0, [sp, #68] mov w1, #5 bl _listen adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_16: b LBB0_17 LBB0_17: ; =>This Inner Loop Header: Depth=1 ldr w0, [sp, #68] mov x2, #0 mov x1, x2 bl _accept str w0, [sp, #64] ldr w8, [sp, #64] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_19: ; in Loop: Header=BB0_17 Depth=1 ldur x0, [x29, #-32] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _fopen str x0, [sp, #48] ldr x8, [sp, #48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_21: ; in Loop: Header=BB0_17 Depth=1 ldr x0, [sp, #48] ldr w1, [sp, #64] bl _send_file ldr x0, [sp, #48] bl _fclose ldr w0, [sp, #64] bl _close b LBB0_17 .cfi_endproc ; -- End function .globl _send_file ; -- Begin function send_file .p2align 2 _send_file: ; @send_file .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, #576 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #48] str w1, [sp, #44] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_5 Depth 2 ldr x0, [sp, #48] bl _feof subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_10 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x3, [sp, #48] add x0, sp, #56 mov x1, #1 mov x2, #512 bl _fread str x0, [sp, #32] ldr x8, [sp, #32] adds x8, x8, #1 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_4: ; in Loop: Header=BB1_1 Depth=1 str xzr, [sp, #24] ldr x8, [sp, #32] str x8, [sp, #16] b LBB1_5 LBB1_5: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #24] ldr x9, [sp, #32] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB1_9 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=2 ldr w0, [sp, #44] ldr x9, [sp, #24] add x8, sp, #56 add x1, x8, x9 ldr x2, [sp, #16] mov w3, #0 bl _send mov x8, x0 str w8, [sp, #12] ldr w8, [sp, #12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_8: ; in Loop: Header=BB1_5 Depth=2 ldrsw x9, [sp, #12] ldr x8, [sp, #24] add x8, x8, x9 str x8, [sp, #24] ldrsw x9, [sp, #12] ldr x8, [sp, #16] subs x8, x8, x9 str x8, [sp, #16] b LBB1_5 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 add x0, sp, #56 mov x1, #512 bl _bzero b LBB1_1 LBB1_10: 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: add sp, sp, #576 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 "hello_world.txt" l_.str.1: ; @.str.1 .asciz "127.0.0.1" l_.str.2: ; @.str.2 .asciz "%d" l_.str.3: ; @.str.3 .asciz "Server: Error in getaddrinfo: %s\n" l_.str.4: ; @.str.4 .asciz "Server: Error in socket" l_.str.5: ; @.str.5 .asciz "Server: Error in setsockopt" l_.str.6: ; @.str.6 .asciz "Server: Error in bind" l_.str.7: ; @.str.7 .asciz "Server: Server failed to bind" l_.str.8: ; @.str.8 .asciz "Server: Failed in listen" l_.str.9: ; @.str.9 .asciz "Server: Failed in accept" l_.str.10: ; @.str.10 .asciz "r" l_.str.11: ; @.str.11 .asciz "Server: Error in opening file." l_.str.12: ; @.str.12 .asciz "Server: Error in fread" l_.str.13: ; @.str.13 .asciz "Server: Error in send" .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 movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl $25246, -24(%rbp) ## imm = 0x629E leaq L_.str(%rip), %rax movq %rax, -32(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi xorl %eax, %eax movl %eax, %esi callq _setbuf leaq L_.str.1(%rip), %rax movq %rax, -112(%rbp) movl $1, -132(%rbp) leaq -80(%rbp), %rdi xorl %esi, %esi movl $48, %edx callq _memset movl $2, -76(%rbp) movl $1, -72(%rbp) leaq -118(%rbp), %rdi movl -24(%rbp), %r8d xorl %esi, %esi movl $6, %edx leaq L_.str.2(%rip), %rcx movb $0, %al callq ___sprintf_chk movq -112(%rbp), %rdi leaq -118(%rbp), %rsi leaq -80(%rbp), %rdx leaq -88(%rbp), %rcx callq _getaddrinfo movl %eax, -100(%rbp) cmpl $0, %eax je LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -152(%rbp) ## 8-byte Spill movl -100(%rbp), %edi callq _gai_strerror movq -152(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.3(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_2: movq -88(%rbp), %rax movq %rax, -96(%rbp) LBB0_3: ## =>This Inner Loop Header: Depth=1 cmpq $0, -96(%rbp) je LBB0_12 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movq -96(%rbp), %rax movl 4(%rax), %edi movq -96(%rbp), %rax movl 8(%rax), %esi movq -96(%rbp), %rax movl 12(%rax), %edx callq _socket movl %eax, -124(%rbp) cmpl $-1, %eax jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.4(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_11 LBB0_6: ## in Loop: Header=BB0_3 Depth=1 movl -124(%rbp), %edi leaq -132(%rbp), %rcx movl $65535, %esi ## imm = 0xFFFF movl $4, %r8d movl %r8d, %edx callq _setsockopt cmpl $-1, %eax jne LBB0_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.5(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_8: ## in Loop: Header=BB0_3 Depth=1 movl -124(%rbp), %edi movq -96(%rbp), %rax movq 32(%rax), %rsi movq -96(%rbp), %rax movl 16(%rax), %edx callq _bind cmpl $-1, %eax jne LBB0_10 ## %bb.9: ## in Loop: Header=BB0_3 Depth=1 movl -124(%rbp), %edi callq _close movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.6(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_11 LBB0_10: jmp LBB0_12 LBB0_11: ## in Loop: Header=BB0_3 Depth=1 movq -96(%rbp), %rax movq 40(%rax), %rax movq %rax, -96(%rbp) jmp LBB0_3 LBB0_12: movq -88(%rbp), %rdi callq _freeaddrinfo cmpq $0, -96(%rbp) jne LBB0_14 ## %bb.13: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.7(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_14: movl -124(%rbp), %edi movl $5, %esi callq _listen cmpl $-1, %eax jne LBB0_16 ## %bb.15: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.8(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_16: jmp LBB0_17 LBB0_17: ## =>This Inner Loop Header: Depth=1 movl -124(%rbp), %edi xorl %eax, %eax movl %eax, %edx movq %rdx, %rsi callq _accept movl %eax, -128(%rbp) cmpl $-1, -128(%rbp) jne LBB0_19 ## %bb.18: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_19: ## in Loop: Header=BB0_17 Depth=1 movq -32(%rbp), %rdi leaq L_.str.10(%rip), %rsi callq _fopen movq %rax, -144(%rbp) cmpq $0, -144(%rbp) jne LBB0_21 ## %bb.20: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.11(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_21: ## in Loop: Header=BB0_17 Depth=1 movq -144(%rbp), %rdi movl -128(%rbp), %esi callq _send_file movq -144(%rbp), %rdi callq _fclose movl -128(%rbp), %edi callq _close jmp LBB0_17 .cfi_endproc ## -- End function .globl _send_file ## -- Begin function send_file .p2align 4, 0x90 _send_file: ## @send_file .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $576, %rsp ## imm = 0x240 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -536(%rbp) movl %esi, -540(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_5 Depth 2 movq -536(%rbp), %rdi callq _feof cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB1_2 jmp LBB1_10 LBB1_2: ## in Loop: Header=BB1_1 Depth=1 leaq -528(%rbp), %rdi movq -536(%rbp), %rcx movl $1, %esi movl $512, %edx ## imm = 0x200 callq _fread movq %rax, -552(%rbp) cmpq $-1, -552(%rbp) jne LBB1_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.12(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_4: ## in Loop: Header=BB1_1 Depth=1 movq $0, -560(%rbp) movq -552(%rbp), %rax movq %rax, -568(%rbp) LBB1_5: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -560(%rbp), %rax cmpq -552(%rbp), %rax jae LBB1_9 ## %bb.6: ## in Loop: Header=BB1_5 Depth=2 movl -540(%rbp), %edi leaq -528(%rbp), %rsi addq -560(%rbp), %rsi movq -568(%rbp), %rdx xorl %ecx, %ecx callq _send ## kill: def $eax killed $eax killed $rax movl %eax, -572(%rbp) cmpl $-1, -572(%rbp) jne LBB1_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.13(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_8: ## in Loop: Header=BB1_5 Depth=2 movslq -572(%rbp), %rax addq -560(%rbp), %rax movq %rax, -560(%rbp) movslq -572(%rbp), %rcx movq -568(%rbp), %rax subq %rcx, %rax movq %rax, -568(%rbp) jmp LBB1_5 LBB1_9: ## in Loop: Header=BB1_1 Depth=1 leaq -528(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset jmp LBB1_1 LBB1_10: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_12 ## %bb.11: addq $576, %rsp ## imm = 0x240 popq %rbp retq LBB1_12: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "hello_world.txt" L_.str.1: ## @.str.1 .asciz "127.0.0.1" L_.str.2: ## @.str.2 .asciz "%d" L_.str.3: ## @.str.3 .asciz "Server: Error in getaddrinfo: %s\n" L_.str.4: ## @.str.4 .asciz "Server: Error in socket" L_.str.5: ## @.str.5 .asciz "Server: Error in setsockopt" L_.str.6: ## @.str.6 .asciz "Server: Error in bind" L_.str.7: ## @.str.7 .asciz "Server: Server failed to bind" L_.str.8: ## @.str.8 .asciz "Server: Failed in listen" L_.str.9: ## @.str.9 .asciz "Server: Failed in accept" L_.str.10: ## @.str.10 .asciz "r" L_.str.11: ## @.str.11 .asciz "Server: Error in opening file." L_.str.12: ## @.str.12 .asciz "Server: Error in fread" L_.str.13: ## @.str.13 .asciz "Server: Error in send" .subsections_via_symbols
the_stack_data/182954310.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/88472.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__const .p2align 3 ; @xpm_icon_0 _xpm_icon_0: .quad l_.str .quad l_.str.1 .quad l_.str.2 .quad l_.str.3 .quad l_.str.4 .quad l_.str.5 .quad l_.str.6 .quad l_.str.7 .quad l_.str.8 .quad l_.str.9 .quad l_.str.10 .quad l_.str.11 .quad l_.str.12 .quad l_.str.13 .quad l_.str.14 .quad l_.str.15 .quad l_.str.16 .quad l_.str.17 .quad l_.str.18 .quad l_.str.19 .quad l_.str.20 .quad l_.str.21 .quad l_.str.22 .quad l_.str.23 .quad l_.str.24 .quad l_.str.25 .quad l_.str.26 .quad l_.str.27 .quad l_.str.28 .quad l_.str.29 .quad l_.str.30 .quad l_.str.31 .quad l_.str.32 .quad l_.str.33 .quad l_.str.34 .quad l_.str.35 .quad l_.str.36 .quad l_.str.37 .quad l_.str.38 .quad l_.str.39 .quad l_.str.40 .quad l_.str.41 .quad l_.str.42 .quad l_.str.43 .quad l_.str.44 .quad l_.str.45 .quad l_.str.46 .quad l_.str.47 .quad l_.str.48 .quad l_.str.49 .quad l_.str.50 .quad l_.str.51 .quad l_.str.52 .quad l_.str.53 .quad l_.str.54 .quad l_.str.55 .quad l_.str.56 .quad l_.str.57 .quad l_.str.58 .quad l_.str.59 .quad l_.str.60 .quad l_.str.61 .quad l_.str.62 .quad l_.str.63 .quad l_.str.64 .quad l_.str.65 .quad l_.str.66 .quad l_.str.67 .quad l_.str.68 .quad l_.str.69 .quad l_.str.70 .quad l_.str.71 .quad l_.str.72 .quad l_.str.73 .quad l_.str.74 .quad l_.str.75 .quad l_.str.76 .quad l_.str.77 .quad l_.str.78 .quad l_.str.79 .quad l_.str.80 .quad l_.str.81 .quad l_.str.82 .quad l_.str.83 .quad l_.str.84 .quad l_.str.85 .quad l_.str.86 .quad l_.str.87 .quad l_.str.88 .quad l_.str.89 .quad l_.str.90 .quad l_.str.91 .quad l_.str.92 .quad l_.str.93 .quad l_.str.94 .quad l_.str.95 .quad l_.str.96 .quad l_.str.97 .quad l_.str.98 .quad l_.str.99 .quad l_.str.100 .quad l_.str.101 .quad l_.str.102 .quad l_.str.103 .quad l_.str.104 .quad l_.str.105 .quad l_.str.106 .quad l_.str.107 .quad l_.str.108 .quad l_.str.109 .quad l_.str.110 .quad l_.str.111 .quad l_.str.112 .quad l_.str.113 .quad l_.str.114 .quad l_.str.115 .quad l_.str.116 .quad l_.str.117 .quad l_.str.118 .quad l_.str.119 .quad l_.str.120 .quad l_.str.121 .quad l_.str.122 .quad l_.str.123 .quad l_.str.124 .quad l_.str.125 .quad l_.str.126 .quad l_.str.127 .quad l_.str.128 .quad l_.str.129 .quad l_.str.130 .quad l_.str.131 .quad l_.str.132 .quad l_.str.133 .quad l_.str.134 .quad l_.str.135 .quad l_.str.136 .quad l_.str.137 .quad l_.str.138 .quad l_.str.139 .quad l_.str.140 .quad l_.str.141 .quad l_.str.142 .quad l_.str.143 .quad l_.str.144 .quad l_.str.145 .quad l_.str.146 .quad l_.str.147 .quad l_.str.148 .quad l_.str.149 .quad l_.str.150 .quad l_.str.151 .quad l_.str.152 .quad l_.str.153 .quad l_.str.154 .quad l_.str.155 .quad l_.str.156 .quad l_.str.157 .quad l_.str.158 .quad l_.str.159 .quad l_.str.160 .quad l_.str.161 .quad l_.str.162 .quad l_.str.163 .quad l_.str.164 .quad l_.str.165 .quad l_.str.166 .quad l_.str.167 .quad l_.str.168 .quad l_.str.169 .quad l_.str.170 .quad l_.str.171 .quad l_.str.172 .quad l_.str.173 .quad l_.str.174 .quad l_.str.175 .quad l_.str.176 .quad l_.str.177 .quad l_.str.178 .quad l_.str.179 .quad l_.str.180 .quad l_.str.181 .quad l_.str.182 .quad l_.str.183 .quad l_.str.184 .quad l_.str.185 .quad l_.str.186 .quad l_.str.187 .quad l_.str.188 .quad l_.str.189 .quad l_.str.190 .quad l_.str.191 .quad l_.str.192 .quad l_.str.193 .quad l_.str.194 .quad l_.str.195 .quad l_.str.196 .quad l_.str.197 .quad l_.str.198 .quad l_.str.199 .quad l_.str.200 .quad l_.str.201 .quad l_.str.202 .quad l_.str.203 .quad l_.str.204 .quad l_.str.205 .quad l_.str.206 .quad l_.str.207 .quad l_.str.208 .quad l_.str.209 .quad l_.str.210 .quad l_.str.211 .quad l_.str.212 .quad l_.str.213 .quad l_.str.214 .quad l_.str.215 .quad l_.str.216 .quad l_.str.217 .quad l_.str.218 .quad l_.str.219 .quad l_.str.220 .quad l_.str.221 .quad l_.str.222 .quad l_.str.223 .quad l_.str.224 .quad l_.str.225 .quad l_.str.226 .quad l_.str.227 .quad l_.str.228 .quad l_.str.229 .quad l_.str.230 .quad l_.str.231 .quad l_.str.232 .quad l_.str.233 .quad l_.str.234 .quad l_.str.235 .quad l_.str.236 .quad l_.str.237 .quad l_.str.238 .quad l_.str.239 .quad l_.str.240 .quad l_.str.241 .quad l_.str.242 .quad l_.str.243 .quad l_.str.244 .quad l_.str.245 .quad l_.str.246 .quad l_.str.247 .p2align 3 ; @xpm_icon_1 _xpm_icon_1: .quad l_.str.248 .quad l_.str.249 .quad l_.str.250 .quad l_.str.251 .quad l_.str.252 .quad l_.str.253 .quad l_.str.254 .quad l_.str.255 .quad l_.str.256 .quad l_.str.257 .quad l_.str.258 .quad l_.str.259 .quad l_.str.260 .quad l_.str.261 .quad l_.str.262 .quad l_.str.263 .quad l_.str.264 .quad l_.str.265 .quad l_.str.266 .quad l_.str.267 .quad l_.str.268 .quad l_.str.269 .quad l_.str.270 .quad l_.str.271 .quad l_.str.272 .quad l_.str.273 .quad l_.str.274 .quad l_.str.275 .quad l_.str.276 .quad l_.str.277 .quad l_.str.278 .quad l_.str.279 .quad l_.str.280 .quad l_.str.281 .quad l_.str.282 .quad l_.str.283 .quad l_.str.284 .quad l_.str.285 .quad l_.str.286 .quad l_.str.287 .quad l_.str.288 .quad l_.str.289 .quad l_.str.290 .quad l_.str.291 .quad l_.str.292 .quad l_.str.293 .quad l_.str.294 .quad l_.str.295 .quad l_.str.296 .quad l_.str.297 .quad l_.str.298 .quad l_.str.299 .quad l_.str.300 .quad l_.str.301 .quad l_.str.302 .quad l_.str.303 .quad l_.str.304 .quad l_.str.305 .quad l_.str.306 .quad l_.str.307 .quad l_.str.308 .quad l_.str.309 .quad l_.str.310 .quad l_.str.311 .quad l_.str.312 .quad l_.str.313 .quad l_.str.314 .quad l_.str.315 .quad l_.str.316 .quad l_.str.317 .quad l_.str.318 .quad l_.str.319 .quad l_.str.320 .quad l_.str.321 .quad l_.str.322 .quad l_.str.323 .quad l_.str.324 .quad l_.str.325 .quad l_.str.326 .quad l_.str.327 .quad l_.str.328 .quad l_.str.329 .quad l_.str.330 .quad l_.str.331 .quad l_.str.332 .quad l_.str.333 .quad l_.str.334 .quad l_.str.335 .quad l_.str.336 .quad l_.str.337 .quad l_.str.338 .quad l_.str.339 .quad l_.str.340 .quad l_.str.341 .quad l_.str.342 .quad l_.str.343 .quad l_.str.344 .quad l_.str.345 .quad l_.str.346 .quad l_.str.347 .quad l_.str.348 .quad l_.str.349 .quad l_.str.350 .quad l_.str.351 .quad l_.str.352 .quad l_.str.353 .quad l_.str.354 .quad l_.str.355 .quad l_.str.356 .quad l_.str.357 .quad l_.str.358 .quad l_.str.359 .quad l_.str.360 .quad l_.str.361 .quad l_.str.362 .quad l_.str.363 .quad l_.str.364 .quad l_.str.365 .quad l_.str.366 .quad l_.str.367 .quad l_.str.368 .quad l_.str.369 .quad l_.str.370 .quad l_.str.371 .quad l_.str.372 .quad l_.str.373 .quad l_.str.374 .quad l_.str.375 .quad l_.str.376 .quad l_.str.377 .quad l_.str.378 .quad l_.str.379 .quad l_.str.380 .quad l_.str.381 .quad l_.str.382 .quad l_.str.383 .quad l_.str.384 .quad l_.str.385 .quad l_.str.386 .quad l_.str.387 .quad l_.str.388 .quad l_.str.389 .quad l_.str.390 .quad l_.str.391 .quad l_.str.392 .quad l_.str.393 .quad l_.str.394 .quad l_.str.395 .quad l_.str.396 .quad l_.str.397 .quad l_.str.398 .quad l_.str.399 .quad l_.str.400 .quad l_.str.401 .quad l_.str.402 .quad l_.str.403 .quad l_.str.404 .quad l_.str.405 .quad l_.str.406 .quad l_.str.407 .quad l_.str.408 .quad l_.str.409 .quad l_.str.410 .quad l_.str.411 .quad l_.str.412 .quad l_.str.413 .quad l_.str.414 .quad l_.str.415 .quad l_.str.416 .quad l_.str.417 .quad l_.str.418 .quad l_.str.419 .quad l_.str.420 .quad l_.str.421 .quad l_.str.422 .p2align 3 ; @xpm_icon_2 _xpm_icon_2: .quad l_.str.423 .quad l_.str.424 .quad l_.str.425 .quad l_.str.426 .quad l_.str.427 .quad l_.str.428 .quad l_.str.429 .quad l_.str.430 .quad l_.str.431 .quad l_.str.432 .quad l_.str.433 .quad l_.str.434 .quad l_.str.435 .quad l_.str.436 .quad l_.str.437 .quad l_.str.438 .quad l_.str.439 .quad l_.str.440 .quad l_.str.441 .quad l_.str.442 .quad l_.str.443 .quad l_.str.444 .quad l_.str.445 .quad l_.str.446 .quad l_.str.447 .quad l_.str.448 .quad l_.str.449 .quad l_.str.450 .quad l_.str.451 .quad l_.str.452 .quad l_.str.453 .quad l_.str.454 .quad l_.str.455 .quad l_.str.456 .quad l_.str.457 .quad l_.str.458 .quad l_.str.459 .quad l_.str.460 .quad l_.str.461 .quad l_.str.462 .quad l_.str.463 .quad l_.str.464 .quad l_.str.465 .quad l_.str.466 .quad l_.str.467 .quad l_.str.468 .quad l_.str.469 .quad l_.str.470 .quad l_.str.471 .quad l_.str.472 .quad l_.str.473 .quad l_.str.474 .quad l_.str.475 .quad l_.str.476 .quad l_.str.477 .quad l_.str.478 .quad l_.str.479 .quad l_.str.480 .quad l_.str.481 .quad l_.str.482 .quad l_.str.483 .quad l_.str.484 .quad l_.str.485 .quad l_.str.486 .quad l_.str.487 .quad l_.str.488 .quad l_.str.489 .quad l_.str.490 .quad l_.str.491 .quad l_.str.492 .quad l_.str.493 .quad l_.str.494 .quad l_.str.495 .quad l_.str.496 .quad l_.str.497 .quad l_.str.498 .quad l_.str.499 .quad l_.str.500 .quad l_.str.501 .quad l_.str.502 .quad l_.str.503 .quad l_.str.504 .quad l_.str.505 .quad l_.str.506 .quad l_.str.507 .quad l_.str.508 .quad l_.str.509 .quad l_.str.510 .quad l_.str.511 .quad l_.str.512 .quad l_.str.513 .quad l_.str.514 .quad l_.str.515 .quad l_.str.516 .quad l_.str.517 .quad l_.str.518 .quad l_.str.519 .quad l_.str.520 .quad l_.str.521 .quad l_.str.522 .quad l_.str.523 .quad l_.str.524 .quad l_.str.525 .quad l_.str.526 .quad l_.str.527 .quad l_.str.528 .quad l_.str.529 .quad l_.str.530 .quad l_.str.531 .quad l_.str.532 .quad l_.str.533 .quad l_.str.534 .quad l_.str.535 .quad l_.str.536 .quad l_.str.537 .quad l_.str.538 .quad l_.str.539 .quad l_.str.540 .quad l_.str.541 .quad l_.str.542 .quad l_.str.543 .quad l_.str.544 .quad l_.str.545 .quad l_.str.546 .quad l_.str.547 .quad l_.str.548 .quad l_.str.549 .quad l_.str.550 .quad l_.str.551 .quad l_.str.552 .quad l_.str.553 .quad l_.str.554 .quad l_.str.555 .quad l_.str.556 .quad l_.str.557 .quad l_.str.558 .quad l_.str.559 .quad l_.str.560 .quad l_.str.561 .quad l_.str.562 .quad l_.str.563 .quad l_.str.564 .quad l_.str.565 .quad l_.str.566 .quad l_.str.567 .quad l_.str.568 .quad l_.str.569 .quad l_.str.570 .globl _xpm_icons ; @xpm_icons .p2align 3 _xpm_icons: .quad _xpm_icon_0 .quad _xpm_icon_1 .quad _xpm_icon_2 .section __TEXT,__const .globl _n_xpm_icons ; @n_xpm_icons .p2align 2 _n_xpm_icons: .long 3 ; 0x3 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "16 16 231 2" l_.str.1: ; @.str.1 .asciz " c #7C7054" l_.str.2: ; @.str.2 .asciz ". c #876B51" l_.str.3: ; @.str.3 .asciz "X c #866D52" l_.str.4: ; @.str.4 .asciz "o c #866B56" l_.str.5: ; @.str.5 .asciz "O c #856F54" l_.str.6: ; @.str.6 .asciz "+ c #876E55" l_.str.7: ; @.str.7 .asciz "@ c #876F55" l_.str.8: ; @.str.8 .asciz "# c #886A50" l_.str.9: ; @.str.9 .asciz "$ c #886F55" l_.str.10: ; @.str.10 .asciz "% c #8A6D57" l_.str.11: ; @.str.11 .asciz "& c #886E56" l_.str.12: ; @.str.12 .asciz "* c #886F56" l_.str.13: ; @.str.13 .asciz "= c #8A6E56" l_.str.14: ; @.str.14 .asciz "- c #876F58" l_.str.15: ; @.str.15 .asciz "; c #896C59" l_.str.16: ; @.str.16 .asciz ": c #8B6F58" l_.str.17: ; @.str.17 .asciz "> c #837053" l_.str.18: ; @.str.18 .asciz ", c #817354" l_.str.19: ; @.str.19 .asciz "< c #887056" l_.str.20: ; @.str.20 .asciz "1 c #897257" l_.str.21: ; @.str.21 .asciz "2 c #8B7357" l_.str.22: ; @.str.22 .asciz "3 c #8B7457" l_.str.23: ; @.str.23 .asciz "4 c #8B7259" l_.str.24: ; @.str.24 .asciz "5 c #89725A" l_.str.25: ; @.str.25 .asciz "6 c #8C7258" l_.str.26: ; @.str.26 .asciz "7 c #8C7359" l_.str.27: ; @.str.27 .asciz "8 c #8D7559" l_.str.28: ; @.str.28 .asciz "9 c #8C755A" l_.str.29: ; @.str.29 .asciz "0 c #83795B" l_.str.30: ; @.str.30 .asciz "q c #83795C" l_.str.31: ; @.str.31 .asciz "w c #8D7F5B" l_.str.32: ; @.str.32 .asciz "e c #8A7A5F" l_.str.33: ; @.str.33 .asciz "r c #977B5E" l_.str.34: ; @.str.34 .asciz "t c #AC765B" l_.str.35: ; @.str.35 .asciz "y c #A77B5F" l_.str.36: ; @.str.36 .asciz "u c #8E7760" l_.str.37: ; @.str.37 .asciz "i c #8B7B61" l_.str.38: ; @.str.38 .asciz "p c #927562" l_.str.39: ; @.str.39 .asciz "a c #927861" l_.str.40: ; @.str.40 .asciz "s c #927A60" l_.str.41: ; @.str.41 .asciz "d c #907962" l_.str.42: ; @.str.42 .asciz "f c #907A62" l_.str.43: ; @.str.43 .asciz "g c #A57960" l_.str.44: ; @.str.44 .asciz "h c #A77961" l_.str.45: ; @.str.45 .asciz "j c #A27F60" l_.str.46: ; @.str.46 .asciz "k c #A87960" l_.str.47: ; @.str.47 .asciz "l c #AC7864" l_.str.48: ; @.str.48 .asciz "z c #B17B61" l_.str.49: ; @.str.49 .asciz "x c #B67D62" l_.str.50: ; @.str.50 .asciz "c c #B37E66" l_.str.51: ; @.str.51 .asciz "v c #B27E67" l_.str.52: ; @.str.52 .asciz "b c #B37F6E" l_.str.53: ; @.str.53 .asciz "n c #78875F" l_.str.54: ; @.str.54 .asciz "m c #7D875D" l_.str.55: ; @.str.55 .asciz "M c #778B5D" l_.str.56: ; @.str.56 .asciz "N c #7C8D5E" l_.str.57: ; @.str.57 .asciz "B c #7B8F62" l_.str.58: ; @.str.58 .asciz "V c #769060" l_.str.59: ; @.str.59 .asciz "C c #789062" l_.str.60: ; @.str.60 .asciz "Z c #7A9262" l_.str.61: ; @.str.61 .asciz "A c #789460" l_.str.62: ; @.str.62 .asciz "S c #7F9564" l_.str.63: ; @.str.63 .asciz "D c #789B63" l_.str.64: ; @.str.64 .asciz "F c #7D9866" l_.str.65: ; @.str.65 .asciz "G c #7D9A6E" l_.str.66: ; @.str.66 .asciz "H c #88805A" l_.str.67: ; @.str.67 .asciz "J c #8D815C" l_.str.68: ; @.str.68 .asciz "K c #908359" l_.str.69: ; @.str.69 .asciz "L c #91825F" l_.str.70: ; @.str.70 .asciz "P c #88945D" l_.str.71: ; @.str.71 .asciz "I c #979159" l_.str.72: ; @.str.72 .asciz "U c #90945F" l_.str.73: ; @.str.73 .asciz "Y c #A18658" l_.str.74: ; @.str.74 .asciz "T c #B0865E" l_.str.75: ; @.str.75 .asciz "R c #B28F5F" l_.str.76: ; @.str.76 .asciz "E c #A6965D" l_.str.77: ; @.str.77 .asciz "W c #A9905B" l_.str.78: ; @.str.78 .asciz "Q c #AE975E" l_.str.79: ; @.str.79 .asciz "! c #B6955D" l_.str.80: ; @.str.80 .asciz "~ c #BC975E" l_.str.81: ; @.str.81 .asciz "^ c #BC9A5B" l_.str.82: ; @.str.82 .asciz "/ c #BEA25A" l_.str.83: ; @.str.83 .asciz "( c #BEA65C" l_.str.84: ; @.str.84 .asciz ") c #888062" l_.str.85: ; @.str.85 .asciz "_ c #898564" l_.str.86: ; @.str.86 .asciz "` c #828963" l_.str.87: ; @.str.87 .asciz "' c #8B8961" l_.str.88: ; @.str.88 .asciz "] c #879260" l_.str.89: ; @.str.89 .asciz "[ c #809B65" l_.str.90: ; @.str.90 .asciz "{ c #809867" l_.str.91: ; @.str.91 .asciz "} c #879C64" l_.str.92: ; @.str.92 .asciz "| c #839368" l_.str.93: ; @.str.93 .asciz " . c #81976A" l_.str.94: ; @.str.94 .asciz ".. c #819A69" l_.str.95: ; @.str.95 .asciz "X. c #949362" l_.str.96: ; @.str.96 .asciz "o. c #9F9F68" l_.str.97: ; @.str.97 .asciz "O. c #A68063" l_.str.98: ; @.str.98 .asciz "+. c #A88063" l_.str.99: ; @.str.99 .asciz "@. c #AF8163" l_.str.100: ; @.str.100 .asciz "#. c #A88E65" l_.str.101: ; @.str.101 .asciz "$. c #A3826C" l_.str.102: ; @.str.102 .asciz "%. c #AB8368" l_.str.103: ; @.str.103 .asciz "&. c #B08363" l_.str.104: ; @.str.104 .asciz "*. c #B08166" l_.str.105: ; @.str.105 .asciz "=. c #B18167" l_.str.106: ; @.str.106 .asciz "-. c #B38D65" l_.str.107: ; @.str.107 .asciz ";. c #B1866C" l_.str.108: ; @.str.108 .asciz ":. c #B88168" l_.str.109: ; @.str.109 .asciz ">. c #AA9068" l_.str.110: ; @.str.110 .asciz ",. c #B89162" l_.str.111: ; @.str.111 .asciz "<. c #B39E65" l_.str.112: ; @.str.112 .asciz "1. c #BD9D60" l_.str.113: ; @.str.113 .asciz "2. c #B4936A" l_.str.114: ; @.str.114 .asciz "3. c #B38B78" l_.str.115: ; @.str.115 .asciz "4. c #BEAF64" l_.str.116: ; @.str.116 .asciz "5. c #C1A95E" l_.str.117: ; @.str.117 .asciz "6. c #C19F64" l_.str.118: ; @.str.118 .asciz "7. c #C0A562" l_.str.119: ; @.str.119 .asciz "8. c #C7AF60" l_.str.120: ; @.str.120 .asciz "9. c #C8AF62" l_.str.121: ; @.str.121 .asciz "0. c #C3AC6B" l_.str.122: ; @.str.122 .asciz "q. c #C7B065" l_.str.123: ; @.str.123 .asciz "w. c #CAB162" l_.str.124: ; @.str.124 .asciz "e. c #CAB263" l_.str.125: ; @.str.125 .asciz "r. c #CBB263" l_.str.126: ; @.str.126 .asciz "t. c #CEB562" l_.str.127: ; @.str.127 .asciz "y. c #C9B364" l_.str.128: ; @.str.128 .asciz "u. c #CCB265" l_.str.129: ; @.str.129 .asciz "i. c #CFB464" l_.str.130: ; @.str.130 .asciz "p. c #CDB466" l_.str.131: ; @.str.131 .asciz "a. c #CFB666" l_.str.132: ; @.str.132 .asciz "s. c #CEB966" l_.str.133: ; @.str.133 .asciz "d. c #C7B16E" l_.str.134: ; @.str.134 .asciz "f. c #C9B169" l_.str.135: ; @.str.135 .asciz "g. c #C9B26C" l_.str.136: ; @.str.136 .asciz "h. c #CAB26C" l_.str.137: ; @.str.137 .asciz "j. c #CAB46E" l_.str.138: ; @.str.138 .asciz "k. c #CBB66E" l_.str.139: ; @.str.139 .asciz "l. c #CCB86E" l_.str.140: ; @.str.140 .asciz "z. c #D4B967" l_.str.141: ; @.str.141 .asciz "x. c #D1BC6F" l_.str.142: ; @.str.142 .asciz "c. c #C6B273" l_.str.143: ; @.str.143 .asciz "v. c #CBB475" l_.str.144: ; @.str.144 .asciz "b. c #CBB679" l_.str.145: ; @.str.145 .asciz "n. c #B79D8C" l_.str.146: ; @.str.146 .asciz "m. c #AEA192" l_.str.147: ; @.str.147 .asciz "M. c #B0A699" l_.str.148: ; @.str.148 .asciz "N. c #B0A59B" l_.str.149: ; @.str.149 .asciz "B. c #B2A89C" l_.str.150: ; @.str.150 .asciz "V. c #B2AC9F" l_.str.151: ; @.str.151 .asciz "C. c #ABB49C" l_.str.152: ; @.str.152 .asciz "Z. c #BFB8AF" l_.str.153: ; @.str.153 .asciz "A. c #C7BE97" l_.str.154: ; @.str.154 .asciz "S. c #C3B3A8" l_.str.155: ; @.str.155 .asciz "D. c #C0BAB1" l_.str.156: ; @.str.156 .asciz "F. c #C8BFB9" l_.str.157: ; @.str.157 .asciz "G. c #C7C0B7" l_.str.158: ; @.str.158 .asciz "H. c #C9C2B3" l_.str.159: ; @.str.159 .asciz "J. c #C5C1BA" l_.str.160: ; @.str.160 .asciz "K. c #C8C3BC" l_.str.161: ; @.str.161 .asciz "L. c #C8C8C0" l_.str.162: ; @.str.162 .asciz "P. c #CCC8C1" l_.str.163: ; @.str.163 .asciz "I. c #CBC9C5" l_.str.164: ; @.str.164 .asciz "U. c #CECCC7" l_.str.165: ; @.str.165 .asciz "Y. c #CECCC8" l_.str.166: ; @.str.166 .asciz "T. c #CECDC8" l_.str.167: ; @.str.167 .asciz "R. c #CFCDC8" l_.str.168: ; @.str.168 .asciz "E. c #D1CEC7" l_.str.169: ; @.str.169 .asciz "W. c #D2CBC9" l_.str.170: ; @.str.170 .asciz "Q. c #D1CDC8" l_.str.171: ; @.str.171 .asciz "!. c #D1CFC8" l_.str.172: ; @.str.172 .asciz "~. c #D0CEC9" l_.str.173: ; @.str.173 .asciz "^. c #D2CEC8" l_.str.174: ; @.str.174 .asciz "/. c #D1CFCA" l_.str.175: ; @.str.175 .asciz "(. c #D2CFCA" l_.str.176: ; @.str.176 .asciz "). c #D5CFCA" l_.str.177: ; @.str.177 .asciz "_. c #D3D0C6" l_.str.178: ; @.str.178 .asciz "`. c #D1D0C9" l_.str.179: ; @.str.179 .asciz "'. c #D1D2C9" l_.str.180: ; @.str.180 .asciz "]. c #D1D0CA" l_.str.181: ; @.str.181 .asciz "[. c #D3D0CA" l_.str.182: ; @.str.182 .asciz "{. c #D3D0CB" l_.str.183: ; @.str.183 .asciz "}. c #D3D1CB" l_.str.184: ; @.str.184 .asciz "|. c #D3D2CB" l_.str.185: ; @.str.185 .asciz " X c #D3D3CB" l_.str.186: ; @.str.186 .asciz ".X c #D5D1C8" l_.str.187: ; @.str.187 .asciz "XX c #D5D2C8" l_.str.188: ; @.str.188 .asciz "oX c #D6D2C9" l_.str.189: ; @.str.189 .asciz "OX c #D4D0CA" l_.str.190: ; @.str.190 .asciz "+X c #D4D0CB" l_.str.191: ; @.str.191 .asciz "@X c #D4D1CB" l_.str.192: ; @.str.192 .asciz "#X c #D5D1CB" l_.str.193: ; @.str.193 .asciz "$X c #D7D1CB" l_.str.194: ; @.str.194 .asciz "%X c #D4D2CB" l_.str.195: ; @.str.195 .asciz "&X c #D5D2CB" l_.str.196: ; @.str.196 .asciz "*X c #D6D2CB" l_.str.197: ; @.str.197 .asciz "=X c #D6D3CB" l_.str.198: ; @.str.198 .asciz "-X c #D0D4CA" l_.str.199: ; @.str.199 .asciz ";X c #D3D1CC" l_.str.200: ; @.str.200 .asciz ":X c #D5D0CC" l_.str.201: ; @.str.201 .asciz ">X c #D4D1CC" l_.str.202: ; @.str.202 .asciz ",X c #D5D3CC" l_.str.203: ; @.str.203 .asciz "<X c #D4D2CD" l_.str.204: ; @.str.204 .asciz "1X c #D5D3CD" l_.str.205: ; @.str.205 .asciz "2X c #D6D3CC" l_.str.206: ; @.str.206 .asciz "3X c #D4D2CE" l_.str.207: ; @.str.207 .asciz "4X c #D5D3CE" l_.str.208: ; @.str.208 .asciz "5X c #D7D4CC" l_.str.209: ; @.str.209 .asciz "6X c #D6D4CF" l_.str.210: ; @.str.210 .asciz "7X c #D8D3CB" l_.str.211: ; @.str.211 .asciz "8X c #D6D5D0" l_.str.212: ; @.str.212 .asciz "9X c #D7D5D0" l_.str.213: ; @.str.213 .asciz "0X c #D7D6D1" l_.str.214: ; @.str.214 .asciz "qX c #D7D6D3" l_.str.215: ; @.str.215 .asciz "wX c #D8D5D0" l_.str.216: ; @.str.216 .asciz "eX c #D8D6D1" l_.str.217: ; @.str.217 .asciz "rX c #DAD7D2" l_.str.218: ; @.str.218 .asciz "tX c #DAD7D3" l_.str.219: ; @.str.219 .asciz "yX c #D9D7D4" l_.str.220: ; @.str.220 .asciz "uX c #DAD8D3" l_.str.221: ; @.str.221 .asciz "iX c #DAD9D3" l_.str.222: ; @.str.222 .asciz "pX c #DBD9D4" l_.str.223: ; @.str.223 .asciz "aX c #DBDAD6" l_.str.224: ; @.str.224 .asciz "sX c #DDDBD6" l_.str.225: ; @.str.225 .asciz "dX c #DEDAD8" l_.str.226: ; @.str.226 .asciz "fX c #DFDDD9" l_.str.227: ; @.str.227 .asciz "gX c #DFDED9" l_.str.228: ; @.str.228 .asciz "hX c #DEE1DF" l_.str.229: ; @.str.229 .asciz "jX c #E1E0DC" l_.str.230: ; @.str.230 .asciz "kX c #E2E1DE" l_.str.231: ; @.str.231 .asciz "lX c #E1E4E1" l_.str.232: ; @.str.232 .asciz "iX`.`.`.`.`.E.6X6X(.XXXXXXXXXXuX" l_.str.233: ; @.str.233 .asciz "`. ...| ` e & Z.hXn.7.k.h.h.c.=X" l_.str.234: ; @.str.234 .asciz "6XC..., & X m.fXeX3.^ r.w.a.h.=X" l_.str.235: ; @.str.235 .asciz "6XdXL.K.P.J.6XlXS.t =.&.@.^ l.=X" l_.str.236: ; @.str.236 .asciz "eXR.eXfXfX0XR.N.9 y :.v v z #.=X" l_.str.237: ; @.str.237 .asciz "0X`.pXiX0X6XeXN.# y O.v O.J p (." l_.str.238: ; @.str.238 .asciz "0XU.iXsXeXE.b.A.q + M 2 ' D ) )." l_.str.239: ; @.str.239 .asciz "6XU.6XR.I.H.5./ w C { m Z N i `." l_.str.240: ; @.str.240 .asciz "6X6XiXpXB.& 8 6 h X.F n 2 < i =X" l_.str.241: ; @.str.241 .asciz "eXpXhXjXF.6 5 8 ; ! 4.E H < i )." l_.str.242: ; @.str.242 .asciz "6XD.G.V.0 2 ; 5 o Q z.a.P + p )." l_.str.243: ; @.str.243 .asciz "E.5 . O A B K W h ,.y.u.X. _ =X" l_.str.244: ; @.str.244 .asciz "E.r 2 ; r D } s.7.l -.a.9.P G `." l_.str.245: ; @.str.245 .asciz "W.-./ I x y V I ~ T w.w.u.q.o. X" l_.str.246: ; @.str.246 .asciz "$X$.<.x.2.b >.L %.;.0.k.d.h.v.5X" l_.str.247: ; @.str.247 .asciz "sX).W.$X6X).=X=X).).`.=X=X5X5XiX" l_.str.248: ; @.str.248 .asciz "32 32 142 2" l_.str.249: ; @.str.249 .asciz " c #78744F" l_.str.250: ; @.str.250 .asciz ". c #7D6C50" l_.str.251: ; @.str.251 .asciz "X c #7D7555" l_.str.252: ; @.str.252 .asciz "o c #7C7957" l_.str.253: ; @.str.253 .asciz "O c #7B7658" l_.str.254: ; @.str.254 .asciz "+ c #7B7E59" l_.str.255: ; @.str.255 .asciz "@ c #82674C" l_.str.256: ; @.str.256 .asciz "# c #84694F" l_.str.257: ; @.str.257 .asciz "$ c #846D54" l_.str.258: ; @.str.258 .asciz "% c #8A6E55" l_.str.259: ; @.str.259 .asciz "& c #826C5A" l_.str.260: ; @.str.260 .asciz "* c #8C6F5A" l_.str.261: ; @.str.261 .asciz "= c #916E56" l_.str.262: ; @.str.262 .asciz "- c #906E58" l_.str.263: ; @.str.263 .asciz "; c #857155" l_.str.264: ; @.str.264 .asciz ": c #8B7256" l_.str.265: ; @.str.265 .asciz "> c #85735B" l_.str.266: ; @.str.266 .asciz ", c #8C735A" l_.str.267: ; @.str.267 .asciz "< c #927956" l_.str.268: ; @.str.268 .asciz "1 c #9D7B55" l_.str.269: ; @.str.269 .asciz "2 c #90735A" l_.str.270: ; @.str.270 .asciz "3 c #9B725A" l_.str.271: ; @.str.271 .asciz "4 c #947D5D" l_.str.272: ; @.str.272 .asciz "5 c #9B7C5E" l_.str.273: ; @.str.273 .asciz "6 c #A3745C" l_.str.274: ; @.str.274 .asciz "7 c #A9745B" l_.str.275: ; @.str.275 .asciz "8 c #A37C5C" l_.str.276: ; @.str.276 .asciz "9 c #AA7C5E" l_.str.277: ; @.str.277 .asciz "0 c #B0755F" l_.str.278: ; @.str.278 .asciz "q c #B0785C" l_.str.279: ; @.str.279 .asciz "w c #907C67" l_.str.280: ; @.str.280 .asciz "e c #9D7E60" l_.str.281: ; @.str.281 .asciz "r c #A87764" l_.str.282: ; @.str.282 .asciz "t c #A47C62" l_.str.283: ; @.str.283 .asciz "y c #AC7B62" l_.str.284: ; @.str.284 .asciz "u c #A97C68" l_.str.285: ; @.str.285 .asciz "i c #B37E66" l_.str.286: ; @.str.286 .asciz "p c #76865C" l_.str.287: ; @.str.287 .asciz "a c #7A845B" l_.str.288: ; @.str.288 .asciz "s c #758C5C" l_.str.289: ; @.str.289 .asciz "d c #7E8A5E" l_.str.290: ; @.str.290 .asciz "f c #7B915E" l_.str.291: ; @.str.291 .asciz "g c #7B8E60" l_.str.292: ; @.str.292 .asciz "h c #739762" l_.str.293: ; @.str.293 .asciz "j c #7C9464" l_.str.294: ; @.str.294 .asciz "k c #7D9A66" l_.str.295: ; @.str.295 .asciz "l c #7C9E68" l_.str.296: ; @.str.296 .asciz "z c #8A8156" l_.str.297: ; @.str.297 .asciz "x c #84835D" l_.str.298: ; @.str.298 .asciz "c c #88835C" l_.str.299: ; @.str.299 .asciz "v c #838D5B" l_.str.300: ; @.str.300 .asciz "b c #9F8858" l_.str.301: ; @.str.301 .asciz "n c #8B945E" l_.str.302: ; @.str.302 .asciz "m c #8D995F" l_.str.303: ; @.str.303 .asciz "M c #91955C" l_.str.304: ; @.str.304 .asciz "N c #AC825F" l_.str.305: ; @.str.305 .asciz "B c #AB8A58" l_.str.306: ; @.str.306 .asciz "V c #B08B5E" l_.str.307: ; @.str.307 .asciz "C c #A69057" l_.str.308: ; @.str.308 .asciz "Z c #A39D5E" l_.str.309: ; @.str.309 .asciz "A c #AC9F5E" l_.str.310: ; @.str.310 .asciz "S c #B3935D" l_.str.311: ; @.str.311 .asciz "D c #B39A5D" l_.str.312: ; @.str.312 .asciz "F c #B99E5D" l_.str.313: ; @.str.313 .asciz "G c #B3A35F" l_.str.314: ; @.str.314 .asciz "H c #BAA15E" l_.str.315: ; @.str.315 .asciz "J c #809664" l_.str.316: ; @.str.316 .asciz "K c #819A66" l_.str.317: ; @.str.317 .asciz "L c #8D9860" l_.str.318: ; @.str.318 .asciz "P c #81976A" l_.str.319: ; @.str.319 .asciz "I c #829B69" l_.str.320: ; @.str.320 .asciz "U c #909A61" l_.str.321: ; @.str.321 .asciz "Y c #8D8671" l_.str.322: ; @.str.322 .asciz "T c #9B8D7E" l_.str.323: ; @.str.323 .asciz "R c #899976" l_.str.324: ; @.str.324 .asciz "E c #AD8160" l_.str.325: ; @.str.325 .asciz "W c #AD826B" l_.str.326: ; @.str.326 .asciz "Q c #B48066" l_.str.327: ; @.str.327 .asciz "! c #B98067" l_.str.328: ; @.str.328 .asciz "~ c #B38C61" l_.str.329: ; @.str.329 .asciz "^ c #B68268" l_.str.330: ; @.str.330 .asciz "/ c #BD8169" l_.str.331: ; @.str.331 .asciz "( c #A79160" l_.str.332: ; @.str.332 .asciz ") c #B69D63" l_.str.333: ; @.str.333 .asciz "_ c #B99860" l_.str.334: ; @.str.334 .asciz "` c #A38573" l_.str.335: ; @.str.335 .asciz "' c #AEA065" l_.str.336: ; @.str.336 .asciz "] c #B4A560" l_.str.337: ; @.str.337 .asciz "[ c #BDA463" l_.str.338: ; @.str.338 .asciz "{ c #BFA961" l_.str.339: ; @.str.339 .asciz "} c #B3A36B" l_.str.340: ; @.str.340 .asciz "| c #BCA86C" l_.str.341: ; @.str.341 .asciz " . c #C1A75F" l_.str.342: ; @.str.342 .asciz ".. c #C3AA5D" l_.str.343: ; @.str.343 .asciz "X. c #C0A462" l_.str.344: ; @.str.344 .asciz "o. c #C4AD64" l_.str.345: ; @.str.345 .asciz "O. c #CAAF63" l_.str.346: ; @.str.346 .asciz "+. c #C3AD69" l_.str.347: ; @.str.347 .asciz "@. c #C5B164" l_.str.348: ; @.str.348 .asciz "#. c #CCB365" l_.str.349: ; @.str.349 .asciz "$. c #C6B06A" l_.str.350: ; @.str.350 .asciz "%. c #CDB469" l_.str.351: ; @.str.351 .asciz "&. c #D1B666" l_.str.352: ; @.str.352 .asciz "*. c #D3BA66" l_.str.353: ; @.str.353 .asciz "=. c #D3BB69" l_.str.354: ; @.str.354 .asciz "-. c #A29485" l_.str.355: ; @.str.355 .asciz ";. c #A79B8F" l_.str.356: ; @.str.356 .asciz ":. c #B59685" l_.str.357: ; @.str.357 .asciz ">. c #AA9F92" l_.str.358: ; @.str.358 .asciz ",. c #ACA194" l_.str.359: ; @.str.359 .asciz "<. c #AFA499" l_.str.360: ; @.str.360 .asciz "1. c #B0A79B" l_.str.361: ; @.str.361 .asciz "2. c #B1A89C" l_.str.362: ; @.str.362 .asciz "3. c #B6AEA4" l_.str.363: ; @.str.363 .asciz "4. c #BDB6A3" l_.str.364: ; @.str.364 .asciz "5. c #B6B2A9" l_.str.365: ; @.str.365 .asciz "6. c #BEB3AA" l_.str.366: ; @.str.366 .asciz "7. c #B9BCAF" l_.str.367: ; @.str.367 .asciz "8. c #BFBAB1" l_.str.368: ; @.str.368 .asciz "9. c #C2B388" l_.str.369: ; @.str.369 .asciz "0. c #C3B6AD" l_.str.370: ; @.str.370 .asciz "q. c #C3BDB5" l_.str.371: ; @.str.371 .asciz "w. c #C9BCB2" l_.str.372: ; @.str.372 .asciz "e. c #CBC5B3" l_.str.373: ; @.str.373 .asciz "r. c #CEC8B4" l_.str.374: ; @.str.374 .asciz "t. c #C3C1BC" l_.str.375: ; @.str.375 .asciz "y. c #C8C5BF" l_.str.376: ; @.str.376 .asciz "u. c #C6C5C0" l_.str.377: ; @.str.377 .asciz "i. c #CAC6C1" l_.str.378: ; @.str.378 .asciz "p. c #CDCBC5" l_.str.379: ; @.str.379 .asciz "a. c #CECCC8" l_.str.380: ; @.str.380 .asciz "s. c #D1CEC6" l_.str.381: ; @.str.381 .asciz "d. c #D1CECA" l_.str.382: ; @.str.382 .asciz "f. c #D3D1CB" l_.str.383: ; @.str.383 .asciz "g. c #D6D5D1" l_.str.384: ; @.str.384 .asciz "h. c #D9D7D1" l_.str.385: ; @.str.385 .asciz "j. c #DDDBD6" l_.str.386: ; @.str.386 .asciz "k. c #DEDDD8" l_.str.387: ; @.str.387 .asciz "l. c #E0DFDA" l_.str.388: ; @.str.388 .asciz "z. c #E1E1DD" l_.str.389: ; @.str.389 .asciz "x. c #E5E4E2" l_.str.390: ; @.str.390 .asciz "c. c #E8E9E7" l_.str.391: ; @.str.391 .asciz "j.j.l.k.k.k.l.k.l.k.k.l.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.j." l_.str.392: ; @.str.392 .asciz "j.h.s.p.p.p.p.p.a.p.p.p.p.p.d.f.f.f.s.p.s.s.s.s.s.s.s.s.s.s.h.j." l_.str.393: ; @.str.393 .asciz "k.p.j j j j k j j j O , , $ T h.s.g.6.6 ) @.o.o.o.o.o.o.o.| f.j." l_.str.394: ; @.str.394 .asciz "k.p.j k K K k + o o ; 2 , @ <.z.j.z.w.7 X.&.#.%.#.#.#.%.#.+.f.k." l_.str.395: ; @.str.395 .asciz "l.p.R K k I + * , 2 , , $ ;.k.j.h.z.0.7 [ %.#.#.%.@.#.%.#.+.f.l." l_.str.396: ; @.str.396 .asciz "k.f.f.p.P s . % $ $ $ # ;.k.j.h.k.i.W i N H @.O.O.O.&.@.#.o.f.k." l_.str.397: ; @.str.397 .asciz "k.f.f.z.f.7.5.w.q.8.5.q.k.j.j.h.k.:.9 ^ Q y N E E 9 H &.#.+.f.k." l_.str.398: ; @.str.398 .asciz "k.f.f.k.f.a.f.z.k.l.a.f.p.u.a.k.j.` i i Q Q Q Q i ^ y H *[email protected]." l_.str.399: ; @.str.399 .asciz "j.f.f.d.a.j.h.h.h.h.j.f.i.a.u.p.-.# 3 Q i E Q Q Q Q Q y F [ f.k." l_.str.400: ; @.str.400 .asciz "k.f.d.p.k.g.j.j.j.j.f.p.p.g.,.$ : , 3 Q i Q Q i Q i i Q = ; f.j." l_.str.401: ; @.str.401 .asciz "k.f.d.d.j.j.j.g.j.j.p.j.h.g.6.# , % Q ! Q i Q i Q t x y 3 , d.k." l_.str.402: ; @.str.402 .asciz "k.f.d.a.j.h.j.j.j.h.a.k.f.u.x.2.$ : = 6 5 5 5 i ! 4 h 4 , , d.k." l_.str.403: ; @.str.403 .asciz "k.f.a.a.j.j.j.j.j.h.p.h.2.o.d.p.$ , , $ a k s r t g k k o , f.k." l_.str.404: ; @.str.404 .asciz "k.f.f.p.k.j.j.j.j.p.g.e...&.@.} s X * . j a $ # + I j K + , d.k." l_.str.405: ; @.str.405 .asciz "j.d.t.y.i.f.k.a.p.d.x.e.O.#.*...c o o j I a o o d I K k O , f.k." l_.str.406: ; @.str.406 .asciz "k.f.f.k.h.p.f.t.a.p.a.4.H ..H H y c k K K k k k f j h + * , f.j." l_.str.407: ; @.str.407 .asciz "k.f.f.j.j.j.d.g.t.$ , , ; : : $ y 8 g h j K K a $ * $ : : , g.k." l_.str.408: ; @.str.408 .asciz "j.f.f.j.h.j.j.k.f.w $ , , : , % 6 / 8 Z L j j . , , , , : , d.k." l_.str.409: ; @.str.409 .asciz "k.d.f.k.j.h.j.h.z.f., , , : , , $ 3 8 &.O.M v < ; X : : , , f.k." l_.str.410: ; @.str.410 .asciz "k.f.d.j.h.h.h.h.j.2.% , , : , : , $ < @.#.#.O.O.m p * , , , f.j." l_.str.411: ; @.str.411 .asciz "j.f.h.z.z.z.c.3., % * , , : , : , , < #.@.#.#.&.U a : , , , g.k." l_.str.412: ; @.str.412 .asciz "k.d.>.,.,.,.,.Y + X % , , , , , % < #.#.#.#.O.U p % , : , d.j." l_.str.413: ; @.str.413 .asciz "k.p.# # # $ @ X l K j X ; : : $ = i N #.%.#.@.&.L p % , * > d.k." l_.str.414: ; @.str.414 .asciz "l.p., 2 2 , , , p K K k s A O...V i y S %.#.#.&.] h O $ p j d.k." l_.str.415: ; @.str.415 .asciz "k.p.; , , , , , $ v k K j Z &.#[email protected] i E N S %.#.&.] p g K P f.k." l_.str.416: ; @.str.416 .asciz "k.p.% = < $ , % y y d k K j A &.%.V i i 9 V %.#.O.&.G j k K f.k." l_.str.417: ; @.str.417 .asciz "k.s.t S #.b $ * Q ^ r d k k n #.#.V y S #.#.#.#.O.O.&.] f j f.k." l_.str.418: ; @.str.418 .asciz "k.d.r F =.#.H S 9 Q ^ y d k + : @.~ r H #.#.#.@.%.#.%.%.{ ' f.j." l_.str.419: ; @.str.419 .asciz "k.s.y 1 C #.=.=.F y Q Q r M < $ B E i 9 H &.%.%.#.#.#.#.&.%.d.k." l_.str.420: ; @.str.420 .asciz "k.p.W , , { @.$.[ u Q W u [ C & t i u u ) %.o.+.o.+.+.+.+.| f.k." l_.str.421: ; @.str.421 .asciz "j.j.f.f.f.f.f.f.d.f.f.d.d.f.s.d.d.d.f.f.s.f.f.f.f.f.f.f.f.f.j.j." l_.str.422: ; @.str.422 .asciz "h.j.j.k.k.k.k.j.k.j.k.k.k.k.l.l.l.j.l.l.k.j.l.j.k.l.j.k.k.j.j.h." l_.str.423: ; @.str.423 .asciz "48 48 99 2" l_.str.424: ; @.str.424 .asciz " c #7E684F" l_.str.425: ; @.str.425 .asciz ". c #7D6A52" l_.str.426: ; @.str.426 .asciz "X c #757553" l_.str.427: ; @.str.427 .asciz "o c #787554" l_.str.428: ; @.str.428 .asciz "O c #757855" l_.str.429: ; @.str.429 .asciz "+ c #89664F" l_.str.430: ; @.str.430 .asciz "@ c #82694E" l_.str.431: ; @.str.431 .asciz "# c #846D54" l_.str.432: ; @.str.432 .asciz "$ c #8B6C55" l_.str.433: ; @.str.433 .asciz "% c #836E59" l_.str.434: ; @.str.434 .asciz "& c #867056" l_.str.435: ; @.str.435 .asciz "* c #897157" l_.str.436: ; @.str.436 .asciz "= c #87715A" l_.str.437: ; @.str.437 .asciz "- c #8C7359" l_.str.438: ; @.str.438 .asciz "; c #867B59" l_.str.439: ; @.str.439 .asciz ": c #887A59" l_.str.440: ; @.str.440 .asciz "> c #90765B" l_.str.441: ; @.str.441 .asciz ", c #9D735A" l_.str.442: ; @.str.442 .asciz "< c #A4765D" l_.str.443: ; @.str.443 .asciz "1 c #AC765B" l_.str.444: ; @.str.444 .asciz "2 c #A6785F" l_.str.445: ; @.str.445 .asciz "3 c #A97A5F" l_.str.446: ; @.str.446 .asciz "4 c #A17761" l_.str.447: ; @.str.447 .asciz "5 c #AA7760" l_.str.448: ; @.str.448 .asciz "6 c #A27961" l_.str.449: ; @.str.449 .asciz "7 c #AC7B63" l_.str.450: ; @.str.450 .asciz "8 c #A47D68" l_.str.451: ; @.str.451 .asciz "9 c #B27E65" l_.str.452: ; @.str.452 .asciz "0 c #74855A" l_.str.453: ; @.str.453 .asciz "q c #768A5D" l_.str.454: ; @.str.454 .asciz "w c #788E5F" l_.str.455: ; @.str.455 .asciz "e c #76905B" l_.str.456: ; @.str.456 .asciz "r c #79905F" l_.str.457: ; @.str.457 .asciz "t c #778960" l_.str.458: ; @.str.458 .asciz "y c #798D61" l_.str.459: ; @.str.459 .asciz "u c #769463" l_.str.460: ; @.str.460 .asciz "i c #7B9363" l_.str.461: ; @.str.461 .asciz "p c #7E9865" l_.str.462: ; @.str.462 .asciz "a c #9A8454" l_.str.463: ; @.str.463 .asciz "s c #8F9059" l_.str.464: ; @.str.464 .asciz "d c #919159" l_.str.465: ; @.str.465 .asciz "f c #A78659" l_.str.466: ; @.str.466 .asciz "g c #A88759" l_.str.467: ; @.str.467 .asciz "h c #A98959" l_.str.468: ; @.str.468 .asciz "j c #AD9659" l_.str.469: ; @.str.469 .asciz "k c #AE9A59" l_.str.470: ; @.str.470 .asciz "l c #B19B5C" l_.str.471: ; @.str.471 .asciz "z c #B7A05B" l_.str.472: ; @.str.472 .asciz "x c #BDA65F" l_.str.473: ; @.str.473 .asciz "c c #BFA95F" l_.str.474: ; @.str.474 .asciz "v c #819A66" l_.str.475: ; @.str.475 .asciz "b c #809768" l_.str.476: ; @.str.476 .asciz "n c #839D69" l_.str.477: ; @.str.477 .asciz "m c #9A8E7F" l_.str.478: ; @.str.478 .asciz "M c #AE8068" l_.str.479: ; @.str.479 .asciz "N c #B48166" l_.str.480: ; @.str.480 .asciz "B c #B88267" l_.str.481: ; @.str.481 .asciz "V c #B78268" l_.str.482: ; @.str.482 .asciz "C c #B98369" l_.str.483: ; @.str.483 .asciz "Z c #B49E61" l_.str.484: ; @.str.484 .asciz "A c #B5A165" l_.str.485: ; @.str.485 .asciz "S c #BEA660" l_.str.486: ; @.str.486 .asciz "D c #BFA965" l_.str.487: ; @.str.487 .asciz "F c #C0A75F" l_.str.488: ; @.str.488 .asciz "G c #C1A95F" l_.str.489: ; @.str.489 .asciz "H c #C8AE5D" l_.str.490: ; @.str.490 .asciz "J c #C1AA64" l_.str.491: ; @.str.491 .asciz "K c #C8AF62" l_.str.492: ; @.str.492 .asciz "L c #CCB366" l_.str.493: ; @.str.493 .asciz "P c #CFB668" l_.str.494: ; @.str.494 .asciz "I c #D1B766" l_.str.495: ; @.str.495 .asciz "U c #D2B867" l_.str.496: ; @.str.496 .asciz "Y c #D0B668" l_.str.497: ; @.str.497 .asciz "T c #D3B868" l_.str.498: ; @.str.498 .asciz "R c #9B8F81" l_.str.499: ; @.str.499 .asciz "E c #9E9284" l_.str.500: ; @.str.500 .asciz "W c #A1968A" l_.str.501: ; @.str.501 .asciz "Q c #A2988B" l_.str.502: ; @.str.502 .asciz "! c #B09A8C" l_.str.503: ; @.str.503 .asciz "~ c #99A38A" l_.str.504: ; @.str.504 .asciz "^ c #B9AC87" l_.str.505: ; @.str.505 .asciz "/ c #BAAE8B" l_.str.506: ; @.str.506 .asciz "( c #BEBBB5" l_.str.507: ; @.str.507 .asciz ") c #BFBEB8" l_.str.508: ; @.str.508 .asciz "_ c #C1BFBA" l_.str.509: ; @.str.509 .asciz "` c #C4C2BE" l_.str.510: ; @.str.510 .asciz "' c #C8C5BF" l_.str.511: ; @.str.511 .asciz "] c #C7C5C1" l_.str.512: ; @.str.512 .asciz "[ c #CAC7C1" l_.str.513: ; @.str.513 .asciz "{ c #CECCC7" l_.str.514: ; @.str.514 .asciz "} c #CFCDC9" l_.str.515: ; @.str.515 .asciz "| c #D0CEC9" l_.str.516: ; @.str.516 .asciz " . c #D3D1CD" l_.str.517: ; @.str.517 .asciz ".. c #D6D4D0" l_.str.518: ; @.str.518 .asciz "X. c #D8D6D2" l_.str.519: ; @.str.519 .asciz "o. c #DCDAD5" l_.str.520: ; @.str.520 .asciz "O. c #DEDDD8" l_.str.521: ; @.str.521 .asciz "+. c #E0DED9" l_.str.522: ; @.str.522 .asciz "@. c #E3E1DC" l_.str.523: ; @.str.523 .asciz "o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.O.o.o.o.o.o.o.O.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o." l_.str.524: ; @.str.524 .asciz "o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.X.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.X.o.o.o.o.o.o.o.o.o." l_.str.525: ; @.str.525 .asciz "o.o.o.o.O.O.O.+.O.+.+.+.O.O.O.O.O.O.O.O.O.O.O.O.o.O.O.O.O.O.o.O.O.o.O.O.O.o.@[email protected].+.o.o.o.o.o." l_.str.526: ; @.str.526 .asciz "o.o.o.X.} { { { { { { | { { { { { { { { { { { } { } { { { { { { } { { } { } { { { { { .X.o.o.o." l_.str.527: ; @.str.527 .asciz "o.X.O.{ y i i i i i i y b i p y . = * = = = ( | { { } _ 8 6 Z J D D D D D D D D D D J A | o.o.o." l_.str.528: ; @.str.528 .asciz "o.o.+.{ i n b n v v b n u w u 0 # > - - - # { +.o.o.@.{ 7 5 J T L L L L L L P L L P I J | O.o.o." l_.str.529: ; @.str.529 .asciz "o.o.+.{ i v b b i n p X # # # # * - - - # R o.o.o.X.O.[ 7 5 x I L L L K L L L K L L L D { +.o.o." l_.str.530: ; @.str.530 .asciz "o.o.O.| y y i n v p O $ > - - > - * - # m O.o.o.o.X.+.} 7 3 F L K L L L L L L L L L L D } o.o.o." l_.str.531: ; @.str.531 .asciz "o.o.o.| ( { ~ w n u # > - - - - - = @ R +.o.o.o.o.o.O.! 9 9 g L I P P P P P L L L L P D } O.o.o." l_.str.532: ; @.str.532 .asciz "o.o.o.| | +.O.~ u 0 . $ # # # % & # R O.o.X.o.o.o.O.! 1 9 N 5 h c c c x x x L P L L P D { o.o.o." l_.str.533: ; @.str.533 .asciz "o.o.O.| { o.o.O.} _ ( [ [ ' [ ( _ [ O.O.O.O.o.o.+.[ 2 N N 7 N 9 3 3 3 3 3 2 h P L K P S } O.o.o." l_.str.534: ; @.str.534 .asciz "o.o.O.| { O.o.X...[ | +.+.O.@. .[ ..{ { } } X.X.+.{ 7 N N N N N N N N N N N 5 h L L P S .o.o.o." l_.str.535: ; @.str.535 .asciz "o.o.O.| { +.X._ { { ..o.X.o.o.X.{ { .` ` ` | @.O.E + 9 N 9 N 7 7 N N N N N V 5 f P U J { O.o.o." l_.str.536: ; @.str.536 .asciz "o.X.o.| { o._ ..O.o.o.o.o.o.o.o.o.o. .' . .) .E @ $ $ 9 N N N N 9 N 7 N N M N 5 h c A } O.o.o." l_.str.537: ; @.str.537 .asciz "o.o.o.} | | { +.o.o.o.o.o.o.o.o.X._ } _ | { = = $ - & $ 9 N N N N N M N 7 N V N V < & { o.o.o." l_.str.538: ; @.str.538 .asciz "o.o.O.| | | { O.o.X.o.o.o.o.o.X.` .@.| .{ # - - * $ 9 N N 7 9 N 9 9 N N 9 < 5 N 2 # = { O.o.o." l_.str.539: ; @.str.539 .asciz "o.o.O.} } .{ O.o.o.o.o.o.o.O.} { O.o.{ { O.E . - # $ N N N V N N N N 9 N 2 q 0 5 5 # * { o.o.o." l_.str.540: ; @.str.540 .asciz "o.o.o.} } | { O.o.o.o.o.o.o.o.} { o.O.} { @.o.E $ - & $ 5 5 2 2 2 3 9 9 C < i r < , # - { O.o.o." l_.str.541: ; @.str.541 .asciz "o.o.o.} } .{ o.o.o.o.o.o.o.O.} { O.O.^ ^ o.@.| = - - * # 0 u u 0 7 V 9 ; p v u 0 # = { O.o.o." l_.str.542: ; @.str.542 .asciz "o.o.O.} } .{ o.o.o.o.o.o.X.O.} { o./ K H / .( . # - - > # r v u 0 , 5 ; i p p n y # - { O.o.o." l_.str.543: ; @.str.543 .asciz "o.o.o.} . .} @.o.o.o.o.O.O.X.) o.{ S P L K J l q 0 # > $ X p r . # $ w n v p v w # - } O.o.o." l_.str.544: ; @.str.544 .asciz "o.o.O.} ` ] ` } X.o.o.o.{ { ) ..O.{ J L K L I x w 0 # X i n w . # & w v p i n q # - } O.o.o." l_.str.545: ; @.str.545 .asciz "o.o.o.| ` } } { ` .@.| ` .o.+.+.| J I P L T F < , 0 w p v p i y w w w p n n n i X - = { O.o.o." l_.str.546: ; @.str.546 .asciz "o.o.o.| } @.o.O...` } ` ` .{ ] { ( Z J x S S l 7 2 u n v v v v v v n p w w w e X $ - * { O.o.o." l_.str.547: ; @.str.547 .asciz "o.o.O.} { o.o.X.o.o.{ { | ) = & & * @ * # & # @ 2 9 : i v v v v p v p X # # # # $ - - = { O.o.o." l_.str.548: ; @.str.548 .asciz "o.o.O.} { O.o.o.X.o.O.O.@.{ & - - - - - - - - # 3 B 9 : e w i v v p X $ - * - - - - - = { O.o.o." l_.str.549: ; @.str.549 .asciz "o.o.o.} { O.o.o.o.o.o.o.o.o.E # - - - * - - - * $ 9 C 2 l G d u n w # - - - - - - = - = { O.o.o." l_.str.550: ; @.str.550 .asciz "o.o.O.| { [email protected] # - * - - - - - # $ 2 < G U L d r q # # # * - - - - % { O.o.o." l_.str.551: ; @.str.551 .asciz "o.o.O.} { o.o.o.o.o.o.o.+.+.+.E $ - - - - - - * - * # x P L L x x x k q 0 # - - - - * { O.o.o." l_.str.552: ; @.str.552 .asciz "o.o.o.} { o.X.o.o.X.o.X.' { E @ - - - - - - - - - - > # x P L L P P I c i y # - - * - % { O.o.o." l_.str.553: ; @.str.553 .asciz "o.o.O.} } @.O.+.+.O.@.| = & * > - * - - - - - - * - - $ x P K L L K P x i y # - - - - = { O.o.o." l_.str.554: ; @.str.554 .asciz "o.o.o.} ( { [ [ ' ' { ( . & & @ * - - * * - * - - * # x P L L L L P x i y # - * - - = { O.o.o." l_.str.555: ; @.str.555 .asciz "o.o.O.{ = % = = # = $ . 0 u w y X $ - - - - - - & $ 3 < x P L K L L L x b w # - - - - * } O.o.o." l_.str.556: ; @.str.556 .asciz "o.o.O.{ * - * - - - > # e n v n p O # # & & # # $ 9 N 1 c P L L L L P z u y @ > - $ # # } O.o.o." l_.str.557: ; @.str.557 .asciz "o.o.+.{ = - * - - - - * X i v v v i r q k G x x h 5 N 9 h L I L L L L L d u o * $ O u t { +.o.o." l_.str.558: ; @.str.558 .asciz "o.o.O.{ * - - * * - - - $ X i v v v n r G T P P P h 7 N 5 f c x K L L L L d u o X p n i } o.o.o." l_.str.559: ; @.str.559 .asciz "o.o.+.{ = - - - - - - - & $ : i p p v i d K L K I x 5 N N 9 7 < S P K L L L d u v v v i { O.o.o." l_.str.560: ; @.str.560 .asciz "o.o.O.{ # # # # $ - - * $ N 9 : p n p v u s L L I x 5 9 N 7 3 < S P L L L L K s u v v b { O.o.o." l_.str.561: ; @.str.561 .asciz "o.o.o.{ 6 < l K a # - # 3 N N 9 : i v v v y c U P x 2 V 7 f c c L L K L L L L L d u n i } +.o.o." l_.str.562: ; @.str.562 .asciz "o.o.+.{ M 5 x I P a # @ < B 9 N 9 : i v v r j x L x 5 9 h P P P L L L L L L L L L d r t { o.o.o." l_.str.563: ; @.str.563 .asciz "o.o.+.{ M 3 x I L L S S h 5 V N N 9 : i n r . # J K 3 7 f K L L L L L L L L L L I K J Z | O.o.o." l_.str.564: ; @.str.564 .asciz "o.o.O.{ 7 5 j x K L P P L h 7 N M N 9 : r 0 & # l l 3 N 7 f L L L L L L L L L L Y K T J | O.o.o." l_.str.565: ; @.str.565 .asciz "o.o.O.{ M 5 . # x T L L U G 3 V N N N 3 z z & # , 3 M N V 5 c U L L L L L L L L I K Y J { O.o.o." l_.str.566: ; @.str.566 .asciz "o.X.O.{ 8 4 # & k J D D J A 6 7 7 M 7 < S A # # 6 N M 7 7 6 A J D D D D D D J D J D J Z { O.o.o." l_.str.567: ; @.str.567 .asciz "o.o.o.o.} { { { { { { { } { { } { } } } { } { } { { { | } { { { } } } { { { { { { { { { o.o.o.o." l_.str.568: ; @.str.568 .asciz "o.o.o.o.O.+.O.O.+.O.+.O.O.O.O.O.+.+.+.o.o.o.+.o.o.+.+.o.+.o.+.O.O.O.O.O.O.O.O.O.O.O.O.O.o.o.o.o." l_.str.569: ; @.str.569 .asciz "o.o.o.o.o.o.X.o.o.o.o.o.o.o.o.X.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o." l_.str.570: ; @.str.570 .asciz "o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o." .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__const .p2align 4 ## @xpm_icon_0 _xpm_icon_0: .quad L_.str .quad L_.str.1 .quad L_.str.2 .quad L_.str.3 .quad L_.str.4 .quad L_.str.5 .quad L_.str.6 .quad L_.str.7 .quad L_.str.8 .quad L_.str.9 .quad L_.str.10 .quad L_.str.11 .quad L_.str.12 .quad L_.str.13 .quad L_.str.14 .quad L_.str.15 .quad L_.str.16 .quad L_.str.17 .quad L_.str.18 .quad L_.str.19 .quad L_.str.20 .quad L_.str.21 .quad L_.str.22 .quad L_.str.23 .quad L_.str.24 .quad L_.str.25 .quad L_.str.26 .quad L_.str.27 .quad L_.str.28 .quad L_.str.29 .quad L_.str.30 .quad L_.str.31 .quad L_.str.32 .quad L_.str.33 .quad L_.str.34 .quad L_.str.35 .quad L_.str.36 .quad L_.str.37 .quad L_.str.38 .quad L_.str.39 .quad L_.str.40 .quad L_.str.41 .quad L_.str.42 .quad L_.str.43 .quad L_.str.44 .quad L_.str.45 .quad L_.str.46 .quad L_.str.47 .quad L_.str.48 .quad L_.str.49 .quad L_.str.50 .quad L_.str.51 .quad L_.str.52 .quad L_.str.53 .quad L_.str.54 .quad L_.str.55 .quad L_.str.56 .quad L_.str.57 .quad L_.str.58 .quad L_.str.59 .quad L_.str.60 .quad L_.str.61 .quad L_.str.62 .quad L_.str.63 .quad L_.str.64 .quad L_.str.65 .quad L_.str.66 .quad L_.str.67 .quad L_.str.68 .quad L_.str.69 .quad L_.str.70 .quad L_.str.71 .quad L_.str.72 .quad L_.str.73 .quad L_.str.74 .quad L_.str.75 .quad L_.str.76 .quad L_.str.77 .quad L_.str.78 .quad L_.str.79 .quad L_.str.80 .quad L_.str.81 .quad L_.str.82 .quad L_.str.83 .quad L_.str.84 .quad L_.str.85 .quad L_.str.86 .quad L_.str.87 .quad L_.str.88 .quad L_.str.89 .quad L_.str.90 .quad L_.str.91 .quad L_.str.92 .quad L_.str.93 .quad L_.str.94 .quad L_.str.95 .quad L_.str.96 .quad L_.str.97 .quad L_.str.98 .quad L_.str.99 .quad L_.str.100 .quad L_.str.101 .quad L_.str.102 .quad L_.str.103 .quad L_.str.104 .quad L_.str.105 .quad L_.str.106 .quad L_.str.107 .quad L_.str.108 .quad L_.str.109 .quad L_.str.110 .quad L_.str.111 .quad L_.str.112 .quad L_.str.113 .quad L_.str.114 .quad L_.str.115 .quad L_.str.116 .quad L_.str.117 .quad L_.str.118 .quad L_.str.119 .quad L_.str.120 .quad L_.str.121 .quad L_.str.122 .quad L_.str.123 .quad L_.str.124 .quad L_.str.125 .quad L_.str.126 .quad L_.str.127 .quad L_.str.128 .quad L_.str.129 .quad L_.str.130 .quad L_.str.131 .quad L_.str.132 .quad L_.str.133 .quad L_.str.134 .quad L_.str.135 .quad L_.str.136 .quad L_.str.137 .quad L_.str.138 .quad L_.str.139 .quad L_.str.140 .quad L_.str.141 .quad L_.str.142 .quad L_.str.143 .quad L_.str.144 .quad L_.str.145 .quad L_.str.146 .quad L_.str.147 .quad L_.str.148 .quad L_.str.149 .quad L_.str.150 .quad L_.str.151 .quad L_.str.152 .quad L_.str.153 .quad L_.str.154 .quad L_.str.155 .quad L_.str.156 .quad L_.str.157 .quad L_.str.158 .quad L_.str.159 .quad L_.str.160 .quad L_.str.161 .quad L_.str.162 .quad L_.str.163 .quad L_.str.164 .quad L_.str.165 .quad L_.str.166 .quad L_.str.167 .quad L_.str.168 .quad L_.str.169 .quad L_.str.170 .quad L_.str.171 .quad L_.str.172 .quad L_.str.173 .quad L_.str.174 .quad L_.str.175 .quad L_.str.176 .quad L_.str.177 .quad L_.str.178 .quad L_.str.179 .quad L_.str.180 .quad L_.str.181 .quad L_.str.182 .quad L_.str.183 .quad L_.str.184 .quad L_.str.185 .quad L_.str.186 .quad L_.str.187 .quad L_.str.188 .quad L_.str.189 .quad L_.str.190 .quad L_.str.191 .quad L_.str.192 .quad L_.str.193 .quad L_.str.194 .quad L_.str.195 .quad L_.str.196 .quad L_.str.197 .quad L_.str.198 .quad L_.str.199 .quad L_.str.200 .quad L_.str.201 .quad L_.str.202 .quad L_.str.203 .quad L_.str.204 .quad L_.str.205 .quad L_.str.206 .quad L_.str.207 .quad L_.str.208 .quad L_.str.209 .quad L_.str.210 .quad L_.str.211 .quad L_.str.212 .quad L_.str.213 .quad L_.str.214 .quad L_.str.215 .quad L_.str.216 .quad L_.str.217 .quad L_.str.218 .quad L_.str.219 .quad L_.str.220 .quad L_.str.221 .quad L_.str.222 .quad L_.str.223 .quad L_.str.224 .quad L_.str.225 .quad L_.str.226 .quad L_.str.227 .quad L_.str.228 .quad L_.str.229 .quad L_.str.230 .quad L_.str.231 .quad L_.str.232 .quad L_.str.233 .quad L_.str.234 .quad L_.str.235 .quad L_.str.236 .quad L_.str.237 .quad L_.str.238 .quad L_.str.239 .quad L_.str.240 .quad L_.str.241 .quad L_.str.242 .quad L_.str.243 .quad L_.str.244 .quad L_.str.245 .quad L_.str.246 .quad L_.str.247 .p2align 4 ## @xpm_icon_1 _xpm_icon_1: .quad L_.str.248 .quad L_.str.249 .quad L_.str.250 .quad L_.str.251 .quad L_.str.252 .quad L_.str.253 .quad L_.str.254 .quad L_.str.255 .quad L_.str.256 .quad L_.str.257 .quad L_.str.258 .quad L_.str.259 .quad L_.str.260 .quad L_.str.261 .quad L_.str.262 .quad L_.str.263 .quad L_.str.264 .quad L_.str.265 .quad L_.str.266 .quad L_.str.267 .quad L_.str.268 .quad L_.str.269 .quad L_.str.270 .quad L_.str.271 .quad L_.str.272 .quad L_.str.273 .quad L_.str.274 .quad L_.str.275 .quad L_.str.276 .quad L_.str.277 .quad L_.str.278 .quad L_.str.279 .quad L_.str.280 .quad L_.str.281 .quad L_.str.282 .quad L_.str.283 .quad L_.str.284 .quad L_.str.285 .quad L_.str.286 .quad L_.str.287 .quad L_.str.288 .quad L_.str.289 .quad L_.str.290 .quad L_.str.291 .quad L_.str.292 .quad L_.str.293 .quad L_.str.294 .quad L_.str.295 .quad L_.str.296 .quad L_.str.297 .quad L_.str.298 .quad L_.str.299 .quad L_.str.300 .quad L_.str.301 .quad L_.str.302 .quad L_.str.303 .quad L_.str.304 .quad L_.str.305 .quad L_.str.306 .quad L_.str.307 .quad L_.str.308 .quad L_.str.309 .quad L_.str.310 .quad L_.str.311 .quad L_.str.312 .quad L_.str.313 .quad L_.str.314 .quad L_.str.315 .quad L_.str.316 .quad L_.str.317 .quad L_.str.318 .quad L_.str.319 .quad L_.str.320 .quad L_.str.321 .quad L_.str.322 .quad L_.str.323 .quad L_.str.324 .quad L_.str.325 .quad L_.str.326 .quad L_.str.327 .quad L_.str.328 .quad L_.str.329 .quad L_.str.330 .quad L_.str.331 .quad L_.str.332 .quad L_.str.333 .quad L_.str.334 .quad L_.str.335 .quad L_.str.336 .quad L_.str.337 .quad L_.str.338 .quad L_.str.339 .quad L_.str.340 .quad L_.str.341 .quad L_.str.342 .quad L_.str.343 .quad L_.str.344 .quad L_.str.345 .quad L_.str.346 .quad L_.str.347 .quad L_.str.348 .quad L_.str.349 .quad L_.str.350 .quad L_.str.351 .quad L_.str.352 .quad L_.str.353 .quad L_.str.354 .quad L_.str.355 .quad L_.str.356 .quad L_.str.357 .quad L_.str.358 .quad L_.str.359 .quad L_.str.360 .quad L_.str.361 .quad L_.str.362 .quad L_.str.363 .quad L_.str.364 .quad L_.str.365 .quad L_.str.366 .quad L_.str.367 .quad L_.str.368 .quad L_.str.369 .quad L_.str.370 .quad L_.str.371 .quad L_.str.372 .quad L_.str.373 .quad L_.str.374 .quad L_.str.375 .quad L_.str.376 .quad L_.str.377 .quad L_.str.378 .quad L_.str.379 .quad L_.str.380 .quad L_.str.381 .quad L_.str.382 .quad L_.str.383 .quad L_.str.384 .quad L_.str.385 .quad L_.str.386 .quad L_.str.387 .quad L_.str.388 .quad L_.str.389 .quad L_.str.390 .quad L_.str.391 .quad L_.str.392 .quad L_.str.393 .quad L_.str.394 .quad L_.str.395 .quad L_.str.396 .quad L_.str.397 .quad L_.str.398 .quad L_.str.399 .quad L_.str.400 .quad L_.str.401 .quad L_.str.402 .quad L_.str.403 .quad L_.str.404 .quad L_.str.405 .quad L_.str.406 .quad L_.str.407 .quad L_.str.408 .quad L_.str.409 .quad L_.str.410 .quad L_.str.411 .quad L_.str.412 .quad L_.str.413 .quad L_.str.414 .quad L_.str.415 .quad L_.str.416 .quad L_.str.417 .quad L_.str.418 .quad L_.str.419 .quad L_.str.420 .quad L_.str.421 .quad L_.str.422 .p2align 4 ## @xpm_icon_2 _xpm_icon_2: .quad L_.str.423 .quad L_.str.424 .quad L_.str.425 .quad L_.str.426 .quad L_.str.427 .quad L_.str.428 .quad L_.str.429 .quad L_.str.430 .quad L_.str.431 .quad L_.str.432 .quad L_.str.433 .quad L_.str.434 .quad L_.str.435 .quad L_.str.436 .quad L_.str.437 .quad L_.str.438 .quad L_.str.439 .quad L_.str.440 .quad L_.str.441 .quad L_.str.442 .quad L_.str.443 .quad L_.str.444 .quad L_.str.445 .quad L_.str.446 .quad L_.str.447 .quad L_.str.448 .quad L_.str.449 .quad L_.str.450 .quad L_.str.451 .quad L_.str.452 .quad L_.str.453 .quad L_.str.454 .quad L_.str.455 .quad L_.str.456 .quad L_.str.457 .quad L_.str.458 .quad L_.str.459 .quad L_.str.460 .quad L_.str.461 .quad L_.str.462 .quad L_.str.463 .quad L_.str.464 .quad L_.str.465 .quad L_.str.466 .quad L_.str.467 .quad L_.str.468 .quad L_.str.469 .quad L_.str.470 .quad L_.str.471 .quad L_.str.472 .quad L_.str.473 .quad L_.str.474 .quad L_.str.475 .quad L_.str.476 .quad L_.str.477 .quad L_.str.478 .quad L_.str.479 .quad L_.str.480 .quad L_.str.481 .quad L_.str.482 .quad L_.str.483 .quad L_.str.484 .quad L_.str.485 .quad L_.str.486 .quad L_.str.487 .quad L_.str.488 .quad L_.str.489 .quad L_.str.490 .quad L_.str.491 .quad L_.str.492 .quad L_.str.493 .quad L_.str.494 .quad L_.str.495 .quad L_.str.496 .quad L_.str.497 .quad L_.str.498 .quad L_.str.499 .quad L_.str.500 .quad L_.str.501 .quad L_.str.502 .quad L_.str.503 .quad L_.str.504 .quad L_.str.505 .quad L_.str.506 .quad L_.str.507 .quad L_.str.508 .quad L_.str.509 .quad L_.str.510 .quad L_.str.511 .quad L_.str.512 .quad L_.str.513 .quad L_.str.514 .quad L_.str.515 .quad L_.str.516 .quad L_.str.517 .quad L_.str.518 .quad L_.str.519 .quad L_.str.520 .quad L_.str.521 .quad L_.str.522 .quad L_.str.523 .quad L_.str.524 .quad L_.str.525 .quad L_.str.526 .quad L_.str.527 .quad L_.str.528 .quad L_.str.529 .quad L_.str.530 .quad L_.str.531 .quad L_.str.532 .quad L_.str.533 .quad L_.str.534 .quad L_.str.535 .quad L_.str.536 .quad L_.str.537 .quad L_.str.538 .quad L_.str.539 .quad L_.str.540 .quad L_.str.541 .quad L_.str.542 .quad L_.str.543 .quad L_.str.544 .quad L_.str.545 .quad L_.str.546 .quad L_.str.547 .quad L_.str.548 .quad L_.str.549 .quad L_.str.550 .quad L_.str.551 .quad L_.str.552 .quad L_.str.553 .quad L_.str.554 .quad L_.str.555 .quad L_.str.556 .quad L_.str.557 .quad L_.str.558 .quad L_.str.559 .quad L_.str.560 .quad L_.str.561 .quad L_.str.562 .quad L_.str.563 .quad L_.str.564 .quad L_.str.565 .quad L_.str.566 .quad L_.str.567 .quad L_.str.568 .quad L_.str.569 .quad L_.str.570 .globl _xpm_icons ## @xpm_icons .p2align 4 _xpm_icons: .quad _xpm_icon_0 .quad _xpm_icon_1 .quad _xpm_icon_2 .section __TEXT,__const .globl _n_xpm_icons ## @n_xpm_icons .p2align 2 _n_xpm_icons: .long 3 ## 0x3 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "16 16 231 2" L_.str.1: ## @.str.1 .asciz " c #7C7054" L_.str.2: ## @.str.2 .asciz ". c #876B51" L_.str.3: ## @.str.3 .asciz "X c #866D52" L_.str.4: ## @.str.4 .asciz "o c #866B56" L_.str.5: ## @.str.5 .asciz "O c #856F54" L_.str.6: ## @.str.6 .asciz "+ c #876E55" L_.str.7: ## @.str.7 .asciz "@ c #876F55" L_.str.8: ## @.str.8 .asciz "# c #886A50" L_.str.9: ## @.str.9 .asciz "$ c #886F55" L_.str.10: ## @.str.10 .asciz "% c #8A6D57" L_.str.11: ## @.str.11 .asciz "& c #886E56" L_.str.12: ## @.str.12 .asciz "* c #886F56" L_.str.13: ## @.str.13 .asciz "= c #8A6E56" L_.str.14: ## @.str.14 .asciz "- c #876F58" L_.str.15: ## @.str.15 .asciz "; c #896C59" L_.str.16: ## @.str.16 .asciz ": c #8B6F58" L_.str.17: ## @.str.17 .asciz "> c #837053" L_.str.18: ## @.str.18 .asciz ", c #817354" L_.str.19: ## @.str.19 .asciz "< c #887056" L_.str.20: ## @.str.20 .asciz "1 c #897257" L_.str.21: ## @.str.21 .asciz "2 c #8B7357" L_.str.22: ## @.str.22 .asciz "3 c #8B7457" L_.str.23: ## @.str.23 .asciz "4 c #8B7259" L_.str.24: ## @.str.24 .asciz "5 c #89725A" L_.str.25: ## @.str.25 .asciz "6 c #8C7258" L_.str.26: ## @.str.26 .asciz "7 c #8C7359" L_.str.27: ## @.str.27 .asciz "8 c #8D7559" L_.str.28: ## @.str.28 .asciz "9 c #8C755A" L_.str.29: ## @.str.29 .asciz "0 c #83795B" L_.str.30: ## @.str.30 .asciz "q c #83795C" L_.str.31: ## @.str.31 .asciz "w c #8D7F5B" L_.str.32: ## @.str.32 .asciz "e c #8A7A5F" L_.str.33: ## @.str.33 .asciz "r c #977B5E" L_.str.34: ## @.str.34 .asciz "t c #AC765B" L_.str.35: ## @.str.35 .asciz "y c #A77B5F" L_.str.36: ## @.str.36 .asciz "u c #8E7760" L_.str.37: ## @.str.37 .asciz "i c #8B7B61" L_.str.38: ## @.str.38 .asciz "p c #927562" L_.str.39: ## @.str.39 .asciz "a c #927861" L_.str.40: ## @.str.40 .asciz "s c #927A60" L_.str.41: ## @.str.41 .asciz "d c #907962" L_.str.42: ## @.str.42 .asciz "f c #907A62" L_.str.43: ## @.str.43 .asciz "g c #A57960" L_.str.44: ## @.str.44 .asciz "h c #A77961" L_.str.45: ## @.str.45 .asciz "j c #A27F60" L_.str.46: ## @.str.46 .asciz "k c #A87960" L_.str.47: ## @.str.47 .asciz "l c #AC7864" L_.str.48: ## @.str.48 .asciz "z c #B17B61" L_.str.49: ## @.str.49 .asciz "x c #B67D62" L_.str.50: ## @.str.50 .asciz "c c #B37E66" L_.str.51: ## @.str.51 .asciz "v c #B27E67" L_.str.52: ## @.str.52 .asciz "b c #B37F6E" L_.str.53: ## @.str.53 .asciz "n c #78875F" L_.str.54: ## @.str.54 .asciz "m c #7D875D" L_.str.55: ## @.str.55 .asciz "M c #778B5D" L_.str.56: ## @.str.56 .asciz "N c #7C8D5E" L_.str.57: ## @.str.57 .asciz "B c #7B8F62" L_.str.58: ## @.str.58 .asciz "V c #769060" L_.str.59: ## @.str.59 .asciz "C c #789062" L_.str.60: ## @.str.60 .asciz "Z c #7A9262" L_.str.61: ## @.str.61 .asciz "A c #789460" L_.str.62: ## @.str.62 .asciz "S c #7F9564" L_.str.63: ## @.str.63 .asciz "D c #789B63" L_.str.64: ## @.str.64 .asciz "F c #7D9866" L_.str.65: ## @.str.65 .asciz "G c #7D9A6E" L_.str.66: ## @.str.66 .asciz "H c #88805A" L_.str.67: ## @.str.67 .asciz "J c #8D815C" L_.str.68: ## @.str.68 .asciz "K c #908359" L_.str.69: ## @.str.69 .asciz "L c #91825F" L_.str.70: ## @.str.70 .asciz "P c #88945D" L_.str.71: ## @.str.71 .asciz "I c #979159" L_.str.72: ## @.str.72 .asciz "U c #90945F" L_.str.73: ## @.str.73 .asciz "Y c #A18658" L_.str.74: ## @.str.74 .asciz "T c #B0865E" L_.str.75: ## @.str.75 .asciz "R c #B28F5F" L_.str.76: ## @.str.76 .asciz "E c #A6965D" L_.str.77: ## @.str.77 .asciz "W c #A9905B" L_.str.78: ## @.str.78 .asciz "Q c #AE975E" L_.str.79: ## @.str.79 .asciz "! c #B6955D" L_.str.80: ## @.str.80 .asciz "~ c #BC975E" L_.str.81: ## @.str.81 .asciz "^ c #BC9A5B" L_.str.82: ## @.str.82 .asciz "/ c #BEA25A" L_.str.83: ## @.str.83 .asciz "( c #BEA65C" L_.str.84: ## @.str.84 .asciz ") c #888062" L_.str.85: ## @.str.85 .asciz "_ c #898564" L_.str.86: ## @.str.86 .asciz "` c #828963" L_.str.87: ## @.str.87 .asciz "' c #8B8961" L_.str.88: ## @.str.88 .asciz "] c #879260" L_.str.89: ## @.str.89 .asciz "[ c #809B65" L_.str.90: ## @.str.90 .asciz "{ c #809867" L_.str.91: ## @.str.91 .asciz "} c #879C64" L_.str.92: ## @.str.92 .asciz "| c #839368" L_.str.93: ## @.str.93 .asciz " . c #81976A" L_.str.94: ## @.str.94 .asciz ".. c #819A69" L_.str.95: ## @.str.95 .asciz "X. c #949362" L_.str.96: ## @.str.96 .asciz "o. c #9F9F68" L_.str.97: ## @.str.97 .asciz "O. c #A68063" L_.str.98: ## @.str.98 .asciz "+. c #A88063" L_.str.99: ## @.str.99 .asciz "@. c #AF8163" L_.str.100: ## @.str.100 .asciz "#. c #A88E65" L_.str.101: ## @.str.101 .asciz "$. c #A3826C" L_.str.102: ## @.str.102 .asciz "%. c #AB8368" L_.str.103: ## @.str.103 .asciz "&. c #B08363" L_.str.104: ## @.str.104 .asciz "*. c #B08166" L_.str.105: ## @.str.105 .asciz "=. c #B18167" L_.str.106: ## @.str.106 .asciz "-. c #B38D65" L_.str.107: ## @.str.107 .asciz ";. c #B1866C" L_.str.108: ## @.str.108 .asciz ":. c #B88168" L_.str.109: ## @.str.109 .asciz ">. c #AA9068" L_.str.110: ## @.str.110 .asciz ",. c #B89162" L_.str.111: ## @.str.111 .asciz "<. c #B39E65" L_.str.112: ## @.str.112 .asciz "1. c #BD9D60" L_.str.113: ## @.str.113 .asciz "2. c #B4936A" L_.str.114: ## @.str.114 .asciz "3. c #B38B78" L_.str.115: ## @.str.115 .asciz "4. c #BEAF64" L_.str.116: ## @.str.116 .asciz "5. c #C1A95E" L_.str.117: ## @.str.117 .asciz "6. c #C19F64" L_.str.118: ## @.str.118 .asciz "7. c #C0A562" L_.str.119: ## @.str.119 .asciz "8. c #C7AF60" L_.str.120: ## @.str.120 .asciz "9. c #C8AF62" L_.str.121: ## @.str.121 .asciz "0. c #C3AC6B" L_.str.122: ## @.str.122 .asciz "q. c #C7B065" L_.str.123: ## @.str.123 .asciz "w. c #CAB162" L_.str.124: ## @.str.124 .asciz "e. c #CAB263" L_.str.125: ## @.str.125 .asciz "r. c #CBB263" L_.str.126: ## @.str.126 .asciz "t. c #CEB562" L_.str.127: ## @.str.127 .asciz "y. c #C9B364" L_.str.128: ## @.str.128 .asciz "u. c #CCB265" L_.str.129: ## @.str.129 .asciz "i. c #CFB464" L_.str.130: ## @.str.130 .asciz "p. c #CDB466" L_.str.131: ## @.str.131 .asciz "a. c #CFB666" L_.str.132: ## @.str.132 .asciz "s. c #CEB966" L_.str.133: ## @.str.133 .asciz "d. c #C7B16E" L_.str.134: ## @.str.134 .asciz "f. c #C9B169" L_.str.135: ## @.str.135 .asciz "g. c #C9B26C" L_.str.136: ## @.str.136 .asciz "h. c #CAB26C" L_.str.137: ## @.str.137 .asciz "j. c #CAB46E" L_.str.138: ## @.str.138 .asciz "k. c #CBB66E" L_.str.139: ## @.str.139 .asciz "l. c #CCB86E" L_.str.140: ## @.str.140 .asciz "z. c #D4B967" L_.str.141: ## @.str.141 .asciz "x. c #D1BC6F" L_.str.142: ## @.str.142 .asciz "c. c #C6B273" L_.str.143: ## @.str.143 .asciz "v. c #CBB475" L_.str.144: ## @.str.144 .asciz "b. c #CBB679" L_.str.145: ## @.str.145 .asciz "n. c #B79D8C" L_.str.146: ## @.str.146 .asciz "m. c #AEA192" L_.str.147: ## @.str.147 .asciz "M. c #B0A699" L_.str.148: ## @.str.148 .asciz "N. c #B0A59B" L_.str.149: ## @.str.149 .asciz "B. c #B2A89C" L_.str.150: ## @.str.150 .asciz "V. c #B2AC9F" L_.str.151: ## @.str.151 .asciz "C. c #ABB49C" L_.str.152: ## @.str.152 .asciz "Z. c #BFB8AF" L_.str.153: ## @.str.153 .asciz "A. c #C7BE97" L_.str.154: ## @.str.154 .asciz "S. c #C3B3A8" L_.str.155: ## @.str.155 .asciz "D. c #C0BAB1" L_.str.156: ## @.str.156 .asciz "F. c #C8BFB9" L_.str.157: ## @.str.157 .asciz "G. c #C7C0B7" L_.str.158: ## @.str.158 .asciz "H. c #C9C2B3" L_.str.159: ## @.str.159 .asciz "J. c #C5C1BA" L_.str.160: ## @.str.160 .asciz "K. c #C8C3BC" L_.str.161: ## @.str.161 .asciz "L. c #C8C8C0" L_.str.162: ## @.str.162 .asciz "P. c #CCC8C1" L_.str.163: ## @.str.163 .asciz "I. c #CBC9C5" L_.str.164: ## @.str.164 .asciz "U. c #CECCC7" L_.str.165: ## @.str.165 .asciz "Y. c #CECCC8" L_.str.166: ## @.str.166 .asciz "T. c #CECDC8" L_.str.167: ## @.str.167 .asciz "R. c #CFCDC8" L_.str.168: ## @.str.168 .asciz "E. c #D1CEC7" L_.str.169: ## @.str.169 .asciz "W. c #D2CBC9" L_.str.170: ## @.str.170 .asciz "Q. c #D1CDC8" L_.str.171: ## @.str.171 .asciz "!. c #D1CFC8" L_.str.172: ## @.str.172 .asciz "~. c #D0CEC9" L_.str.173: ## @.str.173 .asciz "^. c #D2CEC8" L_.str.174: ## @.str.174 .asciz "/. c #D1CFCA" L_.str.175: ## @.str.175 .asciz "(. c #D2CFCA" L_.str.176: ## @.str.176 .asciz "). c #D5CFCA" L_.str.177: ## @.str.177 .asciz "_. c #D3D0C6" L_.str.178: ## @.str.178 .asciz "`. c #D1D0C9" L_.str.179: ## @.str.179 .asciz "'. c #D1D2C9" L_.str.180: ## @.str.180 .asciz "]. c #D1D0CA" L_.str.181: ## @.str.181 .asciz "[. c #D3D0CA" L_.str.182: ## @.str.182 .asciz "{. c #D3D0CB" L_.str.183: ## @.str.183 .asciz "}. c #D3D1CB" L_.str.184: ## @.str.184 .asciz "|. c #D3D2CB" L_.str.185: ## @.str.185 .asciz " X c #D3D3CB" L_.str.186: ## @.str.186 .asciz ".X c #D5D1C8" L_.str.187: ## @.str.187 .asciz "XX c #D5D2C8" L_.str.188: ## @.str.188 .asciz "oX c #D6D2C9" L_.str.189: ## @.str.189 .asciz "OX c #D4D0CA" L_.str.190: ## @.str.190 .asciz "+X c #D4D0CB" L_.str.191: ## @.str.191 .asciz "@X c #D4D1CB" L_.str.192: ## @.str.192 .asciz "#X c #D5D1CB" L_.str.193: ## @.str.193 .asciz "$X c #D7D1CB" L_.str.194: ## @.str.194 .asciz "%X c #D4D2CB" L_.str.195: ## @.str.195 .asciz "&X c #D5D2CB" L_.str.196: ## @.str.196 .asciz "*X c #D6D2CB" L_.str.197: ## @.str.197 .asciz "=X c #D6D3CB" L_.str.198: ## @.str.198 .asciz "-X c #D0D4CA" L_.str.199: ## @.str.199 .asciz ";X c #D3D1CC" L_.str.200: ## @.str.200 .asciz ":X c #D5D0CC" L_.str.201: ## @.str.201 .asciz ">X c #D4D1CC" L_.str.202: ## @.str.202 .asciz ",X c #D5D3CC" L_.str.203: ## @.str.203 .asciz "<X c #D4D2CD" L_.str.204: ## @.str.204 .asciz "1X c #D5D3CD" L_.str.205: ## @.str.205 .asciz "2X c #D6D3CC" L_.str.206: ## @.str.206 .asciz "3X c #D4D2CE" L_.str.207: ## @.str.207 .asciz "4X c #D5D3CE" L_.str.208: ## @.str.208 .asciz "5X c #D7D4CC" L_.str.209: ## @.str.209 .asciz "6X c #D6D4CF" L_.str.210: ## @.str.210 .asciz "7X c #D8D3CB" L_.str.211: ## @.str.211 .asciz "8X c #D6D5D0" L_.str.212: ## @.str.212 .asciz "9X c #D7D5D0" L_.str.213: ## @.str.213 .asciz "0X c #D7D6D1" L_.str.214: ## @.str.214 .asciz "qX c #D7D6D3" L_.str.215: ## @.str.215 .asciz "wX c #D8D5D0" L_.str.216: ## @.str.216 .asciz "eX c #D8D6D1" L_.str.217: ## @.str.217 .asciz "rX c #DAD7D2" L_.str.218: ## @.str.218 .asciz "tX c #DAD7D3" L_.str.219: ## @.str.219 .asciz "yX c #D9D7D4" L_.str.220: ## @.str.220 .asciz "uX c #DAD8D3" L_.str.221: ## @.str.221 .asciz "iX c #DAD9D3" L_.str.222: ## @.str.222 .asciz "pX c #DBD9D4" L_.str.223: ## @.str.223 .asciz "aX c #DBDAD6" L_.str.224: ## @.str.224 .asciz "sX c #DDDBD6" L_.str.225: ## @.str.225 .asciz "dX c #DEDAD8" L_.str.226: ## @.str.226 .asciz "fX c #DFDDD9" L_.str.227: ## @.str.227 .asciz "gX c #DFDED9" L_.str.228: ## @.str.228 .asciz "hX c #DEE1DF" L_.str.229: ## @.str.229 .asciz "jX c #E1E0DC" L_.str.230: ## @.str.230 .asciz "kX c #E2E1DE" L_.str.231: ## @.str.231 .asciz "lX c #E1E4E1" L_.str.232: ## @.str.232 .asciz "iX`.`.`.`.`.E.6X6X(.XXXXXXXXXXuX" L_.str.233: ## @.str.233 .asciz "`. ...| ` e & Z.hXn.7.k.h.h.c.=X" L_.str.234: ## @.str.234 .asciz "6XC..., & X m.fXeX3.^ r.w.a.h.=X" L_.str.235: ## @.str.235 .asciz "6XdXL.K.P.J.6XlXS.t =.&.@.^ l.=X" L_.str.236: ## @.str.236 .asciz "eXR.eXfXfX0XR.N.9 y :.v v z #.=X" L_.str.237: ## @.str.237 .asciz "0X`.pXiX0X6XeXN.# y O.v O.J p (." L_.str.238: ## @.str.238 .asciz "0XU.iXsXeXE.b.A.q + M 2 ' D ) )." L_.str.239: ## @.str.239 .asciz "6XU.6XR.I.H.5./ w C { m Z N i `." L_.str.240: ## @.str.240 .asciz "6X6XiXpXB.& 8 6 h X.F n 2 < i =X" L_.str.241: ## @.str.241 .asciz "eXpXhXjXF.6 5 8 ; ! 4.E H < i )." L_.str.242: ## @.str.242 .asciz "6XD.G.V.0 2 ; 5 o Q z.a.P + p )." L_.str.243: ## @.str.243 .asciz "E.5 . O A B K W h ,.y.u.X. _ =X" L_.str.244: ## @.str.244 .asciz "E.r 2 ; r D } s.7.l -.a.9.P G `." L_.str.245: ## @.str.245 .asciz "W.-./ I x y V I ~ T w.w.u.q.o. X" L_.str.246: ## @.str.246 .asciz "$X$.<.x.2.b >.L %.;.0.k.d.h.v.5X" L_.str.247: ## @.str.247 .asciz "sX).W.$X6X).=X=X).).`.=X=X5X5XiX" L_.str.248: ## @.str.248 .asciz "32 32 142 2" L_.str.249: ## @.str.249 .asciz " c #78744F" L_.str.250: ## @.str.250 .asciz ". c #7D6C50" L_.str.251: ## @.str.251 .asciz "X c #7D7555" L_.str.252: ## @.str.252 .asciz "o c #7C7957" L_.str.253: ## @.str.253 .asciz "O c #7B7658" L_.str.254: ## @.str.254 .asciz "+ c #7B7E59" L_.str.255: ## @.str.255 .asciz "@ c #82674C" L_.str.256: ## @.str.256 .asciz "# c #84694F" L_.str.257: ## @.str.257 .asciz "$ c #846D54" L_.str.258: ## @.str.258 .asciz "% c #8A6E55" L_.str.259: ## @.str.259 .asciz "& c #826C5A" L_.str.260: ## @.str.260 .asciz "* c #8C6F5A" L_.str.261: ## @.str.261 .asciz "= c #916E56" L_.str.262: ## @.str.262 .asciz "- c #906E58" L_.str.263: ## @.str.263 .asciz "; c #857155" L_.str.264: ## @.str.264 .asciz ": c #8B7256" L_.str.265: ## @.str.265 .asciz "> c #85735B" L_.str.266: ## @.str.266 .asciz ", c #8C735A" L_.str.267: ## @.str.267 .asciz "< c #927956" L_.str.268: ## @.str.268 .asciz "1 c #9D7B55" L_.str.269: ## @.str.269 .asciz "2 c #90735A" L_.str.270: ## @.str.270 .asciz "3 c #9B725A" L_.str.271: ## @.str.271 .asciz "4 c #947D5D" L_.str.272: ## @.str.272 .asciz "5 c #9B7C5E" L_.str.273: ## @.str.273 .asciz "6 c #A3745C" L_.str.274: ## @.str.274 .asciz "7 c #A9745B" L_.str.275: ## @.str.275 .asciz "8 c #A37C5C" L_.str.276: ## @.str.276 .asciz "9 c #AA7C5E" L_.str.277: ## @.str.277 .asciz "0 c #B0755F" L_.str.278: ## @.str.278 .asciz "q c #B0785C" L_.str.279: ## @.str.279 .asciz "w c #907C67" L_.str.280: ## @.str.280 .asciz "e c #9D7E60" L_.str.281: ## @.str.281 .asciz "r c #A87764" L_.str.282: ## @.str.282 .asciz "t c #A47C62" L_.str.283: ## @.str.283 .asciz "y c #AC7B62" L_.str.284: ## @.str.284 .asciz "u c #A97C68" L_.str.285: ## @.str.285 .asciz "i c #B37E66" L_.str.286: ## @.str.286 .asciz "p c #76865C" L_.str.287: ## @.str.287 .asciz "a c #7A845B" L_.str.288: ## @.str.288 .asciz "s c #758C5C" L_.str.289: ## @.str.289 .asciz "d c #7E8A5E" L_.str.290: ## @.str.290 .asciz "f c #7B915E" L_.str.291: ## @.str.291 .asciz "g c #7B8E60" L_.str.292: ## @.str.292 .asciz "h c #739762" L_.str.293: ## @.str.293 .asciz "j c #7C9464" L_.str.294: ## @.str.294 .asciz "k c #7D9A66" L_.str.295: ## @.str.295 .asciz "l c #7C9E68" L_.str.296: ## @.str.296 .asciz "z c #8A8156" L_.str.297: ## @.str.297 .asciz "x c #84835D" L_.str.298: ## @.str.298 .asciz "c c #88835C" L_.str.299: ## @.str.299 .asciz "v c #838D5B" L_.str.300: ## @.str.300 .asciz "b c #9F8858" L_.str.301: ## @.str.301 .asciz "n c #8B945E" L_.str.302: ## @.str.302 .asciz "m c #8D995F" L_.str.303: ## @.str.303 .asciz "M c #91955C" L_.str.304: ## @.str.304 .asciz "N c #AC825F" L_.str.305: ## @.str.305 .asciz "B c #AB8A58" L_.str.306: ## @.str.306 .asciz "V c #B08B5E" L_.str.307: ## @.str.307 .asciz "C c #A69057" L_.str.308: ## @.str.308 .asciz "Z c #A39D5E" L_.str.309: ## @.str.309 .asciz "A c #AC9F5E" L_.str.310: ## @.str.310 .asciz "S c #B3935D" L_.str.311: ## @.str.311 .asciz "D c #B39A5D" L_.str.312: ## @.str.312 .asciz "F c #B99E5D" L_.str.313: ## @.str.313 .asciz "G c #B3A35F" L_.str.314: ## @.str.314 .asciz "H c #BAA15E" L_.str.315: ## @.str.315 .asciz "J c #809664" L_.str.316: ## @.str.316 .asciz "K c #819A66" L_.str.317: ## @.str.317 .asciz "L c #8D9860" L_.str.318: ## @.str.318 .asciz "P c #81976A" L_.str.319: ## @.str.319 .asciz "I c #829B69" L_.str.320: ## @.str.320 .asciz "U c #909A61" L_.str.321: ## @.str.321 .asciz "Y c #8D8671" L_.str.322: ## @.str.322 .asciz "T c #9B8D7E" L_.str.323: ## @.str.323 .asciz "R c #899976" L_.str.324: ## @.str.324 .asciz "E c #AD8160" L_.str.325: ## @.str.325 .asciz "W c #AD826B" L_.str.326: ## @.str.326 .asciz "Q c #B48066" L_.str.327: ## @.str.327 .asciz "! c #B98067" L_.str.328: ## @.str.328 .asciz "~ c #B38C61" L_.str.329: ## @.str.329 .asciz "^ c #B68268" L_.str.330: ## @.str.330 .asciz "/ c #BD8169" L_.str.331: ## @.str.331 .asciz "( c #A79160" L_.str.332: ## @.str.332 .asciz ") c #B69D63" L_.str.333: ## @.str.333 .asciz "_ c #B99860" L_.str.334: ## @.str.334 .asciz "` c #A38573" L_.str.335: ## @.str.335 .asciz "' c #AEA065" L_.str.336: ## @.str.336 .asciz "] c #B4A560" L_.str.337: ## @.str.337 .asciz "[ c #BDA463" L_.str.338: ## @.str.338 .asciz "{ c #BFA961" L_.str.339: ## @.str.339 .asciz "} c #B3A36B" L_.str.340: ## @.str.340 .asciz "| c #BCA86C" L_.str.341: ## @.str.341 .asciz " . c #C1A75F" L_.str.342: ## @.str.342 .asciz ".. c #C3AA5D" L_.str.343: ## @.str.343 .asciz "X. c #C0A462" L_.str.344: ## @.str.344 .asciz "o. c #C4AD64" L_.str.345: ## @.str.345 .asciz "O. c #CAAF63" L_.str.346: ## @.str.346 .asciz "+. c #C3AD69" L_.str.347: ## @.str.347 .asciz "@. c #C5B164" L_.str.348: ## @.str.348 .asciz "#. c #CCB365" L_.str.349: ## @.str.349 .asciz "$. c #C6B06A" L_.str.350: ## @.str.350 .asciz "%. c #CDB469" L_.str.351: ## @.str.351 .asciz "&. c #D1B666" L_.str.352: ## @.str.352 .asciz "*. c #D3BA66" L_.str.353: ## @.str.353 .asciz "=. c #D3BB69" L_.str.354: ## @.str.354 .asciz "-. c #A29485" L_.str.355: ## @.str.355 .asciz ";. c #A79B8F" L_.str.356: ## @.str.356 .asciz ":. c #B59685" L_.str.357: ## @.str.357 .asciz ">. c #AA9F92" L_.str.358: ## @.str.358 .asciz ",. c #ACA194" L_.str.359: ## @.str.359 .asciz "<. c #AFA499" L_.str.360: ## @.str.360 .asciz "1. c #B0A79B" L_.str.361: ## @.str.361 .asciz "2. c #B1A89C" L_.str.362: ## @.str.362 .asciz "3. c #B6AEA4" L_.str.363: ## @.str.363 .asciz "4. c #BDB6A3" L_.str.364: ## @.str.364 .asciz "5. c #B6B2A9" L_.str.365: ## @.str.365 .asciz "6. c #BEB3AA" L_.str.366: ## @.str.366 .asciz "7. c #B9BCAF" L_.str.367: ## @.str.367 .asciz "8. c #BFBAB1" L_.str.368: ## @.str.368 .asciz "9. c #C2B388" L_.str.369: ## @.str.369 .asciz "0. c #C3B6AD" L_.str.370: ## @.str.370 .asciz "q. c #C3BDB5" L_.str.371: ## @.str.371 .asciz "w. c #C9BCB2" L_.str.372: ## @.str.372 .asciz "e. c #CBC5B3" L_.str.373: ## @.str.373 .asciz "r. c #CEC8B4" L_.str.374: ## @.str.374 .asciz "t. c #C3C1BC" L_.str.375: ## @.str.375 .asciz "y. c #C8C5BF" L_.str.376: ## @.str.376 .asciz "u. c #C6C5C0" L_.str.377: ## @.str.377 .asciz "i. c #CAC6C1" L_.str.378: ## @.str.378 .asciz "p. c #CDCBC5" L_.str.379: ## @.str.379 .asciz "a. c #CECCC8" L_.str.380: ## @.str.380 .asciz "s. c #D1CEC6" L_.str.381: ## @.str.381 .asciz "d. c #D1CECA" L_.str.382: ## @.str.382 .asciz "f. c #D3D1CB" L_.str.383: ## @.str.383 .asciz "g. c #D6D5D1" L_.str.384: ## @.str.384 .asciz "h. c #D9D7D1" L_.str.385: ## @.str.385 .asciz "j. c #DDDBD6" L_.str.386: ## @.str.386 .asciz "k. c #DEDDD8" L_.str.387: ## @.str.387 .asciz "l. c #E0DFDA" L_.str.388: ## @.str.388 .asciz "z. c #E1E1DD" L_.str.389: ## @.str.389 .asciz "x. c #E5E4E2" L_.str.390: ## @.str.390 .asciz "c. c #E8E9E7" L_.str.391: ## @.str.391 .asciz "j.j.l.k.k.k.l.k.l.k.k.l.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.j." L_.str.392: ## @.str.392 .asciz "j.h.s.p.p.p.p.p.a.p.p.p.p.p.d.f.f.f.s.p.s.s.s.s.s.s.s.s.s.s.h.j." L_.str.393: ## @.str.393 .asciz "k.p.j j j j k j j j O , , $ T h.s.g.6.6 ) @.o.o.o.o.o.o.o.| f.j." L_.str.394: ## @.str.394 .asciz "k.p.j k K K k + o o ; 2 , @ <.z.j.z.w.7 X.&.#.%.#.#.#.%.#.+.f.k." L_.str.395: ## @.str.395 .asciz "l.p.R K k I + * , 2 , , $ ;.k.j.h.z.0.7 [ %.#.#.%.@.#.%.#.+.f.l." L_.str.396: ## @.str.396 .asciz "k.f.f.p.P s . % $ $ $ # ;.k.j.h.k.i.W i N H @.O.O.O.&.@.#.o.f.k." L_.str.397: ## @.str.397 .asciz "k.f.f.z.f.7.5.w.q.8.5.q.k.j.j.h.k.:.9 ^ Q y N E E 9 H &.#.+.f.k." L_.str.398: ## @.str.398 .asciz "k.f.f.k.f.a.f.z.k.l.a.f.p.u.a.k.j.` i i Q Q Q Q i ^ y H *[email protected]." L_.str.399: ## @.str.399 .asciz "j.f.f.d.a.j.h.h.h.h.j.f.i.a.u.p.-.# 3 Q i E Q Q Q Q Q y F [ f.k." L_.str.400: ## @.str.400 .asciz "k.f.d.p.k.g.j.j.j.j.f.p.p.g.,.$ : , 3 Q i Q Q i Q i i Q = ; f.j." L_.str.401: ## @.str.401 .asciz "k.f.d.d.j.j.j.g.j.j.p.j.h.g.6.# , % Q ! Q i Q i Q t x y 3 , d.k." L_.str.402: ## @.str.402 .asciz "k.f.d.a.j.h.j.j.j.h.a.k.f.u.x.2.$ : = 6 5 5 5 i ! 4 h 4 , , d.k." L_.str.403: ## @.str.403 .asciz "k.f.a.a.j.j.j.j.j.h.p.h.2.o.d.p.$ , , $ a k s r t g k k o , f.k." L_.str.404: ## @.str.404 .asciz "k.f.f.p.k.j.j.j.j.p.g.e...&.@.} s X * . j a $ # + I j K + , d.k." L_.str.405: ## @.str.405 .asciz "j.d.t.y.i.f.k.a.p.d.x.e.O.#.*...c o o j I a o o d I K k O , f.k." L_.str.406: ## @.str.406 .asciz "k.f.f.k.h.p.f.t.a.p.a.4.H ..H H y c k K K k k k f j h + * , f.j." L_.str.407: ## @.str.407 .asciz "k.f.f.j.j.j.d.g.t.$ , , ; : : $ y 8 g h j K K a $ * $ : : , g.k." L_.str.408: ## @.str.408 .asciz "j.f.f.j.h.j.j.k.f.w $ , , : , % 6 / 8 Z L j j . , , , , : , d.k." L_.str.409: ## @.str.409 .asciz "k.d.f.k.j.h.j.h.z.f., , , : , , $ 3 8 &.O.M v < ; X : : , , f.k." L_.str.410: ## @.str.410 .asciz "k.f.d.j.h.h.h.h.j.2.% , , : , : , $ < @.#.#.O.O.m p * , , , f.j." L_.str.411: ## @.str.411 .asciz "j.f.h.z.z.z.c.3., % * , , : , : , , < #.@.#.#.&.U a : , , , g.k." L_.str.412: ## @.str.412 .asciz "k.d.>.,.,.,.,.Y + X % , , , , , % < #.#.#.#.O.U p % , : , d.j." L_.str.413: ## @.str.413 .asciz "k.p.# # # $ @ X l K j X ; : : $ = i N #.%.#.@.&.L p % , * > d.k." L_.str.414: ## @.str.414 .asciz "l.p., 2 2 , , , p K K k s A O...V i y S %.#.#.&.] h O $ p j d.k." L_.str.415: ## @.str.415 .asciz "k.p.; , , , , , $ v k K j Z &.#[email protected] i E N S %.#.&.] p g K P f.k." L_.str.416: ## @.str.416 .asciz "k.p.% = < $ , % y y d k K j A &.%.V i i 9 V %.#.O.&.G j k K f.k." L_.str.417: ## @.str.417 .asciz "k.s.t S #.b $ * Q ^ r d k k n #.#.V y S #.#.#.#.O.O.&.] f j f.k." L_.str.418: ## @.str.418 .asciz "k.d.r F =.#.H S 9 Q ^ y d k + : @.~ r H #.#.#.@.%.#.%.%.{ ' f.j." L_.str.419: ## @.str.419 .asciz "k.s.y 1 C #.=.=.F y Q Q r M < $ B E i 9 H &.%.%.#.#.#.#.&.%.d.k." L_.str.420: ## @.str.420 .asciz "k.p.W , , { @.$.[ u Q W u [ C & t i u u ) %.o.+.o.+.+.+.+.| f.k." L_.str.421: ## @.str.421 .asciz "j.j.f.f.f.f.f.f.d.f.f.d.d.f.s.d.d.d.f.f.s.f.f.f.f.f.f.f.f.f.j.j." L_.str.422: ## @.str.422 .asciz "h.j.j.k.k.k.k.j.k.j.k.k.k.k.l.l.l.j.l.l.k.j.l.j.k.l.j.k.k.j.j.h." L_.str.423: ## @.str.423 .asciz "48 48 99 2" L_.str.424: ## @.str.424 .asciz " c #7E684F" L_.str.425: ## @.str.425 .asciz ". c #7D6A52" L_.str.426: ## @.str.426 .asciz "X c #757553" L_.str.427: ## @.str.427 .asciz "o c #787554" L_.str.428: ## @.str.428 .asciz "O c #757855" L_.str.429: ## @.str.429 .asciz "+ c #89664F" L_.str.430: ## @.str.430 .asciz "@ c #82694E" L_.str.431: ## @.str.431 .asciz "# c #846D54" L_.str.432: ## @.str.432 .asciz "$ c #8B6C55" L_.str.433: ## @.str.433 .asciz "% c #836E59" L_.str.434: ## @.str.434 .asciz "& c #867056" L_.str.435: ## @.str.435 .asciz "* c #897157" L_.str.436: ## @.str.436 .asciz "= c #87715A" L_.str.437: ## @.str.437 .asciz "- c #8C7359" L_.str.438: ## @.str.438 .asciz "; c #867B59" L_.str.439: ## @.str.439 .asciz ": c #887A59" L_.str.440: ## @.str.440 .asciz "> c #90765B" L_.str.441: ## @.str.441 .asciz ", c #9D735A" L_.str.442: ## @.str.442 .asciz "< c #A4765D" L_.str.443: ## @.str.443 .asciz "1 c #AC765B" L_.str.444: ## @.str.444 .asciz "2 c #A6785F" L_.str.445: ## @.str.445 .asciz "3 c #A97A5F" L_.str.446: ## @.str.446 .asciz "4 c #A17761" L_.str.447: ## @.str.447 .asciz "5 c #AA7760" L_.str.448: ## @.str.448 .asciz "6 c #A27961" L_.str.449: ## @.str.449 .asciz "7 c #AC7B63" L_.str.450: ## @.str.450 .asciz "8 c #A47D68" L_.str.451: ## @.str.451 .asciz "9 c #B27E65" L_.str.452: ## @.str.452 .asciz "0 c #74855A" L_.str.453: ## @.str.453 .asciz "q c #768A5D" L_.str.454: ## @.str.454 .asciz "w c #788E5F" L_.str.455: ## @.str.455 .asciz "e c #76905B" L_.str.456: ## @.str.456 .asciz "r c #79905F" L_.str.457: ## @.str.457 .asciz "t c #778960" L_.str.458: ## @.str.458 .asciz "y c #798D61" L_.str.459: ## @.str.459 .asciz "u c #769463" L_.str.460: ## @.str.460 .asciz "i c #7B9363" L_.str.461: ## @.str.461 .asciz "p c #7E9865" L_.str.462: ## @.str.462 .asciz "a c #9A8454" L_.str.463: ## @.str.463 .asciz "s c #8F9059" L_.str.464: ## @.str.464 .asciz "d c #919159" L_.str.465: ## @.str.465 .asciz "f c #A78659" L_.str.466: ## @.str.466 .asciz "g c #A88759" L_.str.467: ## @.str.467 .asciz "h c #A98959" L_.str.468: ## @.str.468 .asciz "j c #AD9659" L_.str.469: ## @.str.469 .asciz "k c #AE9A59" L_.str.470: ## @.str.470 .asciz "l c #B19B5C" L_.str.471: ## @.str.471 .asciz "z c #B7A05B" L_.str.472: ## @.str.472 .asciz "x c #BDA65F" L_.str.473: ## @.str.473 .asciz "c c #BFA95F" L_.str.474: ## @.str.474 .asciz "v c #819A66" L_.str.475: ## @.str.475 .asciz "b c #809768" L_.str.476: ## @.str.476 .asciz "n c #839D69" L_.str.477: ## @.str.477 .asciz "m c #9A8E7F" L_.str.478: ## @.str.478 .asciz "M c #AE8068" L_.str.479: ## @.str.479 .asciz "N c #B48166" L_.str.480: ## @.str.480 .asciz "B c #B88267" L_.str.481: ## @.str.481 .asciz "V c #B78268" L_.str.482: ## @.str.482 .asciz "C c #B98369" L_.str.483: ## @.str.483 .asciz "Z c #B49E61" L_.str.484: ## @.str.484 .asciz "A c #B5A165" L_.str.485: ## @.str.485 .asciz "S c #BEA660" L_.str.486: ## @.str.486 .asciz "D c #BFA965" L_.str.487: ## @.str.487 .asciz "F c #C0A75F" L_.str.488: ## @.str.488 .asciz "G c #C1A95F" L_.str.489: ## @.str.489 .asciz "H c #C8AE5D" L_.str.490: ## @.str.490 .asciz "J c #C1AA64" L_.str.491: ## @.str.491 .asciz "K c #C8AF62" L_.str.492: ## @.str.492 .asciz "L c #CCB366" L_.str.493: ## @.str.493 .asciz "P c #CFB668" L_.str.494: ## @.str.494 .asciz "I c #D1B766" L_.str.495: ## @.str.495 .asciz "U c #D2B867" L_.str.496: ## @.str.496 .asciz "Y c #D0B668" L_.str.497: ## @.str.497 .asciz "T c #D3B868" L_.str.498: ## @.str.498 .asciz "R c #9B8F81" L_.str.499: ## @.str.499 .asciz "E c #9E9284" L_.str.500: ## @.str.500 .asciz "W c #A1968A" L_.str.501: ## @.str.501 .asciz "Q c #A2988B" L_.str.502: ## @.str.502 .asciz "! c #B09A8C" L_.str.503: ## @.str.503 .asciz "~ c #99A38A" L_.str.504: ## @.str.504 .asciz "^ c #B9AC87" L_.str.505: ## @.str.505 .asciz "/ c #BAAE8B" L_.str.506: ## @.str.506 .asciz "( c #BEBBB5" L_.str.507: ## @.str.507 .asciz ") c #BFBEB8" L_.str.508: ## @.str.508 .asciz "_ c #C1BFBA" L_.str.509: ## @.str.509 .asciz "` c #C4C2BE" L_.str.510: ## @.str.510 .asciz "' c #C8C5BF" L_.str.511: ## @.str.511 .asciz "] c #C7C5C1" L_.str.512: ## @.str.512 .asciz "[ c #CAC7C1" L_.str.513: ## @.str.513 .asciz "{ c #CECCC7" L_.str.514: ## @.str.514 .asciz "} c #CFCDC9" L_.str.515: ## @.str.515 .asciz "| c #D0CEC9" L_.str.516: ## @.str.516 .asciz " . c #D3D1CD" L_.str.517: ## @.str.517 .asciz ".. c #D6D4D0" L_.str.518: ## @.str.518 .asciz "X. c #D8D6D2" L_.str.519: ## @.str.519 .asciz "o. c #DCDAD5" L_.str.520: ## @.str.520 .asciz "O. c #DEDDD8" L_.str.521: ## @.str.521 .asciz "+. c #E0DED9" L_.str.522: ## @.str.522 .asciz "@. c #E3E1DC" L_.str.523: ## @.str.523 .asciz "o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.O.o.o.o.o.o.o.O.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o." L_.str.524: ## @.str.524 .asciz "o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.X.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.X.o.o.o.o.o.o.o.o.o." L_.str.525: ## @.str.525 .asciz "o.o.o.o.O.O.O.+.O.+.+.+.O.O.O.O.O.O.O.O.O.O.O.O.o.O.O.O.O.O.o.O.O.o.O.O.O.o.@[email protected].+.o.o.o.o.o." L_.str.526: ## @.str.526 .asciz "o.o.o.X.} { { { { { { | { { { { { { { { { { { } { } { { { { { { } { { } { } { { { { { .X.o.o.o." L_.str.527: ## @.str.527 .asciz "o.X.O.{ y i i i i i i y b i p y . = * = = = ( | { { } _ 8 6 Z J D D D D D D D D D D J A | o.o.o." L_.str.528: ## @.str.528 .asciz "o.o.+.{ i n b n v v b n u w u 0 # > - - - # { +.o.o.@.{ 7 5 J T L L L L L L P L L P I J | O.o.o." L_.str.529: ## @.str.529 .asciz "o.o.+.{ i v b b i n p X # # # # * - - - # R o.o.o.X.O.[ 7 5 x I L L L K L L L K L L L D { +.o.o." L_.str.530: ## @.str.530 .asciz "o.o.O.| y y i n v p O $ > - - > - * - # m O.o.o.o.X.+.} 7 3 F L K L L L L L L L L L L D } o.o.o." L_.str.531: ## @.str.531 .asciz "o.o.o.| ( { ~ w n u # > - - - - - = @ R +.o.o.o.o.o.O.! 9 9 g L I P P P P P L L L L P D } O.o.o." L_.str.532: ## @.str.532 .asciz "o.o.o.| | +.O.~ u 0 . $ # # # % & # R O.o.X.o.o.o.O.! 1 9 N 5 h c c c x x x L P L L P D { o.o.o." L_.str.533: ## @.str.533 .asciz "o.o.O.| { o.o.O.} _ ( [ [ ' [ ( _ [ O.O.O.O.o.o.+.[ 2 N N 7 N 9 3 3 3 3 3 2 h P L K P S } O.o.o." L_.str.534: ## @.str.534 .asciz "o.o.O.| { O.o.X...[ | +.+.O.@. .[ ..{ { } } X.X.+.{ 7 N N N N N N N N N N N 5 h L L P S .o.o.o." L_.str.535: ## @.str.535 .asciz "o.o.O.| { +.X._ { { ..o.X.o.o.X.{ { .` ` ` | @.O.E + 9 N 9 N 7 7 N N N N N V 5 f P U J { O.o.o." L_.str.536: ## @.str.536 .asciz "o.X.o.| { o._ ..O.o.o.o.o.o.o.o.o.o. .' . .) .E @ $ $ 9 N N N N 9 N 7 N N M N 5 h c A } O.o.o." L_.str.537: ## @.str.537 .asciz "o.o.o.} | | { +.o.o.o.o.o.o.o.o.X._ } _ | { = = $ - & $ 9 N N N N N M N 7 N V N V < & { o.o.o." L_.str.538: ## @.str.538 .asciz "o.o.O.| | | { O.o.X.o.o.o.o.o.X.` .@.| .{ # - - * $ 9 N N 7 9 N 9 9 N N 9 < 5 N 2 # = { O.o.o." L_.str.539: ## @.str.539 .asciz "o.o.O.} } .{ O.o.o.o.o.o.o.O.} { O.o.{ { O.E . - # $ N N N V N N N N 9 N 2 q 0 5 5 # * { o.o.o." L_.str.540: ## @.str.540 .asciz "o.o.o.} } | { O.o.o.o.o.o.o.o.} { o.O.} { @.o.E $ - & $ 5 5 2 2 2 3 9 9 C < i r < , # - { O.o.o." L_.str.541: ## @.str.541 .asciz "o.o.o.} } .{ o.o.o.o.o.o.o.O.} { O.O.^ ^ o.@.| = - - * # 0 u u 0 7 V 9 ; p v u 0 # = { O.o.o." L_.str.542: ## @.str.542 .asciz "o.o.O.} } .{ o.o.o.o.o.o.X.O.} { o./ K H / .( . # - - > # r v u 0 , 5 ; i p p n y # - { O.o.o." L_.str.543: ## @.str.543 .asciz "o.o.o.} . .} @.o.o.o.o.O.O.X.) o.{ S P L K J l q 0 # > $ X p r . # $ w n v p v w # - } O.o.o." L_.str.544: ## @.str.544 .asciz "o.o.O.} ` ] ` } X.o.o.o.{ { ) ..O.{ J L K L I x w 0 # X i n w . # & w v p i n q # - } O.o.o." L_.str.545: ## @.str.545 .asciz "o.o.o.| ` } } { ` .@.| ` .o.+.+.| J I P L T F < , 0 w p v p i y w w w p n n n i X - = { O.o.o." L_.str.546: ## @.str.546 .asciz "o.o.o.| } @.o.O...` } ` ` .{ ] { ( Z J x S S l 7 2 u n v v v v v v n p w w w e X $ - * { O.o.o." L_.str.547: ## @.str.547 .asciz "o.o.O.} { o.o.X.o.o.{ { | ) = & & * @ * # & # @ 2 9 : i v v v v p v p X # # # # $ - - = { O.o.o." L_.str.548: ## @.str.548 .asciz "o.o.O.} { O.o.o.X.o.O.O.@.{ & - - - - - - - - # 3 B 9 : e w i v v p X $ - * - - - - - = { O.o.o." L_.str.549: ## @.str.549 .asciz "o.o.o.} { O.o.o.o.o.o.o.o.o.E # - - - * - - - * $ 9 C 2 l G d u n w # - - - - - - = - = { O.o.o." L_.str.550: ## @.str.550 .asciz "o.o.O.| { [email protected] # - * - - - - - # $ 2 < G U L d r q # # # * - - - - % { O.o.o." L_.str.551: ## @.str.551 .asciz "o.o.O.} { o.o.o.o.o.o.o.+.+.+.E $ - - - - - - * - * # x P L L x x x k q 0 # - - - - * { O.o.o." L_.str.552: ## @.str.552 .asciz "o.o.o.} { o.X.o.o.X.o.X.' { E @ - - - - - - - - - - > # x P L L P P I c i y # - - * - % { O.o.o." L_.str.553: ## @.str.553 .asciz "o.o.O.} } @.O.+.+.O.@.| = & * > - * - - - - - - * - - $ x P K L L K P x i y # - - - - = { O.o.o." L_.str.554: ## @.str.554 .asciz "o.o.o.} ( { [ [ ' ' { ( . & & @ * - - * * - * - - * # x P L L L L P x i y # - * - - = { O.o.o." L_.str.555: ## @.str.555 .asciz "o.o.O.{ = % = = # = $ . 0 u w y X $ - - - - - - & $ 3 < x P L K L L L x b w # - - - - * } O.o.o." L_.str.556: ## @.str.556 .asciz "o.o.O.{ * - * - - - > # e n v n p O # # & & # # $ 9 N 1 c P L L L L P z u y @ > - $ # # } O.o.o." L_.str.557: ## @.str.557 .asciz "o.o.+.{ = - * - - - - * X i v v v i r q k G x x h 5 N 9 h L I L L L L L d u o * $ O u t { +.o.o." L_.str.558: ## @.str.558 .asciz "o.o.O.{ * - - * * - - - $ X i v v v n r G T P P P h 7 N 5 f c x K L L L L d u o X p n i } o.o.o." L_.str.559: ## @.str.559 .asciz "o.o.+.{ = - - - - - - - & $ : i p p v i d K L K I x 5 N N 9 7 < S P K L L L d u v v v i { O.o.o." L_.str.560: ## @.str.560 .asciz "o.o.O.{ # # # # $ - - * $ N 9 : p n p v u s L L I x 5 9 N 7 3 < S P L L L L K s u v v b { O.o.o." L_.str.561: ## @.str.561 .asciz "o.o.o.{ 6 < l K a # - # 3 N N 9 : i v v v y c U P x 2 V 7 f c c L L K L L L L L d u n i } +.o.o." L_.str.562: ## @.str.562 .asciz "o.o.+.{ M 5 x I P a # @ < B 9 N 9 : i v v r j x L x 5 9 h P P P L L L L L L L L L d r t { o.o.o." L_.str.563: ## @.str.563 .asciz "o.o.+.{ M 3 x I L L S S h 5 V N N 9 : i n r . # J K 3 7 f K L L L L L L L L L L I K J Z | O.o.o." L_.str.564: ## @.str.564 .asciz "o.o.O.{ 7 5 j x K L P P L h 7 N M N 9 : r 0 & # l l 3 N 7 f L L L L L L L L L L Y K T J | O.o.o." L_.str.565: ## @.str.565 .asciz "o.o.O.{ M 5 . # x T L L U G 3 V N N N 3 z z & # , 3 M N V 5 c U L L L L L L L L I K Y J { O.o.o." L_.str.566: ## @.str.566 .asciz "o.X.O.{ 8 4 # & k J D D J A 6 7 7 M 7 < S A # # 6 N M 7 7 6 A J D D D D D D J D J D J Z { O.o.o." L_.str.567: ## @.str.567 .asciz "o.o.o.o.} { { { { { { { } { { } { } } } { } { } { { { | } { { { } } } { { { { { { { { { o.o.o.o." L_.str.568: ## @.str.568 .asciz "o.o.o.o.O.+.O.O.+.O.+.O.O.O.O.O.+.+.+.o.o.o.+.o.o.+.+.o.+.o.+.O.O.O.O.O.O.O.O.O.O.O.O.O.o.o.o.o." L_.str.569: ## @.str.569 .asciz "o.o.o.o.o.o.X.o.o.o.o.o.o.o.o.X.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o." L_.str.570: ## @.str.570 .asciz "o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o.o." .subsections_via_symbols
the_stack_data/56619.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ; -- Begin function foo .p2align 2 _foo: ; @foo .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] ldr x8, [sp, #8] ldr w8, [x8] ldr x9, [sp] ldr w9, [x9] add w0, w8, w9 add sp, sp, #16 ret .cfi_endproc ; -- End function .comm _g1,4,2 ; @g1 .comm _g2,4,2 ; @g2 .comm _g3,4,2 ; @g3 .comm _i1,4,2 ; @i1 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ## -- Begin function foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movq -16(%rbp), %rcx addl (%rcx), %eax popq %rbp retq .cfi_endproc ## -- End function .comm _g1,4,2 ## @g1 .comm _g2,4,2 ## @g2 .comm _g3,4,2 ## @g3 .comm _i1,4,2 ## @i1 .subsections_via_symbols
the_stack_data/3263836.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, #368 .cfi_def_cfa_offset 368 stp x28, x27, [sp, #336] ; 16-byte Folded Spill stp x29, x30, [sp, #352] ; 16-byte Folded Spill add x29, sp, #352 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp add x8, sp, #128 str x8, [x9] add x8, sp, #28 str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf str wzr, [sp, #20] str wzr, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrsw x9, [sp, #20] add x8, sp, #128 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_1 LBB0_3: b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldrsw x9, [sp, #16] add x8, sp, #28 ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 ldrsw x9, [sp, #16] add x8, sp, #28 add x8, x8, x9 ldrb w8, [x8] ldr w9, [sp, #20] ldr w10, [sp, #16] add w10, w9, w10 add x9, sp, #128 add x9, x9, w10, sxtw strb w8, [x9] ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_4 LBB0_6: ldr w8, [sp, #20] ldr w9, [sp, #16] add w9, w8, w9 add x8, sp, #128 add x9, x8, w9, sxtw strb wzr, [x9] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: bl ___stack_chk_fail LBB0_8: mov w0, #0 ldp x29, x30, [sp, #352] ; 16-byte Folded Reload ldp x28, x27, [sp, #336] ; 16-byte Folded Reload add sp, sp, #368 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Please give two strings: " l_.str.1: ; @.str.1 .asciz "%s%s" l_.str.2: ; @.str.2 .asciz "The concatenated string is %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $336, %rsp ## imm = 0x150 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -324(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -208(%rbp), %rsi leaq -320(%rbp), %rdx leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf movl $0, -328(%rbp) movl $0, -332(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movslq -328(%rbp), %rax movsbl -208(%rbp,%rax), %eax cmpl $0, %eax je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -328(%rbp), %eax addl $1, %eax movl %eax, -328(%rbp) jmp LBB0_1 LBB0_3: jmp LBB0_4 LBB0_4: ## =>This Inner Loop Header: Depth=1 movslq -332(%rbp), %rax movsbl -320(%rbp,%rax), %eax cmpl $0, %eax je LBB0_6 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 movslq -332(%rbp), %rax movb -320(%rbp,%rax), %cl movl -328(%rbp), %eax addl -332(%rbp), %eax cltq movb %cl, -208(%rbp,%rax) movl -332(%rbp), %eax addl $1, %eax movl %eax, -332(%rbp) jmp LBB0_4 LBB0_6: movl -328(%rbp), %eax addl -332(%rbp), %eax cltq movb $0, -208(%rbp,%rax) leaq -208(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_8 ## %bb.7: xorl %eax, %eax addq $336, %rsp ## imm = 0x150 popq %rbp retq LBB0_8: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Please give two strings: " L_.str.1: ## @.str.1 .asciz "%s%s" L_.str.2: ## @.str.2 .asciz "The concatenated string is %s\n" .subsections_via_symbols
the_stack_data/140766540.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/19424.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test ; -- Begin function test .p2align 2 _test: ; @test .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str xzr, [sp, #8] ; kill: def $x8 killed $xzr str xzr, [sp] 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 _test ## -- Begin function test .p2align 4, 0x90 _test: ## @test .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq $0, -8(%rbp) movq $0, -16(%rbp) popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/103266620.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, gt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_2: ldur x8, [x29, #-16] ldr x0, [x8, #8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: bl ___error ldr w0, [x0] bl _strerror mov x8, sp str x0, [x8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_4: b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #24] bl _fgetc strb w0, [sp, #23] mov w8, #-1 subs w8, w8, w0, sxtb cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldrsb w10, [sp, #23] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_5 LBB0_7: ldr x0, [sp, #24] bl _fclose mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Too few arguments\n" l_.str.1: ; @.str.1 .asciz "r" l_.str.2: ; @.str.2 .asciz "%s\n" l_.str.3: ; @.str.3 .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 $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $1, -8(%rbp) jg LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_2: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB0_4 ## %bb.3: callq ___error movl (%rax), %edi callq _strerror movq %rax, %rsi leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_4: jmp LBB0_5 LBB0_5: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -25(%rbp) movsbl %al, %eax cmpl $-1, %eax je LBB0_7 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movsbl -25(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_5 LBB0_7: movq -24(%rbp), %rdi callq _fclose xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Too few arguments\n" L_.str.1: ## @.str.1 .asciz "r" L_.str.2: ## @.str.2 .asciz "%s\n" L_.str.3: ## @.str.3 .asciz "%c" .subsections_via_symbols
the_stack_data/217962.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/37590.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _kt_for ; -- Begin function kt_for .p2align 2 _kt_for: ; @kt_for .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 w0, [x29, #-4] stur x1, [x29, #-16] stur x2, [x29, #-24] stur x3, [x29, #-32] ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB0_14 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] str x8, [sp, #40] ldur x8, [x29, #-24] str x8, [sp, #48] ldur w8, [x29, #-4] str w8, [sp, #16] ldur x8, [x29, #-32] str x8, [sp, #24] ldursw x0, [x29, #-4] mov x1, #16 bl _calloc str x0, [sp, #32] ldursw x0, [x29, #-4] mov x1, #8 bl _calloc str x0, [sp, #8] stur wzr, [x29, #-36] b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=1 add x8, sp, #16 ldr x9, [sp, #32] ldursw x10, [x29, #-36] lsl x10, x10, #4 str x8, [x9, x10] ldursw x8, [x29, #-36] ldr x9, [sp, #32] ldursw x10, [x29, #-36] add x9, x9, x10, lsl #4 str x8, [x9, #8] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_2 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB0_2 LBB0_5: stur wzr, [x29, #-36] b LBB0_6 LBB0_6: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_9 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_6 Depth=1 ldr x8, [sp, #8] ldursw x9, [x29, #-36] add x0, x8, x9, lsl #3 ldr x8, [sp, #32] ldursw x9, [x29, #-36] add x3, x8, x9, lsl #4 mov x1, #0 adrp x2, _ktf_worker@PAGE add x2, x2, _ktf_worker@PAGEOFF bl _pthread_create b LBB0_8 LBB0_8: ; in Loop: Header=BB0_6 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB0_6 LBB0_9: stur wzr, [x29, #-36] b LBB0_10 LBB0_10: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_13 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_10 Depth=1 ldr x8, [sp, #8] ldursw x9, [x29, #-36] ldr x0, [x8, x9, lsl #3] mov x1, #0 bl _pthread_join b LBB0_12 LBB0_12: ; in Loop: Header=BB0_10 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB0_10 LBB0_13: ldr x0, [sp, #8] bl _free ldr x0, [sp, #32] bl _free b LBB0_19 LBB0_14: str xzr, [sp] b LBB0_15 LBB0_15: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ldur x9, [x29, #-32] subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB0_18 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_15 Depth=1 ldur x8, [x29, #-16] ldur x0, [x29, #-24] ldr x1, [sp] mov w2, #0 blr x8 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_15 Depth=1 ldr x8, [sp] add x8, x8, #1 str x8, [sp] b LBB0_15 LBB0_18: b LBB0_19 LBB0_19: ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function ktf_worker _ktf_worker: ; @ktf_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 stur x0, [x29, #-8] ldur x8, [x29, #-8] str x8, [sp, #16] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] add x9, x8, #8 ldr x8, [sp, #16] ldr x8, [x8] ldrsw x8, [x8] ldaddal x8, x8, [x9] str x8, [sp, #8] ldr x8, [sp, #8] ldr x9, [sp, #16] ldr x9, [x9] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, lt tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: b LBB1_4 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldr x8, [x8, #24] ldr x9, [sp, #16] ldr x9, [x9] ldr x0, [x9, #32] ldr x1, [sp, #8] ldr x9, [sp, #16] ldr x10, [sp, #16] ldr x10, [x10] ldr x10, [x10, #16] subs x9, x9, x10 mov x10, #16 sdiv x9, x9, x10 mov x2, x9 blr x8 b LBB1_1 LBB1_4: b LBB1_5 LBB1_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldr x0, [x8] bl _steal_work str x0, [sp, #8] subs x8, x0, #0 cset w8, lt tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldr x8, [x8, #24] ldr x9, [sp, #16] ldr x9, [x9] ldr x0, [x9, #32] ldr x1, [sp, #8] ldr x9, [sp, #16] ldr x10, [sp, #16] ldr x10, [x10] ldr x10, [x10, #16] subs x9, x9, x10 mov x10, #16 sdiv x9, x9, x10 mov x2, x9 blr x8 b LBB1_5 LBB1_7: mov x0, #0 bl _pthread_exit .cfi_endproc ; -- End function .globl _kt_pipeline ; -- Begin function kt_pipeline .p2align 2 _kt_pipeline: ; @kt_pipeline .cfi_startproc ; %bb.0: sub sp, sp, #272 .cfi_def_cfa_offset 272 stp x28, x27, [sp, #240] ; 16-byte Folded Spill stp x29, x30, [sp, #256] ; 16-byte Folded Spill add x29, sp, #256 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str w0, [sp, #76] str x1, [sp, #64] str x2, [sp, #56] str w3, [sp, #52] ldr w8, [sp, #76] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: mov w8, #1 str w8, [sp, #76] b LBB2_2 LBB2_2: ldr w9, [sp, #76] add x8, sp, #80 str x8, [sp, #8] ; 8-byte Folded Spill str w9, [sp, #104] ldr w9, [sp, #52] str w9, [sp, #108] ldr x9, [sp, #64] str x9, [sp, #88] ldr x9, [sp, #56] str x9, [sp, #80] str xzr, [sp, #96] add x0, x8, #40 mov x1, #0 str x1, [sp, #16] ; 8-byte Folded Spill bl _pthread_mutex_init ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #16] ; 8-byte Folded Reload add x0, x8, #104 bl _pthread_cond_init ldrsw x0, [sp, #76] mov x1, #40 bl _calloc str x0, [sp, #112] str wzr, [sp, #36] b LBB2_3 LBB2_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_6 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=1 add x8, sp, #80 ldr x9, [sp, #112] ldrsw x10, [sp, #36] mov x11, #40 mul x10, x10, x11 add x9, x9, x10 str x9, [sp, #24] ldr x9, [sp, #24] str wzr, [x9, #16] ldr x9, [sp, #24] str x8, [x9] ldr x8, [sp, #24] ; kill: def $x9 killed $xzr str xzr, [x8, #24] ldr x8, [sp, #96] add x9, x8, #1 str x9, [sp, #96] ldr x9, [sp, #24] str x8, [x9, #8] ldr w8, [sp, #36] ldr x9, [sp, #24] str w8, [x9, #32] b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB2_3 LBB2_6: ldrsw x0, [sp, #76] mov x1, #8 bl _calloc str x0, [sp, #40] str wzr, [sp, #36] b LBB2_7 LBB2_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_10 b LBB2_8 LBB2_8: ; in Loop: Header=BB2_7 Depth=1 ldr x8, [sp, #40] ldrsw x9, [sp, #36] add x0, x8, x9, lsl #3 ldr x8, [sp, #112] ldrsw x9, [sp, #36] mov x10, #40 mul x9, x9, x10 add x3, x8, x9 mov x1, #0 adrp x2, _ktp_worker@PAGE add x2, x2, _ktp_worker@PAGEOFF bl _pthread_create b LBB2_9 LBB2_9: ; in Loop: Header=BB2_7 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB2_7 LBB2_10: str wzr, [sp, #36] b LBB2_11 LBB2_11: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] ldr w9, [sp, #76] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_14 b LBB2_12 LBB2_12: ; in Loop: Header=BB2_11 Depth=1 ldr x8, [sp, #40] ldrsw x9, [sp, #36] ldr x0, [x8, x9, lsl #3] mov x1, #0 bl _pthread_join b LBB2_13 LBB2_13: ; in Loop: Header=BB2_11 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB2_11 LBB2_14: ldr x0, [sp, #40] bl _free add x8, sp, #80 str x8, [sp] ; 8-byte Folded Spill ldr x0, [sp, #112] bl _free ldr x8, [sp] ; 8-byte Folded Reload add x0, x8, #40 bl _pthread_mutex_destroy ldr x8, [sp] ; 8-byte Folded Reload add x0, x8, #104 bl _pthread_cond_destroy ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_16 b LBB2_15 LBB2_15: bl ___stack_chk_fail LBB2_16: ldp x29, x30, [sp, #256] ; 16-byte Folded Reload ldp x28, x27, [sp, #240] ; 16-byte Folded Reload add sp, sp, #272 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function ktp_worker _ktp_worker: ; @ktp_worker .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] ldur x8, [x29, #-8] stur x8, [x29, #-16] ldur x8, [x29, #-16] ldr x8, [x8] stur x8, [x29, #-24] b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_3 Depth 2 ; Child Loop BB3_4 Depth 3 ldur x8, [x29, #-16] ldr w8, [x8, #16] ldur x9, [x29, #-24] ldr w9, [x9, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_25 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-24] add x0, x8, #40 bl _pthread_mutex_lock b LBB3_3 LBB3_3: ; Parent Loop BB3_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB3_4 Depth 3 stur wzr, [x29, #-28] b LBB3_4 LBB3_4: ; Parent Loop BB3_1 Depth=1 ; Parent Loop BB3_3 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-28] ldur x9, [x29, #-24] ldr w9, [x9, #24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_12 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_4 Depth=3 ldur x8, [x29, #-16] ldur x9, [x29, #-24] ldr x9, [x9, #32] ldursw x10, [x29, #-28] mov x11, #40 mul x10, x10, x11 add x9, x9, x10 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_4 Depth=3 b LBB3_11 LBB3_7: ; in Loop: Header=BB3_4 Depth=3 ldur x8, [x29, #-24] ldr x8, [x8, #32] ldursw x9, [x29, #-28] mov x10, #40 mul x9, x9, x10 add x8, x8, x9 ldr w8, [x8, #16] ldur x9, [x29, #-16] ldr w9, [x9, #16] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB3_10 b LBB3_8 LBB3_8: ; in Loop: Header=BB3_4 Depth=3 ldur x8, [x29, #-24] ldr x8, [x8, #32] ldursw x9, [x29, #-28] mov x10, #40 mul x9, x9, x10 add x8, x8, x9 ldr x8, [x8, #8] ldur x9, [x29, #-16] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB3_10 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_3 Depth=2 b LBB3_12 LBB3_10: ; in Loop: Header=BB3_4 Depth=3 b LBB3_11 LBB3_11: ; in Loop: Header=BB3_4 Depth=3 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB3_4 LBB3_12: ; in Loop: Header=BB3_3 Depth=2 ldur w8, [x29, #-28] ldur x9, [x29, #-24] ldr w9, [x9, #24] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_14 b LBB3_13 LBB3_13: ; in Loop: Header=BB3_1 Depth=1 b LBB3_15 LBB3_14: ; in Loop: Header=BB3_3 Depth=2 ldur x8, [x29, #-24] add x0, x8, #104 ldur x8, [x29, #-24] add x1, x8, #40 bl _pthread_cond_wait b LBB3_3 LBB3_15: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-24] add x0, x8, #40 bl _pthread_mutex_unlock ldur x8, [x29, #-24] ldr x8, [x8, #8] str x8, [sp, #8] ; 8-byte Folded Spill ldur x8, [x29, #-24] ldr x8, [x8] str x8, [sp, #16] ; 8-byte Folded Spill ldur x8, [x29, #-16] ldr w8, [x8, #16] str w8, [sp, #28] ; 4-byte Folded Spill ldur x8, [x29, #-16] ldr w8, [x8, #32] str w8, [sp, #32] ; 4-byte Folded Spill ldur x8, [x29, #-16] ldr w8, [x8, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_17 b LBB3_16 LBB3_16: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #24] str x8, [sp] ; 8-byte Folded Spill b LBB3_18 LBB3_17: ; in Loop: Header=BB3_1 Depth=1 mov x8, #0 str x8, [sp] ; 8-byte Folded Spill b LBB3_18 LBB3_18: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr w2, [sp, #32] ; 4-byte Folded Reload ldr w1, [sp, #28] ; 4-byte Folded Reload ldr x0, [sp, #16] ; 8-byte Folded Reload ldr x3, [sp] ; 8-byte Folded Reload blr x8 ldur x8, [x29, #-16] str x0, [x8, #24] ldur x8, [x29, #-24] add x0, x8, #40 bl _pthread_mutex_lock ldur x8, [x29, #-16] ldr w8, [x8, #16] ldur x9, [x29, #-24] ldr w9, [x9, #28] subs w9, w9, #1 subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB3_20 b LBB3_19 LBB3_19: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_21 b LBB3_20 LBB3_20: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-16] ldr w8, [x8, #16] add w8, w8, #1 ldur x9, [x29, #-24] ldr w10, [x9, #28] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 ldur x9, [x29, #-16] str w8, [x9, #16] b LBB3_22 LBB3_21: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-24] ldr w8, [x8, #28] ldur x9, [x29, #-16] str w8, [x9, #16] b LBB3_22 LBB3_22: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-16] ldr w8, [x8, #16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_24 b LBB3_23 LBB3_23: ; in Loop: Header=BB3_1 Depth=1 ldur x10, [x29, #-24] ldr x8, [x10, #16] add x9, x8, #1 str x9, [x10, #16] ldur x9, [x29, #-16] str x8, [x9, #8] b LBB3_24 LBB3_24: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-24] add x0, x8, #104 bl _pthread_cond_broadcast ldur x8, [x29, #-24] add x0, x8, #40 bl _pthread_mutex_unlock b LBB3_1 LBB3_25: mov x0, #0 bl _pthread_exit .cfi_endproc ; -- End function .p2align 2 ; -- Begin function steal_work _steal_work: ; @steal_work .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] mov w8, #-1 str w8, [sp, #32] mov x8, #9223372036854775807 str x8, [sp, #16] str wzr, [sp, #36] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] ldr x9, [sp, #40] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_6 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #40] ldr x9, [x9, #16] ldrsw x10, [sp, #36] add x9, x9, x10, lsl #4 ldr x9, [x9, #8] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #40] ldr x8, [x8, #16] ldrsw x9, [sp, #36] add x8, x8, x9, lsl #4 ldr x8, [x8, #8] str x8, [sp, #16] ldr w8, [sp, #36] str w8, [sp, #32] b LBB4_4 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 b LBB4_5 LBB4_5: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB4_1 LBB4_6: ldr x8, [sp, #40] ldr x8, [x8, #16] ldrsw x9, [sp, #32] add x8, x8, x9, lsl #4 add x9, x8, #8 ldr x8, [sp, #40] ldrsw x8, [x8] ldaddal x8, x8, [x9] str x8, [sp, #24] ldr x8, [sp, #24] ldr x9, [sp, #40] ldr x9, [x9, #8] subs x8, x8, x9 cset w8, lt tbnz w8, #0, LBB4_8 b LBB4_7 LBB4_7: mov x8, #-1 str x8, [sp, #8] ; 8-byte Folded Spill b LBB4_9 LBB4_8: ldr x8, [sp, #24] str x8, [sp, #8] ; 8-byte Folded Spill b LBB4_9 LBB4_9: ldr x0, [sp, #8] ; 8-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 _kt_for ## -- Begin function kt_for .p2align 4, 0x90 _kt_for: ## @kt_for .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 movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) cmpl $1, -4(%rbp) jle LBB0_14 ## %bb.1: movq -16(%rbp), %rax movq %rax, -56(%rbp) movq -24(%rbp), %rax movq %rax, -48(%rbp) movl -4(%rbp), %eax movl %eax, -80(%rbp) movq -32(%rbp), %rax movq %rax, -72(%rbp) movslq -4(%rbp), %rdi movl $16, %esi callq _calloc movq %rax, -64(%rbp) movslq -4(%rbp), %rdi movl $8, %esi callq _calloc movq %rax, -88(%rbp) movl $0, -36(%rbp) LBB0_2: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_5 ## %bb.3: ## in Loop: Header=BB0_2 Depth=1 movq -64(%rbp), %rax movslq -36(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax leaq -80(%rbp), %rcx movq %rcx, (%rax) movslq -36(%rbp), %rcx movq -64(%rbp), %rax movslq -36(%rbp), %rdx shlq $4, %rdx addq %rdx, %rax movq %rcx, 8(%rax) ## %bb.4: ## in Loop: Header=BB0_2 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_2 LBB0_5: movl $0, -36(%rbp) LBB0_6: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_9 ## %bb.7: ## in Loop: Header=BB0_6 Depth=1 movq -88(%rbp), %rdi movslq -36(%rbp), %rax shlq $3, %rax addq %rax, %rdi movq -64(%rbp), %rcx movslq -36(%rbp), %rax shlq $4, %rax addq %rax, %rcx xorl %eax, %eax movl %eax, %esi leaq _ktf_worker(%rip), %rdx callq _pthread_create ## %bb.8: ## in Loop: Header=BB0_6 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_6 LBB0_9: movl $0, -36(%rbp) LBB0_10: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_13 ## %bb.11: ## in Loop: Header=BB0_10 Depth=1 movq -88(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join ## %bb.12: ## in Loop: Header=BB0_10 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_10 LBB0_13: movq -88(%rbp), %rdi callq _free movq -64(%rbp), %rdi callq _free jmp LBB0_19 LBB0_14: movq $0, -96(%rbp) LBB0_15: ## =>This Inner Loop Header: Depth=1 movq -96(%rbp), %rax cmpq -32(%rbp), %rax jge LBB0_18 ## %bb.16: ## in Loop: Header=BB0_15 Depth=1 movq -16(%rbp), %rax movq -24(%rbp), %rdi movq -96(%rbp), %rsi xorl %edx, %edx callq *%rax ## %bb.17: ## in Loop: Header=BB0_15 Depth=1 movq -96(%rbp), %rax addq $1, %rax movq %rax, -96(%rbp) jmp LBB0_15 LBB0_18: jmp LBB0_19 LBB0_19: addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function ktf_worker _ktf_worker: ## @ktf_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 $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rcx movq (%rcx), %rax movslq (%rax), %rax lock xaddq %rax, 8(%rcx) movq %rax, -24(%rbp) movq -24(%rbp), %rax movq -16(%rbp), %rcx movq (%rcx), %rcx cmpq 8(%rcx), %rax jl LBB1_3 ## %bb.2: jmp LBB1_4 LBB1_3: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movq 24(%rax), %rax movq -16(%rbp), %rcx movq (%rcx), %rcx movq 32(%rcx), %rdi movq -24(%rbp), %rsi movq -16(%rbp), %rcx movq -16(%rbp), %rdx movq (%rdx), %rdx movq 16(%rdx), %rdx subq %rdx, %rcx sarq $4, %rcx movl %ecx, %edx callq *%rax jmp LBB1_1 LBB1_4: jmp LBB1_5 LBB1_5: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movq (%rax), %rdi callq _steal_work movq %rax, -24(%rbp) cmpq $0, %rax jl LBB1_7 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movq 24(%rax), %rax movq -16(%rbp), %rcx movq (%rcx), %rcx movq 32(%rcx), %rdi movq -24(%rbp), %rsi movq -16(%rbp), %rcx movq -16(%rbp), %rdx movq (%rdx), %rdx movq 16(%rdx), %rdx subq %rdx, %rcx sarq $4, %rcx movl %ecx, %edx callq *%rax jmp LBB1_5 LBB1_7: xorl %eax, %eax movl %eax, %edi callq _pthread_exit .cfi_endproc ## -- End function .globl _kt_pipeline ## -- Begin function kt_pipeline .p2align 4, 0x90 _kt_pipeline: ## @kt_pipeline .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 %edi, -164(%rbp) movq %rsi, -176(%rbp) movq %rdx, -184(%rbp) movl %ecx, -188(%rbp) cmpl $1, -164(%rbp) jge LBB2_2 ## %bb.1: movl $1, -164(%rbp) LBB2_2: movl -164(%rbp), %eax movl %eax, -136(%rbp) movl -188(%rbp), %eax movl %eax, -132(%rbp) movq -176(%rbp), %rax movq %rax, -152(%rbp) movq -184(%rbp), %rax movq %rax, -160(%rbp) movq $0, -144(%rbp) leaq -160(%rbp), %rdi addq $40, %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_mutex_init leaq -160(%rbp), %rdi addq $104, %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_cond_init movslq -164(%rbp), %rdi movl $40, %esi callq _calloc movq %rax, -128(%rbp) movl $0, -204(%rbp) LBB2_3: ## =>This Inner Loop Header: Depth=1 movl -204(%rbp), %eax cmpl -164(%rbp), %eax jge LBB2_6 ## %bb.4: ## in Loop: Header=BB2_3 Depth=1 movq -128(%rbp), %rax movslq -204(%rbp), %rcx imulq $40, %rcx, %rcx addq %rcx, %rax movq %rax, -216(%rbp) movq -216(%rbp), %rax movl $0, 16(%rax) movq -216(%rbp), %rax leaq -160(%rbp), %rcx movq %rcx, (%rax) movq -216(%rbp), %rax movq $0, 24(%rax) movq -144(%rbp), %rcx movq %rcx, %rax addq $1, %rax movq %rax, -144(%rbp) movq -216(%rbp), %rax movq %rcx, 8(%rax) movl -204(%rbp), %ecx movq -216(%rbp), %rax movl %ecx, 32(%rax) ## %bb.5: ## in Loop: Header=BB2_3 Depth=1 movl -204(%rbp), %eax addl $1, %eax movl %eax, -204(%rbp) jmp LBB2_3 LBB2_6: movslq -164(%rbp), %rdi movl $8, %esi callq _calloc movq %rax, -200(%rbp) movl $0, -204(%rbp) LBB2_7: ## =>This Inner Loop Header: Depth=1 movl -204(%rbp), %eax cmpl -164(%rbp), %eax jge LBB2_10 ## %bb.8: ## in Loop: Header=BB2_7 Depth=1 movq -200(%rbp), %rdi movslq -204(%rbp), %rax shlq $3, %rax addq %rax, %rdi movq -128(%rbp), %rcx movslq -204(%rbp), %rax imulq $40, %rax, %rax addq %rax, %rcx xorl %eax, %eax movl %eax, %esi leaq _ktp_worker(%rip), %rdx callq _pthread_create ## %bb.9: ## in Loop: Header=BB2_7 Depth=1 movl -204(%rbp), %eax addl $1, %eax movl %eax, -204(%rbp) jmp LBB2_7 LBB2_10: movl $0, -204(%rbp) LBB2_11: ## =>This Inner Loop Header: Depth=1 movl -204(%rbp), %eax cmpl -164(%rbp), %eax jge LBB2_14 ## %bb.12: ## in Loop: Header=BB2_11 Depth=1 movq -200(%rbp), %rax movslq -204(%rbp), %rcx movq (%rax,%rcx,8), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join ## %bb.13: ## in Loop: Header=BB2_11 Depth=1 movl -204(%rbp), %eax addl $1, %eax movl %eax, -204(%rbp) jmp LBB2_11 LBB2_14: movq -200(%rbp), %rdi callq _free movq -128(%rbp), %rdi callq _free leaq -160(%rbp), %rdi addq $40, %rdi callq _pthread_mutex_destroy leaq -160(%rbp), %rdi addq $104, %rdi callq _pthread_cond_destroy movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_16 ## %bb.15: addq $224, %rsp popq %rbp retq LBB2_16: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function ktp_worker _ktp_worker: ## @ktp_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 $64, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_3 Depth 2 ## Child Loop BB3_4 Depth 3 movq -16(%rbp), %rax movl 16(%rax), %eax movq -24(%rbp), %rcx cmpl 28(%rcx), %eax jge LBB3_25 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movq -24(%rbp), %rdi addq $40, %rdi callq _pthread_mutex_lock LBB3_3: ## Parent Loop BB3_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB3_4 Depth 3 movl $0, -28(%rbp) LBB3_4: ## Parent Loop BB3_1 Depth=1 ## Parent Loop BB3_3 Depth=2 ## => This Inner Loop Header: Depth=3 movl -28(%rbp), %eax movq -24(%rbp), %rcx cmpl 24(%rcx), %eax jge LBB3_12 ## %bb.5: ## in Loop: Header=BB3_4 Depth=3 movq -16(%rbp), %rax movq -24(%rbp), %rcx movq 32(%rcx), %rcx movslq -28(%rbp), %rdx imulq $40, %rdx, %rdx addq %rdx, %rcx cmpq %rcx, %rax jne LBB3_7 ## %bb.6: ## in Loop: Header=BB3_4 Depth=3 jmp LBB3_11 LBB3_7: ## in Loop: Header=BB3_4 Depth=3 movq -24(%rbp), %rax movq 32(%rax), %rax movslq -28(%rbp), %rcx imulq $40, %rcx, %rcx addq %rcx, %rax movl 16(%rax), %eax movq -16(%rbp), %rcx cmpl 16(%rcx), %eax jg LBB3_10 ## %bb.8: ## in Loop: Header=BB3_4 Depth=3 movq -24(%rbp), %rax movq 32(%rax), %rax movslq -28(%rbp), %rcx imulq $40, %rcx, %rcx addq %rcx, %rax movq 8(%rax), %rax movq -16(%rbp), %rcx cmpq 8(%rcx), %rax jge LBB3_10 ## %bb.9: ## in Loop: Header=BB3_3 Depth=2 jmp LBB3_12 LBB3_10: ## in Loop: Header=BB3_4 Depth=3 jmp LBB3_11 LBB3_11: ## in Loop: Header=BB3_4 Depth=3 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB3_4 LBB3_12: ## in Loop: Header=BB3_3 Depth=2 movl -28(%rbp), %eax movq -24(%rbp), %rcx cmpl 24(%rcx), %eax jne LBB3_14 ## %bb.13: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_15 LBB3_14: ## in Loop: Header=BB3_3 Depth=2 movq -24(%rbp), %rdi addq $104, %rdi movq -24(%rbp), %rsi addq $40, %rsi callq _pthread_cond_wait jmp LBB3_3 LBB3_15: ## in Loop: Header=BB3_1 Depth=1 movq -24(%rbp), %rdi addq $40, %rdi callq _pthread_mutex_unlock movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -56(%rbp) ## 8-byte Spill movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -48(%rbp) ## 8-byte Spill movq -16(%rbp), %rax movl 16(%rax), %eax movl %eax, -36(%rbp) ## 4-byte Spill movq -16(%rbp), %rax movl 32(%rax), %eax movl %eax, -32(%rbp) ## 4-byte Spill movq -16(%rbp), %rax cmpl $0, 16(%rax) je LBB3_17 ## %bb.16: ## in Loop: Header=BB3_1 Depth=1 movq -16(%rbp), %rax movq 24(%rax), %rax movq %rax, -64(%rbp) ## 8-byte Spill jmp LBB3_18 LBB3_17: ## in Loop: Header=BB3_1 Depth=1 xorl %eax, %eax ## kill: def $rax killed $eax movq %rax, -64(%rbp) ## 8-byte Spill jmp LBB3_18 LBB3_18: ## in Loop: Header=BB3_1 Depth=1 movq -56(%rbp), %rax ## 8-byte Reload movl -32(%rbp), %edx ## 4-byte Reload movl -36(%rbp), %esi ## 4-byte Reload movq -48(%rbp), %rdi ## 8-byte Reload movq -64(%rbp), %rcx ## 8-byte Reload callq *%rax movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 24(%rax) movq -24(%rbp), %rdi addq $40, %rdi callq _pthread_mutex_lock movq -16(%rbp), %rax movl 16(%rax), %eax movq -24(%rbp), %rcx movl 28(%rcx), %ecx subl $1, %ecx cmpl %ecx, %eax je LBB3_20 ## %bb.19: ## in Loop: Header=BB3_1 Depth=1 movq -16(%rbp), %rax cmpq $0, 24(%rax) je LBB3_21 LBB3_20: ## in Loop: Header=BB3_1 Depth=1 movq -16(%rbp), %rax movl 16(%rax), %eax addl $1, %eax movq -24(%rbp), %rcx cltd idivl 28(%rcx) movq -16(%rbp), %rax movl %edx, 16(%rax) jmp LBB3_22 LBB3_21: ## in Loop: Header=BB3_1 Depth=1 movq -24(%rbp), %rax movl 28(%rax), %ecx movq -16(%rbp), %rax movl %ecx, 16(%rax) LBB3_22: ## in Loop: Header=BB3_1 Depth=1 movq -16(%rbp), %rax cmpl $0, 16(%rax) jne LBB3_24 ## %bb.23: ## in Loop: Header=BB3_1 Depth=1 movq -24(%rbp), %rax movq 16(%rax), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, 16(%rax) movq -16(%rbp), %rax movq %rcx, 8(%rax) LBB3_24: ## in Loop: Header=BB3_1 Depth=1 movq -24(%rbp), %rdi addq $104, %rdi callq _pthread_cond_broadcast movq -24(%rbp), %rdi addq $40, %rdi callq _pthread_mutex_unlock jmp LBB3_1 LBB3_25: xorl %eax, %eax movl %eax, %edi callq _pthread_exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function steal_work _steal_work: ## @steal_work .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl $-1, -16(%rbp) movabsq $9223372036854775807, %rax ## imm = 0x7FFFFFFFFFFFFFFF movq %rax, -32(%rbp) movl $0, -12(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl (%rcx), %eax jge LBB4_6 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq -32(%rbp), %rax movq -8(%rbp), %rcx movq 16(%rcx), %rcx movslq -12(%rbp), %rdx shlq $4, %rdx addq %rdx, %rcx cmpq 8(%rcx), %rax jle LBB4_4 ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 movq -8(%rbp), %rax movq 16(%rax), %rax movslq -12(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movq 8(%rax), %rax movq %rax, -32(%rbp) movl -12(%rbp), %eax movl %eax, -16(%rbp) LBB4_4: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_5 LBB4_5: ## in Loop: Header=BB4_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB4_1 LBB4_6: movq -8(%rbp), %rax movq 16(%rax), %rcx movslq -16(%rbp), %rdx shlq $4, %rdx movslq (%rax), %rax lock xaddq %rax, 8(%rcx,%rdx) movq %rax, -24(%rbp) movq -24(%rbp), %rax movq -8(%rbp), %rcx cmpq 8(%rcx), %rax jl LBB4_8 ## %bb.7: movq $-1, %rax movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB4_9 LBB4_8: movq -24(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill LBB4_9: movq -40(%rbp), %rax ## 8-byte Reload popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/3261791.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, #17920 movk x8, #19, lsl #16 str x8, [sp] ; 8-byte Folded Spill mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _system adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _system adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _system ldr x0, [sp] ; 8-byte Folded Reload mov x1, #1 str x1, [sp, #16] ; 8-byte Folded Spill bl _calloc ldr x1, [sp, #16] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp] ; 8-byte Folded Reload stur x8, [x29, #-16] bl _calloc stur x0, [x29, #-24] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _puts adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF str x1, [sp, #24] ; 8-byte Folded Spill bl _fopen ldr w2, [sp, #12] ; 4-byte Folded Reload stur x0, [x29, #-32] ldur x0, [x29, #-32] mov x1, #4259840 bl _fseek ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldur x3, [x29, #-32] add x0, x8, #1024 mov x2, #43800 movk x2, #13, lsl #16 bl _fread ldur x0, [x29, #-32] bl _fclose adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _puts ldr x1, [sp, #24] ; 8-byte Folded Reload adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _fopen ldr w2, [sp, #12] ; 4-byte Folded Reload stur x0, [x29, #-40] ldur x0, [x29, #-40] mov x1, #5177344 bl _fseek ldr x1, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldur x3, [x29, #-40] add x0, x8, #219, lsl #12 ; =897024 mov x2, #18332 movk x2, #4, lsl #16 bl _fread ldur x0, [x29, #-40] bl _fclose adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _puts ldr x1, [sp, #24] ; 8-byte Folded Reload adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _fopen str x0, [sp, #48] str wzr, [sp, #44] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] mov w9, #17920 movk w9, #19, lsl #16 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_19 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #44] mov w9, #17916 movk w9, #19, lsl #16 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_17 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #44] ldrb w8, [x8, x9] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] subs w9, w9, #1 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] subs w9, w9, #2 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] subs w9, w9, #3 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] subs w9, w9, #4 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] subs w9, w9, #5 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] subs w9, w9, #6 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] add w9, w9, #1 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] add w9, w9, #2 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] add w9, w9, #3 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] add w9, w9, #4 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] add w9, w9, #5 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldr w9, [sp, #44] add w9, w9, #6 ldrb w8, [x8, w9, sxtw] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-24] ldrsw x9, [sp, #44] add x0, x8, x9 ldr x3, [sp, #48] mov x2, #1 mov x1, x2 bl _fread b LBB0_18 LBB0_17: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #44] add x8, x8, x9 ldrb w8, [x8] ldur x9, [x29, #-24] ldrsw x10, [sp, #44] add x9, x9, x10 strb w8, [x9] ldr x0, [sp, #48] mov x1, #1 mov w2, #1 bl _fseek b LBB0_18 LBB0_18: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_1 LBB0_19: ldr x0, [sp, #48] bl _fclose adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _puts adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _fopen ldr x2, [sp] ; 8-byte Folded Reload str x0, [sp, #32] ldur x0, [x29, #-24] ldr x3, [sp, #32] mov x1, #1 bl _fwrite ldr x0, [sp, #32] bl _fclose ldur x0, [x29, #-24] bl _free ldur x0, [x29, #-16] bl _free mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "as -32 redux.asm" l_.str.1: ; @.str.1 .asciz "objcopy -O binary --only-section=.text a.out text.bin" l_.str.2: ; @.str.2 .asciz "objcopy -O binary --only-section=.data a.out data.bin" l_.str.3: ; @.str.3 .asciz "Text" l_.str.4: ; @.str.4 .asciz "text.bin" l_.str.5: ; @.str.5 .asciz "rb" l_.str.6: ; @.str.6 .asciz "Data" l_.str.7: ; @.str.7 .asciz "data.bin" l_.str.8: ; @.str.8 .asciz "Reading SONICR.EXE" l_.str.9: ; @.str.9 .asciz "SONICR.EXE" l_.str.10: ; @.str.10 .asciz "Writing Redux" l_.str.11: ; @.str.11 .asciz "REDUX.EXE" l_.str.12: ; @.str.12 .asciz "wb" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi callq _system leaq L_.str.1(%rip), %rdi callq _system leaq L_.str.2(%rip), %rdi callq _system movl $1263104, %edi ## imm = 0x134600 movl $1, %esi callq _calloc movq %rax, -16(%rbp) movl $1263104, %edi ## imm = 0x134600 movl $1, %esi callq _calloc movq %rax, -24(%rbp) leaq L_.str.3(%rip), %rdi callq _puts leaq L_.str.4(%rip), %rdi leaq L_.str.5(%rip), %rsi callq _fopen movq %rax, -32(%rbp) movq -32(%rbp), %rdi movl $4259840, %esi ## imm = 0x410000 xorl %edx, %edx callq _fseek movq -16(%rbp), %rdi addq $1024, %rdi ## imm = 0x400 movq -32(%rbp), %rcx movl $1, %esi movl $895768, %edx ## imm = 0xDAB18 callq _fread movq -32(%rbp), %rdi callq _fclose leaq L_.str.6(%rip), %rdi callq _puts leaq L_.str.7(%rip), %rdi leaq L_.str.5(%rip), %rsi callq _fopen movq %rax, -40(%rbp) movq -40(%rbp), %rdi movl $5177344, %esi ## imm = 0x4F0000 xorl %edx, %edx callq _fseek movq -16(%rbp), %rdi addq $897024, %rdi ## imm = 0xDB000 movq -40(%rbp), %rcx movl $1, %esi movl $280476, %edx ## imm = 0x4479C callq _fread movq -40(%rbp), %rdi callq _fclose leaq L_.str.8(%rip), %rdi callq _puts leaq L_.str.9(%rip), %rdi leaq L_.str.5(%rip), %rsi callq _fopen movq %rax, -48(%rbp) movl $0, -52(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $1263104, -52(%rbp) ## imm = 0x134600 jge LBB0_19 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 cmpl $1263100, -52(%rbp) ## imm = 0x1345FC jge LBB0_17 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -52(%rbp), %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_17 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_10 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_10 ## %bb.6: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx subl $3, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_10 ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx subl $4, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_10 ## %bb.8: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx subl $5, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_10 ## %bb.9: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx subl $6, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax je LBB0_16 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_17 ## %bb.11: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx addl $2, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_17 ## %bb.12: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx addl $3, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_17 ## %bb.13: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx addl $4, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_17 ## %bb.14: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx addl $5, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_17 ## %bb.15: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movl -52(%rbp), %ecx addl $6, %ecx movslq %ecx, %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_17 LBB0_16: ## in Loop: Header=BB0_1 Depth=1 movq -24(%rbp), %rdi movslq -52(%rbp), %rax addq %rax, %rdi movq -48(%rbp), %rcx movl $1, %edx movq %rdx, %rsi callq _fread jmp LBB0_18 LBB0_17: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -52(%rbp), %rcx movb (%rax,%rcx), %dl movq -24(%rbp), %rax movslq -52(%rbp), %rcx movb %dl, (%rax,%rcx) movq -48(%rbp), %rdi movl $1, %esi movl $1, %edx callq _fseek LBB0_18: ## in Loop: Header=BB0_1 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB0_1 LBB0_19: movq -48(%rbp), %rdi callq _fclose leaq L_.str.10(%rip), %rdi callq _puts leaq L_.str.11(%rip), %rdi leaq L_.str.12(%rip), %rsi callq _fopen movq %rax, -64(%rbp) movq -24(%rbp), %rdi movq -64(%rbp), %rcx movl $1, %esi movl $1263104, %edx ## imm = 0x134600 callq _fwrite movq -64(%rbp), %rdi callq _fclose movq -24(%rbp), %rdi callq _free movq -16(%rbp), %rdi callq _free xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "as -32 redux.asm" L_.str.1: ## @.str.1 .asciz "objcopy -O binary --only-section=.text a.out text.bin" L_.str.2: ## @.str.2 .asciz "objcopy -O binary --only-section=.data a.out data.bin" L_.str.3: ## @.str.3 .asciz "Text" L_.str.4: ## @.str.4 .asciz "text.bin" L_.str.5: ## @.str.5 .asciz "rb" L_.str.6: ## @.str.6 .asciz "Data" L_.str.7: ## @.str.7 .asciz "data.bin" L_.str.8: ## @.str.8 .asciz "Reading SONICR.EXE" L_.str.9: ## @.str.9 .asciz "SONICR.EXE" L_.str.10: ## @.str.10 .asciz "Writing Redux" L_.str.11: ## @.str.11 .asciz "REDUX.EXE" L_.str.12: ## @.str.12 .asciz "wb" .subsections_via_symbols
the_stack_data/68887003.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test1 ; -- Begin function test1 .p2align 2 _test1: ; @test1 .cfi_startproc ; %bb.0: mov w8, #1 tbz w8, #0, LBB0_2 b LBB0_1 LBB0_1: b LBB0_2 LBB0_2: ret .cfi_endproc ; -- End function .globl _test2 ; -- Begin function test2 .p2align 2 _test2: ; @test2 .cfi_startproc ; %bb.0: mov w8, #1 tbz w8, #0, LBB1_2 b LBB1_1 LBB1_1: b LBB1_2 LBB1_2: b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 b LBB1_3 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "foo" l_.str.1: ; @.str.1 .asciz "hi" l_.str.2: ; @.str.2 .asciz "hello" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test1 ## -- Begin function test1 .p2align 4, 0x90 _test1: ## @test1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorl %eax, %eax ## kill: def $al killed $al killed $eax movb $1, %cl testb $1, %cl movb %al, -1(%rbp) ## 1-byte Spill jne LBB0_1 jmp LBB0_2 LBB0_1: xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -1(%rbp) ## 1-byte Spill jmp LBB0_2 LBB0_2: movb -1(%rbp), %al ## 1-byte Reload popq %rbp retq .cfi_endproc ## -- End function .globl _test2 ## -- Begin function test2 .p2align 4, 0x90 _test2: ## @test2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb $1, %al testb $1, %al jne LBB1_1 jmp LBB1_2 LBB1_1: jmp LBB1_2 LBB1_2: jmp LBB1_3 LBB1_3: ## =>This Inner Loop Header: Depth=1 jmp LBB1_3 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "foo" L_.str.1: ## @.str.1 .asciz "hi" L_.str.2: ## @.str.2 .asciz "hello" .subsections_via_symbols
the_stack_data/129498.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _createItem ; -- Begin function createItem .p2align 2 _createItem: ; @createItem .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] mov x0, #16 bl _malloc str x0, [sp] ldur w8, [x29, #-4] ldr x9, [sp] str w8, [x9] ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _enqueue ; -- Begin function enqueue .p2align 2 _enqueue: ; @enqueue .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB1_5 LBB1_2: adrp x8, _first@PAGE ldr x8, [x8, _first@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ldr x8, [sp, #8] adrp x9, _first@PAGE str x8, [x9, _first@PAGEOFF] ldr x8, [sp, #8] adrp x9, _last@PAGE str x8, [x9, _last@PAGEOFF] b LBB1_5 LBB1_4: ldr x8, [sp, #8] adrp x9, _last@PAGE ldr x10, [x9, _last@PAGEOFF] str x8, [x10, #8] ldr x8, [sp, #8] str x8, [x9, _last@PAGEOFF] b LBB1_5 LBB1_5: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _dequeue ; -- Begin function dequeue .p2align 2 _dequeue: ; @dequeue .cfi_startproc ; %bb.0: 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, _first@PAGE ldr x8, [x8, _first@PAGEOFF] subs x8, x8, #0 cset w8, ne 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 b LBB2_3 LBB2_2: adrp x9, _first@PAGE ldr x8, [x9, _first@PAGEOFF] str x8, [sp, #8] ldr x8, [x9, _first@PAGEOFF] ldr x8, [x8, #8] str x8, [x9, _first@PAGEOFF] ldr x0, [sp, #8] bl _free b LBB2_3 LBB2_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _display ; -- Begin function display .p2align 2 _display: ; @display .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, LBB3_2 b LBB3_1 LBB3_1: b LBB3_3 LBB3_2: ldr x8, [sp, #8] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x8, [sp, #8] ldr x0, [x8, #8] bl _display b LBB3_3 LBB3_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 mov w0, #0 str wzr, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _first ; @first .zerofill __DATA,__common,_first,8,3 .globl _last ; @last .zerofill __DATA,__common,_last,8,3 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "[ERR] Invalid item.\n" l_.str.1: ; @.str.1 .asciz "Empty queue\n" l_.str.2: ; @.str.2 .asciz "%2d " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _createItem ## -- Begin function createItem .p2align 4, 0x90 _createItem: ## @createItem .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 $16, %edi callq _malloc movq %rax, -16(%rbp) movl -4(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _enqueue ## -- Begin function enqueue .p2align 4, 0x90 _enqueue: ## @enqueue .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) cmpq $0, -8(%rbp) jne LBB1_2 ## %bb.1: leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB1_5 LBB1_2: cmpq $0, _first(%rip) jne LBB1_4 ## %bb.3: movq -8(%rbp), %rax movq %rax, _first(%rip) movq -8(%rbp), %rax movq %rax, _last(%rip) jmp LBB1_5 LBB1_4: movq -8(%rbp), %rcx movq _last(%rip), %rax movq %rcx, 8(%rax) movq -8(%rbp), %rax movq %rax, _last(%rip) LBB1_5: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _dequeue ## -- Begin function dequeue .p2align 4, 0x90 _dequeue: ## @dequeue .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp cmpq $0, _first(%rip) jne LBB2_2 ## %bb.1: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB2_3 LBB2_2: movq _first(%rip), %rax movq %rax, -8(%rbp) movq _first(%rip), %rax movq 8(%rax), %rax movq %rax, _first(%rip) movq -8(%rbp), %rdi callq _free LBB2_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _display ## -- Begin function display .p2align 4, 0x90 _display: ## @display .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 LBB3_2 ## %bb.1: jmp LBB3_3 LBB3_2: movq -8(%rbp), %rax movl (%rax), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax movq 8(%rax), %rdi callq _display LBB3_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _first ## @first .zerofill __DATA,__common,_first,8,3 .globl _last ## @last .zerofill __DATA,__common,_last,8,3 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "[ERR] Invalid item.\n" L_.str.1: ## @.str.1 .asciz "Empty queue\n" L_.str.2: ## @.str.2 .asciz "%2d " .subsections_via_symbols
the_stack_data/90762797.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_strjoin ; -- Begin function ft_strjoin .p2align 2 _ft_strjoin: ; @ft_strjoin .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_12 LBB0_3: ldur x0, [x29, #-16] bl _ft_strlen str w0, [sp, #8] ; 4-byte Folded Spill ldr x0, [sp, #24] bl _ft_strlen mov x8, x0 ldr w0, [sp, #8] ; 4-byte Folded Reload add w8, w0, w8 str w8, [sp, #12] ldr w8, [sp, #12] add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 lsr x0, x8, #0 bl _malloc mov x8, x0 str x8, [sp, #16] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_12 LBB0_5: b LBB0_6 LBB0_6: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-16] ldrb 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=1 ldur x8, [x29, #-16] add x9, x8, #1 stur x9, [x29, #-16] ldrb w8, [x8] ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] strb w8, [x9] b LBB0_6 LBB0_8: b LBB0_9 LBB0_9: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 ldr x8, [sp, #24] add x9, x8, #1 str x9, [sp, #24] ldrb w8, [x8] ldr x9, [sp, #16] add x10, x9, #1 str x10, [sp, #16] strb w8, [x9] b LBB0_9 LBB0_11: ldr x8, [sp, #16] strb wzr, [x8] ldr x8, [sp, #16] ldrsw x9, [sp, #12] subs x8, x8, x9 stur x8, [x29, #-8] b LBB0_12 LBB0_12: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function ft_strlen _ft_strlen: ; @ft_strlen .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str wzr, [sp, #4] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB1_1 LBB1_3: ldr w0, [sp, #4] 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 _ft_strjoin ## -- Begin function ft_strjoin .p2align 4, 0x90 _ft_strjoin: ## @ft_strjoin .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) cmpq $0, -16(%rbp) je LBB0_2 ## %bb.1: cmpq $0, -24(%rbp) jne LBB0_3 LBB0_2: movq $0, -8(%rbp) jmp LBB0_12 LBB0_3: movq -16(%rbp), %rdi callq _ft_strlen movl %eax, -40(%rbp) ## 4-byte Spill movq -24(%rbp), %rdi callq _ft_strlen movl %eax, %ecx movl -40(%rbp), %eax ## 4-byte Reload addl %ecx, %eax movl %eax, -36(%rbp) movl -36(%rbp), %eax addl $1, %eax movslq %eax, %rdi shlq $0, %rdi callq _malloc movq %rax, -32(%rbp) cmpq $0, %rax jne LBB0_5 ## %bb.4: movq $0, -8(%rbp) jmp LBB0_12 LBB0_5: jmp LBB0_6 LBB0_6: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpb $0, (%rax) je LBB0_8 ## %bb.7: ## in Loop: Header=BB0_6 Depth=1 movq -16(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -16(%rbp) movb (%rax), %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) jmp LBB0_6 LBB0_8: jmp LBB0_9 LBB0_9: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpb $0, (%rax) je LBB0_11 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movq -24(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -24(%rbp) movb (%rax), %cl movq -32(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -32(%rbp) movb %cl, (%rax) jmp LBB0_9 LBB0_11: movq -32(%rbp), %rax movb $0, (%rax) movq -32(%rbp), %rax movslq -36(%rbp), %rdx xorl %ecx, %ecx ## kill: def $rcx killed $ecx subq %rdx, %rcx addq %rcx, %rax movq %rax, -8(%rbp) LBB0_12: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function ft_strlen _ft_strlen: ## @ft_strlen .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax je LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_1 LBB1_3: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/82951341.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/818918.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _getint ; -- Begin function getint .p2align 2 _getint: ; @getint .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #4 adrp x9, _g@PAGE strb w8, [x9, _g@PAGEOFF] ldr w8, [sp, #12] ldrsb w9, [x9, _g@PAGEOFF] mul w0, w8, w9 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _alias ; -- Begin function alias .p2align 2 _alias: ; @alias .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldrb w8, [x8] adrp x9, _g@PAGE strb w8, [x9, _g@PAGEOFF] adrp x8, _five@PAGE ldr w8, [x8, _five@PAGEOFF] ldr x9, [sp, #8] strb w8, [x9] 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 mov w8, #0 stur w8, [x29, #-20] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w0, #5 str w0, [sp, #12] ; 4-byte Folded Spill bl _getint mov x8, x0 ldr w0, [sp, #12] ; 4-byte Folded Reload sub x9, x29, #8 str x9, [sp, #16] ; 8-byte Folded Spill stur w8, [x29, #-8] bl _getint mov x8, x0 ldr w0, [sp, #12] ; 4-byte Folded Reload sub x9, x29, #12 str x9, [sp, #24] ; 8-byte Folded Spill stur w8, [x29, #-12] bl _getint mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload sub x9, x29, #16 str x9, [sp, #32] ; 8-byte Folded Spill stur w8, [x29, #-16] bl _alias ldr x0, [sp, #24] ; 8-byte Folded Reload bl _alias ldr x0, [sp, #32] ; 8-byte Folded Reload bl _alias ldur w0, [x29, #-20] ; 4-byte Folded Reload ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _g ; @g _g: .byte 1 ; 0x1 .globl _five ; @five .p2align 2 _five: .long 5 ; 0x5 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _getint ## -- Begin function getint .p2align 4, 0x90 _getint: ## @getint .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax subl $4, %eax ## kill: def $al killed $al killed $eax movb %al, _g(%rip) movl -4(%rbp), %eax movsbl _g(%rip), %ecx imull %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _alias ## -- Begin function alias .p2align 4, 0x90 _alias: ## @alias .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 (%rax), %al movb %al, _g(%rip) movl _five(%rip), %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $5, %edi callq _getint movl %eax, -8(%rbp) movl $5, %edi callq _getint movl %eax, -12(%rbp) movl $5, %edi callq _getint movl %eax, -16(%rbp) leaq -8(%rbp), %rdi callq _alias leaq -12(%rbp), %rdi callq _alias leaq -16(%rbp), %rdi callq _alias xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _g ## @g _g: .byte 1 ## 0x1 .globl _five ## @five .p2align 2 _five: .long 5 ## 0x5 .subsections_via_symbols
the_stack_data/995179.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _fopen_output_safely ; -- Begin function fopen_output_safely .p2align 2 _fopen_output_safely: ; @fopen_output_safely .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x0, [x29, #-16] mov x9, sp mov x8, #384 str x8, [x9] mov w1, #2561 bl _open str w0, [sp, #12] ldr w8, [sp, #12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_5 LBB0_2: ldr w0, [sp, #12] ldr x1, [sp, #24] bl _fdopen str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr w0, [sp, #12] bl _close b LBB0_4 LBB0_4: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB0_5 LBB0_5: ldur x0, [x29, #-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: sub sp, sp, #304 .cfi_def_cfa_offset 304 stp x28, x27, [sp, #272] ; 16-byte Folded Spill stp x29, x30, [sp, #288] ; 16-byte Folded Spill add x29, sp, #288 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 mov x2, x0 adrp x0, _smallMode@GOTPAGE ldr x0, [x0, _smallMode@GOTPAGEOFF] str x0, [sp, #56] ; 8-byte Folded Spill adrp x17, _keepInputFiles@GOTPAGE ldr x17, [x17, _keepInputFiles@GOTPAGEOFF] str x17, [sp, #64] ; 8-byte Folded Spill adrp x15, _forceOverwrite@GOTPAGE ldr x15, [x15, _forceOverwrite@GOTPAGEOFF] str x15, [sp, #72] ; 8-byte Folded Spill adrp x16, _noisy@GOTPAGE ldr x16, [x16, _noisy@GOTPAGEOFF] str x16, [sp, #80] ; 8-byte Folded Spill adrp x13, _verbosity@GOTPAGE ldr x13, [x13, _verbosity@GOTPAGEOFF] str x13, [sp, #88] ; 8-byte Folded Spill adrp x14, _blockSize100k@GOTPAGE ldr x14, [x14, _blockSize100k@GOTPAGEOFF] str x14, [sp, #96] ; 8-byte Folded Spill adrp x12, _testFailsExist@GOTPAGE ldr x12, [x12, _testFailsExist@GOTPAGEOFF] str x12, [sp, #104] ; 8-byte Folded Spill adrp x11, _unzFailsExist@GOTPAGE ldr x11, [x11, _unzFailsExist@GOTPAGEOFF] str x11, [sp, #112] ; 8-byte Folded Spill adrp x10, _numFileNames@GOTPAGE ldr x10, [x10, _numFileNames@GOTPAGEOFF] str x10, [sp, #120] ; 8-byte Folded Spill adrp x9, _numFilesProcessed@GOTPAGE ldr x9, [x9, _numFilesProcessed@GOTPAGEOFF] str x9, [sp, #128] ; 8-byte Folded Spill adrp x8, _exitValue@GOTPAGE ldr x8, [x8, _exitValue@GOTPAGEOFF] str x8, [sp, #136] ; 8-byte Folded Spill adrp x3, _progNameReally@GOTPAGE ldr x3, [x3, _progNameReally@GOTPAGEOFF] stur x3, [x29, #-88] ; 8-byte Folded Spill adrp x3, _progName@GOTPAGE ldr x3, [x3, _progName@GOTPAGEOFF] stur x3, [x29, #-96] ; 8-byte Folded Spill adrp x3, _longestFileName@GOTPAGE ldr x3, [x3, _longestFileName@GOTPAGEOFF] str x3, [sp, #144] ; 8-byte Folded Spill adrp x3, _srcMode@GOTPAGE ldr x3, [x3, _srcMode@GOTPAGEOFF] stur x3, [x29, #-136] ; 8-byte Folded Spill adrp x3, _opMode@GOTPAGE ldr x3, [x3, _opMode@GOTPAGEOFF] stur x3, [x29, #-128] ; 8-byte Folded Spill adrp x3, ___stderrp@GOTPAGE ldr x3, [x3, ___stderrp@GOTPAGEOFF] stur x3, [x29, #-120] ; 8-byte Folded Spill stur wzr, [x29, #-20] stur w2, [x29, #-24] stur x1, [x29, #-32] adrp x1, _outputHandleJustInCase@GOTPAGE ldr x1, [x1, _outputHandleJustInCase@GOTPAGEOFF] ; kill: def $x2 killed $xzr str xzr, [x1] strb wzr, [x0] strb wzr, [x17] strb wzr, [x15] mov w15, #1 strb w15, [x16] str wzr, [x13] mov w13, #9 str w13, [x14] strb wzr, [x12] strb wzr, [x11] str wzr, [x10] str wzr, [x9] adrp x10, _workFactor@GOTPAGE ldr x10, [x10, _workFactor@GOTPAGEOFF] mov w9, #30 str w9, [x10] adrp x9, _deleteOutputOnInterrupt@GOTPAGE ldr x9, [x9, _deleteOutputOnInterrupt@GOTPAGEOFF] strb wzr, [x9] str wzr, [x8] stur wzr, [x29, #-40] stur wzr, [x29, #-36] mov w0, #11 adrp x1, _mySIGSEGVorSIGBUScatcher@PAGE add x1, x1, _mySIGSEGVorSIGBUScatcher@PAGEOFF stur x1, [x29, #-112] ; 8-byte Folded Spill bl _signal ldur x1, [x29, #-112] ; 8-byte Folded Reload mov w0, #10 bl _signal adrp x0, _inName@GOTPAGE ldr x0, [x0, _inName@GOTPAGEOFF] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF stur x1, [x29, #-104] ; 8-byte Folded Spill bl _copyFileName ldur x1, [x29, #-104] ; 8-byte Folded Reload adrp x0, _outName@GOTPAGE ldr x0, [x0, _outName@GOTPAGEOFF] bl _copyFileName ldur x0, [x29, #-88] ; 8-byte Folded Reload ldur x8, [x29, #-32] ldr x1, [x8] bl _copyFileName ldur x10, [x29, #-96] ; 8-byte Folded Reload ldur x8, [x29, #-88] ; 8-byte Folded Reload mov x9, x8 str x9, [x10] stur x8, [x29, #-48] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-48] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-48] ldrsb w8, [x8] subs w8, w8, #47 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur x9, [x29, #-96] ; 8-byte Folded Reload ldur x8, [x29, #-48] add x8, x8, #1 str x8, [x9] b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-48] add x8, x8, #1 stur x8, [x29, #-48] b LBB1_1 LBB1_6: sub x0, x29, #56 str x0, [sp, #48] ; 8-byte Folded Spill ; kill: def $x8 killed $xzr stur xzr, [x29, #-56] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _addFlagsFromEnvVar ldr x0, [sp, #48] ; 8-byte Folded Reload adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _addFlagsFromEnvVar mov w8, #1 stur w8, [x29, #-36] b LBB1_7 LBB1_7: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-24] subs w9, w9, #1 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_10 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_7 Depth=1 ldur x0, [x29, #-56] ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x1, [x8, x9, lsl #3] bl _snocString stur x0, [x29, #-56] b LBB1_9 LBB1_9: ; in Loop: Header=BB1_7 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_7 LBB1_10: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x10, [sp, #144] ; 8-byte Folded Reload mov w9, #7 str w9, [x10] str wzr, [x8] mov w8, #1 sturb w8, [x29, #-65] ldur x8, [x29, #-56] stur x8, [x29, #-64] b LBB1_11 LBB1_11: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_21 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_14 b LBB1_13 LBB1_13: ; in Loop: Header=BB1_11 Depth=1 sturb wzr, [x29, #-65] b LBB1_20 LBB1_14: ; in Loop: Header=BB1_11 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB1_17 b LBB1_15 LBB1_15: ; in Loop: Header=BB1_11 Depth=1 ldurb w8, [x29, #-65] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_17 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_11 Depth=1 b LBB1_20 LBB1_17: ; in Loop: Header=BB1_11 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldr x10, [sp, #120] ; 8-byte Folded Reload ldr w9, [x10] add w9, w9, #1 str w9, [x10] ldr w8, [x8] str w8, [sp, #44] ; 4-byte Folded Spill ldur x8, [x29, #-64] ldr x0, [x8] bl _strlen ldr w8, [sp, #44] ; 4-byte Folded Reload mov x9, x0 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_19 b LBB1_18 LBB1_18: ; in Loop: Header=BB1_11 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] bl _strlen ldr x9, [sp, #144] ; 8-byte Folded Reload mov x8, x0 str w8, [x9] b LBB1_19 LBB1_19: ; in Loop: Header=BB1_11 Depth=1 b LBB1_20 LBB1_20: ; in Loop: Header=BB1_11 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] stur x8, [x29, #-64] b LBB1_11 LBB1_21: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_23 b LBB1_22 LBB1_22: ldur x9, [x29, #-136] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB1_24 LBB1_23: ldur x9, [x29, #-136] ; 8-byte Folded Reload mov w8, #3 str w8, [x9] b LBB1_24 LBB1_24: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldur x10, [x29, #-128] ; 8-byte Folded Reload mov w9, #1 str w9, [x10] ldr x0, [x8] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _strstr subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB1_26 b LBB1_25 LBB1_25: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _strstr subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_27 b LBB1_26 LBB1_26: ldur x9, [x29, #-128] ; 8-byte Folded Reload mov w8, #2 str w8, [x9] b LBB1_27 LBB1_27: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _strstr subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB1_31 b LBB1_28 LBB1_28: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _strstr subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB1_31 b LBB1_29 LBB1_29: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _strstr subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB1_31 b LBB1_30 LBB1_30: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _strstr subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_32 b LBB1_31 LBB1_31: ldur x9, [x29, #-136] ; 8-byte Folded Reload ldr x10, [sp, #120] ; 8-byte Folded Reload ldur x11, [x29, #-128] ; 8-byte Folded Reload mov w8, #2 str w8, [x11] ldr w10, [x10] subs w10, w10, #0 cset w10, eq and w10, w10, #0x1 ands w10, w10, #0x1 csinc w8, w8, wzr, eq str w8, [x9] b LBB1_32 LBB1_32: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _strstr subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_34 b LBB1_33 LBB1_33: ldr x9, [sp, #56] ; 8-byte Folded Reload mov w8, #1 strb w8, [x9] b LBB1_34 LBB1_34: ldur x8, [x29, #-56] stur x8, [x29, #-64] b LBB1_35 LBB1_35: ; =>This Loop Header: Depth=1 ; Child Loop BB1_41 Depth 2 ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_70 b LBB1_36 LBB1_36: ; in Loop: Header=BB1_35 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_38 b LBB1_37 LBB1_37: b LBB1_70 LBB1_38: ; in Loop: Header=BB1_35 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB1_68 b LBB1_39 LBB1_39: ; in Loop: Header=BB1_35 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8] ldrsb w8, [x8, #1] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB1_68 b LBB1_40 LBB1_40: ; in Loop: Header=BB1_35 Depth=1 mov w8, #1 stur w8, [x29, #-40] b LBB1_41 LBB1_41: ; Parent Loop BB1_35 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-64] ldr x8, [x8] ldursw x9, [x29, #-40] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_67 b LBB1_42 LBB1_42: ; in Loop: Header=BB1_41 Depth=2 ldur x8, [x29, #-64] ldr x8, [x8] ldursw x9, [x29, #-40] ldrsb w8, [x8, x9] subs w8, w8, #49 ; kill: def $x8 killed $w8 str x8, [sp, #32] ; 8-byte Folded Spill subs x8, x8, #73 cset w8, hi tbnz w8, #0, LBB1_64 ; %bb.43: ; in Loop: Header=BB1_41 Depth=2 ldr x11, [sp, #32] ; 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_44: ; in Loop: Header=BB1_41 Depth=2 ldur x9, [x29, #-136] ; 8-byte Folded Reload mov w8, #2 str w8, [x9] b LBB1_65 LBB1_45: ; in Loop: Header=BB1_41 Depth=2 ldur x9, [x29, #-128] ; 8-byte Folded Reload mov w8, #2 str w8, [x9] b LBB1_65 LBB1_46: ; in Loop: Header=BB1_41 Depth=2 ldur x9, [x29, #-128] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB1_65 LBB1_47: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #72] ; 8-byte Folded Reload mov w8, #1 strb w8, [x9] b LBB1_65 LBB1_48: ; in Loop: Header=BB1_41 Depth=2 ldur x9, [x29, #-128] ; 8-byte Folded Reload mov w8, #3 str w8, [x9] b LBB1_65 LBB1_49: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #64] ; 8-byte Folded Reload mov w8, #1 strb w8, [x9] b LBB1_65 LBB1_50: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #56] ; 8-byte Folded Reload mov w8, #1 strb w8, [x9] b LBB1_65 LBB1_51: ; in Loop: Header=BB1_41 Depth=2 ldr x8, [sp, #80] ; 8-byte Folded Reload strb wzr, [x8] b LBB1_65 LBB1_52: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB1_65 LBB1_53: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #2 str w8, [x9] b LBB1_65 LBB1_54: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #3 str w8, [x9] b LBB1_65 LBB1_55: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #4 str w8, [x9] b LBB1_65 LBB1_56: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #5 str w8, [x9] b LBB1_65 LBB1_57: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #6 str w8, [x9] b LBB1_65 LBB1_58: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #7 str w8, [x9] b LBB1_65 LBB1_59: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #8 str w8, [x9] b LBB1_65 LBB1_60: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #9 str w8, [x9] b LBB1_65 LBB1_61: ; in Loop: Header=BB1_41 Depth=2 bl _license b LBB1_65 LBB1_62: ; in Loop: Header=BB1_41 Depth=2 ldr x9, [sp, #88] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_65 LBB1_63: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] bl _usage mov w0, #0 bl _exit LBB1_64: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldur x9, [x29, #-120] ; 8-byte Folded Reload ldr x0, [x9] ldr x10, [x8] ldur x8, [x29, #-64] ldr x8, [x8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fprintf ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] bl _usage mov w0, #1 bl _exit LBB1_65: ; in Loop: Header=BB1_41 Depth=2 b LBB1_66 LBB1_66: ; in Loop: Header=BB1_41 Depth=2 ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-40] b LBB1_41 LBB1_67: ; in Loop: Header=BB1_35 Depth=1 b LBB1_68 LBB1_68: ; in Loop: Header=BB1_35 Depth=1 b LBB1_69 LBB1_69: ; in Loop: Header=BB1_35 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] stur x8, [x29, #-64] b LBB1_35 LBB1_70: ldur x8, [x29, #-56] stur x8, [x29, #-64] b LBB1_71 LBB1_71: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_129 b LBB1_72 LBB1_72: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_74 b LBB1_73 LBB1_73: b LBB1_129 LBB1_74: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.18@PAGE add x1, x1, l_.str.18@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_76 b LBB1_75 LBB1_75: ; in Loop: Header=BB1_71 Depth=1 ldur x9, [x29, #-136] ; 8-byte Folded Reload mov w8, #2 str w8, [x9] b LBB1_127 LBB1_76: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_78 b LBB1_77 LBB1_77: ; in Loop: Header=BB1_71 Depth=1 ldur x9, [x29, #-128] ; 8-byte Folded Reload mov w8, #2 str w8, [x9] b LBB1_126 LBB1_78: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_80 b LBB1_79 LBB1_79: ; in Loop: Header=BB1_71 Depth=1 ldur x9, [x29, #-128] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB1_125 LBB1_80: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_82 b LBB1_81 LBB1_81: ; in Loop: Header=BB1_71 Depth=1 ldr x9, [sp, #72] ; 8-byte Folded Reload mov w8, #1 strb w8, [x9] b LBB1_124 LBB1_82: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.22@PAGE add x1, x1, l_.str.22@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_84 b LBB1_83 LBB1_83: ; in Loop: Header=BB1_71 Depth=1 ldur x9, [x29, #-128] ; 8-byte Folded Reload mov w8, #3 str w8, [x9] b LBB1_123 LBB1_84: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_86 b LBB1_85 LBB1_85: ; in Loop: Header=BB1_71 Depth=1 ldr x9, [sp, #64] ; 8-byte Folded Reload mov w8, #1 strb w8, [x9] b LBB1_122 LBB1_86: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.24@PAGE add x1, x1, l_.str.24@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_88 b LBB1_87 LBB1_87: ; in Loop: Header=BB1_71 Depth=1 ldr x9, [sp, #56] ; 8-byte Folded Reload mov w8, #1 strb w8, [x9] b LBB1_121 LBB1_88: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.25@PAGE add x1, x1, l_.str.25@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_90 b LBB1_89 LBB1_89: ; in Loop: Header=BB1_71 Depth=1 ldr x8, [sp, #80] ; 8-byte Folded Reload strb wzr, [x8] b LBB1_120 LBB1_90: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.26@PAGE add x1, x1, l_.str.26@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_92 b LBB1_91 LBB1_91: ; in Loop: Header=BB1_71 Depth=1 bl _license b LBB1_119 LBB1_92: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.27@PAGE add x1, x1, l_.str.27@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_94 b LBB1_93 LBB1_93: ; in Loop: Header=BB1_71 Depth=1 bl _license b LBB1_118 LBB1_94: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.28@PAGE add x1, x1, l_.str.28@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_96 b LBB1_95 LBB1_95: ; in Loop: Header=BB1_71 Depth=1 mov w8, #1 adrp x9, _workFactor@GOTPAGE ldr x9, [x9, _workFactor@GOTPAGEOFF] str w8, [x9] b LBB1_117 LBB1_96: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.29@PAGE add x1, x1, l_.str.29@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_98 b LBB1_97 LBB1_97: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] bl _redundant b LBB1_116 LBB1_98: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_100 b LBB1_99 LBB1_99: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] bl _redundant b LBB1_115 LBB1_100: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.31@PAGE add x1, x1, l_.str.31@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_102 b LBB1_101 LBB1_101: ; in Loop: Header=BB1_71 Depth=1 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB1_114 LBB1_102: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_104 b LBB1_103 LBB1_103: ; in Loop: Header=BB1_71 Depth=1 ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #9 str w8, [x9] b LBB1_113 LBB1_104: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_106 b LBB1_105 LBB1_105: ; in Loop: Header=BB1_71 Depth=1 ldr x9, [sp, #88] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB1_112 LBB1_106: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.34@PAGE add x1, x1, l_.str.34@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_108 b LBB1_107 LBB1_107: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] bl _usage mov w0, #0 bl _exit LBB1_108: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF mov x2, #2 bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_110 b LBB1_109 LBB1_109: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldur x9, [x29, #-120] ; 8-byte Folded Reload ldr x0, [x9] ldr x10, [x8] ldur x8, [x29, #-64] ldr x8, [x8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fprintf ldur x8, [x29, #-96] ; 8-byte Folded Reload ldr x0, [x8] bl _usage mov w0, #1 bl _exit LBB1_110: ; in Loop: Header=BB1_71 Depth=1 b LBB1_111 LBB1_111: ; in Loop: Header=BB1_71 Depth=1 b LBB1_112 LBB1_112: ; in Loop: Header=BB1_71 Depth=1 b LBB1_113 LBB1_113: ; in Loop: Header=BB1_71 Depth=1 b LBB1_114 LBB1_114: ; in Loop: Header=BB1_71 Depth=1 b LBB1_115 LBB1_115: ; in Loop: Header=BB1_71 Depth=1 b LBB1_116 LBB1_116: ; in Loop: Header=BB1_71 Depth=1 b LBB1_117 LBB1_117: ; in Loop: Header=BB1_71 Depth=1 b LBB1_118 LBB1_118: ; in Loop: Header=BB1_71 Depth=1 b LBB1_119 LBB1_119: ; in Loop: Header=BB1_71 Depth=1 b LBB1_120 LBB1_120: ; in Loop: Header=BB1_71 Depth=1 b LBB1_121 LBB1_121: ; in Loop: Header=BB1_71 Depth=1 b LBB1_122 LBB1_122: ; in Loop: Header=BB1_71 Depth=1 b LBB1_123 LBB1_123: ; in Loop: Header=BB1_71 Depth=1 b LBB1_124 LBB1_124: ; in Loop: Header=BB1_71 Depth=1 b LBB1_125 LBB1_125: ; in Loop: Header=BB1_71 Depth=1 b LBB1_126 LBB1_126: ; in Loop: Header=BB1_71 Depth=1 b LBB1_127 LBB1_127: ; in Loop: Header=BB1_71 Depth=1 b LBB1_128 LBB1_128: ; in Loop: Header=BB1_71 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] stur x8, [x29, #-64] b LBB1_71 LBB1_129: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #4 cset w8, le tbnz w8, #0, LBB1_131 b LBB1_130 LBB1_130: ldr x9, [sp, #88] ; 8-byte Folded Reload mov w8, #4 str w8, [x9] b LBB1_131 LBB1_131: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_135 b LBB1_132 LBB1_132: ldr x8, [sp, #56] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_135 b LBB1_133 LBB1_133: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, le tbnz w8, #0, LBB1_135 b LBB1_134 LBB1_134: ldr x9, [sp, #96] ; 8-byte Folded Reload mov w8, #2 str w8, [x9] b LBB1_135 LBB1_135: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB1_138 b LBB1_136 LBB1_136: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB1_138 b LBB1_137 LBB1_137: ldur x8, [x29, #-96] ; 8-byte Folded Reload ldur x9, [x29, #-120] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.35@PAGE add x1, x1, l_.str.35@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_138: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB1_141 b LBB1_139 LBB1_139: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_141 b LBB1_140 LBB1_140: ldur x9, [x29, #-136] ; 8-byte Folded Reload mov w8, #1 str w8, [x9] b LBB1_141 LBB1_141: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_143 b LBB1_142 LBB1_142: ldr x8, [sp, #96] ; 8-byte Folded Reload str wzr, [x8] b LBB1_143 LBB1_143: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB1_145 b LBB1_144 LBB1_144: mov w0, #2 adrp x1, _mySignalCatcher@PAGE add x1, x1, _mySignalCatcher@PAGEOFF str x1, [sp, #24] ; 8-byte Folded Spill bl _signal ldr x1, [sp, #24] ; 8-byte Folded Reload mov w0, #15 bl _signal ldr x1, [sp, #24] ; 8-byte Folded Reload mov w0, #1 bl _signal b LBB1_145 LBB1_145: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_159 b LBB1_146 LBB1_146: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_148 b LBB1_147 LBB1_147: mov x0, #0 bl _compress b LBB1_158 LBB1_148: mov w8, #1 sturb w8, [x29, #-65] ldur x8, [x29, #-56] stur x8, [x29, #-64] b LBB1_149 LBB1_149: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_157 b LBB1_150 LBB1_150: ; in Loop: Header=BB1_149 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_152 b LBB1_151 LBB1_151: ; in Loop: Header=BB1_149 Depth=1 sturb wzr, [x29, #-65] b LBB1_156 LBB1_152: ; in Loop: Header=BB1_149 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB1_155 b LBB1_153 LBB1_153: ; in Loop: Header=BB1_149 Depth=1 ldurb w8, [x29, #-65] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_155 b LBB1_154 LBB1_154: ; in Loop: Header=BB1_149 Depth=1 b LBB1_156 LBB1_155: ; in Loop: Header=BB1_149 Depth=1 ldr x9, [sp, #128] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldur x8, [x29, #-64] ldr x0, [x8] bl _compress b LBB1_156 LBB1_156: ; in Loop: Header=BB1_149 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] stur x8, [x29, #-64] b LBB1_149 LBB1_157: b LBB1_158 LBB1_158: b LBB1_192 LBB1_159: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB1_175 b LBB1_160 LBB1_160: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr x9, [sp, #112] ; 8-byte Folded Reload strb wzr, [x9] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_162 b LBB1_161 LBB1_161: mov x0, #0 bl _uncompress b LBB1_172 LBB1_162: mov w8, #1 sturb w8, [x29, #-65] ldur x8, [x29, #-56] stur x8, [x29, #-64] b LBB1_163 LBB1_163: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_171 b LBB1_164 LBB1_164: ; in Loop: Header=BB1_163 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_166 b LBB1_165 LBB1_165: ; in Loop: Header=BB1_163 Depth=1 sturb wzr, [x29, #-65] b LBB1_170 LBB1_166: ; in Loop: Header=BB1_163 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB1_169 b LBB1_167 LBB1_167: ; in Loop: Header=BB1_163 Depth=1 ldurb w8, [x29, #-65] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_169 b LBB1_168 LBB1_168: ; in Loop: Header=BB1_163 Depth=1 b LBB1_170 LBB1_169: ; in Loop: Header=BB1_163 Depth=1 ldr x9, [sp, #128] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldur x8, [x29, #-64] ldr x0, [x8] bl _uncompress b LBB1_170 LBB1_170: ; in Loop: Header=BB1_163 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] stur x8, [x29, #-64] b LBB1_163 LBB1_171: b LBB1_172 LBB1_172: ldr x8, [sp, #112] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_174 b LBB1_173 LBB1_173: mov w0, #2 bl _setExit ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w0, [x8] bl _exit LBB1_174: b LBB1_191 LBB1_175: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr x9, [sp, #104] ; 8-byte Folded Reload strb wzr, [x9] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_177 b LBB1_176 LBB1_176: mov x0, #0 bl _testf b LBB1_187 LBB1_177: mov w8, #1 sturb w8, [x29, #-65] ldur x8, [x29, #-56] stur x8, [x29, #-64] b LBB1_178 LBB1_178: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_186 b LBB1_179 LBB1_179: ; in Loop: Header=BB1_178 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_181 b LBB1_180 LBB1_180: ; in Loop: Header=BB1_178 Depth=1 sturb wzr, [x29, #-65] b LBB1_185 LBB1_181: ; in Loop: Header=BB1_178 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB1_184 b LBB1_182 LBB1_182: ; in Loop: Header=BB1_178 Depth=1 ldurb w8, [x29, #-65] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_184 b LBB1_183 LBB1_183: ; in Loop: Header=BB1_178 Depth=1 b LBB1_185 LBB1_184: ; in Loop: Header=BB1_178 Depth=1 ldr x9, [sp, #128] ; 8-byte Folded Reload ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldur x8, [x29, #-64] ldr x0, [x8] bl _testf b LBB1_185 LBB1_185: ; in Loop: Header=BB1_178 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] stur x8, [x29, #-64] b LBB1_178 LBB1_186: b LBB1_187 LBB1_187: ldr x8, [sp, #104] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_190 b LBB1_188 LBB1_188: ldr x8, [sp, #80] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_190 b LBB1_189 LBB1_189: ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.36@PAGE add x1, x1, l_.str.36@PAGEOFF bl _fprintf mov w0, #2 bl _setExit ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w0, [x8] bl _exit LBB1_190: b LBB1_191 LBB1_191: b LBB1_192 LBB1_192: ldur x8, [x29, #-56] stur x8, [x29, #-64] b LBB1_193 LBB1_193: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_197 b LBB1_194 LBB1_194: ; in Loop: Header=BB1_193 Depth=1 ldur x8, [x29, #-64] ldr x8, [x8, #8] stur x8, [x29, #-80] ldur x8, [x29, #-64] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_196 b LBB1_195 LBB1_195: ; in Loop: Header=BB1_193 Depth=1 ldur x8, [x29, #-64] ldr x0, [x8] bl _free b LBB1_196 LBB1_196: ; in Loop: Header=BB1_193 Depth=1 ldur x0, [x29, #-64] bl _free ldur x8, [x29, #-80] stur x8, [x29, #-64] b LBB1_193 LBB1_197: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w0, [x8] ldp x29, x30, [sp, #288] ; 16-byte Folded Reload ldp x28, x27, [sp, #272] ; 16-byte Folded Reload add sp, sp, #304 ret .cfi_endproc .p2align 2 lJTI1_0: .long LBB1_52-Ltmp0 .long LBB1_53-Ltmp0 .long LBB1_54-Ltmp0 .long LBB1_55-Ltmp0 .long LBB1_56-Ltmp0 .long LBB1_57-Ltmp0 .long LBB1_58-Ltmp0 .long LBB1_59-Ltmp0 .long LBB1_60-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_61-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_61-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_44-Ltmp0 .long LBB1_45-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_47-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_63-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_49-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_51-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_50-Ltmp0 .long LBB1_48-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_62-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_46-Ltmp0 ; -- End function .p2align 2 ; -- Begin function mySIGSEGVorSIGBUScatcher _mySIGSEGVorSIGBUScatcher: ; @mySIGSEGVorSIGBUScatcher .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, _opMode@GOTPAGE ldr x8, [x8, _opMode@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.37@PAGE add x1, x1, l_.str.37@PAGEOFF bl _fprintf b LBB2_3 LBB2_2: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.38@PAGE add x1, x1, l_.str.38@PAGEOFF bl _fprintf b LBB2_3 LBB2_3: bl _showFileNames adrp x8, _opMode@GOTPAGE ldr x8, [x8, _opMode@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: mov w0, #3 bl _cleanUpAndFail LBB2_5: bl _cadvise mov w0, #2 bl _cleanUpAndFail .cfi_endproc ; -- End function .p2align 2 ; -- Begin function copyFileName _copyFileName: ; @copyFileName .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldr x0, [sp, #16] bl _strlen subs x8, x0, #1024 cset w8, ls tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldr x8, [sp, #16] mov x9, sp str x8, [x9] mov x8, #1024 str x8, [x9, #8] adrp x1, l_.str.48@PAGE add x1, x1, l_.str.48@PAGEOFF bl _fprintf mov w0, #1 bl _setExit adrp x8, _exitValue@GOTPAGE ldr x8, [x8, _exitValue@GOTPAGEOFF] ldr w0, [x8] bl _exit LBB3_2: ldur x0, [x29, #-8] ldr x1, [sp, #16] mov x2, #1024 mov x3, #-1 bl ___strncpy_chk ldur x8, [x29, #-8] strb wzr, [x8, #1024] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function addFlagsFromEnvVar _addFlagsFromEnvVar: ; @addFlagsFromEnvVar .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, _tmpName@GOTPAGE ldr x8, [x8, _tmpName@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x0, [x29, #-16] bl _getenv str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_22 b LBB4_1 LBB4_1: ldr x8, [sp, #24] str x8, [sp, #16] stur wzr, [x29, #-20] b LBB4_2 LBB4_2: ; =>This Loop Header: Depth=1 ; Child Loop BB4_5 Depth 2 ; Child Loop BB4_8 Depth 2 ; Child Loop BB4_16 Depth 2 ldr x8, [sp, #16] ldursw x9, [x29, #-20] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: b LBB4_21 LBB4_4: ; in Loop: Header=BB4_2 Depth=1 ldursw x9, [x29, #-20] ldr x8, [sp, #16] add x8, x8, x9 str x8, [sp, #16] stur wzr, [x29, #-20] b LBB4_5 LBB4_5: ; Parent Loop BB4_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #16] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_7 b LBB4_6 LBB4_6: ; in Loop: Header=BB4_5 Depth=2 ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB4_5 LBB4_7: ; in Loop: Header=BB4_2 Depth=1 b LBB4_8 LBB4_8: ; Parent Loop BB4_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #16] ldursw x9, [x29, #-20] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB4_10 b LBB4_9 LBB4_9: ; in Loop: Header=BB4_8 Depth=2 ldr x8, [sp, #16] ldursw x9, [x29, #-20] ldrsb w0, [x8, x9] bl _isspace subs w8, w0, #0 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB4_10 LBB4_10: ; in Loop: Header=BB4_8 Depth=2 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB4_12 b LBB4_11 LBB4_11: ; in Loop: Header=BB4_8 Depth=2 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_8 LBB4_12: ; in Loop: Header=BB4_2 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB4_20 b LBB4_13 LBB4_13: ; in Loop: Header=BB4_2 Depth=1 ldur w8, [x29, #-20] stur w8, [x29, #-28] ldur w8, [x29, #-28] subs w8, w8, #1024 cset w8, le tbnz w8, #0, LBB4_15 b LBB4_14 LBB4_14: ; in Loop: Header=BB4_2 Depth=1 mov w8, #1024 stur w8, [x29, #-28] b LBB4_15 LBB4_15: ; in Loop: Header=BB4_2 Depth=1 stur wzr, [x29, #-24] b LBB4_16 LBB4_16: ; Parent Loop BB4_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-24] ldur w9, [x29, #-28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_19 b LBB4_17 LBB4_17: ; in Loop: Header=BB4_16 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ldursw x10, [x29, #-24] add x8, x8, x10 ldrb w8, [x8] ldursw x10, [x29, #-24] add x9, x9, x10 strb w8, [x9] b LBB4_18 LBB4_18: ; in Loop: Header=BB4_16 Depth=2 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB4_16 LBB4_19: ; in Loop: Header=BB4_2 Depth=1 ldr x1, [sp, #8] ; 8-byte Folded Reload ldursw x9, [x29, #-28] mov x8, x1 add x8, x8, x9 strb wzr, [x8] ldur x8, [x29, #-8] ldr x0, [x8] bl _snocString ldur x8, [x29, #-8] str x0, [x8] b LBB4_20 LBB4_20: ; in Loop: Header=BB4_2 Depth=1 b LBB4_2 LBB4_21: b LBB4_22 LBB4_22: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function snocString _snocString: ; @snocString .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: bl _mkCell str x0, [sp, #16] ldr x0, [sp, #24] bl _strlen add x8, x0, #5 mov x0, x8 bl _myMalloc ldr x8, [sp, #16] str x0, [x8] ldr x8, [sp, #16] ldr x0, [x8] ldr x1, [sp, #24] mov x2, #-1 bl ___strcpy_chk ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB5_6 LBB5_2: ldur x8, [x29, #-16] str x8, [sp, #8] b LBB5_3 LBB5_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_5 b LBB5_4 LBB5_4: ; in Loop: Header=BB5_3 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #8] str x8, [sp, #8] b LBB5_3 LBB5_5: ldr x8, [sp, #8] ldr x0, [x8, #8] ldr x1, [sp, #24] bl _snocString ldr x8, [sp, #8] str x0, [x8, #8] ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB5_6 LBB5_6: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function license _license: ; @license .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #8] ; 8-byte Folded Spill bl _BZ2_bzlibVersion mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.50@PAGE add x1, x1, l_.str.50@PAGEOFF bl _fprintf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function usage _usage: ; @usage .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] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #16] ; 8-byte Folded Spill bl _BZ2_bzlibVersion mov x10, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.51@PAGE add x1, x1, l_.str.51@PAGEOFF bl _fprintf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function redundant _redundant: ; @redundant .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] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x10, [x8] ldur x8, [x29, #-8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.52@PAGE add x1, x1, l_.str.52@PAGEOFF bl _fprintf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function mySignalCatcher _mySignalCatcher: ; @mySignalCatcher .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.53@PAGE add x1, x1, l_.str.53@PAGEOFF bl _fprintf mov w0, #1 bl _cleanUpAndFail .cfi_endproc ; -- End function .p2align 2 ; -- Begin function compress _compress: ; @compress .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 sub x8, x29, #40 str x8, [sp, #120] ; 8-byte Folded Spill adrp x9, _deleteOutputOnInterrupt@GOTPAGE ldr x9, [x9, _deleteOutputOnInterrupt@GOTPAGEOFF] str x9, [sp, #128] ; 8-byte Folded Spill adrp x10, _srcMode@GOTPAGE ldr x10, [x10, _srcMode@GOTPAGEOFF] str x10, [sp, #136] ; 8-byte Folded Spill adrp x10, _inName@GOTPAGE ldr x10, [x10, _inName@GOTPAGEOFF] str x10, [sp, #144] ; 8-byte Folded Spill adrp x10, _outName@GOTPAGE ldr x10, [x10, _outName@GOTPAGEOFF] str x10, [sp, #152] ; 8-byte Folded Spill adrp x10, ___stderrp@GOTPAGE ldr x10, [x10, ___stderrp@GOTPAGEOFF] str x10, [sp, #160] ; 8-byte Folded Spill adrp x10, _progName@GOTPAGE ldr x10, [x10, _progName@GOTPAGEOFF] str x10, [sp, #168] ; 8-byte Folded Spill adrp x10, _forceOverwrite@GOTPAGE ldr x10, [x10, _forceOverwrite@GOTPAGEOFF] str x10, [sp, #176] ; 8-byte Folded Spill adrp x10, _noisy@GOTPAGE ldr x10, [x10, _noisy@GOTPAGEOFF] str x10, [sp, #184] ; 8-byte Folded Spill adrp x10, ___stdoutp@GOTPAGE ldr x10, [x10, ___stdoutp@GOTPAGEOFF] str x10, [sp, #192] ; 8-byte Folded Spill str x0, [x8, #16] strb wzr, [x9] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB10_3 b LBB10_1 LBB10_1: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB10_3 b LBB10_2 LBB10_2: adrp x0, l_.str.54@PAGE add x0, x0, l_.str.54@PAGEOFF bl _panic LBB10_3: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #116] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB10_6 b LBB10_4 LBB10_4: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB10_8 b LBB10_5 LBB10_5: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB10_7 b LBB10_9 LBB10_6: ldr x0, [sp, #144] ; 8-byte Folded Reload adrp x1, l_.str.55@PAGE add x1, x1, l_.str.55@PAGEOFF bl _copyFileName ldr x0, [sp, #152] ; 8-byte Folded Reload adrp x1, l_.str.56@PAGE add x1, x1, l_.str.56@PAGEOFF bl _copyFileName b LBB10_9 LBB10_7: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x0, [sp, #144] ; 8-byte Folded Reload ldr x1, [x8, #16] bl _copyFileName ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x0, [sp, #152] ; 8-byte Folded Reload ldr x1, [x8, #16] bl _copyFileName ldr x0, [sp, #152] ; 8-byte Folded Reload adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov x2, #1034 bl ___strcat_chk b LBB10_9 LBB10_8: ldr x0, [sp, #144] ; 8-byte Folded Reload ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x1, [x8, #16] bl _copyFileName ldr x0, [sp, #152] ; 8-byte Folded Reload adrp x1, l_.str.56@PAGE add x1, x1, l_.str.56@PAGEOFF bl _copyFileName b LBB10_9 LBB10_9: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB10_14 b LBB10_10 LBB10_10: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _containsDubiousChars ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB10_14 b LBB10_11 LBB10_11: ldr x8, [sp, #184] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB10_13 b LBB10_12 LBB10_12: ldr x8, [sp, #144] ; 8-byte Folded Reload ldr x9, [sp, #168] ; 8-byte Folded Reload ldr x10, [sp, #160] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.57@PAGE add x1, x1, l_.str.57@PAGEOFF bl _fprintf b LBB10_13 LBB10_13: mov w0, #1 bl _setExit b LBB10_80 LBB10_14: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB10_17 b LBB10_15 LBB10_15: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _fileExists ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB10_17 b LBB10_16 LBB10_16: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #104] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #96] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #96] ; 8-byte Folded Reload ldr x10, [sp, #144] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #104] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB10_80 LBB10_17: stur wzr, [x29, #-48] b LBB10_18 LBB10_18: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-48] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB10_25 b LBB10_19 LBB10_19: ; in Loop: Header=BB10_18 Depth=1 ldr x0, [sp, #144] ; 8-byte Folded Reload ldursw x9, [x29, #-48] adrp x8, _zSuffix@PAGE add x8, x8, _zSuffix@PAGEOFF ldr x1, [x8, x9, lsl #3] bl _hasSuffix ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB10_23 b LBB10_20 LBB10_20: ldr x8, [sp, #184] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB10_22 b LBB10_21 LBB10_21: ldr x10, [sp, #144] ; 8-byte Folded Reload ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x0, [x9] ldr x11, [x8] ldursw x9, [x29, #-48] adrp x8, _zSuffix@PAGE add x8, x8, _zSuffix@PAGEOFF ldr x8, [x8, x9, lsl #3] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.59@PAGE add x1, x1, l_.str.59@PAGEOFF bl _fprintf b LBB10_22 LBB10_22: mov w0, #1 bl _setExit b LBB10_80 LBB10_23: ; in Loop: Header=BB10_18 Depth=1 b LBB10_24 LBB10_24: ; in Loop: Header=BB10_18 Depth=1 ldur w8, [x29, #-48] add w8, w8, #1 stur w8, [x29, #-48] b LBB10_18 LBB10_25: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB10_27 b LBB10_26 LBB10_26: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB10_30 b LBB10_27 LBB10_27: ldr x0, [sp, #144] ; 8-byte Folded Reload sub x1, x29, #192 bl _stat ldurh w8, [x29, #-188] and w8, w8, #0xf000 subs w8, w8, #4, lsl #12 ; =16384 cset w8, ne tbnz w8, #0, LBB10_29 b LBB10_28 LBB10_28: ldr x8, [sp, #144] ; 8-byte Folded Reload ldr x9, [sp, #168] ; 8-byte Folded Reload ldr x10, [sp, #160] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.60@PAGE add x1, x1, l_.str.60@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB10_80 LBB10_29: b LBB10_30 LBB10_30: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB10_36 b LBB10_31 LBB10_31: ldr x8, [sp, #176] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_36 b LBB10_32 LBB10_32: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _notAStandardFile ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB10_36 b LBB10_33 LBB10_33: ldr x8, [sp, #184] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB10_35 b LBB10_34 LBB10_34: ldr x8, [sp, #144] ; 8-byte Folded Reload ldr x9, [sp, #168] ; 8-byte Folded Reload ldr x10, [sp, #160] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.61@PAGE add x1, x1, l_.str.61@PAGEOFF bl _fprintf b LBB10_35 LBB10_35: mov w0, #1 bl _setExit b LBB10_80 LBB10_36: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB10_42 b LBB10_37 LBB10_37: ldr x0, [sp, #152] ; 8-byte Folded Reload bl _fileExists ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB10_42 b LBB10_38 LBB10_38: ldr x8, [sp, #176] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB10_40 b LBB10_39 LBB10_39: ldr x0, [sp, #152] ; 8-byte Folded Reload bl _remove b LBB10_41 LBB10_40: ldr x8, [sp, #152] ; 8-byte Folded Reload ldr x9, [sp, #168] ; 8-byte Folded Reload ldr x10, [sp, #160] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.62@PAGE add x1, x1, l_.str.62@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB10_80 LBB10_41: b LBB10_42 LBB10_42: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB10_46 b LBB10_43 LBB10_43: ldr x8, [sp, #176] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_46 b LBB10_44 LBB10_44: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _countHardLinks stur w0, [x29, #-44] subs w8, w0, #0 cset w8, le tbnz w8, #0, LBB10_46 b LBB10_45 LBB10_45: ldr x11, [sp, #144] ; 8-byte Folded Reload ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x0, [x9] ldr x12, [x8] ldur w8, [x29, #-44] ; implicit-def: $x10 mov x10, x8 ldur w8, [x29, #-44] mov w9, #1 str w9, [sp, #92] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, gt and w13, w8, #0x1 adrp x9, l_.str.4@PAGE add x9, x9, l_.str.4@PAGEOFF adrp x8, l_.str.64@PAGE add x8, x8, l_.str.64@PAGEOFF ands w13, w13, #0x1 csel x8, x8, x9, ne mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x1, l_.str.63@PAGE add x1, x1, l_.str.63@PAGEOFF bl _fprintf ldr w0, [sp, #92] ; 4-byte Folded Reload bl _setExit b LBB10_80 LBB10_46: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB10_48 b LBB10_47 LBB10_47: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _saveInputFileMetaInfo b LBB10_48 LBB10_48: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #88] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB10_51 b LBB10_49 LBB10_49: ldr w8, [sp, #88] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB10_54 b LBB10_50 LBB10_50: ldr w8, [sp, #88] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB10_61 b LBB10_70 LBB10_51: ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x10, [sp, #120] ; 8-byte Folded Reload adrp x9, ___stdinp@GOTPAGE ldr x9, [x9, ___stdinp@GOTPAGEOFF] ldr x9, [x9] str x9, [x10, #8] ldr x9, [x8] str x9, [x10] ldr x0, [x8] bl _fileno bl _isatty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB10_53 b LBB10_52 LBB10_52: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.65@PAGE add x1, x1, l_.str.65@PAGEOFF bl _fprintf ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x9] ldr x10, [x8] ldr x8, [x8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.66@PAGE add x1, x1, l_.str.66@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB10_80 LBB10_53: b LBB10_71 LBB10_54: ldr x0, [sp, #144] ; 8-byte Folded Reload adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl _fopen ldr x10, [sp, #120] ; 8-byte Folded Reload ldr x8, [sp, #192] ; 8-byte Folded Reload str x0, [x10, #8] ldr x9, [x8] str x9, [x10] ldr x0, [x8] bl _fileno bl _isatty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB10_58 b LBB10_55 LBB10_55: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.65@PAGE add x1, x1, l_.str.65@PAGEOFF bl _fprintf ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x9] ldr x10, [x8] ldr x8, [x8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.66@PAGE add x1, x1, l_.str.66@PAGEOFF bl _fprintf ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB10_57 b LBB10_56 LBB10_56: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x0, [x8, #8] bl _fclose b LBB10_57 LBB10_57: mov w0, #1 bl _setExit b LBB10_80 LBB10_58: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB10_60 b LBB10_59 LBB10_59: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #80] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #72] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #72] ; 8-byte Folded Reload ldr x10, [sp, #144] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #80] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB10_80 LBB10_60: b LBB10_71 LBB10_61: ldr x0, [sp, #144] ; 8-byte Folded Reload adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl _fopen ldr x9, [sp, #120] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #152] ; 8-byte Folded Reload str x8, [x9, #8] adrp x1, l_.str.68@PAGE add x1, x1, l_.str.68@PAGEOFF bl _fopen_output_safely ldr x8, [sp, #120] ; 8-byte Folded Reload str x0, [x8] ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB10_65 b LBB10_62 LBB10_62: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #64] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #56] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #56] ; 8-byte Folded Reload ldr x10, [sp, #152] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #64] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.69@PAGE add x1, x1, l_.str.69@PAGEOFF bl _fprintf ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB10_64 b LBB10_63 LBB10_63: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x0, [x8, #8] bl _fclose b LBB10_64 LBB10_64: mov w0, #1 bl _setExit b LBB10_80 LBB10_65: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB10_69 b LBB10_66 LBB10_66: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #48] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #40] ; 8-byte Folded Reload ldr x10, [sp, #144] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF bl _fprintf ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB10_68 b LBB10_67 LBB10_67: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x0, [x8] bl _fclose b LBB10_68 LBB10_68: mov w0, #1 bl _setExit b LBB10_80 LBB10_69: b LBB10_71 LBB10_70: adrp x0, l_.str.70@PAGE add x0, x0, l_.str.70@PAGEOFF bl _panic LBB10_71: adrp x8, _verbosity@GOTPAGE ldr x8, [x8, _verbosity@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB10_73 b LBB10_72 LBB10_72: ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x8, [sp, #144] ; 8-byte Folded Reload ldr x0, [x9] mov x9, sp str x8, [x9] adrp x1, l_.str.71@PAGE add x1, x1, l_.str.71@PAGEOFF bl _fprintf ldr x0, [sp, #144] ; 8-byte Folded Reload bl _pad ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush b LBB10_73 LBB10_73: ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x10, [sp, #128] ; 8-byte Folded Reload ldr x9, [x8] adrp x11, _outputHandleJustInCase@GOTPAGE ldr x11, [x11, _outputHandleJustInCase@GOTPAGEOFF] str x11, [sp, #32] ; 8-byte Folded Spill str x9, [x11] mov w9, #1 strb w9, [x10] ldr x0, [x8, #8] ldr x1, [x8] bl _compressStream ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #136] ; 8-byte Folded Reload ; kill: def $x10 killed $xzr str xzr, [x9] ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB10_79 b LBB10_74 LBB10_74: ldr x0, [sp, #152] ; 8-byte Folded Reload bl _applySavedMetaInfoToOutputFile ldr x8, [sp, #128] ; 8-byte Folded Reload strb wzr, [x8] adrp x8, _keepInputFiles@GOTPAGE ldr x8, [x8, _keepInputFiles@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB10_78 b LBB10_75 LBB10_75: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _remove stur w0, [x29, #-196] ldur w8, [x29, #-196] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB10_77 b LBB10_76 LBB10_76: bl _ioError LBB10_77: b LBB10_78 LBB10_78: b LBB10_79 LBB10_79: ldr x8, [sp, #128] ; 8-byte Folded Reload strb wzr, [x8] b LBB10_80 LBB10_80: ldp x29, x30, [sp, #400] ; 16-byte Folded Reload ldp x28, x27, [sp, #384] ; 16-byte Folded Reload add sp, sp, #416 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function uncompress _uncompress: ; @uncompress .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, _deleteOutputOnInterrupt@GOTPAGE ldr x8, [x8, _deleteOutputOnInterrupt@GOTPAGEOFF] str x8, [sp, #120] ; 8-byte Folded Spill adrp x9, _srcMode@GOTPAGE ldr x9, [x9, _srcMode@GOTPAGEOFF] str x9, [sp, #128] ; 8-byte Folded Spill adrp x9, _inName@GOTPAGE ldr x9, [x9, _inName@GOTPAGEOFF] str x9, [sp, #136] ; 8-byte Folded Spill adrp x9, _outName@GOTPAGE ldr x9, [x9, _outName@GOTPAGEOFF] str x9, [sp, #144] ; 8-byte Folded Spill adrp x9, ___stderrp@GOTPAGE ldr x9, [x9, ___stderrp@GOTPAGEOFF] str x9, [sp, #152] ; 8-byte Folded Spill adrp x9, _progName@GOTPAGE ldr x9, [x9, _progName@GOTPAGEOFF] str x9, [sp, #160] ; 8-byte Folded Spill adrp x9, _forceOverwrite@GOTPAGE ldr x9, [x9, _forceOverwrite@GOTPAGEOFF] str x9, [sp, #168] ; 8-byte Folded Spill adrp x9, _noisy@GOTPAGE ldr x9, [x9, _noisy@GOTPAGEOFF] str x9, [sp, #176] ; 8-byte Folded Spill adrp x9, _verbosity@GOTPAGE ldr x9, [x9, _verbosity@GOTPAGEOFF] str x9, [sp, #184] ; 8-byte Folded Spill stur x0, [x29, #-24] strb wzr, [x8] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB11_3 b LBB11_1 LBB11_1: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB11_3 b LBB11_2 LBB11_2: adrp x0, l_.str.80@PAGE add x0, x0, l_.str.80@PAGEOFF bl _panic LBB11_3: ldr x8, [sp, #128] ; 8-byte Folded Reload sturb wzr, [x29, #-50] ldr w8, [x8] str w8, [sp, #116] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB11_6 b LBB11_4 LBB11_4: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB11_14 b LBB11_5 LBB11_5: ldr w8, [sp, #116] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB11_7 b LBB11_15 LBB11_6: ldr x0, [sp, #136] ; 8-byte Folded Reload adrp x1, l_.str.55@PAGE add x1, x1, l_.str.55@PAGEOFF bl _copyFileName ldr x0, [sp, #144] ; 8-byte Folded Reload adrp x1, l_.str.56@PAGE add x1, x1, l_.str.56@PAGEOFF bl _copyFileName b LBB11_15 LBB11_7: ldr x0, [sp, #136] ; 8-byte Folded Reload ldur x1, [x29, #-24] bl _copyFileName ldr x0, [sp, #144] ; 8-byte Folded Reload ldur x1, [x29, #-24] bl _copyFileName stur wzr, [x29, #-48] b LBB11_8 LBB11_8: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-48] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB11_13 b LBB11_9 LBB11_9: ; in Loop: Header=BB11_8 Depth=1 ldr x0, [sp, #144] ; 8-byte Folded Reload ldursw x9, [x29, #-48] adrp x8, _zSuffix@PAGE add x8, x8, _zSuffix@PAGEOFF ldr x1, [x8, x9, lsl #3] ldursw x9, [x29, #-48] adrp x8, _unzSuffix@PAGE add x8, x8, _unzSuffix@PAGEOFF ldr x2, [x8, x9, lsl #3] bl _mapSuffix ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB11_11 b LBB11_10 LBB11_10: b LBB11_16 LBB11_11: ; in Loop: Header=BB11_8 Depth=1 b LBB11_12 LBB11_12: ; in Loop: Header=BB11_8 Depth=1 ldur w8, [x29, #-48] add w8, w8, #1 stur w8, [x29, #-48] b LBB11_8 LBB11_13: ldr x0, [sp, #144] ; 8-byte Folded Reload mov w8, #1 sturb w8, [x29, #-50] adrp x1, l_.str.81@PAGE add x1, x1, l_.str.81@PAGEOFF mov x2, #1034 bl ___strcat_chk b LBB11_15 LBB11_14: ldr x0, [sp, #136] ; 8-byte Folded Reload ldur x1, [x29, #-24] bl _copyFileName ldr x0, [sp, #144] ; 8-byte Folded Reload adrp x1, l_.str.56@PAGE add x1, x1, l_.str.56@PAGEOFF bl _copyFileName b LBB11_15 LBB11_15: b LBB11_16 LBB11_16: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB11_21 b LBB11_17 LBB11_17: ldr x0, [sp, #136] ; 8-byte Folded Reload bl _containsDubiousChars ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB11_21 b LBB11_18 LBB11_18: ldr x8, [sp, #176] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_20 b LBB11_19 LBB11_19: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x10, [sp, #152] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.57@PAGE add x1, x1, l_.str.57@PAGEOFF bl _fprintf b LBB11_20 LBB11_20: mov w0, #1 bl _setExit b LBB11_95 LBB11_21: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB11_24 b LBB11_22 LBB11_22: ldr x0, [sp, #136] ; 8-byte Folded Reload bl _fileExists ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB11_24 b LBB11_23 LBB11_23: ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #104] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #96] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #96] ; 8-byte Folded Reload ldr x10, [sp, #136] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #104] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB11_95 LBB11_24: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB11_26 b LBB11_25 LBB11_25: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB11_29 b LBB11_26 LBB11_26: ldr x0, [sp, #136] ; 8-byte Folded Reload add x1, sp, #200 bl _stat ldrh w8, [sp, #204] and w8, w8, #0xf000 subs w8, w8, #4, lsl #12 ; =16384 cset w8, ne tbnz w8, #0, LBB11_28 b LBB11_27 LBB11_27: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x10, [sp, #152] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.60@PAGE add x1, x1, l_.str.60@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB11_95 LBB11_28: b LBB11_29 LBB11_29: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB11_35 b LBB11_30 LBB11_30: ldr x8, [sp, #168] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_35 b LBB11_31 LBB11_31: ldr x0, [sp, #136] ; 8-byte Folded Reload bl _notAStandardFile ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB11_35 b LBB11_32 LBB11_32: ldr x8, [sp, #176] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_34 b LBB11_33 LBB11_33: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x10, [sp, #152] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.61@PAGE add x1, x1, l_.str.61@PAGEOFF bl _fprintf b LBB11_34 LBB11_34: mov w0, #1 bl _setExit b LBB11_95 LBB11_35: ldurb w8, [x29, #-50] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_39 b LBB11_36 LBB11_36: ldr x8, [sp, #176] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_38 b LBB11_37 LBB11_37: ldr x8, [sp, #144] ; 8-byte Folded Reload ldr x10, [sp, #136] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x11, [sp, #152] ; 8-byte Folded Reload ldr x0, [x11] ldr x11, [x9] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.82@PAGE add x1, x1, l_.str.82@PAGEOFF bl _fprintf b LBB11_38 LBB11_38: b LBB11_39 LBB11_39: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB11_45 b LBB11_40 LBB11_40: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _fileExists ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB11_45 b LBB11_41 LBB11_41: ldr x8, [sp, #168] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_43 b LBB11_42 LBB11_42: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _remove b LBB11_44 LBB11_43: ldr x8, [sp, #144] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x10, [sp, #152] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.62@PAGE add x1, x1, l_.str.62@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB11_95 LBB11_44: b LBB11_45 LBB11_45: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB11_49 b LBB11_46 LBB11_46: ldr x8, [sp, #168] ; 8-byte Folded Reload ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_49 b LBB11_47 LBB11_47: ldr x0, [sp, #136] ; 8-byte Folded Reload bl _countHardLinks stur w0, [x29, #-44] subs w8, w0, #0 cset w8, le tbnz w8, #0, LBB11_49 b LBB11_48 LBB11_48: ldr x11, [sp, #136] ; 8-byte Folded Reload ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x0, [x9] ldr x12, [x8] ldur w8, [x29, #-44] ; implicit-def: $x10 mov x10, x8 ldur w8, [x29, #-44] mov w9, #1 str w9, [sp, #92] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, gt and w13, w8, #0x1 adrp x9, l_.str.4@PAGE add x9, x9, l_.str.4@PAGEOFF adrp x8, l_.str.64@PAGE add x8, x8, l_.str.64@PAGEOFF ands w13, w13, #0x1 csel x8, x8, x9, ne mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x1, l_.str.63@PAGE add x1, x1, l_.str.63@PAGEOFF bl _fprintf ldr w0, [sp, #92] ; 4-byte Folded Reload bl _setExit b LBB11_95 LBB11_49: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB11_51 b LBB11_50 LBB11_50: ldr x0, [sp, #136] ; 8-byte Folded Reload bl _saveInputFileMetaInfo b LBB11_51 LBB11_51: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #88] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB11_54 b LBB11_52 LBB11_52: ldr w8, [sp, #88] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB11_57 b LBB11_53 LBB11_53: ldr w8, [sp, #88] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB11_62 b LBB11_71 LBB11_54: adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x9, [x8] stur x9, [x29, #-32] adrp x9, ___stdoutp@GOTPAGE ldr x9, [x9, ___stdoutp@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-40] ldr x0, [x8] bl _fileno bl _isatty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB11_56 b LBB11_55 LBB11_55: ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.83@PAGE add x1, x1, l_.str.83@PAGEOFF bl _fprintf ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x0, [x9] ldr x10, [x8] ldr x8, [x8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.66@PAGE add x1, x1, l_.str.66@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB11_95 LBB11_56: b LBB11_72 LBB11_57: ldr x0, [sp, #136] ; 8-byte Folded Reload adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl _fopen stur x0, [x29, #-32] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-40] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB11_61 b LBB11_58 LBB11_58: ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #80] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #72] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #72] ; 8-byte Folded Reload ldr x10, [sp, #136] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #80] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.84@PAGE add x1, x1, l_.str.84@PAGEOFF bl _fprintf ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_60 b LBB11_59 LBB11_59: ldur x0, [x29, #-32] bl _fclose b LBB11_60 LBB11_60: mov w0, #1 bl _setExit b LBB11_95 LBB11_61: b LBB11_72 LBB11_62: ldr x0, [sp, #136] ; 8-byte Folded Reload adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl _fopen mov x8, x0 ldr x0, [sp, #144] ; 8-byte Folded Reload stur x8, [x29, #-32] adrp x1, l_.str.68@PAGE add x1, x1, l_.str.68@PAGEOFF bl _fopen_output_safely stur x0, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB11_66 b LBB11_63 LBB11_63: ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #64] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #56] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #56] ; 8-byte Folded Reload ldr x10, [sp, #144] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #64] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.69@PAGE add x1, x1, l_.str.69@PAGEOFF bl _fprintf ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_65 b LBB11_64 LBB11_64: ldur x0, [x29, #-32] bl _fclose b LBB11_65 LBB11_65: mov w0, #1 bl _setExit b LBB11_95 LBB11_66: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB11_70 b LBB11_67 LBB11_67: ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #48] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #40] ; 8-byte Folded Reload ldr x10, [sp, #136] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF bl _fprintf ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_69 b LBB11_68 LBB11_68: ldur x0, [x29, #-40] bl _fclose b LBB11_69 LBB11_69: mov w0, #1 bl _setExit b LBB11_95 LBB11_70: b LBB11_72 LBB11_71: adrp x0, l_.str.85@PAGE add x0, x0, l_.str.85@PAGEOFF bl _panic LBB11_72: ldr x8, [sp, #184] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB11_74 b LBB11_73 LBB11_73: ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x8, [sp, #136] ; 8-byte Folded Reload ldr x0, [x9] mov x9, sp str x8, [x9] adrp x1, l_.str.71@PAGE add x1, x1, l_.str.71@PAGEOFF bl _fprintf ldr x0, [sp, #136] ; 8-byte Folded Reload bl _pad ldr x8, [sp, #152] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush b LBB11_74 LBB11_74: ldr x9, [sp, #120] ; 8-byte Folded Reload ldur x8, [x29, #-40] adrp x10, _outputHandleJustInCase@GOTPAGE ldr x10, [x10, _outputHandleJustInCase@GOTPAGEOFF] str x10, [sp, #32] ; 8-byte Folded Spill str x8, [x10] mov w8, #1 strb w8, [x9] ldur x0, [x29, #-32] ldur x1, [x29, #-40] bl _uncompressStream ldr x8, [sp, #32] ; 8-byte Folded Reload sturb w0, [x29, #-49] ; kill: def $x9 killed $xzr str xzr, [x8] ldurb w8, [x29, #-49] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_82 b LBB11_75 LBB11_75: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB11_81 b LBB11_76 LBB11_76: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _applySavedMetaInfoToOutputFile ldr x8, [sp, #120] ; 8-byte Folded Reload strb wzr, [x8] adrp x8, _keepInputFiles@GOTPAGE ldr x8, [x8, _keepInputFiles@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_80 b LBB11_77 LBB11_77: ldr x0, [sp, #136] ; 8-byte Folded Reload bl _remove str w0, [sp, #196] ldr w8, [sp, #196] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_79 b LBB11_78 LBB11_78: bl _ioError LBB11_79: b LBB11_80 LBB11_80: b LBB11_81 LBB11_81: b LBB11_87 LBB11_82: ldr x8, [sp, #128] ; 8-byte Folded Reload ldr x9, [sp, #120] ; 8-byte Folded Reload adrp x11, _unzFailsExist@GOTPAGE ldr x11, [x11, _unzFailsExist@GOTPAGEOFF] mov w10, #1 strb w10, [x11] strb wzr, [x9] ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB11_86 b LBB11_83 LBB11_83: ldr x0, [sp, #144] ; 8-byte Folded Reload bl _remove str w0, [sp, #192] ldr w8, [sp, #192] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_85 b LBB11_84 LBB11_84: bl _ioError LBB11_85: b LBB11_86 LBB11_86: b LBB11_87 LBB11_87: ldr x8, [sp, #120] ; 8-byte Folded Reload strb wzr, [x8] ldurb w8, [x29, #-49] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_91 b LBB11_88 LBB11_88: ldr x8, [sp, #184] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB11_90 b LBB11_89 LBB11_89: ldr x8, [sp, #152] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.86@PAGE add x1, x1, l_.str.86@PAGEOFF bl _fprintf b LBB11_90 LBB11_90: b LBB11_95 LBB11_91: mov w0, #2 bl _setExit ldr x8, [sp, #184] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB11_93 b LBB11_92 LBB11_92: ldr x8, [sp, #152] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.87@PAGE add x1, x1, l_.str.87@PAGEOFF bl _fprintf b LBB11_94 LBB11_93: ldr x8, [sp, #136] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr x10, [sp, #152] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.88@PAGE add x1, x1, l_.str.88@PAGEOFF bl _fprintf b LBB11_94 LBB11_94: b LBB11_95 LBB11_95: ldp x29, x30, [sp, #400] ; 16-byte Folded Reload ldp x28, x27, [sp, #384] ; 16-byte Folded Reload add sp, sp, #416 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function setExit _setExit: ; @setExit .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] adrp x9, _exitValue@GOTPAGE ldr x9, [x9, _exitValue@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB12_2 b LBB12_1 LBB12_1: ldr w8, [sp, #12] adrp x9, _exitValue@GOTPAGE ldr x9, [x9, _exitValue@GOTPAGEOFF] str w8, [x9] b LBB12_2 LBB12_2: add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function testf _testf: ; @testf .cfi_startproc ; %bb.0: sub sp, sp, #304 .cfi_def_cfa_offset 304 stp x28, x27, [sp, #272] ; 16-byte Folded Spill stp x29, x30, [sp, #288] ; 16-byte Folded Spill add x29, sp, #288 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, _srcMode@GOTPAGE ldr x8, [x8, _srcMode@GOTPAGEOFF] str x8, [sp, #72] ; 8-byte Folded Spill adrp x8, _inName@GOTPAGE ldr x8, [x8, _inName@GOTPAGEOFF] str x8, [sp, #80] ; 8-byte Folded Spill adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #88] ; 8-byte Folded Spill adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] str x8, [sp, #96] ; 8-byte Folded Spill stur x0, [x29, #-24] adrp x8, _deleteOutputOnInterrupt@GOTPAGE ldr x8, [x8, _deleteOutputOnInterrupt@GOTPAGEOFF] strb wzr, [x8] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB13_3 b LBB13_1 LBB13_1: ldr x8, [sp, #72] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB13_3 b LBB13_2 LBB13_2: adrp x0, l_.str.95@PAGE add x0, x0, l_.str.95@PAGEOFF bl _panic LBB13_3: adrp x0, _outName@GOTPAGE ldr x0, [x0, _outName@GOTPAGEOFF] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _copyFileName ldr x8, [sp, #72] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #68] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB13_6 b LBB13_4 LBB13_4: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB13_8 b LBB13_5 LBB13_5: ldr w8, [sp, #68] ; 4-byte Folded Reload subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB13_7 b LBB13_9 LBB13_6: ldr x0, [sp, #80] ; 8-byte Folded Reload adrp x1, l_.str.55@PAGE add x1, x1, l_.str.55@PAGEOFF bl _copyFileName b LBB13_9 LBB13_7: ldr x0, [sp, #80] ; 8-byte Folded Reload ldur x1, [x29, #-24] bl _copyFileName b LBB13_9 LBB13_8: ldr x0, [sp, #80] ; 8-byte Folded Reload ldur x1, [x29, #-24] bl _copyFileName b LBB13_9 LBB13_9: ldr x8, [sp, #72] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB13_14 b LBB13_10 LBB13_10: ldr x0, [sp, #80] ; 8-byte Folded Reload bl _containsDubiousChars ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB13_14 b LBB13_11 LBB13_11: adrp x8, _noisy@GOTPAGE ldr x8, [x8, _noisy@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB13_13 b LBB13_12 LBB13_12: ldr x8, [sp, #80] ; 8-byte Folded Reload ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x10, [sp, #88] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.57@PAGE add x1, x1, l_.str.57@PAGEOFF bl _fprintf b LBB13_13 LBB13_13: mov w0, #1 bl _setExit b LBB13_37 LBB13_14: ldr x8, [sp, #72] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB13_17 b LBB13_15 LBB13_15: ldr x0, [sp, #80] ; 8-byte Folded Reload bl _fileExists ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB13_17 b LBB13_16 LBB13_16: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x9, [sp, #88] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #56] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #48] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #48] ; 8-byte Folded Reload ldr x10, [sp, #80] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #56] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB13_37 LBB13_17: ldr x8, [sp, #72] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB13_21 b LBB13_18 LBB13_18: ldr x0, [sp, #80] ; 8-byte Folded Reload add x1, sp, #104 bl _stat ldrh w8, [sp, #108] and w8, w8, #0xf000 subs w8, w8, #4, lsl #12 ; =16384 cset w8, ne tbnz w8, #0, LBB13_20 b LBB13_19 LBB13_19: ldr x8, [sp, #80] ; 8-byte Folded Reload ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x10, [sp, #88] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.60@PAGE add x1, x1, l_.str.60@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB13_37 LBB13_20: b LBB13_21 LBB13_21: ldr x8, [sp, #72] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #44] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB13_23 b LBB13_22 LBB13_22: ldr w8, [sp, #44] ; 4-byte Folded Reload subs w8, w8, #2 subs w8, w8, #1 cset w8, ls tbnz w8, #0, LBB13_26 b LBB13_29 LBB13_23: adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] bl _fileno bl _isatty subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB13_25 b LBB13_24 LBB13_24: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x9, [sp, #88] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.83@PAGE add x1, x1, l_.str.83@PAGEOFF bl _fprintf ldr x9, [sp, #88] ; 8-byte Folded Reload ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x9] ldr x10, [x8] ldr x8, [x8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.66@PAGE add x1, x1, l_.str.66@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB13_37 LBB13_25: adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] b LBB13_30 LBB13_26: ldr x0, [sp, #80] ; 8-byte Folded Reload adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl _fopen stur x0, [x29, #-32] ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB13_28 b LBB13_27 LBB13_27: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x9, [sp, #88] ; 8-byte Folded Reload ldr x9, [x9] str x9, [sp, #32] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x11, [sp, #24] ; 8-byte Folded Reload ldr x10, [sp, #80] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.84@PAGE add x1, x1, l_.str.84@PAGEOFF bl _fprintf mov w0, #1 bl _setExit b LBB13_37 LBB13_28: b LBB13_30 LBB13_29: adrp x0, l_.str.97@PAGE add x0, x0, l_.str.97@PAGEOFF bl _panic LBB13_30: adrp x8, _verbosity@GOTPAGE ldr x8, [x8, _verbosity@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB13_32 b LBB13_31 LBB13_31: ldr x9, [sp, #88] ; 8-byte Folded Reload ldr x8, [sp, #80] ; 8-byte Folded Reload ldr x0, [x9] mov x9, sp str x8, [x9] adrp x1, l_.str.71@PAGE add x1, x1, l_.str.71@PAGEOFF bl _fprintf ldr x0, [sp, #80] ; 8-byte Folded Reload bl _pad ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush b LBB13_32 LBB13_32: adrp x8, _outputHandleJustInCase@GOTPAGE ldr x8, [x8, _outputHandleJustInCase@GOTPAGEOFF] ; kill: def $x9 killed $xzr str xzr, [x8] ldur x0, [x29, #-32] bl _testStream sturb w0, [x29, #-33] ldurb w8, [x29, #-33] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB13_35 b LBB13_33 LBB13_33: adrp x8, _verbosity@GOTPAGE ldr x8, [x8, _verbosity@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB13_35 b LBB13_34 LBB13_34: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.98@PAGE add x1, x1, l_.str.98@PAGEOFF bl _fprintf b LBB13_35 LBB13_35: ldurb w8, [x29, #-33] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB13_37 b LBB13_36 LBB13_36: adrp x9, _testFailsExist@GOTPAGE ldr x9, [x9, _testFailsExist@GOTPAGEOFF] mov w8, #1 strb w8, [x9] b LBB13_37 LBB13_37: ldp x29, x30, [sp, #288] ; 16-byte Folded Reload ldp x28, x27, [sp, #272] ; 16-byte Folded Reload add sp, sp, #304 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function showFileNames _showFileNames: ; @showFileNames .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, _noisy@GOTPAGE ldr x8, [x8, _noisy@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB14_2 b LBB14_1 LBB14_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] mov x9, sp adrp x8, _inName@GOTPAGE ldr x8, [x8, _inName@GOTPAGEOFF] str x8, [x9] adrp x8, _outName@GOTPAGE ldr x8, [x8, _outName@GOTPAGEOFF] str x8, [x9, #8] adrp x1, l_.str.39@PAGE add x1, x1, l_.str.39@PAGEOFF bl _fprintf b LBB14_2 LBB14_2: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function cleanUpAndFail _cleanUpAndFail: ; @cleanUpAndFail .cfi_startproc ; %bb.0: sub sp, sp, #240 .cfi_def_cfa_offset 240 stp x29, x30, [sp, #224] ; 16-byte Folded Spill add x29, sp, #224 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] str x8, [sp, #48] ; 8-byte Folded Spill adrp x8, _outName@GOTPAGE ldr x8, [x8, _outName@GOTPAGEOFF] str x8, [sp, #56] ; 8-byte Folded Spill adrp x8, _numFileNames@GOTPAGE ldr x8, [x8, _numFileNames@GOTPAGEOFF] str x8, [sp, #64] ; 8-byte Folded Spill stur w0, [x29, #-4] adrp x8, _srcMode@GOTPAGE ldr x8, [x8, _srcMode@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB15_13 b LBB15_1 LBB15_1: adrp x8, _opMode@GOTPAGE ldr x8, [x8, _opMode@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB15_13 b LBB15_2 LBB15_2: adrp x8, _deleteOutputOnInterrupt@GOTPAGE ldr x8, [x8, _deleteOutputOnInterrupt@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB15_13 b LBB15_3 LBB15_3: adrp x0, _inName@GOTPAGE ldr x0, [x0, _inName@GOTPAGEOFF] add x1, sp, #72 bl _stat stur w0, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB15_11 b LBB15_4 LBB15_4: adrp x8, _noisy@GOTPAGE ldr x8, [x8, _noisy@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB15_6 b LBB15_5 LBB15_5: ldr x8, [sp, #56] ; 8-byte Folded Reload ldr x9, [sp, #48] ; 8-byte Folded Reload ldr x10, [sp, #40] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.40@PAGE add x1, x1, l_.str.40@PAGEOFF bl _fprintf b LBB15_6 LBB15_6: adrp x8, _outputHandleJustInCase@GOTPAGE ldr x8, [x8, _outputHandleJustInCase@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB15_8 b LBB15_7 LBB15_7: adrp x8, _outputHandleJustInCase@GOTPAGE ldr x8, [x8, _outputHandleJustInCase@GOTPAGEOFF] ldr x0, [x8] bl _fclose b LBB15_8 LBB15_8: ldr x0, [sp, #56] ; 8-byte Folded Reload bl _remove stur w0, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB15_10 b LBB15_9 LBB15_9: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF bl _fprintf b LBB15_10 LBB15_10: b LBB15_12 LBB15_11: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.42@PAGE add x1, x1, l_.str.42@PAGEOFF bl _fprintf ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.43@PAGE add x1, x1, l_.str.43@PAGEOFF bl _fprintf ldr x8, [sp, #56] ; 8-byte Folded Reload ldr x10, [sp, #40] ; 8-byte Folded Reload ldr x9, [sp, #48] ; 8-byte Folded Reload ldr x0, [x10] ldr x10, [x9] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.44@PAGE add x1, x1, l_.str.44@PAGEOFF bl _fprintf ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x9] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.45@PAGE add x1, x1, l_.str.45@PAGEOFF bl _fprintf b LBB15_12 LBB15_12: b LBB15_13 LBB15_13: adrp x8, _noisy@GOTPAGE ldr x8, [x8, _noisy@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB15_17 b LBB15_14 LBB15_14: ldr x8, [sp, #64] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB15_17 b LBB15_15 LBB15_15: ldr x9, [sp, #64] ; 8-byte Folded Reload adrp x8, _numFilesProcessed@GOTPAGE ldr x8, [x8, _numFilesProcessed@GOTPAGEOFF] ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB15_17 b LBB15_16 LBB15_16: ldr x9, [sp, #64] ; 8-byte Folded Reload ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x10, [sp, #40] ; 8-byte Folded Reload ldr x0, [x10] ldr x12, [x8] ldr x11, [x8] ldr w10, [x9] ; implicit-def: $x8 mov x8, x10 ldr w9, [x9] adrp x10, _numFilesProcessed@GOTPAGE ldr x10, [x10, _numFilesProcessed@GOTPAGEOFF] ldr w10, [x10] subs w10, w9, w10 mov x9, sp str x12, [x9] str x11, [x9, #8] str x8, [x9, #16] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #24] adrp x1, l_.str.46@PAGE add x1, x1, l_.str.46@PAGEOFF bl _fprintf b LBB15_17 LBB15_17: ldur w0, [x29, #-4] bl _setExit adrp x8, _exitValue@GOTPAGE ldr x8, [x8, _exitValue@GOTPAGEOFF] ldr w0, [x8] bl _exit .cfi_endproc ; -- End function .p2align 2 ; -- Begin function cadvise _cadvise: ; @cadvise .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, _noisy@GOTPAGE ldr x8, [x8, _noisy@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB16_2 b LBB16_1 LBB16_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.47@PAGE add x1, x1, l_.str.47@PAGEOFF bl _fprintf b LBB16_2 LBB16_2: ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function mkCell _mkCell: ; @mkCell .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w0, #16 bl _myMalloc str x0, [sp, #8] ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8] ldr x8, [sp, #8] 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 .p2align 2 ; -- Begin function myMalloc _myMalloc: ; @myMalloc .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] ldursw x0, [x29, #-4] bl _malloc str x0, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB18_2 b LBB18_1 LBB18_1: bl _outOfMemory LBB18_2: ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function outOfMemory _outOfMemory: ; @outOfMemory .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.49@PAGE add x1, x1, l_.str.49@PAGEOFF bl _fprintf bl _showFileNames mov w0, #1 bl _cleanUpAndFail .cfi_endproc ; -- End function .p2align 2 ; -- Begin function panic _panic: ; @panic .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] adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x10, [x8] ldur x8, [x29, #-8] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.72@PAGE add x1, x1, l_.str.72@PAGEOFF bl _fprintf bl _showFileNames mov w0, #3 bl _cleanUpAndFail .cfi_endproc ; -- End function .p2align 2 ; -- Begin function containsDubiousChars _containsDubiousChars: ; @containsDubiousChars .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] mov w0, #0 add sp, sp, #16 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function fileExists _fileExists: ; @fileExists .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] adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl _fopen str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne and w8, w8, #0x1 strb w8, [sp, #15] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB22_2 b LBB22_1 LBB22_1: ldr x0, [sp, #16] bl _fclose b LBB22_2 LBB22_2: ldrb w0, [sp, #15] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function hasSuffix _hasSuffix: ; @hasSuffix .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 x0, [sp, #16] bl _strlen mov x8, x0 str w8, [sp, #4] ldr x0, [sp, #8] bl _strlen mov x8, x0 str w8, [sp] ldr w8, [sp, #4] ldr w9, [sp] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB23_2 b LBB23_1 LBB23_1: sturb wzr, [x29, #-1] b LBB23_5 LBB23_2: ldr x8, [sp, #16] ldrsw x9, [sp, #4] add x8, x8, x9 ldrsw x9, [sp] subs x0, x8, x9 ldr x1, [sp, #8] bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB23_4 b LBB23_3 LBB23_3: mov w8, #1 sturb w8, [x29, #-1] b LBB23_5 LBB23_4: sturb wzr, [x29, #-1] b LBB23_5 LBB23_5: ldurb w0, [x29, #-1] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function notAStandardFile _notAStandardFile: ; @notAStandardFile .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] ldur x0, [x29, #-16] add x1, sp, #8 bl _lstat stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB24_2 b LBB24_1 LBB24_1: mov w8, #1 sturb w8, [x29, #-1] b LBB24_5 LBB24_2: ldrh w8, [sp, #12] and w8, w8, #0xf000 subs w8, w8, #8, lsl #12 ; =32768 cset w8, ne tbnz w8, #0, LBB24_4 b LBB24_3 LBB24_3: sturb wzr, [x29, #-1] b LBB24_5 LBB24_4: mov w8, #1 sturb w8, [x29, #-1] b LBB24_5 LBB24_5: ldurb w0, [x29, #-1] ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function countHardLinks _countHardLinks: ; @countHardLinks .cfi_startproc ; %bb.0: sub sp, sp, #192 .cfi_def_cfa_offset 192 stp x29, x30, [sp, #176] ; 16-byte Folded Spill add x29, sp, #176 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] ldur x0, [x29, #-16] add x1, sp, #8 bl _lstat stur w0, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB25_2 b LBB25_1 LBB25_1: stur wzr, [x29, #-4] b LBB25_3 LBB25_2: ldrh w8, [sp, #14] subs w8, w8, #1 stur w8, [x29, #-4] b LBB25_3 LBB25_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #176] ; 16-byte Folded Reload add sp, sp, #192 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function saveInputFileMetaInfo _saveInputFileMetaInfo: ; @saveInputFileMetaInfo .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] adrp x1, _fileMetaInfo@PAGE add x1, x1, _fileMetaInfo@PAGEOFF bl _stat str w0, [sp, #4] ldr w8, [sp, #4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB26_2 b LBB26_1 LBB26_1: bl _ioError LBB26_2: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function pad _pad: ; @pad .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, x0 adrp x9, _longestFileName@GOTPAGE ldr x9, [x9, _longestFileName@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB27_2 b LBB27_1 LBB27_1: b LBB27_6 LBB27_2: mov w8, #1 stur w8, [x29, #-12] b LBB27_3 LBB27_3: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] str w8, [sp, #16] ; 4-byte Folded Spill adrp x8, _longestFileName@GOTPAGE ldr x8, [x8, _longestFileName@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #12] ; 4-byte Folded Spill ldur x0, [x29, #-8] bl _strlen ldr w9, [sp, #12] ; 4-byte Folded Reload ldr w8, [sp, #16] ; 4-byte Folded Reload mov x10, x0 subs w9, w9, w10 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB27_6 b LBB27_4 LBB27_4: ; in Loop: Header=BB27_3 Depth=1 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.73@PAGE add x1, x1, l_.str.73@PAGEOFF bl _fprintf b LBB27_5 LBB27_5: ; in Loop: Header=BB27_3 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB27_3 LBB27_6: 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 compressStream lCPI28_0: .quad 0x4059000000000000 ; double 100 .section __TEXT,__text,regular,pure_instructions .p2align 2 _compressStream: ; @compressStream .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, #5264 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #1, lsl #12 ; =4096 sub sp, sp, #1168 adrp x8, _verbosity@GOTPAGE ldr x8, [x8, _verbosity@GOTPAGEOFF] str x8, [sp, #88] ; 8-byte Folded Spill adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #96] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #168] str x1, [sp, #160] ; kill: def $x8 killed $xzr str xzr, [sp, #152] ldr x0, [sp, #168] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB28_2 b LBB28_1 LBB28_1: b LBB28_47 LBB28_2: ldr x0, [sp, #160] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB28_4 b LBB28_3 LBB28_3: b LBB28_47 LBB28_4: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr x1, [sp, #160] adrp x9, _blockSize100k@GOTPAGE ldr x9, [x9, _blockSize100k@GOTPAGEOFF] ldr w2, [x9] ldr w3, [x8] adrp x8, _workFactor@GOTPAGE ldr x8, [x8, _workFactor@GOTPAGEOFF] ldr w4, [x8] add x0, sp, #128 bl _BZ2_bzWriteOpen str x0, [sp, #152] ldr w8, [sp, #128] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB28_6 b LBB28_5 LBB28_5: b LBB28_41 LBB28_6: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB28_8 b LBB28_7 LBB28_7: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.74@PAGE add x1, x1, l_.str.74@PAGEOFF bl _fprintf b LBB28_8 LBB28_8: b LBB28_9 LBB28_9: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #168] bl _myfeof ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB28_11 b LBB28_10 LBB28_10: b LBB28_18 LBB28_11: ; in Loop: Header=BB28_9 Depth=1 ldr x3, [sp, #168] add x0, sp, #256 mov x1, #1 mov x2, #5000 bl _fread mov x8, x0 str w8, [sp, #148] ldr x0, [sp, #168] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB28_13 b LBB28_12 LBB28_12: b LBB28_47 LBB28_13: ; in Loop: Header=BB28_9 Depth=1 ldr w8, [sp, #148] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB28_15 b LBB28_14 LBB28_14: ; in Loop: Header=BB28_9 Depth=1 ldr x1, [sp, #152] ldr w3, [sp, #148] add x0, sp, #128 add x2, sp, #256 bl _BZ2_bzWrite b LBB28_15 LBB28_15: ; in Loop: Header=BB28_9 Depth=1 ldr w8, [sp, #128] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB28_17 b LBB28_16 LBB28_16: b LBB28_41 LBB28_17: ; in Loop: Header=BB28_9 Depth=1 b LBB28_9 LBB28_18: ldr x1, [sp, #152] add x0, sp, #128 mov w2, #0 add x3, sp, #144 add x4, sp, #140 add x5, sp, #136 add x6, sp, #132 bl _BZ2_bzWriteClose64 ldr w8, [sp, #128] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB28_20 b LBB28_19 LBB28_19: b LBB28_41 LBB28_20: ldr x0, [sp, #160] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB28_22 b LBB28_21 LBB28_21: b LBB28_47 LBB28_22: ldr x0, [sp, #160] bl _fflush str w0, [sp, #120] ldr w8, [sp, #120] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB28_24 b LBB28_23 LBB28_23: b LBB28_47 LBB28_24: ldr x8, [sp, #160] adrp x9, ___stdoutp@GOTPAGE ldr x9, [x9, ___stdoutp@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB28_28 b LBB28_25 LBB28_25: ldr x0, [sp, #160] bl _fclose str w0, [sp, #120] adrp x8, _outputHandleJustInCase@GOTPAGE ldr x8, [x8, _outputHandleJustInCase@GOTPAGEOFF] ; kill: def $x9 killed $xzr str xzr, [x8] ldr w8, [sp, #120] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB28_27 b LBB28_26 LBB28_26: b LBB28_47 LBB28_27: b LBB28_28 LBB28_28: adrp x8, _outputHandleJustInCase@GOTPAGE ldr x8, [x8, _outputHandleJustInCase@GOTPAGEOFF] ; kill: def $x9 killed $xzr str xzr, [x8] ldr x0, [sp, #168] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB28_30 b LBB28_29 LBB28_29: b LBB28_47 LBB28_30: ldr x0, [sp, #168] bl _fclose str w0, [sp, #120] ldr w8, [sp, #120] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB28_32 b LBB28_31 LBB28_31: b LBB28_47 LBB28_32: ldr x8, [sp, #88] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB28_38 b LBB28_33 LBB28_33: ldr w8, [sp, #144] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB28_36 b LBB28_34 LBB28_34: ldr w8, [sp, #140] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB28_36 b LBB28_35 LBB28_35: ldr x8, [sp, #96] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.75@PAGE add x1, x1, l_.str.75@PAGEOFF bl _fprintf b LBB28_37 LBB28_36: ldr w1, [sp, #144] ldr w2, [sp, #140] add x0, sp, #184 str x0, [sp, #56] ; 8-byte Folded Spill bl _uInt64_from_UInt32s ldr w1, [sp, #136] ldr w2, [sp, #132] add x0, sp, #176 str x0, [sp, #64] ; 8-byte Folded Spill bl _uInt64_from_UInt32s ldr x0, [sp, #56] ; 8-byte Folded Reload bl _uInt64_to_double ldr x0, [sp, #64] ; 8-byte Folded Reload str d0, [sp, #112] bl _uInt64_to_double ldr x1, [sp, #56] ; 8-byte Folded Reload str d0, [sp, #104] add x0, sp, #224 str x0, [sp, #72] ; 8-byte Folded Spill bl _uInt64_toAscii ldr x1, [sp, #64] ; 8-byte Folded Reload add x0, sp, #192 str x0, [sp, #80] ; 8-byte Folded Spill bl _uInt64_toAscii ldr x9, [sp, #96] ; 8-byte Folded Reload ldr x10, [sp, #72] ; 8-byte Folded Reload ldr x8, [sp, #80] ; 8-byte Folded Reload ldr x0, [x9] ldr d0, [sp, #112] ldr d1, [sp, #104] fdiv d2, d0, d1 ldr d1, [sp, #104] fmov d0, #8.00000000 fmul d0, d0, d1 ldr d1, [sp, #112] fdiv d1, d0, d1 ldr d0, [sp, #104] ldr d3, [sp, #112] fdiv d3, d0, d3 fmov d0, #1.00000000 fsub d3, d0, d3 adrp x9, lCPI28_0@PAGE ldr d0, [x9, lCPI28_0@PAGEOFF] fmul d0, d0, d3 mov x9, sp str d2, [x9] str d1, [x9, #8] str d0, [x9, #16] str x10, [x9, #24] str x8, [x9, #32] adrp x1, l_.str.76@PAGE add x1, x1, l_.str.76@PAGEOFF bl _fprintf b LBB28_37 LBB28_37: b LBB28_38 LBB28_38: 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, LBB28_40 b LBB28_39 LBB28_39: bl ___stack_chk_fail LBB28_40: add sp, sp, #1, lsl #12 ; =4096 add sp, sp, #1168 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret LBB28_41: ldr x1, [sp, #152] add x0, sp, #124 mov w2, #1 add x3, sp, #144 add x4, sp, #140 add x5, sp, #136 add x6, sp, #132 bl _BZ2_bzWriteClose64 ldr w8, [sp, #128] str w8, [sp, #52] ; 4-byte Folded Spill adds w8, w8, #9 cset w8, eq tbnz w8, #0, LBB28_44 b LBB28_42 LBB28_42: ldr w8, [sp, #52] ; 4-byte Folded Reload adds w8, w8, #6 cset w8, eq tbnz w8, #0, LBB28_46 b LBB28_43 LBB28_43: ldr w8, [sp, #52] ; 4-byte Folded Reload adds w8, w8, #3 cset w8, eq tbnz w8, #0, LBB28_45 b LBB28_48 LBB28_44: bl _configError LBB28_45: bl _outOfMemory LBB28_46: b LBB28_47 LBB28_47: bl _ioError LBB28_48: adrp x0, l_.str.77@PAGE add x0, x0, l_.str.77@PAGEOFF bl _panic .cfi_endproc ; -- End function .p2align 2 ; -- Begin function applySavedMetaInfoToOutputFile _applySavedMetaInfoToOutputFile: ; @applySavedMetaInfoToOutputFile .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, _fileMetaInfo@PAGE add x8, x8, _fileMetaInfo@PAGEOFF str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] ldr x9, [x8, #32] str x9, [sp, #16] ldr x9, [x8, #48] str x9, [sp, #24] ldur x0, [x29, #-8] ldrh w1, [x8, #4] bl _chmod stur w0, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB29_2 b LBB29_1 LBB29_1: bl _ioError LBB29_2: ldur x0, [x29, #-8] add x1, sp, #16 bl _utime stur w0, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB29_4 b LBB29_3 LBB29_3: bl _ioError LBB29_4: ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x0, [x29, #-8] ldr w1, [x8, #16] ldr w2, [x8, #20] bl _chown stur w0, [x29, #-12] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function ioError _ioError: ; @ioError .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.79@PAGE add x1, x1, l_.str.79@PAGEOFF bl _fprintf ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _perror bl _showFileNames mov w0, #1 bl _cleanUpAndFail .cfi_endproc ; -- End function .p2align 2 ; -- Begin function myfeof _myfeof: ; @myfeof .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x0, [sp, #16] bl _fgetc str w0, [sp, #12] ldr w8, [sp, #12] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB31_2 b LBB31_1 LBB31_1: mov w8, #1 sturb w8, [x29, #-1] b LBB31_3 LBB31_2: ldr w0, [sp, #12] ldr x1, [sp, #16] bl _ungetc sturb wzr, [x29, #-1] b LBB31_3 LBB31_3: ldurb w0, [x29, #-1] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function uInt64_from_UInt32s _uInt64_from_UInt32s: ; @uInt64_from_UInt32s .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str w1, [sp, #4] str w2, [sp] ldr w8, [sp] lsr w8, w8, #24 and w8, w8, #0xff ldr x9, [sp, #8] strb w8, [x9, #7] ldr w8, [sp] lsr w8, w8, #16 and w8, w8, #0xff ldr x9, [sp, #8] strb w8, [x9, #6] ldr w8, [sp] lsr w8, w8, #8 and w8, w8, #0xff ldr x9, [sp, #8] strb w8, [x9, #5] ldrb w8, [sp] ldr x9, [sp, #8] strb w8, [x9, #4] ldr w8, [sp, #4] lsr w8, w8, #24 and w8, w8, #0xff ldr x9, [sp, #8] strb w8, [x9, #3] ldr w8, [sp, #4] lsr w8, w8, #16 and w8, w8, #0xff ldr x9, [sp, #8] strb w8, [x9, #2] ldr w8, [sp, #4] lsr w8, w8, #8 and w8, w8, #0xff ldr x9, [sp, #8] strb w8, [x9, #1] ldrb w8, [sp, #4] ldr x9, [sp, #8] strb w8, [x9] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function uInt64_to_double lCPI33_0: .quad 0x4070000000000000 ; double 256 .section __TEXT,__text,regular,pure_instructions .p2align 2 _uInt64_to_double: ; @uInt64_to_double .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] fmov d0, #1.00000000 str d0, [sp, #8] movi d0, #0000000000000000 str d0, [sp] str wzr, [sp, #20] b LBB33_1 LBB33_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB33_4 b LBB33_2 LBB33_2: ; in Loop: Header=BB33_1 Depth=1 ldr d0, [sp, #8] ldr x8, [sp, #24] ldrsw x9, [sp, #20] add x8, x8, x9 ldrb w8, [x8] ucvtf d1, w8 ldr d2, [sp] fmadd d0, d0, d1, d2 str d0, [sp] ldr d0, [sp, #8] adrp x8, lCPI33_0@PAGE ldr d1, [x8, lCPI33_0@PAGEOFF] fmul d0, d0, d1 str d0, [sp, #8] b LBB33_3 LBB33_3: ; in Loop: Header=BB33_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB33_1 LBB33_4: ldr d0, [sp] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function uInt64_toAscii _uInt64_toAscii: ; @uInt64_toAscii .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 x0, [sp, #24] str x1, [sp, #16] str wzr, [sp, #4] ldr x8, [sp, #16] ldr x8, [x8] str x8, [sp, #32] b LBB34_1 LBB34_1: ; =>This Inner Loop Header: Depth=1 add x0, sp, #32 bl _uInt64_qrm10 str w0, [sp, #8] ldr w8, [sp, #8] add w8, w8, #48 ldrsw x10, [sp, #4] add x9, sp, #40 strb w8, [x9, x10] ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB34_2 LBB34_2: ; in Loop: Header=BB34_1 Depth=1 add x0, sp, #32 bl _uInt64_isZero ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB34_1 b LBB34_3 LBB34_3: ldr x8, [sp, #24] ldrsw x9, [sp, #4] add x8, x8, x9 strb wzr, [x8] str wzr, [sp, #12] b LBB34_4 LBB34_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB34_7 b LBB34_5 LBB34_5: ; in Loop: Header=BB34_4 Depth=1 ldr w8, [sp, #4] ldr w9, [sp, #12] subs w8, w8, w9 subs w9, w8, #1 add x8, sp, #40 add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #24] ldrsw x10, [sp, #12] add x9, x9, x10 strb w8, [x9] b LBB34_6 LBB34_6: ; in Loop: Header=BB34_4 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB34_4 LBB34_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, LBB34_9 b LBB34_8 LBB34_8: bl ___stack_chk_fail LBB34_9: ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function configError _configError: ; @configError .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.78@PAGE add x1, x1, l_.str.78@PAGEOFF bl _fprintf mov w0, #3 bl _setExit adrp x8, _exitValue@GOTPAGE ldr x8, [x8, _exitValue@GOTPAGEOFF] ldr w0, [x8] bl _exit .cfi_endproc ; -- End function .p2align 2 ; -- Begin function uInt64_qrm10 _uInt64_qrm10: ; @uInt64_qrm10 .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str wzr, [sp, #20] mov w8, #7 str w8, [sp, #12] b LBB36_1 LBB36_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB36_4 b LBB36_2 LBB36_2: ; in Loop: Header=BB36_1 Depth=1 ldr w9, [sp, #20] ldr x8, [sp, #24] ldrsw x10, [sp, #12] ldrb w8, [x8, x10] add w8, w8, w9, lsl #8 str w8, [sp, #16] ldr w8, [sp, #16] mov w10, #10 udiv w8, w8, w10 ldr x9, [sp, #24] ldrsw x11, [sp, #12] strb w8, [x9, x11] ldr w8, [sp, #16] udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 str w8, [sp, #20] b LBB36_3 LBB36_3: ; in Loop: Header=BB36_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB36_1 LBB36_4: ldr w0, [sp, #20] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function uInt64_isZero _uInt64_isZero: ; @uInt64_isZero .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str wzr, [sp, #12] b LBB37_1 LBB37_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB37_6 b LBB37_2 LBB37_2: ; in Loop: Header=BB37_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldrb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB37_4 b LBB37_3 LBB37_3: strb wzr, [sp, #31] b LBB37_7 LBB37_4: ; in Loop: Header=BB37_1 Depth=1 b LBB37_5 LBB37_5: ; in Loop: Header=BB37_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB37_1 LBB37_6: mov w8, #1 strb w8, [sp, #31] b LBB37_7 LBB37_7: ldrb w0, [sp, #31] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function mapSuffix _mapSuffix: ; @mapSuffix .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] str x2, [sp, #16] ldur x0, [x29, #-16] ldr x1, [sp, #24] bl _hasSuffix ands w8, w0, #0xff cset w8, ne tbnz w8, #0, LBB38_2 b LBB38_1 LBB38_1: sturb wzr, [x29, #-1] b LBB38_3 LBB38_2: ldur x8, [x29, #-16] str x8, [sp] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _strlen str x0, [sp, #8] ; 8-byte Folded Spill ldr x0, [sp, #24] bl _strlen ldr x8, [sp] ; 8-byte Folded Reload mov x9, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload subs x9, x0, x9 add x8, x8, x9 strb wzr, [x8] ldur x0, [x29, #-16] ldr x1, [sp, #16] mov x2, #-1 bl ___strcat_chk mov w8, #1 sturb w8, [x29, #-1] b LBB38_3 LBB38_3: ldurb w0, [x29, #-1] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function uncompressStream _uncompressStream: ; @uncompressStream .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, #10128 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #1936 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] ; kill: def $x8 killed $xzr str xzr, [sp, #88] str wzr, [sp, #60] str wzr, [sp, #68] ldr x0, [sp, #96] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB39_2 b LBB39_1 LBB39_1: b LBB39_66 LBB39_2: ldr x0, [sp, #104] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB39_4 b LBB39_3 LBB39_3: b LBB39_66 LBB39_4: b LBB39_5 LBB39_5: ; =>This Loop Header: Depth=1 ; Child Loop BB39_9 Depth 2 ; Child Loop BB39_24 Depth 2 ldr x1, [sp, #104] adrp x8, _verbosity@GOTPAGE ldr x8, [x8, _verbosity@GOTPAGEOFF] ldr w2, [x8] adrp x8, _smallMode@GOTPAGE ldr x8, [x8, _smallMode@GOTPAGEOFF] ldrb w3, [x8] ldr w5, [sp, #60] add x0, sp, #84 add x4, sp, #120 bl _BZ2_bzReadOpen str x0, [sp, #88] ldr x8, [sp, #88] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB39_7 b LBB39_6 LBB39_6: ; in Loop: Header=BB39_5 Depth=1 ldr w8, [sp, #84] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB39_8 b LBB39_7 LBB39_7: b LBB39_62 LBB39_8: ; in Loop: Header=BB39_5 Depth=1 ldr w8, [sp, #68] add w8, w8, #1 str w8, [sp, #68] b LBB39_9 LBB39_9: ; Parent Loop BB39_5 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #84] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB39_19 b LBB39_10 LBB39_10: ; in Loop: Header=BB39_9 Depth=2 ldr x1, [sp, #88] add x0, sp, #84 add x2, sp, #1, lsl #12 ; =4096 add x2, x2, #1024 mov w3, #5000 bl _BZ2_bzRead str w0, [sp, #72] ldr w8, [sp, #84] adds w8, w8, #5 cset w8, ne tbnz w8, #0, LBB39_12 b LBB39_11 LBB39_11: b LBB39_49 LBB39_12: ; in Loop: Header=BB39_9 Depth=2 ldr w8, [sp, #84] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB39_14 b LBB39_13 LBB39_13: ; in Loop: Header=BB39_9 Depth=2 ldr w8, [sp, #84] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB39_16 b LBB39_14 LBB39_14: ; in Loop: Header=BB39_9 Depth=2 ldr w8, [sp, #72] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB39_16 b LBB39_15 LBB39_15: ; in Loop: Header=BB39_9 Depth=2 ldrsw x2, [sp, #72] ldr x3, [sp, #96] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1024 mov x1, #1 bl _fwrite b LBB39_16 LBB39_16: ; in Loop: Header=BB39_9 Depth=2 ldr x0, [sp, #96] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB39_18 b LBB39_17 LBB39_17: b LBB39_66 LBB39_18: ; in Loop: Header=BB39_9 Depth=2 b LBB39_9 LBB39_19: ; in Loop: Header=BB39_5 Depth=1 ldr w8, [sp, #84] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB39_21 b LBB39_20 LBB39_20: b LBB39_62 LBB39_21: ; in Loop: Header=BB39_5 Depth=1 ldr x1, [sp, #88] add x0, sp, #84 add x2, sp, #48 add x3, sp, #60 bl _BZ2_bzReadGetUnused ldr w8, [sp, #84] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB39_23 b LBB39_22 LBB39_22: adrp x0, l_.str.89@PAGE add x0, x0, l_.str.89@PAGEOFF bl _panic LBB39_23: ; in Loop: Header=BB39_5 Depth=1 ldr x8, [sp, #48] str x8, [sp, #40] str wzr, [sp, #64] b LBB39_24 LBB39_24: ; Parent Loop BB39_5 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #64] ldr w9, [sp, #60] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB39_27 b LBB39_25 LBB39_25: ; in Loop: Header=BB39_24 Depth=2 ldr x8, [sp, #40] ldrsw x9, [sp, #64] add x8, x8, x9 ldrb w8, [x8] ldrsw x10, [sp, #64] add x9, sp, #120 add x9, x9, x10 strb w8, [x9] b LBB39_26 LBB39_26: ; in Loop: Header=BB39_24 Depth=2 ldr w8, [sp, #64] add w8, w8, #1 str w8, [sp, #64] b LBB39_24 LBB39_27: ; in Loop: Header=BB39_5 Depth=1 ldr x1, [sp, #88] add x0, sp, #84 bl _BZ2_bzReadClose ldr w8, [sp, #84] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB39_29 b LBB39_28 LBB39_28: adrp x0, l_.str.89@PAGE add x0, x0, l_.str.89@PAGEOFF bl _panic LBB39_29: ; in Loop: Header=BB39_5 Depth=1 ldr w8, [sp, #60] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB39_32 b LBB39_30 LBB39_30: ; in Loop: Header=BB39_5 Depth=1 ldr x0, [sp, #104] bl _myfeof ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB39_32 b LBB39_31 LBB39_31: b LBB39_33 LBB39_32: ; in Loop: Header=BB39_5 Depth=1 b LBB39_5 LBB39_33: b LBB39_34 LBB39_34: ldr x0, [sp, #104] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB39_36 b LBB39_35 LBB39_35: b LBB39_66 LBB39_36: ldr x0, [sp, #104] bl _fclose str w0, [sp, #76] ldr w8, [sp, #76] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB39_38 b LBB39_37 LBB39_37: b LBB39_66 LBB39_38: ldr x0, [sp, #96] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB39_40 b LBB39_39 LBB39_39: b LBB39_66 LBB39_40: ldr x0, [sp, #96] bl _fflush str w0, [sp, #76] ldr w8, [sp, #76] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB39_42 b LBB39_41 LBB39_41: b LBB39_66 LBB39_42: ldr x8, [sp, #96] adrp x9, ___stdoutp@GOTPAGE ldr x9, [x9, ___stdoutp@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB39_46 b LBB39_43 LBB39_43: ldr x0, [sp, #96] bl _fclose str w0, [sp, #76] adrp x8, _outputHandleJustInCase@GOTPAGE ldr x8, [x8, _outputHandleJustInCase@GOTPAGEOFF] ; kill: def $x9 killed $xzr str xzr, [x8] ldr w8, [sp, #76] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB39_45 b LBB39_44 LBB39_44: b LBB39_66 LBB39_45: b LBB39_46 LBB39_46: adrp x8, _outputHandleJustInCase@GOTPAGE ldr x8, [x8, _outputHandleJustInCase@GOTPAGEOFF] ; kill: def $x9 killed $xzr str xzr, [x8] adrp x8, _verbosity@GOTPAGE ldr x8, [x8, _verbosity@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB39_48 b LBB39_47 LBB39_47: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.90@PAGE add x1, x1, l_.str.90@PAGEOFF bl _fprintf b LBB39_48 LBB39_48: mov w8, #1 strb w8, [sp, #119] b LBB39_80 LBB39_49: adrp x8, _forceOverwrite@GOTPAGE ldr x8, [x8, _forceOverwrite@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB39_61 b LBB39_50 LBB39_50: ldr x0, [sp, #104] bl _rewind b LBB39_51 LBB39_51: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #104] bl _myfeof ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB39_53 b LBB39_52 LBB39_52: b LBB39_60 LBB39_53: ; in Loop: Header=BB39_51 Depth=1 ldr x3, [sp, #104] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1024 mov x1, #1 mov x2, #5000 bl _fread mov x8, x0 str w8, [sp, #72] ldr x0, [sp, #104] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB39_55 b LBB39_54 LBB39_54: b LBB39_66 LBB39_55: ; in Loop: Header=BB39_51 Depth=1 ldr w8, [sp, #72] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB39_57 b LBB39_56 LBB39_56: ; in Loop: Header=BB39_51 Depth=1 ldrsw x2, [sp, #72] ldr x3, [sp, #96] add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1024 mov x1, #1 bl _fwrite b LBB39_57 LBB39_57: ; in Loop: Header=BB39_51 Depth=1 ldr x0, [sp, #96] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB39_59 b LBB39_58 LBB39_58: b LBB39_66 LBB39_59: ; in Loop: Header=BB39_51 Depth=1 b LBB39_51 LBB39_60: b LBB39_34 LBB39_61: b LBB39_62 LBB39_62: ldr x1, [sp, #88] add x0, sp, #80 bl _BZ2_bzReadClose ldr w8, [sp, #84] add w8, w8, #9 ; kill: def $x8 killed $w8 str x8, [sp, #32] ; 8-byte Folded Spill subs x8, x8, #6 cset w8, hi tbnz w8, #0, LBB39_79 ; %bb.63: ldr x11, [sp, #32] ; 8-byte Folded Reload adrp x10, lJTI39_0@PAGE add x10, x10, lJTI39_0@PAGEOFF Ltmp7: adr x8, Ltmp7 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB39_64: bl _configError LBB39_65: b LBB39_66 LBB39_66: bl _ioError LBB39_67: bl _crcError LBB39_68: bl _outOfMemory LBB39_69: bl _compressedStreamEOF LBB39_70: ldr x8, [sp, #104] adrp x9, ___stdinp@GOTPAGE ldr x9, [x9, ___stdinp@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB39_72 b LBB39_71 LBB39_71: ldr x0, [sp, #104] bl _fclose b LBB39_72 LBB39_72: ldr x8, [sp, #96] adrp x9, ___stdoutp@GOTPAGE ldr x9, [x9, ___stdoutp@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB39_74 b LBB39_73 LBB39_73: ldr x0, [sp, #96] bl _fclose b LBB39_74 LBB39_74: ldr w8, [sp, #68] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB39_76 b LBB39_75 LBB39_75: strb wzr, [sp, #119] b LBB39_80 LBB39_76: adrp x8, _noisy@GOTPAGE ldr x8, [x8, _noisy@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB39_78 b LBB39_77 LBB39_77: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x8, _inName@GOTPAGE ldr x8, [x8, _inName@GOTPAGEOFF] str x8, [x9, #8] adrp x1, l_.str.91@PAGE add x1, x1, l_.str.91@PAGEOFF bl _fprintf b LBB39_78 LBB39_78: mov w8, #1 strb w8, [sp, #119] b LBB39_80 LBB39_79: adrp x0, l_.str.92@PAGE add x0, x0, l_.str.92@PAGEOFF bl _panic LBB39_80: ldrb w8, [sp, #119] str w8, [sp, #28] ; 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, LBB39_82 b LBB39_81 LBB39_81: bl ___stack_chk_fail LBB39_82: ldr w0, [sp, #28] ; 4-byte Folded Reload add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #1936 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc .p2align 2 lJTI39_0: .long LBB39_64-Ltmp7 .long LBB39_79-Ltmp7 .long LBB39_69-Ltmp7 .long LBB39_65-Ltmp7 .long LBB39_70-Ltmp7 .long LBB39_67-Ltmp7 .long LBB39_68-Ltmp7 ; -- End function .p2align 2 ; -- Begin function crcError _crcError: ; @crcError .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, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.93@PAGE add x1, x1, l_.str.93@PAGEOFF bl _fprintf bl _showFileNames bl _cadvise mov w0, #2 bl _cleanUpAndFail .cfi_endproc ; -- End function .p2align 2 ; -- Begin function compressedStreamEOF _compressedStreamEOF: ; @compressedStreamEOF .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, _noisy@GOTPAGE ldr x8, [x8, _noisy@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB41_2 b LBB41_1 LBB41_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill ldr x8, [x8] mov x9, sp str x8, [x9] adrp x1, l_.str.94@PAGE add x1, x1, l_.str.94@PAGEOFF bl _fprintf ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _perror bl _showFileNames bl _cadvise b LBB41_2 LBB41_2: mov w0, #2 bl _cleanUpAndFail .cfi_endproc ; -- End function .p2align 2 ; -- Begin function testStream _testStream: ; @testStream .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, #10128 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #1936 adrp x8, _verbosity@GOTPAGE ldr x8, [x8, _verbosity@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #104] ; kill: def $x8 killed $xzr str xzr, [sp, #96] str wzr, [sp, #68] str wzr, [sp, #76] ldr x0, [sp, #104] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB42_2 b LBB42_1 LBB42_1: b LBB42_38 LBB42_2: b LBB42_3 LBB42_3: ; =>This Loop Header: Depth=1 ; Child Loop BB42_7 Depth 2 ; Child Loop BB42_16 Depth 2 ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x1, [sp, #104] ldr w2, [x8] adrp x8, _smallMode@GOTPAGE ldr x8, [x8, _smallMode@GOTPAGEOFF] ldrb w3, [x8] ldr w5, [sp, #68] add x0, sp, #92 add x4, sp, #120 bl _BZ2_bzReadOpen str x0, [sp, #96] ldr x8, [sp, #96] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB42_5 b LBB42_4 LBB42_4: ; in Loop: Header=BB42_3 Depth=1 ldr w8, [sp, #92] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB42_6 b LBB42_5 LBB42_5: b LBB42_32 LBB42_6: ; in Loop: Header=BB42_3 Depth=1 ldr w8, [sp, #76] add w8, w8, #1 str w8, [sp, #76] b LBB42_7 LBB42_7: ; Parent Loop BB42_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #92] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB42_11 b LBB42_8 LBB42_8: ; in Loop: Header=BB42_7 Depth=2 ldr x1, [sp, #96] add x0, sp, #92 add x2, sp, #1, lsl #12 ; =4096 add x2, x2, #1024 mov w3, #5000 bl _BZ2_bzRead str w0, [sp, #80] ldr w8, [sp, #92] adds w8, w8, #5 cset w8, ne tbnz w8, #0, LBB42_10 b LBB42_9 LBB42_9: b LBB42_32 LBB42_10: ; in Loop: Header=BB42_7 Depth=2 b LBB42_7 LBB42_11: ; in Loop: Header=BB42_3 Depth=1 ldr w8, [sp, #92] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB42_13 b LBB42_12 LBB42_12: b LBB42_32 LBB42_13: ; in Loop: Header=BB42_3 Depth=1 ldr x1, [sp, #96] add x0, sp, #92 add x2, sp, #56 add x3, sp, #68 bl _BZ2_bzReadGetUnused ldr w8, [sp, #92] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB42_15 b LBB42_14 LBB42_14: adrp x0, l_.str.99@PAGE add x0, x0, l_.str.99@PAGEOFF bl _panic LBB42_15: ; in Loop: Header=BB42_3 Depth=1 ldr x8, [sp, #56] str x8, [sp, #48] str wzr, [sp, #72] b LBB42_16 LBB42_16: ; Parent Loop BB42_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldr w9, [sp, #68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB42_19 b LBB42_17 LBB42_17: ; in Loop: Header=BB42_16 Depth=2 ldr x8, [sp, #48] ldrsw x9, [sp, #72] add x8, x8, x9 ldrb w8, [x8] ldrsw x10, [sp, #72] add x9, sp, #120 add x9, x9, x10 strb w8, [x9] b LBB42_18 LBB42_18: ; in Loop: Header=BB42_16 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB42_16 LBB42_19: ; in Loop: Header=BB42_3 Depth=1 ldr x1, [sp, #96] add x0, sp, #92 bl _BZ2_bzReadClose ldr w8, [sp, #92] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB42_21 b LBB42_20 LBB42_20: adrp x0, l_.str.99@PAGE add x0, x0, l_.str.99@PAGEOFF bl _panic LBB42_21: ; in Loop: Header=BB42_3 Depth=1 ldr w8, [sp, #68] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB42_24 b LBB42_22 LBB42_22: ; in Loop: Header=BB42_3 Depth=1 ldr x0, [sp, #104] bl _myfeof ands w8, w0, #0xff cset w8, eq tbnz w8, #0, LBB42_24 b LBB42_23 LBB42_23: b LBB42_25 LBB42_24: ; in Loop: Header=BB42_3 Depth=1 b LBB42_3 LBB42_25: ldr x0, [sp, #104] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB42_27 b LBB42_26 LBB42_26: b LBB42_38 LBB42_27: ldr x0, [sp, #104] bl _fclose str w0, [sp, #84] ldr w8, [sp, #84] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB42_29 b LBB42_28 LBB42_28: b LBB42_38 LBB42_29: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, lt tbnz w8, #0, LBB42_31 b LBB42_30 LBB42_30: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.90@PAGE add x1, x1, l_.str.90@PAGEOFF bl _fprintf b LBB42_31 LBB42_31: mov w8, #1 strb w8, [sp, #119] b LBB42_50 LBB42_32: ldr x1, [sp, #96] add x0, sp, #88 bl _BZ2_bzReadClose ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB42_34 b LBB42_33 LBB42_33: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x8, _progName@GOTPAGE ldr x8, [x8, _progName@GOTPAGEOFF] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x8, _inName@GOTPAGE ldr x8, [x8, _inName@GOTPAGEOFF] str x8, [x9, #8] adrp x1, l_.str.100@PAGE add x1, x1, l_.str.100@PAGEOFF bl _fprintf b LBB42_34 LBB42_34: ldr w8, [sp, #92] add w8, w8, #9 ; kill: def $x8 killed $w8 str x8, [sp, #24] ; 8-byte Folded Spill subs x8, x8, #6 cset w8, hi tbnz w8, #0, LBB42_49 ; %bb.35: ldr x11, [sp, #24] ; 8-byte Folded Reload adrp x10, lJTI42_0@PAGE add x10, x10, lJTI42_0@PAGEOFF Ltmp8: adr x8, Ltmp8 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB42_36: bl _configError LBB42_37: b LBB42_38 LBB42_38: bl _ioError LBB42_39: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.101@PAGE add x1, x1, l_.str.101@PAGEOFF bl _fprintf strb wzr, [sp, #119] b LBB42_50 LBB42_40: bl _outOfMemory LBB42_41: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.102@PAGE add x1, x1, l_.str.102@PAGEOFF bl _fprintf strb wzr, [sp, #119] b LBB42_50 LBB42_42: ldr x8, [sp, #104] adrp x9, ___stdinp@GOTPAGE ldr x9, [x9, ___stdinp@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB42_44 b LBB42_43 LBB42_43: ldr x0, [sp, #104] bl _fclose b LBB42_44 LBB42_44: ldr w8, [sp, #76] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB42_46 b LBB42_45 LBB42_45: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.103@PAGE add x1, x1, l_.str.103@PAGEOFF bl _fprintf strb wzr, [sp, #119] b LBB42_50 LBB42_46: adrp x8, _noisy@GOTPAGE ldr x8, [x8, _noisy@GOTPAGEOFF] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB42_48 b LBB42_47 LBB42_47: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.104@PAGE add x1, x1, l_.str.104@PAGEOFF bl _fprintf b LBB42_48 LBB42_48: mov w8, #1 strb w8, [sp, #119] b LBB42_50 LBB42_49: adrp x0, l_.str.105@PAGE add x0, x0, l_.str.105@PAGEOFF bl _panic LBB42_50: ldrb w8, [sp, #119] 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, LBB42_52 b LBB42_51 LBB42_51: bl ___stack_chk_fail LBB42_52: ldr w0, [sp, #20] ; 4-byte Folded Reload add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #1936 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc .p2align 2 lJTI42_0: .long LBB42_36-Ltmp8 .long LBB42_49-Ltmp8 .long LBB42_41-Ltmp8 .long LBB42_37-Ltmp8 .long LBB42_42-Ltmp8 .long LBB42_39-Ltmp8 .long LBB42_40-Ltmp8 ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz ".bz2" l_.str.1: ; @.str.1 .asciz ".bz" l_.str.2: ; @.str.2 .asciz ".tbz2" l_.str.3: ; @.str.3 .asciz ".tbz" .section __DATA,__data .globl _zSuffix ; @zSuffix .p2align 3 _zSuffix: .quad l_.str .quad l_.str.1 .quad l_.str.2 .quad l_.str.3 .section __TEXT,__cstring,cstring_literals l_.str.4: ; @.str.4 .space 1 l_.str.5: ; @.str.5 .asciz ".tar" .section __DATA,__data .globl _unzSuffix ; @unzSuffix .p2align 3 _unzSuffix: .quad l_.str.4 .quad l_.str.4 .quad l_.str.5 .quad l_.str.5 .comm _outputHandleJustInCase,8,3 ; @outputHandleJustInCase .comm _smallMode,1,0 ; @smallMode .comm _keepInputFiles,1,0 ; @keepInputFiles .comm _forceOverwrite,1,0 ; @forceOverwrite .comm _noisy,1,0 ; @noisy .comm _verbosity,4,2 ; @verbosity .comm _blockSize100k,4,2 ; @blockSize100k .comm _testFailsExist,1,0 ; @testFailsExist .comm _unzFailsExist,1,0 ; @unzFailsExist .comm _numFileNames,4,2 ; @numFileNames .comm _numFilesProcessed,4,2 ; @numFilesProcessed .comm _workFactor,4,2 ; @workFactor .comm _deleteOutputOnInterrupt,1,0 ; @deleteOutputOnInterrupt .comm _exitValue,4,2 ; @exitValue .comm _inName,1034,0 ; @inName .section __TEXT,__cstring,cstring_literals l_.str.6: ; @.str.6 .asciz "(none)" .comm _outName,1034,0 ; @outName .comm _progNameReally,1034,0 ; @progNameReally .comm _progName,8,3 ; @progName l_.str.7: ; @.str.7 .asciz "BZIP2" l_.str.8: ; @.str.8 .asciz "BZIP" .comm _longestFileName,4,2 ; @longestFileName l_.str.9: ; @.str.9 .asciz "--" .comm _srcMode,4,2 ; @srcMode .comm _opMode,4,2 ; @opMode l_.str.10: ; @.str.10 .asciz "unzip" l_.str.11: ; @.str.11 .asciz "UNZIP" l_.str.12: ; @.str.12 .asciz "z2cat" l_.str.13: ; @.str.13 .asciz "Z2CAT" l_.str.14: ; @.str.14 .asciz "zcat" l_.str.15: ; @.str.15 .asciz "ZCAT" l_.str.16: ; @.str.16 .asciz "small" l_.str.17: ; @.str.17 .asciz "%s: Bad flag `%s'\n" l_.str.18: ; @.str.18 .asciz "--stdout" l_.str.19: ; @.str.19 .asciz "--decompress" l_.str.20: ; @.str.20 .asciz "--compress" l_.str.21: ; @.str.21 .asciz "--force" l_.str.22: ; @.str.22 .asciz "--test" l_.str.23: ; @.str.23 .asciz "--keep" l_.str.24: ; @.str.24 .asciz "--small" l_.str.25: ; @.str.25 .asciz "--quiet" l_.str.26: ; @.str.26 .asciz "--version" l_.str.27: ; @.str.27 .asciz "--license" l_.str.28: ; @.str.28 .asciz "--exponential" l_.str.29: ; @.str.29 .asciz "--repetitive-best" l_.str.30: ; @.str.30 .asciz "--repetitive-fast" l_.str.31: ; @.str.31 .asciz "--fast" l_.str.32: ; @.str.32 .asciz "--best" l_.str.33: ; @.str.33 .asciz "--verbose" l_.str.34: ; @.str.34 .asciz "--help" l_.str.35: ; @.str.35 .asciz "%s: -c and -t cannot be used together.\n" l_.str.36: ; @.str.36 .asciz "\nYou can use the `bzip2recover' program to attempt to recover\ndata from undamaged sections of corrupted files.\n\n" .comm _tmpName,1034,0 ; @tmpName l_.str.37: ; @.str.37 .asciz "\n%s: Caught a SIGSEGV or SIGBUS whilst compressing.\n\n Possible causes are (most likely first):\n (1) This computer has unreliable memory or cache hardware\n (a surprisingly common problem; try a different machine.)\n (2) A bug in the compiler used to create this executable\n (unlikely, if you didn't compile bzip2 yourself.)\n (3) A real bug in bzip2 -- I hope this should never be the case.\n The user's manual, Section 4.3, has more info on (1) and (2).\n \n If you suspect this is a bug in bzip2, or are unsure about (1)\n or (2), feel free to report it to me at: [email protected].\n Section 4.3 of the user's manual describes the info a useful\n bug report should have. If the manual is available on your\n system, please try and read it before mailing me. If you don't\n have the manual or can't be bothered to read it, mail me anyway.\n\n" l_.str.38: ; @.str.38 .asciz "\n%s: Caught a SIGSEGV or SIGBUS whilst decompressing.\n\n Possible causes are (most likely first):\n (1) The compressed data is corrupted, and bzip2's usual checks\n failed to detect this. Try bzip2 -tvv my_file.bz2.\n (2) This computer has unreliable memory or cache hardware\n (a surprisingly common problem; try a different machine.)\n (3) A bug in the compiler used to create this executable\n (unlikely, if you didn't compile bzip2 yourself.)\n (4) A real bug in bzip2 -- I hope this should never be the case.\n The user's manual, Section 4.3, has more info on (2) and (3).\n \n If you suspect this is a bug in bzip2, or are unsure about (2)\n or (3), feel free to report it to me at: [email protected].\n Section 4.3 of the user's manual describes the info a useful\n bug report should have. If the manual is available on your\n system, please try and read it before mailing me. If you don't\n have the manual or can't be bothered to read it, mail me anyway.\n\n" l_.str.39: ; @.str.39 .asciz "\tInput file = %s, output file = %s\n" l_.str.40: ; @.str.40 .asciz "%s: Deleting output file %s, if it exists.\n" l_.str.41: ; @.str.41 .asciz "%s: WARNING: deletion of output file (apparently) failed.\n" l_.str.42: ; @.str.42 .asciz "%s: WARNING: deletion of output file suppressed\n" l_.str.43: ; @.str.43 .asciz "%s: since input file no longer exists. Output file\n" l_.str.44: ; @.str.44 .asciz "%s: `%s' may be incomplete.\n" l_.str.45: ; @.str.45 .asciz "%s: I suggest doing an integrity test (bzip2 -tv) of it.\n" l_.str.46: ; @.str.46 .asciz "%s: WARNING: some files have not been processed:\n%s: %d specified on command line, %d not processed yet.\n\n" l_.str.47: ; @.str.47 .asciz "\nIt is possible that the compressed file(s) have become corrupted.\nYou can use the -tvv option to test integrity of such files.\n\nYou can use the `bzip2recover' program to attempt to recover\ndata from undamaged sections of corrupted files.\n\n" l_.str.48: ; @.str.48 .asciz "bzip2: file name\n`%s'\nis suspiciously (more than %d chars) long.\nTry using a reasonable file name instead. Sorry! :-)\n" l_.str.49: ; @.str.49 .asciz "\n%s: couldn't allocate enough memory\n" l_.str.50: ; @.str.50 .asciz "bzip2, a block-sorting file compressor. Version %s.\n \n Copyright (C) 1996-2005 by Julian Seward.\n \n This program is free software; you can redistribute it and/or modify\n it under the terms set out in the LICENSE file, which is included\n in the bzip2-1.0 source distribution.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n LICENSE file for more details.\n \n" l_.str.51: ; @.str.51 .asciz "bzip2, a block-sorting file compressor. Version %s.\n\n usage: %s [flags and input files in any order]\n\n -h --help print this message\n -d --decompress force decompression\n -z --compress force compression\n -k --keep keep (don't delete) input files\n -f --force overwrite existing output files\n -t --test test compressed file integrity\n -c --stdout output to standard out\n -q --quiet suppress noncritical error messages\n -v --verbose be verbose (a 2nd -v gives more)\n -L --license display software version & license\n -V --version display software version & license\n -s --small use less memory (at most 2500k)\n -1 .. -9 set block size to 100k .. 900k\n --fast alias for -1\n --best alias for -9\n\n If invoked as `bzip2', default action is to compress.\n as `bunzip2', default action is to decompress.\n as `bzcat', default action is to decompress to stdout.\n\n If no file names are given, bzip2 compresses or decompresses\n from standard input to standard output. You can combine\n short flags, so `-v -4' means the same as -v4 or -4v, &c.\n\n" l_.str.52: ; @.str.52 .asciz "%s: %s is redundant in versions 0.9.5 and above\n" l_.str.53: ; @.str.53 .asciz "\n%s: Control-C or similar caught, quitting.\n" l_.str.54: ; @.str.54 .asciz "compress: bad modes\n" l_.str.55: ; @.str.55 .asciz "(stdin)" l_.str.56: ; @.str.56 .asciz "(stdout)" l_.str.57: ; @.str.57 .asciz "%s: There are no files matching `%s'.\n" l_.str.58: ; @.str.58 .asciz "%s: Can't open input file %s: %s.\n" l_.str.59: ; @.str.59 .asciz "%s: Input file %s already has %s suffix.\n" l_.str.60: ; @.str.60 .asciz "%s: Input file %s is a directory.\n" l_.str.61: ; @.str.61 .asciz "%s: Input file %s is not a normal file.\n" l_.str.62: ; @.str.62 .asciz "%s: Output file %s already exists.\n" l_.str.63: ; @.str.63 .asciz "%s: Input file %s has %d other link%s.\n" l_.str.64: ; @.str.64 .asciz "s" l_.str.65: ; @.str.65 .asciz "%s: I won't write compressed data to a terminal.\n" l_.str.66: ; @.str.66 .asciz "%s: For help, type: `%s --help'.\n" l_.str.67: ; @.str.67 .asciz "rb" l_.str.68: ; @.str.68 .asciz "wb" l_.str.69: ; @.str.69 .asciz "%s: Can't create output file %s: %s.\n" l_.str.70: ; @.str.70 .asciz "compress: bad srcMode" l_.str.71: ; @.str.71 .asciz " %s: " l_.str.72: ; @.str.72 .asciz "\n%s: PANIC -- internal consistency error:\n\t%s\n\tThis is a BUG. Please report it to me at:\n\[email protected]\n" .zerofill __DATA,__bss,_fileMetaInfo,144,3 ; @fileMetaInfo l_.str.73: ; @.str.73 .asciz " " l_.str.74: ; @.str.74 .asciz "\n" l_.str.75: ; @.str.75 .asciz " no data compressed.\n" l_.str.76: ; @.str.76 .asciz "%6.3f:1, %6.3f bits/byte, %5.2f%% saved, %s in, %s out.\n" l_.str.77: ; @.str.77 .asciz "compress:unexpected error" l_.str.78: ; @.str.78 .asciz "bzip2: I'm not configured correctly for this platform!\n\tI require Int32, Int16 and Char to have sizes\n\tof 4, 2 and 1 bytes to run properly, and they don't.\n\tProbably you can fix this by defining them correctly,\n\tand recompiling. Bye!\n" l_.str.79: ; @.str.79 .asciz "\n%s: I/O or other error, bailing out. Possible reason follows.\n" l_.str.80: ; @.str.80 .asciz "uncompress: bad modes\n" l_.str.81: ; @.str.81 .asciz ".out" l_.str.82: ; @.str.82 .asciz "%s: Can't guess original name for %s -- using %s\n" l_.str.83: ; @.str.83 .asciz "%s: I won't read compressed data from a terminal.\n" l_.str.84: ; @.str.84 .asciz "%s: Can't open input file %s:%s.\n" l_.str.85: ; @.str.85 .asciz "uncompress: bad srcMode" l_.str.86: ; @.str.86 .asciz "done\n" l_.str.87: ; @.str.87 .asciz "not a bzip2 file.\n" l_.str.88: ; @.str.88 .asciz "%s: %s is not a bzip2 file.\n" l_.str.89: ; @.str.89 .asciz "decompress:bzReadGetUnused" l_.str.90: ; @.str.90 .asciz "\n " l_.str.91: ; @.str.91 .asciz "\n%s: %s: trailing garbage after EOF ignored\n" l_.str.92: ; @.str.92 .asciz "decompress:unexpected error" l_.str.93: ; @.str.93 .asciz "\n%s: Data integrity error when decompressing.\n" l_.str.94: ; @.str.94 .asciz "\n%s: Compressed file ends unexpectedly;\n\tperhaps it is corrupted? *Possible* reason follows.\n" l_.str.95: ; @.str.95 .asciz "testf: bad modes\n" l_.str.96: ; @.str.96 .asciz "%s: Can't open input %s: %s.\n" l_.str.97: ; @.str.97 .asciz "testf: bad srcMode" l_.str.98: ; @.str.98 .asciz "ok\n" l_.str.99: ; @.str.99 .asciz "test:bzReadGetUnused" l_.str.100: ; @.str.100 .asciz "%s: %s: " l_.str.101: ; @.str.101 .asciz "data integrity (CRC) error in data\n" l_.str.102: ; @.str.102 .asciz "file ends unexpectedly\n" l_.str.103: ; @.str.103 .asciz "bad magic number (file not created by bzip2)\n" l_.str.104: ; @.str.104 .asciz "trailing garbage after EOF ignored\n" l_.str.105: ; @.str.105 .asciz "test:unexpected error" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _fopen_output_safely ## -- Begin function fopen_output_safely .p2align 4, 0x90 _fopen_output_safely: ## @fopen_output_safely .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rdi movl $2561, %esi ## imm = 0xA01 movl $384, %edx ## imm = 0x180 movb $0, %al callq _open movl %eax, -36(%rbp) cmpl $-1, -36(%rbp) jne LBB0_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB0_5 LBB0_2: movl -36(%rbp), %edi movq -24(%rbp), %rsi callq _fdopen movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB0_4 ## %bb.3: movl -36(%rbp), %edi callq _close LBB0_4: movq -32(%rbp), %rax movq %rax, -8(%rbp) LBB0_5: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq $0, (%rax) movq _smallMode@GOTPCREL(%rip), %rax movb $0, (%rax) movq _keepInputFiles@GOTPCREL(%rip), %rax movb $0, (%rax) movq _forceOverwrite@GOTPCREL(%rip), %rax movb $0, (%rax) movq _noisy@GOTPCREL(%rip), %rax movb $1, (%rax) movq _verbosity@GOTPCREL(%rip), %rax movl $0, (%rax) movq _blockSize100k@GOTPCREL(%rip), %rax movl $9, (%rax) movq _testFailsExist@GOTPCREL(%rip), %rax movb $0, (%rax) movq _unzFailsExist@GOTPCREL(%rip), %rax movb $0, (%rax) movq _numFileNames@GOTPCREL(%rip), %rax movl $0, (%rax) movq _numFilesProcessed@GOTPCREL(%rip), %rax movl $0, (%rax) movq _workFactor@GOTPCREL(%rip), %rax movl $30, (%rax) movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) movq _exitValue@GOTPCREL(%rip), %rax movl $0, (%rax) movl $0, -24(%rbp) movl $0, -20(%rbp) movl $11, %edi leaq _mySIGSEGVorSIGBUScatcher(%rip), %rsi callq _signal movl $10, %edi leaq _mySIGSEGVorSIGBUScatcher(%rip), %rsi callq _signal movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.6(%rip), %rsi callq _copyFileName movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.6(%rip), %rsi callq _copyFileName movq -16(%rbp), %rax movq (%rax), %rsi movq _progNameReally@GOTPCREL(%rip), %rdi callq _copyFileName movq _progName@GOTPCREL(%rip), %rax movq _progNameReally@GOTPCREL(%rip), %rcx movq %rcx, (%rax) movq _progNameReally@GOTPCREL(%rip), %rax movq %rax, -32(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_6 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -32(%rbp), %rax movsbl (%rax), %eax cmpl $47, %eax jne LBB1_4 ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movq -32(%rbp), %rcx addq $1, %rcx movq _progName@GOTPCREL(%rip), %rax movq %rcx, (%rax) LBB1_4: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_5 LBB1_5: ## in Loop: Header=BB1_1 Depth=1 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) jmp LBB1_1 LBB1_6: movq $0, -40(%rbp) leaq -40(%rbp), %rdi leaq L_.str.7(%rip), %rsi callq _addFlagsFromEnvVar leaq -40(%rbp), %rdi leaq L_.str.8(%rip), %rsi callq _addFlagsFromEnvVar movl $1, -20(%rbp) LBB1_7: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax movl -8(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jg LBB1_10 ## %bb.8: ## in Loop: Header=BB1_7 Depth=1 movq -40(%rbp), %rdi movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rsi callq _snocString movq %rax, -40(%rbp) ## %bb.9: ## in Loop: Header=BB1_7 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_7 LBB1_10: movq _longestFileName@GOTPCREL(%rip), %rax movl $7, (%rax) movq _numFileNames@GOTPCREL(%rip), %rax movl $0, (%rax) movb $1, -49(%rbp) movq -40(%rbp), %rax movq %rax, -48(%rbp) LBB1_11: ## =>This Inner Loop Header: Depth=1 cmpq $0, -48(%rbp) je LBB1_21 ## %bb.12: ## in Loop: Header=BB1_11 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_14 ## %bb.13: ## in Loop: Header=BB1_11 Depth=1 movb $0, -49(%rbp) jmp LBB1_20 LBB1_14: ## in Loop: Header=BB1_11 Depth=1 movq -48(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax cmpl $45, %eax jne LBB1_17 ## %bb.15: ## in Loop: Header=BB1_11 Depth=1 movzbl -49(%rbp), %eax cmpl $0, %eax je LBB1_17 ## %bb.16: ## in Loop: Header=BB1_11 Depth=1 jmp LBB1_20 LBB1_17: ## in Loop: Header=BB1_11 Depth=1 movq _numFileNames@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _numFileNames@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _longestFileName@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -68(%rbp) ## 4-byte Spill movq -48(%rbp), %rax movq (%rax), %rdi callq _strlen movq %rax, %rcx movl -68(%rbp), %eax ## 4-byte Reload ## kill: def $ecx killed $ecx killed $rcx cmpl %ecx, %eax jge LBB1_19 ## %bb.18: ## in Loop: Header=BB1_11 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi callq _strlen movl %eax, %ecx movq _longestFileName@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB1_19: ## in Loop: Header=BB1_11 Depth=1 jmp LBB1_20 LBB1_20: ## in Loop: Header=BB1_11 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB1_11 LBB1_21: movq _numFileNames@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB1_23 ## %bb.22: movq _srcMode@GOTPCREL(%rip), %rax movl $1, (%rax) jmp LBB1_24 LBB1_23: movq _srcMode@GOTPCREL(%rip), %rax movl $3, (%rax) LBB1_24: movq _opMode@GOTPCREL(%rip), %rax movl $1, (%rax) movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.10(%rip), %rsi callq _strstr cmpq $0, %rax jne LBB1_26 ## %bb.25: movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.11(%rip), %rsi callq _strstr cmpq $0, %rax je LBB1_27 LBB1_26: movq _opMode@GOTPCREL(%rip), %rax movl $2, (%rax) LBB1_27: movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.12(%rip), %rsi callq _strstr cmpq $0, %rax jne LBB1_31 ## %bb.28: movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.13(%rip), %rsi callq _strstr cmpq $0, %rax jne LBB1_31 ## %bb.29: movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.14(%rip), %rsi callq _strstr cmpq $0, %rax jne LBB1_31 ## %bb.30: movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.15(%rip), %rsi callq _strstr cmpq $0, %rax je LBB1_32 LBB1_31: movq _opMode@GOTPCREL(%rip), %rax movl $2, (%rax) movq _numFileNames@GOTPCREL(%rip), %rax movl (%rax), %edx movl $2, %ecx movl $1, %eax cmpl $0, %edx cmovel %eax, %ecx movq _srcMode@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB1_32: movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.16(%rip), %rsi callq _strstr cmpq $0, %rax je LBB1_34 ## %bb.33: movq _smallMode@GOTPCREL(%rip), %rax movb $1, (%rax) LBB1_34: movq -40(%rbp), %rax movq %rax, -48(%rbp) LBB1_35: ## =>This Loop Header: Depth=1 ## Child Loop BB1_41 Depth 2 cmpq $0, -48(%rbp) je LBB1_69 ## %bb.36: ## in Loop: Header=BB1_35 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_38 ## %bb.37: jmp LBB1_69 LBB1_38: ## in Loop: Header=BB1_35 Depth=1 movq -48(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax cmpl $45, %eax jne LBB1_67 ## %bb.39: ## in Loop: Header=BB1_35 Depth=1 movq -48(%rbp), %rax movq (%rax), %rax movsbl 1(%rax), %eax cmpl $45, %eax je LBB1_67 ## %bb.40: ## in Loop: Header=BB1_35 Depth=1 movl $1, -24(%rbp) LBB1_41: ## Parent Loop BB1_35 Depth=1 ## => This Inner Loop Header: Depth=2 movq -48(%rbp), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax je LBB1_66 ## %bb.42: ## in Loop: Header=BB1_41 Depth=2 movq -48(%rbp), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %eax addl $-49, %eax movl %eax, %ecx movq %rcx, -80(%rbp) ## 8-byte Spill subl $73, %eax ja LBB1_63 ## %bb.197: ## in Loop: Header=BB1_41 Depth=2 movq -80(%rbp), %rax ## 8-byte Reload leaq LJTI1_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB1_43: ## in Loop: Header=BB1_41 Depth=2 movq _srcMode@GOTPCREL(%rip), %rax movl $2, (%rax) jmp LBB1_64 LBB1_44: ## in Loop: Header=BB1_41 Depth=2 movq _opMode@GOTPCREL(%rip), %rax movl $2, (%rax) jmp LBB1_64 LBB1_45: ## in Loop: Header=BB1_41 Depth=2 movq _opMode@GOTPCREL(%rip), %rax movl $1, (%rax) jmp LBB1_64 LBB1_46: ## in Loop: Header=BB1_41 Depth=2 movq _forceOverwrite@GOTPCREL(%rip), %rax movb $1, (%rax) jmp LBB1_64 LBB1_47: ## in Loop: Header=BB1_41 Depth=2 movq _opMode@GOTPCREL(%rip), %rax movl $3, (%rax) jmp LBB1_64 LBB1_48: ## in Loop: Header=BB1_41 Depth=2 movq _keepInputFiles@GOTPCREL(%rip), %rax movb $1, (%rax) jmp LBB1_64 LBB1_49: ## in Loop: Header=BB1_41 Depth=2 movq _smallMode@GOTPCREL(%rip), %rax movb $1, (%rax) jmp LBB1_64 LBB1_50: ## in Loop: Header=BB1_41 Depth=2 movq _noisy@GOTPCREL(%rip), %rax movb $0, (%rax) jmp LBB1_64 LBB1_51: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $1, (%rax) jmp LBB1_64 LBB1_52: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $2, (%rax) jmp LBB1_64 LBB1_53: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $3, (%rax) jmp LBB1_64 LBB1_54: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $4, (%rax) jmp LBB1_64 LBB1_55: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $5, (%rax) jmp LBB1_64 LBB1_56: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $6, (%rax) jmp LBB1_64 LBB1_57: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $7, (%rax) jmp LBB1_64 LBB1_58: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $8, (%rax) jmp LBB1_64 LBB1_59: ## in Loop: Header=BB1_41 Depth=2 movq _blockSize100k@GOTPCREL(%rip), %rax movl $9, (%rax) jmp LBB1_64 LBB1_60: ## in Loop: Header=BB1_41 Depth=2 callq _license jmp LBB1_64 LBB1_61: ## in Loop: Header=BB1_41 Depth=2 movq _verbosity@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _verbosity@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_64 LBB1_62: movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _usage xorl %edi, %edi callq _exit LBB1_63: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq %rax, -88(%rbp) ## 8-byte Spill movq (%rax), %rdx movq -48(%rbp), %rax movq (%rax), %rcx leaq L_.str.17(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf ## kill: def $ecx killed $eax movq -88(%rbp), %rax ## 8-byte Reload movq (%rax), %rdi callq _usage movl $1, %edi callq _exit LBB1_64: ## in Loop: Header=BB1_41 Depth=2 jmp LBB1_65 LBB1_65: ## in Loop: Header=BB1_41 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_41 LBB1_66: ## in Loop: Header=BB1_35 Depth=1 jmp LBB1_67 LBB1_67: ## in Loop: Header=BB1_35 Depth=1 jmp LBB1_68 LBB1_68: ## in Loop: Header=BB1_35 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB1_35 LBB1_69: movq -40(%rbp), %rax movq %rax, -48(%rbp) LBB1_70: ## =>This Inner Loop Header: Depth=1 cmpq $0, -48(%rbp) je LBB1_128 ## %bb.71: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_73 ## %bb.72: jmp LBB1_128 LBB1_73: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.18(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_75 ## %bb.74: ## in Loop: Header=BB1_70 Depth=1 movq _srcMode@GOTPCREL(%rip), %rax movl $2, (%rax) jmp LBB1_126 LBB1_75: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.19(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_77 ## %bb.76: ## in Loop: Header=BB1_70 Depth=1 movq _opMode@GOTPCREL(%rip), %rax movl $2, (%rax) jmp LBB1_125 LBB1_77: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.20(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_79 ## %bb.78: ## in Loop: Header=BB1_70 Depth=1 movq _opMode@GOTPCREL(%rip), %rax movl $1, (%rax) jmp LBB1_124 LBB1_79: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.21(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_81 ## %bb.80: ## in Loop: Header=BB1_70 Depth=1 movq _forceOverwrite@GOTPCREL(%rip), %rax movb $1, (%rax) jmp LBB1_123 LBB1_81: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.22(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_83 ## %bb.82: ## in Loop: Header=BB1_70 Depth=1 movq _opMode@GOTPCREL(%rip), %rax movl $3, (%rax) jmp LBB1_122 LBB1_83: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.23(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_85 ## %bb.84: ## in Loop: Header=BB1_70 Depth=1 movq _keepInputFiles@GOTPCREL(%rip), %rax movb $1, (%rax) jmp LBB1_121 LBB1_85: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.24(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_87 ## %bb.86: ## in Loop: Header=BB1_70 Depth=1 movq _smallMode@GOTPCREL(%rip), %rax movb $1, (%rax) jmp LBB1_120 LBB1_87: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.25(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_89 ## %bb.88: ## in Loop: Header=BB1_70 Depth=1 movq _noisy@GOTPCREL(%rip), %rax movb $0, (%rax) jmp LBB1_119 LBB1_89: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.26(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_91 ## %bb.90: ## in Loop: Header=BB1_70 Depth=1 callq _license jmp LBB1_118 LBB1_91: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.27(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_93 ## %bb.92: ## in Loop: Header=BB1_70 Depth=1 callq _license jmp LBB1_117 LBB1_93: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.28(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_95 ## %bb.94: ## in Loop: Header=BB1_70 Depth=1 movq _workFactor@GOTPCREL(%rip), %rax movl $1, (%rax) jmp LBB1_116 LBB1_95: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.29(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_97 ## %bb.96: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi callq _redundant jmp LBB1_115 LBB1_97: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.30(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_99 ## %bb.98: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi callq _redundant jmp LBB1_114 LBB1_99: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.31(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_101 ## %bb.100: ## in Loop: Header=BB1_70 Depth=1 movq _blockSize100k@GOTPCREL(%rip), %rax movl $1, (%rax) jmp LBB1_113 LBB1_101: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.32(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_103 ## %bb.102: ## in Loop: Header=BB1_70 Depth=1 movq _blockSize100k@GOTPCREL(%rip), %rax movl $9, (%rax) jmp LBB1_112 LBB1_103: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.33(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_105 ## %bb.104: ## in Loop: Header=BB1_70 Depth=1 movq _verbosity@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _verbosity@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_111 LBB1_105: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.34(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_107 ## %bb.106: movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _usage xorl %edi, %edi callq _exit LBB1_107: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi movl $2, %edx callq _strncmp cmpl $0, %eax jne LBB1_109 ## %bb.108: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq %rax, -96(%rbp) ## 8-byte Spill movq (%rax), %rdx movq -48(%rbp), %rax movq (%rax), %rcx leaq L_.str.17(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf ## kill: def $ecx killed $eax movq -96(%rbp), %rax ## 8-byte Reload movq (%rax), %rdi callq _usage movl $1, %edi callq _exit LBB1_109: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_110 LBB1_110: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_111 LBB1_111: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_112 LBB1_112: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_113 LBB1_113: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_114 LBB1_114: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_115 LBB1_115: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_116 LBB1_116: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_117 LBB1_117: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_118 LBB1_118: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_119 LBB1_119: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_120 LBB1_120: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_121 LBB1_121: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_122 LBB1_122: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_123 LBB1_123: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_124 LBB1_124: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_125 LBB1_125: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_126 LBB1_126: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_127 LBB1_127: ## in Loop: Header=BB1_70 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB1_70 LBB1_128: movq _verbosity@GOTPCREL(%rip), %rax cmpl $4, (%rax) jle LBB1_130 ## %bb.129: movq _verbosity@GOTPCREL(%rip), %rax movl $4, (%rax) LBB1_130: movq _opMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB1_134 ## %bb.131: movq _smallMode@GOTPCREL(%rip), %rax movzbl (%rax), %eax cmpl $0, %eax je LBB1_134 ## %bb.132: movq _blockSize100k@GOTPCREL(%rip), %rax cmpl $2, (%rax) jle LBB1_134 ## %bb.133: movq _blockSize100k@GOTPCREL(%rip), %rax movl $2, (%rax) LBB1_134: movq _opMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB1_137 ## %bb.135: movq _srcMode@GOTPCREL(%rip), %rax cmpl $2, (%rax) jne LBB1_137 ## %bb.136: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.35(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_137: movq _srcMode@GOTPCREL(%rip), %rax cmpl $2, (%rax) jne LBB1_140 ## %bb.138: movq _numFileNames@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB1_140 ## %bb.139: movq _srcMode@GOTPCREL(%rip), %rax movl $1, (%rax) LBB1_140: movq _opMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB1_142 ## %bb.141: movq _blockSize100k@GOTPCREL(%rip), %rax movl $0, (%rax) LBB1_142: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB1_144 ## %bb.143: movl $2, %edi leaq _mySignalCatcher(%rip), %rsi callq _signal movl $15, %edi leaq _mySignalCatcher(%rip), %rsi callq _signal movl $1, %edi leaq _mySignalCatcher(%rip), %rsi callq _signal LBB1_144: movq _opMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB1_158 ## %bb.145: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB1_147 ## %bb.146: xorl %eax, %eax movl %eax, %edi callq _compress jmp LBB1_157 LBB1_147: movb $1, -49(%rbp) movq -40(%rbp), %rax movq %rax, -48(%rbp) LBB1_148: ## =>This Inner Loop Header: Depth=1 cmpq $0, -48(%rbp) je LBB1_156 ## %bb.149: ## in Loop: Header=BB1_148 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_151 ## %bb.150: ## in Loop: Header=BB1_148 Depth=1 movb $0, -49(%rbp) jmp LBB1_155 LBB1_151: ## in Loop: Header=BB1_148 Depth=1 movq -48(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax cmpl $45, %eax jne LBB1_154 ## %bb.152: ## in Loop: Header=BB1_148 Depth=1 movzbl -49(%rbp), %eax cmpl $0, %eax je LBB1_154 ## %bb.153: ## in Loop: Header=BB1_148 Depth=1 jmp LBB1_155 LBB1_154: ## in Loop: Header=BB1_148 Depth=1 movq _numFilesProcessed@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _numFilesProcessed@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq -48(%rbp), %rax movq (%rax), %rdi callq _compress LBB1_155: ## in Loop: Header=BB1_148 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB1_148 LBB1_156: jmp LBB1_157 LBB1_157: jmp LBB1_191 LBB1_158: movq _opMode@GOTPCREL(%rip), %rax cmpl $2, (%rax) jne LBB1_174 ## %bb.159: movq _unzFailsExist@GOTPCREL(%rip), %rax movb $0, (%rax) movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB1_161 ## %bb.160: xorl %eax, %eax movl %eax, %edi callq _uncompress jmp LBB1_171 LBB1_161: movb $1, -49(%rbp) movq -40(%rbp), %rax movq %rax, -48(%rbp) LBB1_162: ## =>This Inner Loop Header: Depth=1 cmpq $0, -48(%rbp) je LBB1_170 ## %bb.163: ## in Loop: Header=BB1_162 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_165 ## %bb.164: ## in Loop: Header=BB1_162 Depth=1 movb $0, -49(%rbp) jmp LBB1_169 LBB1_165: ## in Loop: Header=BB1_162 Depth=1 movq -48(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax cmpl $45, %eax jne LBB1_168 ## %bb.166: ## in Loop: Header=BB1_162 Depth=1 movzbl -49(%rbp), %eax cmpl $0, %eax je LBB1_168 ## %bb.167: ## in Loop: Header=BB1_162 Depth=1 jmp LBB1_169 LBB1_168: ## in Loop: Header=BB1_162 Depth=1 movq _numFilesProcessed@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _numFilesProcessed@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq -48(%rbp), %rax movq (%rax), %rdi callq _uncompress LBB1_169: ## in Loop: Header=BB1_162 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB1_162 LBB1_170: jmp LBB1_171 LBB1_171: movq _unzFailsExist@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB1_173 ## %bb.172: movl $2, %edi callq _setExit movq _exitValue@GOTPCREL(%rip), %rax movl (%rax), %edi callq _exit LBB1_173: jmp LBB1_190 LBB1_174: movq _testFailsExist@GOTPCREL(%rip), %rax movb $0, (%rax) movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB1_176 ## %bb.175: xorl %eax, %eax movl %eax, %edi callq _testf jmp LBB1_186 LBB1_176: movb $1, -49(%rbp) movq -40(%rbp), %rax movq %rax, -48(%rbp) LBB1_177: ## =>This Inner Loop Header: Depth=1 cmpq $0, -48(%rbp) je LBB1_185 ## %bb.178: ## in Loop: Header=BB1_177 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB1_180 ## %bb.179: ## in Loop: Header=BB1_177 Depth=1 movb $0, -49(%rbp) jmp LBB1_184 LBB1_180: ## in Loop: Header=BB1_177 Depth=1 movq -48(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax cmpl $45, %eax jne LBB1_183 ## %bb.181: ## in Loop: Header=BB1_177 Depth=1 movzbl -49(%rbp), %eax cmpl $0, %eax je LBB1_183 ## %bb.182: ## in Loop: Header=BB1_177 Depth=1 jmp LBB1_184 LBB1_183: ## in Loop: Header=BB1_177 Depth=1 movq _numFilesProcessed@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _numFilesProcessed@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq -48(%rbp), %rax movq (%rax), %rdi callq _testf LBB1_184: ## in Loop: Header=BB1_177 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB1_177 LBB1_185: jmp LBB1_186 LBB1_186: movq _testFailsExist@GOTPCREL(%rip), %rax movzbl (%rax), %eax cmpl $0, %eax je LBB1_189 ## %bb.187: movq _noisy@GOTPCREL(%rip), %rax movzbl (%rax), %eax cmpl $0, %eax je LBB1_189 ## %bb.188: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.36(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $2, %edi callq _setExit movq _exitValue@GOTPCREL(%rip), %rax movl (%rax), %edi callq _exit LBB1_189: jmp LBB1_190 LBB1_190: jmp LBB1_191 LBB1_191: movq -40(%rbp), %rax movq %rax, -48(%rbp) LBB1_192: ## =>This Inner Loop Header: Depth=1 cmpq $0, -48(%rbp) je LBB1_196 ## %bb.193: ## in Loop: Header=BB1_192 Depth=1 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -64(%rbp) movq -48(%rbp), %rax cmpq $0, (%rax) je LBB1_195 ## %bb.194: ## in Loop: Header=BB1_192 Depth=1 movq -48(%rbp), %rax movq (%rax), %rdi callq _free LBB1_195: ## in Loop: Header=BB1_192 Depth=1 movq -48(%rbp), %rdi callq _free movq -64(%rbp), %rax movq %rax, -48(%rbp) jmp LBB1_192 LBB1_196: movq _exitValue@GOTPCREL(%rip), %rax movl (%rax), %eax addq $96, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L1_0_set_51, LBB1_51-LJTI1_0 .set L1_0_set_52, LBB1_52-LJTI1_0 .set L1_0_set_53, LBB1_53-LJTI1_0 .set L1_0_set_54, LBB1_54-LJTI1_0 .set L1_0_set_55, LBB1_55-LJTI1_0 .set L1_0_set_56, LBB1_56-LJTI1_0 .set L1_0_set_57, LBB1_57-LJTI1_0 .set L1_0_set_58, LBB1_58-LJTI1_0 .set L1_0_set_59, LBB1_59-LJTI1_0 .set L1_0_set_63, LBB1_63-LJTI1_0 .set L1_0_set_60, LBB1_60-LJTI1_0 .set L1_0_set_43, LBB1_43-LJTI1_0 .set L1_0_set_44, LBB1_44-LJTI1_0 .set L1_0_set_46, LBB1_46-LJTI1_0 .set L1_0_set_62, LBB1_62-LJTI1_0 .set L1_0_set_48, LBB1_48-LJTI1_0 .set L1_0_set_50, LBB1_50-LJTI1_0 .set L1_0_set_49, LBB1_49-LJTI1_0 .set L1_0_set_47, LBB1_47-LJTI1_0 .set L1_0_set_61, LBB1_61-LJTI1_0 .set L1_0_set_45, LBB1_45-LJTI1_0 LJTI1_0: .long L1_0_set_51 .long L1_0_set_52 .long L1_0_set_53 .long L1_0_set_54 .long L1_0_set_55 .long L1_0_set_56 .long L1_0_set_57 .long L1_0_set_58 .long L1_0_set_59 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_60 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_60 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_43 .long L1_0_set_44 .long L1_0_set_63 .long L1_0_set_46 .long L1_0_set_63 .long L1_0_set_62 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_48 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_50 .long L1_0_set_63 .long L1_0_set_49 .long L1_0_set_47 .long L1_0_set_63 .long L1_0_set_61 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_63 .long L1_0_set_45 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function mySIGSEGVorSIGBUScatcher _mySIGSEGVorSIGBUScatcher: ## @mySIGSEGVorSIGBUScatcher .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movq _opMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB2_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.37(%rip), %rsi movb $0, %al callq _fprintf jmp LBB2_3 LBB2_2: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.38(%rip), %rsi movb $0, %al callq _fprintf LBB2_3: callq _showFileNames movq _opMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB2_5 ## %bb.4: movl $3, %edi callq _cleanUpAndFail LBB2_5: callq _cadvise movl $2, %edi callq _cleanUpAndFail .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function copyFileName _copyFileName: ## @copyFileName .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 -16(%rbp), %rdi callq _strlen cmpq $1024, %rax ## imm = 0x400 jbe LBB3_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -16(%rbp), %rdx leaq L_.str.48(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $1024, %ecx ## imm = 0x400 callq _fprintf movl $1, %edi callq _setExit movq _exitValue@GOTPCREL(%rip), %rax movl (%rax), %edi callq _exit LBB3_2: movq -8(%rbp), %rdi movq -16(%rbp), %rsi movl $1024, %edx ## imm = 0x400 movq $-1, %rcx callq ___strncpy_chk movq -8(%rbp), %rax movb $0, 1024(%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function addFlagsFromEnvVar _addFlagsFromEnvVar: ## @addFlagsFromEnvVar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi callq _getenv movq %rax, -40(%rbp) cmpq $0, -40(%rbp) je LBB4_22 ## %bb.1: movq -40(%rbp), %rax movq %rax, -48(%rbp) movl $0, -20(%rbp) LBB4_2: ## =>This Loop Header: Depth=1 ## Child Loop BB4_5 Depth 2 ## Child Loop BB4_8 Depth 2 ## Child Loop BB4_16 Depth 2 movq -48(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB4_4 ## %bb.3: jmp LBB4_21 LBB4_4: ## in Loop: Header=BB4_2 Depth=1 movl -20(%rbp), %ecx movq -48(%rbp), %rax movslq %ecx, %rcx addq %rcx, %rax movq %rax, -48(%rbp) movl $0, -20(%rbp) LBB4_5: ## Parent Loop BB4_2 Depth=1 ## => This Inner Loop Header: Depth=2 movq -48(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax je LBB4_7 ## %bb.6: ## in Loop: Header=BB4_5 Depth=2 movq -48(%rbp), %rax addq $1, %rax movq %rax, -48(%rbp) jmp LBB4_5 LBB4_7: ## in Loop: Header=BB4_2 Depth=1 jmp LBB4_8 LBB4_8: ## Parent Loop BB4_2 Depth=1 ## => This Inner Loop Header: Depth=2 movq -48(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -49(%rbp) ## 1-byte Spill je LBB4_10 ## %bb.9: ## in Loop: Header=BB4_8 Depth=2 movq -48(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %edi callq _isspace cmpl $0, %eax setne %al xorb $-1, %al movb %al, -49(%rbp) ## 1-byte Spill LBB4_10: ## in Loop: Header=BB4_8 Depth=2 movb -49(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB4_11 jmp LBB4_12 LBB4_11: ## in Loop: Header=BB4_8 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_8 LBB4_12: ## in Loop: Header=BB4_2 Depth=1 cmpl $0, -20(%rbp) jle LBB4_20 ## %bb.13: ## in Loop: Header=BB4_2 Depth=1 movl -20(%rbp), %eax movl %eax, -28(%rbp) cmpl $1024, -28(%rbp) ## imm = 0x400 jle LBB4_15 ## %bb.14: ## in Loop: Header=BB4_2 Depth=1 movl $1024, -28(%rbp) ## imm = 0x400 LBB4_15: ## in Loop: Header=BB4_2 Depth=1 movl $0, -24(%rbp) LBB4_16: ## Parent Loop BB4_2 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl -28(%rbp), %eax jge LBB4_19 ## %bb.17: ## in Loop: Header=BB4_16 Depth=2 movq -48(%rbp), %rax movslq -24(%rbp), %rcx movb (%rax,%rcx), %dl movslq -24(%rbp), %rcx movq _tmpName@GOTPCREL(%rip), %rax movb %dl, (%rax,%rcx) ## %bb.18: ## in Loop: Header=BB4_16 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB4_16 LBB4_19: ## in Loop: Header=BB4_2 Depth=1 movslq -28(%rbp), %rcx movq _tmpName@GOTPCREL(%rip), %rax movb $0, (%rax,%rcx) movq -8(%rbp), %rax movq (%rax), %rdi movq _tmpName@GOTPCREL(%rip), %rsi callq _snocString movq %rax, %rcx movq -8(%rbp), %rax movq %rcx, (%rax) LBB4_20: ## in Loop: Header=BB4_2 Depth=1 jmp LBB4_2 LBB4_21: jmp LBB4_22 LBB4_22: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function snocString _snocString: ## @snocString .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) cmpq $0, -16(%rbp) jne LBB5_2 ## %bb.1: callq _mkCell movq %rax, -32(%rbp) movq -24(%rbp), %rdi callq _strlen addq $5, %rax movl %eax, %edi callq _myMalloc movq %rax, %rcx movq -32(%rbp), %rax movq %rcx, (%rax) movq -32(%rbp), %rax movq (%rax), %rdi movq -24(%rbp), %rsi movq $-1, %rdx callq ___strcpy_chk movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB5_6 LBB5_2: movq -16(%rbp), %rax movq %rax, -40(%rbp) LBB5_3: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax cmpq $0, 8(%rax) je LBB5_5 ## %bb.4: ## in Loop: Header=BB5_3 Depth=1 movq -40(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) jmp LBB5_3 LBB5_5: movq -40(%rbp), %rax movq 8(%rax), %rdi movq -24(%rbp), %rsi callq _snocString movq %rax, %rcx movq -40(%rbp), %rax movq %rcx, 8(%rax) movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB5_6: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function license _license: ## @license .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 ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) ## 8-byte Spill callq _BZ2_bzlibVersion movq -8(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.50(%rip), %rsi movb $0, %al callq _fprintf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function usage _usage: ## @usage .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), %rax movq %rax, -16(%rbp) ## 8-byte Spill callq _BZ2_bzlibVersion movq -16(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx movq -8(%rbp), %rcx leaq L_.str.51(%rip), %rsi movb $0, %al callq _fprintf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function redundant _redundant: ## @redundant .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 _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movq -8(%rbp), %rcx leaq L_.str.52(%rip), %rsi movb $0, %al callq _fprintf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function mySignalCatcher _mySignalCatcher: ## @mySignalCatcher .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.53(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _cleanUpAndFail .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function compress _compress: ## @compress .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $256, %rsp ## imm = 0x100 movq %rdi, -8(%rbp) movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) cmpq $0, -8(%rbp) jne LBB10_3 ## %bb.1: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB10_3 ## %bb.2: leaq L_.str.54(%rip), %rdi callq _panic LBB10_3: movq _srcMode@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -184(%rbp) ## 4-byte Spill subl $1, %eax je LBB10_4 jmp LBB10_77 LBB10_77: movl -184(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB10_6 jmp LBB10_78 LBB10_78: movl -184(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB10_5 jmp LBB10_7 LBB10_4: movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.55(%rip), %rsi callq _copyFileName movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.56(%rip), %rsi callq _copyFileName jmp LBB10_7 LBB10_5: movq -8(%rbp), %rsi movq _inName@GOTPCREL(%rip), %rdi callq _copyFileName movq -8(%rbp), %rsi movq _outName@GOTPCREL(%rip), %rdi callq _copyFileName movq _outName@GOTPCREL(%rip), %rdi leaq L_.str(%rip), %rsi movl $1034, %edx ## imm = 0x40A callq ___strcat_chk jmp LBB10_7 LBB10_6: movq -8(%rbp), %rsi movq _inName@GOTPCREL(%rip), %rdi callq _copyFileName movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.56(%rip), %rsi callq _copyFileName LBB10_7: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB10_12 ## %bb.8: movq _inName@GOTPCREL(%rip), %rdi callq _containsDubiousChars movzbl %al, %eax cmpl $0, %eax je LBB10_12 ## %bb.9: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB10_11 ## %bb.10: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.57(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB10_11: movl $1, %edi callq _setExit jmp LBB10_76 LBB10_12: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB10_15 ## %bb.13: movq _inName@GOTPCREL(%rip), %rdi callq _fileExists cmpb $0, %al jne LBB10_15 ## %bb.14: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -200(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -192(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -200(%rbp), %rdi ## 8-byte Reload movq -192(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.58(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB10_76 LBB10_15: movl $0, -32(%rbp) LBB10_16: ## =>This Inner Loop Header: Depth=1 cmpl $4, -32(%rbp) jge LBB10_23 ## %bb.17: ## in Loop: Header=BB10_16 Depth=1 movslq -32(%rbp), %rcx leaq _zSuffix(%rip), %rax movq (%rax,%rcx,8), %rsi movq _inName@GOTPCREL(%rip), %rdi callq _hasSuffix cmpb $0, %al je LBB10_21 ## %bb.18: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB10_20 ## %bb.19: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movslq -32(%rbp), %rcx leaq _zSuffix(%rip), %rax movq (%rax,%rcx,8), %r8 leaq L_.str.59(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB10_20: movl $1, %edi callq _setExit jmp LBB10_76 LBB10_21: ## in Loop: Header=BB10_16 Depth=1 jmp LBB10_22 LBB10_22: ## in Loop: Header=BB10_16 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB10_16 LBB10_23: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) je LBB10_25 ## %bb.24: movq _srcMode@GOTPCREL(%rip), %rax cmpl $2, (%rax) jne LBB10_28 LBB10_25: movq _inName@GOTPCREL(%rip), %rdi leaq -176(%rbp), %rsi callq _stat$INODE64 movzwl -172(%rbp), %eax andl $61440, %eax ## imm = 0xF000 cmpl $16384, %eax ## imm = 0x4000 jne LBB10_27 ## %bb.26: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.60(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB10_76 LBB10_27: jmp LBB10_28 LBB10_28: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB10_34 ## %bb.29: movq _forceOverwrite@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB10_34 ## %bb.30: movq _inName@GOTPCREL(%rip), %rdi callq _notAStandardFile movzbl %al, %eax cmpl $0, %eax je LBB10_34 ## %bb.31: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB10_33 ## %bb.32: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.61(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB10_33: movl $1, %edi callq _setExit jmp LBB10_76 LBB10_34: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB10_40 ## %bb.35: movq _outName@GOTPCREL(%rip), %rdi callq _fileExists movzbl %al, %eax cmpl $0, %eax je LBB10_40 ## %bb.36: movq _forceOverwrite@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB10_38 ## %bb.37: movq _outName@GOTPCREL(%rip), %rdi callq _remove jmp LBB10_39 LBB10_38: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.62(%rip), %rsi movq _outName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB10_76 LBB10_39: jmp LBB10_40 LBB10_40: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB10_44 ## %bb.41: movq _forceOverwrite@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB10_44 ## %bb.42: movq _inName@GOTPCREL(%rip), %rdi callq _countHardLinks movl %eax, -28(%rbp) cmpl $0, %eax jle LBB10_44 ## %bb.43: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movl -28(%rbp), %r8d movl -28(%rbp), %ecx leaq L_.str.4(%rip), %r9 leaq L_.str.64(%rip), %rax cmpl $1, %ecx cmovgq %rax, %r9 leaq L_.str.63(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB10_76 LBB10_44: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB10_46 ## %bb.45: movq _inName@GOTPCREL(%rip), %rdi callq _saveInputFileMetaInfo LBB10_46: movq _srcMode@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -204(%rbp) ## 4-byte Spill subl $1, %eax je LBB10_47 jmp LBB10_79 LBB10_79: movl -204(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB10_50 jmp LBB10_80 LBB10_80: movl -204(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB10_57 jmp LBB10_66 LBB10_47: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -16(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fileno movl %eax, %edi callq _isatty cmpl $0, %eax je LBB10_49 ## %bb.48: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.65(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.66(%rip), %rsi movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB10_76 LBB10_49: jmp LBB10_67 LBB10_50: movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.67(%rip), %rsi callq _fopen movq %rax, -16(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fileno movl %eax, %edi callq _isatty cmpl $0, %eax je LBB10_54 ## %bb.51: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.65(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.66(%rip), %rsi movb $0, %al callq _fprintf cmpq $0, -16(%rbp) je LBB10_53 ## %bb.52: movq -16(%rbp), %rdi callq _fclose LBB10_53: movl $1, %edi callq _setExit jmp LBB10_76 LBB10_54: cmpq $0, -16(%rbp) jne LBB10_56 ## %bb.55: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -224(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -216(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -224(%rbp), %rdi ## 8-byte Reload movq -216(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.58(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB10_76 LBB10_56: jmp LBB10_67 LBB10_57: movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.67(%rip), %rsi callq _fopen movq %rax, -16(%rbp) movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.68(%rip), %rsi callq _fopen_output_safely movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB10_61 ## %bb.58: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -240(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -232(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -240(%rbp), %rdi ## 8-byte Reload movq -232(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.69(%rip), %rsi movq _outName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf cmpq $0, -16(%rbp) je LBB10_60 ## %bb.59: movq -16(%rbp), %rdi callq _fclose LBB10_60: movl $1, %edi callq _setExit jmp LBB10_76 LBB10_61: cmpq $0, -16(%rbp) jne LBB10_65 ## %bb.62: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -256(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -248(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -256(%rbp), %rdi ## 8-byte Reload movq -248(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.58(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf cmpq $0, -24(%rbp) je LBB10_64 ## %bb.63: movq -24(%rbp), %rdi callq _fclose LBB10_64: movl $1, %edi callq _setExit jmp LBB10_76 LBB10_65: jmp LBB10_67 LBB10_66: leaq L_.str.70(%rip), %rdi callq _panic LBB10_67: movq _verbosity@GOTPCREL(%rip), %rax cmpl $1, (%rax) jl LBB10_69 ## %bb.68: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.71(%rip), %rsi movq _inName@GOTPCREL(%rip), %rdx movb $0, %al callq _fprintf movq _inName@GOTPCREL(%rip), %rdi callq _pad movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush LBB10_69: movq -24(%rbp), %rcx movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $1, (%rax) movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _compressStream movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq $0, (%rax) movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB10_75 ## %bb.70: movq _outName@GOTPCREL(%rip), %rdi callq _applySavedMetaInfoToOutputFile movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) movq _keepInputFiles@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB10_74 ## %bb.71: movq _inName@GOTPCREL(%rip), %rdi callq _remove movl %eax, -180(%rbp) cmpl $0, -180(%rbp) je LBB10_73 ## %bb.72: callq _ioError LBB10_73: jmp LBB10_74 LBB10_74: jmp LBB10_75 LBB10_75: movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) LBB10_76: addq $256, %rsp ## imm = 0x100 popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function uncompress _uncompress: ## @uncompress .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $272, %rsp ## imm = 0x110 movq %rdi, -8(%rbp) movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) cmpq $0, -8(%rbp) jne LBB11_3 ## %bb.1: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB11_3 ## %bb.2: leaq L_.str.80(%rip), %rdi callq _panic LBB11_3: movb $0, -34(%rbp) movq _srcMode@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -196(%rbp) ## 4-byte Spill subl $1, %eax je LBB11_4 jmp LBB11_92 LBB11_92: movl -196(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB11_12 jmp LBB11_93 LBB11_93: movl -196(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB11_5 jmp LBB11_13 LBB11_4: movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.55(%rip), %rsi callq _copyFileName movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.56(%rip), %rsi callq _copyFileName jmp LBB11_13 LBB11_5: movq -8(%rbp), %rsi movq _inName@GOTPCREL(%rip), %rdi callq _copyFileName movq -8(%rbp), %rsi movq _outName@GOTPCREL(%rip), %rdi callq _copyFileName movl $0, -32(%rbp) LBB11_6: ## =>This Inner Loop Header: Depth=1 cmpl $4, -32(%rbp) jge LBB11_11 ## %bb.7: ## in Loop: Header=BB11_6 Depth=1 movslq -32(%rbp), %rcx leaq _zSuffix(%rip), %rax movq (%rax,%rcx,8), %rsi movslq -32(%rbp), %rcx leaq _unzSuffix(%rip), %rax movq (%rax,%rcx,8), %rdx movq _outName@GOTPCREL(%rip), %rdi callq _mapSuffix cmpb $0, %al je LBB11_9 ## %bb.8: jmp LBB11_14 LBB11_9: ## in Loop: Header=BB11_6 Depth=1 jmp LBB11_10 LBB11_10: ## in Loop: Header=BB11_6 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB11_6 LBB11_11: movb $1, -34(%rbp) movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.81(%rip), %rsi movl $1034, %edx ## imm = 0x40A callq ___strcat_chk jmp LBB11_13 LBB11_12: movq -8(%rbp), %rsi movq _inName@GOTPCREL(%rip), %rdi callq _copyFileName movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.56(%rip), %rsi callq _copyFileName LBB11_13: jmp LBB11_14 LBB11_14: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB11_19 ## %bb.15: movq _inName@GOTPCREL(%rip), %rdi callq _containsDubiousChars movzbl %al, %eax cmpl $0, %eax je LBB11_19 ## %bb.16: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB11_18 ## %bb.17: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.57(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB11_18: movl $1, %edi callq _setExit jmp LBB11_91 LBB11_19: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB11_22 ## %bb.20: movq _inName@GOTPCREL(%rip), %rdi callq _fileExists cmpb $0, %al jne LBB11_22 ## %bb.21: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -216(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -208(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -216(%rbp), %rdi ## 8-byte Reload movq -208(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.58(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB11_91 LBB11_22: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) je LBB11_24 ## %bb.23: movq _srcMode@GOTPCREL(%rip), %rax cmpl $2, (%rax) jne LBB11_27 LBB11_24: movq _inName@GOTPCREL(%rip), %rdi leaq -184(%rbp), %rsi callq _stat$INODE64 movzwl -180(%rbp), %eax andl $61440, %eax ## imm = 0xF000 cmpl $16384, %eax ## imm = 0x4000 jne LBB11_26 ## %bb.25: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.60(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB11_91 LBB11_26: jmp LBB11_27 LBB11_27: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB11_33 ## %bb.28: movq _forceOverwrite@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB11_33 ## %bb.29: movq _inName@GOTPCREL(%rip), %rdi callq _notAStandardFile movzbl %al, %eax cmpl $0, %eax je LBB11_33 ## %bb.30: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB11_32 ## %bb.31: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.61(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB11_32: movl $1, %edi callq _setExit jmp LBB11_91 LBB11_33: cmpb $0, -34(%rbp) je LBB11_37 ## %bb.34: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB11_36 ## %bb.35: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.82(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movq _outName@GOTPCREL(%rip), %r8 movb $0, %al callq _fprintf LBB11_36: jmp LBB11_37 LBB11_37: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB11_43 ## %bb.38: movq _outName@GOTPCREL(%rip), %rdi callq _fileExists movzbl %al, %eax cmpl $0, %eax je LBB11_43 ## %bb.39: movq _forceOverwrite@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB11_41 ## %bb.40: movq _outName@GOTPCREL(%rip), %rdi callq _remove jmp LBB11_42 LBB11_41: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.62(%rip), %rsi movq _outName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB11_91 LBB11_42: jmp LBB11_43 LBB11_43: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB11_47 ## %bb.44: movq _forceOverwrite@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB11_47 ## %bb.45: movq _inName@GOTPCREL(%rip), %rdi callq _countHardLinks movl %eax, -28(%rbp) cmpl $0, %eax jle LBB11_47 ## %bb.46: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movl -28(%rbp), %r8d movl -28(%rbp), %ecx leaq L_.str.4(%rip), %r9 leaq L_.str.64(%rip), %rax cmpl $1, %ecx cmovgq %rax, %r9 leaq L_.str.63(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB11_91 LBB11_47: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB11_49 ## %bb.48: movq _inName@GOTPCREL(%rip), %rdi callq _saveInputFileMetaInfo LBB11_49: movq _srcMode@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -220(%rbp) ## 4-byte Spill subl $1, %eax je LBB11_50 jmp LBB11_94 LBB11_94: movl -220(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB11_53 jmp LBB11_95 LBB11_95: movl -220(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB11_58 jmp LBB11_67 LBB11_50: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -16(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fileno movl %eax, %edi callq _isatty cmpl $0, %eax je LBB11_52 ## %bb.51: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.83(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.66(%rip), %rsi movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB11_91 LBB11_52: jmp LBB11_68 LBB11_53: movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.67(%rip), %rsi callq _fopen movq %rax, -16(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) cmpq $0, -16(%rbp) jne LBB11_57 ## %bb.54: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -240(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -232(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -240(%rbp), %rdi ## 8-byte Reload movq -232(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.84(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf cmpq $0, -16(%rbp) je LBB11_56 ## %bb.55: movq -16(%rbp), %rdi callq _fclose LBB11_56: movl $1, %edi callq _setExit jmp LBB11_91 LBB11_57: jmp LBB11_68 LBB11_58: movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.67(%rip), %rsi callq _fopen movq %rax, -16(%rbp) movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.68(%rip), %rsi callq _fopen_output_safely movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB11_62 ## %bb.59: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -256(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -248(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -256(%rbp), %rdi ## 8-byte Reload movq -248(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.69(%rip), %rsi movq _outName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf cmpq $0, -16(%rbp) je LBB11_61 ## %bb.60: movq -16(%rbp), %rdi callq _fclose LBB11_61: movl $1, %edi callq _setExit jmp LBB11_91 LBB11_62: cmpq $0, -16(%rbp) jne LBB11_66 ## %bb.63: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -272(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -264(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -272(%rbp), %rdi ## 8-byte Reload movq -264(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.58(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf cmpq $0, -24(%rbp) je LBB11_65 ## %bb.64: movq -24(%rbp), %rdi callq _fclose LBB11_65: movl $1, %edi callq _setExit jmp LBB11_91 LBB11_66: jmp LBB11_68 LBB11_67: leaq L_.str.85(%rip), %rdi callq _panic LBB11_68: movq _verbosity@GOTPCREL(%rip), %rax cmpl $1, (%rax) jl LBB11_70 ## %bb.69: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.71(%rip), %rsi movq _inName@GOTPCREL(%rip), %rdx movb $0, %al callq _fprintf movq _inName@GOTPCREL(%rip), %rdi callq _pad movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush LBB11_70: movq -24(%rbp), %rcx movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $1, (%rax) movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _uncompressStream movb %al, -33(%rbp) movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq $0, (%rax) cmpb $0, -33(%rbp) je LBB11_78 ## %bb.71: movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB11_77 ## %bb.72: movq _outName@GOTPCREL(%rip), %rdi callq _applySavedMetaInfoToOutputFile movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) movq _keepInputFiles@GOTPCREL(%rip), %rax cmpb $0, (%rax) jne LBB11_76 ## %bb.73: movq _inName@GOTPCREL(%rip), %rdi callq _remove movl %eax, -188(%rbp) cmpl $0, -188(%rbp) je LBB11_75 ## %bb.74: callq _ioError LBB11_75: jmp LBB11_76 LBB11_76: jmp LBB11_77 LBB11_77: jmp LBB11_83 LBB11_78: movq _unzFailsExist@GOTPCREL(%rip), %rax movb $1, (%rax) movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB11_82 ## %bb.79: movq _outName@GOTPCREL(%rip), %rdi callq _remove movl %eax, -192(%rbp) cmpl $0, -192(%rbp) je LBB11_81 ## %bb.80: callq _ioError LBB11_81: jmp LBB11_82 LBB11_82: jmp LBB11_83 LBB11_83: movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) cmpb $0, -33(%rbp) je LBB11_87 ## %bb.84: movq _verbosity@GOTPCREL(%rip), %rax cmpl $1, (%rax) jl LBB11_86 ## %bb.85: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.86(%rip), %rsi movb $0, %al callq _fprintf LBB11_86: jmp LBB11_91 LBB11_87: movl $2, %edi callq _setExit movq _verbosity@GOTPCREL(%rip), %rax cmpl $1, (%rax) jl LBB11_89 ## %bb.88: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.87(%rip), %rsi movb $0, %al callq _fprintf jmp LBB11_90 LBB11_89: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.88(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB11_90: jmp LBB11_91 LBB11_91: addq $272, %rsp ## imm = 0x110 popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function setExit _setExit: ## @setExit .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 movq _exitValue@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jle LBB12_2 ## %bb.1: movl -4(%rbp), %ecx movq _exitValue@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB12_2: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function testf _testf: ## @testf .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $224, %rsp movq %rdi, -8(%rbp) movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movb $0, (%rax) cmpq $0, -8(%rbp) jne LBB13_3 ## %bb.1: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB13_3 ## %bb.2: leaq L_.str.95(%rip), %rdi callq _panic LBB13_3: movq _outName@GOTPCREL(%rip), %rdi leaq L_.str.6(%rip), %rsi callq _copyFileName movq _srcMode@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -172(%rbp) ## 4-byte Spill subl $1, %eax je LBB13_4 jmp LBB13_35 LBB13_35: movl -172(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB13_6 jmp LBB13_36 LBB13_36: movl -172(%rbp), %eax ## 4-byte Reload subl $3, %eax je LBB13_5 jmp LBB13_7 LBB13_4: movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.55(%rip), %rsi callq _copyFileName jmp LBB13_7 LBB13_5: movq -8(%rbp), %rsi movq _inName@GOTPCREL(%rip), %rdi callq _copyFileName jmp LBB13_7 LBB13_6: movq -8(%rbp), %rsi movq _inName@GOTPCREL(%rip), %rdi callq _copyFileName LBB13_7: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB13_12 ## %bb.8: movq _inName@GOTPCREL(%rip), %rdi callq _containsDubiousChars movzbl %al, %eax cmpl $0, %eax je LBB13_12 ## %bb.9: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB13_11 ## %bb.10: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.57(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB13_11: movl $1, %edi callq _setExit jmp LBB13_34 LBB13_12: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB13_15 ## %bb.13: movq _inName@GOTPCREL(%rip), %rdi callq _fileExists cmpb $0, %al jne LBB13_15 ## %bb.14: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -192(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -184(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -192(%rbp), %rdi ## 8-byte Reload movq -184(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.96(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB13_34 LBB13_15: movq _srcMode@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB13_19 ## %bb.16: movq _inName@GOTPCREL(%rip), %rdi leaq -168(%rbp), %rsi callq _stat$INODE64 movzwl -164(%rbp), %eax andl $61440, %eax ## imm = 0xF000 cmpl $16384, %eax ## imm = 0x4000 jne LBB13_18 ## %bb.17: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.60(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB13_34 LBB13_18: jmp LBB13_19 LBB13_19: movq _srcMode@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -196(%rbp) ## 4-byte Spill subl $1, %eax je LBB13_20 jmp LBB13_37 LBB13_37: movl -196(%rbp), %eax ## 4-byte Reload addl $-2, %eax subl $2, %eax jb LBB13_23 jmp LBB13_26 LBB13_20: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fileno movl %eax, %edi callq _isatty cmpl $0, %eax je LBB13_22 ## %bb.21: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.83(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rcx leaq L_.str.66(%rip), %rsi movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB13_34 LBB13_22: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -16(%rbp) jmp LBB13_27 LBB13_23: movq _inName@GOTPCREL(%rip), %rdi leaq L_.str.67(%rip), %rsi callq _fopen movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jne LBB13_25 ## %bb.24: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -216(%rbp) ## 8-byte Spill movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -208(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -216(%rbp), %rdi ## 8-byte Reload movq -208(%rbp), %rdx ## 8-byte Reload movq %rax, %r8 leaq L_.str.84(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movl $1, %edi callq _setExit jmp LBB13_34 LBB13_25: jmp LBB13_27 LBB13_26: leaq L_.str.97(%rip), %rdi callq _panic LBB13_27: movq _verbosity@GOTPCREL(%rip), %rax cmpl $1, (%rax) jl LBB13_29 ## %bb.28: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.71(%rip), %rsi movq _inName@GOTPCREL(%rip), %rdx movb $0, %al callq _fprintf movq _inName@GOTPCREL(%rip), %rdi callq _pad movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush LBB13_29: movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq $0, (%rax) movq -16(%rbp), %rdi callq _testStream movb %al, -17(%rbp) movzbl -17(%rbp), %eax cmpl $0, %eax je LBB13_32 ## %bb.30: movq _verbosity@GOTPCREL(%rip), %rax cmpl $1, (%rax) jl LBB13_32 ## %bb.31: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.98(%rip), %rsi movb $0, %al callq _fprintf LBB13_32: cmpb $0, -17(%rbp) jne LBB13_34 ## %bb.33: movq _testFailsExist@GOTPCREL(%rip), %rax movb $1, (%rax) LBB13_34: addq $224, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function showFileNames _showFileNames: ## @showFileNames .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB14_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.39(%rip), %rsi movq _inName@GOTPCREL(%rip), %rdx movq _outName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB14_2: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function cleanUpAndFail _cleanUpAndFail: ## @cleanUpAndFail .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $160, %rsp movl %edi, -4(%rbp) movq _srcMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) jne LBB15_13 ## %bb.1: movq _opMode@GOTPCREL(%rip), %rax cmpl $3, (%rax) je LBB15_13 ## %bb.2: movq _deleteOutputOnInterrupt@GOTPCREL(%rip), %rax movzbl (%rax), %eax cmpl $0, %eax je LBB15_13 ## %bb.3: movq _inName@GOTPCREL(%rip), %rdi leaq -152(%rbp), %rsi callq _stat$INODE64 movl %eax, -8(%rbp) cmpl $0, -8(%rbp) jne LBB15_11 ## %bb.4: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB15_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.40(%rip), %rsi movq _outName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB15_6: movq _outputHandleJustInCase@GOTPCREL(%rip), %rax cmpq $0, (%rax) je LBB15_8 ## %bb.7: movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fclose LBB15_8: movq _outName@GOTPCREL(%rip), %rdi callq _remove movl %eax, -8(%rbp) cmpl $0, -8(%rbp) je LBB15_10 ## %bb.9: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.41(%rip), %rsi movb $0, %al callq _fprintf LBB15_10: jmp LBB15_12 LBB15_11: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.42(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.43(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.44(%rip), %rsi movq _outName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.45(%rip), %rsi movb $0, %al callq _fprintf LBB15_12: jmp LBB15_13 LBB15_13: movq _noisy@GOTPCREL(%rip), %rax movzbl (%rax), %eax cmpl $0, %eax je LBB15_17 ## %bb.14: movq _numFileNames@GOTPCREL(%rip), %rax cmpl $0, (%rax) jle LBB15_17 ## %bb.15: movq _numFilesProcessed@GOTPCREL(%rip), %rax movl (%rax), %eax movq _numFileNames@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB15_17 ## %bb.16: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _numFileNames@GOTPCREL(%rip), %rax movl (%rax), %r8d movq _numFileNames@GOTPCREL(%rip), %rax movl (%rax), %r9d movq _numFilesProcessed@GOTPCREL(%rip), %rax subl (%rax), %r9d leaq L_.str.46(%rip), %rsi movb $0, %al callq _fprintf LBB15_17: movl -4(%rbp), %edi callq _setExit movq _exitValue@GOTPCREL(%rip), %rax movl (%rax), %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function cadvise _cadvise: ## @cadvise .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB16_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.47(%rip), %rsi movb $0, %al callq _fprintf LBB16_2: popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function mkCell _mkCell: ## @mkCell .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 _myMalloc movq %rax, -8(%rbp) movq -8(%rbp), %rax movq $0, (%rax) movq -8(%rbp), %rax movq $0, 8(%rax) movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function myMalloc _myMalloc: ## @myMalloc .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) movslq -4(%rbp), %rdi callq _malloc movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jne LBB18_2 ## %bb.1: callq _outOfMemory LBB18_2: movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function outOfMemory _outOfMemory: ## @outOfMemory .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.49(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf callq _showFileNames movl $1, %edi callq _cleanUpAndFail .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function panic _panic: ## @panic .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 _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx movq -8(%rbp), %rcx leaq L_.str.72(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf callq _showFileNames movl $3, %edi callq _cleanUpAndFail .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function containsDubiousChars _containsDubiousChars: ## @containsDubiousChars .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) xorl %eax, %eax ## kill: def $al killed $al killed $eax movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function fileExists _fileExists: ## @fileExists .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), %rdi leaq L_.str.67(%rip), %rsi callq _fopen movq %rax, -16(%rbp) cmpq $0, -16(%rbp) setne %al andb $1, %al movzbl %al, %eax ## kill: def $al killed $al killed $eax movb %al, -17(%rbp) cmpq $0, -16(%rbp) je LBB22_2 ## %bb.1: movq -16(%rbp), %rdi callq _fclose LBB22_2: movzbl -17(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function hasSuffix _hasSuffix: ## @hasSuffix .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) movq -16(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) movq -24(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -32(%rbp) movl -28(%rbp), %eax cmpl -32(%rbp), %eax jge LBB23_2 ## %bb.1: movb $0, -1(%rbp) jmp LBB23_5 LBB23_2: movq -16(%rbp), %rdi movslq -28(%rbp), %rax addq %rax, %rdi movslq -32(%rbp), %rcx xorl %eax, %eax ## kill: def $rax killed $eax subq %rcx, %rax addq %rax, %rdi movq -24(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB23_4 ## %bb.3: movb $1, -1(%rbp) jmp LBB23_5 LBB23_4: movb $0, -1(%rbp) LBB23_5: movzbl -1(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function notAStandardFile _notAStandardFile: ## @notAStandardFile .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, -16(%rbp) movq -16(%rbp), %rdi leaq -168(%rbp), %rsi callq _lstat$INODE64 movl %eax, -20(%rbp) cmpl $0, -20(%rbp) je LBB24_2 ## %bb.1: movb $1, -1(%rbp) jmp LBB24_5 LBB24_2: movzwl -164(%rbp), %eax andl $61440, %eax ## imm = 0xF000 cmpl $32768, %eax ## imm = 0x8000 jne LBB24_4 ## %bb.3: movb $0, -1(%rbp) jmp LBB24_5 LBB24_4: movb $1, -1(%rbp) LBB24_5: movzbl -1(%rbp), %eax addq $176, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function countHardLinks _countHardLinks: ## @countHardLinks .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, -16(%rbp) movq -16(%rbp), %rdi leaq -168(%rbp), %rsi callq _lstat$INODE64 movl %eax, -20(%rbp) cmpl $0, -20(%rbp) je LBB25_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB25_3 LBB25_2: movzwl -162(%rbp), %eax subl $1, %eax movl %eax, -4(%rbp) LBB25_3: movl -4(%rbp), %eax addq $176, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function saveInputFileMetaInfo _saveInputFileMetaInfo: ## @saveInputFileMetaInfo .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 leaq _fileMetaInfo(%rip), %rsi callq _stat$INODE64 movl %eax, -12(%rbp) cmpl $0, -12(%rbp) je LBB26_2 ## %bb.1: callq _ioError LBB26_2: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function pad _pad: ## @pad .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movq _longestFileName@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jl LBB27_2 ## %bb.1: jmp LBB27_6 LBB27_2: movl $1, -12(%rbp) LBB27_3: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movl %eax, -16(%rbp) ## 4-byte Spill movq _longestFileName@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill movq -8(%rbp), %rdi callq _strlen movl -20(%rbp), %ecx ## 4-byte Reload movq %rax, %rdx movl -16(%rbp), %eax ## 4-byte Reload ## kill: def $edx killed $edx killed $rdx subl %edx, %ecx cmpl %ecx, %eax jg LBB27_6 ## %bb.4: ## in Loop: Header=BB27_3 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.73(%rip), %rsi movb $0, %al callq _fprintf ## %bb.5: ## in Loop: Header=BB27_3 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB27_3 LBB27_6: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function compressStream LCPI28_0: .quad 0x4059000000000000 ## double 100 LCPI28_1: .quad 0x3ff0000000000000 ## double 1 LCPI28_2: .quad 0x4020000000000000 ## double 8 .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 _compressStream: ## @compressStream .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $5184, %eax ## imm = 0x1440 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -5096(%rbp) movq %rsi, -5104(%rbp) movq $0, -5112(%rbp) movq -5096(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB28_2 ## %bb.1: jmp LBB28_44 LBB28_2: movq -5104(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB28_4 ## %bb.3: jmp LBB28_44 LBB28_4: movq -5104(%rbp), %rsi movq _blockSize100k@GOTPCREL(%rip), %rax movl (%rax), %edx movq _verbosity@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _workFactor@GOTPCREL(%rip), %rax movl (%rax), %r8d leaq -5136(%rbp), %rdi callq _BZ2_bzWriteOpen movq %rax, -5112(%rbp) cmpl $0, -5136(%rbp) je LBB28_6 ## %bb.5: jmp LBB28_40 LBB28_6: movq _verbosity@GOTPCREL(%rip), %rax cmpl $2, (%rax) jl LBB28_8 ## %bb.7: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.74(%rip), %rsi movb $0, %al callq _fprintf LBB28_8: jmp LBB28_9 LBB28_9: ## =>This Inner Loop Header: Depth=1 movq -5096(%rbp), %rdi callq _myfeof cmpb $0, %al je LBB28_11 ## %bb.10: jmp LBB28_18 LBB28_11: ## in Loop: Header=BB28_9 Depth=1 leaq -5008(%rbp), %rdi movq -5096(%rbp), %rcx movl $1, %esi movl $5000, %edx ## imm = 0x1388 callq _fread ## kill: def $eax killed $eax killed $rax movl %eax, -5116(%rbp) movq -5096(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB28_13 ## %bb.12: jmp LBB28_44 LBB28_13: ## in Loop: Header=BB28_9 Depth=1 cmpl $0, -5116(%rbp) jle LBB28_15 ## %bb.14: ## in Loop: Header=BB28_9 Depth=1 movq -5112(%rbp), %rsi leaq -5008(%rbp), %rdx movl -5116(%rbp), %ecx leaq -5136(%rbp), %rdi callq _BZ2_bzWrite LBB28_15: ## in Loop: Header=BB28_9 Depth=1 cmpl $0, -5136(%rbp) je LBB28_17 ## %bb.16: jmp LBB28_40 LBB28_17: ## in Loop: Header=BB28_9 Depth=1 jmp LBB28_9 LBB28_18: movq -5112(%rbp), %rsi leaq -5136(%rbp), %rdi xorl %edx, %edx leaq -5120(%rbp), %rcx leaq -5124(%rbp), %r8 leaq -5128(%rbp), %r9 leaq -5132(%rbp), %rax movq %rax, (%rsp) callq _BZ2_bzWriteClose64 cmpl $0, -5136(%rbp) je LBB28_20 ## %bb.19: jmp LBB28_40 LBB28_20: movq -5104(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB28_22 ## %bb.21: jmp LBB28_44 LBB28_22: movq -5104(%rbp), %rdi callq _fflush movl %eax, -5144(%rbp) cmpl $-1, -5144(%rbp) jne LBB28_24 ## %bb.23: jmp LBB28_44 LBB28_24: movq -5104(%rbp), %rax movq ___stdoutp@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB28_28 ## %bb.25: movq -5104(%rbp), %rdi callq _fclose movl %eax, -5144(%rbp) movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq $0, (%rax) cmpl $-1, -5144(%rbp) jne LBB28_27 ## %bb.26: jmp LBB28_44 LBB28_27: jmp LBB28_28 LBB28_28: movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq $0, (%rax) movq -5096(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB28_30 ## %bb.29: jmp LBB28_44 LBB28_30: movq -5096(%rbp), %rdi callq _fclose movl %eax, -5144(%rbp) cmpl $-1, -5144(%rbp) jne LBB28_32 ## %bb.31: jmp LBB28_44 LBB28_32: movq _verbosity@GOTPCREL(%rip), %rax cmpl $1, (%rax) jl LBB28_38 ## %bb.33: cmpl $0, -5120(%rbp) jne LBB28_36 ## %bb.34: cmpl $0, -5124(%rbp) jne LBB28_36 ## %bb.35: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.75(%rip), %rsi movb $0, %al callq _fprintf jmp LBB28_37 LBB28_36: movl -5120(%rbp), %esi movl -5124(%rbp), %edx leaq -5080(%rbp), %rdi callq _uInt64_from_UInt32s movl -5128(%rbp), %esi movl -5132(%rbp), %edx leaq -5088(%rbp), %rdi callq _uInt64_from_UInt32s leaq -5080(%rbp), %rdi callq _uInt64_to_double movsd %xmm0, -5152(%rbp) leaq -5088(%rbp), %rdi callq _uInt64_to_double movsd %xmm0, -5160(%rbp) leaq -5040(%rbp), %rdi leaq -5080(%rbp), %rsi callq _uInt64_toAscii leaq -5072(%rbp), %rdi leaq -5088(%rbp), %rsi callq _uInt64_toAscii movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movsd -5152(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -5160(%rbp), %xmm0 movsd LCPI28_2(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd -5160(%rbp), %xmm1 divsd -5152(%rbp), %xmm1 movsd -5160(%rbp), %xmm2 ## xmm2 = mem[0],zero divsd -5152(%rbp), %xmm2 movsd LCPI28_1(%rip), %xmm3 ## xmm3 = mem[0],zero subsd %xmm2, %xmm3 movsd LCPI28_0(%rip), %xmm2 ## xmm2 = mem[0],zero mulsd %xmm3, %xmm2 leaq -5040(%rbp), %rdx leaq -5072(%rbp), %rcx leaq L_.str.76(%rip), %rsi movb $3, %al callq _fprintf LBB28_37: jmp LBB28_38 LBB28_38: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB28_46 ## %bb.39: addq $5184, %rsp ## imm = 0x1440 popq %rbp retq LBB28_40: movq -5112(%rbp), %rsi movq %rsp, %rax leaq -5132(%rbp), %rcx movq %rcx, (%rax) leaq -5140(%rbp), %rdi movl $1, %edx leaq -5120(%rbp), %rcx leaq -5124(%rbp), %r8 leaq -5128(%rbp), %r9 callq _BZ2_bzWriteClose64 movl -5136(%rbp), %eax movl %eax, -5164(%rbp) ## 4-byte Spill subl $-9, %eax je LBB28_41 jmp LBB28_47 LBB28_47: movl -5164(%rbp), %eax ## 4-byte Reload subl $-6, %eax je LBB28_43 jmp LBB28_48 LBB28_48: movl -5164(%rbp), %eax ## 4-byte Reload subl $-3, %eax je LBB28_42 jmp LBB28_45 LBB28_41: callq _configError LBB28_42: callq _outOfMemory LBB28_43: jmp LBB28_44 LBB28_44: callq _ioError LBB28_45: leaq L_.str.77(%rip), %rdi callq _panic LBB28_46: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function applySavedMetaInfoToOutputFile _applySavedMetaInfoToOutputFile: ## @applySavedMetaInfoToOutputFile .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 _fileMetaInfo+32(%rip), %rax movq %rax, -32(%rbp) movq _fileMetaInfo+48(%rip), %rax movq %rax, -24(%rbp) movq -8(%rbp), %rdi movzwl _fileMetaInfo+4(%rip), %esi callq _chmod movl %eax, -12(%rbp) cmpl $0, -12(%rbp) je LBB29_2 ## %bb.1: callq _ioError LBB29_2: movq -8(%rbp), %rdi leaq -32(%rbp), %rsi callq _utime movl %eax, -12(%rbp) cmpl $0, -12(%rbp) je LBB29_4 ## %bb.3: callq _ioError LBB29_4: movq -8(%rbp), %rdi movl _fileMetaInfo+16(%rip), %esi movl _fileMetaInfo+20(%rip), %edx callq _chown movl %eax, -12(%rbp) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function ioError _ioError: ## @ioError .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 ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq %rax, -8(%rbp) ## 8-byte Spill movq (%rax), %rdx leaq L_.str.79(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf ## kill: def $ecx killed $eax movq -8(%rbp), %rax ## 8-byte Reload movq (%rax), %rdi callq _perror callq _showFileNames movl $1, %edi callq _cleanUpAndFail .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function myfeof _myfeof: ## @myfeof .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 -16(%rbp), %rdi callq _fgetc movl %eax, -20(%rbp) cmpl $-1, -20(%rbp) jne LBB31_2 ## %bb.1: movb $1, -1(%rbp) jmp LBB31_3 LBB31_2: movl -20(%rbp), %edi movq -16(%rbp), %rsi callq _ungetc movb $0, -1(%rbp) LBB31_3: movzbl -1(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function uInt64_from_UInt32s _uInt64_from_UInt32s: ## @uInt64_from_UInt32s .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl -16(%rbp), %eax shrl $24, %eax andl $255, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 7(%rax) movl -16(%rbp), %eax shrl $16, %eax andl $255, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 6(%rax) movl -16(%rbp), %eax shrl $8, %eax andl $255, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 5(%rax) movl -16(%rbp), %eax andl $255, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 4(%rax) movl -12(%rbp), %eax shrl $24, %eax andl $255, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 3(%rax) movl -12(%rbp), %eax shrl $16, %eax andl $255, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 2(%rax) movl -12(%rbp), %eax shrl $8, %eax andl $255, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, 1(%rax) movl -12(%rbp), %eax andl $255, %eax movb %al, %cl movq -8(%rbp), %rax movb %cl, (%rax) popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function uInt64_to_double LCPI33_0: .quad 0x3ff0000000000000 ## double 1 LCPI33_1: .quad 0x4070000000000000 ## double 256 .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 _uInt64_to_double: ## @uInt64_to_double .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) movsd LCPI33_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -24(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -32(%rbp) movl $0, -12(%rbp) LBB33_1: ## =>This Inner Loop Header: Depth=1 cmpl $8, -12(%rbp) jge LBB33_4 ## %bb.2: ## in Loop: Header=BB33_1 Depth=1 movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero movq -8(%rbp), %rax movslq -12(%rbp), %rcx movzbl (%rax,%rcx), %eax cvtsi2sd %eax, %xmm2 movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -32(%rbp) movsd LCPI33_1(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -24(%rbp), %xmm0 movsd %xmm0, -24(%rbp) ## %bb.3: ## in Loop: Header=BB33_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB33_1 LBB33_4: movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function uInt64_toAscii _uInt64_toAscii: ## @uInt64_toAscii .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -64(%rbp) movq %rsi, -72(%rbp) movl $0, -84(%rbp) movq -72(%rbp), %rax movq (%rax), %rax movq %rax, -56(%rbp) LBB34_1: ## =>This Inner Loop Header: Depth=1 leaq -56(%rbp), %rdi callq _uInt64_qrm10 movl %eax, -80(%rbp) movl -80(%rbp), %eax addl $48, %eax movb %al, %cl movslq -84(%rbp), %rax movb %cl, -48(%rbp,%rax) movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) ## %bb.2: ## in Loop: Header=BB34_1 Depth=1 leaq -56(%rbp), %rdi callq _uInt64_isZero cmpb $0, %al setne %al xorb $-1, %al testb $1, %al jne LBB34_1 ## %bb.3: movq -64(%rbp), %rax movslq -84(%rbp), %rcx movb $0, (%rax,%rcx) movl $0, -76(%rbp) LBB34_4: ## =>This Inner Loop Header: Depth=1 movl -76(%rbp), %eax cmpl -84(%rbp), %eax jge LBB34_7 ## %bb.5: ## in Loop: Header=BB34_4 Depth=1 movl -84(%rbp), %eax subl -76(%rbp), %eax subl $1, %eax cltq movb -48(%rbp,%rax), %dl movq -64(%rbp), %rax movslq -76(%rbp), %rcx movb %dl, (%rax,%rcx) ## %bb.6: ## in Loop: Header=BB34_4 Depth=1 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB34_4 LBB34_7: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB34_9 ## %bb.8: addq $96, %rsp popq %rbp retq LBB34_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function configError _configError: ## @configError .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.78(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $3, %edi callq _setExit movq _exitValue@GOTPCREL(%rip), %rax movl (%rax), %edi callq _exit .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function uInt64_qrm10 _uInt64_qrm10: ## @uInt64_qrm10 .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) movl $7, -20(%rbp) LBB36_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -20(%rbp) jl LBB36_4 ## %bb.2: ## in Loop: Header=BB36_1 Depth=1 movl -12(%rbp), %eax shll $8, %eax movq -8(%rbp), %rcx movslq -20(%rbp), %rdx movzbl (%rcx,%rdx), %ecx addl %ecx, %eax movl %eax, -16(%rbp) movl -16(%rbp), %eax movl $10, %ecx xorl %edx, %edx divl %ecx movb %al, %dl movq -8(%rbp), %rax movslq -20(%rbp), %rcx movb %dl, (%rax,%rcx) movl -16(%rbp), %eax movl $10, %ecx xorl %edx, %edx divl %ecx movl %edx, -12(%rbp) ## %bb.3: ## in Loop: Header=BB36_1 Depth=1 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) jmp LBB36_1 LBB36_4: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function uInt64_isZero _uInt64_isZero: ## @uInt64_isZero .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 $0, -20(%rbp) LBB37_1: ## =>This Inner Loop Header: Depth=1 cmpl $8, -20(%rbp) jge LBB37_6 ## %bb.2: ## in Loop: Header=BB37_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movzbl (%rax,%rcx), %eax cmpl $0, %eax je LBB37_4 ## %bb.3: movb $0, -1(%rbp) jmp LBB37_7 LBB37_4: ## in Loop: Header=BB37_1 Depth=1 jmp LBB37_5 LBB37_5: ## in Loop: Header=BB37_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB37_1 LBB37_6: movb $1, -1(%rbp) LBB37_7: movzbl -1(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function mapSuffix _mapSuffix: ## @mapSuffix .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _hasSuffix cmpb $0, %al jne LBB38_2 ## %bb.1: movb $0, -1(%rbp) jmp LBB38_3 LBB38_2: movq -16(%rbp), %rax movq %rax, -40(%rbp) ## 8-byte Spill movq -16(%rbp), %rdi callq _strlen movq %rax, -48(%rbp) ## 8-byte Spill movq -24(%rbp), %rdi callq _strlen movq -48(%rbp), %rcx ## 8-byte Reload movq %rax, %rdx movq -40(%rbp), %rax ## 8-byte Reload subq %rdx, %rcx movb $0, (%rax,%rcx) movq -16(%rbp), %rdi movq -32(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movb $1, -1(%rbp) LBB38_3: movzbl -1(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function uncompressStream _uncompressStream: ## @uncompressStream .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $10112, %eax ## imm = 0x2780 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -10032(%rbp) movq %rsi, -10040(%rbp) movq $0, -10048(%rbp) movl $0, -10076(%rbp) movl $0, -10068(%rbp) movq -10040(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB39_2 ## %bb.1: jmp LBB39_65 LBB39_2: movq -10032(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB39_4 ## %bb.3: jmp LBB39_65 LBB39_4: jmp LBB39_5 LBB39_5: ## =>This Loop Header: Depth=1 ## Child Loop BB39_9 Depth 2 ## Child Loop BB39_24 Depth 2 movq -10032(%rbp), %rsi movq _verbosity@GOTPCREL(%rip), %rax movl (%rax), %edx movq _smallMode@GOTPCREL(%rip), %rax movzbl (%rax), %ecx leaq -10016(%rbp), %r8 movl -10076(%rbp), %r9d leaq -10052(%rbp), %rdi callq _BZ2_bzReadOpen movq %rax, -10048(%rbp) cmpq $0, -10048(%rbp) je LBB39_7 ## %bb.6: ## in Loop: Header=BB39_5 Depth=1 cmpl $0, -10052(%rbp) je LBB39_8 LBB39_7: jmp LBB39_62 LBB39_8: ## in Loop: Header=BB39_5 Depth=1 movl -10068(%rbp), %eax addl $1, %eax movl %eax, -10068(%rbp) LBB39_9: ## Parent Loop BB39_5 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -10052(%rbp) jne LBB39_19 ## %bb.10: ## in Loop: Header=BB39_9 Depth=2 movq -10048(%rbp), %rsi leaq -5008(%rbp), %rdx leaq -10052(%rbp), %rdi movl $5000, %ecx ## imm = 0x1388 callq _BZ2_bzRead movl %eax, -10064(%rbp) cmpl $-5, -10052(%rbp) jne LBB39_12 ## %bb.11: jmp LBB39_49 LBB39_12: ## in Loop: Header=BB39_9 Depth=2 cmpl $0, -10052(%rbp) je LBB39_14 ## %bb.13: ## in Loop: Header=BB39_9 Depth=2 cmpl $4, -10052(%rbp) jne LBB39_16 LBB39_14: ## in Loop: Header=BB39_9 Depth=2 cmpl $0, -10064(%rbp) jle LBB39_16 ## %bb.15: ## in Loop: Header=BB39_9 Depth=2 leaq -5008(%rbp), %rdi movslq -10064(%rbp), %rdx movq -10040(%rbp), %rcx movl $1, %esi callq _fwrite LBB39_16: ## in Loop: Header=BB39_9 Depth=2 movq -10040(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB39_18 ## %bb.17: jmp LBB39_65 LBB39_18: ## in Loop: Header=BB39_9 Depth=2 jmp LBB39_9 LBB39_19: ## in Loop: Header=BB39_5 Depth=1 cmpl $4, -10052(%rbp) je LBB39_21 ## %bb.20: jmp LBB39_62 LBB39_21: ## in Loop: Header=BB39_5 Depth=1 movq -10048(%rbp), %rsi leaq -10052(%rbp), %rdi leaq -10088(%rbp), %rdx leaq -10076(%rbp), %rcx callq _BZ2_bzReadGetUnused cmpl $0, -10052(%rbp) je LBB39_23 ## %bb.22: leaq L_.str.89(%rip), %rdi callq _panic LBB39_23: ## in Loop: Header=BB39_5 Depth=1 movq -10088(%rbp), %rax movq %rax, -10096(%rbp) movl $0, -10072(%rbp) LBB39_24: ## Parent Loop BB39_5 Depth=1 ## => This Inner Loop Header: Depth=2 movl -10072(%rbp), %eax cmpl -10076(%rbp), %eax jge LBB39_27 ## %bb.25: ## in Loop: Header=BB39_24 Depth=2 movq -10096(%rbp), %rax movslq -10072(%rbp), %rcx movb (%rax,%rcx), %cl movslq -10072(%rbp), %rax movb %cl, -10016(%rbp,%rax) ## %bb.26: ## in Loop: Header=BB39_24 Depth=2 movl -10072(%rbp), %eax addl $1, %eax movl %eax, -10072(%rbp) jmp LBB39_24 LBB39_27: ## in Loop: Header=BB39_5 Depth=1 movq -10048(%rbp), %rsi leaq -10052(%rbp), %rdi callq _BZ2_bzReadClose cmpl $0, -10052(%rbp) je LBB39_29 ## %bb.28: leaq L_.str.89(%rip), %rdi callq _panic LBB39_29: ## in Loop: Header=BB39_5 Depth=1 cmpl $0, -10076(%rbp) jne LBB39_32 ## %bb.30: ## in Loop: Header=BB39_5 Depth=1 movq -10032(%rbp), %rdi callq _myfeof movzbl %al, %eax cmpl $0, %eax je LBB39_32 ## %bb.31: jmp LBB39_33 LBB39_32: ## in Loop: Header=BB39_5 Depth=1 jmp LBB39_5 LBB39_33: jmp LBB39_34 LBB39_34: movq -10032(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB39_36 ## %bb.35: jmp LBB39_65 LBB39_36: movq -10032(%rbp), %rdi callq _fclose movl %eax, -10060(%rbp) cmpl $-1, -10060(%rbp) jne LBB39_38 ## %bb.37: jmp LBB39_65 LBB39_38: movq -10040(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB39_40 ## %bb.39: jmp LBB39_65 LBB39_40: movq -10040(%rbp), %rdi callq _fflush movl %eax, -10060(%rbp) cmpl $0, -10060(%rbp) je LBB39_42 ## %bb.41: jmp LBB39_65 LBB39_42: movq -10040(%rbp), %rax movq ___stdoutp@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB39_46 ## %bb.43: movq -10040(%rbp), %rdi callq _fclose movl %eax, -10060(%rbp) movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq $0, (%rax) cmpl $-1, -10060(%rbp) jne LBB39_45 ## %bb.44: jmp LBB39_65 LBB39_45: jmp LBB39_46 LBB39_46: movq _outputHandleJustInCase@GOTPCREL(%rip), %rax movq $0, (%rax) movq _verbosity@GOTPCREL(%rip), %rax cmpl $2, (%rax) jl LBB39_48 ## %bb.47: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.90(%rip), %rsi movb $0, %al callq _fprintf LBB39_48: movb $1, -10017(%rbp) jmp LBB39_79 LBB39_49: movq _forceOverwrite@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB39_61 ## %bb.50: movq -10032(%rbp), %rdi callq _rewind LBB39_51: ## =>This Inner Loop Header: Depth=1 movq -10032(%rbp), %rdi callq _myfeof cmpb $0, %al je LBB39_53 ## %bb.52: jmp LBB39_60 LBB39_53: ## in Loop: Header=BB39_51 Depth=1 leaq -5008(%rbp), %rdi movq -10032(%rbp), %rcx movl $1, %esi movl $5000, %edx ## imm = 0x1388 callq _fread ## kill: def $eax killed $eax killed $rax movl %eax, -10064(%rbp) movq -10032(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB39_55 ## %bb.54: jmp LBB39_65 LBB39_55: ## in Loop: Header=BB39_51 Depth=1 cmpl $0, -10064(%rbp) jle LBB39_57 ## %bb.56: ## in Loop: Header=BB39_51 Depth=1 leaq -5008(%rbp), %rdi movslq -10064(%rbp), %rdx movq -10040(%rbp), %rcx movl $1, %esi callq _fwrite LBB39_57: ## in Loop: Header=BB39_51 Depth=1 movq -10040(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB39_59 ## %bb.58: jmp LBB39_65 LBB39_59: ## in Loop: Header=BB39_51 Depth=1 jmp LBB39_51 LBB39_60: jmp LBB39_34 LBB39_61: jmp LBB39_62 LBB39_62: movq -10048(%rbp), %rsi leaq -10056(%rbp), %rdi callq _BZ2_bzReadClose movl -10052(%rbp), %eax addl $9, %eax movl %eax, %ecx movq %rcx, -10104(%rbp) ## 8-byte Spill subl $6, %eax ja LBB39_78 ## %bb.82: movq -10104(%rbp), %rax ## 8-byte Reload leaq LJTI39_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB39_63: callq _configError LBB39_64: jmp LBB39_65 LBB39_65: callq _ioError LBB39_66: callq _crcError LBB39_67: callq _outOfMemory LBB39_68: callq _compressedStreamEOF LBB39_69: movq -10032(%rbp), %rax movq ___stdinp@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB39_71 ## %bb.70: movq -10032(%rbp), %rdi callq _fclose LBB39_71: movq -10040(%rbp), %rax movq ___stdoutp@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB39_73 ## %bb.72: movq -10040(%rbp), %rdi callq _fclose LBB39_73: cmpl $1, -10068(%rbp) jne LBB39_75 ## %bb.74: movb $0, -10017(%rbp) jmp LBB39_79 LBB39_75: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB39_77 ## %bb.76: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.91(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB39_77: movb $1, -10017(%rbp) jmp LBB39_79 LBB39_78: leaq L_.str.92(%rip), %rdi callq _panic LBB39_79: movb -10017(%rbp), %al movb %al, -10105(%rbp) ## 1-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB39_81 ## %bb.80: movb -10105(%rbp), %al ## 1-byte Reload movzbl %al, %eax addq $10112, %rsp ## imm = 0x2780 popq %rbp retq LBB39_81: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L39_0_set_63, LBB39_63-LJTI39_0 .set L39_0_set_78, LBB39_78-LJTI39_0 .set L39_0_set_68, LBB39_68-LJTI39_0 .set L39_0_set_64, LBB39_64-LJTI39_0 .set L39_0_set_69, LBB39_69-LJTI39_0 .set L39_0_set_66, LBB39_66-LJTI39_0 .set L39_0_set_67, LBB39_67-LJTI39_0 LJTI39_0: .long L39_0_set_63 .long L39_0_set_78 .long L39_0_set_68 .long L39_0_set_64 .long L39_0_set_69 .long L39_0_set_66 .long L39_0_set_67 .end_data_region ## -- End function .p2align 4, 0x90 ## -- Begin function crcError _crcError: ## @crcError .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.93(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf callq _showFileNames callq _cadvise movl $2, %edi callq _cleanUpAndFail .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function compressedStreamEOF _compressedStreamEOF: ## @compressedStreamEOF .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB41_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.94(%rip), %rsi movb $0, %al callq _fprintf movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _perror callq _showFileNames callq _cadvise LBB41_2: movl $2, %edi callq _cleanUpAndFail .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function testStream _testStream: ## @testStream .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $10112, %eax ## imm = 0x2780 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -10032(%rbp) movq $0, -10040(%rbp) movl $0, -10068(%rbp) movl $0, -10060(%rbp) movq -10032(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB42_2 ## %bb.1: jmp LBB42_37 LBB42_2: jmp LBB42_3 LBB42_3: ## =>This Loop Header: Depth=1 ## Child Loop BB42_7 Depth 2 ## Child Loop BB42_16 Depth 2 movq -10032(%rbp), %rsi movq _verbosity@GOTPCREL(%rip), %rax movl (%rax), %edx movq _smallMode@GOTPCREL(%rip), %rax movzbl (%rax), %ecx leaq -10016(%rbp), %r8 movl -10068(%rbp), %r9d leaq -10044(%rbp), %rdi callq _BZ2_bzReadOpen movq %rax, -10040(%rbp) cmpq $0, -10040(%rbp) je LBB42_5 ## %bb.4: ## in Loop: Header=BB42_3 Depth=1 cmpl $0, -10044(%rbp) je LBB42_6 LBB42_5: jmp LBB42_32 LBB42_6: ## in Loop: Header=BB42_3 Depth=1 movl -10060(%rbp), %eax addl $1, %eax movl %eax, -10060(%rbp) LBB42_7: ## Parent Loop BB42_3 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -10044(%rbp) jne LBB42_11 ## %bb.8: ## in Loop: Header=BB42_7 Depth=2 movq -10040(%rbp), %rsi leaq -5008(%rbp), %rdx leaq -10044(%rbp), %rdi movl $5000, %ecx ## imm = 0x1388 callq _BZ2_bzRead movl %eax, -10056(%rbp) cmpl $-5, -10044(%rbp) jne LBB42_10 ## %bb.9: jmp LBB42_32 LBB42_10: ## in Loop: Header=BB42_7 Depth=2 jmp LBB42_7 LBB42_11: ## in Loop: Header=BB42_3 Depth=1 cmpl $4, -10044(%rbp) je LBB42_13 ## %bb.12: jmp LBB42_32 LBB42_13: ## in Loop: Header=BB42_3 Depth=1 movq -10040(%rbp), %rsi leaq -10044(%rbp), %rdi leaq -10080(%rbp), %rdx leaq -10068(%rbp), %rcx callq _BZ2_bzReadGetUnused cmpl $0, -10044(%rbp) je LBB42_15 ## %bb.14: leaq L_.str.99(%rip), %rdi callq _panic LBB42_15: ## in Loop: Header=BB42_3 Depth=1 movq -10080(%rbp), %rax movq %rax, -10088(%rbp) movl $0, -10064(%rbp) LBB42_16: ## Parent Loop BB42_3 Depth=1 ## => This Inner Loop Header: Depth=2 movl -10064(%rbp), %eax cmpl -10068(%rbp), %eax jge LBB42_19 ## %bb.17: ## in Loop: Header=BB42_16 Depth=2 movq -10088(%rbp), %rax movslq -10064(%rbp), %rcx movb (%rax,%rcx), %cl movslq -10064(%rbp), %rax movb %cl, -10016(%rbp,%rax) ## %bb.18: ## in Loop: Header=BB42_16 Depth=2 movl -10064(%rbp), %eax addl $1, %eax movl %eax, -10064(%rbp) jmp LBB42_16 LBB42_19: ## in Loop: Header=BB42_3 Depth=1 movq -10040(%rbp), %rsi leaq -10044(%rbp), %rdi callq _BZ2_bzReadClose cmpl $0, -10044(%rbp) je LBB42_21 ## %bb.20: leaq L_.str.99(%rip), %rdi callq _panic LBB42_21: ## in Loop: Header=BB42_3 Depth=1 cmpl $0, -10068(%rbp) jne LBB42_24 ## %bb.22: ## in Loop: Header=BB42_3 Depth=1 movq -10032(%rbp), %rdi callq _myfeof movzbl %al, %eax cmpl $0, %eax je LBB42_24 ## %bb.23: jmp LBB42_25 LBB42_24: ## in Loop: Header=BB42_3 Depth=1 jmp LBB42_3 LBB42_25: movq -10032(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB42_27 ## %bb.26: jmp LBB42_37 LBB42_27: movq -10032(%rbp), %rdi callq _fclose movl %eax, -10052(%rbp) cmpl $-1, -10052(%rbp) jne LBB42_29 ## %bb.28: jmp LBB42_37 LBB42_29: movq _verbosity@GOTPCREL(%rip), %rax cmpl $2, (%rax) jl LBB42_31 ## %bb.30: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.90(%rip), %rsi movb $0, %al callq _fprintf LBB42_31: movb $1, -10017(%rbp) jmp LBB42_49 LBB42_32: movq -10040(%rbp), %rsi leaq -10048(%rbp), %rdi callq _BZ2_bzReadClose movq _verbosity@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB42_34 ## %bb.33: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progName@GOTPCREL(%rip), %rax movq (%rax), %rdx leaq L_.str.100(%rip), %rsi movq _inName@GOTPCREL(%rip), %rcx movb $0, %al callq _fprintf LBB42_34: movl -10044(%rbp), %eax addl $9, %eax movl %eax, %ecx movq %rcx, -10096(%rbp) ## 8-byte Spill subl $6, %eax ja LBB42_48 ## %bb.52: movq -10096(%rbp), %rax ## 8-byte Reload leaq LJTI42_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB42_35: callq _configError LBB42_36: jmp LBB42_37 LBB42_37: callq _ioError LBB42_38: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.101(%rip), %rsi movb $0, %al callq _fprintf movb $0, -10017(%rbp) jmp LBB42_49 LBB42_39: callq _outOfMemory LBB42_40: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.102(%rip), %rsi movb $0, %al callq _fprintf movb $0, -10017(%rbp) jmp LBB42_49 LBB42_41: movq -10032(%rbp), %rax movq ___stdinp@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB42_43 ## %bb.42: movq -10032(%rbp), %rdi callq _fclose LBB42_43: cmpl $1, -10060(%rbp) jne LBB42_45 ## %bb.44: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.103(%rip), %rsi movb $0, %al callq _fprintf movb $0, -10017(%rbp) jmp LBB42_49 LBB42_45: movq _noisy@GOTPCREL(%rip), %rax cmpb $0, (%rax) je LBB42_47 ## %bb.46: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.104(%rip), %rsi movb $0, %al callq _fprintf LBB42_47: movb $1, -10017(%rbp) jmp LBB42_49 LBB42_48: leaq L_.str.105(%rip), %rdi callq _panic LBB42_49: movb -10017(%rbp), %al movb %al, -10097(%rbp) ## 1-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB42_51 ## %bb.50: movb -10097(%rbp), %al ## 1-byte Reload movzbl %al, %eax addq $10112, %rsp ## imm = 0x2780 popq %rbp retq LBB42_51: callq ___stack_chk_fail ud2 .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L42_0_set_35, LBB42_35-LJTI42_0 .set L42_0_set_48, LBB42_48-LJTI42_0 .set L42_0_set_40, LBB42_40-LJTI42_0 .set L42_0_set_36, LBB42_36-LJTI42_0 .set L42_0_set_41, LBB42_41-LJTI42_0 .set L42_0_set_38, LBB42_38-LJTI42_0 .set L42_0_set_39, LBB42_39-LJTI42_0 LJTI42_0: .long L42_0_set_35 .long L42_0_set_48 .long L42_0_set_40 .long L42_0_set_36 .long L42_0_set_41 .long L42_0_set_38 .long L42_0_set_39 .end_data_region ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz ".bz2" L_.str.1: ## @.str.1 .asciz ".bz" L_.str.2: ## @.str.2 .asciz ".tbz2" L_.str.3: ## @.str.3 .asciz ".tbz" .section __DATA,__data .globl _zSuffix ## @zSuffix .p2align 4 _zSuffix: .quad L_.str .quad L_.str.1 .quad L_.str.2 .quad L_.str.3 .section __TEXT,__cstring,cstring_literals L_.str.4: ## @.str.4 .space 1 L_.str.5: ## @.str.5 .asciz ".tar" .section __DATA,__data .globl _unzSuffix ## @unzSuffix .p2align 4 _unzSuffix: .quad L_.str.4 .quad L_.str.4 .quad L_.str.5 .quad L_.str.5 .comm _outputHandleJustInCase,8,3 ## @outputHandleJustInCase .comm _smallMode,1,0 ## @smallMode .comm _keepInputFiles,1,0 ## @keepInputFiles .comm _forceOverwrite,1,0 ## @forceOverwrite .comm _noisy,1,0 ## @noisy .comm _verbosity,4,2 ## @verbosity .comm _blockSize100k,4,2 ## @blockSize100k .comm _testFailsExist,1,0 ## @testFailsExist .comm _unzFailsExist,1,0 ## @unzFailsExist .comm _numFileNames,4,2 ## @numFileNames .comm _numFilesProcessed,4,2 ## @numFilesProcessed .comm _workFactor,4,2 ## @workFactor .comm _deleteOutputOnInterrupt,1,0 ## @deleteOutputOnInterrupt .comm _exitValue,4,2 ## @exitValue .comm _inName,1034,4 ## @inName .section __TEXT,__cstring,cstring_literals L_.str.6: ## @.str.6 .asciz "(none)" .comm _outName,1034,4 ## @outName .comm _progNameReally,1034,4 ## @progNameReally .comm _progName,8,3 ## @progName L_.str.7: ## @.str.7 .asciz "BZIP2" L_.str.8: ## @.str.8 .asciz "BZIP" .comm _longestFileName,4,2 ## @longestFileName L_.str.9: ## @.str.9 .asciz "--" .comm _srcMode,4,2 ## @srcMode .comm _opMode,4,2 ## @opMode L_.str.10: ## @.str.10 .asciz "unzip" L_.str.11: ## @.str.11 .asciz "UNZIP" L_.str.12: ## @.str.12 .asciz "z2cat" L_.str.13: ## @.str.13 .asciz "Z2CAT" L_.str.14: ## @.str.14 .asciz "zcat" L_.str.15: ## @.str.15 .asciz "ZCAT" L_.str.16: ## @.str.16 .asciz "small" L_.str.17: ## @.str.17 .asciz "%s: Bad flag `%s'\n" L_.str.18: ## @.str.18 .asciz "--stdout" L_.str.19: ## @.str.19 .asciz "--decompress" L_.str.20: ## @.str.20 .asciz "--compress" L_.str.21: ## @.str.21 .asciz "--force" L_.str.22: ## @.str.22 .asciz "--test" L_.str.23: ## @.str.23 .asciz "--keep" L_.str.24: ## @.str.24 .asciz "--small" L_.str.25: ## @.str.25 .asciz "--quiet" L_.str.26: ## @.str.26 .asciz "--version" L_.str.27: ## @.str.27 .asciz "--license" L_.str.28: ## @.str.28 .asciz "--exponential" L_.str.29: ## @.str.29 .asciz "--repetitive-best" L_.str.30: ## @.str.30 .asciz "--repetitive-fast" L_.str.31: ## @.str.31 .asciz "--fast" L_.str.32: ## @.str.32 .asciz "--best" L_.str.33: ## @.str.33 .asciz "--verbose" L_.str.34: ## @.str.34 .asciz "--help" L_.str.35: ## @.str.35 .asciz "%s: -c and -t cannot be used together.\n" L_.str.36: ## @.str.36 .asciz "\nYou can use the `bzip2recover' program to attempt to recover\ndata from undamaged sections of corrupted files.\n\n" .comm _tmpName,1034,4 ## @tmpName L_.str.37: ## @.str.37 .asciz "\n%s: Caught a SIGSEGV or SIGBUS whilst compressing.\n\n Possible causes are (most likely first):\n (1) This computer has unreliable memory or cache hardware\n (a surprisingly common problem; try a different machine.)\n (2) A bug in the compiler used to create this executable\n (unlikely, if you didn't compile bzip2 yourself.)\n (3) A real bug in bzip2 -- I hope this should never be the case.\n The user's manual, Section 4.3, has more info on (1) and (2).\n \n If you suspect this is a bug in bzip2, or are unsure about (1)\n or (2), feel free to report it to me at: [email protected].\n Section 4.3 of the user's manual describes the info a useful\n bug report should have. If the manual is available on your\n system, please try and read it before mailing me. If you don't\n have the manual or can't be bothered to read it, mail me anyway.\n\n" L_.str.38: ## @.str.38 .asciz "\n%s: Caught a SIGSEGV or SIGBUS whilst decompressing.\n\n Possible causes are (most likely first):\n (1) The compressed data is corrupted, and bzip2's usual checks\n failed to detect this. Try bzip2 -tvv my_file.bz2.\n (2) This computer has unreliable memory or cache hardware\n (a surprisingly common problem; try a different machine.)\n (3) A bug in the compiler used to create this executable\n (unlikely, if you didn't compile bzip2 yourself.)\n (4) A real bug in bzip2 -- I hope this should never be the case.\n The user's manual, Section 4.3, has more info on (2) and (3).\n \n If you suspect this is a bug in bzip2, or are unsure about (2)\n or (3), feel free to report it to me at: [email protected].\n Section 4.3 of the user's manual describes the info a useful\n bug report should have. If the manual is available on your\n system, please try and read it before mailing me. If you don't\n have the manual or can't be bothered to read it, mail me anyway.\n\n" L_.str.39: ## @.str.39 .asciz "\tInput file = %s, output file = %s\n" L_.str.40: ## @.str.40 .asciz "%s: Deleting output file %s, if it exists.\n" L_.str.41: ## @.str.41 .asciz "%s: WARNING: deletion of output file (apparently) failed.\n" L_.str.42: ## @.str.42 .asciz "%s: WARNING: deletion of output file suppressed\n" L_.str.43: ## @.str.43 .asciz "%s: since input file no longer exists. Output file\n" L_.str.44: ## @.str.44 .asciz "%s: `%s' may be incomplete.\n" L_.str.45: ## @.str.45 .asciz "%s: I suggest doing an integrity test (bzip2 -tv) of it.\n" L_.str.46: ## @.str.46 .asciz "%s: WARNING: some files have not been processed:\n%s: %d specified on command line, %d not processed yet.\n\n" L_.str.47: ## @.str.47 .asciz "\nIt is possible that the compressed file(s) have become corrupted.\nYou can use the -tvv option to test integrity of such files.\n\nYou can use the `bzip2recover' program to attempt to recover\ndata from undamaged sections of corrupted files.\n\n" L_.str.48: ## @.str.48 .asciz "bzip2: file name\n`%s'\nis suspiciously (more than %d chars) long.\nTry using a reasonable file name instead. Sorry! :-)\n" L_.str.49: ## @.str.49 .asciz "\n%s: couldn't allocate enough memory\n" L_.str.50: ## @.str.50 .asciz "bzip2, a block-sorting file compressor. Version %s.\n \n Copyright (C) 1996-2005 by Julian Seward.\n \n This program is free software; you can redistribute it and/or modify\n it under the terms set out in the LICENSE file, which is included\n in the bzip2-1.0 source distribution.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n LICENSE file for more details.\n \n" L_.str.51: ## @.str.51 .asciz "bzip2, a block-sorting file compressor. Version %s.\n\n usage: %s [flags and input files in any order]\n\n -h --help print this message\n -d --decompress force decompression\n -z --compress force compression\n -k --keep keep (don't delete) input files\n -f --force overwrite existing output files\n -t --test test compressed file integrity\n -c --stdout output to standard out\n -q --quiet suppress noncritical error messages\n -v --verbose be verbose (a 2nd -v gives more)\n -L --license display software version & license\n -V --version display software version & license\n -s --small use less memory (at most 2500k)\n -1 .. -9 set block size to 100k .. 900k\n --fast alias for -1\n --best alias for -9\n\n If invoked as `bzip2', default action is to compress.\n as `bunzip2', default action is to decompress.\n as `bzcat', default action is to decompress to stdout.\n\n If no file names are given, bzip2 compresses or decompresses\n from standard input to standard output. You can combine\n short flags, so `-v -4' means the same as -v4 or -4v, &c.\n\n" L_.str.52: ## @.str.52 .asciz "%s: %s is redundant in versions 0.9.5 and above\n" L_.str.53: ## @.str.53 .asciz "\n%s: Control-C or similar caught, quitting.\n" L_.str.54: ## @.str.54 .asciz "compress: bad modes\n" L_.str.55: ## @.str.55 .asciz "(stdin)" L_.str.56: ## @.str.56 .asciz "(stdout)" L_.str.57: ## @.str.57 .asciz "%s: There are no files matching `%s'.\n" L_.str.58: ## @.str.58 .asciz "%s: Can't open input file %s: %s.\n" L_.str.59: ## @.str.59 .asciz "%s: Input file %s already has %s suffix.\n" L_.str.60: ## @.str.60 .asciz "%s: Input file %s is a directory.\n" L_.str.61: ## @.str.61 .asciz "%s: Input file %s is not a normal file.\n" L_.str.62: ## @.str.62 .asciz "%s: Output file %s already exists.\n" L_.str.63: ## @.str.63 .asciz "%s: Input file %s has %d other link%s.\n" L_.str.64: ## @.str.64 .asciz "s" L_.str.65: ## @.str.65 .asciz "%s: I won't write compressed data to a terminal.\n" L_.str.66: ## @.str.66 .asciz "%s: For help, type: `%s --help'.\n" L_.str.67: ## @.str.67 .asciz "rb" L_.str.68: ## @.str.68 .asciz "wb" L_.str.69: ## @.str.69 .asciz "%s: Can't create output file %s: %s.\n" L_.str.70: ## @.str.70 .asciz "compress: bad srcMode" L_.str.71: ## @.str.71 .asciz " %s: " L_.str.72: ## @.str.72 .asciz "\n%s: PANIC -- internal consistency error:\n\t%s\n\tThis is a BUG. Please report it to me at:\n\[email protected]\n" .zerofill __DATA,__bss,_fileMetaInfo,144,3 ## @fileMetaInfo L_.str.73: ## @.str.73 .asciz " " L_.str.74: ## @.str.74 .asciz "\n" L_.str.75: ## @.str.75 .asciz " no data compressed.\n" L_.str.76: ## @.str.76 .asciz "%6.3f:1, %6.3f bits/byte, %5.2f%% saved, %s in, %s out.\n" L_.str.77: ## @.str.77 .asciz "compress:unexpected error" L_.str.78: ## @.str.78 .asciz "bzip2: I'm not configured correctly for this platform!\n\tI require Int32, Int16 and Char to have sizes\n\tof 4, 2 and 1 bytes to run properly, and they don't.\n\tProbably you can fix this by defining them correctly,\n\tand recompiling. Bye!\n" L_.str.79: ## @.str.79 .asciz "\n%s: I/O or other error, bailing out. Possible reason follows.\n" L_.str.80: ## @.str.80 .asciz "uncompress: bad modes\n" L_.str.81: ## @.str.81 .asciz ".out" L_.str.82: ## @.str.82 .asciz "%s: Can't guess original name for %s -- using %s\n" L_.str.83: ## @.str.83 .asciz "%s: I won't read compressed data from a terminal.\n" L_.str.84: ## @.str.84 .asciz "%s: Can't open input file %s:%s.\n" L_.str.85: ## @.str.85 .asciz "uncompress: bad srcMode" L_.str.86: ## @.str.86 .asciz "done\n" L_.str.87: ## @.str.87 .asciz "not a bzip2 file.\n" L_.str.88: ## @.str.88 .asciz "%s: %s is not a bzip2 file.\n" L_.str.89: ## @.str.89 .asciz "decompress:bzReadGetUnused" L_.str.90: ## @.str.90 .asciz "\n " L_.str.91: ## @.str.91 .asciz "\n%s: %s: trailing garbage after EOF ignored\n" L_.str.92: ## @.str.92 .asciz "decompress:unexpected error" L_.str.93: ## @.str.93 .asciz "\n%s: Data integrity error when decompressing.\n" L_.str.94: ## @.str.94 .asciz "\n%s: Compressed file ends unexpectedly;\n\tperhaps it is corrupted? *Possible* reason follows.\n" L_.str.95: ## @.str.95 .asciz "testf: bad modes\n" L_.str.96: ## @.str.96 .asciz "%s: Can't open input %s: %s.\n" L_.str.97: ## @.str.97 .asciz "testf: bad srcMode" L_.str.98: ## @.str.98 .asciz "ok\n" L_.str.99: ## @.str.99 .asciz "test:bzReadGetUnused" L_.str.100: ## @.str.100 .asciz "%s: %s: " L_.str.101: ## @.str.101 .asciz "data integrity (CRC) error in data\n" L_.str.102: ## @.str.102 .asciz "file ends unexpectedly\n" L_.str.103: ## @.str.103 .asciz "bad magic number (file not created by bzip2)\n" L_.str.104: ## @.str.104 .asciz "trailing garbage after EOF ignored\n" L_.str.105: ## @.str.105 .asciz "test:unexpected error" .subsections_via_symbols
the_stack_data/82951571.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #208 .cfi_def_cfa_offset 208 stp x29, x30, [sp, #192] ; 16-byte Folded Spill add x29, sp, #192 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w0, #8 bl _malloc stur x0, [x29, #-32] ldur x8, [x29, #-32] stur x8, [x29, #-16] ldur x8, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-44] ; kill: def $x8 killed $xzr stur xzr, [x29, #-56] ldur x8, [x29, #-56] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-60] ldur w8, [x29, #-60] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #1 stur w8, [x29, #-4] b LBB0_7 LBB0_2: b LBB0_3 LBB0_3: mov w0, #8 bl _malloc stur x0, [x29, #-40] ldur x8, [x29, #-40] stur x8, [x29, #-24] ldur x8, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-64] ldur w8, [x29, #-64] add w8, w8, #4 stur w8, [x29, #-68] ldur w8, [x29, #-68] ; kill: def $x8 killed $w8 str x8, [sp, #48] ldur x8, [x29, #-24] ldr x9, [sp, #48] str x8, [x9] ldur x8, [x29, #-24] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-72] ; kill: def $x8 killed $xzr stur xzr, [x29, #-80] ldur x8, [x29, #-80] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-84] ldur w8, [x29, #-84] ldur w9, [x29, #-72] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: mov w8, #1 stur w8, [x29, #-4] b LBB0_7 LBB0_5: b LBB0_6 LBB0_6: ldur x8, [x29, #-16] ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-88] ldur w8, [x29, #-88] add w8, w8, #4 stur w8, [x29, #-92] ldur w8, [x29, #-92] ; kill: def $x8 killed $w8 str x8, [sp, #40] ldr x8, [sp, #40] ldr x8, [x8] str x8, [sp, #88] ldr x8, [sp, #88] str x8, [sp, #32] ldr x9, [sp, #32] mov w8, #1 str w8, [x9] ldur x9, [x29, #-16] ; kill: def $w9 killed $w9 killed $x9 str w9, [sp, #84] ldr w9, [sp, #84] add w9, w9, #4 str w9, [sp, #80] ldr w9, [sp, #80] ; kill: def $x9 killed $w9 str x9, [sp, #24] ldr x9, [sp, #24] ldr x9, [x9] str x9, [sp, #72] ldr x9, [sp, #72] ; kill: def $w9 killed $w9 killed $x9 str w9, [sp, #68] ldr w9, [sp, #68] add w9, w9, #4 str w9, [sp, #64] ldr w9, [sp, #64] ; kill: def $x9 killed $w9 str x9, [sp, #16] ldr x9, [sp, #16] ldr x9, [x9] str x9, [sp, #56] ldr x9, [sp, #56] str x9, [sp, #8] ldr x9, [sp, #8] str w8, [x9] stur wzr, [x29, #-4] b LBB0_7 LBB0_7: ldur w0, [x29, #-4] 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 .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 movl $0, -4(%rbp) movl $8, %edi callq _malloc movq %rax, -32(%rbp) movq -32(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -44(%rbp) movq $0, -56(%rbp) movq -56(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -60(%rbp) movl -60(%rbp), %eax cmpl -44(%rbp), %eax jne LBB0_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB0_7 LBB0_2: jmp LBB0_3 LBB0_3: movl $8, %edi callq _malloc movq %rax, -40(%rbp) movq -40(%rbp), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -64(%rbp) movl -64(%rbp), %eax addl $4, %eax movl %eax, -68(%rbp) movl -68(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -144(%rbp) movq -24(%rbp), %rcx movq -144(%rbp), %rax movq %rcx, (%rax) movq -24(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -72(%rbp) movq $0, -80(%rbp) movq -80(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -84(%rbp) movl -84(%rbp), %eax cmpl -72(%rbp), %eax jne LBB0_5 ## %bb.4: movl $1, -4(%rbp) jmp LBB0_7 LBB0_5: jmp LBB0_6 LBB0_6: movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -88(%rbp) movl -88(%rbp), %eax addl $4, %eax movl %eax, -92(%rbp) movl -92(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -152(%rbp) movq -152(%rbp), %rax movq (%rax), %rax movq %rax, -104(%rbp) movq -104(%rbp), %rax movq %rax, -160(%rbp) movq -160(%rbp), %rax movl $1, (%rax) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -108(%rbp) movl -108(%rbp), %eax addl $4, %eax movl %eax, -112(%rbp) movl -112(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -168(%rbp) movq -168(%rbp), %rax movq (%rax), %rax movq %rax, -120(%rbp) movq -120(%rbp), %rax ## kill: def $eax killed $eax killed $rax movl %eax, -124(%rbp) movl -124(%rbp), %eax addl $4, %eax movl %eax, -128(%rbp) movl -128(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -176(%rbp) movq -176(%rbp), %rax movq (%rax), %rax movq %rax, -136(%rbp) movq -136(%rbp), %rax movq %rax, -184(%rbp) movq -184(%rbp), %rax movl $1, (%rax) movl $0, -4(%rbp) LBB0_7: movl -4(%rbp), %eax addq $192, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/31386898.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 mov w8, #0 str w8, [sp, #28] ; 4-byte Folded Spill 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 mov x0, #1024 str x0, [sp, #16] ; 8-byte Folded Spill bl _malloc stur x0, [x29, #-24] ldur x8, [x29, #-24] subs x8, x8, #16 stur x8, [x29, #-32] ldur x10, [x29, #-24] ldur x8, [x29, #-32] ldr x8, [x8, #8] 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 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _malloc str x0, [sp, #40] ldr x8, [sp, #40] mov x9, sp str x8, [x9] 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 ldur x8, [x29, #-32] str xzr, [x8] ldur x9, [x29, #-32] mov x8, #2081 str x8, [x9, #8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur x0, [x29, #-24] mov x1, #4096 bl _realloc str x0, [sp, #32] ldr x8, [sp, #32] mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldr w0, [sp, #28] ; 4-byte Folded Reload ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "the goal of this example is to create overlapping chunks via the corruption of the size field of a chunk passed into realloc, making top its next chunk \n" l_.str.1: ; @.str.1 .asciz "allocated victim chunk with requested size 0x400 at %p, victim->size == 0x%zx\n" l_.str.2: ; @.str.2 .asciz "allocated target chunk at %p, residing between victim and top\n" l_.str.3: ; @.str.3 .asciz "emulating corruption of the size of victim so that top appears to be its next chunk\n" l_.str.4: ; @.str.4 .asciz "reallocating victim with size 0x1000\n" l_.str.5: ; @.str.5 .asciz "realloc returned: %p\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -24(%rbp) movq -24(%rbp), %rax addq $-16, %rax movq %rax, -32(%rbp) movq -24(%rbp), %rsi movq -32(%rbp), %rax movq 8(%rax), %rdx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -40(%rbp) movq -40(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq -32(%rbp), %rax movq $0, (%rax) movq -32(%rbp), %rax movq $2081, 8(%rax) ## imm = 0x821 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rdi movl $4096, %esi ## imm = 0x1000 callq _realloc movq %rax, -48(%rbp) movq -48(%rbp), %rsi leaq L_.str.5(%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 "the goal of this example is to create overlapping chunks via the corruption of the size field of a chunk passed into realloc, making top its next chunk \n" L_.str.1: ## @.str.1 .asciz "allocated victim chunk with requested size 0x400 at %p, victim->size == 0x%zx\n" L_.str.2: ## @.str.2 .asciz "allocated target chunk at %p, residing between victim and top\n" L_.str.3: ## @.str.3 .asciz "emulating corruption of the size of victim so that top appears to be its next chunk\n" L_.str.4: ## @.str.4 .asciz "reallocating victim with size 0x1000\n" L_.str.5: ## @.str.5 .asciz "realloc returned: %p\n" .subsections_via_symbols
the_stack_data/154827444.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _operaPro ; -- Begin function operaPro .p2align 2 _operaPro: ; @operaPro .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] ldur x8, [x29, #-16] str x8, [sp, #24] bl _pthread_self ldr x8, [sp, #24] mov x9, sp str x0, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur x0, [x29, #-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 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 stur wzr, [x29, #-4] ldursw x8, [x29, #-24] lsl x0, x8, #3 bl _malloc stur x0, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf b LBB1_2 LBB1_2: stur wzr, [x29, #-44] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldursw x8, [x29, #-28] lsr x0, x8, #0 bl _malloc ldur x8, [x29, #-40] ldursw x9, [x29, #-44] str x0, [x8, x9, lsl #3] ldur x8, [x29, #-40] ldursw x9, [x29, #-44] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=1 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf b LBB1_6 LBB1_6: ; in Loop: Header=BB1_3 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=1 ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] b LBB1_3 LBB1_8: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf add sp, sp, #16 ldur w8, [x29, #-8] ldur w9, [x29, #-8] add w9, w9, #1 mul w8, w8, w9 stur w8, [x29, #-12] ldur w8, [x29, #-12] add w8, w8, #1 ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-56] lsl x9, x8, #3 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-112] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-112] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-104] ; 8-byte Folded Spill stur x8, [x29, #-64] stur wzr, [x29, #-68] b LBB1_9 LBB1_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-68] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_12 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur x8, [x29, #-40] ldursw x9, [x29, #-68] ldr x8, [x8, x9, lsl #3] sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _scanf add sp, sp, #16 b LBB1_11 LBB1_11: ; in Loop: Header=BB1_9 Depth=1 ldur w8, [x29, #-68] add w8, w8, #1 stur w8, [x29, #-68] b LBB1_9 LBB1_12: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf stur wzr, [x29, #-72] mov w8, #1 stur w8, [x29, #-76] b LBB1_13 LBB1_13: ; =>This Loop Header: Depth=1 ; Child Loop BB1_15 Depth 2 ldur w8, [x29, #-76] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_20 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_13 Depth=1 mov w8, #1 stur w8, [x29, #-80] b LBB1_15 LBB1_15: ; Parent Loop BB1_13 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-80] ldur w10, [x29, #-76] mov w9, #2 mul w9, w9, w10 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_18 b LBB1_16 LBB1_16: ; in Loop: Header=BB1_15 Depth=2 ldur x8, [x29, #-104] ; 8-byte Folded Reload ldursw x9, [x29, #-72] add x0, x8, x9, lsl #3 ldur x8, [x29, #-40] ldur w9, [x29, #-76] subs w9, w9, #1 ldr x3, [x8, w9, sxtw #3] mov x1, #0 adrp x2, _operaPro@PAGE add x2, x2, _operaPro@PAGEOFF bl _pthread_create stur w0, [x29, #-84] ldur w8, [x29, #-72] add w8, w8, #1 stur w8, [x29, #-72] b LBB1_17 LBB1_17: ; in Loop: Header=BB1_15 Depth=2 ldur w8, [x29, #-80] add w8, w8, #1 stur w8, [x29, #-80] 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, #-76] add w8, w8, #1 stur w8, [x29, #-76] b LBB1_13 LBB1_20: stur wzr, [x29, #-72] mov w8, #1 stur w8, [x29, #-88] b LBB1_21 LBB1_21: ; =>This Loop Header: Depth=1 ; Child Loop BB1_23 Depth 2 ldur w8, [x29, #-88] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_28 b LBB1_22 LBB1_22: ; in Loop: Header=BB1_21 Depth=1 mov w8, #1 stur w8, [x29, #-92] b LBB1_23 LBB1_23: ; Parent Loop BB1_21 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-92] ldur w10, [x29, #-88] mov w9, #2 mul w9, w9, w10 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_26 b LBB1_24 LBB1_24: ; in Loop: Header=BB1_23 Depth=2 ldur x8, [x29, #-104] ; 8-byte Folded Reload ldursw x9, [x29, #-72] ldr x0, [x8, x9, lsl #3] mov x1, #0 bl _pthread_join b LBB1_25 LBB1_25: ; in Loop: Header=BB1_23 Depth=2 ldur w8, [x29, #-92] add w8, w8, #1 stur w8, [x29, #-92] 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, #-88] add w8, w8, #1 stur w8, [x29, #-88] b LBB1_21 LBB1_28: mov x0, #0 bl _pthread_exit .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n\tThread ID: %ld\t Operation Problem: %s\n" l_.str.1: ; @.str.1 .asciz "out of Space\n" l_.str.2: ; @.str.2 .asciz "Enter the number of Operation Problem: " l_.str.3: ; @.str.3 .asciz "%d" l_.str.4: ; @.str.4 .asciz "\nEnter Operation Problem: " l_.str.5: ; @.str.5 .asciz " %99[^\n]s" l_.str.6: ; @.str.6 .asciz " " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _operaPro ## -- Begin function operaPro .p2align 4, 0x90 _operaPro: ## @operaPro .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 -16(%rbp), %rax movq %rax, -24(%rbp) callq _pthread_self movq %rax, %rsi movq -24(%rbp), %rdx leaq L_.str(%rip), %rdi movb $0, %al callq _printf 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 subq $128, %rsp movl $0, -4(%rbp) movslq -24(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB1_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf LBB1_2: movl $0, -44(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movl -44(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_8 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movslq -28(%rbp), %rdi shlq $0, %rdi callq _malloc movq %rax, %rdx movq -40(%rbp), %rax movslq -44(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movq -40(%rbp), %rax movslq -44(%rbp), %rcx cmpq $0, (%rax,%rcx,8) jne LBB1_6 ## %bb.5: ## in Loop: Header=BB1_3 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf LBB1_6: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_3 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB1_3 LBB1_8: leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -113(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -113(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rdi leaq -8(%rbp), %rsi callq _scanf movl -8(%rbp), %eax movl %eax, %ecx incl %ecx imull %ecx, %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax incl %eax ## kill: def $rax killed $eax movq %rax, -112(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -56(%rbp) shlq $3, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -112(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -104(%rbp) ## 8-byte Spill movq %rax, -64(%rbp) movl $0, -68(%rbp) LBB1_9: ## =>This Inner Loop Header: Depth=1 movl -68(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_12 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movq -40(%rbp), %rax movslq -68(%rbp), %rcx movq (%rax,%rcx,8), %rsi leaq L_.str.5(%rip), %rdi movb $0, %al callq _scanf ## %bb.11: ## in Loop: Header=BB1_9 Depth=1 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp LBB1_9 LBB1_12: leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movl $0, -72(%rbp) movl $1, -76(%rbp) LBB1_13: ## =>This Loop Header: Depth=1 ## Child Loop BB1_15 Depth 2 movl -76(%rbp), %eax cmpl -8(%rbp), %eax jg LBB1_20 ## %bb.14: ## in Loop: Header=BB1_13 Depth=1 movl $1, -80(%rbp) LBB1_15: ## Parent Loop BB1_13 Depth=1 ## => This Inner Loop Header: Depth=2 movl -80(%rbp), %eax movl -76(%rbp), %ecx shll $1, %ecx cmpl %ecx, %eax jg LBB1_18 ## %bb.16: ## in Loop: Header=BB1_15 Depth=2 movq -104(%rbp), %rdi ## 8-byte Reload movslq -72(%rbp), %rax shlq $3, %rax addq %rax, %rdi movq -40(%rbp), %rax movl -76(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rcx xorl %eax, %eax movl %eax, %esi leaq _operaPro(%rip), %rdx callq _pthread_create movl %eax, -84(%rbp) movl -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) ## %bb.17: ## in Loop: Header=BB1_15 Depth=2 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%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 -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB1_13 LBB1_20: movl $0, -72(%rbp) movl $1, -88(%rbp) LBB1_21: ## =>This Loop Header: Depth=1 ## Child Loop BB1_23 Depth 2 movl -88(%rbp), %eax cmpl -8(%rbp), %eax jg LBB1_28 ## %bb.22: ## in Loop: Header=BB1_21 Depth=1 movl $1, -92(%rbp) LBB1_23: ## Parent Loop BB1_21 Depth=1 ## => This Inner Loop Header: Depth=2 movl -92(%rbp), %eax movl -88(%rbp), %ecx shll $1, %ecx cmpl %ecx, %eax jg LBB1_26 ## %bb.24: ## in Loop: Header=BB1_23 Depth=2 movq -104(%rbp), %rax ## 8-byte Reload movslq -72(%rbp), %rcx movq (%rax,%rcx,8), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join ## %bb.25: ## in Loop: Header=BB1_23 Depth=2 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%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 -88(%rbp), %eax addl $1, %eax movl %eax, -88(%rbp) jmp LBB1_21 LBB1_28: xorl %eax, %eax movl %eax, %edi callq _pthread_exit .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n\tThread ID: %ld\t Operation Problem: %s\n" L_.str.1: ## @.str.1 .asciz "out of Space\n" L_.str.2: ## @.str.2 .asciz "Enter the number of Operation Problem: " L_.str.3: ## @.str.3 .asciz "%d" L_.str.4: ## @.str.4 .asciz "\nEnter Operation Problem: " L_.str.5: ## @.str.5 .asciz " %99[^\n]s" L_.str.6: ## @.str.6 .asciz " " .subsections_via_symbols
the_stack_data/76699211.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/167331549.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/658662.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initialise_ ; -- Begin function initialise_ .p2align 2 _initialise_: ; @initialise_ .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, #44] str w1, [sp, #40] str w2, [sp, #36] str x3, [sp, #24] str x4, [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] ldr w9, [sp, #44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #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] ldr w9, [sp, #40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 str wzr, [sp, #4] b LBB0_5 LBB0_5: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_3 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #4] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=3 ldr w8, [sp, #4] ldr w9, [sp, #36] ldr w10, [sp, #8] ldr w11, [sp, #40] ldr w12, [sp, #12] mul w11, w11, w12 add w10, w10, w11 mul w9, w9, w10 add w8, w8, w9 str w8, [sp] ldr x8, [sp, #24] ldrsw x9, [sp] movi d0, #0000000000000000 str d0, [x8, x9, lsl #3] ldr x8, [sp, #16] ldrsw x9, [sp] str d0, [x8, x9, lsl #3] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=3 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_5 LBB0_8: ; in Loop: Header=BB0_3 Depth=2 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_3 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_1 LBB0_12: add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _run_ ; -- Begin function run_ .p2align 2 _run_: ; @run_ .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 ldr x12, [sp, #128] ldr x11, [sp, #136] ldr x10, [sp, #144] ldr x9, [sp, #152] ldr x8, [sp, #160] str w0, [sp, #124] str w1, [sp, #120] str w2, [sp, #116] str x3, [sp, #104] str x4, [sp, #96] str x5, [sp, #88] str d0, [sp, #80] str x6, [sp, #72] str x7, [sp, #64] str x12, [sp, #56] str x11, [sp, #48] str x10, [sp, #40] str x9, [sp, #32] str x8, [sp, #24] str wzr, [sp, #20] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ; Child Loop BB1_5 Depth 3 ldr w8, [sp, #20] ldr w9, [sp, #124] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_12 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 str wzr, [sp, #16] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB1_5 Depth 3 ldr w8, [sp, #16] ldr w9, [sp, #120] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_10 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 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] ldr w9, [sp, #116] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=3 ldr w8, [sp, #12] ldr w9, [sp, #116] ldr w10, [sp, #16] ldr w11, [sp, #120] ldr w12, [sp, #20] mul w11, w11, w12 add w10, w10, w11 mul w9, w9, w10 add w8, w8, w9 str w8, [sp, #8] ldr x8, [sp, #72] ldrsw x9, [sp, #8] ldr d0, [x8, x9, lsl #3] fmov d1, #1.00000000 fadd d0, d0, d1 ldr x8, [sp, #64] ldrsw x9, [sp, #8] str d0, [x8, x9, lsl #3] ldr x8, [sp, #56] ldrsw x9, [sp, #8] ldr d0, [x8, x9, lsl #3] fmov d1, #2.00000000 fadd d0, d0, d1 ldr x8, [sp, #48] ldrsw x9, [sp, #8] str d0, [x8, x9, lsl #3] ldr x8, [sp, #88] ldrsw x9, [sp, #8] ldr d0, [x8, x9, lsl #3] ldr d1, [sp, #80] ldr x8, [sp, #96] ldrsw x9, [sp, #8] ldr d2, [x8, x9, lsl #3] fmadd d0, d0, d1, d2 ldr x8, [sp, #64] ldrsw x9, [sp, #8] ldr d1, [x8, x9, lsl #3] fadd d0, d0, d1 ldr x8, [sp, #40] ldrsw x9, [sp, #8] str d0, [x8, x9, lsl #3] ldr x8, [sp, #88] ldrsw x9, [sp, #8] ldr d0, [x8, x9, lsl #3] ldr d1, [sp, #80] ldr x8, [sp, #104] ldrsw x9, [sp, #8] ldr d2, [x8, x9, lsl #3] fmadd d0, d0, d1, d2 ldr x8, [sp, #48] ldrsw x9, [sp, #8] ldr d1, [x8, x9, lsl #3] fadd d0, d0, d1 ldr x8, [sp, #32] ldrsw x9, [sp, #8] str d0, [x8, x9, lsl #3] ldr x8, [sp, #88] ldrsw x9, [sp, #8] ldr d0, [x8, x9, lsl #3] ldr d1, [sp, #80] ldr x8, [sp, #96] ldrsw x9, [sp, #8] ldr d2, [x8, x9, lsl #3] fmadd d0, d0, d1, d2 ldr x8, [sp, #64] ldrsw x9, [sp, #8] ldr d1, [x8, x9, lsl #3] fsub d0, d0, d1 ldr x8, [sp, #24] ldrsw x9, [sp, #8] str d0, [x8, x9, lsl #3] 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 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_3 LBB1_10: ; in Loop: Header=BB1_1 Depth=1 b LBB1_11 LBB1_11: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_1 LBB1_12: add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _finalise_ ; -- Begin function finalise_ .p2align 2 _finalise_: ; @finalise_ .cfi_startproc ; %bb.0: ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initialise_ ## -- Begin function initialise_ .p2align 4, 0x90 _initialise_: ## @initialise_ .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) movq %rcx, -24(%rbp) movq %r8, -32(%rbp) movl $0, -36(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_5 Depth 3 movl -36(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_12 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -40(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_5 Depth 3 movl -40(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_10 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl $0, -44(%rbp) LBB0_5: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_3 Depth=2 ## => This Inner Loop Header: Depth=3 movl -44(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=3 movl -44(%rbp), %eax movl -12(%rbp), %ecx movl -40(%rbp), %edx movl -8(%rbp), %esi imull -36(%rbp), %esi addl %esi, %edx imull %edx, %ecx addl %ecx, %eax movl %eax, -48(%rbp) movq -24(%rbp), %rax movslq -48(%rbp), %rcx xorps %xmm0, %xmm0 movsd %xmm0, (%rax,%rcx,8) movq -32(%rbp), %rax movslq -48(%rbp), %rcx xorps %xmm0, %xmm0 movsd %xmm0, (%rax,%rcx,8) ## %bb.7: ## in Loop: Header=BB0_5 Depth=3 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%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 -40(%rbp), %eax addl $1, %eax movl %eax, -40(%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 -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_1 LBB0_12: popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function run_ LCPI1_0: .quad 0x4000000000000000 ## double 2 LCPI1_1: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _run_ .p2align 4, 0x90 _run_: ## @run_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq 64(%rbp), %rax movq 56(%rbp), %rax movq 48(%rbp), %rax movq 40(%rbp), %rax movq 32(%rbp), %rax movq 24(%rbp), %rax movq 16(%rbp), %rax movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl %edx, -12(%rbp) movq %rcx, -24(%rbp) movq %r8, -32(%rbp) movq %r9, -40(%rbp) movsd %xmm0, -48(%rbp) movl $0, -52(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 ## Child Loop BB1_5 Depth 3 movl -52(%rbp), %eax cmpl -4(%rbp), %eax jge LBB1_12 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl $0, -56(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB1_5 Depth 3 movl -56(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_10 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movl $0, -60(%rbp) LBB1_5: ## Parent Loop BB1_1 Depth=1 ## Parent Loop BB1_3 Depth=2 ## => This Inner Loop Header: Depth=3 movl -60(%rbp), %eax cmpl -12(%rbp), %eax jge LBB1_8 ## %bb.6: ## in Loop: Header=BB1_5 Depth=3 movl -60(%rbp), %eax movl -12(%rbp), %ecx movl -56(%rbp), %edx movl -8(%rbp), %esi imull -52(%rbp), %esi addl %esi, %edx imull %edx, %ecx addl %ecx, %eax movl %eax, -64(%rbp) movq 16(%rbp), %rax movslq -64(%rbp), %rcx movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd (%rax,%rcx,8), %xmm0 movq 24(%rbp), %rax movslq -64(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq 32(%rbp), %rax movslq -64(%rbp), %rcx movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero addsd (%rax,%rcx,8), %xmm0 movq 40(%rbp), %rax movslq -64(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq -40(%rbp), %rax movslq -64(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd -48(%rbp), %xmm2 ## xmm2 = mem[0],zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movq 24(%rbp), %rax movslq -64(%rbp), %rcx addsd (%rax,%rcx,8), %xmm0 movq 48(%rbp), %rax movslq -64(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq -40(%rbp), %rax movslq -64(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd -48(%rbp), %xmm2 ## xmm2 = mem[0],zero movq -24(%rbp), %rax movslq -64(%rbp), %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movq 40(%rbp), %rax movslq -64(%rbp), %rcx addsd (%rax,%rcx,8), %xmm0 movq 56(%rbp), %rax movslq -64(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq -40(%rbp), %rax movslq -64(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd -48(%rbp), %xmm2 ## xmm2 = mem[0],zero movq -32(%rbp), %rax movslq -64(%rbp), %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movq 24(%rbp), %rax movslq -64(%rbp), %rcx subsd (%rax,%rcx,8), %xmm0 movq 64(%rbp), %rax movslq -64(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.7: ## in Loop: Header=BB1_5 Depth=3 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB1_5 LBB1_8: ## in Loop: Header=BB1_3 Depth=2 jmp LBB1_9 LBB1_9: ## in Loop: Header=BB1_3 Depth=2 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB1_3 LBB1_10: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_11 LBB1_11: ## in Loop: Header=BB1_1 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB1_1 LBB1_12: popq %rbp retq .cfi_endproc ## -- End function .globl _finalise_ ## -- Begin function finalise_ .p2align 4, 0x90 _finalise_: ## @finalise_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/15545.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _createStack ; -- Begin function createStack .p2align 2 _createStack: ; @createStack .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-12] mov x0, #16 bl _malloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB0_3 LBB0_2: ldr x9, [sp, #8] mov w8, #-1 str w8, [x9] ldur w8, [x29, #-12] ldr x9, [sp, #8] str w8, [x9, #4] ldr x8, [sp, #8] ldr w8, [x8, #4] ; kill: def $x8 killed $w8 lsl x0, x8, #2 bl _malloc ldr x8, [sp, #8] str x0, [x8, #8] ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB0_3 LBB0_3: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _isEmpty ; -- Begin function isEmpty .p2align 2 _isEmpty: ; @isEmpty .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr w8, [x8] adds w8, w8, #1 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _peek ; -- Begin function peek .p2align 2 _peek: ; @peek .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr x8, [x8, #8] ldr x9, [sp, #8] ldrsw x9, [x9] ldr w8, [x8, x9, lsl #2] sxtb w0, w8 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _pop ; -- Begin function pop .p2align 2 _pop: ; @pop .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 x0, [sp] bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldr x8, [sp] ldr x8, [x8, #8] ldr x11, [sp] ldrsw x9, [x11] mov x10, x9 subs w10, w10, #1 str w10, [x11] ldr w8, [x8, x9, lsl #2] sturb w8, [x29, #-1] b LBB3_3 LBB3_2: mov w8, #36 sturb w8, [x29, #-1] b LBB3_3 LBB3_3: ldursb w0, [x29, #-1] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _push ; -- Begin function push .p2align 2 _push: ; @push .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] strb w1, [sp, #7] ldrsb w8, [sp, #7] ldr x9, [sp, #8] ldr x9, [x9, #8] ldr x11, [sp, #8] ldr w10, [x11] add w10, w10, #1 str w10, [x11] str w8, [x9, w10, sxtw #2] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _isOperand ; -- Begin function isOperand .p2align 2 _isOperand: ; @isOperand .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, #15] ldrsb w8, [sp, #15] subs w8, w8, #97 cset w8, lt tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: ldrsb w8, [sp, #15] subs w8, w8, #122 cset w8, le mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB5_5 b LBB5_2 LBB5_2: ldrsb w8, [sp, #15] subs w8, w8, #65 cset w8, lt mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB5_4 b LBB5_3 LBB5_3: ldrsb w8, [sp, #15] subs w8, w8, #90 cset w8, le str w8, [sp, #4] ; 4-byte Folded Spill b LBB5_4 LBB5_4: ldr w8, [sp, #4] ; 4-byte Folded Reload str w8, [sp, #8] ; 4-byte Folded Spill b LBB5_5 LBB5_5: ldr w8, [sp, #8] ; 4-byte Folded Reload and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _Prec ; -- Begin function Prec .p2align 2 _Prec: ; @Prec .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, #11] ldrsb w8, [sp, #11] str w8, [sp, #4] ; 4-byte Folded Spill subs w8, w8, #42 cset w8, eq tbnz w8, #0, LBB6_6 b LBB6_1 LBB6_1: ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #43 cset w8, eq tbnz w8, #0, LBB6_5 b LBB6_2 LBB6_2: ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB6_5 b LBB6_3 LBB6_3: ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB6_6 b LBB6_4 LBB6_4: ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #94 cset w8, eq tbnz w8, #0, LBB6_7 b LBB6_8 LBB6_5: mov w8, #1 str w8, [sp, #12] b LBB6_9 LBB6_6: mov w8, #2 str w8, [sp, #12] b LBB6_9 LBB6_7: mov w8, #3 str w8, [sp, #12] b LBB6_9 LBB6_8: mov w8, #-1 str w8, [sp, #12] b LBB6_9 LBB6_9: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _infixToPostfix ; -- Begin function infixToPostfix .p2align 2 _infixToPostfix: ; @infixToPostfix .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] ldur x0, [x29, #-16] bl _strlen ; kill: def $w0 killed $w0 killed $x0 bl _createStack str x0, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: mov w8, #-1 stur w8, [x29, #-4] b LBB7_33 LBB7_2: stur wzr, [x29, #-20] mov w8, #-1 stur w8, [x29, #-24] b LBB7_3 LBB7_3: ; =>This Loop Header: Depth=1 ; Child Loop BB7_20 Depth 2 ; Child Loop BB7_10 Depth 2 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] add x8, x8, x9 ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB7_29 b LBB7_4 LBB7_4: ; in Loop: Header=BB7_3 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldrsb w0, [x8, x9] bl _isOperand subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB7_6 b LBB7_5 LBB7_5: ; in Loop: Header=BB7_3 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] add x8, x8, x9 ldrb w8, [x8] ldur x9, [x29, #-16] ldur w10, [x29, #-24] add w10, w10, #1 stur w10, [x29, #-24] add x9, x9, w10, sxtw strb w8, [x9] b LBB7_27 LBB7_6: ; in Loop: Header=BB7_3 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldrsb w8, [x8, x9] subs w8, w8, #40 cset w8, ne tbnz w8, #0, LBB7_8 b LBB7_7 LBB7_7: ; in Loop: Header=BB7_3 Depth=1 ldr x0, [sp, #32] ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldrsb w1, [x8, x9] bl _push b LBB7_26 LBB7_8: ; in Loop: Header=BB7_3 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldrsb w8, [x8, x9] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB7_19 b LBB7_9 LBB7_9: ; in Loop: Header=BB7_3 Depth=1 b LBB7_10 LBB7_10: ; Parent Loop BB7_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x0, [sp, #32] bl _isEmpty subs w8, w0, #0 cset w8, ne mov w9, #0 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB7_12 b LBB7_11 LBB7_11: ; in Loop: Header=BB7_10 Depth=2 ldr x0, [sp, #32] bl _peek sxtb w8, w0 subs w8, w8, #40 cset w8, ne str w8, [sp, #28] ; 4-byte Folded Spill b LBB7_12 LBB7_12: ; in Loop: Header=BB7_10 Depth=2 ldr w8, [sp, #28] ; 4-byte Folded Reload tbz w8, #0, LBB7_14 b LBB7_13 LBB7_13: ; in Loop: Header=BB7_10 Depth=2 ldr x0, [sp, #32] bl _pop ldur x8, [x29, #-16] ldur w9, [x29, #-24] add w9, w9, #1 stur w9, [x29, #-24] strb w0, [x8, w9, sxtw] b LBB7_10 LBB7_14: ; in Loop: Header=BB7_3 Depth=1 ldr x0, [sp, #32] bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB7_17 b LBB7_15 LBB7_15: ; in Loop: Header=BB7_3 Depth=1 ldr x0, [sp, #32] bl _peek sxtb w8, w0 subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB7_17 b LBB7_16 LBB7_16: mov w8, #-1 stur w8, [x29, #-4] b LBB7_33 LBB7_17: ; in Loop: Header=BB7_3 Depth=1 ldr x0, [sp, #32] bl _pop b LBB7_18 LBB7_18: ; in Loop: Header=BB7_3 Depth=1 b LBB7_25 LBB7_19: ; in Loop: Header=BB7_3 Depth=1 b LBB7_20 LBB7_20: ; Parent Loop BB7_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x0, [sp, #32] bl _isEmpty subs w8, w0, #0 cset w8, ne mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB7_22 b LBB7_21 LBB7_21: ; in Loop: Header=BB7_20 Depth=2 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldrsb w0, [x8, x9] bl _Prec str w0, [sp, #20] ; 4-byte Folded Spill ldr x0, [sp, #32] bl _peek sxtb w0, w0 bl _Prec mov x8, x0 ldr w0, [sp, #20] ; 4-byte Folded Reload subs w8, w0, w8 cset w8, le str w8, [sp, #24] ; 4-byte Folded Spill b LBB7_22 LBB7_22: ; in Loop: Header=BB7_20 Depth=2 ldr w8, [sp, #24] ; 4-byte Folded Reload tbz w8, #0, LBB7_24 b LBB7_23 LBB7_23: ; in Loop: Header=BB7_20 Depth=2 ldr x0, [sp, #32] bl _pop ldur x8, [x29, #-16] ldur w9, [x29, #-24] add w9, w9, #1 stur w9, [x29, #-24] strb w0, [x8, w9, sxtw] b LBB7_20 LBB7_24: ; in Loop: Header=BB7_3 Depth=1 ldr x0, [sp, #32] ldur x8, [x29, #-16] ldursw x9, [x29, #-20] ldrsb w1, [x8, x9] bl _push b LBB7_25 LBB7_25: ; in Loop: Header=BB7_3 Depth=1 b LBB7_26 LBB7_26: ; in Loop: Header=BB7_3 Depth=1 b LBB7_27 LBB7_27: ; in Loop: Header=BB7_3 Depth=1 b LBB7_28 LBB7_28: ; in Loop: Header=BB7_3 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB7_3 LBB7_29: b LBB7_30 LBB7_30: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #32] bl _isEmpty subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB7_32 b LBB7_31 LBB7_31: ; in Loop: Header=BB7_30 Depth=1 ldr x0, [sp, #32] bl _pop ldur x8, [x29, #-16] ldur w9, [x29, #-24] add w9, w9, #1 stur w9, [x29, #-24] strb w0, [x8, w9, sxtw] b LBB7_30 LBB7_32: ldur x8, [x29, #-16] ldur w9, [x29, #-24] add w9, w9, #1 stur w9, [x29, #-24] add x8, x8, w9, sxtw strb wzr, [x8] ldur x8, [x29, #-16] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB7_33 LBB7_33: ldur w0, [x29, #-4] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #12] adrp x8, l___const.main.exp@PAGE add x8, x8, l___const.main.exp@PAGEOFF ldr q0, [x8] add x0, sp, #16 str q0, [sp, #16] ldur x8, [x8, #14] stur x8, [x0, #14] bl _infixToPostfix 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, LBB8_2 b LBB8_1 LBB8_1: bl ___stack_chk_fail LBB8_2: 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 "%s" l___const.main.exp: ; @__const.main.exp .asciz "a+b*(c^d-e)^(f+g*h)-i" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _createStack ## -- Begin function createStack .p2align 4, 0x90 _createStack: ## @createStack .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -12(%rbp) movl $16, %edi callq _malloc movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB0_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB0_3 LBB0_2: movq -24(%rbp), %rax movl $-1, (%rax) movl -12(%rbp), %ecx movq -24(%rbp), %rax movl %ecx, 4(%rax) movq -24(%rbp), %rax movl 4(%rax), %eax movl %eax, %edi shlq $2, %rdi callq _malloc movq %rax, %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rax movq %rax, -8(%rbp) LBB0_3: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _isEmpty ## -- Begin function isEmpty .p2align 4, 0x90 _isEmpty: ## @isEmpty .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 cmpl $-1, (%rax) sete %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _peek ## -- Begin function peek .p2align 4, 0x90 _peek: ## @peek .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 8(%rax), %rax movq -8(%rbp), %rcx movslq (%rcx), %rcx movl (%rax,%rcx,4), %eax ## kill: def $al killed $al killed $eax movsbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _pop ## -- Begin function pop .p2align 4, 0x90 _pop: ## @pop .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 callq _isEmpty cmpl $0, %eax jne LBB3_2 ## %bb.1: movq -16(%rbp), %rax movq 8(%rax), %rax movq -16(%rbp), %rdx movl (%rdx), %ecx movl %ecx, %esi addl $-1, %esi movl %esi, (%rdx) movslq %ecx, %rcx movl (%rax,%rcx,4), %eax ## kill: def $al killed $al killed $eax movb %al, -1(%rbp) jmp LBB3_3 LBB3_2: movb $36, -1(%rbp) LBB3_3: movsbl -1(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _push ## -- Begin function push .p2align 4, 0x90 _push: ## @push .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb %sil, %al movq %rdi, -8(%rbp) movb %al, -9(%rbp) movsbl -9(%rbp), %edx movq -8(%rbp), %rax movq 8(%rax), %rax movq -8(%rbp), %rsi movl (%rsi), %ecx addl $1, %ecx movl %ecx, (%rsi) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) popq %rbp retq .cfi_endproc ## -- End function .globl _isOperand ## -- Begin function isOperand .p2align 4, 0x90 _isOperand: ## @isOperand .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb %dil, %al movb %al, -1(%rbp) movsbl -1(%rbp), %eax cmpl $97, %eax jl LBB5_2 ## %bb.1: movsbl -1(%rbp), %ecx movb $1, %al cmpl $122, %ecx movb %al, -2(%rbp) ## 1-byte Spill jle LBB5_5 LBB5_2: movsbl -1(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $65, %ecx movb %al, -3(%rbp) ## 1-byte Spill jl LBB5_4 ## %bb.3: movsbl -1(%rbp), %eax cmpl $90, %eax setle %al movb %al, -3(%rbp) ## 1-byte Spill LBB5_4: movb -3(%rbp), %al ## 1-byte Reload movb %al, -2(%rbp) ## 1-byte Spill LBB5_5: movb -2(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _Prec ## -- Begin function Prec .p2align 4, 0x90 _Prec: ## @Prec .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb %dil, %al movb %al, -5(%rbp) movsbl -5(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill subl $42, %eax je LBB6_2 jmp LBB6_6 LBB6_6: movl -12(%rbp), %eax ## 4-byte Reload subl $43, %eax je LBB6_1 jmp LBB6_7 LBB6_7: movl -12(%rbp), %eax ## 4-byte Reload subl $45, %eax je LBB6_1 jmp LBB6_8 LBB6_8: movl -12(%rbp), %eax ## 4-byte Reload subl $47, %eax je LBB6_2 jmp LBB6_9 LBB6_9: movl -12(%rbp), %eax ## 4-byte Reload subl $94, %eax je LBB6_3 jmp LBB6_4 LBB6_1: movl $1, -4(%rbp) jmp LBB6_5 LBB6_2: movl $2, -4(%rbp) jmp LBB6_5 LBB6_3: movl $3, -4(%rbp) jmp LBB6_5 LBB6_4: movl $-1, -4(%rbp) LBB6_5: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _infixToPostfix ## -- Begin function infixToPostfix .p2align 4, 0x90 _infixToPostfix: ## @infixToPostfix .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rdi callq _strlen movl %eax, %edi callq _createStack movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB7_2 ## %bb.1: movl $-1, -4(%rbp) jmp LBB7_33 LBB7_2: movl $0, -20(%rbp) movl $-1, -24(%rbp) LBB7_3: ## =>This Loop Header: Depth=1 ## Child Loop BB7_10 Depth 2 ## Child Loop BB7_20 Depth 2 movq -16(%rbp), %rax movslq -20(%rbp), %rcx cmpb $0, (%rax,%rcx) je LBB7_29 ## %bb.4: ## in Loop: Header=BB7_3 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %edi callq _isOperand cmpl $0, %eax je LBB7_6 ## %bb.5: ## in Loop: Header=BB7_3 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movb (%rax,%rcx), %dl movq -16(%rbp), %rax movl -24(%rbp), %ecx addl $1, %ecx movl %ecx, -24(%rbp) movslq %ecx, %rcx movb %dl, (%rax,%rcx) jmp LBB7_27 LBB7_6: ## in Loop: Header=BB7_3 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $40, %eax jne LBB7_8 ## %bb.7: ## in Loop: Header=BB7_3 Depth=1 movq -32(%rbp), %rdi movq -16(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %esi callq _push jmp LBB7_26 LBB7_8: ## in Loop: Header=BB7_3 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $41, %eax jne LBB7_19 ## %bb.9: ## in Loop: Header=BB7_3 Depth=1 jmp LBB7_10 LBB7_10: ## Parent Loop BB7_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rdi callq _isEmpty movl %eax, %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -33(%rbp) ## 1-byte Spill jne LBB7_12 ## %bb.11: ## in Loop: Header=BB7_10 Depth=2 movq -32(%rbp), %rdi callq _peek movsbl %al, %eax cmpl $40, %eax setne %al movb %al, -33(%rbp) ## 1-byte Spill LBB7_12: ## in Loop: Header=BB7_10 Depth=2 movb -33(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB7_13 jmp LBB7_14 LBB7_13: ## in Loop: Header=BB7_10 Depth=2 movq -32(%rbp), %rdi callq _pop movb %al, %dl movq -16(%rbp), %rax movl -24(%rbp), %ecx addl $1, %ecx movl %ecx, -24(%rbp) movslq %ecx, %rcx movb %dl, (%rax,%rcx) jmp LBB7_10 LBB7_14: ## in Loop: Header=BB7_3 Depth=1 movq -32(%rbp), %rdi callq _isEmpty cmpl $0, %eax jne LBB7_17 ## %bb.15: ## in Loop: Header=BB7_3 Depth=1 movq -32(%rbp), %rdi callq _peek movsbl %al, %eax cmpl $40, %eax je LBB7_17 ## %bb.16: movl $-1, -4(%rbp) jmp LBB7_33 LBB7_17: ## in Loop: Header=BB7_3 Depth=1 movq -32(%rbp), %rdi callq _pop ## %bb.18: ## in Loop: Header=BB7_3 Depth=1 jmp LBB7_25 LBB7_19: ## in Loop: Header=BB7_3 Depth=1 jmp LBB7_20 LBB7_20: ## Parent Loop BB7_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rdi callq _isEmpty movl %eax, %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -34(%rbp) ## 1-byte Spill jne LBB7_22 ## %bb.21: ## in Loop: Header=BB7_20 Depth=2 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %edi callq _Prec movl %eax, -40(%rbp) ## 4-byte Spill movq -32(%rbp), %rdi callq _peek movsbl %al, %edi callq _Prec movl %eax, %ecx movl -40(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax setle %al movb %al, -34(%rbp) ## 1-byte Spill LBB7_22: ## in Loop: Header=BB7_20 Depth=2 movb -34(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB7_23 jmp LBB7_24 LBB7_23: ## in Loop: Header=BB7_20 Depth=2 movq -32(%rbp), %rdi callq _pop movb %al, %dl movq -16(%rbp), %rax movl -24(%rbp), %ecx addl $1, %ecx movl %ecx, -24(%rbp) movslq %ecx, %rcx movb %dl, (%rax,%rcx) jmp LBB7_20 LBB7_24: ## in Loop: Header=BB7_3 Depth=1 movq -32(%rbp), %rdi movq -16(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %esi callq _push LBB7_25: ## in Loop: Header=BB7_3 Depth=1 jmp LBB7_26 LBB7_26: ## in Loop: Header=BB7_3 Depth=1 jmp LBB7_27 LBB7_27: ## in Loop: Header=BB7_3 Depth=1 jmp LBB7_28 LBB7_28: ## in Loop: Header=BB7_3 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB7_3 LBB7_29: jmp LBB7_30 LBB7_30: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rdi callq _isEmpty cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB7_31 jmp LBB7_32 LBB7_31: ## in Loop: Header=BB7_30 Depth=1 movq -32(%rbp), %rdi callq _pop movb %al, %dl movq -16(%rbp), %rax movl -24(%rbp), %ecx addl $1, %ecx movl %ecx, -24(%rbp) movslq %ecx, %rcx movb %dl, (%rax,%rcx) jmp LBB7_30 LBB7_32: movq -16(%rbp), %rax movl -24(%rbp), %ecx addl $1, %ecx movl %ecx, -24(%rbp) movslq %ecx, %rcx movb $0, (%rax,%rcx) movq -16(%rbp), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB7_33: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -36(%rbp) movq L___const.main.exp(%rip), %rax movq %rax, -32(%rbp) movq L___const.main.exp+8(%rip), %rax movq %rax, -24(%rbp) movl L___const.main.exp+16(%rip), %eax movl %eax, -16(%rbp) movw L___const.main.exp+20(%rip), %ax movw %ax, -12(%rbp) leaq -32(%rbp), %rdi callq _infixToPostfix movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB8_2 ## %bb.1: xorl %eax, %eax addq $48, %rsp popq %rbp retq LBB8_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s" .p2align 4 ## @__const.main.exp L___const.main.exp: .asciz "a+b*(c^d-e)^(f+g*h)-i" .subsections_via_symbols
the_stack_data/89201243.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_strlen ; -- Begin function ft_strlen .p2align 2 _ft_strlen: ; @ft_strlen .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str wzr, [sp, #4] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_1 LBB0_3: ldr w0, [sp, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_strlen ## -- Begin function ft_strlen .p2align 4, 0x90 _ft_strlen: ## @ft_strlen .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_3: movl -12(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/613385.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _vis_f1 ; -- Begin function vis_f1 .p2align 2 _vis_f1: ; @vis_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 stur w0, [x29, #-4] ldur w0, [x29, #-4] bl _vis_comm mov w8, #2 sdiv w0, w0, w8 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 _vis_f1 ## -- Begin function vis_f1 .p2align 4, 0x90 _vis_f1: ## @vis_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 movl %edi, -4(%rbp) movl -4(%rbp), %edi callq _vis_comm movl $2, %ecx cltd idivl %ecx addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/3577.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: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] ldr x8, [sp, #8] ldr s0, [x8] ldr x8, [sp, #8] ldr s1, [x8] fmul s0, s0, s1 ldr x8, [sp, #8] str s0, [x8, #4] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _foo ; -- Begin function foo .p2align 2 _foo: ; @foo .cfi_startproc ; %bb.0: sub sp, sp, #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] fmov s0, #10.00000000 str s0, [x8] ldr x0, [sp, #8] bl _bar 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 _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 movq %rdi, -8(%rbp) movq -8(%rbp), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq -8(%rbp), %rax mulss (%rax), %xmm0 movq -8(%rbp), %rax movss %xmm0, 4(%rax) popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function foo LCPI1_0: .long 0x41200000 ## float 10 .section __TEXT,__text,regular,pure_instructions .globl _foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movss LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, (%rax) movq -8(%rbp), %rdi callq _bar addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/62636606.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/68888047.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _swap ; -- Begin function swap .p2align 2 _swap: ; @swap .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] ldr x8, [sp, #24] ldrb w8, [x8] strb w8, [sp, #15] ldr x8, [sp, #16] ldrb w8, [x8] ldr x9, [sp, #24] strb w8, [x9] ldrb w8, [sp, #15] ldr x9, [sp, #16] strb w8, [x9] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _partition ; -- Begin function partition .p2align 2 _partition: ; @partition .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str w2, [sp, #16] ldur x8, [x29, #-8] ldrsw x9, [sp, #16] add x8, x8, x9 ldrb w8, [x8] strb w8, [sp, #15] ldur w8, [x29, #-12] str w8, [sp, #8] ldur w8, [x29, #-12] str w8, [sp, #4] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] ldrsb w9, [sp, #15] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #4] add x0, x8, x9 ldur x8, [x29, #-8] ldrsw x9, [sp, #8] add x1, x8, x9 bl _swap ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB1_1 LBB1_6: ldur x8, [x29, #-8] ldrsw x9, [sp, #8] add x0, x8, x9 ldur x8, [x29, #-8] ldrsw x9, [sp, #16] add x1, x8, x9 bl _swap ldr w0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _quickSort ; -- Begin function quickSort .p2align 2 _quickSort: ; @quickSort .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str w2, [sp, #16] ldur w8, [x29, #-12] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: b LBB2_3 LBB2_2: ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr w2, [sp, #16] bl _partition str w0, [sp, #12] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldr w8, [sp, #12] subs w2, w8, #1 bl _quickSort ldur x0, [x29, #-8] ldr w8, [sp, #12] add w1, w8, #1 ldr w2, [sp, #16] bl _quickSort b LBB2_3 LBB2_3: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: 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] mov w8, #0 str w8, [sp, #20] ; 4-byte Folded Spill stur wzr, [x29, #-28] adrp x8, l___const.main.str@PAGE add x8, x8, l___const.main.str@PAGEOFF ldr x9, [x8] sub x0, x29, #24 str x0, [sp, #24] ; 8-byte Folded Spill stur x9, [x29, #-24] ldur w8, [x8, #7] stur w8, [x0, #7] bl _strlen ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, x0 str w9, [sp, #32] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w1, [sp, #20] ; 4-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload ldr w8, [sp, #32] subs w2, w8, #1 bl _quickSort ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: bl ___stack_chk_fail LBB3_2: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l___const.main.str: ; @__const.main.str .asciz "POLYNOMIAL" l_.str: ; @.str .asciz "\nOriginal String\n%s" l_.str.1: ; @.str.1 .asciz "\n\nAfter sorting\n%s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _swap ## -- Begin function swap .p2align 4, 0x90 _swap: ## @swap .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movb (%rax), %al movb %al, -17(%rbp) movq -16(%rbp), %rax movb (%rax), %cl movq -8(%rbp), %rax movb %cl, (%rax) movb -17(%rbp), %cl movq -16(%rbp), %rax movb %cl, (%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _partition ## -- Begin function partition .p2align 4, 0x90 _partition: ## @partition .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movq -8(%rbp), %rax movslq -16(%rbp), %rcx movb (%rax,%rcx), %al movb %al, -17(%rbp) movl -12(%rbp), %eax movl %eax, -24(%rbp) movl -12(%rbp), %eax movl %eax, -28(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -16(%rbp), %eax jge LBB1_6 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -8(%rbp), %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax movsbl -17(%rbp), %ecx cmpl %ecx, %eax jg LBB1_4 ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movq -8(%rbp), %rdi movslq -28(%rbp), %rax addq %rax, %rdi movq -8(%rbp), %rsi movslq -24(%rbp), %rax addq %rax, %rsi callq _swap movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) LBB1_4: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_5 LBB1_5: ## in Loop: Header=BB1_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_1 LBB1_6: movq -8(%rbp), %rdi movslq -24(%rbp), %rax addq %rax, %rdi movq -8(%rbp), %rsi movslq -16(%rbp), %rax addq %rax, %rsi callq _swap movl -24(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _quickSort ## -- Begin function quickSort .p2align 4, 0x90 _quickSort: ## @quickSort .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl -12(%rbp), %eax cmpl -16(%rbp), %eax jle LBB2_2 ## %bb.1: jmp LBB2_3 LBB2_2: movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -16(%rbp), %edx callq _partition movl %eax, -20(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -20(%rbp), %edx subl $1, %edx callq _quickSort movq -8(%rbp), %rdi movl -20(%rbp), %esi addl $1, %esi movl -16(%rbp), %edx callq _quickSort LBB2_3: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -24(%rbp) movq L___const.main.str(%rip), %rax movq %rax, -19(%rbp) movw L___const.main.str+8(%rip), %ax movw %ax, -11(%rbp) movb L___const.main.str+10(%rip), %al movb %al, -9(%rbp) leaq -19(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) leaq -19(%rbp), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -19(%rbp), %rdi movl -28(%rbp), %edx subl $1, %edx xorl %esi, %esi callq _quickSort leaq -19(%rbp), %rsi 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 LBB3_2 ## %bb.1: xorl %eax, %eax addq $32, %rsp popq %rbp retq LBB3_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___const.main.str: ## @__const.main.str .asciz "POLYNOMIAL" L_.str: ## @.str .asciz "\nOriginal String\n%s" L_.str.1: ## @.str.1 .asciz "\n\nAfter sorting\n%s\n" .subsections_via_symbols
the_stack_data/101021.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur wzr, [x29, #-16] stur wzr, [x29, #-12] stur wzr, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 bl _getchar stur w0, [x29, #-20] adds w8, w0, #1 cset w8, eq tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #32 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_9: ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.1@PAGE add x10, x10, l_.str.1@PAGEOFF str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.2@PAGE add x10, x10, l_.str.2@PAGEOFF str x10, [x9] str x8, [x9, #8] bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp adrp x10, l_.str.3@PAGE add x10, x10, l_.str.3@PAGEOFF str x10, [x9] str x8, [x9, #8] bl _printf 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 "%s%d\n" l_.str.1: ; @.str.1 .asciz "Total space is : " l_.str.2: ; @.str.2 .asciz "Total tab is : " l_.str.3: ; @.str.3 .asciz "Total enter is : " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl $0, -16(%rbp) movl $0, -12(%rbp) movl $0, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 callq _getchar movl %eax, -20(%rbp) cmpl $-1, %eax je LBB0_9 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 cmpl $32, -20(%rbp) jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 cmpl $9, -20(%rbp) jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) LBB0_6: ## in Loop: Header=BB0_1 Depth=1 cmpl $10, -20(%rbp) jne LBB0_8 ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) LBB0_8: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_9: movl -8(%rbp), %edx leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _printf movl -12(%rbp), %edx leaq L_.str(%rip), %rdi leaq L_.str.2(%rip), %rsi movb $0, %al callq _printf movl -16(%rbp), %edx leaq L_.str(%rip), %rdi leaq L_.str.3(%rip), %rsi movb $0, %al callq _printf movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%s%d\n" L_.str.1: ## @.str.1 .asciz "Total space is : " L_.str.2: ## @.str.2 .asciz "Total tab is : " L_.str.3: ## @.str.3 .asciz "Total enter is : " .subsections_via_symbols
the_stack_data/89199955.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _resistor_paralelo ; -- Begin function resistor_paralelo .p2align 2 _resistor_paralelo: ; @resistor_paralelo .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, #8] str d1, [sp] ldr d0, [sp, #8] ldr d1, [sp] fmul d0, d0, d1 ldr d1, [sp, #8] ldr d2, [sp] fadd d1, d1, d2 fdiv d0, d0, d1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _capacitor_paralelo ; -- Begin function capacitor_paralelo .p2align 2 _capacitor_paralelo: ; @capacitor_paralelo .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, #8] str d1, [sp] ldr d0, [sp, #8] ldr d1, [sp] fadd d0, d0, d1 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] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp add x8, sp, #23 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldrsb w8, [sp, #23] subs w8, w8, #99 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldrsb w8, [sp, #23] subs w8, w8, #114 cset w8, ne str w8, [sp, #16] ; 4-byte Folded Spill b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload tbnz w8, #0, LBB2_1 b LBB2_5 LBB2_5: ldrsb w8, [sp, #23] str w8, [sp, #12] ; 4-byte Folded Spill subs w8, w8, #99 cset w8, eq tbnz w8, #0, LBB2_7 b LBB2_6 LBB2_6: ldr w8, [sp, #12] ; 4-byte Folded Reload subs w8, w8, #114 cset w8, eq tbnz w8, #0, LBB2_14 b LBB2_21 LBB2_7: b LBB2_8 LBB2_8: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf b LBB2_9 LBB2_9: ; in Loop: Header=BB2_8 Depth=1 ldur d0, [x29, #-16] fcmp d0, #0.0 cset w8, ls tbnz w8, #0, LBB2_8 b LBB2_10 LBB2_10: b LBB2_11 LBB2_11: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf b LBB2_12 LBB2_12: ; in Loop: Header=BB2_11 Depth=1 ldr d0, [sp, #24] fcmp d0, #0.0 cset w8, ls tbnz w8, #0, LBB2_11 b LBB2_13 LBB2_13: ldur d0, [x29, #-16] ldr d1, [sp, #24] bl _capacitor_paralelo mov x8, sp str d0, [x8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB2_21 LBB2_14: b LBB2_15 LBB2_15: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf b LBB2_16 LBB2_16: ; in Loop: Header=BB2_15 Depth=1 ldur d0, [x29, #-16] fcmp d0, #0.0 cset w8, ls tbnz w8, #0, LBB2_15 b LBB2_17 LBB2_17: b LBB2_18 LBB2_18: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf b LBB2_19 LBB2_19: ; in Loop: Header=BB2_18 Depth=1 ldur d0, [x29, #-16] fcmp d0, #0.0 cset w8, ls tbnz w8, #0, LBB2_18 b LBB2_20 LBB2_20: ldur d0, [x29, #-16] ldr d1, [sp, #24] bl _resistor_paralelo mov x8, sp str d0, [x8] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB2_21 LBB2_21: 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 "Digite 'c' para capacitores ou 'r' para resistores\n" l_.str.1: ; @.str.1 .asciz " %c" l_.str.2: ; @.str.2 .asciz "Insira o primeiro valor\n" l_.str.3: ; @.str.3 .asciz " %lf" l_.str.4: ; @.str.4 .asciz "Insira o segundo valor\n" l_.str.5: ; @.str.5 .asciz "Cequiv: %.2lf\n" l_.str.6: ; @.str.6 .asciz "Requiv: %.2lf\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _resistor_paralelo ## -- Begin function resistor_paralelo .p2align 4, 0x90 _resistor_paralelo: ## @resistor_paralelo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movsd %xmm0, -8(%rbp) movsd %xmm1, -16(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero mulsd -16(%rbp), %xmm0 movsd -8(%rbp), %xmm1 ## xmm1 = mem[0],zero addsd -16(%rbp), %xmm1 divsd %xmm1, %xmm0 popq %rbp retq .cfi_endproc ## -- End function .globl _capacitor_paralelo ## -- Begin function capacitor_paralelo .p2align 4, 0x90 _capacitor_paralelo: ## @capacitor_paralelo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movsd %xmm0, -8(%rbp) movsd %xmm1, -16(%rbp) movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd -16(%rbp), %xmm0 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) LBB2_1: ## =>This Inner Loop Header: Depth=1 leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -25(%rbp), %rsi movb $0, %al callq _scanf ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movsbl -25(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $99, %ecx movb %al, -26(%rbp) ## 1-byte Spill je LBB2_4 ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movsbl -25(%rbp), %eax cmpl $114, %eax setne %al movb %al, -26(%rbp) ## 1-byte Spill LBB2_4: ## in Loop: Header=BB2_1 Depth=1 movb -26(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_1 ## %bb.5: movsbl -25(%rbp), %eax movl %eax, -32(%rbp) ## 4-byte Spill subl $99, %eax je LBB2_6 jmp LBB2_21 LBB2_21: movl -32(%rbp), %eax ## 4-byte Reload subl $114, %eax je LBB2_13 jmp LBB2_20 LBB2_6: jmp LBB2_7 LBB2_7: ## =>This Inner Loop Header: Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf ## %bb.8: ## in Loop: Header=BB2_7 Depth=1 xorps %xmm0, %xmm0 ucomisd -16(%rbp), %xmm0 jae LBB2_7 ## %bb.9: jmp LBB2_10 LBB2_10: ## =>This Inner Loop Header: Depth=1 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf ## %bb.11: ## in Loop: Header=BB2_10 Depth=1 xorps %xmm0, %xmm0 ucomisd -24(%rbp), %xmm0 jae LBB2_10 ## %bb.12: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _capacitor_paralelo leaq L_.str.5(%rip), %rdi movb $1, %al callq _printf jmp LBB2_20 LBB2_13: jmp LBB2_14 LBB2_14: ## =>This Inner Loop Header: Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf ## %bb.15: ## in Loop: Header=BB2_14 Depth=1 xorps %xmm0, %xmm0 ucomisd -16(%rbp), %xmm0 jae LBB2_14 ## %bb.16: jmp LBB2_17 LBB2_17: ## =>This Inner Loop Header: Depth=1 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf ## %bb.18: ## in Loop: Header=BB2_17 Depth=1 xorps %xmm0, %xmm0 ucomisd -16(%rbp), %xmm0 jae LBB2_17 ## %bb.19: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero callq _resistor_paralelo leaq L_.str.6(%rip), %rdi movb $1, %al callq _printf LBB2_20: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Digite 'c' para capacitores ou 'r' para resistores\n" L_.str.1: ## @.str.1 .asciz " %c" L_.str.2: ## @.str.2 .asciz "Insira o primeiro valor\n" L_.str.3: ## @.str.3 .asciz " %lf" L_.str.4: ## @.str.4 .asciz "Insira o segundo valor\n" L_.str.5: ## @.str.5 .asciz "Cequiv: %.2lf\n" L_.str.6: ## @.str.6 .asciz "Requiv: %.2lf\n" .subsections_via_symbols
the_stack_data/111078257.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test0 ; -- Begin function test0 .p2align 2 _test0: ; @test0 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x8, _test0_v@GOTPAGE ldr x8, [x8, _test0_v@GOTPAGEOFF] ldr s0, [x8] ldr s1, [x8, #4] str s0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _test1 ; -- Begin function test1 .p2align 2 _test1: ; @test1 .cfi_startproc ; %bb.0: adrp x8, _test1_v@GOTPAGE ldr x8, [x8, _test1_v@GOTPAGEOFF] ldr s1, [x8] ldr s0, [x8, #4] str s1, [x8] str s0, [x8, #4] ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test0 ## -- Begin function test0 .p2align 4, 0x90 _test0: ## @test0 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _test0_v@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _test0_v@GOTPCREL(%rip), %rax movss 4(%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero movss %xmm0, -4(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _test1 ## -- Begin function test1 .p2align 4, 0x90 _test1: ## @test1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _test1_v@GOTPCREL(%rip), %rax movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero movq _test1_v@GOTPCREL(%rip), %rax movss 4(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _test1_v@GOTPCREL(%rip), %rax movss %xmm1, (%rax) movq _test1_v@GOTPCREL(%rip), %rax movss %xmm0, 4(%rax) popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/57516.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 stur wzr, [x29, #-4] mov x9, sp sub x8, x29, #16 str x8, [x9] sub x8, x29, #24 str x8, [x9, #8] sub x8, x29, #32 str x8, [x9, #16] add x8, sp, #40 str x8, [x9, #24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldur d0, [x29, #-16] ldur d1, [x29, #-24] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldur d0, [x29, #-16] ldur d1, [x29, #-32] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ldur d0, [x29, #-16] ldr d1, [sp, #40] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur d0, [x29, #-16] str d0, [sp, #32] b LBB0_19 LBB0_4: ldur d0, [x29, #-24] ldur d1, [x29, #-16] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_8 b LBB0_5 LBB0_5: ldur d0, [x29, #-24] ldur d1, [x29, #-32] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ldur d0, [x29, #-24] ldr d1, [sp, #40] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ldur d0, [x29, #-24] str d0, [sp, #32] b LBB0_18 LBB0_8: ldur d0, [x29, #-32] ldur d1, [x29, #-16] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_12 b LBB0_9 LBB0_9: ldur d0, [x29, #-32] ldur d1, [x29, #-24] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ldur d0, [x29, #-32] ldr d1, [sp, #40] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldur d0, [x29, #-32] str d0, [sp, #32] b LBB0_17 LBB0_12: ldr d0, [sp, #40] ldur d1, [x29, #-16] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_16 b LBB0_13 LBB0_13: ldr d0, [sp, #40] ldur d1, [x29, #-24] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_16 b LBB0_14 LBB0_14: ldr d0, [sp, #40] ldur d1, [x29, #-32] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ldr d0, [sp, #40] str d0, [sp, #32] b LBB0_16 LBB0_16: b LBB0_17 LBB0_17: b LBB0_18 LBB0_18: b LBB0_19 LBB0_19: ldur d0, [x29, #-16] ldur d1, [x29, #-24] fadd d0, d0, d1 ldur d1, [x29, #-32] fadd d0, d0, d1 ldr d1, [sp, #40] fadd d0, d0, d1 ldr d1, [sp, #32] fsub d0, d0, d1 fmov d1, #3.00000000 fdiv d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@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 "%lf%lf%lf%lf" l_.str.1: ; @.str.1 .asciz "%.4lf\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 0x4008000000000000 ## double 3 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi leaq -16(%rbp), %rsi leaq -24(%rbp), %rdx leaq -32(%rbp), %rcx leaq -40(%rbp), %r8 movb $0, %al callq _scanf movsd -16(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_4 ## %bb.1: movsd -16(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_4 ## %bb.2: movsd -16(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_4 ## %bb.3: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -48(%rbp) jmp LBB0_19 LBB0_4: movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_8 ## %bb.5: movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_8 ## %bb.6: movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_8 ## %bb.7: movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -48(%rbp) jmp LBB0_18 LBB0_8: movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_12 ## %bb.9: movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_12 ## %bb.10: movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_12 ## %bb.11: movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -48(%rbp) jmp LBB0_17 LBB0_12: movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_16 ## %bb.13: movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_16 ## %bb.14: movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_16 ## %bb.15: movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -48(%rbp) LBB0_16: jmp LBB0_17 LBB0_17: jmp LBB0_18 LBB0_18: jmp LBB0_19 LBB0_19: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero addsd -24(%rbp), %xmm0 addsd -32(%rbp), %xmm0 addsd -40(%rbp), %xmm0 subsd -48(%rbp), %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 leaq L_.str.1(%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 "%lf%lf%lf%lf" L_.str.1: ## @.str.1 .asciz "%.4lf\n" .subsections_via_symbols
the_stack_data/51699469.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, #16 .cfi_def_cfa_offset 16 adrp x9, _a@GOTPAGE ldr x9, [x9, _a@GOTPAGEOFF] ldr w8, [x9] add w8, w8, #1 str w8, [sp, #12] ; 4-byte Folded Spill str w8, [x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #12] ; 4-byte Folded Reload str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_3 LBB0_2: adrp x8, _b@GOTPAGE ldr x8, [x8, _b@GOTPAGEOFF] ldr w8, [x8] str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ldr w8, [sp, #8] ; 4-byte Folded Reload adrp x9, _c@GOTPAGE ldr x9, [x9, _c@GOTPAGEOFF] str w8, [x9] add sp, sp, #16 ret .cfi_endproc ; -- End function .comm _a,4,2 ; @a .comm _b,4,2 ; @b .comm _c,4,2 ; @c .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _f ## -- Begin function f .p2align 4, 0x90 _f: ## @f .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _a@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movl %eax, -4(%rbp) ## 4-byte Spill movq _a@GOTPCREL(%rip), %rcx movl %eax, (%rcx) cmpl $0, %eax je LBB0_2 ## %bb.1: movl -4(%rbp), %eax ## 4-byte Reload movl %eax, -8(%rbp) ## 4-byte Spill jmp LBB0_3 LBB0_2: movq _b@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -8(%rbp) ## 4-byte Spill LBB0_3: movl -8(%rbp), %ecx ## 4-byte Reload movq _c@GOTPCREL(%rip), %rax movl %ecx, (%rax) popq %rbp retq .cfi_endproc ## -- End function .comm _a,4,2 ## @a .comm _b,4,2 ## @b .comm _c,4,2 ## @c .subsections_via_symbols
the_stack_data/1101969.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _my_strncat ; -- Begin function my_strncat .p2align 2 _my_strncat: ; @my_strncat .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str w2, [sp, #12] ldur x0, [x29, #-8] bl _my_strlen str w0, [sp, #8] str wzr, [sp, #4] str wzr, [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, ge mov w9, #0 str w9, [sp] ; 4-byte Folded Spill tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, ne str w8, [sp] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp] ; 4-byte Folded Reload tbz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] add x8, x8, x9 ldrb w8, [x8] ldur x9, [x29, #-8] ldr w10, [sp, #8] ldr w11, [sp, #4] add w10, w10, w11 add x9, x9, w10, sxtw strb w8, [x9] 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: ldur x8, [x29, #-8] ldr w9, [sp, #8] ldr w10, [sp, #4] add w9, w9, w10 add x8, x8, w9, sxtw strb wzr, [x8] ldur x0, [x29, #-8] 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 _my_strncat ## -- Begin function my_strncat .p2align 4, 0x90 _my_strncat: ## @my_strncat .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -8(%rbp), %rdi callq _my_strlen movl %eax, -24(%rbp) movl $0, -28(%rbp) movl $0, -28(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -20(%rbp), %ecx movb %al, -29(%rbp) ## 1-byte Spill jge LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax setne %al movb %al, -29(%rbp) ## 1-byte Spill LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movb -29(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_4 jmp LBB0_6 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movb (%rax,%rcx), %dl movq -8(%rbp), %rax movl -24(%rbp), %ecx addl -28(%rbp), %ecx movslq %ecx, %rcx movb %dl, (%rax,%rcx) ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_1 LBB0_6: movq -8(%rbp), %rax movl -24(%rbp), %ecx addl -28(%rbp), %ecx movslq %ecx, %rcx movb $0, (%rax,%rcx) movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/64201495.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/758144.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, #128] ; 16-byte Folded Spill add x29, sp, #128 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #52] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF mov w1, #2 bl _open str w0, [sp, #48] ldr w8, [sp, #48] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _perror mov w8, #-1 str w8, [sp, #52] b LBB0_3 LBB0_2: movi.2d v0, #0000000000000000 add x8, sp, #16 str q0, [sp, #16] str q0, [sp, #32] mov w9, #1 str w9, [sp, #16] add x9, sp, #56 str x9, [sp, #24] mov w9, #-2147483647 str w9, [sp, #32] ldr w0, [sp, #48] mov x9, sp str x8, [x9] mov x1, #2362 movk x1, #49184, lsl #16 bl _ioctl ldr w0, [sp, #48] bl _close str wzr, [sp, #52] b LBB0_3 LBB0_3: ldr w8, [sp, #52] str w8, [sp, #12] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: bl ___stack_chk_fail LBB0_5: ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "/dev/kgsl-3d0" l_.str.1: ; @.str.1 .asciz "open" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -84(%rbp) leaq L_.str(%rip), %rdi movl $2, %esi movb $0, %al callq _open movl %eax, -88(%rbp) cmpl $-1, -88(%rbp) jne LBB0_2 ## %bb.1: leaq L_.str.1(%rip), %rdi callq _perror movl $-1, -84(%rbp) jmp LBB0_3 LBB0_2: leaq -120(%rbp), %rdi xorl %esi, %esi movl $32, %edx callq _memset movl $1, -120(%rbp) leaq -80(%rbp), %rax movq %rax, -112(%rbp) movl $-2147483647, -104(%rbp) ## imm = 0x80000001 movl -88(%rbp), %edi movl $3223324986, %esi ## imm = 0xC020093A leaq -120(%rbp), %rdx movb $0, %al callq _ioctl movl -88(%rbp), %edi callq _close movl $0, -84(%rbp) LBB0_3: 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 LBB0_5 ## %bb.4: movl -124(%rbp), %eax ## 4-byte Reload addq $128, %rsp popq %rbp retq LBB0_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "/dev/kgsl-3d0" L_.str.1: ## @.str.1 .asciz "open" .subsections_via_symbols
the_stack_data/165765990.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/80309.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w8, #1 stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur w9, [x29, #-12] ; 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_2: ldur w9, [x29, #-12] ; 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: 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 "b 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 $16, %rsp movl $0, -4(%rbp) movl $1, -8(%rbp) movl -8(%rbp), %eax subl $1, %eax jne LBB0_2 jmp LBB0_1 LBB0_1: movl -12(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_3 LBB0_2: movl -12(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB0_3: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "b is %d\n" .subsections_via_symbols
the_stack_data/100003.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _maxProfit ; -- Begin function maxProfit .p2align 2 _maxProfit: ; @maxProfit .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] ldr w8, [sp, #36] str w8, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_15 b LBB0_1 LBB0_1: str wzr, [sp, #20] b LBB0_2 LBB0_2: ; =>This Loop Header: Depth=1 ; Child Loop BB0_4 Depth 2 ldr w8, [sp, #20] ldr w9, [sp, #28] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #16] b LBB0_4 LBB0_4: ; Parent Loop BB0_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=2 ldr x8, [sp, #40] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #40] ldrsw x10, [sp, #20] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 str w8, [sp, #24] ldr w8, [sp, #24] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_10 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_4 Depth=2 ldr w8, [sp, #24] ldr w9, [sp, #32] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_4 Depth=2 ldr w8, [sp, #24] str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_9 LBB0_8: ; in Loop: Header=BB0_4 Depth=2 ldr w8, [sp, #32] str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_9 LBB0_9: ; in Loop: Header=BB0_4 Depth=2 ldr w8, [sp, #12] ; 4-byte Folded Reload str w8, [sp, #32] b LBB0_10 LBB0_10: ; in Loop: Header=BB0_4 Depth=2 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_4 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_4 LBB0_12: ; in Loop: Header=BB0_2 Depth=1 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_2 LBB0_14: b LBB0_15 LBB0_15: ldr w0, [sp, #32] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _test ; -- Begin function test .p2align 2 _test: ; @test .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur x0, [x29, #-8] ldur w1, [x29, #-12] bl _maxProfit mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #8] adrp x8, l___const.main.a@PAGE add x8, x8, l___const.main.a@PAGEOFF ldr x8, [x8] mov x0, sp str x8, [sp] mov w1, #2 bl _test ldr x9, [sp, #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_2 b LBB2_1 LBB2_1: bl ___stack_chk_fail LBB2_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 "max = %d\n" .section __TEXT,__literal8,8byte_literals .p2align 2 ; @__const.main.a l___const.main.a: .long 1 ; 0x1 .long 2 ; 0x2 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _maxProfit ## -- Begin function maxProfit .p2align 4, 0x90 _maxProfit: ## @maxProfit .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) movl -12(%rbp), %eax movl %eax, -20(%rbp) cmpl $1, -20(%rbp) jl LBB0_15 ## %bb.1: movl $0, -28(%rbp) LBB0_2: ## =>This Loop Header: Depth=1 ## Child Loop BB0_4 Depth 2 movl -28(%rbp), %eax movl -20(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB0_14 ## %bb.3: ## in Loop: Header=BB0_2 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) LBB0_4: ## Parent Loop BB0_2 Depth=1 ## => This Inner Loop Header: Depth=2 movl -32(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_12 ## %bb.5: ## in Loop: Header=BB0_4 Depth=2 movq -8(%rbp), %rax movslq -32(%rbp), %rcx movl (%rax,%rcx,4), %eax movq -8(%rbp), %rcx movslq -28(%rbp), %rdx subl (%rcx,%rdx,4), %eax movl %eax, -24(%rbp) cmpl $0, -24(%rbp) jle LBB0_10 ## %bb.6: ## in Loop: Header=BB0_4 Depth=2 movl -24(%rbp), %eax cmpl -16(%rbp), %eax jle LBB0_8 ## %bb.7: ## in Loop: Header=BB0_4 Depth=2 movl -24(%rbp), %eax movl %eax, -36(%rbp) ## 4-byte Spill jmp LBB0_9 LBB0_8: ## in Loop: Header=BB0_4 Depth=2 movl -16(%rbp), %eax movl %eax, -36(%rbp) ## 4-byte Spill LBB0_9: ## in Loop: Header=BB0_4 Depth=2 movl -36(%rbp), %eax ## 4-byte Reload movl %eax, -16(%rbp) LBB0_10: ## in Loop: Header=BB0_4 Depth=2 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_4 Depth=2 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_4 LBB0_12: ## in Loop: Header=BB0_2 Depth=1 jmp LBB0_13 LBB0_13: ## in Loop: Header=BB0_2 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_2 LBB0_14: jmp LBB0_15 LBB0_15: movl -16(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _test ## -- Begin function test .p2align 4, 0x90 _test: ## @test .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi callq _maxProfit movl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq L___const.main.a(%rip), %rax movq %rax, -16(%rbp) leaq -16(%rbp), %rdi movl $2, %esi callq _test movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_2 ## %bb.1: xorl %eax, %eax addq $16, %rsp popq %rbp retq LBB2_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "max = %d\n" .section __TEXT,__literal8,8byte_literals .p2align 2 ## @__const.main.a L___const.main.a: .long 1 ## 0x1 .long 2 ## 0x2 .subsections_via_symbols
the_stack_data/70449120.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf mov w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ; Child Loop BB0_7 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 ldur w8, [x29, #-8] ldur w9, [x29, #-12] subs w8, w8, w9 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] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #16] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-12] mov w8, #2 mul w8, w8, w9 subs w8, w8, #1 str w8, [sp, #12] b LBB0_7 LBB0_7: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=2 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=2 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB0_7 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_11 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 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 "Enter N: " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz " " l_.str.3: ; @.str.3 .asciz "*" l_.str.4: ; @.str.4 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $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 $1, -12(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_7 Depth 2 movl -12(%rbp), %eax cmpl -8(%rbp), %eax jg LBB0_12 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax subl -12(%rbp), %eax movl %eax, -16(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -16(%rbp) jl LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax shll $1, %eax subl $1, %eax movl %eax, -20(%rbp) LBB0_7: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -20(%rbp) jle LBB0_10 ## %bb.8: ## in Loop: Header=BB0_7 Depth=2 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf ## %bb.9: ## in Loop: Header=BB0_7 Depth=2 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) jmp LBB0_7 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf ## %bb.11: ## in Loop: Header=BB0_1 Depth=1 movl -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 "Enter N: " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz " " L_.str.3: ## @.str.3 .asciz "*" L_.str.4: ## @.str.4 .asciz "\n" .subsections_via_symbols
the_stack_data/232954738.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _libex_get_data ; -- Begin function libex_get_data .p2align 2 _libex_get_data: ; @libex_get_data .cfi_startproc ; %bb.0: adrp x8, _data@PAGE ldr w0, [x8, _data@PAGEOFF] ret .cfi_endproc ; -- End function .globl _libex_set_data ; -- Begin function libex_set_data .p2align 2 _libex_set_data: ; @libex_set_data .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] adrp x9, _data@PAGE str w8, [x9, _data@PAGEOFF] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _libex_get_data_addr ; -- Begin function libex_get_data_addr .p2align 2 _libex_get_data_addr: ; @libex_get_data_addr .cfi_startproc ; %bb.0: adrp x0, _data@PAGE add x0, x0, _data@PAGEOFF ret .cfi_endproc ; -- End function .section __DATA,__data .globl _data ; @data .p2align 2 _data: .long 8 ; 0x8 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _libex_get_data ## -- Begin function libex_get_data .p2align 4, 0x90 _libex_get_data: ## @libex_get_data .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl _data(%rip), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _libex_set_data ## -- Begin function libex_set_data .p2align 4, 0x90 _libex_set_data: ## @libex_set_data .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, _data(%rip) popq %rbp retq .cfi_endproc ## -- End function .globl _libex_get_data_addr ## -- Begin function libex_get_data_addr .p2align 4, 0x90 _libex_get_data_addr: ## @libex_get_data_addr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq _data(%rip), %rax popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _data ## @data .p2align 2 _data: .long 8 ## 0x8 .subsections_via_symbols
the_stack_data/61074723.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_isdigit ; -- Begin function ft_isdigit .p2align 2 _ft_isdigit: ; @ft_isdigit .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #48 cset w8, lt mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #12] subs w8, w8, #57 cset w8, le str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_2 LBB0_2: ldr w8, [sp, #8] ; 4-byte Folded Reload and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _ft_isdigit ## -- Begin function ft_isdigit .p2align 4, 0x90 _ft_isdigit: ## @ft_isdigit .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 ## kill: def $al killed $al killed $eax cmpl $48, -4(%rbp) movb %al, -5(%rbp) ## 1-byte Spill jl LBB0_2 ## %bb.1: cmpl $57, -4(%rbp) setle %al movb %al, -5(%rbp) ## 1-byte Spill LBB0_2: movb -5(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/142984.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/44551.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov x9, sp sub x8, x29, #8 str x8, [x9] sub x8, x29, #12 str x8, [x9, #8] sub x8, x29, #16 str x8, [x9, #16] 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, le tbnz w8, #0, LBB0_9 b LBB0_1 LBB0_1: ldur w8, [x29, #-8] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: ldur w8, [x29, #-12] ldur w9, [x29, #-16] add w8, w8, w9 ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_8 LBB0_4: ldur w8, [x29, #-12] ldur w9, [x29, #-12] mul w8, w8, w9 ldur w9, [x29, #-16] ldur w10, [x29, #-16] mul w9, w9, w10 add w8, w8, w9 ldur w9, [x29, #-8] ldur w10, [x29, #-8] mul w9, w9, w10 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_7 LBB0_6: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_7 LBB0_7: b LBB0_8 LBB0_8: b LBB0_30 LBB0_9: ldur w8, [x29, #-12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_18 b LBB0_10 LBB0_10: ldur w8, [x29, #-12] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_18 b LBB0_11 LBB0_11: ldur w8, [x29, #-8] ldur w9, [x29, #-16] add w8, w8, w9 ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_17 LBB0_13: ldur w8, [x29, #-8] ldur w9, [x29, #-8] mul w8, w8, w9 ldur w9, [x29, #-16] ldur w10, [x29, #-16] mul w9, w9, w10 add w8, w8, w9 ldur w9, [x29, #-12] ldur w10, [x29, #-12] mul w9, w9, w10 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_16 LBB0_15: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_16 LBB0_16: b LBB0_17 LBB0_17: b LBB0_29 LBB0_18: ldur w8, [x29, #-16] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_27 b LBB0_19 LBB0_19: ldur w8, [x29, #-16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_27 b LBB0_20 LBB0_20: ldur w8, [x29, #-8] ldur w9, [x29, #-12] add w8, w8, w9 ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_22 b LBB0_21 LBB0_21: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_26 LBB0_22: ldur w8, [x29, #-8] ldur w9, [x29, #-8] mul w8, w8, w9 ldur w9, [x29, #-12] ldur w10, [x29, #-12] mul w9, w9, w10 add w8, w8, w9 ldur w9, [x29, #-16] ldur w10, [x29, #-16] mul w9, w9, w10 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_25 LBB0_24: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_25 LBB0_25: b LBB0_26 LBB0_26: b LBB0_28 LBB0_27: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_28 LBB0_28: b LBB0_29 LBB0_29: b LBB0_30 LBB0_30: 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%d%d" l_.str.1: ; @.str.1 .asciz "not a triangle\n" l_.str.2: ; @.str.2 .asciz "yes\n" l_.str.3: ; @.str.3 .asciz "no\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 leaq -16(%rbp), %rcx movb $0, %al callq _scanf movl -8(%rbp), %eax cmpl -12(%rbp), %eax jle LBB0_9 ## %bb.1: movl -8(%rbp), %eax cmpl -16(%rbp), %eax jle LBB0_9 ## %bb.2: movl -12(%rbp), %eax addl -16(%rbp), %eax cmpl -8(%rbp), %eax jg LBB0_4 ## %bb.3: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_8 LBB0_4: movl -12(%rbp), %eax imull -12(%rbp), %eax movl -16(%rbp), %ecx imull -16(%rbp), %ecx addl %ecx, %eax movl -8(%rbp), %ecx imull -8(%rbp), %ecx cmpl %ecx, %eax jne LBB0_6 ## %bb.5: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_7 LBB0_6: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB0_7: jmp LBB0_8 LBB0_8: jmp LBB0_30 LBB0_9: movl -12(%rbp), %eax cmpl -8(%rbp), %eax jle LBB0_18 ## %bb.10: movl -12(%rbp), %eax cmpl -16(%rbp), %eax jle LBB0_18 ## %bb.11: movl -8(%rbp), %eax addl -16(%rbp), %eax cmpl -12(%rbp), %eax jg LBB0_13 ## %bb.12: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_17 LBB0_13: movl -8(%rbp), %eax imull -8(%rbp), %eax movl -16(%rbp), %ecx imull -16(%rbp), %ecx addl %ecx, %eax movl -12(%rbp), %ecx imull -12(%rbp), %ecx cmpl %ecx, %eax jne LBB0_15 ## %bb.14: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_16 LBB0_15: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB0_16: jmp LBB0_17 LBB0_17: jmp LBB0_29 LBB0_18: movl -16(%rbp), %eax cmpl -8(%rbp), %eax jle LBB0_27 ## %bb.19: movl -16(%rbp), %eax cmpl -12(%rbp), %eax jle LBB0_27 ## %bb.20: movl -8(%rbp), %eax addl -12(%rbp), %eax cmpl -16(%rbp), %eax jg LBB0_22 ## %bb.21: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_26 LBB0_22: movl -8(%rbp), %eax imull -8(%rbp), %eax movl -12(%rbp), %ecx imull -12(%rbp), %ecx addl %ecx, %eax movl -16(%rbp), %ecx imull -16(%rbp), %ecx cmpl %ecx, %eax jne LBB0_24 ## %bb.23: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_25 LBB0_24: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB0_25: jmp LBB0_26 LBB0_26: jmp LBB0_28 LBB0_27: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB0_28: jmp LBB0_29 LBB0_29: jmp LBB0_30 LBB0_30: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d%d%d" L_.str.1: ## @.str.1 .asciz "not a triangle\n" L_.str.2: ## @.str.2 .asciz "yes\n" L_.str.3: ## @.str.3 .asciz "no\n" .subsections_via_symbols
the_stack_data/285557.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _get_input ; -- Begin function get_input .p2align 2 _get_input: ; @get_input .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 w1, [x29, #-8] stur x2, [x29, #-16] ldur w8, [x29, #-8] ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-20] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldur w8, [x29, #-20] 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, #24] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] 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 ldr x10, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldursw x9, [x29, #-20] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #24] 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 LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] 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, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_1 LBB0_8: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _display ; -- Begin function display .p2align 2 _display: ; @display .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 w1, [x29, #-8] stur x2, [x29, #-16] ldur w8, [x29, #-8] ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-20] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldur w8, [x29, #-20] 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, #24] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] 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 ldr x10, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldursw x9, [x29, #-20] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #24] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB1_3 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_1 LBB1_8: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _matmul ; -- Begin function matmul .p2align 2 _matmul: ; @matmul .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, #44] str w1, [sp, #40] str x2, [sp, #32] str x3, [sp, #24] adrp x8, _c1@GOTPAGE ldr x8, [x8, _c1@GOTPAGEOFF] ldr w8, [x8] ; kill: def $x8 killed $w8 str x8, [sp] ; 8-byte Folded Spill adrp x8, _c2@GOTPAGE ldr x8, [x8, _c2@GOTPAGEOFF] ldr w8, [x8] ; kill: def $x8 killed $w8 str x8, [sp, #8] ; 8-byte Folded Spill str wzr, [sp, #20] str wzr, [sp, #16] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] adrp x9, _r2@GOTPAGE ldr x9, [x9, _r2@GOTPAGEOFF] 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 x11, [sp, #8] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldr x8, [sp, #32] ldrsw x9, [sp, #44] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldrsw x10, [sp, #16] mul x10, x10, x11 add x9, x9, x10, lsl #2 ldrsw x10, [sp, #40] ldr w9, [x9, x10, lsl #2] mul w9, w8, w9 ldr w8, [sp, #20] add w8, w8, w9 str w8, [sp, #20] b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB2_1 LBB2_4: ldr w0, [sp, #20] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #256 adrp x8, _r1@GOTPAGE ldr x8, [x8, _r1@GOTPAGEOFF] stur x8, [x29, #-152] ; 8-byte Folded Spill adrp x8, _c1@GOTPAGE ldr x8, [x8, _c1@GOTPAGEOFF] stur x8, [x29, #-216] ; 8-byte Folded Spill adrp x8, _r2@GOTPAGE ldr x8, [x8, _r2@GOTPAGEOFF] stur x8, [x29, #-200] ; 8-byte Folded Spill adrp x8, _c2@GOTPAGE ldr x8, [x8, _c2@GOTPAGEOFF] stur x8, [x29, #-144] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] stur wzr, [x29, #-28] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldur x8, [x29, #-216] ; 8-byte Folded Reload ldur x10, [x29, #-152] ; 8-byte Folded Reload sub sp, sp, #16 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF stur x0, [x29, #-256] ; 8-byte Folded Spill bl _scanf add sp, sp, #16 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldur x10, [x29, #-200] ; 8-byte Folded Reload ldur x8, [x29, #-144] ; 8-byte Folded Reload ldur x0, [x29, #-256] ; 8-byte Folded Reload sub sp, sp, #16 mov x9, sp str x10, [x9] str x8, [x9, #8] bl _scanf ldur x10, [x29, #-216] ; 8-byte Folded Reload ldur x9, [x29, #-152] ; 8-byte Folded Reload ldur x8, [x29, #-144] ; 8-byte Folded Reload add sp, sp, #16 ldr w9, [x9] ; kill: def $x9 killed $w9 stur x9, [x29, #-248] ; 8-byte Folded Spill ldr w10, [x10] ; kill: def $x10 killed $w10 stur x10, [x29, #-240] ; 8-byte Folded Spill mov x11, sp stur x11, [x29, #-40] mul x9, x9, x10 lsl x9, x9, #2 add x9, x9, #15 and x13, x9, #0xfffffffffffffff0 mov x9, x13 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x11, [x29, #-248] ; 8-byte Folded Reload ldur x10, [x29, #-240] ; 8-byte Folded Reload ldur x9, [x29, #-200] ; 8-byte Folded Reload mov x12, sp subs x0, x12, x13 stur x0, [x29, #-208] ; 8-byte Folded Spill mov sp, x0 stur x11, [x29, #-48] stur x10, [x29, #-56] ldr w9, [x9] ; kill: def $x9 killed $w9 stur x9, [x29, #-224] ; 8-byte Folded Spill ldr w8, [x8] ; kill: def $x8 killed $w8 mul x9, x9, x8 lsl x9, x9, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-232] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x11, [x29, #-232] ; 8-byte Folded Reload ldur x9, [x29, #-224] ; 8-byte Folded Reload mov x10, sp subs x0, x10, x11 stur x0, [x29, #-192] ; 8-byte Folded Spill mov sp, x0 stur x9, [x29, #-64] stur x8, [x29, #-72] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldur x8, [x29, #-216] ; 8-byte Folded Reload ldur x2, [x29, #-208] ; 8-byte Folded Reload ldur x9, [x29, #-152] ; 8-byte Folded Reload ldr w0, [x9] ldr w1, [x8] bl _get_input adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldur x9, [x29, #-200] ; 8-byte Folded Reload ldur x2, [x29, #-192] ; 8-byte Folded Reload ldur x8, [x29, #-144] ; 8-byte Folded Reload ldr w0, [x9] ldr w1, [x8] bl _get_input adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldur x8, [x29, #-216] ; 8-byte Folded Reload ldur x2, [x29, #-208] ; 8-byte Folded Reload ldur x9, [x29, #-152] ; 8-byte Folded Reload ldr w0, [x9] ldr w1, [x8] bl _display adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf ldur x9, [x29, #-200] ; 8-byte Folded Reload ldur x2, [x29, #-192] ; 8-byte Folded Reload ldur x8, [x29, #-144] ; 8-byte Folded Reload ldr w0, [x9] ldr w1, [x8] bl _display ldur x9, [x29, #-152] ; 8-byte Folded Reload ldur x8, [x29, #-144] ; 8-byte Folded Reload ldr w9, [x9] ; kill: def $x9 killed $w9 stur x9, [x29, #-168] ; 8-byte Folded Spill ldr w8, [x8] ; kill: def $x8 killed $w8 stur x8, [x29, #-184] ; 8-byte Folded Spill mul x9, x9, x8 lsl x9, x9, #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 x11, [x29, #-176] ; 8-byte Folded Reload ldur x9, [x29, #-168] ; 8-byte Folded Reload mov x10, sp subs x10, x10, x11 mov sp, x10 stur x10, [x29, #-160] ; 8-byte Folded Spill stur x9, [x29, #-80] stur x8, [x29, #-88] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldur x8, [x29, #-152] ; 8-byte Folded Reload ldur x9, [x29, #-144] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] mul w8, w8, w9 ; kill: def $x8 killed $w8 lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-136] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-136] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-128] ; 8-byte Folded Spill stur x8, [x29, #-96] stur wzr, [x29, #-100] stur wzr, [x29, #-112] b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_3 Depth 2 ldur x9, [x29, #-152] ; 8-byte Folded Reload ldur w8, [x29, #-112] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_13 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 stur wzr, [x29, #-116] b LBB3_3 LBB3_3: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur w8, [x29, #-116] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_11 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=2 bl _vfork ldur x8, [x29, #-128] ; 8-byte Folded Reload ldursw x9, [x29, #-100] str w0, [x8, x9, lsl #2] ldursw x9, [x29, #-100] mov x10, x9 add w10, w10, #1 stur w10, [x29, #-100] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_6 b LBB3_5 LBB3_5: ldur x3, [x29, #-192] ; 8-byte Folded Reload ldur x2, [x29, #-208] ; 8-byte Folded Reload ldur w0, [x29, #-112] ldur w1, [x29, #-116] bl _matmul ldur x11, [x29, #-184] ; 8-byte Folded Reload ldur x9, [x29, #-160] ; 8-byte Folded Reload stur w0, [x29, #-104] ldur w8, [x29, #-104] ldursw x10, [x29, #-112] mul x10, x10, x11 add x9, x9, x10, lsl #2 ldursw x10, [x29, #-116] str w8, [x9, x10, lsl #2] mov w0, #0 bl __exit LBB3_6: ; in Loop: Header=BB3_3 Depth=2 ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur w8, [x29, #-116] add w8, w8, #1 ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_3 Depth=2 ldur x3, [x29, #-192] ; 8-byte Folded Reload ldur x2, [x29, #-208] ; 8-byte Folded Reload ldur w0, [x29, #-112] ldur w8, [x29, #-116] add w1, w8, #1 bl _matmul ldur x11, [x29, #-184] ; 8-byte Folded Reload ldur x9, [x29, #-160] ; 8-byte Folded Reload stur w0, [x29, #-108] ldur w8, [x29, #-108] ldursw x10, [x29, #-112] mul x10, x10, x11 add x9, x9, x10, lsl #2 ldur w10, [x29, #-116] add w10, w10, #1 str w8, [x9, w10, sxtw #2] b LBB3_8 LBB3_8: ; in Loop: Header=BB3_3 Depth=2 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_3 Depth=2 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_3 Depth=2 ldur w8, [x29, #-116] add w8, w8, #2 stur w8, [x29, #-116] b LBB3_3 LBB3_11: ; in Loop: Header=BB3_1 Depth=1 b LBB3_12 LBB3_12: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-112] add w8, w8, #1 stur w8, [x29, #-112] b LBB3_1 LBB3_13: mov w0, #-1 sub x1, x29, #32 mov w2, #0 bl _waitpid ldur x9, [x29, #-152] ; 8-byte Folded Reload ldur x8, [x29, #-144] ; 8-byte Folded Reload ldur x2, [x29, #-160] ; 8-byte Folded Reload ldr w0, [x9] ldr w1, [x8] bl _display adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf stur wzr, [x29, #-28] ldur x8, [x29, #-40] mov sp, x8 ldur w8, [x29, #-28] sub x9, x29, #4 stur w8, [x9, #-256] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB3_15 b LBB3_14 LBB3_14: bl ___stack_chk_fail LBB3_15: sub x8, x29, #4 ldur w0, [x8, #-256] ; 4-byte Folded Reload sub sp, x29, #16 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d " l_.str.2: ; @.str.2 .asciz "\n" .comm _c1,4,2 ; @c1 .comm _c2,4,2 ; @c2 .comm _r2,4,2 ; @r2 l_.str.3: ; @.str.3 .asciz "\nEnter the size of first:\n" l_.str.4: ; @.str.4 .asciz "%d %d" .comm _r1,4,2 ; @r1 l_.str.5: ; @.str.5 .asciz "Enter the size of second:\n" l_.str.6: ; @.str.6 .asciz "\nEnter the first =\n" l_.str.7: ; @.str.7 .asciz "Enter the second =\n" l_.str.8: ; @.str.8 .asciz "\nFirst Matrix :\n" l_.str.9: ; @.str.9 .asciz "Second Matrix :\n" l_.str.10: ; @.str.10 .asciz "\nResult Computed:\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _get_input ## -- Begin function get_input .p2align 4, 0x90 _get_input: ## @get_input .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movl -8(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -32(%rbp) ## 8-byte Spill 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 movq -32(%rbp), %rcx ## 8-byte Reload movq -16(%rbp), %rsi movslq -20(%rbp), %rax imulq %rcx, %rax shlq $2, %rax addq %rax, %rsi movslq -24(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %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 .globl _display ## -- Begin function display .p2align 4, 0x90 _display: ## @display .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movl -8(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -32(%rbp) ## 8-byte Spill 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 movq -32(%rbp), %rdx ## 8-byte Reload movq -16(%rbp), %rax movslq -20(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %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 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.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 .globl _matmul ## -- Begin function matmul .p2align 4, 0x90 _matmul: ## @matmul .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) movq %rdx, -16(%rbp) movq %rcx, -24(%rbp) movq _c1@GOTPCREL(%rip), %rax movl (%rax), %eax ## kill: def $rax killed $eax movq %rax, -48(%rbp) ## 8-byte Spill movq _c2@GOTPCREL(%rip), %rax movl (%rax), %eax ## kill: def $rax killed $eax movq %rax, -40(%rbp) ## 8-byte Spill movl $0, -28(%rbp) movl $0, -32(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax movq _r2@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -40(%rbp), %rsi ## 8-byte Reload movq -48(%rbp), %rdx ## 8-byte Reload movq -16(%rbp), %rax movslq -4(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -32(%rbp), %rcx movl (%rax,%rcx,4), %eax movq -24(%rbp), %rcx movslq -32(%rbp), %rdx imulq %rsi, %rdx shlq $2, %rdx addq %rdx, %rcx movslq -8(%rbp), %rdx imull (%rcx,%rdx,4), %eax addl -28(%rbp), %eax movl %eax, -28(%rbp) ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB2_1 LBB2_4: movl -28(%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 $272, %rsp ## imm = 0x110 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) leaq L_.str.3(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -145(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -145(%rbp), %al ## 1-byte Reload leaq L_.str.4(%rip), %rdi movq %rdi, -256(%rbp) ## 8-byte Spill movq _r1@GOTPCREL(%rip), %rsi movq %rsi, -128(%rbp) ## 8-byte Spill movq _c1@GOTPCREL(%rip), %rdx movq %rdx, -192(%rbp) ## 8-byte Spill callq _scanf ## kill: def $ecx killed $eax movb -145(%rbp), %al ## 1-byte Reload leaq L_.str.5(%rip), %rdi callq _printf movq -256(%rbp), %rdi ## 8-byte Reload ## kill: def $ecx killed $eax movb -145(%rbp), %al ## 1-byte Reload movq _r2@GOTPCREL(%rip), %rsi movq %rsi, -184(%rbp) ## 8-byte Spill movq _c2@GOTPCREL(%rip), %rdx movq %rdx, -136(%rbp) ## 8-byte Spill callq _scanf movq -192(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movq -128(%rbp), %rax ## 8-byte Reload movl (%rax), %eax ## kill: def $rax killed $eax movq %rax, -248(%rbp) ## 8-byte Spill movl (%rcx), %ecx ## kill: def $rcx killed $ecx movq %rcx, -240(%rbp) ## 8-byte Spill movq %rsp, %rdx movq %rdx, -24(%rbp) imulq %rcx, %rax shlq $2, %rax callq ____chkstk_darwin movq -248(%rbp), %rsi ## 8-byte Reload movq -240(%rbp), %rdx ## 8-byte Reload movq -136(%rbp), %rcx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -184(%rbp), %rax ## 8-byte Reload movq %rsp, %rdi movq %rdi, -200(%rbp) ## 8-byte Spill movq %rdi, -232(%rbp) ## 8-byte Spill movq %rsi, -32(%rbp) movq %rdx, -40(%rbp) movl (%rax), %eax ## kill: def $rax killed $eax movq %rax, -224(%rbp) ## 8-byte Spill movl (%rcx), %ecx ## kill: def $rcx killed $ecx movq %rcx, -216(%rbp) ## 8-byte Spill imulq %rcx, %rax shlq $2, %rax callq ____chkstk_darwin movq -224(%rbp), %rdx ## 8-byte Reload movq -216(%rbp), %rcx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movb -145(%rbp), %al ## 1-byte Reload movq %rsp, %rsi movq %rsi, -176(%rbp) ## 8-byte Spill movq %rsi, -208(%rbp) ## 8-byte Spill movq %rdx, -48(%rbp) movq %rcx, -56(%rbp) leaq L_.str.6(%rip), %rdi callq _printf movq -200(%rbp), %rdx ## 8-byte Reload movq -128(%rbp), %rcx ## 8-byte Reload ## kill: def $esi killed $eax movq -192(%rbp), %rax ## 8-byte Reload movl (%rcx), %edi movl (%rax), %esi callq _get_input movb -145(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi callq _printf movq -184(%rbp), %rcx ## 8-byte Reload movq -176(%rbp), %rdx ## 8-byte Reload ## kill: def $esi killed $eax movq -136(%rbp), %rax ## 8-byte Reload movl (%rcx), %edi movl (%rax), %esi callq _get_input movb -145(%rbp), %al ## 1-byte Reload leaq L_.str.8(%rip), %rdi callq _printf movq -200(%rbp), %rdx ## 8-byte Reload movq -128(%rbp), %rcx ## 8-byte Reload ## kill: def $esi killed $eax movq -192(%rbp), %rax ## 8-byte Reload movl (%rcx), %edi movl (%rax), %esi callq _display movb -145(%rbp), %al ## 1-byte Reload leaq L_.str.9(%rip), %rdi callq _printf movq -184(%rbp), %rcx ## 8-byte Reload movq -176(%rbp), %rdx ## 8-byte Reload ## kill: def $esi killed $eax movq -136(%rbp), %rax ## 8-byte Reload movl (%rcx), %edi movl (%rax), %esi callq _display movq -128(%rbp), %rax ## 8-byte Reload movq -136(%rbp), %rcx ## 8-byte Reload movl (%rax), %eax ## kill: def $rax killed $eax movq %rax, -168(%rbp) ## 8-byte Spill movl (%rcx), %ecx ## kill: def $rcx killed $ecx movq %rcx, -160(%rbp) ## 8-byte Spill imulq %rcx, %rax shlq $2, %rax callq ____chkstk_darwin movq -168(%rbp), %rdx ## 8-byte Reload movq -160(%rbp), %rcx ## 8-byte Reload addq $15, %rax andq $-16, %rax subq %rax, %rsp movb -145(%rbp), %al ## 1-byte Reload movq %rsp, %rsi movq %rsi, -144(%rbp) ## 8-byte Spill movq %rdx, -64(%rbp) movq %rcx, -72(%rbp) leaq L_.str.10(%rip), %rdi callq _printf movq -136(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movq -128(%rbp), %rax ## 8-byte Reload movl (%rax), %eax movl (%rcx), %ecx imull %ecx, %eax ## kill: def $rax killed $eax movq %rax, -120(%rbp) ## 8-byte Spill shlq $2, %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, -80(%rbp) movl $0, -84(%rbp) movl $0, -96(%rbp) LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_3 Depth 2 movl -96(%rbp), %eax movq _r1@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB3_13 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movl $0, -100(%rbp) LBB3_3: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -100(%rbp), %eax movq _c2@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB3_11 ## %bb.4: ## in Loop: Header=BB3_3 Depth=2 callq _vfork movl %eax, %edx movq -112(%rbp), %rax ## 8-byte Reload movslq -84(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -84(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -84(%rbp) movslq %ecx, %rcx cmpl $0, (%rax,%rcx,4) jne LBB3_6 ## %bb.5: movq -208(%rbp), %rcx ## 8-byte Reload movq -232(%rbp), %rdx ## 8-byte Reload movl -96(%rbp), %edi movl -100(%rbp), %esi callq _matmul movq -160(%rbp), %rsi ## 8-byte Reload movl %eax, %ecx movq -144(%rbp), %rax ## 8-byte Reload movl %ecx, -88(%rbp) movl -88(%rbp), %edx movslq -96(%rbp), %rcx imulq %rsi, %rcx leaq (%rax,%rcx,4), %rax movslq -100(%rbp), %rcx movl %edx, (%rax,%rcx,4) xorl %edi, %edi callq __exit LBB3_6: ## in Loop: Header=BB3_3 Depth=2 movl -100(%rbp), %eax addl $1, %eax movq _c2@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB3_8 ## %bb.7: ## in Loop: Header=BB3_3 Depth=2 movq -208(%rbp), %rcx ## 8-byte Reload movq -232(%rbp), %rdx ## 8-byte Reload movl -96(%rbp), %edi movl -100(%rbp), %esi addl $1, %esi callq _matmul movq -160(%rbp), %rsi ## 8-byte Reload movl %eax, %ecx movq -144(%rbp), %rax ## 8-byte Reload movl %ecx, -92(%rbp) movl -92(%rbp), %edx movslq -96(%rbp), %rcx imulq %rsi, %rcx shlq $2, %rcx addq %rcx, %rax movl -100(%rbp), %ecx addl $1, %ecx movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) LBB3_8: ## in Loop: Header=BB3_3 Depth=2 jmp LBB3_9 LBB3_9: ## in Loop: Header=BB3_3 Depth=2 jmp LBB3_10 LBB3_10: ## in Loop: Header=BB3_3 Depth=2 movl -100(%rbp), %eax addl $2, %eax movl %eax, -100(%rbp) jmp LBB3_3 LBB3_11: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_12 LBB3_12: ## in Loop: Header=BB3_1 Depth=1 movl -96(%rbp), %eax addl $1, %eax movl %eax, -96(%rbp) jmp LBB3_1 LBB3_13: movl $4294967295, %edi ## imm = 0xFFFFFFFF leaq -16(%rbp), %rsi xorl %edx, %edx callq _waitpid movq -144(%rbp), %rdx ## 8-byte Reload movq _r1@GOTPCREL(%rip), %rax movl (%rax), %edi movq _c2@GOTPCREL(%rip), %rax movl (%rax), %esi callq _display leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) movq -24(%rbp), %rax movq %rax, %rsp movl -12(%rbp), %eax movl %eax, -260(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB3_15 ## %bb.14: movl -260(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB3_15: 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 " L_.str.2: ## @.str.2 .asciz "\n" .comm _c1,4,2 ## @c1 .comm _c2,4,2 ## @c2 .comm _r2,4,2 ## @r2 L_.str.3: ## @.str.3 .asciz "\nEnter the size of first:\n" L_.str.4: ## @.str.4 .asciz "%d %d" .comm _r1,4,2 ## @r1 L_.str.5: ## @.str.5 .asciz "Enter the size of second:\n" L_.str.6: ## @.str.6 .asciz "\nEnter the first =\n" L_.str.7: ## @.str.7 .asciz "Enter the second =\n" L_.str.8: ## @.str.8 .asciz "\nFirst Matrix :\n" L_.str.9: ## @.str.9 .asciz "Second Matrix :\n" L_.str.10: ## @.str.10 .asciz "\nResult Computed:\n" .subsections_via_symbols
the_stack_data/117268.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/117328905.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__data .globl _NTSC_BCAST ; @NTSC_BCAST .p2align 3 _NTSC_BCAST: .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 55250 ; 0xd7d2 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 61250 ; 0xef42 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 67250 ; 0x106b2 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 77250 ; 0x12dc2 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 83250 ; 0x14532 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ; 0x2ac92 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 181250 ; 0x2c402 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 187250 ; 0x2db72 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 193250 ; 0x2f2e2 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ; 0x30a52 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 205250 ; 0x321c2 .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 211250 ; 0x33932 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ; 0x730d2 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 477250 ; 0x74842 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 483250 ; 0x75fb2 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 489250 ; 0x77722 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ; 0x78e92 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 501250 ; 0x7a602 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 507250 ; 0x7bd72 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 513250 ; 0x7d4e2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ; 0x7ec52 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 525250 ; 0x803c2 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 531250 ; 0x81b32 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 537250 ; 0x832a2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ; 0x84a12 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 549250 ; 0x86182 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 555250 ; 0x878f2 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 561250 ; 0x89062 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ; 0x8a7d2 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 573250 ; 0x8bf42 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 579250 ; 0x8d6b2 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 585250 ; 0x8ee22 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ; 0x90592 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 597250 ; 0x91d02 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 603250 ; 0x93472 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 609250 ; 0x94be2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ; 0x96352 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 621250 ; 0x97ac2 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 627250 ; 0x99232 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 633250 ; 0x9a9a2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ; 0x9c112 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 645250 ; 0x9d882 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 651250 ; 0x9eff2 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 657250 ; 0xa0762 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ; 0xa1ed2 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 669250 ; 0xa3642 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 675250 ; 0xa4db2 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 681250 ; 0xa6522 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ; 0xa7c92 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 693250 ; 0xa9402 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 699250 ; 0xaab72 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 705250 ; 0xac2e2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ; 0xada52 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 717250 ; 0xaf1c2 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 723250 ; 0xb0932 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 729250 ; 0xb20a2 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ; 0xb3812 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 741250 ; 0xb4f82 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 747250 ; 0xb66f2 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 753250 ; 0xb7e62 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ; 0xb95d2 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 765250 ; 0xbad42 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 771250 ; 0xbc4b2 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 777250 ; 0xbdc22 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 783250 ; 0xbf392 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 789250 ; 0xc0b02 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 795250 ; 0xc2272 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 801250 ; 0xc39e2 .asciz "70\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ; 0xc5152 .asciz "71\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 813250 ; 0xc68c2 .asciz "72\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 819250 ; 0xc8032 .asciz "73\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 825250 ; 0xc97a2 .asciz "74\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 831250 ; 0xcaf12 .asciz "75\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 837250 ; 0xcc682 .asciz "76\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 843250 ; 0xcddf2 .asciz "77\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 849250 ; 0xcf562 .asciz "78\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 855250 ; 0xd0cd2 .asciz "79\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 861250 ; 0xd2442 .asciz "80\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 867250 ; 0xd3bb2 .asciz "81\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 873250 ; 0xd5322 .asciz "82\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 879250 ; 0xd6a92 .asciz "83\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 885250 ; 0xd8202 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ; 0x0 .space 4152 .globl _NTSC_CABLE ; @NTSC_CABLE .p2align 3 _NTSC_CABLE: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 73250 ; 0x11e22 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 55250 ; 0xd7d2 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 61250 ; 0xef42 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 67250 ; 0x106b2 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 77250 ; 0x12dc2 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 83250 ; 0x14532 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ; 0x2ac92 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 181250 ; 0x2c402 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 187250 ; 0x2db72 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 193250 ; 0x2f2e2 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ; 0x30a52 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 205250 ; 0x321c2 .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 211250 ; 0x33932 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 121250 ; 0x1d9a2 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 127250 ; 0x1f112 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 133250 ; 0x20882 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 139250 ; 0x21ff2 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 145250 ; 0x23762 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 151250 ; 0x24ed2 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 157250 ; 0x26642 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 163250 ; 0x27db2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 169250 ; 0x29522 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ; 0x350a2 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 223250 ; 0x36812 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 229250 ; 0x37f82 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 235250 ; 0x396f2 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 241250 ; 0x3ae62 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 247250 ; 0x3c5d2 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 253250 ; 0x3dd42 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 259250 ; 0x3f4b2 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 265250 ; 0x40c22 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 271250 ; 0x42392 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 277250 ; 0x43b02 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 283250 ; 0x45272 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 289250 ; 0x469e2 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 295250 ; 0x48152 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 301250 ; 0x498c2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 307250 ; 0x4b032 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 313250 ; 0x4c7a2 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 319250 ; 0x4df12 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 325250 ; 0x4f682 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 331250 ; 0x50df2 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 337250 ; 0x52562 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 343250 ; 0x53cd2 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 349250 ; 0x55442 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 355250 ; 0x56bb2 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 361250 ; 0x58322 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 367250 ; 0x59a92 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 373250 ; 0x5b202 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 379250 ; 0x5c972 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 385250 ; 0x5e0e2 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 391250 ; 0x5f852 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 397250 ; 0x60fc2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 403250 ; 0x62732 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 409250 ; 0x63ea2 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 415250 ; 0x65612 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 421250 ; 0x66d82 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 427250 ; 0x684f2 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 433250 ; 0x69c62 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 439250 ; 0x6b3d2 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 445250 ; 0x6cb42 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 451250 ; 0x6e2b2 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 457250 ; 0x6fa22 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 463250 ; 0x71192 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 469250 ; 0x72902 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 475250 ; 0x74072 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 481250 ; 0x757e2 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 487250 ; 0x76f52 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 493250 ; 0x786c2 .asciz "70\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 499250 ; 0x79e32 .asciz "71\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 505250 ; 0x7b5a2 .asciz "72\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 511250 ; 0x7cd12 .asciz "73\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 517250 ; 0x7e482 .asciz "74\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 523250 ; 0x7fbf2 .asciz "75\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 529250 ; 0x81362 .asciz "76\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 535250 ; 0x82ad2 .asciz "77\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 541250 ; 0x84242 .asciz "78\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 547250 ; 0x859b2 .asciz "79\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 553250 ; 0x87122 .asciz "80\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 559250 ; 0x88892 .asciz "81\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 565250 ; 0x8a002 .asciz "82\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 571250 ; 0x8b772 .asciz "83\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 577250 ; 0x8cee2 .asciz "84\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 583250 ; 0x8e652 .asciz "85\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 589250 ; 0x8fdc2 .asciz "86\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 595250 ; 0x91532 .asciz "87\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 601250 ; 0x92ca2 .asciz "88\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 607250 ; 0x94412 .asciz "89\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 613250 ; 0x95b82 .asciz "90\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 619250 ; 0x972f2 .asciz "91\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 625250 ; 0x98a62 .asciz "92\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 631250 ; 0x9a1d2 .asciz "93\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 637250 ; 0x9b942 .asciz "94\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 643250 ; 0x9d0b2 .asciz "95\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 91250 ; 0x16472 .asciz "96\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 97250 ; 0x17be2 .asciz "97\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 103250 ; 0x19352 .asciz "98\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 109250 ; 0x1aac2 .asciz "99\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 115250 ; 0x1c232 .asciz "100\000\000\000\000\000\000\000\000\000\000\000\000" .quad 649250 ; 0x9e822 .asciz "101\000\000\000\000\000\000\000\000\000\000\000\000" .quad 655250 ; 0x9ff92 .asciz "102\000\000\000\000\000\000\000\000\000\000\000\000" .quad 661250 ; 0xa1702 .asciz "103\000\000\000\000\000\000\000\000\000\000\000\000" .quad 667250 ; 0xa2e72 .asciz "104\000\000\000\000\000\000\000\000\000\000\000\000" .quad 673250 ; 0xa45e2 .asciz "105\000\000\000\000\000\000\000\000\000\000\000\000" .quad 679250 ; 0xa5d52 .asciz "106\000\000\000\000\000\000\000\000\000\000\000\000" .quad 685250 ; 0xa74c2 .asciz "107\000\000\000\000\000\000\000\000\000\000\000\000" .quad 691250 ; 0xa8c32 .asciz "108\000\000\000\000\000\000\000\000\000\000\000\000" .quad 697250 ; 0xaa3a2 .asciz "109\000\000\000\000\000\000\000\000\000\000\000\000" .quad 703250 ; 0xabb12 .asciz "110\000\000\000\000\000\000\000\000\000\000\000\000" .quad 709250 ; 0xad282 .asciz "111\000\000\000\000\000\000\000\000\000\000\000\000" .quad 715250 ; 0xae9f2 .asciz "112\000\000\000\000\000\000\000\000\000\000\000\000" .quad 721250 ; 0xb0162 .asciz "113\000\000\000\000\000\000\000\000\000\000\000\000" .quad 727250 ; 0xb18d2 .asciz "114\000\000\000\000\000\000\000\000\000\000\000\000" .quad 733250 ; 0xb3042 .asciz "115\000\000\000\000\000\000\000\000\000\000\000\000" .quad 739250 ; 0xb47b2 .asciz "116\000\000\000\000\000\000\000\000\000\000\000\000" .quad 745250 ; 0xb5f22 .asciz "117\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ; 0xb7692 .asciz "118\000\000\000\000\000\000\000\000\000\000\000\000" .quad 757250 ; 0xb8e02 .asciz "119\000\000\000\000\000\000\000\000\000\000\000\000" .quad 763250 ; 0xba572 .asciz "120\000\000\000\000\000\000\000\000\000\000\000\000" .quad 769250 ; 0xbbce2 .asciz "121\000\000\000\000\000\000\000\000\000\000\000\000" .quad 775250 ; 0xbd452 .asciz "122\000\000\000\000\000\000\000\000\000\000\000\000" .quad 781250 ; 0xbebc2 .asciz "123\000\000\000\000\000\000\000\000\000\000\000\000" .quad 787250 ; 0xc0332 .asciz "124\000\000\000\000\000\000\000\000\000\000\000\000" .quad 793250 ; 0xc1aa2 .asciz "125\000\000\000\000\000\000\000\000\000\000\000\000" .quad 799250 ; 0xc3212 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ; 0x0 .space 3120 .globl _NTSC_HRC ; @NTSC_HRC .p2align 3 _NTSC_HRC: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 72000 ; 0x11940 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 54000 ; 0xd2f0 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 60000 ; 0xea60 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 66000 ; 0x101d0 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 78000 ; 0x130b0 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 84000 ; 0x14820 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 174000 ; 0x2a7b0 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 180000 ; 0x2bf20 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 186000 ; 0x2d690 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 192000 ; 0x2ee00 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 198000 ; 0x30570 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 204000 ; 0x31ce0 .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210000 ; 0x33450 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 120000 ; 0x1d4c0 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 126000 ; 0x1ec30 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 132000 ; 0x203a0 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 138000 ; 0x21b10 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 144000 ; 0x23280 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 150000 ; 0x249f0 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 156000 ; 0x26160 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 162000 ; 0x278d0 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 168000 ; 0x29040 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 216000 ; 0x34bc0 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 222000 ; 0x36330 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 228000 ; 0x37aa0 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 234000 ; 0x39210 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 240000 ; 0x3a980 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 246000 ; 0x3c0f0 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 252000 ; 0x3d860 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 258000 ; 0x3efd0 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 264000 ; 0x40740 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 270000 ; 0x41eb0 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 276000 ; 0x43620 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 282000 ; 0x44d90 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 288000 ; 0x46500 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 294000 ; 0x47c70 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 300000 ; 0x493e0 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 306000 ; 0x4ab50 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 312000 ; 0x4c2c0 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 318000 ; 0x4da30 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 324000 ; 0x4f1a0 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 330000 ; 0x50910 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 336000 ; 0x52080 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 342000 ; 0x537f0 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 348000 ; 0x54f60 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 354000 ; 0x566d0 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 360000 ; 0x57e40 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 366000 ; 0x595b0 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 372000 ; 0x5ad20 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 378000 ; 0x5c490 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 384000 ; 0x5dc00 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 390000 ; 0x5f370 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 396000 ; 0x60ae0 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 402000 ; 0x62250 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 408000 ; 0x639c0 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 414000 ; 0x65130 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 420000 ; 0x668a0 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 426000 ; 0x68010 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 432000 ; 0x69780 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 438000 ; 0x6aef0 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 444000 ; 0x6c660 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 450000 ; 0x6ddd0 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 456000 ; 0x6f540 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 462000 ; 0x70cb0 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 468000 ; 0x72420 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 474000 ; 0x73b90 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 480000 ; 0x75300 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 486000 ; 0x76a70 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 492000 ; 0x781e0 .asciz "70\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 498000 ; 0x79950 .asciz "71\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 504000 ; 0x7b0c0 .asciz "72\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 510000 ; 0x7c830 .asciz "73\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 516000 ; 0x7dfa0 .asciz "74\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 522000 ; 0x7f710 .asciz "75\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 528000 ; 0x80e80 .asciz "76\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 534000 ; 0x825f0 .asciz "77\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 540000 ; 0x83d60 .asciz "78\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 546000 ; 0x854d0 .asciz "79\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 552000 ; 0x86c40 .asciz "80\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 558000 ; 0x883b0 .asciz "81\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 564000 ; 0x89b20 .asciz "82\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 570000 ; 0x8b290 .asciz "83\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 576000 ; 0x8ca00 .asciz "84\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 582000 ; 0x8e170 .asciz "85\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 588000 ; 0x8f8e0 .asciz "86\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 594000 ; 0x91050 .asciz "87\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 600000 ; 0x927c0 .asciz "88\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 606000 ; 0x93f30 .asciz "89\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 612000 ; 0x956a0 .asciz "90\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 618000 ; 0x96e10 .asciz "91\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 624000 ; 0x98580 .asciz "92\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 630000 ; 0x99cf0 .asciz "93\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 636000 ; 0x9b460 .asciz "94\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 642000 ; 0x9cbd0 .asciz "95\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 900000 ; 0xdbba0 .asciz "96\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 960000 ; 0xea600 .asciz "97\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 102000 ; 0x18e70 .asciz "98\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 108000 ; 0x1a5e0 .asciz "99\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 114000 ; 0x1bd50 .asciz "100\000\000\000\000\000\000\000\000\000\000\000\000" .quad 648000 ; 0x9e340 .asciz "101\000\000\000\000\000\000\000\000\000\000\000\000" .quad 654000 ; 0x9fab0 .asciz "102\000\000\000\000\000\000\000\000\000\000\000\000" .quad 660000 ; 0xa1220 .asciz "103\000\000\000\000\000\000\000\000\000\000\000\000" .quad 666000 ; 0xa2990 .asciz "104\000\000\000\000\000\000\000\000\000\000\000\000" .quad 672000 ; 0xa4100 .asciz "105\000\000\000\000\000\000\000\000\000\000\000\000" .quad 678000 ; 0xa5870 .asciz "106\000\000\000\000\000\000\000\000\000\000\000\000" .quad 684000 ; 0xa6fe0 .asciz "107\000\000\000\000\000\000\000\000\000\000\000\000" .quad 690000 ; 0xa8750 .asciz "108\000\000\000\000\000\000\000\000\000\000\000\000" .quad 696000 ; 0xa9ec0 .asciz "109\000\000\000\000\000\000\000\000\000\000\000\000" .quad 702000 ; 0xab630 .asciz "110\000\000\000\000\000\000\000\000\000\000\000\000" .quad 708000 ; 0xacda0 .asciz "111\000\000\000\000\000\000\000\000\000\000\000\000" .quad 714000 ; 0xae510 .asciz "112\000\000\000\000\000\000\000\000\000\000\000\000" .quad 720000 ; 0xafc80 .asciz "113\000\000\000\000\000\000\000\000\000\000\000\000" .quad 726000 ; 0xb13f0 .asciz "114\000\000\000\000\000\000\000\000\000\000\000\000" .quad 732000 ; 0xb2b60 .asciz "115\000\000\000\000\000\000\000\000\000\000\000\000" .quad 738000 ; 0xb42d0 .asciz "116\000\000\000\000\000\000\000\000\000\000\000\000" .quad 744000 ; 0xb5a40 .asciz "117\000\000\000\000\000\000\000\000\000\000\000\000" .quad 750000 ; 0xb71b0 .asciz "118\000\000\000\000\000\000\000\000\000\000\000\000" .quad 756000 ; 0xb8920 .asciz "119\000\000\000\000\000\000\000\000\000\000\000\000" .quad 762000 ; 0xba090 .asciz "120\000\000\000\000\000\000\000\000\000\000\000\000" .quad 768000 ; 0xbb800 .asciz "121\000\000\000\000\000\000\000\000\000\000\000\000" .quad 774000 ; 0xbcf70 .asciz "122\000\000\000\000\000\000\000\000\000\000\000\000" .quad 780000 ; 0xbe6e0 .asciz "123\000\000\000\000\000\000\000\000\000\000\000\000" .quad 786000 ; 0xbfe50 .asciz "124\000\000\000\000\000\000\000\000\000\000\000\000" .quad 792000 ; 0xc15c0 .asciz "125\000\000\000\000\000\000\000\000\000\000\000\000" .quad 798000 ; 0xc2d30 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ; 0x0 .space 3120 .globl _NTSC_BCAST_JP ; @NTSC_BCAST_JP .p2align 3 _NTSC_BCAST_JP: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 91250 ; 0x16472 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 97250 ; 0x17be2 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 103250 ; 0x19352 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 171250 ; 0x29cf2 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 177250 ; 0x2b462 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 183250 ; 0x2cbd2 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 189250 ; 0x2e342 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 193250 ; 0x2f2e2 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ; 0x30a52 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 205250 ; 0x321c2 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 211250 ; 0x33932 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ; 0x350a2 .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ; 0x730d2 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 477250 ; 0x74842 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 483250 ; 0x75fb2 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 489250 ; 0x77722 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ; 0x78e92 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 501250 ; 0x7a602 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 507250 ; 0x7bd72 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 513250 ; 0x7d4e2 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ; 0x7ec52 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 525250 ; 0x803c2 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 531250 ; 0x81b32 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 537250 ; 0x832a2 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ; 0x84a12 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 549250 ; 0x86182 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 555250 ; 0x878f2 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 561250 ; 0x89062 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ; 0x8a7d2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 573250 ; 0x8bf42 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 579250 ; 0x8d6b2 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 585250 ; 0x8ee22 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ; 0x90592 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 597250 ; 0x91d02 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 603250 ; 0x93472 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 609250 ; 0x94be2 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ; 0x96352 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 621250 ; 0x97ac2 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 627250 ; 0x99232 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 633250 ; 0x9a9a2 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ; 0x9c112 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 645250 ; 0x9d882 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 651250 ; 0x9eff2 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 657250 ; 0xa0762 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ; 0xa1ed2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 669250 ; 0xa3642 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 675250 ; 0xa4db2 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 681250 ; 0xa6522 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ; 0xa7c92 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 693250 ; 0xa9402 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 699250 ; 0xaab72 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 705250 ; 0xac2e2 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ; 0xada52 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 717250 ; 0xaf1c2 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 723250 ; 0xb0932 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 729250 ; 0xb20a2 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ; 0xb3812 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 741250 ; 0xb4f82 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 747250 ; 0xb66f2 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 753250 ; 0xb7e62 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ; 0xb95d2 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 765250 ; 0xbad42 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ; 0x0 .space 4632 .globl _NTSC_CABLE_JP ; @NTSC_CABLE_JP .p2align 3 _NTSC_CABLE_JP: .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 109250 ; 0x1aac2 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 115250 ; 0x1c232 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 121250 ; 0x1d9a2 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 127250 ; 0x1f112 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 133250 ; 0x20882 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 139250 ; 0x21ff2 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 145250 ; 0x23762 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 151250 ; 0x24ed2 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 157250 ; 0x26642 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 165250 ; 0x28582 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 223250 ; 0x36812 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 231250 ; 0x38752 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 237250 ; 0x39ec2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 243250 ; 0x3b632 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 249250 ; 0x3cda2 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 253250 ; 0x3dd42 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 259250 ; 0x3f4b2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 265250 ; 0x40c22 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 271250 ; 0x42392 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 277250 ; 0x43b02 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 283250 ; 0x45272 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 289250 ; 0x469e2 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 295250 ; 0x48152 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 301250 ; 0x498c2 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 307250 ; 0x4b032 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 313250 ; 0x4c7a2 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 319250 ; 0x4df12 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 325250 ; 0x4f682 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 331250 ; 0x50df2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 337250 ; 0x52562 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 343250 ; 0x53cd2 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 349250 ; 0x55442 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 355250 ; 0x56bb2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 361250 ; 0x58322 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 367250 ; 0x59a92 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 373250 ; 0x5b202 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 379250 ; 0x5c972 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 385250 ; 0x5e0e2 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 391250 ; 0x5f852 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 397250 ; 0x60fc2 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 403250 ; 0x62732 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 409250 ; 0x63ea2 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 415250 ; 0x65612 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 421250 ; 0x66d82 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 427250 ; 0x684f2 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ; 0x0 .space 5040 .globl _PAL_AUSTRALIA ; @PAL_AUSTRALIA .p2align 3 _PAL_AUSTRALIA: .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 46250 ; 0xb4aa .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 57250 ; 0xdfa2 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 64250 ; 0xfafa .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 86250 ; 0x150ea .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 95250 ; 0x17412 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 102250 ; 0x18f6a .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ; 0x2ac92 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 182250 ; 0x2c7ea .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 189250 ; 0x2e342 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 196250 ; 0x2fe9a .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 209250 ; 0x33162 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 216250 ; 0x34cba .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 527250 ; 0x80b92 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 534250 ; 0x826ea .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 541250 ; 0x84242 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 548250 ; 0x85d9a .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 555250 ; 0x878f2 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 562250 ; 0x8944a .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 569250 ; 0x8afa2 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 576250 ; 0x8cafa .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 604250 ; 0x9385a .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 611250 ; 0x953b2 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 618250 ; 0x96f0a .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 625250 ; 0x98a62 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 632250 ; 0x9a5ba .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ; 0x9c112 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 646250 ; 0x9dc6a .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 653250 ; 0x9f7c2 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 660250 ; 0xa131a .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 667250 ; 0xa2e72 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 674250 ; 0xa49ca .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 681250 ; 0xa6522 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 688250 ; 0xa807a .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 695250 ; 0xa9bd2 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 702250 ; 0xab72a .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 709250 ; 0xad282 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 716250 ; 0xaedda .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 723250 ; 0xb0932 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 730250 ; 0xb248a .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 737250 ; 0xb3fe2 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 744250 ; 0xb5b3a .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ; 0xb7692 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 758250 ; 0xb91ea .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 765250 ; 0xbad42 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 772250 ; 0xbc89a .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 779250 ; 0xbe3f2 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 786250 ; 0xbff4a .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 793250 ; 0xc1aa2 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 800250 ; 0xc35fa .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ; 0xc5152 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 814250 ; 0xc6caa .space 4920 .globl _PAL_EUROPE ; @PAL_EUROPE .p2align 3 _PAL_EUROPE: .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 48250 ; 0xbc7a .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 55250 ; 0xd7d2 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 62250 ; 0xf32a .asciz "S01\000\000\000\000\000\000\000\000\000\000\000\000" .quad 69250 ; 0x10e82 .asciz "S02\000\000\000\000\000\000\000\000\000\000\000\000" .quad 76250 ; 0x129da .asciz "S03\000\000\000\000\000\000\000\000\000\000\000\000" .quad 83250 ; 0x14532 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ; 0x2ac92 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 182250 ; 0x2c7ea .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 189250 ; 0x2e342 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 196250 ; 0x2fe9a .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 203250 ; 0x319f2 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210250 ; 0x3354a .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ; 0x350a2 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 224250 ; 0x36bfa .asciz "SE1\000\000\000\000\000\000\000\000\000\000\000\000" .quad 105250 ; 0x19b22 .asciz "SE2\000\000\000\000\000\000\000\000\000\000\000\000" .quad 112250 ; 0x1b67a .asciz "SE3\000\000\000\000\000\000\000\000\000\000\000\000" .quad 119250 ; 0x1d1d2 .asciz "SE4\000\000\000\000\000\000\000\000\000\000\000\000" .quad 126250 ; 0x1ed2a .asciz "SE5\000\000\000\000\000\000\000\000\000\000\000\000" .quad 133250 ; 0x20882 .asciz "SE6\000\000\000\000\000\000\000\000\000\000\000\000" .quad 140250 ; 0x223da .asciz "SE7\000\000\000\000\000\000\000\000\000\000\000\000" .quad 147250 ; 0x23f32 .asciz "SE8\000\000\000\000\000\000\000\000\000\000\000\000" .quad 154250 ; 0x25a8a .asciz "SE9\000\000\000\000\000\000\000\000\000\000\000\000" .quad 161250 ; 0x275e2 .asciz "SE10\000\000\000\000\000\000\000\000\000\000\000" .quad 168250 ; 0x2913a .asciz "SE11\000\000\000\000\000\000\000\000\000\000\000" .quad 231250 ; 0x38752 .asciz "SE12\000\000\000\000\000\000\000\000\000\000\000" .quad 238250 ; 0x3a2aa .asciz "SE13\000\000\000\000\000\000\000\000\000\000\000" .quad 245250 ; 0x3be02 .asciz "SE14\000\000\000\000\000\000\000\000\000\000\000" .quad 252250 ; 0x3d95a .asciz "SE15\000\000\000\000\000\000\000\000\000\000\000" .quad 259250 ; 0x3f4b2 .asciz "SE16\000\000\000\000\000\000\000\000\000\000\000" .quad 266250 ; 0x4100a .asciz "SE17\000\000\000\000\000\000\000\000\000\000\000" .quad 273250 ; 0x42b62 .asciz "SE18\000\000\000\000\000\000\000\000\000\000\000" .quad 280250 ; 0x446ba .asciz "SE19\000\000\000\000\000\000\000\000\000\000\000" .quad 287250 ; 0x46212 .asciz "SE20\000\000\000\000\000\000\000\000\000\000\000" .quad 294250 ; 0x47d6a .asciz "S21\000\000\000\000\000\000\000\000\000\000\000\000" .quad 303250 ; 0x4a092 .asciz "S22\000\000\000\000\000\000\000\000\000\000\000\000" .quad 311250 ; 0x4bfd2 .asciz "S23\000\000\000\000\000\000\000\000\000\000\000\000" .quad 319250 ; 0x4df12 .asciz "S24\000\000\000\000\000\000\000\000\000\000\000\000" .quad 327250 ; 0x4fe52 .asciz "S25\000\000\000\000\000\000\000\000\000\000\000\000" .quad 335250 ; 0x51d92 .asciz "S26\000\000\000\000\000\000\000\000\000\000\000\000" .quad 343250 ; 0x53cd2 .asciz "S27\000\000\000\000\000\000\000\000\000\000\000\000" .quad 351250 ; 0x55c12 .asciz "S28\000\000\000\000\000\000\000\000\000\000\000\000" .quad 359250 ; 0x57b52 .asciz "S29\000\000\000\000\000\000\000\000\000\000\000\000" .quad 367250 ; 0x59a92 .asciz "S30\000\000\000\000\000\000\000\000\000\000\000\000" .quad 375250 ; 0x5b9d2 .asciz "S31\000\000\000\000\000\000\000\000\000\000\000\000" .quad 383250 ; 0x5d912 .asciz "S32\000\000\000\000\000\000\000\000\000\000\000\000" .quad 391250 ; 0x5f852 .asciz "S33\000\000\000\000\000\000\000\000\000\000\000\000" .quad 399250 ; 0x61792 .asciz "S34\000\000\000\000\000\000\000\000\000\000\000\000" .quad 407250 ; 0x636d2 .asciz "S35\000\000\000\000\000\000\000\000\000\000\000\000" .quad 415250 ; 0x65612 .asciz "S36\000\000\000\000\000\000\000\000\000\000\000\000" .quad 423250 ; 0x67552 .asciz "S37\000\000\000\000\000\000\000\000\000\000\000\000" .quad 431250 ; 0x69492 .asciz "S38\000\000\000\000\000\000\000\000\000\000\000\000" .quad 439250 ; 0x6b3d2 .asciz "S39\000\000\000\000\000\000\000\000\000\000\000\000" .quad 447250 ; 0x6d312 .asciz "S40\000\000\000\000\000\000\000\000\000\000\000\000" .quad 455250 ; 0x6f252 .asciz "S41\000\000\000\000\000\000\000\000\000\000\000\000" .quad 463250 ; 0x71192 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ; 0x730d2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 479250 ; 0x75012 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 487250 ; 0x76f52 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ; 0x78e92 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 503250 ; 0x7add2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 511250 ; 0x7cd12 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ; 0x7ec52 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 527250 ; 0x80b92 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 535250 ; 0x82ad2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ; 0x84a12 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 551250 ; 0x86952 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 559250 ; 0x88892 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ; 0x8a7d2 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 575250 ; 0x8c712 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 583250 ; 0x8e652 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ; 0x90592 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 599250 ; 0x924d2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 607250 ; 0x94412 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ; 0x96352 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 623250 ; 0x98292 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 631250 ; 0x9a1d2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ; 0x9c112 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 647250 ; 0x9e052 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 655250 ; 0x9ff92 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ; 0xa1ed2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 671250 ; 0xa3e12 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 679250 ; 0xa5d52 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ; 0xa7c92 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 695250 ; 0xa9bd2 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 703250 ; 0xabb12 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ; 0xada52 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 719250 ; 0xaf992 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 727250 ; 0xb18d2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ; 0xb3812 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 743250 ; 0xb5752 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ; 0xb7692 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ; 0xb95d2 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 767250 ; 0xbb512 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 775250 ; 0xbd452 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 783250 ; 0xbf392 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 791250 ; 0xc12d2 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 799250 ; 0xc3212 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ; 0xc5152 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 815250 ; 0xc7092 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 823250 ; 0xc8fd2 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 831250 ; 0xcaf12 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 839250 ; 0xcce52 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 847250 ; 0xced92 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 855250 ; 0xd0cd2 .space 3648 .globl _PAL_EUROPE_EAST ; @PAL_EUROPE_EAST .p2align 3 _PAL_EUROPE_EAST: .asciz "R1\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 49750 ; 0xc256 .asciz "R2\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 59250 ; 0xe772 .asciz "R3\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 77250 ; 0x12dc2 .asciz "R4\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 84250 ; 0x1491a .asciz "R5\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 93250 ; 0x16c42 .asciz "R6\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ; 0x2ac92 .asciz "R7\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 183250 ; 0x2cbd2 .asciz "R8\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 191250 ; 0x2eb12 .asciz "R9\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ; 0x30a52 .asciz "R10\000\000\000\000\000\000\000\000\000\000\000\000" .quad 207250 ; 0x32992 .asciz "R11\000\000\000\000\000\000\000\000\000\000\000\000" .quad 215250 ; 0x348d2 .asciz "R12\000\000\000\000\000\000\000\000\000\000\000\000" .quad 223250 ; 0x36812 .asciz "SR1\000\000\000\000\000\000\000\000\000\000\000\000" .quad 111250 ; 0x1b292 .asciz "SR2\000\000\000\000\000\000\000\000\000\000\000\000" .quad 119250 ; 0x1d1d2 .asciz "SR3\000\000\000\000\000\000\000\000\000\000\000\000" .quad 127250 ; 0x1f112 .asciz "SR4\000\000\000\000\000\000\000\000\000\000\000\000" .quad 135250 ; 0x21052 .asciz "SR5\000\000\000\000\000\000\000\000\000\000\000\000" .quad 143250 ; 0x22f92 .asciz "SR6\000\000\000\000\000\000\000\000\000\000\000\000" .quad 151250 ; 0x24ed2 .asciz "SR7\000\000\000\000\000\000\000\000\000\000\000\000" .quad 159250 ; 0x26e12 .asciz "SR8\000\000\000\000\000\000\000\000\000\000\000\000" .quad 167250 ; 0x28d52 .asciz "SR11\000\000\000\000\000\000\000\000\000\000\000" .quad 231250 ; 0x38752 .asciz "SR12\000\000\000\000\000\000\000\000\000\000\000" .quad 239250 ; 0x3a692 .asciz "SR13\000\000\000\000\000\000\000\000\000\000\000" .quad 247250 ; 0x3c5d2 .asciz "SR14\000\000\000\000\000\000\000\000\000\000\000" .quad 255250 ; 0x3e512 .asciz "SR15\000\000\000\000\000\000\000\000\000\000\000" .quad 263250 ; 0x40452 .asciz "SR16\000\000\000\000\000\000\000\000\000\000\000" .quad 271250 ; 0x42392 .asciz "SR17\000\000\000\000\000\000\000\000\000\000\000" .quad 279250 ; 0x442d2 .asciz "SR18\000\000\000\000\000\000\000\000\000\000\000" .quad 287250 ; 0x46212 .asciz "SR19\000\000\000\000\000\000\000\000\000\000\000" .quad 295250 ; 0x48152 .asciz "S21\000\000\000\000\000\000\000\000\000\000\000\000" .quad 303250 ; 0x4a092 .asciz "S22\000\000\000\000\000\000\000\000\000\000\000\000" .quad 311250 ; 0x4bfd2 .asciz "S23\000\000\000\000\000\000\000\000\000\000\000\000" .quad 319250 ; 0x4df12 .asciz "S24\000\000\000\000\000\000\000\000\000\000\000\000" .quad 327250 ; 0x4fe52 .asciz "S25\000\000\000\000\000\000\000\000\000\000\000\000" .quad 335250 ; 0x51d92 .asciz "S26\000\000\000\000\000\000\000\000\000\000\000\000" .quad 343250 ; 0x53cd2 .asciz "S27\000\000\000\000\000\000\000\000\000\000\000\000" .quad 351250 ; 0x55c12 .asciz "S28\000\000\000\000\000\000\000\000\000\000\000\000" .quad 359250 ; 0x57b52 .asciz "S29\000\000\000\000\000\000\000\000\000\000\000\000" .quad 367250 ; 0x59a92 .asciz "S30\000\000\000\000\000\000\000\000\000\000\000\000" .quad 375250 ; 0x5b9d2 .asciz "S31\000\000\000\000\000\000\000\000\000\000\000\000" .quad 383250 ; 0x5d912 .asciz "S32\000\000\000\000\000\000\000\000\000\000\000\000" .quad 391250 ; 0x5f852 .asciz "S33\000\000\000\000\000\000\000\000\000\000\000\000" .quad 399250 ; 0x61792 .asciz "S34\000\000\000\000\000\000\000\000\000\000\000\000" .quad 407250 ; 0x636d2 .asciz "S35\000\000\000\000\000\000\000\000\000\000\000\000" .quad 415250 ; 0x65612 .asciz "S36\000\000\000\000\000\000\000\000\000\000\000\000" .quad 423250 ; 0x67552 .asciz "S37\000\000\000\000\000\000\000\000\000\000\000\000" .quad 431250 ; 0x69492 .asciz "S38\000\000\000\000\000\000\000\000\000\000\000\000" .quad 439250 ; 0x6b3d2 .asciz "S39\000\000\000\000\000\000\000\000\000\000\000\000" .quad 447250 ; 0x6d312 .asciz "S40\000\000\000\000\000\000\000\000\000\000\000\000" .quad 455250 ; 0x6f252 .asciz "S41\000\000\000\000\000\000\000\000\000\000\000\000" .quad 463250 ; 0x71192 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ; 0x730d2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 479250 ; 0x75012 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 487250 ; 0x76f52 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ; 0x78e92 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 503250 ; 0x7add2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 511250 ; 0x7cd12 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ; 0x7ec52 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 527250 ; 0x80b92 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 535250 ; 0x82ad2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ; 0x84a12 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 551250 ; 0x86952 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 559250 ; 0x88892 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ; 0x8a7d2 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 575250 ; 0x8c712 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 583250 ; 0x8e652 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ; 0x90592 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 599250 ; 0x924d2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 607250 ; 0x94412 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ; 0x96352 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 623250 ; 0x98292 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 631250 ; 0x9a1d2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ; 0x9c112 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 647250 ; 0x9e052 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 655250 ; 0x9ff92 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ; 0xa1ed2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 671250 ; 0xa3e12 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 679250 ; 0xa5d52 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ; 0xa7c92 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 695250 ; 0xa9bd2 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 703250 ; 0xabb12 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ; 0xada52 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 719250 ; 0xaf992 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 727250 ; 0xb18d2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ; 0xb3812 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 743250 ; 0xb5752 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ; 0xb7692 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ; 0xb95d2 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 767250 ; 0xbb512 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 775250 ; 0xbd452 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 783250 ; 0xbf392 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 791250 ; 0xc12d2 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 799250 ; 0xc3212 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ; 0xc5152 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 815250 ; 0xc7092 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 823250 ; 0xc8fd2 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 831250 ; 0xcaf12 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 839250 ; 0xcce52 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 847250 ; 0xced92 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 855250 ; 0xd0cd2 .space 3768 .globl _PAL_ITALY ; @PAL_ITALY .p2align 3 _PAL_ITALY: .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 53750 ; 0xd1f6 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 62250 ; 0xf32a .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 82250 ; 0x1414a .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ; 0x2ac92 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 183750 ; 0x2cdc6 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 192250 ; 0x2eefa .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 201250 ; 0x31222 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210250 ; 0x3354a .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210250 ; 0x3354a .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ; 0x350a2 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 224250 ; 0x36bfa .space 5880 .globl _PAL_IRELAND ; @PAL_IRELAND .p2align 3 _PAL_IRELAND: .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 45750 ; 0xb2b6 .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 53750 ; 0xd1f6 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 61750 ; 0xf136 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ; 0x2ac92 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 183250 ; 0x2cbd2 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 191250 ; 0x2eb12 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ; 0x30a52 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 207250 ; 0x32992 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 215250 ; 0x348d2 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ; 0x730d2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 479250 ; 0x75012 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 487250 ; 0x76f52 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ; 0x78e92 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 503250 ; 0x7add2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 511250 ; 0x7cd12 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ; 0x7ec52 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 527250 ; 0x80b92 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 535250 ; 0x82ad2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ; 0x84a12 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 551250 ; 0x86952 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 559250 ; 0x88892 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ; 0x8a7d2 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 575250 ; 0x8c712 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 583250 ; 0x8e652 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ; 0x90592 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 599250 ; 0x924d2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 607250 ; 0x94412 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ; 0x96352 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 623250 ; 0x98292 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 631250 ; 0x9a1d2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ; 0x9c112 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 647250 ; 0x9e052 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 655250 ; 0x9ff92 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ; 0xa1ed2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 671250 ; 0xa3e12 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 679250 ; 0xa5d52 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ; 0xa7c92 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 695250 ; 0xa9bd2 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 703250 ; 0xabb12 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ; 0xada52 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 719250 ; 0xaf992 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 727250 ; 0xb18d2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ; 0xb3812 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 743250 ; 0xb5752 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ; 0xb7692 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ; 0xb95d2 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 767250 ; 0xbb512 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 775250 ; 0xbd452 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 783250 ; 0xbf392 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 791250 ; 0xc12d2 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 799250 ; 0xc3212 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ; 0xc5152 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 815250 ; 0xc7092 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 823250 ; 0xc8fd2 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 831250 ; 0xcaf12 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 839250 ; 0xcce52 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 847250 ; 0xced92 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 855250 ; 0xd0cd2 .space 4752 .globl _PAL_NEWZEALAND ; @PAL_NEWZEALAND .p2align 3 _PAL_NEWZEALAND: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 45250 ; 0xb0c2 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 55250 ; 0xd7d2 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 62250 ; 0xf32a .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ; 0x2ac92 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 182250 ; 0x2c7ea .asciz "5A\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 138250 ; 0x21c0a .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 189250 ; 0x2e342 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 196250 ; 0x2fe9a .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 203250 ; 0x319f2 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210250 ; 0x3354a .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ; 0x350a2 .space 5880 .globl _PALNC_ARGENTINA ; @PALNC_ARGENTINA .p2align 3 _PALNC_ARGENTINA: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 56250 ; 0xdbba .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 62250 ; 0xf32a .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 68250 ; 0x10a9a .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 78250 ; 0x131aa .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 84250 ; 0x1491a .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 176250 ; 0x2b07a .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 182250 ; 0x2c7ea .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 188250 ; 0x2df5a .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 194250 ; 0x2f6ca .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 200250 ; 0x30e3a .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 206250 ; 0x325aa .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 212250 ; 0x33d1a .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 122250 ; 0x1dd8a .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 128250 ; 0x1f4fa .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 134250 ; 0x20c6a .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 140250 ; 0x223da .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 146250 ; 0x23b4a .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 152250 ; 0x252ba .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 158250 ; 0x26a2a .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 164250 ; 0x2819a .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 170250 ; 0x2990a .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 218250 ; 0x3548a .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 224250 ; 0x36bfa .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 230250 ; 0x3836a .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 236250 ; 0x39ada .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 242250 ; 0x3b24a .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 248250 ; 0x3c9ba .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 254250 ; 0x3e12a .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 260250 ; 0x3f89a .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 266250 ; 0x4100a .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 272250 ; 0x4277a .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 278250 ; 0x43eea .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 284250 ; 0x4565a .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 290250 ; 0x46dca .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 296250 ; 0x4853a .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 302250 ; 0x49caa .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 308250 ; 0x4b41a .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 314250 ; 0x4cb8a .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 320250 ; 0x4e2fa .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 326250 ; 0x4fa6a .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 332250 ; 0x511da .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 338250 ; 0x5294a .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 344250 ; 0x540ba .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 350250 ; 0x5582a .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 356250 ; 0x56f9a .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 362250 ; 0x5870a .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 368250 ; 0x59e7a .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 374250 ; 0x5b5ea .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 380250 ; 0x5cd5a .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 386250 ; 0x5e4ca .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 392250 ; 0x5fc3a .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 398250 ; 0x613aa .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 404250 ; 0x62b1a .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 410250 ; 0x6428a .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 416250 ; 0x659fa .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 422250 ; 0x6716a .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 428250 ; 0x688da .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 434250 ; 0x6a04a .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 440250 ; 0x6b7ba .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 446250 ; 0x6cf2a .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 452250 ; 0x6e69a .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 458250 ; 0x6fe0a .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 464250 ; 0x7157a .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 470250 ; 0x72cea .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 476250 ; 0x7445a .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 482250 ; 0x75bca .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 488250 ; 0x7733a .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 494250 ; 0x78aaa .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 500250 ; 0x7a21a .asciz "70\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 506250 ; 0x7b98a .asciz "71\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 512250 ; 0x7d0fa .asciz "72\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 518250 ; 0x7e86a .asciz "73\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 524250 ; 0x7ffda .asciz "74\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 530250 ; 0x8174a .asciz "75\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 536250 ; 0x82eba .asciz "76\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 542250 ; 0x8462a .asciz "77\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 548250 ; 0x85d9a .asciz "78\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 554250 ; 0x8750a .asciz "79\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 560250 ; 0x88c7a .asciz "80\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 566250 ; 0x8a3ea .asciz "81\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 572250 ; 0x8bb5a .asciz "82\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 578250 ; 0x8d2ca .asciz "83\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 584250 ; 0x8ea3a .asciz "84\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 590250 ; 0x901aa .asciz "85\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 596250 ; 0x9191a .asciz "86\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 602250 ; 0x9308a .asciz "87\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 608250 ; 0x947fa .asciz "88\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 614250 ; 0x95f6a .asciz "89\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 620250 ; 0x976da .asciz "90\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 626250 ; 0x98e4a .asciz "91\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 632250 ; 0x9a5ba .asciz "92\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 638250 ; 0x9bd2a .asciz "93\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 644250 ; 0x9d49a .space 3912 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__data .globl _NTSC_BCAST ## @NTSC_BCAST .p2align 4 _NTSC_BCAST: .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 55250 ## 0xd7d2 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 61250 ## 0xef42 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 67250 ## 0x106b2 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 77250 ## 0x12dc2 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 83250 ## 0x14532 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ## 0x2ac92 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 181250 ## 0x2c402 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 187250 ## 0x2db72 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 193250 ## 0x2f2e2 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ## 0x30a52 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 205250 ## 0x321c2 .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 211250 ## 0x33932 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ## 0x730d2 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 477250 ## 0x74842 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 483250 ## 0x75fb2 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 489250 ## 0x77722 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ## 0x78e92 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 501250 ## 0x7a602 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 507250 ## 0x7bd72 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 513250 ## 0x7d4e2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ## 0x7ec52 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 525250 ## 0x803c2 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 531250 ## 0x81b32 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 537250 ## 0x832a2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ## 0x84a12 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 549250 ## 0x86182 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 555250 ## 0x878f2 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 561250 ## 0x89062 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ## 0x8a7d2 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 573250 ## 0x8bf42 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 579250 ## 0x8d6b2 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 585250 ## 0x8ee22 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ## 0x90592 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 597250 ## 0x91d02 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 603250 ## 0x93472 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 609250 ## 0x94be2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ## 0x96352 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 621250 ## 0x97ac2 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 627250 ## 0x99232 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 633250 ## 0x9a9a2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ## 0x9c112 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 645250 ## 0x9d882 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 651250 ## 0x9eff2 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 657250 ## 0xa0762 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ## 0xa1ed2 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 669250 ## 0xa3642 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 675250 ## 0xa4db2 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 681250 ## 0xa6522 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ## 0xa7c92 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 693250 ## 0xa9402 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 699250 ## 0xaab72 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 705250 ## 0xac2e2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ## 0xada52 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 717250 ## 0xaf1c2 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 723250 ## 0xb0932 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 729250 ## 0xb20a2 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ## 0xb3812 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 741250 ## 0xb4f82 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 747250 ## 0xb66f2 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 753250 ## 0xb7e62 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ## 0xb95d2 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 765250 ## 0xbad42 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 771250 ## 0xbc4b2 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 777250 ## 0xbdc22 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 783250 ## 0xbf392 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 789250 ## 0xc0b02 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 795250 ## 0xc2272 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 801250 ## 0xc39e2 .asciz "70\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ## 0xc5152 .asciz "71\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 813250 ## 0xc68c2 .asciz "72\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 819250 ## 0xc8032 .asciz "73\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 825250 ## 0xc97a2 .asciz "74\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 831250 ## 0xcaf12 .asciz "75\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 837250 ## 0xcc682 .asciz "76\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 843250 ## 0xcddf2 .asciz "77\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 849250 ## 0xcf562 .asciz "78\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 855250 ## 0xd0cd2 .asciz "79\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 861250 ## 0xd2442 .asciz "80\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 867250 ## 0xd3bb2 .asciz "81\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 873250 ## 0xd5322 .asciz "82\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 879250 ## 0xd6a92 .asciz "83\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 885250 ## 0xd8202 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ## 0x0 .space 4152 .globl _NTSC_CABLE ## @NTSC_CABLE .p2align 4 _NTSC_CABLE: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 73250 ## 0x11e22 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 55250 ## 0xd7d2 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 61250 ## 0xef42 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 67250 ## 0x106b2 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 77250 ## 0x12dc2 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 83250 ## 0x14532 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ## 0x2ac92 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 181250 ## 0x2c402 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 187250 ## 0x2db72 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 193250 ## 0x2f2e2 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ## 0x30a52 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 205250 ## 0x321c2 .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 211250 ## 0x33932 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 121250 ## 0x1d9a2 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 127250 ## 0x1f112 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 133250 ## 0x20882 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 139250 ## 0x21ff2 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 145250 ## 0x23762 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 151250 ## 0x24ed2 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 157250 ## 0x26642 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 163250 ## 0x27db2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 169250 ## 0x29522 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ## 0x350a2 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 223250 ## 0x36812 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 229250 ## 0x37f82 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 235250 ## 0x396f2 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 241250 ## 0x3ae62 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 247250 ## 0x3c5d2 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 253250 ## 0x3dd42 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 259250 ## 0x3f4b2 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 265250 ## 0x40c22 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 271250 ## 0x42392 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 277250 ## 0x43b02 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 283250 ## 0x45272 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 289250 ## 0x469e2 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 295250 ## 0x48152 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 301250 ## 0x498c2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 307250 ## 0x4b032 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 313250 ## 0x4c7a2 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 319250 ## 0x4df12 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 325250 ## 0x4f682 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 331250 ## 0x50df2 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 337250 ## 0x52562 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 343250 ## 0x53cd2 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 349250 ## 0x55442 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 355250 ## 0x56bb2 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 361250 ## 0x58322 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 367250 ## 0x59a92 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 373250 ## 0x5b202 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 379250 ## 0x5c972 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 385250 ## 0x5e0e2 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 391250 ## 0x5f852 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 397250 ## 0x60fc2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 403250 ## 0x62732 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 409250 ## 0x63ea2 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 415250 ## 0x65612 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 421250 ## 0x66d82 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 427250 ## 0x684f2 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 433250 ## 0x69c62 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 439250 ## 0x6b3d2 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 445250 ## 0x6cb42 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 451250 ## 0x6e2b2 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 457250 ## 0x6fa22 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 463250 ## 0x71192 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 469250 ## 0x72902 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 475250 ## 0x74072 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 481250 ## 0x757e2 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 487250 ## 0x76f52 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 493250 ## 0x786c2 .asciz "70\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 499250 ## 0x79e32 .asciz "71\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 505250 ## 0x7b5a2 .asciz "72\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 511250 ## 0x7cd12 .asciz "73\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 517250 ## 0x7e482 .asciz "74\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 523250 ## 0x7fbf2 .asciz "75\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 529250 ## 0x81362 .asciz "76\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 535250 ## 0x82ad2 .asciz "77\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 541250 ## 0x84242 .asciz "78\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 547250 ## 0x859b2 .asciz "79\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 553250 ## 0x87122 .asciz "80\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 559250 ## 0x88892 .asciz "81\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 565250 ## 0x8a002 .asciz "82\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 571250 ## 0x8b772 .asciz "83\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 577250 ## 0x8cee2 .asciz "84\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 583250 ## 0x8e652 .asciz "85\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 589250 ## 0x8fdc2 .asciz "86\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 595250 ## 0x91532 .asciz "87\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 601250 ## 0x92ca2 .asciz "88\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 607250 ## 0x94412 .asciz "89\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 613250 ## 0x95b82 .asciz "90\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 619250 ## 0x972f2 .asciz "91\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 625250 ## 0x98a62 .asciz "92\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 631250 ## 0x9a1d2 .asciz "93\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 637250 ## 0x9b942 .asciz "94\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 643250 ## 0x9d0b2 .asciz "95\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 91250 ## 0x16472 .asciz "96\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 97250 ## 0x17be2 .asciz "97\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 103250 ## 0x19352 .asciz "98\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 109250 ## 0x1aac2 .asciz "99\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 115250 ## 0x1c232 .asciz "100\000\000\000\000\000\000\000\000\000\000\000\000" .quad 649250 ## 0x9e822 .asciz "101\000\000\000\000\000\000\000\000\000\000\000\000" .quad 655250 ## 0x9ff92 .asciz "102\000\000\000\000\000\000\000\000\000\000\000\000" .quad 661250 ## 0xa1702 .asciz "103\000\000\000\000\000\000\000\000\000\000\000\000" .quad 667250 ## 0xa2e72 .asciz "104\000\000\000\000\000\000\000\000\000\000\000\000" .quad 673250 ## 0xa45e2 .asciz "105\000\000\000\000\000\000\000\000\000\000\000\000" .quad 679250 ## 0xa5d52 .asciz "106\000\000\000\000\000\000\000\000\000\000\000\000" .quad 685250 ## 0xa74c2 .asciz "107\000\000\000\000\000\000\000\000\000\000\000\000" .quad 691250 ## 0xa8c32 .asciz "108\000\000\000\000\000\000\000\000\000\000\000\000" .quad 697250 ## 0xaa3a2 .asciz "109\000\000\000\000\000\000\000\000\000\000\000\000" .quad 703250 ## 0xabb12 .asciz "110\000\000\000\000\000\000\000\000\000\000\000\000" .quad 709250 ## 0xad282 .asciz "111\000\000\000\000\000\000\000\000\000\000\000\000" .quad 715250 ## 0xae9f2 .asciz "112\000\000\000\000\000\000\000\000\000\000\000\000" .quad 721250 ## 0xb0162 .asciz "113\000\000\000\000\000\000\000\000\000\000\000\000" .quad 727250 ## 0xb18d2 .asciz "114\000\000\000\000\000\000\000\000\000\000\000\000" .quad 733250 ## 0xb3042 .asciz "115\000\000\000\000\000\000\000\000\000\000\000\000" .quad 739250 ## 0xb47b2 .asciz "116\000\000\000\000\000\000\000\000\000\000\000\000" .quad 745250 ## 0xb5f22 .asciz "117\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ## 0xb7692 .asciz "118\000\000\000\000\000\000\000\000\000\000\000\000" .quad 757250 ## 0xb8e02 .asciz "119\000\000\000\000\000\000\000\000\000\000\000\000" .quad 763250 ## 0xba572 .asciz "120\000\000\000\000\000\000\000\000\000\000\000\000" .quad 769250 ## 0xbbce2 .asciz "121\000\000\000\000\000\000\000\000\000\000\000\000" .quad 775250 ## 0xbd452 .asciz "122\000\000\000\000\000\000\000\000\000\000\000\000" .quad 781250 ## 0xbebc2 .asciz "123\000\000\000\000\000\000\000\000\000\000\000\000" .quad 787250 ## 0xc0332 .asciz "124\000\000\000\000\000\000\000\000\000\000\000\000" .quad 793250 ## 0xc1aa2 .asciz "125\000\000\000\000\000\000\000\000\000\000\000\000" .quad 799250 ## 0xc3212 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ## 0x0 .space 3120 .globl _NTSC_HRC ## @NTSC_HRC .p2align 4 _NTSC_HRC: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 72000 ## 0x11940 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 54000 ## 0xd2f0 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 60000 ## 0xea60 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 66000 ## 0x101d0 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 78000 ## 0x130b0 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 84000 ## 0x14820 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 174000 ## 0x2a7b0 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 180000 ## 0x2bf20 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 186000 ## 0x2d690 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 192000 ## 0x2ee00 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 198000 ## 0x30570 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 204000 ## 0x31ce0 .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210000 ## 0x33450 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 120000 ## 0x1d4c0 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 126000 ## 0x1ec30 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 132000 ## 0x203a0 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 138000 ## 0x21b10 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 144000 ## 0x23280 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 150000 ## 0x249f0 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 156000 ## 0x26160 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 162000 ## 0x278d0 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 168000 ## 0x29040 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 216000 ## 0x34bc0 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 222000 ## 0x36330 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 228000 ## 0x37aa0 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 234000 ## 0x39210 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 240000 ## 0x3a980 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 246000 ## 0x3c0f0 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 252000 ## 0x3d860 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 258000 ## 0x3efd0 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 264000 ## 0x40740 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 270000 ## 0x41eb0 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 276000 ## 0x43620 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 282000 ## 0x44d90 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 288000 ## 0x46500 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 294000 ## 0x47c70 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 300000 ## 0x493e0 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 306000 ## 0x4ab50 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 312000 ## 0x4c2c0 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 318000 ## 0x4da30 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 324000 ## 0x4f1a0 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 330000 ## 0x50910 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 336000 ## 0x52080 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 342000 ## 0x537f0 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 348000 ## 0x54f60 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 354000 ## 0x566d0 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 360000 ## 0x57e40 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 366000 ## 0x595b0 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 372000 ## 0x5ad20 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 378000 ## 0x5c490 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 384000 ## 0x5dc00 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 390000 ## 0x5f370 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 396000 ## 0x60ae0 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 402000 ## 0x62250 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 408000 ## 0x639c0 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 414000 ## 0x65130 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 420000 ## 0x668a0 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 426000 ## 0x68010 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 432000 ## 0x69780 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 438000 ## 0x6aef0 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 444000 ## 0x6c660 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 450000 ## 0x6ddd0 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 456000 ## 0x6f540 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 462000 ## 0x70cb0 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 468000 ## 0x72420 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 474000 ## 0x73b90 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 480000 ## 0x75300 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 486000 ## 0x76a70 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 492000 ## 0x781e0 .asciz "70\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 498000 ## 0x79950 .asciz "71\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 504000 ## 0x7b0c0 .asciz "72\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 510000 ## 0x7c830 .asciz "73\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 516000 ## 0x7dfa0 .asciz "74\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 522000 ## 0x7f710 .asciz "75\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 528000 ## 0x80e80 .asciz "76\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 534000 ## 0x825f0 .asciz "77\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 540000 ## 0x83d60 .asciz "78\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 546000 ## 0x854d0 .asciz "79\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 552000 ## 0x86c40 .asciz "80\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 558000 ## 0x883b0 .asciz "81\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 564000 ## 0x89b20 .asciz "82\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 570000 ## 0x8b290 .asciz "83\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 576000 ## 0x8ca00 .asciz "84\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 582000 ## 0x8e170 .asciz "85\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 588000 ## 0x8f8e0 .asciz "86\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 594000 ## 0x91050 .asciz "87\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 600000 ## 0x927c0 .asciz "88\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 606000 ## 0x93f30 .asciz "89\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 612000 ## 0x956a0 .asciz "90\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 618000 ## 0x96e10 .asciz "91\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 624000 ## 0x98580 .asciz "92\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 630000 ## 0x99cf0 .asciz "93\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 636000 ## 0x9b460 .asciz "94\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 642000 ## 0x9cbd0 .asciz "95\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 900000 ## 0xdbba0 .asciz "96\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 960000 ## 0xea600 .asciz "97\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 102000 ## 0x18e70 .asciz "98\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 108000 ## 0x1a5e0 .asciz "99\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 114000 ## 0x1bd50 .asciz "100\000\000\000\000\000\000\000\000\000\000\000\000" .quad 648000 ## 0x9e340 .asciz "101\000\000\000\000\000\000\000\000\000\000\000\000" .quad 654000 ## 0x9fab0 .asciz "102\000\000\000\000\000\000\000\000\000\000\000\000" .quad 660000 ## 0xa1220 .asciz "103\000\000\000\000\000\000\000\000\000\000\000\000" .quad 666000 ## 0xa2990 .asciz "104\000\000\000\000\000\000\000\000\000\000\000\000" .quad 672000 ## 0xa4100 .asciz "105\000\000\000\000\000\000\000\000\000\000\000\000" .quad 678000 ## 0xa5870 .asciz "106\000\000\000\000\000\000\000\000\000\000\000\000" .quad 684000 ## 0xa6fe0 .asciz "107\000\000\000\000\000\000\000\000\000\000\000\000" .quad 690000 ## 0xa8750 .asciz "108\000\000\000\000\000\000\000\000\000\000\000\000" .quad 696000 ## 0xa9ec0 .asciz "109\000\000\000\000\000\000\000\000\000\000\000\000" .quad 702000 ## 0xab630 .asciz "110\000\000\000\000\000\000\000\000\000\000\000\000" .quad 708000 ## 0xacda0 .asciz "111\000\000\000\000\000\000\000\000\000\000\000\000" .quad 714000 ## 0xae510 .asciz "112\000\000\000\000\000\000\000\000\000\000\000\000" .quad 720000 ## 0xafc80 .asciz "113\000\000\000\000\000\000\000\000\000\000\000\000" .quad 726000 ## 0xb13f0 .asciz "114\000\000\000\000\000\000\000\000\000\000\000\000" .quad 732000 ## 0xb2b60 .asciz "115\000\000\000\000\000\000\000\000\000\000\000\000" .quad 738000 ## 0xb42d0 .asciz "116\000\000\000\000\000\000\000\000\000\000\000\000" .quad 744000 ## 0xb5a40 .asciz "117\000\000\000\000\000\000\000\000\000\000\000\000" .quad 750000 ## 0xb71b0 .asciz "118\000\000\000\000\000\000\000\000\000\000\000\000" .quad 756000 ## 0xb8920 .asciz "119\000\000\000\000\000\000\000\000\000\000\000\000" .quad 762000 ## 0xba090 .asciz "120\000\000\000\000\000\000\000\000\000\000\000\000" .quad 768000 ## 0xbb800 .asciz "121\000\000\000\000\000\000\000\000\000\000\000\000" .quad 774000 ## 0xbcf70 .asciz "122\000\000\000\000\000\000\000\000\000\000\000\000" .quad 780000 ## 0xbe6e0 .asciz "123\000\000\000\000\000\000\000\000\000\000\000\000" .quad 786000 ## 0xbfe50 .asciz "124\000\000\000\000\000\000\000\000\000\000\000\000" .quad 792000 ## 0xc15c0 .asciz "125\000\000\000\000\000\000\000\000\000\000\000\000" .quad 798000 ## 0xc2d30 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ## 0x0 .space 3120 .globl _NTSC_BCAST_JP ## @NTSC_BCAST_JP .p2align 4 _NTSC_BCAST_JP: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 91250 ## 0x16472 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 97250 ## 0x17be2 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 103250 ## 0x19352 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 171250 ## 0x29cf2 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 177250 ## 0x2b462 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 183250 ## 0x2cbd2 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 189250 ## 0x2e342 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 193250 ## 0x2f2e2 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ## 0x30a52 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 205250 ## 0x321c2 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 211250 ## 0x33932 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ## 0x350a2 .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ## 0x730d2 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 477250 ## 0x74842 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 483250 ## 0x75fb2 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 489250 ## 0x77722 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ## 0x78e92 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 501250 ## 0x7a602 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 507250 ## 0x7bd72 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 513250 ## 0x7d4e2 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ## 0x7ec52 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 525250 ## 0x803c2 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 531250 ## 0x81b32 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 537250 ## 0x832a2 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ## 0x84a12 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 549250 ## 0x86182 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 555250 ## 0x878f2 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 561250 ## 0x89062 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ## 0x8a7d2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 573250 ## 0x8bf42 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 579250 ## 0x8d6b2 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 585250 ## 0x8ee22 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ## 0x90592 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 597250 ## 0x91d02 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 603250 ## 0x93472 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 609250 ## 0x94be2 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ## 0x96352 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 621250 ## 0x97ac2 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 627250 ## 0x99232 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 633250 ## 0x9a9a2 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ## 0x9c112 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 645250 ## 0x9d882 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 651250 ## 0x9eff2 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 657250 ## 0xa0762 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ## 0xa1ed2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 669250 ## 0xa3642 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 675250 ## 0xa4db2 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 681250 ## 0xa6522 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ## 0xa7c92 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 693250 ## 0xa9402 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 699250 ## 0xaab72 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 705250 ## 0xac2e2 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ## 0xada52 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 717250 ## 0xaf1c2 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 723250 ## 0xb0932 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 729250 ## 0xb20a2 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ## 0xb3812 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 741250 ## 0xb4f82 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 747250 ## 0xb66f2 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 753250 ## 0xb7e62 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ## 0xb95d2 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 765250 ## 0xbad42 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ## 0x0 .space 4632 .globl _NTSC_CABLE_JP ## @NTSC_CABLE_JP .p2align 4 _NTSC_CABLE_JP: .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 109250 ## 0x1aac2 .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 115250 ## 0x1c232 .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 121250 ## 0x1d9a2 .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 127250 ## 0x1f112 .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 133250 ## 0x20882 .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 139250 ## 0x21ff2 .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 145250 ## 0x23762 .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 151250 ## 0x24ed2 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 157250 ## 0x26642 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 165250 ## 0x28582 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 223250 ## 0x36812 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 231250 ## 0x38752 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 237250 ## 0x39ec2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 243250 ## 0x3b632 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 249250 ## 0x3cda2 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 253250 ## 0x3dd42 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 259250 ## 0x3f4b2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 265250 ## 0x40c22 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 271250 ## 0x42392 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 277250 ## 0x43b02 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 283250 ## 0x45272 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 289250 ## 0x469e2 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 295250 ## 0x48152 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 301250 ## 0x498c2 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 307250 ## 0x4b032 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 313250 ## 0x4c7a2 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 319250 ## 0x4df12 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 325250 ## 0x4f682 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 331250 ## 0x50df2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 337250 ## 0x52562 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 343250 ## 0x53cd2 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 349250 ## 0x55442 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 355250 ## 0x56bb2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 361250 ## 0x58322 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 367250 ## 0x59a92 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 373250 ## 0x5b202 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 379250 ## 0x5c972 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 385250 ## 0x5e0e2 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 391250 ## 0x5f852 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 397250 ## 0x60fc2 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 403250 ## 0x62732 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 409250 ## 0x63ea2 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 415250 ## 0x65612 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 421250 ## 0x66d82 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 427250 ## 0x684f2 .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 0 ## 0x0 .space 5040 .globl _PAL_AUSTRALIA ## @PAL_AUSTRALIA .p2align 4 _PAL_AUSTRALIA: .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 46250 ## 0xb4aa .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 57250 ## 0xdfa2 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 64250 ## 0xfafa .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 86250 ## 0x150ea .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 95250 ## 0x17412 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 102250 ## 0x18f6a .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ## 0x2ac92 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 182250 ## 0x2c7ea .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 189250 ## 0x2e342 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 196250 ## 0x2fe9a .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 209250 ## 0x33162 .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 216250 ## 0x34cba .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 527250 ## 0x80b92 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 534250 ## 0x826ea .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 541250 ## 0x84242 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 548250 ## 0x85d9a .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 555250 ## 0x878f2 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 562250 ## 0x8944a .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 569250 ## 0x8afa2 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 576250 ## 0x8cafa .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 604250 ## 0x9385a .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 611250 ## 0x953b2 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 618250 ## 0x96f0a .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 625250 ## 0x98a62 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 632250 ## 0x9a5ba .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ## 0x9c112 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 646250 ## 0x9dc6a .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 653250 ## 0x9f7c2 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 660250 ## 0xa131a .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 667250 ## 0xa2e72 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 674250 ## 0xa49ca .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 681250 ## 0xa6522 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 688250 ## 0xa807a .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 695250 ## 0xa9bd2 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 702250 ## 0xab72a .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 709250 ## 0xad282 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 716250 ## 0xaedda .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 723250 ## 0xb0932 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 730250 ## 0xb248a .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 737250 ## 0xb3fe2 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 744250 ## 0xb5b3a .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ## 0xb7692 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 758250 ## 0xb91ea .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 765250 ## 0xbad42 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 772250 ## 0xbc89a .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 779250 ## 0xbe3f2 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 786250 ## 0xbff4a .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 793250 ## 0xc1aa2 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 800250 ## 0xc35fa .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ## 0xc5152 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 814250 ## 0xc6caa .space 4920 .globl _PAL_EUROPE ## @PAL_EUROPE .p2align 4 _PAL_EUROPE: .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 48250 ## 0xbc7a .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 55250 ## 0xd7d2 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 62250 ## 0xf32a .asciz "S01\000\000\000\000\000\000\000\000\000\000\000\000" .quad 69250 ## 0x10e82 .asciz "S02\000\000\000\000\000\000\000\000\000\000\000\000" .quad 76250 ## 0x129da .asciz "S03\000\000\000\000\000\000\000\000\000\000\000\000" .quad 83250 ## 0x14532 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ## 0x2ac92 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 182250 ## 0x2c7ea .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 189250 ## 0x2e342 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 196250 ## 0x2fe9a .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 203250 ## 0x319f2 .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210250 ## 0x3354a .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ## 0x350a2 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 224250 ## 0x36bfa .asciz "SE1\000\000\000\000\000\000\000\000\000\000\000\000" .quad 105250 ## 0x19b22 .asciz "SE2\000\000\000\000\000\000\000\000\000\000\000\000" .quad 112250 ## 0x1b67a .asciz "SE3\000\000\000\000\000\000\000\000\000\000\000\000" .quad 119250 ## 0x1d1d2 .asciz "SE4\000\000\000\000\000\000\000\000\000\000\000\000" .quad 126250 ## 0x1ed2a .asciz "SE5\000\000\000\000\000\000\000\000\000\000\000\000" .quad 133250 ## 0x20882 .asciz "SE6\000\000\000\000\000\000\000\000\000\000\000\000" .quad 140250 ## 0x223da .asciz "SE7\000\000\000\000\000\000\000\000\000\000\000\000" .quad 147250 ## 0x23f32 .asciz "SE8\000\000\000\000\000\000\000\000\000\000\000\000" .quad 154250 ## 0x25a8a .asciz "SE9\000\000\000\000\000\000\000\000\000\000\000\000" .quad 161250 ## 0x275e2 .asciz "SE10\000\000\000\000\000\000\000\000\000\000\000" .quad 168250 ## 0x2913a .asciz "SE11\000\000\000\000\000\000\000\000\000\000\000" .quad 231250 ## 0x38752 .asciz "SE12\000\000\000\000\000\000\000\000\000\000\000" .quad 238250 ## 0x3a2aa .asciz "SE13\000\000\000\000\000\000\000\000\000\000\000" .quad 245250 ## 0x3be02 .asciz "SE14\000\000\000\000\000\000\000\000\000\000\000" .quad 252250 ## 0x3d95a .asciz "SE15\000\000\000\000\000\000\000\000\000\000\000" .quad 259250 ## 0x3f4b2 .asciz "SE16\000\000\000\000\000\000\000\000\000\000\000" .quad 266250 ## 0x4100a .asciz "SE17\000\000\000\000\000\000\000\000\000\000\000" .quad 273250 ## 0x42b62 .asciz "SE18\000\000\000\000\000\000\000\000\000\000\000" .quad 280250 ## 0x446ba .asciz "SE19\000\000\000\000\000\000\000\000\000\000\000" .quad 287250 ## 0x46212 .asciz "SE20\000\000\000\000\000\000\000\000\000\000\000" .quad 294250 ## 0x47d6a .asciz "S21\000\000\000\000\000\000\000\000\000\000\000\000" .quad 303250 ## 0x4a092 .asciz "S22\000\000\000\000\000\000\000\000\000\000\000\000" .quad 311250 ## 0x4bfd2 .asciz "S23\000\000\000\000\000\000\000\000\000\000\000\000" .quad 319250 ## 0x4df12 .asciz "S24\000\000\000\000\000\000\000\000\000\000\000\000" .quad 327250 ## 0x4fe52 .asciz "S25\000\000\000\000\000\000\000\000\000\000\000\000" .quad 335250 ## 0x51d92 .asciz "S26\000\000\000\000\000\000\000\000\000\000\000\000" .quad 343250 ## 0x53cd2 .asciz "S27\000\000\000\000\000\000\000\000\000\000\000\000" .quad 351250 ## 0x55c12 .asciz "S28\000\000\000\000\000\000\000\000\000\000\000\000" .quad 359250 ## 0x57b52 .asciz "S29\000\000\000\000\000\000\000\000\000\000\000\000" .quad 367250 ## 0x59a92 .asciz "S30\000\000\000\000\000\000\000\000\000\000\000\000" .quad 375250 ## 0x5b9d2 .asciz "S31\000\000\000\000\000\000\000\000\000\000\000\000" .quad 383250 ## 0x5d912 .asciz "S32\000\000\000\000\000\000\000\000\000\000\000\000" .quad 391250 ## 0x5f852 .asciz "S33\000\000\000\000\000\000\000\000\000\000\000\000" .quad 399250 ## 0x61792 .asciz "S34\000\000\000\000\000\000\000\000\000\000\000\000" .quad 407250 ## 0x636d2 .asciz "S35\000\000\000\000\000\000\000\000\000\000\000\000" .quad 415250 ## 0x65612 .asciz "S36\000\000\000\000\000\000\000\000\000\000\000\000" .quad 423250 ## 0x67552 .asciz "S37\000\000\000\000\000\000\000\000\000\000\000\000" .quad 431250 ## 0x69492 .asciz "S38\000\000\000\000\000\000\000\000\000\000\000\000" .quad 439250 ## 0x6b3d2 .asciz "S39\000\000\000\000\000\000\000\000\000\000\000\000" .quad 447250 ## 0x6d312 .asciz "S40\000\000\000\000\000\000\000\000\000\000\000\000" .quad 455250 ## 0x6f252 .asciz "S41\000\000\000\000\000\000\000\000\000\000\000\000" .quad 463250 ## 0x71192 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ## 0x730d2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 479250 ## 0x75012 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 487250 ## 0x76f52 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ## 0x78e92 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 503250 ## 0x7add2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 511250 ## 0x7cd12 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ## 0x7ec52 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 527250 ## 0x80b92 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 535250 ## 0x82ad2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ## 0x84a12 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 551250 ## 0x86952 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 559250 ## 0x88892 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ## 0x8a7d2 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 575250 ## 0x8c712 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 583250 ## 0x8e652 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ## 0x90592 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 599250 ## 0x924d2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 607250 ## 0x94412 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ## 0x96352 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 623250 ## 0x98292 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 631250 ## 0x9a1d2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ## 0x9c112 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 647250 ## 0x9e052 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 655250 ## 0x9ff92 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ## 0xa1ed2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 671250 ## 0xa3e12 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 679250 ## 0xa5d52 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ## 0xa7c92 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 695250 ## 0xa9bd2 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 703250 ## 0xabb12 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ## 0xada52 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 719250 ## 0xaf992 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 727250 ## 0xb18d2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ## 0xb3812 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 743250 ## 0xb5752 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ## 0xb7692 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ## 0xb95d2 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 767250 ## 0xbb512 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 775250 ## 0xbd452 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 783250 ## 0xbf392 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 791250 ## 0xc12d2 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 799250 ## 0xc3212 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ## 0xc5152 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 815250 ## 0xc7092 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 823250 ## 0xc8fd2 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 831250 ## 0xcaf12 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 839250 ## 0xcce52 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 847250 ## 0xced92 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 855250 ## 0xd0cd2 .space 3648 .globl _PAL_EUROPE_EAST ## @PAL_EUROPE_EAST .p2align 4 _PAL_EUROPE_EAST: .asciz "R1\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 49750 ## 0xc256 .asciz "R2\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 59250 ## 0xe772 .asciz "R3\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 77250 ## 0x12dc2 .asciz "R4\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 84250 ## 0x1491a .asciz "R5\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 93250 ## 0x16c42 .asciz "R6\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ## 0x2ac92 .asciz "R7\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 183250 ## 0x2cbd2 .asciz "R8\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 191250 ## 0x2eb12 .asciz "R9\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ## 0x30a52 .asciz "R10\000\000\000\000\000\000\000\000\000\000\000\000" .quad 207250 ## 0x32992 .asciz "R11\000\000\000\000\000\000\000\000\000\000\000\000" .quad 215250 ## 0x348d2 .asciz "R12\000\000\000\000\000\000\000\000\000\000\000\000" .quad 223250 ## 0x36812 .asciz "SR1\000\000\000\000\000\000\000\000\000\000\000\000" .quad 111250 ## 0x1b292 .asciz "SR2\000\000\000\000\000\000\000\000\000\000\000\000" .quad 119250 ## 0x1d1d2 .asciz "SR3\000\000\000\000\000\000\000\000\000\000\000\000" .quad 127250 ## 0x1f112 .asciz "SR4\000\000\000\000\000\000\000\000\000\000\000\000" .quad 135250 ## 0x21052 .asciz "SR5\000\000\000\000\000\000\000\000\000\000\000\000" .quad 143250 ## 0x22f92 .asciz "SR6\000\000\000\000\000\000\000\000\000\000\000\000" .quad 151250 ## 0x24ed2 .asciz "SR7\000\000\000\000\000\000\000\000\000\000\000\000" .quad 159250 ## 0x26e12 .asciz "SR8\000\000\000\000\000\000\000\000\000\000\000\000" .quad 167250 ## 0x28d52 .asciz "SR11\000\000\000\000\000\000\000\000\000\000\000" .quad 231250 ## 0x38752 .asciz "SR12\000\000\000\000\000\000\000\000\000\000\000" .quad 239250 ## 0x3a692 .asciz "SR13\000\000\000\000\000\000\000\000\000\000\000" .quad 247250 ## 0x3c5d2 .asciz "SR14\000\000\000\000\000\000\000\000\000\000\000" .quad 255250 ## 0x3e512 .asciz "SR15\000\000\000\000\000\000\000\000\000\000\000" .quad 263250 ## 0x40452 .asciz "SR16\000\000\000\000\000\000\000\000\000\000\000" .quad 271250 ## 0x42392 .asciz "SR17\000\000\000\000\000\000\000\000\000\000\000" .quad 279250 ## 0x442d2 .asciz "SR18\000\000\000\000\000\000\000\000\000\000\000" .quad 287250 ## 0x46212 .asciz "SR19\000\000\000\000\000\000\000\000\000\000\000" .quad 295250 ## 0x48152 .asciz "S21\000\000\000\000\000\000\000\000\000\000\000\000" .quad 303250 ## 0x4a092 .asciz "S22\000\000\000\000\000\000\000\000\000\000\000\000" .quad 311250 ## 0x4bfd2 .asciz "S23\000\000\000\000\000\000\000\000\000\000\000\000" .quad 319250 ## 0x4df12 .asciz "S24\000\000\000\000\000\000\000\000\000\000\000\000" .quad 327250 ## 0x4fe52 .asciz "S25\000\000\000\000\000\000\000\000\000\000\000\000" .quad 335250 ## 0x51d92 .asciz "S26\000\000\000\000\000\000\000\000\000\000\000\000" .quad 343250 ## 0x53cd2 .asciz "S27\000\000\000\000\000\000\000\000\000\000\000\000" .quad 351250 ## 0x55c12 .asciz "S28\000\000\000\000\000\000\000\000\000\000\000\000" .quad 359250 ## 0x57b52 .asciz "S29\000\000\000\000\000\000\000\000\000\000\000\000" .quad 367250 ## 0x59a92 .asciz "S30\000\000\000\000\000\000\000\000\000\000\000\000" .quad 375250 ## 0x5b9d2 .asciz "S31\000\000\000\000\000\000\000\000\000\000\000\000" .quad 383250 ## 0x5d912 .asciz "S32\000\000\000\000\000\000\000\000\000\000\000\000" .quad 391250 ## 0x5f852 .asciz "S33\000\000\000\000\000\000\000\000\000\000\000\000" .quad 399250 ## 0x61792 .asciz "S34\000\000\000\000\000\000\000\000\000\000\000\000" .quad 407250 ## 0x636d2 .asciz "S35\000\000\000\000\000\000\000\000\000\000\000\000" .quad 415250 ## 0x65612 .asciz "S36\000\000\000\000\000\000\000\000\000\000\000\000" .quad 423250 ## 0x67552 .asciz "S37\000\000\000\000\000\000\000\000\000\000\000\000" .quad 431250 ## 0x69492 .asciz "S38\000\000\000\000\000\000\000\000\000\000\000\000" .quad 439250 ## 0x6b3d2 .asciz "S39\000\000\000\000\000\000\000\000\000\000\000\000" .quad 447250 ## 0x6d312 .asciz "S40\000\000\000\000\000\000\000\000\000\000\000\000" .quad 455250 ## 0x6f252 .asciz "S41\000\000\000\000\000\000\000\000\000\000\000\000" .quad 463250 ## 0x71192 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ## 0x730d2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 479250 ## 0x75012 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 487250 ## 0x76f52 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ## 0x78e92 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 503250 ## 0x7add2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 511250 ## 0x7cd12 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ## 0x7ec52 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 527250 ## 0x80b92 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 535250 ## 0x82ad2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ## 0x84a12 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 551250 ## 0x86952 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 559250 ## 0x88892 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ## 0x8a7d2 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 575250 ## 0x8c712 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 583250 ## 0x8e652 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ## 0x90592 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 599250 ## 0x924d2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 607250 ## 0x94412 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ## 0x96352 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 623250 ## 0x98292 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 631250 ## 0x9a1d2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ## 0x9c112 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 647250 ## 0x9e052 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 655250 ## 0x9ff92 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ## 0xa1ed2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 671250 ## 0xa3e12 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 679250 ## 0xa5d52 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ## 0xa7c92 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 695250 ## 0xa9bd2 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 703250 ## 0xabb12 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ## 0xada52 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 719250 ## 0xaf992 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 727250 ## 0xb18d2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ## 0xb3812 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 743250 ## 0xb5752 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ## 0xb7692 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ## 0xb95d2 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 767250 ## 0xbb512 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 775250 ## 0xbd452 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 783250 ## 0xbf392 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 791250 ## 0xc12d2 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 799250 ## 0xc3212 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ## 0xc5152 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 815250 ## 0xc7092 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 823250 ## 0xc8fd2 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 831250 ## 0xcaf12 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 839250 ## 0xcce52 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 847250 ## 0xced92 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 855250 ## 0xd0cd2 .space 3768 .globl _PAL_ITALY ## @PAL_ITALY .p2align 4 _PAL_ITALY: .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 53750 ## 0xd1f6 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 62250 ## 0xf32a .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 82250 ## 0x1414a .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ## 0x2ac92 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 183750 ## 0x2cdc6 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 192250 ## 0x2eefa .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 201250 ## 0x31222 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210250 ## 0x3354a .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210250 ## 0x3354a .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ## 0x350a2 .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 224250 ## 0x36bfa .space 5880 .globl _PAL_IRELAND ## @PAL_IRELAND .p2align 4 _PAL_IRELAND: .asciz "0\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 45750 ## 0xb2b6 .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 53750 ## 0xd1f6 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 61750 ## 0xf136 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ## 0x2ac92 .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 183250 ## 0x2cbd2 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 191250 ## 0x2eb12 .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 199250 ## 0x30a52 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 207250 ## 0x32992 .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 215250 ## 0x348d2 .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 471250 ## 0x730d2 .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 479250 ## 0x75012 .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 487250 ## 0x76f52 .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 495250 ## 0x78e92 .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 503250 ## 0x7add2 .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 511250 ## 0x7cd12 .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 519250 ## 0x7ec52 .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 527250 ## 0x80b92 .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 535250 ## 0x82ad2 .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 543250 ## 0x84a12 .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 551250 ## 0x86952 .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 559250 ## 0x88892 .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 567250 ## 0x8a7d2 .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 575250 ## 0x8c712 .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 583250 ## 0x8e652 .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 591250 ## 0x90592 .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 599250 ## 0x924d2 .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 607250 ## 0x94412 .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 615250 ## 0x96352 .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 623250 ## 0x98292 .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 631250 ## 0x9a1d2 .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 639250 ## 0x9c112 .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 647250 ## 0x9e052 .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 655250 ## 0x9ff92 .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 663250 ## 0xa1ed2 .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 671250 ## 0xa3e12 .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 679250 ## 0xa5d52 .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 687250 ## 0xa7c92 .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 695250 ## 0xa9bd2 .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 703250 ## 0xabb12 .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 711250 ## 0xada52 .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 719250 ## 0xaf992 .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 727250 ## 0xb18d2 .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 735250 ## 0xb3812 .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 743250 ## 0xb5752 .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 751250 ## 0xb7692 .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 759250 ## 0xb95d2 .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 767250 ## 0xbb512 .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 775250 ## 0xbd452 .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 783250 ## 0xbf392 .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 791250 ## 0xc12d2 .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 799250 ## 0xc3212 .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 807250 ## 0xc5152 .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 815250 ## 0xc7092 .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 823250 ## 0xc8fd2 .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 831250 ## 0xcaf12 .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 839250 ## 0xcce52 .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 847250 ## 0xced92 .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 855250 ## 0xd0cd2 .space 4752 .globl _PAL_NEWZEALAND ## @PAL_NEWZEALAND .p2align 4 _PAL_NEWZEALAND: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 45250 ## 0xb0c2 .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 55250 ## 0xd7d2 .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 62250 ## 0xf32a .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 175250 ## 0x2ac92 .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 182250 ## 0x2c7ea .asciz "5A\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 138250 ## 0x21c0a .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 189250 ## 0x2e342 .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 196250 ## 0x2fe9a .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 203250 ## 0x319f2 .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 210250 ## 0x3354a .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 217250 ## 0x350a2 .space 5880 .globl _PALNC_ARGENTINA ## @PALNC_ARGENTINA .p2align 4 _PALNC_ARGENTINA: .asciz "1\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 56250 ## 0xdbba .asciz "2\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 62250 ## 0xf32a .asciz "3\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 68250 ## 0x10a9a .asciz "4\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 78250 ## 0x131aa .asciz "5\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 84250 ## 0x1491a .asciz "6\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 176250 ## 0x2b07a .asciz "7\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 182250 ## 0x2c7ea .asciz "8\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 188250 ## 0x2df5a .asciz "9\000\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 194250 ## 0x2f6ca .asciz "10\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 200250 ## 0x30e3a .asciz "11\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 206250 ## 0x325aa .asciz "12\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 212250 ## 0x33d1a .asciz "13\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 122250 ## 0x1dd8a .asciz "14\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 128250 ## 0x1f4fa .asciz "15\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 134250 ## 0x20c6a .asciz "16\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 140250 ## 0x223da .asciz "17\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 146250 ## 0x23b4a .asciz "18\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 152250 ## 0x252ba .asciz "19\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 158250 ## 0x26a2a .asciz "20\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 164250 ## 0x2819a .asciz "21\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 170250 ## 0x2990a .asciz "22\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 218250 ## 0x3548a .asciz "23\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 224250 ## 0x36bfa .asciz "24\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 230250 ## 0x3836a .asciz "25\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 236250 ## 0x39ada .asciz "26\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 242250 ## 0x3b24a .asciz "27\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 248250 ## 0x3c9ba .asciz "28\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 254250 ## 0x3e12a .asciz "29\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 260250 ## 0x3f89a .asciz "30\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 266250 ## 0x4100a .asciz "31\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 272250 ## 0x4277a .asciz "32\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 278250 ## 0x43eea .asciz "33\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 284250 ## 0x4565a .asciz "34\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 290250 ## 0x46dca .asciz "35\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 296250 ## 0x4853a .asciz "36\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 302250 ## 0x49caa .asciz "37\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 308250 ## 0x4b41a .asciz "38\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 314250 ## 0x4cb8a .asciz "39\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 320250 ## 0x4e2fa .asciz "40\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 326250 ## 0x4fa6a .asciz "41\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 332250 ## 0x511da .asciz "42\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 338250 ## 0x5294a .asciz "43\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 344250 ## 0x540ba .asciz "44\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 350250 ## 0x5582a .asciz "45\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 356250 ## 0x56f9a .asciz "46\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 362250 ## 0x5870a .asciz "47\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 368250 ## 0x59e7a .asciz "48\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 374250 ## 0x5b5ea .asciz "49\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 380250 ## 0x5cd5a .asciz "50\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 386250 ## 0x5e4ca .asciz "51\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 392250 ## 0x5fc3a .asciz "52\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 398250 ## 0x613aa .asciz "53\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 404250 ## 0x62b1a .asciz "54\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 410250 ## 0x6428a .asciz "55\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 416250 ## 0x659fa .asciz "56\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 422250 ## 0x6716a .asciz "57\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 428250 ## 0x688da .asciz "58\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 434250 ## 0x6a04a .asciz "59\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 440250 ## 0x6b7ba .asciz "60\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 446250 ## 0x6cf2a .asciz "61\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 452250 ## 0x6e69a .asciz "62\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 458250 ## 0x6fe0a .asciz "63\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 464250 ## 0x7157a .asciz "64\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 470250 ## 0x72cea .asciz "65\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 476250 ## 0x7445a .asciz "66\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 482250 ## 0x75bca .asciz "67\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 488250 ## 0x7733a .asciz "68\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 494250 ## 0x78aaa .asciz "69\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 500250 ## 0x7a21a .asciz "70\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 506250 ## 0x7b98a .asciz "71\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 512250 ## 0x7d0fa .asciz "72\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 518250 ## 0x7e86a .asciz "73\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 524250 ## 0x7ffda .asciz "74\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 530250 ## 0x8174a .asciz "75\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 536250 ## 0x82eba .asciz "76\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 542250 ## 0x8462a .asciz "77\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 548250 ## 0x85d9a .asciz "78\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 554250 ## 0x8750a .asciz "79\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 560250 ## 0x88c7a .asciz "80\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 566250 ## 0x8a3ea .asciz "81\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 572250 ## 0x8bb5a .asciz "82\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 578250 ## 0x8d2ca .asciz "83\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 584250 ## 0x8ea3a .asciz "84\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 590250 ## 0x901aa .asciz "85\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 596250 ## 0x9191a .asciz "86\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 602250 ## 0x9308a .asciz "87\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 608250 ## 0x947fa .asciz "88\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 614250 ## 0x95f6a .asciz "89\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 620250 ## 0x976da .asciz "90\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 626250 ## 0x98e4a .asciz "91\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 632250 ## 0x9a5ba .asciz "92\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 638250 ## 0x9bd2a .asciz "93\000\000\000\000\000\000\000\000\000\000\000\000\000" .quad 644250 ## 0x9d49a .space 3912 .subsections_via_symbols
the_stack_data/103266564.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] sub x8, x29, #12 str x8, [x9, #8] sub x8, x29, #16 str x8, [x9, #16] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur w8, [x29, #-12] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_1 LBB0_1: ldur w8, [x29, #-12] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_2 LBB0_2: ldur w8, [x29, #-12] subs w8, w8, #5 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_3 LBB0_3: ldur w8, [x29, #-12] subs w8, w8, #7 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_4 LBB0_4: ldur w8, [x29, #-12] subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_5 LBB0_5: ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ldur w8, [x29, #-12] subs w8, w8, #12 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: mov w8, #31 stur w8, [x29, #-20] b LBB0_12 LBB0_8: ldur w8, [x29, #-12] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldur w0, [x29, #-16] bl _is_leap and w8, w0, #0x1 subs w8, w8, #1 cset w8, eq and w10, w8, #0x1 mov w9, #28 mov w8, #29 ands w10, w10, #0x1 csel w8, w8, w9, ne stur w8, [x29, #-20] b LBB0_11 LBB0_10: mov w8, #30 stur w8, [x29, #-20] b LBB0_11 LBB0_11: b LBB0_12 LBB0_12: ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] ldur w8, [x29, #-8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_16 b LBB0_13 LBB0_13: mov w8, #1 stur w8, [x29, #-8] ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #12 cset w8, le tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: mov w8, #1 stur w8, [x29, #-12] ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB0_15 LBB0_15: b LBB0_16 LBB0_16: ldur w8, [x29, #-8] ; implicit-def: $x11 mov x11, x8 ldur w8, [x29, #-12] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _is_leap ; -- Begin function is_leap .p2align 2 _is_leap: ; @is_leap .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] strb wzr, [sp, #11] ldr w8, [sp, #12] mov w10, #400 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: mov w8, #1 strb w8, [sp, #11] b LBB1_7 LBB1_2: ldr w8, [sp, #12] mov w10, #4 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_5 b LBB1_3 LBB1_3: ldr w8, [sp, #12] mov w10, #100 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: mov w8, #1 strb w8, [sp, #11] b LBB1_6 LBB1_5: strb wzr, [sp, #11] b LBB1_6 LBB1_6: b LBB1_7 LBB1_7: ldrb w8, [sp, #11] and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter dd/mm/yyyy: " l_.str.1: ; @.str.1 .asciz "%d/%d/%d" l_.str.2: ; @.str.2 .asciz "%02d/%02d/%02d" .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 movb $0, %al callq _scanf cmpl $1, -12(%rbp) je LBB0_7 ## %bb.1: cmpl $3, -12(%rbp) je LBB0_7 ## %bb.2: cmpl $5, -12(%rbp) je LBB0_7 ## %bb.3: cmpl $7, -12(%rbp) je LBB0_7 ## %bb.4: cmpl $8, -12(%rbp) je LBB0_7 ## %bb.5: cmpl $10, -12(%rbp) je LBB0_7 ## %bb.6: cmpl $12, -12(%rbp) jne LBB0_8 LBB0_7: movl $31, -20(%rbp) jmp LBB0_12 LBB0_8: cmpl $2, -12(%rbp) jne LBB0_10 ## %bb.9: movl -16(%rbp), %edi callq _is_leap andb $1, %al movzbl %al, %edx movl $28, %eax movl $29, %ecx cmpl $1, %edx cmovel %ecx, %eax movl %eax, -20(%rbp) jmp LBB0_11 LBB0_10: movl $30, -20(%rbp) LBB0_11: jmp LBB0_12 LBB0_12: movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) movl -8(%rbp), %eax cmpl -20(%rbp), %eax jle LBB0_16 ## %bb.13: movl $1, -8(%rbp) movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) cmpl $12, -12(%rbp) jle LBB0_15 ## %bb.14: movl $1, -12(%rbp) movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) LBB0_15: jmp LBB0_16 LBB0_16: movl -8(%rbp), %esi movl -12(%rbp), %edx movl -16(%rbp), %ecx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _is_leap ## -- Begin function is_leap .p2align 4, 0x90 _is_leap: ## @is_leap .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) movb $0, -5(%rbp) movl -4(%rbp), %eax movl $400, %ecx ## imm = 0x190 cltd idivl %ecx cmpl $0, %edx jne LBB1_2 ## %bb.1: movb $1, -5(%rbp) jmp LBB1_7 LBB1_2: movl -4(%rbp), %eax movl $4, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB1_5 ## %bb.3: movl -4(%rbp), %eax movl $100, %ecx cltd idivl %ecx cmpl $0, %edx je LBB1_5 ## %bb.4: movb $1, -5(%rbp) jmp LBB1_6 LBB1_5: movb $0, -5(%rbp) LBB1_6: jmp LBB1_7 LBB1_7: movb -5(%rbp), %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter dd/mm/yyyy: " L_.str.1: ## @.str.1 .asciz "%d/%d/%d" L_.str.2: ## @.str.2 .asciz "%02d/%02d/%02d" .subsections_via_symbols
the_stack_data/92708.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _printMessage ; -- Begin function printMessage .p2align 2 _printMessage: ; @printMessage .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 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, #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 _printMessage 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 "Neo has found the white rabbit\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _printMessage ## -- Begin function printMessage .p2align 4, 0x90 _printMessage: ## @printMessage .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 popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) callq _printMessage xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Neo has found the white rabbit\n" .subsections_via_symbols
the_stack_data/34513224.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 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, #24] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp, #24] ; 8-byte Folded Reload mov x9, sp sub x8, x29, #12 str x8, [x9] bl _scanf adrp x0, _write_lock@GOTPAGE ldr x0, [x0, _write_lock@GOTPAGEOFF] mov x1, #0 bl _pthread_mutex_init stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_2: adrp x0, _r_lock@GOTPAGE ldr x0, [x0, _r_lock@GOTPAGEOFF] mov x1, #0 bl _pthread_mutex_init stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_4: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-28] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_10 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 mov x0, #4 bl _malloc stur x0, [x29, #-24] ldur w8, [x29, #-28] ldur x9, [x29, #-24] str w8, [x9] ldur w9, [x29, #-28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldur x3, [x29, #-24] add x0, sp, #40 mov x1, #0 adrp x2, _reader_thread_function@PAGE add x2, x2, _reader_thread_function@PAGEOFF bl _pthread_create stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_8: ; in Loop: Header=BB0_5 Depth=1 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB0_5 LBB0_10: mov w8, #1 str w8, [sp, #20] ; 4-byte Folded Spill stur w8, [x29, #-28] 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 ldr w8, [sp, #20] ; 4-byte Folded Reload stur w8, [x29, #-28] b LBB0_11 LBB0_11: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_16 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=1 mov x0, #4 bl _malloc stur x0, [x29, #-24] ldur w8, [x29, #-28] ldur x9, [x29, #-24] str w8, [x9] ldur w9, [x29, #-28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldur x3, [x29, #-24] add x0, sp, #32 mov x1, #0 adrp x2, _writer_thread_function@PAGE add x2, x2, _writer_thread_function@PAGEOFF bl _pthread_create stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf mov w0, #1 bl _exit LBB0_14: ; in Loop: Header=BB0_11 Depth=1 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_11 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB0_11 LBB0_16: ldr x0, [sp, #40] mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill bl _pthread_join ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x0, [sp, #32] bl _pthread_join ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _reader_thread_function ; -- Begin function reader_thread_function .p2align 2 _reader_thread_function: ; @reader_thread_function .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, _r_lock@GOTPAGE ldr x8, [x8, _r_lock@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x8, [x29, #-8] stur x8, [x29, #-16] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 mov w8, #2 stur w8, [x29, #-20] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w0, [x29, #-20] bl _sleep ldr x0, [sp, #16] ; 8-byte Folded Reload bl _pthread_mutex_lock adrp x8, _readcount@PAGE ldr w9, [x8, _readcount@PAGEOFF] add w9, w9, #1 str w9, [x8, _readcount@PAGEOFF] ldr w8, [x8, _readcount@PAGEOFF] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldur x8, [x29, #-16] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf adrp x0, _write_lock@GOTPAGE ldr x0, [x0, _write_lock@GOTPAGEOFF] bl _pthread_mutex_lock b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _pthread_mutex_unlock ldur x8, [x29, #-16] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf ldur x8, [x29, #-16] ldr w8, [x8] ; implicit-def: $x10 mov x10, x8 adrp x8, _data@PAGE ldr w9, [x8, _data@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf mov w0, #1 bl _sleep ldr x0, [sp, #16] ; 8-byte Folded Reload bl _pthread_mutex_lock adrp x8, _readcount@PAGE ldr w9, [x8, _readcount@PAGEOFF] subs w9, w9, #1 str w9, [x8, _readcount@PAGEOFF] ldr w8, [x8, _readcount@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 adrp x0, _write_lock@GOTPAGE ldr x0, [x0, _write_lock@GOTPAGEOFF] bl _pthread_mutex_unlock ldur x8, [x29, #-16] 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 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _pthread_mutex_unlock b LBB1_1 .cfi_endproc ; -- End function .globl _writer_thread_function ; -- Begin function writer_thread_function .p2align 2 _writer_thread_function: ; @writer_thread_function .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] stur x8, [x29, #-16] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 mov w8, #2 stur w8, [x29, #-20] b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldur w0, [x29, #-20] bl _sleep adrp x0, _write_lock@GOTPAGE ldr x0, [x0, _write_lock@GOTPAGEOFF] str x0, [sp, #16] ; 8-byte Folded Spill bl _pthread_mutex_lock adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldur x8, [x29, #-16] ldr w9, [x8] ; 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 x8, _data@PAGE ldr w9, [x8, _data@PAGEOFF] add w9, w9, #1 str w9, [x8, _data@PAGEOFF] ldur x9, [x29, #-16] ldr w9, [x9] ; implicit-def: $x10 mov x10, x9 ldr w9, [x8, _data@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload bl _pthread_mutex_unlock b LBB2_1 .cfi_endproc ; -- End function .globl _readcount ; @readcount .zerofill __DATA,__common,_readcount,4,2 .globl _data ; @data .zerofill __DATA,__common,_data,4,2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\nEnter the number of readers " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "\nEnter the number of writers " .comm _write_lock,64,3 ; @write_lock l_.str.3: ; @.str.3 .asciz "\nwrite_lock mutex initialization failed" .comm _r_lock,64,3 ; @r_lock l_.str.4: ; @.str.4 .asciz "\nr_lock mutex initialization failed" l_.str.5: ; @.str.5 .asciz "\nCreating reader THREADS " l_.str.6: ; @.str.6 .asciz "\nCreating reader number %d" l_.str.7: ; @.str.7 .asciz "\nreader thread creation failed" l_.str.8: ; @.str.8 .asciz "\n" l_.str.9: ; @.str.9 .asciz "\nCreating writer THREADS" l_.str.10: ; @.str.10 .asciz "\nCreating writer number %d" l_.str.11: ; @.str.11 .asciz "\nwriter thread creation failed" l_.str.12: ; @.str.12 .asciz "\nReader %d has locked write_lock mutex " l_.str.13: ; @.str.13 .asciz "\nReader %d has started reading" l_.str.14: ; @.str.14 .asciz "\nReader %d has read data %d" l_.str.15: ; @.str.15 .asciz "\nReader %d has unlocked write_lock mutex " l_.str.16: ; @.str.16 .asciz "\nWriter %d has started writing" l_.str.17: ; @.str.17 .asciz "\nwriter %d has incremented data to %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 $48, %rsp 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 movq _write_lock@GOTPCREL(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_mutex_init movl %eax, -4(%rbp) cmpl $0, -4(%rbp) je LBB0_2 ## %bb.1: leaq L_.str.3(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_2: movq _r_lock@GOTPCREL(%rip), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_mutex_init movl %eax, -4(%rbp) cmpl $0, -4(%rbp) je LBB0_4 ## %bb.3: leaq L_.str.4(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_4: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl $1, -28(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -8(%rbp), %eax jg LBB0_10 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movl $4, %edi callq _malloc movq %rax, -24(%rbp) movl -28(%rbp), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movl -28(%rbp), %esi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rcx leaq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi leaq _reader_thread_function(%rip), %rdx callq _pthread_create movl %eax, -4(%rbp) cmpl $0, -4(%rbp) je LBB0_8 ## %bb.7: leaq L_.str.7(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_8: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_9 LBB0_9: ## in Loop: Header=BB0_5 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_5 LBB0_10: movl $1, -28(%rbp) leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movl $1, -28(%rbp) LBB0_11: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jg LBB0_16 ## %bb.12: ## in Loop: Header=BB0_11 Depth=1 movl $4, %edi callq _malloc movq %rax, -24(%rbp) movl -28(%rbp), %ecx movq -24(%rbp), %rax movl %ecx, (%rax) movl -28(%rbp), %esi leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rcx leaq -48(%rbp), %rdi xorl %eax, %eax movl %eax, %esi leaq _writer_thread_function(%rip), %rdx callq _pthread_create movl %eax, -4(%rbp) cmpl $0, -4(%rbp) je LBB0_14 ## %bb.13: leaq L_.str.11(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit LBB0_14: ## in Loop: Header=BB0_11 Depth=1 jmp LBB0_15 LBB0_15: ## in Loop: Header=BB0_11 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_11 LBB0_16: movq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join movq -48(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _reader_thread_function ## -- Begin function reader_thread_function .p2align 4, 0x90 _reader_thread_function: ## @reader_thread_function .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) LBB1_1: ## =>This Inner Loop Header: Depth=1 callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -20(%rbp) cmpl $0, -20(%rbp) jne LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl $2, -20(%rbp) LBB1_3: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %edi callq _sleep movq _r_lock@GOTPCREL(%rip), %rdi callq _pthread_mutex_lock movl _readcount(%rip), %eax addl $1, %eax movl %eax, _readcount(%rip) cmpl $1, _readcount(%rip) jne LBB1_5 ## %bb.4: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movl (%rax), %esi leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movq _write_lock@GOTPCREL(%rip), %rdi callq _pthread_mutex_lock LBB1_5: ## in Loop: Header=BB1_1 Depth=1 movq _r_lock@GOTPCREL(%rip), %rdi callq _pthread_mutex_unlock movq -16(%rbp), %rax movl (%rax), %esi leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movl (%rax), %esi movl _data(%rip), %edx leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf movl $1, %edi callq _sleep movq _r_lock@GOTPCREL(%rip), %rdi callq _pthread_mutex_lock movl _readcount(%rip), %eax addl $-1, %eax movl %eax, _readcount(%rip) cmpl $0, _readcount(%rip) jne LBB1_7 ## %bb.6: ## in Loop: Header=BB1_1 Depth=1 movq _write_lock@GOTPCREL(%rip), %rdi callq _pthread_mutex_unlock movq -16(%rbp), %rax movl (%rax), %esi leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf LBB1_7: ## in Loop: Header=BB1_1 Depth=1 movq _r_lock@GOTPCREL(%rip), %rdi callq _pthread_mutex_unlock jmp LBB1_1 .cfi_endproc ## -- End function .globl _writer_thread_function ## -- Begin function writer_thread_function .p2align 4, 0x90 _writer_thread_function: ## @writer_thread_function .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) LBB2_1: ## =>This Inner Loop Header: Depth=1 callq _rand movl $10, %ecx cltd idivl %ecx movl %edx, -20(%rbp) cmpl $0, -20(%rbp) jne LBB2_3 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl $2, -20(%rbp) LBB2_3: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %edi callq _sleep movq _write_lock@GOTPCREL(%rip), %rdi callq _pthread_mutex_lock leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movl (%rax), %esi leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf movl _data(%rip), %eax addl $1, %eax movl %eax, _data(%rip) movq -16(%rbp), %rax movl (%rax), %esi movl _data(%rip), %edx leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf movq _write_lock@GOTPCREL(%rip), %rdi callq _pthread_mutex_unlock jmp LBB2_1 .cfi_endproc ## -- End function .globl _readcount ## @readcount .zerofill __DATA,__common,_readcount,4,2 .globl _data ## @data .zerofill __DATA,__common,_data,4,2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\nEnter the number of readers " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "\nEnter the number of writers " .comm _write_lock,64,3 ## @write_lock L_.str.3: ## @.str.3 .asciz "\nwrite_lock mutex initialization failed" .comm _r_lock,64,3 ## @r_lock L_.str.4: ## @.str.4 .asciz "\nr_lock mutex initialization failed" L_.str.5: ## @.str.5 .asciz "\nCreating reader THREADS " L_.str.6: ## @.str.6 .asciz "\nCreating reader number %d" L_.str.7: ## @.str.7 .asciz "\nreader thread creation failed" L_.str.8: ## @.str.8 .asciz "\n" L_.str.9: ## @.str.9 .asciz "\nCreating writer THREADS" L_.str.10: ## @.str.10 .asciz "\nCreating writer number %d" L_.str.11: ## @.str.11 .asciz "\nwriter thread creation failed" L_.str.12: ## @.str.12 .asciz "\nReader %d has locked write_lock mutex " L_.str.13: ## @.str.13 .asciz "\nReader %d has started reading" L_.str.14: ## @.str.14 .asciz "\nReader %d has read data %d" L_.str.15: ## @.str.15 .asciz "\nReader %d has unlocked write_lock mutex " L_.str.16: ## @.str.16 .asciz "\nWriter %d has started writing" L_.str.17: ## @.str.17 .asciz "\nwriter %d has incremented data to %d" .subsections_via_symbols
the_stack_data/148577755.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _fmaxf ; -- Begin function fmaxf .p2align 2 _fmaxf: ; @fmaxf .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] ldr s1, [sp, #8] fcmp s0, s1 cset w8, le tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr s0, [sp, #12] str s0, [sp, #4] ; 4-byte Folded Spill b LBB0_3 LBB0_2: ldr s0, [sp, #8] str s0, [sp, #4] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ldr s0, [sp, #4] ; 4-byte Folded Reload 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 _fmaxf ## -- Begin function fmaxf .p2align 4, 0x90 _fmaxf: ## @fmaxf .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 ucomiss -8(%rbp), %xmm0 jbe LBB0_2 ## %bb.1: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -12(%rbp) ## 4-byte Spill jmp LBB0_3 LBB0_2: movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -12(%rbp) ## 4-byte Spill LBB0_3: movss -12(%rbp), %xmm0 ## 4-byte Reload ## xmm0 = mem[0],zero,zero,zero popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/20451637.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/211080016.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, #18 str w8, [sp, #8] mov w8, #77 strb w8, [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 _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 $18, -8(%rbp) movb $77, -4(%rbp) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/28262985.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: mov w0, #0 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/155044.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/126702275.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 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 b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 mov x9, sp sub x8, x29, #8 str x8, [x9] sub x8, x29, #12 str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf subs w8, w0, #2 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 sub x8, x29, #8 stur x8, [x29, #-32] ; 8-byte Folded Spill ldur s0, [x29, #-8] fcvt d0, s0 str d0, [sp, #48] ; 8-byte Folded Spill sub x8, x29, #12 stur x8, [x29, #-24] ; 8-byte Folded Spill ldur s0, [x29, #-12] fcvt d0, s0 str d0, [sp, #56] ; 8-byte Folded Spill ldur s0, [x29, #-8] fcvt d0, s0 stur d0, [x29, #-48] ; 8-byte Folded Spill ldur s0, [x29, #-12] fcvt d0, s0 stur d0, [x29, #-40] ; 8-byte Folded Spill ldur s0, [x29, #-8] ldur s1, [x29, #-12] bl _calc ldr d4, [sp, #48] ; 8-byte Folded Reload ldr d3, [sp, #56] ; 8-byte Folded Reload ldur d2, [x29, #-48] ; 8-byte Folded Reload ldur d1, [x29, #-40] ; 8-byte Folded Reload fcvt d0, s0 mov x8, sp str d4, [x8] str d3, [x8, #8] str d2, [x8, #16] str d1, [x8, #24] str d0, [x8, #32] 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.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x10, [x29, #-32] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf b LBB0_1 LBB0_3: mov w0, #0 ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _calc ; -- Begin function calc .p2align 2 _calc: ; @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] ldr s1, [sp, #8] fsub s0, s0, s1 ldr s1, [sp, #12] ldr s2, [sp, #8] fmul s1, s1, s2 fdiv s0, s0, s1 add sp, sp, #16 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter to floating point numbers: [number1 number2]:\n" l_.str.1: ; @.str.1 .asciz "enter q to exit\n" l_.str.2: ; @.str.2 .asciz "%f %f" l_.str.3: ; @.str.3 .asciz "%.2f-%.2f/%.2f*%.2f=%.5f" l_.str.4: ; @.str.4 .asciz "\nEnter to floating point numbers: [number1 number2]:\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 movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB0_1: ## =>This Inner Loop Header: Depth=1 leaq L_.str.2(%rip), %rdi leaq -8(%rbp), %rsi leaq -12(%rbp), %rdx movb $0, %al callq _scanf cmpl $2, %eax jne LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd %xmm0, -24(%rbp) ## 8-byte Spill movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd %xmm0, -48(%rbp) ## 8-byte Spill movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd %xmm0, -40(%rbp) ## 8-byte Spill movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd %xmm0, -32(%rbp) ## 8-byte Spill movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss -12(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero callq _calc movsd -48(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -40(%rbp), %xmm2 ## 8-byte Reload ## xmm2 = mem[0],zero movsd -32(%rbp), %xmm3 ## 8-byte Reload ## xmm3 = mem[0],zero movaps %xmm0, %xmm4 movsd -24(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero cvtss2sd %xmm4, %xmm4 leaq L_.str.3(%rip), %rdi movb $5, %al callq _printf leaq L_.str.4(%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 leaq -12(%rbp), %rdx movb $0, %al callq _scanf jmp LBB0_1 LBB0_3: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _calc ## -- Begin function calc .p2align 4, 0x90 _calc: ## @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 subss -8(%rbp), %xmm0 movss -4(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero mulss -8(%rbp), %xmm1 divss %xmm1, %xmm0 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter to floating point numbers: [number1 number2]:\n" L_.str.1: ## @.str.1 .asciz "enter q to exit\n" L_.str.2: ## @.str.2 .asciz "%f %f" L_.str.3: ## @.str.3 .asciz "%.2f-%.2f/%.2f*%.2f=%.5f" L_.str.4: ## @.str.4 .asciz "\nEnter to floating point numbers: [number1 number2]:\n" .subsections_via_symbols
the_stack_data/152842.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test ; -- Begin function test .p2align 2 _test: ; @test .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 mov w0, #0 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-12] ; 4-byte Folded Spill stur wzr, [x29, #-4] bl _test stur w0, [x29, #-8] ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-12] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _test ## -- Begin function test .p2align 4, 0x90 _test: ## @test .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) callq _test movl %eax, -8(%rbp) movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/704887.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, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] ldr w8, [x8] stur w8, [x29, #-12] mov w8, #1 str w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur w8, [x29, #-12] subs w8, w8, #1 ldur x9, [x29, #-8] str w8, [x9] ldur w8, [x29, #-12] str w8, [sp, #12] ; 4-byte Folded Spill ldur x0, [x29, #-8] bl _f ldr w8, [sp, #12] ; 4-byte Folded Reload mul w8, w8, w0 str w8, [sp, #16] b LBB0_2 LBB0_2: ldr w0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp] ; 4-byte Folded Spill stur wzr, [x29, #-4] add x0, sp, #8 mov w8, #4 str w8, [sp, #8] bl _f mov x8, x0 ldr w0, [sp] ; 4-byte Folded Reload str w8, [sp, #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 _f ## -- Begin function f .p2align 4, 0x90 _f: ## @f .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movl %eax, -12(%rbp) movl $1, -16(%rbp) movl $1, %eax cmpl -12(%rbp), %eax jg LBB0_2 ## %bb.1: movl -12(%rbp), %ecx subl $1, %ecx movq -8(%rbp), %rax movl %ecx, (%rax) movl -12(%rbp), %eax movl %eax, -20(%rbp) ## 4-byte Spill movq -8(%rbp), %rdi callq _f movl %eax, %ecx movl -20(%rbp), %eax ## 4-byte Reload imull %ecx, %eax movl %eax, -16(%rbp) LBB0_2: movl -16(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $4, -8(%rbp) leaq -8(%rbp), %rdi callq _f movl %eax, -12(%rbp) xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/73574667.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 x0, _a@TLVPPAGE ldr x0, [x0, _a@TLVPPAGEOFF] ldr x8, [x0] blr x8 str x0, [sp, #24] ; 8-byte Folded Spill stur wzr, [x29, #-4] stur x0, [x29, #-32] sub x0, x29, #16 mov x1, #0 adrp x2, _thread_func@PAGE add x2, x2, _thread_func@PAGEOFF add x3, sp, #36 bl _pthread_create subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: stur wzr, [x29, #-4] b LBB0_11 LBB0_2: ldur x0, [x29, #-16] sub x1, x29, #24 bl _pthread_join subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: stur wzr, [x29, #-4] b LBB0_11 LBB0_4: ldr x8, [sp, #24] ; 8-byte Folded Reload str x8, [sp, #40] ldr x8, [sp, #40] ldur x9, [x29, #-32] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x8, _a_in_other_thread@PAGE ldr x10, [x8, _a_in_other_thread@PAGEOFF] ldr x8, [sp, #40] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w8, #1 stur w8, [x29, #-4] b LBB0_11 LBB0_6: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_7 LBB0_7: ldr w8, [sp, #36] subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: adrp x8, _a_in_other_thread@PAGE ldr x8, [x8, _a_in_other_thread@PAGEOFF] ldur x9, [x29, #-32] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr w8, [x8] ; implicit-def: $x11 mov x11, x8 ldr w8, [sp, #36] ; implicit-def: $x10 mov x10, x8 adrp x8, _a_in_other_thread@PAGE ldr x8, [x8, _a_in_other_thread@PAGEOFF] 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 _printf mov w8, #1 stur w8, [x29, #-4] b LBB0_11 LBB0_10: stur wzr, [x29, #-4] b LBB0_11 LBB0_11: ldur w0, [x29, #-4] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function thread_func _thread_func: ; @thread_func .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, x0 adrp x0, _a@TLVPPAGE ldr x0, [x0, _a@TLVPPAGEOFF] ldr x9, [x0] blr x9 str x8, [sp, #8] adrp x9, _a_in_other_thread@PAGE mov x8, x0 str x8, [x9, _a_in_other_thread@PAGEOFF] ldr w8, [x0] add w8, w8, #5 str w8, [x0] ldr w8, [x0] ldr x9, [sp, #8] str w8, [x9] mov x0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __DATA,__thread_data,thread_local_regular .p2align 2 ; @a _a$tlv$init: .long 5 ; 0x5 .section __DATA,__thread_vars,thread_local_variables .globl _a _a: .quad __tlv_bootstrap .quad 0 .quad _a$tlv$init .section __DATA,__data .globl _a_in_other_thread ; @a_in_other_thread .p2align 3 _a_in_other_thread: .quad 12345 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "FAIL: main thread addy changed from 0x%0x to 0x%0x\n" l_.str.1: ; @.str.1 .asciz "FAIL: a= %d, thr_a = %d Addr = 0x%0x\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) movq _a@TLVP(%rip), %rdi callq *(%rdi) movq %rax, -32(%rbp) leaq -44(%rbp), %rcx leaq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi leaq _thread_func(%rip), %rdx callq _pthread_create cmpl $0, %eax je LBB0_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB0_11 LBB0_2: movq -16(%rbp), %rdi leaq -24(%rbp), %rsi callq _pthread_join cmpl $0, %eax je LBB0_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB0_11 LBB0_4: movq _a@TLVP(%rip), %rdi callq *(%rdi) movq %rax, -40(%rbp) movq -40(%rbp), %rax movq -32(%rbp), %rcx cmpq %rcx, %rax je LBB0_6 ## %bb.5: movq _a_in_other_thread(%rip), %rsi movq -40(%rbp), %rdx leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $1, -4(%rbp) jmp LBB0_11 LBB0_6: movq _a@TLVP(%rip), %rdi callq *(%rdi) movl (%rax), %eax cmpl $5, %eax jne LBB0_9 ## %bb.7: cmpl $10, -44(%rbp) jne LBB0_9 ## %bb.8: movq _a_in_other_thread(%rip), %rax movq -32(%rbp), %rcx cmpq %rcx, %rax jne LBB0_10 LBB0_9: movq _a@TLVP(%rip), %rdi callq *(%rdi) movl (%rax), %esi movl -44(%rbp), %edx movq _a_in_other_thread(%rip), %rcx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $1, -4(%rbp) jmp LBB0_11 LBB0_10: movl $0, -4(%rbp) LBB0_11: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function thread_func _thread_func: ## @thread_func .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq _a@TLVP(%rip), %rdi callq *(%rdi) movq %rax, _a_in_other_thread(%rip) movl (%rax), %ecx addl $5, %ecx movl %ecx, (%rax) movl (%rax), %ecx movq -8(%rbp), %rax movl %ecx, (%rax) xorl %eax, %eax ## kill: def $rax killed $eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__thread_data,thread_local_regular .p2align 2 ## @a _a$tlv$init: .long 5 ## 0x5 .section __DATA,__thread_vars,thread_local_variables .globl _a _a: .quad __tlv_bootstrap .quad 0 .quad _a$tlv$init .section __DATA,__data .globl _a_in_other_thread ## @a_in_other_thread .p2align 3 _a_in_other_thread: .quad 12345 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "FAIL: main thread addy changed from 0x%0x to 0x%0x\n" L_.str.1: ## @.str.1 .asciz "FAIL: a= %d, thr_a = %d Addr = 0x%0x\n" .subsections_via_symbols
the_stack_data/69529.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, #8195 stur w8, [x29, #-4] ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #24] ; 8-byte Folded Spill ldur w0, [x29, #-4] bl _iswspace ldr x8, [sp, #24] ; 8-byte Folded Reload mov w9, #0 stur w9, [x29, #-8] ; 4-byte Folded Spill subs w9, w0, #0 cset w10, ne mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 and x8, x8, #0x1 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-8] ; 4-byte Folded Reload adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _setlocale ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 stur x8, [x29, #-16] ; 8-byte Folded Spill ldur w0, [x29, #-4] bl _iswspace ldur x8, [x29, #-16] ; 8-byte Folded Reload subs w9, w0, #0 cset w10, ne mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 and x8, x8, #0x1 str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur w0, [x29, #-8] ; 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 "in the default locale, iswspace(%#x) = %d\n" l_.str.1: ; @.str.1 .asciz "en_US.utf8" l_.str.2: ; @.str.2 .asciz "in Unicode locale, iswspace(%#x) = %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 $8195, -4(%rbp) ## imm = 0x2003 movl -4(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill movl -4(%rbp), %edi callq _iswspace movl -12(%rbp), %esi ## 4-byte Reload cmpl $0, %eax setne %al xorb $-1, %al xorb $-1, %al andb $1, %al movzbl %al, %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %edi, %edi leaq L_.str.1(%rip), %rsi callq _setlocale movl -4(%rbp), %eax movl %eax, -8(%rbp) ## 4-byte Spill movl -4(%rbp), %edi callq _iswspace movl -8(%rbp), %esi ## 4-byte Reload cmpl $0, %eax setne %al xorb $-1, %al xorb $-1, %al andb $1, %al movzbl %al, %edx 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 "in the default locale, iswspace(%#x) = %d\n" L_.str.1: ## @.str.1 .asciz "en_US.utf8" L_.str.2: ## @.str.2 .asciz "in Unicode locale, iswspace(%#x) = %d\n" .subsections_via_symbols
the_stack_data/981408.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/129162.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur wzr, [x29, #-20] mov x9, sp sub x8, x29, #8 str x8, [x9] sub x8, x29, #12 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w9, w8, #1 stur w9, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur w8, [x29, #-16] ldur w10, [x29, #-12] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_5: ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d%d" l_.str.1: ; @.str.1 .asciz "%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl $0, -20(%rbp) leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi leaq -12(%rbp), %rdx movb $0, %al callq _scanf LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax movl %eax, %ecx addl $-1, %ecx movl %ecx, -8(%rbp) cmpl $0, %eax je LBB0_5 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi leaq -16(%rbp), %rsi movb $0, %al callq _scanf movl -16(%rbp), %eax cltd idivl -12(%rbp) cmpl $0, %edx jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_5: movl -20(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d%d" L_.str.1: ## @.str.1 .asciz "%d" .subsections_via_symbols
the_stack_data/1262722.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, #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] mov x0, #1 str x0, [sp, #8] ; 8-byte Folded Spill mov x1, #32 bl _calloc ldr x1, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #16] ldursw x0, [x29, #-4] bl _calloc ldr x8, [sp, #16] str x0, [x8] ldr x9, [sp, #16] mov w8, #-1 str w8, [x9, #8] ldr x8, [sp, #16] str xzr, [x8, #16] ldr x8, [sp, #16] str xzr, [x8, #24] ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _calculate_rk_original ; -- Begin function calculate_rk_original .p2align 2 _calculate_rk_original: ; @calculate_rk_original .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 mov x8, #52199 movk x8, #57365, lsl #16 movk x8, #4604, lsl #32 str x8, [sp] ; 8-byte Folded Spill str x0, [sp, #24] str w1, [sp, #20] str w2, [sp, #16] str wzr, [sp, #12] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldr w8, [sp, #12] ldr w9, [sp, #20] 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] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldr x10, [sp] ; 8-byte Folded Reload ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #24] mov x9, #163 mul x8, x8, x9 sdiv x9, x8, x10 mul x9, x9, x10 subs x8, x8, x9 ldr x9, [sp, #24] ldrsw x10, [sp, #12] ldr x9, [x9, x10, lsl #3] str x8, [x9, #24] ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldr x8, [x8] ldrsw x9, [sp, #8] ldrsb x10, [x8, x9] ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr x9, [x8, x9, lsl #3] ldr x8, [x9, #24] add x8, x8, x10 str x8, [x9, #24] 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 ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #24] ldr x9, [sp, #24] ldrsw x10, [sp, #12] ldr x9, [x9, x10, lsl #3] str x8, [x9, #16] 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: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _compare_magic ; -- Begin function compare_magic .p2align 2 _compare_magic: ; @compare_magic .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #32] str x1, [sp, #24] ldr x8, [sp, #32] ldr x8, [x8] str x8, [sp, #16] ldr x8, [sp, #24] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8, #16] ldr x9, [sp, #8] ldr x9, [x9, #16] subs x8, x8, x9 str x8, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, le tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: mov w8, #1 str w8, [sp, #44] b LBB2_5 LBB2_2: ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: str wzr, [sp, #44] b LBB2_5 LBB2_4: mov w8, #-1 str w8, [sp, #44] b LBB2_5 LBB2_5: ldr w0, [sp, #44] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _compare_magic_original ; -- Begin function compare_magic_original .p2align 2 _compare_magic_original: ; @compare_magic_original .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #32] str x1, [sp, #24] ldr x8, [sp, #32] ldr x8, [x8] str x8, [sp, #16] ldr x8, [sp, #24] ldr x8, [x8] str x8, [sp, #8] ldr x8, [sp, #16] ldr x8, [x8, #24] ldr x9, [sp, #8] ldr x9, [x9, #24] subs x8, x8, x9 str x8, [sp] ldr x8, [sp] subs x8, x8, #0 cset w8, le tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: mov w8, #1 str w8, [sp, #44] b LBB3_5 LBB3_2: ldr x8, [sp] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: str wzr, [sp, #44] b LBB3_5 LBB3_4: mov w8, #-1 str w8, [sp, #44] b LBB3_5 LBB3_5: ldr w0, [sp, #44] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _pickPlagPair ; -- Begin function pickPlagPair .p2align 2 _pickPlagPair: ; @pickPlagPair .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, #52199 movk x8, #57365, lsl #16 movk x8, #4604, lsl #32 str x8, [sp, #24] ; 8-byte Folded Spill stur x0, [x29, #-16] stur w1, [x29, #-20] stur w2, [x29, #-24] stur wzr, [x29, #-28] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_6 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr x11, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldursw x9, [x29, #-28] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #24] adrp x9, _powd@PAGE ldr x9, [x9, _powd@PAGEOFF] ldur x10, [x29, #-16] ldursw x12, [x29, #-28] ldr x10, [x10, x12, lsl #3] ldr x10, [x10] ldursw x12, [x29, #-24] ldrsb x10, [x10, x12] mul x9, x9, x10 sdiv x10, x9, x11 mul x10, x10, x11 subs x9, x9, x10 subs x8, x8, x9 ldur x9, [x29, #-16] ldursw x10, [x29, #-28] ldr x9, [x9, x10, lsl #3] str x8, [x9, #16] ldur x8, [x29, #-16] ldursw x9, [x29, #-28] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldr x10, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldursw x9, [x29, #-28] ldr x9, [x8, x9, lsl #3] ldr x8, [x9, #16] add x8, x8, x10 str x8, [x9, #16] b LBB4_4 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 b LBB4_5 LBB4_5: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB4_1 LBB4_6: ldur x0, [x29, #-16] ldursw x1, [x29, #-20] mov x2, #8 adrp x3, _compare_magic@PAGE add x3, x3, _compare_magic@PAGEOFF bl _qsort mov w8, #1 str w8, [sp, #32] b LBB4_7 LBB4_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #32] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_12 b LBB4_8 LBB4_8: ; in Loop: Header=BB4_7 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #32] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #16] ldur x9, [x29, #-16] ldr w10, [sp, #32] subs w10, w10, #1 ldr x9, [x9, w10, sxtw #3] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB4_10 b LBB4_9 LBB4_9: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur x8, [x29, #-16] ldrsw x9, [sp, #32] ldr x8, [x8, x9, lsl #3] ldr w8, [x8, #8] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-16] ldr w9, [sp, #32] subs w9, w9, #1 ldr x8, [x8, w9, sxtw #3] ldr w9, [x8, #8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x11, [sp, #24] ; 8-byte Folded Reload adrp x9, _powd@PAGE ldr x8, [x9, _powd@PAGEOFF] mov x10, #163 mul x8, x8, x10 sdiv x10, x8, x11 mul x10, x10, x11 subs x8, x8, x10 str x8, [x9, _powd@PAGEOFF] mov w8, #1 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB4_13 LBB4_10: ; in Loop: Header=BB4_7 Depth=1 b LBB4_11 LBB4_11: ; in Loop: Header=BB4_7 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB4_7 LBB4_12: ldr x11, [sp, #24] ; 8-byte Folded Reload adrp x9, _powd@PAGE ldr x8, [x9, _powd@PAGEOFF] mov x10, #163 mul x8, x8, x10 sdiv x10, x8, x11 mul x10, x10, x11 subs x8, x8, x10 str x8, [x9, _powd@PAGEOFF] mov w8, #0 and w8, w8, #0x1 and w8, w8, #0x1 sturb w8, [x29, #-1] b LBB4_13 LBB4_13: ldurb w8, [x29, #-1] and w0, w8, #0x1 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _countPlagPairs ; -- Begin function countPlagPairs .p2align 2 _countPlagPairs: ; @countPlagPairs .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 x8, #52199 movk x8, #57365, lsl #16 movk x8, #4604, lsl #32 str x8, [sp] ; 8-byte Folded Spill stur x0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] str xzr, [sp, #24] str xzr, [sp, #16] str wzr, [sp, #12] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_6 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldr x11, [sp] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #24] adrp x9, _powd@PAGE ldr x9, [x9, _powd@PAGEOFF] ldur x10, [x29, #-8] ldrsw x12, [sp, #12] ldr x10, [x10, x12, lsl #3] ldr x10, [x10] ldursw x12, [x29, #-16] ldrsb x10, [x10, x12] mul x9, x9, x10 sdiv x10, x9, x11 mul x10, x10, x11 subs x9, x9, x10 subs x8, x8, x9 ldur x9, [x29, #-8] ldrsw x10, [sp, #12] ldr x9, [x9, x10, lsl #3] str x8, [x9, #16] ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB5_4 b LBB5_3 LBB5_3: ; in Loop: Header=BB5_1 Depth=1 ldr x10, [sp] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr x9, [x8, x9, lsl #3] ldr x8, [x9, #16] add x8, x8, x10 str x8, [x9, #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: ldur x0, [x29, #-8] ldursw x1, [x29, #-12] mov x2, #8 adrp x3, _compare_magic@PAGE add x3, x3, _compare_magic@PAGEOFF bl _qsort mov w8, #1 str w8, [sp, #8] b LBB5_7 LBB5_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_21 b LBB5_8 LBB5_8: ; in Loop: Header=BB5_7 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #8] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #16] ldur x9, [x29, #-8] ldr w10, [sp, #8] subs w10, w10, #1 ldr x9, [x9, w10, sxtw #3] ldr x9, [x9, #16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB5_13 b LBB5_9 LBB5_9: ; in Loop: Header=BB5_7 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB5_11 b LBB5_10 LBB5_10: ; in Loop: Header=BB5_7 Depth=1 mov x8, #2 str x8, [sp, #16] b LBB5_12 LBB5_11: ; in Loop: Header=BB5_7 Depth=1 ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB5_12 LBB5_12: ; in Loop: Header=BB5_7 Depth=1 b LBB5_16 LBB5_13: ; in Loop: Header=BB5_7 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_15 b LBB5_14 LBB5_14: ; in Loop: Header=BB5_7 Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #16] subs x9, x9, #1 mul x8, x8, x9 mov x9, #2 sdiv x9, x8, x9 ldr x8, [sp, #24] add x8, x8, x9 str x8, [sp, #24] str xzr, [sp, #16] b LBB5_15 LBB5_15: ; in Loop: Header=BB5_7 Depth=1 b LBB5_16 LBB5_16: ; in Loop: Header=BB5_7 Depth=1 ldr w8, [sp, #8] ldur w9, [x29, #-12] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB5_19 b LBB5_17 LBB5_17: ; in Loop: Header=BB5_7 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_19 b LBB5_18 LBB5_18: ; in Loop: Header=BB5_7 Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #16] subs x9, x9, #1 mul x8, x8, x9 mov x9, #2 sdiv x9, x8, x9 ldr x8, [sp, #24] add x8, x8, x9 str x8, [sp, #24] str xzr, [sp, #16] b LBB5_19 LBB5_19: ; in Loop: Header=BB5_7 Depth=1 b LBB5_20 LBB5_20: ; in Loop: Header=BB5_7 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB5_7 LBB5_21: ldr x11, [sp] ; 8-byte Folded Reload adrp x9, _powd@PAGE ldr x8, [x9, _powd@PAGEOFF] mov x10, #163 mul x8, x8, x10 sdiv x10, x8, x11 mul x10, x10, x11 subs x8, x8, x10 str x8, [x9, _powd@PAGEOFF] ldr x0, [sp, #24] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _countPlagPairs_original ; -- Begin function countPlagPairs_original .p2align 2 _countPlagPairs_original: ; @countPlagPairs_original .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] str xzr, [sp, #24] str xzr, [sp, #16] ldur x0, [x29, #-8] ldursw x1, [x29, #-12] mov x2, #8 adrp x3, _compare_magic_original@PAGE add x3, x3, _compare_magic_original@PAGEOFF bl _qsort mov w8, #1 str w8, [sp, #12] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_15 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldr x8, [x8, #24] ldur x9, [x29, #-8] ldr w10, [sp, #12] subs w10, w10, #1 ldr x9, [x9, w10, sxtw #3] ldr x9, [x9, #24] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB6_7 b LBB6_3 LBB6_3: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB6_5 b LBB6_4 LBB6_4: ; in Loop: Header=BB6_1 Depth=1 mov x8, #2 str x8, [sp, #16] b LBB6_6 LBB6_5: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB6_6 LBB6_6: ; in Loop: Header=BB6_1 Depth=1 b LBB6_10 LBB6_7: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB6_9 b LBB6_8 LBB6_8: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #16] subs x9, x9, #1 mul x8, x8, x9 mov x9, #2 sdiv x9, x8, x9 ldr x8, [sp, #24] add x8, x8, x9 str x8, [sp, #24] str xzr, [sp, #16] b LBB6_9 LBB6_9: ; in Loop: Header=BB6_1 Depth=1 b LBB6_10 LBB6_10: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-12] subs w9, w9, #1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB6_13 b LBB6_11 LBB6_11: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB6_13 b LBB6_12 LBB6_12: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #16] subs x9, x9, #1 mul x8, x8, x9 mov x9, #2 sdiv x9, x8, x9 ldr x8, [sp, #24] add x8, x8, x9 str x8, [sp, #24] str xzr, [sp, #16] b LBB6_13 LBB6_13: ; in Loop: Header=BB6_1 Depth=1 b LBB6_14 LBB6_14: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB6_1 LBB6_15: ldr x0, [sp, #24] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov 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] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf ldursw x0, [x29, #-8] mov x1, #8 bl _calloc stur x0, [x29, #-24] stur wzr, [x29, #-28] b LBB7_1 LBB7_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_4 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 ldur w8, [x29, #-12] add w0, w8, #1 bl _init ldur x8, [x29, #-24] ldursw x9, [x29, #-28] str x0, [x8, x9, lsl #3] ldur w8, [x29, #-28] ldur x9, [x29, #-24] ldursw x10, [x29, #-28] ldr x9, [x9, x10, lsl #3] str w8, [x9, #8] b LBB7_3 LBB7_3: ; in Loop: Header=BB7_1 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB7_1 LBB7_4: stur wzr, [x29, #-32] b LBB7_5 LBB7_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-32] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_8 b LBB7_6 LBB7_6: ; in Loop: Header=BB7_5 Depth=1 ldur x8, [x29, #-24] ldursw x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf b LBB7_7 LBB7_7: ; in Loop: Header=BB7_5 Depth=1 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB7_5 LBB7_8: ldur x0, [x29, #-24] ldur w1, [x29, #-8] ldur w2, [x29, #-12] bl _calculate_rk_original ldur x0, [x29, #-24] ldursw x1, [x29, #-8] mov x2, #8 adrp x3, _compare_magic@PAGE add x3, x3, _compare_magic@PAGEOFF bl _qsort ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB7_22 b LBB7_9 LBB7_9: ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB7_11 b LBB7_10 LBB7_10: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB7_21 LBB7_11: ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-36] b LBB7_12 LBB7_12: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB7_20 b LBB7_13 LBB7_13: ; in Loop: Header=BB7_12 Depth=1 ldur x0, [x29, #-24] ldur w1, [x29, #-8] ldur w2, [x29, #-36] bl _pickPlagPair tbz w0, #0, LBB7_15 b LBB7_14 LBB7_14: b LBB7_20 LBB7_15: ; in Loop: Header=BB7_12 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB7_18 b LBB7_16 LBB7_16: ; in Loop: Header=BB7_12 Depth=1 ldur x0, [x29, #-24] ldur w1, [x29, #-8] ldur w2, [x29, #-36] bl _pickPlagPair tbnz w0, #0, LBB7_18 b LBB7_17 LBB7_17: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB7_20 LBB7_18: ; in Loop: Header=BB7_12 Depth=1 b LBB7_19 LBB7_19: ; in Loop: Header=BB7_12 Depth=1 ldur w8, [x29, #-36] subs w8, w8, #1 stur w8, [x29, #-36] b LBB7_12 LBB7_20: b LBB7_21 LBB7_21: b LBB7_30 LBB7_22: str xzr, [sp, #32] ldur w8, [x29, #-12] subs w8, w8, #1 str w8, [sp, #28] b LBB7_23 LBB7_23: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB7_26 b LBB7_24 LBB7_24: ; in Loop: Header=BB7_23 Depth=1 ldur x0, [x29, #-24] ldur w1, [x29, #-8] ldr w2, [sp, #28] bl _countPlagPairs ldr x8, [sp, #32] add x8, x8, x0 str x8, [sp, #32] b LBB7_25 LBB7_25: ; in Loop: Header=BB7_23 Depth=1 ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #28] b LBB7_23 LBB7_26: ldur x0, [x29, #-24] ldur w1, [x29, #-8] bl _countPlagPairs_original ldur w8, [x29, #-12] subs w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 mul x9, x0, x8 ldr x8, [sp, #32] subs x8, x8, x9 str x8, [sp, #32] ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB7_28 b LBB7_27 LBB7_27: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB7_29 LBB7_28: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #32] mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB7_29 LBB7_29: b LBB7_30 LBB7_30: mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__const .globl _D ; @D .p2align 3 _D: .quad 163 ; 0xa3 .globl _Q ; @Q .p2align 3 _Q: .quad 19777788955623 ; 0x11fce015cbe7 .section __DATA,__data .globl _powd ; @powd .p2align 3 _powd: .quad 1 ; 0x1 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Yes\n" l_.str.1: ; @.str.1 .asciz "%d %d\n" l_.str.2: ; @.str.2 .asciz "%d %d %d" l_.str.3: ; @.str.3 .asciz "%s" l_.str.4: ; @.str.4 .asciz "No\n" l_.str.5: ; @.str.5 .asciz "%lld\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 subq $16, %rsp movl %edi, -4(%rbp) movl $1, %edi movl $32, %esi callq _calloc movq %rax, -16(%rbp) movslq -4(%rbp), %rdi movl $1, %esi callq _calloc movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rax movl $-1, 8(%rax) movq -16(%rbp), %rax movq $0, 16(%rax) movq -16(%rbp), %rax movq $0, 24(%rax) movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _calculate_rk_original ## -- Begin function calculate_rk_original .p2align 4, 0x90 _calculate_rk_original: ## @calculate_rk_original .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl $0, -20(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 movl -20(%rbp), %eax cmpl -12(%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 -16(%rbp), %eax jge LBB1_6 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax imulq $163, 24(%rax), %rax movabsq $19777788955623, %rcx ## imm = 0x11FCE015CBE7 cqto idivq %rcx movq -8(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rdx, 24(%rax) movq -8(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsbq (%rax,%rcx), %rcx movq -8(%rbp), %rax movslq -20(%rbp), %rdx movq (%rax,%rdx,8), %rax addq 24(%rax), %rcx movq %rcx, 24(%rax) ## %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 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 24(%rax), %rcx movq -8(%rbp), %rax movslq -20(%rbp), %rdx movq (%rax,%rdx,8), %rax movq %rcx, 16(%rax) ## %bb.7: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_1 LBB1_8: popq %rbp retq .cfi_endproc ## -- End function .globl _compare_magic ## -- Begin function compare_magic .p2align 4, 0x90 _compare_magic: ## @compare_magic .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movq 16(%rax), %rax movq -40(%rbp), %rcx subq 16(%rcx), %rax movq %rax, -48(%rbp) cmpq $0, -48(%rbp) jle LBB2_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB2_5 LBB2_2: cmpq $0, -48(%rbp) jne LBB2_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB2_5 LBB2_4: movl $-1, -4(%rbp) LBB2_5: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _compare_magic_original ## -- Begin function compare_magic_original .p2align 4, 0x90 _compare_magic_original: ## @compare_magic_original .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rax movq (%rax), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movq 24(%rax), %rax movq -40(%rbp), %rcx subq 24(%rcx), %rax movq %rax, -48(%rbp) cmpq $0, -48(%rbp) jle LBB3_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB3_5 LBB3_2: cmpq $0, -48(%rbp) jne LBB3_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB3_5 LBB3_4: movl $-1, -4(%rbp) LBB3_5: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _pickPlagPair ## -- Begin function pickPlagPair .p2align 4, 0x90 _pickPlagPair: ## @pickPlagPair .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 $0, -28(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -20(%rbp), %eax jge LBB4_6 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 24(%rax), %rcx movq _powd(%rip), %rax movq -16(%rbp), %rdx movslq -28(%rbp), %rsi movq (%rdx,%rsi,8), %rdx movq (%rdx), %rdx movslq -24(%rbp), %rsi movsbq (%rdx,%rsi), %rdx imulq %rdx, %rax movabsq $19777788955623, %rsi ## imm = 0x11FCE015CBE7 cqto idivq %rsi subq %rdx, %rcx movq -16(%rbp), %rax movslq -28(%rbp), %rdx movq (%rax,%rdx,8), %rax movq %rcx, 16(%rax) movq -16(%rbp), %rax movslq -28(%rbp), %rcx movq (%rax,%rcx,8), %rax cmpq $0, 16(%rax) jge LBB4_4 ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movq (%rax,%rcx,8), %rax movabsq $19777788955623, %rcx ## imm = 0x11FCE015CBE7 addq 16(%rax), %rcx movq %rcx, 16(%rax) LBB4_4: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_5 LBB4_5: ## in Loop: Header=BB4_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB4_1 LBB4_6: movq -16(%rbp), %rdi movslq -20(%rbp), %rsi movl $8, %edx leaq _compare_magic(%rip), %rcx callq _qsort movl $1, -32(%rbp) LBB4_7: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl -20(%rbp), %eax jge LBB4_12 ## %bb.8: ## in Loop: Header=BB4_7 Depth=1 movq -16(%rbp), %rax movslq -32(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 16(%rax), %rax movq -16(%rbp), %rcx movl -32(%rbp), %edx subl $1, %edx movslq %edx, %rdx movq (%rcx,%rdx,8), %rcx cmpq 16(%rcx), %rax jne LBB4_10 ## %bb.9: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movslq -32(%rbp), %rcx movq (%rax,%rcx,8), %rax movl 8(%rax), %esi movq -16(%rbp), %rax movl -32(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movl 8(%rax), %edx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf imulq $163, _powd(%rip), %rax movabsq $19777788955623, %rcx ## imm = 0x11FCE015CBE7 cqto idivq %rcx movq %rdx, _powd(%rip) movb $1, -1(%rbp) jmp LBB4_13 LBB4_10: ## in Loop: Header=BB4_7 Depth=1 jmp LBB4_11 LBB4_11: ## in Loop: Header=BB4_7 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB4_7 LBB4_12: imulq $163, _powd(%rip), %rax movabsq $19777788955623, %rcx ## imm = 0x11FCE015CBE7 cqto idivq %rcx movq %rdx, _powd(%rip) movb $0, -1(%rbp) LBB4_13: movb -1(%rbp), %al andb $1, %al movzbl %al, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _countPlagPairs ## -- Begin function countPlagPairs .p2align 4, 0x90 _countPlagPairs: ## @countPlagPairs .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movq $0, -24(%rbp) movq $0, -32(%rbp) movl $0, -36(%rbp) LBB5_1: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -12(%rbp), %eax jge LBB5_6 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movq -8(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 24(%rax), %rcx movq _powd(%rip), %rax movq -8(%rbp), %rdx movslq -36(%rbp), %rsi movq (%rdx,%rsi,8), %rdx movq (%rdx), %rdx movslq -16(%rbp), %rsi movsbq (%rdx,%rsi), %rdx imulq %rdx, %rax movabsq $19777788955623, %rsi ## imm = 0x11FCE015CBE7 cqto idivq %rsi subq %rdx, %rcx movq -8(%rbp), %rax movslq -36(%rbp), %rdx movq (%rax,%rdx,8), %rax movq %rcx, 16(%rax) movq -8(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax cmpq $0, 16(%rax) jge LBB5_4 ## %bb.3: ## in Loop: Header=BB5_1 Depth=1 movq -8(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax movabsq $19777788955623, %rcx ## imm = 0x11FCE015CBE7 addq 16(%rax), %rcx movq %rcx, 16(%rax) LBB5_4: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_5 LBB5_5: ## in Loop: Header=BB5_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB5_1 LBB5_6: movq -8(%rbp), %rdi movslq -12(%rbp), %rsi movl $8, %edx leaq _compare_magic(%rip), %rcx callq _qsort movl $1, -40(%rbp) LBB5_7: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -12(%rbp), %eax jge LBB5_21 ## %bb.8: ## in Loop: Header=BB5_7 Depth=1 movq -8(%rbp), %rax movslq -40(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 16(%rax), %rax movq -8(%rbp), %rcx movl -40(%rbp), %edx subl $1, %edx movslq %edx, %rdx movq (%rcx,%rdx,8), %rcx cmpq 16(%rcx), %rax jne LBB5_13 ## %bb.9: ## in Loop: Header=BB5_7 Depth=1 cmpq $0, -32(%rbp) jne LBB5_11 ## %bb.10: ## in Loop: Header=BB5_7 Depth=1 movq $2, -32(%rbp) jmp LBB5_12 LBB5_11: ## in Loop: Header=BB5_7 Depth=1 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) LBB5_12: ## in Loop: Header=BB5_7 Depth=1 jmp LBB5_16 LBB5_13: ## in Loop: Header=BB5_7 Depth=1 cmpq $0, -32(%rbp) je LBB5_15 ## %bb.14: ## in Loop: Header=BB5_7 Depth=1 movq -32(%rbp), %rax movq -32(%rbp), %rcx subq $1, %rcx imulq %rcx, %rax movl $2, %ecx cqto idivq %rcx addq -24(%rbp), %rax movq %rax, -24(%rbp) movq $0, -32(%rbp) LBB5_15: ## in Loop: Header=BB5_7 Depth=1 jmp LBB5_16 LBB5_16: ## in Loop: Header=BB5_7 Depth=1 movl -40(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB5_19 ## %bb.17: ## in Loop: Header=BB5_7 Depth=1 cmpq $0, -32(%rbp) je LBB5_19 ## %bb.18: ## in Loop: Header=BB5_7 Depth=1 movq -32(%rbp), %rax movq -32(%rbp), %rcx subq $1, %rcx imulq %rcx, %rax movl $2, %ecx cqto idivq %rcx addq -24(%rbp), %rax movq %rax, -24(%rbp) movq $0, -32(%rbp) LBB5_19: ## in Loop: Header=BB5_7 Depth=1 jmp LBB5_20 LBB5_20: ## in Loop: Header=BB5_7 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB5_7 LBB5_21: imulq $163, _powd(%rip), %rax movabsq $19777788955623, %rcx ## imm = 0x11FCE015CBE7 cqto idivq %rcx movq %rdx, _powd(%rip) movq -24(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _countPlagPairs_original ## -- Begin function countPlagPairs_original .p2align 4, 0x90 _countPlagPairs_original: ## @countPlagPairs_original .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq $0, -24(%rbp) movq $0, -32(%rbp) movq -8(%rbp), %rdi movslq -12(%rbp), %rsi movl $8, %edx leaq _compare_magic_original(%rip), %rcx callq _qsort movl $1, -36(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -12(%rbp), %eax jge LBB6_15 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -8(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax movq 24(%rax), %rax movq -8(%rbp), %rcx movl -36(%rbp), %edx subl $1, %edx movslq %edx, %rdx movq (%rcx,%rdx,8), %rcx cmpq 24(%rcx), %rax jne LBB6_7 ## %bb.3: ## in Loop: Header=BB6_1 Depth=1 cmpq $0, -32(%rbp) jne LBB6_5 ## %bb.4: ## in Loop: Header=BB6_1 Depth=1 movq $2, -32(%rbp) jmp LBB6_6 LBB6_5: ## in Loop: Header=BB6_1 Depth=1 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) LBB6_6: ## in Loop: Header=BB6_1 Depth=1 jmp LBB6_10 LBB6_7: ## in Loop: Header=BB6_1 Depth=1 cmpq $0, -32(%rbp) je LBB6_9 ## %bb.8: ## in Loop: Header=BB6_1 Depth=1 movq -32(%rbp), %rax movq -32(%rbp), %rcx subq $1, %rcx imulq %rcx, %rax movl $2, %ecx cqto idivq %rcx addq -24(%rbp), %rax movq %rax, -24(%rbp) movq $0, -32(%rbp) LBB6_9: ## in Loop: Header=BB6_1 Depth=1 jmp LBB6_10 LBB6_10: ## in Loop: Header=BB6_1 Depth=1 movl -36(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx cmpl %ecx, %eax jne LBB6_13 ## %bb.11: ## in Loop: Header=BB6_1 Depth=1 cmpq $0, -32(%rbp) je LBB6_13 ## %bb.12: ## in Loop: Header=BB6_1 Depth=1 movq -32(%rbp), %rax movq -32(%rbp), %rcx subq $1, %rcx imulq %rcx, %rax movl $2, %ecx cqto idivq %rcx addq -24(%rbp), %rax movq %rax, -24(%rbp) movq $0, -32(%rbp) LBB6_13: ## in Loop: Header=BB6_1 Depth=1 jmp LBB6_14 LBB6_14: ## in Loop: Header=BB6_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB6_1 LBB6_15: movq -24(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl $0, -4(%rbp) leaq L_.str.2(%rip), %rdi leaq -8(%rbp), %rsi leaq -12(%rbp), %rdx leaq -16(%rbp), %rcx movb $0, %al callq _scanf movslq -8(%rbp), %rdi movl $8, %esi callq _calloc movq %rax, -24(%rbp) movl $0, -28(%rbp) LBB7_1: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax cmpl -8(%rbp), %eax jge LBB7_4 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movl -12(%rbp), %edi addl $1, %edi callq _init movq %rax, %rdx movq -24(%rbp), %rax movslq -28(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movl -28(%rbp), %ecx movq -24(%rbp), %rax movslq -28(%rbp), %rdx movq (%rax,%rdx,8), %rax movl %ecx, 8(%rax) ## %bb.3: ## in Loop: Header=BB7_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB7_1 LBB7_4: movl $0, -32(%rbp) LBB7_5: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl -8(%rbp), %eax jge LBB7_8 ## %bb.6: ## in Loop: Header=BB7_5 Depth=1 movq -24(%rbp), %rax movslq -32(%rbp), %rcx movq (%rax,%rcx,8), %rax movq (%rax), %rsi leaq L_.str.3(%rip), %rdi movb $0, %al callq _scanf ## %bb.7: ## in Loop: Header=BB7_5 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB7_5 LBB7_8: movq -24(%rbp), %rdi movl -8(%rbp), %esi movl -12(%rbp), %edx callq _calculate_rk_original movq -24(%rbp), %rdi movslq -8(%rbp), %rsi movl $8, %edx leaq _compare_magic(%rip), %rcx callq _qsort cmpl $0, -16(%rbp) jne LBB7_22 ## %bb.9: cmpl $1, -8(%rbp) jne LBB7_11 ## %bb.10: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB7_21 LBB7_11: movl -12(%rbp), %eax subl $1, %eax movl %eax, -36(%rbp) LBB7_12: ## =>This Inner Loop Header: Depth=1 cmpl $0, -36(%rbp) jl LBB7_20 ## %bb.13: ## in Loop: Header=BB7_12 Depth=1 movq -24(%rbp), %rdi movl -8(%rbp), %esi movl -36(%rbp), %edx callq _pickPlagPair testb $1, %al jne LBB7_14 jmp LBB7_15 LBB7_14: jmp LBB7_20 LBB7_15: ## in Loop: Header=BB7_12 Depth=1 cmpl $0, -36(%rbp) jne LBB7_18 ## %bb.16: ## in Loop: Header=BB7_12 Depth=1 movq -24(%rbp), %rdi movl -8(%rbp), %esi movl -36(%rbp), %edx callq _pickPlagPair testb $1, %al jne LBB7_18 ## %bb.17: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB7_20 LBB7_18: ## in Loop: Header=BB7_12 Depth=1 jmp LBB7_19 LBB7_19: ## in Loop: Header=BB7_12 Depth=1 movl -36(%rbp), %eax addl $-1, %eax movl %eax, -36(%rbp) jmp LBB7_12 LBB7_20: jmp LBB7_21 LBB7_21: jmp LBB7_30 LBB7_22: movq $0, -48(%rbp) movl -12(%rbp), %eax subl $1, %eax movl %eax, -52(%rbp) LBB7_23: ## =>This Inner Loop Header: Depth=1 cmpl $0, -52(%rbp) jl LBB7_26 ## %bb.24: ## in Loop: Header=BB7_23 Depth=1 movq -24(%rbp), %rdi movl -8(%rbp), %esi movl -52(%rbp), %edx callq _countPlagPairs addq -48(%rbp), %rax movq %rax, -48(%rbp) ## %bb.25: ## in Loop: Header=BB7_23 Depth=1 movl -52(%rbp), %eax addl $-1, %eax movl %eax, -52(%rbp) jmp LBB7_23 LBB7_26: movq -24(%rbp), %rdi movl -8(%rbp), %esi callq _countPlagPairs_original movq %rax, %rcx movl -12(%rbp), %eax subl $1, %eax cltq imulq %rax, %rcx movq -48(%rbp), %rax subq %rcx, %rax movq %rax, -48(%rbp) cmpq $0, -48(%rbp) jne LBB7_28 ## %bb.27: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB7_29 LBB7_28: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq -48(%rbp), %rsi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB7_29: jmp LBB7_30 LBB7_30: xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .globl _D ## @D .p2align 3 _D: .quad 163 ## 0xa3 .globl _Q ## @Q .p2align 3 _Q: .quad 19777788955623 ## 0x11fce015cbe7 .section __DATA,__data .globl _powd ## @powd .p2align 3 _powd: .quad 1 ## 0x1 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Yes\n" L_.str.1: ## @.str.1 .asciz "%d %d\n" L_.str.2: ## @.str.2 .asciz "%d %d %d" L_.str.3: ## @.str.3 .asciz "%s" L_.str.4: ## @.str.4 .asciz "No\n" L_.str.5: ## @.str.5 .asciz "%lld\n" .subsections_via_symbols
the_stack_data/173578213.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/29824741.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _json_init ; -- Begin function json_init .p2align 2 _json_init: ; @json_init .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, _JSON_List_Open@PAGE ldr x0, [x8, _JSON_List_Open@PAGEOFF] bl _strdup str x0, [sp] str wzr, [sp, #8] ldr x0, [sp] ldr x1, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _json_finish ; -- Begin function json_finish .p2align 2 _json_finish: ; @json_finish .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] adrp x8, _JSON_List_Close@PAGE ldr x1, [x8, _JSON_List_Close@PAGEOFF] bl _str_append ldr x8, [sp, #8] ldr x0, [x8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function str_append _str_append: ; @str_append .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, #-8] ldr x0, [x8] bl _strlen str x0, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _strlen mov x8, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload add x8, x0, x8 mov x0, #1 add x1, x8, #1 bl _calloc str x0, [sp, #24] ldr x0, [sp, #24] ldur x8, [x29, #-8] ldr x1, [x8] mov x2, #-1 str x2, [sp, #16] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #24] ldur x1, [x29, #-16] bl ___strcat_chk ldur x8, [x29, #-8] ldr x0, [x8] bl _free ldr x8, [sp, #24] ldur x9, [x29, #-8] str x8, [x9] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _json_open_array ; -- Begin function json_open_array .p2align 2 _json_open_array: ; @json_open_array .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 x9, [sp, #8] ldr w8, [x9, #8] lsl w8, w8, #1 str w8, [x9, #8] ldr x0, [sp, #8] adrp x8, _JSON_Array_Open@PAGE ldr x1, [x8, _JSON_Array_Open@PAGEOFF] bl _str_append ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _json_close_array ; -- Begin function json_close_array .p2align 2 _json_close_array: ; @json_close_array .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 x9, [sp, #8] ldr w8, [x9, #8] lsr w8, w8, #1 str w8, [x9, #8] ldr x0, [sp, #8] adrp x8, _JSON_Array_Close@PAGE ldr x1, [x8, _JSON_Array_Close@PAGEOFF] bl _str_append ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _json_open_list ; -- Begin function json_open_list .p2align 2 _json_open_list: ; @json_open_list .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 x9, [sp, #8] ldr w8, [x9, #8] lsl w8, w8, #1 str w8, [x9, #8] ldr x0, [sp, #8] adrp x8, _JSON_List_Open@PAGE ldr x1, [x8, _JSON_List_Open@PAGEOFF] bl _str_append ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _json_close_list ; -- Begin function json_close_list .p2align 2 _json_close_list: ; @json_close_list .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 x9, [sp, #8] ldr w8, [x9, #8] lsr w8, w8, #1 str w8, [x9, #8] ldr x0, [sp, #8] adrp x8, _JSON_List_Close@PAGE ldr x1, [x8, _JSON_List_Close@PAGEOFF] bl _str_append ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _json_value ; -- Begin function json_value .p2align 2 _json_value: ; @json_value .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 _str_append ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _json_string ; -- Begin function json_string .p2align 2 _json_string: ; @json_string .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] adrp x0, _JSON_String@PAGE add x0, x0, _JSON_String@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _strlen str x0, [sp, #16] ; 8-byte Folded Spill ldur x0, [x29, #-16] bl _strlen mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload add x8, x0, x8 mov x0, #1 add x8, x8, #1 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-20] ldursw x1, [x29, #-20] bl _calloc ldr x4, [sp, #24] ; 8-byte Folded Reload str x0, [sp, #32] ldr x0, [sp, #32] ldursw x1, [x29, #-20] ldur x8, [x29, #-16] mov x9, sp str x8, [x9] mov w2, #0 mov x3, #-1 bl ___snprintf_chk ldur x0, [x29, #-8] ldr x1, [sp, #32] bl _json_value ldr x0, [sp, #32] bl _free ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _json_key ; -- Begin function json_key .p2align 2 _json_key: ; @json_key .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 x8, [sp, #8] ldr w8, [x8, #8] ands w8, w8, #0x1 cset w8, eq tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: ldr x0, [sp, #8] adrp x8, _JSON_Comma@PAGE ldr x1, [x8, _JSON_Comma@PAGEOFF] bl _str_append b LBB9_3 LBB9_2: ldr x9, [sp, #8] ldr w8, [x9, #8] orr w8, w8, #0x1 str w8, [x9, #8] b LBB9_3 LBB9_3: ldr x0, [sp, #8] ldr x2, [sp] adrp x1, _JSON_Key@PAGE add x1, x1, _JSON_Key@PAGEOFF bl _pfstr_append ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function pfstr_append _pfstr_append: ; @pfstr_append .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] mov x0, #0 bl _malloc mov x8, x0 mov x0, sp str x8, [sp] ldr x1, [sp, #16] ldr x2, [sp, #8] bl _pfstr ldur x0, [x29, #-8] ldr x1, [sp] bl _str_append ldr x0, [sp] bl _free ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function pfstr _pfstr: ; @pfstr .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] ldur x0, [x29, #-16] bl _strlen str x0, [sp, #16] ; 8-byte Folded Spill ldur x0, [x29, #-24] bl _strlen mov x8, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload add x8, x0, x8 mov x0, #1 add x8, x8, #1 ; kill: def $w8 killed $w8 killed $x8 stur w8, [x29, #-28] ldursw x1, [x29, #-28] bl _calloc str x0, [sp, #24] ldr x0, [sp, #24] ldursw x1, [x29, #-28] ldur x4, [x29, #-16] ldur x8, [x29, #-24] mov x9, sp str x8, [x9] mov w2, #0 mov x3, #-1 bl ___snprintf_chk ldur x8, [x29, #-8] ldr x0, [x8] bl _free ldr x8, [sp, #24] ldur x9, [x29, #-8] str x8, [x9] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __DATA,__data .p2align 3 ; @JSON_List_Open _JSON_List_Open: .quad l_.str .p2align 3 ; @JSON_List_Close _JSON_List_Close: .quad l_.str.1 .p2align 3 ; @JSON_Array_Open _JSON_Array_Open: .quad l_.str.2 .p2align 3 ; @JSON_Array_Close _JSON_Array_Close: .quad l_.str.3 .section __TEXT,__const _JSON_String: ; @JSON_String .asciz "\"%s\"" .section __DATA,__data .p2align 3 ; @JSON_Comma _JSON_Comma: .quad l_.str.4 .section __TEXT,__const _JSON_Key: ; @JSON_Key .asciz "\"%s\":" .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "{" l_.str.1: ; @.str.1 .asciz "}" l_.str.2: ; @.str.2 .asciz "[" l_.str.3: ; @.str.3 .asciz "]" l_.str.4: ; @.str.4 .asciz "," .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _json_init ## -- Begin function json_init .p2align 4, 0x90 _json_init: ## @json_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 _JSON_List_Open(%rip), %rdi callq _strdup movq %rax, -16(%rbp) movl $0, -8(%rbp) movq -16(%rbp), %rax movl -8(%rbp), %edx addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _json_finish ## -- Begin function json_finish .p2align 4, 0x90 _json_finish: ## @json_finish .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 movq _JSON_List_Close(%rip), %rsi callq _str_append movq -8(%rbp), %rax movq (%rax), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function str_append _str_append: ## @str_append .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rdi callq _strlen movq %rax, -32(%rbp) ## 8-byte Spill movq -16(%rbp), %rdi callq _strlen movq -32(%rbp), %rsi ## 8-byte Reload addq %rax, %rsi addq $1, %rsi movl $1, %edi callq _calloc movq %rax, -24(%rbp) movq -24(%rbp), %rdi movq -8(%rbp), %rax movq (%rax), %rsi movq $-1, %rdx callq ___strcat_chk movq -24(%rbp), %rdi movq -16(%rbp), %rsi movq $-1, %rdx callq ___strcat_chk movq -8(%rbp), %rax movq (%rax), %rdi callq _free movq -24(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _json_open_array ## -- Begin function json_open_array .p2align 4, 0x90 _json_open_array: ## @json_open_array .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl 8(%rax), %ecx shll $1, %ecx movl %ecx, 8(%rax) movq -8(%rbp), %rdi movq _JSON_Array_Open(%rip), %rsi callq _str_append addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _json_close_array ## -- Begin function json_close_array .p2align 4, 0x90 _json_close_array: ## @json_close_array .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl 8(%rax), %ecx shrl $1, %ecx movl %ecx, 8(%rax) movq -8(%rbp), %rdi movq _JSON_Array_Close(%rip), %rsi callq _str_append addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _json_open_list ## -- Begin function json_open_list .p2align 4, 0x90 _json_open_list: ## @json_open_list .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl 8(%rax), %ecx shll $1, %ecx movl %ecx, 8(%rax) movq -8(%rbp), %rdi movq _JSON_List_Open(%rip), %rsi callq _str_append addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _json_close_list ## -- Begin function json_close_list .p2align 4, 0x90 _json_close_list: ## @json_close_list .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movl 8(%rax), %ecx shrl $1, %ecx movl %ecx, 8(%rax) movq -8(%rbp), %rdi movq _JSON_List_Close(%rip), %rsi callq _str_append addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _json_value ## -- Begin function json_value .p2align 4, 0x90 _json_value: ## @json_value .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 _str_append addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _json_string ## -- Begin function json_string .p2align 4, 0x90 _json_string: ## @json_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 $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) leaq _JSON_String(%rip), %rdi callq _strlen movq %rax, -40(%rbp) ## 8-byte Spill movq -16(%rbp), %rdi callq _strlen movq %rax, %rcx movq -40(%rbp), %rax ## 8-byte Reload addq %rcx, %rax addq $1, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -20(%rbp) movslq -20(%rbp), %rsi movl $1, %edi callq _calloc movq %rax, -32(%rbp) movq -32(%rbp), %rdi movslq -20(%rbp), %rsi movq -16(%rbp), %r9 xorl %edx, %edx movq $-1, %rcx leaq _JSON_String(%rip), %r8 movb $0, %al callq ___snprintf_chk movq -8(%rbp), %rdi movq -32(%rbp), %rsi callq _json_value movq -32(%rbp), %rdi callq _free addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _json_key ## -- Begin function json_key .p2align 4, 0x90 _json_key: ## @json_key .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), %rax movl 8(%rax), %eax andl $1, %eax cmpl $0, %eax je LBB9_2 ## %bb.1: movq -8(%rbp), %rdi movq _JSON_Comma(%rip), %rsi callq _str_append jmp LBB9_3 LBB9_2: movq -8(%rbp), %rax movl 8(%rax), %ecx orl $1, %ecx movl %ecx, 8(%rax) LBB9_3: movq -8(%rbp), %rdi movq -16(%rbp), %rdx leaq _JSON_Key(%rip), %rsi callq _pfstr_append addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function pfstr_append _pfstr_append: ## @pfstr_append .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) xorl %eax, %eax movl %eax, %edi callq _malloc movq %rax, -32(%rbp) movq -16(%rbp), %rsi movq -24(%rbp), %rdx leaq -32(%rbp), %rdi callq _pfstr movq -8(%rbp), %rdi movq -32(%rbp), %rsi callq _str_append movq -32(%rbp), %rdi callq _free addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function pfstr _pfstr: ## @pfstr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -16(%rbp), %rdi callq _strlen movq %rax, -48(%rbp) ## 8-byte Spill movq -24(%rbp), %rdi callq _strlen movq %rax, %rcx movq -48(%rbp), %rax ## 8-byte Reload addq %rcx, %rax addq $1, %rax ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) movslq -28(%rbp), %rsi movl $1, %edi callq _calloc movq %rax, -40(%rbp) movq -40(%rbp), %rdi movslq -28(%rbp), %rsi movq -16(%rbp), %r8 movq -24(%rbp), %r9 xorl %edx, %edx movq $-1, %rcx movb $0, %al callq ___snprintf_chk movq -8(%rbp), %rax movq (%rax), %rdi callq _free movq -40(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .p2align 3 ## @JSON_List_Open _JSON_List_Open: .quad L_.str .p2align 3 ## @JSON_List_Close _JSON_List_Close: .quad L_.str.1 .p2align 3 ## @JSON_Array_Open _JSON_Array_Open: .quad L_.str.2 .p2align 3 ## @JSON_Array_Close _JSON_Array_Close: .quad L_.str.3 .section __TEXT,__const _JSON_String: ## @JSON_String .asciz "\"%s\"" .section __DATA,__data .p2align 3 ## @JSON_Comma _JSON_Comma: .quad L_.str.4 .section __TEXT,__const _JSON_Key: ## @JSON_Key .asciz "\"%s\":" .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "{" L_.str.1: ## @.str.1 .asciz "}" L_.str.2: ## @.str.2 .asciz "[" L_.str.3: ## @.str.3 .asciz "]" L_.str.4: ## @.str.4 .asciz "," .subsections_via_symbols
the_stack_data/54825755.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _filecopy ; -- Begin function filecopy .p2align 2 _filecopy: ; @filecopy .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 sub sp, sp, #1024 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str w0, [sp, #12] str w1, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w0, [sp, #12] add x1, sp, #16 mov x2, #1000 bl _read mov x8, x0 mov x9, x0 str w9, [sp, #4] 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 w0, [sp, #8] ldrsw x2, [sp, #4] add x1, sp, #16 bl _write b LBB0_1 LBB0_3: 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_5 b LBB0_4 LBB0_4: bl ___stack_chk_fail LBB0_5: add sp, sp, #1024 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: mov w0, #0 mov w1, #1 bl _filecopy b LBB1_9 LBB1_2: mov w8, #1 str w8, [sp, #12] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_8 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x0, [x8, x9, lsl #3] mov x8, sp str xzr, [x8] mov w1, #0 bl _open str w0, [sp, #8] adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB1_7 LBB1_6: ; in Loop: Header=BB1_3 Depth=1 ldr w0, [sp, #8] mov w1, #1 bl _filecopy ldr w0, [sp, #8] bl _close b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_3 LBB1_8: b LBB1_9 LBB1_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 "cat: can't open %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _filecopy ## -- Begin function filecopy .p2align 4, 0x90 _filecopy: ## @filecopy .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1024, %rsp ## imm = 0x400 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -1012(%rbp) movl %esi, -1016(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -1012(%rbp), %edi leaq -1008(%rbp), %rsi movl $1000, %edx ## imm = 0x3E8 callq _read ## kill: def $eax killed $eax killed $rax movl %eax, -1020(%rbp) cmpl $0, %eax jle LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -1016(%rbp), %edi leaq -1008(%rbp), %rsi movslq -1020(%rbp), %rdx callq _write jmp LBB0_1 LBB0_3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_5 ## %bb.4: addq $1024, %rsp ## imm = 0x400 popq %rbp retq LBB0_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) cmpl $1, -8(%rbp) jne LBB1_2 ## %bb.1: xorl %edi, %edi movl $1, %esi callq _filecopy jmp LBB1_9 LBB1_2: movl $1, -20(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax je LBB1_8 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi xorl %edx, %edx movl %edx, %esi movb $0, %al callq _open movl %eax, -24(%rbp) cmpl $-1, %eax jne LBB1_6 ## %bb.5: ## in Loop: Header=BB1_3 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB1_7 LBB1_6: ## in Loop: Header=BB1_3 Depth=1 movl -24(%rbp), %edi movl $1, %esi callq _filecopy movl -24(%rbp), %edi callq _close LBB1_7: ## in Loop: Header=BB1_3 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_3 LBB1_8: jmp LBB1_9 LBB1_9: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "cat: can't open %s\n" .subsections_via_symbols
the_stack_data/197750.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 mov w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB0_4 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_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_6: ldr w8, [sp, #16] str w8, [sp, #12] ldr w9, [sp, #12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl $1, -24(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -8(%rbp), %eax jg LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf cmpl $0, -12(%rbp) jl LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_5 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_1 LBB0_6: movl -16(%rbp), %eax movl %eax, -20(%rbp) movl -20(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d\n" .subsections_via_symbols
the_stack_data/154531.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] sub x8, x29, #8 str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-16] mov w8, #1 stur w8, [x29, #-20] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _puts 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 w8, [x29, #-8] stur w8, [x29, #-12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_5 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-20] ldur w8, [x29, #-16] add w8, w8, w9 stur w8, [x29, #-16] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] mov w9, #10 sdiv w8, w8, w9 stur w8, [x29, #-12] ldur w8, [x29, #-20] lsl w8, w8, #1 stur w8, [x29, #-20] b LBB0_1 LBB0_5: ldur w8, [x29, #-8] ; implicit-def: $x10 mov x10, x8 ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter a binary number (at most 5 digits)" l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "%d => %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) movl $0, -12(%rbp) movl $0, -16(%rbp) movl $1, -20(%rbp) leaq L_.str(%rip), %rdi callq _puts leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl -8(%rbp), %eax movl %eax, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -12(%rbp) jle LBB0_5 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx je LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl %eax, -12(%rbp) movl -20(%rbp), %eax shll $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_5: movl -8(%rbp), %esi movl -16(%rbp), %edx 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 "Enter a binary number (at most 5 digits)" L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "%d => %d\n" .subsections_via_symbols
the_stack_data/62638490.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 _Cplusplus 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) movb $0, %al callq _Cplusplus xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/95262.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, #480 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str w0, [sp, #212] str x1, [sp, #200] ldr w8, [sp, #212] subs w8, w8, #5 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 mov w0, #-1 bl _exit LBB0_2: ldr x8, [sp, #200] ldr x1, [x8, #8] sub x0, x29, #74 str x0, [sp, #128] ; 8-byte Folded Spill mov x2, #50 str x2, [sp, #120] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #120] ; 8-byte Folded Reload ldr x8, [sp, #200] ldr x1, [x8, #16] sub x0, x29, #124 bl ___strcpy_chk ldr x2, [sp, #120] ; 8-byte Folded Reload ldr x8, [sp, #200] ldr x1, [x8, #24] sub x0, x29, #174 bl ___strcpy_chk ldr x8, [sp, #200] ldr x0, [x8, #32] bl _atoi mov x8, x0 ldr x0, [sp, #128] ; 8-byte Folded Reload str w8, [sp, #168] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #192] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: mov x9, sp sub x8, x29, #74 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #-1 bl _exit LBB0_4: sub x0, x29, #124 adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #184] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: mov x9, sp sub x8, x29, #174 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #-1 bl _exit LBB0_6: sub x0, x29, #174 adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #176] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: mov x9, sp sub x8, x29, #174 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov w0, #-1 bl _exit LBB0_8: ldr x0, [sp, #192] mov x9, sp sub x8, x29, #204 str x8, [x9] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF str x1, [sp, #104] ; 8-byte Folded Spill bl _fscanf ldr x0, [sp, #192] mov x9, sp add x8, sp, #164 str x8, [x9] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fscanf ldr x1, [sp, #104] ; 8-byte Folded Reload ldr x0, [sp, #192] mov x9, sp sub x8, x29, #219 str x8, [x9] bl _fscanf ldr x0, [sp, #192] mov x9, sp add x8, sp, #160 str x8, [x9] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF str x1, [sp, #96] ; 8-byte Folded Spill bl _fscanf ldr x1, [sp, #96] ; 8-byte Folded Reload ldr x0, [sp, #192] mov x9, sp add x8, sp, #136 str x8, [x9] bl _fscanf ldr x1, [sp, #96] ; 8-byte Folded Reload ldr x0, [sp, #192] mov x9, sp add x8, sp, #156 str x8, [x9] bl _fscanf ldr x1, [sp, #104] ; 8-byte Folded Reload ldr x0, [sp, #192] mov x9, sp sub x8, x29, #189 str x8, [sp, #112] ; 8-byte Folded Spill str x8, [x9] bl _fscanf ldr x0, [sp, #112] ; 8-byte Folded Reload adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: sub x0, x29, #189 str x0, [sp, #72] ; 8-byte Folded Spill bl _atof mov x8, sp str d0, [x8] sub x0, x29, #234 mov w1, #0 str w1, [sp, #84] ; 4-byte Folded Spill mov x2, #15 str x2, [sp, #88] ; 8-byte Folded Spill adrp x3, l_.str.8@PAGE add x3, x3, l_.str.8@PAGEOFF bl ___sprintf_chk ldr x0, [sp, #72] ; 8-byte Folded Reload bl _atof ldr w1, [sp, #84] ; 4-byte Folded Reload ldr x2, [sp, #88] ; 8-byte Folded Reload mov x8, sp str d0, [x8] add x0, sp, #247 adrp x3, l_.str.9@PAGE add x3, x3, l_.str.9@PAGEOFF bl ___sprintf_chk b LBB0_11 LBB0_10: sub x0, x29, #234 adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF mov x2, #15 bl ___strcpy_chk b LBB0_11 LBB0_11: ldr x0, [sp, #192] mov x9, sp add x8, sp, #148 str x8, [x9] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF str x1, [sp, #64] ; 8-byte Folded Spill bl _fscanf ldr x1, [sp, #64] ; 8-byte Folded Reload ldr x0, [sp, #192] mov x9, sp add x8, sp, #144 str x8, [x9] bl _fscanf ldr s0, [sp, #144] fcmp s0, #0.0 cset w8, le tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ldr s0, [sp, #144] fcvt d0, s0 mov x8, sp str d0, [x8] add x0, sp, #232 mov w1, #0 str w1, [sp, #52] ; 4-byte Folded Spill mov x2, #15 str x2, [sp, #56] ; 8-byte Folded Spill adrp x3, l_.str.8@PAGE add x3, x3, l_.str.8@PAGEOFF bl ___sprintf_chk ldr w1, [sp, #52] ; 4-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload ldr s0, [sp, #144] fcvt d0, s0 mov x8, sp str d0, [x8] add x0, sp, #217 adrp x3, l_.str.9@PAGE add x3, x3, l_.str.9@PAGEOFF bl ___sprintf_chk b LBB0_14 LBB0_13: add x0, sp, #232 adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF mov x2, #15 bl ___strcpy_chk b LBB0_14 LBB0_14: ldr x0, [sp, #192] mov x9, sp add x8, sp, #152 str x8, [x9] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF str x1, [sp, #40] ; 8-byte Folded Spill bl _fscanf ldr x0, [sp, #192] mov x9, sp add x8, sp, #172 str x8, [x9] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fscanf ldr x1, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #192] mov x9, sp add x8, sp, #140 str x8, [x9] bl _fscanf ldr x0, [sp, #184] ldr w9, [sp, #164] ; 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 ldr x0, [sp, #184] mov x9, sp sub x8, x29, #219 str x8, [x9] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fprintf ldr x0, [sp, #184] ldr s0, [sp, #160] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _fprintf ldr x0, [sp, #184] ldr s0, [sp, #136] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _fprintf ldr x0, [sp, #184] ldr s0, [sp, #156] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _fprintf ldr x0, [sp, #184] mov x9, sp sub x8, x29, #234 str x8, [x9] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _fprintf ldr x0, [sp, #184] ldr s0, [sp, #148] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fprintf ldr x0, [sp, #184] mov x9, sp add x8, sp, #232 str x8, [x9] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fprintf ldr x0, [sp, #184] ldr s0, [sp, #152] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x1, l_.str.18@PAGE add x1, x1, l_.str.18@PAGEOFF bl _fprintf ldr x0, [sp, #184] ldr w9, [sp, #172] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _fprintf ldr x0, [sp, #184] ldr s0, [sp, #140] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _fprintf ldr x0, [sp, #184] adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _fprintf ldr w8, [sp, #168] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: ldr x0, [sp, #176] adrp x1, l_.str.22@PAGE add x1, x1, l_.str.22@PAGEOFF bl _fprintf ldr x0, [sp, #176] adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF bl _fprintf ldr x0, [sp, #176] adrp x1, l_.str.24@PAGE add x1, x1, l_.str.24@PAGEOFF bl _fprintf ldr x0, [sp, #176] adrp x1, l_.str.25@PAGE add x1, x1, l_.str.25@PAGEOFF bl _fprintf ldr x0, [sp, #176] adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _fprintf b LBB0_16 LBB0_16: ldr x0, [sp, #176] mov x9, sp sub x8, x29, #204 str x8, [x9] adrp x1, l_.str.26@PAGE add x1, x1, l_.str.26@PAGEOFF bl _fprintf ldr x0, [sp, #176] ldr w8, [sp, #164] ; implicit-def: $x9 mov x9, x8 ldr s0, [sp, #160] fcvt d2, s0 ldr s0, [sp, #136] fcvt d1, s0 ldr s0, [sp, #156] fcvt d0, s0 mov x8, sp str x9, [x8] sub x9, x29, #219 str x9, [x8, #8] str d2, [x8, #16] str d1, [x8, #24] str d0, [x8, #32] adrp x1, l_.str.27@PAGE add x1, x1, l_.str.27@PAGEOFF bl _fprintf sub x0, x29, #234 adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_18 b LBB0_17 LBB0_17: ldr x0, [sp, #176] mov x9, sp add x8, sp, #247 str x8, [x9] adrp x1, l_.str.28@PAGE add x1, x1, l_.str.28@PAGEOFF bl _fprintf b LBB0_19 LBB0_18: ldr x0, [sp, #176] adrp x1, l_.str.29@PAGE add x1, x1, l_.str.29@PAGEOFF bl _fprintf b LBB0_19 LBB0_19: ldr x0, [sp, #176] ldr s0, [sp, #148] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF bl _fprintf add x0, sp, #232 adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: ldr x0, [sp, #176] mov x9, sp add x8, sp, #217 str x8, [x9] adrp x1, l_.str.28@PAGE add x1, x1, l_.str.28@PAGEOFF bl _fprintf b LBB0_22 LBB0_21: ldr x0, [sp, #176] adrp x1, l_.str.29@PAGE add x1, x1, l_.str.29@PAGEOFF bl _fprintf b LBB0_22 LBB0_22: ldr x0, [sp, #176] ldr s0, [sp, #152] fcvt d1, s0 ldr w8, [sp, #172] ; implicit-def: $x9 mov x9, x8 ldr s0, [sp, #140] fcvt d0, s0 mov x8, sp str d1, [x8] str x9, [x8, #8] str d0, [x8, #16] adrp x1, l_.str.31@PAGE add x1, x1, l_.str.31@PAGEOFF bl _fprintf ldr x0, [sp, #176] adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _fprintf ldr x0, [sp, #192] bl _fclose ldr x0, [sp, #184] bl _fclose ldr x0, [sp, #176] bl _fclose ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_24 b LBB0_23 LBB0_23: bl ___stack_chk_fail LBB0_24: add sp, sp, #480 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 "\nUSAGE: wrtpatch in_file full_file patch_file init\n" l_.str.1: ; @.str.1 .asciz "r" l_.str.2: ; @.str.2 .asciz "\nERROR! Can not open file: %s\n" l_.str.3: ; @.str.3 .asciz "a" l_.str.4: ; @.str.4 .asciz "%s" l_.str.5: ; @.str.5 .asciz "%d" l_.str.6: ; @.str.6 .asciz "%f" l_.str.7: ; @.str.7 .asciz "NA" l_.str.8: ; @.str.8 .asciz "%9.3f" l_.str.9: ; @.str.9 .asciz "%9.2f" l_.str.10: ; @.str.10 .asciz "\nPatch ID: %9d" l_.str.11: ; @.str.11 .asciz " Patch Type: %10s" l_.str.12: ; @.str.12 .asciz "\nArea (ha): %13.3f" l_.str.13: ; @.str.13 .asciz " Percent of Landscape (%%):%9.3f" l_.str.14: ; @.str.14 .asciz "\nPerimeter (m): %13.3f" l_.str.15: ; @.str.15 .asciz " Edge Contrast (%%): %9s" l_.str.16: ; @.str.16 .asciz "\nShape Index: %9.3f" l_.str.17: ; @.str.17 .asciz " Fractal Dimension: %9s" l_.str.18: ; @.str.18 .asciz "\nCore Area (ha): %10.3f" l_.str.19: ; @.str.19 .asciz " Num Core Areas: %9d" l_.str.20: ; @.str.20 .asciz "\nCore Area Index (%%): %9.3f" l_.str.21: ; @.str.21 .asciz "\n" l_.str.22: ; @.str.22 .asciz " LID " l_.str.23: ; @.str.23 .asciz " PID TYPE AREA %%LAND" l_.str.24: ; @.str.24 .asciz " PERIM EDGECON SHAPE " l_.str.25: ; @.str.25 .asciz " FRACT CORE NCORE CAI" l_.str.26: ; @.str.26 .asciz "%10s" l_.str.27: ; @.str.27 .asciz " %6d %10s %10.2f %6.2f %10.1f" l_.str.28: ; @.str.28 .asciz " %9s" l_.str.29: ; @.str.29 .asciz " ." l_.str.30: ; @.str.30 .asciz " %6.2f " l_.str.31: ; @.str.31 .asciz " %10.2f %3d %6.2f" .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 $400, %rsp ## imm = 0x190 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -304(%rbp) movq %rsi, -312(%rbp) cmpl $5, -304(%rbp) je LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $-1, %edi callq _exit LBB0_2: leaq -64(%rbp), %rdi movq -312(%rbp), %rax movq 8(%rax), %rsi movl $50, %edx callq ___strcpy_chk leaq -128(%rbp), %rdi movq -312(%rbp), %rax movq 16(%rax), %rsi movl $50, %edx callq ___strcpy_chk leaq -192(%rbp), %rdi movq -312(%rbp), %rax movq 24(%rax), %rsi movl $50, %edx callq ___strcpy_chk movq -312(%rbp), %rax movq 32(%rax), %rdi callq _atoi movl %eax, -344(%rbp) leaq -64(%rbp), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -320(%rbp) cmpq $0, %rax jne LBB0_4 ## %bb.3: leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -64(%rbp), %rsi callq _printf movl $-1, %edi callq _exit LBB0_4: leaq -128(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _fopen movq %rax, -328(%rbp) cmpq $0, %rax jne LBB0_6 ## %bb.5: leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -192(%rbp), %rsi callq _printf movl $-1, %edi callq _exit LBB0_6: leaq -192(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _fopen movq %rax, -336(%rbp) cmpq $0, %rax jne LBB0_8 ## %bb.7: leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -192(%rbp), %rsi callq _printf movl $-1, %edi callq _exit LBB0_8: movq -320(%rbp), %rdi leaq -222(%rbp), %rdx leaq L_.str.4(%rip), %rsi movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq L_.str.5(%rip), %rsi leaq -348(%rbp), %rdx movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq -237(%rbp), %rdx leaq L_.str.4(%rip), %rsi movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq L_.str.6(%rip), %rsi leaq -352(%rbp), %rdx movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq L_.str.6(%rip), %rsi leaq -376(%rbp), %rdx movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq L_.str.6(%rip), %rsi leaq -356(%rbp), %rdx movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq -207(%rbp), %rdx leaq L_.str.4(%rip), %rsi movb $0, %al callq _fscanf leaq -207(%rbp), %rdi leaq L_.str.7(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_10 ## %bb.9: leaq -252(%rbp), %rax movq %rax, -392(%rbp) ## 8-byte Spill leaq -207(%rbp), %rdi callq _atof movq -392(%rbp), %rdi ## 8-byte Reload xorl %esi, %esi movl $15, %edx leaq L_.str.8(%rip), %rcx movb $1, %al callq ___sprintf_chk leaq -267(%rbp), %rax movq %rax, -384(%rbp) ## 8-byte Spill leaq -207(%rbp), %rdi callq _atof movq -384(%rbp), %rdi ## 8-byte Reload xorl %esi, %esi movl $15, %edx leaq L_.str.9(%rip), %rcx movb $1, %al callq ___sprintf_chk jmp LBB0_11 LBB0_10: leaq -252(%rbp), %rdi leaq L_.str.7(%rip), %rsi movl $15, %edx callq ___strcpy_chk LBB0_11: movq -320(%rbp), %rdi leaq L_.str.6(%rip), %rsi leaq -364(%rbp), %rdx movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq L_.str.6(%rip), %rsi leaq -368(%rbp), %rdx movb $0, %al callq _fscanf movss -368(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jbe LBB0_13 ## %bb.12: leaq -282(%rbp), %rdi movss -368(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %esi, %esi movl $15, %edx leaq L_.str.8(%rip), %rcx movb $1, %al callq ___sprintf_chk leaq -297(%rbp), %rdi movss -368(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %esi, %esi movl $15, %edx leaq L_.str.9(%rip), %rcx movb $1, %al callq ___sprintf_chk jmp LBB0_14 LBB0_13: leaq -282(%rbp), %rdi leaq L_.str.7(%rip), %rsi movl $15, %edx callq ___strcpy_chk LBB0_14: movq -320(%rbp), %rdi leaq L_.str.6(%rip), %rsi leaq -360(%rbp), %rdx movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq L_.str.5(%rip), %rsi leaq -340(%rbp), %rdx movb $0, %al callq _fscanf movq -320(%rbp), %rdi leaq L_.str.6(%rip), %rsi leaq -372(%rbp), %rdx movb $0, %al callq _fscanf movq -328(%rbp), %rdi movl -348(%rbp), %edx leaq L_.str.10(%rip), %rsi movb $0, %al callq _fprintf movq -328(%rbp), %rdi leaq -237(%rbp), %rdx leaq L_.str.11(%rip), %rsi movb $0, %al callq _fprintf movq -328(%rbp), %rdi movss -352(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.12(%rip), %rsi movb $1, %al callq _fprintf movq -328(%rbp), %rdi movss -376(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.13(%rip), %rsi movb $1, %al callq _fprintf movq -328(%rbp), %rdi movss -356(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.14(%rip), %rsi movb $1, %al callq _fprintf movq -328(%rbp), %rdi leaq -252(%rbp), %rdx leaq L_.str.15(%rip), %rsi movb $0, %al callq _fprintf movq -328(%rbp), %rdi movss -364(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.16(%rip), %rsi movb $1, %al callq _fprintf movq -328(%rbp), %rdi leaq -282(%rbp), %rdx leaq L_.str.17(%rip), %rsi movb $0, %al callq _fprintf movq -328(%rbp), %rdi movss -360(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.18(%rip), %rsi movb $1, %al callq _fprintf movq -328(%rbp), %rdi movl -340(%rbp), %edx leaq L_.str.19(%rip), %rsi movb $0, %al callq _fprintf movq -328(%rbp), %rdi movss -372(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.20(%rip), %rsi movb $1, %al callq _fprintf movq -328(%rbp), %rdi leaq L_.str.21(%rip), %rsi movb $0, %al callq _fprintf cmpl $0, -344(%rbp) je LBB0_16 ## %bb.15: movq -336(%rbp), %rdi leaq L_.str.22(%rip), %rsi movb $0, %al callq _fprintf movq -336(%rbp), %rdi leaq L_.str.23(%rip), %rsi movb $0, %al callq _fprintf movq -336(%rbp), %rdi leaq L_.str.24(%rip), %rsi movb $0, %al callq _fprintf movq -336(%rbp), %rdi leaq L_.str.25(%rip), %rsi movb $0, %al callq _fprintf movq -336(%rbp), %rdi leaq L_.str.21(%rip), %rsi movb $0, %al callq _fprintf LBB0_16: movq -336(%rbp), %rdi leaq -222(%rbp), %rdx leaq L_.str.26(%rip), %rsi movb $0, %al callq _fprintf movq -336(%rbp), %rdi movl -348(%rbp), %edx leaq -237(%rbp), %rcx movss -352(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -376(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movss -356(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero cvtss2sd %xmm2, %xmm2 leaq L_.str.27(%rip), %rsi movb $3, %al callq _fprintf leaq -252(%rbp), %rdi leaq L_.str.7(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_18 ## %bb.17: movq -336(%rbp), %rdi leaq -267(%rbp), %rdx leaq L_.str.28(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_19 LBB0_18: movq -336(%rbp), %rdi leaq L_.str.29(%rip), %rsi movb $0, %al callq _fprintf LBB0_19: movq -336(%rbp), %rdi movss -364(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.30(%rip), %rsi movb $1, %al callq _fprintf leaq -282(%rbp), %rdi leaq L_.str.7(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_21 ## %bb.20: movq -336(%rbp), %rdi leaq -297(%rbp), %rdx leaq L_.str.28(%rip), %rsi movb $0, %al callq _fprintf jmp LBB0_22 LBB0_21: movq -336(%rbp), %rdi leaq L_.str.29(%rip), %rsi movb $0, %al callq _fprintf LBB0_22: movq -336(%rbp), %rdi movss -360(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movl -340(%rbp), %edx movss -372(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 leaq L_.str.31(%rip), %rsi movb $2, %al callq _fprintf movq -336(%rbp), %rdi leaq L_.str.21(%rip), %rsi movb $0, %al callq _fprintf movq -320(%rbp), %rdi callq _fclose movq -328(%rbp), %rdi callq _fclose movq -336(%rbp), %rdi callq _fclose movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_24 ## %bb.23: addq $400, %rsp ## imm = 0x190 popq %rbp retq LBB0_24: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\nUSAGE: wrtpatch in_file full_file patch_file init\n" L_.str.1: ## @.str.1 .asciz "r" L_.str.2: ## @.str.2 .asciz "\nERROR! Can not open file: %s\n" L_.str.3: ## @.str.3 .asciz "a" L_.str.4: ## @.str.4 .asciz "%s" L_.str.5: ## @.str.5 .asciz "%d" L_.str.6: ## @.str.6 .asciz "%f" L_.str.7: ## @.str.7 .asciz "NA" L_.str.8: ## @.str.8 .asciz "%9.3f" L_.str.9: ## @.str.9 .asciz "%9.2f" L_.str.10: ## @.str.10 .asciz "\nPatch ID: %9d" L_.str.11: ## @.str.11 .asciz " Patch Type: %10s" L_.str.12: ## @.str.12 .asciz "\nArea (ha): %13.3f" L_.str.13: ## @.str.13 .asciz " Percent of Landscape (%%):%9.3f" L_.str.14: ## @.str.14 .asciz "\nPerimeter (m): %13.3f" L_.str.15: ## @.str.15 .asciz " Edge Contrast (%%): %9s" L_.str.16: ## @.str.16 .asciz "\nShape Index: %9.3f" L_.str.17: ## @.str.17 .asciz " Fractal Dimension: %9s" L_.str.18: ## @.str.18 .asciz "\nCore Area (ha): %10.3f" L_.str.19: ## @.str.19 .asciz " Num Core Areas: %9d" L_.str.20: ## @.str.20 .asciz "\nCore Area Index (%%): %9.3f" L_.str.21: ## @.str.21 .asciz "\n" L_.str.22: ## @.str.22 .asciz " LID " L_.str.23: ## @.str.23 .asciz " PID TYPE AREA %%LAND" L_.str.24: ## @.str.24 .asciz " PERIM EDGECON SHAPE " L_.str.25: ## @.str.25 .asciz " FRACT CORE NCORE CAI" L_.str.26: ## @.str.26 .asciz "%10s" L_.str.27: ## @.str.27 .asciz " %6d %10s %10.2f %6.2f %10.1f" L_.str.28: ## @.str.28 .asciz " %9s" L_.str.29: ## @.str.29 .asciz " ." L_.str.30: ## @.str.30 .asciz " %6.2f " L_.str.31: ## @.str.31 .asciz " %10.2f %3d %6.2f" .subsections_via_symbols
the_stack_data/487179.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/45449279.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] add x1, sp, #16 ; kill: def $x8 killed $xzr str xzr, [sp, #16] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _sqlite3_open subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldr x0, [sp, #16] adrp x8, _code@PAGE ldr x1, [x8, _code@PAGEOFF] mov x3, #0 mov x2, x3 add x4, sp, #8 bl _sqlite3_exec subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldr x1, [sp, #8] bl _fprintf ldr x0, [sp, #8] bl _sqlite3_free ldr x0, [sp, #16] bl _sqlite3_close mov w0, #1 bl _exit LBB0_3: ldr x0, [sp, #16] bl _sqlite3_close b LBB0_5 LBB0_4: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf ldr x0, [sp, #16] bl _sqlite3_close mov w0, #1 bl _exit 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 "CREATE TABLE address (\n addrID\t\tINTEGER PRIMARY KEY AUTOINCREMENT,\n\taddrStreet\tTEXT NOT NULL,\n\taddrCity\tTEXT NOT NULL,\n\taddrState\tTEXT NOT NULL,\n\taddrZIP\t\tTEXT NOT NULL)\n" .section __DATA,__data .globl _code ; @code .p2align 3 _code: .quad l_.str .section __TEXT,__cstring,cstring_literals l_.str.1: ; @.str.1 .asciz "address.db" l_.str.2: ; @.str.2 .asciz "cannot open db...\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) movq $0, -16(%rbp) leaq L_.str.1(%rip), %rdi leaq -16(%rbp), %rsi callq _sqlite3_open cmpl $0, %eax jne LBB0_4 ## %bb.1: movq -16(%rbp), %rdi movq _code(%rip), %rsi xorl %eax, %eax movl %eax, %ecx leaq -24(%rbp), %r8 movq %rcx, %rdx callq _sqlite3_exec cmpl $0, %eax je LBB0_3 ## %bb.2: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -24(%rbp), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movq -24(%rbp), %rdi callq _sqlite3_free movq -16(%rbp), %rdi callq _sqlite3_close movl $1, %edi callq _exit LBB0_3: movq -16(%rbp), %rdi callq _sqlite3_close jmp LBB0_5 LBB0_4: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.2(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movq -16(%rbp), %rdi callq _sqlite3_close movl $1, %edi callq _exit LBB0_5: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "CREATE TABLE address (\n addrID\t\tINTEGER PRIMARY KEY AUTOINCREMENT,\n\taddrStreet\tTEXT NOT NULL,\n\taddrCity\tTEXT NOT NULL,\n\taddrState\tTEXT NOT NULL,\n\taddrZIP\t\tTEXT NOT NULL)\n" .section __DATA,__data .globl _code ## @code .p2align 3 _code: .quad L_.str .section __TEXT,__cstring,cstring_literals L_.str.1: ## @.str.1 .asciz "address.db" L_.str.2: ## @.str.2 .asciz "cannot open db...\n" .subsections_via_symbols
the_stack_data/107954320.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _SumEvenElements ; -- Begin function SumEvenElements .p2align 2 _SumEvenElements: ; @SumEvenElements .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str wzr, [sp, #16] str wzr, [sp, #12] str wzr, [sp, #12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] 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_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] ldr x9, [sp, #24] ldrsw x10, [sp, #12] ldr w9, [x9, x10, lsl #2] add w8, w8, w9 str w8, [sp, #16] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_1 LBB0_6: ldr w0, [sp, #16] 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] ; kill: def $x8 killed $xzr stur xzr, [x29, #-16] stur wzr, [x29, #-20] add x8, sp, #24 str x8, [sp, #8] ; 8-byte Folded Spill str wzr, [sp, #24] str wzr, [sp, #20] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldrsw x8, [sp, #24] lsl x0, x8, #2 bl _malloc stur x0, [x29, #-16] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] 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 ldur x8, [x29, #-16] ldursw x9, [x29, #-20] 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 LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_1 LBB1_4: ldur x0, [x29, #-16] ldr w1, [sp, #24] bl _SumEvenElements str w0, [sp, #20] ldr w9, [sp, #20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter Number Of Elements : " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Enter The Elements : \n" l_.str.3: ; @.str.3 .asciz "Summation of all Even elements are : %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _SumEvenElements ## -- Begin function SumEvenElements .p2align 4, 0x90 _SumEvenElements: ## @SumEvenElements .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) movl $0, -20(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax movq -8(%rbp), %rcx movslq -20(%rbp), %rdx addl (%rcx,%rdx,4), %eax movl %eax, -16(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_5 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_6: movl -16(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movq $0, -16(%rbp) movl $0, -20(%rbp) movl $0, -24(%rbp) movl $0, -28(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf movslq -24(%rbp), %rdi shlq $2, %rdi callq _malloc movq %rax, -16(%rbp) leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rsi movslq -20(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_1 LBB1_4: movq -16(%rbp), %rdi movl -24(%rbp), %esi callq _SumEvenElements movl %eax, -28(%rbp) movl -28(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter Number Of Elements : " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Enter The Elements : \n" L_.str.3: ## @.str.3 .asciz "Summation of all Even elements are : %d\n" .subsections_via_symbols
the_stack_data/6386522.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, #16] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur w8, [x29, #-8] mov w9, #365 mul w8, w8, w9 stur w8, [x29, #-12] ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w0, [sp, #16] ; 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 "Years : " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Days : %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf imull $365, -8(%rbp), %eax ## imm = 0x16D movl %eax, -12(%rbp) movl -12(%rbp), %esi 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 "Years : " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Days : %d\n" .subsections_via_symbols
the_stack_data/51701394.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_nondet_bool ; -- Begin function __VERIFIER_nondet_bool .p2align 2 ___VERIFIER_nondet_bool: ; @__VERIFIER_nondet_bool .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl ___VERIFIER_nondet_int subs w8, w0, #0 cset w8, ne and w8, w8, #0x1 sxtb w0, w8 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-96]! ; 16-byte Folded Spill .cfi_def_cfa_offset 96 stp x26, x25, [sp, #16] ; 16-byte Folded Spill stp x24, x23, [sp, #32] ; 16-byte Folded Spill stp x22, x21, [sp, #48] ; 16-byte Folded Spill stp x20, x19, [sp, #64] ; 16-byte Folded Spill stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w19, -24 .cfi_offset w20, -32 .cfi_offset w21, -40 .cfi_offset w22, -48 .cfi_offset w23, -56 .cfi_offset w24, -64 .cfi_offset w25, -72 .cfi_offset w26, -80 .cfi_offset w27, -88 .cfi_offset w28, -96 sub sp, sp, #496 adrp x8, _t1_l1@GOTPAGE ldr x8, [x8, _t1_l1@GOTPAGEOFF] str x8, [sp, #280] ; 8-byte Folded Spill adrp x8, _t1_l0@GOTPAGE ldr x8, [x8, _t1_l0@GOTPAGEOFF] stur x8, [x29, #-112] ; 8-byte Folded Spill adrp x8, _t1_evt1@GOTPAGE ldr x8, [x8, _t1_evt1@GOTPAGEOFF] str x8, [sp, #288] ; 8-byte Folded Spill adrp x8, _t1_x@GOTPAGE ldr x8, [x8, _t1_x@GOTPAGEOFF] str x8, [sp, #296] ; 8-byte Folded Spill adrp x8, __diverge_delta@GOTPAGE ldr x8, [x8, __diverge_delta@GOTPAGEOFF] str x8, [sp, #304] ; 8-byte Folded Spill adrp x8, _t0_evt1@GOTPAGE ldr x8, [x8, _t0_evt1@GOTPAGEOFF] str x8, [sp, #312] ; 8-byte Folded Spill adrp x8, _delta@GOTPAGE ldr x8, [x8, _delta@GOTPAGEOFF] stur x8, [x29, #-256] ; 8-byte Folded Spill adrp x8, _gate_l0@GOTPAGE ldr x8, [x8, _gate_l0@GOTPAGEOFF] stur x8, [x29, #-248] ; 8-byte Folded Spill adrp x8, _controller_l0@GOTPAGE ldr x8, [x8, _controller_l0@GOTPAGEOFF] stur x8, [x29, #-240] ; 8-byte Folded Spill adrp x8, _gate_l1@GOTPAGE ldr x8, [x8, _gate_l1@GOTPAGEOFF] stur x8, [x29, #-232] ; 8-byte Folded Spill adrp x8, _t0_evt0@GOTPAGE ldr x8, [x8, _t0_evt0@GOTPAGEOFF] stur x8, [x29, #-224] ; 8-byte Folded Spill adrp x8, _gate_y@GOTPAGE ldr x8, [x8, _gate_y@GOTPAGEOFF] stur x8, [x29, #-216] ; 8-byte Folded Spill adrp x8, _controller_l1@GOTPAGE ldr x8, [x8, _controller_l1@GOTPAGEOFF] stur x8, [x29, #-208] ; 8-byte Folded Spill adrp x8, _t0_l0@GOTPAGE ldr x8, [x8, _t0_l0@GOTPAGEOFF] stur x8, [x29, #-200] ; 8-byte Folded Spill adrp x8, _gate_evt0@GOTPAGE ldr x8, [x8, _gate_evt0@GOTPAGEOFF] stur x8, [x29, #-192] ; 8-byte Folded Spill adrp x8, _controller_evt0@GOTPAGE ldr x8, [x8, _controller_evt0@GOTPAGEOFF] stur x8, [x29, #-184] ; 8-byte Folded Spill adrp x8, _t0_x@GOTPAGE ldr x8, [x8, _t0_x@GOTPAGEOFF] stur x8, [x29, #-176] ; 8-byte Folded Spill adrp x8, _controller_evt1@GOTPAGE ldr x8, [x8, _controller_evt1@GOTPAGEOFF] stur x8, [x29, #-168] ; 8-byte Folded Spill adrp x8, _t0_l1@GOTPAGE ldr x8, [x8, _t0_l1@GOTPAGEOFF] stur x8, [x29, #-160] ; 8-byte Folded Spill adrp x8, _gate_evt1@GOTPAGE ldr x8, [x8, _gate_evt1@GOTPAGEOFF] stur x8, [x29, #-152] ; 8-byte Folded Spill adrp x8, _controller_z@GOTPAGE ldr x8, [x8, _controller_z@GOTPAGEOFF] stur x8, [x29, #-144] ; 8-byte Folded Spill adrp x8, _controller_evt2@GOTPAGE ldr x8, [x8, _controller_evt2@GOTPAGEOFF] stur x8, [x29, #-136] ; 8-byte Folded Spill adrp x8, _t1_evt0@GOTPAGE ldr x8, [x8, _t1_evt0@GOTPAGEOFF] stur x8, [x29, #-128] ; 8-byte Folded Spill adrp x8, _controller_cnt@GOTPAGE ldr x8, [x8, _controller_cnt@GOTPAGEOFF] stur x8, [x29, #-120] ; 8-byte Folded Spill adrp x8, __x_t1_l1@GOTPAGE ldr x8, [x8, __x_t1_l1@GOTPAGEOFF] str x8, [sp, #88] ; 8-byte Folded Spill adrp x8, __x_t1_l0@GOTPAGE ldr x8, [x8, __x_t1_l0@GOTPAGEOFF] str x8, [sp, #96] ; 8-byte Folded Spill adrp x8, __x_t1_evt1@GOTPAGE ldr x8, [x8, __x_t1_evt1@GOTPAGEOFF] str x8, [sp, #104] ; 8-byte Folded Spill adrp x8, __x_t1_x@GOTPAGE ldr x8, [x8, __x_t1_x@GOTPAGEOFF] str x8, [sp, #112] ; 8-byte Folded Spill adrp x8, __x__diverge_delta@GOTPAGE ldr x8, [x8, __x__diverge_delta@GOTPAGEOFF] str x8, [sp, #120] ; 8-byte Folded Spill adrp x8, __x_t0_evt1@GOTPAGE ldr x8, [x8, __x_t0_evt1@GOTPAGEOFF] str x8, [sp, #128] ; 8-byte Folded Spill adrp x8, __x_delta@GOTPAGE ldr x8, [x8, __x_delta@GOTPAGEOFF] str x8, [sp, #136] ; 8-byte Folded Spill adrp x8, __x_gate_l0@GOTPAGE ldr x8, [x8, __x_gate_l0@GOTPAGEOFF] str x8, [sp, #144] ; 8-byte Folded Spill adrp x8, __x_controller_l0@GOTPAGE ldr x8, [x8, __x_controller_l0@GOTPAGEOFF] str x8, [sp, #152] ; 8-byte Folded Spill adrp x8, __x_gate_l1@GOTPAGE ldr x8, [x8, __x_gate_l1@GOTPAGEOFF] str x8, [sp, #160] ; 8-byte Folded Spill adrp x8, __x_t0_evt0@GOTPAGE ldr x8, [x8, __x_t0_evt0@GOTPAGEOFF] str x8, [sp, #168] ; 8-byte Folded Spill adrp x8, __x_gate_y@GOTPAGE ldr x8, [x8, __x_gate_y@GOTPAGEOFF] str x8, [sp, #176] ; 8-byte Folded Spill adrp x8, __x_controller_l1@GOTPAGE ldr x8, [x8, __x_controller_l1@GOTPAGEOFF] str x8, [sp, #184] ; 8-byte Folded Spill adrp x8, __x_t0_l0@GOTPAGE ldr x8, [x8, __x_t0_l0@GOTPAGEOFF] str x8, [sp, #192] ; 8-byte Folded Spill adrp x8, __x_gate_evt0@GOTPAGE ldr x8, [x8, __x_gate_evt0@GOTPAGEOFF] str x8, [sp, #200] ; 8-byte Folded Spill adrp x8, __x_controller_evt0@GOTPAGE ldr x8, [x8, __x_controller_evt0@GOTPAGEOFF] str x8, [sp, #208] ; 8-byte Folded Spill adrp x8, __x_t0_x@GOTPAGE ldr x8, [x8, __x_t0_x@GOTPAGEOFF] str x8, [sp, #216] ; 8-byte Folded Spill adrp x8, __x_controller_evt1@GOTPAGE ldr x8, [x8, __x_controller_evt1@GOTPAGEOFF] str x8, [sp, #224] ; 8-byte Folded Spill adrp x8, __x_t0_l1@GOTPAGE ldr x8, [x8, __x_t0_l1@GOTPAGEOFF] str x8, [sp, #232] ; 8-byte Folded Spill adrp x8, __x_gate_evt1@GOTPAGE ldr x8, [x8, __x_gate_evt1@GOTPAGEOFF] str x8, [sp, #240] ; 8-byte Folded Spill adrp x8, __x_controller_z@GOTPAGE ldr x8, [x8, __x_controller_z@GOTPAGEOFF] str x8, [sp, #248] ; 8-byte Folded Spill adrp x8, __x_controller_evt2@GOTPAGE ldr x8, [x8, __x_controller_evt2@GOTPAGEOFF] str x8, [sp, #256] ; 8-byte Folded Spill adrp x8, __x_t1_evt0@GOTPAGE ldr x8, [x8, __x_t1_evt0@GOTPAGEOFF] str x8, [sp, #264] ; 8-byte Folded Spill adrp x8, __x_controller_cnt@GOTPAGE ldr x8, [x8, __x_controller_cnt@GOTPAGEOFF] str x8, [sp, #272] ; 8-byte Folded Spill stur wzr, [x29, #-92] bl ___VERIFIER_nondet_bool ldr x8, [sp, #280] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-112] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #288] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldr x8, [sp, #296] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_float ldr x8, [sp, #304] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #312] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldur x8, [x29, #-256] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-248] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-240] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-232] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-224] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldur x8, [x29, #-216] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-208] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-200] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-192] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-184] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldur x8, [x29, #-176] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-168] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-160] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-152] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldur x8, [x29, #-144] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-136] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldur x8, [x29, #-128] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_int ldur x9, [x29, #-120] ; 8-byte Folded Reload ldur x8, [x29, #-112] ; 8-byte Folded Reload str w0, [x9] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_1 LBB1_1: ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_2 LBB1_2: ldr x8, [sp, #296] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_3 LBB1_3: ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_11 b LBB1_5 LBB1_5: ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_11 b LBB1_7 LBB1_7: ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_9 b LBB1_8 LBB1_8: ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_11 b LBB1_9 LBB1_9: ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_10 LBB1_10: ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_11 LBB1_11: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_13 b LBB1_12 LBB1_12: ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_19 b LBB1_13 LBB1_13: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_15 b LBB1_14 LBB1_14: ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_19 b LBB1_15 LBB1_15: ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_17 b LBB1_16 LBB1_16: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_19 b LBB1_17 LBB1_17: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_18 LBB1_18: ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_19 LBB1_19: ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_21 b LBB1_20 LBB1_20: ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_22 b LBB1_21 LBB1_21: ldr x8, [sp, #296] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #5.00000000 fcmp d0, d1 cset w8, hi mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_22 LBB1_22: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_23 LBB1_23: ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_24 LBB1_24: ldur x8, [x29, #-176] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_25 LBB1_25: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_27 b LBB1_26 LBB1_26: ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_33 b LBB1_27 LBB1_27: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_29 b LBB1_28 LBB1_28: ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_33 b LBB1_29 LBB1_29: ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_31 b LBB1_30 LBB1_30: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_33 b LBB1_31 LBB1_31: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_32 LBB1_32: ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_33 LBB1_33: ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_35 b LBB1_34 LBB1_34: ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_41 b LBB1_35 LBB1_35: ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_37 b LBB1_36 LBB1_36: ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_41 b LBB1_37 LBB1_37: ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_39 b LBB1_38 LBB1_38: ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_41 b LBB1_39 LBB1_39: ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_40 LBB1_40: ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_41 LBB1_41: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_43 b LBB1_42 LBB1_42: ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_44 b LBB1_43 LBB1_43: ldur x8, [x29, #-176] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #5.00000000 fcmp d0, d1 cset w8, hi mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_44 LBB1_44: ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_45 LBB1_45: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_46 LBB1_46: ldur x8, [x29, #-144] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_47 LBB1_47: ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_49 b LBB1_48 LBB1_48: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_55 b LBB1_49 LBB1_49: ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_51 b LBB1_50 LBB1_50: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_55 b LBB1_51 LBB1_51: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_53 b LBB1_52 LBB1_52: ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_55 b LBB1_53 LBB1_53: ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_54 LBB1_54: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_55 LBB1_55: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_58 b LBB1_56 LBB1_56: ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_58 b LBB1_57 LBB1_57: ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_70 b LBB1_58 LBB1_58: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_61 b LBB1_59 LBB1_59: ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_61 b LBB1_60 LBB1_60: ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_70 b LBB1_61 LBB1_61: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_64 b LBB1_62 LBB1_62: ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_64 b LBB1_63 LBB1_63: ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_70 b LBB1_64 LBB1_64: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_67 b LBB1_65 LBB1_65: ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_67 b LBB1_66 LBB1_66: ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_70 b LBB1_67 LBB1_67: ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_68 LBB1_68: ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_69 LBB1_69: ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_70 LBB1_70: ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_74 b LBB1_71 LBB1_71: ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_74 b LBB1_72 LBB1_72: ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB1_74 b LBB1_73 LBB1_73: ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_74 LBB1_74: ldur x8, [x29, #-144] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #1.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_79 b LBB1_75 LBB1_75: ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_77 b LBB1_76 LBB1_76: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_77 LBB1_77: ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_79 b LBB1_78 LBB1_78: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_79 LBB1_79: ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_80 LBB1_80: ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_81 LBB1_81: ldur x8, [x29, #-216] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_82 LBB1_82: ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_84 b LBB1_83 LBB1_83: ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_90 b LBB1_84 LBB1_84: ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_86 b LBB1_85 LBB1_85: ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_90 b LBB1_86 LBB1_86: ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_88 b LBB1_87 LBB1_87: ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_90 b LBB1_88 LBB1_88: ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_89 LBB1_89: ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_90 LBB1_90: ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_92 b LBB1_91 LBB1_91: ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_98 b LBB1_92 LBB1_92: ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_94 b LBB1_93 LBB1_93: ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_98 b LBB1_94 LBB1_94: ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_96 b LBB1_95 LBB1_95: ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_98 b LBB1_96 LBB1_96: ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_97 LBB1_97: ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_98 LBB1_98: ldur x8, [x29, #-216] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #1.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_101 b LBB1_99 LBB1_99: ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_101 b LBB1_100 LBB1_100: ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_101 LBB1_101: ldur x8, [x29, #-216] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #2.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_104 b LBB1_102 LBB1_102: ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_104 b LBB1_103 LBB1_103: ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_104 LBB1_104: ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d1, s0 movi d0, #0000000000000000 fcmp d0, d1 cset w8, hi mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB1_106 b LBB1_105 LBB1_105: ldr x8, [sp, #304] ; 8-byte Folded Reload ldur x9, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, eq stur w8, [x29, #-100] ; 4-byte Folded Spill b LBB1_106 LBB1_106: ldur w8, [x29, #-100] ; 4-byte Folded Reload and w8, w8, #0x1 stur w8, [x29, #-96] b LBB1_107 LBB1_107: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-96] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_528 b LBB1_108 LBB1_108: ; in Loop: Header=BB1_107 Depth=1 bl ___VERIFIER_nondet_bool ldr x8, [sp, #88] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #96] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #104] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldr x8, [sp, #112] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_float ldr x8, [sp, #120] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #128] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldr x8, [sp, #136] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #144] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #152] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #160] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #168] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldr x8, [sp, #176] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #184] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #192] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #200] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #208] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldr x8, [sp, #216] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #224] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #232] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #240] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_float ldr x8, [sp, #248] ; 8-byte Folded Reload str s0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #256] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_bool ldr x8, [sp, #264] ; 8-byte Folded Reload strb w0, [x8] bl ___VERIFIER_nondet_int ldr x9, [sp, #272] ; 8-byte Folded Reload ldr x8, [sp, #96] ; 8-byte Folded Reload str w0, [x9] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_110 b LBB1_109 LBB1_109: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_116 b LBB1_110 LBB1_110: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_112 b LBB1_111 LBB1_111: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_116 b LBB1_112 LBB1_112: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_114 b LBB1_113 LBB1_113: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_116 b LBB1_114 LBB1_114: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_115 LBB1_115: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_116 LBB1_116: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #264] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_118 b LBB1_117 LBB1_117: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #104] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_124 b LBB1_118 LBB1_118: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #264] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_120 b LBB1_119 LBB1_119: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #104] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_124 b LBB1_120 LBB1_120: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #104] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_122 b LBB1_121 LBB1_121: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #264] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_124 b LBB1_122 LBB1_122: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #264] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_123 LBB1_123: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #104] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_124 LBB1_124: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_126 b LBB1_125 LBB1_125: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_127 b LBB1_126 LBB1_126: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #112] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #5.00000000 fcmp d0, d1 cset w8, hi mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_127 LBB1_127: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #96] ; 8-byte Folded Reload ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldrsb w9, [x9] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_130 b LBB1_128 LBB1_128: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #88] ; 8-byte Folded Reload ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldrsb w9, [x9] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_130 b LBB1_129 LBB1_129: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #112] ; 8-byte Folded Reload ldr x9, [sp, #296] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x10] fcvt d0, s0 ldr s1, [x9] fcvt d3, s1 ldr s1, [x8] fcvt d2, s1 fmov d1, #-1.00000000 fmadd d1, d1, d2, d3 fadd d0, d0, d1 fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB1_133 b LBB1_130 LBB1_130: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, hi mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_131 LBB1_131: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_133 b LBB1_132 LBB1_132: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_133 LBB1_133: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_138 b LBB1_134 LBB1_134: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_138 b LBB1_135 LBB1_135: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_138 b LBB1_136 LBB1_136: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_138 b LBB1_137 LBB1_137: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #112] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB1_143 b LBB1_138 LBB1_138: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_143 b LBB1_139 LBB1_139: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_143 b LBB1_140 LBB1_140: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_143 b LBB1_141 LBB1_141: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_142 LBB1_142: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_143 LBB1_143: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_149 b LBB1_144 LBB1_144: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_149 b LBB1_145 LBB1_145: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #296] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #2.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_149 b LBB1_146 LBB1_146: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_149 b LBB1_147 LBB1_147: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_149 b LBB1_148 LBB1_148: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #112] ; 8-byte Folded Reload ldr x9, [sp, #296] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, eq tbnz w8, #0, LBB1_154 b LBB1_149 LBB1_149: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_154 b LBB1_150 LBB1_150: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_154 b LBB1_151 LBB1_151: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_154 b LBB1_152 LBB1_152: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_153 LBB1_153: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_154 LBB1_154: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #112] ; 8-byte Folded Reload ldr x9, [sp, #296] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, ne tbnz w8, #0, LBB1_159 b LBB1_155 LBB1_155: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_159 b LBB1_156 LBB1_156: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_159 b LBB1_157 LBB1_157: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_159 b LBB1_158 LBB1_158: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_164 b LBB1_159 LBB1_159: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_164 b LBB1_160 LBB1_160: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_164 b LBB1_161 LBB1_161: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_164 b LBB1_162 LBB1_162: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_163 LBB1_163: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_164 LBB1_164: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #96] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_170 b LBB1_165 LBB1_165: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #88] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_170 b LBB1_166 LBB1_166: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #296] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #5.00000000 fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB1_170 b LBB1_167 LBB1_167: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_170 b LBB1_168 LBB1_168: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_170 b LBB1_169 LBB1_169: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #112] ; 8-byte Folded Reload ldr x9, [sp, #296] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, eq tbnz w8, #0, LBB1_175 b LBB1_170 LBB1_170: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-112] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_175 b LBB1_171 LBB1_171: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #280] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_175 b LBB1_172 LBB1_172: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_175 b LBB1_173 LBB1_173: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_174 LBB1_174: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_175 LBB1_175: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_177 b LBB1_176 LBB1_176: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_183 b LBB1_177 LBB1_177: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_179 b LBB1_178 LBB1_178: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_183 b LBB1_179 LBB1_179: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_181 b LBB1_180 LBB1_180: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_183 b LBB1_181 LBB1_181: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_182 LBB1_182: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_183 LBB1_183: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_185 b LBB1_184 LBB1_184: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_191 b LBB1_185 LBB1_185: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_187 b LBB1_186 LBB1_186: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_191 b LBB1_187 LBB1_187: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_189 b LBB1_188 LBB1_188: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_191 b LBB1_189 LBB1_189: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_190 LBB1_190: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_191 LBB1_191: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_193 b LBB1_192 LBB1_192: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_194 b LBB1_193 LBB1_193: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #216] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #5.00000000 fcmp d0, d1 cset w8, hi mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_194 LBB1_194: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #192] ; 8-byte Folded Reload ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldrsb w9, [x9] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_197 b LBB1_195 LBB1_195: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #232] ; 8-byte Folded Reload ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldrsb w9, [x9] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_197 b LBB1_196 LBB1_196: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-176] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x10] fcvt d0, s0 ldr s1, [x9] fcvt d3, s1 ldr s1, [x8] fcvt d2, s1 fmov d1, #-1.00000000 fmadd d1, d1, d2, d3 fadd d0, d0, d1 fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB1_200 b LBB1_197 LBB1_197: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, hi mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_198 LBB1_198: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_200 b LBB1_199 LBB1_199: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_200 LBB1_200: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_205 b LBB1_201 LBB1_201: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_205 b LBB1_202 LBB1_202: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_205 b LBB1_203 LBB1_203: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_205 b LBB1_204 LBB1_204: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #216] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB1_210 b LBB1_205 LBB1_205: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_210 b LBB1_206 LBB1_206: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_210 b LBB1_207 LBB1_207: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_210 b LBB1_208 LBB1_208: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_209 LBB1_209: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_210 LBB1_210: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_216 b LBB1_211 LBB1_211: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_216 b LBB1_212 LBB1_212: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-176] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #2.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_216 b LBB1_213 LBB1_213: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_216 b LBB1_214 LBB1_214: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_216 b LBB1_215 LBB1_215: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-176] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, eq tbnz w8, #0, LBB1_221 b LBB1_216 LBB1_216: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_221 b LBB1_217 LBB1_217: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_221 b LBB1_218 LBB1_218: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_221 b LBB1_219 LBB1_219: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_220 LBB1_220: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_221 LBB1_221: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-176] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, ne tbnz w8, #0, LBB1_226 b LBB1_222 LBB1_222: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_226 b LBB1_223 LBB1_223: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_226 b LBB1_224 LBB1_224: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_226 b LBB1_225 LBB1_225: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_231 b LBB1_226 LBB1_226: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_231 b LBB1_227 LBB1_227: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_231 b LBB1_228 LBB1_228: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_231 b LBB1_229 LBB1_229: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_230 LBB1_230: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_231 LBB1_231: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_237 b LBB1_232 LBB1_232: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_237 b LBB1_233 LBB1_233: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-176] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #5.00000000 fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB1_237 b LBB1_234 LBB1_234: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_237 b LBB1_235 LBB1_235: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_237 b LBB1_236 LBB1_236: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-176] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, eq tbnz w8, #0, LBB1_242 b LBB1_237 LBB1_237: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_242 b LBB1_238 LBB1_238: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_242 b LBB1_239 LBB1_239: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_242 b LBB1_240 LBB1_240: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_241 LBB1_241: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_242 LBB1_242: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_244 b LBB1_243 LBB1_243: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_250 b LBB1_244 LBB1_244: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_246 b LBB1_245 LBB1_245: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_250 b LBB1_246 LBB1_246: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_248 b LBB1_247 LBB1_247: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_250 b LBB1_248 LBB1_248: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_249 LBB1_249: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_250 LBB1_250: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #256] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_253 b LBB1_251 LBB1_251: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_253 b LBB1_252 LBB1_252: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_265 b LBB1_253 LBB1_253: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #256] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_256 b LBB1_254 LBB1_254: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_256 b LBB1_255 LBB1_255: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_265 b LBB1_256 LBB1_256: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #256] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_259 b LBB1_257 LBB1_257: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_259 b LBB1_258 LBB1_258: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_265 b LBB1_259 LBB1_259: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #256] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_262 b LBB1_260 LBB1_260: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_262 b LBB1_261 LBB1_261: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_265 b LBB1_262 LBB1_262: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #256] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_263 LBB1_263: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_264 LBB1_264: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_265 LBB1_265: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #272] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_269 b LBB1_266 LBB1_266: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #272] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_269 b LBB1_267 LBB1_267: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #272] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB1_269 b LBB1_268 LBB1_268: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #272] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #3 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_269 LBB1_269: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #248] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #1.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_274 b LBB1_270 LBB1_270: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_272 b LBB1_271 LBB1_271: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_272 LBB1_272: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_274 b LBB1_273 LBB1_273: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_274 LBB1_274: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #152] ; 8-byte Folded Reload ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldrsb w9, [x9] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_278 b LBB1_275 LBB1_275: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #184] ; 8-byte Folded Reload ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldrsb w9, [x9] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_278 b LBB1_276 LBB1_276: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #248] ; 8-byte Folded Reload ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x10] fcvt d0, s0 ldr s1, [x9] fcvt d3, s1 ldr s1, [x8] fcvt d2, s1 fmov d1, #-1.00000000 fmadd d1, d1, d2, d3 fadd d0, d0, d1 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_278 b LBB1_277 LBB1_277: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #272] ; 8-byte Folded Reload ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_282 b LBB1_278 LBB1_278: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, hi mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_279 LBB1_279: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_282 b LBB1_280 LBB1_280: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_282 b LBB1_281 LBB1_281: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_282 LBB1_282: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_289 b LBB1_283 LBB1_283: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_289 b LBB1_284 LBB1_284: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_289 b LBB1_285 LBB1_285: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_289 b LBB1_286 LBB1_286: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_289 b LBB1_287 LBB1_287: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #272] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_289 b LBB1_288 LBB1_288: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #248] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB1_295 b LBB1_289 LBB1_289: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_295 b LBB1_290 LBB1_290: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_295 b LBB1_291 LBB1_291: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_295 b LBB1_292 LBB1_292: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_293 LBB1_293: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_294 LBB1_294: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_295 LBB1_295: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #248] ; 8-byte Folded Reload ldur x9, [x29, #-144] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, ne tbnz w8, #0, LBB1_300 b LBB1_296 LBB1_296: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_298 b LBB1_297 LBB1_297: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_306 b LBB1_298 LBB1_298: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_300 b LBB1_299 LBB1_299: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_306 b LBB1_300 LBB1_300: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_306 b LBB1_301 LBB1_301: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_306 b LBB1_302 LBB1_302: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_306 b LBB1_303 LBB1_303: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_304 LBB1_304: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_305 LBB1_305: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_306 LBB1_306: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_310 b LBB1_307 LBB1_307: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_310 b LBB1_308 LBB1_308: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_310 b LBB1_309 LBB1_309: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #272] ; 8-byte Folded Reload ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] ldr w10, [x9] mov w9, #-1 mul w9, w9, w10 add w8, w8, w9 adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_322 b LBB1_310 LBB1_310: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_314 b LBB1_311 LBB1_311: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_314 b LBB1_312 LBB1_312: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_314 b LBB1_313 LBB1_313: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #272] ; 8-byte Folded Reload ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] ldr w10, [x9] mov w9, #-1 mul w9, w9, w10 add w8, w8, w9 subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_322 b LBB1_314 LBB1_314: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_322 b LBB1_315 LBB1_315: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_318 b LBB1_316 LBB1_316: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_318 b LBB1_317 LBB1_317: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_322 b LBB1_318 LBB1_318: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_322 b LBB1_319 LBB1_319: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_322 b LBB1_320 LBB1_320: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_322 b LBB1_321 LBB1_321: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_322 LBB1_322: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_327 b LBB1_323 LBB1_323: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_327 b LBB1_324 LBB1_324: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_327 b LBB1_325 LBB1_325: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #272] ; 8-byte Folded Reload ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_327 b LBB1_326 LBB1_326: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-144] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #1.00000000 fcmp d0, d1 cset w8, eq tbnz w8, #0, LBB1_335 b LBB1_327 LBB1_327: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_335 b LBB1_328 LBB1_328: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_331 b LBB1_329 LBB1_329: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_331 b LBB1_330 LBB1_330: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_335 b LBB1_331 LBB1_331: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_335 b LBB1_332 LBB1_332: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_335 b LBB1_333 LBB1_333: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_335 b LBB1_334 LBB1_334: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_335 LBB1_335: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_337 b LBB1_336 LBB1_336: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_345 b LBB1_337 LBB1_337: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_339 b LBB1_338 LBB1_338: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_345 b LBB1_339 LBB1_339: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_345 b LBB1_340 LBB1_340: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_345 b LBB1_341 LBB1_341: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_345 b LBB1_342 LBB1_342: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_343 LBB1_343: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_344 LBB1_344: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_345 LBB1_345: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #248] ; 8-byte Folded Reload ldur x9, [x29, #-144] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, ne tbnz w8, #0, LBB1_355 b LBB1_346 LBB1_346: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_350 b LBB1_347 LBB1_347: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_350 b LBB1_348 LBB1_348: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_350 b LBB1_349 LBB1_349: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #272] ; 8-byte Folded Reload ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] ldr w10, [x9] mov w9, #-1 mul w9, w9, w10 add w8, w8, w9 adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_363 b LBB1_350 LBB1_350: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_355 b LBB1_351 LBB1_351: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_355 b LBB1_352 LBB1_352: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_355 b LBB1_353 LBB1_353: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #272] ; 8-byte Folded Reload ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] ldr w10, [x9] mov w9, #-1 mul w9, w9, w10 add w8, w8, w9 subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_355 b LBB1_354 LBB1_354: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, gt tbnz w8, #0, LBB1_363 b LBB1_355 LBB1_355: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_363 b LBB1_356 LBB1_356: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_359 b LBB1_357 LBB1_357: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_359 b LBB1_358 LBB1_358: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_363 b LBB1_359 LBB1_359: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_363 b LBB1_360 LBB1_360: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_363 b LBB1_361 LBB1_361: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_363 b LBB1_362 LBB1_362: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_363 LBB1_363: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_369 b LBB1_364 LBB1_364: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_369 b LBB1_365 LBB1_365: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_369 b LBB1_366 LBB1_366: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_369 b LBB1_367 LBB1_367: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #272] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_369 b LBB1_368 LBB1_368: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #248] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB1_377 b LBB1_369 LBB1_369: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_377 b LBB1_370 LBB1_370: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_373 b LBB1_371 LBB1_371: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_373 b LBB1_372 LBB1_372: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_377 b LBB1_373 LBB1_373: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_377 b LBB1_374 LBB1_374: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_377 b LBB1_375 LBB1_375: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_377 b LBB1_376 LBB1_376: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_377 LBB1_377: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #248] ; 8-byte Folded Reload ldur x9, [x29, #-144] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, ne tbnz w8, #0, LBB1_382 b LBB1_378 LBB1_378: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_380 b LBB1_379 LBB1_379: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_388 b LBB1_380 LBB1_380: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_382 b LBB1_381 LBB1_381: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_388 b LBB1_382 LBB1_382: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_388 b LBB1_383 LBB1_383: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_388 b LBB1_384 LBB1_384: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_388 b LBB1_385 LBB1_385: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_386 LBB1_386: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_387 LBB1_387: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_388 LBB1_388: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #272] ; 8-byte Folded Reload ldur x8, [x29, #-120] ; 8-byte Folded Reload ldr w8, [x8] ldr w10, [x9] mov w9, #-1 mul w9, w9, w10 add w8, w8, w9 adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_393 b LBB1_389 LBB1_389: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_393 b LBB1_390 LBB1_390: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_393 b LBB1_391 LBB1_391: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_393 b LBB1_392 LBB1_392: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-144] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #1.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_401 b LBB1_393 LBB1_393: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_401 b LBB1_394 LBB1_394: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_397 b LBB1_395 LBB1_395: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_397 b LBB1_396 LBB1_396: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_401 b LBB1_397 LBB1_397: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_401 b LBB1_398 LBB1_398: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_401 b LBB1_399 LBB1_399: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_401 b LBB1_400 LBB1_400: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-208] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_401 LBB1_401: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_403 b LBB1_402 LBB1_402: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_409 b LBB1_403 LBB1_403: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_405 b LBB1_404 LBB1_404: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_409 b LBB1_405 LBB1_405: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_407 b LBB1_406 LBB1_406: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_409 b LBB1_407 LBB1_407: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_408 LBB1_408: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_409 LBB1_409: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_411 b LBB1_410 LBB1_410: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_417 b LBB1_411 LBB1_411: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_413 b LBB1_412 LBB1_412: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_417 b LBB1_413 LBB1_413: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_415 b LBB1_414 LBB1_414: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_417 b LBB1_415 LBB1_415: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #200] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_416 LBB1_416: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #240] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_417 LBB1_417: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #176] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #1.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_420 b LBB1_418 LBB1_418: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_420 b LBB1_419 LBB1_419: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_420 LBB1_420: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #176] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #2.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_423 b LBB1_421 LBB1_421: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_423 b LBB1_422 LBB1_422: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_423 LBB1_423: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #144] ; 8-byte Folded Reload ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldrsb w9, [x9] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_426 b LBB1_424 LBB1_424: ; in Loop: Header=BB1_107 Depth=1 ldr x9, [sp, #160] ; 8-byte Folded Reload ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne and w8, w8, #0x1 ldrsb w9, [x9] subs w9, w9, #0 cset w9, ne and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_426 b LBB1_425 LBB1_425: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #176] ; 8-byte Folded Reload ldur x9, [x29, #-216] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x10] fcvt d0, s0 ldr s1, [x9] fcvt d3, s1 ldr s1, [x8] fcvt d2, s1 fmov d1, #-1.00000000 fmadd d1, d1, d2, d3 fadd d0, d0, d1 fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB1_429 b LBB1_426 LBB1_426: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_428 b LBB1_427 LBB1_427: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_428 LBB1_428: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, hi mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_429 LBB1_429: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_434 b LBB1_430 LBB1_430: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_434 b LBB1_431 LBB1_431: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_434 b LBB1_432 LBB1_432: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_434 b LBB1_433 LBB1_433: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #176] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB1_439 b LBB1_434 LBB1_434: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_439 b LBB1_435 LBB1_435: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_439 b LBB1_436 LBB1_436: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_439 b LBB1_437 LBB1_437: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_438 LBB1_438: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_439 LBB1_439: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_445 b LBB1_440 LBB1_440: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_445 b LBB1_441 LBB1_441: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_445 b LBB1_442 LBB1_442: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_445 b LBB1_443 LBB1_443: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-216] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #1.00000000 fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB1_445 b LBB1_444 LBB1_444: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #176] ; 8-byte Folded Reload ldur x9, [x29, #-216] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, eq tbnz w8, #0, LBB1_450 b LBB1_445 LBB1_445: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_450 b LBB1_446 LBB1_446: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_450 b LBB1_447 LBB1_447: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_450 b LBB1_448 LBB1_448: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_449 LBB1_449: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_450 LBB1_450: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #176] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_455 b LBB1_451 LBB1_451: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_455 b LBB1_452 LBB1_452: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_455 b LBB1_453 LBB1_453: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_455 b LBB1_454 LBB1_454: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_460 b LBB1_455 LBB1_455: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_460 b LBB1_456 LBB1_456: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_460 b LBB1_457 LBB1_457: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_460 b LBB1_458 LBB1_458: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_459 LBB1_459: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_460 LBB1_460: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #176] ; 8-byte Folded Reload ldur x9, [x29, #-216] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, ne tbnz w8, #0, LBB1_467 b LBB1_461 LBB1_461: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #144] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_467 b LBB1_462 LBB1_462: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #160] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_467 b LBB1_463 LBB1_463: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-216] ; 8-byte Folded Reload ldr s0, [x8] fcvt d1, s0 fmov d0, #1.00000000 fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB1_467 b LBB1_464 LBB1_464: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_467 b LBB1_465 LBB1_465: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_467 b LBB1_466 LBB1_466: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-216] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fmov d1, #2.00000000 fcmp d0, d1 cset w8, ls tbnz w8, #0, LBB1_472 b LBB1_467 LBB1_467: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-248] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_472 b LBB1_468 LBB1_468: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_472 b LBB1_469 LBB1_469: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_472 b LBB1_470 LBB1_470: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_471 LBB1_471: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_472 LBB1_472: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #136] ; 8-byte Folded Reload ldr s0, [x8] fcvt d1, s0 movi d0, #0000000000000000 fcmp d0, d1 cset w8, hi mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_473 LBB1_473: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_475 b LBB1_474 LBB1_474: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_478 b LBB1_475 LBB1_475: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_478 b LBB1_476 LBB1_476: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_477 LBB1_477: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_478 LBB1_478: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_480 b LBB1_479 LBB1_479: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_483 b LBB1_480 LBB1_480: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_483 b LBB1_481 LBB1_481: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_482 LBB1_482: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_483 LBB1_483: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #80] ; 4-byte Folded Spill tbnz w8, #0, LBB1_485 b LBB1_484 LBB1_484: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq str w8, [sp, #80] ; 4-byte Folded Spill b LBB1_485 LBB1_485: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w9, [sp, #80] ; 4-byte Folded Reload and w9, w9, #0x1 str w9, [sp, #72] ; 4-byte Folded Spill ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #76] ; 4-byte Folded Spill tbnz w8, #0, LBB1_489 b LBB1_486 LBB1_486: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #68] ; 4-byte Folded Spill tbnz w8, #0, LBB1_488 b LBB1_487 LBB1_487: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne str w8, [sp, #68] ; 4-byte Folded Spill b LBB1_488 LBB1_488: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #68] ; 4-byte Folded Reload str w8, [sp, #76] ; 4-byte Folded Spill b LBB1_489 LBB1_489: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #72] ; 4-byte Folded Reload ldr w9, [sp, #76] ; 4-byte Folded Reload and w9, w9, #0x1 subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_491 b LBB1_490 LBB1_490: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, eq mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_491 LBB1_491: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_499 b LBB1_492 LBB1_492: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-152] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #64] ; 4-byte Folded Spill tbnz w8, #0, LBB1_494 b LBB1_493 LBB1_493: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-192] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq str w8, [sp, #64] ; 4-byte Folded Spill b LBB1_494 LBB1_494: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w9, [sp, #64] ; 4-byte Folded Reload and w9, w9, #0x1 str w9, [sp, #56] ; 4-byte Folded Spill ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #60] ; 4-byte Folded Spill tbnz w8, #0, LBB1_498 b LBB1_495 LBB1_495: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #52] ; 4-byte Folded Spill tbnz w8, #0, LBB1_497 b LBB1_496 LBB1_496: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq str w8, [sp, #52] ; 4-byte Folded Spill b LBB1_497 LBB1_497: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #52] ; 4-byte Folded Reload str w8, [sp, #60] ; 4-byte Folded Spill b LBB1_498 LBB1_498: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #56] ; 4-byte Folded Reload ldr w9, [sp, #60] ; 4-byte Folded Reload and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_499 LBB1_499: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_510 b LBB1_500 LBB1_500: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #48] ; 4-byte Folded Spill tbnz w8, #0, LBB1_504 b LBB1_501 LBB1_501: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #44] ; 4-byte Folded Spill tbnz w8, #0, LBB1_503 b LBB1_502 LBB1_502: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq str w8, [sp, #44] ; 4-byte Folded Spill b LBB1_503 LBB1_503: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #44] ; 4-byte Folded Reload str w8, [sp, #48] ; 4-byte Folded Spill b LBB1_504 LBB1_504: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldr w9, [sp, #48] ; 4-byte Folded Reload and w9, w9, #0x1 str w9, [sp, #40] ; 4-byte Folded Spill ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_506 b LBB1_505 LBB1_505: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #1 str w9, [sp, #36] ; 4-byte Folded Spill tbnz w8, #0, LBB1_509 b LBB1_506 LBB1_506: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #32] ; 4-byte Folded Spill tbnz w8, #0, LBB1_508 b LBB1_507 LBB1_507: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq str w8, [sp, #32] ; 4-byte Folded Spill b LBB1_508 LBB1_508: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #32] ; 4-byte Folded Reload str w8, [sp, #36] ; 4-byte Folded Spill b LBB1_509 LBB1_509: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #40] ; 4-byte Folded Reload ldr w9, [sp, #36] ; 4-byte Folded Reload and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_510 LBB1_510: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x8] fcvt d0, s0 fcmp d0, #0.0 cset w8, ne tbnz w8, #0, LBB1_521 b LBB1_511 LBB1_511: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB1_515 b LBB1_512 LBB1_512: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-168] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB1_514 b LBB1_513 LBB1_513: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-184] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq str w8, [sp, #24] ; 4-byte Folded Spill b LBB1_514 LBB1_514: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #24] ; 4-byte Folded Reload str w8, [sp, #28] ; 4-byte Folded Spill b LBB1_515 LBB1_515: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #312] ; 8-byte Folded Reload ldr w9, [sp, #28] ; 4-byte Folded Reload and w9, w9, #0x1 str w9, [sp, #20] ; 4-byte Folded Spill ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_517 b LBB1_516 LBB1_516: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-224] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #1 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB1_520 b LBB1_517 LBB1_517: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #288] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB1_519 b LBB1_518 LBB1_518: ; in Loop: Header=BB1_107 Depth=1 ldur x8, [x29, #-128] ; 8-byte Folded Reload ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq str w8, [sp, #12] ; 4-byte Folded Spill b LBB1_519 LBB1_519: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload str w8, [sp, #16] ; 4-byte Folded Spill b LBB1_520 LBB1_520: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload ldr w9, [sp, #16] ; 4-byte Folded Reload and w9, w9, #0x1 subs w8, w8, w9 cset w8, ne mov w9, #0 str w9, [sp, #84] ; 4-byte Folded Spill tbnz w8, #0, LBB1_527 b LBB1_521 LBB1_521: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #120] ; 8-byte Folded Reload ldur x9, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x9] ldr s1, [x8] fcmp s0, s1 cset w8, eq tbnz w8, #0, LBB1_523 b LBB1_522 LBB1_522: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #304] ; 8-byte Folded Reload ldr s0, [x8] fcvt d1, s0 fmov d0, #1.00000000 fcmp d0, d1 cset w8, ls mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB1_526 b LBB1_523 LBB1_523: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #304] ; 8-byte Folded Reload ldr s0, [x8] fcvt d1, s0 fmov d0, #1.00000000 fcmp d0, d1 cset w8, ls mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB1_525 b LBB1_524 LBB1_524: ; in Loop: Header=BB1_107 Depth=1 ldr x8, [sp, #120] ; 8-byte Folded Reload ldr x9, [sp, #304] ; 8-byte Folded Reload ldur x10, [x29, #-256] ; 8-byte Folded Reload ldr s0, [x10] fcvt d0, s0 ldr s1, [x9] fcvt d3, s1 ldr s1, [x8] fcvt d2, s1 fmov d1, #-1.00000000 fmadd d1, d1, d2, d3 fadd d0, d0, d1 fcmp d0, #0.0 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB1_525 LBB1_525: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload str w8, [sp, #8] ; 4-byte Folded Spill b LBB1_526 LBB1_526: ; in Loop: Header=BB1_107 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload str w8, [sp, #84] ; 4-byte Folded Spill b LBB1_527 LBB1_527: ; in Loop: Header=BB1_107 Depth=1 ldur x11, [x29, #-128] ; 8-byte Folded Reload ldr x10, [sp, #264] ; 8-byte Folded Reload ldur x13, [x29, #-136] ; 8-byte Folded Reload ldr x12, [sp, #256] ; 8-byte Folded Reload ldur x14, [x29, #-144] ; 8-byte Folded Reload ldr x15, [sp, #248] ; 8-byte Folded Reload ldur x17, [x29, #-152] ; 8-byte Folded Reload ldr x16, [sp, #240] ; 8-byte Folded Reload ldur x1, [x29, #-160] ; 8-byte Folded Reload ldr x0, [sp, #232] ; 8-byte Folded Reload ldur x3, [x29, #-168] ; 8-byte Folded Reload ldr x2, [sp, #224] ; 8-byte Folded Reload ldur x4, [x29, #-176] ; 8-byte Folded Reload ldr x5, [sp, #216] ; 8-byte Folded Reload ldur x7, [x29, #-184] ; 8-byte Folded Reload ldr x6, [sp, #208] ; 8-byte Folded Reload ldur x20, [x29, #-192] ; 8-byte Folded Reload ldr x19, [sp, #200] ; 8-byte Folded Reload ldur x22, [x29, #-200] ; 8-byte Folded Reload ldr x21, [sp, #192] ; 8-byte Folded Reload ldur x24, [x29, #-208] ; 8-byte Folded Reload ldr x23, [sp, #184] ; 8-byte Folded Reload ldur x25, [x29, #-216] ; 8-byte Folded Reload ldr x26, [sp, #176] ; 8-byte Folded Reload ldur x28, [x29, #-224] ; 8-byte Folded Reload ldr x27, [sp, #168] ; 8-byte Folded Reload ldr x30, [sp, #160] ; 8-byte Folded Reload ldr x9, [sp, #280] ; 8-byte Folded Reload ldr w8, [sp, #84] ; 4-byte Folded Reload and w8, w8, #0x1 stur w8, [x29, #-96] ldr x8, [sp, #88] ; 8-byte Folded Reload ldrb w8, [x8] strb w8, [x9] ldur x9, [x29, #-112] ; 8-byte Folded Reload ldr x8, [sp, #96] ; 8-byte Folded Reload ldrb w8, [x8] strb w8, [x9] ldr x9, [sp, #288] ; 8-byte Folded Reload ldr x8, [sp, #104] ; 8-byte Folded Reload ldrb w8, [x8] strb w8, [x9] ldr x9, [sp, #312] ; 8-byte Folded Reload ldr x8, [sp, #112] ; 8-byte Folded Reload ldr s0, [x8] ldr x8, [sp, #296] ; 8-byte Folded Reload str s0, [x8] ldr x8, [sp, #120] ; 8-byte Folded Reload ldr s0, [x8] ldr x8, [sp, #304] ; 8-byte Folded Reload str s0, [x8] ldr x8, [sp, #128] ; 8-byte Folded Reload ldrb w8, [x8] strb w8, [x9] ldur x9, [x29, #-248] ; 8-byte Folded Reload ldr x8, [sp, #136] ; 8-byte Folded Reload ldr s0, [x8] ldur x8, [x29, #-256] ; 8-byte Folded Reload str s0, [x8] ldr x8, [sp, #144] ; 8-byte Folded Reload ldrb w8, [x8] strb w8, [x9] ldur x9, [x29, #-240] ; 8-byte Folded Reload ldr x8, [sp, #152] ; 8-byte Folded Reload ldrb w8, [x8] strb w8, [x9] ldur x9, [x29, #-120] ; 8-byte Folded Reload ldur x8, [x29, #-232] ; 8-byte Folded Reload ldrb w30, [x30] strb w30, [x8] ldr x8, [sp, #272] ; 8-byte Folded Reload ldrb w27, [x27] strb w27, [x28] ldr s0, [x26] str s0, [x25] ldrb w23, [x23] strb w23, [x24] ldrb w21, [x21] strb w21, [x22] ldrb w19, [x19] strb w19, [x20] ldrb w6, [x6] strb w6, [x7] ldr s0, [x5] str s0, [x4] ldrb w2, [x2] strb w2, [x3] ldrb w0, [x0] strb w0, [x1] ldrb w16, [x16] strb w16, [x17] ldr s0, [x15] str s0, [x14] ldrb w12, [x12] strb w12, [x13] ldrb w10, [x10] strb w10, [x11] ldr w8, [x8] str w8, [x9] b LBB1_107 LBB1_528: ldur w0, [x29, #-92] add sp, sp, #496 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload ldp x20, x19, [sp, #64] ; 16-byte Folded Reload ldp x22, x21, [sp, #48] ; 16-byte Folded Reload ldp x24, x23, [sp, #32] ; 16-byte Folded Reload ldp x26, x25, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #96 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .comm _t1_l1,1,0 ; @t1_l1 .comm _t1_l0,1,0 ; @t1_l0 .comm _t1_evt1,1,0 ; @t1_evt1 .comm _t1_x,4,2 ; @t1_x .comm __diverge_delta,4,2 ; @_diverge_delta .comm _t0_evt1,1,0 ; @t0_evt1 .comm _delta,4,2 ; @delta .comm _gate_l0,1,0 ; @gate_l0 .comm _controller_l0,1,0 ; @controller_l0 .comm _gate_l1,1,0 ; @gate_l1 .comm _t0_evt0,1,0 ; @t0_evt0 .comm _gate_y,4,2 ; @gate_y .comm _controller_l1,1,0 ; @controller_l1 .comm _t0_l0,1,0 ; @t0_l0 .comm _gate_evt0,1,0 ; @gate_evt0 .comm _controller_evt0,1,0 ; @controller_evt0 .comm _t0_x,4,2 ; @t0_x .comm _controller_evt1,1,0 ; @controller_evt1 .comm _t0_l1,1,0 ; @t0_l1 .comm _gate_evt1,1,0 ; @gate_evt1 .comm _controller_z,4,2 ; @controller_z .comm _controller_evt2,1,0 ; @controller_evt2 .comm _t1_evt0,1,0 ; @t1_evt0 .comm _controller_cnt,4,2 ; @controller_cnt .comm __x_t1_l1,1,0 ; @_x_t1_l1 .comm __x_t1_l0,1,0 ; @_x_t1_l0 .comm __x_t1_evt1,1,0 ; @_x_t1_evt1 .comm __x_t1_x,4,2 ; @_x_t1_x .comm __x__diverge_delta,4,2 ; @_x__diverge_delta .comm __x_t0_evt1,1,0 ; @_x_t0_evt1 .comm __x_delta,4,2 ; @_x_delta .comm __x_gate_l0,1,0 ; @_x_gate_l0 .comm __x_controller_l0,1,0 ; @_x_controller_l0 .comm __x_gate_l1,1,0 ; @_x_gate_l1 .comm __x_t0_evt0,1,0 ; @_x_t0_evt0 .comm __x_gate_y,4,2 ; @_x_gate_y .comm __x_controller_l1,1,0 ; @_x_controller_l1 .comm __x_t0_l0,1,0 ; @_x_t0_l0 .comm __x_gate_evt0,1,0 ; @_x_gate_evt0 .comm __x_controller_evt0,1,0 ; @_x_controller_evt0 .comm __x_t0_x,4,2 ; @_x_t0_x .comm __x_controller_evt1,1,0 ; @_x_controller_evt1 .comm __x_t0_l1,1,0 ; @_x_t0_l1 .comm __x_gate_evt1,1,0 ; @_x_gate_evt1 .comm __x_controller_z,4,2 ; @_x_controller_z .comm __x_controller_evt2,1,0 ; @_x_controller_evt2 .comm __x_t1_evt0,1,0 ; @_x_t1_evt0 .comm __x_controller_cnt,4,2 ; @_x_controller_cnt .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_nondet_bool ## -- Begin function __VERIFIER_nondet_bool .p2align 4, 0x90 ___VERIFIER_nondet_bool: ## @__VERIFIER_nondet_bool .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq ___VERIFIER_nondet_int cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax ## kill: def $al killed $al killed $eax movsbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI1_0: .quad 0x4014000000000000 ## double 5 LCPI1_1: .quad 0x3ff0000000000000 ## double 1 LCPI1_2: .quad 0x4000000000000000 ## double 2 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) callq ___VERIFIER_nondet_bool movb %al, %cl movq _t1_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _t1_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _t1_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq _t1_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq __diverge_delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _t0_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq _delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _gate_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _controller_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _gate_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _t0_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq _gate_y@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _controller_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _t0_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _gate_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _controller_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq _t0_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _controller_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _t0_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _gate_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq _controller_z@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _controller_evt2@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq _t1_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_int movl %eax, %ecx movq _controller_cnt@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.1: movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.2: movq _t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 jp LBB1_106 ## %bb.3: movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_5 ## %bb.4: movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_11 LBB1_5: movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_7 ## %bb.6: movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_11 LBB1_7: movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_9 ## %bb.8: movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_11 LBB1_9: movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 ## %bb.10: movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_11: movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_13 ## %bb.12: movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_19 LBB1_13: movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_15 ## %bb.14: movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_19 LBB1_15: movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_17 ## %bb.16: movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_19 LBB1_17: movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 ## %bb.18: movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_19: movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_21 ## %bb.20: movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_22 LBB1_21: movq _t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorl %eax, %eax ## kill: def $al killed $al killed $eax movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 movb %al, -9(%rbp) ## 1-byte Spill jb LBB1_106 LBB1_22: movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.23: movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.24: movq _t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 jp LBB1_106 ## %bb.25: movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_27 ## %bb.26: movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_33 LBB1_27: movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_29 ## %bb.28: movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_33 LBB1_29: movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_31 ## %bb.30: movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_33 LBB1_31: movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 ## %bb.32: movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_33: movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_35 ## %bb.34: movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_41 LBB1_35: movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_37 ## %bb.36: movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_41 LBB1_37: movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_39 ## %bb.38: movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_41 LBB1_39: movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 ## %bb.40: movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_41: movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_43 ## %bb.42: movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_44 LBB1_43: movq _t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorl %eax, %eax ## kill: def $al killed $al killed $eax movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 movb %al, -9(%rbp) ## 1-byte Spill jb LBB1_106 LBB1_44: movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.45: movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.46: movq _controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 jp LBB1_106 ## %bb.47: movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_49 ## %bb.48: movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_55 LBB1_49: movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_51 ## %bb.50: movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_55 LBB1_51: movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_53 ## %bb.52: movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_55 LBB1_53: movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 ## %bb.54: movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_55: movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_58 ## %bb.56: movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_58 ## %bb.57: movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_70 LBB1_58: movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_61 ## %bb.59: movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_61 ## %bb.60: movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_70 LBB1_61: movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_64 ## %bb.62: movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_64 ## %bb.63: movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_70 LBB1_64: movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_67 ## %bb.65: movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_67 ## %bb.66: movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_70 LBB1_67: movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 ## %bb.68: movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.69: movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 LBB1_70: movq _controller_cnt@GOTPCREL(%rip), %rax cmpl $0, (%rax) je LBB1_74 ## %bb.71: movq _controller_cnt@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB1_74 ## %bb.72: movq _controller_cnt@GOTPCREL(%rip), %rax cmpl $2, (%rax) je LBB1_74 ## %bb.73: xorl %eax, %eax ## kill: def $al killed $al killed $eax movq _controller_cnt@GOTPCREL(%rip), %rcx cmpl $3, (%rcx) movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 LBB1_74: movq _controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_79 ## %bb.75: movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_77 ## %bb.76: movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_77: movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_79 ## %bb.78: movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 LBB1_79: movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.80: movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 ## %bb.81: movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 jp LBB1_106 ## %bb.82: movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_84 ## %bb.83: movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_90 LBB1_84: movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_86 ## %bb.85: movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_90 LBB1_86: movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_88 ## %bb.87: movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_90 LBB1_88: movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 ## %bb.89: movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_90: movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_92 ## %bb.91: movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_98 LBB1_92: movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_94 ## %bb.93: movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_98 LBB1_94: movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_96 ## %bb.95: movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_98 LBB1_96: movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 ## %bb.97: movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_98: movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_101 ## %bb.99: movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_101 ## %bb.100: movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill je LBB1_106 LBB1_101: movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_104 ## %bb.102: movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_104 ## %bb.103: movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -9(%rbp) ## 1-byte Spill jne LBB1_106 LBB1_104: movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 movb %al, -9(%rbp) ## 1-byte Spill jb LBB1_106 ## %bb.105: movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __diverge_delta@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 sete %al setnp %cl andb %cl, %al movb %al, -9(%rbp) ## 1-byte Spill LBB1_106: movb -9(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -8(%rbp) LBB1_107: ## =>This Inner Loop Header: Depth=1 cmpl $0, -8(%rbp) je LBB1_528 ## %bb.108: ## in Loop: Header=BB1_107 Depth=1 callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_t1_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_t1_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_t1_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq __x_t1_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_float movq __x__diverge_delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_t0_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq __x_delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_gate_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_controller_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_gate_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_t0_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq __x_gate_y@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_controller_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_t0_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_gate_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_controller_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq __x_t0_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_controller_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_t0_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_gate_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_float movq __x_controller_z@GOTPCREL(%rip), %rax movss %xmm0, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_controller_evt2@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_bool movb %al, %cl movq __x_t1_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) callq ___VERIFIER_nondet_int movl %eax, %ecx movq __x_controller_cnt@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_110 ## %bb.109: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_116 LBB1_110: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_112 ## %bb.111: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_116 LBB1_112: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_114 ## %bb.113: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_116 LBB1_114: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 ## %bb.115: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_116: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_118 ## %bb.117: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_124 LBB1_118: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_120 ## %bb.119: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_124 LBB1_120: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_122 ## %bb.121: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_124 LBB1_122: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 ## %bb.123: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_124: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_126 ## %bb.125: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_127 LBB1_126: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorl %eax, %eax ## kill: def $al killed $al killed $eax movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 movb %al, -10(%rbp) ## 1-byte Spill jb LBB1_527 LBB1_127: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax movq __x_t1_l0@GOTPCREL(%rip), %rcx movsbl (%rcx), %ecx cmpl $0, %ecx setne %cl andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax jne LBB1_130 ## %bb.128: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax movq __x_t1_l1@GOTPCREL(%rip), %rcx movsbl (%rcx), %ecx cmpl $0, %ecx setne %cl andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax jne LBB1_130 ## %bb.129: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movq _t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movq __x_t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm2 ## xmm2 = mem[0],zero,zero,zero cvtss2sd %xmm2, %xmm2 subsd %xmm2, %xmm1 addsd %xmm1, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_130 jp LBB1_130 jmp LBB1_133 LBB1_130: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm0, %xmm0 ucomisd %xmm1, %xmm0 movb %al, -10(%rbp) ## 1-byte Spill jb LBB1_527 ## %bb.131: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_133 ## %bb.132: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_133: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_138 ## %bb.134: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_138 ## %bb.135: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_138 ## %bb.136: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_138 ## %bb.137: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_138 jp LBB1_138 jmp LBB1_143 LBB1_138: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_143 ## %bb.139: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_143 ## %bb.140: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_143 jp LBB1_143 ## %bb.141: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.142: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_143: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_149 ## %bb.144: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_149 ## %bb.145: ## in Loop: Header=BB1_107 Depth=1 movq _t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_149 ## %bb.146: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_149 ## %bb.147: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_149 ## %bb.148: ## in Loop: Header=BB1_107 Depth=1 movq _t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_t1_x@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_149 jp LBB1_149 jmp LBB1_154 LBB1_149: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_154 ## %bb.150: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_154 ## %bb.151: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_154 jp LBB1_154 ## %bb.152: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.153: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_154: ## in Loop: Header=BB1_107 Depth=1 movq _t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_t1_x@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_159 jp LBB1_159 ## %bb.155: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_159 ## %bb.156: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_159 ## %bb.157: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_159 ## %bb.158: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_164 LBB1_159: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_164 ## %bb.160: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_164 ## %bb.161: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_164 jp LBB1_164 ## %bb.162: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.163: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_164: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_170 ## %bb.165: ## in Loop: Header=BB1_107 Depth=1 movq __x_t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_170 ## %bb.166: ## in Loop: Header=BB1_107 Depth=1 movq _t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB1_170 ## %bb.167: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_170 ## %bb.168: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_170 ## %bb.169: ## in Loop: Header=BB1_107 Depth=1 movq _t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_t1_x@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_170 jp LBB1_170 jmp LBB1_175 LBB1_170: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_175 ## %bb.171: ## in Loop: Header=BB1_107 Depth=1 movq _t1_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_175 ## %bb.172: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_175 jp LBB1_175 ## %bb.173: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.174: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_175: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_177 ## %bb.176: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_183 LBB1_177: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_179 ## %bb.178: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_183 LBB1_179: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_181 ## %bb.180: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_183 LBB1_181: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 ## %bb.182: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_183: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_185 ## %bb.184: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_191 LBB1_185: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_187 ## %bb.186: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_191 LBB1_187: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_189 ## %bb.188: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_191 LBB1_189: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 ## %bb.190: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_191: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_193 ## %bb.192: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_194 LBB1_193: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorl %eax, %eax ## kill: def $al killed $al killed $eax movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 movb %al, -10(%rbp) ## 1-byte Spill jb LBB1_527 LBB1_194: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax movq __x_t0_l0@GOTPCREL(%rip), %rcx movsbl (%rcx), %ecx cmpl $0, %ecx setne %cl andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax jne LBB1_197 ## %bb.195: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax movq __x_t0_l1@GOTPCREL(%rip), %rcx movsbl (%rcx), %ecx cmpl $0, %ecx setne %cl andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax jne LBB1_197 ## %bb.196: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movq _t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movq __x_t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm2 ## xmm2 = mem[0],zero,zero,zero cvtss2sd %xmm2, %xmm2 subsd %xmm2, %xmm1 addsd %xmm1, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_197 jp LBB1_197 jmp LBB1_200 LBB1_197: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm0, %xmm0 ucomisd %xmm1, %xmm0 movb %al, -10(%rbp) ## 1-byte Spill jb LBB1_527 ## %bb.198: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_200 ## %bb.199: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_200: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_205 ## %bb.201: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_205 ## %bb.202: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_205 ## %bb.203: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_205 ## %bb.204: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_205 jp LBB1_205 jmp LBB1_210 LBB1_205: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_210 ## %bb.206: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_210 ## %bb.207: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_210 jp LBB1_210 ## %bb.208: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.209: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_210: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_216 ## %bb.211: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_216 ## %bb.212: ## in Loop: Header=BB1_107 Depth=1 movq _t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_216 ## %bb.213: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_216 ## %bb.214: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_216 ## %bb.215: ## in Loop: Header=BB1_107 Depth=1 movq _t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_t0_x@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_216 jp LBB1_216 jmp LBB1_221 LBB1_216: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_221 ## %bb.217: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_221 ## %bb.218: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_221 jp LBB1_221 ## %bb.219: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.220: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_221: ## in Loop: Header=BB1_107 Depth=1 movq _t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_t0_x@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_226 jp LBB1_226 ## %bb.222: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_226 ## %bb.223: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_226 ## %bb.224: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_226 ## %bb.225: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_231 LBB1_226: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_231 ## %bb.227: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_231 ## %bb.228: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_231 jp LBB1_231 ## %bb.229: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.230: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_231: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_237 ## %bb.232: ## in Loop: Header=BB1_107 Depth=1 movq __x_t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_237 ## %bb.233: ## in Loop: Header=BB1_107 Depth=1 movq _t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB1_237 ## %bb.234: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_237 ## %bb.235: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_237 ## %bb.236: ## in Loop: Header=BB1_107 Depth=1 movq _t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_t0_x@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_237 jp LBB1_237 jmp LBB1_242 LBB1_237: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_242 ## %bb.238: ## in Loop: Header=BB1_107 Depth=1 movq _t0_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_242 ## %bb.239: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_242 jp LBB1_242 ## %bb.240: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.241: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_242: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_244 ## %bb.243: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_250 LBB1_244: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_246 ## %bb.245: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_250 LBB1_246: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_248 ## %bb.247: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_250 LBB1_248: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 ## %bb.249: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_250: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_253 ## %bb.251: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_253 ## %bb.252: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_265 LBB1_253: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_256 ## %bb.254: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_256 ## %bb.255: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_265 LBB1_256: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_259 ## %bb.257: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_259 ## %bb.258: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_265 LBB1_259: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_262 ## %bb.260: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_262 ## %bb.261: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_265 LBB1_262: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 ## %bb.263: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.264: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_265: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_cnt@GOTPCREL(%rip), %rax cmpl $0, (%rax) je LBB1_269 ## %bb.266: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_cnt@GOTPCREL(%rip), %rax cmpl $1, (%rax) je LBB1_269 ## %bb.267: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_cnt@GOTPCREL(%rip), %rax cmpl $2, (%rax) je LBB1_269 ## %bb.268: ## in Loop: Header=BB1_107 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax movq __x_controller_cnt@GOTPCREL(%rip), %rcx cmpl $3, (%rcx) movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_269: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_274 ## %bb.270: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_272 ## %bb.271: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_272: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_274 ## %bb.273: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_274: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax movq __x_controller_l0@GOTPCREL(%rip), %rcx movsbl (%rcx), %ecx cmpl $0, %ecx setne %cl andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax jne LBB1_278 ## %bb.275: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax movq __x_controller_l1@GOTPCREL(%rip), %rcx movsbl (%rcx), %ecx cmpl $0, %ecx setne %cl andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax jne LBB1_278 ## %bb.276: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movq _controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movq __x_controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm2 ## xmm2 = mem[0],zero,zero,zero cvtss2sd %xmm2, %xmm2 subsd %xmm2, %xmm1 addsd %xmm1, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_278 jp LBB1_278 ## %bb.277: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax movl (%rax), %eax movq __x_controller_cnt@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax je LBB1_282 LBB1_278: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm0, %xmm0 ucomisd %xmm1, %xmm0 movb %al, -10(%rbp) ## 1-byte Spill jb LBB1_527 ## %bb.279: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_282 ## %bb.280: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_282 ## %bb.281: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_282: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_289 ## %bb.283: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_289 ## %bb.284: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_289 ## %bb.285: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_289 ## %bb.286: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_289 ## %bb.287: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_cnt@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB1_289 ## %bb.288: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_289 jp LBB1_289 jmp LBB1_295 LBB1_289: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_295 ## %bb.290: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_295 ## %bb.291: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_295 jp LBB1_295 ## %bb.292: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.293: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.294: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_295: ## in Loop: Header=BB1_107 Depth=1 movq _controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_controller_z@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_300 jp LBB1_300 ## %bb.296: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_298 ## %bb.297: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_306 LBB1_298: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_300 ## %bb.299: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_306 LBB1_300: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_306 ## %bb.301: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_306 ## %bb.302: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_306 jp LBB1_306 ## %bb.303: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.304: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.305: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_306: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_310 ## %bb.307: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_310 ## %bb.308: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_310 ## %bb.309: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax movl (%rax), %eax movq __x_controller_cnt@GOTPCREL(%rip), %rcx imull $4294967295, (%rcx), %ecx ## imm = 0xFFFFFFFF addl %ecx, %eax cmpl $-1, %eax je LBB1_322 LBB1_310: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_314 ## %bb.311: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_314 ## %bb.312: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_314 ## %bb.313: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax movl (%rax), %eax movq __x_controller_cnt@GOTPCREL(%rip), %rcx imull $4294967295, (%rcx), %ecx ## imm = 0xFFFFFFFF addl %ecx, %eax cmpl $1, %eax je LBB1_322 LBB1_314: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_322 jp LBB1_322 ## %bb.315: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_318 ## %bb.316: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_318 ## %bb.317: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_322 LBB1_318: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_322 ## %bb.319: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_322 ## %bb.320: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_322 ## %bb.321: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_322: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_327 ## %bb.323: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_327 ## %bb.324: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_327 ## %bb.325: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax movl (%rax), %eax movq __x_controller_cnt@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB1_327 ## %bb.326: ## in Loop: Header=BB1_107 Depth=1 movq _controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jne LBB1_327 jp LBB1_327 jmp LBB1_335 LBB1_327: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_335 jp LBB1_335 ## %bb.328: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_331 ## %bb.329: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_331 ## %bb.330: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_335 LBB1_331: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_335 ## %bb.332: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_335 ## %bb.333: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_335 ## %bb.334: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_335: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_337 ## %bb.336: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_345 LBB1_337: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_339 ## %bb.338: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_345 LBB1_339: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_345 ## %bb.340: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_345 ## %bb.341: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_345 jp LBB1_345 ## %bb.342: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.343: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.344: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_345: ## in Loop: Header=BB1_107 Depth=1 movq _controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_controller_z@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_355 jp LBB1_355 ## %bb.346: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_350 ## %bb.347: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_350 ## %bb.348: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_350 ## %bb.349: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax movl (%rax), %eax movq __x_controller_cnt@GOTPCREL(%rip), %rcx imull $4294967295, (%rcx), %ecx ## imm = 0xFFFFFFFF addl %ecx, %eax cmpl $-1, %eax je LBB1_363 LBB1_350: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_355 ## %bb.351: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_355 ## %bb.352: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_355 ## %bb.353: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax movl (%rax), %eax movq __x_controller_cnt@GOTPCREL(%rip), %rcx imull $4294967295, (%rcx), %ecx ## imm = 0xFFFFFFFF addl %ecx, %eax cmpl $1, %eax jne LBB1_355 ## %bb.354: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax cmpl $1, (%rax) jg LBB1_363 LBB1_355: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_363 jp LBB1_363 ## %bb.356: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_359 ## %bb.357: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_359 ## %bb.358: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_363 LBB1_359: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_363 ## %bb.360: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_363 ## %bb.361: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_363 ## %bb.362: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_363: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_369 ## %bb.364: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_369 ## %bb.365: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_369 ## %bb.366: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB1_369 ## %bb.367: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_cnt@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB1_369 ## %bb.368: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_369 jp LBB1_369 jmp LBB1_377 LBB1_369: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_377 jp LBB1_377 ## %bb.370: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_373 ## %bb.371: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_373 ## %bb.372: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_377 LBB1_373: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_377 ## %bb.374: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_377 ## %bb.375: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_377 ## %bb.376: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_377: ## in Loop: Header=BB1_107 Depth=1 movq _controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_controller_z@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_382 jp LBB1_382 ## %bb.378: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_380 ## %bb.379: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_388 LBB1_380: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_382 ## %bb.381: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_388 LBB1_382: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_388 ## %bb.383: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_388 ## %bb.384: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_388 jp LBB1_388 ## %bb.385: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.386: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.387: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_388: ## in Loop: Header=BB1_107 Depth=1 movq _controller_cnt@GOTPCREL(%rip), %rax movl (%rax), %eax movq __x_controller_cnt@GOTPCREL(%rip), %rcx imull $4294967295, (%rcx), %ecx ## imm = 0xFFFFFFFF addl %ecx, %eax cmpl $-1, %eax jne LBB1_393 ## %bb.389: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_393 ## %bb.390: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_393 ## %bb.391: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_393 ## %bb.392: ## in Loop: Header=BB1_107 Depth=1 movq _controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_401 LBB1_393: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_401 jp LBB1_401 ## %bb.394: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_397 ## %bb.395: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_397 ## %bb.396: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_401 LBB1_397: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_401 ## %bb.398: ## in Loop: Header=BB1_107 Depth=1 movq __x_controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_401 ## %bb.399: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_401 ## %bb.400: ## in Loop: Header=BB1_107 Depth=1 movq _controller_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_401: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_403 ## %bb.402: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_409 LBB1_403: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_405 ## %bb.404: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_409 LBB1_405: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_407 ## %bb.406: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_409 LBB1_407: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 ## %bb.408: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_409: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_411 ## %bb.410: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_417 LBB1_411: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_413 ## %bb.412: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_417 LBB1_413: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_415 ## %bb.414: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_417 LBB1_415: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 ## %bb.416: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_417: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_420 ## %bb.418: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_420 ## %bb.419: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_420: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_423 ## %bb.421: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_423 ## %bb.422: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_423: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax movq __x_gate_l0@GOTPCREL(%rip), %rcx movsbl (%rcx), %ecx cmpl $0, %ecx setne %cl andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax jne LBB1_426 ## %bb.424: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax movq __x_gate_l1@GOTPCREL(%rip), %rcx movsbl (%rcx), %ecx cmpl $0, %ecx setne %cl andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax jne LBB1_426 ## %bb.425: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movq __x_gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm2 ## xmm2 = mem[0],zero,zero,zero cvtss2sd %xmm2, %xmm2 subsd %xmm2, %xmm1 addsd %xmm1, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_426 jp LBB1_426 jmp LBB1_429 LBB1_426: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_428 ## %bb.427: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill je LBB1_527 LBB1_428: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm0, %xmm0 ucomisd %xmm1, %xmm0 movb %al, -10(%rbp) ## 1-byte Spill jb LBB1_527 LBB1_429: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_434 ## %bb.430: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_434 ## %bb.431: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_434 ## %bb.432: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_434 ## %bb.433: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_434 jp LBB1_434 jmp LBB1_439 LBB1_434: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_439 ## %bb.435: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_439 ## %bb.436: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_439 jp LBB1_439 ## %bb.437: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.438: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_439: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_445 ## %bb.440: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_445 ## %bb.441: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_445 ## %bb.442: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_445 ## %bb.443: ## in Loop: Header=BB1_107 Depth=1 movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB1_445 ## %bb.444: ## in Loop: Header=BB1_107 Depth=1 movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_gate_y@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_445 jp LBB1_445 jmp LBB1_450 LBB1_445: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_450 ## %bb.446: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_450 ## %bb.447: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_450 jp LBB1_450 ## %bb.448: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.449: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_450: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_455 jp LBB1_455 ## %bb.451: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_455 ## %bb.452: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_455 ## %bb.453: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_455 ## %bb.454: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_460 LBB1_455: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_460 ## %bb.456: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_460 ## %bb.457: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_460 jp LBB1_460 ## %bb.458: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.459: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_460: ## in Loop: Header=BB1_107 Depth=1 movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x_gate_y@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_467 jp LBB1_467 ## %bb.461: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_467 ## %bb.462: ## in Loop: Header=BB1_107 Depth=1 movq __x_gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_467 ## %bb.463: ## in Loop: Header=BB1_107 Depth=1 movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB1_467 ## %bb.464: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_467 ## %bb.465: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_467 ## %bb.466: ## in Loop: Header=BB1_107 Depth=1 movq _gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jae LBB1_472 LBB1_467: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_472 ## %bb.468: ## in Loop: Header=BB1_107 Depth=1 movq _gate_l1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_472 ## %bb.469: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_472 jp LBB1_472 ## %bb.470: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.471: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_472: ## in Loop: Header=BB1_107 Depth=1 movq __x_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 movb %al, -10(%rbp) ## 1-byte Spill jb LBB1_527 ## %bb.473: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_475 ## %bb.474: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_478 LBB1_475: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_478 jp LBB1_478 ## %bb.476: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.477: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_478: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB1_480 ## %bb.479: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_483 LBB1_480: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_483 jp LBB1_483 ## %bb.481: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 ## %bb.482: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_483: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -11(%rbp) ## 1-byte Spill je LBB1_485 ## %bb.484: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al xorb $-1, %al movb %al, -11(%rbp) ## 1-byte Spill LBB1_485: ## in Loop: Header=BB1_107 Depth=1 movb -11(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -16(%rbp) ## 4-byte Spill movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -12(%rbp) ## 1-byte Spill jne LBB1_489 ## %bb.486: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -17(%rbp) ## 1-byte Spill je LBB1_488 ## %bb.487: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al movb %al, -17(%rbp) ## 1-byte Spill LBB1_488: ## in Loop: Header=BB1_107 Depth=1 movb -17(%rbp), %al ## 1-byte Reload movb %al, -12(%rbp) ## 1-byte Spill LBB1_489: ## in Loop: Header=BB1_107 Depth=1 movl -16(%rbp), %eax ## 4-byte Reload movb -12(%rbp), %cl ## 1-byte Reload andb $1, %cl movzbl %cl, %ecx cmpl %ecx, %eax je LBB1_491 ## %bb.490: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %eax, %eax ## kill: def $al killed $al killed $eax xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_491 jp LBB1_491 jmp LBB1_527 LBB1_491: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_499 jp LBB1_499 ## %bb.492: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -18(%rbp) ## 1-byte Spill je LBB1_494 ## %bb.493: ## in Loop: Header=BB1_107 Depth=1 movq _gate_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al xorb $-1, %al movb %al, -18(%rbp) ## 1-byte Spill LBB1_494: ## in Loop: Header=BB1_107 Depth=1 movb -18(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -24(%rbp) ## 4-byte Spill movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -19(%rbp) ## 1-byte Spill je LBB1_498 ## %bb.495: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -25(%rbp) ## 1-byte Spill jne LBB1_497 ## %bb.496: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al xorb $-1, %al movb %al, -25(%rbp) ## 1-byte Spill LBB1_497: ## in Loop: Header=BB1_107 Depth=1 movb -25(%rbp), %al ## 1-byte Reload movb %al, -19(%rbp) ## 1-byte Spill LBB1_498: ## in Loop: Header=BB1_107 Depth=1 movl -24(%rbp), %ecx ## 4-byte Reload movb -19(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %edx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl %edx, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_499: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_510 jp LBB1_510 ## %bb.500: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -26(%rbp) ## 1-byte Spill jne LBB1_504 ## %bb.501: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -27(%rbp) ## 1-byte Spill je LBB1_503 ## %bb.502: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al xorb $-1, %al movb %al, -27(%rbp) ## 1-byte Spill LBB1_503: ## in Loop: Header=BB1_107 Depth=1 movb -27(%rbp), %al ## 1-byte Reload movb %al, -26(%rbp) ## 1-byte Spill LBB1_504: ## in Loop: Header=BB1_107 Depth=1 movb -26(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -32(%rbp) ## 4-byte Spill movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_506 ## %bb.505: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx movb $1, %al cmpl $0, %ecx movb %al, -33(%rbp) ## 1-byte Spill je LBB1_509 LBB1_506: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -34(%rbp) ## 1-byte Spill je LBB1_508 ## %bb.507: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al xorb $-1, %al movb %al, -34(%rbp) ## 1-byte Spill LBB1_508: ## in Loop: Header=BB1_107 Depth=1 movb -34(%rbp), %al ## 1-byte Reload movb %al, -33(%rbp) ## 1-byte Spill LBB1_509: ## in Loop: Header=BB1_107 Depth=1 movl -32(%rbp), %ecx ## 4-byte Reload movb -33(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %edx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl %edx, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_510: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB1_521 jp LBB1_521 ## %bb.511: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt2@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -35(%rbp) ## 1-byte Spill jne LBB1_515 ## %bb.512: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -36(%rbp) ## 1-byte Spill je LBB1_514 ## %bb.513: ## in Loop: Header=BB1_107 Depth=1 movq _controller_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al xorb $-1, %al movb %al, -36(%rbp) ## 1-byte Spill LBB1_514: ## in Loop: Header=BB1_107 Depth=1 movb -36(%rbp), %al ## 1-byte Reload movb %al, -35(%rbp) ## 1-byte Spill LBB1_515: ## in Loop: Header=BB1_107 Depth=1 movb -35(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -40(%rbp) ## 4-byte Spill movq _t0_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB1_517 ## %bb.516: ## in Loop: Header=BB1_107 Depth=1 movq _t0_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %ecx movb $1, %al cmpl $0, %ecx movb %al, -41(%rbp) ## 1-byte Spill je LBB1_520 LBB1_517: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt1@GOTPCREL(%rip), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -42(%rbp) ## 1-byte Spill je LBB1_519 ## %bb.518: ## in Loop: Header=BB1_107 Depth=1 movq _t1_evt0@GOTPCREL(%rip), %rax movsbl (%rax), %eax cmpl $0, %eax setne %al xorb $-1, %al movb %al, -42(%rbp) ## 1-byte Spill LBB1_519: ## in Loop: Header=BB1_107 Depth=1 movb -42(%rbp), %al ## 1-byte Reload movb %al, -41(%rbp) ## 1-byte Spill LBB1_520: ## in Loop: Header=BB1_107 Depth=1 movl -40(%rbp), %ecx ## 4-byte Reload movb -41(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %edx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl %edx, %ecx movb %al, -10(%rbp) ## 1-byte Spill jne LBB1_527 LBB1_521: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __x__diverge_delta@GOTPCREL(%rip), %rax ucomiss (%rax), %xmm0 jne LBB1_522 jp LBB1_522 jmp LBB1_523 LBB1_522: ## in Loop: Header=BB1_107 Depth=1 movq __diverge_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 xorl %eax, %eax ## kill: def $al killed $al killed $eax movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 movb %al, -43(%rbp) ## 1-byte Spill jae LBB1_526 LBB1_523: ## in Loop: Header=BB1_107 Depth=1 movq __diverge_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movb $1, %al movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 movb %al, -44(%rbp) ## 1-byte Spill jae LBB1_525 ## %bb.524: ## in Loop: Header=BB1_107 Depth=1 movq _delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movq __diverge_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 movq __x__diverge_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm2 ## xmm2 = mem[0],zero,zero,zero cvtss2sd %xmm2, %xmm2 subsd %xmm2, %xmm1 addsd %xmm1, %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 sete %al setnp %cl andb %cl, %al movb %al, -44(%rbp) ## 1-byte Spill LBB1_525: ## in Loop: Header=BB1_107 Depth=1 movb -44(%rbp), %al ## 1-byte Reload movb %al, -43(%rbp) ## 1-byte Spill LBB1_526: ## in Loop: Header=BB1_107 Depth=1 movb -43(%rbp), %al ## 1-byte Reload movb %al, -10(%rbp) ## 1-byte Spill LBB1_527: ## in Loop: Header=BB1_107 Depth=1 movb -10(%rbp), %al ## 1-byte Reload andb $1, %al movzbl %al, %eax movl %eax, -8(%rbp) movq __x_t1_l1@GOTPCREL(%rip), %rax movb (%rax), %cl movq _t1_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_t1_l0@GOTPCREL(%rip), %rax movb (%rax), %cl movq _t1_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_t1_evt1@GOTPCREL(%rip), %rax movb (%rax), %cl movq _t1_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_t1_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _t1_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x__diverge_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq __diverge_delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_t0_evt1@GOTPCREL(%rip), %rax movb (%rax), %cl movq _t0_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_delta@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _delta@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_gate_l0@GOTPCREL(%rip), %rax movb (%rax), %cl movq _gate_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_controller_l0@GOTPCREL(%rip), %rax movb (%rax), %cl movq _controller_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_gate_l1@GOTPCREL(%rip), %rax movb (%rax), %cl movq _gate_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_t0_evt0@GOTPCREL(%rip), %rax movb (%rax), %cl movq _t0_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_gate_y@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _gate_y@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_controller_l1@GOTPCREL(%rip), %rax movb (%rax), %cl movq _controller_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_t0_l0@GOTPCREL(%rip), %rax movb (%rax), %cl movq _t0_l0@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_gate_evt0@GOTPCREL(%rip), %rax movb (%rax), %cl movq _gate_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_controller_evt0@GOTPCREL(%rip), %rax movb (%rax), %cl movq _controller_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_t0_x@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _t0_x@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_controller_evt1@GOTPCREL(%rip), %rax movb (%rax), %cl movq _controller_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_t0_l1@GOTPCREL(%rip), %rax movb (%rax), %cl movq _t0_l1@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_gate_evt1@GOTPCREL(%rip), %rax movb (%rax), %cl movq _gate_evt1@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_controller_z@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _controller_z@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq __x_controller_evt2@GOTPCREL(%rip), %rax movb (%rax), %cl movq _controller_evt2@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_t1_evt0@GOTPCREL(%rip), %rax movb (%rax), %cl movq _t1_evt0@GOTPCREL(%rip), %rax movb %cl, (%rax) movq __x_controller_cnt@GOTPCREL(%rip), %rax movl (%rax), %ecx movq _controller_cnt@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_107 LBB1_528: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _t1_l1,1,0 ## @t1_l1 .comm _t1_l0,1,0 ## @t1_l0 .comm _t1_evt1,1,0 ## @t1_evt1 .comm _t1_x,4,2 ## @t1_x .comm __diverge_delta,4,2 ## @_diverge_delta .comm _t0_evt1,1,0 ## @t0_evt1 .comm _delta,4,2 ## @delta .comm _gate_l0,1,0 ## @gate_l0 .comm _controller_l0,1,0 ## @controller_l0 .comm _gate_l1,1,0 ## @gate_l1 .comm _t0_evt0,1,0 ## @t0_evt0 .comm _gate_y,4,2 ## @gate_y .comm _controller_l1,1,0 ## @controller_l1 .comm _t0_l0,1,0 ## @t0_l0 .comm _gate_evt0,1,0 ## @gate_evt0 .comm _controller_evt0,1,0 ## @controller_evt0 .comm _t0_x,4,2 ## @t0_x .comm _controller_evt1,1,0 ## @controller_evt1 .comm _t0_l1,1,0 ## @t0_l1 .comm _gate_evt1,1,0 ## @gate_evt1 .comm _controller_z,4,2 ## @controller_z .comm _controller_evt2,1,0 ## @controller_evt2 .comm _t1_evt0,1,0 ## @t1_evt0 .comm _controller_cnt,4,2 ## @controller_cnt .comm __x_t1_l1,1,0 ## @_x_t1_l1 .comm __x_t1_l0,1,0 ## @_x_t1_l0 .comm __x_t1_evt1,1,0 ## @_x_t1_evt1 .comm __x_t1_x,4,2 ## @_x_t1_x .comm __x__diverge_delta,4,2 ## @_x__diverge_delta .comm __x_t0_evt1,1,0 ## @_x_t0_evt1 .comm __x_delta,4,2 ## @_x_delta .comm __x_gate_l0,1,0 ## @_x_gate_l0 .comm __x_controller_l0,1,0 ## @_x_controller_l0 .comm __x_gate_l1,1,0 ## @_x_gate_l1 .comm __x_t0_evt0,1,0 ## @_x_t0_evt0 .comm __x_gate_y,4,2 ## @_x_gate_y .comm __x_controller_l1,1,0 ## @_x_controller_l1 .comm __x_t0_l0,1,0 ## @_x_t0_l0 .comm __x_gate_evt0,1,0 ## @_x_gate_evt0 .comm __x_controller_evt0,1,0 ## @_x_controller_evt0 .comm __x_t0_x,4,2 ## @_x_t0_x .comm __x_controller_evt1,1,0 ## @_x_controller_evt1 .comm __x_t0_l1,1,0 ## @_x_t0_l1 .comm __x_gate_evt1,1,0 ## @_x_gate_evt1 .comm __x_controller_z,4,2 ## @_x_controller_z .comm __x_controller_evt2,1,0 ## @_x_controller_evt2 .comm __x_t1_evt0,1,0 ## @_x_t1_evt0 .comm __x_controller_cnt,4,2 ## @_x_controller_cnt .subsections_via_symbols
the_stack_data/134739.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w8, #10 stur w8, [x29, #-12] bl _fork stur w0, [x29, #-8] ldursw x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf bl _getpid ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #48] ; 8-byte Folded Spill mov w9, #1 stur w9, [x29, #-16] ; 4-byte Folded Spill add w8, w8, #1 stur w8, [x29, #-12] bl _getpid stur w0, [x29, #-36] ; 4-byte Folded Spill bl _getppid ldr x8, [sp, #48] ; 8-byte Folded Reload ldur w10, [x29, #-36] ; 4-byte Folded Reload mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 stur x8, [x29, #-32] ; 8-byte Folded Spill str x8, [x9, #8] ; implicit-def: $x8 mov x8, x0 stur x8, [x29, #-24] ; 8-byte Folded Spill str x8, [x9, #16] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur w0, [x29, #-16] ; 4-byte Folded Reload bl _sleep b LBB0_2 LBB0_3: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #32] ; 8-byte Folded Spill add w8, w8, #1 stur w8, [x29, #-12] bl _getpid str w0, [sp, #44] ; 4-byte Folded Spill bl _getppid ldr x8, [sp, #32] ; 8-byte Folded Reload ldr w10, [sp, #44] ; 4-byte Folded Reload mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] ; implicit-def: $x8 mov x8, x0 str x8, [x9, #16] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x8, sp adrp x9, l_.str.6@PAGE add x9, x9, l_.str.6@PAGEOFF str x9, [x8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _execl mov w0, #10 bl _sleep b LBB0_6 LBB0_5: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _perror mov w0, #1 bl _exit LBB0_6: b LBB0_7 LBB0_7: mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "pid=%ld\n" l_.str.1: ; @.str.1 .asciz "\345\210\206\345\274\200\345\220\216\350\277\233\347\250\213id=%ld\n" l_.str.2: ; @.str.2 .asciz "i am in parent n=%d,my pid=%d my-parent pid=%d\n" l_.str.3: ; @.str.3 .asciz "i am in child,n=%d,my pid=%d, my parent pid=%d\n" l_.str.4: ; @.str.4 .asciz "/usr/bin/firefox" l_.str.5: ; @.str.5 .asciz "firefox" l_.str.6: ; @.str.6 .asciz "wwww.baidu.com" l_.str.7: ; @.str.7 .asciz "fork" .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 $10, -12(%rbp) callq _fork movl %eax, -8(%rbp) movslq -8(%rbp), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf callq _getpid movslq %eax, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf cmpl $0, -8(%rbp) jle LBB0_3 ## %bb.1: jmp LBB0_2 LBB0_2: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movl %eax, -20(%rbp) ## 4-byte Spill addl $1, %eax movl %eax, -24(%rbp) ## 4-byte Spill movl %eax, -12(%rbp) callq _getpid movl %eax, -16(%rbp) ## 4-byte Spill callq _getppid movl -20(%rbp), %esi ## 4-byte Reload movl -16(%rbp), %edx ## 4-byte Reload movl %eax, %ecx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $1, %edi callq _sleep jmp LBB0_2 LBB0_3: cmpl $0, -8(%rbp) jne LBB0_5 ## %bb.4: movl -12(%rbp), %eax movl %eax, -32(%rbp) ## 4-byte Spill addl $1, %eax movl %eax, -12(%rbp) callq _getpid movl %eax, -28(%rbp) ## 4-byte Spill callq _getppid movl -32(%rbp), %esi ## 4-byte Reload movl -28(%rbp), %edx ## 4-byte Reload movl %eax, %ecx leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi leaq L_.str.5(%rip), %rsi leaq L_.str.6(%rip), %rdx xorl %eax, %eax movl %eax, %ecx movb $0, %al callq _execl movl $10, %edi callq _sleep jmp LBB0_6 LBB0_5: leaq L_.str.7(%rip), %rdi callq _perror movl $1, %edi callq _exit LBB0_6: jmp LBB0_7 LBB0_7: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "pid=%ld\n" L_.str.1: ## @.str.1 .asciz "\345\210\206\345\274\200\345\220\216\350\277\233\347\250\213id=%ld\n" L_.str.2: ## @.str.2 .asciz "i am in parent n=%d,my pid=%d my-parent pid=%d\n" L_.str.3: ## @.str.3 .asciz "i am in child,n=%d,my pid=%d, my parent pid=%d\n" L_.str.4: ## @.str.4 .asciz "/usr/bin/firefox" L_.str.5: ## @.str.5 .asciz "firefox" L_.str.6: ## @.str.6 .asciz "wwww.baidu.com" L_.str.7: ## @.str.7 .asciz "fork" .subsections_via_symbols
the_stack_data/77659.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ; -- Begin function foo .p2align 2 _foo: ; @foo .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] and w8, w8, #0xfffffff0 orr w8, w8, #0xfe00000 scvtf s0, w8 fcvt d0, s0 add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _foo ## -- Begin function foo .p2align 4, 0x90 _foo: ## @foo .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax andl $-16, %eax orl $266338304, %eax ## imm = 0xFE00000 cvtsi2ss %eax, %xmm0 cvtss2sd %xmm0, %xmm0 popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/1013382.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 ldr x8, [sp] add x8, x8, #16 str x8, [sp, #8] mov w0, #0 add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq -16(%rbp), %rax addq $16, %rax movq %rax, -8(%rbp) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/64627.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _f1 ; -- Begin function f1 .p2align 2 _f1: ; @f1 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str s0, [sp, #8] str s1, [sp, #12] ldr x8, [sp, #8] str x8, [sp] ldr x8, [sp] mov x0, x8 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _f2 ; -- Begin function f2 .p2align 2 _f2: ; @f2 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str s0, [sp, #8] str s1, [sp, #12] ldr x8, [sp, #8] str x8, [sp] ldrsb w0, [sp] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _f3 ; -- Begin function f3 .p2align 2 _f3: ; @f3 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str s0, [sp, #8] str s1, [sp, #12] ldr x8, [sp, #8] str x8, [sp] ldrsb w0, [sp, #2] add sp, sp, #16 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 str s0, [sp, #24] str s1, [sp, #28] str w0, [sp, #20] ldr x9, [sp, #24] add x8, sp, #8 str x9, [sp, #8] ldrsw x9, [sp, #20] ldrsb w0, [x8, x9] add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _f1 ## -- Begin function 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 movlpd %xmm0, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax ## kill: def $eax killed $eax killed $rax popq %rbp retq .cfi_endproc ## -- End function .globl _f2 ## -- Begin function 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 movlpd %xmm0, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movsbl -16(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _f3 ## -- Begin function 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 movlpd %xmm0, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movsbl -14(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _f4 ## -- Begin function f4 .p2align 4, 0x90 _f4: ## @f4 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movlpd %xmm0, -8(%rbp) movl %edi, -12(%rbp) movq -8(%rbp), %rax movq %rax, -24(%rbp) movslq -12(%rbp), %rax movsbl -24(%rbp,%rax), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/48574590.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sum_digits ; -- Begin function sum_digits .p2align 2 _sum_digits: ; @sum_digits .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] bl _abs stur w0, [x29, #-4] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-4] mov w9, #10 sdiv w10, w8, w9 mul w10, w10, w9 subs w10, w8, w10 ldr w8, [sp, #8] add w8, w8, w10 str w8, [sp, #8] ldur w8, [x29, #-4] sdiv w8, w8, w9 stur w8, [x29, #-4] b LBB0_1 LBB0_3: ldr w0, [sp, #8] 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 _sum_digits ## -- Begin function sum_digits .p2align 4, 0x90 _sum_digits: ## @sum_digits .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 callq _abs movl %eax, -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 -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx addl -8(%rbp), %edx movl %edx, -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 addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/115766650.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov x0, #10 bl _malloc str x0, [sp] ldr x0, [sp] bl _free ldr x8, [sp] ldrsb w0, [x8, #5] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $10, %edi callq _malloc movq %rax, -16(%rbp) movq -16(%rbp), %rdi callq _free movq -16(%rbp), %rax movsbl 5(%rax), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/115765075.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 _Menu mov x9, sp sub x8, x29, #4 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldur w8, [x29, #-4] str w8, [sp, #8] ; 4-byte Folded Spill subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #8] ; 4-byte Folded Reload subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_4 LBB0_2: bl _FCFS b LBB0_5 LBB0_3: bl _RR b LBB0_4 LBB0_4: b LBB0_5 LBB0_5: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _Menu ; -- Begin function Menu .p2align 2 _Menu: ; @Menu .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.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 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _FCFS ; -- Begin function FCFS .p2align 2 _FCFS: ; @FCFS .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, _n@GOTPAGE ldr x8, [x8, _n@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, _p@GOTPAGE ldr x8, [x8, _p@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill stur wzr, [x29, #-4] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] 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, #32] ; 8-byte Folded Reload ldursw x9, [x29, #-4] add x8, x8, x9, lsl #5 str wzr, [x8, #28] b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB2_1 LBB2_4: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf stur wzr, [x29, #-4] b LBB2_5 LBB2_5: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_8 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_5 Depth=1 ldr x8, [sp, #32] ; 8-byte Folded Reload ldursw x10, [x29, #-4] mov x9, x8 add x10, x9, x10, lsl #5 ldursw x9, [x29, #-4] add x8, x8, x9, lsl #5 add x8, x8, #4 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf b LBB2_7 LBB2_7: ; in Loop: Header=BB2_5 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB2_5 LBB2_8: mov w8, #65535 stur w8, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-4] b LBB2_9 LBB2_9: ; =>This Loop Header: Depth=1 ; Child Loop BB2_11 Depth 2 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_22 b LBB2_10 LBB2_10: ; in Loop: Header=BB2_9 Depth=1 mov w8, #65535 stur w8, [x29, #-8] stur wzr, [x29, #-20] b LBB2_11 LBB2_11: ; Parent Loop BB2_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-20] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_17 b LBB2_12 LBB2_12: ; in Loop: Header=BB2_11 Depth=2 ldr x8, [sp, #32] ; 8-byte Folded Reload ldursw x9, [x29, #-20] add x8, x8, x9, lsl #5 ldr w8, [x8, #28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_15 b LBB2_13 LBB2_13: ; in Loop: Header=BB2_11 Depth=2 ldr x8, [sp, #32] ; 8-byte Folded Reload ldursw x9, [x29, #-20] lsl x9, x9, #5 ldr w8, [x8, x9] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_15 b LBB2_14 LBB2_14: ; in Loop: Header=BB2_11 Depth=2 ldr x8, [sp, #32] ; 8-byte Folded Reload ldursw x9, [x29, #-20] lsl x9, x9, #5 ldr w8, [x8, x9] stur w8, [x29, #-8] ldur w8, [x29, #-20] stur w8, [x29, #-16] b LBB2_15 LBB2_15: ; in Loop: Header=BB2_11 Depth=2 b LBB2_16 LBB2_16: ; in Loop: Header=BB2_11 Depth=2 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB2_11 LBB2_17: ; in Loop: Header=BB2_9 Depth=1 ldr x9, [sp, #32] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldursw x10, [x29, #-16] lsl x10, x10, #5 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB2_19 b LBB2_18 LBB2_18: ; in Loop: Header=BB2_9 Depth=1 ldr x9, [sp, #32] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldursw x11, [x29, #-16] mov x10, x9 add x10, x10, x11, lsl #5 ldr w10, [x10, #4] add w8, w8, w10 ldursw x10, [x29, #-16] add x9, x9, x10, lsl #5 str w8, [x9, #12] b LBB2_20 LBB2_19: ; in Loop: Header=BB2_9 Depth=1 ldr x9, [sp, #32] ; 8-byte Folded Reload ldursw x8, [x29, #-16] lsl x8, x8, #5 ldr w8, [x9, x8] ldursw x11, [x29, #-16] mov x10, x9 add x10, x10, x11, lsl #5 ldr w10, [x10, #4] add w8, w8, w10 ldursw x10, [x29, #-16] add x9, x9, x10, lsl #5 str w8, [x9, #12] b LBB2_20 LBB2_20: ; in Loop: Header=BB2_9 Depth=1 ldr x8, [sp, #32] ; 8-byte Folded Reload ldursw x10, [x29, #-16] mov x9, x8 add x9, x9, x10, lsl #5 ldr w9, [x9, #12] stur w9, [x29, #-12] ldursw x10, [x29, #-16] mov x9, x8 add x9, x9, x10, lsl #5 ldr w9, [x9, #12] ldursw x10, [x29, #-16] lsl x10, x10, #5 ldr w10, [x8, x10] subs w9, w9, w10 ldursw x11, [x29, #-16] mov x10, x8 add x10, x10, x11, lsl #5 str w9, [x10, #16] ldursw x10, [x29, #-16] mov x9, x8 add x9, x9, x10, lsl #5 ldr s1, [x9, #16] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 fmov d0, #1.00000000 fmul d0, d0, d1 ldursw x10, [x29, #-16] mov x9, x8 add x9, x9, x10, lsl #5 ldr s2, [x9, #4] ; 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 ldursw x10, [x29, #-16] mov x9, x8 add x9, x9, x10, lsl #5 str s0, [x9, #24] ldursw x9, [x29, #-16] add x9, x8, x9, lsl #5 mov w8, #1 str w8, [x9, #28] b LBB2_21 LBB2_21: ; in Loop: Header=BB2_9 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB2_9 LBB2_22: bl _P_FCFS ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _P_FCFS ; -- Begin function P_FCFS .p2align 2 _P_FCFS: ; @P_FCFS .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, _n@GOTPAGE ldr x8, [x8, _n@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, _average@GOTPAGE ldr x8, [x8, _average@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _p@GOTPAGE ldr x8, [x8, _p@GOTPAGEOFF] stur x8, [x29, #-24] ; 8-byte Folded Spill adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf stur wzr, [x29, #-4] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldr w9, [x9] 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 w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldursw x9, [x29, #-4] lsl x9, x9, #5 ldr w9, [x8, x9] ; 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 str x0, [sp, #16] ; 8-byte Folded Spill bl _printf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldursw x9, [x29, #-4] add x8, x8, x9, lsl #5 ldr w9, [x8, #4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x0, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-4] add x8, x8, x9, lsl #5 ldr w9, [x8, #12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] bl _printf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldursw x9, [x29, #-4] add x8, x8, x9, lsl #5 ldr w9, [x8, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf ldur x8, [x29, #-24] ; 8-byte Folded Reload ldursw x9, [x29, #-4] add x8, x8, x9, lsl #5 ldr s0, [x8, #24] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB3_1 LBB3_4: stur wzr, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-4] b LBB3_5 LBB3_5: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldur w8, [x29, #-4] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_8 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_5 Depth=1 ldur x8, [x29, #-24] ; 8-byte Folded Reload ldursw x10, [x29, #-4] mov x9, x8 add x9, x9, x10, lsl #5 ldr w10, [x9, #16] ldur w9, [x29, #-8] add w9, w9, w10 stur w9, [x29, #-8] ldursw x9, [x29, #-4] add x8, x8, x9, lsl #5 ldr s1, [x8, #24] ldur s0, [x29, #-12] scvtf s0, s0 fadd s0, s0, s1 fcvtzs w8, s0 stur w8, [x29, #-12] b LBB3_7 LBB3_7: ; in Loop: Header=BB3_5 Depth=1 ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB3_5 LBB3_8: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #24] ; 8-byte Folded Reload ldur s1, [x29, #-8] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 fmov d0, #1.00000000 fmul d1, d0, d1 ldr s3, [x9] ; implicit-def: $d2 fmov s2, s3 sshll.2d v2, v2, #0 ; kill: def $d2 killed $d2 killed $q2 scvtf d2, d2 fdiv d1, d1, d2 fcvt s1, d1 str s1, [x8] 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 fmul d0, d0, d1 ldr s2, [x9] ; 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, [x8, #4] ldr s0, [x8] fcvt d1, s0 ldr s0, [x8, #4] fcvt d0, s0 mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _RR ; -- Begin function RR .p2align 2 _RR: ; @RR .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub sp, sp, #144 adrp x8, _n@GOTPAGE ldr x8, [x8, _n@GOTPAGEOFF] stur x8, [x29, #-80] ; 8-byte Folded Spill adrp x8, _p@GOTPAGE ldr x8, [x8, _p@GOTPAGEOFF] stur x8, [x29, #-72] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-12] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_4 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldursw x9, [x29, #-12] add x8, x8, x9, lsl #5 str wzr, [x8, #28] b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB4_1 LBB4_4: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur x8, [x29, #-80] ; 8-byte Folded Reload sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf stur wzr, [x29, #-12] b LBB4_5 LBB4_5: ; =>This Inner Loop Header: Depth=1 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_8 b LBB4_6 LBB4_6: ; in Loop: Header=BB4_5 Depth=1 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldursw x10, [x29, #-12] mov x9, x8 add x10, x9, x10, lsl #5 ldursw x9, [x29, #-12] add x8, x8, x9, lsl #5 add x8, x8, #4 sub sp, sp, #16 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf add sp, sp, #16 b LBB4_7 LBB4_7: ; in Loop: Header=BB4_5 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB4_5 LBB4_8: adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf sub x8, x29, #16 stur wzr, [x29, #-16] sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldur x8, [x29, #-80] ; 8-byte Folded Reload add sp, sp, #16 ldr w8, [x8] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-24] lsl x9, x8, #2 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 x10, [x29, #-96] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-88] ; 8-byte Folded Spill stur x8, [x29, #-32] stur wzr, [x29, #-12] b LBB4_9 LBB4_9: ; =>This Inner Loop Header: Depth=1 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_12 b LBB4_10 LBB4_10: ; in Loop: Header=BB4_9 Depth=1 ldur x9, [x29, #-72] ; 8-byte Folded Reload ldur x10, [x29, #-88] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldursw x11, [x29, #-12] str w8, [x10, x11, lsl #2] ldursw x10, [x29, #-12] mov x8, x9 add x8, x8, x10, lsl #5 ldr w8, [x8, #4] ldursw x10, [x29, #-12] add x9, x9, x10, lsl #5 str w8, [x9, #8] b LBB4_11 LBB4_11: ; in Loop: Header=BB4_9 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB4_9 LBB4_12: ldur x8, [x29, #-80] ; 8-byte Folded Reload ldr w9, [x8] ; kill: def $x9 killed $w9 stur x9, [x29, #-112] ; 8-byte Folded Spill lsl x9, x9, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-120] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x11, [x29, #-120] ; 8-byte Folded Reload ldur x9, [x29, #-112] ; 8-byte Folded Reload mov x10, sp subs x10, x10, x11 mov sp, x10 stur x10, [x29, #-104] ; 8-byte Folded Spill stur x9, [x29, #-40] ldr w8, [x8] stur w8, [x29, #-44] stur wzr, [x29, #-12] b LBB4_13 LBB4_13: ; =>This Loop Header: Depth=1 ; Child Loop BB4_15 Depth 2 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_22 b LBB4_14 LBB4_14: ; in Loop: Header=BB4_13 Depth=1 ldur w8, [x29, #-44] subs w8, w8, #1 stur w8, [x29, #-44] stur wzr, [x29, #-48] b LBB4_15 LBB4_15: ; Parent Loop BB4_13 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-48] ldur w9, [x29, #-44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_20 b LBB4_16 LBB4_16: ; in Loop: Header=BB4_15 Depth=2 ldur x9, [x29, #-72] ; 8-byte Folded Reload ldursw x8, [x29, #-48] lsl x8, x8, #5 ldr w8, [x9, x8] ldur w10, [x29, #-48] add w11, w10, #1 ; implicit-def: $x10 mov x10, x11 sxtw x10, w10 lsl x10, x10, #5 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB4_18 b LBB4_17 LBB4_17: ; in Loop: Header=BB4_15 Depth=2 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldursw x9, [x29, #-48] ldr w11, [x8, x9, lsl #2] ldursw x10, [x29, #-12] mov x9, x8 add x10, x9, x10, lsl #2 ldr w9, [x10] eor w9, w9, w11 str w9, [x10] ldursw x9, [x29, #-12] ldr w11, [x8, x9, lsl #2] ldursw x10, [x29, #-48] mov x9, x8 add x10, x9, x10, lsl #2 ldr w9, [x10] eor w9, w9, w11 str w9, [x10] ldursw x9, [x29, #-48] ldr w10, [x8, x9, lsl #2] ldursw x9, [x29, #-12] add x9, x8, x9, lsl #2 ldr w8, [x9] eor w8, w8, w10 str w8, [x9] b LBB4_18 LBB4_18: ; in Loop: Header=BB4_15 Depth=2 b LBB4_19 LBB4_19: ; in Loop: Header=BB4_15 Depth=2 ldur w8, [x29, #-48] add w8, w8, #1 stur w8, [x29, #-48] b LBB4_15 LBB4_20: ; in Loop: Header=BB4_13 Depth=1 b LBB4_21 LBB4_21: ; in Loop: Header=BB4_13 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB4_13 LBB4_22: stur wzr, [x29, #-52] stur wzr, [x29, #-56] stur wzr, [x29, #-60] stur wzr, [x29, #-64] b LBB4_23 LBB4_23: ; =>This Loop Header: Depth=1 ; Child Loop BB4_29 Depth 2 ; Child Loop BB4_36 Depth 2 ; Child Loop BB4_43 Depth 3 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-60] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_52 b LBB4_24 LBB4_24: ; in Loop: Header=BB4_23 Depth=1 ldur w8, [x29, #-64] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_28 b LBB4_25 LBB4_25: ; in Loop: Header=BB4_23 Depth=1 ldur x9, [x29, #-72] ; 8-byte Folded Reload ldur x10, [x29, #-88] ; 8-byte Folded Reload ldur w8, [x29, #-52] ldursw x11, [x29, #-56] ldrsw x10, [x10, x11, lsl #2] lsl x10, x10, #5 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_27 b LBB4_26 LBB4_26: ; in Loop: Header=BB4_23 Depth=1 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldur x9, [x29, #-88] ; 8-byte Folded Reload ldursw x10, [x29, #-56] ldrsw x9, [x9, x10, lsl #2] lsl x9, x9, #5 ldr w8, [x8, x9] stur w8, [x29, #-52] b LBB4_27 LBB4_27: ; in Loop: Header=BB4_23 Depth=1 b LBB4_28 LBB4_28: ; in Loop: Header=BB4_23 Depth=1 b LBB4_29 LBB4_29: ; Parent Loop BB4_23 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-56] ldr w9, [x9] subs w8, w8, w9 cset w8, eq mov w9, #0 stur w9, [x29, #-124] ; 4-byte Folded Spill tbnz w8, #0, LBB4_31 b LBB4_30 LBB4_30: ; in Loop: Header=BB4_29 Depth=2 ldur x9, [x29, #-72] ; 8-byte Folded Reload ldur x10, [x29, #-88] ; 8-byte Folded Reload ldur w8, [x29, #-52] ldursw x11, [x29, #-56] ldrsw x10, [x10, x11, lsl #2] lsl x10, x10, #5 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, ge stur w8, [x29, #-124] ; 4-byte Folded Spill b LBB4_31 LBB4_31: ; in Loop: Header=BB4_29 Depth=2 ldur w8, [x29, #-124] ; 4-byte Folded Reload tbz w8, #0, LBB4_35 b LBB4_32 LBB4_32: ; in Loop: Header=BB4_29 Depth=2 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur x10, [x29, #-104] ; 8-byte Folded Reload ldur x8, [x29, #-88] ; 8-byte Folded Reload ldursw x11, [x29, #-56] ldr w8, [x8, x11, lsl #2] ldursw x11, [x29, #-56] str w8, [x10, x11, lsl #2] ldur w8, [x29, #-64] add w8, w8, #1 stur w8, [x29, #-64] ldur w8, [x29, #-56] add w8, w8, #1 stur w8, [x29, #-56] ldur w8, [x29, #-56] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_34 b LBB4_33 LBB4_33: ; in Loop: Header=BB4_23 Depth=1 b LBB4_35 LBB4_34: ; in Loop: Header=BB4_29 Depth=2 b LBB4_29 LBB4_35: ; in Loop: Header=BB4_23 Depth=1 stur wzr, [x29, #-12] b LBB4_36 LBB4_36: ; Parent Loop BB4_23 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB4_43 Depth 3 ldur w8, [x29, #-12] ldur w9, [x29, #-56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_51 b LBB4_37 LBB4_37: ; in Loop: Header=BB4_36 Depth=2 ldur x8, [x29, #-104] ; 8-byte Folded Reload ldursw x9, [x29, #-12] ldr w8, [x8, x9, lsl #2] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB4_49 b LBB4_38 LBB4_38: ; in Loop: Header=BB4_36 Depth=2 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldur x9, [x29, #-104] ; 8-byte Folded Reload ldursw x10, [x29, #-12] ldrsw x9, [x9, x10, lsl #2] add x8, x8, x9, lsl #5 ldr w8, [x8, #28] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_48 b LBB4_39 LBB4_39: ; in Loop: Header=BB4_36 Depth=2 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldur x9, [x29, #-104] ; 8-byte Folded Reload ldursw x10, [x29, #-12] ldrsw x9, [x9, x10, lsl #2] add x8, x8, x9, lsl #5 ldr w8, [x8, #8] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB4_41 b LBB4_40 LBB4_40: ; in Loop: Header=BB4_36 Depth=2 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldur x9, [x29, #-104] ; 8-byte Folded Reload ldur w10, [x29, #-16] ldursw x11, [x29, #-12] ldrsw x9, [x9, x11, lsl #2] add x9, x8, x9, lsl #5 ldr w8, [x9, #8] subs w8, w8, w10 str w8, [x9, #8] ldur w9, [x29, #-16] ldur w8, [x29, #-52] add w8, w8, w9 stur w8, [x29, #-52] b LBB4_42 LBB4_41: ; in Loop: Header=BB4_36 Depth=2 ldur x9, [x29, #-104] ; 8-byte Folded Reload ldur x8, [x29, #-72] ; 8-byte Folded Reload ldursw x10, [x29, #-12] ldrsw x11, [x9, x10, lsl #2] mov x10, x8 add x10, x10, x11, lsl #5 ldr w11, [x10, #8] ldur w10, [x29, #-52] add w10, w10, w11 stur w10, [x29, #-52] ldursw x10, [x29, #-12] ldrsw x11, [x9, x10, lsl #2] mov x10, x8 add x10, x10, x11, lsl #5 str wzr, [x10, #8] ldur w10, [x29, #-52] ldursw x11, [x29, #-12] ldrsw x12, [x9, x11, lsl #2] mov x11, x8 add x11, x11, x12, lsl #5 str w10, [x11, #12] ldursw x10, [x29, #-12] ldrsw x10, [x9, x10, lsl #2] add x10, x8, x10, lsl #5 mov w8, #1 str w8, [x10, #28] ldursw x10, [x29, #-12] mov w8, #-1 str w8, [x9, x10, lsl #2] ldur w8, [x29, #-64] subs w8, w8, #1 stur w8, [x29, #-64] ldur w8, [x29, #-60] add w8, w8, #1 stur w8, [x29, #-60] b LBB4_42 LBB4_42: ; in Loop: Header=BB4_36 Depth=2 b LBB4_43 LBB4_43: ; Parent Loop BB4_23 Depth=1 ; Parent Loop BB4_36 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-56] ldr w9, [x9] subs w8, w8, w9 cset w8, eq mov w9, #0 stur w9, [x29, #-128] ; 4-byte Folded Spill tbnz w8, #0, LBB4_45 b LBB4_44 LBB4_44: ; in Loop: Header=BB4_43 Depth=3 ldur x9, [x29, #-72] ; 8-byte Folded Reload ldur x10, [x29, #-88] ; 8-byte Folded Reload ldur w8, [x29, #-52] ldursw x11, [x29, #-56] ldrsw x10, [x10, x11, lsl #2] lsl x10, x10, #5 ldr w9, [x9, x10] subs w8, w8, w9 cset w8, ge stur w8, [x29, #-128] ; 4-byte Folded Spill b LBB4_45 LBB4_45: ; in Loop: Header=BB4_43 Depth=3 ldur w8, [x29, #-128] ; 4-byte Folded Reload tbz w8, #0, LBB4_47 b LBB4_46 LBB4_46: ; in Loop: Header=BB4_43 Depth=3 ldur x9, [x29, #-104] ; 8-byte Folded Reload ldur x8, [x29, #-88] ; 8-byte Folded Reload ldursw x10, [x29, #-56] ldr w8, [x8, x10, lsl #2] ldursw x10, [x29, #-56] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-64] add w8, w8, #1 stur w8, [x29, #-64] ldur w8, [x29, #-56] add w8, w8, #1 stur w8, [x29, #-56] b LBB4_43 LBB4_47: ; in Loop: Header=BB4_36 Depth=2 b LBB4_48 LBB4_48: ; in Loop: Header=BB4_36 Depth=2 b LBB4_49 LBB4_49: ; in Loop: Header=BB4_36 Depth=2 b LBB4_50 LBB4_50: ; in Loop: Header=BB4_36 Depth=2 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB4_36 LBB4_51: ; in Loop: Header=BB4_23 Depth=1 b LBB4_23 LBB4_52: stur wzr, [x29, #-12] b LBB4_53 LBB4_53: ; =>This Inner Loop Header: Depth=1 ldur x9, [x29, #-80] ; 8-byte Folded Reload ldur w8, [x29, #-12] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_56 b LBB4_54 LBB4_54: ; in Loop: Header=BB4_53 Depth=1 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldursw x10, [x29, #-12] mov x9, x8 add x9, x9, x10, lsl #5 ldr w9, [x9, #12] ldursw x10, [x29, #-12] lsl x10, x10, #5 ldr w10, [x8, x10] subs w9, w9, w10 ldursw x11, [x29, #-12] mov x10, x8 add x10, x10, x11, lsl #5 str w9, [x10, #16] ldursw x10, [x29, #-12] mov x9, x8 add x9, x9, x10, lsl #5 ldr s1, [x9, #16] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 fmov d0, #1.00000000 fmul d0, d0, d1 ldursw x10, [x29, #-12] mov x9, x8 add x9, x9, x10, lsl #5 ldr s2, [x9, #4] ; 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 ldursw x9, [x29, #-12] add x8, x8, x9, lsl #5 str s0, [x8, #24] b LBB4_55 LBB4_55: ; in Loop: Header=BB4_53 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB4_53 LBB4_56: bl _P_FCFS ldur x8, [x29, #-24] stur x8, [x29, #-136] ; 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, LBB4_58 b LBB4_57 LBB4_57: bl ___stack_chk_fail LBB4_58: ldur x8, [x29, #-136] ; 8-byte Folded Reload mov sp, x8 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" l_.str.1: ; @.str.1 .asciz "\350\277\233\347\250\213\350\260\203\345\272\246\347\256\227\346\263\225\n" l_.str.2: ; @.str.2 .asciz "1: FCFS\347\256\227\346\263\225\n" l_.str.3: ; @.str.3 .asciz "2: \346\227\266\351\227\264\347\211\207\350\275\256\350\275\254\346\263\225\n" .comm _n,4,2 ; @n .comm _p,160,2 ; @p l_.str.4: ; @.str.4 .asciz "\350\276\223\345\205\245\350\277\233\347\250\213\344\270\252\346\225\260\n" l_.str.5: ; @.str.5 .asciz "\350\276\223\345\205\245\346\257\217\344\270\252\350\277\233\347\250\213\347\232\204\345\210\260\350\276\276\346\227\266\351\227\264\357\274\214\346\234\215\345\212\241\346\227\266\351\227\264\n" l_.str.6: ; @.str.6 .asciz "%d%d" l_.str.7: ; @.str.7 .asciz "\350\277\233\347\250\213 \345\210\260\350\276\276\346\227\266\351\227\264 \346\234\215\345\212\241\346\227\266\351\227\264 \347\273\223\346\235\237\346\227\266\351\227\264 \345\221\250\350\275\254\346\227\266\351\227\264 \345\270\246\346\235\203\345\221\250\350\275\254\346\227\266\351\227\264\n" l_.str.8: ; @.str.8 .asciz "%d " l_.str.9: ; @.str.9 .asciz "%d " l_.str.10: ; @.str.10 .asciz "%d " l_.str.11: ; @.str.11 .asciz "%d " l_.str.12: ; @.str.12 .asciz "%g \n" .comm _average,8,2 ; @average l_.str.13: ; @.str.13 .asciz "\345\271\263\345\235\207\345\221\250\350\275\254\346\227\266\351\227\264\357\274\232%g,\345\271\263\345\235\207\345\270\246\346\235\203\345\221\250\350\275\254\346\227\266\351\227\264\357\274\232%g\n" l_.str.14: ; @.str.14 .asciz "\350\276\223\345\205\245\346\227\266\351\227\264\347\211\207\345\244\247\345\260\217" .comm _process,32,2 ; @process .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 _Menu leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -4(%rbp), %rsi callq _scanf movl -4(%rbp), %eax movl %eax, -8(%rbp) ## 4-byte Spill subl $1, %eax je LBB0_1 jmp LBB0_5 LBB0_5: movl -8(%rbp), %eax ## 4-byte Reload subl $2, %eax je LBB0_2 jmp LBB0_3 LBB0_1: callq _FCFS jmp LBB0_4 LBB0_2: callq _RR LBB0_3: jmp LBB0_4 LBB0_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Menu ## -- Begin function Menu .p2align 4, 0x90 _Menu: ## @Menu .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.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function FCFS LCPI2_0: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _FCFS .p2align 4, 0x90 _FCFS: ## @FCFS .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) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movslq -4(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl $0, 28(%rax) ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB2_1 LBB2_4: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str(%rip), %rdi movq _n@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl $0, -4(%rbp) LBB2_5: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB2_8 ## %bb.6: ## in Loop: Header=BB2_5 Depth=1 movslq -4(%rbp), %rax movq _p@GOTPCREL(%rip), %rsi shlq $5, %rax addq %rax, %rsi movslq -4(%rbp), %rax movq _p@GOTPCREL(%rip), %rdx shlq $5, %rax addq %rax, %rdx addq $4, %rdx leaq L_.str.6(%rip), %rdi movb $0, %al callq _scanf ## %bb.7: ## in Loop: Header=BB2_5 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB2_5 LBB2_8: movl $65535, -8(%rbp) ## imm = 0xFFFF movl $0, -12(%rbp) movl $0, -4(%rbp) LBB2_9: ## =>This Loop Header: Depth=1 ## Child Loop BB2_11 Depth 2 movl -4(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB2_22 ## %bb.10: ## in Loop: Header=BB2_9 Depth=1 movl $65535, -8(%rbp) ## imm = 0xFFFF movl $0, -20(%rbp) LBB2_11: ## Parent Loop BB2_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB2_17 ## %bb.12: ## in Loop: Header=BB2_11 Depth=2 movslq -20(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax cmpl $0, 28(%rax) jne LBB2_15 ## %bb.13: ## in Loop: Header=BB2_11 Depth=2 movslq -20(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl (%rax), %eax cmpl -8(%rbp), %eax jge LBB2_15 ## %bb.14: ## in Loop: Header=BB2_11 Depth=2 movslq -20(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl (%rax), %eax movl %eax, -8(%rbp) movl -20(%rbp), %eax movl %eax, -16(%rbp) LBB2_15: ## in Loop: Header=BB2_11 Depth=2 jmp LBB2_16 LBB2_16: ## in Loop: Header=BB2_11 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_11 LBB2_17: ## in Loop: Header=BB2_9 Depth=1 movl -12(%rbp), %eax movslq -16(%rbp), %rdx movq _p@GOTPCREL(%rip), %rcx shlq $5, %rdx addq %rdx, %rcx cmpl (%rcx), %eax jle LBB2_19 ## %bb.18: ## in Loop: Header=BB2_9 Depth=1 movl -12(%rbp), %ecx movslq -16(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax addl 4(%rax), %ecx movslq -16(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax movl %ecx, 12(%rax) jmp LBB2_20 LBB2_19: ## in Loop: Header=BB2_9 Depth=1 movslq -16(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl (%rax), %ecx movslq -16(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax addl 4(%rax), %ecx movslq -16(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax movl %ecx, 12(%rax) LBB2_20: ## in Loop: Header=BB2_9 Depth=1 movslq -16(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 12(%rax), %eax movl %eax, -12(%rbp) movslq -16(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 12(%rax), %ecx movslq -16(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax subl (%rax), %ecx movslq -16(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax movl %ecx, 16(%rax) movslq -16(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax cvtsi2sdl 16(%rax), %xmm1 movsd LCPI2_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 movslq -16(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax cvtsi2sdl 4(%rax), %xmm1 divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movslq -16(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movss %xmm0, 24(%rax) movslq -16(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl $1, 28(%rax) ## %bb.21: ## in Loop: Header=BB2_9 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB2_9 LBB2_22: callq _P_FCFS addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function P_FCFS LCPI3_0: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _P_FCFS .p2align 4, 0x90 _P_FCFS: ## @P_FCFS .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movl $0, -4(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB3_4 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movl -4(%rbp), %esi leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movslq -4(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl (%rax), %esi leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movslq -4(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 4(%rax), %esi leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf movslq -4(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 12(%rax), %esi leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movslq -4(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 16(%rax), %esi leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf movslq -4(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movss 24(%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.12(%rip), %rdi movb $1, %al callq _printf ## %bb.3: ## in Loop: Header=BB3_1 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB3_1 LBB3_4: movl $0, -8(%rbp) movl $0, -12(%rbp) movl $0, -4(%rbp) LBB3_5: ## =>This Inner Loop Header: Depth=1 movl -4(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB3_8 ## %bb.6: ## in Loop: Header=BB3_5 Depth=1 movslq -4(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 16(%rax), %eax addl -8(%rbp), %eax movl %eax, -8(%rbp) movslq -4(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movss 24(%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtsi2ssl -12(%rbp), %xmm0 addss %xmm1, %xmm0 cvttss2si %xmm0, %eax movl %eax, -12(%rbp) ## %bb.7: ## in Loop: Header=BB3_5 Depth=1 movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB3_5 LBB3_8: cvtsi2sdl -8(%rbp), %xmm1 movsd LCPI3_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 movq _n@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm1 divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movq _average@GOTPCREL(%rip), %rax movss %xmm0, (%rax) cvtsi2sdl -12(%rbp), %xmm1 movsd LCPI3_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 movq _n@GOTPCREL(%rip), %rax cvtsi2sdl (%rax), %xmm1 divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movq _average@GOTPCREL(%rip), %rax movss %xmm0, 4(%rax) movq _average@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movq _average@GOTPCREL(%rip), %rax movss 4(%rax), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 leaq L_.str.13(%rip), %rdi movb $2, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function RR LCPI4_0: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _RR .p2align 4, 0x90 _RR: ## @RR .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB4_4 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movslq -12(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl $0, 28(%rax) ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB4_1 LBB4_4: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str(%rip), %rdi movq _n@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) LBB4_5: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB4_8 ## %bb.6: ## in Loop: Header=BB4_5 Depth=1 movslq -12(%rbp), %rax movq _p@GOTPCREL(%rip), %rsi shlq $5, %rax addq %rax, %rsi movslq -12(%rbp), %rax movq _p@GOTPCREL(%rip), %rdx shlq $5, %rax addq %rax, %rdx addq $4, %rdx leaq L_.str.6(%rip), %rdi movb $0, %al callq _scanf ## %bb.7: ## in Loop: Header=BB4_5 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB4_5 LBB4_8: leaq L_.str.14(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -81(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -81(%rbp), %al ## 1-byte Reload movl $0, -16(%rbp) leaq L_.str(%rip), %rdi leaq -16(%rbp), %rsi callq _scanf movq _n@GOTPCREL(%rip), %rax movl (%rax), %eax ## kill: def $rax killed $eax movq %rax, -80(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -24(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -80(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -72(%rbp) ## 8-byte Spill movq %rax, -32(%rbp) movl $0, -12(%rbp) LBB4_9: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB4_12 ## %bb.10: ## in Loop: Header=BB4_9 Depth=1 movq -72(%rbp), %rax ## 8-byte Reload movl -12(%rbp), %edx movslq -12(%rbp), %rcx movl %edx, (%rax,%rcx,4) movslq -12(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 4(%rax), %ecx movslq -12(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax movl %ecx, 8(%rax) ## %bb.11: ## in Loop: Header=BB4_9 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB4_9 LBB4_12: movq _n@GOTPCREL(%rip), %rax movl (%rax), %eax ## kill: def $rax killed $eax movq %rax, -104(%rbp) ## 8-byte Spill shlq $2, %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, -40(%rbp) movq _n@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -44(%rbp) movl $0, -12(%rbp) LBB4_13: ## =>This Loop Header: Depth=1 ## Child Loop BB4_15 Depth 2 movl -12(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB4_22 ## %bb.14: ## in Loop: Header=BB4_13 Depth=1 movl -44(%rbp), %eax addl $-1, %eax movl %eax, -44(%rbp) movl $0, -48(%rbp) LBB4_15: ## Parent Loop BB4_13 Depth=1 ## => This Inner Loop Header: Depth=2 movl -48(%rbp), %eax cmpl -44(%rbp), %eax jge LBB4_20 ## %bb.16: ## in Loop: Header=BB4_15 Depth=2 movslq -48(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl (%rax), %eax movl -48(%rbp), %ecx addl $1, %ecx movslq %ecx, %rdx movq _p@GOTPCREL(%rip), %rcx shlq $5, %rdx addq %rdx, %rcx cmpl (%rcx), %eax jle LBB4_18 ## %bb.17: ## in Loop: Header=BB4_15 Depth=2 movq -72(%rbp), %rax ## 8-byte Reload movslq -48(%rbp), %rcx movl (%rax,%rcx,4), %edx movslq -12(%rbp), %rcx xorl (%rax,%rcx,4), %edx movl %edx, (%rax,%rcx,4) movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %edx movslq -48(%rbp), %rcx xorl (%rax,%rcx,4), %edx movl %edx, (%rax,%rcx,4) movslq -48(%rbp), %rcx movl (%rax,%rcx,4), %edx movslq -12(%rbp), %rcx xorl (%rax,%rcx,4), %edx movl %edx, (%rax,%rcx,4) LBB4_18: ## in Loop: Header=BB4_15 Depth=2 jmp LBB4_19 LBB4_19: ## in Loop: Header=BB4_15 Depth=2 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB4_15 LBB4_20: ## in Loop: Header=BB4_13 Depth=1 jmp LBB4_21 LBB4_21: ## in Loop: Header=BB4_13 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB4_13 LBB4_22: movl $0, -52(%rbp) movl $0, -56(%rbp) movl $0, -60(%rbp) movl $0, -64(%rbp) LBB4_23: ## =>This Loop Header: Depth=1 ## Child Loop BB4_29 Depth 2 ## Child Loop BB4_36 Depth 2 ## Child Loop BB4_43 Depth 3 movl -60(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB4_52 ## %bb.24: ## in Loop: Header=BB4_23 Depth=1 cmpl $0, -64(%rbp) jne LBB4_28 ## %bb.25: ## in Loop: Header=BB4_23 Depth=1 movq -72(%rbp), %rcx ## 8-byte Reload movl -52(%rbp), %eax movslq -56(%rbp), %rdx movslq (%rcx,%rdx,4), %rdx movq _p@GOTPCREL(%rip), %rcx shlq $5, %rdx addq %rdx, %rcx cmpl (%rcx), %eax jge LBB4_27 ## %bb.26: ## in Loop: Header=BB4_23 Depth=1 movq -72(%rbp), %rax ## 8-byte Reload movslq -56(%rbp), %rcx movslq (%rax,%rcx,4), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl (%rax), %eax movl %eax, -52(%rbp) LBB4_27: ## in Loop: Header=BB4_23 Depth=1 jmp LBB4_28 LBB4_28: ## in Loop: Header=BB4_23 Depth=1 jmp LBB4_29 LBB4_29: ## Parent Loop BB4_23 Depth=1 ## => This Inner Loop Header: Depth=2 movl -56(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax movq _n@GOTPCREL(%rip), %rdx cmpl (%rdx), %ecx movb %al, -105(%rbp) ## 1-byte Spill je LBB4_31 ## %bb.30: ## in Loop: Header=BB4_29 Depth=2 movq -72(%rbp), %rcx ## 8-byte Reload movl -52(%rbp), %eax movslq -56(%rbp), %rdx movslq (%rcx,%rdx,4), %rdx movq _p@GOTPCREL(%rip), %rcx shlq $5, %rdx addq %rdx, %rcx cmpl (%rcx), %eax setge %al movb %al, -105(%rbp) ## 1-byte Spill LBB4_31: ## in Loop: Header=BB4_29 Depth=2 movb -105(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB4_32 jmp LBB4_35 LBB4_32: ## in Loop: Header=BB4_29 Depth=2 movq -96(%rbp), %rax ## 8-byte Reload movq -72(%rbp), %rcx ## 8-byte Reload movslq -56(%rbp), %rdx movl (%rcx,%rdx,4), %edx movslq -56(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) movl -56(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB4_34 ## %bb.33: ## in Loop: Header=BB4_23 Depth=1 jmp LBB4_35 LBB4_34: ## in Loop: Header=BB4_29 Depth=2 jmp LBB4_29 LBB4_35: ## in Loop: Header=BB4_23 Depth=1 movl $0, -12(%rbp) LBB4_36: ## Parent Loop BB4_23 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB4_43 Depth 3 movl -12(%rbp), %eax cmpl -56(%rbp), %eax jge LBB4_51 ## %bb.37: ## in Loop: Header=BB4_36 Depth=2 movq -96(%rbp), %rax ## 8-byte Reload movslq -12(%rbp), %rcx cmpl $-1, (%rax,%rcx,4) je LBB4_49 ## %bb.38: ## in Loop: Header=BB4_36 Depth=2 movq -96(%rbp), %rax ## 8-byte Reload movslq -12(%rbp), %rcx movslq (%rax,%rcx,4), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax cmpl $0, 28(%rax) jne LBB4_48 ## %bb.39: ## in Loop: Header=BB4_36 Depth=2 movq -96(%rbp), %rax ## 8-byte Reload movslq -12(%rbp), %rcx movslq (%rax,%rcx,4), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 8(%rax), %eax cmpl -16(%rbp), %eax jle LBB4_41 ## %bb.40: ## in Loop: Header=BB4_36 Depth=2 movq -96(%rbp), %rax ## 8-byte Reload movl -16(%rbp), %edx movslq -12(%rbp), %rcx movslq (%rax,%rcx,4), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 8(%rax), %ecx subl %edx, %ecx movl %ecx, 8(%rax) movl -16(%rbp), %eax addl -52(%rbp), %eax movl %eax, -52(%rbp) jmp LBB4_42 LBB4_41: ## in Loop: Header=BB4_36 Depth=2 movq -96(%rbp), %rax ## 8-byte Reload movslq -12(%rbp), %rcx movslq (%rax,%rcx,4), %rdx movq _p@GOTPCREL(%rip), %rcx shlq $5, %rdx addq %rdx, %rcx movl 8(%rcx), %ecx addl -52(%rbp), %ecx movl %ecx, -52(%rbp) movslq -12(%rbp), %rcx movslq (%rax,%rcx,4), %rdx movq _p@GOTPCREL(%rip), %rcx shlq $5, %rdx addq %rdx, %rcx movl $0, 8(%rcx) movl -52(%rbp), %edx movslq -12(%rbp), %rcx movslq (%rax,%rcx,4), %rsi movq _p@GOTPCREL(%rip), %rcx shlq $5, %rsi addq %rsi, %rcx movl %edx, 12(%rcx) movslq -12(%rbp), %rcx movslq (%rax,%rcx,4), %rdx movq _p@GOTPCREL(%rip), %rcx shlq $5, %rdx addq %rdx, %rcx movl $1, 28(%rcx) movslq -12(%rbp), %rcx movl $-1, (%rax,%rcx,4) movl -64(%rbp), %eax addl $-1, %eax movl %eax, -64(%rbp) movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) LBB4_42: ## in Loop: Header=BB4_36 Depth=2 jmp LBB4_43 LBB4_43: ## Parent Loop BB4_23 Depth=1 ## Parent Loop BB4_36 Depth=2 ## => This Inner Loop Header: Depth=3 movl -56(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax movq _n@GOTPCREL(%rip), %rdx cmpl (%rdx), %ecx movb %al, -106(%rbp) ## 1-byte Spill je LBB4_45 ## %bb.44: ## in Loop: Header=BB4_43 Depth=3 movq -72(%rbp), %rcx ## 8-byte Reload movl -52(%rbp), %eax movslq -56(%rbp), %rdx movslq (%rcx,%rdx,4), %rdx movq _p@GOTPCREL(%rip), %rcx shlq $5, %rdx addq %rdx, %rcx cmpl (%rcx), %eax setge %al movb %al, -106(%rbp) ## 1-byte Spill LBB4_45: ## in Loop: Header=BB4_43 Depth=3 movb -106(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB4_46 jmp LBB4_47 LBB4_46: ## in Loop: Header=BB4_43 Depth=3 movq -96(%rbp), %rax ## 8-byte Reload movq -72(%rbp), %rcx ## 8-byte Reload movslq -56(%rbp), %rdx movl (%rcx,%rdx,4), %edx movslq -56(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB4_43 LBB4_47: ## in Loop: Header=BB4_36 Depth=2 jmp LBB4_48 LBB4_48: ## in Loop: Header=BB4_36 Depth=2 jmp LBB4_49 LBB4_49: ## in Loop: Header=BB4_36 Depth=2 jmp LBB4_50 LBB4_50: ## in Loop: Header=BB4_36 Depth=2 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB4_36 LBB4_51: ## in Loop: Header=BB4_23 Depth=1 jmp LBB4_23 LBB4_52: movl $0, -12(%rbp) LBB4_53: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movq _n@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jge LBB4_56 ## %bb.54: ## in Loop: Header=BB4_53 Depth=1 movslq -12(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movl 12(%rax), %ecx movslq -12(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax subl (%rax), %ecx movslq -12(%rbp), %rdx movq _p@GOTPCREL(%rip), %rax shlq $5, %rdx addq %rdx, %rax movl %ecx, 16(%rax) movslq -12(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax cvtsi2sdl 16(%rax), %xmm1 movsd LCPI4_0(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 movslq -12(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax cvtsi2sdl 4(%rax), %xmm1 divsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movslq -12(%rbp), %rcx movq _p@GOTPCREL(%rip), %rax shlq $5, %rcx addq %rcx, %rax movss %xmm0, 24(%rax) ## %bb.55: ## in Loop: Header=BB4_53 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB4_53 LBB4_56: callq _P_FCFS movq -24(%rbp), %rax movq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB4_58 ## %bb.57: movq %rbp, %rsp popq %rbp retq LBB4_58: 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 "\350\277\233\347\250\213\350\260\203\345\272\246\347\256\227\346\263\225\n" L_.str.2: ## @.str.2 .asciz "1: FCFS\347\256\227\346\263\225\n" L_.str.3: ## @.str.3 .asciz "2: \346\227\266\351\227\264\347\211\207\350\275\256\350\275\254\346\263\225\n" .comm _n,4,2 ## @n .comm _p,160,4 ## @p L_.str.4: ## @.str.4 .asciz "\350\276\223\345\205\245\350\277\233\347\250\213\344\270\252\346\225\260\n" L_.str.5: ## @.str.5 .asciz "\350\276\223\345\205\245\346\257\217\344\270\252\350\277\233\347\250\213\347\232\204\345\210\260\350\276\276\346\227\266\351\227\264\357\274\214\346\234\215\345\212\241\346\227\266\351\227\264\n" L_.str.6: ## @.str.6 .asciz "%d%d" L_.str.7: ## @.str.7 .asciz "\350\277\233\347\250\213 \345\210\260\350\276\276\346\227\266\351\227\264 \346\234\215\345\212\241\346\227\266\351\227\264 \347\273\223\346\235\237\346\227\266\351\227\264 \345\221\250\350\275\254\346\227\266\351\227\264 \345\270\246\346\235\203\345\221\250\350\275\254\346\227\266\351\227\264\n" L_.str.8: ## @.str.8 .asciz "%d " L_.str.9: ## @.str.9 .asciz "%d " L_.str.10: ## @.str.10 .asciz "%d " L_.str.11: ## @.str.11 .asciz "%d " L_.str.12: ## @.str.12 .asciz "%g \n" .comm _average,8,2 ## @average L_.str.13: ## @.str.13 .asciz "\345\271\263\345\235\207\345\221\250\350\275\254\346\227\266\351\227\264\357\274\232%g,\345\271\263\345\235\207\345\270\246\346\235\203\345\221\250\350\275\254\346\227\266\351\227\264\357\274\232%g\n" L_.str.14: ## @.str.14 .asciz "\350\276\223\345\205\245\346\227\266\351\227\264\347\211\207\345\244\247\345\260\217" .comm _process,32,2 ## @process .subsections_via_symbols
the_stack_data/472966.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/12792.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/115765411.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/212643346.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 0x4059000000000000 ; double 100 lCPI0_1: .quad 0x3f91df46a2529d39 ; double 0.017453292519943295 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .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 mov w8, #0 str w8, [sp, #44] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur s0, [x29, #-8] fcvt d0, s0 adrp x8, lCPI0_1@PAGE ldr d1, [x8, lCPI0_1@PAGEOFF] fmul d0, d0, d1 stur d0, [x29, #-16] ldur d0, [x29, #-16] bl _cos3 stur d0, [x29, #-24] ldur d0, [x29, #-16] bl _sen3 stur d0, [x29, #-32] ldur s0, [x29, #-8] fcvt d1, s0 ldur d0, [x29, #-24] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur s0, [x29, #-8] fcvt d1, s0 ldur d0, [x29, #-32] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldur d0, [x29, #-16] bl _cos40 stur d0, [x29, #-40] ldur d0, [x29, #-16] bl _sen40 stur d0, [x29, #-48] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF str x0, [sp, #32] ; 8-byte Folded Spill bl _printf ldur s0, [x29, #-8] fcvt d1, s0 ldur d0, [x29, #-40] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldur s0, [x29, #-8] fcvt d1, s0 ldur d0, [x29, #-48] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldur d0, [x29, #-16] bl _cos stur d0, [x29, #-56] ldur d0, [x29, #-16] bl _sin ldr x0, [sp, #32] ; 8-byte Folded Reload stur d0, [x29, #-64] bl _printf ldur s0, [x29, #-8] fcvt d1, s0 ldur d0, [x29, #-56] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldur s0, [x29, #-8] fcvt d1, s0 ldur d0, [x29, #-64] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldr x0, [sp, #32] ; 8-byte Folded Reload ldur d0, [x29, #-24] ldur d1, [x29, #-56] fabd d0, d0, d1 str d0, [sp, #72] ldur d0, [x29, #-32] ldur d1, [x29, #-64] fabd d0, d0, d1 str d0, [sp, #64] ldr d0, [sp, #72] ldur d1, [x29, #-56] fdiv d0, d0, d1 adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] str d1, [sp, #24] ; 8-byte Folded Spill fmul d0, d0, d1 str d0, [sp, #56] ldr d0, [sp, #64] ldur d2, [x29, #-64] fdiv d0, d0, d2 fmul d0, d0, d1 str d0, [sp, #48] bl _printf ldr d0, [sp, #72] mov x8, sp str d0, [x8] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf ldr d0, [sp, #64] mov x8, sp str d0, [x8] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldr d0, [sp, #56] mov x8, sp str d0, [x8] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf ldr d0, [sp, #48] mov x8, sp str d0, [x8] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf ldr d1, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload ldur d0, [x29, #-40] ldur d2, [x29, #-56] fabd d0, d0, d2 str d0, [sp, #72] ldur d0, [x29, #-48] ldur d2, [x29, #-64] fabd d0, d0, d2 str d0, [sp, #64] ldr d0, [sp, #72] ldur d2, [x29, #-56] fdiv d0, d0, d2 fmul d0, d0, d1 str d0, [sp, #56] ldr d0, [sp, #64] ldur d2, [x29, #-64] fdiv d0, d0, d2 fmul d0, d0, d1 str d0, [sp, #48] bl _printf ldr d0, [sp, #72] mov x8, sp str d0, [x8] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf ldr d0, [sp, #64] mov x8, sp str d0, [x8] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf ldr d0, [sp, #56] mov x8, sp str d0, [x8] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf ldr d0, [sp, #48] mov x8, sp str d0, [x8] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf ldr w0, [sp, #44] ; 4-byte Folded Reload ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .globl _cos3 ; -- Begin function cos3 .p2align 2 _cos3: ; @cos3 .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 d0, [x29, #-8] movi d0, #0000000000000000 stur d0, [x29, #-16] stur wzr, [x29, #-20] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur d0, [x29, #-16] str d0, [sp, #32] ; 8-byte Folded Spill ldur s1, [x29, #-20] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 fmov d0, #-1.00000000 bl _pow str d0, [sp, #16] ; 8-byte Folded Spill ldur d0, [x29, #-8] ldur w9, [x29, #-20] mov w8, #2 str w8, [sp, #12] ; 4-byte Folded Spill mul w8, w8, w9 scvtf d1, w8 bl _pow ldr w8, [sp, #12] ; 4-byte Folded Reload fmov d1, d0 ldr d0, [sp, #16] ; 8-byte Folded Reload fmul d0, d0, d1 str d0, [sp, #24] ; 8-byte Folded Spill ldur w9, [x29, #-20] mul w0, w8, w9 bl _fatorial ldr d1, [sp, #24] ; 8-byte Folded Reload ldr d0, [sp, #32] ; 8-byte Folded Reload scvtf d2, w0 fdiv d1, d1, d2 fadd d0, d0, d1 stur d0, [x29, #-16] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_1 LBB1_4: ldur d0, [x29, #-16] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _sen3 ; -- Begin function sen3 .p2align 2 _sen3: ; @sen3 .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 d0, [x29, #-8] movi d0, #0000000000000000 stur d0, [x29, #-16] stur wzr, [x29, #-20] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldur d0, [x29, #-16] str d0, [sp, #32] ; 8-byte Folded Spill ldur s1, [x29, #-20] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 fmov d0, #-1.00000000 bl _pow str d0, [sp, #16] ; 8-byte Folded Spill ldur d0, [x29, #-8] ldur w9, [x29, #-20] mov w8, #2 str w8, [sp, #12] ; 4-byte Folded Spill mul w8, w8, w9 add w8, w8, #1 scvtf d1, w8 bl _pow ldr w8, [sp, #12] ; 4-byte Folded Reload fmov d1, d0 ldr d0, [sp, #16] ; 8-byte Folded Reload fmul d0, d0, d1 str d0, [sp, #24] ; 8-byte Folded Spill ldur w9, [x29, #-20] mul w8, w8, w9 add w0, w8, #1 bl _fatorial ldr d1, [sp, #24] ; 8-byte Folded Reload ldr d0, [sp, #32] ; 8-byte Folded Reload scvtf d2, w0 fdiv d1, d1, d2 fadd d0, d0, d1 stur d0, [x29, #-16] b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB2_1 LBB2_4: ldur d0, [x29, #-16] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _cos40 ; -- Begin function cos40 .p2align 2 _cos40: ; @cos40 .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 d0, [x29, #-8] movi d0, #0000000000000000 stur d0, [x29, #-16] stur wzr, [x29, #-20] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] subs w8, w8, #40 cset w8, ge tbnz w8, #0, LBB3_4 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldur d0, [x29, #-16] str d0, [sp, #8] ; 8-byte Folded Spill ldur s1, [x29, #-20] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 fmov d0, #-1.00000000 bl _pow str d0, [sp, #16] ; 8-byte Folded Spill ldur d0, [x29, #-8] ldur w9, [x29, #-20] mov w8, #2 mul w8, w8, w9 scvtf d1, w8 bl _fatoracao ldr d2, [sp, #8] ; 8-byte Folded Reload fmov d1, d0 ldr d0, [sp, #16] ; 8-byte Folded Reload fmadd d0, d0, d1, d2 stur d0, [x29, #-16] b LBB3_3 LBB3_3: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB3_1 LBB3_4: ldur d0, [x29, #-16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _sen40 ; -- Begin function sen40 .p2align 2 _sen40: ; @sen40 .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 d0, [x29, #-8] movi d0, #0000000000000000 stur d0, [x29, #-16] stur wzr, [x29, #-20] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] subs w8, w8, #40 cset w8, ge tbnz w8, #0, LBB4_4 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldur d0, [x29, #-16] str d0, [sp, #8] ; 8-byte Folded Spill ldur s1, [x29, #-20] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 fmov d0, #-1.00000000 bl _pow str d0, [sp, #16] ; 8-byte Folded Spill ldur d0, [x29, #-8] ldur w9, [x29, #-20] mov w8, #2 mul w8, w8, w9 add w8, w8, #1 scvtf d1, w8 bl _fatoracao ldr d2, [sp, #8] ; 8-byte Folded Reload fmov d1, d0 ldr d0, [sp, #16] ; 8-byte Folded Reload fmadd d0, d0, d1, d2 stur d0, [x29, #-16] b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_1 LBB4_4: ldur d0, [x29, #-16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _fatorial ; -- Begin function fatorial .p2align 2 _fatorial: ; @fatorial .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] mov w8, #1 str w8, [sp, #8] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 cset w8, le tbnz w8, #0, LBB5_3 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] mul w8, w8, w9 str w8, [sp, #8] ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB5_1 LBB5_3: ldr w0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _fatoracao ; -- Begin function fatoracao .p2align 2 _fatoracao: ; @fatoracao .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp, #24] str d1, [sp, #16] fmov d0, #1.00000000 str d0, [sp, #8] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr d0, [sp, #16] fcmp d0, #0.0 cset w8, le tbnz w8, #0, LBB6_3 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr d0, [sp, #8] ldr d1, [sp, #24] ldr d2, [sp, #16] fdiv d1, d1, d2 fmul d0, d0, d1 str d0, [sp, #8] ldr d0, [sp, #16] fmov d1, #-1.00000000 fadd d0, d0, d1 str d0, [sp, #16] b LBB6_1 LBB6_3: ldr d0, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "digite um angulo em graus\n" l_.str.1: ; @.str.1 .asciz "%f" l_.str.2: ; @.str.2 .asciz "cos(%f) para 3 termos vale %f\n" l_.str.3: ; @.str.3 .asciz "sen(%f) para 3 termos vale %f\n" l_.str.4: ; @.str.4 .asciz "\n" l_.str.5: ; @.str.5 .asciz "cos(%f) para 40 termos vale %f\n" l_.str.6: ; @.str.6 .asciz "sen(%f) para 40 termos vale %f\n" l_.str.7: ; @.str.7 .asciz "cos(%f) usando a math.h vale %f\n" l_.str.8: ; @.str.8 .asciz "sen(%f) usando a math.h vale %f\n" l_.str.9: ; @.str.9 .asciz "erro absoluto para o cosseno calculado com 3 termos da serie %f \n" l_.str.10: ; @.str.10 .asciz "erro absoluto para o seno calculado com 3 termos da serie %f \n" l_.str.11: ; @.str.11 .asciz "erro percentual para o cosseno calculado com 3 termos da serie %f%% \n" l_.str.12: ; @.str.12 .asciz "erro percentual para o seno calculado com 3 termos da serie %f%% \n" l_.str.13: ; @.str.13 .asciz "erro absoluto para o cosseno calculado com 40 termos da serie %f \n" l_.str.14: ; @.str.14 .asciz "erro absoluto para o seno calculado com 40 termos da serie %f \n" l_.str.15: ; @.str.15 .asciz "erro percentual para o cosseno calculado com 40 termos da serie %f%% \n" l_.str.16: ; @.str.16 .asciz "erro percentual para o seno calculado com 40 termos da serie %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 main LCPI0_0: .quad 0x4059000000000000 ## double 100 LCPI0_2: .quad 0x3f91df46a2529d39 ## double 0.017453292519943295 .section __TEXT,__literal16,16byte_literals .p2align 4 LCPI0_1: .quad 0x7fffffffffffffff ## double NaN .quad 0x7fffffffffffffff ## double NaN .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_2(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd %xmm0, -16(%rbp) movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _cos3 movsd %xmm0, -24(%rbp) movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _sen3 movsd %xmm0, -32(%rbp) movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.2(%rip), %rdi movb $2, %al callq _printf movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.3(%rip), %rdi movb $2, %al callq _printf movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _cos40 movsd %xmm0, -40(%rbp) movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _sen40 movsd %xmm0, -48(%rbp) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.5(%rip), %rdi movb $2, %al callq _printf movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd -48(%rbp), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.6(%rip), %rdi movb $2, %al callq _printf movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _cos movsd %xmm0, -56(%rbp) movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _sin movsd %xmm0, -64(%rbp) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd -56(%rbp), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.7(%rip), %rdi movb $2, %al callq _printf movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd -64(%rbp), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.8(%rip), %rdi movb $2, %al callq _printf movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd -56(%rbp), %xmm0 movaps LCPI0_1(%rip), %xmm1 ## xmm1 = [NaN,NaN] pand %xmm1, %xmm0 movsd %xmm0, -72(%rbp) movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd -64(%rbp), %xmm0 movaps LCPI0_1(%rip), %xmm1 ## xmm1 = [NaN,NaN] pand %xmm1, %xmm0 movsd %xmm0, -80(%rbp) movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -56(%rbp), %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd %xmm0, -88(%rbp) movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -64(%rbp), %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd %xmm0, -96(%rbp) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.9(%rip), %rdi movb $1, %al callq _printf movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.10(%rip), %rdi movb $1, %al callq _printf movsd -88(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.11(%rip), %rdi movb $1, %al callq _printf movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.12(%rip), %rdi movb $1, %al callq _printf movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd -56(%rbp), %xmm0 movaps LCPI0_1(%rip), %xmm1 ## xmm1 = [NaN,NaN] pand %xmm1, %xmm0 movsd %xmm0, -72(%rbp) movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero subsd -64(%rbp), %xmm0 movaps LCPI0_1(%rip), %xmm1 ## xmm1 = [NaN,NaN] pand %xmm1, %xmm0 movsd %xmm0, -80(%rbp) movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -56(%rbp), %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd %xmm0, -88(%rbp) movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero divsd -64(%rbp), %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movsd %xmm0, -96(%rbp) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movsd -72(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.13(%rip), %rdi movb $1, %al callq _printf movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.14(%rip), %rdi movb $1, %al callq _printf movsd -88(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.15(%rip), %rdi movb $1, %al callq _printf movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.16(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function cos3 LCPI1_0: .quad 0xbff0000000000000 ## double -1 .section __TEXT,__text,regular,pure_instructions .globl _cos3 .p2align 4, 0x90 _cos3: ## @cos3 .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 movsd %xmm0, -8(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -16(%rbp) movl $0, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -20(%rbp) jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -32(%rbp) ## 8-byte Spill cvtsi2sdl -20(%rbp), %xmm1 movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero callq _pow movsd %xmm0, -48(%rbp) ## 8-byte Spill movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -20(%rbp), %eax shll $1, %eax cvtsi2sd %eax, %xmm1 callq _pow movaps %xmm0, %xmm1 movsd -48(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) ## 8-byte Spill movl -20(%rbp), %edi shll $1, %edi callq _fatorial movsd -40(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -32(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero cvtsi2sd %eax, %xmm2 divsd %xmm2, %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -16(%rbp) ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_1 LBB1_4: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function sen3 LCPI2_0: .quad 0xbff0000000000000 ## double -1 .section __TEXT,__text,regular,pure_instructions .globl _sen3 .p2align 4, 0x90 _sen3: ## @sen3 .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 movsd %xmm0, -8(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -16(%rbp) movl $0, -20(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -20(%rbp) jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -32(%rbp) ## 8-byte Spill cvtsi2sdl -20(%rbp), %xmm1 movsd LCPI2_0(%rip), %xmm0 ## xmm0 = mem[0],zero callq _pow movsd %xmm0, -48(%rbp) ## 8-byte Spill movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -20(%rbp), %eax shll $1, %eax addl $1, %eax cvtsi2sd %eax, %xmm1 callq _pow movaps %xmm0, %xmm1 movsd -48(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) ## 8-byte Spill movl -20(%rbp), %edi shll $1, %edi addl $1, %edi callq _fatorial movsd -40(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movsd -32(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero cvtsi2sd %eax, %xmm2 divsd %xmm2, %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -16(%rbp) ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_1 LBB2_4: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function cos40 LCPI3_0: .quad 0xbff0000000000000 ## double -1 .section __TEXT,__text,regular,pure_instructions .globl _cos40 .p2align 4, 0x90 _cos40: ## @cos40 .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 movsd %xmm0, -8(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -16(%rbp) movl $0, -20(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 cmpl $40, -20(%rbp) jge LBB3_4 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -40(%rbp) ## 8-byte Spill cvtsi2sdl -20(%rbp), %xmm1 movsd LCPI3_0(%rip), %xmm0 ## xmm0 = mem[0],zero callq _pow movsd %xmm0, -32(%rbp) ## 8-byte Spill movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -20(%rbp), %eax shll $1, %eax cvtsi2sd %eax, %xmm1 callq _fatoracao movsd -40(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movaps %xmm0, %xmm2 movsd -32(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -16(%rbp) ## %bb.3: ## in Loop: Header=BB3_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB3_1 LBB3_4: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function sen40 LCPI4_0: .quad 0xbff0000000000000 ## double -1 .section __TEXT,__text,regular,pure_instructions .globl _sen40 .p2align 4, 0x90 _sen40: ## @sen40 .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 movsd %xmm0, -8(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -16(%rbp) movl $0, -20(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 cmpl $40, -20(%rbp) jge LBB4_4 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -40(%rbp) ## 8-byte Spill cvtsi2sdl -20(%rbp), %xmm1 movsd LCPI4_0(%rip), %xmm0 ## xmm0 = mem[0],zero callq _pow movsd %xmm0, -32(%rbp) ## 8-byte Spill movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero movl -20(%rbp), %eax shll $1, %eax addl $1, %eax cvtsi2sd %eax, %xmm1 callq _fatoracao movsd -40(%rbp), %xmm1 ## 8-byte Reload ## xmm1 = mem[0],zero movaps %xmm0, %xmm2 movsd -32(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -16(%rbp) ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_1 LBB4_4: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fatorial ## -- Begin function fatorial .p2align 4, 0x90 _fatorial: ## @fatorial .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) LBB5_1: ## =>This Inner Loop Header: Depth=1 cmpl $1, -4(%rbp) jle LBB5_3 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movl -8(%rbp), %eax imull -4(%rbp), %eax movl %eax, -8(%rbp) movl -4(%rbp), %eax addl $-1, %eax movl %eax, -4(%rbp) jmp LBB5_1 LBB5_3: movl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function fatoracao LCPI6_0: .quad 0x3ff0000000000000 ## double 1 LCPI6_1: .quad 0xbff0000000000000 ## double -1 .section __TEXT,__text,regular,pure_instructions .globl _fatoracao .p2align 4, 0x90 _fatoracao: ## @fatoracao .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movsd %xmm0, -8(%rbp) movsd %xmm1, -16(%rbp) movsd LCPI6_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -24(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jbe LBB6_3 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -8(%rbp), %xmm1 ## xmm1 = mem[0],zero divsd -16(%rbp), %xmm1 mulsd %xmm1, %xmm0 movsd %xmm0, -24(%rbp) movsd LCPI6_1(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -16(%rbp), %xmm0 movsd %xmm0, -16(%rbp) jmp LBB6_1 LBB6_3: movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "digite um angulo em graus\n" L_.str.1: ## @.str.1 .asciz "%f" L_.str.2: ## @.str.2 .asciz "cos(%f) para 3 termos vale %f\n" L_.str.3: ## @.str.3 .asciz "sen(%f) para 3 termos vale %f\n" L_.str.4: ## @.str.4 .asciz "\n" L_.str.5: ## @.str.5 .asciz "cos(%f) para 40 termos vale %f\n" L_.str.6: ## @.str.6 .asciz "sen(%f) para 40 termos vale %f\n" L_.str.7: ## @.str.7 .asciz "cos(%f) usando a math.h vale %f\n" L_.str.8: ## @.str.8 .asciz "sen(%f) usando a math.h vale %f\n" L_.str.9: ## @.str.9 .asciz "erro absoluto para o cosseno calculado com 3 termos da serie %f \n" L_.str.10: ## @.str.10 .asciz "erro absoluto para o seno calculado com 3 termos da serie %f \n" L_.str.11: ## @.str.11 .asciz "erro percentual para o cosseno calculado com 3 termos da serie %f%% \n" L_.str.12: ## @.str.12 .asciz "erro percentual para o seno calculado com 3 termos da serie %f%% \n" L_.str.13: ## @.str.13 .asciz "erro absoluto para o cosseno calculado com 40 termos da serie %f \n" L_.str.14: ## @.str.14 .asciz "erro absoluto para o seno calculado com 40 termos da serie %f \n" L_.str.15: ## @.str.15 .asciz "erro percentual para o cosseno calculado com 40 termos da serie %f%% \n" L_.str.16: ## @.str.16 .asciz "erro percentual para o seno calculado com 40 termos da serie %f%% \n" .subsections_via_symbols
the_stack_data/130954.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 adrp x8, _x@GOTPAGE ldr x8, [x8, _x@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill stur wzr, [x29, #-4] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_2 Depth 2 bl ___VERIFIER_nondet_int ldr x8, [sp] ; 8-byte Folded Reload str w0, [x8] adrp x9, _y@GOTPAGE ldr x9, [x9, _y@GOTPAGEOFF] mov w8, #1 str w8, [x9] b LBB0_2 LBB0_2: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=2 ldr x8, [sp] ; 8-byte Folded Reload ldr w9, [x8] subs w9, w9, #1 str w9, [x8] ldr w8, [x8] subs w8, w8, #1 cset w8, gt tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_2 Depth=2 adrp x8, _y@GOTPAGE ldr x8, [x8, _y@GOTPAGEOFF] str wzr, [x8] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_2 Depth=2 b LBB0_2 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 .cfi_endproc ; -- End function .comm _x,4,2 ; @x .comm _y,4,2 ; @y .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) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_2 Depth 2 movb $0, %al callq ___VERIFIER_nondet_int movl %eax, %ecx movq _x@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _y@GOTPCREL(%rip), %rax movl $1, (%rax) LBB0_2: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _x@GOTPCREL(%rip), %rax cmpl $0, (%rax) jle LBB0_6 ## %bb.3: ## in Loop: Header=BB0_2 Depth=2 movq _x@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $-1, %ecx movq _x@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _x@GOTPCREL(%rip), %rax cmpl $1, (%rax) jg LBB0_5 ## %bb.4: ## in Loop: Header=BB0_2 Depth=2 movq _y@GOTPCREL(%rip), %rax movl $0, (%rax) LBB0_5: ## in Loop: Header=BB0_2 Depth=2 jmp LBB0_2 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 .cfi_endproc ## -- End function .comm _x,4,2 ## @x .comm _y,4,2 ## @y .subsections_via_symbols
the_stack_data/45451191.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bch_stats_show ; -- Begin function bch_stats_show .p2align 2 _bch_stats_show: ; @bch_stats_show .cfi_startproc ; %bb.0: adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF mov x0, x8 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .space 1 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bch_stats_show ## -- Begin function bch_stats_show .p2align 4, 0x90 _bch_stats_show: ## @bch_stats_show .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), %rax ## kill: def $eax killed $eax killed $rax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .space 1 .subsections_via_symbols
the_stack_data/31389256.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _countSetBitsMethod1 ; -- Begin function countSetBitsMethod1 .p2align 2 _countSetBitsMethod1: ; @countSetBitsMethod1 .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, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] subs w9, w8, #1 ldr w8, [sp, #12] and w8, w8, w9 str w8, [sp, #12] ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_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, #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, #5 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 _countSetBitsMethod1 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@PAGE add x0, x0, l_.str@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 "Number of 1s in %d are %d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _countSetBitsMethod1 ## -- Begin function countSetBitsMethod1 .p2align 4, 0x90 _countSetBitsMethod1: ## @countSetBitsMethod1 .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) je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %eax subl $1, %eax andl -4(%rbp), %eax movl %eax, -4(%rbp) movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_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) movl $5, -8(%rbp) movl -8(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill movl -8(%rbp), %edi callq _countSetBitsMethod1 movl -12(%rbp), %esi ## 4-byte Reload movl %eax, %edx 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 "Number of 1s in %d are %d" .subsections_via_symbols
the_stack_data/140764965.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _scilab_rt_champ1_d2i2i2i2_ ; -- Begin function scilab_rt_champ1_d2i2i2i2_ .p2align 2 _scilab_rt_champ1_d2i2i2i2_: ; @scilab_rt_champ1_d2i2i2i2_ .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 ldr x11, [x29, #16] ldr w10, [x29, #24] ldr w9, [x29, #28] ldr x8, [x29, #32] stur w0, [x29, #-4] stur w1, [x29, #-8] stur x2, [x29, #-16] stur w3, [x29, #-20] stur w4, [x29, #-24] stur x5, [x29, #-32] stur w6, [x29, #-36] stur w7, [x29, #-40] stur x11, [x29, #-48] stur w10, [x29, #-52] stur w9, [x29, #-56] stur x8, [x29, #-64] ldur w8, [x29, #-8] ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill ldur w8, [x29, #-24] ; kill: def $x8 killed $w8 str x8, [sp, #24] ; 8-byte Folded Spill ldur w8, [x29, #-40] ; kill: def $x8 killed $w8 str x8, [sp, #32] ; 8-byte Folded Spill ldur w8, [x29, #-56] ; kill: def $x8 killed $w8 str x8, [sp, #40] ; 8-byte Folded Spill movi d0, #0000000000000000 str d0, [sp, #64] str wzr, [sp, #60] str wzr, [sp, #56] str wzr, [sp, #52] stur wzr, [x29, #-68] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldur w8, [x29, #-68] 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, #72] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] 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 ldr x10, [sp, #16] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldursw x9, [x29, #-68] mul x9, x9, x10 add x8, x8, x9, lsl #3 ldrsw x9, [sp, #72] ldr d1, [x8, x9, lsl #3] ldr d0, [sp, #64] fadd d0, d0, d1 str d0, [sp, #64] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] 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, #-68] add w8, w8, #1 stur w8, [x29, #-68] b LBB0_1 LBB0_8: ldr d0, [sp, #64] mov x8, sp str d0, [x8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf stur wzr, [x29, #-68] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldur w8, [x29, #-68] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 str wzr, [sp, #72] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldr x10, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-32] ldursw x9, [x29, #-68] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #72] ldr w9, [x8, x9, lsl #2] ldr w8, [sp, #60] add w8, w8, w9 str w8, [sp, #60] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB0_11 LBB0_14: ; in Loop: Header=BB0_9 Depth=1 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=1 ldur w8, [x29, #-68] add w8, w8, #1 stur w8, [x29, #-68] b LBB0_9 LBB0_16: ldr w9, [sp, #60] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf stur wzr, [x29, #-68] b LBB0_17 LBB0_17: ; =>This Loop Header: Depth=1 ; Child Loop BB0_19 Depth 2 ldur w8, [x29, #-68] ldur w9, [x29, #-36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_24 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=1 str wzr, [sp, #72] b LBB0_19 LBB0_19: ; Parent Loop BB0_17 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldur w9, [x29, #-40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_22 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_19 Depth=2 ldr x10, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-48] ldursw x9, [x29, #-68] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #72] ldr w9, [x8, x9, lsl #2] ldr w8, [sp, #56] add w8, w8, w9 str w8, [sp, #56] b LBB0_21 LBB0_21: ; in Loop: Header=BB0_19 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB0_19 LBB0_22: ; in Loop: Header=BB0_17 Depth=1 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_17 Depth=1 ldur w8, [x29, #-68] add w8, w8, #1 stur w8, [x29, #-68] b LBB0_17 LBB0_24: ldr w9, [sp, #56] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf stur wzr, [x29, #-68] b LBB0_25 LBB0_25: ; =>This Loop Header: Depth=1 ; Child Loop BB0_27 Depth 2 ldur w8, [x29, #-68] ldur w9, [x29, #-52] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_32 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_25 Depth=1 str wzr, [sp, #72] b LBB0_27 LBB0_27: ; Parent Loop BB0_25 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #72] ldur w9, [x29, #-56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_30 b LBB0_28 LBB0_28: ; in Loop: Header=BB0_27 Depth=2 ldr x10, [sp, #40] ; 8-byte Folded Reload ldur x8, [x29, #-64] ldursw x9, [x29, #-68] mul x9, x9, x10 add x8, x8, x9, lsl #2 ldrsw x9, [sp, #72] ldr w9, [x8, x9, lsl #2] ldr w8, [sp, #52] add w8, w8, w9 str w8, [sp, #52] b LBB0_29 LBB0_29: ; in Loop: Header=BB0_27 Depth=2 ldr w8, [sp, #72] add w8, w8, #1 str w8, [sp, #72] b LBB0_27 LBB0_30: ; in Loop: Header=BB0_25 Depth=1 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_25 Depth=1 ldur w8, [x29, #-68] add w8, w8, #1 stur w8, [x29, #-68] b LBB0_25 LBB0_32: ldr w9, [sp, #52] ; 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 ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%f" l_.str.1: ; @.str.1 .asciz "%d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _scilab_rt_champ1_d2i2i2i2_ ## -- Begin function scilab_rt_champ1_d2i2i2i2_ .p2align 4, 0x90 _scilab_rt_champ1_d2i2i2i2_: ## @scilab_rt_champ1_d2i2i2i2_ .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 56(%rbp), %rax movl 48(%rbp), %eax movl 40(%rbp), %eax movq 32(%rbp), %rax movl 24(%rbp), %eax movl 16(%rbp), %eax movl %edi, -4(%rbp) movl %esi, -8(%rbp) movq %rdx, -16(%rbp) movl %ecx, -20(%rbp) movl %r8d, -24(%rbp) movq %r9, -32(%rbp) movl -8(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -96(%rbp) ## 8-byte Spill movl -24(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -88(%rbp) ## 8-byte Spill movl 24(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -80(%rbp) ## 8-byte Spill movl 48(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -72(%rbp) ## 8-byte Spill xorps %xmm0, %xmm0 movsd %xmm0, -48(%rbp) movl $0, -52(%rbp) movl $0, -56(%rbp) movl $0, -60(%rbp) movl $0, -36(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -36(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -40(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl -8(%rbp), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -96(%rbp), %rdx ## 8-byte Reload movq -16(%rbp), %rax movslq -36(%rbp), %rcx imulq %rdx, %rcx shlq $3, %rcx addq %rcx, %rax movslq -40(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero addsd -48(%rbp), %xmm0 movsd %xmm0, -48(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%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 -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_1 LBB0_8: movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str(%rip), %rdi movb $1, %al callq _printf movl $0, -36(%rbp) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 movl -36(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_16 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl $0, -40(%rbp) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl -24(%rbp), %eax jge LBB0_14 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movq -88(%rbp), %rdx ## 8-byte Reload movq -32(%rbp), %rax movslq -36(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -40(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -52(%rbp), %eax movl %eax, -52(%rbp) ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_11 LBB0_14: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_15 LBB0_15: ## in Loop: Header=BB0_9 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_9 LBB0_16: movl -52(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -36(%rbp) LBB0_17: ## =>This Loop Header: Depth=1 ## Child Loop BB0_19 Depth 2 movl -36(%rbp), %eax cmpl 16(%rbp), %eax jge LBB0_24 ## %bb.18: ## in Loop: Header=BB0_17 Depth=1 movl $0, -40(%rbp) LBB0_19: ## Parent Loop BB0_17 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl 24(%rbp), %eax jge LBB0_22 ## %bb.20: ## in Loop: Header=BB0_19 Depth=2 movq -80(%rbp), %rdx ## 8-byte Reload movq 32(%rbp), %rax movslq -36(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -40(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -56(%rbp), %eax movl %eax, -56(%rbp) ## %bb.21: ## in Loop: Header=BB0_19 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%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 -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_17 LBB0_24: movl -56(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -36(%rbp) LBB0_25: ## =>This Loop Header: Depth=1 ## Child Loop BB0_27 Depth 2 movl -36(%rbp), %eax cmpl 40(%rbp), %eax jge LBB0_32 ## %bb.26: ## in Loop: Header=BB0_25 Depth=1 movl $0, -40(%rbp) LBB0_27: ## Parent Loop BB0_25 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl 48(%rbp), %eax jge LBB0_30 ## %bb.28: ## in Loop: Header=BB0_27 Depth=2 movq -72(%rbp), %rdx ## 8-byte Reload movq 56(%rbp), %rax movslq -36(%rbp), %rcx imulq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movslq -40(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -60(%rbp), %eax movl %eax, -60(%rbp) ## %bb.29: ## in Loop: Header=BB0_27 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB0_27 LBB0_30: ## in Loop: Header=BB0_25 Depth=1 jmp LBB0_31 LBB0_31: ## in Loop: Header=BB0_25 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_25 LBB0_32: movl -60(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%f" L_.str.1: ## @.str.1 .asciz "%d" .subsections_via_symbols
the_stack_data/98575057.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 0x3fa47ae147ae147b ; double 0.040000000000000001 lCPI0_1: .quad 0x409f400000000000 ; double 2000 lCPI0_2: .quad 0x3fb1eb851eb851ec ; double 0.070000000000000007 lCPI0_3: .quad 0x4092c00000000000 ; double 1200 lCPI0_4: .quad 0x3fb999999999999a ; double 0.10000000000000001 lCPI0_5: .quad 0x4089000000000000 ; double 800 lCPI0_6: .quad 0x3fbeb851eb851eb8 ; double 0.12 lCPI0_7: .quad 0x4079000000000000 ; double 400 lCPI0_8: .quad 0x3fc3333333333333 ; double 0.14999999999999999 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x9, sp sub x8, x29, #4 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldur s0, [x29, #-4] fcmp s0, #0.0 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_7@PAGE ldr d1, [x8, lCPI0_7@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_8@PAGE ldr d1, [x8, lCPI0_8@PAGEOFF] fmul d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-8] ldur s0, [x29, #-4] ldur s1, [x29, #-8] fadd s0, s0, s1 stur s0, [x29, #-12] ldur s0, [x29, #-12] fcvt d1, s0 ldur s0, [x29, #-8] fcvt d0, s0 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 LBB0_3 LBB0_3: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_7@PAGE ldr d1, [x8, lCPI0_7@PAGEOFF] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_5@PAGE ldr d1, [x8, lCPI0_5@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_6@PAGE ldr d1, [x8, lCPI0_6@PAGEOFF] fmul d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-8] ldur s0, [x29, #-4] ldur s1, [x29, #-8] fadd s0, s0, s1 stur s0, [x29, #-12] ldur s0, [x29, #-12] fcvt d1, s0 ldur s0, [x29, #-8] fcvt d0, s0 mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_6 LBB0_6: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_5@PAGE ldr d1, [x8, lCPI0_5@PAGEOFF] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_9 b LBB0_7 LBB0_7: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_3@PAGE ldr d1, [x8, lCPI0_3@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_4@PAGE ldr d1, [x8, lCPI0_4@PAGEOFF] fmul d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-8] ldur s0, [x29, #-4] ldur s1, [x29, #-8] fadd s0, s0, s1 stur s0, [x29, #-12] ldur s0, [x29, #-12] fcvt d1, s0 ldur s0, [x29, #-8] fcvt d0, s0 mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_9 LBB0_9: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_3@PAGE ldr d1, [x8, lCPI0_3@PAGEOFF] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_1@PAGE ldr d1, [x8, lCPI0_1@PAGEOFF] fcmp d0, d1 cset w8, hi tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_2@PAGE ldr d1, [x8, lCPI0_2@PAGEOFF] fmul d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-8] ldur s0, [x29, #-4] ldur s1, [x29, #-8] fadd s0, s0, s1 stur s0, [x29, #-12] ldur s0, [x29, #-12] fcvt d1, s0 ldur s0, [x29, #-8] fcvt d0, s0 mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_12 LBB0_12: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_1@PAGE ldr d1, [x8, lCPI0_1@PAGEOFF] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ldur s0, [x29, #-4] fcvt d0, s0 adrp x8, lCPI0_0@PAGE ldr d1, [x8, lCPI0_0@PAGEOFF] fmul d0, d0, d1 fcvt s0, d0 stur s0, [x29, #-8] ldur s0, [x29, #-4] ldur s1, [x29, #-8] fadd s0, s0, s1 stur s0, [x29, #-12] ldur s0, [x29, #-12] fcvt d1, s0 ldur s0, [x29, #-8] fcvt d0, s0 mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_14 LBB0_14: movi d0, #0000000000000000 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%f" l_.str.1: ; @.str.1 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 15 %%\n" l_.str.2: ; @.str.2 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 12 %%\n" l_.str.3: ; @.str.3 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 10 %%\n" l_.str.4: ; @.str.4 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 7 %%\n" l_.str.5: ; @.str.5 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 4 %%\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 0x4079000000000000 ## double 400 LCPI0_1: .quad 0x3fc3333333333333 ## double 0.14999999999999999 LCPI0_2: .quad 0x4089000000000000 ## double 800 LCPI0_3: .quad 0x3fbeb851eb851eb8 ## double 0.12 LCPI0_4: .quad 0x4092c00000000000 ## double 1200 LCPI0_5: .quad 0x3fb999999999999a ## double 0.10000000000000001 LCPI0_6: .quad 0x409f400000000000 ## double 2000 LCPI0_7: .quad 0x3fb1eb851eb851ec ## double 0.070000000000000007 LCPI0_8: .quad 0x3fa47ae147ae147b ## double 0.040000000000000001 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp leaq L_.str(%rip), %rdi leaq -4(%rbp), %rsi movb $0, %al callq _scanf movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jb LBB0_3 ## %bb.1: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_3 ## %bb.2: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -8(%rbp) movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -8(%rbp), %xmm0 movss %xmm0, -12(%rbp) movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 leaq L_.str.1(%rip), %rdi movb $2, %al callq _printf LBB0_3: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_6 ## %bb.4: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_6 ## %bb.5: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_3(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -8(%rbp) movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -8(%rbp), %xmm0 movss %xmm0, -12(%rbp) movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 leaq L_.str.2(%rip), %rdi movb $2, %al callq _printf LBB0_6: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_2(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_9 ## %bb.7: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI0_4(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_9 ## %bb.8: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_5(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -8(%rbp) movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -8(%rbp), %xmm0 movss %xmm0, -12(%rbp) movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 leaq L_.str.3(%rip), %rdi movb $2, %al callq _printf LBB0_9: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_4(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_12 ## %bb.10: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm1 movsd LCPI0_6(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB0_12 ## %bb.11: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_7(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -8(%rbp) movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -8(%rbp), %xmm0 movss %xmm0, -12(%rbp) movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 leaq L_.str.4(%rip), %rdi movb $2, %al callq _printf LBB0_12: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_6(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB0_14 ## %bb.13: movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movsd LCPI0_8(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 cvtsd2ss %xmm0, %xmm0 movss %xmm0, -8(%rbp) movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero addss -8(%rbp), %xmm0 movss %xmm0, -12(%rbp) movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero cvtss2sd %xmm1, %xmm1 leaq L_.str.5(%rip), %rdi movb $2, %al callq _printf LBB0_14: xorps %xmm0, %xmm0 addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%f" L_.str.1: ## @.str.1 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 15 %%\n" L_.str.2: ## @.str.2 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 12 %%\n" L_.str.3: ## @.str.3 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 10 %%\n" L_.str.4: ## @.str.4 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 7 %%\n" L_.str.5: ## @.str.5 .asciz "Novo salario: %.2f\nReajuste ganho: %.2f\nEm percentual: 4 %%\n" .subsections_via_symbols
the_stack_data/72428.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _printMenu ; -- Begin function printMenu .p2align 2 _printMenu: ; @printMenu .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 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 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, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] 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, #8 str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf ldursw x9, [x29, #-8] mov x8, #4 mul x0, x8, x9 bl _malloc stur x0, [x29, #-16] stur wzr, [x29, #-20] b LBB1_1 LBB1_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, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x9, [x29, #-16] ldursw x10, [x29, #-20] mov w8, #-1 str w8, [x9, x10, lsl #2] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB1_1 LBB1_4: stur wzr, [x29, #-24] b LBB1_5 LBB1_5: ; =>This Loop Header: Depth=1 ; Child Loop BB1_30 Depth 2 ; Child Loop BB1_32 Depth 3 ; Child Loop BB1_11 Depth 2 ; Child Loop BB1_13 Depth 3 ; Child Loop BB1_22 Depth 2 bl _printMenu mov x9, sp sub x8, x29, #28 str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf ldur w8, [x29, #-28] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_28 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=1 mov x0, #1000 bl _malloc stur x0, [x29, #-40] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldur x8, [x29, #-40] mov x9, sp str x8, [x9] sub x8, x29, #44 str x8, [x9, #8] sub x8, x29, #48 str x8, [x9, #16] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _scanf ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB1_9 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_5 Depth=1 ldur w8, [x29, #-44] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_9 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_5 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-44] ldr w8, [x8, x9, lsl #2] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_5 Depth=1 adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB1_5 LBB1_10: ; in Loop: Header=BB1_5 Depth=1 ldursw x9, [x29, #-48] mov x8, #4 mul x0, x8, x9 bl _malloc str x0, [sp, #56] str wzr, [sp, #52] str wzr, [sp, #48] ldur w8, [x29, #-24] ldur x9, [x29, #-16] ldursw x10, [x29, #-44] str w8, [x9, x10, lsl #2] str wzr, [sp, #44] b LBB1_11 LBB1_11: ; Parent Loop BB1_5 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB1_13 Depth 3 ldr w8, [sp, #44] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_20 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=2 b LBB1_13 LBB1_13: ; Parent Loop BB1_5 Depth=1 ; Parent Loop BB1_11 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #52] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_18 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_13 Depth=3 ldur x8, [x29, #-16] ldrsw x9, [sp, #52] ldr w8, [x8, x9, lsl #2] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_16 b LBB1_15 LBB1_15: ; in Loop: Header=BB1_11 Depth=2 ldr w8, [sp, #52] ldr x9, [sp, #56] ldrsw x10, [sp, #44] str w8, [x9, x10, lsl #2] ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB1_18 LBB1_16: ; in Loop: Header=BB1_13 Depth=3 b LBB1_17 LBB1_17: ; in Loop: Header=BB1_13 Depth=3 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB1_13 LBB1_18: ; in Loop: Header=BB1_11 Depth=2 b LBB1_19 LBB1_19: ; in Loop: Header=BB1_11 Depth=2 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB1_11 LBB1_20: ; in Loop: Header=BB1_5 Depth=1 ldr w8, [sp, #48] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_26 b LBB1_21 LBB1_21: ; in Loop: Header=BB1_5 Depth=1 str wzr, [sp, #40] b LBB1_22 LBB1_22: ; Parent Loop BB1_5 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #40] ldur w9, [x29, #-48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_25 b LBB1_23 LBB1_23: ; in Loop: Header=BB1_22 Depth=2 ldur x8, [x29, #-16] ldr x9, [sp, #56] ldrsw x10, [sp, #40] ldrsw x9, [x9, x10, lsl #2] add x8, x8, x9, lsl #2 ldursw x9, [x29, #-24] mov x10, #13568 movk x10, #12, lsl #16 mul x10, x9, x10 adrp x9, _arr@GOTPAGE ldr x9, [x9, _arr@GOTPAGEOFF] add x9, x9, x10 ldrsw x10, [sp, #40] str x8, [x9, x10, lsl #3] ldur w8, [x29, #-24] ldur x9, [x29, #-16] ldr x10, [sp, #56] ldrsw x11, [sp, #40] ldrsw x10, [x10, x11, lsl #2] str w8, [x9, x10, lsl #2] b LBB1_24 LBB1_24: ; in Loop: Header=BB1_22 Depth=2 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB1_22 LBB1_25: ; in Loop: Header=BB1_5 Depth=1 adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf ldur x8, [x29, #-40] ldursw x10, [x29, #-24] adrp x9, _fileMap@GOTPAGE ldr x9, [x9, _fileMap@GOTPAGEOFF] str x8, [x9, x10, lsl #3] ldur w8, [x29, #-44] ldursw x10, [x29, #-24] adrp x9, _mapIdx@GOTPAGE ldr x9, [x9, _mapIdx@GOTPAGEOFF] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-48] ldursw x10, [x29, #-24] adrp x9, _sz@GOTPAGE ldr x9, [x9, _sz@GOTPAGEOFF] str w8, [x9, x10, lsl #2] ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB1_27 LBB1_26: ; in Loop: Header=BB1_5 Depth=1 ldur x9, [x29, #-16] ldursw x10, [x29, #-44] mov w8, #-1 str w8, [x9, x10, lsl #2] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB1_27 LBB1_27: ; in Loop: Header=BB1_5 Depth=1 b LBB1_43 LBB1_28: ; in Loop: Header=BB1_5 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB1_38 b LBB1_29 LBB1_29: ; in Loop: Header=BB1_5 Depth=1 adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf str wzr, [sp, #36] b LBB1_30 LBB1_30: ; Parent Loop BB1_5 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB1_32 Depth 3 ldr w8, [sp, #36] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_37 b LBB1_31 LBB1_31: ; in Loop: Header=BB1_30 Depth=2 ldrsw x9, [sp, #36] adrp x8, _fileMap@GOTPAGE ldr x8, [x8, _fileMap@GOTPAGEOFF] ldr x10, [x8, x9, lsl #3] ldrsw x9, [sp, #36] adrp x8, _mapIdx@GOTPAGE ldr x8, [x8, _mapIdx@GOTPAGEOFF] 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.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf str wzr, [sp, #32] b LBB1_32 LBB1_32: ; Parent Loop BB1_5 Depth=1 ; Parent Loop BB1_30 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #32] ldrsw x10, [sp, #36] adrp x9, _sz@GOTPAGE ldr x9, [x9, _sz@GOTPAGEOFF] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_35 b LBB1_33 LBB1_33: ; in Loop: Header=BB1_32 Depth=3 ldrsw x8, [sp, #36] mov x9, #13568 movk x9, #12, lsl #16 mul x9, x8, x9 adrp x8, _arr@GOTPAGE ldr x8, [x8, _arr@GOTPAGEOFF] add x8, x8, x9 ldrsw x9, [sp, #32] ldr x8, [x8, x9, lsl #3] ldur x9, [x29, #-16] subs x8, x8, x9 mov x9, #4 sdiv x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf b LBB1_34 LBB1_34: ; in Loop: Header=BB1_32 Depth=3 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB1_32 LBB1_35: ; in Loop: Header=BB1_30 Depth=2 adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf b LBB1_36 LBB1_36: ; in Loop: Header=BB1_30 Depth=2 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB1_30 LBB1_37: ; in Loop: Header=BB1_5 Depth=1 b LBB1_42 LBB1_38: ; in Loop: Header=BB1_5 Depth=1 ldur w8, [x29, #-28] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB1_40 b LBB1_39 LBB1_39: b LBB1_44 LBB1_40: ; in Loop: Header=BB1_5 Depth=1 adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf b LBB1_41 LBB1_41: ; in Loop: Header=BB1_5 Depth=1 b LBB1_42 LBB1_42: ; in Loop: Header=BB1_5 Depth=1 b LBB1_43 LBB1_43: ; in Loop: Header=BB1_5 Depth=1 b LBB1_5 LBB1_44: ldur w0, [x29, #-4] ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter : \n" l_.str.1: ; @.str.1 .asciz "1. To add File\n" l_.str.2: ; @.str.2 .asciz "2. To Print Directory \n" l_.str.3: ; @.str.3 .asciz "3. TO exit\n" l_.str.4: ; @.str.4 .asciz "Welcome to the indexed File\n" l_.str.5: ; @.str.5 .asciz "Enter the number of Block in disk\n" l_.str.6: ; @.str.6 .asciz "%d" l_.str.7: ; @.str.7 .asciz "Enter File name,indexed block and total number of block in file\n" l_.str.8: ; @.str.8 .asciz "%s%d%d" l_.str.9: ; @.str.9 .asciz "Index Block is not empty or invalid\n" .comm _arr,800000000,3 ; @arr l_.str.10: ; @.str.10 .asciz "\n" .comm _fileMap,800000,3 ; @fileMap .comm _mapIdx,400000,2 ; @mapIdx .comm _sz,400000,2 ; @sz l_.str.11: ; @.str.11 .asciz "Not Enough free Space\n" l_.str.12: ; @.str.12 .asciz "File name \tIndex Block Block Stored\n" l_.str.13: ; @.str.13 .asciz "%s \t\t%d \t\t" l_.str.14: ; @.str.14 .asciz "%d " l_.str.15: ; @.str.15 .asciz "Invalid Input\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _printMenu ## -- Begin function printMenu .p2align 4, 0x90 _printMenu: ## @printMenu .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 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl $0, -4(%rbp) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movslq -8(%rbp), %rdi shlq $2, %rdi callq _malloc movq %rax, -16(%rbp) movl $0, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movl $-1, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_1 LBB1_4: movl $0, -24(%rbp) LBB1_5: ## =>This Loop Header: Depth=1 ## Child Loop BB1_11 Depth 2 ## Child Loop BB1_13 Depth 3 ## Child Loop BB1_22 Depth 2 ## Child Loop BB1_30 Depth 2 ## Child Loop BB1_32 Depth 3 callq _printMenu leaq L_.str.6(%rip), %rdi leaq -28(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -28(%rbp) jne LBB1_28 ## %bb.6: ## in Loop: Header=BB1_5 Depth=1 movl $1000, %edi ## imm = 0x3E8 callq _malloc movq %rax, -40(%rbp) leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movq -40(%rbp), %rsi leaq L_.str.8(%rip), %rdi leaq -44(%rbp), %rdx leaq -48(%rbp), %rcx movb $0, %al callq _scanf cmpl $0, -44(%rbp) jl LBB1_9 ## %bb.7: ## in Loop: Header=BB1_5 Depth=1 movl -44(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_9 ## %bb.8: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movslq -44(%rbp), %rcx cmpl $-1, (%rax,%rcx,4) je LBB1_10 LBB1_9: ## in Loop: Header=BB1_5 Depth=1 leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf jmp LBB1_5 LBB1_10: ## in Loop: Header=BB1_5 Depth=1 movslq -48(%rbp), %rdi shlq $2, %rdi callq _malloc movq %rax, -56(%rbp) movl $0, -60(%rbp) movl $0, -64(%rbp) movl -24(%rbp), %edx movq -16(%rbp), %rax movslq -44(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl $0, -68(%rbp) LBB1_11: ## Parent Loop BB1_5 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB1_13 Depth 3 movl -68(%rbp), %eax cmpl -48(%rbp), %eax jge LBB1_20 ## %bb.12: ## in Loop: Header=BB1_11 Depth=2 jmp LBB1_13 LBB1_13: ## Parent Loop BB1_5 Depth=1 ## Parent Loop BB1_11 Depth=2 ## => This Inner Loop Header: Depth=3 movl -60(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_18 ## %bb.14: ## in Loop: Header=BB1_13 Depth=3 movq -16(%rbp), %rax movslq -60(%rbp), %rcx cmpl $-1, (%rax,%rcx,4) jne LBB1_16 ## %bb.15: ## in Loop: Header=BB1_11 Depth=2 movl -60(%rbp), %edx movq -56(%rbp), %rax movslq -68(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB1_18 LBB1_16: ## in Loop: Header=BB1_13 Depth=3 jmp LBB1_17 LBB1_17: ## in Loop: Header=BB1_13 Depth=3 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB1_13 LBB1_18: ## in Loop: Header=BB1_11 Depth=2 jmp LBB1_19 LBB1_19: ## in Loop: Header=BB1_11 Depth=2 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp LBB1_11 LBB1_20: ## in Loop: Header=BB1_5 Depth=1 movl -64(%rbp), %eax cmpl -48(%rbp), %eax jne LBB1_26 ## %bb.21: ## in Loop: Header=BB1_5 Depth=1 movl $0, -72(%rbp) LBB1_22: ## Parent Loop BB1_5 Depth=1 ## => This Inner Loop Header: Depth=2 movl -72(%rbp), %eax cmpl -48(%rbp), %eax jge LBB1_25 ## %bb.23: ## in Loop: Header=BB1_22 Depth=2 movq -16(%rbp), %rdx movq -56(%rbp), %rax movslq -72(%rbp), %rcx movslq (%rax,%rcx,4), %rax shlq $2, %rax addq %rax, %rdx movslq -24(%rbp), %rcx movq _arr@GOTPCREL(%rip), %rax imulq $800000, %rcx, %rcx ## imm = 0xC3500 addq %rcx, %rax movslq -72(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movl -24(%rbp), %edx movq -16(%rbp), %rax movq -56(%rbp), %rcx movslq -72(%rbp), %rsi movslq (%rcx,%rsi,4), %rcx movl %edx, (%rax,%rcx,4) ## %bb.24: ## in Loop: Header=BB1_22 Depth=2 movl -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) jmp LBB1_22 LBB1_25: ## in Loop: Header=BB1_5 Depth=1 leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf movq -40(%rbp), %rdx movslq -24(%rbp), %rcx movq _fileMap@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movl -44(%rbp), %edx movslq -24(%rbp), %rcx movq _mapIdx@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movl -48(%rbp), %edx movslq -24(%rbp), %rcx movq _sz@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB1_27 LBB1_26: ## in Loop: Header=BB1_5 Depth=1 movq -16(%rbp), %rax movslq -44(%rbp), %rcx movl $-1, (%rax,%rcx,4) leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf LBB1_27: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_43 LBB1_28: ## in Loop: Header=BB1_5 Depth=1 cmpl $2, -28(%rbp) jne LBB1_38 ## %bb.29: ## in Loop: Header=BB1_5 Depth=1 leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl $0, -76(%rbp) LBB1_30: ## Parent Loop BB1_5 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB1_32 Depth 3 movl -76(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_37 ## %bb.31: ## in Loop: Header=BB1_30 Depth=2 movslq -76(%rbp), %rcx movq _fileMap@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi movslq -76(%rbp), %rcx movq _mapIdx@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %edx leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf movl $0, -80(%rbp) LBB1_32: ## Parent Loop BB1_5 Depth=1 ## Parent Loop BB1_30 Depth=2 ## => This Inner Loop Header: Depth=3 movl -80(%rbp), %eax movslq -76(%rbp), %rdx movq _sz@GOTPCREL(%rip), %rcx cmpl (%rcx,%rdx,4), %eax jge LBB1_35 ## %bb.33: ## in Loop: Header=BB1_32 Depth=3 movslq -76(%rbp), %rcx movq _arr@GOTPCREL(%rip), %rax imulq $800000, %rcx, %rcx ## imm = 0xC3500 addq %rcx, %rax movslq -80(%rbp), %rcx movq (%rax,%rcx,8), %rax movq -16(%rbp), %rcx subq %rcx, %rax sarq $2, %rax movl %eax, %esi leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf ## %bb.34: ## in Loop: Header=BB1_32 Depth=3 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%rbp) jmp LBB1_32 LBB1_35: ## in Loop: Header=BB1_30 Depth=2 leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf ## %bb.36: ## in Loop: Header=BB1_30 Depth=2 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB1_30 LBB1_37: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_42 LBB1_38: ## in Loop: Header=BB1_5 Depth=1 cmpl $3, -28(%rbp) jne LBB1_40 ## %bb.39: jmp LBB1_44 LBB1_40: ## in Loop: Header=BB1_5 Depth=1 leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf ## %bb.41: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_42 LBB1_42: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_43 LBB1_43: ## in Loop: Header=BB1_5 Depth=1 jmp LBB1_5 LBB1_44: movl -4(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter : \n" L_.str.1: ## @.str.1 .asciz "1. To add File\n" L_.str.2: ## @.str.2 .asciz "2. To Print Directory \n" L_.str.3: ## @.str.3 .asciz "3. TO exit\n" L_.str.4: ## @.str.4 .asciz "Welcome to the indexed File\n" L_.str.5: ## @.str.5 .asciz "Enter the number of Block in disk\n" L_.str.6: ## @.str.6 .asciz "%d" L_.str.7: ## @.str.7 .asciz "Enter File name,indexed block and total number of block in file\n" L_.str.8: ## @.str.8 .asciz "%s%d%d" L_.str.9: ## @.str.9 .asciz "Index Block is not empty or invalid\n" .comm _arr,800000000,4 ## @arr L_.str.10: ## @.str.10 .asciz "\n" .comm _fileMap,800000,4 ## @fileMap .comm _mapIdx,400000,4 ## @mapIdx .comm _sz,400000,4 ## @sz L_.str.11: ## @.str.11 .asciz "Not Enough free Space\n" L_.str.12: ## @.str.12 .asciz "File name \tIndex Block Block Stored\n" L_.str.13: ## @.str.13 .asciz "%s \t\t%d \t\t" L_.str.14: ## @.str.14 .asciz "%d " L_.str.15: ## @.str.15 .asciz "Invalid Input\n" .subsections_via_symbols
the_stack_data/1186742.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _reverse_array_diff ; -- Begin function reverse_array_diff .p2align 2 _reverse_array_diff: ; @reverse_array_diff .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, #28] str x1, [sp, #16] str x2, [sp, #8] ldr w8, [sp, #28] subs w8, w8, #1 str w8, [sp, #4] str wzr, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #8] ldrsw x10, [sp] str w8, [x9, x10, lsl #2] ldr w8, [sp, #4] subs w8, w8, #1 str w8, [sp, #4] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB0_1 LBB0_4: mov w0, #0 add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _reverse_array_diff ## -- Begin function reverse_array_diff .p2align 4, 0x90 _reverse_array_diff: ## @reverse_array_diff .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl -4(%rbp), %eax subl $1, %eax movl %eax, -28(%rbp) movl $0, -32(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -24(%rbp), %rax movslq -32(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl -28(%rbp), %eax addl $-1, %eax movl %eax, -28(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_1 LBB0_4: xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/168894550.c